From 789dd79b04344b18b749180a0e6dd95ad1c61eb8 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Mon, 19 Aug 2024 01:19:39 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20doocs/md?= =?UTF-8?q?@6b49a13148947b4b5c80cd556f2365f9696544a6=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{index-DdQMH3Ny.js => index-DxhQ4L_f.js} | 924 +++++++++--------- index.html | 2 +- 2 files changed, 460 insertions(+), 466 deletions(-) rename assets/{index-DdQMH3Ny.js => index-DxhQ4L_f.js} (53%) diff --git a/assets/index-DdQMH3Ny.js b/assets/index-DxhQ4L_f.js similarity index 53% rename from assets/index-DdQMH3Ny.js rename to assets/index-DxhQ4L_f.js index 3ebe59a..3f6d047 100644 --- a/assets/index-DdQMH3Ny.js +++ b/assets/index-DxhQ4L_f.js @@ -1,56 +1,56 @@ -var Lb=Object.defineProperty;var jb=(e,t,y)=>t in e?Lb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y;var Fb=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var k1=(e,t,y)=>jb(e,typeof t!="symbol"?t+"":t,y);import mermaid from"https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";var Ub=Fb((exports,module)=>{(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const $ of document.querySelectorAll('link[rel="modulepreload"]'))n($);new MutationObserver($=>{for(const k of $)if(k.type==="childList")for(const L of k.addedNodes)L.tagName==="LINK"&&L.rel==="modulepreload"&&n(L)}).observe(document,{childList:!0,subtree:!0});function y($){const k={};return $.integrity&&(k.integrity=$.integrity),$.referrerPolicy&&(k.referrerPolicy=$.referrerPolicy),$.crossOrigin==="use-credentials"?k.credentials="include":$.crossOrigin==="anonymous"?k.credentials="omit":k.credentials="same-origin",k}function n($){if($.ep)return;$.ep=!0;const k=y($);fetch($.href,k)}})();const global$1=globalThis||void 0||self;/** +var Cb=Object.defineProperty;var wb=(e,t,y)=>t in e?Cb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y;var xb=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Vh=(e,t,y)=>wb(e,typeof t!="symbol"?t+"":t,y);import mermaid from"https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";var Nb=xb((exports,module)=>{(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const k of document.querySelectorAll('link[rel="modulepreload"]'))n(k);new MutationObserver(k=>{for(const L of k)if(L.type==="childList")for(const $ of L.addedNodes)$.tagName==="LINK"&&$.rel==="modulepreload"&&n($)}).observe(document,{childList:!0,subtree:!0});function y(k){const L={};return k.integrity&&(L.integrity=k.integrity),k.referrerPolicy&&(L.referrerPolicy=k.referrerPolicy),k.crossOrigin==="use-credentials"?L.credentials="include":k.crossOrigin==="anonymous"?L.credentials="omit":L.credentials="same-origin",L}function n(k){if(k.ep)return;k.ep=!0;const L=y(k);fetch(k.href,L)}})();const global$1=globalThis||void 0||self;/** * @vue/shared v3.4.38 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**//*! #__NO_SIDE_EFFECTS__ */function makeMap(e,t){const y=new Set(e.split(","));return n=>y.has(n)}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),isModelListener=e=>e.startsWith("onUpdate:"),extend$1=Object.assign,remove=(e,t)=>{const y=e.indexOf(t);y>-1&&e.splice(y,1)},hasOwnProperty$g=Object.prototype.hasOwnProperty,hasOwn$1=(e,t)=>hasOwnProperty$g.call(e,t),isArray$4=Array.isArray,isMap$1=e=>toTypeString(e)==="[object Map]",isSet$1=e=>toTypeString(e)==="[object Set]",isDate$2=e=>toTypeString(e)==="[object Date]",isFunction$5=e=>typeof e=="function",isString$4=e=>typeof e=="string",isSymbol$2=e=>typeof e=="symbol",isObject$5=e=>e!==null&&typeof e=="object",isPromise=e=>(isObject$5(e)||isFunction$5(e))&&isFunction$5(e.then)&&isFunction$5(e.catch),objectToString$2=Object.prototype.toString,toTypeString=e=>objectToString$2.call(e),toRawType=e=>toTypeString(e).slice(8,-1),isPlainObject$3=e=>toTypeString(e)==="[object Object]",isIntegerKey=e=>isString$4(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=e=>{const t=Object.create(null);return y=>t[y]||(t[y]=e(y))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(e=>e.replace(camelizeRE,(t,y)=>y?y.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate$1=cacheStringFunction(e=>e.replace(hyphenateRE,"-$1").toLowerCase()),capitalize$1=cacheStringFunction(e=>e.charAt(0).toUpperCase()+e.slice(1)),toHandlerKey=cacheStringFunction(e=>e?`on${capitalize$1(e)}`:""),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(e,...t)=>{for(let y=0;y{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:y})},looseToNumber=e=>{const t=parseFloat(e);return isNaN(t)?e:t},toNumber$3=e=>{const t=isString$4(e)?Number(e):NaN;return isNaN(t)?e:t};let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global$1<"u"?global$1:{});function normalizeStyle(e){if(isArray$4(e)){const t={};for(let y=0;y{if(y){const n=y.split(propertyDelimiterRE);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function normalizeClass(e){let t="";if(isString$4(e))t=e;else if(isArray$4(e))for(let y=0;ylooseEqual(y,t))}const isRef$1=e=>!!(e&&e.__v_isRef===!0),toDisplayString=e=>isString$4(e)?e:e==null?"":isArray$4(e)||isObject$5(e)&&(e.toString===objectToString$2||!isFunction$5(e.toString))?isRef$1(e)?toDisplayString(e.value):JSON.stringify(e,replacer$1,2):String(e),replacer$1=(e,t)=>isRef$1(t)?replacer$1(e,t.value):isMap$1(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((y,[n,$],k)=>(y[stringifySymbol(n,k)+" =>"]=$,y),{})}:isSet$1(t)?{[`Set(${t.size})`]:[...t.values()].map(y=>stringifySymbol(y))}:isSymbol$2(t)?stringifySymbol(t):isObject$5(t)&&!isArray$4(t)&&!isPlainObject$3(t)?String(t):t,stringifySymbol=(e,t="")=>{var y;return isSymbol$2(e)?`Symbol(${(y=e.description)!=null?y:t})`:e};/** +**//*! #__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{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{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;ylooseEqual(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=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{const y=new Map;return y.cleanup=e,y.computed=t,y},targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");function track(e,t,y){if(shouldTrack&&activeEffect){let n=targetMap.get(e);n||targetMap.set(e,n=new Map);let $=n.get(y);$||n.set(y,$=createDep(()=>n.delete(y))),trackEffect(activeEffect,$)}}function trigger(e,t,y,n,$,k){const L=targetMap.get(e);if(!L)return;let j=[];if(t==="clear")j=[...L.values()];else if(y==="length"&&isArray$4(e)){const V=Number(n);L.forEach((z,re)=>{(re==="length"||!isSymbol$2(re)&&re>=V)&&j.push(z)})}else switch(y!==void 0&&j.push(L.get(y)),t){case"add":isArray$4(e)?isIntegerKey(y)&&j.push(L.get("length")):(j.push(L.get(ITERATE_KEY)),isMap$1(e)&&j.push(L.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray$4(e)||(j.push(L.get(ITERATE_KEY)),isMap$1(e)&&j.push(L.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap$1(e)&&j.push(L.get(ITERATE_KEY));break}pauseScheduling();for(const V of j)V&&triggerEffects(V,4);resetScheduling()}function getDepFromReactive(e,t){const y=targetMap.get(e);return y&&y.get(t)}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(isSymbol$2)),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...y){const n=toRaw(this);for(let k=0,L=this.length;k{e[t]=function(...y){pauseTracking(),pauseScheduling();const n=toRaw(this)[t].apply(this,y);return resetScheduling(),resetTracking(),n}}),e}function hasOwnProperty$f(e){isSymbol$2(e)||(e=String(e));const t=toRaw(this);return track(t,"has",e),t.hasOwnProperty(e)}class BaseReactiveHandler{constructor(t=!1,y=!1){this._isReadonly=t,this._isShallow=y}get(t,y,n){const $=this._isReadonly,k=this._isShallow;if(y==="__v_isReactive")return!$;if(y==="__v_isReadonly")return $;if(y==="__v_isShallow")return k;if(y==="__v_raw")return n===($?k?shallowReadonlyMap:readonlyMap:k?shallowReactiveMap:reactiveMap).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const L=isArray$4(t);if(!$){if(L&&hasOwn$1(arrayInstrumentations,y))return Reflect.get(arrayInstrumentations,y,n);if(y==="hasOwnProperty")return hasOwnProperty$f}const j=Reflect.get(t,y,n);return(isSymbol$2(y)?builtInSymbols.has(y):isNonTrackableKeys(y))||($||track(t,"get",y),k)?j:isRef(j)?L&&isIntegerKey(y)?j:j.value:isObject$5(j)?$?readonly(j):reactive(j):j}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(t=!1){super(!1,t)}set(t,y,n,$){let k=t[y];if(!this._isShallow){const V=isReadonly(k);if(!isShallow(n)&&!isReadonly(n)&&(k=toRaw(k),n=toRaw(n)),!isArray$4(t)&&isRef(k)&&!isRef(n))return V?!1:(k.value=n,!0)}const L=isArray$4(t)&&isIntegerKey(y)?Number(y)e,getProto$2=e=>Reflect.getPrototypeOf(e);function get$1(e,t,y=!1,n=!1){e=e.__v_raw;const $=toRaw(e),k=toRaw(t);y||(hasChanged(t,k)&&track($,"get",t),track($,"get",k));const{has:L}=getProto$2($),j=n?toShallow:y?toReadonly:toReactive;if(L.call($,t))return j(e.get(t));if(L.call($,k))return j(e.get(k));e!==$&&e.get(t)}function has(e,t=!1){const y=this.__v_raw,n=toRaw(y),$=toRaw(e);return t||(hasChanged(e,$)&&track(n,"has",e),track(n,"has",$)),e===$?y.has(e):y.has(e)||y.has($)}function size$2(e,t=!1){return e=e.__v_raw,!t&&track(toRaw(e),"iterate",ITERATE_KEY),Reflect.get(e,"size",e)}function add(e,t=!1){!t&&!isShallow(e)&&!isReadonly(e)&&(e=toRaw(e));const y=toRaw(this);return getProto$2(y).has.call(y,e)||(y.add(e),trigger(y,"add",e,e)),this}function set$1(e,t,y=!1){!y&&!isShallow(t)&&!isReadonly(t)&&(t=toRaw(t));const n=toRaw(this),{has:$,get:k}=getProto$2(n);let L=$.call(n,e);L||(e=toRaw(e),L=$.call(n,e));const j=k.call(n,e);return n.set(e,t),L?hasChanged(t,j)&&trigger(n,"set",e,t):trigger(n,"add",e,t),this}function deleteEntry(e){const t=toRaw(this),{has:y,get:n}=getProto$2(t);let $=y.call(t,e);$||(e=toRaw(e),$=y.call(t,e)),n&&n.call(t,e);const k=t.delete(e);return $&&trigger(t,"delete",e,void 0),k}function clear(){const e=toRaw(this),t=e.size!==0,y=e.clear();return t&&trigger(e,"clear",void 0,void 0),y}function createForEach(e,t){return function(n,$){const k=this,L=k.__v_raw,j=toRaw(L),V=t?toShallow:e?toReadonly:toReactive;return!e&&track(j,"iterate",ITERATE_KEY),L.forEach((z,re)=>n.call($,V(z),V(re),k))}}function createIterableMethod(e,t,y){return function(...n){const $=this.__v_raw,k=toRaw($),L=isMap$1(k),j=e==="entries"||e===Symbol.iterator&&L,V=e==="keys"&&L,z=$[e](...n),re=y?toShallow:t?toReadonly:toReactive;return!t&&track(k,"iterate",V?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:oe,done:ue}=z.next();return ue?{value:oe,done:ue}:{value:j?[re(oe[0]),re(oe[1])]:re(oe),done:ue}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function createInstrumentations(){const e={get(k){return get$1(this,k)},get size(){return size$2(this)},has,add,set:set$1,delete:deleteEntry,clear,forEach:createForEach(!1,!1)},t={get(k){return get$1(this,k,!1,!0)},get size(){return size$2(this)},has,add(k){return add.call(this,k,!0)},set(k,L){return set$1.call(this,k,L,!0)},delete:deleteEntry,clear,forEach:createForEach(!1,!0)},y={get(k){return get$1(this,k,!0)},get size(){return size$2(this,!0)},has(k){return has.call(this,k,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},n={get(k){return get$1(this,k,!0,!0)},get size(){return size$2(this,!0)},has(k){return has.call(this,k,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(k=>{e[k]=createIterableMethod(k,!1,!1),y[k]=createIterableMethod(k,!0,!1),t[k]=createIterableMethod(k,!1,!0),n[k]=createIterableMethod(k,!0,!0)}),[e,y,t,n]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(e,t){const y=t?e?shallowReadonlyInstrumentations:shallowInstrumentations:e?readonlyInstrumentations:mutableInstrumentations;return(n,$,k)=>$==="__v_isReactive"?!e:$==="__v_isReadonly"?e:$==="__v_raw"?n:Reflect.get(hasOwn$1(y,$)&&$ in n?y:n,$,k)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},shallowReadonlyCollectionHandlers={get:createInstrumentationGetter(!0,!0)},reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(e){return e.__v_skip||!Object.isExtensible(e)?0:targetTypeMap(toRawType(e))}function reactive(e){return isReadonly(e)?e:createReactiveObject(e,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(e){return createReactiveObject(e,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(e){return createReactiveObject(e,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(e){return createReactiveObject(e,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(e,t,y,n,$){if(!isObject$5(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const k=$.get(e);if(k)return k;const L=getTargetType(e);if(L===0)return e;const j=new Proxy(e,L===2?n:y);return $.set(e,j),j}function isReactive(e){return isReadonly(e)?isReactive(e.__v_raw):!!(e&&e.__v_isReactive)}function isReadonly(e){return!!(e&&e.__v_isReadonly)}function isShallow(e){return!!(e&&e.__v_isShallow)}function isProxy(e){return e?!!e.__v_raw:!1}function toRaw(e){const t=e&&e.__v_raw;return t?toRaw(t):e}function markRaw(e){return Object.isExtensible(e)&&def(e,"__v_skip",!0),e}const toReactive=e=>isObject$5(e)?reactive(e):e,toReadonly=e=>isObject$5(e)?readonly(e):e;class ComputedRefImpl{constructor(t,y,n,$){this.getter=t,this._setter=y,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ReactiveEffect(()=>t(this._value),()=>triggerRefValue(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!$,this.__v_isReadonly=n}get value(){const t=toRaw(this);return(!t._cacheable||t.effect.dirty)&&hasChanged(t._value,t._value=t.effect.run())&&triggerRefValue(t,4),trackRefValue(t),t.effect._dirtyLevel>=2&&triggerRefValue(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function computed$1(e,t,y=!1){let n,$;const k=isFunction$5(e);return k?(n=e,$=NOOP):(n=e.get,$=e.set),new ComputedRefImpl(n,$,k||!$,y)}function trackRefValue(e){var t;shouldTrack&&activeEffect&&(e=toRaw(e),trackEffect(activeEffect,(t=e.dep)!=null?t:e.dep=createDep(()=>e.dep=void 0,e instanceof ComputedRefImpl?e:void 0)))}function triggerRefValue(e,t=4,y,n){e=toRaw(e);const $=e.dep;$&&triggerEffects($,t)}function isRef(e){return!!(e&&e.__v_isRef===!0)}function ref$1(e){return createRef(e,!1)}function shallowRef(e){return createRef(e,!0)}function createRef(e,t){return isRef(e)?e:new RefImpl(e,t)}class RefImpl{constructor(t,y){this.__v_isShallow=y,this.dep=void 0,this.__v_isRef=!0,this._rawValue=y?t:toRaw(t),this._value=y?t:toReactive(t)}get value(){return trackRefValue(this),this._value}set value(t){const y=this.__v_isShallow||isShallow(t)||isReadonly(t);t=y?t:toRaw(t),hasChanged(t,this._rawValue)&&(this._rawValue,this._rawValue=t,this._value=y?t:toReactive(t),triggerRefValue(this,4))}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,y)=>unref(Reflect.get(e,t,y)),set:(e,t,y,n)=>{const $=e[t];return isRef($)&&!isRef(y)?($.value=y,!0):Reflect.set(e,t,y,n)}};function proxyRefs(e){return isReactive(e)?e:new Proxy(e,shallowUnwrapHandlers)}class CustomRefImpl{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:y,set:n}=t(()=>trackRefValue(this),()=>triggerRefValue(this));this._get=y,this._set=n}get value(){return this._get()}set value(t){this._set(t)}}function customRef(e){return new CustomRefImpl(e)}function toRefs(e){const t=isArray$4(e)?new Array(e.length):{};for(const y in e)t[y]=propertyToRef(e,y);return t}class ObjectRefImpl{constructor(t,y,n){this._object=t,this._key=y,this._defaultValue=n,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return getDepFromReactive(toRaw(this._object),this._key)}}class GetterRefImpl{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function toRef$1(e,t,y){return isRef(e)?e:isFunction$5(e)?new GetterRefImpl(e):isObject$5(e)&&arguments.length>1?propertyToRef(e,t,y):ref$1(e)}function propertyToRef(e,t,y){const n=e[t];return isRef(n)?n:new ObjectRefImpl(e,t,y)}/** +**/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=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{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)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,$=getComponentTrace();if(n)callWithErrorHandling(n,y,11,[e+t.map(k=>{var L,j;return(j=(L=k.toString)==null?void 0:L.call(k))!=null?j:JSON.stringify(k)}).join(""),y&&y.proxy,$.map(({vnode:k})=>`at <${formatComponentName(y,k.type)}>`).join(` -`),$]);else{const k=[`[Vue warn]: ${e}`,...t];$.length&&k.push(` -`,...formatTrace($)),console.warn(...k)}resetTracking(),isWarning=!1}function getComponentTrace(){let e=stack[stack.length-1];if(!e)return[];const t=[];for(;e;){const y=t[0];y&&y.vnode===e?y.recurseCount++:t.push({vnode:e,recurseCount:0});const n=e.component&&e.component.parent;e=n&&n.vnode}return t}function formatTrace(e){const t=[];return e.forEach((y,n)=>{t.push(...n===0?[]:[` -`],...formatTraceEntry(y))}),t}function formatTraceEntry({vnode:e,recurseCount:t}){const y=t>0?`... (${t} recursive calls)`:"",n=e.component?e.component.parent==null:!1,$=` at <${formatComponentName(e.component,e.type,n)}`,k=">"+y;return e.props?[$,...formatProps(e.props),k]:[$+k]}function formatProps(e){const t=[],y=Object.keys(e);return y.slice(0,3).forEach(n=>{t.push(...formatProp(n,e[n]))}),y.length>3&&t.push(" ..."),t}function formatProp(e,t,y){return isString$4(t)?(t=JSON.stringify(t),y?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?y?t:[`${e}=${t}`]:isRef(t)?(t=formatProp(e,toRaw(t.value),!0),y?t:[`${e}=Ref<`,t,">"]):isFunction$5(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=toRaw(t),y?t:[`${e}=`,t])}function callWithErrorHandling(e,t,y,n){try{return n?e(...n):e()}catch($){handleError($,t,y)}}function callWithAsyncErrorHandling(e,t,y,n){if(isFunction$5(e)){const $=callWithErrorHandling(e,t,y,n);return $&&isPromise($)&&$.catch(k=>{handleError(k,t,y)}),$}if(isArray$4(e)){const $=[];for(let k=0;k>>1,$=queue$2[n],k=getId($);kflushIndex&&queue$2.splice(t,1)}function queuePostFlushCb(e){isArray$4(e)?pendingPostFlushCbs.push(...e):(!activePostFlushCbs||!activePostFlushCbs.includes(e,e.allowRecurse?postFlushIndex+1:postFlushIndex))&&pendingPostFlushCbs.push(e),queueFlush()}function flushPreFlushCbs(e,t,y=isFlushing?flushIndex+1:0){for(;ygetId(y)-getId(n));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...t);return}for(activePostFlushCbs=t,postFlushIndex=0;postFlushIndexe.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{n._d&&setBlockTracking(-1);const k=setCurrentRenderingInstance(t);let L;try{L=e(...$)}finally{setCurrentRenderingInstance(k),n._d&&setBlockTracking(1)}return L};return n._n=!0,n._c=!0,n._d=!0,n}function withDirectives(e,t){if(currentRenderingInstance===null)return e;const y=getComponentPublicInstance(currentRenderingInstance),n=e.dirs||(e.dirs=[]);for(let $=0;${e.isMounted=!0}),onBeforeUnmount(()=>{e.isUnmounting=!0}),e}const TransitionHookValidator=[Function,Array],BaseTransitionPropsValidators={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:TransitionHookValidator,onEnter:TransitionHookValidator,onAfterEnter:TransitionHookValidator,onEnterCancelled:TransitionHookValidator,onBeforeLeave:TransitionHookValidator,onLeave:TransitionHookValidator,onAfterLeave:TransitionHookValidator,onLeaveCancelled:TransitionHookValidator,onBeforeAppear:TransitionHookValidator,onAppear:TransitionHookValidator,onAfterAppear:TransitionHookValidator,onAppearCancelled:TransitionHookValidator},recursiveGetSubtree=e=>{const t=e.subTree;return t.component?recursiveGetSubtree(t.component):t},BaseTransitionImpl={name:"BaseTransition",props:BaseTransitionPropsValidators,setup(e,{slots:t}){const y=getCurrentInstance(),n=useTransitionState();return()=>{const $=t.default&&getTransitionRawChildren(t.default(),!0);if(!$||!$.length)return;let k=$[0];if($.length>1){for(const ue of $)if(ue.type!==Comment){k=ue;break}}const L=toRaw(e),{mode:j}=L;if(n.isLeaving)return emptyPlaceholder(k);const V=getKeepAliveChild(k);if(!V)return emptyPlaceholder(k);let z=resolveTransitionHooks(V,L,n,y,ue=>z=ue);setTransitionHooks(V,z);const re=y.subTree,oe=re&&getKeepAliveChild(re);if(oe&&oe.type!==Comment&&!isSameVNodeType(V,oe)&&recursiveGetSubtree(y).type!==Comment){const ue=resolveTransitionHooks(oe,L,n,y);if(setTransitionHooks(oe,ue),j==="out-in"&&V.type!==Comment)return n.isLeaving=!0,ue.afterLeave=()=>{n.isLeaving=!1,y.update.active!==!1&&(y.effect.dirty=!0,y.update())},emptyPlaceholder(k);j==="in-out"&&V.type!==Comment&&(ue.delayLeave=(de,_e,Ne)=>{const Ue=getLeavingNodesForType(n,oe);Ue[String(oe.key)]=oe,de[leaveCbKey]=()=>{_e(),de[leaveCbKey]=void 0,delete z.delayedLeave},z.delayedLeave=Ne})}return k}}},BaseTransition=BaseTransitionImpl;function getLeavingNodesForType(e,t){const{leavingVNodes:y}=e;let n=y.get(t.type);return n||(n=Object.create(null),y.set(t.type,n)),n}function resolveTransitionHooks(e,t,y,n,$){const{appear:k,mode:L,persisted:j=!1,onBeforeEnter:V,onEnter:z,onAfterEnter:re,onEnterCancelled:oe,onBeforeLeave:ue,onLeave:de,onAfterLeave:_e,onLeaveCancelled:Ne,onBeforeAppear:Ue,onAppear:$e,onAfterAppear:Ve,onAppearCancelled:Fe}=t,qe=String(e.key),er=getLeavingNodesForType(y,e),ir=(nr,lr)=>{nr&&callWithAsyncErrorHandling(nr,n,9,lr)},dr=(nr,lr)=>{const Et=lr[1];ir(nr,lr),isArray$4(nr)?nr.every(ie=>ie.length<=1)&&Et():nr.length<=1&&Et()},cr={mode:L,persisted:j,beforeEnter(nr){let lr=V;if(!y.isMounted)if(k)lr=Ue||V;else return;nr[leaveCbKey]&&nr[leaveCbKey](!0);const Et=er[qe];Et&&isSameVNodeType(e,Et)&&Et.el[leaveCbKey]&&Et.el[leaveCbKey](),ir(lr,[nr])},enter(nr){let lr=z,Et=re,ie=oe;if(!y.isMounted)if(k)lr=$e||z,Et=Ve||re,ie=Fe||oe;else return;let pe=!1;const Ce=nr[enterCbKey$1]=Ie=>{pe||(pe=!0,Ie?ir(ie,[nr]):ir(Et,[nr]),cr.delayedLeave&&cr.delayedLeave(),nr[enterCbKey$1]=void 0)};lr?dr(lr,[nr,Ce]):Ce()},leave(nr,lr){const Et=String(e.key);if(nr[enterCbKey$1]&&nr[enterCbKey$1](!0),y.isUnmounting)return lr();ir(ue,[nr]);let ie=!1;const pe=nr[leaveCbKey]=Ce=>{ie||(ie=!0,lr(),Ce?ir(Ne,[nr]):ir(_e,[nr]),nr[leaveCbKey]=void 0,er[Et]===e&&delete er[Et])};er[Et]=e,de?dr(de,[nr,pe]):pe()},clone(nr){const lr=resolveTransitionHooks(nr,t,y,n,$);return $&&$(lr),lr}};return cr}function emptyPlaceholder(e){if(isKeepAlive(e))return e=cloneVNode(e),e.children=null,e}function getKeepAliveChild(e){if(!isKeepAlive(e))return e;const{shapeFlag:t,children:y}=e;if(y){if(t&16)return y[0];if(t&32&&isFunction$5(y.default))return y.default()}}function setTransitionHooks(e,t){e.shapeFlag&6&&e.component?setTransitionHooks(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function getTransitionRawChildren(e,t=!1,y){let n=[],$=0;for(let k=0;k1)for(let k=0;k!!e.type.__asyncLoader,isKeepAlive=e=>e.type.__isKeepAlive;function onActivated(e,t){registerKeepAliveHook(e,"a",t)}function onDeactivated(e,t){registerKeepAliveHook(e,"da",t)}function registerKeepAliveHook(e,t,y=currentInstance){const n=e.__wdc||(e.__wdc=()=>{let $=y;for(;$;){if($.isDeactivated)return;$=$.parent}return e()});if(injectHook(t,n,y),y){let $=y.parent;for(;$&&$.parent;)isKeepAlive($.parent.vnode)&&injectToKeepAliveRoot(n,t,y,$),$=$.parent}}function injectToKeepAliveRoot(e,t,y,n){const $=injectHook(t,e,n,!0);onUnmounted(()=>{remove(n[t],$)},y)}function injectHook(e,t,y=currentInstance,n=!1){if(y){const $=y[e]||(y[e]=[]),k=t.__weh||(t.__weh=(...L)=>{pauseTracking();const j=setCurrentInstance(y),V=callWithAsyncErrorHandling(t,y,e,L);return j(),resetTracking(),V});return n?$.unshift(k):$.push(k),k}}const createHook=e=>(t,y=currentInstance)=>{(!isInSSRComponentSetup||e==="sp")&&injectHook(e,(...n)=>t(...n),y)},onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(e,t=currentInstance){injectHook("ec",e,t)}const COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(e,t){return resolveAsset(COMPONENTS,e,!0,t)||e}const NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDynamicComponent(e){return isString$4(e)?resolveAsset(COMPONENTS,e,!1)||e:e||NULL_DYNAMIC_COMPONENT}function resolveDirective(e){return resolveAsset(DIRECTIVES,e)}function resolveAsset(e,t,y=!0,n=!1){const $=currentRenderingInstance||currentInstance;if($){const k=$.type;if(e===COMPONENTS){const j=getComponentName(k,!1);if(j&&(j===t||j===camelize(t)||j===capitalize$1(camelize(t))))return k}const L=resolve$1($[e]||k[e],t)||resolve$1($.appContext[e],t);return!L&&n?k:L}}function resolve$1(e,t){return e&&(e[t]||e[camelize(t)]||e[capitalize$1(camelize(t))])}function renderList(e,t,y,n){let $;const k=y;if(isArray$4(e)||isString$4(e)){$=new Array(e.length);for(let L=0,j=e.length;Lt(L,j,void 0,k));else{const L=Object.keys(e);$=new Array(L.length);for(let j=0,V=L.length;j{const k=n.fn(...$);return k&&(k.key=n.key),k}:n.fn)}return e}function renderSlot(e,t,y={},n,$){if(currentRenderingInstance.isCE||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&¤tRenderingInstance.parent.isCE)return t!=="default"&&(y.name=t),createVNode("slot",y,n&&n());let k=e[t];k&&k._c&&(k._d=!1),openBlock();const L=k&&ensureValidVNode(k(y)),j=createBlock(Fragment,{key:(y.key||L&&L.key||`_${t}`)+(!L&&n?"_fb":"")},L||(n?n():[]),L&&e._===1?64:-2);return j.scopeId&&(j.slotScopeIds=[j.scopeId+"-s"]),k&&k._c&&(k._d=!0),j}function ensureValidVNode(e){return e.some(t=>isVNode(t)?!(t.type===Comment||t.type===Fragment&&!ensureValidVNode(t.children)):!0)?e:null}function toHandlers(e,t){const y={};for(const n in e)y[toHandlerKey(n)]=e[n];return y}const getPublicInstance=e=>e?isStatefulComponent(e)?getComponentPublicInstance(e):getPublicInstance(e.parent):null,publicPropertiesMap=extend$1(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>getPublicInstance(e.parent),$root:e=>getPublicInstance(e.root),$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,queueJob(e.update)}),$nextTick:e=>e.n||(e.n=nextTick$3.bind(e.proxy)),$watch:e=>instanceWatch.bind(e)}),hasSetupBinding=(e,t)=>e!==EMPTY_OBJ&&!e.__isScriptSetup&&hasOwn$1(e,t),PublicInstanceProxyHandlers={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:y,setupState:n,data:$,props:k,accessCache:L,type:j,appContext:V}=e;let z;if(t[0]!=="$"){const de=L[t];if(de!==void 0)switch(de){case 1:return n[t];case 2:return $[t];case 4:return y[t];case 3:return k[t]}else{if(hasSetupBinding(n,t))return L[t]=1,n[t];if($!==EMPTY_OBJ&&hasOwn$1($,t))return L[t]=2,$[t];if((z=e.propsOptions[0])&&hasOwn$1(z,t))return L[t]=3,k[t];if(y!==EMPTY_OBJ&&hasOwn$1(y,t))return L[t]=4,y[t];shouldCacheAccess&&(L[t]=0)}}const re=publicPropertiesMap[t];let oe,ue;if(re)return t==="$attrs"&&track(e.attrs,"get",""),re(e);if((oe=j.__cssModules)&&(oe=oe[t]))return oe;if(y!==EMPTY_OBJ&&hasOwn$1(y,t))return L[t]=4,y[t];if(ue=V.config.globalProperties,hasOwn$1(ue,t))return ue[t]},set({_:e},t,y){const{data:n,setupState:$,ctx:k}=e;return hasSetupBinding($,t)?($[t]=y,!0):n!==EMPTY_OBJ&&hasOwn$1(n,t)?(n[t]=y,!0):hasOwn$1(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(k[t]=y,!0)},has({_:{data:e,setupState:t,accessCache:y,ctx:n,appContext:$,propsOptions:k}},L){let j;return!!y[L]||e!==EMPTY_OBJ&&hasOwn$1(e,L)||hasSetupBinding(t,L)||(j=k[0])&&hasOwn$1(j,L)||hasOwn$1(n,L)||hasOwn$1(publicPropertiesMap,L)||hasOwn$1($.config.globalProperties,L)},defineProperty(e,t,y){return y.get!=null?e._.accessCache[t]=0:hasOwn$1(y,"value")&&this.set(e,t,y.value,null),Reflect.defineProperty(e,t,y)}};function useSlots(){return getContext().slots}function useAttrs$1(){return getContext().attrs}function getContext(){const e=getCurrentInstance();return e.setupContext||(e.setupContext=createSetupContext(e))}function normalizePropsOrEmits(e){return isArray$4(e)?e.reduce((t,y)=>(t[y]=null,t),{}):e}function mergeDefaults(e,t){const y=normalizePropsOrEmits(e);for(const n in t){if(n.startsWith("__skip"))continue;let $=y[n];$?isArray$4($)||isFunction$5($)?$=y[n]={type:$,default:t[n]}:$.default=t[n]:$===null&&($=y[n]={default:t[n]}),$&&t[`__skip_${n}`]&&($.skipFactory=!0)}return y}let shouldCacheAccess=!0;function applyOptions(e){const t=resolveMergedOptions(e),y=e.proxy,n=e.ctx;shouldCacheAccess=!1,t.beforeCreate&&callHook$1(t.beforeCreate,e,"bc");const{data:$,computed:k,methods:L,watch:j,provide:V,inject:z,created:re,beforeMount:oe,mounted:ue,beforeUpdate:de,updated:_e,activated:Ne,deactivated:Ue,beforeDestroy:$e,beforeUnmount:Ve,destroyed:Fe,unmounted:qe,render:er,renderTracked:ir,renderTriggered:dr,errorCaptured:cr,serverPrefetch:nr,expose:lr,inheritAttrs:Et,components:ie,directives:pe,filters:Ce}=t;if(z&&resolveInjections(z,n,null),L)for(const ar in L){const ur=L[ar];isFunction$5(ur)&&(n[ar]=ur.bind(y))}if($){const ar=$.call(y,y);isObject$5(ar)&&(e.data=reactive(ar))}if(shouldCacheAccess=!0,k)for(const ar in k){const ur=k[ar],kt=isFunction$5(ur)?ur.bind(y,y):isFunction$5(ur.get)?ur.get.bind(y,y):NOOP,he=!isFunction$5(ur)&&isFunction$5(ur.set)?ur.set.bind(y):NOOP,tr=computed({get:kt,set:he});Object.defineProperty(n,ar,{enumerable:!0,configurable:!0,get:()=>tr.value,set:gr=>tr.value=gr})}if(j)for(const ar in j)createWatcher(j[ar],n,y,ar);if(V){const ar=isFunction$5(V)?V.call(y):V;Reflect.ownKeys(ar).forEach(ur=>{provide(ur,ar[ur])})}re&&callHook$1(re,e,"c");function jt(ar,ur){isArray$4(ur)?ur.forEach(kt=>ar(kt.bind(y))):ur&&ar(ur.bind(y))}if(jt(onBeforeMount,oe),jt(onMounted,ue),jt(onBeforeUpdate,de),jt(onUpdated,_e),jt(onActivated,Ne),jt(onDeactivated,Ue),jt(onErrorCaptured,cr),jt(onRenderTracked,ir),jt(onRenderTriggered,dr),jt(onBeforeUnmount,Ve),jt(onUnmounted,qe),jt(onServerPrefetch,nr),isArray$4(lr))if(lr.length){const ar=e.exposed||(e.exposed={});lr.forEach(ur=>{Object.defineProperty(ar,ur,{get:()=>y[ur],set:kt=>y[ur]=kt})})}else e.exposed||(e.exposed={});er&&e.render===NOOP&&(e.render=er),Et!=null&&(e.inheritAttrs=Et),ie&&(e.components=ie),pe&&(e.directives=pe)}function resolveInjections(e,t,y=NOOP){isArray$4(e)&&(e=normalizeInject(e));for(const n in e){const $=e[n];let k;isObject$5($)?"default"in $?k=inject($.from||n,$.default,!0):k=inject($.from||n):k=inject($),isRef(k)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>k.value,set:L=>k.value=L}):t[n]=k}}function callHook$1(e,t,y){callWithAsyncErrorHandling(isArray$4(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,y)}function createWatcher(e,t,y,n){const $=n.includes(".")?createPathGetter(y,n):()=>y[n];if(isString$4(e)){const k=t[e];isFunction$5(k)&&watch($,k)}else if(isFunction$5(e))watch($,e.bind(y));else if(isObject$5(e))if(isArray$4(e))e.forEach(k=>createWatcher(k,t,y,n));else{const k=isFunction$5(e.handler)?e.handler.bind(y):t[e.handler];isFunction$5(k)&&watch($,k,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:y,extends:n}=t,{mixins:$,optionsCache:k,config:{optionMergeStrategies:L}}=e.appContext,j=k.get(t);let V;return j?V=j:!$.length&&!y&&!n?V=t:(V={},$.length&&$.forEach(z=>mergeOptions$2(V,z,L,!0)),mergeOptions$2(V,t,L)),isObject$5(t)&&k.set(t,V),V}function mergeOptions$2(e,t,y,n=!1){const{mixins:$,extends:k}=t;k&&mergeOptions$2(e,k,y,!0),$&&$.forEach(L=>mergeOptions$2(e,L,y,!0));for(const L in t)if(!(n&&L==="expose")){const j=internalOptionMergeStrats[L]||y&&y[L];e[L]=j?j(e[L],t[L]):t[L]}return e}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(e,t){return t?e?function(){return extend$1(isFunction$5(e)?e.call(this,this):e,isFunction$5(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray$4(e)){const t={};for(let y=0;y1)return y&&isFunction$5(t)?t.call(n&&n.proxy):t}}function hasInjectionContext(){return!!(currentInstance||currentRenderingInstance||currentApp)}const internalObjectProto={},createInternalObject=()=>Object.create(internalObjectProto),isInternalObject=e=>Object.getPrototypeOf(e)===internalObjectProto;function initProps(e,t,y,n=!1){const $={},k=createInternalObject();e.propsDefaults=Object.create(null),setFullProps(e,t,$,k);for(const L in e.propsOptions[0])L in $||($[L]=void 0);y?e.props=n?$:shallowReactive($):e.type.props?e.props=$:e.props=k,e.attrs=k}function updateProps(e,t,y,n){const{props:$,attrs:k,vnode:{patchFlag:L}}=e,j=toRaw($),[V]=e.propsOptions;let z=!1;if((n||L>0)&&!(L&16)){if(L&8){const re=e.vnode.dynamicProps;for(let oe=0;oe{V=!0;const[ue,de]=normalizePropsOptions(oe,t,!0);extend$1(L,ue),de&&j.push(...de)};!y&&t.mixins.length&&t.mixins.forEach(re),e.extends&&re(e.extends),e.mixins&&e.mixins.forEach(re)}if(!k&&!V)return isObject$5(e)&&n.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray$4(k))for(let re=0;ree[0]==="_"||e==="$stable",normalizeSlotValue=e=>isArray$4(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(e,t,y)=>{if(t._n)return t;const n=withCtx((...$)=>normalizeSlotValue(t(...$)),y);return n._c=!1,n},normalizeObjectSlots=(e,t,y)=>{const n=e._ctx;for(const $ in e){if(isInternalKey($))continue;const k=e[$];if(isFunction$5(k))t[$]=normalizeSlot($,k,n);else if(k!=null){const L=normalizeSlotValue(k);t[$]=()=>L}}},normalizeVNodeSlots=(e,t)=>{const y=normalizeSlotValue(t);e.slots.default=()=>y},assignSlots=(e,t,y)=>{for(const n in t)(y||n!=="_")&&(e[n]=t[n])},initSlots=(e,t,y)=>{const n=e.slots=createInternalObject();if(e.vnode.shapeFlag&32){const $=t._;$?(assignSlots(n,t,y),y&&def(n,"_",$,!0)):normalizeObjectSlots(t,n)}else t&&normalizeVNodeSlots(e,t)},updateSlots=(e,t,y)=>{const{vnode:n,slots:$}=e;let k=!0,L=EMPTY_OBJ;if(n.shapeFlag&32){const j=t._;j?y&&j===1?k=!1:assignSlots($,t,y):(k=!t.$stable,normalizeObjectSlots(t,$)),L=t}else t&&(normalizeVNodeSlots(e,t),L={default:1});if(k)for(const j in $)!isInternalKey(j)&&L[j]==null&&delete $[j]};function setRef(e,t,y,n,$=!1){if(isArray$4(e)){e.forEach((ue,de)=>setRef(ue,t&&(isArray$4(t)?t[de]:t),y,n,$));return}if(isAsyncWrapper(n)&&!$)return;const k=n.shapeFlag&4?getComponentPublicInstance(n.component):n.el,L=$?null:k,{i:j,r:V}=e,z=t&&t.r,re=j.refs===EMPTY_OBJ?j.refs={}:j.refs,oe=j.setupState;if(z!=null&&z!==V&&(isString$4(z)?(re[z]=null,hasOwn$1(oe,z)&&(oe[z]=null)):isRef(z)&&(z.value=null)),isFunction$5(V))callWithErrorHandling(V,j,12,[L,re]);else{const ue=isString$4(V),de=isRef(V);if(ue||de){const _e=()=>{if(e.f){const Ne=ue?hasOwn$1(oe,V)?oe[V]:re[V]:V.value;$?isArray$4(Ne)&&remove(Ne,k):isArray$4(Ne)?Ne.includes(k)||Ne.push(k):ue?(re[V]=[k],hasOwn$1(oe,V)&&(oe[V]=re[V])):(V.value=[k],e.k&&(re[e.k]=V.value))}else ue?(re[V]=L,hasOwn$1(oe,V)&&(oe[V]=L)):de&&(V.value=L,e.k&&(re[e.k]=L))};L?(_e.id=-1,queuePostRenderEffect(_e,y)):_e()}}}const TeleportEndKey=Symbol("_vte"),isTeleport=e=>e.__isTeleport,isTeleportDisabled=e=>e&&(e.disabled||e.disabled===""),isTargetSVG=e=>typeof SVGElement<"u"&&e instanceof SVGElement,isTargetMathML=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,resolveTarget=(e,t)=>{const y=e&&e.to;return isString$4(y)?t?t(y):null:y},TeleportImpl={name:"Teleport",__isTeleport:!0,process(e,t,y,n,$,k,L,j,V,z){const{mc:re,pc:oe,pbc:ue,o:{insert:de,querySelector:_e,createText:Ne,createComment:Ue}}=z,$e=isTeleportDisabled(t.props);let{shapeFlag:Ve,children:Fe,dynamicChildren:qe}=t;if(e==null){const er=t.el=Ne(""),ir=t.anchor=Ne("");de(er,y,n),de(ir,y,n);const dr=t.target=resolveTarget(t.props,_e),cr=prepareAnchor(dr,t,Ne,de);dr&&(L==="svg"||isTargetSVG(dr)?L="svg":(L==="mathml"||isTargetMathML(dr))&&(L="mathml"));const nr=(lr,Et)=>{Ve&16&&re(Fe,lr,Et,$,k,L,j,V)};$e?nr(y,ir):dr&&nr(dr,cr)}else{t.el=e.el,t.targetStart=e.targetStart;const er=t.anchor=e.anchor,ir=t.target=e.target,dr=t.targetAnchor=e.targetAnchor,cr=isTeleportDisabled(e.props),nr=cr?y:ir,lr=cr?er:dr;if(L==="svg"||isTargetSVG(ir)?L="svg":(L==="mathml"||isTargetMathML(ir))&&(L="mathml"),qe?(ue(e.dynamicChildren,qe,nr,$,k,L,j),traverseStaticChildren(e,t,!0)):V||oe(e,t,nr,lr,$,k,L,j,!1),$e)cr?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):moveTeleport(t,y,er,z,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Et=t.target=resolveTarget(t.props,_e);Et&&moveTeleport(t,Et,null,z,0)}else cr&&moveTeleport(t,ir,dr,z,1)}updateCssVars(t)},remove(e,t,y,{um:n,o:{remove:$}},k){const{shapeFlag:L,children:j,anchor:V,targetStart:z,targetAnchor:re,target:oe,props:ue}=e;if(oe&&($(z),$(re)),k&&$(V),L&16){const de=k||!isTeleportDisabled(ue);for(let _e=0;_e{if(Dr===Ir)return;Dr&&!isSameVNodeType(Dr,Ir)&&(Rr=Tr(Dr),gr(Dr,Lr,$r,!0),Dr=null),Ir.patchFlag===-2&&(Kr=!1,Ir.dynamicChildren=null);const{type:kr,ref:Qr,shapeFlag:Zr}=Ir;switch(kr){case Text$1:Ue(Dr,Ir,Br,Rr);break;case Comment:$e(Dr,Ir,Br,Rr);break;case Static:Dr==null&&Ve(Ir,Br,Rr,jr);break;case Fragment:ie(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr);break;default:Zr&1?er(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr):Zr&6?pe(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr):(Zr&64||Zr&128)&&kr.process(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr,Fr)}Qr!=null&&Lr&&setRef(Qr,Dr&&Dr.ref,$r,Ir||Dr,!Ir)},Ue=(Dr,Ir,Br,Rr)=>{if(Dr==null)n(Ir.el=j(Ir.children),Br,Rr);else{const Lr=Ir.el=Dr.el;Ir.children!==Dr.children&&z(Lr,Ir.children)}},$e=(Dr,Ir,Br,Rr)=>{Dr==null?n(Ir.el=V(Ir.children||""),Br,Rr):Ir.el=Dr.el},Ve=(Dr,Ir,Br,Rr)=>{[Dr.el,Dr.anchor]=_e(Dr.children,Ir,Br,Rr,Dr.el,Dr.anchor)},Fe=({el:Dr,anchor:Ir},Br,Rr)=>{let Lr;for(;Dr&&Dr!==Ir;)Lr=ue(Dr),n(Dr,Br,Rr),Dr=Lr;n(Ir,Br,Rr)},qe=({el:Dr,anchor:Ir})=>{let Br;for(;Dr&&Dr!==Ir;)Br=ue(Dr),$(Dr),Dr=Br;$(Ir)},er=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{Ir.type==="svg"?jr="svg":Ir.type==="math"&&(jr="mathml"),Dr==null?ir(Ir,Br,Rr,Lr,$r,jr,vn,Kr):nr(Dr,Ir,Lr,$r,jr,vn,Kr)},ir=(Dr,Ir,Br,Rr,Lr,$r,jr,vn)=>{let Kr,kr;const{props:Qr,shapeFlag:Zr,transition:Vi,dirs:To}=Dr;if(Kr=Dr.el=L(Dr.type,$r,Qr&&Qr.is,Qr),Zr&8?re(Kr,Dr.children):Zr&16&&cr(Dr.children,Kr,null,Rr,Lr,resolveChildrenNamespace(Dr,$r),jr,vn),To&&invokeDirectiveHook(Dr,null,Rr,"created"),dr(Kr,Dr,Dr.scopeId,jr,Rr),Qr){for(const Ba in Qr)Ba!=="value"&&!isReservedProp(Ba)&&k(Kr,Ba,null,Qr[Ba],$r,Rr);"value"in Qr&&k(Kr,"value",null,Qr.value,$r),(kr=Qr.onVnodeBeforeMount)&&invokeVNodeHook(kr,Rr,Dr)}To&&invokeDirectiveHook(Dr,null,Rr,"beforeMount");const oa=needTransition(Lr,Vi);oa&&Vi.beforeEnter(Kr),n(Kr,Ir,Br),((kr=Qr&&Qr.onVnodeMounted)||oa||To)&&queuePostRenderEffect(()=>{kr&&invokeVNodeHook(kr,Rr,Dr),oa&&Vi.enter(Kr),To&&invokeDirectiveHook(Dr,null,Rr,"mounted")},Lr)},dr=(Dr,Ir,Br,Rr,Lr)=>{if(Br&&de(Dr,Br),Rr)for(let $r=0;$r{for(let kr=Kr;kr{const vn=Ir.el=Dr.el;let{patchFlag:Kr,dynamicChildren:kr,dirs:Qr}=Ir;Kr|=Dr.patchFlag&16;const Zr=Dr.props||EMPTY_OBJ,Vi=Ir.props||EMPTY_OBJ;let To;if(Br&&toggleRecurse(Br,!1),(To=Vi.onVnodeBeforeUpdate)&&invokeVNodeHook(To,Br,Ir,Dr),Qr&&invokeDirectiveHook(Ir,Dr,Br,"beforeUpdate"),Br&&toggleRecurse(Br,!0),(Zr.innerHTML&&Vi.innerHTML==null||Zr.textContent&&Vi.textContent==null)&&re(vn,""),kr?lr(Dr.dynamicChildren,kr,vn,Br,Rr,resolveChildrenNamespace(Ir,Lr),$r):jr||ur(Dr,Ir,vn,null,Br,Rr,resolveChildrenNamespace(Ir,Lr),$r,!1),Kr>0){if(Kr&16)Et(vn,Zr,Vi,Br,Lr);else if(Kr&2&&Zr.class!==Vi.class&&k(vn,"class",null,Vi.class,Lr),Kr&4&&k(vn,"style",Zr.style,Vi.style,Lr),Kr&8){const oa=Ir.dynamicProps;for(let Ba=0;Ba{To&&invokeVNodeHook(To,Br,Ir,Dr),Qr&&invokeDirectiveHook(Ir,Dr,Br,"updated")},Rr)},lr=(Dr,Ir,Br,Rr,Lr,$r,jr)=>{for(let vn=0;vn{if(Ir!==Br){if(Ir!==EMPTY_OBJ)for(const $r in Ir)!isReservedProp($r)&&!($r in Br)&&k(Dr,$r,Ir[$r],null,Lr,Rr);for(const $r in Br){if(isReservedProp($r))continue;const jr=Br[$r],vn=Ir[$r];jr!==vn&&$r!=="value"&&k(Dr,$r,vn,jr,Lr,Rr)}"value"in Br&&k(Dr,"value",Ir.value,Br.value,Lr)}},ie=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{const kr=Ir.el=Dr?Dr.el:j(""),Qr=Ir.anchor=Dr?Dr.anchor:j("");let{patchFlag:Zr,dynamicChildren:Vi,slotScopeIds:To}=Ir;To&&(vn=vn?vn.concat(To):To),Dr==null?(n(kr,Br,Rr),n(Qr,Br,Rr),cr(Ir.children||[],Br,Qr,Lr,$r,jr,vn,Kr)):Zr>0&&Zr&64&&Vi&&Dr.dynamicChildren?(lr(Dr.dynamicChildren,Vi,Br,Lr,$r,jr,vn),(Ir.key!=null||Lr&&Ir===Lr.subTree)&&traverseStaticChildren(Dr,Ir,!0)):ur(Dr,Ir,Br,Qr,Lr,$r,jr,vn,Kr)},pe=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{Ir.slotScopeIds=vn,Dr==null?Ir.shapeFlag&512?Lr.ctx.activate(Ir,Br,Rr,jr,Kr):Ce(Ir,Br,Rr,Lr,$r,jr,Kr):Ie(Dr,Ir,Kr)},Ce=(Dr,Ir,Br,Rr,Lr,$r,jr)=>{const vn=Dr.component=createComponentInstance(Dr,Rr,Lr);if(isKeepAlive(Dr)&&(vn.ctx.renderer=Fr),setupComponent(vn,!1,jr),vn.asyncDep){if(Lr&&Lr.registerDep(vn,jt,jr),!Dr.el){const Kr=vn.subTree=createVNode(Comment);$e(null,Kr,Ir,Br)}}else jt(vn,Dr,Ir,Br,Lr,$r,jr)},Ie=(Dr,Ir,Br)=>{const Rr=Ir.component=Dr.component;if(shouldUpdateComponent(Dr,Ir,Br))if(Rr.asyncDep&&!Rr.asyncResolved){ar(Rr,Ir,Br);return}else Rr.next=Ir,invalidateJob(Rr.update),Rr.effect.dirty=!0,Rr.update();else Ir.el=Dr.el,Rr.vnode=Ir},jt=(Dr,Ir,Br,Rr,Lr,$r,jr)=>{const vn=()=>{if(Dr.isMounted){let{next:Qr,bu:Zr,u:Vi,parent:To,vnode:oa}=Dr;{const Ur=locateNonHydratedAsyncRoot(Dr);if(Ur){Qr&&(Qr.el=oa.el,ar(Dr,Qr,jr)),Ur.asyncDep.then(()=>{Dr.isUnmounted||vn()});return}}let Ba=Qr,rs;toggleRecurse(Dr,!1),Qr?(Qr.el=oa.el,ar(Dr,Qr,jr)):Qr=oa,Zr&&invokeArrayFns(Zr),(rs=Qr.props&&Qr.props.onVnodeBeforeUpdate)&&invokeVNodeHook(rs,To,Qr,oa),toggleRecurse(Dr,!0);const Mn=renderComponentRoot(Dr),Wr=Dr.subTree;Dr.subTree=Mn,Ne(Wr,Mn,oe(Wr.el),Tr(Wr),Dr,Lr,$r),Qr.el=Mn.el,Ba===null&&updateHOCHostEl(Dr,Mn.el),Vi&&queuePostRenderEffect(Vi,Lr),(rs=Qr.props&&Qr.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(rs,To,Qr,oa),Lr)}else{let Qr;const{el:Zr,props:Vi}=Ir,{bm:To,m:oa,parent:Ba}=Dr,rs=isAsyncWrapper(Ir);if(toggleRecurse(Dr,!1),To&&invokeArrayFns(To),!rs&&(Qr=Vi&&Vi.onVnodeBeforeMount)&&invokeVNodeHook(Qr,Ba,Ir),toggleRecurse(Dr,!0),Zr&&Vr){const Mn=()=>{Dr.subTree=renderComponentRoot(Dr),Vr(Zr,Dr.subTree,Dr,Lr,null)};rs?Ir.type.__asyncLoader().then(()=>!Dr.isUnmounted&&Mn()):Mn()}else{const Mn=Dr.subTree=renderComponentRoot(Dr);Ne(null,Mn,Br,Rr,Dr,Lr,$r),Ir.el=Mn.el}if(oa&&queuePostRenderEffect(oa,Lr),!rs&&(Qr=Vi&&Vi.onVnodeMounted)){const Mn=Ir;queuePostRenderEffect(()=>invokeVNodeHook(Qr,Ba,Mn),Lr)}(Ir.shapeFlag&256||Ba&&isAsyncWrapper(Ba.vnode)&&Ba.vnode.shapeFlag&256)&&Dr.a&&queuePostRenderEffect(Dr.a,Lr),Dr.isMounted=!0,Ir=Br=Rr=null}},Kr=Dr.effect=new ReactiveEffect(vn,NOOP,()=>queueJob(kr),Dr.scope),kr=Dr.update=()=>{Kr.dirty&&Kr.run()};kr.i=Dr,kr.id=Dr.uid,toggleRecurse(Dr,!0),kr()},ar=(Dr,Ir,Br)=>{Ir.component=Dr;const Rr=Dr.vnode.props;Dr.vnode=Ir,Dr.next=null,updateProps(Dr,Ir.props,Rr,Br),updateSlots(Dr,Ir.children,Br),pauseTracking(),flushPreFlushCbs(Dr),resetTracking()},ur=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr=!1)=>{const kr=Dr&&Dr.children,Qr=Dr?Dr.shapeFlag:0,Zr=Ir.children,{patchFlag:Vi,shapeFlag:To}=Ir;if(Vi>0){if(Vi&128){he(kr,Zr,Br,Rr,Lr,$r,jr,vn,Kr);return}else if(Vi&256){kt(kr,Zr,Br,Rr,Lr,$r,jr,vn,Kr);return}}To&8?(Qr&16&&Nr(kr,Lr,$r),Zr!==kr&&re(Br,Zr)):Qr&16?To&16?he(kr,Zr,Br,Rr,Lr,$r,jr,vn,Kr):Nr(kr,Lr,$r,!0):(Qr&8&&re(Br,""),To&16&&cr(Zr,Br,Rr,Lr,$r,jr,vn,Kr))},kt=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{Dr=Dr||EMPTY_ARR,Ir=Ir||EMPTY_ARR;const kr=Dr.length,Qr=Ir.length,Zr=Math.min(kr,Qr);let Vi;for(Vi=0;ViQr?Nr(Dr,Lr,$r,!0,!1,Zr):cr(Ir,Br,Rr,Lr,$r,jr,vn,Kr,Zr)},he=(Dr,Ir,Br,Rr,Lr,$r,jr,vn,Kr)=>{let kr=0;const Qr=Ir.length;let Zr=Dr.length-1,Vi=Qr-1;for(;kr<=Zr&&kr<=Vi;){const To=Dr[kr],oa=Ir[kr]=Kr?cloneIfMounted(Ir[kr]):normalizeVNode(Ir[kr]);if(isSameVNodeType(To,oa))Ne(To,oa,Br,null,Lr,$r,jr,vn,Kr);else break;kr++}for(;kr<=Zr&&kr<=Vi;){const To=Dr[Zr],oa=Ir[Vi]=Kr?cloneIfMounted(Ir[Vi]):normalizeVNode(Ir[Vi]);if(isSameVNodeType(To,oa))Ne(To,oa,Br,null,Lr,$r,jr,vn,Kr);else break;Zr--,Vi--}if(kr>Zr){if(kr<=Vi){const To=Vi+1,oa=ToVi)for(;kr<=Zr;)gr(Dr[kr],Lr,$r,!0),kr++;else{const To=kr,oa=kr,Ba=new Map;for(kr=oa;kr<=Vi;kr++){const Li=Ir[kr]=Kr?cloneIfMounted(Ir[kr]):normalizeVNode(Ir[kr]);Li.key!=null&&Ba.set(Li.key,kr)}let rs,Mn=0;const Wr=Vi-oa+1;let Ur=!1,Sn=0;const Nn=new Array(Wr);for(kr=0;kr=Wr){gr(Li,Lr,$r,!0);continue}let ca;if(Li.key!=null)ca=Ba.get(Li.key);else for(rs=oa;rs<=Vi;rs++)if(Nn[rs-oa]===0&&isSameVNodeType(Li,Ir[rs])){ca=rs;break}ca===void 0?gr(Li,Lr,$r,!0):(Nn[ca-oa]=kr+1,ca>=Sn?Sn=ca:Ur=!0,Ne(Li,Ir[ca],Br,null,Lr,$r,jr,vn,Kr),Mn++)}const Sa=Ur?getSequence(Nn):EMPTY_ARR;for(rs=Sa.length-1,kr=Wr-1;kr>=0;kr--){const Li=oa+kr,ca=Ir[Li],fo=Li+1{const{el:$r,type:jr,transition:vn,children:Kr,shapeFlag:kr}=Dr;if(kr&6){tr(Dr.component.subTree,Ir,Br,Rr);return}if(kr&128){Dr.suspense.move(Ir,Br,Rr);return}if(kr&64){jr.move(Dr,Ir,Br,Fr);return}if(jr===Fragment){n($r,Ir,Br);for(let Zr=0;Zrvn.enter($r),Lr);else{const{leave:Zr,delayLeave:Vi,afterLeave:To}=vn,oa=()=>n($r,Ir,Br),Ba=()=>{Zr($r,()=>{oa(),To&&To()})};Vi?Vi($r,oa,Ba):Ba()}else n($r,Ir,Br)},gr=(Dr,Ir,Br,Rr=!1,Lr=!1)=>{const{type:$r,props:jr,ref:vn,children:Kr,dynamicChildren:kr,shapeFlag:Qr,patchFlag:Zr,dirs:Vi,cacheIndex:To}=Dr;if(Zr===-2&&(Lr=!1),vn!=null&&setRef(vn,null,Br,Dr,!0),To!=null&&(Ir.renderCache[To]=void 0),Qr&256){Ir.ctx.deactivate(Dr);return}const oa=Qr&1&&Vi,Ba=!isAsyncWrapper(Dr);let rs;if(Ba&&(rs=jr&&jr.onVnodeBeforeUnmount)&&invokeVNodeHook(rs,Ir,Dr),Qr&6)xr(Dr.component,Br,Rr);else{if(Qr&128){Dr.suspense.unmount(Br,Rr);return}oa&&invokeDirectiveHook(Dr,null,Ir,"beforeUnmount"),Qr&64?Dr.type.remove(Dr,Ir,Br,Fr,Rr):kr&&!kr.hasOnce&&($r!==Fragment||Zr>0&&Zr&64)?Nr(kr,Ir,Br,!1,!0):($r===Fragment&&Zr&384||!Lr&&Qr&16)&&Nr(Kr,Ir,Br),Rr&&_r(Dr)}(Ba&&(rs=jr&&jr.onVnodeUnmounted)||oa)&&queuePostRenderEffect(()=>{rs&&invokeVNodeHook(rs,Ir,Dr),oa&&invokeDirectiveHook(Dr,null,Ir,"unmounted")},Br)},_r=Dr=>{const{type:Ir,el:Br,anchor:Rr,transition:Lr}=Dr;if(Ir===Fragment){yr(Br,Rr);return}if(Ir===Static){qe(Dr);return}const $r=()=>{$(Br),Lr&&!Lr.persisted&&Lr.afterLeave&&Lr.afterLeave()};if(Dr.shapeFlag&1&&Lr&&!Lr.persisted){const{leave:jr,delayLeave:vn}=Lr,Kr=()=>jr(Br,$r);vn?vn(Dr.el,$r,Kr):Kr()}else $r()},yr=(Dr,Ir)=>{let Br;for(;Dr!==Ir;)Br=ue(Dr),$(Dr),Dr=Br;$(Ir)},xr=(Dr,Ir,Br)=>{const{bum:Rr,scope:Lr,update:$r,subTree:jr,um:vn,m:Kr,a:kr}=Dr;invalidateMount(Kr),invalidateMount(kr),Rr&&invokeArrayFns(Rr),Lr.stop(),$r&&($r.active=!1,gr(jr,Dr,Ir,Br)),vn&&queuePostRenderEffect(vn,Ir),queuePostRenderEffect(()=>{Dr.isUnmounted=!0},Ir),Ir&&Ir.pendingBranch&&!Ir.isUnmounted&&Dr.asyncDep&&!Dr.asyncResolved&&Dr.suspenseId===Ir.pendingId&&(Ir.deps--,Ir.deps===0&&Ir.resolve())},Nr=(Dr,Ir,Br,Rr=!1,Lr=!1,$r=0)=>{for(let jr=$r;jr{if(Dr.shapeFlag&6)return Tr(Dr.component.subTree);if(Dr.shapeFlag&128)return Dr.suspense.next();const Ir=ue(Dr.anchor||Dr.el),Br=Ir&&Ir[TeleportEndKey];return Br?ue(Br):Ir};let Sr=!1;const Ar=(Dr,Ir,Br)=>{Dr==null?Ir._vnode&&gr(Ir._vnode,null,null,!0):Ne(Ir._vnode||null,Dr,Ir,null,null,null,Br),Ir._vnode=Dr,Sr||(Sr=!0,flushPreFlushCbs(),flushPostFlushCbs(),Sr=!1)},Fr={p:Ne,um:gr,m:tr,r:_r,mt:Ce,mc:cr,pc:ur,pbc:lr,n:Tr,o:e};let Gr,Vr;return{render:Ar,hydrate:Gr,createApp:createAppAPI(Ar,Gr)}}function resolveChildrenNamespace({type:e,props:t},y){return y==="svg"&&e==="foreignObject"||y==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:y}function toggleRecurse({effect:e,update:t},y){e.allowRecurse=t.allowRecurse=y}function needTransition(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function traverseStaticChildren(e,t,y=!1){const n=e.children,$=t.children;if(isArray$4(n)&&isArray$4($))for(let k=0;k>1,e[y[j]]0&&(t[n]=y[k-1]),y[k]=n)}}for(k=y.length,L=y[k-1];k-- >0;)y[k]=L,L=t[L];return y}function locateNonHydratedAsyncRoot(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:locateNonHydratedAsyncRoot(t)}function invalidateMount(e){if(e)for(let t=0;tinject(ssrContextKey);function watchEffect(e,t){return doWatch(e,null,t)}function watchPostEffect(e,t){return doWatch(e,null,{flush:"post"})}const INITIAL_WATCHER_VALUE={};function watch(e,t,y){return doWatch(e,t,y)}function doWatch(e,t,{immediate:y,deep:n,flush:$,once:k,onTrack:L,onTrigger:j}=EMPTY_OBJ){if(t&&k){const ir=t;t=(...dr)=>{ir(...dr),er()}}const V=currentInstance,z=ir=>n===!0?ir:traverse(ir,n===!1?1:void 0);let re,oe=!1,ue=!1;if(isRef(e)?(re=()=>e.value,oe=isShallow(e)):isReactive(e)?(re=()=>z(e),oe=!0):isArray$4(e)?(ue=!0,oe=e.some(ir=>isReactive(ir)||isShallow(ir)),re=()=>e.map(ir=>{if(isRef(ir))return ir.value;if(isReactive(ir))return z(ir);if(isFunction$5(ir))return callWithErrorHandling(ir,V,2)})):isFunction$5(e)?t?re=()=>callWithErrorHandling(e,V,2):re=()=>(de&&de(),callWithAsyncErrorHandling(e,V,3,[_e])):re=NOOP,t&&n){const ir=re;re=()=>traverse(ir())}let de,_e=ir=>{de=Fe.onStop=()=>{callWithErrorHandling(ir,V,4),de=Fe.onStop=void 0}},Ne;if(isInSSRComponentSetup)if(_e=NOOP,t?y&&callWithAsyncErrorHandling(t,V,3,[re(),ue?[]:void 0,_e]):re(),$==="sync"){const ir=useSSRContext();Ne=ir.__watcherHandles||(ir.__watcherHandles=[])}else return NOOP;let Ue=ue?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const $e=()=>{if(!(!Fe.active||!Fe.dirty))if(t){const ir=Fe.run();(n||oe||(ue?ir.some((dr,cr)=>hasChanged(dr,Ue[cr])):hasChanged(ir,Ue)))&&(de&&de(),callWithAsyncErrorHandling(t,V,3,[ir,Ue===INITIAL_WATCHER_VALUE?void 0:ue&&Ue[0]===INITIAL_WATCHER_VALUE?[]:Ue,_e]),Ue=ir)}else Fe.run()};$e.allowRecurse=!!t;let Ve;$==="sync"?Ve=$e:$==="post"?Ve=()=>queuePostRenderEffect($e,V&&V.suspense):($e.pre=!0,V&&($e.id=V.uid),Ve=()=>queueJob($e));const Fe=new ReactiveEffect(re,NOOP,Ve),qe=getCurrentScope(),er=()=>{Fe.stop(),qe&&remove(qe.effects,Fe)};return t?y?$e():Ue=Fe.run():$==="post"?queuePostRenderEffect(Fe.run.bind(Fe),V&&V.suspense):Fe.run(),Ne&&Ne.push(er),er}function instanceWatch(e,t,y){const n=this.proxy,$=isString$4(e)?e.includes(".")?createPathGetter(n,e):()=>n[e]:e.bind(n,n);let k;isFunction$5(t)?k=t:(k=t.handler,y=t);const L=setCurrentInstance(this),j=doWatch($,k.bind(n),y);return L(),j}function createPathGetter(e,t){const y=t.split(".");return()=>{let n=e;for(let $=0;${traverse(n,t,y)});else if(isPlainObject$3(e)){for(const n in e)traverse(e[n],t,y);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&traverse(e[n],t,y)}return e}const getModelModifiers=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${camelize(t)}Modifiers`]||e[`${hyphenate$1(t)}Modifiers`];function emit(e,t,...y){if(e.isUnmounted)return;const n=e.vnode.props||EMPTY_OBJ;let $=y;const k=t.startsWith("update:"),L=k&&getModelModifiers(n,t.slice(7));L&&(L.trim&&($=y.map(re=>isString$4(re)?re.trim():re)),L.number&&($=y.map(looseToNumber)));let j,V=n[j=toHandlerKey(t)]||n[j=toHandlerKey(camelize(t))];!V&&k&&(V=n[j=toHandlerKey(hyphenate$1(t))]),V&&callWithAsyncErrorHandling(V,e,6,$);const z=n[j+"Once"];if(z){if(!e.emitted)e.emitted={};else if(e.emitted[j])return;e.emitted[j]=!0,callWithAsyncErrorHandling(z,e,6,$)}}function normalizeEmitsOptions(e,t,y=!1){const n=t.emitsCache,$=n.get(e);if($!==void 0)return $;const k=e.emits;let L={},j=!1;if(!isFunction$5(e)){const V=z=>{const re=normalizeEmitsOptions(z,t,!0);re&&(j=!0,extend$1(L,re))};!y&&t.mixins.length&&t.mixins.forEach(V),e.extends&&V(e.extends),e.mixins&&e.mixins.forEach(V)}return!k&&!j?(isObject$5(e)&&n.set(e,null),null):(isArray$4(k)?k.forEach(V=>L[V]=null):extend$1(L,k),isObject$5(e)&&n.set(e,L),L)}function isEmitListener(e,t){return!e||!isOn(t)?!1:(t=t.slice(2).replace(/Once$/,""),hasOwn$1(e,t[0].toLowerCase()+t.slice(1))||hasOwn$1(e,hyphenate$1(t))||hasOwn$1(e,t))}function markAttrsAccessed(){}function renderComponentRoot(e){const{type:t,vnode:y,proxy:n,withProxy:$,propsOptions:[k],slots:L,attrs:j,emit:V,render:z,renderCache:re,props:oe,data:ue,setupState:de,ctx:_e,inheritAttrs:Ne}=e,Ue=setCurrentRenderingInstance(e);let $e,Ve;try{if(y.shapeFlag&4){const qe=$||n,er=qe;$e=normalizeVNode(z.call(er,qe,re,oe,de,ue,_e)),Ve=j}else{const qe=t;$e=normalizeVNode(qe.length>1?qe(oe,{attrs:j,slots:L,emit:V}):qe(oe,null)),Ve=t.props?j:getFunctionalFallthrough(j)}}catch(qe){blockStack.length=0,handleError(qe,e,1),$e=createVNode(Comment)}let Fe=$e;if(Ve&&Ne!==!1){const qe=Object.keys(Ve),{shapeFlag:er}=Fe;qe.length&&er&7&&(k&&qe.some(isModelListener)&&(Ve=filterModelListeners(Ve,k)),Fe=cloneVNode(Fe,Ve,!1,!0))}return y.dirs&&(Fe=cloneVNode(Fe,null,!1,!0),Fe.dirs=Fe.dirs?Fe.dirs.concat(y.dirs):y.dirs),y.transition&&(Fe.transition=y.transition),$e=Fe,setCurrentRenderingInstance(Ue),$e}const getFunctionalFallthrough=e=>{let t;for(const y in e)(y==="class"||y==="style"||isOn(y))&&((t||(t={}))[y]=e[y]);return t},filterModelListeners=(e,t)=>{const y={};for(const n in e)(!isModelListener(n)||!(n.slice(9)in t))&&(y[n]=e[n]);return y};function shouldUpdateComponent(e,t,y){const{props:n,children:$,component:k}=e,{props:L,children:j,patchFlag:V}=t,z=k.emitsOptions;if(t.dirs||t.transition)return!0;if(y&&V>=0){if(V&1024)return!0;if(V&16)return n?hasPropsChanged(n,L,z):!!L;if(V&8){const re=t.dynamicProps;for(let oe=0;oee.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray$4(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}const Fragment=Symbol.for("v-fgt"),Text$1=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(e=!1){blockStack.push(currentBlock=e?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(e){isBlockTreeEnabled+=e,e<0&¤tBlock&&(currentBlock.hasOnce=!0)}function setupBlock(e){return e.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&¤tBlock&¤tBlock.push(e),e}function createElementBlock(e,t,y,n,$,k){return setupBlock(createBaseVNode(e,t,y,n,$,k,!0))}function createBlock(e,t,y,n,$){return setupBlock(createVNode(e,t,y,n,$,!0))}function isVNode(e){return e?e.__v_isVNode===!0:!1}function isSameVNodeType(e,t){return e.type===t.type&&e.key===t.key}const normalizeKey=({key:e})=>e??null,normalizeRef=({ref:e,ref_key:t,ref_for:y})=>(typeof e=="number"&&(e=""+e),e!=null?isString$4(e)||isRef(e)||isFunction$5(e)?{i:currentRenderingInstance,r:e,k:t,f:!!y}:e:null);function createBaseVNode(e,t=null,y=null,n=0,$=null,k=e===Fragment?0:1,L=!1,j=!1){const V={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&normalizeKey(t),ref:t&&normalizeRef(t),scopeId:currentScopeId,slotScopeIds:null,children:y,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:k,patchFlag:n,dynamicProps:$,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return j?(normalizeChildren(V,y),k&128&&e.normalize(V)):y&&(V.shapeFlag|=isString$4(y)?8:16),isBlockTreeEnabled>0&&!L&¤tBlock&&(V.patchFlag>0||k&6)&&V.patchFlag!==32&¤tBlock.push(V),V}const createVNode=_createVNode;function _createVNode(e,t=null,y=null,n=0,$=null,k=!1){if((!e||e===NULL_DYNAMIC_COMPONENT)&&(e=Comment),isVNode(e)){const j=cloneVNode(e,t,!0);return y&&normalizeChildren(j,y),isBlockTreeEnabled>0&&!k&¤tBlock&&(j.shapeFlag&6?currentBlock[currentBlock.indexOf(e)]=j:currentBlock.push(j)),j.patchFlag=-2,j}if(isClassComponent(e)&&(e=e.__vccOpts),t){t=guardReactiveProps(t);let{class:j,style:V}=t;j&&!isString$4(j)&&(t.class=normalizeClass(j)),isObject$5(V)&&(isProxy(V)&&!isArray$4(V)&&(V=extend$1({},V)),t.style=normalizeStyle(V))}const L=isString$4(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject$5(e)?4:isFunction$5(e)?2:0;return createBaseVNode(e,t,y,n,$,L,k,!0)}function guardReactiveProps(e){return e?isProxy(e)||isInternalObject(e)?extend$1({},e):e:null}function cloneVNode(e,t,y=!1,n=!1){const{props:$,ref:k,patchFlag:L,children:j,transition:V}=e,z=t?mergeProps($||{},t):$,re={__v_isVNode:!0,__v_skip:!0,type:e.type,props:z,key:z&&normalizeKey(z),ref:t&&t.ref?y&&k?isArray$4(k)?k.concat(normalizeRef(t)):[k,normalizeRef(t)]:normalizeRef(t):k,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:j,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?L===-1?16:L|16:L,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:V,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cloneVNode(e.ssContent),ssFallback:e.ssFallback&&cloneVNode(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return V&&n&&setTransitionHooks(re,V.clone(re)),re}function createTextVNode(e=" ",t=0){return createVNode(Text$1,null,e,t)}function createCommentVNode(e="",t=!1){return t?(openBlock(),createBlock(Comment,null,e)):createVNode(Comment,null,e)}function normalizeVNode(e){return e==null||typeof e=="boolean"?createVNode(Comment):isArray$4(e)?createVNode(Fragment,null,e.slice()):typeof e=="object"?cloneIfMounted(e):createVNode(Text$1,null,String(e))}function cloneIfMounted(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:cloneVNode(e)}function normalizeChildren(e,t){let y=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(isArray$4(t))y=16;else if(typeof t=="object")if(n&65){const $=t.default;$&&($._c&&($._d=!1),normalizeChildren(e,$()),$._c&&($._d=!0));return}else{y=32;const $=t._;!$&&!isInternalObject(t)?t._ctx=currentRenderingInstance:$===3&¤tRenderingInstance&&(currentRenderingInstance.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else isFunction$5(t)?(t={default:t,_ctx:currentRenderingInstance},y=32):(t=String(t),n&64?(y=16,t=[createTextVNode(t)]):y=8);e.children=t,e.shapeFlag|=y}function mergeProps(...e){const t={};for(let y=0;ycurrentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const e=getGlobalThis(),t=(y,n)=>{let $;return($=e[y])||($=e[y]=[]),$.push(n),k=>{$.length>1?$.forEach(L=>L(k)):$[0](k)}};internalSetCurrentInstance=t("__VUE_INSTANCE_SETTERS__",y=>currentInstance=y),setInSSRSetupState=t("__VUE_SSR_SETTERS__",y=>isInSSRComponentSetup=y)}const setCurrentInstance=e=>{const t=currentInstance;return internalSetCurrentInstance(e),e.scope.on(),()=>{e.scope.off(),internalSetCurrentInstance(t)}},unsetCurrentInstance=()=>{currentInstance&¤tInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(e){return e.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(e,t=!1,y=!1){t&&setInSSRSetupState(t);const{props:n,children:$}=e.vnode,k=isStatefulComponent(e);initProps(e,n,k,t),initSlots(e,$,y);const L=k?setupStatefulComponent(e,t):void 0;return t&&setInSSRSetupState(!1),L}function setupStatefulComponent(e,t){const y=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,PublicInstanceProxyHandlers);const{setup:n}=y;if(n){const $=e.setupContext=n.length>1?createSetupContext(e):null,k=setCurrentInstance(e);pauseTracking();const L=callWithErrorHandling(n,e,0,[e.props,$]);if(resetTracking(),k(),isPromise(L)){if(L.then(unsetCurrentInstance,unsetCurrentInstance),t)return L.then(j=>{handleSetupResult(e,j,t)}).catch(j=>{handleError(j,e,0)});e.asyncDep=L}else handleSetupResult(e,L,t)}else finishComponentSetup(e,t)}function handleSetupResult(e,t,y){isFunction$5(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject$5(t)&&(e.setupState=proxyRefs(t)),finishComponentSetup(e,y)}let compile$2;function finishComponentSetup(e,t,y){const n=e.type;if(!e.render){if(!t&&compile$2&&!n.render){const $=n.template||resolveMergedOptions(e).template;if($){const{isCustomElement:k,compilerOptions:L}=e.appContext.config,{delimiters:j,compilerOptions:V}=n,z=extend$1(extend$1({isCustomElement:k,delimiters:j},L),V);n.render=compile$2($,z)}}e.render=n.render||NOOP}{const $=setCurrentInstance(e);pauseTracking();try{applyOptions(e)}finally{resetTracking(),$()}}}const attrsProxyHandlers={get(e,t){return track(e,"get",""),e[t]}};function createSetupContext(e){const t=y=>{e.exposed=y||{}};return{attrs:new Proxy(e.attrs,attrsProxyHandlers),slots:e.slots,emit:e.emit,expose:t}}function getComponentPublicInstance(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(proxyRefs(markRaw(e.exposed)),{get(t,y){if(y in t)return t[y];if(y in publicPropertiesMap)return publicPropertiesMap[y](e)},has(t,y){return y in t||y in publicPropertiesMap}})):e.proxy}const classifyRE=/(?:^|[-_])(\w)/g,classify=e=>e.replace(classifyRE,t=>t.toUpperCase()).replace(/[-_]/g,"");function getComponentName(e,t=!0){return isFunction$5(e)?e.displayName||e.name:e.name||t&&e.__name}function formatComponentName(e,t,y=!1){let n=getComponentName(t);if(!n&&t.__file){const $=t.__file.match(/([^/\\]+)\.\w+$/);$&&(n=$[1])}if(!n&&e&&e.parent){const $=k=>{for(const L in k)if(k[L]===t)return L};n=$(e.components||e.parent.type.components)||$(e.appContext.components)}return n?classify(n):y?"App":"Anonymous"}function isClassComponent(e){return isFunction$5(e)&&"__vccOpts"in e}const computed=(e,t)=>computed$1(e,t,isInSSRComponentSetup);function h$1(e,t,y){const n=arguments.length;return n===2?isObject$5(t)&&!isArray$4(t)?isVNode(t)?createVNode(e,null,[t]):createVNode(e,t):createVNode(e,null,t):(n>3?y=Array.prototype.slice.call(arguments,2):n===3&&isVNode(y)&&(y=[y]),createVNode(e,t,y))}const version$4="3.4.38",warn$2=NOOP;/** +**/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>>1,k=queue$2[n],L=getId(k);LflushIndex&&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(;ygetId(y)-getId(n));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...t);return}for(activePostFlushCbs=t,postFlushIndex=0;postFlushIndexe.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{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{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),Ue=(Ve,qe)=>{Ve&&callWithAsyncErrorHandling(Ve,n,9,qe)},kt=(Ve,qe)=>{const jt=qe[1];Ue(Ve,qe),isArray$2(Ve)?Ve.every(tr=>tr.length<=1)&&jt():Ve.length<=1&&jt()},Et={mode:$,persisted:j,beforeEnter(Ve){let qe=V;if(!y.isMounted)if(L)qe=Ie||V;else return;Ve[leaveCbKey]&&Ve[leaveCbKey](!0);const jt=Fe[Ne];jt&&isSameVNodeType(e,jt)&&jt.el[leaveCbKey]&&jt.el[leaveCbKey](),Ue(qe,[Ve])},enter(Ve){let qe=z,jt=re,tr=ie;if(!y.isMounted)if(L)qe=_e||z,jt=Ce||re,tr=he||ie;else return;let rr=!1;const ar=Ve[enterCbKey$1]=nr=>{rr||(rr=!0,nr?Ue(tr,[Ve]):Ue(jt,[Ve]),Et.delayedLeave&&Et.delayedLeave(),Ve[enterCbKey$1]=void 0)};qe?kt(qe,[Ve,ar]):ar()},leave(Ve,qe){const jt=String(e.key);if(Ve[enterCbKey$1]&&Ve[enterCbKey$1](!0),y.isUnmounting)return qe();Ue(oe,[Ve]);let tr=!1;const rr=Ve[leaveCbKey]=ar=>{tr||(tr=!0,qe(),ar?Ue(pe,[Ve]):Ue(de,[Ve]),Ve[leaveCbKey]=void 0,Fe[jt]===e&&delete Fe[jt])};Fe[jt]=e,ue?kt(ue,[Ve,rr]):rr()},clone(Ve){const qe=resolveTransitionHooks(Ve,t,y,n,k);return k&&k(qe),qe}};return Et}function emptyPlaceholder(e){if(isKeepAlive(e))return e=cloneVNode(e),e.children=null,e}function getKeepAliveChild(e){if(!isKeepAlive(e))return e;const{shapeFlag:t,children:y}=e;if(y){if(t&16)return y[0];if(t&32&&isFunction$4(y.default))return y.default()}}function setTransitionHooks(e,t){e.shapeFlag&6&&e.component?setTransitionHooks(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function getTransitionRawChildren(e,t=!1,y){let n=[],k=0;for(let L=0;L1)for(let L=0;L!!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;$t($,j,void 0,L));else{const $=Object.keys(e);k=new Array($.length);for(let j=0,V=$.length;j{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)&¤tRenderingInstance.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:Ue,renderTriggered:kt,errorCaptured:Et,serverPrefetch:Ve,expose:qe,inheritAttrs:jt,components:tr,directives:rr,filters:ar}=t;if(z&&resolveInjections(z,n,null),$)for(const cr in $){const _r=$[cr];isFunction$4(_r)&&(n[cr]=_r.bind(y))}if(k){const cr=k.call(y,y);isObject$4(cr)&&(e.data=reactive(cr))}if(shouldCacheAccess=!0,L)for(const cr in L){const _r=L[cr],hr=isFunction$4(_r)?_r.bind(y,y):isFunction$4(_r.get)?_r.get.bind(y,y):NOOP,Er=!isFunction$4(_r)&&isFunction$4(_r.set)?_r.set.bind(y):NOOP,kr=computed({get:hr,set:Er});Object.defineProperty(n,cr,{enumerable:!0,configurable:!0,get:()=>kr.value,set:xr=>kr.value=xr})}if(j)for(const cr in j)createWatcher(j[cr],n,y,cr);if(V){const cr=isFunction$4(V)?V.call(y):V;Reflect.ownKeys(cr).forEach(_r=>{provide(_r,cr[_r])})}re&&callHook$1(re,e,"c");function ur(cr,_r){isArray$2(_r)?_r.forEach(hr=>cr(hr.bind(y))):_r&&cr(_r.bind(y))}if(ur(onBeforeMount,ie),ur(onMounted,oe),ur(onBeforeUpdate,ue),ur(onUpdated,de),ur(onActivated,pe),ur(onDeactivated,Ie),ur(onErrorCaptured,Et),ur(onRenderTracked,Ue),ur(onRenderTriggered,kt),ur(onBeforeUnmount,Ce),ur(onUnmounted,Ne),ur(onServerPrefetch,Ve),isArray$2(qe))if(qe.length){const cr=e.exposed||(e.exposed={});qe.forEach(_r=>{Object.defineProperty(cr,_r,{get:()=>y[_r],set:hr=>y[_r]=hr})})}else e.exposed||(e.exposed={});Fe&&e.render===NOOP&&(e.render=Fe),jt!=null&&(e.inheritAttrs=jt),tr&&(e.components=tr),rr&&(e.directives=rr)}function resolveInjections(e,t,y=NOOP){isArray$2(e)&&(e=normalizeInject(e));for(const n in e){const k=e[n];let L;isObject$4(k)?"default"in k?L=inject(k.from||n,k.default,!0):L=inject(k.from||n):L=inject(k),isRef(L)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>L.value,set:$=>L.value=$}):t[n]=L}}function callHook$1(e,t,y){callWithAsyncErrorHandling(isArray$2(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,y)}function createWatcher(e,t,y,n){const k=n.includes(".")?createPathGetter(y,n):()=>y[n];if(isString$3(e)){const L=t[e];isFunction$4(L)&&watch(k,L)}else if(isFunction$4(e))watch(k,e.bind(y));else if(isObject$4(e))if(isArray$2(e))e.forEach(L=>createWatcher(L,t,y,n));else{const L=isFunction$4(e.handler)?e.handler.bind(y):t[e.handler];isFunction$4(L)&&watch(k,L,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:y,extends:n}=t,{mixins:k,optionsCache:L,config:{optionMergeStrategies:$}}=e.appContext,j=L.get(t);let V;return j?V=j:!k.length&&!y&&!n?V=t:(V={},k.length&&k.forEach(z=>mergeOptions$2(V,z,$,!0)),mergeOptions$2(V,t,$)),isObject$4(t)&&L.set(t,V),V}function mergeOptions$2(e,t,y,n=!1){const{mixins:k,extends:L}=t;L&&mergeOptions$2(e,L,y,!0),k&&k.forEach($=>mergeOptions$2(e,$,y,!0));for(const $ in t)if(!(n&&$==="expose")){const j=internalOptionMergeStrats[$]||y&&y[$];e[$]=j?j(e[$],t[$]):t[$]}return e}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(e,t){return t?e?function(){return extend$1(isFunction$4(e)?e.call(this,this):e,isFunction$4(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray$2(e)){const t={};for(let y=0;y1)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{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;ree[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(""),Ue=t.anchor=pe("");ue(Fe,y,n),ue(Ue,y,n);const kt=t.target=resolveTarget(t.props,de),Et=prepareAnchor(kt,t,pe,ue);kt&&($==="svg"||isTargetSVG(kt)?$="svg":($==="mathml"||isTargetMathML(kt))&&($="mathml"));const Ve=(qe,jt)=>{Ce&16&&re(he,qe,jt,k,L,$,j,V)};_e?Ve(y,Ue):kt&&Ve(kt,Et)}else{t.el=e.el,t.targetStart=e.targetStart;const Fe=t.anchor=e.anchor,Ue=t.target=e.target,kt=t.targetAnchor=e.targetAnchor,Et=isTeleportDisabled(e.props),Ve=Et?y:Ue,qe=Et?Fe:kt;if($==="svg"||isTargetSVG(Ue)?$="svg":($==="mathml"||isTargetMathML(Ue))&&($="mathml"),Ne?(oe(e.dynamicChildren,Ne,Ve,k,L,$,j),traverseStaticChildren(e,t,!0)):V||ie(e,t,Ve,qe,k,L,$,j,!1),_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 jt=t.target=resolveTarget(t.props,de);jt&&moveTeleport(t,jt,null,z,0)}else Et&&moveTeleport(t,Ue,kt,z,1)}updateCssVars(t)},remove(e,t,y,{um:n,o:{remove:k}},L){const{shapeFlag:$,children:j,anchor:V,targetStart:z,targetAnchor:re,target:ie,props:oe}=e;if(ie&&(k(z),k(re)),L&&k(V),$&16){const ue=L||!isTeleportDisabled(oe);for(let de=0;de{if(Sr===Tr)return;Sr&&!isSameVNodeType(Sr,Tr)&&(br=mr(Sr),xr(Sr,Cr,Ir,!0),Sr=null),Tr.patchFlag===-2&&(Wr=!1,Tr.dynamicChildren=null);const{type:Nr,ref:Fr,shapeFlag:Qr}=Tr;switch(Nr){case Text$1:Ie(Sr,Tr,Mr,br);break;case Comment:_e(Sr,Tr,Mr,br);break;case Static:Sr==null&&Ce(Tr,Mr,br,Dr);break;case Fragment:tr(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr);break;default:Qr&1?Fe(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr):Qr&6?rr(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr):(Qr&64||Qr&128)&&Nr.process(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr,Hr)}Fr!=null&&Cr&&setRef(Fr,Sr&&Sr.ref,Ir,Tr||Sr,!Tr)},Ie=(Sr,Tr,Mr,br)=>{if(Sr==null)n(Tr.el=j(Tr.children),Mr,br);else{const Cr=Tr.el=Sr.el;Tr.children!==Sr.children&&z(Cr,Tr.children)}},_e=(Sr,Tr,Mr,br)=>{Sr==null?n(Tr.el=V(Tr.children||""),Mr,br):Tr.el=Sr.el},Ce=(Sr,Tr,Mr,br)=>{[Sr.el,Sr.anchor]=de(Sr.children,Tr,Mr,br,Sr.el,Sr.anchor)},he=({el:Sr,anchor:Tr},Mr,br)=>{let Cr;for(;Sr&&Sr!==Tr;)Cr=oe(Sr),n(Sr,Mr,br),Sr=Cr;n(Tr,Mr,br)},Ne=({el:Sr,anchor:Tr})=>{let Mr;for(;Sr&&Sr!==Tr;)Mr=oe(Sr),k(Sr),Sr=Mr;k(Tr)},Fe=(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr)=>{Tr.type==="svg"?Dr="svg":Tr.type==="math"&&(Dr="mathml"),Sr==null?Ue(Tr,Mr,br,Cr,Ir,Dr,Kr,Wr):Ve(Sr,Tr,Cr,Ir,Dr,Kr,Wr)},Ue=(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr)=>{let Wr,Nr;const{props:Fr,shapeFlag:Qr,transition:ca,dirs:Po}=Sr;if(Wr=Sr.el=$(Sr.type,Ir,Fr&&Fr.is,Fr),Qr&8?re(Wr,Sr.children):Qr&16&&Et(Sr.children,Wr,null,br,Cr,resolveChildrenNamespace(Sr,Ir),Dr,Kr),Po&&invokeDirectiveHook(Sr,null,br,"created"),kt(Wr,Sr,Sr.scopeId,Dr,br),Fr){for(const Go in Fr)Go!=="value"&&!isReservedProp(Go)&&L(Wr,Go,null,Fr[Go],Ir,br);"value"in Fr&&L(Wr,"value",null,Fr.value,Ir),(Nr=Fr.onVnodeBeforeMount)&&invokeVNodeHook(Nr,br,Sr)}Po&&invokeDirectiveHook(Sr,null,br,"beforeMount");const Wa=needTransition(Cr,ca);Wa&&ca.beforeEnter(Wr),n(Wr,Tr,Mr),((Nr=Fr&&Fr.onVnodeMounted)||Wa||Po)&&queuePostRenderEffect(()=>{Nr&&invokeVNodeHook(Nr,br,Sr),Wa&&ca.enter(Wr),Po&&invokeDirectiveHook(Sr,null,br,"mounted")},Cr)},kt=(Sr,Tr,Mr,br,Cr)=>{if(Mr&&ue(Sr,Mr),br)for(let Ir=0;Ir{for(let Nr=Wr;Nr{const Kr=Tr.el=Sr.el;let{patchFlag:Wr,dynamicChildren:Nr,dirs:Fr}=Tr;Wr|=Sr.patchFlag&16;const Qr=Sr.props||EMPTY_OBJ,ca=Tr.props||EMPTY_OBJ;let Po;if(Mr&&toggleRecurse(Mr,!1),(Po=ca.onVnodeBeforeUpdate)&&invokeVNodeHook(Po,Mr,Tr,Sr),Fr&&invokeDirectiveHook(Tr,Sr,Mr,"beforeUpdate"),Mr&&toggleRecurse(Mr,!0),(Qr.innerHTML&&ca.innerHTML==null||Qr.textContent&&ca.textContent==null)&&re(Kr,""),Nr?qe(Sr.dynamicChildren,Nr,Kr,Mr,br,resolveChildrenNamespace(Tr,Cr),Ir):Dr||_r(Sr,Tr,Kr,null,Mr,br,resolveChildrenNamespace(Tr,Cr),Ir,!1),Wr>0){if(Wr&16)jt(Kr,Qr,ca,Mr,Cr);else if(Wr&2&&Qr.class!==ca.class&&L(Kr,"class",null,ca.class,Cr),Wr&4&&L(Kr,"style",Qr.style,ca.style,Cr),Wr&8){const Wa=Tr.dynamicProps;for(let Go=0;Go{Po&&invokeVNodeHook(Po,Mr,Tr,Sr),Fr&&invokeDirectiveHook(Tr,Sr,Mr,"updated")},br)},qe=(Sr,Tr,Mr,br,Cr,Ir,Dr)=>{for(let Kr=0;Kr{if(Tr!==Mr){if(Tr!==EMPTY_OBJ)for(const Ir in Tr)!isReservedProp(Ir)&&!(Ir in Mr)&&L(Sr,Ir,Tr[Ir],null,Cr,br);for(const Ir in Mr){if(isReservedProp(Ir))continue;const Dr=Mr[Ir],Kr=Tr[Ir];Dr!==Kr&&Ir!=="value"&&L(Sr,Ir,Kr,Dr,Cr,br)}"value"in Mr&&L(Sr,"value",Tr.value,Mr.value,Cr)}},tr=(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr)=>{const Nr=Tr.el=Sr?Sr.el:j(""),Fr=Tr.anchor=Sr?Sr.anchor:j("");let{patchFlag:Qr,dynamicChildren:ca,slotScopeIds:Po}=Tr;Po&&(Kr=Kr?Kr.concat(Po):Po),Sr==null?(n(Nr,Mr,br),n(Fr,Mr,br),Et(Tr.children||[],Mr,Fr,Cr,Ir,Dr,Kr,Wr)):Qr>0&&Qr&64&&ca&&Sr.dynamicChildren?(qe(Sr.dynamicChildren,ca,Mr,Cr,Ir,Dr,Kr),(Tr.key!=null||Cr&&Tr===Cr.subTree)&&traverseStaticChildren(Sr,Tr,!0)):_r(Sr,Tr,Mr,Fr,Cr,Ir,Dr,Kr,Wr)},rr=(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr)=>{Tr.slotScopeIds=Kr,Sr==null?Tr.shapeFlag&512?Cr.ctx.activate(Tr,Mr,br,Dr,Wr):ar(Tr,Mr,br,Cr,Ir,Dr,Wr):nr(Sr,Tr,Wr)},ar=(Sr,Tr,Mr,br,Cr,Ir,Dr)=>{const Kr=Sr.component=createComponentInstance(Sr,br,Cr);if(isKeepAlive(Sr)&&(Kr.ctx.renderer=Hr),setupComponent(Kr,!1,Dr),Kr.asyncDep){if(Cr&&Cr.registerDep(Kr,ur,Dr),!Sr.el){const Wr=Kr.subTree=createVNode(Comment);_e(null,Wr,Tr,Mr)}}else ur(Kr,Sr,Tr,Mr,Cr,Ir,Dr)},nr=(Sr,Tr,Mr)=>{const br=Tr.component=Sr.component;if(shouldUpdateComponent(Sr,Tr,Mr))if(br.asyncDep&&!br.asyncResolved){cr(br,Tr,Mr);return}else br.next=Tr,invalidateJob(br.update),br.effect.dirty=!0,br.update();else Tr.el=Sr.el,br.vnode=Tr},ur=(Sr,Tr,Mr,br,Cr,Ir,Dr)=>{const Kr=()=>{if(Sr.isMounted){let{next:Fr,bu:Qr,u:ca,parent:Po,vnode:Wa}=Sr;{const Ar=locateNonHydratedAsyncRoot(Sr);if(Ar){Fr&&(Fr.el=Wa.el,cr(Sr,Fr,Dr)),Ar.asyncDep.then(()=>{Sr.isUnmounted||Kr()});return}}let Go=Fr,us;toggleRecurse(Sr,!1),Fr?(Fr.el=Wa.el,cr(Sr,Fr,Dr)):Fr=Wa,Qr&&invokeArrayFns(Qr),(us=Fr.props&&Fr.props.onVnodeBeforeUpdate)&&invokeVNodeHook(us,Po,Fr,Wa),toggleRecurse(Sr,!0);const Kn=renderComponentRoot(Sr),Gr=Sr.subTree;Sr.subTree=Kn,pe(Gr,Kn,ie(Gr.el),mr(Gr),Sr,Cr,Ir),Fr.el=Kn.el,Go===null&&updateHOCHostEl(Sr,Kn.el),ca&&queuePostRenderEffect(ca,Cr),(us=Fr.props&&Fr.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(us,Po,Fr,Wa),Cr)}else{let Fr;const{el:Qr,props:ca}=Tr,{bm:Po,m:Wa,parent:Go}=Sr,us=isAsyncWrapper(Tr);if(toggleRecurse(Sr,!1),Po&&invokeArrayFns(Po),!us&&(Fr=ca&&ca.onVnodeBeforeMount)&&invokeVNodeHook(Fr,Go,Tr),toggleRecurse(Sr,!0),Qr&&zr){const Kn=()=>{Sr.subTree=renderComponentRoot(Sr),zr(Qr,Sr.subTree,Sr,Cr,null)};us?Tr.type.__asyncLoader().then(()=>!Sr.isUnmounted&&Kn()):Kn()}else{const Kn=Sr.subTree=renderComponentRoot(Sr);pe(null,Kn,Mr,br,Sr,Cr,Ir),Tr.el=Kn.el}if(Wa&&queuePostRenderEffect(Wa,Cr),!us&&(Fr=ca&&ca.onVnodeMounted)){const Kn=Tr;queuePostRenderEffect(()=>invokeVNodeHook(Fr,Go,Kn),Cr)}(Tr.shapeFlag&256||Go&&isAsyncWrapper(Go.vnode)&&Go.vnode.shapeFlag&256)&&Sr.a&&queuePostRenderEffect(Sr.a,Cr),Sr.isMounted=!0,Tr=Mr=br=null}},Wr=Sr.effect=new ReactiveEffect(Kr,NOOP,()=>queueJob(Nr),Sr.scope),Nr=Sr.update=()=>{Wr.dirty&&Wr.run()};Nr.i=Sr,Nr.id=Sr.uid,toggleRecurse(Sr,!0),Nr()},cr=(Sr,Tr,Mr)=>{Tr.component=Sr;const br=Sr.vnode.props;Sr.vnode=Tr,Sr.next=null,updateProps(Sr,Tr.props,br,Mr),updateSlots(Sr,Tr.children,Mr),pauseTracking(),flushPreFlushCbs(Sr),resetTracking()},_r=(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr=!1)=>{const Nr=Sr&&Sr.children,Fr=Sr?Sr.shapeFlag:0,Qr=Tr.children,{patchFlag:ca,shapeFlag:Po}=Tr;if(ca>0){if(ca&128){Er(Nr,Qr,Mr,br,Cr,Ir,Dr,Kr,Wr);return}else if(ca&256){hr(Nr,Qr,Mr,br,Cr,Ir,Dr,Kr,Wr);return}}Po&8?(Fr&16&&Br(Nr,Cr,Ir),Qr!==Nr&&re(Mr,Qr)):Fr&16?Po&16?Er(Nr,Qr,Mr,br,Cr,Ir,Dr,Kr,Wr):Br(Nr,Cr,Ir,!0):(Fr&8&&re(Mr,""),Po&16&&Et(Qr,Mr,br,Cr,Ir,Dr,Kr,Wr))},hr=(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr)=>{Sr=Sr||EMPTY_ARR,Tr=Tr||EMPTY_ARR;const Nr=Sr.length,Fr=Tr.length,Qr=Math.min(Nr,Fr);let ca;for(ca=0;caFr?Br(Sr,Cr,Ir,!0,!1,Qr):Et(Tr,Mr,br,Cr,Ir,Dr,Kr,Wr,Qr)},Er=(Sr,Tr,Mr,br,Cr,Ir,Dr,Kr,Wr)=>{let Nr=0;const Fr=Tr.length;let Qr=Sr.length-1,ca=Fr-1;for(;Nr<=Qr&&Nr<=ca;){const Po=Sr[Nr],Wa=Tr[Nr]=Wr?cloneIfMounted(Tr[Nr]):normalizeVNode(Tr[Nr]);if(isSameVNodeType(Po,Wa))pe(Po,Wa,Mr,null,Cr,Ir,Dr,Kr,Wr);else break;Nr++}for(;Nr<=Qr&&Nr<=ca;){const Po=Sr[Qr],Wa=Tr[ca]=Wr?cloneIfMounted(Tr[ca]):normalizeVNode(Tr[ca]);if(isSameVNodeType(Po,Wa))pe(Po,Wa,Mr,null,Cr,Ir,Dr,Kr,Wr);else break;Qr--,ca--}if(Nr>Qr){if(Nr<=ca){const Po=ca+1,Wa=Poca)for(;Nr<=Qr;)xr(Sr[Nr],Cr,Ir,!0),Nr++;else{const Po=Nr,Wa=Nr,Go=new Map;for(Nr=Wa;Nr<=ca;Nr++){const sa=Tr[Nr]=Wr?cloneIfMounted(Tr[Nr]):normalizeVNode(Tr[Nr]);sa.key!=null&&Go.set(sa.key,Nr)}let us,Kn=0;const Gr=ca-Wa+1;let Ar=!1,On=0;const kn=new Array(Gr);for(Nr=0;Nr=Gr){xr(sa,Cr,Ir,!0);continue}let qa;if(sa.key!=null)qa=Go.get(sa.key);else for(us=Wa;us<=ca;us++)if(kn[us-Wa]===0&&isSameVNodeType(sa,Tr[us])){qa=us;break}qa===void 0?xr(sa,Cr,Ir,!0):(kn[qa-Wa]=Nr+1,qa>=On?On=qa:Ar=!0,pe(sa,Tr[qa],Mr,null,Cr,Ir,Dr,Kr,Wr),Kn++)}const Sa=Ar?getSequence(kn):EMPTY_ARR;for(us=Sa.length-1,Nr=Gr-1;Nr>=0;Nr--){const sa=Wa+Nr,qa=Tr[sa],To=sa+1{const{el:Ir,type:Dr,transition:Kr,children:Wr,shapeFlag:Nr}=Sr;if(Nr&6){kr(Sr.component.subTree,Tr,Mr,br);return}if(Nr&128){Sr.suspense.move(Tr,Mr,br);return}if(Nr&64){Dr.move(Sr,Tr,Mr,Hr);return}if(Dr===Fragment){n(Ir,Tr,Mr);for(let Qr=0;QrKr.enter(Ir),Cr);else{const{leave:Qr,delayLeave:ca,afterLeave:Po}=Kr,Wa=()=>n(Ir,Tr,Mr),Go=()=>{Qr(Ir,()=>{Wa(),Po&&Po()})};ca?ca(Ir,Wa,Go):Go()}else n(Ir,Tr,Mr)},xr=(Sr,Tr,Mr,br=!1,Cr=!1)=>{const{type:Ir,props:Dr,ref:Kr,children:Wr,dynamicChildren:Nr,shapeFlag:Fr,patchFlag:Qr,dirs:ca,cacheIndex:Po}=Sr;if(Qr===-2&&(Cr=!1),Kr!=null&&setRef(Kr,null,Mr,Sr,!0),Po!=null&&(Tr.renderCache[Po]=void 0),Fr&256){Tr.ctx.deactivate(Sr);return}const Wa=Fr&1&&ca,Go=!isAsyncWrapper(Sr);let us;if(Go&&(us=Dr&&Dr.onVnodeBeforeUnmount)&&invokeVNodeHook(us,Tr,Sr),Fr&6)Rr(Sr.component,Mr,br);else{if(Fr&128){Sr.suspense.unmount(Mr,br);return}Wa&&invokeDirectiveHook(Sr,null,Tr,"beforeUnmount"),Fr&64?Sr.type.remove(Sr,Tr,Mr,Hr,br):Nr&&!Nr.hasOnce&&(Ir!==Fragment||Qr>0&&Qr&64)?Br(Nr,Tr,Mr,!1,!0):(Ir===Fragment&&Qr&384||!Cr&&Fr&16)&&Br(Wr,Tr,Mr),br&&yr(Sr)}(Go&&(us=Dr&&Dr.onVnodeUnmounted)||Wa)&&queuePostRenderEffect(()=>{us&&invokeVNodeHook(us,Tr,Sr),Wa&&invokeDirectiveHook(Sr,null,Tr,"unmounted")},Mr)},yr=Sr=>{const{type:Tr,el:Mr,anchor:br,transition:Cr}=Sr;if(Tr===Fragment){vr(Mr,br);return}if(Tr===Static){Ne(Sr);return}const Ir=()=>{k(Mr),Cr&&!Cr.persisted&&Cr.afterLeave&&Cr.afterLeave()};if(Sr.shapeFlag&1&&Cr&&!Cr.persisted){const{leave:Dr,delayLeave:Kr}=Cr,Wr=()=>Dr(Mr,Ir);Kr?Kr(Sr.el,Ir,Wr):Wr()}else Ir()},vr=(Sr,Tr)=>{let Mr;for(;Sr!==Tr;)Mr=oe(Sr),k(Sr),Sr=Mr;k(Tr)},Rr=(Sr,Tr,Mr)=>{const{bum:br,scope:Cr,update:Ir,subTree:Dr,um:Kr,m:Wr,a:Nr}=Sr;invalidateMount(Wr),invalidateMount(Nr),br&&invokeArrayFns(br),Cr.stop(),Ir&&(Ir.active=!1,xr(Dr,Sr,Tr,Mr)),Kr&&queuePostRenderEffect(Kr,Tr),queuePostRenderEffect(()=>{Sr.isUnmounted=!0},Tr),Tr&&Tr.pendingBranch&&!Tr.isUnmounted&&Sr.asyncDep&&!Sr.asyncResolved&&Sr.suspenseId===Tr.pendingId&&(Tr.deps--,Tr.deps===0&&Tr.resolve())},Br=(Sr,Tr,Mr,br=!1,Cr=!1,Ir=0)=>{for(let Dr=Ir;Dr{if(Sr.shapeFlag&6)return mr(Sr.component.subTree);if(Sr.shapeFlag&128)return Sr.suspense.next();const Tr=oe(Sr.anchor||Sr.el),Mr=Tr&&Tr[TeleportEndKey];return Mr?oe(Mr):Tr};let gr=!1;const jr=(Sr,Tr,Mr)=>{Sr==null?Tr._vnode&&xr(Tr._vnode,null,null,!0):pe(Tr._vnode||null,Sr,Tr,null,null,null,Mr),Tr._vnode=Sr,gr||(gr=!0,flushPreFlushCbs(),flushPostFlushCbs(),gr=!1)},Hr={p:pe,um:xr,m:kr,r:yr,mt:ar,mc:Et,pc:_r,pbc:qe,n:mr,o:e};let Ur,zr;return{render:jr,hydrate:Ur,createApp:createAppAPI(jr,Ur)}}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>1,e[y[j]]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;tinject(ssrContextKey);function watchEffect(e,t){return doWatch(e,null,t)}function watchPostEffect(e,t){return doWatch(e,null,{flush:"post"})}const INITIAL_WATCHER_VALUE={};function watch(e,t,y){return doWatch(e,t,y)}function doWatch(e,t,{immediate:y,deep:n,flush:k,once:L,onTrack:$,onTrigger:j}=EMPTY_OBJ){if(t&&L){const Ue=t;t=(...kt)=>{Ue(...kt),Fe()}}const V=currentInstance,z=Ue=>n===!0?Ue:traverse(Ue,n===!1?1:void 0);let re,ie=!1,oe=!1;if(isRef(e)?(re=()=>e.value,ie=isShallow(e)):isReactive(e)?(re=()=>z(e),ie=!0):isArray$2(e)?(oe=!0,ie=e.some(Ue=>isReactive(Ue)||isShallow(Ue)),re=()=>e.map(Ue=>{if(isRef(Ue))return Ue.value;if(isReactive(Ue))return z(Ue);if(isFunction$4(Ue))return callWithErrorHandling(Ue,V,2)})):isFunction$4(e)?t?re=()=>callWithErrorHandling(e,V,2):re=()=>(ue&&ue(),callWithAsyncErrorHandling(e,V,3,[de])):re=NOOP,t&&n){const Ue=re;re=()=>traverse(Ue())}let ue,de=Ue=>{ue=he.onStop=()=>{callWithErrorHandling(Ue,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 Ue=useSSRContext();pe=Ue.__watcherHandles||(Ue.__watcherHandles=[])}else return NOOP;let Ie=oe?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const _e=()=>{if(!(!he.active||!he.dirty))if(t){const Ue=he.run();(n||ie||(oe?Ue.some((kt,Et)=>hasChanged(kt,Ie[Et])):hasChanged(Ue,Ie)))&&(ue&&ue(),callWithAsyncErrorHandling(t,V,3,[Ue,Ie===INITIAL_WATCHER_VALUE?void 0:oe&&Ie[0]===INITIAL_WATCHER_VALUE?[]:Ie,de]),Ie=Ue)}else 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{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;iee.__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&¤tBlock&&(currentBlock.hasOnce=!0)}function setupBlock(e){return e.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&¤tBlock&¤tBlock.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&&!$&¤tBlock&&(V.patchFlag>0||L&6)&&V.patchFlag!==32&¤tBlock.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&¤tBlock&&(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&¤tRenderingInstance&&(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;ycurrentInstance||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&¤tInstance.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 $=t==="svg"?doc.createElementNS(svgNS,e):t==="mathml"?doc.createElementNS(mathmlNS,e):y?doc.createElement(e,{is:y}):doc.createElement(e);return e==="select"&&n&&n.multiple!=null&&$.setAttribute("multiple",n.multiple),$},createText:e=>doc.createTextNode(e),createComment:e=>doc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>doc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,y,n,$,k){const L=y?y.previousSibling:t.lastChild;if($&&($===k||$.nextSibling))for(;t.insertBefore($.cloneNode(!0),y),!($===k||!($=$.nextSibling)););else{templateContainer.innerHTML=n==="svg"?`${e}`:n==="mathml"?`${e}`:e;const j=templateContainer.content;if(n==="svg"||n==="mathml"){const V=j.firstChild;for(;V.firstChild;)j.appendChild(V.firstChild);j.removeChild(V)}t.insertBefore(j,y)}return[L?L.nextSibling:t.firstChild,y?y.previousSibling:t.lastChild]}},TRANSITION="transition",ANIMATION="animation",vtcKey=Symbol("_vtc"),Transition=(e,{slots:t})=>h$1(BaseTransition,resolveTransitionProps(e),t);Transition.displayName="Transition";const DOMTransitionPropsValidators={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},TransitionPropsValidators=Transition.props=extend$1({},BaseTransitionPropsValidators,DOMTransitionPropsValidators),callHook=(e,t=[])=>{isArray$4(e)?e.forEach(y=>y(...t)):e&&e(...t)},hasExplicitCallback=e=>e?isArray$4(e)?e.some(t=>t.length>1):e.length>1:!1;function resolveTransitionProps(e){const t={};for(const ie in e)ie in DOMTransitionPropsValidators||(t[ie]=e[ie]);if(e.css===!1)return t;const{name:y="v",type:n,duration:$,enterFromClass:k=`${y}-enter-from`,enterActiveClass:L=`${y}-enter-active`,enterToClass:j=`${y}-enter-to`,appearFromClass:V=k,appearActiveClass:z=L,appearToClass:re=j,leaveFromClass:oe=`${y}-leave-from`,leaveActiveClass:ue=`${y}-leave-active`,leaveToClass:de=`${y}-leave-to`}=e,_e=normalizeDuration($),Ne=_e&&_e[0],Ue=_e&&_e[1],{onBeforeEnter:$e,onEnter:Ve,onEnterCancelled:Fe,onLeave:qe,onLeaveCancelled:er,onBeforeAppear:ir=$e,onAppear:dr=Ve,onAppearCancelled:cr=Fe}=t,nr=(ie,pe,Ce)=>{removeTransitionClass(ie,pe?re:j),removeTransitionClass(ie,pe?z:L),Ce&&Ce()},lr=(ie,pe)=>{ie._isLeaving=!1,removeTransitionClass(ie,oe),removeTransitionClass(ie,de),removeTransitionClass(ie,ue),pe&&pe()},Et=ie=>(pe,Ce)=>{const Ie=ie?dr:Ve,jt=()=>nr(pe,ie,Ce);callHook(Ie,[pe,jt]),nextFrame(()=>{removeTransitionClass(pe,ie?V:k),addTransitionClass(pe,ie?re:j),hasExplicitCallback(Ie)||whenTransitionEnds(pe,n,Ne,jt)})};return extend$1(t,{onBeforeEnter(ie){callHook($e,[ie]),addTransitionClass(ie,k),addTransitionClass(ie,L)},onBeforeAppear(ie){callHook(ir,[ie]),addTransitionClass(ie,V),addTransitionClass(ie,z)},onEnter:Et(!1),onAppear:Et(!0),onLeave(ie,pe){ie._isLeaving=!0;const Ce=()=>lr(ie,pe);addTransitionClass(ie,oe),addTransitionClass(ie,ue),forceReflow(),nextFrame(()=>{ie._isLeaving&&(removeTransitionClass(ie,oe),addTransitionClass(ie,de),hasExplicitCallback(qe)||whenTransitionEnds(ie,n,Ue,Ce))}),callHook(qe,[ie,Ce])},onEnterCancelled(ie){nr(ie,!1),callHook(Fe,[ie])},onAppearCancelled(ie){nr(ie,!0),callHook(cr,[ie])},onLeaveCancelled(ie){lr(ie),callHook(er,[ie])}})}function normalizeDuration(e){if(e==null)return null;if(isObject$5(e))return[NumberOf(e.enter),NumberOf(e.leave)];{const t=NumberOf(e);return[t,t]}}function NumberOf(e){return toNumber$3(e)}function addTransitionClass(e,t){t.split(/\s+/).forEach(y=>y&&e.classList.add(y)),(e[vtcKey]||(e[vtcKey]=new Set)).add(t)}function removeTransitionClass(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.remove(n));const y=e[vtcKey];y&&(y.delete(t),y.size||(e[vtcKey]=void 0))}function nextFrame(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let endId=0;function whenTransitionEnds(e,t,y,n){const $=e._endId=++endId,k=()=>{$===e._endId&&n()};if(y)return setTimeout(k,y);const{type:L,timeout:j,propCount:V}=getTransitionInfo(e,t);if(!L)return n();const z=L+"end";let re=0;const oe=()=>{e.removeEventListener(z,ue),k()},ue=de=>{de.target===e&&++re>=V&&oe()};setTimeout(()=>{re(y[_e]||"").split(", "),$=n(`${TRANSITION}Delay`),k=n(`${TRANSITION}Duration`),L=getTimeout($,k),j=n(`${ANIMATION}Delay`),V=n(`${ANIMATION}Duration`),z=getTimeout(j,V);let re=null,oe=0,ue=0;t===TRANSITION?L>0&&(re=TRANSITION,oe=L,ue=k.length):t===ANIMATION?z>0&&(re=ANIMATION,oe=z,ue=V.length):(oe=Math.max(L,z),re=oe>0?L>z?TRANSITION:ANIMATION:null,ue=re?re===TRANSITION?k.length:V.length:0);const de=re===TRANSITION&&/\b(transform|all)(,|$)/.test(n(`${TRANSITION}Property`).toString());return{type:re,timeout:oe,propCount:ue,hasTransform:de}}function getTimeout(e,t){for(;e.lengthtoMs(y)+toMs(e[n])))}function toMs(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function forceReflow(){return document.body.offsetHeight}function patchClass(e,t,y){const n=e[vtcKey];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):y?e.setAttribute("class",t):e.className=t}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={beforeMount(e,{value:t},{transition:y}){e[vShowOriginalDisplay]=e.style.display==="none"?"":e.style.display,y&&t?y.beforeEnter(e):setDisplay(e,t)},mounted(e,{value:t},{transition:y}){y&&t&&y.enter(e)},updated(e,{value:t,oldValue:y},{transition:n}){!t!=!y&&(n?t?(n.beforeEnter(e),setDisplay(e,!0),n.enter(e)):n.leave(e,()=>{setDisplay(e,!1)}):setDisplay(e,t))},beforeUnmount(e,{value:t}){setDisplay(e,t)}};function setDisplay(e,t){e.style.display=t?e[vShowOriginalDisplay]:"none",e[vShowHidden]=!t}const CSS_VAR_TEXT=Symbol(""),displayRE=/(^|;)\s*display\s*:/;function patchStyle(e,t,y){const n=e.style,$=isString$4(y);let k=!1;if(y&&!$){if(t)if(isString$4(t))for(const L of t.split(";")){const j=L.slice(0,L.indexOf(":")).trim();y[j]==null&&setStyle(n,j,"")}else for(const L in t)y[L]==null&&setStyle(n,L,"");for(const L in y)L==="display"&&(k=!0),setStyle(n,L,y[L])}else if($){if(t!==y){const L=n[CSS_VAR_TEXT];L&&(y+=";"+L),n.cssText=y,k=displayRE.test(y)}}else t&&e.removeAttribute("style");vShowOriginalDisplay in e&&(e[vShowOriginalDisplay]=k?n.display:"",e[vShowHidden]&&(n.display="none"))}const importantRE=/\s*!important$/;function setStyle(e,t,y){if(isArray$4(y))y.forEach(n=>setStyle(e,t,n));else if(y==null&&(y=""),t.startsWith("--"))e.setProperty(t,y);else{const n=autoPrefix(e,t);importantRE.test(y)?e.setProperty(hyphenate$1(n),y.replace(importantRE,""),"important"):e[n]=y}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(e,t){const y=prefixCache[t];if(y)return y;let n=camelize(t);if(n!=="filter"&&n in e)return prefixCache[t]=n;n=capitalize$1(n);for(let $=0;$cachedNow||(p$2.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(e,t){const y=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=y.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(n,y.value),t,5,[n])};return y.value=e,y.attached=getNow(),y}function patchStopImmediatePropagation(e,t){if(isArray$4(t)){const y=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{y.call(e),e._stopped=!0},t.map(n=>$=>!$._stopped&&n&&n($))}else return t}const isNativeOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,patchProp=(e,t,y,n,$,k)=>{const L=$==="svg";t==="class"?patchClass(e,n,L):t==="style"?patchStyle(e,y,n):isOn(t)?isModelListener(t)||patchEvent(e,t,y,n,k):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,n,L))?(patchDOMProp(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&patchAttr(e,t,n,L,k,t!=="value")):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),patchAttr(e,t,n,L))};function shouldSetAsProp(e,t,y,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&isNativeOn(t)&&isFunction$5(y));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const $=e.tagName;if($==="IMG"||$==="VIDEO"||$==="CANVAS"||$==="SOURCE")return!1}return isNativeOn(t)&&isString$4(y)?!1:t in e}const positionMap=new WeakMap,newPositionMap=new WeakMap,moveCbKey=Symbol("_moveCb"),enterCbKey=Symbol("_enterCb"),TransitionGroupImpl={name:"TransitionGroup",props:extend$1({},TransitionPropsValidators,{tag:String,moveClass:String}),setup(e,{slots:t}){const y=getCurrentInstance(),n=useTransitionState();let $,k;return onUpdated(()=>{if(!$.length)return;const L=e.moveClass||`${e.name||"v"}-move`;if(!hasCSSTransform($[0].el,y.vnode.el,L))return;$.forEach(callPendingCbs),$.forEach(recordPosition);const j=$.filter(applyTranslation);forceReflow(),j.forEach(V=>{const z=V.el,re=z.style;addTransitionClass(z,L),re.transform=re.webkitTransform=re.transitionDuration="";const oe=z[moveCbKey]=ue=>{ue&&ue.target!==z||(!ue||/transform$/.test(ue.propertyName))&&(z.removeEventListener("transitionend",oe),z[moveCbKey]=null,removeTransitionClass(z,L))};z.addEventListener("transitionend",oe)})}),()=>{const L=toRaw(e),j=resolveTransitionProps(L);let V=L.tag||Fragment;if($=[],k)for(let z=0;zdelete e.mode;TransitionGroupImpl.props;const TransitionGroup=TransitionGroupImpl;function callPendingCbs(e){const t=e.el;t[moveCbKey]&&t[moveCbKey](),t[enterCbKey]&&t[enterCbKey]()}function recordPosition(e){newPositionMap.set(e,e.el.getBoundingClientRect())}function applyTranslation(e){const t=positionMap.get(e),y=newPositionMap.get(e),n=t.left-y.left,$=t.top-y.top;if(n||$){const k=e.el.style;return k.transform=k.webkitTransform=`translate(${n}px,${$}px)`,k.transitionDuration="0s",e}}function hasCSSTransform(e,t,y){const n=e.cloneNode(),$=e[vtcKey];$&&$.forEach(j=>{j.split(/\s+/).forEach(V=>V&&n.classList.remove(V))}),y.split(/\s+/).forEach(j=>j&&n.classList.add(j)),n.style.display="none";const k=t.nodeType===1?t:t.parentNode;k.appendChild(n);const{hasTransform:L}=getTransitionInfo(n);return k.removeChild(n),L}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"]||!1;return isArray$4(t)?y=>invokeArrayFns(t,y):t};function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const assignKey=Symbol("_assign"),vModelText={created(e,{modifiers:{lazy:t,trim:y,number:n}},$){e[assignKey]=getModelAssigner($);const k=n||$.props&&$.props.type==="number";addEventListener(e,t?"change":"input",L=>{if(L.target.composing)return;let j=e.value;y&&(j=j.trim()),k&&(j=looseToNumber(j)),e[assignKey](j)}),y&&addEventListener(e,"change",()=>{e.value=e.value.trim()}),t||(addEventListener(e,"compositionstart",onCompositionStart),addEventListener(e,"compositionend",onCompositionEnd),addEventListener(e,"change",onCompositionEnd))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:y,modifiers:{lazy:n,trim:$,number:k}},L){if(e[assignKey]=getModelAssigner(L),e.composing)return;const j=(k||e.type==="number")&&!/^0\d/.test(e.value)?looseToNumber(e.value):e.value,V=t??"";j!==V&&(document.activeElement===e&&e.type!=="range"&&(n&&t===y||$&&e.value.trim()===V)||(e.value=V))}},vModelCheckbox={deep:!0,created(e,t,y){e[assignKey]=getModelAssigner(y),addEventListener(e,"change",()=>{const n=e._modelValue,$=getValue$2(e),k=e.checked,L=e[assignKey];if(isArray$4(n)){const j=looseIndexOf(n,$),V=j!==-1;if(k&&!V)L(n.concat($));else if(!k&&V){const z=[...n];z.splice(j,1),L(z)}}else if(isSet$1(n)){const j=new Set(n);k?j.add($):j.delete($),L(j)}else L(getCheckboxValue(e,k))})},mounted:setChecked,beforeUpdate(e,t,y){e[assignKey]=getModelAssigner(y),setChecked(e,t,y)}};function setChecked(e,{value:t,oldValue:y},n){e._modelValue=t,isArray$4(t)?e.checked=looseIndexOf(t,n.props.value)>-1:isSet$1(t)?e.checked=t.has(n.props.value):t!==y&&(e.checked=looseEqual(t,getCheckboxValue(e,!0)))}const vModelRadio={created(e,{value:t},y){e.checked=looseEqual(t,y.props.value),e[assignKey]=getModelAssigner(y),addEventListener(e,"change",()=>{e[assignKey](getValue$2(e))})},beforeUpdate(e,{value:t,oldValue:y},n){e[assignKey]=getModelAssigner(n),t!==y&&(e.checked=looseEqual(t,n.props.value))}};function getValue$2(e){return"_value"in e?e._value:e.value}function getCheckboxValue(e,t){const y=t?"_trueValue":"_falseValue";return y in e?e[y]:t}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>systemModifiers.some(y=>e[`${y}Key`]&&!t.includes(y))},withModifiers=(e,t)=>{const y=e._withMods||(e._withMods={}),n=t.join(".");return y[n]||(y[n]=($,...k)=>{for(let L=0;L{const y=e._withKeys||(e._withKeys={}),n=t.join(".");return y[n]||(y[n]=$=>{if(!("key"in $))return;const k=hyphenate$1($.key);if(t.some(L=>L===k||keyNames[L]===k))return e($)})},rendererOptions=extend$1({patchProp},nodeOps);let renderer;function ensureRenderer(){return renderer||(renderer=createRenderer$1(rendererOptions))}const render$1=(...e)=>{ensureRenderer().render(...e)},createApp=(...e)=>{const t=ensureRenderer().createApp(...e),{mount:y}=t;return t.mount=n=>{const $=normalizeContainer(n);if(!$)return;const k=t._component;!isFunction$5(k)&&!k.render&&!k.template&&(k.template=$.innerHTML),$.innerHTML="";const L=y($,!1,resolveRootNamespace($));return $ instanceof Element&&($.removeAttribute("v-cloak"),$.setAttribute("data-v-app","")),L},t};function resolveRootNamespace(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function normalizeContainer(e){return isString$4(e)?document.querySelector(e):e}var isVue2=!1;let activePinia;const setActivePinia=e=>activePinia=e,piniaSymbol=Symbol();function isPlainObject$2(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var MutationType;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const e=effectScope(!0),t=e.run(()=>ref$1({}));let y=[],n=[];const $=markRaw({install(k){setActivePinia($),$._a=k,k.provide(piniaSymbol,$),k.config.globalProperties.$pinia=$,n.forEach(L=>y.push(L)),n=[]},use(k){return!this._a&&!isVue2?n.push(k):y.push(k),this},_p:y,_a:null,_e:e,_s:new Map,state:t});return $}const noop$7=()=>{};function addSubscription(e,t,y,n=noop$7){e.push(t);const $=()=>{const k=e.indexOf(t);k>-1&&(e.splice(k,1),n())};return!y&&getCurrentScope()&&onScopeDispose($),$}function triggerSubscriptions(e,...t){e.slice().forEach(y=>{y(...t)})}const fallbackRunWithContext=e=>e(),ACTION_MARKER=Symbol(),ACTION_NAME=Symbol();function mergeReactiveObjects(e,t){e instanceof Map&&t instanceof Map?t.forEach((y,n)=>e.set(n,y)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const y in t){if(!t.hasOwnProperty(y))continue;const n=t[y],$=e[y];isPlainObject$2($)&&isPlainObject$2(n)&&e.hasOwnProperty(y)&&!isRef(n)&&!isReactive(n)?e[y]=mergeReactiveObjects($,n):e[y]=n}return e}const skipHydrateSymbol=Symbol();function shouldHydrate(e){return!isPlainObject$2(e)||!e.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(e){return!!(isRef(e)&&e.effect)}function createOptionsStore(e,t,y,n){const{state:$,actions:k,getters:L}=t,j=y.state.value[e];let V;function z(){j||(y.state.value[e]=$?$():{});const re=toRefs(y.state.value[e]);return assign(re,k,Object.keys(L||{}).reduce((oe,ue)=>(oe[ue]=markRaw(computed(()=>{setActivePinia(y);const de=y._s.get(e);return L[ue].call(de,de)})),oe),{}))}return V=createSetupStore(e,z,t,y,n,!0),V}function createSetupStore(e,t,y={},n,$,k){let L;const j=assign({actions:{}},y),V={deep:!0};let z,re,oe=[],ue=[],de;const _e=n.state.value[e];!k&&!_e&&(n.state.value[e]={}),ref$1({});let Ne;function Ue(cr){let nr;z=re=!1,typeof cr=="function"?(cr(n.state.value[e]),nr={type:MutationType.patchFunction,storeId:e,events:de}):(mergeReactiveObjects(n.state.value[e],cr),nr={type:MutationType.patchObject,payload:cr,storeId:e,events:de});const lr=Ne=Symbol();nextTick$3().then(()=>{Ne===lr&&(z=!0)}),re=!0,triggerSubscriptions(oe,nr,n.state.value[e])}const $e=k?function(){const{state:nr}=y,lr=nr?nr():{};this.$patch(Et=>{assign(Et,lr)})}:noop$7;function Ve(){L.stop(),oe=[],ue=[],n._s.delete(e)}const Fe=(cr,nr="")=>{if(ACTION_MARKER in cr)return cr[ACTION_NAME]=nr,cr;const lr=function(){setActivePinia(n);const Et=Array.from(arguments),ie=[],pe=[];function Ce(ar){ie.push(ar)}function Ie(ar){pe.push(ar)}triggerSubscriptions(ue,{args:Et,name:lr[ACTION_NAME],store:er,after:Ce,onError:Ie});let jt;try{jt=cr.apply(this&&this.$id===e?this:er,Et)}catch(ar){throw triggerSubscriptions(pe,ar),ar}return jt instanceof Promise?jt.then(ar=>(triggerSubscriptions(ie,ar),ar)).catch(ar=>(triggerSubscriptions(pe,ar),Promise.reject(ar))):(triggerSubscriptions(ie,jt),jt)};return lr[ACTION_MARKER]=!0,lr[ACTION_NAME]=nr,lr},qe={_p:n,$id:e,$onAction:addSubscription.bind(null,ue),$patch:Ue,$reset:$e,$subscribe(cr,nr={}){const lr=addSubscription(oe,cr,nr.detached,()=>Et()),Et=L.run(()=>watch(()=>n.state.value[e],ie=>{(nr.flush==="sync"?re:z)&&cr({storeId:e,type:MutationType.direct,events:de},ie)},assign({},V,nr)));return lr},$dispose:Ve},er=reactive(qe);n._s.set(e,er);const dr=(n._a&&n._a.runWithContext||fallbackRunWithContext)(()=>n._e.run(()=>(L=effectScope()).run(()=>t({action:Fe}))));for(const cr in dr){const nr=dr[cr];if(isRef(nr)&&!isComputed(nr)||isReactive(nr))k||(_e&&shouldHydrate(nr)&&(isRef(nr)?nr.value=_e[cr]:mergeReactiveObjects(nr,_e[cr])),n.state.value[e][cr]=nr);else if(typeof nr=="function"){const lr=Fe(nr,cr);dr[cr]=lr,j.actions[cr]=nr}}return assign(er,dr),assign(toRaw(er),dr),Object.defineProperty(er,"$state",{get:()=>n.state.value[e],set:cr=>{Ue(nr=>{assign(nr,cr)})}}),n._p.forEach(cr=>{assign(er,L.run(()=>cr({store:er,app:n._a,pinia:n,options:j})))}),_e&&k&&y.hydrate&&y.hydrate(er.$state,_e),z=!0,re=!0,er}function defineStore(e,t,y){let n,$;const k=typeof t=="function";n=e,$=k?y:t;function L(j,V){const z=hasInjectionContext();return j=j||(z?inject(piniaSymbol,null):null),j&&setActivePinia(j),j=activePinia,j._s.has(n)||(k?createSetupStore(n,t,$,j):createOptionsStore(n,$,j)),j._s.get(n)}return L.$id=n,L}function storeToRefs(e){{e=toRaw(e);const t={};for(const y in e){const n=e[y];(isRef(n)||isReactive(n))&&(t[y]=toRef$1(e,y))}return t}}function getDefaults(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}let defaults$2=getDefaults();function changeDefaults(e){defaults$2=e}const escapeTest=/[&<>"']/,escapeReplace=new RegExp(escapeTest.source,"g"),escapeTestNoEncode=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode=new RegExp(escapeTestNoEncode.source,"g"),escapeReplacements={"&":"&","<":"<",">":">",'"':""","'":"'"},getEscapeReplacement=e=>escapeReplacements[e];function escape$4(e,t){if(t){if(escapeTest.test(e))return e.replace(escapeReplace,getEscapeReplacement)}else if(escapeTestNoEncode.test(e))return e.replace(escapeReplaceNoEncode,getEscapeReplacement);return e}const unescapeTest=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function unescape$2(e){return e.replace(unescapeTest,(t,y)=>(y=y.toLowerCase(),y==="colon"?":":y.charAt(0)==="#"?y.charAt(1)==="x"?String.fromCharCode(parseInt(y.substring(2),16)):String.fromCharCode(+y.substring(1)):""))}const caret$2=/(^|[^\[])\^/g;function edit(e,t){e=typeof e=="string"?e:e.source,t=t||"";const y={replace:(n,$)=>($=$.source||$,$=$.replace(caret$2,"$1"),e=e.replace(n,$),y),getRegex:()=>new RegExp(e,t)};return y}const nonWordAndColonTest=/[^\w:]/g,originIndependentUrl=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function cleanUrl(e,t,y){if(e){let n;try{n=decodeURIComponent(unescape$2(y)).replace(nonWordAndColonTest,"").toLowerCase()}catch{return null}if(n.indexOf("javascript:")===0||n.indexOf("vbscript:")===0||n.indexOf("data:")===0)return null}t&&!originIndependentUrl.test(y)&&(y=resolveUrl(t,y));try{y=encodeURI(y).replace(/%25/g,"%")}catch{return null}return y}const baseUrls={},justDomain=/^[^:]+:\/*[^/]*$/,protocol=/^([^:]+:)[\s\S]*$/,domain=/^([^:]+:\/*[^/]*)[\s\S]*$/;function resolveUrl(e,t){baseUrls[" "+e]||(justDomain.test(e)?baseUrls[" "+e]=e+"/":baseUrls[" "+e]=rtrim(e,"/",!0)),e=baseUrls[" "+e];const y=e.indexOf(":")===-1;return t.substring(0,2)==="//"?y?t:e.replace(protocol,"$1")+t:t.charAt(0)==="/"?y?t:e.replace(domain,"$1")+t:e+t}const noopTest={exec:function(){}};function splitCells(e,t){const y=e.replace(/\|/g,(k,L,j)=>{let V=!1,z=L;for(;--z>=0&&j[z]==="\\";)V=!V;return V?"|":" |"}),n=y.split(/ \|/);let $=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length1;)t&1&&(y+=e),t>>=1,e+=e;return y+e}function outputLink(e,t,y,n){const $=t.href,k=t.title?escape$4(t.title):null,L=e[1].replace(/\\([\[\]])/g,"$1");if(e[0].charAt(0)!=="!"){n.state.inLink=!0;const j={type:"link",raw:y,href:$,title:k,text:L,tokens:n.inlineTokens(L)};return n.state.inLink=!1,j}return{type:"image",raw:y,href:$,title:k,text:escape$4(L)}}function indentCodeCompensation(e,t){const y=e.match(/^(\s+)(?:```)/);if(y===null)return t;const n=y[1];return t.split(` -`).map($=>{const k=$.match(/^\s+/);if(k===null)return $;const[L]=k;return L.length>=n.length?$.slice(n.length):$}).join(` +**/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"?`${e}`:n==="mathml"?`${e}`: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:Ue=_e,onAppear:kt=Ce,onAppearCancelled:Et=he}=t,Ve=(tr,rr,ar)=>{removeTransitionClass(tr,rr?re:j),removeTransitionClass(tr,rr?z:$),ar&&ar()},qe=(tr,rr)=>{tr._isLeaving=!1,removeTransitionClass(tr,ie),removeTransitionClass(tr,ue),removeTransitionClass(tr,oe),rr&&rr()},jt=tr=>(rr,ar)=>{const nr=tr?kt:Ce,ur=()=>Ve(rr,tr,ar);callHook(nr,[rr,ur]),nextFrame(()=>{removeTransitionClass(rr,tr?V:L),addTransitionClass(rr,tr?re:j),hasExplicitCallback(nr)||whenTransitionEnds(rr,n,pe,ur)})};return extend$1(t,{onBeforeEnter(tr){callHook(_e,[tr]),addTransitionClass(tr,L),addTransitionClass(tr,$)},onBeforeAppear(tr){callHook(Ue,[tr]),addTransitionClass(tr,V),addTransitionClass(tr,z)},onEnter:jt(!1),onAppear:jt(!0),onLeave(tr,rr){tr._isLeaving=!0;const ar=()=>qe(tr,rr);addTransitionClass(tr,ie),addTransitionClass(tr,oe),forceReflow(),nextFrame(()=>{tr._isLeaving&&(removeTransitionClass(tr,ie),addTransitionClass(tr,ue),hasExplicitCallback(Ne)||whenTransitionEnds(tr,n,Ie,ar))}),callHook(Ne,[tr,ar])},onEnterCancelled(tr){Ve(tr,!1),callHook(he,[tr])},onAppearCancelled(tr){Ve(tr,!0),callHook(Et,[tr])},onLeaveCancelled(tr){qe(tr),callHook(Fe,[tr])}})}function normalizeDuration(e){if(e==null)return null;if(isObject$4(e))return[NumberOf(e.enter),NumberOf(e.leave)];{const t=NumberOf(e);return[t,t]}}function NumberOf(e){return toNumber$3(e)}function addTransitionClass(e,t){t.split(/\s+/).forEach(y=>y&&e.classList.add(y)),(e[vtcKey]||(e[vtcKey]=new Set)).add(t)}function removeTransitionClass(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.remove(n));const y=e[vtcKey];y&&(y.delete(t),y.size||(e[vtcKey]=void 0))}function nextFrame(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let endId=0;function whenTransitionEnds(e,t,y,n){const k=e._endId=++endId,L=()=>{k===e._endId&&n()};if(y)return setTimeout(L,y);const{type:$,timeout:j,propCount:V}=getTransitionInfo(e,t);if(!$)return n();const z=$+"end";let re=0;const ie=()=>{e.removeEventListener(z,oe),L()},oe=ue=>{ue.target===e&&++re>=V&&ie()};setTimeout(()=>{re(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.lengthtoMs(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;kcachedNow||(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;zdelete 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;${const y=e._withKeys||(e._withKeys={}),n=t.join(".");return y[n]||(y[n]=k=>{if(!("key"in k))return;const L=hyphenate$1(k.key);if(t.some($=>$===L||keyNames[$]===L))return e(k)})},rendererOptions=extend$1({patchProp},nodeOps);let renderer;function ensureRenderer(){return renderer||(renderer=createRenderer$1(rendererOptions))}const render$1=(...e)=>{ensureRenderer().render(...e)},createApp=(...e)=>{const t=ensureRenderer().createApp(...e),{mount:y}=t;return t.mount=n=>{const k=normalizeContainer(n);if(!k)return;const L=t._component;!isFunction$4(L)&&!L.render&&!L.template&&(L.template=k.innerHTML),k.innerHTML="";const $=y(k,!1,resolveRootNamespace(k));return k instanceof Element&&(k.removeAttribute("v-cloak"),k.setAttribute("data-v-app","")),$},t};function resolveRootNamespace(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function normalizeContainer(e){return isString$3(e)?document.querySelector(e):e}var isVue2=!1;let activePinia;const setActivePinia=e=>activePinia=e,piniaSymbol=Symbol();function isPlainObject$2(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var MutationType;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const e=effectScope(!0),t=e.run(()=>ref$1({}));let y=[],n=[];const k=markRaw({install(L){setActivePinia(k),k._a=L,L.provide(piniaSymbol,k),L.config.globalProperties.$pinia=k,n.forEach($=>y.push($)),n=[]},use(L){return!this._a&&!isVue2?n.push(L):y.push(L),this},_p:y,_a:null,_e:e,_s:new Map,state:t});return k}const noop$6=()=>{};function addSubscription(e,t,y,n=noop$6){e.push(t);const k=()=>{const L=e.indexOf(t);L>-1&&(e.splice(L,1),n())};return!y&&getCurrentScope()&&onScopeDispose(k),k}function triggerSubscriptions(e,...t){e.slice().forEach(y=>{y(...t)})}const fallbackRunWithContext=e=>e(),ACTION_MARKER=Symbol(),ACTION_NAME=Symbol();function mergeReactiveObjects(e,t){e instanceof Map&&t instanceof Map?t.forEach((y,n)=>e.set(n,y)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const y in t){if(!t.hasOwnProperty(y))continue;const n=t[y],k=e[y];isPlainObject$2(k)&&isPlainObject$2(n)&&e.hasOwnProperty(y)&&!isRef(n)&&!isReactive(n)?e[y]=mergeReactiveObjects(k,n):e[y]=n}return e}const skipHydrateSymbol=Symbol();function shouldHydrate(e){return!isPlainObject$2(e)||!e.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(e){return!!(isRef(e)&&e.effect)}function createOptionsStore(e,t,y,n){const{state:k,actions:L,getters:$}=t,j=y.state.value[e];let V;function z(){j||(y.state.value[e]=k?k():{});const re=toRefs(y.state.value[e]);return assign(re,L,Object.keys($||{}).reduce((ie,oe)=>(ie[oe]=markRaw(computed(()=>{setActivePinia(y);const ue=y._s.get(e);return $[oe].call(ue,ue)})),ie),{}))}return V=createSetupStore(e,z,t,y,n,!0),V}function createSetupStore(e,t,y={},n,k,L){let $;const j=assign({actions:{}},y),V={deep:!0};let z,re,ie=[],oe=[],ue;const de=n.state.value[e];!L&&!de&&(n.state.value[e]={}),ref$1({});let pe;function Ie(Et){let Ve;z=re=!1,typeof Et=="function"?(Et(n.state.value[e]),Ve={type:MutationType.patchFunction,storeId:e,events:ue}):(mergeReactiveObjects(n.state.value[e],Et),Ve={type:MutationType.patchObject,payload:Et,storeId:e,events:ue});const qe=pe=Symbol();nextTick$1().then(()=>{pe===qe&&(z=!0)}),re=!0,triggerSubscriptions(ie,Ve,n.state.value[e])}const _e=L?function(){const{state:Ve}=y,qe=Ve?Ve():{};this.$patch(jt=>{assign(jt,qe)})}:noop$6;function Ce(){$.stop(),ie=[],oe=[],n._s.delete(e)}const he=(Et,Ve="")=>{if(ACTION_MARKER in Et)return Et[ACTION_NAME]=Ve,Et;const qe=function(){setActivePinia(n);const jt=Array.from(arguments),tr=[],rr=[];function ar(cr){tr.push(cr)}function nr(cr){rr.push(cr)}triggerSubscriptions(oe,{args:jt,name:qe[ACTION_NAME],store:Fe,after:ar,onError:nr});let ur;try{ur=Et.apply(this&&this.$id===e?this:Fe,jt)}catch(cr){throw triggerSubscriptions(rr,cr),cr}return ur instanceof Promise?ur.then(cr=>(triggerSubscriptions(tr,cr),cr)).catch(cr=>(triggerSubscriptions(rr,cr),Promise.reject(cr))):(triggerSubscriptions(tr,ur),ur)};return qe[ACTION_MARKER]=!0,qe[ACTION_NAME]=Ve,qe},Ne={_p:n,$id:e,$onAction:addSubscription.bind(null,oe),$patch:Ie,$reset:_e,$subscribe(Et,Ve={}){const qe=addSubscription(ie,Et,Ve.detached,()=>jt()),jt=$.run(()=>watch(()=>n.state.value[e],tr=>{(Ve.flush==="sync"?re:z)&&Et({storeId:e,type:MutationType.direct,events:ue},tr)},assign({},V,Ve)));return qe},$dispose:Ce},Fe=reactive(Ne);n._s.set(e,Fe);const kt=(n._a&&n._a.runWithContext||fallbackRunWithContext)(()=>n._e.run(()=>($=effectScope()).run(()=>t({action:he}))));for(const Et in kt){const Ve=kt[Et];if(isRef(Ve)&&!isComputed(Ve)||isReactive(Ve))L||(de&&shouldHydrate(Ve)&&(isRef(Ve)?Ve.value=de[Et]:mergeReactiveObjects(Ve,de[Et])),n.state.value[e][Et]=Ve);else if(typeof Ve=="function"){const qe=he(Ve,Et);kt[Et]=qe,j.actions[Et]=Ve}}return assign(Fe,kt),assign(toRaw(Fe),kt),Object.defineProperty(Fe,"$state",{get:()=>n.state.value[e],set:Et=>{Ie(Ve=>{assign(Ve,Et)})}}),n._p.forEach(Et=>{assign(Fe,$.run(()=>Et({store:Fe,app:n._a,pinia:n,options:j})))}),de&&L&&y.hydrate&&y.hydrate(Fe.$state,de),z=!0,re=!0,Fe}function defineStore(e,t,y){let n,k;const L=typeof t=="function";n=e,k=L?y:t;function $(j,V){const z=hasInjectionContext();return j=j||(z?inject(piniaSymbol,null):null),j&&setActivePinia(j),j=activePinia,j._s.has(n)||(L?createSetupStore(n,t,k,j):createOptionsStore(n,k,j)),j._s.get(n)}return $.$id=n,$}function storeToRefs(e){{e=toRaw(e);const t={};for(const y in e){const n=e[y];(isRef(n)||isReactive(n))&&(t[y]=toRef$1(e,y))}return t}}function getDefaults(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}let defaults$2=getDefaults();function changeDefaults(e){defaults$2=e}const escapeTest=/[&<>"']/,escapeReplace=new RegExp(escapeTest.source,"g"),escapeTestNoEncode=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode=new RegExp(escapeTestNoEncode.source,"g"),escapeReplacements={"&":"&","<":"<",">":">",'"':""","'":"'"},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.length1;)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],$=indentCodeCompensation(n,y[3]||"");return{type:"code",raw:n,lang:y[2]?y[2].trim().replace(this.rules.inline._escapes,"$1"):y[2],text:$}}}heading(t){const y=this.rules.block.heading.exec(t);if(y){let n=y[2].trim();if(/#$/.test(n)){const $=rtrim(n,"#");(this.options.pedantic||!$||/ $/.test($))&&(n=$.trim())}return{type:"heading",raw:y[0],depth:y[1].length,text:n,tokens:this.lexer.inline(n)}}}hr(t){const y=this.rules.block.hr.exec(t);if(y)return{type:"hr",raw:y[0]}}blockquote(t){const y=this.rules.block.blockquote.exec(t);if(y){const n=y[0].replace(/^ *>[ \t]?/gm,""),$=this.lexer.state.top;this.lexer.state.top=!0;const k=this.lexer.blockTokens(n);return this.lexer.state.top=$,{type:"blockquote",raw:y[0],tokens:k,text:n}}}list(t){let y=this.rules.block.list.exec(t);if(y){let n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne=y[1].trim();const Ue=Ne.length>1,$e={type:"list",raw:"",ordered:Ue,start:Ue?+Ne.slice(0,-1):"",loose:!1,items:[]};Ne=Ue?`\\d{1,9}\\${Ne.slice(-1)}`:`\\${Ne}`,this.options.pedantic&&(Ne=Ue?Ne:"[*+-]");const Ve=new RegExp(`^( {0,3}${Ne})((?:[ ][^\\n]*)?(?:\\n|$))`);for(;t&&(_e=!1,!(!(y=Ve.exec(t))||this.rules.block.hr.test(t)));){if(n=y[0],t=t.substring(n.length),re=y[2].split(` -`,1)[0].replace(/^\t+/,qe=>" ".repeat(3*qe.length)),oe=t.split(` -`,1)[0],this.options.pedantic?(L=2,de=re.trimLeft()):(L=y[2].search(/[^ ]/),L=L>4?1:L,de=re.slice(L),L+=y[1].length),V=!1,!re&&/^ *$/.test(oe)&&(n+=oe+` -`,t=t.substring(oe.length+1),_e=!0),!_e){const qe=new RegExp(`^ {0,${Math.min(3,L-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),er=new RegExp(`^ {0,${Math.min(3,L-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),ir=new RegExp(`^ {0,${Math.min(3,L-1)}}(?:\`\`\`|~~~)`),dr=new RegExp(`^ {0,${Math.min(3,L-1)}}#`);for(;t&&(ue=t.split(` -`,1)[0],oe=ue,this.options.pedantic&&(oe=oe.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!(ir.test(oe)||dr.test(oe)||qe.test(oe)||er.test(t)));){if(oe.search(/[^ ]/)>=L||!oe.trim())de+=` -`+oe.slice(L);else{if(V||re.search(/[^ ]/)>=4||ir.test(re)||dr.test(re)||er.test(re))break;de+=` -`+oe}!V&&!oe.trim()&&(V=!0),n+=ue+` -`,t=t.substring(ue.length+1),re=oe.slice(L)}}$e.loose||(z?$e.loose=!0:/\n *\n *$/.test(n)&&(z=!0)),this.options.gfm&&($=/^\[[ xX]\] /.exec(de),$&&(k=$[0]!=="[ ] ",de=de.replace(/^\[[ xX]\] +/,""))),$e.items.push({type:"list_item",raw:n,task:!!$,checked:k,loose:!1,text:de}),$e.raw+=n}$e.items[$e.items.length-1].raw=n.trimRight(),$e.items[$e.items.length-1].text=de.trimRight(),$e.raw=$e.raw.trimRight();const Fe=$e.items.length;for(j=0;jir.type==="space"),er=qe.length>0&&qe.some(ir=>/\n.*\n/.test(ir.raw));$e.loose=er}if($e.loose)for(j=0;j$/,"$1").replace(this.rules.inline._escapes,"$1"):"",k=y[3]?y[3].substring(1,y[3].length-1).replace(this.rules.inline._escapes,"$1"):y[3];return{type:"def",tag:n,raw:y[0],href:$,title:k}}}table(t){const y=this.rules.block.table.exec(t);if(y){const n={type:"table",header:splitCells(y[1]).map($=>({text:$})),align:y[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:y[3]&&y[3].trim()?y[3].replace(/\n[ \t]*$/,"").split(` -`):[]};if(n.header.length===n.align.length){n.raw=y[0];let $=n.align.length,k,L,j,V;for(k=0;k<$;k++)/^ *-+: *$/.test(n.align[k])?n.align[k]="right":/^ *:-+: *$/.test(n.align[k])?n.align[k]="center":/^ *:-+ *$/.test(n.align[k])?n.align[k]="left":n.align[k]=null;for($=n.rows.length,k=0;k<$;k++)n.rows[k]=splitCells(n.rows[k],n.header.length).map(z=>({text:z}));for($=n.header.length,L=0;L<$;L++)n.header[L].tokens=this.lexer.inline(n.header[L].text);for($=n.rows.length,L=0;L<$;L++)for(V=n.rows[L],j=0;j/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))return;const L=rtrim(n.slice(0,-1),"\\");if((n.length-L.length)%2===0)return}else{const L=findClosingBracket(y[2],"()");if(L>-1){const V=(y[0].indexOf("!")===0?5:4)+y[1].length+L;y[2]=y[2].substring(0,L),y[0]=y[0].substring(0,V).trim(),y[3]=""}}let $=y[2],k="";if(this.options.pedantic){const L=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec($);L&&($=L[1],k=L[3])}else k=y[3]?y[3].slice(1,-1):"";return $=$.trim(),/^$/.test(n)?$=$.slice(1):$=$.slice(1,-1)),outputLink(y,{href:$&&$.replace(this.rules.inline._escapes,"$1"),title:k&&k.replace(this.rules.inline._escapes,"$1")},y[0],this.lexer)}}reflink(t,y){let n;if((n=this.rules.inline.reflink.exec(t))||(n=this.rules.inline.nolink.exec(t))){let $=(n[2]||n[1]).replace(/\s+/g," ");if($=y[$.toLowerCase()],!$){const k=n[0].charAt(0);return{type:"text",raw:k,text:k}}return outputLink(n,$,n[0],this.lexer)}}emStrong(t,y,n=""){let $=this.rules.inline.emStrong.lDelim.exec(t);if(!$||$[3]&&n.match(/[\p{L}\p{N}]/u))return;const k=$[1]||$[2]||"";if(!k||k&&(n===""||this.rules.inline.punctuation.exec(n))){const L=$[0].length-1;let j,V,z=L,re=0;const oe=$[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(oe.lastIndex=0,y=y.slice(-1*t.length+L);($=oe.exec(y))!=null;){if(j=$[1]||$[2]||$[3]||$[4]||$[5]||$[6],!j)continue;if(V=j.length,$[3]||$[4]){z+=V;continue}else if(($[5]||$[6])&&L%3&&!((L+V)%3)){re+=V;continue}if(z-=V,z>0)continue;V=Math.min(V,V+z+re);const ue=t.slice(0,L+$.index+($[0].length-j.length)+V);if(Math.min(L,V)%2){const _e=ue.slice(1,-1);return{type:"em",raw:ue,text:_e,tokens:this.lexer.inlineTokens(_e)}}const de=ue.slice(2,-2);return{type:"strong",raw:ue,text:de,tokens:this.lexer.inlineTokens(de)}}}}codespan(t){const y=this.rules.inline.code.exec(t);if(y){let n=y[2].replace(/\n/g," ");const $=/[^ ]/.test(n),k=/^ /.test(n)&&/ $/.test(n);return $&&k&&(n=n.substring(1,n.length-1)),n=escape$4(n,!0),{type:"codespan",raw:y[0],text:n}}}br(t){const y=this.rules.inline.br.exec(t);if(y)return{type:"br",raw:y[0]}}del(t){const y=this.rules.inline.del.exec(t);if(y)return{type:"del",raw:y[0],text:y[2],tokens:this.lexer.inlineTokens(y[2])}}autolink(t,y){const n=this.rules.inline.autolink.exec(t);if(n){let $,k;return n[2]==="@"?($=escape$4(this.options.mangle?y(n[1]):n[1]),k="mailto:"+$):($=escape$4(n[1]),k=$),{type:"link",raw:n[0],text:$,href:k,tokens:[{type:"text",raw:$,text:$}]}}}url(t,y){let n;if(n=this.rules.inline.url.exec(t)){let $,k;if(n[2]==="@")$=escape$4(this.options.mangle?y(n[0]):n[0]),k="mailto:"+$;else{let L;do L=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0];while(L!==n[0]);$=escape$4(n[0]),n[1]==="www."?k="http://"+n[0]:k=n[0]}return{type:"link",raw:n[0],text:$,href:k,tokens:[{type:"text",raw:$,text:$}]}}}inlineText(t,y){const n=this.rules.inline.text.exec(t);if(n){let $;return this.lexer.state.inRawBlock?$=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(n[0]):escape$4(n[0]):n[0]:$=escape$4(this.options.smartypants?y(n[0]):n[0]),{type:"text",raw:n[0],text:$}}}};const block$2={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\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=/|$)/;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",")|<(?: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",")|<(?: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",")|<(?:script|pre|style|textarea|!--)").replace("tag",block$2._tag).getRegex();block$2.pedantic={...block$2.normal,html:edit(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\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:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\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-]*(?:attribute)*?\\s*/?>|^<\\?[\\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]*?(?:(?=[\\?@\\[\\]`^{|}~";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]*?(?:(?=[\\.5&&(n="x"+n.toString(16)),t+="&#"+n+";";return t}let Lexer$1=class Z0{constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||defaults$2,this.options.tokenizer=this.options.tokenizer||new Tokenizer$1,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const y={block:block$2.normal,inline:inline$1.normal};this.options.pedantic?(y.block=block$2.pedantic,y.inline=inline$1.pedantic):this.options.gfm&&(y.block=block$2.gfm,this.options.breaks?y.inline=inline$1.breaks:y.inline=inline$1.gfm),this.tokenizer.rules=y}static get rules(){return{block:block$2,inline:inline$1}}static lex(t,y){return new Z0(y).lex(t)}static lexInline(t,y){return new Z0(y).inlineTokens(t)}lex(t){t=t.replace(/\r\n|\r/g,` -`),this.blockTokens(t,this.tokens);let y;for(;y=this.inlineQueue.shift();)this.inlineTokens(y.src,y.tokens);return this.tokens}blockTokens(t,y=[]){this.options.pedantic?t=t.replace(/\t/g," ").replace(/^ +$/gm,""):t=t.replace(/^( *)(\t+)/gm,(j,V,z)=>V+" ".repeat(z.length));let n,$,k,L;for(;t;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(j=>(n=j.call({lexer:this},t,y))?(t=t.substring(n.raw.length),y.push(n),!0):!1))){if(n=this.tokenizer.space(t)){t=t.substring(n.raw.length),n.raw.length===1&&y.length>0?y[y.length-1].raw+=` -`:y.push(n);continue}if(n=this.tokenizer.code(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&($.type==="paragraph"||$.type==="text")?($.raw+=` -`+n.raw,$.text+=` -`+n.text,this.inlineQueue[this.inlineQueue.length-1].src=$.text):y.push(n);continue}if(n=this.tokenizer.fences(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.heading(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.hr(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.blockquote(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.list(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.html(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.def(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&($.type==="paragraph"||$.type==="text")?($.raw+=` -`+n.raw,$.text+=` -`+n.raw,this.inlineQueue[this.inlineQueue.length-1].src=$.text):this.tokens.links[n.tag]||(this.tokens.links[n.tag]={href:n.href,title:n.title});continue}if(n=this.tokenizer.table(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.lheading(t)){t=t.substring(n.raw.length),y.push(n);continue}if(k=t,this.options.extensions&&this.options.extensions.startBlock){let j=1/0;const V=t.slice(1);let z;this.options.extensions.startBlock.forEach(function(re){z=re.call({lexer:this},V),typeof z=="number"&&z>=0&&(j=Math.min(j,z))}),j<1/0&&j>=0&&(k=t.substring(0,j+1))}if(this.state.top&&(n=this.tokenizer.paragraph(k))){$=y[y.length-1],L&&$.type==="paragraph"?($.raw+=` -`+n.raw,$.text+=` -`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=$.text):y.push(n),L=k.length!==t.length,t=t.substring(n.raw.length);continue}if(n=this.tokenizer.text(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&$.type==="text"?($.raw+=` -`+n.raw,$.text+=` -`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=$.text):y.push(n);continue}if(t){const j="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(j);break}else throw new Error(j)}}return this.state.top=!0,y}inline(t,y=[]){return this.inlineQueue.push({src:t,tokens:y}),y}inlineTokens(t,y=[]){let n,$,k,L=t,j,V,z;if(this.tokens.links){const re=Object.keys(this.tokens.links);if(re.length>0)for(;(j=this.tokenizer.rules.inline.reflinkSearch.exec(L))!=null;)re.includes(j[0].slice(j[0].lastIndexOf("[")+1,-1))&&(L=L.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+L.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(j=this.tokenizer.rules.inline.blockSkip.exec(L))!=null;)L=L.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+L.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(j=this.tokenizer.rules.inline.escapedEmSt.exec(L))!=null;)L=L.slice(0,j.index+j[0].length-2)+"++"+L.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex),this.tokenizer.rules.inline.escapedEmSt.lastIndex--;for(;t;)if(V||(z=""),V=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(re=>(n=re.call({lexer:this},t,y))?(t=t.substring(n.raw.length),y.push(n),!0):!1))){if(n=this.tokenizer.escape(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.tag(t)){t=t.substring(n.raw.length),$=y[y.length-1],$&&n.type==="text"&&$.type==="text"?($.raw+=n.raw,$.text+=n.text):y.push(n);continue}if(n=this.tokenizer.link(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(n.raw.length),$=y[y.length-1],$&&n.type==="text"&&$.type==="text"?($.raw+=n.raw,$.text+=n.text):y.push(n);continue}if(n=this.tokenizer.emStrong(t,L,z)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.codespan(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.br(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.del(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.autolink(t,mangle)){t=t.substring(n.raw.length),y.push(n);continue}if(!this.state.inLink&&(n=this.tokenizer.url(t,mangle))){t=t.substring(n.raw.length),y.push(n);continue}if(k=t,this.options.extensions&&this.options.extensions.startInline){let re=1/0;const oe=t.slice(1);let ue;this.options.extensions.startInline.forEach(function(de){ue=de.call({lexer:this},oe),typeof ue=="number"&&ue>=0&&(re=Math.min(re,ue))}),re<1/0&&re>=0&&(k=t.substring(0,re+1))}if(n=this.tokenizer.inlineText(k,smartypants)){t=t.substring(n.raw.length),n.raw.slice(-1)!=="_"&&(z=n.raw.slice(-1)),V=!0,$=y[y.length-1],$&&$.type==="text"?($.raw+=n.raw,$.text+=n.text):y.push(n);continue}if(t){const re="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(re);break}else throw new Error(re)}}return y}};class Renderer{constructor(t){this.options=t||defaults$2}code(t,y,n){const $=(y||"").match(/\S*/)[0];if(this.options.highlight){const k=this.options.highlight(t,$);k!=null&&k!==t&&(n=!0,t=k)}return t=t.replace(/\n$/,"")+` -`,$?'
'+(n?t:escape$4(t,!0))+`
+`)}}}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+|$)`),Ue=new RegExp(`^ {0,${Math.min(3,$-1)}}(?:\`\`\`|~~~)`),kt=new RegExp(`^ {0,${Math.min(3,$-1)}}#`);for(;t&&(oe=t.split(` +`,1)[0],ie=oe,this.options.pedantic&&(ie=ie.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!(Ue.test(ie)||kt.test(ie)||Ne.test(ie)||Fe.test(t)));){if(ie.search(/[^ ]/)>=$||!ie.trim())ue+=` +`+ie.slice($);else{if(V||re.search(/[^ ]/)>=4||Ue.test(re)||kt.test(re)||Fe.test(re))break;ue+=` +`+ie}!V&&!ie.trim()&&(V=!0),n+=oe+` +`,t=t.substring(oe.length+1),re=ie.slice($)}}_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;jUe.type==="space"),Fe=Ne.length>0&&Ne.some(Ue=>/\n.*\n/.test(Ue.raw));_e.loose=Fe}if(_e.loose)for(j=0;j$/,"$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({text:z}));for(k=n.header.length,$=0;$/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))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(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]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\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=/|$)/;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",")|<(?: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",")|<(?: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",")|<(?:script|pre|style|textarea|!--)").replace("tag",block$2._tag).getRegex();block$2.pedantic={...block$2.normal,html:edit(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\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:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\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-]*(?:attribute)*?\\s*/?>|^<\\?[\\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]*?(?:(?=[\\?@\\[\\]`^{|}~";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]*?(?:(?=[\\.5&&(n="x"+n.toString(16)),t+="&#"+n+";";return t}let Lexer$1=class U0{constructor(t){this.tokens=[],this.tokens.links=Object.create(null),this.options=t||defaults$2,this.options.tokenizer=this.options.tokenizer||new Tokenizer$1,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const y={block:block$2.normal,inline:inline$1.normal};this.options.pedantic?(y.block=block$2.pedantic,y.inline=inline$1.pedantic):this.options.gfm&&(y.block=block$2.gfm,this.options.breaks?y.inline=inline$1.breaks:y.inline=inline$1.gfm),this.tokenizer.rules=y}static get rules(){return{block:block$2,inline:inline$1}}static lex(t,y){return new U0(y).lex(t)}static lexInline(t,y){return new U0(y).inlineTokens(t)}lex(t){t=t.replace(/\r\n|\r/g,` +`),this.blockTokens(t,this.tokens);let y;for(;y=this.inlineQueue.shift();)this.inlineTokens(y.src,y.tokens);return this.tokens}blockTokens(t,y=[]){this.options.pedantic?t=t.replace(/\t/g," ").replace(/^ +$/gm,""):t=t.replace(/^( *)(\t+)/gm,(j,V,z)=>V+" ".repeat(z.length));let n,k,L,$;for(;t;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(j=>(n=j.call({lexer:this},t,y))?(t=t.substring(n.raw.length),y.push(n),!0):!1))){if(n=this.tokenizer.space(t)){t=t.substring(n.raw.length),n.raw.length===1&&y.length>0?y[y.length-1].raw+=` +`:y.push(n);continue}if(n=this.tokenizer.code(t)){t=t.substring(n.raw.length),k=y[y.length-1],k&&(k.type==="paragraph"||k.type==="text")?(k.raw+=` +`+n.raw,k.text+=` +`+n.text,this.inlineQueue[this.inlineQueue.length-1].src=k.text):y.push(n);continue}if(n=this.tokenizer.fences(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.heading(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.hr(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.blockquote(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.list(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.html(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.def(t)){t=t.substring(n.raw.length),k=y[y.length-1],k&&(k.type==="paragraph"||k.type==="text")?(k.raw+=` +`+n.raw,k.text+=` +`+n.raw,this.inlineQueue[this.inlineQueue.length-1].src=k.text):this.tokens.links[n.tag]||(this.tokens.links[n.tag]={href:n.href,title:n.title});continue}if(n=this.tokenizer.table(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.lheading(t)){t=t.substring(n.raw.length),y.push(n);continue}if(L=t,this.options.extensions&&this.options.extensions.startBlock){let j=1/0;const V=t.slice(1);let z;this.options.extensions.startBlock.forEach(function(re){z=re.call({lexer:this},V),typeof z=="number"&&z>=0&&(j=Math.min(j,z))}),j<1/0&&j>=0&&(L=t.substring(0,j+1))}if(this.state.top&&(n=this.tokenizer.paragraph(L))){k=y[y.length-1],$&&k.type==="paragraph"?(k.raw+=` +`+n.raw,k.text+=` +`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=k.text):y.push(n),$=L.length!==t.length,t=t.substring(n.raw.length);continue}if(n=this.tokenizer.text(t)){t=t.substring(n.raw.length),k=y[y.length-1],k&&k.type==="text"?(k.raw+=` +`+n.raw,k.text+=` +`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=k.text):y.push(n);continue}if(t){const j="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(j);break}else throw new Error(j)}}return this.state.top=!0,y}inline(t,y=[]){return this.inlineQueue.push({src:t,tokens:y}),y}inlineTokens(t,y=[]){let n,k,L,$=t,j,V,z;if(this.tokens.links){const re=Object.keys(this.tokens.links);if(re.length>0)for(;(j=this.tokenizer.rules.inline.reflinkSearch.exec($))!=null;)re.includes(j[0].slice(j[0].lastIndexOf("[")+1,-1))&&($=$.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+$.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(j=this.tokenizer.rules.inline.blockSkip.exec($))!=null;)$=$.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+$.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(j=this.tokenizer.rules.inline.escapedEmSt.exec($))!=null;)$=$.slice(0,j.index+j[0].length-2)+"++"+$.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex),this.tokenizer.rules.inline.escapedEmSt.lastIndex--;for(;t;)if(V||(z=""),V=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(re=>(n=re.call({lexer:this},t,y))?(t=t.substring(n.raw.length),y.push(n),!0):!1))){if(n=this.tokenizer.escape(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.tag(t)){t=t.substring(n.raw.length),k=y[y.length-1],k&&n.type==="text"&&k.type==="text"?(k.raw+=n.raw,k.text+=n.text):y.push(n);continue}if(n=this.tokenizer.link(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.reflink(t,this.tokens.links)){t=t.substring(n.raw.length),k=y[y.length-1],k&&n.type==="text"&&k.type==="text"?(k.raw+=n.raw,k.text+=n.text):y.push(n);continue}if(n=this.tokenizer.emStrong(t,$,z)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.codespan(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.br(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.del(t)){t=t.substring(n.raw.length),y.push(n);continue}if(n=this.tokenizer.autolink(t,mangle)){t=t.substring(n.raw.length),y.push(n);continue}if(!this.state.inLink&&(n=this.tokenizer.url(t,mangle))){t=t.substring(n.raw.length),y.push(n);continue}if(L=t,this.options.extensions&&this.options.extensions.startInline){let re=1/0;const ie=t.slice(1);let oe;this.options.extensions.startInline.forEach(function(ue){oe=ue.call({lexer:this},ie),typeof oe=="number"&&oe>=0&&(re=Math.min(re,oe))}),re<1/0&&re>=0&&(L=t.substring(0,re+1))}if(n=this.tokenizer.inlineText(L,smartypants)){t=t.substring(n.raw.length),n.raw.slice(-1)!=="_"&&(z=n.raw.slice(-1)),V=!0,k=y[y.length-1],k&&k.type==="text"?(k.raw+=n.raw,k.text+=n.text):y.push(n);continue}if(t){const re="Infinite loop on byte: "+t.charCodeAt(0);if(this.options.silent){console.error(re);break}else throw new Error(re)}}return y}};class Renderer{constructor(t){this.options=t||defaults$2}code(t,y,n){const k=(y||"").match(/\S*/)[0];if(this.options.highlight){const L=this.options.highlight(t,k);L!=null&&L!==t&&(n=!0,t=L)}return t=t.replace(/\n$/,"")+` +`,k?'
'+(n?t:escape$4(t,!0))+`
`:"
"+(n?t:escape$4(t,!0))+`
`}blockquote(t){return`
${t}
-`}html(t){return t}heading(t,y,n,$){if(this.options.headerIds){const k=this.options.headerPrefix+$.slug(n);return`${t} +`}html(t){return t}heading(t,y,n,k){if(this.options.headerIds){const L=this.options.headerPrefix+k.slug(n);return`${t} `}return`${t} `}hr(){return this.options.xhtml?`
`:`
-`}list(t,y,n){const $=y?"ol":"ul",k=y&&n!==1?' start="'+n+'"':"";return"<"+$+k+`> -`+t+" +`}list(t,y,n){const k=y?"ol":"ul",L=y&&n!==1?' start="'+n+'"':"";return"<"+k+L+`> +`+t+" `}listitem(t){return`
  • ${t}
  • `}checkbox(t){return" "}paragraph(t){return`

    ${t}

    `}table(t,y){return y&&(y=`${y}`),` @@ -60,32 +60,32 @@ ${t} `}tablerow(t){return` ${t} `}tablecell(t,y){const n=y.header?"th":"td";return(y.align?`<${n} align="${y.align}">`:`<${n}>`)+t+` -`}strong(t){return`${t}`}em(t){return`${t}`}codespan(t){return`${t}`}br(){return this.options.xhtml?"
    ":"
    "}del(t){return`${t}`}link(t,y,n){if(t=cleanUrl(this.options.sanitize,this.options.baseUrl,t),t===null)return n;let $='",$}image(t,y,n){if(t=cleanUrl(this.options.sanitize,this.options.baseUrl,t),t===null)return n;let $=`${n}":">",$}text(t){return t}}class TextRenderer{strong(t){return t}em(t){return t}codespan(t){return t}del(t){return t}html(t){return t}text(t){return t}link(t,y,n){return""+n}image(t,y,n){return""+n}br(){return""}}class Slugger{constructor(){this.seen={}}serialize(t){return t.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(t,y){let n=t,$=0;if(this.seen.hasOwnProperty(n)){$=this.seen[t];do $++,n=t+"-"+$;while(this.seen.hasOwnProperty(n))}return y||(this.seen[t]=$,this.seen[n]=0),n}slug(t,y={}){const n=this.serialize(t);return this.getNextSafeSlug(n,y.dryrun)}}let Parser$2=class e1{constructor(t){this.options=t||defaults$2,this.options.renderer=this.options.renderer||new Renderer,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new TextRenderer,this.slugger=new Slugger}static parse(t,y){return new e1(y).parse(t)}static parseInline(t,y){return new e1(y).parseInline(t)}parse(t,y=!0){let n="",$,k,L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er,ir;const dr=t.length;for($=0;$0&&Ve.tokens[0].type==="paragraph"?(Ve.tokens[0].text=er+" "+Ve.tokens[0].text,Ve.tokens[0].tokens&&Ve.tokens[0].tokens.length>0&&Ve.tokens[0].tokens[0].type==="text"&&(Ve.tokens[0].tokens[0].text=er+" "+Ve.tokens[0].tokens[0].text)):Ve.tokens.unshift({type:"text",text:er}):$e+=er),$e+=this.parse(Ve.tokens,Ue),ue+=this.renderer.listitem($e,qe,Fe);n+=this.renderer.list(ue,_e,Ne);continue}case"html":{n+=this.renderer.html(de.text);continue}case"paragraph":{n+=this.renderer.paragraph(this.parseInline(de.tokens));continue}case"text":{for(ue=de.tokens?this.parseInline(de.tokens):de.text;$+1{if(n.message+=` -Please report this to https://github.com/markedjs/marked.`,e){const $="

    An error occurred:

    "+escape$4(n.message+"",!0)+"
    ";if(t)return Promise.resolve($);if(y){y(null,$);return}return $}if(t)return Promise.reject(n);if(y){y(n);return}throw n}}function parseMarkdown(e,t){return(y,n,$)=>{typeof n=="function"&&($=n,n=null);const k={...n};n={...marked.defaults,...k};const L=onError(n.silent,n.async,$);if(typeof y>"u"||y===null)return L(new Error("marked(): input parameter is undefined or null"));if(typeof y!="string")return L(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(y)+", string expected"));if(checkSanitizeDeprecation(n),n.hooks&&(n.hooks.options=n),$){const j=n.highlight;let V;try{n.hooks&&(y=n.hooks.preprocess(y)),V=e(y,n)}catch(oe){return L(oe)}const z=function(oe){let ue;if(!oe)try{n.walkTokens&&marked.walkTokens(V,n.walkTokens),ue=t(V,n),n.hooks&&(ue=n.hooks.postprocess(ue))}catch(de){oe=de}return n.highlight=j,oe?L(oe):$(null,ue)};if(!j||j.length<3||(delete n.highlight,!V.length))return z();let re=0;marked.walkTokens(V,function(oe){oe.type==="code"&&(re++,setTimeout(()=>{j(oe.text,oe.lang,function(ue,de){if(ue)return z(ue);de!=null&&de!==oe.text&&(oe.text=de,oe.escaped=!0),re--,re===0&&z()})},0))}),re===0&&z();return}if(n.async)return Promise.resolve(n.hooks?n.hooks.preprocess(y):y).then(j=>e(j,n)).then(j=>n.walkTokens?Promise.all(marked.walkTokens(j,n.walkTokens)).then(()=>j):j).then(j=>t(j,n)).then(j=>n.hooks?n.hooks.postprocess(j):j).catch(L);try{n.hooks&&(y=n.hooks.preprocess(y));const j=e(y,n);n.walkTokens&&marked.walkTokens(j,n.walkTokens);let V=t(j,n);return n.hooks&&(V=n.hooks.postprocess(V)),V}catch(j){return L(j)}}}function marked(e,t,y){return parseMarkdown(Lexer$1.lex,Parser$2.parse)(e,t,y)}marked.options=marked.setOptions=function(e){return marked.defaults={...marked.defaults,...e},changeDefaults(marked.defaults),marked};marked.getDefaults=getDefaults;marked.defaults=defaults$2;marked.use=function(...e){const t=marked.defaults.extensions||{renderers:{},childTokens:{}};e.forEach(y=>{const n={...y};if(n.async=marked.defaults.async||n.async||!1,y.extensions&&(y.extensions.forEach($=>{if(!$.name)throw new Error("extension name required");if($.renderer){const k=t.renderers[$.name];k?t.renderers[$.name]=function(...L){let j=$.renderer.apply(this,L);return j===!1&&(j=k.apply(this,L)),j}:t.renderers[$.name]=$.renderer}if($.tokenizer){if(!$.level||$.level!=="block"&&$.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");t[$.level]?t[$.level].unshift($.tokenizer):t[$.level]=[$.tokenizer],$.start&&($.level==="block"?t.startBlock?t.startBlock.push($.start):t.startBlock=[$.start]:$.level==="inline"&&(t.startInline?t.startInline.push($.start):t.startInline=[$.start]))}$.childTokens&&(t.childTokens[$.name]=$.childTokens)}),n.extensions=t),y.renderer){const $=marked.defaults.renderer||new Renderer;for(const k in y.renderer){const L=$[k];$[k]=(...j)=>{let V=y.renderer[k].apply($,j);return V===!1&&(V=L.apply($,j)),V}}n.renderer=$}if(y.tokenizer){const $=marked.defaults.tokenizer||new Tokenizer$1;for(const k in y.tokenizer){const L=$[k];$[k]=(...j)=>{let V=y.tokenizer[k].apply($,j);return V===!1&&(V=L.apply($,j)),V}}n.tokenizer=$}if(y.hooks){const $=marked.defaults.hooks||new Hooks;for(const k in y.hooks){const L=$[k];Hooks.passThroughHooks.has(k)?$[k]=j=>{if(marked.defaults.async)return Promise.resolve(y.hooks[k].call($,j)).then(z=>L.call($,z));const V=y.hooks[k].call($,j);return L.call($,V)}:$[k]=(...j)=>{let V=y.hooks[k].apply($,j);return V===!1&&(V=L.apply($,j)),V}}n.hooks=$}if(y.walkTokens){const $=marked.defaults.walkTokens;n.walkTokens=function(k){let L=[];return L.push(y.walkTokens.call(this,k)),$&&(L=L.concat($.call(this,k))),L}}marked.setOptions(n)})};marked.walkTokens=function(e,t){let y=[];for(const n of e)switch(y=y.concat(t.call(marked,n)),n.type){case"table":{for(const $ of n.header)y=y.concat(marked.walkTokens($.tokens,t));for(const $ of n.rows)for(const k of $)y=y.concat(marked.walkTokens(k.tokens,t));break}case"list":{y=y.concat(marked.walkTokens(n.items,t));break}default:marked.defaults.extensions&&marked.defaults.extensions.childTokens&&marked.defaults.extensions.childTokens[n.type]?marked.defaults.extensions.childTokens[n.type].forEach(function($){y=y.concat(marked.walkTokens(n[$],t))}):n.tokens&&(y=y.concat(marked.walkTokens(n.tokens,t)))}return y};marked.parseInline=parseMarkdown(Lexer$1.lexInline,Parser$2.parseInline);marked.Parser=Parser$2;marked.parser=Parser$2.parse;marked.Renderer=Renderer;marked.TextRenderer=TextRenderer;marked.Lexer=Lexer$1;marked.lexer=Lexer$1.lex;marked.Tokenizer=Tokenizer$1;marked.Slugger=Slugger;marked.Hooks=Hooks;marked.parse=marked;marked.options;marked.setOptions;marked.use;marked.walkTokens;marked.parseInline;Parser$2.parse;Lexer$1.lex;var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getAugmentedNamespace(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var y=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};y.prototype=t.prototype}else y={};return Object.defineProperty(y,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var $=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(y,n,$.get?$:{enumerable:!0,get:function(){return e[n]}})}),y}var codemirror={exports:{}},hasRequiredCodemirror;function requireCodemirror(){return hasRequiredCodemirror||(hasRequiredCodemirror=1,function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=navigator.userAgent,n=navigator.platform,$=/gecko\/\d/i.test(y),k=/MSIE \d/.test(y),L=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(y),j=/Edge\/(\d+)/.exec(y),V=k||L||j,z=V&&(k?document.documentMode||6:+(j||L)[1]),re=!j&&/WebKit\//.test(y),oe=re&&/Qt\/\d+\.\d+/.test(y),ue=!j&&/Chrome\/(\d+)/.exec(y),de=ue&&+ue[1],_e=/Opera\//.test(y),Ne=/Apple Computer/.test(navigator.vendor),Ue=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(y),$e=/PhantomJS/.test(y),Ve=Ne&&(/Mobile\/\w+/.test(y)||navigator.maxTouchPoints>2),Fe=/Android/.test(y),qe=Ve||Fe||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(y),er=Ve||/Mac/.test(n),ir=/\bCrOS\b/.test(y),dr=/win/i.test(n),cr=_e&&y.match(/Version\/(\d*\.\d*)/);cr&&(cr=Number(cr[1])),cr&&cr>=15&&(_e=!1,re=!0);var nr=er&&(oe||_e&&(cr==null||cr<12.11)),lr=$||V&&z>=9;function Et(rr){return new RegExp("(^|\\s)"+rr+"(?:$|\\s)\\s*")}var ie=function(rr,fr){var vr=rr.className,Er=Et(fr).exec(vr);if(Er){var Cr=vr.slice(Er.index+Er[0].length);rr.className=vr.slice(0,Er.index)+(Cr?Er[1]+Cr:"")}};function pe(rr){for(var fr=rr.childNodes.length;fr>0;--fr)rr.removeChild(rr.firstChild);return rr}function Ce(rr,fr){return pe(rr).appendChild(fr)}function Ie(rr,fr,vr,Er){var Cr=document.createElement(rr);if(vr&&(Cr.className=vr),Er&&(Cr.style.cssText=Er),typeof fr=="string")Cr.appendChild(document.createTextNode(fr));else if(fr)for(var Yr=0;Yr=fr)return Rn+(fr-Yr);Rn+=mi-Yr,Rn+=vr-Rn%vr,Yr=mi+1}}var Fr=function(){this.id=null,this.f=null,this.time=0,this.handler=Tr(this.onTimeout,this)};Fr.prototype.onTimeout=function(rr){rr.id=0,rr.time<=+new Date?rr.f():setTimeout(rr.handler,rr.time-+new Date)},Fr.prototype.set=function(rr,fr){this.f=fr;var vr=+new Date+rr;(!this.id||vr=fr)return Er+Math.min(Rn,fr-Cr);if(Cr+=Yr-Er,Cr+=vr-Cr%vr,Er=Yr+1,Cr>=fr)return Er}}var $r=[""];function jr(rr){for(;$r.length<=rr;)$r.push(vn($r)+" ");return $r[rr]}function vn(rr){return rr[rr.length-1]}function Kr(rr,fr){for(var vr=[],Er=0;Er"€"&&(rr.toUpperCase()!=rr.toLowerCase()||Vi.test(rr))}function oa(rr,fr){return fr?fr.source.indexOf("\\w")>-1&&To(rr)?!0:fr.test(rr):To(rr)}function Ba(rr){for(var fr in rr)if(rr.hasOwnProperty(fr)&&rr[fr])return!1;return!0}var rs=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;function Mn(rr){return rr.charCodeAt(0)>=768&&rs.test(rr)}function Wr(rr,fr,vr){for(;(vr<0?fr>0:frvr?-1:1;;){if(fr==vr)return fr;var Cr=(fr+vr)/2,Yr=Er<0?Math.ceil(Cr):Math.floor(Cr);if(Yr==fr)return rr(Yr)?fr:vr;rr(Yr)?vr=Yr:fr=Yr+Er}}function Sn(rr,fr,vr,Er){if(!rr)return Er(fr,vr,"ltr",0);for(var Cr=!1,Yr=0;Yrfr||fr==vr&&Rn.to==fr)&&(Er(Math.max(Rn.from,fr),Math.min(Rn.to,vr),Rn.level==1?"rtl":"ltr",Yr),Cr=!0)}Cr||Er(fr,vr,"ltr")}var Nn=null;function Sa(rr,fr,vr){var Er;Nn=null;for(var Cr=0;Crfr)return Cr;Yr.to==fr&&(Yr.from!=Yr.to&&vr=="before"?Er=Cr:Nn=Cr),Yr.from==fr&&(Yr.from!=Yr.to&&vr!="before"?Er=Cr:Nn=Cr)}return Er??Nn}var Li=function(){var rr="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",fr="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function vr(Aa){return Aa<=247?rr.charAt(Aa):1424<=Aa&&Aa<=1524?"R":1536<=Aa&&Aa<=1785?fr.charAt(Aa-1536):1774<=Aa&&Aa<=2220?"r":8192<=Aa&&Aa<=8203?"w":Aa==8204?"b":"L"}var Er=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,Cr=/[stwN]/,Yr=/[LRr]/,Rn=/[Lb1n]/,mi=/[1n]/;function Ui(Aa,No,Cs){this.level=Aa,this.from=No,this.to=Cs}return function(Aa,No){var Cs=No=="ltr"?"L":"R";if(Aa.length==0||No=="ltr"&&!Er.test(Aa))return!1;for(var Ns=Aa.length,Bs=[],pl=0;pl-1&&(Er[fr]=Cr.slice(0,Yr).concat(Cr.slice(Yr+1)))}}}function _o(rr,fr){var vr=ki(rr,fr);if(vr.length)for(var Er=Array.prototype.slice.call(arguments,2),Cr=0;Cr0}function Hs(rr){rr.prototype.on=function(fr,vr){zn(this,fr,vr)},rr.prototype.off=function(fr,vr){Ra(this,fr,vr)}}function Ts(rr){rr.preventDefault?rr.preventDefault():rr.returnValue=!1}function js(rr){rr.stopPropagation?rr.stopPropagation():rr.cancelBubble=!0}function Gs(rr){return rr.defaultPrevented!=null?rr.defaultPrevented:rr.returnValue==!1}function uc(rr){Ts(rr),js(rr)}function rl(rr){return rr.target||rr.srcElement}function il(rr){var fr=rr.which;return fr==null&&(rr.button&1?fr=1:rr.button&2?fr=3:rr.button&4&&(fr=2)),er&&rr.ctrlKey&&fr==1&&(fr=3),fr}var bl=function(){if(V&&z<9)return!1;var rr=Ie("div");return"draggable"in rr||"dragDrop"in rr}(),Wa;function Ao(rr){if(Wa==null){var fr=Ie("span","​");Ce(rr,Ie("span",[fr,document.createTextNode("x")])),rr.firstChild.offsetHeight!=0&&(Wa=fr.offsetWidth<=1&&fr.offsetHeight>2&&!(V&&z<8))}var vr=Wa?Ie("span","​"):Ie("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return vr.setAttribute("cm-text",""),vr}var ks;function Bo(rr){if(ks!=null)return ks;var fr=Ce(rr,document.createTextNode("AخA")),vr=ar(fr,0,1).getBoundingClientRect(),Er=ar(fr,1,2).getBoundingClientRect();return pe(rr),!vr||vr.left==vr.right?!1:ks=Er.right-vr.right<3}var Hr=` +`}strong(t){return`${t}`}em(t){return`${t}`}codespan(t){return`${t}`}br(){return this.options.xhtml?"
    ":"
    "}del(t){return`${t}`}link(t,y,n){if(t=cleanUrl(this.options.sanitize,this.options.baseUrl,t),t===null)return n;let k='
    ",k}image(t,y,n){if(t=cleanUrl(this.options.sanitize,this.options.baseUrl,t),t===null)return n;let k=`${n}":">",k}text(t){return t}}class TextRenderer{strong(t){return t}em(t){return t}codespan(t){return t}del(t){return t}html(t){return t}text(t){return t}link(t,y,n){return""+n}image(t,y,n){return""+n}br(){return""}}class Slugger{constructor(){this.seen={}}serialize(t){return t.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(t,y){let n=t,k=0;if(this.seen.hasOwnProperty(n)){k=this.seen[t];do k++,n=t+"-"+k;while(this.seen.hasOwnProperty(n))}return y||(this.seen[t]=k,this.seen[n]=0),n}slug(t,y={}){const n=this.serialize(t);return this.getNextSafeSlug(n,y.dryrun)}}let Parser$2=class V0{constructor(t){this.options=t||defaults$2,this.options.renderer=this.options.renderer||new Renderer,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new TextRenderer,this.slugger=new Slugger}static parse(t,y){return new V0(y).parse(t)}static parseInline(t,y){return new V0(y).parseInline(t)}parse(t,y=!0){let n="",k,L,$,j,V,z,re,ie,oe,ue,de,pe,Ie,_e,Ce,he,Ne,Fe,Ue;const kt=t.length;for(k=0;k0&&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{if(n.message+=` +Please report this to https://github.com/markedjs/marked.`,e){const k="

    An error occurred:

    "+escape$4(n.message+"",!0)+"
    ";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),Ue=/\bCrOS\b/.test(y),kt=/win/i.test(n),Et=de&&y.match(/Version\/(\d*\.\d*)/);Et&&(Et=Number(Et[1])),Et&&Et>=15&&(de=!1,re=!0);var Ve=Fe&&(ie||de&&(Et==null||Et<12.11)),qe=k||V&&z>=9;function jt($e){return new RegExp("(^|\\s)"+$e+"(?:$|\\s)\\s*")}var tr=function($e,er){var ir=$e.className,lr=jt(er).exec(ir);if(lr){var dr=ir.slice(lr.index+lr[0].length);$e.className=ir.slice(0,lr.index)+(dr?lr[1]+dr:"")}};function rr($e){for(var er=$e.childNodes.length;er>0;--er)$e.removeChild($e.firstChild);return $e}function ar($e,er){return rr($e).appendChild(er)}function nr($e,er,ir,lr){var dr=document.createElement($e);if(ir&&(dr.className=ir),lr&&(dr.style.cssText=lr),typeof er=="string")dr.appendChild(document.createTextNode(er));else if(er)for(var $r=0;$r=er)return Zr+(er-$r);Zr+=Hn-$r,Zr+=ir-Zr%ir,$r=Hn+1}}var Hr=function(){this.id=null,this.f=null,this.time=0,this.handler=mr(this.onTimeout,this)};Hr.prototype.onTimeout=function($e){$e.id=0,$e.time<=+new Date?$e.f():setTimeout($e.handler,$e.time-+new Date)},Hr.prototype.set=function($e,er){this.f=er;var ir=+new Date+$e;(!this.id||ir=er)return lr+Math.min(Zr,er-dr);if(dr+=$r-lr,dr+=ir-dr%ir,lr=$r+1,dr>=er)return lr}}var Ir=[""];function Dr($e){for(;Ir.length<=$e;)Ir.push(Kr(Ir)+" ");return Ir[$e]}function Kr($e){return $e[$e.length-1]}function Wr($e,er){for(var ir=[],lr=0;lr<$e.length;lr++)ir[lr]=er($e[lr],lr);return ir}function Nr($e,er,ir){for(var lr=0,dr=ir(er);lr<$e.length&&ir($e[lr])<=dr;)lr++;$e.splice(lr,0,er)}function Fr(){}function Qr($e,er){var ir;return Object.create?ir=Object.create($e):(Fr.prototype=$e,ir=new Fr),er&&gr(er,ir),ir}var ca=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function Po($e){return/\w/.test($e)||$e>"€"&&($e.toUpperCase()!=$e.toLowerCase()||ca.test($e))}function Wa($e,er){return er?er.source.indexOf("\\w")>-1&&Po($e)?!0:er.test($e):Po($e)}function Go($e){for(var er in $e)if($e.hasOwnProperty(er)&&$e[er])return!1;return!0}var us=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;function Kn($e){return $e.charCodeAt(0)>=768&&us.test($e)}function Gr($e,er,ir){for(;(ir<0?er>0:er<$e.length)&&Kn($e.charAt(er));)er+=ir;return er}function Ar($e,er,ir){for(var lr=er>ir?-1:1;;){if(er==ir)return er;var dr=(er+ir)/2,$r=lr<0?Math.ceil(dr):Math.floor(dr);if($r==er)return $e($r)?er:ir;$e($r)?ir=$r:er=$r+lr}}function On($e,er,ir,lr){if(!$e)return lr(er,ir,"ltr",0);for(var dr=!1,$r=0;$r<$e.length;++$r){var Zr=$e[$r];(Zr.fromer||er==ir&&Zr.to==er)&&(lr(Math.max(Zr.from,er),Math.min(Zr.to,ir),Zr.level==1?"rtl":"ltr",$r),dr=!0)}dr||lr(er,ir,"ltr")}var kn=null;function Sa($e,er,ir){var lr;kn=null;for(var dr=0;dr<$e.length;++dr){var $r=$e[dr];if($r.fromer)return dr;$r.to==er&&($r.from!=$r.to&&ir=="before"?lr=dr:kn=dr),$r.from==er&&($r.from!=$r.to&&ir!="before"?lr=dr:kn=dr)}return lr??kn}var sa=function(){var $e="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",er="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function ir(ma){return ma<=247?$e.charAt(ma):1424<=ma&&ma<=1524?"R":1536<=ma&&ma<=1785?er.charAt(ma-1536):1774<=ma&&ma<=2220?"r":8192<=ma&&ma<=8203?"w":ma==8204?"b":"L"}var lr=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,dr=/[stwN]/,$r=/[LRr]/,Zr=/[Lb1n]/,Hn=/[1n]/;function mi(ma,io,ms){this.level=ma,this.from=io,this.to=ms}return function(ma,io){var ms=io=="ltr"?"L":"R";if(ma.length==0||io=="ltr"&&!lr.test(ma))return!1;for(var gs=ma.length,Cs=[],Js=0;Js-1&&(lr[er]=dr.slice(0,$r).concat(dr.slice($r+1)))}}}function Ns($e,er){var ir=na($e,er);if(ir.length)for(var lr=Array.prototype.slice.call(arguments,2),dr=0;dr0}function Au($e){$e.prototype.on=function(er,ir){Hi(this,er,ir)},$e.prototype.off=function(er,ir){Ma(this,er,ir)}}function xs($e){$e.preventDefault?$e.preventDefault():$e.returnValue=!1}function ju($e){$e.stopPropagation?$e.stopPropagation():$e.cancelBubble=!0}function Lu($e){return $e.defaultPrevented!=null?$e.defaultPrevented:$e.returnValue==!1}function Pc($e){xs($e),ju($e)}function Nc($e){return $e.target||$e.srcElement}function gc($e){var er=$e.which;return er==null&&($e.button&1?er=1:$e.button&2?er=3:$e.button&4&&(er=2)),Fe&&$e.ctrlKey&&er==1&&(er=3),er}var Wl=function(){if(V&&z<9)return!1;var $e=nr("div");return"draggable"in $e||"dragDrop"in $e}(),ps;function Ds($e){if(ps==null){var er=nr("span","​");ar($e,nr("span",[er,document.createTextNode("x")])),$e.firstChild.offsetHeight!=0&&(ps=er.offsetWidth<=1&&er.offsetHeight>2&&!(V&&z<8))}var ir=ps?nr("span","​"):nr("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return ir.setAttribute("cm-text",""),ir}var Us;function Vs($e){if(Us!=null)return Us;var er=ar($e,document.createTextNode("AخA")),ir=cr(er,0,1).getBoundingClientRect(),lr=cr(er,1,2).getBoundingClientRect();return rr($e),!ir||ir.left==ir.right?!1:Us=lr.right-ir.right<3}var Lr=` -b`.split(/\n/).length!=3?function(rr){for(var fr=0,vr=[],Er=rr.length;fr<=Er;){var Cr=rr.indexOf(` -`,fr);Cr==-1&&(Cr=rr.length);var Yr=rr.slice(fr,rr.charAt(Cr-1)=="\r"?Cr-1:Cr),Rn=Yr.indexOf("\r");Rn!=-1?(vr.push(Yr.slice(0,Rn)),fr+=Rn+1):(vr.push(Yr),fr=Cr+1)}return vr}:function(rr){return rr.split(/\r\n?|\n/)},ui=window.getSelection?function(rr){try{return rr.selectionStart!=rr.selectionEnd}catch{return!1}}:function(rr){var fr;try{fr=rr.ownerDocument.selection.createRange()}catch{}return!fr||fr.parentElement()!=rr?!1:fr.compareEndPoints("StartToEnd",fr)!=0},En=function(){var rr=Ie("div");return"oncopy"in rr?!0:(rr.setAttribute("oncopy","return;"),typeof rr.oncopy=="function")}(),An=null;function Gi(rr){if(An!=null)return An;var fr=Ce(rr,Ie("span","x")),vr=fr.getBoundingClientRect(),Er=ar(fr,0,1).getBoundingClientRect();return An=Math.abs(vr.left-Er.left)>1}var Ki={},Ea={};function aa(rr,fr){arguments.length>2&&(fr.dependencies=Array.prototype.slice.call(arguments,2)),Ki[rr]=fr}function Qo(rr,fr){Ea[rr]=fr}function Eo(rr){if(typeof rr=="string"&&Ea.hasOwnProperty(rr))rr=Ea[rr];else if(rr&&typeof rr.name=="string"&&Ea.hasOwnProperty(rr.name)){var fr=Ea[rr.name];typeof fr=="string"&&(fr={name:fr}),rr=Zr(fr,rr),rr.name=fr.name}else{if(typeof rr=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(rr))return Eo("application/xml");if(typeof rr=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(rr))return Eo("application/json")}return typeof rr=="string"?{name:rr}:rr||{name:"null"}}function Vo(rr,fr){fr=Eo(fr);var vr=Ki[fr.name];if(!vr)return Vo(rr,"text/plain");var Er=vr(rr,fr);if(vs.hasOwnProperty(fr.name)){var Cr=vs[fr.name];for(var Yr in Cr)Cr.hasOwnProperty(Yr)&&(Er.hasOwnProperty(Yr)&&(Er["_"+Yr]=Er[Yr]),Er[Yr]=Cr[Yr])}if(Er.name=fr.name,fr.helperType&&(Er.helperType=fr.helperType),fr.modeProps)for(var Rn in fr.modeProps)Er[Rn]=fr.modeProps[Rn];return Er}var vs={};function kn(rr,fr){var vr=vs.hasOwnProperty(rr)?vs[rr]:vs[rr]={};Sr(fr,vr)}function qo(rr,fr){if(fr===!0)return fr;if(rr.copyState)return rr.copyState(fr);var vr={};for(var Er in fr){var Cr=fr[Er];Cr instanceof Array&&(Cr=Cr.concat([])),vr[Er]=Cr}return vr}function Zl(rr,fr){for(var vr;rr.innerMode&&(vr=rr.innerMode(fr),!(!vr||vr.mode==rr));)fr=vr.state,rr=vr.mode;return vr||{mode:rr,state:fr}}function Mo(rr,fr,vr){return rr.startState?rr.startState(fr,vr):!0}var _u=function(rr,fr,vr){this.pos=this.start=0,this.string=rr,this.tabSize=fr||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=vr};_u.prototype.eol=function(){return this.pos>=this.string.length},_u.prototype.sol=function(){return this.pos==this.lineStart},_u.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},_u.prototype.next=function(){if(this.posfr},_u.prototype.eatSpace=function(){for(var rr=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>rr},_u.prototype.skipToEnd=function(){this.pos=this.string.length},_u.prototype.skipTo=function(rr){var fr=this.string.indexOf(rr,this.pos);if(fr>-1)return this.pos=fr,!0},_u.prototype.backUp=function(rr){this.pos-=rr},_u.prototype.column=function(){return this.lastColumnPos0?null:(Yr&&fr!==!1&&(this.pos+=Yr[0].length),Yr)}},_u.prototype.current=function(){return this.string.slice(this.start,this.pos)},_u.prototype.hideFirstChars=function(rr,fr){this.lineStart+=rr;try{return fr()}finally{this.lineStart-=rr}},_u.prototype.lookAhead=function(rr){var fr=this.lineOracle;return fr&&fr.lookAhead(rr)},_u.prototype.baseToken=function(){var rr=this.lineOracle;return rr&&rr.baseToken(this.pos)};function Bl(rr,fr){if(fr-=rr.first,fr<0||fr>=rr.size)throw new Error("There is no line "+(fr+rr.first)+" in the document.");for(var vr=rr;!vr.lines;)for(var Er=0;;++Er){var Cr=vr.children[Er],Yr=Cr.chunkSize();if(fr=rr.first&&frvr?Vl(vr,Bl(rr,vr).text.length):Jd(fr,Bl(rr,fr.line).text.length)}function Jd(rr,fr){var vr=rr.ch;return vr==null||vr>fr?Vl(rr.line,fr):vr<0?Vl(rr.line,0):rr}function Ed(rr,fr){for(var vr=[],Er=0;Erthis.maxLookAhead&&(this.maxLookAhead=rr),fr},Rf.prototype.baseToken=function(rr){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=rr;)this.baseTokenPos+=2;var fr=this.baseTokens[this.baseTokenPos+1];return{type:fr&&fr.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-rr}},Rf.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Rf.fromSaved=function(rr,fr,vr){return fr instanceof Bf?new Rf(rr,qo(rr.mode,fr.state),vr,fr.lookAhead):new Rf(rr,qo(rr.mode,fr),vr)},Rf.prototype.save=function(rr){var fr=rr!==!1?qo(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new Bf(fr,this.maxLookAhead):fr};function Rp(rr,fr,vr,Er){var Cr=[rr.state.modeGen],Yr={};vp(rr,fr.text,rr.doc.mode,vr,function(Aa,No){return Cr.push(Aa,No)},Yr,Er);for(var Rn=vr.state,mi=function(Aa){vr.baseTokens=Cr;var No=rr.state.overlays[Aa],Cs=1,Ns=0;vr.state=!0,vp(rr,fr.text,No.mode,vr,function(Bs,pl){for(var Eu=Cs;NsBs&&Cr.splice(Cs,1,Bs,Cr[Cs+1],kl),Cs+=2,Ns=Math.min(Bs,kl)}if(pl)if(No.opaque)Cr.splice(Eu,Cs-Eu,Bs,"overlay "+pl),Cs=Eu+2;else for(;Eurr.options.maxHighlightLength&&qo(rr.doc.mode,Er.state),Yr=Rp(rr,fr,Er);Cr&&(Er.state=Cr),fr.stateAfter=Er.save(!Cr),fr.styles=Yr.styles,Yr.classes?fr.styleClasses=Yr.classes:fr.styleClasses&&(fr.styleClasses=null),vr===rr.doc.highlightFrontier&&(rr.doc.modeFrontier=Math.max(rr.doc.modeFrontier,++rr.doc.highlightFrontier))}return fr.styles}function _p(rr,fr,vr){var Er=rr.doc,Cr=rr.display;if(!Er.mode.startState)return new Rf(Er,!0,fr);var Yr=Yp(rr,fr,vr),Rn=Yr>Er.first&&Bl(Er,Yr-1).stateAfter,mi=Rn?Rf.fromSaved(Er,Rn,Yr):new Rf(Er,Mo(Er.mode),Yr);return Er.iter(Yr,fr,function(Ui){Pf(rr,Ui.text,mi);var Aa=mi.line;Ui.stateAfter=Aa==fr-1||Aa%5==0||Aa>=Cr.viewFrom&&Aafr.start)return Yr}throw new Error("Mode "+rr.name+" failed to advance stream.")}var Oc=function(rr,fr,vr){this.start=rr.start,this.end=rr.pos,this.string=rr.current(),this.type=fr||null,this.state=vr};function Ip(rr,fr,vr,Er){var Cr=rr.doc,Yr=Cr.mode,Rn;fr=jc(Cr,fr);var mi=Bl(Cr,fr.line),Ui=_p(rr,fr.line,vr),Aa=new _u(mi.text,rr.options.tabSize,Ui),No;for(Er&&(No=[]);(Er||Aa.posrr.options.maxHighlightLength?(mi=!1,Rn&&Pf(rr,fr,Er,No.pos),No.pos=fr.length,Cs=null):Cs=Df(Lp(vr,No,Er.state,Ns),Yr),Ns){var Bs=Ns[0].name;Bs&&(Cs="m-"+(Cs?Bs+" "+Cs:Bs))}if(!mi||Aa!=Cs){for(;UiRn;--mi){if(mi<=Yr.first)return Yr.first;var Ui=Bl(Yr,mi-1),Aa=Ui.stateAfter;if(Aa&&(!vr||mi+(Aa instanceof Bf?Aa.lookAhead:0)<=Yr.modeFrontier))return mi;var No=Ar(Ui.text,null,rr.options.tabSize);(Cr==null||Er>No)&&(Cr=mi-1,Er=No)}return Cr}function Op(rr,fr){if(rr.modeFrontier=Math.min(rr.modeFrontier,fr),!(rr.highlightFrontiervr;Er--){var Cr=Bl(rr,Er).stateAfter;if(Cr&&(!(Cr instanceof Bf)||Er+Cr.lookAhead=fr:Yr.to>fr);(Er||(Er=[])).push(new np(Rn,Yr.from,Ui?null:Yr.to))}}return Er}function Um(rr,fr,vr){var Er;if(rr)for(var Cr=0;Cr=fr:Yr.to>fr);if(mi||Yr.from==fr&&Rn.type=="bookmark"&&(!vr||Yr.marker.insertLeft)){var Ui=Yr.from==null||(Rn.inclusiveLeft?Yr.from<=fr:Yr.from0&&mi)for(var xc=0;xc0)){var No=[Ui,1],Cs=cc(Aa.from,mi.from),Ns=cc(Aa.to,mi.to);(Cs<0||!Rn.inclusiveLeft&&!Cs)&&No.push({from:Aa.from,to:mi.from}),(Ns>0||!Rn.inclusiveRight&&!Ns)&&No.push({from:mi.to,to:Aa.to}),Cr.splice.apply(Cr,No),Ui+=No.length-3}}return Cr}function Od(rr){var fr=rr.markedSpans;if(fr){for(var vr=0;vrfr)&&(!Er||Zc(Er,Yr.marker)<0)&&(Er=Yr.marker)}return Er}function Jh(rr,fr,vr,Er,Cr){var Yr=Bl(rr,fr),Rn=Xf&&Yr.markedSpans;if(Rn)for(var mi=0;mi=0&&Cs<=0||No<=0&&Cs>=0)&&(No<=0&&(Ui.marker.inclusiveRight&&Cr.inclusiveLeft?cc(Aa.to,vr)>=0:cc(Aa.to,vr)>0)||No>=0&&(Ui.marker.inclusiveRight&&Cr.inclusiveLeft?cc(Aa.from,Er)<=0:cc(Aa.from,Er)<0)))return!0}}}function qd(rr){for(var fr;fr=lm(rr);)rr=fr.find(-1,!0).line;return rr}function Bh(rr){for(var fr;fr=yp(rr);)rr=fr.find(1,!0).line;return rr}function Up(rr){for(var fr,vr;fr=yp(rr);)rr=fr.find(1,!0).line,(vr||(vr=[])).push(rr);return vr}function Hp(rr,fr){var vr=Bl(rr,fr),Er=qd(vr);return vr==Er?fr:Fn(Er)}function $h(rr,fr){if(fr>rr.lastLine())return fr;var vr=Bl(rr,fr),Er;if(!df(rr,vr))return fr;for(;Er=yp(vr);)vr=Er.find(1,!0).line;return Fn(vr)+1}function df(rr,fr){var vr=Xf&&fr.markedSpans;if(vr){for(var Er=void 0,Cr=0;Crfr.maxLineLength&&(fr.maxLineLength=Cr,fr.maxLine=Er)})}var Mi=function(rr,fr,vr){this.text=rr,Id(this,fr),this.height=vr?vr(this):1};Mi.prototype.lineNo=function(){return Fn(this)},Hs(Mi);function Hi(rr,fr,vr,Er){rr.text=fr,rr.stateAfter&&(rr.stateAfter=null),rr.styles&&(rr.styles=null),rr.order!=null&&(rr.order=null),Od(rr),Id(rr,vr);var Cr=Er?Er(rr):1;Cr!=rr.height&&Pu(rr,Cr)}function zu(rr){rr.parent=null,Od(rr)}var ed={},Sd={};function nf(rr,fr){if(!rr||/^\s*$/.test(rr))return null;var vr=fr.addModeClass?Sd:ed;return vr[rr]||(vr[rr]=rr.replace(/\S+/g,"cm-$&"))}function Ep(rr,fr){var vr=jt("span",null,null,re?"padding-right: .1px":null),Er={pre:jt("pre",[vr],"CodeMirror-line"),content:vr,col:0,pos:0,cm:rr,trailingSpace:!1,splitSpaces:rr.getOption("lineWrapping")};fr.measure={};for(var Cr=0;Cr<=(fr.rest?fr.rest.length:0);Cr++){var Yr=Cr?fr.rest[Cr-1]:fr.line,Rn=void 0;Er.pos=0,Er.addToken=Zh,Bo(rr.display.measure)&&(Rn=ca(Yr,rr.doc.direction))&&(Er.addToken=pf(Er.addToken,Rn)),Er.map=[];var mi=fr!=rr.display.externalMeasured&&Fn(Yr);cm(Yr,Er,Pp(rr,Yr,mi)),Yr.styleClasses&&(Yr.styleClasses.bgClass&&(Er.bgClass=tr(Yr.styleClasses.bgClass,Er.bgClass||"")),Yr.styleClasses.textClass&&(Er.textClass=tr(Yr.styleClasses.textClass,Er.textClass||""))),Er.map.length==0&&Er.map.push(0,0,Er.content.appendChild(Ao(rr.display.measure))),Cr==0?(fr.measure.map=Er.map,fr.measure.cache={}):((fr.measure.maps||(fr.measure.maps=[])).push(Er.map),(fr.measure.caches||(fr.measure.caches=[])).push({}))}if(re){var Ui=Er.content.lastChild;(/\bcm-tab\b/.test(Ui.className)||Ui.querySelector&&Ui.querySelector(".cm-tab"))&&(Er.content.className="cm-tab-wrap-hack")}return _o(rr,"renderLine",rr,fr.line,Er.pre),Er.pre.className&&(Er.textClass=tr(Er.pre.className,Er.textClass||"")),Er}function Vp(rr){var fr=Ie("span","•","cm-invalidchar");return fr.title="\\u"+rr.charCodeAt(0).toString(16),fr.setAttribute("aria-label",fr.title),fr}function Zh(rr,fr,vr,Er,Cr,Yr,Rn){if(fr){var mi=rr.splitSpaces?um(fr,rr.trailingSpace):fr,Ui=rr.cm.state.specialChars,Aa=!1,No;if(!Ui.test(fr))rr.col+=fr.length,No=document.createTextNode(mi),rr.map.push(rr.pos,rr.pos+fr.length,No),V&&z<9&&(Aa=!0),rr.pos+=fr.length;else{No=document.createDocumentFragment();for(var Cs=0;;){Ui.lastIndex=Cs;var Ns=Ui.exec(fr),Bs=Ns?Ns.index-Cs:fr.length-Cs;if(Bs){var pl=document.createTextNode(mi.slice(Cs,Cs+Bs));V&&z<9?No.appendChild(Ie("span",[pl])):No.appendChild(pl),rr.map.push(rr.pos,rr.pos+Bs,pl),rr.col+=Bs,rr.pos+=Bs}if(!Ns)break;Cs+=Bs+1;var Eu=void 0;if(Ns[0]==" "){var kl=rr.cm.options.tabSize,Cu=kl-rr.col%kl;Eu=No.appendChild(Ie("span",jr(Cu),"cm-tab")),Eu.setAttribute("role","presentation"),Eu.setAttribute("cm-text"," "),rr.col+=Cu}else Ns[0]=="\r"||Ns[0]==` -`?(Eu=No.appendChild(Ie("span",Ns[0]=="\r"?"␍":"␤","cm-invalidchar")),Eu.setAttribute("cm-text",Ns[0]),rr.col+=1):(Eu=rr.cm.options.specialCharPlaceholder(Ns[0]),Eu.setAttribute("cm-text",Ns[0]),V&&z<9?No.appendChild(Ie("span",[Eu])):No.appendChild(Eu),rr.col+=1);rr.map.push(rr.pos,rr.pos+1,Eu),rr.pos++}}if(rr.trailingSpace=mi.charCodeAt(fr.length-1)==32,vr||Er||Cr||Aa||Yr||Rn){var Ru=vr||"";Er&&(Ru+=Er),Cr&&(Ru+=Cr);var Ds=Ie("span",[No],Ru,Yr);if(Rn)for(var xc in Rn)Rn.hasOwnProperty(xc)&&xc!="style"&&xc!="class"&&Ds.setAttribute(xc,Rn[xc]);return rr.content.appendChild(Ds)}rr.content.appendChild(No)}}function um(rr,fr){if(rr.length>1&&!/ /.test(rr))return rr;for(var vr=fr,Er="",Cr=0;CrAa&&Cs.from<=Aa));Ns++);if(Cs.to>=No)return rr(vr,Er,Cr,Yr,Rn,mi,Ui);rr(vr,Er.slice(0,Cs.to-Aa),Cr,Yr,null,mi,Ui),Yr=null,Er=Er.slice(Cs.to-Aa),Aa=Cs.to}}}function Jp(rr,fr,vr,Er){var Cr=!Er&&vr.widgetNode;Cr&&rr.map.push(rr.pos,rr.pos+fr,Cr),!Er&&rr.cm.display.input.needsContentAttribute&&(Cr||(Cr=rr.content.appendChild(document.createElement("span"))),Cr.setAttribute("cm-marker",vr.id)),Cr&&(rr.cm.display.input.setUneditable(Cr),rr.content.appendChild(Cr)),rr.pos+=fr,rr.trailingSpace=!1}function cm(rr,fr,vr){var Er=rr.markedSpans,Cr=rr.text,Yr=0;if(!Er){for(var Rn=1;RnUi||wc.collapsed&&lc.to==Ui&&lc.from==Ui)){if(lc.to!=null&&lc.to!=Ui&&Bs>lc.to&&(Bs=lc.to,Eu=""),wc.className&&(pl+=" "+wc.className),wc.css&&(Ns=(Ns?Ns+";":"")+wc.css),wc.startStyle&&lc.from==Ui&&(kl+=" "+wc.startStyle),wc.endStyle&&lc.to==Bs&&(xc||(xc=[])).push(wc.endStyle,lc.to),wc.title&&((Ru||(Ru={})).title=wc.title),wc.attributes)for(var Jc in wc.attributes)(Ru||(Ru={}))[Jc]=wc.attributes[Jc];wc.collapsed&&(!Cu||Zc(Cu.marker,wc)<0)&&(Cu=lc)}else lc.from>Ui&&Bs>lc.from&&(Bs=lc.from)}if(xc)for(var Xd=0;Xd=mi)break;for(var vl=Math.min(mi,Bs);;){if(No){var gc=Ui+No.length;if(!Cu){var Wc=gc>vl?No.slice(0,vl-Ui):No;fr.addToken(fr,Wc,Cs?Cs+pl:pl,kl,Ui+Wc.length==Bs?Eu:"",Ns,Ru)}if(gc>=vl){No=No.slice(vl-Ui),Ui=vl;break}Ui=gc,kl=""}No=Cr.slice(Yr,Yr=vr[Aa++]),Cs=nf(vr[Aa++],fr.cm.options)}}}function km(rr,fr,vr){this.line=fr,this.rest=Up(fr),this.size=this.rest?Fn(vn(this.rest))-vr+1:1,this.node=this.text=null,this.hidden=df(rr,fr)}function em(rr,fr,vr){for(var Er=[],Cr,Yr=fr;Yr2&&Yr.push((Ui.bottom+Aa.top)/2-vr.top)}}Yr.push(vr.bottom-vr.top)}}function zm(rr,fr,vr){if(rr.line==fr)return{map:rr.measure.map,cache:rr.measure.cache};if(rr.rest){for(var Er=0;Ervr)return{map:rr.measure.maps[Cr],cache:rr.measure.caches[Cr],before:!0}}}function Gm(rr,fr){fr=qd(fr);var vr=Fn(fr),Er=rr.display.externalMeasured=new km(rr.doc,fr,vr);Er.lineN=vr;var Cr=Er.built=Ep(rr,Er);return Er.text=Cr.pre,Ce(rr.display.lineMeasure,Cr.pre),Er}function xm(rr,fr,vr,Er){return Jf(rr,If(rr,fr),vr,Er)}function Cm(rr,fr){if(fr>=rr.display.viewFrom&&fr=vr.lineN&&frfr)&&(Yr=Ui-mi,Cr=Yr-1,fr>=Ui&&(Rn="right")),Cr!=null){if(Er=rr[Aa+2],mi==Ui&&vr==(Er.insertLeft?"left":"right")&&(Rn=vr),vr=="left"&&Cr==0)for(;Aa&&rr[Aa-2]==rr[Aa-3]&&rr[Aa-1].insertLeft;)Er=rr[(Aa-=3)+2],Rn="left";if(vr=="right"&&Cr==Ui-mi)for(;Aa=0&&(vr=rr[Cr]).left==vr.right;Cr--);return vr}function hm(rr,fr,vr,Er){var Cr=Wm(fr.map,vr,Er),Yr=Cr.node,Rn=Cr.start,mi=Cr.end,Ui=Cr.collapse,Aa;if(Yr.nodeType==3){for(var No=0;No<4;No++){for(;Rn&&Mn(fr.line.text.charAt(Cr.coverStart+Rn));)--Rn;for(;Cr.coverStart+mi0&&(Ui=Er="right");var Cs;rr.options.lineWrapping&&(Cs=Yr.getClientRects()).length>1?Aa=Cs[Er=="right"?Cs.length-1:0]:Aa=Yr.getBoundingClientRect()}if(V&&z<9&&!Rn&&(!Aa||!Aa.left&&!Aa.right)){var Ns=Yr.parentNode.getClientRects()[0];Ns?Aa={left:Ns.left,right:Ns.left+ih(rr.display),top:Ns.top,bottom:Ns.bottom}:Aa=$m}for(var Bs=Aa.top-fr.rect.top,pl=Aa.bottom-fr.rect.top,Eu=(Bs+pl)/2,kl=fr.view.measure.heights,Cu=0;Cu=Er.text.length?(Ui=Er.text.length,Aa="before"):Ui<=0&&(Ui=0,Aa="after"),!mi)return Rn(Aa=="before"?Ui-1:Ui,Aa=="before");function No(pl,Eu,kl){var Cu=mi[Eu],Ru=Cu.level==1;return Rn(kl?pl-1:pl,Ru!=kl)}var Cs=Sa(mi,Ui,Aa),Ns=Nn,Bs=No(Ui,Cs,Aa=="before");return Ns!=null&&(Bs.other=No(Ui,Ns,Aa!="before")),Bs}function Mc(rr,fr){var vr=0;fr=jc(rr.doc,fr),rr.options.lineWrapping||(vr=ih(rr.display)*fr.ch);var Er=Bl(rr.doc,fr.line),Cr=qf(Er)+nh(rr.display);return{left:vr,right:vr,top:Cr,bottom:Cr+Er.height}}function kc(rr,fr,vr,Er,Cr){var Yr=Vl(rr,fr,vr);return Yr.xRel=Cr,Er&&(Yr.outside=Er),Yr}function kd(rr,fr,vr){var Er=rr.doc;if(vr+=rr.display.viewOffset,vr<0)return kc(Er.first,0,null,-1,-1);var Cr=is(Er,vr),Yr=Er.first+Er.size-1;if(Cr>Yr)return kc(Er.first+Er.size-1,Bl(Er,Yr).text.length,null,1,1);fr<0&&(fr=0);for(var Rn=Bl(Er,Cr);;){var mi=i0(rr,Rn,Cr,fr,vr),Ui=Qh(Rn,mi.ch+(mi.xRel>0||mi.outside>0?1:0));if(!Ui)return mi;var Aa=Ui.find(1);if(Aa.line==Cr)return Aa;Rn=Bl(Er,Cr=Aa.line)}}function xf(rr,fr,vr,Er){Er-=Pm(fr);var Cr=fr.text.length,Yr=Ur(function(Rn){return Jf(rr,vr,Rn-1).bottom<=Er},Cr,0);return Cr=Ur(function(Rn){return Jf(rr,vr,Rn).top>Er},Yr,Cr),{begin:Yr,end:Cr}}function Zd(rr,fr,vr,Er){vr||(vr=If(rr,fr));var Cr=Th(rr,fr,Jf(rr,vr,Er),"line").top;return xf(rr,fr,vr,Cr)}function gm(rr,fr,vr,Er){return rr.bottom<=vr?!1:rr.top>vr?!0:(Er?rr.left:rr.right)>fr}function i0(rr,fr,vr,Er,Cr){Cr-=qf(fr);var Yr=If(rr,fr),Rn=Pm(fr),mi=0,Ui=fr.text.length,Aa=!0,No=ca(fr,rr.doc.direction);if(No){var Cs=(rr.options.lineWrapping?zp:xp)(rr,fr,vr,Yr,No,Er,Cr);Aa=Cs.level!=1,mi=Aa?Cs.from:Cs.to-1,Ui=Aa?Cs.to:Cs.from-1}var Ns=null,Bs=null,pl=Ur(function(Rc){var lc=Jf(rr,Yr,Rc);return lc.top+=Rn,lc.bottom+=Rn,gm(lc,Er,Cr,!1)?(lc.top<=Cr&&lc.left<=Er&&(Ns=Rc,Bs=lc),!0):!1},mi,Ui),Eu,kl,Cu=!1;if(Bs){var Ru=Er-Bs.left=xc.bottom?1:0}return pl=Wr(fr.text,pl,1),kc(vr,pl,kl,Cu,Er-Eu)}function xp(rr,fr,vr,Er,Cr,Yr,Rn){var mi=Ur(function(Cs){var Ns=Cr[Cs],Bs=Ns.level!=1;return gm(vu(rr,Vl(vr,Bs?Ns.to:Ns.from,Bs?"before":"after"),"line",fr,Er),Yr,Rn,!0)},0,Cr.length-1),Ui=Cr[mi];if(mi>0){var Aa=Ui.level!=1,No=vu(rr,Vl(vr,Aa?Ui.from:Ui.to,Aa?"after":"before"),"line",fr,Er);gm(No,Yr,Rn,!0)&&No.top>Rn&&(Ui=Cr[mi-1])}return Ui}function zp(rr,fr,vr,Er,Cr,Yr,Rn){var mi=xf(rr,fr,Er,Rn),Ui=mi.begin,Aa=mi.end;/\s/.test(fr.text.charAt(Aa-1))&&Aa--;for(var No=null,Cs=null,Ns=0;Ns=Aa||Bs.to<=Ui)){var pl=Bs.level!=1,Eu=Jf(rr,Er,pl?Math.min(Aa,Bs.to)-1:Math.max(Ui,Bs.from)).right,kl=Eukl)&&(No=Bs,Cs=kl)}}return No||(No=Cr[Cr.length-1]),No.fromAa&&(No={from:No.from,to:Aa,level:No.level}),No}var Hh;function Cp(rr){if(rr.cachedTextHeight!=null)return rr.cachedTextHeight;if(Hh==null){Hh=Ie("pre",null,"CodeMirror-line-like");for(var fr=0;fr<49;++fr)Hh.appendChild(document.createTextNode("x")),Hh.appendChild(Ie("br"));Hh.appendChild(document.createTextNode("x"))}Ce(rr.measure,Hh);var vr=Hh.offsetHeight/50;return vr>3&&(rr.cachedTextHeight=vr),pe(rr.measure),vr||1}function ih(rr){if(rr.cachedCharWidth!=null)return rr.cachedCharWidth;var fr=Ie("span","xxxxxxxxxx"),vr=Ie("pre",[fr],"CodeMirror-line-like");Ce(rr.measure,vr);var Er=fr.getBoundingClientRect(),Cr=(Er.right-Er.left)/10;return Cr>2&&(rr.cachedCharWidth=Cr),Cr||10}function rm(rr){for(var fr=rr.display,vr={},Er={},Cr=fr.gutters.clientLeft,Yr=fr.gutters.firstChild,Rn=0;Yr;Yr=Yr.nextSibling,++Rn){var mi=rr.display.gutterSpecs[Rn].className;vr[mi]=Yr.offsetLeft+Yr.clientLeft+Cr,Er[mi]=Yr.clientWidth}return{fixedPos:Bd(fr),gutterTotalWidth:fr.gutters.offsetWidth,gutterLeft:vr,gutterWidth:Er,wrapperWidth:fr.wrapper.clientWidth}}function Bd(rr){return rr.scroller.getBoundingClientRect().left-rr.sizer.getBoundingClientRect().left}function a0(rr){var fr=Cp(rr.display),vr=rr.options.lineWrapping,Er=vr&&Math.max(5,rr.display.scroller.clientWidth/ih(rr.display)-3);return function(Cr){if(df(rr.doc,Cr))return 0;var Yr=0;if(Cr.widgets)for(var Rn=0;Rn0&&(Aa=Bl(rr.doc,Ui.line).text).length==Ui.ch){var No=Ar(Aa,Aa.length,rr.options.tabSize)-Aa.length;Ui=Vl(Ui.line,Math.max(0,Math.round((Yr-qm(rr.display).left)/ih(rr.display))-No))}return Ui}function nm(rr,fr){if(fr>=rr.display.viewTo||(fr-=rr.display.viewFrom,fr<0))return null;for(var vr=rr.display.view,Er=0;Erfr)&&(Cr.updateLineNumbers=fr),rr.curOp.viewChanged=!0,fr>=Cr.viewTo)Xf&&Hp(rr.doc,fr)Cr.viewFrom?Gp(rr):(Cr.viewFrom+=Er,Cr.viewTo+=Er);else if(fr<=Cr.viewFrom&&vr>=Cr.viewTo)Gp(rr);else if(fr<=Cr.viewFrom){var Yr=Wp(rr,vr,vr+Er,1);Yr?(Cr.view=Cr.view.slice(Yr.index),Cr.viewFrom=Yr.lineN,Cr.viewTo+=Er):Gp(rr)}else if(vr>=Cr.viewTo){var Rn=Wp(rr,fr,fr,-1);Rn?(Cr.view=Cr.view.slice(0,Rn.index),Cr.viewTo=Rn.lineN):Gp(rr)}else{var mi=Wp(rr,fr,fr,-1),Ui=Wp(rr,vr,vr+Er,1);mi&&Ui?(Cr.view=Cr.view.slice(0,mi.index).concat(em(rr,mi.lineN,Ui.lineN)).concat(Cr.view.slice(Ui.index)),Cr.viewTo+=Er):Gp(rr)}var Aa=Cr.externalMeasured;Aa&&(vr=Cr.lineN&&fr=Er.viewTo)){var Yr=Er.view[nm(rr,fr)];if(Yr.node!=null){var Rn=Yr.changes||(Yr.changes=[]);Gr(Rn,vr)==-1&&Rn.push(vr)}}}function Gp(rr){rr.display.viewFrom=rr.display.viewTo=rr.doc.first,rr.display.view=[],rr.display.viewOffset=0}function Wp(rr,fr,vr,Er){var Cr=nm(rr,fr),Yr,Rn=rr.display.view;if(!Xf||vr==rr.doc.first+rr.doc.size)return{index:Cr,lineN:vr};for(var mi=rr.display.viewFrom,Ui=0;Ui0){if(Cr==Rn.length-1)return null;Yr=mi+Rn[Cr].size-fr,Cr++}else Yr=mi-fr;fr+=Yr,vr+=Yr}for(;Hp(rr.doc,vr)!=vr;){if(Cr==(Er<0?0:Rn.length-1))return null;vr+=Er*Rn[Cr-(Er<0?1:0)].size,Cr+=Er}return{index:Cr,lineN:vr}}function Nm(rr,fr,vr){var Er=rr.display,Cr=Er.view;Cr.length==0||fr>=Er.viewTo||vr<=Er.viewFrom?(Er.view=em(rr,fr,vr),Er.viewFrom=fr):(Er.viewFrom>fr?Er.view=em(rr,fr,Er.viewFrom).concat(Er.view):Er.viewFromvr&&(Er.view=Er.view.slice(0,nm(rr,vr)))),Er.viewTo=vr}function Am(rr){for(var fr=rr.display.view,vr=0,Er=0;Er=rr.display.viewTo||Ui.to().line0?Rn:rr.defaultCharWidth())+"px"}if(Er.other){var mi=vr.appendChild(Ie("div"," ","CodeMirror-cursor CodeMirror-secondarycursor"));mi.style.display="",mi.style.left=Er.other.left+"px",mi.style.top=Er.other.top+"px",mi.style.height=(Er.other.bottom-Er.other.top)*.85+"px"}}function lh(rr,fr){return rr.top-fr.top||rr.left-fr.left}function Lm(rr,fr,vr){var Er=rr.display,Cr=rr.doc,Yr=document.createDocumentFragment(),Rn=qm(rr.display),mi=Rn.left,Ui=Math.max(Er.sizerWidth,wh(rr)-Er.sizer.offsetLeft)-Rn.right,Aa=Cr.direction=="ltr";function No(Ds,xc,Rc,lc){xc<0&&(xc=0),xc=Math.round(xc),lc=Math.round(lc),Yr.appendChild(Ie("div",null,"CodeMirror-selected","position: absolute; left: "+Ds+`px; - top: `+xc+"px; width: "+(Rc??Ui-Ds)+`px; - height: `+(lc-xc)+"px"))}function Cs(Ds,xc,Rc){var lc=Bl(Cr,Ds),wc=lc.text.length,Jc,Xd;function Do(Wc,rd){return wu(rr,Vl(Ds,Wc),"div",lc,rd)}function vl(Wc,rd,lf){var Md=Zd(rr,lc,null,Wc),Ud=rd=="ltr"==(lf=="after")?"left":"right",zd=lf=="after"?Md.begin:Md.end-(/\s/.test(lc.text.charAt(Md.end-1))?2:1);return Do(zd,Ud)[Ud]}var gc=ca(lc,Cr.direction);return Sn(gc,xc||0,Rc??wc,function(Wc,rd,lf,Md){var Ud=lf=="ltr",zd=Do(Wc,Ud?"left":"right"),Gd=Do(rd-1,Ud?"right":"left"),Gc=xc==null&&Wc==0,od=Rc==null&&rd==wc,Kf=Md==0,Gh=!gc||Md==gc.length-1;if(Gd.top-zd.top<=3){var Yf=(Aa?Gc:od)&&Kf,E0=(Aa?od:Gc)&&Gh,om=Yf?mi:(Ud?zd:Gd).left,Dm=E0?Ui:(Ud?Gd:zd).right;No(om,zd.top,Dm-om,zd.bottom)}else{var bm,hp,v0,N0;Ud?(bm=Aa&&Gc&&Kf?mi:zd.left,hp=Aa?Ui:vl(Wc,lf,"before"),v0=Aa?mi:vl(rd,lf,"after"),N0=Aa&&od&&Gh?Ui:Gd.right):(bm=Aa?vl(Wc,lf,"before"):mi,hp=!Aa&&Gc&&Kf?Ui:zd.right,v0=!Aa&&od&&Gh?mi:Gd.left,N0=Aa?vl(rd,lf,"after"):Ui),No(bm,zd.top,hp-bm,zd.bottom),zd.bottom0?fr.blinker=setInterval(function(){rr.hasFocus()||Go(rr),fr.cursorDiv.style.visibility=(vr=!vr)?"":"hidden"},rr.options.cursorBlinkRate):rr.options.cursorBlinkRate<0&&(fr.cursorDiv.style.visibility="hidden")}}function ys(rr){rr.hasFocus()||(rr.display.input.focus(),rr.state.focused||Yo(rr))}function Po(rr){rr.state.delayingBlurEvent=!0,setTimeout(function(){rr.state.delayingBlurEvent&&(rr.state.delayingBlurEvent=!1,rr.state.focused&&Go(rr))},100)}function Yo(rr,fr){rr.state.delayingBlurEvent&&!rr.state.draggingText&&(rr.state.delayingBlurEvent=!1),rr.options.readOnly!="nocursor"&&(rr.state.focused||(_o(rr,"focus",rr,fr),rr.state.focused=!0,he(rr.display.wrapper,"CodeMirror-focused"),!rr.curOp&&rr.display.selForContextMenu!=rr.doc.sel&&(rr.display.input.reset(),re&&setTimeout(function(){return rr.display.input.reset(!0)},20)),rr.display.input.receivedFocus()),Ls(rr))}function Go(rr,fr){rr.state.delayingBlurEvent||(rr.state.focused&&(_o(rr,"blur",rr,fr),rr.state.focused=!1,ie(rr.display.wrapper,"CodeMirror-focused")),clearInterval(rr.display.blinker),setTimeout(function(){rr.state.focused||(rr.display.shift=!1)},150))}function bo(rr){for(var fr=rr.display,vr=fr.lineDiv.offsetTop,Er=Math.max(0,fr.scroller.getBoundingClientRect().top),Cr=fr.lineDiv.getBoundingClientRect().top,Yr=0,Rn=0;Rn.005||Bs<-.005)&&(Crrr.display.sizerWidth){var Eu=Math.ceil(No/ih(rr.display));Eu>rr.display.maxLineLength&&(rr.display.maxLineLength=Eu,rr.display.maxLine=mi.line,rr.display.maxLineChanged=!0)}}}Math.abs(Yr)>2&&(fr.scroller.scrollTop+=Yr)}function $o(rr){if(rr.widgets)for(var fr=0;fr=Rn&&(Yr=is(fr,qf(Bl(fr,Ui))-rr.wrapper.clientHeight),Rn=Ui)}return{from:Yr,to:Math.max(Rn,Yr+1)}}function Co(rr,fr){if(!eo(rr,"scrollCursorIntoView")){var vr=rr.display,Er=vr.sizer.getBoundingClientRect(),Cr=null,Yr=vr.wrapper.ownerDocument;if(fr.top+Er.top<0?Cr=!0:fr.bottom+Er.top>(Yr.defaultView.innerHeight||Yr.documentElement.clientHeight)&&(Cr=!1),Cr!=null&&!$e){var Rn=Ie("div","​",null,`position: absolute; - top: `+(fr.top-vr.viewOffset-nh(rr.display))+`px; - height: `+(fr.bottom-fr.top+kp(rr)+vr.barHeight)+`px; - left: `+fr.left+"px; width: "+Math.max(2,fr.right-fr.left)+"px;");rr.display.lineSpace.appendChild(Rn),Rn.scrollIntoView(Cr),rr.display.lineSpace.removeChild(Rn)}}}function us(rr,fr,vr,Er){Er==null&&(Er=0);var Cr;!rr.options.lineWrapping&&fr==vr&&(vr=fr.sticky=="before"?Vl(fr.line,fr.ch+1,"before"):fr,fr=fr.ch?Vl(fr.line,fr.sticky=="before"?fr.ch-1:fr.ch,"after"):fr);for(var Yr=0;Yr<5;Yr++){var Rn=!1,mi=vu(rr,fr),Ui=!vr||vr==fr?mi:vu(rr,vr);Cr={left:Math.min(mi.left,Ui.left),top:Math.min(mi.top,Ui.top)-Er,right:Math.max(mi.left,Ui.left),bottom:Math.max(mi.bottom,Ui.bottom)+Er};var Aa=os(rr,Cr),No=rr.doc.scrollTop,Cs=rr.doc.scrollLeft;if(Aa.scrollTop!=null&&(ms(rr,Aa.scrollTop),Math.abs(rr.doc.scrollTop-No)>1&&(Rn=!0)),Aa.scrollLeft!=null&&(Rs(rr,Aa.scrollLeft),Math.abs(rr.doc.scrollLeft-Cs)>1&&(Rn=!0)),!Rn)break}return Cr}function vo(rr,fr){var vr=os(rr,fr);vr.scrollTop!=null&&ms(rr,vr.scrollTop),vr.scrollLeft!=null&&Rs(rr,vr.scrollLeft)}function os(rr,fr){var vr=rr.display,Er=Cp(rr.display);fr.top<0&&(fr.top=0);var Cr=rr.curOp&&rr.curOp.scrollTop!=null?rr.curOp.scrollTop:vr.scroller.scrollTop,Yr=tm(rr),Rn={};fr.bottom-fr.top>Yr&&(fr.bottom=fr.top+Yr);var mi=rr.doc.height+Uh(vr),Ui=fr.topmi-Er;if(fr.topCr+Yr){var No=Math.min(fr.top,(Aa?mi:fr.bottom)-Yr);No!=Cr&&(Rn.scrollTop=No)}var Cs=rr.options.fixedGutter?0:vr.gutters.offsetWidth,Ns=rr.curOp&&rr.curOp.scrollLeft!=null?rr.curOp.scrollLeft:vr.scroller.scrollLeft-Cs,Bs=wh(rr)-vr.gutters.offsetWidth,pl=fr.right-fr.left>Bs;return pl&&(fr.right=fr.left+Bs),fr.left<10?Rn.scrollLeft=0:fr.leftBs+Ns-3&&(Rn.scrollLeft=fr.right+(pl?0:10)-Bs),Rn}function Os(rr,fr){fr!=null&&(Ys(rr),rr.curOp.scrollTop=(rr.curOp.scrollTop==null?rr.doc.scrollTop:rr.curOp.scrollTop)+fr)}function ws(rr){Ys(rr);var fr=rr.getCursor();rr.curOp.scrollToPos={from:fr,to:fr,margin:rr.options.cursorScrollMargin}}function Vs(rr,fr,vr){(fr!=null||vr!=null)&&Ys(rr),fr!=null&&(rr.curOp.scrollLeft=fr),vr!=null&&(rr.curOp.scrollTop=vr)}function al(rr,fr){Ys(rr),rr.curOp.scrollToPos=fr}function Ys(rr){var fr=rr.curOp.scrollToPos;if(fr){rr.curOp.scrollToPos=null;var vr=Mc(rr,fr.from),Er=Mc(rr,fr.to);Pl(rr,vr,Er,fr.margin)}}function Pl(rr,fr,vr,Er){var Cr=os(rr,{left:Math.min(fr.left,vr.left),top:Math.min(fr.top,vr.top)-Er,right:Math.max(fr.right,vr.right),bottom:Math.max(fr.bottom,vr.bottom)+Er});Vs(rr,Cr.scrollLeft,Cr.scrollTop)}function ms(rr,fr){Math.abs(rr.doc.scrollTop-fr)<2||($||Bc(rr,{top:fr}),Cl(rr,fr,!0),$&&Bc(rr),du(rr,100))}function Cl(rr,fr,vr){fr=Math.max(0,Math.min(rr.display.scroller.scrollHeight-rr.display.scroller.clientHeight,fr)),!(rr.display.scroller.scrollTop==fr&&!vr)&&(rr.doc.scrollTop=fr,rr.display.scrollbars.setScrollTop(fr),rr.display.scroller.scrollTop!=fr&&(rr.display.scroller.scrollTop=fr))}function Rs(rr,fr,vr,Er){fr=Math.max(0,Math.min(fr,rr.display.scroller.scrollWidth-rr.display.scroller.clientWidth)),!((vr?fr==rr.doc.scrollLeft:Math.abs(rr.doc.scrollLeft-fr)<2)&&!Er)&&(rr.doc.scrollLeft=fr,gf(rr),rr.display.scroller.scrollLeft!=fr&&(rr.display.scroller.scrollLeft=fr),rr.display.scrollbars.setScrollLeft(fr))}function Is(rr){var fr=rr.display,vr=fr.gutters.offsetWidth,Er=Math.round(rr.doc.height+Uh(rr.display));return{clientHeight:fr.scroller.clientHeight,viewHeight:fr.wrapper.clientHeight,scrollWidth:fr.scroller.scrollWidth,clientWidth:fr.scroller.clientWidth,viewWidth:fr.wrapper.clientWidth,barLeft:rr.options.fixedGutter?vr:0,docHeight:Er,scrollHeight:Er+kp(rr)+fr.barHeight,nativeBarWidth:fr.nativeBarWidth,gutterWidth:vr}}var $s=function(rr,fr,vr){this.cm=vr;var Er=this.vert=Ie("div",[Ie("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),Cr=this.horiz=Ie("div",[Ie("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");Er.tabIndex=Cr.tabIndex=-1,rr(Er),rr(Cr),zn(Er,"scroll",function(){Er.clientHeight&&fr(Er.scrollTop,"vertical")}),zn(Cr,"scroll",function(){Cr.clientWidth&&fr(Cr.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,V&&z<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};$s.prototype.update=function(rr){var fr=rr.scrollWidth>rr.clientWidth+1,vr=rr.scrollHeight>rr.clientHeight+1,Er=rr.nativeBarWidth;if(vr){this.vert.style.display="block",this.vert.style.bottom=fr?Er+"px":"0";var Cr=rr.viewHeight-(fr?Er:0);this.vert.firstChild.style.height=Math.max(0,rr.scrollHeight-rr.clientHeight+Cr)+"px"}else this.vert.scrollTop=0,this.vert.style.display="",this.vert.firstChild.style.height="0";if(fr){this.horiz.style.display="block",this.horiz.style.right=vr?Er+"px":"0",this.horiz.style.left=rr.barLeft+"px";var Yr=rr.viewWidth-rr.barLeft-(vr?Er:0);this.horiz.firstChild.style.width=Math.max(0,rr.scrollWidth-rr.clientWidth+Yr)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&rr.clientHeight>0&&(Er==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:vr?Er:0,bottom:fr?Er:0}},$s.prototype.setScrollLeft=function(rr){this.horiz.scrollLeft!=rr&&(this.horiz.scrollLeft=rr),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},$s.prototype.setScrollTop=function(rr){this.vert.scrollTop!=rr&&(this.vert.scrollTop=rr),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},$s.prototype.zeroWidthHack=function(){var rr=er&&!Ue?"12px":"18px";this.horiz.style.height=this.vert.style.width=rr,this.horiz.style.visibility=this.vert.style.visibility="hidden",this.disableHoriz=new Fr,this.disableVert=new Fr},$s.prototype.enableZeroWidthBar=function(rr,fr,vr){rr.style.visibility="";function Er(){var Cr=rr.getBoundingClientRect(),Yr=vr=="vert"?document.elementFromPoint(Cr.right-1,(Cr.top+Cr.bottom)/2):document.elementFromPoint((Cr.right+Cr.left)/2,Cr.bottom-1);Yr!=rr?rr.style.visibility="hidden":fr.set(1e3,Er)}fr.set(1e3,Er)},$s.prototype.clear=function(){var rr=this.horiz.parentNode;rr.removeChild(this.horiz),rr.removeChild(this.vert)};var zs=function(){};zs.prototype.update=function(){return{bottom:0,right:0}},zs.prototype.setScrollLeft=function(){},zs.prototype.setScrollTop=function(){},zs.prototype.clear=function(){};function Yl(rr,fr){fr||(fr=Is(rr));var vr=rr.display.barWidth,Er=rr.display.barHeight;hu(rr,fr);for(var Cr=0;Cr<4&&vr!=rr.display.barWidth||Er!=rr.display.barHeight;Cr++)vr!=rr.display.barWidth&&rr.options.lineWrapping&&bo(rr),hu(rr,Is(rr)),vr=rr.display.barWidth,Er=rr.display.barHeight}function hu(rr,fr){var vr=rr.display,Er=vr.scrollbars.update(fr);vr.sizer.style.paddingRight=(vr.barWidth=Er.right)+"px",vr.sizer.style.paddingBottom=(vr.barHeight=Er.bottom)+"px",vr.heightForcer.style.borderBottom=Er.bottom+"px solid transparent",Er.right&&Er.bottom?(vr.scrollbarFiller.style.display="block",vr.scrollbarFiller.style.height=Er.bottom+"px",vr.scrollbarFiller.style.width=Er.right+"px"):vr.scrollbarFiller.style.display="",Er.bottom&&rr.options.coverGutterNextToScrollbar&&rr.options.fixedGutter?(vr.gutterFiller.style.display="block",vr.gutterFiller.style.height=Er.bottom+"px",vr.gutterFiller.style.width=fr.gutterWidth+"px"):vr.gutterFiller.style.display=""}var Bu={native:$s,null:zs};function Wl(rr){rr.display.scrollbars&&(rr.display.scrollbars.clear(),rr.display.scrollbars.addClass&&ie(rr.display.wrapper,rr.display.scrollbars.addClass)),rr.display.scrollbars=new Bu[rr.options.scrollbarStyle](function(fr){rr.display.wrapper.insertBefore(fr,rr.display.scrollbarFiller),zn(fr,"mousedown",function(){rr.state.focused&&setTimeout(function(){return rr.display.input.focus()},0)}),fr.setAttribute("cm-not-content","true")},function(fr,vr){vr=="horizontal"?Rs(rr,fr):ms(rr,fr)},rr),rr.display.scrollbars.addClass&&he(rr.display.wrapper,rr.display.scrollbars.addClass)}var Su=0;function Ou(rr){rr.curOp={cm:rr,viewChanged:!1,startHeight:rr.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Su,markArrays:null},t0(rr.curOp)}function Fu(rr){var fr=rr.curOp;fr&&r0(fr,function(vr){for(var Er=0;Er=vr.viewTo)||vr.maxLineChanged&&fr.options.lineWrapping,rr.update=rr.mustUpdate&&new gu(fr,rr.mustUpdate&&{top:rr.scrollTop,ensure:rr.scrollToPos},rr.forceUpdate)}function mc(rr){rr.updatedDisplay=rr.mustUpdate&&zc(rr.cm,rr.update)}function _c(rr){var fr=rr.cm,vr=fr.display;rr.updatedDisplay&&bo(fr),rr.barMeasure=Is(fr),vr.maxLineChanged&&!fr.options.lineWrapping&&(rr.adjustWidthTo=xm(fr,vr.maxLine,vr.maxLine.text.length).left+3,fr.display.sizerWidth=rr.adjustWidthTo,rr.barMeasure.scrollWidth=Math.max(vr.scroller.clientWidth,vr.sizer.offsetLeft+rr.adjustWidthTo+kp(fr)+fr.display.barWidth),rr.maxScrollLeft=Math.max(0,vr.sizer.offsetLeft+rr.adjustWidthTo-wh(fr))),(rr.updatedDisplay||rr.selectionChanged)&&(rr.preparedSelection=vr.input.prepareSelection())}function no(rr){var fr=rr.cm;rr.adjustWidthTo!=null&&(fr.display.sizer.style.minWidth=rr.adjustWidthTo+"px",rr.maxScrollLeft=rr.display.viewTo)){var vr=+new Date+rr.options.workTime,Er=_p(rr,fr.highlightFrontier),Cr=[];fr.iter(Er.line,Math.min(fr.first+fr.size,rr.display.viewTo+500),function(Yr){if(Er.line>=rr.display.viewFrom){var Rn=Yr.styles,mi=Yr.text.length>rr.options.maxHighlightLength?qo(fr.mode,Er.state):null,Ui=Rp(rr,Yr,Er,!0);mi&&(Er.state=mi),Yr.styles=Ui.styles;var Aa=Yr.styleClasses,No=Ui.classes;No?Yr.styleClasses=No:Aa&&(Yr.styleClasses=null);for(var Cs=!Rn||Rn.length!=Yr.styles.length||Aa!=No&&(!Aa||!No||Aa.bgClass!=No.bgClass||Aa.textClass!=No.textClass),Ns=0;!Cs&&Nsvr)return du(rr,rr.options.workDelay),!0}),fr.highlightFrontier=Er.line,fr.modeFrontier=Math.max(fr.modeFrontier,Er.line),Cr.length&&Ic(rr,function(){for(var Yr=0;Yr=vr.viewFrom&&fr.visible.to<=vr.viewTo&&(vr.updateLineNumbers==null||vr.updateLineNumbers>=vr.viewTo)&&vr.renderedView==vr.view&&Am(rr)==0)return!1;nd(rr)&&(Gp(rr),fr.dims=rm(rr));var Cr=Er.first+Er.size,Yr=Math.max(fr.visible.from-rr.options.viewportMargin,Er.first),Rn=Math.min(Cr,fr.visible.to+rr.options.viewportMargin);vr.viewFromRn&&vr.viewTo-Rn<20&&(Rn=Math.min(Cr,vr.viewTo)),Xf&&(Yr=Hp(rr.doc,Yr),Rn=$h(rr.doc,Rn));var mi=Yr!=vr.viewFrom||Rn!=vr.viewTo||vr.lastWrapHeight!=fr.wrapperHeight||vr.lastWrapWidth!=fr.wrapperWidth;Nm(rr,Yr,Rn),vr.viewOffset=qf(Bl(rr.doc,vr.viewFrom)),rr.display.mover.style.top=vr.viewOffset+"px";var Ui=Am(rr);if(!mi&&Ui==0&&!fr.force&&vr.renderedView==vr.view&&(vr.updateLineNumbers==null||vr.updateLineNumbers>=vr.viewTo))return!1;var Aa=yc(rr);return Ui>4&&(vr.lineDiv.style.display="none"),cf(rr,vr.updateLineNumbers,fr.dims),Ui>4&&(vr.lineDiv.style.display=""),vr.renderedView=vr.view,Fc(Aa),pe(vr.cursorDiv),pe(vr.selectionDiv),vr.gutters.style.height=vr.sizer.style.minHeight=0,mi&&(vr.lastWrapHeight=fr.wrapperHeight,vr.lastWrapWidth=fr.wrapperWidth,du(rr,400)),vr.updateLineNumbers=null,!0}function jd(rr,fr){for(var vr=fr.viewport,Er=!0;;Er=!1){if(!Er||!rr.options.lineWrapping||fr.oldDisplayWidth==wh(rr)){if(vr&&vr.top!=null&&(vr={top:Math.min(rr.doc.height+Uh(rr.display)-tm(rr),vr.top)}),fr.visible=Jo(rr.display,rr.doc,vr),fr.visible.from>=rr.display.viewFrom&&fr.visible.to<=rr.display.viewTo)break}else Er&&(fr.visible=Jo(rr.display,rr.doc,vr));if(!zc(rr,fr))break;bo(rr);var Cr=Is(rr);Np(rr),Yl(rr,Cr),kf(rr,Cr),fr.force=!1}fr.signal(rr,"update",rr),(rr.display.viewFrom!=rr.display.reportedViewFrom||rr.display.viewTo!=rr.display.reportedViewTo)&&(fr.signal(rr,"viewportChange",rr,rr.display.viewFrom,rr.display.viewTo),rr.display.reportedViewFrom=rr.display.viewFrom,rr.display.reportedViewTo=rr.display.viewTo)}function Bc(rr,fr){var vr=new gu(rr,fr);if(zc(rr,vr)){bo(rr),jd(rr,vr);var Er=Is(rr);Np(rr),Yl(rr,Er),kf(rr,Er),vr.finish()}}function cf(rr,fr,vr){var Er=rr.display,Cr=rr.options.lineNumbers,Yr=Er.lineDiv,Rn=Yr.firstChild;function mi(pl){var Eu=pl.nextSibling;return re&&er&&rr.display.currentWheelTarget==pl?pl.style.display="none":pl.parentNode.removeChild(pl),Eu}for(var Ui=Er.view,Aa=Er.viewFrom,No=0;No-1&&(Bs=!1),Bm(rr,Cs,Aa,vr)),Bs&&(pe(Cs.lineNumber),Cs.lineNumber.appendChild(document.createTextNode(ku(rr.options,Aa)))),Rn=Cs.node.nextSibling}Aa+=Cs.size}for(;Rn;)Rn=mi(Rn)}function Gf(rr){var fr=rr.gutters.offsetWidth;rr.sizer.style.marginLeft=fr+"px",hf(rr,"gutterChanged",rr)}function kf(rr,fr){rr.display.sizer.style.minHeight=fr.docHeight+"px",rr.display.heightForcer.style.top=fr.docHeight+"px",rr.display.gutters.style.height=fr.docHeight+rr.display.barHeight+kp(rr)+"px"}function gf(rr){var fr=rr.display,vr=fr.view;if(!(!fr.alignWidgets&&(!fr.gutters.firstChild||!rr.options.fixedGutter))){for(var Er=Bd(fr)-fr.scroller.scrollLeft+rr.doc.scrollLeft,Cr=fr.gutters.offsetWidth,Yr=Er+"px",Rn=0;Rn=105&&(Cr.wrapper.style.clipPath="inset(0px)"),Cr.wrapper.setAttribute("translate","no"),V&&z<8&&(Cr.gutters.style.zIndex=-1,Cr.scroller.style.paddingRight=0),!re&&!($&&qe)&&(Cr.scroller.draggable=!0),rr&&(rr.appendChild?rr.appendChild(Cr.wrapper):rr(Cr.wrapper)),Cr.viewFrom=Cr.viewTo=fr.first,Cr.reportedViewFrom=Cr.reportedViewTo=fr.first,Cr.view=[],Cr.renderedView=null,Cr.externalMeasured=null,Cr.viewOffset=0,Cr.lastWrapHeight=Cr.lastWrapWidth=0,Cr.updateLineNumbers=null,Cr.nativeBarWidth=Cr.barHeight=Cr.barWidth=0,Cr.scrollbarsClipped=!1,Cr.lineNumWidth=Cr.lineNumInnerWidth=Cr.lineNumChars=null,Cr.alignWidgets=!1,Cr.cachedCharWidth=Cr.cachedTextHeight=Cr.cachedPaddingH=null,Cr.maxLine=null,Cr.maxLineLength=0,Cr.maxLineChanged=!1,Cr.wheelDX=Cr.wheelDY=Cr.wheelStartX=Cr.wheelStartY=null,Cr.shift=!1,Cr.selForContextMenu=null,Cr.activeTouch=null,Cr.gutterSpecs=Td(Er.gutters,Er.lineNumbers),sp(Cr),vr.init(Cr)}var ep=0,of=null;V?of=-.53:$?of=15:ue?of=-.7:Ne&&(of=-1/3);function bf(rr){var fr=rr.wheelDeltaX,vr=rr.wheelDeltaY;return fr==null&&rr.detail&&rr.axis==rr.HORIZONTAL_AXIS&&(fr=rr.detail),vr==null&&rr.detail&&rr.axis==rr.VERTICAL_AXIS?vr=rr.detail:vr==null&&(vr=rr.wheelDelta),{x:fr,y:vr}}function yf(rr){var fr=bf(rr);return fr.x*=of,fr.y*=of,fr}function Wd(rr,fr){ue&&de==102&&(rr.display.chromeScrollHack==null?rr.display.sizer.style.pointerEvents="none":clearTimeout(rr.display.chromeScrollHack),rr.display.chromeScrollHack=setTimeout(function(){rr.display.chromeScrollHack=null,rr.display.sizer.style.pointerEvents=""},100));var vr=bf(fr),Er=vr.x,Cr=vr.y,Yr=of;fr.deltaMode===0&&(Er=fr.deltaX,Cr=fr.deltaY,Yr=1);var Rn=rr.display,mi=Rn.scroller,Ui=mi.scrollWidth>mi.clientWidth,Aa=mi.scrollHeight>mi.clientHeight;if(Er&&Ui||Cr&&Aa){if(Cr&&er&&re){e:for(var No=fr.target,Cs=Rn.view;No!=mi;No=No.parentNode)for(var Ns=0;Ns=0&&cc(rr,Er.to())<=0)return vr}return-1};var ld=function(rr,fr){this.anchor=rr,this.head=fr};ld.prototype.from=function(){return Tf(this.anchor,this.head)},ld.prototype.to=function(){return Nd(this.anchor,this.head)},ld.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function Yd(rr,fr,vr){var Er=rr&&rr.options.selectionsMayTouch,Cr=fr[vr];fr.sort(function(Ns,Bs){return cc(Ns.from(),Bs.from())}),vr=Gr(fr,Cr);for(var Yr=1;Yr0:Ui>=0){var Aa=Tf(mi.from(),Rn.from()),No=Nd(mi.to(),Rn.to()),Cs=mi.empty()?Rn.from()==Rn.head:mi.from()==mi.head;Yr<=vr&&--vr,fr.splice(--Yr,2,new ld(Cs?No:Aa,Cs?Aa:No))}}return new Kd(fr,vr)}function $f(rr,fr){return new Kd([new ld(rr,fr||rr)],0)}function Kp(rr){return rr.text?Vl(rr.from.line+rr.text.length-1,vn(rr.text).length+(rr.text.length==1?rr.from.ch:0)):rr.to}function _m(rr,fr){if(cc(rr,fr.from)<0)return rr;if(cc(rr,fr.to)<=0)return Kp(fr);var vr=rr.line+fr.text.length-(fr.to.line-fr.from.line)-1,Er=rr.ch;return rr.line==fr.to.line&&(Er+=Kp(fr).ch-fr.to.ch),Vl(vr,Er)}function cp(rr,fr){for(var vr=[],Er=0;Er1&&rr.remove(mi.line+1,pl-1),rr.insert(mi.line+1,Cu)}hf(rr,"change",rr,fr)}function Uf(rr,fr,vr){function Er(Cr,Yr,Rn){if(Cr.linked)for(var mi=0;mi1&&!rr.done[rr.done.length-2].ranges)return rr.done.pop(),vn(rr.done)}function Ka(rr,fr,vr,Er){var Cr=rr.history;Cr.undone.length=0;var Yr=+new Date,Rn,mi;if((Cr.lastOp==Er||Cr.lastOrigin==fr.origin&&fr.origin&&(fr.origin.charAt(0)=="+"&&Cr.lastModTime>Yr-(rr.cm?rr.cm.options.historyEventDelay:500)||fr.origin.charAt(0)=="*"))&&(Rn=Wn(Cr,Cr.lastOp==Er)))mi=vn(Rn.changes),cc(fr.from,fr.to)==0&&cc(fr.from,mi.to)==0?mi.to=Kp(fr):Rn.changes.push(Bp(rr,fr));else{var Ui=vn(Cr.done);for((!Ui||!Ui.ranges)&&to(rr.sel,Cr.done),Rn={changes:[Bp(rr,fr)],generation:Cr.generation},Cr.done.push(Rn);Cr.done.length>Cr.undoDepth;)Cr.done.shift(),Cr.done[0].ranges||Cr.done.shift()}Cr.done.push(vr),Cr.generation=++Cr.maxGeneration,Cr.lastModTime=Cr.lastSelTime=Yr,Cr.lastOp=Cr.lastSelOp=Er,Cr.lastOrigin=Cr.lastSelOrigin=fr.origin,mi||_o(rr,"historyAdded")}function La(rr,fr,vr,Er){var Cr=fr.charAt(0);return Cr=="*"||Cr=="+"&&vr.ranges.length==Er.ranges.length&&vr.somethingSelected()==Er.somethingSelected()&&new Date-rr.history.lastSelTime<=(rr.cm?rr.cm.options.historyEventDelay:500)}function Fa(rr,fr,vr,Er){var Cr=rr.history,Yr=Er&&Er.origin;vr==Cr.lastSelOp||Yr&&Cr.lastSelOrigin==Yr&&(Cr.lastModTime==Cr.lastSelTime&&Cr.lastOrigin==Yr||La(rr,Yr,vn(Cr.done),fr))?Cr.done[Cr.done.length-1]=fr:to(fr,Cr.done),Cr.lastSelTime=+new Date,Cr.lastSelOrigin=Yr,Cr.lastSelOp=vr,Er&&Er.clearRedo!==!1&&Wf(Cr.undone)}function to(rr,fr){var vr=vn(fr);vr&&vr.ranges&&vr.equals(rr)||fr.push(rr)}function Io(rr,fr,vr,Er){var Cr=fr["spans_"+rr.id],Yr=0;rr.iter(Math.max(rr.first,vr),Math.min(rr.first+rr.size,Er),function(Rn){Rn.markedSpans&&((Cr||(Cr=fr["spans_"+rr.id]={}))[Yr]=Rn.markedSpans),++Yr})}function xo(rr){if(!rr)return null;for(var fr,vr=0;vr-1&&(vn(mi)[Cs]=Aa[Cs],delete Aa[Cs])}}return Er}function vi(rr,fr,vr,Er){if(Er){var Cr=rr.anchor;if(vr){var Yr=cc(fr,Cr)<0;Yr!=cc(vr,Cr)<0?(Cr=fr,fr=vr):Yr!=cc(fr,vr)<0&&(fr=vr)}return new ld(Cr,fr)}else return new ld(vr||fr,fr)}function Ln(rr,fr,vr,Er,Cr){Cr==null&&(Cr=rr.cm&&(rr.cm.display.shift||rr.extend)),_s(rr,new Kd([vi(rr.sel.primary(),fr,vr,Cr)],0),Er)}function za(rr,fr,vr){for(var Er=[],Cr=rr.cm&&(rr.cm.display.shift||rr.extend),Yr=0;Yr=fr.ch:mi.to>fr.ch))){if(Cr&&(_o(Ui,"beforeCursorEnter"),Ui.explicitlyCleared))if(Yr.markedSpans){--Rn;continue}else break;if(!Ui.atomic)continue;if(vr){var Cs=Ui.find(Er<0?1:-1),Ns=void 0;if((Er<0?No:Aa)&&(Cs=Ec(rr,Cs,-Er,Cs&&Cs.line==fr.line?Yr:null)),Cs&&Cs.line==fr.line&&(Ns=cc(Cs,vr))&&(Er<0?Ns<0:Ns>0))return Hu(rr,Cs,fr,Er,Cr)}var Bs=Ui.find(Er<0?-1:1);return(Er<0?Aa:No)&&(Bs=Ec(rr,Bs,Er,Bs.line==fr.line?Yr:null)),Bs?Hu(rr,Bs,fr,Er,Cr):null}}return fr}function pc(rr,fr,vr,Er,Cr){var Yr=Er||1,Rn=Hu(rr,fr,vr,Yr,Cr)||!Cr&&Hu(rr,fr,vr,Yr,!0)||Hu(rr,fr,vr,-Yr,Cr)||!Cr&&Hu(rr,fr,vr,-Yr,!0);return Rn||(rr.cantEdit=!0,Vl(rr.first,0))}function Ec(rr,fr,vr,Er){return vr<0&&fr.ch==0?fr.line>rr.first?jc(rr,Vl(fr.line-1)):null:vr>0&&fr.ch==(Er||Bl(rr,fr.line)).text.length?fr.line=0;--Cr)qc(rr,{from:Er[Cr].from,to:Er[Cr].to,text:Cr?[""]:fr.text,origin:fr.origin});else qc(rr,fr)}}function qc(rr,fr){if(!(fr.text.length==1&&fr.text[0]==""&&cc(fr.from,fr.to)==0)){var vr=cp(rr,fr);Ka(rr,fr,vr,rr.cm?rr.cm.curOp.id:NaN),Du(rr,fr,vr,kh(rr,fr));var Er=[];Uf(rr,function(Cr,Yr){!Yr&&Gr(Er,Cr.history)==-1&&(ef(Cr.history,fr),Er.push(Cr.history)),Du(Cr,fr,null,kh(Cr,fr))})}}function Uc(rr,fr,vr){var Er=rr.cm&&rr.cm.state.suppressEdits;if(!(Er&&!vr)){for(var Cr=rr.history,Yr,Rn=rr.sel,mi=fr=="undo"?Cr.done:Cr.undone,Ui=fr=="undo"?Cr.undone:Cr.done,Aa=0;Aa=0;--Bs){var pl=Ns(Bs);if(pl)return pl.v}}}}function tc(rr,fr){if(fr!=0&&(rr.first+=fr,rr.sel=new Kd(Kr(rr.sel.ranges,function(Cr){return new ld(Vl(Cr.anchor.line+fr,Cr.anchor.ch),Vl(Cr.head.line+fr,Cr.head.ch))}),rr.sel.primIndex),rr.cm)){jf(rr.cm,rr.first,rr.first-fr,fr);for(var vr=rr.cm.display,Er=vr.viewFrom;Errr.lastLine())){if(fr.from.lineYr&&(fr={from:fr.from,to:Vl(Yr,Bl(rr,Yr).text.length),text:[fr.text[0]],origin:fr.origin}),fr.removed=Vu(rr,fr.from,fr.to),vr||(vr=cp(rr,fr)),rr.cm?rc(rr.cm,fr,Er):Ah(rr,fr,Er),Uo(rr,vr,Ir),rr.cantEdit&&pc(rr,Vl(rr.firstLine(),0))&&(rr.cantEdit=!1)}}function rc(rr,fr,vr){var Er=rr.doc,Cr=rr.display,Yr=fr.from,Rn=fr.to,mi=!1,Ui=Yr.line;rr.options.lineWrapping||(Ui=Fn(qd(Bl(Er,Yr.line))),Er.iter(Ui,Rn.line+1,function(Bs){if(Bs==Cr.maxLine)return mi=!0,!0})),Er.sel.contains(fr.from,fr.to)>-1&&tl(rr),Ah(Er,fr,vr,a0(rr)),rr.options.lineWrapping||(Er.iter(Ui,Yr.line+fr.text.length,function(Bs){var pl=Qp(Bs);pl>Cr.maxLineLength&&(Cr.maxLine=Bs,Cr.maxLineLength=pl,Cr.maxLineChanged=!0,mi=!1)}),mi&&(rr.curOp.updateMaxLine=!0)),Op(Er,Yr.line),du(rr,400);var Aa=fr.text.length-(Rn.line-Yr.line)-1;fr.full?jf(rr):Yr.line==Rn.line&&fr.text.length==1&&!uh(rr.doc,fr)?Nh(rr,Yr.line,"text"):jf(rr,Yr.line,Rn.line+1,Aa);var No=Es(rr,"changes"),Cs=Es(rr,"change");if(Cs||No){var Ns={from:Yr,to:Rn,text:fr.text,removed:fr.removed,origin:fr.origin};Cs&&hf(rr,"change",rr,Ns),No&&(rr.curOp.changeObjs||(rr.curOp.changeObjs=[])).push(Ns)}rr.display.selForContextMenu=null}function Au(rr,fr,vr,Er,Cr){var Yr;Er||(Er=vr),cc(Er,vr)<0&&(Yr=[Er,vr],vr=Yr[0],Er=Yr[1]),typeof fr=="string"&&(fr=rr.splitLines(fr)),Kc(rr,{from:vr,to:Er,text:fr,origin:Cr})}function Ef(rr,fr,vr,Er){vr1||!(this.children[0]instanceof yd))){var mi=[];this.collapse(mi),this.children=[new yd(mi)],this.children[0].parent=this}},collapse:function(rr){for(var fr=0;fr50){for(var Rn=Cr.lines.length%25+25,mi=Rn;mi10);rr.parent.maybeSpill()}},iterN:function(rr,fr,vr){for(var Er=0;Errr.display.maxLineLength&&(rr.display.maxLine=Aa,rr.display.maxLineLength=No,rr.display.maxLineChanged=!0)}Er!=null&&rr&&this.collapsed&&jf(rr,Er,Cr+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,rr&&nl(rr.doc)),rr&&hf(rr,"markerCleared",rr,this,Er,Cr),fr&&Fu(rr),this.parent&&this.parent.clear()}},fu.prototype.find=function(rr,fr){rr==null&&this.type=="bookmark"&&(rr=1);for(var vr,Er,Cr=0;Cr0||Rn==0&&Yr.clearWhenEmpty!==!1)return Yr;if(Yr.replacedWith&&(Yr.collapsed=!0,Yr.widgetNode=jt("span",[Yr.replacedWith],"CodeMirror-widget"),Er.handleMouseEvents||Yr.widgetNode.setAttribute("cm-ignore-events","true"),Er.insertLeft&&(Yr.widgetNode.insertLeft=!0)),Yr.collapsed){if(Jh(rr,fr.line,fr,vr,Yr)||fr.line!=vr.line&&Jh(rr,vr.line,fr,vr,Yr))throw new Error("Inserting collapsed marker partially overlapping an existing one");Wh()}Yr.addToHistory&&Ka(rr,{from:fr,to:vr,origin:"markText"},rr.sel,NaN);var mi=fr.line,Ui=rr.cm,Aa;if(rr.iter(mi,vr.line+1,function(Cs){Ui&&Yr.collapsed&&!Ui.options.lineWrapping&&qd(Cs)==Ui.display.maxLine&&(Aa=!0),Yr.collapsed&&mi!=fr.line&&Pu(Cs,0),wm(Cs,new np(Yr,mi==fr.line?fr.ch:null,mi==vr.line?vr.ch:null),rr.cm&&rr.cm.curOp),++mi}),Yr.collapsed&&rr.iter(fr.line,vr.line+1,function(Cs){df(rr,Cs)&&Pu(Cs,0)}),Yr.clearOnEnter&&zn(Yr,"beforeCursorEnter",function(){return Yr.clear()}),Yr.readOnly&&(Oh(),(rr.history.done.length||rr.history.undone.length)&&rr.clearHistory()),Yr.collapsed&&(Yr.id=++ml,Yr.atomic=!0),Ui){if(Aa&&(Ui.curOp.updateMaxLine=!0),Yr.collapsed)jf(Ui,fr.line,vr.line+1);else if(Yr.className||Yr.startStyle||Yr.endStyle||Yr.css||Yr.attributes||Yr.title)for(var No=fr.line;No<=vr.line;No++)Nh(Ui,No,"text");Yr.atomic&&nl(Ui.doc),hf(Ui,"markerAdded",Ui,Yr)}return Yr}var hc=function(rr,fr){this.markers=rr,this.primary=fr;for(var vr=0;vr=0;Ui--)Kc(this,Er[Ui]);mi?Ss(this,mi):this.cm&&ws(this.cm)}),undo:Ku(function(){Uc(this,"undo")}),redo:Ku(function(){Uc(this,"redo")}),undoSelection:Ku(function(){Uc(this,"undo",!0)}),redoSelection:Ku(function(){Uc(this,"redo",!0)}),setExtending:function(rr){this.extend=rr},getExtending:function(){return this.extend},historySize:function(){for(var rr=this.history,fr=0,vr=0,Er=0;Er=rr.ch)&&fr.push(Cr.marker.parent||Cr.marker)}return fr},findMarks:function(rr,fr,vr){rr=jc(this,rr),fr=jc(this,fr);var Er=[],Cr=rr.line;return this.iter(rr.line,fr.line+1,function(Yr){var Rn=Yr.markedSpans;if(Rn)for(var mi=0;mi=Ui.to||Ui.from==null&&Cr!=rr.line||Ui.from!=null&&Cr==fr.line&&Ui.from>=fr.ch)&&(!vr||vr(Ui.marker))&&Er.push(Ui.marker.parent||Ui.marker)}++Cr}),Er},getAllMarks:function(){var rr=[];return this.iter(function(fr){var vr=fr.markedSpans;if(vr)for(var Er=0;Errr)return fr=rr,!0;rr-=Yr,++vr}),jc(this,Vl(vr,fr))},indexFromPos:function(rr){rr=jc(this,rr);var fr=rr.ch;if(rr.linefr&&(fr=rr.from),rr.to!=null&&rr.to-1){fr.state.draggingText(rr),setTimeout(function(){return fr.display.input.focus()},20);return}try{var No=rr.dataTransfer.getData("Text");if(No){var Cs;if(fr.state.draggingText&&!fr.state.draggingText.copy&&(Cs=fr.listSelections()),Uo(fr.doc,$f(vr,vr)),Cs)for(var Ns=0;Ns=0;mi--)Au(rr.doc,"",Er[mi].from,Er[mi].to,"+delete");ws(rr)})}function o0(rr,fr,vr){var Er=Wr(rr.text,fr+vr,vr);return Er<0||Er>rr.text.length?null:Er}function Vn(rr,fr,vr){var Er=o0(rr,fr.ch,vr);return Er==null?null:new Vl(fr.line,Er,vr<0?"after":"before")}function Fi(rr,fr,vr,Er,Cr){if(rr){fr.doc.direction=="rtl"&&(Cr=-Cr);var Yr=ca(vr,fr.doc.direction);if(Yr){var Rn=Cr<0?vn(Yr):Yr[0],mi=Cr<0==(Rn.level==1),Ui=mi?"after":"before",Aa;if(Rn.level>0||fr.doc.direction=="rtl"){var No=If(fr,vr);Aa=Cr<0?vr.text.length-1:0;var Cs=Jf(fr,No,Aa).top;Aa=Ur(function(Ns){return Jf(fr,No,Ns).top==Cs},Cr<0==(Rn.level==1)?Rn.from:Rn.to-1,Aa),Ui=="before"&&(Aa=o0(vr,Aa,1))}else Aa=Cr<0?Rn.to:Rn.from;return new Vl(Er,Aa,Ui)}}return new Vl(Er,Cr<0?vr.text.length:0,Cr<0?"before":"after")}function In(rr,fr,vr,Er){var Cr=ca(fr,rr.doc.direction);if(!Cr)return Vn(fr,vr,Er);vr.ch>=fr.text.length?(vr.ch=fr.text.length,vr.sticky="before"):vr.ch<=0&&(vr.ch=0,vr.sticky="after");var Yr=Sa(Cr,vr.ch,vr.sticky),Rn=Cr[Yr];if(rr.doc.direction=="ltr"&&Rn.level%2==0&&(Er>0?Rn.to>vr.ch:Rn.from=Rn.from&&Ns>=No.begin)){var Bs=Cs?"before":"after";return new Vl(vr.line,Ns,Bs)}}var pl=function(Cu,Ru,Ds){for(var xc=function(Jc,Xd){return Xd?new Vl(vr.line,mi(Jc,1),"before"):new Vl(vr.line,Jc,"after")};Cu>=0&&Cu0==(Rc.level!=1),wc=lc?Ds.begin:mi(Ds.end,-1);if(Rc.from<=wc&&wc0?No.end:mi(No.begin,-1);return kl!=null&&!(Er>0&&kl==fr.text.length)&&(Eu=pl(Er>0?0:Cr.length-1,Er,Aa(kl)),Eu)?Eu:null}var di={selectAll:Vc,singleSelection:function(rr){return rr.setSelection(rr.getCursor("anchor"),rr.getCursor("head"),Ir)},killLine:function(rr){return hh(rr,function(fr){if(fr.empty()){var vr=Bl(rr.doc,fr.head.line).text.length;return fr.head.ch==vr&&fr.head.line0)Cr=new Vl(Cr.line,Cr.ch+1),rr.replaceRange(Yr.charAt(Cr.ch-1)+Yr.charAt(Cr.ch-2),Vl(Cr.line,Cr.ch-2),Cr,"+transpose");else if(Cr.line>rr.doc.first){var Rn=Bl(rr.doc,Cr.line-1).text;Rn&&(Cr=new Vl(Cr.line,1),rr.replaceRange(Yr.charAt(0)+rr.doc.lineSeparator()+Rn.charAt(Rn.length-1),Vl(Cr.line-1,Rn.length-1),Cr,"+transpose"))}}vr.push(new ld(Cr,Cr))}rr.setSelections(vr)})},newlineAndIndent:function(rr){return Ic(rr,function(){for(var fr=rr.listSelections(),vr=fr.length-1;vr>=0;vr--)rr.replaceRange(rr.doc.lineSeparator(),fr[vr].anchor,fr[vr].head,"+input");fr=rr.listSelections();for(var Er=0;Errr&&cc(fr,this.pos)==0&&vr==this.button};var io,Ja;function hs(rr,fr){var vr=+new Date;return Ja&&Ja.compare(vr,rr,fr)?(io=Ja=null,"triple"):io&&io.compare(vr,rr,fr)?(Ja=new Ia(vr,rr,fr),io=null,"double"):(io=new Ia(vr,rr,fr),Ja=null,"single")}function na(rr){var fr=this,vr=fr.display;if(!(eo(fr,rr)||vr.activeTouch&&vr.input.supportsTouch())){if(vr.input.ensurePolled(),vr.shift=rr.shiftKey,ip(vr,rr)){re||(vr.scroller.draggable=!1,setTimeout(function(){return vr.scroller.draggable=!0},100));return}if(!Ha(fr,rr)){var Er=Zf(fr,rr),Cr=il(rr),Yr=Er?hs(Er,Cr):"single";Nr(fr).focus(),Cr==1&&fr.state.selectingText&&fr.state.selectingText(rr),!(Er&&ka(fr,Cr,Er,Yr,rr))&&(Cr==1?Er?ma(fr,Er,Yr,rr):rl(rr)==vr.scroller&&Ts(rr):Cr==2?(Er&&Ln(fr.doc,Er),setTimeout(function(){return vr.input.focus()},20)):Cr==3&&(lr?fr.display.input.onContextMenu(rr):Po(fr)))}}}function ka(rr,fr,vr,Er,Cr){var Yr="Click";return Er=="double"?Yr="Double"+Yr:Er=="triple"&&(Yr="Triple"+Yr),Yr=(fr==1?"Left":fr==2?"Middle":"Right")+Yr,da(rr,y0(Yr,Cr),Cr,function(Rn){if(typeof Rn=="string"&&(Rn=di[Rn]),!Rn)return!1;var mi=!1;try{rr.isReadOnly()&&(rr.state.suppressEdits=!0),mi=Rn(rr,vr)!=Dr}finally{rr.state.suppressEdits=!1}return mi})}function ra(rr,fr,vr){var Er=rr.getOption("configureMouse"),Cr=Er?Er(rr,fr,vr):{};if(Cr.unit==null){var Yr=ir?vr.shiftKey&&vr.metaKey:vr.altKey;Cr.unit=Yr?"rectangle":fr=="single"?"char":fr=="double"?"word":"line"}return(Cr.extend==null||rr.doc.extend)&&(Cr.extend=rr.doc.extend||vr.shiftKey),Cr.addNew==null&&(Cr.addNew=er?vr.metaKey:vr.ctrlKey),Cr.moveOnDrag==null&&(Cr.moveOnDrag=!(er?vr.altKey:vr.ctrlKey)),Cr}function ma(rr,fr,vr,Er){V?setTimeout(Tr(ys,rr),0):rr.curOp.focus=kt(yr(rr));var Cr=ra(rr,vr,Er),Yr=rr.doc.sel,Rn;rr.options.dragDrop&&bl&&!rr.isReadOnly()&&vr=="single"&&(Rn=Yr.contains(fr))>-1&&(cc((Rn=Yr.ranges[Rn]).from(),fr)<0||fr.xRel>0)&&(cc(Rn.to(),fr)>0||fr.xRel<0)?Zn(rr,Er,fr,Cr):pa(rr,Er,fr,Cr)}function Zn(rr,fr,vr,Er){var Cr=rr.display,Yr=!1,Rn=ju(rr,function(Aa){re&&(Cr.scroller.draggable=!1),rr.state.draggingText=!1,rr.state.delayingBlurEvent&&(rr.hasFocus()?rr.state.delayingBlurEvent=!1:Po(rr)),Ra(Cr.wrapper.ownerDocument,"mouseup",Rn),Ra(Cr.wrapper.ownerDocument,"mousemove",mi),Ra(Cr.scroller,"dragstart",Ui),Ra(Cr.scroller,"drop",Rn),Yr||(Ts(Aa),Er.addNew||Ln(rr.doc,vr,null,null,Er.extend),re&&!Ne||V&&z==9?setTimeout(function(){Cr.wrapper.ownerDocument.body.focus({preventScroll:!0}),Cr.input.focus()},20):Cr.input.focus())}),mi=function(Aa){Yr=Yr||Math.abs(fr.clientX-Aa.clientX)+Math.abs(fr.clientY-Aa.clientY)>=10},Ui=function(){return Yr=!0};re&&(Cr.scroller.draggable=!0),rr.state.draggingText=Rn,Rn.copy=!Er.moveOnDrag,zn(Cr.wrapper.ownerDocument,"mouseup",Rn),zn(Cr.wrapper.ownerDocument,"mousemove",mi),zn(Cr.scroller,"dragstart",Ui),zn(Cr.scroller,"drop",Rn),rr.state.delayingBlurEvent=!0,setTimeout(function(){return Cr.input.focus()},20),Cr.scroller.dragDrop&&Cr.scroller.dragDrop()}function la(rr,fr,vr){if(vr=="char")return new ld(fr,fr);if(vr=="word")return rr.findWordAt(fr);if(vr=="line")return new ld(Vl(fr.line,0),jc(rr.doc,Vl(fr.line+1,0)));var Er=vr(rr,fr);return new ld(Er.from,Er.to)}function pa(rr,fr,vr,Er){V&&Po(rr);var Cr=rr.display,Yr=rr.doc;Ts(fr);var Rn,mi,Ui=Yr.sel,Aa=Ui.ranges;if(Er.addNew&&!Er.extend?(mi=Yr.sel.contains(vr),mi>-1?Rn=Aa[mi]:Rn=new ld(vr,vr)):(Rn=Yr.sel.primary(),mi=Yr.sel.primIndex),Er.unit=="rectangle")Er.addNew||(Rn=new ld(vr,vr)),vr=Zf(rr,fr,!0,!0),mi=-1;else{var No=la(rr,vr,Er.unit);Er.extend?Rn=vi(Rn,No.anchor,No.head,Er.extend):Rn=No}Er.addNew?mi==-1?(mi=Aa.length,_s(Yr,Yd(rr,Aa.concat([Rn]),mi),{scroll:!1,origin:"*mouse"})):Aa.length>1&&Aa[mi].empty()&&Er.unit=="char"&&!Er.extend?(_s(Yr,Yd(rr,Aa.slice(0,mi).concat(Aa.slice(mi+1)),0),{scroll:!1,origin:"*mouse"}),Ui=Yr.sel):Na(Yr,mi,Rn,Br):(mi=0,_s(Yr,new Kd([Rn],0),Br),Ui=Yr.sel);var Cs=vr;function Ns(Ds){if(cc(Cs,Ds)!=0)if(Cs=Ds,Er.unit=="rectangle"){for(var xc=[],Rc=rr.options.tabSize,lc=Ar(Bl(Yr,vr.line).text,vr.ch,Rc),wc=Ar(Bl(Yr,Ds.line).text,Ds.ch,Rc),Jc=Math.min(lc,wc),Xd=Math.max(lc,wc),Do=Math.min(vr.line,Ds.line),vl=Math.min(rr.lastLine(),Math.max(vr.line,Ds.line));Do<=vl;Do++){var gc=Bl(Yr,Do).text,Wc=Lr(gc,Jc,Rc);Jc==Xd?xc.push(new ld(Vl(Do,Wc),Vl(Do,Wc))):gc.length>Wc&&xc.push(new ld(Vl(Do,Wc),Vl(Do,Lr(gc,Xd,Rc))))}xc.length||xc.push(new ld(vr,vr)),_s(Yr,Yd(rr,Ui.ranges.slice(0,mi).concat(xc),mi),{origin:"*mouse",scroll:!1}),rr.scrollIntoView(Ds)}else{var rd=Rn,lf=la(rr,Ds,Er.unit),Md=rd.anchor,Ud;cc(lf.anchor,Md)>0?(Ud=lf.head,Md=Tf(rd.from(),lf.anchor)):(Ud=lf.anchor,Md=Nd(rd.to(),lf.head));var zd=Ui.ranges.slice(0);zd[mi]=xa(rr,new ld(jc(Yr,Md),Ud)),_s(Yr,Yd(rr,zd,mi),Br)}}var Bs=Cr.wrapper.getBoundingClientRect(),pl=0;function Eu(Ds){var xc=++pl,Rc=Zf(rr,Ds,!0,Er.unit=="rectangle");if(Rc)if(cc(Rc,Cs)!=0){rr.curOp.focus=kt(yr(rr)),Ns(Rc);var lc=Jo(Cr,Yr);(Rc.line>=lc.to||Rc.lineBs.bottom?20:0;wc&&setTimeout(ju(rr,function(){pl==xc&&(Cr.scroller.scrollTop+=wc,Eu(Ds))}),50)}}function kl(Ds){rr.state.selectingText=!1,pl=1/0,Ds&&(Ts(Ds),Cr.input.focus()),Ra(Cr.wrapper.ownerDocument,"mousemove",Cu),Ra(Cr.wrapper.ownerDocument,"mouseup",Ru),Yr.history.lastSelOrigin=null}var Cu=ju(rr,function(Ds){Ds.buttons===0||!il(Ds)?kl(Ds):Eu(Ds)}),Ru=ju(rr,kl);rr.state.selectingText=Ru,zn(Cr.wrapper.ownerDocument,"mousemove",Cu),zn(Cr.wrapper.ownerDocument,"mouseup",Ru)}function xa(rr,fr){var vr=fr.anchor,Er=fr.head,Cr=Bl(rr.doc,vr.line);if(cc(vr,Er)==0&&vr.sticky==Er.sticky)return fr;var Yr=ca(Cr);if(!Yr)return fr;var Rn=Sa(Yr,vr.ch,vr.sticky),mi=Yr[Rn];if(mi.from!=vr.ch&&mi.to!=vr.ch)return fr;var Ui=Rn+(mi.from==vr.ch==(mi.level!=1)?0:1);if(Ui==0||Ui==Yr.length)return fr;var Aa;if(Er.line!=vr.line)Aa=(Er.line-vr.line)*(rr.doc.direction=="ltr"?1:-1)>0;else{var No=Sa(Yr,Er.ch,Er.sticky),Cs=No-Rn||(Er.ch-vr.ch)*(mi.level==1?-1:1);No==Ui-1||No==Ui?Aa=Cs<0:Aa=Cs>0}var Ns=Yr[Ui+(Aa?-1:0)],Bs=Aa==(Ns.level==1),pl=Bs?Ns.from:Ns.to,Eu=Bs?"after":"before";return vr.ch==pl&&vr.sticky==Eu?fr:new ld(new Vl(vr.line,pl,Eu),Er)}function Ma(rr,fr,vr,Er){var Cr,Yr;if(fr.touches)Cr=fr.touches[0].clientX,Yr=fr.touches[0].clientY;else try{Cr=fr.clientX,Yr=fr.clientY}catch{return!1}if(Cr>=Math.floor(rr.display.gutters.getBoundingClientRect().right))return!1;Er&&Ts(fr);var Rn=rr.display,mi=Rn.lineDiv.getBoundingClientRect();if(Yr>mi.bottom||!Es(rr,vr))return Gs(fr);Yr-=mi.top-Rn.viewOffset;for(var Ui=0;Ui=Cr){var No=is(rr.doc,Yr),Cs=rr.display.gutterSpecs[Ui];return _o(rr,vr,rr,No,Cs.className,fr),Gs(fr)}}}function Ha(rr,fr){return Ma(rr,fr,"gutterClick",!0)}function So(rr,fr){ip(rr.display,fr)||as(rr,fr)||eo(rr,fr,"contextmenu")||lr||rr.display.input.onContextMenu(fr)}function as(rr,fr){return Es(rr,"gutterContextMenu")?Ma(rr,fr,"gutterContextMenu",!1):!1}function ps(rr){rr.display.wrapper.className=rr.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+rr.options.theme.replace(/(^|\s)\s*/g," cm-s-"),mm(rr)}var ns={toString:function(){return"CodeMirror.Init"}},As={},ko={};function Ws(rr){var fr=rr.optionHandlers;function vr(Er,Cr,Yr,Rn){rr.defaults[Er]=Cr,Yr&&(fr[Er]=Rn?function(mi,Ui,Aa){Aa!=ns&&Yr(mi,Ui,Aa)}:Yr)}rr.defineOption=vr,rr.Init=ns,vr("value","",function(Er,Cr){return Er.setValue(Cr)},!0),vr("mode",null,function(Er,Cr){Er.doc.modeOption=Cr,Ff(Er)},!0),vr("indentUnit",2,Ff,!0),vr("indentWithTabs",!1),vr("smartIndent",!0),vr("tabSize",4,function(Er){dp(Er),mm(Er),jf(Er)},!0),vr("lineSeparator",null,function(Er,Cr){if(Er.doc.lineSep=Cr,!!Cr){var Yr=[],Rn=Er.doc.first;Er.doc.iter(function(Ui){for(var Aa=0;;){var No=Ui.text.indexOf(Cr,Aa);if(No==-1)break;Aa=No+Cr.length,Yr.push(Vl(Rn,No))}Rn++});for(var mi=Yr.length-1;mi>=0;mi--)Au(Er.doc,Cr,Yr[mi],Vl(Yr[mi].line,Yr[mi].ch+Cr.length))}}),vr("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b\u200e\u200f\u2028\u2029\u202d\u202e\u2066\u2067\u2069\ufeff\ufff9-\ufffc]/g,function(Er,Cr,Yr){Er.state.specialChars=new RegExp(Cr.source+(Cr.test(" ")?"":"| "),"g"),Yr!=ns&&Er.refresh()}),vr("specialCharPlaceholder",Vp,function(Er){return Er.refresh()},!0),vr("electricChars",!0),vr("inputStyle",qe?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),vr("spellcheck",!1,function(Er,Cr){return Er.getInputField().spellcheck=Cr},!0),vr("autocorrect",!1,function(Er,Cr){return Er.getInputField().autocorrect=Cr},!0),vr("autocapitalize",!1,function(Er,Cr){return Er.getInputField().autocapitalize=Cr},!0),vr("rtlMoveVisually",!dr),vr("wholeLineUpdateBefore",!0),vr("theme","default",function(Er){ps(Er),lp(Er)},!0),vr("keyMap","default",function(Er,Cr,Yr){var Rn=f0(Cr),mi=Yr!=ns&&f0(Yr);mi&&mi.detach&&mi.detach(Er,Rn),Rn.attach&&Rn.attach(Er,mi||null)}),vr("extraKeys",null),vr("configureMouse",null),vr("lineWrapping",!1,Xo,!0),vr("gutters",[],function(Er,Cr){Er.display.gutterSpecs=Td(Cr,Er.options.lineNumbers),lp(Er)},!0),vr("fixedGutter",!0,function(Er,Cr){Er.display.gutters.style.left=Cr?Bd(Er.display)+"px":"0",Er.refresh()},!0),vr("coverGutterNextToScrollbar",!1,function(Er){return Yl(Er)},!0),vr("scrollbarStyle","native",function(Er){Wl(Er),Yl(Er),Er.display.scrollbars.setScrollTop(Er.doc.scrollTop),Er.display.scrollbars.setScrollLeft(Er.doc.scrollLeft)},!0),vr("lineNumbers",!1,function(Er,Cr){Er.display.gutterSpecs=Td(Er.options.gutters,Cr),lp(Er)},!0),vr("firstLineNumber",1,lp,!0),vr("lineNumberFormatter",function(Er){return Er},lp,!0),vr("showCursorWhenSelecting",!1,Np,!0),vr("resetSelectionOnContextMenu",!0),vr("lineWiseCopyCut",!0),vr("pasteLinesPerSelection",!0),vr("selectionsMayTouch",!1),vr("readOnly",!1,function(Er,Cr){Cr=="nocursor"&&(Go(Er),Er.display.input.blur()),Er.display.input.readOnlyChanged(Cr)}),vr("screenReaderLabel",null,function(Er,Cr){Cr=Cr===""?null:Cr,Er.display.input.screenReaderLabelChanged(Cr)}),vr("disableInput",!1,function(Er,Cr){Cr||Er.display.input.reset()},!0),vr("dragDrop",!0,cs),vr("allowDropFileTypes",null),vr("cursorBlinkRate",530),vr("cursorScrollMargin",0),vr("cursorHeight",1,Np,!0),vr("singleCursorHeightPerLine",!0,Np,!0),vr("workTime",100),vr("workDelay",100),vr("flattenSpans",!0,dp,!0),vr("addModeClass",!1,dp,!0),vr("pollInterval",100),vr("undoDepth",200,function(Er,Cr){return Er.doc.history.undoDepth=Cr}),vr("historyEventDelay",1250),vr("viewportMargin",10,function(Er){return Er.refresh()},!0),vr("maxHighlightLength",1e4,dp,!0),vr("moveInputWithCursor",!0,function(Er,Cr){Cr||Er.display.input.resetPosition()}),vr("tabindex",null,function(Er,Cr){return Er.display.input.getField().tabIndex=Cr||""}),vr("autofocus",null),vr("direction","ltr",function(Er,Cr){return Er.doc.setDirection(Cr)},!0),vr("phrases",null)}function cs(rr,fr,vr){var Er=vr&&vr!=ns;if(!fr!=!Er){var Cr=rr.display.dragFunctions,Yr=fr?zn:Ra;Yr(rr.display.scroller,"dragstart",Cr.start),Yr(rr.display.scroller,"dragenter",Cr.enter),Yr(rr.display.scroller,"dragover",Cr.over),Yr(rr.display.scroller,"dragleave",Cr.leave),Yr(rr.display.scroller,"drop",Cr.drop)}}function Xo(rr){rr.options.lineWrapping?(he(rr.display.wrapper,"CodeMirror-wrap"),rr.display.sizer.style.minWidth="",rr.display.sizerWidth=null):(ie(rr.display.wrapper,"CodeMirror-wrap"),xn(rr)),Ld(rr),jf(rr),mm(rr),setTimeout(function(){return Yl(rr)},100)}function Ms(rr,fr){var vr=this;if(!(this instanceof Ms))return new Ms(rr,fr);this.options=fr=fr?Sr(fr):{},Sr(As,fr,!1);var Er=fr.value;typeof Er=="string"?Er=new sf(Er,fr.mode,null,fr.lineSeparator,fr.direction):fr.mode&&(Er.modeOption=fr.mode),this.doc=Er;var Cr=new Ms.inputStyles[fr.inputStyle](this),Yr=this.display=new Ap(rr,Er,Cr,fr);Yr.wrapper.CodeMirror=this,ps(this),fr.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),Wl(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:-1,cutIncoming:-1,selectingText:!1,draggingText:!1,highlight:new Fr,keySeq:null,specialChars:null},fr.autofocus&&!qe&&Yr.input.focus(),V&&z<11&&setTimeout(function(){return vr.display.input.reset(!0)},20),_l(this),u0(),Ou(this),this.curOp.forceUpdate=!0,Cf(this,Er),fr.autofocus&&!qe||this.hasFocus()?setTimeout(function(){vr.hasFocus()&&!vr.state.focused&&Yo(vr)},20):Go(this);for(var Rn in ko)ko.hasOwnProperty(Rn)&&ko[Rn](this,fr[Rn],ns);nd(this),fr.finishInit&&fr.finishInit(this);for(var mi=0;mi20*20}zn(fr.scroller,"touchstart",function(Ui){if(!eo(rr,Ui)&&!Yr(Ui)&&!Ha(rr,Ui)){fr.input.ensurePolled(),clearTimeout(vr);var Aa=+new Date;fr.activeTouch={start:Aa,moved:!1,prev:Aa-Er.end<=300?Er:null},Ui.touches.length==1&&(fr.activeTouch.left=Ui.touches[0].pageX,fr.activeTouch.top=Ui.touches[0].pageY)}}),zn(fr.scroller,"touchmove",function(){fr.activeTouch&&(fr.activeTouch.moved=!0)}),zn(fr.scroller,"touchend",function(Ui){var Aa=fr.activeTouch;if(Aa&&!ip(fr,Ui)&&Aa.left!=null&&!Aa.moved&&new Date-Aa.start<300){var No=rr.coordsChar(fr.activeTouch,"page"),Cs;!Aa.prev||Rn(Aa,Aa.prev)?Cs=new ld(No,No):!Aa.prev.prev||Rn(Aa,Aa.prev.prev)?Cs=rr.findWordAt(No):Cs=new ld(Vl(No.line,0),jc(rr.doc,Vl(No.line+1,0))),rr.setSelection(Cs.anchor,Cs.head),rr.focus(),Ts(Ui)}Cr()}),zn(fr.scroller,"touchcancel",Cr),zn(fr.scroller,"scroll",function(){fr.scroller.clientHeight&&(ms(rr,fr.scroller.scrollTop),Rs(rr,fr.scroller.scrollLeft,!0),_o(rr,"scroll",rr))}),zn(fr.scroller,"mousewheel",function(Ui){return Wd(rr,Ui)}),zn(fr.scroller,"DOMMouseScroll",function(Ui){return Wd(rr,Ui)}),zn(fr.wrapper,"scroll",function(){return fr.wrapper.scrollTop=fr.wrapper.scrollLeft=0}),fr.dragFunctions={enter:function(Ui){eo(rr,Ui)||uc(Ui)},over:function(Ui){eo(rr,Ui)||(ud(rr,Ui),uc(Ui))},start:function(Ui){return Nf(rr,Ui)},drop:ju(rr,fp),leave:function(Ui){eo(rr,Ui)||Sf(rr)}};var mi=fr.input.getField();zn(mi,"keyup",function(Ui){return Xa.call(rr,Ui)}),zn(mi,"keydown",ju(rr,va)),zn(mi,"keypress",ju(rr,Ta)),zn(mi,"focus",function(Ui){return Yo(rr,Ui)}),zn(mi,"blur",function(Ui){return Go(rr,Ui)})}var Xs=[];Ms.defineInitHook=function(rr){return Xs.push(rr)};function Ul(rr,fr,vr,Er){var Cr=rr.doc,Yr;vr==null&&(vr="add"),vr=="smart"&&(Cr.mode.indent?Yr=_p(rr,fr).state:vr="prev");var Rn=rr.options.tabSize,mi=Bl(Cr,fr),Ui=Ar(mi.text,null,Rn);mi.stateAfter&&(mi.stateAfter=null);var Aa=mi.text.match(/^\s*/)[0],No;if(!Er&&!/\S/.test(mi.text))No=0,vr="not";else if(vr=="smart"&&(No=Cr.mode.indent(Yr,mi.text.slice(Aa.length),mi.text),No==Dr||No>150)){if(!Er)return;vr="prev"}vr=="prev"?fr>Cr.first?No=Ar(Bl(Cr,fr-1).text,null,Rn):No=0:vr=="add"?No=Ui+rr.options.indentUnit:vr=="subtract"?No=Ui-rr.options.indentUnit:typeof vr=="number"&&(No=Ui+vr),No=Math.max(0,No);var Cs="",Ns=0;if(rr.options.indentWithTabs)for(var Bs=Math.floor(No/Rn);Bs;--Bs)Ns+=Rn,Cs+=" ";if(NsRn,Ui=Hr(fr),Aa=null;if(mi&&Er.ranges.length>1)if(ss&&ss.text.join(` -`)==fr){if(Er.ranges.length%ss.text.length==0){Aa=[];for(var No=0;No=0;Ns--){var Bs=Er.ranges[Ns],pl=Bs.from(),Eu=Bs.to();Bs.empty()&&(vr&&vr>0?pl=Vl(pl.line,pl.ch-vr):rr.state.overwrite&&!mi?Eu=Vl(Eu.line,Math.min(Bl(Yr,Eu.line).text.length,Eu.ch+vn(Ui).length)):mi&&ss&&ss.lineWise&&ss.text.join(` -`)==Ui.join(` -`)&&(pl=Eu=Vl(pl.line,0)));var kl={from:pl,to:Eu,text:Aa?Aa[Ns%Aa.length]:Ui,origin:Cr||(mi?"paste":rr.state.cutIncoming>Rn?"cut":"+input")};Kc(rr.doc,kl),hf(rr,"inputRead",rr,kl)}fr&&!mi&&Wu(rr,fr),ws(rr),rr.curOp.updateInput<2&&(rr.curOp.updateInput=Cs),rr.curOp.typing=!0,rr.state.pasteIncoming=rr.state.cutIncoming=-1}function Dl(rr,fr){var vr=rr.clipboardData&&rr.clipboardData.getData("Text");if(vr)return rr.preventDefault(),!fr.isReadOnly()&&!fr.options.disableInput&&fr.hasFocus()&&Ic(fr,function(){return jl(fr,vr,0,null,"paste")}),!0}function Wu(rr,fr){if(!(!rr.options.electricChars||!rr.options.smartIndent))for(var vr=rr.doc.sel,Er=vr.ranges.length-1;Er>=0;Er--){var Cr=vr.ranges[Er];if(!(Cr.head.ch>100||Er&&vr.ranges[Er-1].head.line==Cr.head.line)){var Yr=rr.getModeAt(Cr.head),Rn=!1;if(Yr.electricChars){for(var mi=0;mi-1){Rn=Ul(rr,Cr.head.line,"smart");break}}else Yr.electricInput&&Yr.electricInput.test(Bl(rr.doc,Cr.head.line).text.slice(0,Cr.head.ch))&&(Rn=Ul(rr,Cr.head.line,"smart"));Rn&&hf(rr,"electricInput",rr,Cr.head.line)}}}function Fs(rr){for(var fr=[],vr=[],Er=0;ErYr&&(Ul(this,mi.head.line,Er,!0),Yr=mi.head.line,Rn==this.doc.sel.primIndex&&ws(this));else{var Ui=mi.from(),Aa=mi.to(),No=Math.max(Yr,Ui.line);Yr=Math.min(this.lastLine(),Aa.line-(Aa.ch?0:1))+1;for(var Cs=No;Cs0&&Na(this.doc,Rn,new ld(Ui,Ns[Rn].to()),Ir)}}}),getTokenAt:function(Er,Cr){return Ip(this,Er,Cr)},getLineTokens:function(Er,Cr){return Ip(this,Vl(Er),Cr,!0)},getTokenTypeAt:function(Er){Er=jc(this.doc,Er);var Cr=Pp(this,Bl(this.doc,Er.line)),Yr=0,Rn=(Cr.length-1)/2,mi=Er.ch,Ui;if(mi==0)Ui=Cr[2];else for(;;){var Aa=Yr+Rn>>1;if((Aa?Cr[Aa*2-1]:0)>=mi)Rn=Aa;else if(Cr[Aa*2+1]Ui&&(Er=Ui,Rn=!0),mi=Bl(this.doc,Er)}else mi=Er;return Th(this,mi,{top:0,left:0},Cr||"page",Yr||Rn).top+(Rn?this.doc.height-qf(mi):0)},defaultTextHeight:function(){return Cp(this.display)},defaultCharWidth:function(){return ih(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(Er,Cr,Yr,Rn,mi){var Ui=this.display;Er=vu(this,jc(this.doc,Er));var Aa=Er.bottom,No=Er.left;if(Cr.style.position="absolute",Cr.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(Cr),Ui.sizer.appendChild(Cr),Rn=="over")Aa=Er.top;else if(Rn=="above"||Rn=="near"){var Cs=Math.max(Ui.wrapper.clientHeight,this.doc.height),Ns=Math.max(Ui.sizer.clientWidth,Ui.lineSpace.clientWidth);(Rn=="above"||Er.bottom+Cr.offsetHeight>Cs)&&Er.top>Cr.offsetHeight?Aa=Er.top-Cr.offsetHeight:Er.bottom+Cr.offsetHeight<=Cs&&(Aa=Er.bottom),No+Cr.offsetWidth>Ns&&(No=Ns-Cr.offsetWidth)}Cr.style.top=Aa+"px",Cr.style.left=Cr.style.right="",mi=="right"?(No=Ui.sizer.clientWidth-Cr.offsetWidth,Cr.style.right="0px"):(mi=="left"?No=0:mi=="middle"&&(No=(Ui.sizer.clientWidth-Cr.offsetWidth)/2),Cr.style.left=No+"px"),Yr&&vo(this,{left:No,top:Aa,right:No+Cr.offsetWidth,bottom:Aa+Cr.offsetHeight})},triggerOnKeyDown:bu(va),triggerOnKeyPress:bu(Ta),triggerOnKeyUp:Xa,triggerOnMouseDown:bu(na),execCommand:function(Er){if(di.hasOwnProperty(Er))return di[Er].call(null,this)},triggerElectric:bu(function(Er){Wu(this,Er)}),findPosH:function(Er,Cr,Yr,Rn){var mi=1;Cr<0&&(mi=-1,Cr=-Cr);for(var Ui=jc(this.doc,Er),Aa=0;Aa0&&No(Yr.charAt(Rn-1));)--Rn;for(;mi.5||this.options.lineWrapping)&&Ld(this),_o(this,"refresh",this)}),swapDoc:bu(function(Er){var Cr=this.doc;return Cr.cm=null,this.state.selectingText&&this.state.selectingText(),Cf(this,Er),mm(this),this.display.input.reset(),Vs(this,Er.scrollLeft,Er.scrollTop),this.curOp.forceScroll=!0,hf(this,"swapDoc",this,Cr),Cr}),phrase:function(Er){var Cr=this.options.phrases;return Cr&&Object.prototype.hasOwnProperty.call(Cr,Er)?Cr[Er]:Er},getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},Hs(rr),rr.registerHelper=function(Er,Cr,Yr){vr.hasOwnProperty(Er)||(vr[Er]=rr[Er]={_global:[]}),vr[Er][Cr]=Yr},rr.registerGlobalHelper=function(Er,Cr,Yr,Rn){rr.registerHelper(Er,Cr,Rn),vr[Er]._global.push({pred:Yr,val:Rn})}}function Zs(rr,fr,vr,Er,Cr){var Yr=fr,Rn=vr,mi=Bl(rr,fr.line),Ui=Cr&&rr.direction=="rtl"?-vr:vr;function Aa(){var Ru=fr.line+Ui;return Ru=rr.first+rr.size?!1:(fr=new Vl(Ru,fr.ch,fr.sticky),mi=Bl(rr,Ru))}function No(Ru){var Ds;if(Er=="codepoint"){var xc=mi.text.charCodeAt(fr.ch+(vr>0?0:-1));if(isNaN(xc))Ds=null;else{var Rc=vr>0?xc>=55296&&xc<56320:xc>=56320&&xc<57343;Ds=new Vl(fr.line,Math.max(0,Math.min(mi.text.length,fr.ch+vr*(Rc?2:1))),-vr)}}else Cr?Ds=In(rr.cm,mi,fr,vr):Ds=Vn(mi,fr,vr);if(Ds==null)if(!Ru&&Aa())fr=Fi(Cr,rr.cm,mi,fr.line,Ui);else return!1;else fr=Ds;return!0}if(Er=="char"||Er=="codepoint")No();else if(Er=="column")No(!0);else if(Er=="word"||Er=="group")for(var Cs=null,Ns=Er=="group",Bs=rr.cm&&rr.cm.getHelper(fr,"wordChars"),pl=!0;!(vr<0&&!No(!pl));pl=!1){var Eu=mi.text.charAt(fr.ch)||` -`,kl=oa(Eu,Bs)?"w":Ns&&Eu==` -`?"n":!Ns||/\s/.test(Eu)?null:"p";if(Ns&&!pl&&!kl&&(kl="s"),Cs&&Cs!=kl){vr<0&&(vr=1,No(),fr.sticky="after");break}if(kl&&(Cs=kl),vr>0&&!No(!pl))break}var Cu=pc(rr,fr,Yr,Rn,!0);return Lc(Yr,Cu)&&(Cu.hitSide=!0),Cu}function xu(rr,fr,vr,Er){var Cr=rr.doc,Yr=fr.left,Rn;if(Er=="page"){var mi=Math.min(rr.display.wrapper.clientHeight,Nr(rr).innerHeight||Cr(rr).documentElement.clientHeight),Ui=Math.max(mi-.5*Cp(rr.display),3);Rn=(vr>0?fr.bottom:fr.top)+vr*Ui}else Er=="line"&&(Rn=vr>0?fr.bottom+3:fr.top-3);for(var Aa;Aa=kd(rr,Yr,Rn),!!Aa.outside;){if(vr<0?Rn<=0:Rn>=Cr.height){Aa.hitSide=!0;break}Rn+=vr*5}return Aa}var yu=function(rr){this.cm=rr,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Fr,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};yu.prototype.init=function(rr){var fr=this,vr=this,Er=vr.cm,Cr=vr.div=rr.lineDiv;Cr.contentEditable=!0,xs(Cr,Er.options.spellcheck,Er.options.autocorrect,Er.options.autocapitalize);function Yr(mi){for(var Ui=mi.target;Ui;Ui=Ui.parentNode){if(Ui==Cr)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(Ui.className))break}return!1}zn(Cr,"paste",function(mi){!Yr(mi)||eo(Er,mi)||Dl(mi,Er)||z<=11&&setTimeout(ju(Er,function(){return fr.updateFromDOM()}),20)}),zn(Cr,"compositionstart",function(mi){fr.composing={data:mi.data,done:!1}}),zn(Cr,"compositionupdate",function(mi){fr.composing||(fr.composing={data:mi.data,done:!1})}),zn(Cr,"compositionend",function(mi){fr.composing&&(mi.data!=fr.composing.data&&fr.readFromDOMSoon(),fr.composing.done=!0)}),zn(Cr,"touchstart",function(){return vr.forceCompositionEnd()}),zn(Cr,"input",function(){fr.composing||fr.readFromDOMSoon()});function Rn(mi){if(!(!Yr(mi)||eo(Er,mi))){if(Er.somethingSelected())Ps({lineWise:!1,text:Er.getSelections()}),mi.type=="cut"&&Er.replaceSelection("",null,"cut");else if(Er.options.lineWiseCopyCut){var Ui=Fs(Er);Ps({lineWise:!0,text:Ui.text}),mi.type=="cut"&&Er.operation(function(){Er.setSelections(Ui.ranges,0,Ir),Er.replaceSelection("",null,"cut")})}else return;if(mi.clipboardData){mi.clipboardData.clearData();var Aa=ss.text.join(` -`);if(mi.clipboardData.setData("Text",Aa),mi.clipboardData.getData("Text")==Aa){mi.preventDefault();return}}var No=Js(),Cs=No.firstChild;xs(Cs),Er.display.lineSpace.insertBefore(No,Er.display.lineSpace.firstChild),Cs.value=ss.text.join(` -`);var Ns=kt(xr(Cr));gr(Cs),setTimeout(function(){Er.display.lineSpace.removeChild(No),Ns.focus(),Ns==Cr&&vr.showPrimarySelection()},50)}}zn(Cr,"copy",Rn),zn(Cr,"cut",Rn)},yu.prototype.screenReaderLabelChanged=function(rr){rr?this.div.setAttribute("aria-label",rr):this.div.removeAttribute("aria-label")},yu.prototype.prepareSelection=function(){var rr=im(this.cm,!1);return rr.focus=kt(xr(this.div))==this.div,rr},yu.prototype.showSelection=function(rr,fr){!rr||!this.cm.display.view.length||((rr.focus||fr)&&this.showPrimarySelection(),this.showMultipleSelections(rr))},yu.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},yu.prototype.showPrimarySelection=function(){var rr=this.getSelection(),fr=this.cm,vr=fr.doc.sel.primary(),Er=vr.from(),Cr=vr.to();if(fr.display.viewTo==fr.display.viewFrom||Er.line>=fr.display.viewTo||Cr.line=fr.display.viewFrom&&vc(fr,Er)||{node:mi[0].measure.map[2],offset:0},Aa=Cr.linerr.firstLine()&&(Er=Vl(Er.line-1,Bl(rr.doc,Er.line-1).length)),Cr.ch==Bl(rr.doc,Cr.line).text.length&&Cr.linefr.viewTo-1)return!1;var Yr,Rn,mi;Er.line==fr.viewFrom||(Yr=nm(rr,Er.line))==0?(Rn=Fn(fr.view[0].line),mi=fr.view[0].node):(Rn=Fn(fr.view[Yr].line),mi=fr.view[Yr-1].node.nextSibling);var Ui=nm(rr,Cr.line),Aa,No;if(Ui==fr.view.length-1?(Aa=fr.viewTo-1,No=fr.lineDiv.lastChild):(Aa=Fn(fr.view[Ui+1].line)-1,No=fr.view[Ui+1].node.previousSibling),!mi)return!1;for(var Cs=rr.doc.splitLines(Cc(rr,mi,No,Rn,Aa)),Ns=Vu(rr.doc,Vl(Rn,0),Vl(Aa,Bl(rr.doc,Aa).text.length));Cs.length>1&&Ns.length>1;)if(vn(Cs)==vn(Ns))Cs.pop(),Ns.pop(),Aa--;else if(Cs[0]==Ns[0])Cs.shift(),Ns.shift(),Rn++;else break;for(var Bs=0,pl=0,Eu=Cs[0],kl=Ns[0],Cu=Math.min(Eu.length,kl.length);BsEr.ch&&Ru.charCodeAt(Ru.length-pl-1)==Ds.charCodeAt(Ds.length-pl-1);)Bs--,pl++;Cs[Cs.length-1]=Ru.slice(0,Ru.length-pl).replace(/^\u200b+/,""),Cs[0]=Cs[0].slice(Bs).replace(/\u200b+$/,"");var Rc=Vl(Rn,Bs),lc=Vl(Aa,Ns.length?vn(Ns).length-pl:0);if(Cs.length>1||Cs[0]||cc(Rc,lc))return Au(rr.doc,Cs,Rc,lc,"+input"),!0},yu.prototype.ensurePolled=function(){this.forceCompositionEnd()},yu.prototype.reset=function(){this.forceCompositionEnd()},yu.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},yu.prototype.readFromDOMSoon=function(){var rr=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(rr.readDOMTimeout=null,rr.composing)if(rr.composing.done)rr.composing=null;else return;rr.updateFromDOM()},80))},yu.prototype.updateFromDOM=function(){var rr=this;(this.cm.isReadOnly()||!this.pollContent())&&Ic(this.cm,function(){return jf(rr.cm)})},yu.prototype.setUneditable=function(rr){rr.contentEditable="false"},yu.prototype.onKeyPress=function(rr){rr.charCode==0||this.composing||(rr.preventDefault(),this.cm.isReadOnly()||ju(this.cm,jl)(this.cm,String.fromCharCode(rr.charCode==null?rr.keyCode:rr.charCode),0))},yu.prototype.readOnlyChanged=function(rr){this.div.contentEditable=String(rr!="nocursor")},yu.prototype.onContextMenu=function(){},yu.prototype.resetPosition=function(){},yu.prototype.needsContentAttribute=!0;function vc(rr,fr){var vr=Cm(rr,fr.line);if(!vr||vr.hidden)return null;var Er=Bl(rr.doc,fr.line),Cr=zm(vr,Er,fr.line),Yr=ca(Er,rr.doc.direction),Rn="left";if(Yr){var mi=Sa(Yr,fr.ch);Rn=mi%2?"right":"left"}var Ui=Wm(Cr.map,fr.ch,Rn);return Ui.offset=Ui.collapse=="right"?Ui.end:Ui.start,Ui}function hd(rr){for(var fr=rr;fr;fr=fr.parentNode)if(/CodeMirror-gutter-wrapper/.test(fr.className))return!0;return!1}function Yc(rr,fr){return fr&&(rr.bad=!0),rr}function Cc(rr,fr,vr,Er,Cr){var Yr="",Rn=!1,mi=rr.doc.lineSeparator(),Ui=!1;function Aa(Bs){return function(pl){return pl.id==Bs}}function No(){Rn&&(Yr+=mi,Ui&&(Yr+=mi),Rn=Ui=!1)}function Cs(Bs){Bs&&(No(),Yr+=Bs)}function Ns(Bs){if(Bs.nodeType==1){var pl=Bs.getAttribute("cm-text");if(pl){Cs(pl);return}var Eu=Bs.getAttribute("cm-marker"),kl;if(Eu){var Cu=rr.findMarks(Vl(Er,0),Vl(Cr+1,0),Aa(+Eu));Cu.length&&(kl=Cu[0].find(0))&&Cs(Vu(rr.doc,kl.from,kl.to).join(mi));return}if(Bs.getAttribute("contenteditable")=="false")return;var Ru=/^(pre|div|p|li|table|br)$/i.test(Bs.nodeName);if(!/^br$/i.test(Bs.nodeName)&&Bs.textContent.length==0)return;Ru&&No();for(var Ds=0;Ds=9&&fr.hasSelection&&(fr.hasSelection=null),vr.poll()}),zn(Cr,"paste",function(Rn){eo(Er,Rn)||Dl(Rn,Er)||(Er.state.pasteIncoming=+new Date,vr.fastPoll())});function Yr(Rn){if(!eo(Er,Rn)){if(Er.somethingSelected())Ps({lineWise:!1,text:Er.getSelections()});else if(Er.options.lineWiseCopyCut){var mi=Fs(Er);Ps({lineWise:!0,text:mi.text}),Rn.type=="cut"?Er.setSelections(mi.ranges,null,Ir):(vr.prevInput="",Cr.value=mi.text.join(` -`),gr(Cr))}else return;Rn.type=="cut"&&(Er.state.cutIncoming=+new Date)}}zn(Cr,"cut",Yr),zn(Cr,"copy",Yr),zn(rr.scroller,"paste",function(Rn){if(!(ip(rr,Rn)||eo(Er,Rn))){if(!Cr.dispatchEvent){Er.state.pasteIncoming=+new Date,vr.focus();return}var mi=new Event("paste");mi.clipboardData=Rn.clipboardData,Cr.dispatchEvent(mi)}}),zn(rr.lineSpace,"selectstart",function(Rn){ip(rr,Rn)||Ts(Rn)}),zn(Cr,"compositionstart",function(){var Rn=Er.getCursor("from");vr.composing&&vr.composing.range.clear(),vr.composing={start:Rn,range:Er.markText(Rn,Er.getCursor("to"),{className:"CodeMirror-composing"})}}),zn(Cr,"compositionend",function(){vr.composing&&(vr.poll(),vr.composing.range.clear(),vr.composing=null)})},ds.prototype.createField=function(rr){this.wrapper=Js(),this.textarea=this.wrapper.firstChild;var fr=this.cm.options;xs(this.textarea,fr.spellcheck,fr.autocorrect,fr.autocapitalize)},ds.prototype.screenReaderLabelChanged=function(rr){rr?this.textarea.setAttribute("aria-label",rr):this.textarea.removeAttribute("aria-label")},ds.prototype.prepareSelection=function(){var rr=this.cm,fr=rr.display,vr=rr.doc,Er=im(rr);if(rr.options.moveInputWithCursor){var Cr=vu(rr,vr.sel.primary().head,"div"),Yr=fr.wrapper.getBoundingClientRect(),Rn=fr.lineDiv.getBoundingClientRect();Er.teTop=Math.max(0,Math.min(fr.wrapper.clientHeight-10,Cr.top+Rn.top-Yr.top)),Er.teLeft=Math.max(0,Math.min(fr.wrapper.clientWidth-10,Cr.left+Rn.left-Yr.left))}return Er},ds.prototype.showSelection=function(rr){var fr=this.cm,vr=fr.display;Ce(vr.cursorDiv,rr.cursors),Ce(vr.selectionDiv,rr.selection),rr.teTop!=null&&(this.wrapper.style.top=rr.teTop+"px",this.wrapper.style.left=rr.teLeft+"px")},ds.prototype.reset=function(rr){if(!(this.contextMenuPending||this.composing&&rr)){var fr=this.cm;if(this.resetting=!0,fr.somethingSelected()){this.prevInput="";var vr=fr.getSelection();this.textarea.value=vr,fr.state.focused&&gr(this.textarea),V&&z>=9&&(this.hasSelection=vr)}else rr||(this.prevInput=this.textarea.value="",V&&z>=9&&(this.hasSelection=null));this.resetting=!1}},ds.prototype.getField=function(){return this.textarea},ds.prototype.supportsTouch=function(){return!1},ds.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!qe||kt(xr(this.textarea))!=this.textarea))try{this.textarea.focus()}catch{}},ds.prototype.blur=function(){this.textarea.blur()},ds.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},ds.prototype.receivedFocus=function(){this.slowPoll()},ds.prototype.slowPoll=function(){var rr=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){rr.poll(),rr.cm.state.focused&&rr.slowPoll()})},ds.prototype.fastPoll=function(){var rr=!1,fr=this;fr.pollingFast=!0;function vr(){var Er=fr.poll();!Er&&!rr?(rr=!0,fr.polling.set(60,vr)):(fr.pollingFast=!1,fr.slowPoll())}fr.polling.set(20,vr)},ds.prototype.poll=function(){var rr=this,fr=this.cm,vr=this.textarea,Er=this.prevInput;if(this.contextMenuPending||this.resetting||!fr.state.focused||ui(vr)&&!Er&&!this.composing||fr.isReadOnly()||fr.options.disableInput||fr.state.keySeq)return!1;var Cr=vr.value;if(Cr==Er&&!fr.somethingSelected())return!1;if(V&&z>=9&&this.hasSelection===Cr||er&&/[\uf700-\uf7ff]/.test(Cr))return fr.display.input.reset(),!1;if(fr.doc.sel==fr.display.selForContextMenu){var Yr=Cr.charCodeAt(0);if(Yr==8203&&!Er&&(Er="​"),Yr==8666)return this.reset(),this.cm.execCommand("undo")}for(var Rn=0,mi=Math.min(Er.length,Cr.length);Rn1e3||Cr.indexOf(` -`)>-1?vr.value=rr.prevInput="":rr.prevInput=Cr,rr.composing&&(rr.composing.range.clear(),rr.composing.range=fr.markText(rr.composing.start,fr.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},ds.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},ds.prototype.onKeyPress=function(){V&&z>=9&&(this.hasSelection=null),this.fastPoll()},ds.prototype.onContextMenu=function(rr){var fr=this,vr=fr.cm,Er=vr.display,Cr=fr.textarea;fr.contextMenuPending&&fr.contextMenuPending();var Yr=Zf(vr,rr),Rn=Er.scroller.scrollTop;if(!Yr||_e)return;var mi=vr.options.resetSelectionOnContextMenu;mi&&vr.doc.sel.contains(Yr)==-1&&ju(vr,_s)(vr.doc,$f(Yr),Ir);var Ui=Cr.style.cssText,Aa=fr.wrapper.style.cssText,No=fr.wrapper.offsetParent.getBoundingClientRect();fr.wrapper.style.cssText="position: static",Cr.style.cssText=`position: absolute; width: 30px; height: 30px; - top: `+(rr.clientY-No.top-5)+"px; left: "+(rr.clientX-No.left-5)+`px; +b`.split(/\n/).length!=3?function($e){for(var er=0,ir=[],lr=$e.length;er<=lr;){var dr=$e.indexOf(` +`,er);dr==-1&&(dr=$e.length);var $r=$e.slice(er,$e.charAt(dr-1)=="\r"?dr-1:dr),Zr=$r.indexOf("\r");Zr!=-1?(ir.push($r.slice(0,Zr)),er+=Zr+1):(ir.push($r),er=dr+1)}return ir}:function($e){return $e.split(/\r\n?|\n/)},Zn=window.getSelection?function($e){try{return $e.selectionStart!=$e.selectionEnd}catch{return!1}}:function($e){var er;try{er=$e.ownerDocument.selection.createRange()}catch{}return!er||er.parentElement()!=$e?!1:er.compareEndPoints("StartToEnd",er)!=0},hn=function(){var $e=nr("div");return"oncopy"in $e?!0:($e.setAttribute("oncopy","return;"),typeof $e.oncopy=="function")}(),Ln=null;function Vi($e){if(Ln!=null)return Ln;var er=ar($e,nr("span","x")),ir=er.getBoundingClientRect(),lr=cr(er,0,1).getBoundingClientRect();return Ln=Math.abs(ir.left-lr.left)>1}var Wi={},pa={};function Ki($e,er){arguments.length>2&&(er.dependencies=Array.prototype.slice.call(arguments,2)),Wi[$e]=er}function Yo($e,er){pa[$e]=er}function Eo($e){if(typeof $e=="string"&&pa.hasOwnProperty($e))$e=pa[$e];else if($e&&typeof $e.name=="string"&&pa.hasOwnProperty($e.name)){var er=pa[$e.name];typeof er=="string"&&(er={name:er}),$e=Qr(er,$e),$e.name=er.name}else{if(typeof $e=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test($e))return Eo("application/xml");if(typeof $e=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test($e))return Eo("application/json")}return typeof $e=="string"?{name:$e}:$e||{name:"null"}}function Fo($e,er){er=Eo(er);var ir=Wi[er.name];if(!ir)return Fo($e,"text/plain");var lr=ir($e,er);if(hs.hasOwnProperty(er.name)){var dr=hs[er.name];for(var $r in dr)dr.hasOwnProperty($r)&&(lr.hasOwnProperty($r)&&(lr["_"+$r]=lr[$r]),lr[$r]=dr[$r])}if(lr.name=er.name,er.helperType&&(lr.helperType=er.helperType),er.modeProps)for(var Zr in er.modeProps)lr[Zr]=er.modeProps[Zr];return lr}var hs={};function An($e,er){var ir=hs.hasOwnProperty($e)?hs[$e]:hs[$e]={};gr(er,ir)}function Uo($e,er){if(er===!0)return er;if($e.copyState)return $e.copyState(er);var ir={};for(var lr in er){var dr=er[lr];dr instanceof Array&&(dr=dr.concat([])),ir[lr]=dr}return ir}function cu($e,er){for(var ir;$e.innerMode&&(ir=$e.innerMode(er),!(!ir||ir.mode==$e));)er=ir.state,$e=ir.mode;return ir||{mode:$e,state:er}}function ko($e,er,ir){return $e.startState?$e.startState(er,ir):!0}var vu=function($e,er,ir){this.pos=this.start=0,this.string=$e,this.tabSize=er||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=ir};vu.prototype.eol=function(){return this.pos>=this.string.length},vu.prototype.sol=function(){return this.pos==this.lineStart},vu.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},vu.prototype.next=function(){if(this.poser},vu.prototype.eatSpace=function(){for(var $e=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>$e},vu.prototype.skipToEnd=function(){this.pos=this.string.length},vu.prototype.skipTo=function($e){var er=this.string.indexOf($e,this.pos);if(er>-1)return this.pos=er,!0},vu.prototype.backUp=function($e){this.pos-=$e},vu.prototype.column=function(){return this.lastColumnPos0?null:($r&&er!==!1&&(this.pos+=$r[0].length),$r)}},vu.prototype.current=function(){return this.string.slice(this.start,this.pos)},vu.prototype.hideFirstChars=function($e,er){this.lineStart+=$e;try{return er()}finally{this.lineStart-=$e}},vu.prototype.lookAhead=function($e){var er=this.lineOracle;return er&&er.lookAhead($e)},vu.prototype.baseToken=function(){var $e=this.lineOracle;return $e&&$e.baseToken(this.pos)};function Ul($e,er){if(er-=$e.first,er<0||er>=$e.size)throw new Error("There is no line "+(er+$e.first)+" in the document.");for(var ir=$e;!ir.lines;)for(var lr=0;;++lr){var dr=ir.children[lr],$r=dr.chunkSize();if(er<$r){ir=dr;break}er-=$r}return ir.lines[er]}function tc($e,er,ir){var lr=[],dr=er.line;return $e.iter(er.line,ir.line+1,function($r){var Zr=$r.text;dr==ir.line&&(Zr=Zr.slice(0,ir.ch)),dr==er.line&&(Zr=Zr.slice(er.ch)),lr.push(Zr),++dr}),lr}function Fu($e,er,ir){var lr=[];return $e.iter(er,ir,function(dr){lr.push(dr.text)}),lr}function Ku($e,er){var ir=er-$e.height;if(ir)for(var lr=$e;lr;lr=lr.parent)lr.height+=ir}function In($e){if($e.parent==null)return null;for(var er=$e.parent,ir=Ur(er.lines,$e),lr=er.parent;lr;er=lr,lr=lr.parent)for(var dr=0;lr.children[dr]!=er;++dr)ir+=lr.children[dr].chunkSize();return ir+er.first}function rs($e,er){var ir=$e.first;e:do{for(var lr=0;lr<$e.children.length;++lr){var dr=$e.children[lr],$r=dr.height;if(er<$r){$e=dr;continue e}er-=$r,ir+=dr.chunkSize()}return ir}while(!$e.lines);for(var Zr=0;Zr<$e.lines.length;++Zr){var Hn=$e.lines[Zr],mi=Hn.height;if(er=$e.first&&er<$e.first+$e.size}function Eu($e,er){return String($e.lineNumberFormatter(er+$e.firstLineNumber))}function ml($e,er,ir){if(ir===void 0&&(ir=null),!(this instanceof ml))return new ml($e,er,ir);this.line=$e,this.ch=er,this.sticky=ir}function Uu($e,er){return $e.line-er.line||$e.ch-er.ch}function Ac($e,er){return $e.sticky==er.sticky&&Uu($e,er)==0}function od($e){return ml($e.line,$e.ch)}function ld($e,er){return Uu($e,er)<0?er:$e}function gp($e,er){return Uu($e,er)<0?$e:er}function lp($e,er){return Math.max($e.first,Math.min(er,$e.first+$e.size-1))}function Oc($e,er){if(er.line<$e.first)return ml($e.first,0);var ir=$e.first+$e.size-1;return er.line>ir?ml(ir,Ul($e,ir).text.length):Hd(er,Ul($e,er.line).text.length)}function Hd($e,er){var ir=$e.ch;return ir==null||ir>er?ml($e.line,er):ir<0?ml($e.line,0):$e}function nd($e,er){for(var ir=[],lr=0;lrthis.maxLookAhead&&(this.maxLookAhead=$e),er},Tp.prototype.baseToken=function($e){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=$e;)this.baseTokenPos+=2;var er=this.baseTokens[this.baseTokenPos+1];return{type:er&&er.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-$e}},Tp.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Tp.fromSaved=function($e,er,ir){return er instanceof Ap?new Tp($e,Uo($e.mode,er.state),ir,er.lookAhead):new Tp($e,Uo($e.mode,er),ir)},Tp.prototype.save=function($e){var er=$e!==!1?Uo(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new Ap(er,this.maxLookAhead):er};function Sf($e,er,ir,lr){var dr=[$e.state.modeGen],$r={};uf($e,er.text,$e.doc.mode,ir,function(ma,io){return dr.push(ma,io)},$r,lr);for(var Zr=ir.state,Hn=function(ma){ir.baseTokens=dr;var io=$e.state.overlays[ma],ms=1,gs=0;ir.state=!0,uf($e,er.text,io.mode,ir,function(Cs,Js){for(var Hl=ms;gsCs&&dr.splice(ms,1,Cs,dr[ms+1],sl),ms+=2,gs=Math.min(Cs,sl)}if(Js)if(io.opaque)dr.splice(Hl,ms-Hl,Cs,"overlay "+Js),ms=Hl+2;else for(;Hl$e.options.maxHighlightLength&&Uo($e.doc.mode,lr.state),$r=Sf($e,er,lr);dr&&(lr.state=dr),er.stateAfter=lr.save(!dr),er.styles=$r.styles,$r.classes?er.styleClasses=$r.classes:er.styleClasses&&(er.styleClasses=null),ir===$e.doc.highlightFrontier&&($e.doc.modeFrontier=Math.max($e.doc.modeFrontier,++$e.doc.highlightFrontier))}return er.styles}function lf($e,er,ir){var lr=$e.doc,dr=$e.display;if(!lr.mode.startState)return new Tp(lr,!0,er);var $r=Ff($e,er,ir),Zr=$r>lr.first&&Ul(lr,$r-1).stateAfter,Hn=Zr?Tp.fromSaved(lr,Zr,$r):new Tp(lr,ko(lr.mode),$r);return lr.iter($r,er,function(mi){Op($e,mi.text,Hn);var ma=Hn.line;mi.stateAfter=ma==er-1||ma%5==0||ma>=dr.viewFrom&&maer.start)return $r}throw new Error("Mode "+$e.name+" failed to advance stream.")}var yc=function($e,er,ir){this.start=$e.start,this.end=$e.pos,this.string=$e.current(),this.type=er||null,this.state=ir};function Tf($e,er,ir,lr){var dr=$e.doc,$r=dr.mode,Zr;er=Oc(dr,er);var Hn=Ul(dr,er.line),mi=lf($e,er.line,ir),ma=new vu(Hn.text,$e.options.tabSize,mi),io;for(lr&&(io=[]);(lr||ma.pos$e.options.maxHighlightLength?(Hn=!1,Zr&&Op($e,er,lr,io.pos),io.pos=er.length,ms=null):ms=Ep(Df(ir,io,lr.state,gs),$r),gs){var Cs=gs[0].name;Cs&&(ms="m-"+(ms?Cs+" "+ms:Cs))}if(!Hn||ma!=ms){for(;miZr;--Hn){if(Hn<=$r.first)return $r.first;var mi=Ul($r,Hn-1),ma=mi.stateAfter;if(ma&&(!ir||Hn+(ma instanceof Ap?ma.lookAhead:0)<=$r.modeFrontier))return Hn;var io=jr(mi.text,null,$e.options.tabSize);(dr==null||lr>io)&&(dr=Hn-1,lr=io)}return dr}function Cf($e,er){if($e.modeFrontier=Math.min($e.modeFrontier,er),!($e.highlightFrontierir;lr--){var dr=Ul($e,lr).stateAfter;if(dr&&(!(dr instanceof Ap)||lr+dr.lookAhead=er:$r.to>er);(lr||(lr=[])).push(new Xp(Zr,$r.from,mi?null:$r.to))}}return lr}function Dh($e,er,ir){var lr;if($e)for(var dr=0;dr<$e.length;++dr){var $r=$e[dr],Zr=$r.marker,Hn=$r.to==null||(Zr.inclusiveRight?$r.to>=er:$r.to>er);if(Hn||$r.from==er&&Zr.type=="bookmark"&&(!ir||$r.marker.insertLeft)){var mi=$r.from==null||(Zr.inclusiveLeft?$r.from<=er:$r.from0&&Hn)for(var pc=0;pc0)){var io=[mi,1],ms=Uu(ma.from,Hn.from),gs=Uu(ma.to,Hn.to);(ms<0||!Zr.inclusiveLeft&&!ms)&&io.push({from:ma.from,to:Hn.from}),(gs>0||!Zr.inclusiveRight&&!gs)&&io.push({from:Hn.to,to:ma.to}),dr.splice.apply(dr,io),mi+=io.length-3}}return dr}function Td($e){var er=$e.markedSpans;if(er){for(var ir=0;irer)&&(!lr||Gc(lr,$r.marker)<0)&&(lr=$r.marker)}return lr}function Nm($e,er,ir,lr,dr){var $r=Ul($e,er),Zr=Hp&&$r.markedSpans;if(Zr)for(var Hn=0;Hn=0&&ms<=0||io<=0&&ms>=0)&&(io<=0&&(mi.marker.inclusiveRight&&dr.inclusiveLeft?Uu(ma.to,ir)>=0:Uu(ma.to,ir)>0)||io>=0&&(mi.marker.inclusiveRight&&dr.inclusiveLeft?Uu(ma.from,lr)<=0:Uu(ma.from,lr)<0)))return!0}}}function Bd($e){for(var er;er=$m($e);)$e=er.find(-1,!0).line;return $e}function cm($e){for(var er;er=df($e);)$e=er.find(1,!0).line;return $e}function If($e){for(var er,ir;er=df($e);)$e=er.find(1,!0).line,(ir||(ir=[])).push($e);return ir}function kf($e,er){var ir=Ul($e,er),lr=Bd(ir);return ir==lr?er:In(lr)}function dm($e,er){if(er>$e.lastLine())return er;var ir=Ul($e,er),lr;if(!ep($e,ir))return er;for(;lr=df(ir);)ir=lr.find(1,!0).line;return In(ir)+1}function ep($e,er){var ir=Hp&&er.markedSpans;if(ir){for(var lr=void 0,dr=0;drer.maxLineLength&&(er.maxLineLength=dr,er.maxLine=lr)})}var Wn=function($e,er,ir){this.text=$e,Sd(this,er),this.height=ir?ir(this):1};Wn.prototype.lineNo=function(){return In(this)},Au(Wn);function vi($e,er,ir,lr){$e.text=er,$e.stateAfter&&($e.stateAfter=null),$e.styles&&($e.styles=null),$e.order!=null&&($e.order=null),Td($e),Sd($e,ir);var dr=lr?lr($e):1;dr!=$e.height&&Ku($e,dr)}function Du($e){$e.parent=null,Td($e)}var qc={},id={};function Wd($e,er){if(!$e||/^\s*$/.test($e))return null;var ir=er.addModeClass?id:qc;return ir[$e]||(ir[$e]=$e.replace(/\S+/g,"cm-$&"))}function pf($e,er){var ir=ur("span",null,null,re?"padding-right: .1px":null),lr={pre:ur("pre",[ir],"CodeMirror-line"),content:ir,col:0,pos:0,cm:$e,trailingSpace:!1,splitSpaces:$e.getOption("lineWrapping")};er.measure={};for(var dr=0;dr<=(er.rest?er.rest.length:0);dr++){var $r=dr?er.rest[dr-1]:er.line,Zr=void 0;lr.pos=0,lr.addToken=Am,Vs($e.display.measure)&&(Zr=qa($r,$e.doc.direction))&&(lr.addToken=tp(lr.addToken,Zr)),lr.map=[];var Hn=er!=$e.display.externalMeasured&&In($r);Fm($r,lr,Af($e,$r,Hn)),$r.styleClasses&&($r.styleClasses.bgClass&&(lr.bgClass=kr($r.styleClasses.bgClass,lr.bgClass||"")),$r.styleClasses.textClass&&(lr.textClass=kr($r.styleClasses.textClass,lr.textClass||""))),lr.map.length==0&&lr.map.push(0,0,lr.content.appendChild(Ds($e.display.measure))),dr==0?(er.measure.map=lr.map,er.measure.cache={}):((er.measure.maps||(er.measure.maps=[])).push(lr.map),(er.measure.caches||(er.measure.caches=[])).push({}))}if(re){var mi=lr.content.lastChild;(/\bcm-tab\b/.test(mi.className)||mi.querySelector&&mi.querySelector(".cm-tab"))&&(lr.content.className="cm-tab-wrap-hack")}return Ns($e,"renderLine",$e,er.line,lr.pre),lr.pre.className&&(lr.textClass=kr(lr.pre.className,lr.textClass||"")),lr}function Mf($e){var er=nr("span","•","cm-invalidchar");return er.title="\\u"+$e.charCodeAt(0).toString(16),er.setAttribute("aria-label",er.title),er}function Am($e,er,ir,lr,dr,$r,Zr){if(er){var Hn=$e.splitSpaces?jm(er,$e.trailingSpace):er,mi=$e.cm.state.specialChars,ma=!1,io;if(!mi.test(er))$e.col+=er.length,io=document.createTextNode(Hn),$e.map.push($e.pos,$e.pos+er.length,io),V&&z<9&&(ma=!0),$e.pos+=er.length;else{io=document.createDocumentFragment();for(var ms=0;;){mi.lastIndex=ms;var gs=mi.exec(er),Cs=gs?gs.index-ms:er.length-ms;if(Cs){var Js=document.createTextNode(Hn.slice(ms,ms+Cs));V&&z<9?io.appendChild(nr("span",[Js])):io.appendChild(Js),$e.map.push($e.pos,$e.pos+Cs,Js),$e.col+=Cs,$e.pos+=Cs}if(!gs)break;ms+=Cs+1;var Hl=void 0;if(gs[0]==" "){var sl=$e.cm.options.tabSize,pu=sl-$e.col%sl;Hl=io.appendChild(nr("span",Dr(pu),"cm-tab")),Hl.setAttribute("role","presentation"),Hl.setAttribute("cm-text"," "),$e.col+=pu}else gs[0]=="\r"||gs[0]==` +`?(Hl=io.appendChild(nr("span",gs[0]=="\r"?"␍":"␤","cm-invalidchar")),Hl.setAttribute("cm-text",gs[0]),$e.col+=1):(Hl=$e.cm.options.specialCharPlaceholder(gs[0]),Hl.setAttribute("cm-text",gs[0]),V&&z<9?io.appendChild(nr("span",[Hl])):io.appendChild(Hl),$e.col+=1);$e.map.push($e.pos,$e.pos+1,Hl),$e.pos++}}if($e.trailingSpace=Hn.charCodeAt(er.length-1)==32,ir||lr||dr||ma||$r||Zr){var gu=ir||"";lr&&(gu+=lr),dr&&(gu+=dr);var vs=nr("span",[io],gu,$r);if(Zr)for(var pc in Zr)Zr.hasOwnProperty(pc)&&pc!="style"&&pc!="class"&&vs.setAttribute(pc,Zr[pc]);return $e.content.appendChild(vs)}$e.content.appendChild(io)}}function jm($e,er){if($e.length>1&&!/ /.test($e))return $e;for(var ir=er,lr="",dr=0;dr<$e.length;dr++){var $r=$e.charAt(dr);$r==" "&&ir&&(dr==$e.length-1||$e.charCodeAt(dr+1)==32)&&($r=" "),lr+=$r,ir=$r==" "}return lr}function tp($e,er){return function(ir,lr,dr,$r,Zr,Hn,mi){dr=dr?dr+" cm-force-border":"cm-force-border";for(var ma=ir.pos,io=ma+lr.length;;){for(var ms=void 0,gs=0;gsma&&ms.from<=ma));gs++);if(ms.to>=io)return $e(ir,lr,dr,$r,Zr,Hn,mi);$e(ir,lr.slice(0,ms.to-ma),dr,$r,null,Hn,mi),$r=null,lr=lr.slice(ms.to-ma),ma=ms.to}}}function Hf($e,er,ir,lr){var dr=!lr&&ir.widgetNode;dr&&$e.map.push($e.pos,$e.pos+er,dr),!lr&&$e.cm.display.input.needsContentAttribute&&(dr||(dr=$e.content.appendChild(document.createElement("span"))),dr.setAttribute("cm-marker",ir.id)),dr&&($e.cm.display.input.setUneditable(dr),$e.content.appendChild(dr)),$e.pos+=er,$e.trailingSpace=!1}function Fm($e,er,ir){var lr=$e.markedSpans,dr=$e.text,$r=0;if(!lr){for(var Zr=1;Zrmi||dc.collapsed&&$u.to==mi&&$u.from==mi)){if($u.to!=null&&$u.to!=mi&&Cs>$u.to&&(Cs=$u.to,Hl=""),dc.className&&(Js+=" "+dc.className),dc.css&&(gs=(gs?gs+";":"")+dc.css),dc.startStyle&&$u.from==mi&&(sl+=" "+dc.startStyle),dc.endStyle&&$u.to==Cs&&(pc||(pc=[])).push(dc.endStyle,$u.to),dc.title&&((gu||(gu={})).title=dc.title),dc.attributes)for(var zc in dc.attributes)(gu||(gu={}))[zc]=dc.attributes[zc];dc.collapsed&&(!pu||Gc(pu.marker,dc)<0)&&(pu=$u)}else $u.from>mi&&Cs>$u.from&&(Cs=$u.from)}if(pc)for(var Vd=0;Vd=Hn)break;for(var rl=Math.min(Hn,Cs);;){if(io){var Ju=mi+io.length;if(!pu){var jc=Ju>rl?io.slice(0,rl-mi):io;er.addToken(er,jc,ms?ms+Js:Js,sl,mi+jc.length==Cs?Hl:"",gs,gu)}if(Ju>=rl){io=io.slice(rl-mi),mi=rl;break}mi=Ju,sl=""}io=dr.slice($r,$r=ir[ma++]),ms=Wd(ir[ma++],er.cm.options)}}}function bh($e,er,ir){this.line=er,this.rest=If(er),this.size=this.rest?In(Kr(this.rest))-ir+1:1,this.node=this.text=null,this.hidden=ep($e,er)}function Dm($e,er,ir){for(var lr=[],dr,$r=er;$r2&&$r.push((mi.bottom+ma.top)/2-ir.top)}}$r.push(ir.bottom-ir.top)}}function kh($e,er,ir){if($e.line==er)return{map:$e.measure.map,cache:$e.measure.cache};if($e.rest){for(var lr=0;lr<$e.rest.length;lr++)if($e.rest[lr]==er)return{map:$e.measure.maps[lr],cache:$e.measure.caches[lr]};for(var dr=0;dr<$e.rest.length;dr++)if(In($e.rest[dr])>ir)return{map:$e.measure.maps[dr],cache:$e.measure.caches[dr],before:!0}}}function Mh($e,er){er=Bd(er);var ir=In(er),lr=$e.display.externalMeasured=new bh($e.doc,er,ir);lr.lineN=ir;var dr=lr.built=pf($e,lr);return lr.text=dr.pre,ar($e.display.lineMeasure,dr.pre),lr}function nh($e,er,ir,lr){return Gp($e,Cp($e,er),ir,lr)}function ih($e,er){if(er>=$e.display.viewFrom&&er<$e.display.viewTo)return $e.display.view[km($e,er)];var ir=$e.display.externalMeasured;if(ir&&er>=ir.lineN&&erer)&&($r=mi-Hn,dr=$r-1,er>=mi&&(Zr="right")),dr!=null){if(lr=$e[ma+2],Hn==mi&&ir==(lr.insertLeft?"left":"right")&&(Zr=ir),ir=="left"&&dr==0)for(;ma&&$e[ma-2]==$e[ma-3]&&$e[ma-1].insertLeft;)lr=$e[(ma-=3)+2],Zr="left";if(ir=="right"&&dr==mi-Hn)for(;ma<$e.length-3&&$e[ma+3]==$e[ma+4]&&!$e[ma+5].insertLeft;)lr=$e[(ma+=3)+2],Zr="right";break}return{node:lr,start:dr,end:$r,collapse:Zr,coverStart:Hn,coverEnd:mi}}function Xh($e,er){var ir=Th;if(er=="left")for(var lr=0;lr<$e.length&&(ir=$e[lr]).left==ir.right;lr++);else for(var dr=$e.length-1;dr>=0&&(ir=$e[dr]).left==ir.right;dr--);return ir}function Hm($e,er,ir,lr){var dr=Bh(er.map,ir,lr),$r=dr.node,Zr=dr.start,Hn=dr.end,mi=dr.collapse,ma;if($r.nodeType==3){for(var io=0;io<4;io++){for(;Zr&&Kn(er.line.text.charAt(dr.coverStart+Zr));)--Zr;for(;dr.coverStart+Hn0&&(mi=lr="right");var ms;$e.options.lineWrapping&&(ms=$r.getClientRects()).length>1?ma=ms[lr=="right"?ms.length-1:0]:ma=$r.getBoundingClientRect()}if(V&&z<9&&!Zr&&(!ma||!ma.left&&!ma.right)){var gs=$r.parentNode.getClientRects()[0];gs?ma={left:gs.left,right:gs.left+qf($e.display),top:gs.top,bottom:gs.bottom}:ma=Th}for(var Cs=ma.top-er.rect.top,Js=ma.bottom-er.rect.top,Hl=(Cs+Js)/2,sl=er.view.measure.heights,pu=0;pu=lr.text.length?(mi=lr.text.length,ma="before"):mi<=0&&(mi=0,ma="after"),!Hn)return Zr(ma=="before"?mi-1:mi,ma=="before");function io(Js,Hl,sl){var pu=Hn[Hl],gu=pu.level==1;return Zr(sl?Js-1:Js,gu!=sl)}var ms=Sa(Hn,mi,ma),gs=kn,Cs=io(mi,ms,ma=="before");return gs!=null&&(Cs.other=io(mi,gs,ma!="before")),Cs}function _c($e,er){var ir=0;er=Oc($e.doc,er),$e.options.lineWrapping||(ir=qf($e.display)*er.ch);var lr=Ul($e.doc,er.line),dr=Lp(lr)+Gf($e.display);return{left:ir,right:ir,top:dr,bottom:dr+lr.height}}function Ec($e,er,ir,lr,dr){var $r=ml($e,er,ir);return $r.xRel=dr,lr&&($r.outside=lr),$r}function wd($e,er,ir){var lr=$e.doc;if(ir+=$e.display.viewOffset,ir<0)return Ec(lr.first,0,null,-1,-1);var dr=rs(lr,ir),$r=lr.first+lr.size-1;if(dr>$r)return Ec(lr.first+lr.size-1,Ul(lr,$r).text.length,null,1,1);er<0&&(er=0);for(var Zr=Ul(lr,dr);;){var Hn=qh($e,Zr,dr,er,ir),mi=xm(Zr,Hn.ch+(Hn.xRel>0||Hn.outside>0?1:0));if(!mi)return Hn;var ma=mi.find(1);if(ma.line==dr)return ma;Zr=Ul(lr,dr=ma.line)}}function _p($e,er,ir,lr){lr-=Ch(er);var dr=er.text.length,$r=Ar(function(Zr){return Gp($e,ir,Zr-1).bottom<=lr},dr,0);return dr=Ar(function(Zr){return Gp($e,ir,Zr).top>lr},$r,dr),{begin:$r,end:dr}}function zd($e,er,ir,lr){ir||(ir=Cp($e,er));var dr=tm($e,er,Gp($e,ir,lr),"line").top;return _p($e,er,ir,dr)}function Gm($e,er,ir,lr){return $e.bottom<=ir?!1:$e.top>ir?!0:(lr?$e.left:$e.right)>er}function qh($e,er,ir,lr,dr){dr-=Lp(er);var $r=Cp($e,er),Zr=Ch(er),Hn=0,mi=er.text.length,ma=!0,io=qa(er,$e.doc.direction);if(io){var ms=($e.options.lineWrapping?Pf:gf)($e,er,ir,$r,io,lr,dr);ma=ms.level!=1,Hn=ma?ms.from:ms.to-1,mi=ma?ms.to:ms.from-1}var gs=null,Cs=null,Js=Ar(function(vc){var $u=Gp($e,$r,vc);return $u.top+=Zr,$u.bottom+=Zr,Gm($u,lr,dr,!1)?($u.top<=dr&&$u.left<=lr&&(gs=vc,Cs=$u),!0):!1},Hn,mi),Hl,sl,pu=!1;if(Cs){var gu=lr-Cs.left=pc.bottom?1:0}return Js=Gr(er.text,Js,1),Ec(ir,Js,sl,pu,lr-Hl)}function gf($e,er,ir,lr,dr,$r,Zr){var Hn=Ar(function(ms){var gs=dr[ms],Cs=gs.level!=1;return Gm(Pl($e,ml(ir,Cs?gs.to:gs.from,Cs?"before":"after"),"line",er,lr),$r,Zr,!0)},0,dr.length-1),mi=dr[Hn];if(Hn>0){var ma=mi.level!=1,io=Pl($e,ml(ir,ma?mi.from:mi.to,ma?"after":"before"),"line",er,lr);Gm(io,$r,Zr,!0)&&io.top>Zr&&(mi=dr[Hn-1])}return mi}function Pf($e,er,ir,lr,dr,$r,Zr){var Hn=_p($e,er,lr,Zr),mi=Hn.begin,ma=Hn.end;/\s/.test(er.text.charAt(ma-1))&&ma--;for(var io=null,ms=null,gs=0;gs=ma||Cs.to<=mi)){var Js=Cs.level!=1,Hl=Gp($e,lr,Js?Math.min(ma,Cs.to)-1:Math.max(mi,Cs.from)).right,sl=Hl<$r?$r-Hl+1e9:Hl-$r;(!io||ms>sl)&&(io=Cs,ms=sl)}}return io||(io=dr[dr.length-1]),io.fromma&&(io={from:io.from,to:ma,level:io.level}),io}var vm;function _f($e){if($e.cachedTextHeight!=null)return $e.cachedTextHeight;if(vm==null){vm=nr("pre",null,"CodeMirror-line-like");for(var er=0;er<49;++er)vm.appendChild(document.createTextNode("x")),vm.appendChild(nr("br"));vm.appendChild(document.createTextNode("x"))}ar($e.measure,vm);var ir=vm.offsetHeight/50;return ir>3&&($e.cachedTextHeight=ir),rr($e.measure),ir||1}function qf($e){if($e.cachedCharWidth!=null)return $e.cachedCharWidth;var er=nr("span","xxxxxxxxxx"),ir=nr("pre",[er],"CodeMirror-line-like");ar($e.measure,ir);var lr=er.getBoundingClientRect(),dr=(lr.right-lr.left)/10;return dr>2&&($e.cachedCharWidth=dr),dr||10}function Rm($e){for(var er=$e.display,ir={},lr={},dr=er.gutters.clientLeft,$r=er.gutters.firstChild,Zr=0;$r;$r=$r.nextSibling,++Zr){var Hn=$e.display.gutterSpecs[Zr].className;ir[Hn]=$r.offsetLeft+$r.clientLeft+dr,lr[Hn]=$r.clientWidth}return{fixedPos:Nd(er),gutterTotalWidth:er.gutters.offsetWidth,gutterLeft:ir,gutterWidth:lr,wrapperWidth:er.wrapper.clientWidth}}function Nd($e){return $e.scroller.getBoundingClientRect().left-$e.sizer.getBoundingClientRect().left}function Wh($e){var er=_f($e.display),ir=$e.options.lineWrapping,lr=ir&&Math.max(5,$e.display.scroller.clientWidth/qf($e.display)-3);return function(dr){if(ep($e.doc,dr))return 0;var $r=0;if(dr.widgets)for(var Zr=0;Zr0&&(ma=Ul($e.doc,mi.line).text).length==mi.ch){var io=jr(ma,ma.length,$e.options.tabSize)-ma.length;mi=ml(mi.line,Math.max(0,Math.round(($r-Ih($e.display).left)/qf($e.display))-io))}return mi}function km($e,er){if(er>=$e.display.viewTo||(er-=$e.display.viewFrom,er<0))return null;for(var ir=$e.display.view,lr=0;lrer)&&(dr.updateLineNumbers=er),$e.curOp.viewChanged=!0,er>=dr.viewTo)Hp&&kf($e.doc,er)dr.viewFrom?Lf($e):(dr.viewFrom+=lr,dr.viewTo+=lr);else if(er<=dr.viewFrom&&ir>=dr.viewTo)Lf($e);else if(er<=dr.viewFrom){var $r=$f($e,ir,ir+lr,1);$r?(dr.view=dr.view.slice($r.index),dr.viewFrom=$r.lineN,dr.viewTo+=lr):Lf($e)}else if(ir>=dr.viewTo){var Zr=$f($e,er,er,-1);Zr?(dr.view=dr.view.slice(0,Zr.index),dr.viewTo=Zr.lineN):Lf($e)}else{var Hn=$f($e,er,er,-1),mi=$f($e,ir,ir+lr,1);Hn&&mi?(dr.view=dr.view.slice(0,Hn.index).concat(Dm($e,Hn.lineN,mi.lineN)).concat(dr.view.slice(mi.index)),dr.viewTo+=lr):Lf($e)}var ma=dr.externalMeasured;ma&&(ir=dr.lineN&&er=lr.viewTo)){var $r=lr.view[km($e,er)];if($r.node!=null){var Zr=$r.changes||($r.changes=[]);Ur(Zr,ir)==-1&&Zr.push(ir)}}}function Lf($e){$e.display.viewFrom=$e.display.viewTo=$e.doc.first,$e.display.view=[],$e.display.viewOffset=0}function $f($e,er,ir,lr){var dr=km($e,er),$r,Zr=$e.display.view;if(!Hp||ir==$e.doc.first+$e.doc.size)return{index:dr,lineN:ir};for(var Hn=$e.display.viewFrom,mi=0;mi0){if(dr==Zr.length-1)return null;$r=Hn+Zr[dr].size-er,dr++}else $r=Hn-er;er+=$r,ir+=$r}for(;kf($e.doc,ir)!=ir;){if(dr==(lr<0?0:Zr.length-1))return null;ir+=lr*Zr[dr-(lr<0?1:0)].size,dr+=lr}return{index:dr,lineN:ir}}function lh($e,er,ir){var lr=$e.display,dr=lr.view;dr.length==0||er>=lr.viewTo||ir<=lr.viewFrom?(lr.view=Dm($e,er,ir),lr.viewFrom=er):(lr.viewFrom>er?lr.view=Dm($e,er,lr.viewFrom).concat(lr.view):lr.viewFromir&&(lr.view=lr.view.slice(0,km($e,ir)))),lr.viewTo=ir}function uh($e){for(var er=$e.display.view,ir=0,lr=0;lr=$e.display.viewTo||mi.to().line<$e.display.viewFrom)){var ma=mi.empty();if(Zr){var io=Zr($e,mi);io&&bm($e,io,dr)}else(ma||$e.options.showCursorWhenSelecting)&&bm($e,mi.head,dr);ma||wh($e,mi,$r)}}return lr}function bm($e,er,ir){var lr=Pl($e,er,"div",null,null,!$e.options.singleCursorHeightPerLine),dr=ir.appendChild(nr("div"," ","CodeMirror-cursor"));if(dr.style.left=lr.left+"px",dr.style.top=lr.top+"px",dr.style.height=Math.max(0,lr.bottom-lr.top)*$e.options.cursorHeight+"px",/\bcm-fat-cursor\b/.test($e.getWrapperElement().className)){var $r=Yl($e,er,"div",null,null),Zr=$r.right-$r.left;dr.style.width=(Zr>0?Zr:$e.defaultCharWidth())+"px"}if(lr.other){var Hn=ir.appendChild(nr("div"," ","CodeMirror-cursor CodeMirror-secondarycursor"));Hn.style.display="",Hn.style.left=lr.other.left+"px",Hn.style.top=lr.other.top+"px",Hn.style.height=(lr.other.bottom-lr.other.top)*.85+"px"}}function Wf($e,er){return $e.top-er.top||$e.left-er.left}function wh($e,er,ir){var lr=$e.display,dr=$e.doc,$r=document.createDocumentFragment(),Zr=Ih($e.display),Hn=Zr.left,mi=Math.max(lr.sizerWidth,em($e)-lr.sizer.offsetLeft)-Zr.right,ma=dr.direction=="ltr";function io(vs,pc,vc,$u){pc<0&&(pc=0),pc=Math.round(pc),$u=Math.round($u),$r.appendChild(nr("div",null,"CodeMirror-selected","position: absolute; left: "+vs+`px; + top: `+pc+"px; width: "+(vc??mi-vs)+`px; + height: `+($u-pc)+"px"))}function ms(vs,pc,vc){var $u=Ul(dr,vs),dc=$u.text.length,zc,Vd;function co(jc,Wc){return Yl($e,ml(vs,jc),"div",$u,Wc)}function rl(jc,Wc,Xd){var yd=zd($e,$u,null,jc),Id=Wc=="ltr"==(Xd=="after")?"left":"right",Ld=Xd=="after"?yd.begin:yd.end-(/\s/.test($u.text.charAt(yd.end-1))?2:1);return co(Ld,Id)[Id]}var Ju=qa($u,dr.direction);return On(Ju,pc||0,vc??dc,function(jc,Wc,Xd,yd){var Id=Xd=="ltr",Ld=co(jc,Id?"left":"right"),$d=co(Wc-1,Id?"right":"left"),$c=pc==null&&jc==0,Xc=vc==null&&Wc==dc,Up=yd==0,Sm=!Ju||yd==Ju.length-1;if($d.top-Ld.top<=3){var Vp=(ma?$c:Xc)&&Up,u0=(ma?Xc:$c)&&Sm,Pm=Vp?Hn:(Id?Ld:$d).left,dh=u0?mi:(Id?$d:Ld).right;io(Pm,Ld.top,dh-Pm,Ld.bottom)}else{var Km,of,o0,h0;Id?(Km=ma&&$c&&Up?Hn:Ld.left,of=ma?mi:rl(jc,Xd,"before"),o0=ma?Hn:rl(Wc,Xd,"after"),h0=ma&&Xc&&Sm?mi:$d.right):(Km=ma?rl(jc,Xd,"before"):Hn,of=!ma&&$c&&Up?mi:Ld.right,o0=!ma&&Xc&&Sm?Hn:$d.left,h0=ma?rl(Wc,Xd,"after"):mi),io(Km,Ld.top,of-Km,Ld.bottom),Ld.bottom<$d.top&&io(Hn,Ld.bottom,null,$d.top),io(o0,$d.top,h0-o0,$d.bottom)}(!zc||Wf(Ld,zc)<0)&&(zc=Ld),Wf($d,zc)<0&&(zc=$d),(!Vd||Wf(Ld,Vd)<0)&&(Vd=Ld),Wf($d,Vd)<0&&(Vd=$d)}),{start:zc,end:Vd}}var gs=er.from(),Cs=er.to();if(gs.line==Cs.line)ms(gs.line,gs.ch,Cs.ch);else{var Js=Ul(dr,gs.line),Hl=Ul(dr,Cs.line),sl=Bd(Js)==Bd(Hl),pu=ms(gs.line,gs.ch,sl?Js.text.length+1:null).end,gu=ms(Cs.line,sl?0:null,Cs.ch).start;sl&&(pu.top0?er.blinker=setInterval(function(){$e.hasFocus()||Ao($e),er.cursorDiv.style.visibility=(ir=!ir)?"":"hidden"},$e.options.cursorBlinkRate):$e.options.cursorBlinkRate<0&&(er.cursorDiv.style.visibility="hidden")}}function os($e){$e.hasFocus()||($e.display.input.focus(),$e.state.focused||Do($e))}function Co($e){$e.state.delayingBlurEvent=!0,setTimeout(function(){$e.state.delayingBlurEvent&&($e.state.delayingBlurEvent=!1,$e.state.focused&&Ao($e))},100)}function Do($e,er){$e.state.delayingBlurEvent&&!$e.state.draggingText&&($e.state.delayingBlurEvent=!1),$e.options.readOnly!="nocursor"&&($e.state.focused||(Ns($e,"focus",$e,er),$e.state.focused=!0,Er($e.display.wrapper,"CodeMirror-focused"),!$e.curOp&&$e.display.selForContextMenu!=$e.doc.sel&&($e.display.input.reset(),re&&setTimeout(function(){return $e.display.input.reset(!0)},20)),$e.display.input.receivedFocus()),Os($e))}function Ao($e,er){$e.state.delayingBlurEvent||($e.state.focused&&(Ns($e,"blur",$e,er),$e.state.focused=!1,tr($e.display.wrapper,"CodeMirror-focused")),clearInterval($e.display.blinker),setTimeout(function(){$e.state.focused||($e.display.shift=!1)},150))}function eo($e){for(var er=$e.display,ir=er.lineDiv.offsetTop,lr=Math.max(0,er.scroller.getBoundingClientRect().top),dr=er.lineDiv.getBoundingClientRect().top,$r=0,Zr=0;Zr.005||Cs<-.005)&&(dr$e.display.sizerWidth){var Hl=Math.ceil(io/qf($e.display));Hl>$e.display.maxLineLength&&($e.display.maxLineLength=Hl,$e.display.maxLine=Hn.line,$e.display.maxLineChanged=!0)}}}Math.abs($r)>2&&(er.scroller.scrollTop+=$r)}function So($e){if($e.widgets)for(var er=0;er<$e.widgets.length;++er){var ir=$e.widgets[er],lr=ir.node.parentNode;lr&&(ir.height=lr.offsetHeight)}}function Ro($e,er,ir){var lr=ir&&ir.top!=null?Math.max(0,ir.top):$e.scroller.scrollTop;lr=Math.floor(lr-Gf($e));var dr=ir&&ir.bottom!=null?ir.bottom:lr+$e.wrapper.clientHeight,$r=rs(er,lr),Zr=rs(er,dr);if(ir&&ir.ensure){var Hn=ir.ensure.from.line,mi=ir.ensure.to.line;Hn<$r?($r=Hn,Zr=rs(er,Lp(Ul(er,Hn))+$e.wrapper.clientHeight)):Math.min(mi,er.lastLine())>=Zr&&($r=rs(er,Lp(Ul(er,mi))-$e.wrapper.clientHeight),Zr=mi)}return{from:$r,to:Math.max(Zr,$r+1)}}function no($e,er){if(!cs($e,"scrollCursorIntoView")){var ir=$e.display,lr=ir.sizer.getBoundingClientRect(),dr=null,$r=ir.wrapper.ownerDocument;if(er.top+lr.top<0?dr=!0:er.bottom+lr.top>($r.defaultView.innerHeight||$r.documentElement.clientHeight)&&(dr=!1),dr!=null&&!_e){var Zr=nr("div","​",null,`position: absolute; + top: `+(er.top-ir.viewOffset-Gf($e.display))+`px; + height: `+(er.bottom-er.top+wf($e)+ir.barHeight)+`px; + left: `+er.left+"px; width: "+Math.max(2,er.right-er.left)+"px;");$e.display.lineSpace.appendChild(Zr),Zr.scrollIntoView(dr),$e.display.lineSpace.removeChild(Zr)}}}function qo($e,er,ir,lr){lr==null&&(lr=0);var dr;!$e.options.lineWrapping&&er==ir&&(ir=er.sticky=="before"?ml(er.line,er.ch+1,"before"):er,er=er.ch?ml(er.line,er.sticky=="before"?er.ch-1:er.ch,"after"):er);for(var $r=0;$r<5;$r++){var Zr=!1,Hn=Pl($e,er),mi=!ir||ir==er?Hn:Pl($e,ir);dr={left:Math.min(Hn.left,mi.left),top:Math.min(Hn.top,mi.top)-lr,right:Math.max(Hn.left,mi.left),bottom:Math.max(Hn.bottom,mi.bottom)+lr};var ma=$o($e,dr),io=$e.doc.scrollTop,ms=$e.doc.scrollLeft;if(ma.scrollTop!=null&&(ns($e,ma.scrollTop),Math.abs($e.doc.scrollTop-io)>1&&(Zr=!0)),ma.scrollLeft!=null&&(Es($e,ma.scrollLeft),Math.abs($e.doc.scrollLeft-ms)>1&&(Zr=!0)),!Zr)break}return dr}function Ja($e,er){var ir=$o($e,er);ir.scrollTop!=null&&ns($e,ir.scrollTop),ir.scrollLeft!=null&&Es($e,ir.scrollLeft)}function $o($e,er){var ir=$e.display,lr=_f($e.display);er.top<0&&(er.top=0);var dr=$e.curOp&&$e.curOp.scrollTop!=null?$e.curOp.scrollTop:ir.scroller.scrollTop,$r=Om($e),Zr={};er.bottom-er.top>$r&&(er.bottom=er.top+$r);var Hn=$e.doc.height+_m(ir),mi=er.topHn-lr;if(er.topdr+$r){var io=Math.min(er.top,(ma?Hn:er.bottom)-$r);io!=dr&&(Zr.scrollTop=io)}var ms=$e.options.fixedGutter?0:ir.gutters.offsetWidth,gs=$e.curOp&&$e.curOp.scrollLeft!=null?$e.curOp.scrollLeft:ir.scroller.scrollLeft-ms,Cs=em($e)-ir.gutters.offsetWidth,Js=er.right-er.left>Cs;return Js&&(er.right=er.left+Cs),er.left<10?Zr.scrollLeft=0:er.leftCs+gs-3&&(Zr.scrollLeft=er.right+(Js?0:10)-Cs),Zr}function Ts($e,er){er!=null&&(Ls($e),$e.curOp.scrollTop=($e.curOp.scrollTop==null?$e.doc.scrollTop:$e.curOp.scrollTop)+er)}function ds($e){Ls($e);var er=$e.getCursor();$e.curOp.scrollToPos={from:er,to:er,margin:$e.options.cursorScrollMargin}}function ks($e,er,ir){(er!=null||ir!=null)&&Ls($e),er!=null&&($e.curOp.scrollLeft=er),ir!=null&&($e.curOp.scrollTop=ir)}function Gs($e,er){Ls($e),$e.curOp.scrollToPos=er}function Ls($e){var er=$e.curOp.scrollToPos;if(er){$e.curOp.scrollToPos=null;var ir=_c($e,er.from),lr=_c($e,er.to);cl($e,ir,lr,er.margin)}}function cl($e,er,ir,lr){var dr=$o($e,{left:Math.min(er.left,ir.left),top:Math.min(er.top,ir.top)-lr,right:Math.max(er.right,ir.right),bottom:Math.max(er.bottom,ir.bottom)+lr});ks($e,dr.scrollLeft,dr.scrollTop)}function ns($e,er){Math.abs($e.doc.scrollTop-er)<2||(k||Cc($e,{top:er}),il($e,er,!0),k&&Cc($e),Cl($e,100))}function il($e,er,ir){er=Math.max(0,Math.min($e.display.scroller.scrollHeight-$e.display.scroller.clientHeight,er)),!($e.display.scroller.scrollTop==er&&!ir)&&($e.doc.scrollTop=er,$e.display.scrollbars.setScrollTop(er),$e.display.scroller.scrollTop!=er&&($e.display.scroller.scrollTop=er))}function Es($e,er,ir,lr){er=Math.max(0,Math.min(er,$e.display.scroller.scrollWidth-$e.display.scroller.clientWidth)),!((ir?er==$e.doc.scrollLeft:Math.abs($e.doc.scrollLeft-er)<2)&&!lr)&&($e.doc.scrollLeft=er,ip($e),$e.display.scroller.scrollLeft!=er&&($e.display.scroller.scrollLeft=er),$e.display.scrollbars.setScrollLeft(er))}function Ss($e){var er=$e.display,ir=er.gutters.offsetWidth,lr=Math.round($e.doc.height+_m($e.display));return{clientHeight:er.scroller.clientHeight,viewHeight:er.wrapper.clientHeight,scrollWidth:er.scroller.scrollWidth,clientWidth:er.scroller.clientWidth,viewWidth:er.wrapper.clientWidth,barLeft:$e.options.fixedGutter?ir:0,docHeight:lr,scrollHeight:lr+wf($e)+er.barHeight,nativeBarWidth:er.nativeBarWidth,gutterWidth:ir}}var ws=function($e,er,ir){this.cm=ir;var lr=this.vert=nr("div",[nr("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),dr=this.horiz=nr("div",[nr("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");lr.tabIndex=dr.tabIndex=-1,$e(lr),$e(dr),Hi(lr,"scroll",function(){lr.clientHeight&&er(lr.scrollTop,"vertical")}),Hi(dr,"scroll",function(){dr.clientWidth&&er(dr.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,V&&z<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};ws.prototype.update=function($e){var er=$e.scrollWidth>$e.clientWidth+1,ir=$e.scrollHeight>$e.clientHeight+1,lr=$e.nativeBarWidth;if(ir){this.vert.style.display="block",this.vert.style.bottom=er?lr+"px":"0";var dr=$e.viewHeight-(er?lr:0);this.vert.firstChild.style.height=Math.max(0,$e.scrollHeight-$e.clientHeight+dr)+"px"}else this.vert.scrollTop=0,this.vert.style.display="",this.vert.firstChild.style.height="0";if(er){this.horiz.style.display="block",this.horiz.style.right=ir?lr+"px":"0",this.horiz.style.left=$e.barLeft+"px";var $r=$e.viewWidth-$e.barLeft-(ir?lr:0);this.horiz.firstChild.style.width=Math.max(0,$e.scrollWidth-$e.clientWidth+$r)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&$e.clientHeight>0&&(lr==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:ir?lr:0,bottom:er?lr:0}},ws.prototype.setScrollLeft=function($e){this.horiz.scrollLeft!=$e&&(this.horiz.scrollLeft=$e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},ws.prototype.setScrollTop=function($e){this.vert.scrollTop!=$e&&(this.vert.scrollTop=$e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},ws.prototype.zeroWidthHack=function(){var $e=Fe&&!Ie?"12px":"18px";this.horiz.style.height=this.vert.style.width=$e,this.horiz.style.visibility=this.vert.style.visibility="hidden",this.disableHoriz=new Hr,this.disableVert=new Hr},ws.prototype.enableZeroWidthBar=function($e,er,ir){$e.style.visibility="";function lr(){var dr=$e.getBoundingClientRect(),$r=ir=="vert"?document.elementFromPoint(dr.right-1,(dr.top+dr.bottom)/2):document.elementFromPoint((dr.right+dr.left)/2,dr.bottom-1);$r!=$e?$e.style.visibility="hidden":er.set(1e3,lr)}er.set(1e3,lr)},ws.prototype.clear=function(){var $e=this.horiz.parentNode;$e.removeChild(this.horiz),$e.removeChild(this.vert)};var Ms=function(){};Ms.prototype.update=function(){return{bottom:0,right:0}},Ms.prototype.setScrollLeft=function(){},Ms.prototype.setScrollTop=function(){},Ms.prototype.clear=function(){};function bl($e,er){er||(er=Ss($e));var ir=$e.display.barWidth,lr=$e.display.barHeight;kl($e,er);for(var dr=0;dr<4&&ir!=$e.display.barWidth||lr!=$e.display.barHeight;dr++)ir!=$e.display.barWidth&&$e.options.lineWrapping&&eo($e),kl($e,Ss($e)),ir=$e.display.barWidth,lr=$e.display.barHeight}function kl($e,er){var ir=$e.display,lr=ir.scrollbars.update(er);ir.sizer.style.paddingRight=(ir.barWidth=lr.right)+"px",ir.sizer.style.paddingBottom=(ir.barHeight=lr.bottom)+"px",ir.heightForcer.style.borderBottom=lr.bottom+"px solid transparent",lr.right&&lr.bottom?(ir.scrollbarFiller.style.display="block",ir.scrollbarFiller.style.height=lr.bottom+"px",ir.scrollbarFiller.style.width=lr.right+"px"):ir.scrollbarFiller.style.display="",lr.bottom&&$e.options.coverGutterNextToScrollbar&&$e.options.fixedGutter?(ir.gutterFiller.style.display="block",ir.gutterFiller.style.height=lr.bottom+"px",ir.gutterFiller.style.width=er.gutterWidth+"px"):ir.gutterFiller.style.display=""}var bu={native:ws,null:Ms};function hl($e){$e.display.scrollbars&&($e.display.scrollbars.clear(),$e.display.scrollbars.addClass&&tr($e.display.wrapper,$e.display.scrollbars.addClass)),$e.display.scrollbars=new bu[$e.options.scrollbarStyle](function(er){$e.display.wrapper.insertBefore(er,$e.display.scrollbarFiller),Hi(er,"mousedown",function(){$e.state.focused&&setTimeout(function(){return $e.display.input.focus()},0)}),er.setAttribute("cm-not-content","true")},function(er,ir){ir=="horizontal"?Es($e,er):ns($e,er)},$e),$e.display.scrollbars.addClass&&Er($e.display.wrapper,$e.display.scrollbars.addClass)}var Kl=0;function _u($e){$e.curOp={cm:$e,viewChanged:!1,startHeight:$e.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Kl,markArrays:null},Hh($e.curOp)}function Cu($e){var er=$e.curOp;er&&zh(er,function(ir){for(var lr=0;lr=ir.viewTo)||ir.maxLineChanged&&er.options.lineWrapping,$e.update=$e.mustUpdate&&new Ml(er,$e.mustUpdate&&{top:$e.scrollTop,ensure:$e.scrollToPos},$e.forceUpdate)}function Qu($e){$e.updatedDisplay=$e.mustUpdate&&Lc($e.cm,$e.update)}function ec($e){var er=$e.cm,ir=er.display;$e.updatedDisplay&&eo(er),$e.barMeasure=Ss(er),ir.maxLineChanged&&!er.options.lineWrapping&&($e.adjustWidthTo=nh(er,ir.maxLine,ir.maxLine.text.length).left+3,er.display.sizerWidth=$e.adjustWidthTo,$e.barMeasure.scrollWidth=Math.max(ir.scroller.clientWidth,ir.sizer.offsetLeft+$e.adjustWidthTo+wf(er)+er.display.barWidth),$e.maxScrollLeft=Math.max(0,ir.sizer.offsetLeft+$e.adjustWidthTo-em(er))),($e.updatedDisplay||$e.selectionChanged)&&($e.preparedSelection=ir.input.prepareSelection())}function Ka($e){var er=$e.cm;$e.adjustWidthTo!=null&&(er.display.sizer.style.minWidth=$e.adjustWidthTo+"px",$e.maxScrollLeft=$e.display.viewTo)){var ir=+new Date+$e.options.workTime,lr=lf($e,er.highlightFrontier),dr=[];er.iter(lr.line,Math.min(er.first+er.size,$e.display.viewTo+500),function($r){if(lr.line>=$e.display.viewFrom){var Zr=$r.styles,Hn=$r.text.length>$e.options.maxHighlightLength?Uo(er.mode,lr.state):null,mi=Sf($e,$r,lr,!0);Hn&&(lr.state=Hn),$r.styles=mi.styles;var ma=$r.styleClasses,io=mi.classes;io?$r.styleClasses=io:ma&&($r.styleClasses=null);for(var ms=!Zr||Zr.length!=$r.styles.length||ma!=io&&(!ma||!io||ma.bgClass!=io.bgClass||ma.textClass!=io.textClass),gs=0;!ms&&gsir)return Cl($e,$e.options.workDelay),!0}),er.highlightFrontier=lr.line,er.modeFrontier=Math.max(er.modeFrontier,lr.line),dr.length&&bc($e,function(){for(var $r=0;$r=ir.viewFrom&&er.visible.to<=ir.viewTo&&(ir.updateLineNumbers==null||ir.updateLineNumbers>=ir.viewTo)&&ir.renderedView==ir.view&&uh($e)==0)return!1;Kc($e)&&(Lf($e),er.dims=Rm($e));var dr=lr.first+lr.size,$r=Math.max(er.visible.from-$e.options.viewportMargin,lr.first),Zr=Math.min(dr,er.visible.to+$e.options.viewportMargin);ir.viewFrom<$r&&$r-ir.viewFrom<20&&($r=Math.max(lr.first,ir.viewFrom)),ir.viewTo>Zr&&ir.viewTo-Zr<20&&(Zr=Math.min(dr,ir.viewTo)),Hp&&($r=kf($e.doc,$r),Zr=dm($e.doc,Zr));var Hn=$r!=ir.viewFrom||Zr!=ir.viewTo||ir.lastWrapHeight!=er.wrapperHeight||ir.lastWrapWidth!=er.wrapperWidth;lh($e,$r,Zr),ir.viewOffset=Lp(Ul($e.doc,ir.viewFrom)),$e.display.mover.style.top=ir.viewOffset+"px";var mi=uh($e);if(!Hn&&mi==0&&!er.force&&ir.renderedView==ir.view&&(ir.updateLineNumbers==null||ir.updateLineNumbers>=ir.viewTo))return!1;var ma=uc($e);return mi>4&&(ir.lineDiv.style.display="none"),Zd($e,ir.updateLineNumbers,er.dims),mi>4&&(ir.lineDiv.style.display=""),ir.renderedView=ir.view,Rc(ma),rr(ir.cursorDiv),rr(ir.selectionDiv),ir.gutters.style.height=ir.sizer.style.minHeight=0,Hn&&(ir.lastWrapHeight=er.wrapperHeight,ir.lastWrapWidth=er.wrapperWidth,Cl($e,400)),ir.updateLineNumbers=null,!0}function Od($e,er){for(var ir=er.viewport,lr=!0;;lr=!1){if(!lr||!$e.options.lineWrapping||er.oldDisplayWidth==em($e)){if(ir&&ir.top!=null&&(ir={top:Math.min($e.doc.height+_m($e.display)-Om($e),ir.top)}),er.visible=Ro($e.display,$e.doc,ir),er.visible.from>=$e.display.viewFrom&&er.visible.to<=$e.display.viewTo)break}else lr&&(er.visible=Ro($e.display,$e.doc,ir));if(!Lc($e,er))break;eo($e);var dr=Ss($e);vf($e),bl($e,dr),Np($e,dr),er.force=!1}er.signal($e,"update",$e),($e.display.viewFrom!=$e.display.reportedViewFrom||$e.display.viewTo!=$e.display.reportedViewTo)&&(er.signal($e,"viewportChange",$e,$e.display.viewFrom,$e.display.viewTo),$e.display.reportedViewFrom=$e.display.viewFrom,$e.display.reportedViewTo=$e.display.viewTo)}function Cc($e,er){var ir=new Ml($e,er);if(Lc($e,ir)){eo($e),Od($e,ir);var lr=Ss($e);vf($e),bl($e,lr),Np($e,lr),ir.finish()}}function Zd($e,er,ir){var lr=$e.display,dr=$e.options.lineNumbers,$r=lr.lineDiv,Zr=$r.firstChild;function Hn(Js){var Hl=Js.nextSibling;return re&&Fe&&$e.display.currentWheelTarget==Js?Js.style.display="none":Js.parentNode.removeChild(Js),Hl}for(var mi=lr.view,ma=lr.viewFrom,io=0;io-1&&(Cs=!1),yh($e,ms,ma,ir)),Cs&&(rr(ms.lineNumber),ms.lineNumber.appendChild(document.createTextNode(Eu($e.options,ma)))),Zr=ms.node.nextSibling}ma+=ms.size}for(;Zr;)Zr=Hn(Zr)}function jp($e){var er=$e.gutters.offsetWidth;$e.sizer.style.marginLeft=er+"px",rp($e,"gutterChanged",$e)}function Np($e,er){$e.display.sizer.style.minHeight=er.docHeight+"px",$e.display.heightForcer.style.top=er.docHeight+"px",$e.display.gutters.style.height=er.docHeight+$e.display.barHeight+wf($e)+"px"}function ip($e){var er=$e.display,ir=er.view;if(!(!er.alignWidgets&&(!er.gutters.firstChild||!$e.options.fixedGutter))){for(var lr=Nd(er)-er.scroller.scrollLeft+$e.doc.scrollLeft,dr=er.gutters.offsetWidth,$r=lr+"px",Zr=0;Zr=105&&(dr.wrapper.style.clipPath="inset(0px)"),dr.wrapper.setAttribute("translate","no"),V&&z<8&&(dr.gutters.style.zIndex=-1,dr.scroller.style.paddingRight=0),!re&&!(k&&Ne)&&(dr.scroller.draggable=!0),$e&&($e.appendChild?$e.appendChild(dr.wrapper):$e(dr.wrapper)),dr.viewFrom=dr.viewTo=er.first,dr.reportedViewFrom=dr.reportedViewTo=er.first,dr.view=[],dr.renderedView=null,dr.externalMeasured=null,dr.viewOffset=0,dr.lastWrapHeight=dr.lastWrapWidth=0,dr.updateLineNumbers=null,dr.nativeBarWidth=dr.barHeight=dr.barWidth=0,dr.scrollbarsClipped=!1,dr.lineNumWidth=dr.lineNumInnerWidth=dr.lineNumChars=null,dr.alignWidgets=!1,dr.cachedCharWidth=dr.cachedTextHeight=dr.cachedPaddingH=null,dr.maxLine=null,dr.maxLineLength=0,dr.maxLineChanged=!1,dr.wheelDX=dr.wheelDY=dr.wheelStartX=dr.wheelStartY=null,dr.shift=!1,dr.selForContextMenu=null,dr.activeTouch=null,dr.gutterSpecs=sd(lr.gutters,lr.lineNumbers),Jp(dr),ir.init(dr)}var Wp=0,Kd=null;V?Kd=-.53:k?Kd=15:oe?Kd=-.7:pe&&(Kd=-1/3);function cp($e){var er=$e.wheelDeltaX,ir=$e.wheelDeltaY;return er==null&&$e.detail&&$e.axis==$e.HORIZONTAL_AXIS&&(er=$e.detail),ir==null&&$e.detail&&$e.axis==$e.VERTICAL_AXIS?ir=$e.detail:ir==null&&(ir=$e.wheelDelta),{x:er,y:ir}}function dp($e){var er=cp($e);return er.x*=Kd,er.y*=Kd,er}function jd($e,er){oe&&ue==102&&($e.display.chromeScrollHack==null?$e.display.sizer.style.pointerEvents="none":clearTimeout($e.display.chromeScrollHack),$e.display.chromeScrollHack=setTimeout(function(){$e.display.chromeScrollHack=null,$e.display.sizer.style.pointerEvents=""},100));var ir=cp(er),lr=ir.x,dr=ir.y,$r=Kd;er.deltaMode===0&&(lr=er.deltaX,dr=er.deltaY,$r=1);var Zr=$e.display,Hn=Zr.scroller,mi=Hn.scrollWidth>Hn.clientWidth,ma=Hn.scrollHeight>Hn.clientHeight;if(lr&&mi||dr&&ma){if(dr&&Fe&&re){e:for(var io=er.target,ms=Zr.view;io!=Hn;io=io.parentNode)for(var gs=0;gs=0&&Uu($e,lr.to())<=0)return ir}return-1};var Jc=function($e,er){this.anchor=$e,this.head=er};Jc.prototype.from=function(){return gp(this.anchor,this.head)},Jc.prototype.to=function(){return ld(this.anchor,this.head)},Jc.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function Ud($e,er,ir){var lr=$e&&$e.options.selectionsMayTouch,dr=er[ir];er.sort(function(gs,Cs){return Uu(gs.from(),Cs.from())}),ir=Ur(er,dr);for(var $r=1;$r0:mi>=0){var ma=gp(Hn.from(),Zr.from()),io=ld(Hn.to(),Zr.to()),ms=Hn.empty()?Zr.from()==Zr.head:Hn.from()==Hn.head;$r<=ir&&--ir,er.splice(--$r,2,new Jc(ms?io:ma,ms?ma:io))}}return new Fd(er,ir)}function Dp($e,er){return new Fd([new Jc($e,er||$e)],0)}function jf($e){return $e.text?ml($e.from.line+$e.text.length-1,Kr($e.text).length+($e.text.length==1?$e.from.ch:0)):$e.to}function qm($e,er){if(Uu($e,er.from)<0)return $e;if(Uu($e,er.to)<=0)return jf(er);var ir=$e.line+er.text.length-(er.to.line-er.from.line)-1,lr=$e.ch;return $e.line==er.to.line&&(lr+=jf(er).ch-er.to.ch),ml(ir,lr)}function ef($e,er){for(var ir=[],lr=0;lr<$e.sel.ranges.length;lr++){var dr=$e.sel.ranges[lr];ir.push(new Jc(qm(dr.anchor,er),qm(dr.head,er)))}return Ud($e.cm,ir,$e.sel.primIndex)}function ym($e,er,ir){return $e.line==er.line?ml(ir.line,$e.ch-er.ch+ir.ch):ml(ir.line+($e.line-er.line),$e.ch)}function Em($e,er,ir){for(var lr=[],dr=ml($e.first,0),$r=dr,Zr=0;Zr1&&$e.remove(Hn.line+1,Js-1),$e.insert(Hn.line+1,pu)}rp($e,"change",$e,er)}function Mp($e,er,ir){function lr(dr,$r,Zr){if(dr.linked)for(var Hn=0;Hn1&&!$e.done[$e.done.length-2].ranges)return $e.done.pop(),Kr($e.done)}function ka($e,er,ir,lr){var dr=$e.history;dr.undone.length=0;var $r=+new Date,Zr,Hn;if((dr.lastOp==lr||dr.lastOrigin==er.origin&&er.origin&&(er.origin.charAt(0)=="+"&&dr.lastModTime>$r-($e.cm?$e.cm.options.historyEventDelay:500)||er.origin.charAt(0)=="*"))&&(Zr=Mn(dr,dr.lastOp==lr)))Hn=Kr(Zr.changes),Uu(er.from,er.to)==0&&Uu(er.from,Hn.to)==0?Hn.to=jf(er):Zr.changes.push(xf($e,er));else{var mi=Kr(dr.done);for((!mi||!mi.ranges)&&Ha($e.sel,dr.done),Zr={changes:[xf($e,er)],generation:dr.generation},dr.done.push(Zr);dr.done.length>dr.undoDepth;)dr.done.shift(),dr.done[0].ranges||dr.done.shift()}dr.done.push(ir),dr.generation=++dr.maxGeneration,dr.lastModTime=dr.lastSelTime=$r,dr.lastOp=dr.lastSelOp=lr,dr.lastOrigin=dr.lastSelOrigin=er.origin,Hn||Ns($e,"historyAdded")}function xa($e,er,ir,lr){var dr=er.charAt(0);return dr=="*"||dr=="+"&&ir.ranges.length==lr.ranges.length&&ir.somethingSelected()==lr.somethingSelected()&&new Date-$e.history.lastSelTime<=($e.cm?$e.cm.options.historyEventDelay:500)}function Na($e,er,ir,lr){var dr=$e.history,$r=lr&&lr.origin;ir==dr.lastSelOp||$r&&dr.lastSelOrigin==$r&&(dr.lastModTime==dr.lastSelTime&&dr.lastOrigin==$r||xa($e,$r,Kr(dr.done),er))?dr.done[dr.done.length-1]=er:Ha(er,dr.done),dr.lastSelTime=+new Date,dr.lastSelOrigin=$r,dr.lastSelOp=ir,lr&&lr.clearRedo!==!1&&Fp(dr.undone)}function Ha($e,er){var ir=Kr(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-1&&(Kr(Hn)[ms]=ma[ms],delete ma[ms])}}return lr}function zn($e,er,ir,lr){if(lr){var dr=$e.anchor;if(ir){var $r=Uu(er,dr)<0;$r!=Uu(ir,dr)<0?(dr=er,er=ir):$r!=Uu(er,ir)<0&&(er=ir)}return new Jc(dr,er)}else return new Jc(ir||er,er)}function Sn($e,er,ir,lr,dr){dr==null&&(dr=$e.cm&&($e.cm.display.shift||$e.extend)),as($e,new Fd([zn($e.sel.primary(),er,ir,dr)],0),lr)}function Ia($e,er,ir){for(var lr=[],dr=$e.cm&&($e.cm.display.shift||$e.extend),$r=0;$r<$e.sel.ranges.length;$r++)lr[$r]=zn($e.sel.ranges[$r],er[$r],null,dr);var Zr=Ud($e.cm,lr,$e.sel.primIndex);as($e,Zr,ir)}function fa($e,er,ir,lr){var dr=$e.sel.ranges.slice(0);dr[er]=ir,as($e,Ud($e.cm,dr,$e.sel.primIndex),lr)}function Io($e,er,ir,lr){as($e,Dp(er,ir),lr)}function xo($e,er,ir){var lr={ranges:er.ranges,update:function(dr){this.ranges=[];for(var $r=0;$r=er.ch:Hn.to>er.ch))){if(dr&&(Ns(mi,"beforeCursorEnter"),mi.explicitlyCleared))if($r.markedSpans){--Zr;continue}else break;if(!mi.atomic)continue;if(ir){var ms=mi.find(lr<0?1:-1),gs=void 0;if((lr<0?io:ma)&&(ms=cc($e,ms,-lr,ms&&ms.line==er.line?$r:null)),ms&&ms.line==er.line&&(gs=Uu(ms,ir))&&(lr<0?gs<0:gs>0))return xu($e,ms,er,lr,dr)}var Cs=mi.find(lr<0?-1:1);return(lr<0?ma:io)&&(Cs=cc($e,Cs,lr,Cs.line==er.line?$r:null)),Cs?xu($e,Cs,er,lr,dr):null}}return er}function zu($e,er,ir,lr,dr){var $r=lr||1,Zr=xu($e,er,ir,$r,dr)||!dr&&xu($e,er,ir,$r,!0)||xu($e,er,ir,-$r,dr)||!dr&&xu($e,er,ir,-$r,!0);return Zr||($e.cantEdit=!0,ml($e.first,0))}function cc($e,er,ir,lr){return ir<0&&er.ch==0?er.line>$e.first?Oc($e,ml(er.line-1)):null:ir>0&&er.ch==(lr||Ul($e,er.line)).text.length?er.line<$e.first+$e.size-1?ml(er.line+1,0):null:new ml(er.line,er.ch+ir)}function Mc($e){$e.setSelection(ml($e.firstLine(),0),ml($e.lastLine()),Tr)}function kc($e,er,ir){var lr={canceled:!1,from:er.from,to:er.to,text:er.text,origin:er.origin,cancel:function(){return lr.canceled=!0}};return ir&&(lr.update=function(dr,$r,Zr,Hn){dr&&(lr.from=Oc($e,dr)),$r&&(lr.to=Oc($e,$r)),Zr&&(lr.text=Zr),Hn!==void 0&&(lr.origin=Hn)}),Ns($e,"beforeChange",$e,lr),$e.cm&&Ns($e.cm,"beforeChange",$e.cm,lr),lr.canceled?($e.cm&&($e.cm.curOp.updateInput=2),null):{from:lr.from,to:lr.to,text:lr.text,origin:lr.origin}}function Fc($e,er,ir){if($e.cm){if(!$e.cm.curOp)return Tu($e.cm,Fc)($e,er,ir);if($e.cm.state.suppressEdits)return}if(!((Bl($e,"beforeChange")||$e.cm&&Bl($e.cm,"beforeChange"))&&(er=kc($e,er,!0),!er))){var lr=Uf&&!ir&&wm($e,er.from,er.to);if(lr)for(var dr=lr.length-1;dr>=0;--dr)Bc($e,{from:lr[dr].from,to:lr[dr].to,text:dr?[""]:er.text,origin:er.origin});else Bc($e,er)}}function Bc($e,er){if(!(er.text.length==1&&er.text[0]==""&&Uu(er.from,er.to)==0)){var ir=ef($e,er);ka($e,er,ir,$e.cm?$e.cm.curOp.id:NaN),hu($e,er,ir,um($e,er));var lr=[];Mp($e,function(dr,$r){!$r&&Ur(lr,dr.history)==-1&&(Gd(dr.history,er),lr.push(dr.history)),hu(dr,er,null,um(dr,er))})}}function Ic($e,er,ir){var lr=$e.cm&&$e.cm.state.suppressEdits;if(!(lr&&!ir)){for(var dr=$e.history,$r,Zr=$e.sel,Hn=er=="undo"?dr.done:dr.undone,mi=er=="undo"?dr.undone:dr.done,ma=0;ma=0;--Cs){var Js=gs(Cs);if(Js)return Js.v}}}}function Bu($e,er){if(er!=0&&($e.first+=er,$e.sel=new Fd(Wr($e.sel.ranges,function(dr){return new Jc(ml(dr.anchor.line+er,dr.anchor.ch),ml(dr.head.line+er,dr.head.ch))}),$e.sel.primIndex),$e.cm)){Ip($e.cm,$e.first,$e.first-er,er);for(var ir=$e.cm.display,lr=ir.viewFrom;lr$e.lastLine())){if(er.from.line<$e.first){var dr=er.text.length-1-($e.first-er.from.line);Bu($e,dr),er={from:ml($e.first,0),to:ml(er.to.line+dr,er.to.ch),text:[Kr(er.text)],origin:er.origin}}var $r=$e.lastLine();er.to.line>$r&&(er={from:er.from,to:ml($r,Ul($e,$r).text.length),text:[er.text[0]],origin:er.origin}),er.removed=tc($e,er.from,er.to),ir||(ir=ef($e,er)),$e.cm?Pu($e.cm,er,lr):nm($e,er,lr),No($e,ir,Tr),$e.cantEdit&&zu($e,ml($e.firstLine(),0))&&($e.cantEdit=!1)}}function Pu($e,er,ir){var lr=$e.doc,dr=$e.display,$r=er.from,Zr=er.to,Hn=!1,mi=$r.line;$e.options.lineWrapping||(mi=In(Bd(Ul(lr,$r.line))),lr.iter(mi,Zr.line+1,function(Cs){if(Cs==dr.maxLine)return Hn=!0,!0})),lr.sel.contains(er.from,er.to)>-1&&vl($e),nm(lr,er,ir,Wh($e)),$e.options.lineWrapping||(lr.iter(mi,$r.line+er.text.length,function(Cs){var Js=Vf(Cs);Js>dr.maxLineLength&&(dr.maxLine=Cs,dr.maxLineLength=Js,dr.maxLineChanged=!0,Hn=!1)}),Hn&&($e.curOp.updateMaxLine=!0)),Cf(lr,$r.line),Cl($e,400);var ma=er.text.length-(Zr.line-$r.line)-1;er.full?Ip($e):$r.line==Zr.line&&er.text.length==1&&!Kf($e.doc,er)?rm($e,$r.line,"text"):Ip($e,$r.line,Zr.line+1,ma);var io=Bl($e,"changes"),ms=Bl($e,"change");if(ms||io){var gs={from:$r,to:Zr,text:er.text,removed:er.removed,origin:er.origin};ms&&rp($e,"change",$e,gs),io&&($e.curOp.changeObjs||($e.curOp.changeObjs=[])).push(gs)}$e.display.selForContextMenu=null}function fu($e,er,ir,lr,dr){var $r;lr||(lr=ir),Uu(lr,ir)<0&&($r=[lr,ir],ir=$r[0],lr=$r[1]),typeof er=="string"&&(er=$e.splitLines(er)),Fc($e,{from:ir,to:lr,text:er,origin:dr})}function pp($e,er,ir,lr){ir<$e.line?$e.line+=lr:er<$e.line&&($e.line=er,$e.ch=0)}function Rd($e,er,ir,lr){for(var dr=0;dr<$e.length;++dr){var $r=$e[dr],Zr=!0;if($r.ranges){$r.copied||($r=$e[dr]=$r.deepCopy(),$r.copied=!0);for(var Hn=0;Hn<$r.ranges.length;Hn++)pp($r.ranges[Hn].anchor,er,ir,lr),pp($r.ranges[Hn].head,er,ir,lr);continue}for(var mi=0;mi<$r.changes.length;++mi){var ma=$r.changes[mi];if(ir1||!(this.children[0]instanceof rd))){var Hn=[];this.collapse(Hn),this.children=[new rd(Hn)],this.children[0].parent=this}},collapse:function($e){for(var er=0;er50){for(var Zr=dr.lines.length%25+25,Hn=Zr;Hn10);$e.parent.maybeSpill()}},iterN:function($e,er,ir){for(var lr=0;lr$e.display.maxLineLength&&($e.display.maxLine=ma,$e.display.maxLineLength=io,$e.display.maxLineChanged=!0)}lr!=null&&$e&&this.collapsed&&Ip($e,lr,dr+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,$e&&zs($e.doc)),$e&&rp($e,"markerCleared",$e,this,lr,dr),er&&Cu($e),this.parent&&this.parent.clear()}},Dl.prototype.find=function($e,er){$e==null&&this.type=="bookmark"&&($e=1);for(var ir,lr,dr=0;dr0||Zr==0&&$r.clearWhenEmpty!==!1)return $r;if($r.replacedWith&&($r.collapsed=!0,$r.widgetNode=ur("span",[$r.replacedWith],"CodeMirror-widget"),lr.handleMouseEvents||$r.widgetNode.setAttribute("cm-ignore-events","true"),lr.insertLeft&&($r.widgetNode.insertLeft=!0)),$r.collapsed){if(Nm($e,er.line,er,ir,$r)||er.line!=ir.line&&Nm($e,ir.line,er,ir,$r))throw new Error("Inserting collapsed marker partially overlapping an existing one");Tm()}$r.addToHistory&&ka($e,{from:er,to:ir,origin:"markText"},$e.sel,NaN);var Hn=er.line,mi=$e.cm,ma;if($e.iter(Hn,ir.line+1,function(ms){mi&&$r.collapsed&&!mi.options.lineWrapping&&Bd(ms)==mi.display.maxLine&&(ma=!0),$r.collapsed&&Hn!=er.line&&Ku(ms,0),Zm(ms,new Xp($r,Hn==er.line?er.ch:null,Hn==ir.line?ir.ch:null),$e.cm&&$e.cm.curOp),++Hn}),$r.collapsed&&$e.iter(er.line,ir.line+1,function(ms){ep($e,ms)&&Ku(ms,0)}),$r.clearOnEnter&&Hi($r,"beforeCursorEnter",function(){return $r.clear()}),$r.readOnly&&(lm(),($e.history.done.length||$e.history.undone.length)&&$e.clearHistory()),$r.collapsed&&($r.id=++Zs,$r.atomic=!0),mi){if(ma&&(mi.curOp.updateMaxLine=!0),$r.collapsed)Ip(mi,er.line,ir.line+1);else if($r.className||$r.startStyle||$r.endStyle||$r.css||$r.attributes||$r.title)for(var io=er.line;io<=ir.line;io++)rm(mi,io,"text");$r.atomic&&zs(mi.doc),rp(mi,"markerAdded",mi,$r)}return $r}var Wu=function($e,er){this.markers=$e,this.primary=er;for(var ir=0;ir<$e.length;++ir)$e[ir].parent=this};Wu.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var $e=0;$e=0;mi--)Fc(this,lr[mi]);Hn?ss(this,Hn):this.cm&&ds(this.cm)}),undo:Ru(function(){Ic(this,"undo")}),redo:Ru(function(){Ic(this,"redo")}),undoSelection:Ru(function(){Ic(this,"undo",!0)}),redoSelection:Ru(function(){Ic(this,"redo",!0)}),setExtending:function($e){this.extend=$e},getExtending:function(){return this.extend},historySize:function(){for(var $e=this.history,er=0,ir=0,lr=0;lr<$e.done.length;lr++)$e.done[lr].ranges||++er;for(var dr=0;dr<$e.undone.length;dr++)$e.undone[dr].ranges||++ir;return{undo:er,redo:ir}},clearHistory:function(){var $e=this;this.history=new am(this.history),Mp(this,function(er){return er.history=$e.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function($e){return $e&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function($e){return this.history.generation==($e||this.cleanGeneration)},getHistory:function(){return{done:fo(this.history.done),undone:fo(this.history.undone)}},setHistory:function($e){var er=this.history=new am(this.history);er.done=fo($e.done.slice(0),null,!0),er.undone=fo($e.undone.slice(0),null,!0)},setGutterMarker:Ru(function($e,er,ir){return Ed(this,$e,"gutter",function(lr){var dr=lr.gutterMarkers||(lr.gutterMarkers={});return dr[er]=ir,!ir&&Go(dr)&&(lr.gutterMarkers=null),!0})}),clearGutter:Ru(function($e){var er=this;this.iter(function(ir){ir.gutterMarkers&&ir.gutterMarkers[$e]&&Ed(er,ir,"gutter",function(){return ir.gutterMarkers[$e]=null,Go(ir.gutterMarkers)&&(ir.gutterMarkers=null),!0})})}),lineInfo:function($e){var er;if(typeof $e=="number"){if(!Vl(this,$e)||(er=$e,$e=Ul(this,$e),!$e))return null}else if(er=In($e),er==null)return null;return{line:er,handle:$e,text:$e.text,gutterMarkers:$e.gutterMarkers,textClass:$e.textClass,bgClass:$e.bgClass,wrapClass:$e.wrapClass,widgets:$e.widgets}},addLineClass:Ru(function($e,er,ir){return Ed(this,$e,er=="gutter"?"gutter":"class",function(lr){var dr=er=="text"?"textClass":er=="background"?"bgClass":er=="gutter"?"gutterClass":"wrapClass";if(!lr[dr])lr[dr]=ir;else{if(jt(ir).test(lr[dr]))return!1;lr[dr]+=" "+ir}return!0})}),removeLineClass:Ru(function($e,er,ir){return Ed(this,$e,er=="gutter"?"gutter":"class",function(lr){var dr=er=="text"?"textClass":er=="background"?"bgClass":er=="gutter"?"gutterClass":"wrapClass",$r=lr[dr];if($r)if(ir==null)lr[dr]=null;else{var Zr=$r.match(jt(ir));if(!Zr)return!1;var Hn=Zr.index+Zr[0].length;lr[dr]=$r.slice(0,Zr.index)+(!Zr.index||Hn==$r.length?"":" ")+$r.slice(Hn)||null}else return!1;return!0})}),addLineWidget:Ru(function($e,er,ir){return Yc(this,$e,er,ir)}),removeLineWidget:function($e){$e.clear()},markText:function($e,er,ir){return Zl(this,Oc(this,$e),Oc(this,er),ir,ir&&ir.type||"range")},setBookmark:function($e,er){var ir={replacedWith:er&&(er.nodeType==null?er.widget:er),insertLeft:er&&er.insertLeft,clearWhenEmpty:!1,shared:er&&er.shared,handleMouseEvents:er&&er.handleMouseEvents};return $e=Oc(this,$e),Zl(this,$e,$e,ir,"bookmark")},findMarksAt:function($e){$e=Oc(this,$e);var er=[],ir=Ul(this,$e.line).markedSpans;if(ir)for(var lr=0;lr=$e.ch)&&er.push(dr.marker.parent||dr.marker)}return er},findMarks:function($e,er,ir){$e=Oc(this,$e),er=Oc(this,er);var lr=[],dr=$e.line;return this.iter($e.line,er.line+1,function($r){var Zr=$r.markedSpans;if(Zr)for(var Hn=0;Hn=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$e)return er=$e,!0;$e-=$r,++ir}),Oc(this,ml(ir,er))},indexFromPos:function($e){$e=Oc(this,$e);var er=$e.ch;if($e.lineer&&(er=$e.from),$e.to!=null&&$e.to-1){er.state.draggingText($e),setTimeout(function(){return er.display.input.focus()},20);return}try{var io=$e.dataTransfer.getData("Text");if(io){var ms;if(er.state.draggingText&&!er.state.draggingText.copy&&(ms=er.listSelections()),No(er.doc,Dp(ir,ir)),ms)for(var gs=0;gs=0;Hn--)fu($e.doc,"",lr[Hn].from,lr[Hn].to,"+delete");ds($e)})}function Kh($e,er,ir){var lr=Gr($e.text,er+ir,ir);return lr<0||lr>$e.text.length?null:lr}function Rn($e,er,ir){var lr=Kh($e,er.ch,ir);return lr==null?null:new ml(er.line,lr,ir<0?"after":"before")}function di($e,er,ir,lr,dr){if($e){er.doc.direction=="rtl"&&(dr=-dr);var $r=qa(ir,er.doc.direction);if($r){var Zr=dr<0?Kr($r):$r[0],Hn=dr<0==(Zr.level==1),mi=Hn?"after":"before",ma;if(Zr.level>0||er.doc.direction=="rtl"){var io=Cp(er,ir);ma=dr<0?ir.text.length-1:0;var ms=Gp(er,io,ma).top;ma=Ar(function(gs){return Gp(er,io,gs).top==ms},dr<0==(Zr.level==1)?Zr.from:Zr.to-1,ma),mi=="before"&&(ma=Kh(ir,ma,1))}else ma=dr<0?Zr.to:Zr.from;return new ml(lr,ma,mi)}}return new ml(lr,dr<0?ir.text.length:0,dr<0?"before":"after")}function vn($e,er,ir,lr){var dr=qa(er,$e.doc.direction);if(!dr)return Rn(er,ir,lr);ir.ch>=er.text.length?(ir.ch=er.text.length,ir.sticky="before"):ir.ch<=0&&(ir.ch=0,ir.sticky="after");var $r=Sa(dr,ir.ch,ir.sticky),Zr=dr[$r];if($e.doc.direction=="ltr"&&Zr.level%2==0&&(lr>0?Zr.to>ir.ch:Zr.from=Zr.from&&gs>=io.begin)){var Cs=ms?"before":"after";return new ml(ir.line,gs,Cs)}}var Js=function(pu,gu,vs){for(var pc=function(zc,Vd){return Vd?new ml(ir.line,Hn(zc,1),"before"):new ml(ir.line,zc,"after")};pu>=0&&pu0==(vc.level!=1),dc=$u?vs.begin:Hn(vs.end,-1);if(vc.from<=dc&&dc0?io.end:Hn(io.begin,-1);return sl!=null&&!(lr>0&&sl==er.text.length)&&(Hl=Js(lr>0?0:dr.length-1,lr,ma(sl)),Hl)?Hl:null}var Vn={selectAll:Mc,singleSelection:function($e){return $e.setSelection($e.getCursor("anchor"),$e.getCursor("head"),Tr)},killLine:function($e){return Yf($e,function(er){if(er.empty()){var ir=Ul($e.doc,er.head.line).text.length;return er.head.ch==ir&&er.head.line<$e.lastLine()?{from:er.head,to:ml(er.head.line+1,0)}:{from:er.head,to:ml(er.head.line,ir)}}else return{from:er.from(),to:er.to()}})},deleteLine:function($e){return Yf($e,function(er){return{from:ml(er.from().line,0),to:Oc($e.doc,ml(er.to().line+1,0))}})},delLineLeft:function($e){return Yf($e,function(er){return{from:ml(er.from().line,0),to:er.from()}})},delWrappedLineLeft:function($e){return Yf($e,function(er){var ir=$e.charCoords(er.head,"div").top+5,lr=$e.coordsChar({left:0,top:ir},"div");return{from:lr,to:er.from()}})},delWrappedLineRight:function($e){return Yf($e,function(er){var ir=$e.charCoords(er.head,"div").top+5,lr=$e.coordsChar({left:$e.display.lineDiv.offsetWidth+100,top:ir},"div");return{from:er.from(),to:lr}})},undo:function($e){return $e.undo()},redo:function($e){return $e.redo()},undoSelection:function($e){return $e.undoSelection()},redoSelection:function($e){return $e.redoSelection()},goDocStart:function($e){return $e.extendSelection(ml($e.firstLine(),0))},goDocEnd:function($e){return $e.extendSelection(ml($e.lastLine()))},goLineStart:function($e){return $e.extendSelectionsBy(function(er){return Fn($e,er.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function($e){return $e.extendSelectionsBy(function(er){return xn($e,er.head)},{origin:"+move",bias:1})},goLineEnd:function($e){return $e.extendSelectionsBy(function(er){return En($e,er.head.line)},{origin:"+move",bias:-1})},goLineRight:function($e){return $e.extendSelectionsBy(function(er){var ir=$e.cursorCoords(er.head,"div").top+5;return $e.coordsChar({left:$e.display.lineDiv.offsetWidth+100,top:ir},"div")},br)},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")},br)},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},br)},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;dr0)dr=new ml(dr.line,dr.ch+1),$e.replaceRange($r.charAt(dr.ch-1)+$r.charAt(dr.ch-2),ml(dr.line,dr.ch-2),dr,"+transpose");else if(dr.line>$e.doc.first){var Zr=Ul($e.doc,dr.line-1).text;Zr&&(dr=new ml(dr.line,1),$e.replaceRange($r.charAt(0)+$e.doc.lineSeparator()+Zr.charAt(Zr.length-1),ml(dr.line-1,Zr.length-1),dr,"+transpose"))}}ir.push(new Jc(dr,dr))}$e.setSelections(ir)})},newlineAndIndent:function($e){return bc($e,function(){for(var er=$e.listSelections(),ir=er.length-1;ir>=0;ir--)$e.replaceRange($e.doc.lineSeparator(),er[ir].anchor,er[ir].head,"+input");er=$e.listSelections();for(var lr=0;lr$e&&Uu(er,this.pos)==0&&ir==this.button};var Xa,Fa;function Zo($e,er){var ir=+new Date;return Fa&&Fa.compare(ir,$e,er)?(Xa=Fa=null,"triple"):Xa&&Xa.compare(ir,$e,er)?(Fa=new Ea(ir,$e,er),Xa=null,"double"):(Xa=new Ea(ir,$e,er),Fa=null,"single")}function Ui($e){var er=this,ir=er.display;if(!(cs(er,$e)||ir.activeTouch&&ir.input.supportsTouch())){if(ir.input.ensurePolled(),ir.shift=$e.shiftKey,Qp(ir,$e)){re||(ir.scroller.draggable=!1,setTimeout(function(){return ir.scroller.draggable=!0},100));return}if(!Aa(er,$e)){var lr=qp(er,$e),dr=gc($e),$r=lr?Zo(lr,dr):"single";Br(er).focus(),dr==1&&er.state.selectingText&&er.state.selectingText($e),!(lr&&Ta(er,dr,lr,$r,$e))&&(dr==1?lr?aa(er,lr,$r,$e):Nc($e)==ir.scroller&&xs($e):dr==2?(lr&&Sn(er.doc,lr),setTimeout(function(){return ir.input.focus()},20)):dr==3&&(qe?er.display.input.onContextMenu($e):Co(er)))}}}function Ta($e,er,ir,lr,dr){var $r="Click";return lr=="double"?$r="Double"+$r:lr=="triple"&&($r="Triple"+$r),$r=(er==1?"Left":er==2?"Middle":"Right")+$r,ea($e,l0($r,dr),dr,function(Zr){if(typeof Zr=="string"&&(Zr=Vn[Zr]),!Zr)return!1;var Hn=!1;try{$e.isReadOnly()&&($e.state.suppressEdits=!0),Hn=Zr($e,ir)!=Sr}finally{$e.state.suppressEdits=!1}return Hn})}function Fi($e,er,ir){var lr=$e.getOption("configureMouse"),dr=lr?lr($e,er,ir):{};if(dr.unit==null){var $r=Ue?ir.shiftKey&&ir.metaKey:ir.altKey;dr.unit=$r?"rectangle":er=="single"?"char":er=="double"?"word":"line"}return(dr.extend==null||$e.doc.extend)&&(dr.extend=$e.doc.extend||ir.shiftKey),dr.addNew==null&&(dr.addNew=Fe?ir.metaKey:ir.ctrlKey),dr.moveOnDrag==null&&(dr.moveOnDrag=!(Fe?ir.altKey:ir.ctrlKey)),dr}function aa($e,er,ir,lr){V?setTimeout(mr(os,$e),0):$e.curOp.focus=hr(vr($e));var dr=Fi($e,ir,lr),$r=$e.doc.sel,Zr;$e.options.dragDrop&&Wl&&!$e.isReadOnly()&&ir=="single"&&(Zr=$r.contains(er))>-1&&(Uu((Zr=$r.ranges[Zr]).from(),er)<0||er.xRel>0)&&(Uu(Zr.to(),er)>0||er.xRel<0)?Un($e,lr,er,dr):ra($e,lr,er,dr)}function Un($e,er,ir,lr){var dr=$e.display,$r=!1,Zr=Tu($e,function(ma){re&&(dr.scroller.draggable=!1),$e.state.draggingText=!1,$e.state.delayingBlurEvent&&($e.hasFocus()?$e.state.delayingBlurEvent=!1:Co($e)),Ma(dr.wrapper.ownerDocument,"mouseup",Zr),Ma(dr.wrapper.ownerDocument,"mousemove",Hn),Ma(dr.scroller,"dragstart",mi),Ma(dr.scroller,"drop",Zr),$r||(xs(ma),lr.addNew||Sn($e.doc,ir,null,null,lr.extend),re&&!pe||V&&z==9?setTimeout(function(){dr.wrapper.ownerDocument.body.focus({preventScroll:!0}),dr.input.focus()},20):dr.input.focus())}),Hn=function(ma){$r=$r||Math.abs(er.clientX-ma.clientX)+Math.abs(er.clientY-ma.clientY)>=10},mi=function(){return $r=!0};re&&(dr.scroller.draggable=!0),$e.state.draggingText=Zr,Zr.copy=!lr.moveOnDrag,Hi(dr.wrapper.ownerDocument,"mouseup",Zr),Hi(dr.wrapper.ownerDocument,"mousemove",Hn),Hi(dr.scroller,"dragstart",mi),Hi(dr.scroller,"drop",Zr),$e.state.delayingBlurEvent=!0,setTimeout(function(){return dr.input.focus()},20),dr.scroller.dragDrop&&dr.scroller.dragDrop()}function Gi($e,er,ir){if(ir=="char")return new Jc(er,er);if(ir=="word")return $e.findWordAt(er);if(ir=="line")return new Jc(ml(er.line,0),Oc($e.doc,ml(er.line+1,0)));var lr=ir($e,er);return new Jc(lr.from,lr.to)}function ra($e,er,ir,lr){V&&Co($e);var dr=$e.display,$r=$e.doc;xs(er);var Zr,Hn,mi=$r.sel,ma=mi.ranges;if(lr.addNew&&!lr.extend?(Hn=$r.sel.contains(ir),Hn>-1?Zr=ma[Hn]:Zr=new Jc(ir,ir)):(Zr=$r.sel.primary(),Hn=$r.sel.primIndex),lr.unit=="rectangle")lr.addNew||(Zr=new Jc(ir,ir)),ir=qp($e,er,!0,!0),Hn=-1;else{var io=Gi($e,ir,lr.unit);lr.extend?Zr=zn(Zr,io.anchor,io.head,lr.extend):Zr=io}lr.addNew?Hn==-1?(Hn=ma.length,as($r,Ud($e,ma.concat([Zr]),Hn),{scroll:!1,origin:"*mouse"})):ma.length>1&&ma[Hn].empty()&&lr.unit=="char"&&!lr.extend?(as($r,Ud($e,ma.slice(0,Hn).concat(ma.slice(Hn+1)),0),{scroll:!1,origin:"*mouse"}),mi=$r.sel):fa($r,Hn,Zr,Mr):(Hn=0,as($r,new Fd([Zr],0),Mr),mi=$r.sel);var ms=ir;function gs(vs){if(Uu(ms,vs)!=0)if(ms=vs,lr.unit=="rectangle"){for(var pc=[],vc=$e.options.tabSize,$u=jr(Ul($r,ir.line).text,ir.ch,vc),dc=jr(Ul($r,vs.line).text,vs.ch,vc),zc=Math.min($u,dc),Vd=Math.max($u,dc),co=Math.min(ir.line,vs.line),rl=Math.min($e.lastLine(),Math.max(ir.line,vs.line));co<=rl;co++){var Ju=Ul($r,co).text,jc=Cr(Ju,zc,vc);zc==Vd?pc.push(new Jc(ml(co,jc),ml(co,jc))):Ju.length>jc&&pc.push(new Jc(ml(co,jc),ml(co,Cr(Ju,Vd,vc))))}pc.length||pc.push(new Jc(ir,ir)),as($r,Ud($e,mi.ranges.slice(0,Hn).concat(pc),Hn),{origin:"*mouse",scroll:!1}),$e.scrollIntoView(vs)}else{var Wc=Zr,Xd=Gi($e,vs,lr.unit),yd=Wc.anchor,Id;Uu(Xd.anchor,yd)>0?(Id=Xd.head,yd=gp(Wc.from(),Xd.anchor)):(Id=Xd.anchor,yd=ld(Wc.to(),Xd.head));var Ld=mi.ranges.slice(0);Ld[Hn]=da($e,new Jc(Oc($r,yd),Id)),as($r,Ud($e,Ld,Hn),Mr)}}var Cs=dr.wrapper.getBoundingClientRect(),Js=0;function Hl(vs){var pc=++Js,vc=qp($e,vs,!0,lr.unit=="rectangle");if(vc)if(Uu(vc,ms)!=0){$e.curOp.focus=hr(vr($e)),gs(vc);var $u=Ro(dr,$r);(vc.line>=$u.to||vc.line<$u.from)&&setTimeout(Tu($e,function(){Js==pc&&Hl(vs)}),150)}else{var dc=vs.clientYCs.bottom?20:0;dc&&setTimeout(Tu($e,function(){Js==pc&&(dr.scroller.scrollTop+=dc,Hl(vs))}),50)}}function sl(vs){$e.state.selectingText=!1,Js=1/0,vs&&(xs(vs),dr.input.focus()),Ma(dr.wrapper.ownerDocument,"mousemove",pu),Ma(dr.wrapper.ownerDocument,"mouseup",gu),$r.history.lastSelOrigin=null}var pu=Tu($e,function(vs){vs.buttons===0||!gc(vs)?sl(vs):Hl(vs)}),gu=Tu($e,sl);$e.state.selectingText=gu,Hi(dr.wrapper.ownerDocument,"mousemove",pu),Hi(dr.wrapper.ownerDocument,"mouseup",gu)}function da($e,er){var ir=er.anchor,lr=er.head,dr=Ul($e.doc,ir.line);if(Uu(ir,lr)==0&&ir.sticky==lr.sticky)return er;var $r=qa(dr);if(!$r)return er;var Zr=Sa($r,ir.ch,ir.sticky),Hn=$r[Zr];if(Hn.from!=ir.ch&&Hn.to!=ir.ch)return er;var mi=Zr+(Hn.from==ir.ch==(Hn.level!=1)?0:1);if(mi==0||mi==$r.length)return er;var ma;if(lr.line!=ir.line)ma=(lr.line-ir.line)*($e.doc.direction=="ltr"?1:-1)>0;else{var io=Sa($r,lr.ch,lr.sticky),ms=io-Zr||(lr.ch-ir.ch)*(Hn.level==1?-1:1);io==mi-1||io==mi?ma=ms<0:ma=ms>0}var gs=$r[mi+(ma?-1:0)],Cs=ma==(gs.level==1),Js=Cs?gs.from:gs.to,Hl=Cs?"after":"before";return ir.ch==Js&&ir.sticky==Hl?er:new Jc(new ml(ir.line,Js,Hl),lr)}function va($e,er,ir,lr){var dr,$r;if(er.touches)dr=er.touches[0].clientX,$r=er.touches[0].clientY;else try{dr=er.clientX,$r=er.clientY}catch{return!1}if(dr>=Math.floor($e.display.gutters.getBoundingClientRect().right))return!1;lr&&xs(er);var Zr=$e.display,Hn=Zr.lineDiv.getBoundingClientRect();if($r>Hn.bottom||!Bl($e,ir))return Lu(er);$r-=Hn.top-Zr.viewOffset;for(var mi=0;mi<$e.display.gutterSpecs.length;++mi){var ma=Zr.gutters.childNodes[mi];if(ma&&ma.getBoundingClientRect().right>=dr){var io=rs($e.doc,$r),ms=$e.display.gutterSpecs[mi];return Ns($e,ir,$e,io,ms.className,er),Lu(er)}}}function Aa($e,er){return va($e,er,"gutterClick",!0)}function to($e,er){Qp($e.display,er)||Bo($e,er)||cs($e,er,"contextmenu")||qe||$e.display.input.onContextMenu(er)}function Bo($e,er){return Bl($e,"gutterContextMenu")?va($e,er,"gutterContextMenu",!1):!1}function Jo($e){$e.display.wrapper.className=$e.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+$e.options.theme.replace(/(^|\s)\s*/g," cm-s-"),zm($e)}var Mo={toString:function(){return"CodeMirror.Init"}},_s={},bo={};function Bs($e){var er=$e.optionHandlers;function ir(lr,dr,$r,Zr){$e.defaults[lr]=dr,$r&&(er[lr]=Zr?function(Hn,mi,ma){ma!=Mo&&$r(Hn,mi,ma)}:$r)}$e.defineOption=ir,$e.Init=Mo,ir("value","",function(lr,dr){return lr.setValue(dr)},!0),ir("mode",null,function(lr,dr){lr.doc.modeOption=dr,kp(lr)},!0),ir("indentUnit",2,kp,!0),ir("indentWithTabs",!1),ir("smartIndent",!0),ir("tabSize",4,function(lr){tf(lr),zm(lr),Ip(lr)},!0),ir("lineSeparator",null,function(lr,dr){if(lr.doc.lineSep=dr,!!dr){var $r=[],Zr=lr.doc.first;lr.doc.iter(function(mi){for(var ma=0;;){var io=mi.text.indexOf(dr,ma);if(io==-1)break;ma=io+dr.length,$r.push(ml(Zr,io))}Zr++});for(var Hn=$r.length-1;Hn>=0;Hn--)fu(lr.doc,dr,$r[Hn],ml($r[Hn].line,$r[Hn].ch+dr.length))}}),ir("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b\u200e\u200f\u2028\u2029\u202d\u202e\u2066\u2067\u2069\ufeff\ufff9-\ufffc]/g,function(lr,dr,$r){lr.state.specialChars=new RegExp(dr.source+(dr.test(" ")?"":"| "),"g"),$r!=Mo&&lr.refresh()}),ir("specialCharPlaceholder",Mf,function(lr){return lr.refresh()},!0),ir("electricChars",!0),ir("inputStyle",Ne?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),ir("spellcheck",!1,function(lr,dr){return lr.getInputField().spellcheck=dr},!0),ir("autocorrect",!1,function(lr,dr){return lr.getInputField().autocorrect=dr},!0),ir("autocapitalize",!1,function(lr,dr){return lr.getInputField().autocapitalize=dr},!0),ir("rtlMoveVisually",!kt),ir("wholeLineUpdateBefore",!0),ir("theme","default",function(lr){Jo(lr),Zp(lr)},!0),ir("keyMap","default",function(lr,dr,$r){var Zr=e0(dr),Hn=$r!=Mo&&e0($r);Hn&&Hn.detach&&Hn.detach(lr,Zr),Zr.attach&&Zr.attach(lr,Hn||null)}),ir("extraKeys",null),ir("configureMouse",null),ir("lineWrapping",!1,Oo,!0),ir("gutters",[],function(lr,dr){lr.display.gutterSpecs=sd(dr,lr.options.lineNumbers),Zp(lr)},!0),ir("fixedGutter",!0,function(lr,dr){lr.display.gutters.style.left=dr?Nd(lr.display)+"px":"0",lr.refresh()},!0),ir("coverGutterNextToScrollbar",!1,function(lr){return bl(lr)},!0),ir("scrollbarStyle","native",function(lr){hl(lr),bl(lr),lr.display.scrollbars.setScrollTop(lr.doc.scrollTop),lr.display.scrollbars.setScrollLeft(lr.doc.scrollLeft)},!0),ir("lineNumbers",!1,function(lr,dr){lr.display.gutterSpecs=sd(lr.options.gutters,dr),Zp(lr)},!0),ir("firstLineNumber",1,Zp,!0),ir("lineNumberFormatter",function(lr){return lr},Zp,!0),ir("showCursorWhenSelecting",!1,vf,!0),ir("resetSelectionOnContextMenu",!0),ir("lineWiseCopyCut",!0),ir("pasteLinesPerSelection",!0),ir("selectionsMayTouch",!1),ir("readOnly",!1,function(lr,dr){dr=="nocursor"&&(Ao(lr),lr.display.input.blur()),lr.display.input.readOnlyChanged(dr)}),ir("screenReaderLabel",null,function(lr,dr){dr=dr===""?null:dr,lr.display.input.screenReaderLabelChanged(dr)}),ir("disableInput",!1,function(lr,dr){dr||lr.display.input.reset()},!0),ir("dragDrop",!0,Xo),ir("allowDropFileTypes",null),ir("cursorBlinkRate",530),ir("cursorScrollMargin",0),ir("cursorHeight",1,vf,!0),ir("singleCursorHeightPerLine",!0,vf,!0),ir("workTime",100),ir("workDelay",100),ir("flattenSpans",!0,tf,!0),ir("addModeClass",!1,tf,!0),ir("pollInterval",100),ir("undoDepth",200,function(lr,dr){return lr.doc.history.undoDepth=dr}),ir("historyEventDelay",1250),ir("viewportMargin",10,function(lr){return lr.refresh()},!0),ir("maxHighlightLength",1e4,tf,!0),ir("moveInputWithCursor",!0,function(lr,dr){dr||lr.display.input.resetPosition()}),ir("tabindex",null,function(lr,dr){return lr.display.input.getField().tabIndex=dr||""}),ir("autofocus",null),ir("direction","ltr",function(lr,dr){return lr.doc.setDirection(dr)},!0),ir("phrases",null)}function Xo($e,er,ir){var lr=ir&&ir!=Mo;if(!er!=!lr){var dr=$e.display.dragFunctions,$r=er?Hi:Ma;$r($e.display.scroller,"dragstart",dr.start),$r($e.display.scroller,"dragenter",dr.enter),$r($e.display.scroller,"dragover",dr.over),$r($e.display.scroller,"dragleave",dr.leave),$r($e.display.scroller,"drop",dr.drop)}}function Oo($e){$e.options.lineWrapping?(Er($e.display.wrapper,"CodeMirror-wrap"),$e.display.sizer.style.minWidth="",$e.display.sizerWidth=null):(tr($e.display.wrapper,"CodeMirror-wrap"),Yr($e)),Dd($e),Ip($e),zm($e),setTimeout(function(){return bl($e)},100)}function ys($e,er){var ir=this;if(!(this instanceof ys))return new ys($e,er);this.options=er=er?gr(er):{},gr(_s,er,!1);var lr=er.value;typeof lr=="string"?lr=new Yd(lr,er.mode,null,er.lineSeparator,er.direction):er.mode&&(lr.modeOption=er.mode),this.doc=lr;var dr=new ys.inputStyles[er.inputStyle](this),$r=this.display=new bf($e,lr,dr,er);$r.wrapper.CodeMirror=this,Jo(this),er.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),hl(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:-1,cutIncoming:-1,selectingText:!1,draggingText:!1,highlight:new Hr,keySeq:null,specialChars:null},er.autofocus&&!Ne&&$r.input.focus(),V&&z<11&&setTimeout(function(){return ir.display.input.reset(!0)},20),tl(this),Qh(),_u(this),this.curOp.forceUpdate=!0,vp(this,lr),er.autofocus&&!Ne||this.hasFocus()?setTimeout(function(){ir.hasFocus()&&!ir.state.focused&&Do(ir)},20):Ao(this);for(var Zr in bo)bo.hasOwnProperty(Zr)&&bo[Zr](this,er[Zr],Mo);Kc(this),er.finishInit&&er.finishInit(this);for(var Hn=0;Hn<$s.length;++Hn)$s[Hn](this);Cu(this),re&&er.lineWrapping&&getComputedStyle($r.lineDiv).textRendering=="optimizelegibility"&&($r.lineDiv.style.textRendering="auto")}ys.defaults=_s,ys.optionHandlers=bo;function tl($e){var er=$e.display;Hi(er.scroller,"mousedown",Tu($e,Ui)),V&&z<11?Hi(er.scroller,"dblclick",Tu($e,function(mi){if(!cs($e,mi)){var ma=qp($e,mi);if(!(!ma||Aa($e,mi)||Qp($e.display,mi))){xs(mi);var io=$e.findWordAt(ma);Sn($e.doc,io.anchor,io.head)}}})):Hi(er.scroller,"dblclick",function(mi){return cs($e,mi)||xs(mi)}),Hi(er.scroller,"contextmenu",function(mi){return to($e,mi)}),Hi(er.input.getField(),"contextmenu",function(mi){er.scroller.contains(mi.target)||to($e,mi)});var ir,lr={end:0};function dr(){er.activeTouch&&(ir=setTimeout(function(){return er.activeTouch=null},1e3),lr=er.activeTouch,lr.end=+new Date)}function $r(mi){if(mi.touches.length!=1)return!1;var ma=mi.touches[0];return ma.radiusX<=1&&ma.radiusY<=1}function Zr(mi,ma){if(ma.left==null)return!0;var io=ma.left-mi.left,ms=ma.top-mi.top;return io*io+ms*ms>20*20}Hi(er.scroller,"touchstart",function(mi){if(!cs($e,mi)&&!$r(mi)&&!Aa($e,mi)){er.input.ensurePolled(),clearTimeout(ir);var ma=+new Date;er.activeTouch={start:ma,moved:!1,prev:ma-lr.end<=300?lr:null},mi.touches.length==1&&(er.activeTouch.left=mi.touches[0].pageX,er.activeTouch.top=mi.touches[0].pageY)}}),Hi(er.scroller,"touchmove",function(){er.activeTouch&&(er.activeTouch.moved=!0)}),Hi(er.scroller,"touchend",function(mi){var ma=er.activeTouch;if(ma&&!Qp(er,mi)&&ma.left!=null&&!ma.moved&&new Date-ma.start<300){var io=$e.coordsChar(er.activeTouch,"page"),ms;!ma.prev||Zr(ma,ma.prev)?ms=new Jc(io,io):!ma.prev.prev||Zr(ma,ma.prev.prev)?ms=$e.findWordAt(io):ms=new Jc(ml(io.line,0),Oc($e.doc,ml(io.line+1,0))),$e.setSelection(ms.anchor,ms.head),$e.focus(),xs(mi)}dr()}),Hi(er.scroller,"touchcancel",dr),Hi(er.scroller,"scroll",function(){er.scroller.clientHeight&&(ns($e,er.scroller.scrollTop),Es($e,er.scroller.scrollLeft,!0),Ns($e,"scroll",$e))}),Hi(er.scroller,"mousewheel",function(mi){return jd($e,mi)}),Hi(er.scroller,"DOMMouseScroll",function(mi){return jd($e,mi)}),Hi(er.wrapper,"scroll",function(){return er.wrapper.scrollTop=er.wrapper.scrollLeft=0}),er.dragFunctions={enter:function(mi){cs($e,mi)||Pc(mi)},over:function(mi){cs($e,mi)||(Zc($e,mi),Pc(mi))},start:function(mi){return bp($e,mi)},drop:Tu($e,rf),leave:function(mi){cs($e,mi)||fp($e)}};var Hn=er.input.getField();Hi(Hn,"keyup",function(mi){return Ba.call($e,mi)}),Hi(Hn,"keydown",Tu($e,oa)),Hi(Hn,"keypress",Tu($e,la)),Hi(Hn,"focus",function(mi){return Do($e,mi)}),Hi(Hn,"blur",function(mi){return Ao($e,mi)})}var $s=[];ys.defineInitHook=function($e){return $s.push($e)};function pl($e,er,ir,lr){var dr=$e.doc,$r;ir==null&&(ir="add"),ir=="smart"&&(dr.mode.indent?$r=lf($e,er).state:ir="prev");var Zr=$e.options.tabSize,Hn=Ul(dr,er),mi=jr(Hn.text,null,Zr);Hn.stateAfter&&(Hn.stateAfter=null);var ma=Hn.text.match(/^\s*/)[0],io;if(!lr&&!/\S/.test(Hn.text))io=0,ir="not";else if(ir=="smart"&&(io=dr.mode.indent($r,Hn.text.slice(ma.length),Hn.text),io==Sr||io>150)){if(!lr)return;ir="prev"}ir=="prev"?er>dr.first?io=jr(Ul(dr,er-1).text,null,Zr):io=0:ir=="add"?io=mi+$e.options.indentUnit:ir=="subtract"?io=mi-$e.options.indentUnit:typeof ir=="number"&&(io=mi+ir),io=Math.max(0,io);var ms="",gs=0;if($e.options.indentWithTabs)for(var Cs=Math.floor(io/Zr);Cs;--Cs)gs+=Zr,ms+=" ";if(gsZr,mi=Lr(er),ma=null;if(Hn&&lr.ranges.length>1)if(Vo&&Vo.text.join(` +`)==er){if(lr.ranges.length%Vo.text.length==0){ma=[];for(var io=0;io=0;gs--){var Cs=lr.ranges[gs],Js=Cs.from(),Hl=Cs.to();Cs.empty()&&(ir&&ir>0?Js=ml(Js.line,Js.ch-ir):$e.state.overwrite&&!Hn?Hl=ml(Hl.line,Math.min(Ul($r,Hl.line).text.length,Hl.ch+Kr(mi).length)):Hn&&Vo&&Vo.lineWise&&Vo.text.join(` +`)==mi.join(` +`)&&(Js=Hl=ml(Js.line,0)));var sl={from:Js,to:Hl,text:ma?ma[gs%ma.length]:mi,origin:dr||(Hn?"paste":$e.state.cutIncoming>Zr?"cut":"+input")};Fc($e.doc,sl),rp($e,"inputRead",$e,sl)}er&&!Hn&&Ou($e,er),ds($e),$e.curOp.updateInput<2&&($e.curOp.updateInput=ms),$e.curOp.typing=!0,$e.state.pasteIncoming=$e.state.cutIncoming=-1}function al($e,er){var ir=$e.clipboardData&&$e.clipboardData.getData("Text");if(ir)return $e.preventDefault(),!er.isReadOnly()&&!er.options.disableInput&&er.hasFocus()&&bc(er,function(){return dl(er,ir,0,null,"paste")}),!0}function Ou($e,er){if(!(!$e.options.electricChars||!$e.options.smartIndent))for(var ir=$e.doc.sel,lr=ir.ranges.length-1;lr>=0;lr--){var dr=ir.ranges[lr];if(!(dr.head.ch>100||lr&&ir.ranges[lr-1].head.line==dr.head.line)){var $r=$e.getModeAt(dr.head),Zr=!1;if($r.electricChars){for(var Hn=0;Hn<$r.electricChars.length;Hn++)if(er.indexOf($r.electricChars.charAt(Hn))>-1){Zr=pl($e,dr.head.line,"smart");break}}else $r.electricInput&&$r.electricInput.test(Ul($e.doc,dr.head.line).text.slice(0,dr.head.ch))&&(Zr=pl($e,dr.head.line,"smart"));Zr&&rp($e,"electricInput",$e,dr.head.line)}}}function Rs($e){for(var er=[],ir=[],lr=0;lr<$e.doc.sel.ranges.length;lr++){var dr=$e.doc.sel.ranges[lr].head.line,$r={anchor:ml(dr,0),head:ml(dr+1,0)};ir.push($r),er.push($e.getRange($r.anchor,$r.head))}return{text:er,ranges:ir}}function fs($e,er,ir,lr){$e.setAttribute("autocorrect",ir?"on":"off"),$e.setAttribute("autocapitalize",lr?"on":"off"),$e.setAttribute("spellcheck",!!er)}function Fs(){var $e=nr("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; min-height: 1em; outline: none"),er=nr("div",[$e],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return re?$e.style.width="1000px":$e.setAttribute("wrap","off"),Ce&&($e.style.border="1px solid black"),er}function Ws($e){var er=$e.optionHandlers,ir=$e.helpers={};$e.prototype={constructor:$e,focus:function(){Br(this).focus(),this.display.input.focus()},setOption:function(lr,dr){var $r=this.options,Zr=$r[lr];$r[lr]==dr&&lr!="mode"||($r[lr]=dr,er.hasOwnProperty(lr)&&Tu(this,er[lr])(this,dr,Zr),Ns(this,"optionChange",this,lr))},getOption:function(lr){return this.options[lr]},getDoc:function(){return this.doc},addKeyMap:function(lr,dr){this.state.keyMaps[dr?"push":"unshift"](e0(lr))},removeKeyMap:function(lr){for(var dr=this.state.keyMaps,$r=0;$r$r&&(pl(this,Hn.head.line,lr,!0),$r=Hn.head.line,Zr==this.doc.sel.primIndex&&ds(this));else{var mi=Hn.from(),ma=Hn.to(),io=Math.max($r,mi.line);$r=Math.min(this.lastLine(),ma.line-(ma.ch?0:1))+1;for(var ms=io;ms<$r;++ms)pl(this,ms,lr);var gs=this.doc.sel.ranges;mi.ch==0&&dr.length==gs.length&&gs[Zr].from().ch>0&&fa(this.doc,Zr,new Jc(mi,gs[Zr].to()),Tr)}}}),getTokenAt:function(lr,dr){return Tf(this,lr,dr)},getLineTokens:function(lr,dr){return Tf(this,ml(lr),dr,!0)},getTokenTypeAt:function(lr){lr=Oc(this.doc,lr);var dr=Af(this,Ul(this.doc,lr.line)),$r=0,Zr=(dr.length-1)/2,Hn=lr.ch,mi;if(Hn==0)mi=dr[2];else for(;;){var ma=$r+Zr>>1;if((ma?dr[ma*2-1]:0)>=Hn)Zr=ma;else if(dr[ma*2+1]mi&&(lr=mi,Zr=!0),Hn=Ul(this.doc,lr)}else Hn=lr;return tm(this,Hn,{top:0,left:0},dr||"page",$r||Zr).top+(Zr?this.doc.height-Lp(Hn):0)},defaultTextHeight:function(){return _f(this.display)},defaultCharWidth:function(){return qf(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(lr,dr,$r,Zr,Hn){var mi=this.display;lr=Pl(this,Oc(this.doc,lr));var ma=lr.bottom,io=lr.left;if(dr.style.position="absolute",dr.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(dr),mi.sizer.appendChild(dr),Zr=="over")ma=lr.top;else if(Zr=="above"||Zr=="near"){var ms=Math.max(mi.wrapper.clientHeight,this.doc.height),gs=Math.max(mi.sizer.clientWidth,mi.lineSpace.clientWidth);(Zr=="above"||lr.bottom+dr.offsetHeight>ms)&&lr.top>dr.offsetHeight?ma=lr.top-dr.offsetHeight:lr.bottom+dr.offsetHeight<=ms&&(ma=lr.bottom),io+dr.offsetWidth>gs&&(io=gs-dr.offsetWidth)}dr.style.top=ma+"px",dr.style.left=dr.style.right="",Hn=="right"?(io=mi.sizer.clientWidth-dr.offsetWidth,dr.style.right="0px"):(Hn=="left"?io=0:Hn=="middle"&&(io=(mi.sizer.clientWidth-dr.offsetWidth)/2),dr.style.left=io+"px"),$r&&Ja(this,{left:io,top:ma,right:io+dr.offsetWidth,bottom:ma+dr.offsetHeight})},triggerOnKeyDown:$l(oa),triggerOnKeyPress:$l(la),triggerOnKeyUp:Ba,triggerOnMouseDown:$l(Ui),execCommand:function(lr){if(Vn.hasOwnProperty(lr))return Vn[lr].call(null,this)},triggerElectric:$l(function(lr){Ou(this,lr)}),findPosH:function(lr,dr,$r,Zr){var Hn=1;dr<0&&(Hn=-1,dr=-dr);for(var mi=Oc(this.doc,lr),ma=0;ma0&&io($r.charAt(Zr-1));)--Zr;for(;Hn<$r.length&&io($r.charAt(Hn));)++Hn}return new Jc(ml(lr.line,Zr),ml(lr.line,Hn))},toggleOverwrite:function(lr){lr!=null&&lr==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?Er(this.display.cursorDiv,"CodeMirror-overwrite"):tr(this.display.cursorDiv,"CodeMirror-overwrite"),Ns(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==hr(vr(this))},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:$l(function(lr,dr){ks(this,lr,dr)}),getScrollInfo:function(){var lr=this.display.scroller;return{left:lr.scrollLeft,top:lr.scrollTop,height:lr.scrollHeight-wf(this)-this.display.barHeight,width:lr.scrollWidth-wf(this)-this.display.barWidth,clientHeight:Om(this),clientWidth:em(this)}},scrollIntoView:$l(function(lr,dr){lr==null?(lr={from:this.doc.sel.primary().head,to:null},dr==null&&(dr=this.options.cursorScrollMargin)):typeof lr=="number"?lr={from:ml(lr,0),to:null}:lr.from==null&&(lr={from:lr,to:null}),lr.to||(lr.to=lr.from),lr.margin=dr||0,lr.from.line!=null?Gs(this,lr):cl(this,lr.from,lr.to,lr.margin)}),setSize:$l(function(lr,dr){var $r=this,Zr=function(mi){return typeof mi=="number"||/^\d+$/.test(String(mi))?mi+"px":mi};lr!=null&&(this.display.wrapper.style.width=Zr(lr)),dr!=null&&(this.display.wrapper.style.height=Zr(dr)),this.options.lineWrapping&&Lh(this);var Hn=this.display.viewFrom;this.doc.iter(Hn,this.display.viewTo,function(mi){if(mi.widgets){for(var ma=0;ma.5||this.options.lineWrapping)&&Dd(this),Ns(this,"refresh",this)}),swapDoc:$l(function(lr){var dr=this.doc;return dr.cm=null,this.state.selectingText&&this.state.selectingText(),vp(this,lr),zm(this),this.display.input.reset(),ks(this,lr.scrollLeft,lr.scrollTop),this.curOp.forceScroll=!0,rp(this,"swapDoc",this,dr),dr}),phrase:function(lr){var dr=this.options.phrases;return dr&&Object.prototype.hasOwnProperty.call(dr,lr)?dr[lr]:lr},getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},Au($e),$e.registerHelper=function(lr,dr,$r){ir.hasOwnProperty(lr)||(ir[lr]=$e[lr]={_global:[]}),ir[lr][dr]=$r},$e.registerGlobalHelper=function(lr,dr,$r,Zr){$e.registerHelper(lr,dr,Zr),ir[lr]._global.push({pred:$r,val:Zr})}}function Hs($e,er,ir,lr,dr){var $r=er,Zr=ir,Hn=Ul($e,er.line),mi=dr&&$e.direction=="rtl"?-ir:ir;function ma(){var gu=er.line+mi;return gu<$e.first||gu>=$e.first+$e.size?!1:(er=new ml(gu,er.ch,er.sticky),Hn=Ul($e,gu))}function io(gu){var vs;if(lr=="codepoint"){var pc=Hn.text.charCodeAt(er.ch+(ir>0?0:-1));if(isNaN(pc))vs=null;else{var vc=ir>0?pc>=55296&&pc<56320:pc>=56320&&pc<57343;vs=new ml(er.line,Math.max(0,Math.min(Hn.text.length,er.ch+ir*(vc?2:1))),-ir)}}else dr?vs=vn($e.cm,Hn,er,ir):vs=Rn(Hn,er,ir);if(vs==null)if(!gu&&ma())er=di(dr,$e.cm,Hn,er.line,mi);else return!1;else er=vs;return!0}if(lr=="char"||lr=="codepoint")io();else if(lr=="column")io(!0);else if(lr=="word"||lr=="group")for(var ms=null,gs=lr=="group",Cs=$e.cm&&$e.cm.getHelper(er,"wordChars"),Js=!0;!(ir<0&&!io(!Js));Js=!1){var Hl=Hn.text.charAt(er.ch)||` +`,sl=Wa(Hl,Cs)?"w":gs&&Hl==` +`?"n":!gs||/\s/.test(Hl)?null:"p";if(gs&&!Js&&!sl&&(sl="s"),ms&&ms!=sl){ir<0&&(ir=1,io(),er.sticky="after");break}if(sl&&(ms=sl),ir>0&&!io(!Js))break}var pu=zu($e,er,$r,Zr,!0);return Ac($r,pu)&&(pu.hitSide=!0),pu}function du($e,er,ir,lr){var dr=$e.doc,$r=er.left,Zr;if(lr=="page"){var Hn=Math.min($e.display.wrapper.clientHeight,Br($e).innerHeight||dr($e).documentElement.clientHeight),mi=Math.max(Hn-.5*_f($e.display),3);Zr=(ir>0?er.bottom:er.top)+ir*mi}else lr=="line"&&(Zr=ir>0?er.bottom+3:er.top-3);for(var ma;ma=wd($e,$r,Zr),!!ma.outside;){if(ir<0?Zr<=0:Zr>=dr.height){ma.hitSide=!0;break}Zr+=ir*5}return ma}var jl=function($e){this.cm=$e,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Hr,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};jl.prototype.init=function($e){var er=this,ir=this,lr=ir.cm,dr=ir.div=$e.lineDiv;dr.contentEditable=!0,fs(dr,lr.options.spellcheck,lr.options.autocorrect,lr.options.autocapitalize);function $r(Hn){for(var mi=Hn.target;mi;mi=mi.parentNode){if(mi==dr)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(mi.className))break}return!1}Hi(dr,"paste",function(Hn){!$r(Hn)||cs(lr,Hn)||al(Hn,lr)||z<=11&&setTimeout(Tu(lr,function(){return er.updateFromDOM()}),20)}),Hi(dr,"compositionstart",function(Hn){er.composing={data:Hn.data,done:!1}}),Hi(dr,"compositionupdate",function(Hn){er.composing||(er.composing={data:Hn.data,done:!1})}),Hi(dr,"compositionend",function(Hn){er.composing&&(Hn.data!=er.composing.data&&er.readFromDOMSoon(),er.composing.done=!0)}),Hi(dr,"touchstart",function(){return ir.forceCompositionEnd()}),Hi(dr,"input",function(){er.composing||er.readFromDOMSoon()});function Zr(Hn){if(!(!$r(Hn)||cs(lr,Hn))){if(lr.somethingSelected())As({lineWise:!1,text:lr.getSelections()}),Hn.type=="cut"&&lr.replaceSelection("",null,"cut");else if(lr.options.lineWiseCopyCut){var mi=Rs(lr);As({lineWise:!0,text:mi.text}),Hn.type=="cut"&&lr.operation(function(){lr.setSelections(mi.ranges,0,Tr),lr.replaceSelection("",null,"cut")})}else return;if(Hn.clipboardData){Hn.clipboardData.clearData();var ma=Vo.text.join(` +`);if(Hn.clipboardData.setData("Text",ma),Hn.clipboardData.getData("Text")==ma){Hn.preventDefault();return}}var io=Fs(),ms=io.firstChild;fs(ms),lr.display.lineSpace.insertBefore(io,lr.display.lineSpace.firstChild),ms.value=Vo.text.join(` +`);var gs=hr(Rr(dr));xr(ms),setTimeout(function(){lr.display.lineSpace.removeChild(io),gs.focus(),gs==dr&&ir.showPrimarySelection()},50)}}Hi(dr,"copy",Zr),Hi(dr,"cut",Zr)},jl.prototype.screenReaderLabelChanged=function($e){$e?this.div.setAttribute("aria-label",$e):this.div.removeAttribute("aria-label")},jl.prototype.prepareSelection=function(){var $e=Mm(this.cm,!1);return $e.focus=hr(Rr(this.div))==this.div,$e},jl.prototype.showSelection=function($e,er){!$e||!this.cm.display.view.length||(($e.focus||er)&&this.showPrimarySelection(),this.showMultipleSelections($e))},jl.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},jl.prototype.showPrimarySelection=function(){var $e=this.getSelection(),er=this.cm,ir=er.doc.sel.primary(),lr=ir.from(),dr=ir.to();if(er.display.viewTo==er.display.viewFrom||lr.line>=er.display.viewTo||dr.line=er.display.viewFrom&&rc(er,lr)||{node:Hn[0].measure.map[2],offset:0},ma=dr.line$e.firstLine()&&(lr=ml(lr.line-1,Ul($e.doc,lr.line-1).length)),dr.ch==Ul($e.doc,dr.line).text.length&&dr.line<$e.lastLine()&&(dr=ml(dr.line+1,0)),lr.lineer.viewTo-1)return!1;var $r,Zr,Hn;lr.line==er.viewFrom||($r=km($e,lr.line))==0?(Zr=In(er.view[0].line),Hn=er.view[0].node):(Zr=In(er.view[$r].line),Hn=er.view[$r-1].node.nextSibling);var mi=km($e,dr.line),ma,io;if(mi==er.view.length-1?(ma=er.viewTo-1,io=er.lineDiv.lastChild):(ma=In(er.view[mi+1].line)-1,io=er.view[mi+1].node.previousSibling),!Hn)return!1;for(var ms=$e.doc.splitLines(fc($e,Hn,io,Zr,ma)),gs=tc($e.doc,ml(Zr,0),ml(ma,Ul($e.doc,ma).text.length));ms.length>1&&gs.length>1;)if(Kr(ms)==Kr(gs))ms.pop(),gs.pop(),ma--;else if(ms[0]==gs[0])ms.shift(),gs.shift(),Zr++;else break;for(var Cs=0,Js=0,Hl=ms[0],sl=gs[0],pu=Math.min(Hl.length,sl.length);Cslr.ch&&gu.charCodeAt(gu.length-Js-1)==vs.charCodeAt(vs.length-Js-1);)Cs--,Js++;ms[ms.length-1]=gu.slice(0,gu.length-Js).replace(/^\u200b+/,""),ms[0]=ms[0].slice(Cs).replace(/\u200b+$/,"");var vc=ml(Zr,Cs),$u=ml(ma,gs.length?Kr(gs).length-Js:0);if(ms.length>1||ms[0]||Uu(vc,$u))return fu($e.doc,ms,vc,$u,"+input"),!0},jl.prototype.ensurePolled=function(){this.forceCompositionEnd()},jl.prototype.reset=function(){this.forceCompositionEnd()},jl.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},jl.prototype.readFromDOMSoon=function(){var $e=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if($e.readDOMTimeout=null,$e.composing)if($e.composing.done)$e.composing=null;else return;$e.updateFromDOM()},80))},jl.prototype.updateFromDOM=function(){var $e=this;(this.cm.isReadOnly()||!this.pollContent())&&bc(this.cm,function(){return Ip($e.cm)})},jl.prototype.setUneditable=function($e){$e.contentEditable="false"},jl.prototype.onKeyPress=function($e){$e.charCode==0||this.composing||($e.preventDefault(),this.cm.isReadOnly()||Tu(this.cm,dl)(this.cm,String.fromCharCode($e.charCode==null?$e.keyCode:$e.charCode),0))},jl.prototype.readOnlyChanged=function($e){this.div.contentEditable=String($e!="nocursor")},jl.prototype.onContextMenu=function(){},jl.prototype.resetPosition=function(){},jl.prototype.needsContentAttribute=!0;function rc($e,er){var ir=ih($e,er.line);if(!ir||ir.hidden)return null;var lr=Ul($e.doc,er.line),dr=kh(ir,lr,er.line),$r=qa(lr,$e.doc.direction),Zr="left";if($r){var Hn=Sa($r,er.ch);Zr=Hn%2?"right":"left"}var mi=Bh(dr.map,er.ch,Zr);return mi.offset=mi.collapse=="right"?mi.end:mi.start,mi}function ed($e){for(var er=$e;er;er=er.parentNode)if(/CodeMirror-gutter-wrapper/.test(er.className))return!0;return!1}function Uc($e,er){return er&&($e.bad=!0),$e}function fc($e,er,ir,lr,dr){var $r="",Zr=!1,Hn=$e.doc.lineSeparator(),mi=!1;function ma(Cs){return function(Js){return Js.id==Cs}}function io(){Zr&&($r+=Hn,mi&&($r+=Hn),Zr=mi=!1)}function ms(Cs){Cs&&(io(),$r+=Cs)}function gs(Cs){if(Cs.nodeType==1){var Js=Cs.getAttribute("cm-text");if(Js){ms(Js);return}var Hl=Cs.getAttribute("cm-marker"),sl;if(Hl){var pu=$e.findMarks(ml(lr,0),ml(dr+1,0),ma(+Hl));pu.length&&(sl=pu[0].find(0))&&ms(tc($e.doc,sl.from,sl.to).join(Hn));return}if(Cs.getAttribute("contenteditable")=="false")return;var gu=/^(pre|div|p|li|table|br)$/i.test(Cs.nodeName);if(!/^br$/i.test(Cs.nodeName)&&Cs.textContent.length==0)return;gu&&io();for(var vs=0;vs=9&&er.hasSelection&&(er.hasSelection=null),ir.poll()}),Hi(dr,"paste",function(Zr){cs(lr,Zr)||al(Zr,lr)||(lr.state.pasteIncoming=+new Date,ir.fastPoll())});function $r(Zr){if(!cs(lr,Zr)){if(lr.somethingSelected())As({lineWise:!1,text:lr.getSelections()});else if(lr.options.lineWiseCopyCut){var Hn=Rs(lr);As({lineWise:!0,text:Hn.text}),Zr.type=="cut"?lr.setSelections(Hn.ranges,null,Tr):(ir.prevInput="",dr.value=Hn.text.join(` +`),xr(dr))}else return;Zr.type=="cut"&&(lr.state.cutIncoming=+new Date)}}Hi(dr,"cut",$r),Hi(dr,"copy",$r),Hi($e.scroller,"paste",function(Zr){if(!(Qp($e,Zr)||cs(lr,Zr))){if(!dr.dispatchEvent){lr.state.pasteIncoming=+new Date,ir.focus();return}var Hn=new Event("paste");Hn.clipboardData=Zr.clipboardData,dr.dispatchEvent(Hn)}}),Hi($e.lineSpace,"selectstart",function(Zr){Qp($e,Zr)||xs(Zr)}),Hi(dr,"compositionstart",function(){var Zr=lr.getCursor("from");ir.composing&&ir.composing.range.clear(),ir.composing={start:Zr,range:lr.markText(Zr,lr.getCursor("to"),{className:"CodeMirror-composing"})}}),Hi(dr,"compositionend",function(){ir.composing&&(ir.poll(),ir.composing.range.clear(),ir.composing=null)})},Qo.prototype.createField=function($e){this.wrapper=Fs(),this.textarea=this.wrapper.firstChild;var er=this.cm.options;fs(this.textarea,er.spellcheck,er.autocorrect,er.autocapitalize)},Qo.prototype.screenReaderLabelChanged=function($e){$e?this.textarea.setAttribute("aria-label",$e):this.textarea.removeAttribute("aria-label")},Qo.prototype.prepareSelection=function(){var $e=this.cm,er=$e.display,ir=$e.doc,lr=Mm($e);if($e.options.moveInputWithCursor){var dr=Pl($e,ir.sel.primary().head,"div"),$r=er.wrapper.getBoundingClientRect(),Zr=er.lineDiv.getBoundingClientRect();lr.teTop=Math.max(0,Math.min(er.wrapper.clientHeight-10,dr.top+Zr.top-$r.top)),lr.teLeft=Math.max(0,Math.min(er.wrapper.clientWidth-10,dr.left+Zr.left-$r.left))}return lr},Qo.prototype.showSelection=function($e){var er=this.cm,ir=er.display;ar(ir.cursorDiv,$e.cursors),ar(ir.selectionDiv,$e.selection),$e.teTop!=null&&(this.wrapper.style.top=$e.teTop+"px",this.wrapper.style.left=$e.teLeft+"px")},Qo.prototype.reset=function($e){if(!(this.contextMenuPending||this.composing&&$e)){var er=this.cm;if(this.resetting=!0,er.somethingSelected()){this.prevInput="";var ir=er.getSelection();this.textarea.value=ir,er.state.focused&&xr(this.textarea),V&&z>=9&&(this.hasSelection=ir)}else $e||(this.prevInput=this.textarea.value="",V&&z>=9&&(this.hasSelection=null));this.resetting=!1}},Qo.prototype.getField=function(){return this.textarea},Qo.prototype.supportsTouch=function(){return!1},Qo.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!Ne||hr(Rr(this.textarea))!=this.textarea))try{this.textarea.focus()}catch{}},Qo.prototype.blur=function(){this.textarea.blur()},Qo.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},Qo.prototype.receivedFocus=function(){this.slowPoll()},Qo.prototype.slowPoll=function(){var $e=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){$e.poll(),$e.cm.state.focused&&$e.slowPoll()})},Qo.prototype.fastPoll=function(){var $e=!1,er=this;er.pollingFast=!0;function ir(){var lr=er.poll();!lr&&!$e?($e=!0,er.polling.set(60,ir)):(er.pollingFast=!1,er.slowPoll())}er.polling.set(20,ir)},Qo.prototype.poll=function(){var $e=this,er=this.cm,ir=this.textarea,lr=this.prevInput;if(this.contextMenuPending||this.resetting||!er.state.focused||Zn(ir)&&!lr&&!this.composing||er.isReadOnly()||er.options.disableInput||er.state.keySeq)return!1;var dr=ir.value;if(dr==lr&&!er.somethingSelected())return!1;if(V&&z>=9&&this.hasSelection===dr||Fe&&/[\uf700-\uf7ff]/.test(dr))return er.display.input.reset(),!1;if(er.doc.sel==er.display.selForContextMenu){var $r=dr.charCodeAt(0);if($r==8203&&!lr&&(lr="​"),$r==8666)return this.reset(),this.cm.execCommand("undo")}for(var Zr=0,Hn=Math.min(lr.length,dr.length);Zr1e3||dr.indexOf(` +`)>-1?ir.value=$e.prevInput="":$e.prevInput=dr,$e.composing&&($e.composing.range.clear(),$e.composing.range=er.markText($e.composing.start,er.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},Qo.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},Qo.prototype.onKeyPress=function(){V&&z>=9&&(this.hasSelection=null),this.fastPoll()},Qo.prototype.onContextMenu=function($e){var er=this,ir=er.cm,lr=ir.display,dr=er.textarea;er.contextMenuPending&&er.contextMenuPending();var $r=qp(ir,$e),Zr=lr.scroller.scrollTop;if(!$r||de)return;var Hn=ir.options.resetSelectionOnContextMenu;Hn&&ir.doc.sel.contains($r)==-1&&Tu(ir,as)(ir.doc,Dp($r),Tr);var mi=dr.style.cssText,ma=er.wrapper.style.cssText,io=er.wrapper.offsetParent.getBoundingClientRect();er.wrapper.style.cssText="position: static",dr.style.cssText=`position: absolute; width: 30px; height: 30px; + top: `+($e.clientY-io.top-5)+"px; left: "+($e.clientX-io.left-5)+`px; z-index: 1000; background: `+(V?"rgba(255, 255, 255, .05)":"transparent")+`; - outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Cs;re&&(Cs=Cr.ownerDocument.defaultView.scrollY),Er.input.focus(),re&&Cr.ownerDocument.defaultView.scrollTo(null,Cs),Er.input.reset(),vr.somethingSelected()||(Cr.value=fr.prevInput=" "),fr.contextMenuPending=Bs,Er.selForContextMenu=vr.doc.sel,clearTimeout(Er.detectingSelectAll);function Ns(){if(Cr.selectionStart!=null){var Eu=vr.somethingSelected(),kl="​"+(Eu?Cr.value:"");Cr.value="⇚",Cr.value=kl,fr.prevInput=Eu?"":"​",Cr.selectionStart=1,Cr.selectionEnd=kl.length,Er.selForContextMenu=vr.doc.sel}}function Bs(){if(fr.contextMenuPending==Bs&&(fr.contextMenuPending=!1,fr.wrapper.style.cssText=Aa,Cr.style.cssText=Ui,V&&z<9&&Er.scrollbars.setScrollTop(Er.scroller.scrollTop=Rn),Cr.selectionStart!=null)){(!V||V&&z<9)&&Ns();var Eu=0,kl=function(){Er.selForContextMenu==vr.doc.sel&&Cr.selectionStart==0&&Cr.selectionEnd>0&&fr.prevInput=="​"?ju(vr,Vc)(vr):Eu++<10?Er.detectingSelectAll=setTimeout(kl,500):(Er.selForContextMenu=null,Er.input.reset())};Er.detectingSelectAll=setTimeout(kl,200)}}if(V&&z>=9&&Ns(),lr){uc(rr);var pl=function(){Ra(window,"mouseup",pl),setTimeout(Bs,20)};zn(window,"mouseup",pl)}else setTimeout(Bs,50)},ds.prototype.readOnlyChanged=function(rr){rr||this.reset(),this.textarea.disabled=rr=="nocursor",this.textarea.readOnly=!!rr},ds.prototype.setUneditable=function(){},ds.prototype.needsContentAttribute=!1;function Hl(rr,fr){if(fr=fr?Sr(fr):{},fr.value=rr.value,!fr.tabindex&&rr.tabIndex&&(fr.tabindex=rr.tabIndex),!fr.placeholder&&rr.placeholder&&(fr.placeholder=rr.placeholder),fr.autofocus==null){var vr=kt(xr(rr));fr.autofocus=vr==rr||rr.getAttribute("autofocus")!=null&&vr==document.body}function Er(){rr.value=mi.getValue()}var Cr;if(rr.form&&(zn(rr.form,"submit",Er),!fr.leaveSubmitMethodAlone)){var Yr=rr.form;Cr=Yr.submit;try{var Rn=Yr.submit=function(){Er(),Yr.submit=Cr,Yr.submit(),Yr.submit=Rn}}catch{}}fr.finishInit=function(Ui){Ui.save=Er,Ui.getTextArea=function(){return rr},Ui.toTextArea=function(){Ui.toTextArea=isNaN,Er(),rr.parentNode.removeChild(Ui.getWrapperElement()),rr.style.display="",rr.form&&(Ra(rr.form,"submit",Er),!fr.leaveSubmitMethodAlone&&typeof rr.form.submit=="function"&&(rr.form.submit=Cr))}},rr.style.display="none";var mi=Ms(function(Ui){return rr.parentNode.insertBefore(Ui,rr.nextSibling)},fr);return mi}function Us(rr){rr.off=Ra,rr.on=zn,rr.wheelEventPixels=yf,rr.Doc=sf,rr.splitLines=Hr,rr.countColumn=Ar,rr.findColumn=Lr,rr.isWordChar=To,rr.Pass=Dr,rr.signal=_o,rr.Line=Mi,rr.changeEnd=Kp,rr.scrollbarModel=Bu,rr.Pos=Vl,rr.cmpPos=cc,rr.modes=Ki,rr.mimeModes=Ea,rr.resolveMode=Eo,rr.getMode=Vo,rr.modeExtensions=vs,rr.extendMode=kn,rr.copyState=qo,rr.startState=Mo,rr.innerMode=Zl,rr.commands=di,rr.keyMap=vm,rr.keyName=d0,rr.isModifierKey=_0,rr.lookupKey=pp,rr.normalizeKeyMap=Rh,rr.StringStream=_u,rr.SharedTextMarker=hc,rr.TextMarker=fu,rr.LineWidget=Xc,rr.e_preventDefault=Ts,rr.e_stopPropagation=js,rr.e_stop=uc,rr.addClass=he,rr.contains=ur,rr.rmClass=ie,rr.keyNames=tp}Ws(Ms),ol(Ms);var $l="iter insert remove copy getEditor constructor".split(" ");for(var fc in sf.prototype)sf.prototype.hasOwnProperty(fc)&&Gr($l,fc)<0&&(Ms.prototype[fc]=function(rr){return function(){return rr.apply(this.doc,arguments)}}(sf.prototype[fc]));return Hs(sf),Ms.inputStyles={textarea:ds,contenteditable:yu},Ms.defineMode=function(rr){!Ms.defaults.mode&&rr!="null"&&(Ms.defaults.mode=rr),aa.apply(this,arguments)},Ms.defineMIME=Qo,Ms.defineMode("null",function(){return{token:function(rr){return rr.skipToEnd()}}}),Ms.defineMIME("text/plain","null"),Ms.defineExtension=function(rr,fr){Ms.prototype[rr]=fr},Ms.defineDocExtension=function(rr,fr){sf.prototype[rr]=fr},Ms.fromTextArea=Hl,Us(Ms),Ms.version="5.65.17",Ms})}(codemirror)),codemirror.exports}var codemirrorExports=requireCodemirror();const CodeMirror=getDefaultExportFromCjs(codemirrorExports);function tryOnScopeDispose$1(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function toValue$2(e){return typeof e=="function"?e():unref(e)}const isClient$1=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const toString$4=Object.prototype.toString,isObject$4=e=>toString$4.call(e)==="[object Object]",noop$6=()=>{};function createFilterWrapper$1(e,t){function y(...n){return new Promise(($,k)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then($).catch(k)})}return y}const bypassFilter=e=>e();function pausableFilter(e=bypassFilter){const t=ref$1(!0);function y(){t.value=!1}function n(){t.value=!0}const $=(...k)=>{t.value&&e(...k)};return{isActive:readonly(t),pause:y,resume:n,eventFilter:$}}function getLifeCycleTarget(e){return getCurrentInstance()}function toRef(...e){if(e.length!==1)return toRef$1(...e);const t=e[0];return typeof t=="function"?readonly(customRef(()=>({get:t,set:noop$6}))):ref$1(t)}function watchWithFilter(e,t,y={}){const{eventFilter:n=bypassFilter,...$}=y;return watch(e,createFilterWrapper$1(n,t),$)}function watchPausable(e,t,y={}){const{eventFilter:n,...$}=y,{eventFilter:k,pause:L,resume:j,isActive:V}=pausableFilter(n);return{stop:watchWithFilter(e,t,{...$,eventFilter:k}),pause:L,resume:j,isActive:V}}function tryOnMounted$1(e,t=!0,y){getLifeCycleTarget()?onMounted(e,y):t?e():nextTick$3(e)}function useToggle(e=!1,t={}){const{truthyValue:y=!0,falsyValue:n=!1}=t,$=isRef(e),k=ref$1(e);function L(j){if(arguments.length)return k.value=j,k.value;{const V=toValue$2(y);return k.value=k.value===V?toValue$2(n):V,k.value}}return $?L:[k,L]}function unrefElement$1(e){var t;const y=toValue$2(e);return(t=y==null?void 0:y.$el)!=null?t:y}const defaultWindow$1=isClient$1?window:void 0;function useEventListener$1(...e){let t,y,n,$;if(typeof e[0]=="string"||Array.isArray(e[0])?([y,n,$]=e,t=defaultWindow$1):[t,y,n,$]=e,!t)return noop$6;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const k=[],L=()=>{k.forEach(re=>re()),k.length=0},j=(re,oe,ue,de)=>(re.addEventListener(oe,ue,de),()=>re.removeEventListener(oe,ue,de)),V=watch(()=>[unrefElement$1(t),toValue$2($)],([re,oe])=>{if(L(),!re)return;const ue=isObject$4(oe)?{...oe}:oe;k.push(...y.flatMap(de=>n.map(_e=>j(re,de,_e,ue))))},{immediate:!0,flush:"post"}),z=()=>{V(),L()};return tryOnScopeDispose$1(z),z}function useMounted(){const e=ref$1(!1),t=getCurrentInstance();return t&&onMounted(()=>{e.value=!0},t),e}function useSupported$1(e){const t=useMounted();return computed(()=>(t.value,!!e()))}function useMediaQuery(e,t={}){const{window:y=defaultWindow$1}=t,n=useSupported$1(()=>y&&"matchMedia"in y&&typeof y.matchMedia=="function");let $;const k=ref$1(!1),L=z=>{k.value=z.matches},j=()=>{$&&("removeEventListener"in $?$.removeEventListener("change",L):$.removeListener(L))},V=watchEffect(()=>{n.value&&(j(),$=y.matchMedia(toValue$2(e)),"addEventListener"in $?$.addEventListener("change",L):$.addListener(L),k.value=$.matches)});return tryOnScopeDispose$1(()=>{V(),j(),$=void 0}),k}const _global$2=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global$1<"u"?global$1:typeof self<"u"?self:{},globalKey$1="__vueuse_ssr_handlers__",handlers=getHandlers();function getHandlers(){return globalKey$1 in _global$2||(_global$2[globalKey$1]=_global$2[globalKey$1]||{}),_global$2[globalKey$1]}function getSSRHandler(e,t){return handlers[e]||t}function guessSerializerType(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const StorageSerializers={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},customStorageEventName="vueuse-storage";function useStorage(e,t,y,n={}){var $;const{flush:k="pre",deep:L=!0,listenToStorageChanges:j=!0,writeDefaults:V=!0,mergeDefaults:z=!1,shallow:re,window:oe=defaultWindow$1,eventFilter:ue,onError:de=lr=>{console.error(lr)},initOnMounted:_e}=n,Ne=(re?shallowRef:ref$1)(typeof t=="function"?t():t);if(!y)try{y=getSSRHandler("getDefaultStorage",()=>{var lr;return(lr=defaultWindow$1)==null?void 0:lr.localStorage})()}catch(lr){de(lr)}if(!y)return Ne;const Ue=toValue$2(t),$e=guessSerializerType(Ue),Ve=($=n.serializer)!=null?$:StorageSerializers[$e],{pause:Fe,resume:qe}=watchPausable(Ne,()=>ir(Ne.value),{flush:k,deep:L,eventFilter:ue});oe&&j&&tryOnMounted$1(()=>{useEventListener$1(oe,"storage",cr),useEventListener$1(oe,customStorageEventName,nr),_e&&cr()}),_e||cr();function er(lr,Et){oe&&oe.dispatchEvent(new CustomEvent(customStorageEventName,{detail:{key:e,oldValue:lr,newValue:Et,storageArea:y}}))}function ir(lr){try{const Et=y.getItem(e);if(lr==null)er(Et,null),y.removeItem(e);else{const ie=Ve.write(lr);Et!==ie&&(y.setItem(e,ie),er(Et,ie))}}catch(Et){de(Et)}}function dr(lr){const Et=lr?lr.newValue:y.getItem(e);if(Et==null)return V&&Ue!=null&&y.setItem(e,Ve.write(Ue)),Ue;if(!lr&&z){const ie=Ve.read(Et);return typeof z=="function"?z(ie,Ue):$e==="object"&&!Array.isArray(ie)?{...Ue,...ie}:ie}else return typeof Et!="string"?Et:Ve.read(Et)}function cr(lr){if(!(lr&&lr.storageArea!==y)){if(lr&&lr.key==null){Ne.value=Ue;return}if(!(lr&&lr.key!==e)){Fe();try{(lr==null?void 0:lr.newValue)!==Ve.write(Ne.value)&&(Ne.value=dr(lr))}catch(Et){de(Et)}finally{lr?nextTick$3(qe):qe()}}}}function nr(lr){cr(lr.detail)}return Ne}function usePreferredDark(e){return useMediaQuery("(prefers-color-scheme: dark)",e)}function useColorMode(e={}){const{selector:t="html",attribute:y="class",initialValue:n="auto",window:$=defaultWindow$1,storage:k,storageKey:L="vueuse-color-scheme",listenToStorageChanges:j=!0,storageRef:V,emitAuto:z,disableTransition:re=!0}=e,oe={auto:"",light:"light",dark:"dark",...e.modes||{}},ue=usePreferredDark({window:$}),de=computed(()=>ue.value?"dark":"light"),_e=V||(L==null?toRef(n):useStorage(L,n,k,{window:$,listenToStorageChanges:j})),Ne=computed(()=>_e.value==="auto"?de.value:_e.value),Ue=getSSRHandler("updateHTMLAttrs",(qe,er,ir)=>{const dr=typeof qe=="string"?$==null?void 0:$.document.querySelector(qe):unrefElement$1(qe);if(!dr)return;let cr;if(re&&(cr=$.document.createElement("style"),cr.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),$.document.head.appendChild(cr)),er==="class"){const nr=ir.split(/\s/g);Object.values(oe).flatMap(lr=>(lr||"").split(/\s/g)).filter(Boolean).forEach(lr=>{nr.includes(lr)?dr.classList.add(lr):dr.classList.remove(lr)})}else dr.setAttribute(er,ir);re&&($.getComputedStyle(cr).opacity,document.head.removeChild(cr))});function $e(qe){var er;Ue(t,y,(er=oe[qe])!=null?er:qe)}function Ve(qe){e.onChanged?e.onChanged(qe,$e):$e(qe)}watch(Ne,Ve,{flush:"post",immediate:!0}),tryOnMounted$1(()=>Ve(Ne.value));const Fe=computed({get(){return z?_e.value:Ne.value},set(qe){_e.value=qe}});try{return Object.assign(Fe,{store:_e,system:de,state:Ne})}catch{return Fe}}function useDark(e={}){const{valueDark:t="dark",valueLight:y="",window:n=defaultWindow$1}=e,$=useColorMode({...e,onChanged:(j,V)=>{var z;e.onChanged?(z=e.onChanged)==null||z.call(e,j==="dark",V,j):V(j)},modes:{dark:t,light:y}}),k=computed(()=>$.system?$.system.value:usePreferredDark({window:n}).value?"dark":"light");return computed({get(){return $.value==="dark"},set(j){const V=j?"dark":"light";k.value===V?$.value="auto":$.value=V}})}const FOCUSABLE_ELEMENT_SELECTORS='a[href],button:not([disabled]),button:not([hidden]),:not([tabindex="-1"]),input:not([disabled]),input:not([type="hidden"]),select:not([disabled]),textarea:not([disabled])',isVisible=e=>getComputedStyle(e).position==="fixed"?!1:e.offsetParent!==null,obtainAllFocusableElements$1=e=>Array.from(e.querySelectorAll(FOCUSABLE_ELEMENT_SELECTORS)).filter(t=>isFocusable(t)&&isVisible(t)),isFocusable=e=>{if(e.tabIndex>0||e.tabIndex===0&&e.getAttribute("tabIndex")!==null)return!0;if(e.disabled)return!1;switch(e.nodeName){case"A":return!!e.href&&e.rel!=="ignore";case"INPUT":return!(e.type==="hidden"||e.type==="file");case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},triggerEvent=function(e,t,...y){let n;t.includes("mouse")||t.includes("click")?n="MouseEvents":t.includes("key")?n="KeyboardEvent":n="HTMLEvents";const $=document.createEvent(n);return $.initEvent(t,...y),e.dispatchEvent($),e},isLeaf=e=>!e.getAttribute("aria-owns"),getSibling=(e,t,y)=>{const{parentNode:n}=e;if(!n)return null;const $=n.querySelectorAll(y),k=Array.prototype.indexOf.call($,e);return $[k+t]||null},focusNode=e=>{e&&(e.focus(),!isLeaf(e)&&e.click())},composeEventHandlers=(e,t,{checkForDefaultPrevented:y=!0}={})=>$=>{const k=e==null?void 0:e($);if(y===!1||!k)return t==null?void 0:t($)},whenMouse=e=>t=>t.pointerType==="mouse"?e(t):void 0;var __defProp$9=Object.defineProperty,__defProps$6=Object.defineProperties,__getOwnPropDescs$6=Object.getOwnPropertyDescriptors,__getOwnPropSymbols$b=Object.getOwnPropertySymbols,__hasOwnProp$b=Object.prototype.hasOwnProperty,__propIsEnum$b=Object.prototype.propertyIsEnumerable,__defNormalProp$9=(e,t,y)=>t in e?__defProp$9(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y,__spreadValues$9=(e,t)=>{for(var y in t||(t={}))__hasOwnProp$b.call(t,y)&&__defNormalProp$9(e,y,t[y]);if(__getOwnPropSymbols$b)for(var y of __getOwnPropSymbols$b(t))__propIsEnum$b.call(t,y)&&__defNormalProp$9(e,y,t[y]);return e},__spreadProps$6=(e,t)=>__defProps$6(e,__getOwnPropDescs$6(t));function computedEager(e,t){var y;const n=shallowRef();return watchEffect(()=>{n.value=e()},__spreadProps$6(__spreadValues$9({},t),{flush:(y=void 0)!=null?y:"sync"})),readonly(n)}var _a$2;const isClient=typeof window<"u",isDef=e=>typeof e<"u",isFunction$4=e=>typeof e=="function",isString$3=e=>typeof e=="string",noop$5=()=>{},isIOS$1=isClient&&((_a$2=window==null?void 0:window.navigator)==null?void 0:_a$2.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function resolveUnref(e){return typeof e=="function"?e():unref(e)}function createFilterWrapper(e,t){function y(...n){return new Promise(($,k)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then($).catch(k)})}return y}function debounceFilter(e,t={}){let y,n,$=noop$5;const k=j=>{clearTimeout(j),$(),$=noop$5};return j=>{const V=resolveUnref(e),z=resolveUnref(t.maxWait);return y&&k(y),V<=0||z!==void 0&&z<=0?(n&&(k(n),n=null),Promise.resolve(j())):new Promise((re,oe)=>{$=t.rejectOnCancel?oe:re,z&&!n&&(n=setTimeout(()=>{y&&k(y),n=null,re(j())},z)),y=setTimeout(()=>{n&&k(n),n=null,re(j())},V)})}}function throttleFilter(e,t=!0,y=!0,n=!1){let $=0,k,L=!0,j=noop$5,V;const z=()=>{k&&(clearTimeout(k),k=void 0,j(),j=noop$5)};return oe=>{const ue=resolveUnref(e),de=Date.now()-$,_e=()=>V=oe();return z(),ue<=0?($=Date.now(),_e()):(de>ue&&(y||!L)?($=Date.now(),_e()):t&&(V=new Promise((Ne,Ue)=>{j=n?Ue:Ne,k=setTimeout(()=>{$=Date.now(),L=!0,Ne(_e()),z()},Math.max(0,ue-de))})),!y&&!k&&(k=setTimeout(()=>L=!0,ue)),L=!1,V)}}function identity$1(e){return e}function computedWithControl(e,t){let y,n,$;const k=ref$1(!0),L=()=>{k.value=!0,$()};watch(e,L,{flush:"sync"});const j=isFunction$4(t)?t:t.get,V=isFunction$4(t)?void 0:t.set,z=customRef((re,oe)=>(n=re,$=oe,{get(){return k.value&&(y=j(),k.value=!1),n(),y},set(ue){V==null||V(ue)}}));return Object.isExtensible(z)&&(z.trigger=L),z}function tryOnScopeDispose(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function useDebounceFn(e,t=200,y={}){return createFilterWrapper(debounceFilter(t,y),e)}function refDebounced(e,t=200,y={}){const n=ref$1(e.value),$=useDebounceFn(()=>{n.value=e.value},t,y);return watch(e,()=>$()),n}function useThrottleFn(e,t=200,y=!1,n=!0,$=!1){return createFilterWrapper(throttleFilter(t,y,n,$),e)}function tryOnMounted(e,t=!0){getCurrentInstance()?onMounted(e):t?e():nextTick$3(e)}function useTimeoutFn(e,t,y={}){const{immediate:n=!0}=y,$=ref$1(!1);let k=null;function L(){k&&(clearTimeout(k),k=null)}function j(){$.value=!1,L()}function V(...z){L(),$.value=!0,k=setTimeout(()=>{$.value=!1,k=null,e(...z)},resolveUnref(t))}return n&&($.value=!0,isClient&&V()),tryOnScopeDispose(j),{isPending:readonly($),start:V,stop:j}}function unrefElement(e){var t;const y=resolveUnref(e);return(t=y==null?void 0:y.$el)!=null?t:y}const defaultWindow=isClient?window:void 0,defaultDocument=isClient?window.document:void 0;function useEventListener(...e){let t,y,n,$;if(isString$3(e[0])||Array.isArray(e[0])?([y,n,$]=e,t=defaultWindow):[t,y,n,$]=e,!t)return noop$5;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const k=[],L=()=>{k.forEach(re=>re()),k.length=0},j=(re,oe,ue,de)=>(re.addEventListener(oe,ue,de),()=>re.removeEventListener(oe,ue,de)),V=watch(()=>[unrefElement(t),resolveUnref($)],([re,oe])=>{L(),re&&k.push(...y.flatMap(ue=>n.map(de=>j(re,ue,de,oe))))},{immediate:!0,flush:"post"}),z=()=>{V(),L()};return tryOnScopeDispose(z),z}let _iOSWorkaround=!1;function onClickOutside(e,t,y={}){const{window:n=defaultWindow,ignore:$=[],capture:k=!0,detectIframe:L=!1}=y;if(!n)return;isIOS$1&&!_iOSWorkaround&&(_iOSWorkaround=!0,Array.from(n.document.body.children).forEach(ue=>ue.addEventListener("click",noop$5)));let j=!0;const V=ue=>$.some(de=>{if(typeof de=="string")return Array.from(n.document.querySelectorAll(de)).some(_e=>_e===ue.target||ue.composedPath().includes(_e));{const _e=unrefElement(de);return _e&&(ue.target===_e||ue.composedPath().includes(_e))}}),re=[useEventListener(n,"click",ue=>{const de=unrefElement(e);if(!(!de||de===ue.target||ue.composedPath().includes(de))){if(ue.detail===0&&(j=!V(ue)),!j){j=!0;return}t(ue)}},{passive:!0,capture:k}),useEventListener(n,"pointerdown",ue=>{const de=unrefElement(e);de&&(j=!ue.composedPath().includes(de)&&!V(ue))},{passive:!0}),L&&useEventListener(n,"blur",ue=>{var de;const _e=unrefElement(e);((de=n.document.activeElement)==null?void 0:de.tagName)==="IFRAME"&&!(_e!=null&&_e.contains(n.document.activeElement))&&t(ue)})].filter(Boolean);return()=>re.forEach(ue=>ue())}function useActiveElement(e={}){var t;const{window:y=defaultWindow}=e,n=(t=e.document)!=null?t:y==null?void 0:y.document,$=computedWithControl(()=>null,()=>n==null?void 0:n.activeElement);return y&&(useEventListener(y,"blur",k=>{k.relatedTarget===null&&$.trigger()},!0),useEventListener(y,"focus",$.trigger,!0)),$}function useSupported(e,t=!1){const y=ref$1(),n=()=>y.value=!!e();return n(),tryOnMounted(n,t),y}function cloneFnJSON(e){return JSON.parse(JSON.stringify(e))}const _global$1=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global$1<"u"?global$1:typeof self<"u"?self:{},globalKey="__vueuse_ssr_handlers__";_global$1[globalKey]=_global$1[globalKey]||{};_global$1[globalKey];function useCssVar(e,t,{window:y=defaultWindow,initialValue:n=""}={}){const $=ref$1(n),k=computed(()=>{var L;return unrefElement(t)||((L=y==null?void 0:y.document)==null?void 0:L.documentElement)});return watch([k,()=>resolveUnref(e)],([L,j])=>{var V;if(L&&y){const z=(V=y.getComputedStyle(L).getPropertyValue(j))==null?void 0:V.trim();$.value=z||n}},{immediate:!0}),watch($,L=>{var j;(j=k.value)!=null&&j.style&&k.value.style.setProperty(resolveUnref(e),L)}),$}function useDocumentVisibility({document:e=defaultDocument}={}){if(!e)return ref$1("visible");const t=ref$1(e.visibilityState);return useEventListener(e,"visibilitychange",()=>{t.value=e.visibilityState}),t}var __getOwnPropSymbols$g=Object.getOwnPropertySymbols,__hasOwnProp$g=Object.prototype.hasOwnProperty,__propIsEnum$g=Object.prototype.propertyIsEnumerable,__objRest$2=(e,t)=>{var y={};for(var n in e)__hasOwnProp$g.call(e,n)&&t.indexOf(n)<0&&(y[n]=e[n]);if(e!=null&&__getOwnPropSymbols$g)for(var n of __getOwnPropSymbols$g(e))t.indexOf(n)<0&&__propIsEnum$g.call(e,n)&&(y[n]=e[n]);return y};function useResizeObserver(e,t,y={}){const n=y,{window:$=defaultWindow}=n,k=__objRest$2(n,["window"]);let L;const j=useSupported(()=>$&&"ResizeObserver"in $),V=()=>{L&&(L.disconnect(),L=void 0)},z=watch(()=>unrefElement(e),oe=>{V(),j.value&&$&&oe&&(L=new ResizeObserver(t),L.observe(oe,k))},{immediate:!0,flush:"post"}),re=()=>{V(),z()};return tryOnScopeDispose(re),{isSupported:j,stop:re}}function useElementBounding(e,t={}){const{reset:y=!0,windowResize:n=!0,windowScroll:$=!0,immediate:k=!0}=t,L=ref$1(0),j=ref$1(0),V=ref$1(0),z=ref$1(0),re=ref$1(0),oe=ref$1(0),ue=ref$1(0),de=ref$1(0);function _e(){const Ne=unrefElement(e);if(!Ne){y&&(L.value=0,j.value=0,V.value=0,z.value=0,re.value=0,oe.value=0,ue.value=0,de.value=0);return}const Ue=Ne.getBoundingClientRect();L.value=Ue.height,j.value=Ue.bottom,V.value=Ue.left,z.value=Ue.right,re.value=Ue.top,oe.value=Ue.width,ue.value=Ue.x,de.value=Ue.y}return useResizeObserver(e,_e),watch(()=>unrefElement(e),Ne=>!Ne&&_e()),$&&useEventListener("scroll",_e,{capture:!0,passive:!0}),n&&useEventListener("resize",_e,{passive:!0}),tryOnMounted(()=>{k&&_e()}),{height:L,bottom:j,left:V,right:z,top:re,width:oe,x:ue,y:de,update:_e}}var __getOwnPropSymbols$8=Object.getOwnPropertySymbols,__hasOwnProp$8=Object.prototype.hasOwnProperty,__propIsEnum$8=Object.prototype.propertyIsEnumerable,__objRest$1=(e,t)=>{var y={};for(var n in e)__hasOwnProp$8.call(e,n)&&t.indexOf(n)<0&&(y[n]=e[n]);if(e!=null&&__getOwnPropSymbols$8)for(var n of __getOwnPropSymbols$8(e))t.indexOf(n)<0&&__propIsEnum$8.call(e,n)&&(y[n]=e[n]);return y};function useMutationObserver(e,t,y={}){const n=y,{window:$=defaultWindow}=n,k=__objRest$1(n,["window"]);let L;const j=useSupported(()=>$&&"MutationObserver"in $),V=()=>{L&&(L.disconnect(),L=void 0)},z=watch(()=>unrefElement(e),oe=>{V(),j.value&&$&&oe&&(L=new MutationObserver(t),L.observe(oe,k))},{immediate:!0}),re=()=>{V(),z()};return tryOnScopeDispose(re),{isSupported:j,stop:re}}var SwipeDirection;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(SwipeDirection||(SwipeDirection={}));var __defProp=Object.defineProperty,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(e,t,y)=>t in e?__defProp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y,__spreadValues=(e,t)=>{for(var y in t||(t={}))__hasOwnProp.call(t,y)&&__defNormalProp(e,y,t[y]);if(__getOwnPropSymbols)for(var y of __getOwnPropSymbols(t))__propIsEnum.call(t,y)&&__defNormalProp(e,y,t[y]);return e};const _TransitionPresets={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]};__spreadValues({linear:identity$1},_TransitionPresets);function useVModel(e,t,y,n={}){var $,k,L;const{clone:j=!1,passive:V=!1,eventName:z,deep:re=!1,defaultValue:oe}=n,ue=getCurrentInstance(),de=y||(ue==null?void 0:ue.emit)||(($=ue==null?void 0:ue.$emit)==null?void 0:$.bind(ue))||((L=(k=ue==null?void 0:ue.proxy)==null?void 0:k.$emit)==null?void 0:L.bind(ue==null?void 0:ue.proxy));let _e=z;t||(t="modelValue"),_e=z||_e||`update:${t.toString()}`;const Ne=$e=>j?isFunction$4(j)?j($e):cloneFnJSON($e):$e,Ue=()=>isDef(e[t])?Ne(e[t]):oe;if(V){const $e=Ue(),Ve=ref$1($e);return watch(()=>e[t],Fe=>Ve.value=Ne(Fe)),watch(Ve,Fe=>{(Fe!==e[t]||re)&&de(_e,Fe)},{deep:re}),Ve}else return computed({get(){return Ue()},set($e){de(_e,$e)}})}function useWindowFocus({window:e=defaultWindow}={}){if(!e)return ref$1(!1);const t=ref$1(e.document.hasFocus());return useEventListener(e,"blur",()=>{t.value=!1}),useEventListener(e,"focus",()=>{t.value=!0}),t}function useWindowSize(e={}){const{window:t=defaultWindow,initialWidth:y=1/0,initialHeight:n=1/0,listenOrientation:$=!0,includeScrollbar:k=!0}=e,L=ref$1(y),j=ref$1(n),V=()=>{t&&(k?(L.value=t.innerWidth,j.value=t.innerHeight):(L.value=t.document.documentElement.clientWidth,j.value=t.document.documentElement.clientHeight))};return V(),tryOnMounted(V),useEventListener("resize",V,{passive:!0}),$&&useEventListener("orientationchange",V,{passive:!0}),{width:L,height:j}}const isFirefox=()=>isClient&&/firefox/i.test(window.navigator.userAgent),isInContainer=(e,t)=>{if(!isClient||!e||!t)return!1;const y=e.getBoundingClientRect();let n;return t instanceof Element?n=t.getBoundingClientRect():n={top:0,right:window.innerWidth,bottom:window.innerHeight,left:0},y.topn.top&&y.right>n.left&&y.left{let t=0,y=e;for(;y;)t+=y.offsetTop,y=y.offsetParent;return t},getOffsetTopDistance=(e,t)=>Math.abs(getOffsetTop(e)-getOffsetTop(t)),getClientXY=e=>{let t,y;return e.type==="touchend"?(y=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(y=e.touches[0].clientY,t=e.touches[0].clientX):(y=e.clientY,t=e.clientX),{clientX:t,clientY:y}};function easeInOutCubic(e,t,y,n){const $=y-t;return e/=n/2,e<1?$/2*e*e*e+t:$/2*((e-=2)*e*e+2)+t}var freeGlobal=typeof global$1=="object"&&global$1&&global$1.Object===Object&&global$1,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=freeGlobal||freeSelf||Function("return this")(),Symbol$1=root.Symbol,objectProto$f=Object.prototype,hasOwnProperty$e=objectProto$f.hasOwnProperty,nativeObjectToString$1=objectProto$f.toString,symToStringTag$1=Symbol$1?Symbol$1.toStringTag:void 0;function getRawTag(e){var t=hasOwnProperty$e.call(e,symToStringTag$1),y=e[symToStringTag$1];try{e[symToStringTag$1]=void 0;var n=!0}catch{}var $=nativeObjectToString$1.call(e);return n&&(t?e[symToStringTag$1]=y:delete e[symToStringTag$1]),$}var objectProto$e=Object.prototype,nativeObjectToString=objectProto$e.toString;function objectToString$1(e){return nativeObjectToString.call(e)}var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol$1?Symbol$1.toStringTag:void 0;function baseGetTag(e){return e==null?e===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?getRawTag(e):objectToString$1(e)}function isObjectLike(e){return e!=null&&typeof e=="object"}var symbolTag$3="[object Symbol]";function isSymbol$1(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==symbolTag$3}function arrayMap(e,t){for(var y=-1,n=e==null?0:e.length,$=Array(n);++y0){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-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-1&&e%1==0&&e<=MAX_SAFE_INTEGER}function isArrayLike$1(e){return e!=null&&isLength$1(e.length)&&!isFunction$3(e)}function isIterateeCall(e,t,y){if(!isObject$3(y))return!1;var n=typeof t;return(n=="number"?isArrayLike$1(y)&&isIndex(t,y.length):n=="string"&&t in y)?eq(y[t],e):!1}function createAssigner(e){return baseRest(function(t,y){var n=-1,$=y.length,k=$>1?y[$-1]:void 0,L=$>2?y[2]:void 0;for(k=e.length>3&&typeof k=="function"?($--,k):void 0,L&&isIterateeCall(y[0],y[1],L)&&(k=$<3?void 0:k,$=1),t=Object(t);++n<$;){var j=y[n];j&&e(t,j,n,k)}return t})}var objectProto$b=Object.prototype;function isPrototype(e){var t=e&&e.constructor,y=typeof t=="function"&&t.prototype||objectProto$b;return e===y}function baseTimes(e,t){for(var y=-1,n=Array(e);++y-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();++t0&&y(j)?t>1?baseFlatten(j,t-1,y,n,$):arrayPush($,j):n||($[$.length]=j)}return $}function flatten(e){var t=e==null?0:e.length;return t?baseFlatten(e,1):[]}function flatRest(e){return setToString(overRest(e,void 0,flatten),e+"")}var getPrototype=overArg(Object.getPrototypeOf,Object),objectTag$3="[object Object]",funcProto=Function.prototype,objectProto$4=Object.prototype,funcToString=funcProto.toString,hasOwnProperty$5=objectProto$4.hasOwnProperty,objectCtorString=funcToString.call(Object);function isPlainObject$1(e){if(!isObjectLike(e)||baseGetTag(e)!=objectTag$3)return!1;var t=getPrototype(e);if(t===null)return!0;var y=hasOwnProperty$5.call(t,"constructor")&&t.constructor;return typeof y=="function"&&y instanceof y&&funcToString.call(y)==objectCtorString}function baseSlice(e,t,y){var n=-1,$=e.length;t<0&&(t=-t>$?0:$+t),y=y>$?$:y,y<0&&(y+=$),$=t>y?0:y-t>>>0,t>>>=0;for(var k=Array($);++n<$;)k[n]=e[n+t];return k}function castArray$1(){if(!arguments.length)return[];var e=arguments[0];return isArray$3(e)?e:[e]}function stackClear(){this.__data__=new ListCache,this.size=0}function stackDelete(e){var t=this.__data__,y=t.delete(e);return this.size=t.size,y}function stackGet(e){return this.__data__.get(e)}function stackHas(e){return this.__data__.has(e)}var LARGE_ARRAY_SIZE$1=200;function stackSet(e,t){var y=this.__data__;if(y instanceof ListCache){var n=y.__data__;if(!Map$1||n.lengthj))return!1;var z=k.get(e),re=k.get(t);if(z&&re)return z==t&&re==e;var oe=-1,ue=!0,de=y&COMPARE_UNORDERED_FLAG$3?new SetCache:void 0;for(k.set(e,t),k.set(t,e);++oe=t||dr<0||oe&&cr>=k}function $e(){var ir=now();if(Ue(ir))return Ve(ir);j=setTimeout($e,Ne(ir))}function Ve(ir){return j=void 0,ue&&n?de(ir):(n=$=void 0,L)}function Fe(){j!==void 0&&clearTimeout(j),z=0,n=V=$=j=void 0}function qe(){return j===void 0?L:Ve(now())}function er(){var ir=now(),dr=Ue(ir);if(n=arguments,$=this,V=ir,dr){if(j===void 0)return _e(V);if(oe)return clearTimeout(j),j=setTimeout($e,t),de(V)}return j===void 0&&(j=setTimeout($e,t)),L}return er.cancel=Fe,er.flush=qe,er}function assignMergeValue(e,t,y){(y!==void 0&&!eq(e[t],y)||y===void 0&&!(t in e))&&baseAssignValue(e,t,y)}function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike$1(e)}function safeGet(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function toPlainObject(e){return copyObject(e,keysIn(e))}function baseMergeDeep(e,t,y,n,$,k,L){var j=safeGet(e,y),V=safeGet(t,y),z=L.get(V);if(z){assignMergeValue(e,y,z);return}var re=k?k(j,V,y+"",e,t,L):void 0,oe=re===void 0;if(oe){var ue=isArray$3(V),de=!ue&&isBuffer$1(V),_e=!ue&&!de&&isTypedArray$2(V);re=V,ue||de||_e?isArray$3(j)?re=j:isArrayLikeObject(j)?re=copyArray(j):de?(oe=!1,re=cloneBuffer(V,!0)):_e?(oe=!1,re=cloneTypedArray(V,!0)):re=[]:isPlainObject$1(V)||isArguments$1(V)?(re=j,isArguments$1(j)?re=toPlainObject(j):(!isObject$3(j)||isFunction$3(j))&&(re=initCloneObject(V))):oe=!1}oe&&(L.set(V,re),$(re,V,n,k,L),L.delete(V)),assignMergeValue(e,y,re)}function baseMerge(e,t,y,n,$){e!==t&&baseFor(t,function(k,L){if($||($=new Stack),isObject$3(k))baseMergeDeep(e,t,L,y,baseMerge,n,$);else{var j=n?n(safeGet(e,L),k,L+"",e,t,$):void 0;j===void 0&&(j=k),assignMergeValue(e,L,j)}},keysIn)}function last(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function findLastIndex(e,t,y){var n=e==null?0:e.length;if(!n)return-1;var $=n-1;return baseFindIndex(e,baseIteratee(t),$,!0)}function baseMap(e,t){var y=-1,n=isArrayLike$1(e)?Array(e.length):[];return baseEach(e,function($,k,L){n[++y]=t($,k,L)}),n}function map$4(e,t){var y=isArray$3(e)?arrayMap:baseMap;return y(e,baseIteratee(t))}function flatMap(e,t){return baseFlatten(map$4(e,t),1)}var INFINITY$1=1/0;function flattenDeep(e){var t=e==null?0:e.length;return t?baseFlatten(e,INFINITY$1):[]}function fromPairs(e){for(var t=-1,y=e==null?0:e.length,n={};++t1),k}),copyObject(e,getAllKeysIn(e),y),n&&(y=baseClone(y,CLONE_DEEP_FLAG|CLONE_FLAT_FLAG|CLONE_SYMBOLS_FLAG,customOmitClone));for(var $=t.length;$--;)baseUnset(y,t[$]);return y});function baseSet(e,t,y,n){if(!isObject$3(e))return e;t=castPath(t,e);for(var $=-1,k=t.length,L=k-1,j=e;j!=null&&++$=LARGE_ARRAY_SIZE){var z=createSet(e);if(z)return setToArray(z);L=!1,$=cacheHas,V=new SetCache}else V=j;e:for(;++ne===void 0,isBoolean$3=e=>typeof e=="boolean",isNumber$4=e=>typeof e=="number",isEmpty=e=>!e&&e!==0||isArray$4(e)&&e.length===0||isObject$5(e)&&!Object.keys(e).length,isElement$2=e=>typeof Element>"u"?!1:e instanceof Element,isPropAbsent=e=>isNil(e),isStringNumber=e=>isString$4(e)?!Number.isNaN(Number(e)):!1,isWindow=e=>e===window,rAF=e=>isClient?window.requestAnimationFrame(e):setTimeout(e,16),cAF=e=>isClient?window.cancelAnimationFrame(e):clearTimeout(e),escapeStringRegexp=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),capitalize=e=>capitalize$1(e),keysOf=e=>Object.keys(e),entriesOf=e=>Object.entries(e),getProp=(e,t,y)=>({get value(){return get(e,t,y)},set value(n){set(e,t,n)}});class ElementPlusError extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function throwError(e,t){throw new ElementPlusError(`[${e}] ${t}`)}function debugWarn(e,t){}const classNameToArray=(e="")=>e.split(" ").filter(t=>!!t.trim()),hasClass=(e,t)=>{if(!e||!t)return!1;if(t.includes(" "))throw new Error("className should not contain space.");return e.classList.contains(t)},addClass=(e,t)=>{!e||!t.trim()||e.classList.add(...classNameToArray(t))},removeClass=(e,t)=>{!e||!t.trim()||e.classList.remove(...classNameToArray(t))},getStyle=(e,t)=>{var y;if(!isClient||!e||!t)return"";let n=camelize(t);n==="float"&&(n="cssFloat");try{const $=e.style[n];if($)return $;const k=(y=document.defaultView)==null?void 0:y.getComputedStyle(e,"");return k?k[n]:""}catch{return e.style[n]}};function addUnit(e,t="px"){if(!e)return"";if(isNumber$4(e)||isStringNumber(e))return`${e}${t}`;if(isString$4(e))return e}const isScroll=(e,t)=>{if(!isClient)return!1;const y={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(t)],n=getStyle(e,y);return["scroll","auto","overlay"].some($=>n.includes($))},getScrollContainer=(e,t)=>{if(!isClient)return;let y=e;for(;y;){if([window,document,document.documentElement].includes(y))return window;if(isScroll(y,t))return y;y=y.parentNode}return y};let scrollBarWidth;const getScrollBarWidth=e=>{var t;if(!isClient)return 0;if(scrollBarWidth!==void 0)return scrollBarWidth;const y=document.createElement("div");y.className=`${e}-scrollbar__wrap`,y.style.visibility="hidden",y.style.width="100px",y.style.position="absolute",y.style.top="-9999px",document.body.appendChild(y);const n=y.offsetWidth;y.style.overflow="scroll";const $=document.createElement("div");$.style.width="100%",y.appendChild($);const k=$.offsetWidth;return(t=y.parentNode)==null||t.removeChild(y),scrollBarWidth=n-k,scrollBarWidth};function scrollIntoView(e,t){if(!isClient)return;if(!t){e.scrollTop=0;return}const y=[];let n=t.offsetParent;for(;n!==null&&e!==n&&e.contains(n);)y.push(n),n=n.offsetParent;const $=t.offsetTop+y.reduce((V,z)=>V+z.offsetTop,0),k=$+t.offsetHeight,L=e.scrollTop,j=L+e.clientHeight;$j&&(e.scrollTop=k-e.clientHeight)}function animateScrollTo(e,t,y,n,$){const k=Date.now();let L;const j=()=>{const z=Date.now()-k,re=easeInOutCubic(z>n?n:z,t,y,n);isWindow(e)?e.scrollTo(window.pageXOffset,re):e.scrollTop=re,z{L&&cAF(L)}}const getScrollElement=(e,t)=>isWindow(t)?e.ownerDocument.documentElement:t,getScrollTop=e=>isWindow(e)?window.scrollY:e.scrollTop,getElement=e=>{if(!isClient||e==="")return null;if(isString$4(e))try{return document.querySelector(e)}catch{return null}return e};/*! Element Plus Icons Vue v2.3.1 */var add_location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"AddLocation",__name:"add-location",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0z"})]))}}),add_location_default=add_location_vue_vue_type_script_setup_true_lang_default,aim_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Aim",__name:"aim",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32m0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32M96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32m576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32"})]))}}),aim_default=aim_vue_vue_type_script_setup_true_lang_default,alarm_clock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"AlarmClock",__name:"alarm-clock",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),createBaseVNode("path",{fill:"currentColor",d:"m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128z"})]))}}),alarm_clock_default=alarm_clock_vue_vue_type_script_setup_true_lang_default,apple_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Apple",__name:"apple",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M599.872 203.776a189.44 189.44 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a426.624 426.624 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664zm-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688 63.552 0 81.28 34.688 136.96 33.536 56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152z"})]))}}),apple_default=apple_vue_vue_type_script_setup_true_lang_default,arrow_down_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowDownBold",__name:"arrow-down-bold",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8 316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496z"})]))}}),arrow_down_bold_default=arrow_down_bold_vue_vue_type_script_setup_true_lang_default,arrow_down_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowDown",__name:"arrow-down",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"})]))}}),arrow_down_default=arrow_down_vue_vue_type_script_setup_true_lang_default,arrow_left_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0z"})]))}}),arrow_left_bold_default=arrow_left_bold_vue_vue_type_script_setup_true_lang_default,arrow_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowLeft",__name:"arrow-left",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"})]))}}),arrow_left_default=arrow_left_vue_vue_type_script_setup_true_lang_default,arrow_right_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowRightBold",__name:"arrow-right-bold",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0z"})]))}}),arrow_right_bold_default=arrow_right_bold_vue_vue_type_script_setup_true_lang_default,arrow_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowRight",__name:"arrow-right",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"})]))}}),arrow_right_default=arrow_right_vue_vue_type_script_setup_true_lang_default,arrow_up_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowUpBold",__name:"arrow-up-bold",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8 316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496z"})]))}}),arrow_up_bold_default=arrow_up_bold_vue_vue_type_script_setup_true_lang_default,arrow_up_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowUp",__name:"arrow-up",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"})]))}}),arrow_up_default=arrow_up_vue_vue_type_script_setup_true_lang_default,avatar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Avatar",__name:"avatar",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M628.736 528.896A416 416 0 0 1 928 928H96a415.872 415.872 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"})]))}}),avatar_default=avatar_vue_vue_type_script_setup_true_lang_default,back_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Back",__name:"back",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"}),createBaseVNode("path",{fill:"currentColor",d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"})]))}}),back_default=back_vue_vue_type_script_setup_true_lang_default,baseball_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Baseball",__name:"baseball",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6zm45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104"}),createBaseVNode("path",{fill:"currentColor",d:"M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896zM108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1736.64 1736.64 0 0 1-11.392-65.728z"})]))}}),baseball_default=baseball_vue_vue_type_script_setup_true_lang_default,basketball_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Basketball",__name:"basketball",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M778.752 788.224a382.464 382.464 0 0 0 116.032-245.632 256.512 256.512 0 0 0-241.728-13.952 762.88 762.88 0 0 1 125.696 259.584zm-55.04 44.224a699.648 699.648 0 0 0-125.056-269.632 256.128 256.128 0 0 0-56.064 331.968 382.72 382.72 0 0 0 181.12-62.336m-254.08 61.248A320.128 320.128 0 0 1 557.76 513.6a715.84 715.84 0 0 0-48.192-48.128 320.128 320.128 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.128 256.128 0 0 0 331.072-56.448 699.648 699.648 0 0 0-268.8-124.352 382.656 382.656 0 0 0-62.272 180.8m106.56-235.84a762.88 762.88 0 0 1 258.688 125.056 256.512 256.512 0 0 0-13.44-241.088A382.464 382.464 0 0 0 235.84 245.248zm318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a779.84 779.84 0 0 1 66.176 66.112 320.832 320.832 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6"})]))}}),basketball_default=basketball_vue_vue_type_script_setup_true_lang_default,bell_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BellFilled",__name:"bell-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 832a128 128 0 0 1-256 0zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.128 320.128 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"})]))}}),bell_filled_default=bell_filled_vue_vue_type_script_setup_true_lang_default,bell_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bell",__name:"bell",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"}),createBaseVNode("path",{fill:"currentColor",d:"M256 768h512V448a256 256 0 1 0-512 0zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320"}),createBaseVNode("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"})]))}}),bell_default=bell_vue_vue_type_script_setup_true_lang_default,bicycle_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bicycle",__name:"bicycle",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),createBaseVNode("path",{fill:"currentColor",d:"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),createBaseVNode("path",{fill:"currentColor",d:"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384z"}),createBaseVNode("path",{fill:"currentColor",d:"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"})]))}}),bicycle_default=bicycle_vue_vue_type_script_setup_true_lang_default,bottom_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BottomLeft",__name:"bottom-left",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z"})]))}}),bottom_left_default=bottom_left_vue_vue_type_script_setup_true_lang_default,bottom_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BottomRight",__name:"bottom-right",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"}),createBaseVNode("path",{fill:"currentColor",d:"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312z"})]))}}),bottom_right_default=bottom_right_vue_vue_type_script_setup_true_lang_default,bottom_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bottom",__name:"bottom",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"})]))}}),bottom_default=bottom_vue_vue_type_script_setup_true_lang_default,bowl_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bowl",__name:"bowl",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M714.432 704a351.744 351.744 0 0 0 148.16-256H161.408a351.744 351.744 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z"})]))}}),bowl_default=bowl_vue_vue_type_script_setup_true_lang_default,box_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Box",__name:"box",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64z"}),createBaseVNode("path",{fill:"currentColor",d:"M64 320h896v64H64z"}),createBaseVNode("path",{fill:"currentColor",d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"})]))}}),box_default=box_vue_vue_type_script_setup_true_lang_default,briefcase_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Briefcase",__name:"briefcase",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"})]))}}),briefcase_default=briefcase_vue_vue_type_script_setup_true_lang_default,brush_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BrushFilled",__name:"brush-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z"})]))}}),brush_filled_default=brush_filled_vue_vue_type_script_setup_true_lang_default,brush_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Brush",__name:"brush",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a663.872 663.872 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384h61.248zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168z"})]))}}),brush_default=brush_vue_vue_type_script_setup_true_lang_default,burger_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Burger",__name:"burger",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 512a32 32 0 0 0-32 32v64a32 32 0 0 0 30.08 32H864a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32zm736-58.56A96 96 0 0 1 960 544v64a96 96 0 0 1-51.968 85.312L855.36 833.6a96 96 0 0 1-89.856 62.272H258.496A96 96 0 0 1 168.64 833.6l-52.608-140.224A96 96 0 0 1 64 608v-64a96 96 0 0 1 64-90.56V448a384 384 0 1 1 768 5.44M832 448a320 320 0 0 0-640 0zM512 704H188.352l40.192 107.136a32 32 0 0 0 29.952 20.736h507.008a32 32 0 0 0 29.952-20.736L835.648 704z"})]))}}),burger_default=burger_vue_vue_type_script_setup_true_lang_default,calendar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Calendar",__name:"calendar",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64"})]))}}),calendar_default=calendar_vue_vue_type_script_setup_true_lang_default,camera_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CameraFilled",__name:"camera-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),camera_filled_default=camera_filled_vue_vue_type_script_setup_true_lang_default,camera_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Camera",__name:"camera",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"})]))}}),camera_default=camera_vue_vue_type_script_setup_true_lang_default,caret_bottom_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretBottom",__name:"caret-bottom",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m192 384 320 384 320-384z"})]))}}),caret_bottom_default=caret_bottom_vue_vue_type_script_setup_true_lang_default,caret_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretLeft",__name:"caret-left",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M672 192 288 511.936 672 832z"})]))}}),caret_left_default=caret_left_vue_vue_type_script_setup_true_lang_default,caret_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretRight",__name:"caret-right",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"})]))}}),caret_right_default=caret_right_vue_vue_type_script_setup_true_lang_default,caret_top_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretTop",__name:"caret-top",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"})]))}}),caret_top_default=caret_top_vue_vue_type_script_setup_true_lang_default,cellphone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cellphone",__name:"cellphone",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),cellphone_default=cellphone_vue_vue_type_script_setup_true_lang_default,chat_dot_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatDotRound",__name:"chat-dot-round",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"})]))}}),chat_dot_round_default=chat_dot_round_vue_vue_type_script_setup_true_lang_default,chat_dot_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatDotSquare",__name:"chat-dot-square",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z"})]))}}),chat_dot_square_default=chat_dot_square_vue_vue_type_script_setup_true_lang_default,chat_line_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatLineRound",__name:"chat-line-round",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),createBaseVNode("path",{fill:"currentColor",d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),chat_line_round_default=chat_line_round_vue_vue_type_script_setup_true_lang_default,chat_line_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatLineSquare",__name:"chat-line-square",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),createBaseVNode("path",{fill:"currentColor",d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),chat_line_square_default=chat_line_square_vue_vue_type_script_setup_true_lang_default,chat_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatRound",__name:"chat-round",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"})]))}}),chat_round_default=chat_round_vue_vue_type_script_setup_true_lang_default,chat_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatSquare",__name:"chat-square",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"})]))}}),chat_square_default=chat_square_vue_vue_type_script_setup_true_lang_default,check_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Check",__name:"check",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"})]))}}),check_default=check_vue_vue_type_script_setup_true_lang_default,checked_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Checked",__name:"checked",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160.064v64H704zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024zM384 192V96h256v96z"})]))}}),checked_default=checked_vue_vue_type_script_setup_true_lang_default,cherry_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cherry",__name:"cherry",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6zM288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320"})]))}}),cherry_default=cherry_vue_vue_type_script_setup_true_lang_default,chicken_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Chicken",__name:"chicken",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M349.952 716.992 478.72 588.16a106.688 106.688 0 0 1-26.176-19.072 106.688 106.688 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112zm57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52-3.52 56.32z"})]))}}),chicken_default=chicken_vue_vue_type_script_setup_true_lang_default,chrome_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChromeFilled",__name:"chrome-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.372 212.372 0 0 1 42.67 128c.06 38.71-10.45 76.7-30.42 109.87l-182.91 316.8c235.65-.01 426.66-191.02 426.66-426.67z"}),createBaseVNode("path",{fill:"currentColor",d:"M576.79 401.63a127.92 127.92 0 0 0-63.56-17.6c-22.36-.22-44.39 5.43-63.89 16.38s-35.79 26.82-47.25 46.02a128.005 128.005 0 0 0-2.16 127.44l1.24 2.13a127.906 127.906 0 0 0 46.36 46.61 127.907 127.907 0 0 0 63.38 17.44c22.29.2 44.24-5.43 63.68-16.33a127.94 127.94 0 0 0 47.16-45.79v-.01l1.11-1.92a127.984 127.984 0 0 0 .29-127.46 127.957 127.957 0 0 0-46.36-46.91"}),createBaseVNode("path",{fill:"currentColor",d:"M394.45 333.96A213.336 213.336 0 0 1 512 298.67h369.58A426.503 426.503 0 0 0 512 85.34a425.598 425.598 0 0 0-171.74 35.98 425.644 425.644 0 0 0-142.62 102.22l118.14 204.63a213.397 213.397 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.284 213.284 0 0 1-89.54-86.81L142.48 298.6c-36.35 62.81-57.13 135.68-57.13 213.42 0 203.81 142.93 374.22 333.95 416.55h.04l118.19-204.71a213.315 213.315 0 0 1-122.77-21.91z"})]))}}),chrome_filled_default=chrome_filled_vue_vue_type_script_setup_true_lang_default,circle_check_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleCheckFilled",__name:"circle-check-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),circle_check_filled_default=circle_check_filled_vue_vue_type_script_setup_true_lang_default,circle_check_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleCheck",__name:"circle-check",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"})]))}}),circle_check_default=circle_check_vue_vue_type_script_setup_true_lang_default,circle_close_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleCloseFilled",__name:"circle-close-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"})]))}}),circle_close_filled_default=circle_close_filled_vue_vue_type_script_setup_true_lang_default,circle_close_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleClose",__name:"circle-close",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),circle_close_default=circle_close_vue_vue_type_script_setup_true_lang_default,circle_plus_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-38.4 409.6H326.4a38.4 38.4 0 1 0 0 76.8h147.2v147.2a38.4 38.4 0 0 0 76.8 0V550.4h147.2a38.4 38.4 0 0 0 0-76.8H550.4V326.4a38.4 38.4 0 1 0-76.8 0v147.2z"})]))}}),circle_plus_filled_default=circle_plus_filled_vue_vue_type_script_setup_true_lang_default,circle_plus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CirclePlus",__name:"circle-plus",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),createBaseVNode("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"}),createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),circle_plus_default=circle_plus_vue_vue_type_script_setup_true_lang_default,clock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Clock",__name:"clock",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"})]))}}),clock_default=clock_vue_vue_type_script_setup_true_lang_default,close_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CloseBold",__name:"close-bold",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"})]))}}),close_bold_default=close_bold_vue_vue_type_script_setup_true_lang_default,close_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Close",__name:"close",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),close_default=close_vue_vue_type_script_setup_true_lang_default,cloudy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cloudy",__name:"cloudy",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M598.4 831.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 831.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 381.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"})]))}}),cloudy_default=cloudy_vue_vue_type_script_setup_true_lang_default,coffee_cup_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CoffeeCup",__name:"coffee-cup",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 192a192 192 0 1 1-8 383.808A256.128 256.128 0 0 1 512 768H320A256 256 0 0 1 64 512V160a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v256a128 128 0 1 0 0-256M96 832h640a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-640v320a192 192 0 0 0 192 192h192a192 192 0 0 0 192-192V192z"})]))}}),coffee_cup_default=coffee_cup_vue_vue_type_script_setup_true_lang_default,coffee_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Coffee",__name:"coffee",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304zm-64.128 0 4.544-64H260.736l4.544 64h493.184m-548.16 128H820.48l-10.688-64H214.208l-10.688 64h6.784m68.736 64 36.544 512H708.16l36.544-512z"})]))}}),coffee_default=coffee_vue_vue_type_script_setup_true_lang_default,coin_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Coin",__name:"coin",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264z"}),createBaseVNode("path",{fill:"currentColor",d:"m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160"})]))}}),coin_default=coin_vue_vue_type_script_setup_true_lang_default,cold_drink_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ColdDrink",__name:"cold-drink",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.064 192.064 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z"})]))}}),cold_drink_default=cold_drink_vue_vue_type_script_setup_true_lang_default,collection_tag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CollectionTag",__name:"collection-tag",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 128v698.88l196.032-156.864a96 96 0 0 1 119.936 0L768 826.816V128zm-32-64h576a32 32 0 0 1 32 32v797.44a32 32 0 0 1-51.968 24.96L531.968 720a32 32 0 0 0-39.936 0L243.968 918.4A32 32 0 0 1 192 893.44V96a32 32 0 0 1 32-32"})]))}}),collection_tag_default=collection_tag_vue_vue_type_script_setup_true_lang_default,collection_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Collection",__name:"collection",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.536V192A128 128 0 0 1 256 64"}),createBaseVNode("path",{fill:"currentColor",d:"M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.88l96-76.8 96 76.8V128zm-64-64h320v381.44a32 32 0 0 1-51.968 24.96L480 384l-108.032 86.4A32 32 0 0 1 320 445.44z"})]))}}),collection_default=collection_vue_vue_type_script_setup_true_lang_default,comment_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Comment",__name:"comment",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z"})]))}}),comment_default=comment_vue_vue_type_script_setup_true_lang_default,compass_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Compass",__name:"compass",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M725.888 315.008C676.48 428.672 624 513.28 568.576 568.64c-55.424 55.424-139.968 107.904-253.568 157.312a12.8 12.8 0 0 1-16.896-16.832c49.536-113.728 102.016-198.272 157.312-253.632 55.36-55.296 139.904-107.776 253.632-157.312a12.8 12.8 0 0 1 16.832 16.832"})]))}}),compass_default=compass_vue_vue_type_script_setup_true_lang_default,connection_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Connection",__name:"connection",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 384v64H448a128 128 0 0 0-128 128v128a128 128 0 0 0 128 128h320a128 128 0 0 0 128-128V576a128 128 0 0 0-64-110.848V394.88c74.56 26.368 128 97.472 128 181.056v128a192 192 0 0 1-192 192H448a192 192 0 0 1-192-192V576a192 192 0 0 1 192-192z"}),createBaseVNode("path",{fill:"currentColor",d:"M384 640v-64h192a128 128 0 0 0 128-128V320a128 128 0 0 0-128-128H256a128 128 0 0 0-128 128v128a128 128 0 0 0 64 110.848v70.272A192.064 192.064 0 0 1 64 448V320a192 192 0 0 1 192-192h320a192 192 0 0 1 192 192v128a192 192 0 0 1-192 192z"})]))}}),connection_default=connection_vue_vue_type_script_setup_true_lang_default,coordinate_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Coordinate",__name:"coordinate",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 512h64v320h-64z"}),createBaseVNode("path",{fill:"currentColor",d:"M192 896h640a64 64 0 0 0-64-64H256a64 64 0 0 0-64 64m64-128h512a128 128 0 0 1 128 128v64H128v-64a128 128 0 0 1 128-128m256-256a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),coordinate_default=coordinate_vue_vue_type_script_setup_true_lang_default,copy_document_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CopyDocument",__name:"copy-document",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64z"}),createBaseVNode("path",{fill:"currentColor",d:"M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64"})]))}}),copy_document_default=copy_document_vue_vue_type_script_setup_true_lang_default,cpu_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cpu",__name:"cpu",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 256a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h384a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H320a128 128 0 0 1-128-128V320a128 128 0 0 1 128-128"}),createBaseVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m-320 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 896a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m160 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m-320 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32M64 512a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0-160a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0 320a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m896-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0 320a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32"})]))}}),cpu_default=cpu_vue_vue_type_script_setup_true_lang_default,credit_card_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CreditCard",__name:"credit-card",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.352 52.352 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.352 52.352 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.352 52.352 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.352 52.352 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56-11.136 20.928-27.52 37.312-48.384 48.448-20.864 11.136-41.6 17.088-98.56 17.088H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.288 116.288 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56 11.136-20.928 27.52-37.312 48.384-48.448 20.864-11.136 41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088 20.928 11.136 37.312 27.52 48.448 48.384 11.136 20.864 17.088 41.6 17.088 98.56z"}),createBaseVNode("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),credit_card_default=credit_card_vue_vue_type_script_setup_true_lang_default,crop_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Crop",__name:"crop",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"})]))}}),crop_default=crop_vue_vue_type_script_setup_true_lang_default,d_arrow_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DArrowLeft",__name:"d-arrow-left",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"})]))}}),d_arrow_left_default=d_arrow_left_vue_vue_type_script_setup_true_lang_default,d_arrow_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DArrowRight",__name:"d-arrow-right",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"})]))}}),d_arrow_right_default=d_arrow_right_vue_vue_type_script_setup_true_lang_default,d_caret_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DCaret",__name:"d-caret",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512 128 288 320H224zM224 576h576L512 896z"})]))}}),d_caret_default=d_caret_vue_vue_type_script_setup_true_lang_default,data_analysis_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DataAnalysis",__name:"data-analysis",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m665.216 768 110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32l110.848-192H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32zM832 192H192v512h640zM352 448a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0v-64a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v128a32 32 0 0 1-64 0V416a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V352a32 32 0 0 1 32-32"})]))}}),data_analysis_default=data_analysis_vue_vue_type_script_setup_true_lang_default,data_board_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DataBoard",__name:"data-board",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M32 128h960v64H32z"}),createBaseVNode("path",{fill:"currentColor",d:"M192 192v512h640V192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),createBaseVNode("path",{fill:"currentColor",d:"M322.176 960H248.32l144.64-250.56 55.424 32zm453.888 0h-73.856L576 741.44l55.424-32z"})]))}}),data_board_default=data_board_vue_vue_type_script_setup_true_lang_default,data_line_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DataLine",__name:"data-line",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M359.168 768H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32H665.216l110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32zM832 192H192v512h640zM342.656 534.656a32 32 0 1 1-45.312-45.312L444.992 341.76l125.44 94.08L679.04 300.032a32 32 0 1 1 49.92 39.936L581.632 524.224 451.008 426.24 342.656 534.592z"})]))}}),data_line_default=data_line_vue_vue_type_script_setup_true_lang_default,delete_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DeleteFilled",__name:"delete-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64zm64 0h192v-64H416zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32m192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32"})]))}}),delete_filled_default=delete_filled_vue_vue_type_script_setup_true_lang_default,delete_location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DeleteLocation",__name:"delete-location",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M384 384h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),delete_location_default=delete_location_vue_vue_type_script_setup_true_lang_default,delete_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Delete",__name:"delete",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"})]))}}),delete_default=delete_vue_vue_type_script_setup_true_lang_default,dessert_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Dessert",__name:"dessert",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 416v-48a144 144 0 0 1 168.64-141.888 224.128 224.128 0 0 1 430.72 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.72V896h-64v-97.28A384 384 0 0 1 128 416m287.104-32.064h193.792a143.808 143.808 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.808 143.808 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0h140.48m339.584 0h140.416a72 72 0 1 0-140.48 0zM512 736a320 320 0 0 0 318.4-288.064H193.6A320 320 0 0 0 512 736M384 896.064h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"})]))}}),dessert_default=dessert_vue_vue_type_script_setup_true_lang_default,discount_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Discount",__name:"discount",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 704h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0L224 318.336zm0 64v128h576V768zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"}),createBaseVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),discount_default=discount_vue_vue_type_script_setup_true_lang_default,dish_dot_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DishDot",__name:"dish-dot",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m384.064 274.56.064-50.688A128 128 0 0 1 512.128 96c70.528 0 127.68 57.152 127.68 127.68v50.752A448.192 448.192 0 0 1 955.392 768H68.544A448.192 448.192 0 0 1 384 274.56zM96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.808-448v-32.32a63.68 63.68 0 0 0-63.68-63.68 64 64 0 0 0-64 63.936V256z"})]))}}),dish_dot_default=dish_dot_vue_vue_type_script_setup_true_lang_default,dish_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Dish",__name:"dish",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 257.152V192h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64h-96v65.152A448 448 0 0 1 955.52 768H68.48A448 448 0 0 1 480 257.152M128 704h768a384 384 0 1 0-768 0M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64"})]))}}),dish_default=dish_vue_vue_type_script_setup_true_lang_default,document_add_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentAdd",__name:"document-add",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m320 512V448h64v128h128v64H544v128h-64V640H352v-64z"})]))}}),document_add_default=document_add_vue_vue_type_script_setup_true_lang_default,document_checked_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentChecked",__name:"document-checked",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"})]))}}),document_checked_default=document_checked_vue_vue_type_script_setup_true_lang_default,document_copy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentCopy",__name:"document-copy",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"})]))}}),document_copy_default=document_copy_vue_vue_type_script_setup_true_lang_default,document_delete_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentDelete",__name:"document-delete",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m308.992 546.304-90.496-90.624 45.248-45.248 90.56 90.496 90.496-90.432 45.248 45.248-90.496 90.56 90.496 90.496-45.248 45.248-90.496-90.496-90.56 90.496-45.248-45.248 90.496-90.496z"})]))}}),document_delete_default=document_delete_vue_vue_type_script_setup_true_lang_default,document_remove_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentRemove",__name:"document-remove",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m192 512h320v64H352z"})]))}}),document_remove_default=document_remove_vue_vue_type_script_setup_true_lang_default,document_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Document",__name:"document",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"})]))}}),document_default=document_vue_vue_type_script_setup_true_lang_default,download_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Download",__name:"download",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"})]))}}),download_default=download_vue_vue_type_script_setup_true_lang_default,drizzling_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Drizzling",__name:"drizzling",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M288 800h64v64h-64zm192 0h64v64h-64zm-96 96h64v64h-64zm192 0h64v64h-64zm96-96h64v64h-64z"})]))}}),drizzling_default=drizzling_vue_vue_type_script_setup_true_lang_default,edit_pen_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"EditPen",__name:"edit-pen",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112-56.64 98.112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64h-448z"})]))}}),edit_pen_default=edit_pen_vue_vue_type_script_setup_true_lang_default,edit_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Edit",__name:"edit",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"}),createBaseVNode("path",{fill:"currentColor",d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"})]))}}),edit_default=edit_vue_vue_type_script_setup_true_lang_default,eleme_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElemeFilled",__name:"eleme-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M176 64h672c61.824 0 112 50.176 112 112v672a112 112 0 0 1-112 112H176A112 112 0 0 1 64 848V176c0-61.824 50.176-112 112-112m150.528 173.568c-152.896 99.968-196.544 304.064-97.408 456.96a330.688 330.688 0 0 0 456.96 96.64c9.216-5.888 17.6-11.776 25.152-18.56a18.24 18.24 0 0 0 4.224-24.32L700.352 724.8a47.552 47.552 0 0 0-65.536-14.272A234.56 234.56 0 0 1 310.592 641.6C240 533.248 271.104 387.968 379.456 316.48a234.304 234.304 0 0 1 276.352 15.168c1.664.832 2.56 2.56 3.392 4.224 5.888 8.384 3.328 19.328-5.12 25.216L456.832 489.6a47.552 47.552 0 0 0-14.336 65.472l16 24.384c5.888 8.384 16.768 10.88 25.216 5.056l308.224-199.936a19.584 19.584 0 0 0 6.72-23.488v-.896c-4.992-9.216-10.048-17.6-15.104-26.88-99.968-151.168-304.064-194.88-456.96-95.744zM786.88 504.704l-62.208 40.32c-8.32 5.888-10.88 16.768-4.992 25.216L760 632.32c5.888 8.448 16.768 11.008 25.152 5.12l31.104-20.16a55.36 55.36 0 0 0 16-76.48l-20.224-31.04a19.52 19.52 0 0 0-25.152-5.12z"})]))}}),eleme_filled_default=eleme_filled_vue_vue_type_script_setup_true_lang_default,eleme_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Eleme",__name:"eleme",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M300.032 188.8c174.72-113.28 408-63.36 522.24 109.44 5.76 10.56 11.52 20.16 17.28 30.72v.96a22.4 22.4 0 0 1-7.68 26.88l-352.32 228.48c-9.6 6.72-22.08 3.84-28.8-5.76l-18.24-27.84a54.336 54.336 0 0 1 16.32-74.88l225.6-146.88c9.6-6.72 12.48-19.2 5.76-28.8-.96-1.92-1.92-3.84-3.84-4.8a267.84 267.84 0 0 0-315.84-17.28c-123.84 81.6-159.36 247.68-78.72 371.52a268.096 268.096 0 0 0 370.56 78.72 54.336 54.336 0 0 1 74.88 16.32l17.28 26.88c5.76 9.6 3.84 21.12-4.8 27.84-8.64 7.68-18.24 14.4-28.8 21.12a377.92 377.92 0 0 1-522.24-110.4c-113.28-174.72-63.36-408 111.36-522.24zm526.08 305.28a22.336 22.336 0 0 1 28.8 5.76l23.04 35.52a63.232 63.232 0 0 1-18.24 87.36l-35.52 23.04c-9.6 6.72-22.08 3.84-28.8-5.76l-46.08-71.04c-6.72-9.6-3.84-22.08 5.76-28.8l71.04-46.08z"})]))}}),eleme_default=eleme_vue_vue_type_script_setup_true_lang_default,element_plus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElementPlus",__name:"element-plus",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M839.7 734.7c0 33.3-17.9 41-17.9 41S519.7 949.8 499.2 960c-10.2 5.1-20.5 5.1-30.7 0 0 0-314.9-184.3-325.1-192-5.1-5.1-10.2-12.8-12.8-20.5V368.6c0-17.9 20.5-28.2 20.5-28.2L466 158.6c12.8-5.1 25.6-5.1 38.4 0 0 0 279 161.3 309.8 179.2 17.9 7.7 28.2 25.6 25.6 46.1-.1-5-.1 317.5-.1 350.8M714.2 371.2c-64-35.8-217.6-125.4-217.6-125.4-7.7-5.1-20.5-5.1-30.7 0L217.6 389.1s-17.9 10.2-17.9 23v297c0 5.1 5.1 12.8 7.7 17.9 7.7 5.1 256 148.5 256 148.5 7.7 5.1 17.9 5.1 25.6 0 15.4-7.7 250.9-145.9 250.9-145.9s12.8-5.1 12.8-30.7v-74.2l-276.5 169v-64c0-17.9 7.7-30.7 20.5-46.1L745 535c5.1-7.7 10.2-20.5 10.2-30.7v-66.6l-279 169v-69.1c0-15.4 5.1-30.7 17.9-38.4l220.1-128zM919 135.7c0-5.1-5.1-7.7-7.7-7.7h-58.9V66.6c0-5.1-5.1-5.1-10.2-5.1l-30.7 5.1c-5.1 0-5.1 2.6-5.1 5.1V128h-56.3c-5.1 0-5.1 5.1-7.7 5.1v38.4h69.1v64c0 5.1 5.1 5.1 10.2 5.1l30.7-5.1c5.1 0 5.1-2.6 5.1-5.1v-56.3h64l-2.5-38.4z"})]))}}),element_plus_default=element_plus_vue_vue_type_script_setup_true_lang_default,expand_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Expand",__name:"expand",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"})]))}}),expand_default=expand_vue_vue_type_script_setup_true_lang_default,failed_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Failed",__name:"failed",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m557.248 608 135.744-135.744-45.248-45.248-135.68 135.744-135.808-135.68-45.248 45.184L466.752 608l-135.68 135.68 45.184 45.312L512 653.248l135.744 135.744 45.248-45.248L557.312 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"})]))}}),failed_default=failed_vue_vue_type_script_setup_true_lang_default,female_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Female",__name:"female",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 640a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),createBaseVNode("path",{fill:"currentColor",d:"M512 640q32 0 32 32v256q0 32-32 32t-32-32V672q0-32 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M352 800h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),female_default=female_vue_vue_type_script_setup_true_lang_default,files_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Files",__name:"files",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"})]))}}),files_default=files_vue_vue_type_script_setup_true_lang_default,film_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Film",__name:"film",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"})]))}}),film_default=film_vue_vue_type_script_setup_true_lang_default,filter_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Filter",__name:"filter",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 523.392V928a32 32 0 0 0 46.336 28.608l192-96A32 32 0 0 0 640 832V523.392l280.768-343.104a32 32 0 1 0-49.536-40.576l-288 352A32 32 0 0 0 576 512v300.224l-128 64V512a32 32 0 0 0-7.232-20.288L195.52 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.768 52.288z"})]))}}),filter_default=filter_vue_vue_type_script_setup_true_lang_default,finished_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Finished",__name:"finished",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M280.768 753.728 691.456 167.04a32 32 0 1 1 52.416 36.672L314.24 817.472a32 32 0 0 1-45.44 7.296l-230.4-172.8a32 32 0 0 1 38.4-51.2l203.968 152.96zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h319.936a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h447.936a32 32 0 1 1 0 64z"})]))}}),finished_default=finished_vue_vue_type_script_setup_true_lang_default,first_aid_kit_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FirstAidKit",__name:"first-aid-kit",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 256a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),createBaseVNode("path",{fill:"currentColor",d:"M544 512h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0zM352 128v64h320v-64zm-32-64h384a32 32 0 0 1 32 32v128a32 32 0 0 1-32 32H320a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"})]))}}),first_aid_kit_default=first_aid_kit_vue_vue_type_script_setup_true_lang_default,flag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Flag",__name:"flag",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"})]))}}),flag_default=flag_vue_vue_type_script_setup_true_lang_default,fold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Fold",__name:"fold",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"})]))}}),fold_default=fold_vue_vue_type_script_setup_true_lang_default,folder_add_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderAdd",__name:"folder-add",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m384 416V416h64v128h128v64H544v128h-64V608H352v-64z"})]))}}),folder_add_default=folder_add_vue_vue_type_script_setup_true_lang_default,folder_checked_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderChecked",__name:"folder-checked",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m414.08 502.144 180.992-180.992L736.32 494.4 510.08 720.64l-158.4-158.336 45.248-45.312z"})]))}}),folder_checked_default=folder_checked_vue_vue_type_script_setup_true_lang_default,folder_delete_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderDelete",__name:"folder-delete",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m370.752 448-90.496-90.496 45.248-45.248L512 530.752l90.496-90.496 45.248 45.248L557.248 576l90.496 90.496-45.248 45.248L512 621.248l-90.496 90.496-45.248-45.248z"})]))}}),folder_delete_default=folder_delete_vue_vue_type_script_setup_true_lang_default,folder_opened_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderOpened",__name:"folder-opened",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M878.08 448H241.92l-96 384h636.16l96-384zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896"})]))}}),folder_opened_default=folder_opened_vue_vue_type_script_setup_true_lang_default,folder_remove_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderRemove",__name:"folder-remove",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m256 416h320v64H352z"})]))}}),folder_remove_default=folder_remove_vue_vue_type_script_setup_true_lang_default,folder_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Folder",__name:"folder",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"})]))}}),folder_default=folder_vue_vue_type_script_setup_true_lang_default,food_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Food",__name:"food",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0m128 0h192a96 96 0 0 0-192 0m439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352M672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288"})]))}}),food_default=food_vue_vue_type_script_setup_true_lang_default,football_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Football",__name:"football",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-64a384 384 0 1 0 0-768 384 384 0 0 0 0 768"}),createBaseVNode("path",{fill:"currentColor",d:"M186.816 268.288c16-16.384 31.616-31.744 46.976-46.08 17.472 30.656 39.808 58.112 65.984 81.28l-32.512 56.448a385.984 385.984 0 0 1-80.448-91.648zm653.696-5.312a385.92 385.92 0 0 1-83.776 96.96l-32.512-56.384a322.923 322.923 0 0 0 68.48-85.76c15.552 14.08 31.488 29.12 47.808 45.184zM465.984 445.248l11.136-63.104a323.584 323.584 0 0 0 69.76 0l11.136 63.104a387.968 387.968 0 0 1-92.032 0m-62.72-12.8A381.824 381.824 0 0 1 320 396.544l32-55.424a319.885 319.885 0 0 0 62.464 27.712l-11.2 63.488zm300.8-35.84a381.824 381.824 0 0 1-83.328 35.84l-11.2-63.552A319.885 319.885 0 0 0 672 341.184l32 55.424zm-520.768 364.8a385.92 385.92 0 0 1 83.968-97.28l32.512 56.32c-26.88 23.936-49.856 52.352-67.52 84.032-16-13.44-32.32-27.712-48.96-43.072zm657.536.128a1442.759 1442.759 0 0 1-49.024 43.072 321.408 321.408 0 0 0-67.584-84.16l32.512-56.32c33.216 27.456 61.696 60.352 84.096 97.408zM465.92 578.752a387.968 387.968 0 0 1 92.032 0l-11.136 63.104a323.584 323.584 0 0 0-69.76 0zm-62.72 12.8 11.2 63.552a319.885 319.885 0 0 0-62.464 27.712L320 627.392a381.824 381.824 0 0 1 83.264-35.84zm300.8 35.84-32 55.424a318.272 318.272 0 0 0-62.528-27.712l11.2-63.488c29.44 8.64 57.28 20.736 83.264 35.776z"})]))}}),football_default=football_vue_vue_type_script_setup_true_lang_default,fork_spoon_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ForkSpoon",__name:"fork-spoon",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 410.304V96a32 32 0 0 1 64 0v314.304a96 96 0 0 0 64-90.56V96a32 32 0 0 1 64 0v223.744a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.544a160 160 0 0 1-128-156.8V96a32 32 0 0 1 64 0v223.744a96 96 0 0 0 64 90.56zM672 572.48C581.184 552.128 512 446.848 512 320c0-141.44 85.952-256 192-256s192 114.56 192 256c0 126.848-69.184 232.128-160 252.48V928a32 32 0 1 1-64 0zM704 512c66.048 0 128-82.56 128-192s-61.952-192-128-192-128 82.56-128 192 61.952 192 128 192"})]))}}),fork_spoon_default=fork_spoon_vue_vue_type_script_setup_true_lang_default,fries_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Fries",__name:"fries",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M608 224v-64a32 32 0 0 0-64 0v336h26.88A64 64 0 0 0 608 484.096zm101.12 160A64 64 0 0 0 672 395.904V384h64V224a32 32 0 1 0-64 0v160zm74.88 0a92.928 92.928 0 0 1 91.328 110.08l-60.672 323.584A96 96 0 0 1 720.32 896H303.68a96 96 0 0 1-94.336-78.336L148.672 494.08A92.928 92.928 0 0 1 240 384h-16V224a96 96 0 0 1 188.608-25.28A95.744 95.744 0 0 1 480 197.44V160a96 96 0 0 1 188.608-25.28A96 96 0 0 1 800 224v160zM670.784 512a128 128 0 0 1-99.904 48H453.12a128 128 0 0 1-99.84-48H352v-1.536a128.128 128.128 0 0 1-9.984-14.976L314.88 448H240a28.928 28.928 0 0 0-28.48 34.304L241.088 640h541.824l29.568-157.696A28.928 28.928 0 0 0 784 448h-74.88l-27.136 47.488A132.405 132.405 0 0 1 672 510.464V512zM480 288a32 32 0 0 0-64 0v196.096A64 64 0 0 0 453.12 496H480zm-128 96V224a32 32 0 0 0-64 0v160zh-37.12A64 64 0 0 1 352 395.904zm-98.88 320 19.072 101.888A32 32 0 0 0 303.68 832h416.64a32 32 0 0 0 31.488-26.112L770.88 704z"})]))}}),fries_default=fries_vue_vue_type_script_setup_true_lang_default,full_screen_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FullScreen",__name:"full-screen",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"})]))}}),full_screen_default=full_screen_vue_vue_type_script_setup_true_lang_default,goblet_full_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GobletFull",__name:"goblet-full",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 320h512c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320m503.936 64H264.064a256.128 256.128 0 0 0 495.872 0zM544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4"})]))}}),goblet_full_default=goblet_full_vue_vue_type_script_setup_true_lang_default,goblet_square_full_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GobletSquareFull",__name:"goblet-square-full",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 270.912c10.048 6.72 22.464 14.912 28.992 18.624a220.16 220.16 0 0 0 114.752 30.72c30.592 0 49.408-9.472 91.072-41.152l.64-.448c52.928-40.32 82.368-55.04 132.288-54.656 55.552.448 99.584 20.8 142.72 57.408l1.536 1.28V128H256v142.912zm.96 76.288C266.368 482.176 346.88 575.872 512 576c157.44.064 237.952-85.056 253.248-209.984a952.32 952.32 0 0 1-40.192-35.712c-32.704-27.776-63.36-41.92-101.888-42.24-31.552-.256-50.624 9.28-93.12 41.6l-.576.448c-52.096 39.616-81.024 54.208-129.792 54.208-54.784 0-100.48-13.376-142.784-37.056zM480 638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96z"})]))}}),goblet_square_full_default=goblet_square_full_vue_vue_type_script_setup_true_lang_default,goblet_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GobletSquare",__name:"goblet-square",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 638.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912M256 319.68c0 149.568 80 256.192 256 256.256C688.128 576 768 469.568 768 320V128H256z"})]))}}),goblet_square_default=goblet_square_vue_vue_type_script_setup_true_lang_default,goblet_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Goblet",__name:"goblet",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320"})]))}}),goblet_default=goblet_vue_vue_type_script_setup_true_lang_default,gold_medal_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GoldMedal",__name:"gold-medal",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m772.13 452.84 53.86-351.81c1.32-10.01-1.17-18.68-7.49-26.02S804.35 64 795.01 64H228.99v-.01h-.06c-9.33 0-17.15 3.67-23.49 11.01s-8.83 16.01-7.49 26.02l53.87 351.89C213.54 505.73 193.59 568.09 192 640c2 90.67 33.17 166.17 93.5 226.5S421.33 957.99 512 960c90.67-2 166.17-33.17 226.5-93.5 60.33-60.34 91.49-135.83 93.5-226.5-1.59-71.94-21.56-134.32-59.87-187.16zM640.01 128h117.02l-39.01 254.02c-20.75-10.64-40.74-19.73-59.94-27.28-5.92-3-11.95-5.8-18.08-8.41V128h.01zM576 128v198.76c-13.18-2.58-26.74-4.43-40.67-5.55-8.07-.8-15.85-1.2-23.33-1.2-10.54 0-21.09.66-31.64 1.96a359.844 359.844 0 0 0-32.36 4.79V128zm-192 0h.04v218.3c-6.22 2.66-12.34 5.5-18.36 8.56-19.13 7.54-39.02 16.6-59.66 27.16L267.01 128zm308.99 692.99c-48 48-108.33 73-180.99 75.01-72.66-2.01-132.99-27.01-180.99-75.01S258.01 712.66 256 640c2.01-72.66 27.01-132.99 75.01-180.99 19.67-19.67 41.41-35.47 65.22-47.41 38.33-15.04 71.15-23.92 98.44-26.65 5.07-.41 10.2-.7 15.39-.88.63-.01 1.28-.03 1.91-.03.66 0 1.35.03 2.02.04 5.11.17 10.15.46 15.13.86 27.4 2.71 60.37 11.65 98.91 26.79 23.71 11.93 45.36 27.69 64.96 47.29 48 48 73 108.33 75.01 180.99-2.01 72.65-27.01 132.98-75.01 180.98z"}),createBaseVNode("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),gold_medal_default=gold_medal_vue_vue_type_script_setup_true_lang_default,goods_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GoodsFilled",__name:"goods-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 352h640l64 544H128zm128 224h64V448h-64zm320 0h64V448h-64zM384 288h-64a192 192 0 1 1 384 0h-64a128 128 0 1 0-256 0"})]))}}),goods_filled_default=goods_filled_vue_vue_type_script_setup_true_lang_default,goods_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Goods",__name:"goods",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 288v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4h131.072a32 32 0 0 1 31.808 28.8l57.6 576a32 32 0 0 1-31.808 35.2H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320zm64 0h256v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4zm-64 64H217.92l-51.2 512h690.56l-51.264-512H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0z"})]))}}),goods_default=goods_vue_vue_type_script_setup_true_lang_default,grape_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Grape",__name:"grape",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 195.2a160 160 0 0 1 96 60.8 160 160 0 1 1 146.24 254.976 160 160 0 0 1-128 224 160 160 0 1 1-292.48 0 160 160 0 0 1-128-224A160 160 0 1 1 384 256a160 160 0 0 1 96-60.8V128h-64a32 32 0 0 1 0-64h192a32 32 0 0 1 0 64h-64zM512 448a96 96 0 1 0 0-192 96 96 0 0 0 0 192m-256 0a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),grape_default=grape_vue_vue_type_script_setup_true_lang_default,grid_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Grid",__name:"grid",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"})]))}}),grid_default=grid_vue_vue_type_script_setup_true_lang_default,guide_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Guide",__name:"guide",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 608h-64V416h64zm0 160v160a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V768h64v128h128V768zM384 608V416h64v192zm256-352h-64V128H448v128h-64V96a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32z"}),createBaseVNode("path",{fill:"currentColor",d:"m220.8 256-71.232 80 71.168 80H768V256H220.8zm-14.4-64H800a32 32 0 0 1 32 32v224a32 32 0 0 1-32 32H206.4a32 32 0 0 1-23.936-10.752l-99.584-112a32 32 0 0 1 0-42.496l99.584-112A32 32 0 0 1 206.4 192m678.784 496-71.104 80H266.816V608h547.2l71.168 80zm-56.768-144H234.88a32 32 0 0 0-32 32v224a32 32 0 0 0 32 32h593.6a32 32 0 0 0 23.936-10.752l99.584-112a32 32 0 0 0 0-42.496l-99.584-112A32 32 0 0 0 828.48 544z"})]))}}),guide_default=guide_vue_vue_type_script_setup_true_lang_default,handbag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Handbag",__name:"handbag",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M887.01 264.99c-6-5.99-13.67-8.99-23.01-8.99H704c-1.34-54.68-20.01-100.01-56-136s-81.32-54.66-136-56c-54.68 1.34-100.01 20.01-136 56s-54.66 81.32-56 136H160c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.67-8.99 23.01v640c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V288c0-9.35-2.99-17.02-8.99-23.01M421.5 165.5c24.32-24.34 54.49-36.84 90.5-37.5 35.99.68 66.16 13.18 90.5 37.5s36.84 54.49 37.5 90.5H384c.68-35.99 13.18-66.16 37.5-90.5M832 896H192V320h128v128h64V320h256v128h64V320h128z"})]))}}),handbag_default=handbag_vue_vue_type_script_setup_true_lang_default,headset_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Headset",__name:"headset",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M896 529.152V512a384 384 0 1 0-768 0v17.152A128 128 0 0 1 320 640v128a128 128 0 1 1-256 0V512a448 448 0 1 1 896 0v256a128 128 0 1 1-256 0V640a128 128 0 0 1 192-110.848M896 640a64 64 0 0 0-128 0v128a64 64 0 0 0 128 0zm-768 0v128a64 64 0 0 0 128 0V640a64 64 0 1 0-128 0"})]))}}),headset_default=headset_vue_vue_type_script_setup_true_lang_default,help_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"HelpFilled",__name:"help-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M926.784 480H701.312A192.512 192.512 0 0 0 544 322.688V97.216A416.064 416.064 0 0 1 926.784 480m0 64A416.064 416.064 0 0 1 544 926.784V701.312A192.512 192.512 0 0 0 701.312 544zM97.28 544h225.472A192.512 192.512 0 0 0 480 701.312v225.472A416.064 416.064 0 0 1 97.216 544zm0-64A416.064 416.064 0 0 1 480 97.216v225.472A192.512 192.512 0 0 0 322.688 480H97.216z"})]))}}),help_filled_default=help_filled_vue_vue_type_script_setup_true_lang_default,help_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Help",__name:"help",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m759.936 805.248-90.944-91.008A254.912 254.912 0 0 1 512 768a254.912 254.912 0 0 1-156.992-53.76l-90.944 91.008A382.464 382.464 0 0 0 512 896c94.528 0 181.12-34.176 247.936-90.752m45.312-45.312A382.464 382.464 0 0 0 896 512c0-94.528-34.176-181.12-90.752-247.936l-91.008 90.944C747.904 398.4 768 452.864 768 512c0 59.136-20.096 113.6-53.76 156.992l91.008 90.944zm-45.312-541.184A382.464 382.464 0 0 0 512 128c-94.528 0-181.12 34.176-247.936 90.752l90.944 91.008A254.912 254.912 0 0 1 512 256c59.136 0 113.6 20.096 156.992 53.76l90.944-91.008zm-541.184 45.312A382.464 382.464 0 0 0 128 512c0 94.528 34.176 181.12 90.752 247.936l91.008-90.944A254.912 254.912 0 0 1 256 512c0-59.136 20.096-113.6 53.76-156.992zm417.28 394.496a194.56 194.56 0 0 0 22.528-22.528C686.912 602.56 704 559.232 704 512a191.232 191.232 0 0 0-67.968-146.56A191.296 191.296 0 0 0 512 320a191.232 191.232 0 0 0-146.56 67.968C337.088 421.44 320 464.768 320 512a191.232 191.232 0 0 0 67.968 146.56C421.44 686.912 464.768 704 512 704c47.296 0 90.56-17.088 124.032-45.44zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),help_default=help_vue_vue_type_script_setup_true_lang_default,hide_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Hide",__name:"hide",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"}),createBaseVNode("path",{fill:"currentColor",d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"})]))}}),hide_default=hide_vue_vue_type_script_setup_true_lang_default,histogram_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Histogram",__name:"histogram",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"})]))}}),histogram_default=histogram_vue_vue_type_script_setup_true_lang_default,home_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"HomeFilled",__name:"home-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128 128 447.936V896h255.936V640H640v256h255.936V447.936z"})]))}}),home_filled_default=home_filled_vue_vue_type_script_setup_true_lang_default,hot_water_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"HotWater",__name:"hot-water",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M273.067 477.867h477.866V409.6H273.067zm0 68.266v51.2A187.733 187.733 0 0 0 460.8 785.067h102.4a187.733 187.733 0 0 0 187.733-187.734v-51.2H273.067zm-34.134-204.8h546.134a34.133 34.133 0 0 1 34.133 34.134v221.866a256 256 0 0 1-256 256H460.8a256 256 0 0 1-256-256V375.467a34.133 34.133 0 0 1 34.133-34.134zM512 34.133a34.133 34.133 0 0 1 34.133 34.134v170.666a34.133 34.133 0 0 1-68.266 0V68.267A34.133 34.133 0 0 1 512 34.133zM375.467 102.4a34.133 34.133 0 0 1 34.133 34.133v102.4a34.133 34.133 0 0 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.134-34.133m273.066 0a34.133 34.133 0 0 1 34.134 34.133v102.4a34.133 34.133 0 1 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.133-34.133M170.667 921.668h682.666a34.133 34.133 0 1 1 0 68.267H170.667a34.133 34.133 0 1 1 0-68.267z"})]))}}),hot_water_default=hot_water_vue_vue_type_script_setup_true_lang_default,house_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"House",__name:"house",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 413.952V896h640V413.952L512 147.328zM139.52 374.4l352-293.312a32 32 0 0 1 40.96 0l352 293.312A32 32 0 0 1 896 398.976V928a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V398.976a32 32 0 0 1 11.52-24.576"})]))}}),house_default=house_vue_vue_type_script_setup_true_lang_default,ice_cream_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceCreamRound",__name:"ice-cream-round",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0z"})]))}}),ice_cream_round_default=ice_cream_round_vue_vue_type_script_setup_true_lang_default,ice_cream_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceCreamSquare",__name:"ice-cream-square",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M416 640h256a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32H352a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32zm192 64v160a96 96 0 0 1-192 0V704h-64a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96h320a96 96 0 0 1 96 96v448a96 96 0 0 1-96 96zm-64 0h-64v160a32 32 0 1 0 64 0z"})]))}}),ice_cream_square_default=ice_cream_square_vue_vue_type_script_setup_true_lang_default,ice_cream_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceCream",__name:"ice-cream",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128.64 448a208 208 0 0 1 193.536-191.552 224 224 0 0 1 445.248 15.488A208.128 208.128 0 0 1 894.784 448H896L548.8 983.68a32 32 0 0 1-53.248.704L128 448zm64.256 0h286.208a144 144 0 0 0-286.208 0zm351.36 0h286.272a144 144 0 0 0-286.272 0zm-294.848 64 271.808 396.608L778.24 512H249.408zM511.68 352.64a207.872 207.872 0 0 1 189.184-96.192 160 160 0 0 0-314.752 5.632c52.608 12.992 97.28 46.08 125.568 90.56"})]))}}),ice_cream_default=ice_cream_vue_vue_type_script_setup_true_lang_default,ice_drink_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceDrink",__name:"ice-drink",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 448v128h239.68l16.064-128zm-64 0H256.256l16.064 128H448zm64-255.36V384h247.744A256.128 256.128 0 0 0 512 192.64m-64 8.064A256.448 256.448 0 0 0 264.256 384H448zm64-72.064A320.128 320.128 0 0 1 825.472 384H896a32 32 0 1 1 0 64h-64v1.92l-56.96 454.016A64 64 0 0 1 711.552 960H312.448a64 64 0 0 1-63.488-56.064L192 449.92V448h-64a32 32 0 0 1 0-64h70.528A320.384 320.384 0 0 1 448 135.04V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H544a32 32 0 0 0-32 32zM743.68 640H280.32l32.128 256h399.104z"})]))}}),ice_drink_default=ice_drink_vue_vue_type_script_setup_true_lang_default,ice_tea_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceTea",__name:"ice-tea",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352M264.064 256h495.872a256.128 256.128 0 0 0-495.872 0m495.424 256H264.512l48 384h398.976zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32m160 192h64v64h-64zm192 64h64v64h-64zm-128 64h64v64h-64zm64-192h64v64h-64z"})]))}}),ice_tea_default=ice_tea_vue_vue_type_script_setup_true_lang_default,info_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"InfoFilled",__name:"info-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"})]))}}),info_filled_default=info_filled_vue_vue_type_script_setup_true_lang_default,iphone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Iphone",__name:"iphone",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 768v96.064a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V768zm0-64h576V160a64 64 0 0 0-64-64H288a64 64 0 0 0-64 64zm32 288a96 96 0 0 1-96-96V128a96 96 0 0 1 96-96h512a96 96 0 0 1 96 96v768a96 96 0 0 1-96 96zm304-144a48 48 0 1 1-96 0 48 48 0 0 1 96 0"})]))}}),iphone_default=iphone_vue_vue_type_script_setup_true_lang_default,key_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Key",__name:"key",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M448 456.064V96a32 32 0 0 1 32-32.064L672 64a32 32 0 0 1 0 64H512v128h160a32 32 0 0 1 0 64H512v128a256 256 0 1 1-64 8.064M512 896a192 192 0 1 0 0-384 192 192 0 0 0 0 384"})]))}}),key_default=key_vue_vue_type_script_setup_true_lang_default,knife_fork_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"KnifeFork",__name:"knife-fork",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 410.56V96a32 32 0 0 1 64 0v314.56A96 96 0 0 0 384 320V96a32 32 0 0 1 64 0v224a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.8A160 160 0 0 1 128 320V96a32 32 0 0 1 64 0v224a96 96 0 0 0 64 90.56m384-250.24V544h126.72c-3.328-78.72-12.928-147.968-28.608-207.744-14.336-54.528-46.848-113.344-98.112-175.872zM640 608v320a32 32 0 1 1-64 0V64h64c85.312 89.472 138.688 174.848 160 256 21.312 81.152 32 177.152 32 288z"})]))}}),knife_fork_default=knife_fork_vue_vue_type_script_setup_true_lang_default,lightning_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Lightning",__name:"lightning",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 671.36v64.128A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"}),createBaseVNode("path",{fill:"currentColor",d:"M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736z"})]))}}),lightning_default=lightning_vue_vue_type_script_setup_true_lang_default,link_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Link",__name:"link",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152z"})]))}}),link_default=link_vue_vue_type_script_setup_true_lang_default,list_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"List",__name:"list",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"})]))}}),list_default=list_vue_vue_type_script_setup_true_lang_default,loading_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Loading",__name:"loading",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"})]))}}),loading_default=loading_vue_vue_type_script_setup_true_lang_default,location_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"LocationFilled",__name:"location-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 928c23.936 0 117.504-68.352 192.064-153.152C803.456 661.888 864 535.808 864 416c0-189.632-155.84-320-352-320S160 226.368 160 416c0 120.32 60.544 246.4 159.936 359.232C394.432 859.84 488 928 512 928m0-435.2a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6"})]))}}),location_filled_default=location_filled_vue_vue_type_script_setup_true_lang_default,location_information_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"LocationInformation",__name:"location-information",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),location_information_default=location_information_vue_vue_type_script_setup_true_lang_default,location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Location",__name:"location",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),location_default=location_vue_vue_type_script_setup_true_lang_default,lock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Lock",__name:"lock",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),createBaseVNode("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"})]))}}),lock_default=lock_vue_vue_type_script_setup_true_lang_default,lollipop_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Lollipop",__name:"lollipop",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M513.28 448a64 64 0 1 1 76.544 49.728A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-126.976-29.696a256 256 0 1 0 43.52-180.48A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.696-29.696m105.664 249.472L285.696 874.048a96 96 0 0 1-135.68-135.744l206.208-206.272a320 320 0 1 1 135.744 135.744zm-54.464-36.032a321.92 321.92 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"})]))}}),lollipop_default=lollipop_vue_vue_type_script_setup_true_lang_default,magic_stick_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MagicStick",__name:"magic-stick",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64h64v192h-64zm0 576h64v192h-64zM160 480v-64h192v64zm576 0v-64h192v64zM249.856 199.04l45.248-45.184L430.848 289.6 385.6 334.848 249.856 199.104zM657.152 606.4l45.248-45.248 135.744 135.744-45.248 45.248zM114.048 923.2 68.8 877.952l316.8-316.8 45.248 45.248zM702.4 334.848 657.152 289.6l135.744-135.744 45.248 45.248z"})]))}}),magic_stick_default=magic_stick_vue_vue_type_script_setup_true_lang_default,magnet_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Magnet",__name:"magnet",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 320V192H704v320a192 192 0 1 1-384 0V192H192v128h128v64H192v128a320 320 0 0 0 640 0V384H704v-64zM640 512V128h256v384a384 384 0 1 1-768 0V128h256v384a128 128 0 1 0 256 0"})]))}}),magnet_default=magnet_vue_vue_type_script_setup_true_lang_default,male_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Male",__name:"male",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M399.5 849.5a225 225 0 1 0 0-450 225 225 0 0 0 0 450m0 56.25a281.25 281.25 0 1 1 0-562.5 281.25 281.25 0 0 1 0 562.5m253.125-787.5h225q28.125 0 28.125 28.125T877.625 174.5h-225q-28.125 0-28.125-28.125t28.125-28.125"}),createBaseVNode("path",{fill:"currentColor",d:"M877.625 118.25q28.125 0 28.125 28.125v225q0 28.125-28.125 28.125T849.5 371.375v-225q0-28.125 28.125-28.125"}),createBaseVNode("path",{fill:"currentColor",d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"})]))}}),male_default=male_vue_vue_type_script_setup_true_lang_default,management_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Management",__name:"management",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"})]))}}),management_default=management_vue_vue_type_script_setup_true_lang_default,map_location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MapLocation",__name:"map-location",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),createBaseVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"})]))}}),map_location_default=map_location_vue_vue_type_script_setup_true_lang_default,medal_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Medal",__name:"medal",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),createBaseVNode("path",{fill:"currentColor",d:"M576 128H448v200a286.72 286.72 0 0 1 64-8c19.52 0 40.832 2.688 64 8zm64 0v219.648c24.448 9.088 50.56 20.416 78.4 33.92L757.44 128zm-256 0H266.624l39.04 253.568c27.84-13.504 53.888-24.832 78.336-33.92V128zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96-56.896 0-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"})]))}}),medal_default=medal_vue_vue_type_script_setup_true_lang_default,memo_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Memo",__name:"memo",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"}),createBaseVNode("path",{fill:"currentColor",d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"}),createBaseVNode("path",{fill:"currentColor",d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"})]))}}),memo_default=memo_vue_vue_type_script_setup_true_lang_default,menu_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Menu",__name:"menu",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z"})]))}}),menu_default=menu_vue_vue_type_script_setup_true_lang_default,message_box_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MessageBox",__name:"message-box",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128z"})]))}}),message_box_default=message_box_vue_vue_type_script_setup_true_lang_default,message_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Message",__name:"message",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 224v512a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V224zm0-64h768a64 64 0 0 1 64 64v512a128 128 0 0 1-128 128H192A128 128 0 0 1 64 736V224a64 64 0 0 1 64-64"}),createBaseVNode("path",{fill:"currentColor",d:"M904 224 656.512 506.88a192 192 0 0 1-289.024 0L120 224zm-698.944 0 210.56 240.704a128 128 0 0 0 192.704 0L818.944 224H205.056"})]))}}),message_default=message_vue_vue_type_script_setup_true_lang_default,mic_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mic",__name:"mic",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 704h160a64 64 0 0 0 64-64v-32h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-32a64 64 0 0 0-64-64H384a64 64 0 0 0-64 64v32h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v32a64 64 0 0 0 64 64zm64 64v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768h-96a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64h256a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128z"})]))}}),mic_default=mic_vue_vue_type_script_setup_true_lang_default,microphone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Microphone",__name:"microphone",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128m0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64m-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64z"})]))}}),microphone_default=microphone_vue_vue_type_script_setup_true_lang_default,milk_tea_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MilkTea",__name:"milk-tea",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M416 128V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H512a32 32 0 0 0-32 32v32h320a96 96 0 0 1 11.712 191.296l-39.68 581.056A64 64 0 0 1 708.224 960H315.776a64 64 0 0 1-63.872-59.648l-39.616-581.056A96 96 0 0 1 224 128zM276.48 320l39.296 576h392.448l4.8-70.784a224.064 224.064 0 0 1 30.016-439.808L747.52 320zM224 256h576a32 32 0 1 0 0-64H224a32 32 0 0 0 0 64m493.44 503.872 21.12-309.12a160 160 0 0 0-21.12 309.12"})]))}}),milk_tea_default=milk_tea_vue_vue_type_script_setup_true_lang_default,minus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Minus",__name:"minus",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),minus_default=minus_vue_vue_type_script_setup_true_lang_default,money_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Money",__name:"money",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"}),createBaseVNode("path",{fill:"currentColor",d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.056 29.056 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"}),createBaseVNode("path",{fill:"currentColor",d:"M448 576a160 160 0 1 1 0-320 160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),money_default=money_vue_vue_type_script_setup_true_lang_default,monitor_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Monitor",__name:"monitor",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"})]))}}),monitor_default=monitor_vue_vue_type_script_setup_true_lang_default,moon_night_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MoonNight",__name:"moon-night",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 512a448 448 0 0 1 215.872-383.296A384 384 0 0 0 213.76 640h188.8A448.256 448.256 0 0 1 384 512M171.136 704a448 448 0 0 1 636.992-575.296A384 384 0 0 0 499.328 704h-328.32z"}),createBaseVNode("path",{fill:"currentColor",d:"M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m128 128h384a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m160 127.68 224 .256a32 32 0 0 1 32 32V928a32 32 0 0 1-32 32l-224-.384a32 32 0 0 1-32-32v-.064a32 32 0 0 1 32-32z"})]))}}),moon_night_default=moon_night_vue_vue_type_script_setup_true_lang_default,moon_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Moon",__name:"moon",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M240.448 240.448a384 384 0 1 0 559.424 525.696 448 448 0 0 1-542.016-542.08 390.592 390.592 0 0 0-17.408 16.384zm181.056 362.048a384 384 0 0 0 525.632 16.384A448 448 0 1 1 405.056 76.8a384 384 0 0 0 16.448 525.696"})]))}}),moon_default=moon_vue_vue_type_script_setup_true_lang_default,more_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MoreFilled",__name:"more-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"})]))}}),more_filled_default=more_filled_vue_vue_type_script_setup_true_lang_default,more_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"More",__name:"more",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"})]))}}),more_default=more_vue_vue_type_script_setup_true_lang_default,mostly_cloudy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MostlyCloudy",__name:"mostly-cloudy",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.808 207.808 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048m15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.808 271.808 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72"})]))}}),mostly_cloudy_default=mostly_cloudy_vue_vue_type_script_setup_true_lang_default,mouse_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mouse",__name:"mouse",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M438.144 256c-68.352 0-92.736 4.672-117.76 18.112-20.096 10.752-35.52 26.176-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76 10.752 20.096 26.176 35.52 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112 20.096-10.752 35.52-26.176 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.464 110.464 0 0 0-46.272-46.272C678.592 260.672 654.208 256 585.856 256zm0-64h147.712c85.568 0 116.608 8.96 147.904 25.6 31.36 16.768 55.872 41.344 72.576 72.64C823.104 321.536 832 352.576 832 438.08v275.84c0 85.504-8.96 116.544-25.6 147.84a174.464 174.464 0 0 1-72.64 72.576C702.464 951.104 671.424 960 585.92 960H438.08c-85.504 0-116.544-8.96-147.84-25.6a174.464 174.464 0 0 1-72.64-72.704c-16.768-31.296-25.664-62.336-25.664-147.84v-275.84c0-85.504 8.96-116.544 25.6-147.84a174.464 174.464 0 0 1 72.768-72.576c31.232-16.704 62.272-25.6 147.776-25.6z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 320q32 0 32 32v128q0 32-32 32t-32-32V352q0-32 32-32m32-96a32 32 0 0 1-64 0v-64a32 32 0 0 0-32-32h-96a32 32 0 0 1 0-64h96a96 96 0 0 1 96 96z"})]))}}),mouse_default=mouse_vue_vue_type_script_setup_true_lang_default,mug_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mug",__name:"mug",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M736 800V160H160v640a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64m64-544h63.552a96 96 0 0 1 96 96v224a96 96 0 0 1-96 96H800v128a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V128a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v288h63.552a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32z"})]))}}),mug_default=mug_vue_vue_type_script_setup_true_lang_default,mute_notification_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MuteNotification",__name:"mute-notification",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m241.216 832 63.616-64H768V448c0-42.368-10.24-82.304-28.48-117.504l46.912-47.232C815.36 331.392 832 387.84 832 448v320h96a32 32 0 1 1 0 64zm-90.24 0H96a32 32 0 1 1 0-64h96V448a320.128 320.128 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.552 319.552 0 0 1 171.648 97.088l-45.184 45.44A256 256 0 0 0 256 448v278.336L151.04 832zM448 896h128a64 64 0 0 1-128 0"}),createBaseVNode("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),mute_notification_default=mute_notification_vue_vue_type_script_setup_true_lang_default,mute_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mute",__name:"mute",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m412.16 592.128-45.44 45.44A191.232 191.232 0 0 1 320 512V256a192 192 0 1 1 384 0v44.352l-64 64V256a128 128 0 1 0-256 0v256c0 30.336 10.56 58.24 28.16 80.128m51.968 38.592A128 128 0 0 0 640 512v-57.152l64-64V512a192 192 0 0 1-287.68 166.528zM314.88 779.968l46.144-46.08A222.976 222.976 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64c-61.44 0-118.4-19.2-165.12-52.032M266.752 737.6A286.976 286.976 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.832 21.184 108.8 56.064 148.288z"}),createBaseVNode("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),mute_default=mute_vue_vue_type_script_setup_true_lang_default,no_smoking_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"NoSmoking",__name:"no-smoking",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M440.256 576H256v128h56.256l-64 64H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32h280.256zm143.488 128H704V583.744L775.744 512H928a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H519.744zM768 576v128h128V576zm-29.696-207.552 45.248 45.248-497.856 497.856-45.248-45.248zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),no_smoking_default=no_smoking_vue_vue_type_script_setup_true_lang_default,notebook_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Notebook",__name:"notebook",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M672 128h64v768h-64zM96 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32"})]))}}),notebook_default=notebook_vue_vue_type_script_setup_true_lang_default,notification_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Notification",__name:"notification",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128v64H256a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V512h64v256a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128z"}),createBaseVNode("path",{fill:"currentColor",d:"M768 384a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"})]))}}),notification_default=notification_vue_vue_type_script_setup_true_lang_default,odometer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Odometer",__name:"odometer",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M192 512a320 320 0 1 1 640 0 32 32 0 1 1-64 0 256 256 0 1 0-512 0 32 32 0 0 1-64 0"}),createBaseVNode("path",{fill:"currentColor",d:"M570.432 627.84A96 96 0 1 1 509.568 608l60.992-187.776A32 32 0 1 1 631.424 440l-60.992 187.776zM502.08 734.464a32 32 0 1 0 19.84-60.928 32 32 0 0 0-19.84 60.928"})]))}}),odometer_default=odometer_vue_vue_type_script_setup_true_lang_default,office_building_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"OfficeBuilding",__name:"office-building",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"}),createBaseVNode("path",{fill:"currentColor",d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"})]))}}),office_building_default=office_building_vue_vue_type_script_setup_true_lang_default,open_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Open",__name:"open",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),createBaseVNode("path",{fill:"currentColor",d:"M694.044 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),open_default=open_vue_vue_type_script_setup_true_lang_default,operation_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Operation",__name:"operation",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"})]))}}),operation_default=operation_vue_vue_type_script_setup_true_lang_default,opportunity_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Opportunity",__name:"opportunity",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 960v-64h192.064v64zm448-544a350.656 350.656 0 0 1-128.32 271.424C665.344 719.04 640 763.776 640 813.504V832H320v-14.336c0-48-19.392-95.36-57.216-124.992a351.552 351.552 0 0 1-128.448-344.256c25.344-136.448 133.888-248.128 269.76-276.48A352.384 352.384 0 0 1 832 416m-544 32c0-132.288 75.904-224 192-224v-64c-154.432 0-256 122.752-256 288z"})]))}}),opportunity_default=opportunity_vue_vue_type_script_setup_true_lang_default,orange_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Orange",__name:"orange",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 894.72a382.336 382.336 0 0 0 215.936-89.472L577.024 622.272c-10.24 6.016-21.248 10.688-33.024 13.696v258.688zm261.248-134.784A382.336 382.336 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024l182.976 182.912zM894.656 480a382.336 382.336 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024h258.688zm-134.72-261.248A382.336 382.336 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.336 382.336 0 0 0-215.936 89.408l182.912 182.976c10.24-6.016 21.248-10.688 33.024-13.696zm-261.248 134.72A382.336 382.336 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.336 382.336 0 0 0 89.408 215.936l182.976-182.912A127.232 127.232 0 0 1 388.032 544zm134.72 261.248A382.336 382.336 0 0 0 480 894.656V635.968a127.232 127.232 0 0 1-33.024-13.696zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-384a64 64 0 1 0 0-128 64 64 0 0 0 0 128"})]))}}),orange_default=orange_vue_vue_type_script_setup_true_lang_default,paperclip_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Paperclip",__name:"paperclip",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144 45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744l294.144-294.208z"})]))}}),paperclip_default=paperclip_vue_vue_type_script_setup_true_lang_default,partly_cloudy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PartlyCloudy",__name:"partly-cloudy",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M598.4 895.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 895.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 445.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"}),createBaseVNode("path",{fill:"currentColor",d:"M139.84 501.888a256 256 0 1 1 417.856-277.12c-17.728 2.176-38.208 8.448-61.504 18.816A192 192 0 1 0 189.12 460.48a6003.84 6003.84 0 0 0-49.28 41.408z"})]))}}),partly_cloudy_default=partly_cloudy_vue_vue_type_script_setup_true_lang_default,pear_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Pear",__name:"pear",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M542.336 258.816a443.255 443.255 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.688 162.688 0 0 0-122.048 131.392l-17.088 102.72-20.736 15.36C256.192 552.704 224 610.88 224 672c0 120.576 126.4 224 288 224s288-103.424 288-224c0-61.12-32.192-119.296-89.728-161.92l-20.736-15.424-17.088-102.72a162.688 162.688 0 0 0-130.112-133.12zm-40.128-66.56c7.936-15.552 16.576-30.08 25.92-43.776 23.296-33.92 49.408-59.776 78.528-77.12a32 32 0 1 1 32.704 55.04c-20.544 12.224-40.064 31.552-58.432 58.304a316.608 316.608 0 0 0-9.792 15.104 226.688 226.688 0 0 1 164.48 181.568l12.8 77.248C819.456 511.36 864 587.392 864 672c0 159.04-157.568 288-352 288S160 831.04 160 672c0-84.608 44.608-160.64 115.584-213.376l12.8-77.248a226.624 226.624 0 0 1 213.76-189.184z"})]))}}),pear_default=pear_vue_vue_type_script_setup_true_lang_default,phone_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PhoneFilled",__name:"phone-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M199.232 125.568 90.624 379.008a32 32 0 0 0 6.784 35.2l512.384 512.384a32 32 0 0 0 35.2 6.784l253.44-108.608a32 32 0 0 0 10.048-52.032L769.6 633.92a32 32 0 0 0-36.928-5.952l-130.176 65.088-271.488-271.552 65.024-130.176a32 32 0 0 0-5.952-36.928L251.2 115.52a32 32 0 0 0-51.968 10.048z"})]))}}),phone_filled_default=phone_filled_vue_vue_type_script_setup_true_lang_default,phone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Phone",__name:"phone",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M79.36 432.256 591.744 944.64a32 32 0 0 0 35.2 6.784l253.44-108.544a32 32 0 0 0 9.984-52.032l-153.856-153.92a32 32 0 0 0-36.928-6.016l-69.888 34.944L358.08 394.24l35.008-69.888a32 32 0 0 0-5.952-36.928L233.152 133.568a32 32 0 0 0-52.032 10.048L72.512 397.056a32 32 0 0 0 6.784 35.2zm60.48-29.952 81.536-190.08L325.568 316.48l-24.64 49.216-20.608 41.216 32.576 32.64 271.552 271.552 32.64 32.64 41.216-20.672 49.28-24.576 104.192 104.128-190.08 81.472L139.84 402.304zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"})]))}}),phone_default=phone_vue_vue_type_script_setup_true_lang_default,picture_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PictureFilled",__name:"picture-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112M256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384"})]))}}),picture_filled_default=picture_filled_vue_vue_type_script_setup_true_lang_default,picture_rounded_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PictureRounded",__name:"picture-rounded",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 128a384 384 0 1 0 0 768 384 384 0 0 0 0-768m0-64a448 448 0 1 1 0 896 448 448 0 0 1 0-896"}),createBaseVNode("path",{fill:"currentColor",d:"M640 288q64 0 64 64t-64 64q-64 0-64-64t64-64M214.656 790.656l-45.312-45.312 185.664-185.6a96 96 0 0 1 123.712-10.24l138.24 98.688a32 32 0 0 0 39.872-2.176L906.688 422.4l42.624 47.744L699.52 693.696a96 96 0 0 1-119.808 6.592l-138.24-98.752a32 32 0 0 0-41.152 3.456l-185.664 185.6z"})]))}}),picture_rounded_default=picture_rounded_vue_vue_type_script_setup_true_lang_default,picture_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Picture",__name:"picture",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M384 288q64 0 64 64t-64 64q-64 0-64-64t64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"})]))}}),picture_default=picture_vue_vue_type_script_setup_true_lang_default,pie_chart_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PieChart",__name:"pie-chart",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.128 384.128 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.128 448.128 0 0 1 448 68.48z"}),createBaseVNode("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28zM512 64V33.152A448 448 0 0 1 990.848 512H512z"})]))}}),pie_chart_default=pie_chart_vue_vue_type_script_setup_true_lang_default,place_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Place",__name:"place",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"}),createBaseVNode("path",{fill:"currentColor",d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M384 649.088v64.96C269.76 732.352 192 771.904 192 800c0 37.696 139.904 96 320 96s320-58.304 320-96c0-28.16-77.76-67.648-192-85.952v-64.96C789.12 671.04 896 730.368 896 800c0 88.32-171.904 160-384 160s-384-71.68-384-160c0-69.696 106.88-128.96 256-150.912"})]))}}),place_default=place_vue_vue_type_script_setup_true_lang_default,platform_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Platform",__name:"platform",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"})]))}}),platform_default=platform_vue_vue_type_script_setup_true_lang_default,plus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Plus",__name:"plus",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"})]))}}),plus_default=plus_vue_vue_type_script_setup_true_lang_default,pointer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Pointer",__name:"pointer",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M511.552 128c-35.584 0-64.384 28.8-64.384 64.448v516.48L274.048 570.88a94.272 94.272 0 0 0-112.896-3.456 44.416 44.416 0 0 0-8.96 62.208L332.8 870.4A64 64 0 0 0 384 896h512V575.232a64 64 0 0 0-45.632-61.312l-205.952-61.76A96 96 0 0 1 576 360.192V192.448C576 156.8 547.2 128 511.552 128M359.04 556.8l24.128 19.2V192.448a128.448 128.448 0 1 1 256.832 0v167.744a32 32 0 0 0 22.784 30.656l206.016 61.76A128 128 0 0 1 960 575.232V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.056 668.032A108.416 108.416 0 0 1 128 512.512a158.272 158.272 0 0 1 185.984 8.32z"})]))}}),pointer_default=pointer_vue_vue_type_script_setup_true_lang_default,position_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Position",__name:"position",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88 249.6 417.088zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992l-391.424-52.736z"})]))}}),position_default=position_vue_vue_type_script_setup_true_lang_default,postcard_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Postcard",__name:"postcard",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 224a32 32 0 0 0-32 32v512a32 32 0 0 0 32 32h704a32 32 0 0 0 32-32V256a32 32 0 0 0-32-32zm0-64h704a96 96 0 0 1 96 96v512a96 96 0 0 1-96 96H160a96 96 0 0 1-96-96V256a96 96 0 0 1 96-96"}),createBaseVNode("path",{fill:"currentColor",d:"M704 320a64 64 0 1 1 0 128 64 64 0 0 1 0-128M288 448h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32m0 128h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),postcard_default=postcard_vue_vue_type_script_setup_true_lang_default,pouring_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Pouring",__name:"pouring",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M224 800a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32"})]))}}),pouring_default=pouring_vue_vue_type_script_setup_true_lang_default,present_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Present",__name:"present",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),createBaseVNode("path",{fill:"currentColor",d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M416 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),createBaseVNode("path",{fill:"currentColor",d:"M608 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),present_default=present_vue_vue_type_script_setup_true_lang_default,price_tag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PriceTag",__name:"price-tag",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 318.336V896h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),price_tag_default=price_tag_vue_vue_type_script_setup_true_lang_default,printer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Printer",__name:"printer",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 768H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 746.432 64 741.248 64 727.04V379.072c0-42.816 4.48-58.304 12.8-73.984 8.384-15.616 20.672-27.904 36.288-36.288 15.68-8.32 31.168-12.8 73.984-12.8H256V64h512v192h68.928c42.816 0 58.304 4.48 73.984 12.8 15.616 8.384 27.904 20.672 36.288 36.288 8.32 15.68 12.8 31.168 12.8 73.984v347.904c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379.072c0-29.376-1.408-36.48-5.248-43.776a23.296 23.296 0 0 0-10.048-10.048c-7.232-3.84-14.4-5.248-43.776-5.248H187.072c-29.376 0-36.48 1.408-43.776 5.248a23.296 23.296 0 0 0-10.048 10.048c-3.84 7.232-5.248 14.4-5.248 43.776V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"})]))}}),printer_default=printer_vue_vue_type_script_setup_true_lang_default,promotion_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Promotion",__name:"promotion",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"})]))}}),promotion_default=promotion_vue_vue_type_script_setup_true_lang_default,quartz_watch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"QuartzWatch",__name:"quartz-watch",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M422.02 602.01v-.03c-6.68-5.99-14.35-8.83-23.01-8.51-8.67.32-16.17 3.66-22.5 10.02-6.33 6.36-9.5 13.7-9.5 22.02s3 15.82 8.99 22.5c8.68 8.68 19.02 11.35 31.01 8s19.49-10.85 22.5-22.5c3.01-11.65.51-22.15-7.49-31.49zM384 512c0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.67 8.99-23.01m6.53-82.49c11.65 3.01 22.15.51 31.49-7.49h.04c5.99-6.68 8.83-14.34 8.51-23.01-.32-8.67-3.66-16.16-10.02-22.5-6.36-6.33-13.7-9.5-22.02-9.5s-15.82 3-22.5 8.99c-8.68 8.69-11.35 19.02-8 31.01 3.35 11.99 10.85 19.49 22.5 22.5zm242.94 0c11.67-3.03 19.01-10.37 22.02-22.02 3.01-11.65.51-22.15-7.49-31.49h.01c-6.68-5.99-14.18-8.99-22.5-8.99s-15.66 3.16-22.02 9.5c-6.36 6.34-9.7 13.84-10.02 22.5-.32 8.66 2.52 16.33 8.51 23.01 9.32 8.02 19.82 10.52 31.49 7.49M512 640c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m183.01-151.01c-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01 0-9.35-3-17.02-8.99-23.01"}),createBaseVNode("path",{fill:"currentColor",d:"M832 512c-2-90.67-33.17-166.17-93.5-226.5-20.43-20.42-42.6-37.49-66.5-51.23V64H352v170.26c-23.9 13.74-46.07 30.81-66.5 51.24-60.33 60.33-91.49 135.83-93.5 226.5 2 90.67 33.17 166.17 93.5 226.5 20.43 20.43 42.6 37.5 66.5 51.24V960h320V789.74c23.9-13.74 46.07-30.81 66.5-51.24 60.33-60.34 91.49-135.83 93.5-226.5M416 128h192v78.69c-29.85-9.03-61.85-13.93-96-14.69-34.15.75-66.15 5.65-96 14.68zm192 768H416v-78.68c29.85 9.03 61.85 13.93 96 14.68 34.15-.75 66.15-5.65 96-14.68zm-96-128c-72.66-2.01-132.99-27.01-180.99-75.01S258.01 584.66 256 512c2.01-72.66 27.01-132.99 75.01-180.99S439.34 258.01 512 256c72.66 2.01 132.99 27.01 180.99 75.01S765.99 439.34 768 512c-2.01 72.66-27.01 132.99-75.01 180.99S584.66 765.99 512 768"}),createBaseVNode("path",{fill:"currentColor",d:"M512 320c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01 0 9.35 3 17.02 8.99 23.01 6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01 0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99m112.99 273.5c-8.66-.32-16.33 2.52-23.01 8.51-7.98 9.32-10.48 19.82-7.49 31.49s10.49 19.17 22.5 22.5 22.35.66 31.01-8v.04c5.99-6.68 8.99-14.18 8.99-22.5s-3.16-15.66-9.5-22.02-13.84-9.7-22.5-10.02"})]))}}),quartz_watch_default=quartz_watch_vue_vue_type_script_setup_true_lang_default,question_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"QuestionFilled",__name:"question-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"})]))}}),question_filled_default=question_filled_vue_vue_type_script_setup_true_lang_default,rank_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Rank",__name:"rank",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544H186.496z"})]))}}),rank_default=rank_vue_vue_type_script_setup_true_lang_default,reading_lamp_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ReadingLamp",__name:"reading-lamp",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.672-768-99.52 448h608.384l-99.52-448zm-25.6-64h460.608a32 32 0 0 1 31.232 25.088l113.792 512A32 32 0 0 1 856.128 640H167.872a32 32 0 0 1-31.232-38.912l113.792-512A32 32 0 0 1 281.664 64z"}),createBaseVNode("path",{fill:"currentColor",d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"})]))}}),reading_lamp_default=reading_lamp_vue_vue_type_script_setup_true_lang_default,reading_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Reading",__name:"reading",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512 863.36 384-54.848v-638.72L525.568 222.72a96 96 0 0 1-27.136 0L128 169.792v638.72zM137.024 106.432l370.432 52.928a32 32 0 0 0 9.088 0l370.432-52.928A64 64 0 0 1 960 169.792v638.72a64 64 0 0 1-54.976 63.36l-388.48 55.488a32 32 0 0 1-9.088 0l-388.48-55.488A64 64 0 0 1 64 808.512v-638.72a64 64 0 0 1 73.024-63.36z"}),createBaseVNode("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),reading_default=reading_vue_vue_type_script_setup_true_lang_default,refresh_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"RefreshLeft",__name:"refresh-left",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"})]))}}),refresh_left_default=refresh_left_vue_vue_type_script_setup_true_lang_default,refresh_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"RefreshRight",__name:"refresh-right",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88z"})]))}}),refresh_right_default=refresh_right_vue_vue_type_script_setup_true_lang_default,refresh_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Refresh",__name:"refresh",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"})]))}}),refresh_default=refresh_vue_vue_type_script_setup_true_lang_default,refrigerator_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Refrigerator",__name:"refrigerator",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 448h512V160a32 32 0 0 0-32-32H288a32 32 0 0 0-32 32zm0 64v352a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V512zm32-448h448a96 96 0 0 1 96 96v704a96 96 0 0 1-96 96H288a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96m32 224h64v96h-64zm0 288h64v96h-64z"})]))}}),refrigerator_default=refrigerator_vue_vue_type_script_setup_true_lang_default,remove_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"RemoveFilled",__name:"remove-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896M288 512a38.4 38.4 0 0 0 38.4 38.4h371.2a38.4 38.4 0 0 0 0-76.8H326.4A38.4 38.4 0 0 0 288 512"})]))}}),remove_filled_default=remove_filled_vue_vue_type_script_setup_true_lang_default,remove_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Remove",__name:"remove",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),remove_default=remove_vue_vue_type_script_setup_true_lang_default,right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Right",__name:"right",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"})]))}}),right_default=right_vue_vue_type_script_setup_true_lang_default,scale_to_original_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ScaleToOriginal",__name:"scale-to-original",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zm-361.412 0a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118M512 361.412a30.118 30.118 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.118 30.118 0 0 0 512 361.412M512 512a30.118 30.118 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.118 30.118 0 0 0 512 512"})]))}}),scale_to_original_default=scale_to_original_vue_vue_type_script_setup_true_lang_default,school_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"School",__name:"school",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 128v704h576V128zm-32-64h640a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M64 832h896v64H64zm256-640h128v96H320z"}),createBaseVNode("path",{fill:"currentColor",d:"M384 832h256v-64a128 128 0 1 0-256 0zm128-256a192 192 0 0 1 192 192v128H320V768a192 192 0 0 1 192-192M320 384h128v96H320zm256-192h128v96H576zm0 192h128v96H576z"})]))}}),school_default=school_vue_vue_type_script_setup_true_lang_default,scissor_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Scissor",__name:"scissor",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512.064 578.368-106.88 152.768a160 160 0 1 1-23.36-78.208L472.96 522.56 196.864 128.256a32 32 0 1 1 52.48-36.736l393.024 561.344a160 160 0 1 1-23.36 78.208l-106.88-152.704zm54.4-189.248 208.384-297.6a32 32 0 0 1 52.48 36.736l-221.76 316.672-39.04-55.808zm-376.32 425.856a96 96 0 1 0 110.144-157.248 96 96 0 0 0-110.08 157.248zm643.84 0a96 96 0 1 0-110.08-157.248 96 96 0 0 0 110.08 157.248"})]))}}),scissor_default=scissor_vue_vue_type_script_setup_true_lang_default,search_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Search",__name:"search",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"})]))}}),search_default=search_vue_vue_type_script_setup_true_lang_default,select_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Select",__name:"select",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"})]))}}),select_default=select_vue_vue_type_script_setup_true_lang_default,sell_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sell",__name:"sell",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 483.84L768 698.496V928a32 32 0 1 1-64 0V698.496l-73.344 73.344a32 32 0 1 1-45.248-45.248l128-128a32 32 0 0 1 45.248 0l128 128a32 32 0 1 1-45.248 45.248z"})]))}}),sell_default=sell_vue_vue_type_script_setup_true_lang_default,semi_select_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SemiSelect",__name:"semi-select",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"})]))}}),semi_select_default=semi_select_vue_vue_type_script_setup_true_lang_default,service_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Service",__name:"service",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M864 409.6a192 192 0 0 1-37.888 349.44A256.064 256.064 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192.064 192.064 0 0 0 181.12-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32c10.368 0 20.544.832 30.528 2.432a288 288 0 0 0-573.056 0A193.235 193.235 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4 352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"})]))}}),service_default=service_vue_vue_type_script_setup_true_lang_default,set_up_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SetUp",__name:"set-up",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 160a64 64 0 0 0-64 64v576a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64V224a64 64 0 0 0-64-64zm0-64h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V224A128 128 0 0 1 224 96"}),createBaseVNode("path",{fill:"currentColor",d:"M384 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),createBaseVNode("path",{fill:"currentColor",d:"M480 320h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32m160 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),createBaseVNode("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),set_up_default=set_up_vue_vue_type_script_setup_true_lang_default,setting_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Setting",__name:"setting",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"})]))}}),setting_default=setting_vue_vue_type_script_setup_true_lang_default,share_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Share",__name:"share",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m679.872 348.8-301.76 188.608a127.808 127.808 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"})]))}}),share_default=share_vue_vue_type_script_setup_true_lang_default,ship_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Ship",__name:"ship",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216zm0-70.272 144.768-65.792L512 171.84zM512 512H148.864l18.24 64H856.96l18.24-64zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2H185.408"})]))}}),ship_default=ship_vue_vue_type_script_setup_true_lang_default,shop_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Shop",__name:"shop",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 704h64v192H256V704h64v64h384zm188.544-152.192C894.528 559.616 896 567.616 896 576a96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0c0-8.384 1.408-16.384 3.392-24.192L192 128h640z"})]))}}),shop_default=shop_vue_vue_type_script_setup_true_lang_default,shopping_bag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingBag",__name:"shopping-bag",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 320v96a32 32 0 0 1-32 32h-32V320H384v128h-32a32 32 0 0 1-32-32v-96H192v576h640V320zm-384-64a192 192 0 1 1 384 0h160a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32zm64 0h256a128 128 0 1 0-256 0"}),createBaseVNode("path",{fill:"currentColor",d:"M192 704h640v64H192z"})]))}}),shopping_bag_default=shopping_bag_vue_vue_type_script_setup_true_lang_default,shopping_cart_full_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"}),createBaseVNode("path",{fill:"currentColor",d:"M699.648 256 608 145.984 516.352 256h183.296zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648l179.2-215.04"})]))}}),shopping_cart_full_default=shopping_cart_full_vue_vue_type_script_setup_true_lang_default,shopping_cart_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingCart",__name:"shopping-cart",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"})]))}}),shopping_cart_default=shopping_cart_vue_vue_type_script_setup_true_lang_default,shopping_trolley_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingTrolley",__name:"shopping-trolley",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M368 833c-13.3 0-24.5 4.5-33.5 13.5S321 866.7 321 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193c7.4 0 13.8-2.2 19.5-6.5S836 623.3 838 616l112-448c2-10-.2-19.2-6.5-27.5S929 128 919 128H96c-9.3 0-17 3-23 9s-9 13.7-9 23 3 17 9 23 13.7 9 23 9h96v576h672c9.3 0 17-3 23-9s9-13.7 9-23-3-17-9-23-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641c-13.3 0-24.5 4.5-33.5 13.5S641 866.7 641 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"})]))}}),shopping_trolley_default=shopping_trolley_vue_vue_type_script_setup_true_lang_default,smoking_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Smoking",__name:"smoking",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 576v128h640V576zm-32-64h704a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),smoking_default=smoking_vue_vue_type_script_setup_true_lang_default,soccer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Soccer",__name:"soccer",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M418.496 871.04 152.256 604.8c-16.512 94.016-2.368 178.624 42.944 224 44.928 44.928 129.344 58.752 223.296 42.24m72.32-18.176a573.056 573.056 0 0 0 224.832-137.216 573.12 573.12 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.68 567.68 0 0 0 170.432 532.48l320.384 320.384zM871.04 418.496c16.512-93.952 2.688-178.368-42.24-223.296-44.544-44.544-128.704-58.048-222.592-41.536zM149.952 874.048c-112.96-112.96-88.832-408.96 111.168-608.96C461.056 65.152 760.96 36.928 874.048 149.952c113.024 113.024 86.784 411.008-113.152 610.944-199.936 199.936-497.92 226.112-610.944 113.152m452.544-497.792 22.656-22.656a32 32 0 0 1 45.248 45.248l-22.656 22.656 45.248 45.248A32 32 0 1 1 647.744 512l-45.248-45.248L557.248 512l45.248 45.248a32 32 0 1 1-45.248 45.248L512 557.248l-45.248 45.248L512 647.744a32 32 0 1 1-45.248 45.248l-45.248-45.248-22.656 22.656a32 32 0 1 1-45.248-45.248l22.656-22.656-45.248-45.248A32 32 0 1 1 376.256 512l45.248 45.248L466.752 512l-45.248-45.248a32 32 0 1 1 45.248-45.248L512 466.752l45.248-45.248L512 376.256a32 32 0 0 1 45.248-45.248l45.248 45.248z"})]))}}),soccer_default=soccer_vue_vue_type_script_setup_true_lang_default,sold_out_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SoldOut",__name:"sold-out",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 476.16a32 32 0 1 1 45.248 45.184l-128 128a32 32 0 0 1-45.248 0l-128-128a32 32 0 1 1 45.248-45.248L704 837.504V608a32 32 0 1 1 64 0v229.504l73.408-73.408z"})]))}}),sold_out_default=sold_out_vue_vue_type_script_setup_true_lang_default,sort_down_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SortDown",__name:"sort-down",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"})]))}}),sort_down_default=sort_down_vue_vue_type_script_setup_true_lang_default,sort_up_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SortUp",__name:"sort-up",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"})]))}}),sort_up_default=sort_up_vue_vue_type_script_setup_true_lang_default,sort_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sort",__name:"sort",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M384 96a32 32 0 0 1 64 0v786.752a32 32 0 0 1-54.592 22.656L95.936 608a32 32 0 0 1 0-45.312h.128a32 32 0 0 1 45.184 0L384 805.632zm192 45.248a32 32 0 0 1 54.592-22.592L928.064 416a32 32 0 0 1 0 45.312h-.128a32 32 0 0 1-45.184 0L640 218.496V928a32 32 0 1 1-64 0V141.248z"})]))}}),sort_default=sort_vue_vue_type_script_setup_true_lang_default,stamp_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Stamp",__name:"stamp",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0M128 896v-64h768v64z"})]))}}),stamp_default=stamp_vue_vue_type_script_setup_true_lang_default,star_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"StarFilled",__name:"star-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"})]))}}),star_filled_default=star_filled_vue_vue_type_script_setup_true_lang_default,star_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Star",__name:"star",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"})]))}}),star_default=star_vue_vue_type_script_setup_true_lang_default,stopwatch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Stopwatch",__name:"stopwatch",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),createBaseVNode("path",{fill:"currentColor",d:"M672 234.88c-39.168 174.464-80 298.624-122.688 372.48-64 110.848-202.624 30.848-138.624-80C453.376 453.44 540.48 355.968 672 234.816z"})]))}}),stopwatch_default=stopwatch_vue_vue_type_script_setup_true_lang_default,success_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SuccessFilled",__name:"success-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),success_filled_default=success_filled_vue_vue_type_script_setup_true_lang_default,sugar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sugar",__name:"sugar",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m801.728 349.184 4.48 4.48a128 128 0 0 1 0 180.992L534.656 806.144a128 128 0 0 1-181.056 0l-4.48-4.48-19.392 109.696a64 64 0 0 1-108.288 34.176L78.464 802.56a64 64 0 0 1 34.176-108.288l109.76-19.328-4.544-4.544a128 128 0 0 1 0-181.056l271.488-271.488a128 128 0 0 1 181.056 0l4.48 4.48 19.392-109.504a64 64 0 0 1 108.352-34.048l142.592 143.04a64 64 0 0 1-34.24 108.16l-109.248 19.2zm-548.8 198.72h447.168v2.24l60.8-60.8a63.808 63.808 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64.064 64.064 0 0 0-10.24 13.248zm0 64c2.752 4.736 6.144 9.152 10.176 13.248l135.744 135.744a64 64 0 0 0 90.496 0L638.4 611.904zm490.048-230.976L625.152 263.104a64 64 0 0 0-90.496 0L416.768 380.928zM123.712 757.312l142.976 142.976 24.32-137.6a25.6 25.6 0 0 0-29.696-29.632l-137.6 24.256zm633.6-633.344-24.32 137.472a25.6 25.6 0 0 0 29.632 29.632l137.28-24.064-142.656-143.04z"})]))}}),sugar_default=sugar_vue_vue_type_script_setup_true_lang_default,suitcase_line_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SuitcaseLine",__name:"suitcase-line",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M922.5 229.5c-24.32-24.34-54.49-36.84-90.5-37.5H704v-64c-.68-17.98-7.02-32.98-19.01-44.99S658.01 64.66 640 64H384c-17.98.68-32.98 7.02-44.99 19.01S320.66 110 320 128v64H192c-35.99.68-66.16 13.18-90.5 37.5C77.16 253.82 64.66 283.99 64 320v448c.68 35.99 13.18 66.16 37.5 90.5s54.49 36.84 90.5 37.5h640c35.99-.68 66.16-13.18 90.5-37.5s36.84-54.49 37.5-90.5V320c-.68-35.99-13.18-66.16-37.5-90.5M384 128h256v64H384zM256 832h-64c-17.98-.68-32.98-7.02-44.99-19.01S128.66 786.01 128 768V448h128zm448 0H320V448h384zm192-64c-.68 17.98-7.02 32.98-19.01 44.99S850.01 831.34 832 832h-64V448h128zm0-384H128v-64c.69-17.98 7.02-32.98 19.01-44.99S173.99 256.66 192 256h640c17.98.69 32.98 7.02 44.99 19.01S895.34 301.99 896 320z"})]))}}),suitcase_line_default=suitcase_line_vue_vue_type_script_setup_true_lang_default,suitcase_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Suitcase",__name:"suitcase",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 384h768v-64a64 64 0 0 0-64-64H192a64 64 0 0 0-64 64zm0 64v320a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V448zm64-256h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),createBaseVNode("path",{fill:"currentColor",d:"M384 128v64h256v-64zm0-64h256a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64H384a64 64 0 0 1-64-64v-64a64 64 0 0 1 64-64"})]))}}),suitcase_default=suitcase_vue_vue_type_script_setup_true_lang_default,sunny_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sunny",__name:"sunny",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0zm543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"})]))}}),sunny_default=sunny_vue_vue_type_script_setup_true_lang_default,sunrise_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sunrise",__name:"sunrise",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M32 768h960a32 32 0 1 1 0 64H32a32 32 0 1 1 0-64m129.408-96a352 352 0 0 1 701.184 0h-64.32a288 288 0 0 0-572.544 0h-64.32zM512 128a32 32 0 0 1 32 32v96a32 32 0 0 1-64 0v-96a32 32 0 0 1 32-32m407.296 168.704a32 32 0 0 1 0 45.248l-67.84 67.84a32 32 0 1 1-45.248-45.248l67.84-67.84a32 32 0 0 1 45.248 0zm-814.592 0a32 32 0 0 1 45.248 0l67.84 67.84a32 32 0 1 1-45.248 45.248l-67.84-67.84a32 32 0 0 1 0-45.248"})]))}}),sunrise_default=sunrise_vue_vue_type_script_setup_true_lang_default,sunset_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sunset",__name:"sunset",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M82.56 640a448 448 0 1 1 858.88 0h-67.2a384 384 0 1 0-724.288 0zM32 704h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m256 128h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),sunset_default=sunset_vue_vue_type_script_setup_true_lang_default,switch_button_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SwitchButton",__name:"switch-button",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),switch_button_default=switch_button_vue_vue_type_script_setup_true_lang_default,switch_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SwitchFilled",__name:"switch-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36-72.36 32.55-72.36 72.36z"}),createBaseVNode("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.655 196.655 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83 39.95 32.76 63.82 42.65a196.67 196.67 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42zm-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.695 131.695 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.655 196.655 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.69 196.69 0 0 0 139.08-57.61A196.655 196.655 0 0 0 896 699.31V325.29a196.69 196.69 0 0 0-57.61-139.08zm-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82z"})]))}}),switch_filled_default=switch_filled_vue_vue_type_script_setup_true_lang_default,switch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Switch",__name:"switch",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M118.656 438.656a32 32 0 0 1 0-45.248L416 96l4.48-3.776A32 32 0 0 1 461.248 96l3.712 4.48a32.064 32.064 0 0 1-3.712 40.832L218.56 384H928a32 32 0 1 1 0 64H141.248a32 32 0 0 1-22.592-9.344zM64 608a32 32 0 0 1 32-32h786.752a32 32 0 0 1 22.656 54.592L608 928l-4.48 3.776a32.064 32.064 0 0 1-40.832-49.024L805.632 640H96a32 32 0 0 1-32-32"})]))}}),switch_default=switch_vue_vue_type_script_setup_true_lang_default,takeaway_box_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TakeawayBox",__name:"takeaway-box",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M832 384H192v448h640zM96 320h832V128H96zm800 64v480a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V384H64a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h896a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zM416 512h192a32 32 0 0 1 0 64H416a32 32 0 0 1 0-64"})]))}}),takeaway_box_default=takeaway_box_vue_vue_type_script_setup_true_lang_default,ticket_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Ticket",__name:"ticket",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"})]))}}),ticket_default=ticket_vue_vue_type_script_setup_true_lang_default,tickets_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Tickets",__name:"tickets",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"})]))}}),tickets_default=tickets_vue_vue_type_script_setup_true_lang_default,timer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Timer",__name:"timer",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),createBaseVNode("path",{fill:"currentColor",d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0m96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64z"})]))}}),timer_default=timer_vue_vue_type_script_setup_true_lang_default,toilet_paper_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ToiletPaper",__name:"toilet-paper",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.496 32.448-171.2 83.2-224M736 64c123.712 0 224 128.96 224 288S859.712 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.352 0 160-97.28 160-224s-75.648-224-160-224-160 97.28-160 224"}),createBaseVNode("path",{fill:"currentColor",d:"M736 448c-35.328 0-64-43.008-64-96s28.672-96 64-96 64 43.008 64 96-28.672 96-64 96"})]))}}),toilet_paper_default=toilet_paper_vue_vue_type_script_setup_true_lang_default,tools_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Tools",__name:"tools",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M764.416 254.72a351.68 351.68 0 0 1 86.336 149.184H960v192.064H850.752a351.68 351.68 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.68 351.68 0 0 1-86.336-149.312H64v-192h109.248a351.68 351.68 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"})]))}}),tools_default=tools_vue_vue_type_script_setup_true_lang_default,top_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TopLeft",__name:"top-left",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M246.656 201.344a32 32 0 0 0-45.312 45.312l544 544a32 32 0 0 0 45.312-45.312l-544-544z"})]))}}),top_left_default=top_left_vue_vue_type_script_setup_true_lang_default,top_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TopRight",__name:"top-right",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M768 256H353.6a32 32 0 1 1 0-64H800a32 32 0 0 1 32 32v448a32 32 0 0 1-64 0z"}),createBaseVNode("path",{fill:"currentColor",d:"M777.344 201.344a32 32 0 0 1 45.312 45.312l-544 544a32 32 0 0 1-45.312-45.312l544-544z"})]))}}),top_right_default=top_right_vue_vue_type_script_setup_true_lang_default,top_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Top",__name:"top",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"})]))}}),top_default=top_vue_vue_type_script_setup_true_lang_default,trend_charts_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TrendCharts",__name:"trend-charts",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128 896V128h768v768zm291.712-327.296 128 102.4 180.16-201.792-47.744-42.624-139.84 156.608-128-102.4-180.16 201.792 47.744 42.624 139.84-156.608zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"})]))}}),trend_charts_default=trend_charts_vue_vue_type_script_setup_true_lang_default,trophy_base_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TrophyBase",__name:"trophy-base",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M918.4 201.6c-6.4-6.4-12.8-9.6-22.4-9.6H768V96c0-9.6-3.2-16-9.6-22.4C752 67.2 745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6C259.2 80 256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4 3.2 108.8 25.6 185.6 64 224 34.4 34.4 77.56 55.65 127.65 61.99 10.91 20.44 24.78 39.25 41.95 56.41 40.86 40.86 91 65.47 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6h-96V637.26c59.4-7.71 109.54-30.01 150.4-70.86 17.2-17.2 31.51-36.06 42.81-56.55 48.93-6.51 90.02-27.7 126.79-61.85 38.4-38.4 60.8-112 64-224 0-6.4-3.2-16-9.6-22.4zM256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6C342.4 480 320 438.4 320 384V128h384v256c0 54.4-19.2 99.2-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2zM768 896H256c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6"})]))}}),trophy_base_default=trophy_base_vue_vue_type_script_setup_true_lang_default,trophy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Trophy",__name:"trophy",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 896V702.08A256.256 256.256 0 0 1 264.064 512h-32.64a96 96 0 0 1-91.968-68.416L93.632 290.88a76.8 76.8 0 0 1 73.6-98.88H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.768a76.8 76.8 0 0 1 73.6 98.88L884.48 443.52A96 96 0 0 1 792.576 512h-32.64A256.256 256.256 0 0 1 544 702.08V896h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.576a32 32 0 0 0 30.656-22.784l45.824-152.768A12.8 12.8 0 0 0 856.768 256H768zm-512 0V256h-88.768a12.8 12.8 0 0 0-12.288 16.448l45.824 152.768A32 32 0 0 0 231.424 448z"})]))}}),trophy_default=trophy_vue_vue_type_script_setup_true_lang_default,turn_off_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TurnOff",__name:"turn-off",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),createBaseVNode("path",{fill:"currentColor",d:"M329.956 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),turn_off_default=turn_off_vue_vue_type_script_setup_true_lang_default,umbrella_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Umbrella",__name:"umbrella",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M320 768a32 32 0 1 1 64 0 64 64 0 0 0 128 0V512H64a448 448 0 1 1 896 0H576v256a128 128 0 1 1-256 0m570.688-320a384.128 384.128 0 0 0-757.376 0z"})]))}}),umbrella_default=umbrella_vue_vue_type_script_setup_true_lang_default,unlock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Unlock",__name:"unlock",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),createBaseVNode("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m178.304-295.296A192.064 192.064 0 0 0 320 320v64h352l96 38.4V448H256V320a256 256 0 0 1 493.76-95.104z"})]))}}),unlock_default=unlock_vue_vue_type_script_setup_true_lang_default,upload_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"UploadFilled",__name:"upload-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.808 239.808 0 0 1 512 192a239.872 239.872 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"})]))}}),upload_filled_default=upload_filled_vue_vue_type_script_setup_true_lang_default,upload_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Upload",__name:"upload",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"})]))}}),upload_default=upload_vue_vue_type_script_setup_true_lang_default,user_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"UserFilled",__name:"user-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"})]))}}),user_filled_default=user_filled_vue_vue_type_script_setup_true_lang_default,user_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"User",__name:"user",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"})]))}}),user_default=user_vue_vue_type_script_setup_true_lang_default,van_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Van",__name:"van",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M128.896 736H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v96h164.544a32 32 0 0 1 31.616 27.136l54.144 352A32 32 0 0 1 922.688 736h-91.52a144 144 0 1 1-286.272 0H415.104a144 144 0 1 1-286.272 0zm23.36-64a143.872 143.872 0 0 1 239.488 0H568.32c17.088-25.6 42.24-45.376 71.744-55.808V256H128v416zm655.488 0h77.632l-19.648-128H704v64.896A144 144 0 0 1 807.744 672m48.128-192-14.72-96H704v96h151.872M688 832a80 80 0 1 0 0-160 80 80 0 0 0 0 160m-416 0a80 80 0 1 0 0-160 80 80 0 0 0 0 160"})]))}}),van_default=van_vue_vue_type_script_setup_true_lang_default,video_camera_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoCameraFilled",__name:"video-camera-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m768 576 192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0 160 160 0 0 1-320 0m64 0a96 96 0 1 0 192.064-.064A96 96 0 0 0 448 288m-320 32a128 128 0 1 1 256.064.064A128 128 0 0 1 128 320m64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0"})]))}}),video_camera_filled_default=video_camera_filled_vue_vue_type_script_setup_true_lang_default,video_camera_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoCamera",__name:"video-camera",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"})]))}}),video_camera_default=video_camera_vue_vue_type_script_setup_true_lang_default,video_pause_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoPause",__name:"video-pause",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-96-544q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32m192 0q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32"})]))}}),video_pause_default=video_pause_vue_vue_type_script_setup_true_lang_default,video_play_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoPlay",__name:"video-play",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-48-247.616L668.608 512 464 375.616zm10.624-342.656 249.472 166.336a48 48 0 0 1 0 79.872L474.624 718.272A48 48 0 0 1 400 678.336V345.6a48 48 0 0 1 74.624-39.936z"})]))}}),video_play_default=video_play_vue_vue_type_script_setup_true_lang_default,view_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"View",__name:"view",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),view_default=view_vue_vue_type_script_setup_true_lang_default,wallet_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WalletFilled",__name:"wallet-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M688 512a112 112 0 1 0 0 224h208v160H128V352h768v160zm32 160h-32a48 48 0 0 1 0-96h32a48 48 0 0 1 0 96m-80-544 128 160H384z"})]))}}),wallet_filled_default=wallet_filled_vue_vue_type_script_setup_true_lang_default,wallet_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Wallet",__name:"wallet",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"}),createBaseVNode("path",{fill:"currentColor",d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),wallet_default=wallet_vue_vue_type_script_setup_true_lang_default,warn_triangle_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M928.99 755.83 574.6 203.25c-12.89-20.16-36.76-32.58-62.6-32.58s-49.71 12.43-62.6 32.58L95.01 755.83c-12.91 20.12-12.9 44.91.01 65.03 12.92 20.12 36.78 32.51 62.59 32.49h708.78c25.82.01 49.68-12.37 62.59-32.49 12.91-20.12 12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"})]))}}),warn_triangle_filled_default=warn_triangle_filled_vue_vue_type_script_setup_true_lang_default,warning_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WarningFilled",__name:"warning-filled",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"})]))}}),warning_filled_default=warning_filled_vue_vue_type_script_setup_true_lang_default,warning_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Warning",__name:"warning",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"})]))}}),warning_default=warning_vue_vue_type_script_setup_true_lang_default,watch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Watch",__name:"watch",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M512 768a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),createBaseVNode("path",{fill:"currentColor",d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"}),createBaseVNode("path",{fill:"currentColor",d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"})]))}}),watch_default=watch_vue_vue_type_script_setup_true_lang_default,watermelon_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Watermelon",__name:"watermelon",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m683.072 600.32-43.648 162.816-61.824-16.512 53.248-198.528L576 493.248l-158.4 158.4-45.248-45.248 158.4-158.4-55.616-55.616-198.528 53.248-16.512-61.824 162.816-43.648L282.752 200A384 384 0 0 0 824 741.248zm231.552 141.056a448 448 0 1 1-632-632l632 632"})]))}}),watermelon_default=watermelon_vue_vue_type_script_setup_true_lang_default,wind_power_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WindPower",__name:"wind-power",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M160 64q32 0 32 32v832q0 32-32 32t-32-32V96q0-32 32-32m416 354.624 128-11.584V168.96l-128-11.52v261.12zm-64 5.824V151.552L320 134.08V160h-64V64l616.704 56.064A96 96 0 0 1 960 215.68v144.64a96 96 0 0 1-87.296 95.616L256 512V224h64v217.92zm256-23.232 98.88-8.96A32 32 0 0 0 896 360.32V215.68a32 32 0 0 0-29.12-31.872l-98.88-8.96z"})]))}}),wind_power_default=wind_power_vue_vue_type_script_setup_true_lang_default,zoom_in_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ZoomIn",__name:"zoom-in",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"})]))}}),zoom_in_default=zoom_in_vue_vue_type_script_setup_true_lang_default,zoom_out_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ZoomOut",__name:"zoom-out",setup(e){return(t,y)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704M352 448h256a32 32 0 0 1 0 64H352a32 32 0 0 1 0-64"})]))}}),zoom_out_default=zoom_out_vue_vue_type_script_setup_true_lang_default;const ElementPlusIconsVue=Object.freeze(Object.defineProperty({__proto__:null,AddLocation:add_location_default,Aim:aim_default,AlarmClock:alarm_clock_default,Apple:apple_default,ArrowDown:arrow_down_default,ArrowDownBold:arrow_down_bold_default,ArrowLeft:arrow_left_default,ArrowLeftBold:arrow_left_bold_default,ArrowRight:arrow_right_default,ArrowRightBold:arrow_right_bold_default,ArrowUp:arrow_up_default,ArrowUpBold:arrow_up_bold_default,Avatar:avatar_default,Back:back_default,Baseball:baseball_default,Basketball:basketball_default,Bell:bell_default,BellFilled:bell_filled_default,Bicycle:bicycle_default,Bottom:bottom_default,BottomLeft:bottom_left_default,BottomRight:bottom_right_default,Bowl:bowl_default,Box:box_default,Briefcase:briefcase_default,Brush:brush_default,BrushFilled:brush_filled_default,Burger:burger_default,Calendar:calendar_default,Camera:camera_default,CameraFilled:camera_filled_default,CaretBottom:caret_bottom_default,CaretLeft:caret_left_default,CaretRight:caret_right_default,CaretTop:caret_top_default,Cellphone:cellphone_default,ChatDotRound:chat_dot_round_default,ChatDotSquare:chat_dot_square_default,ChatLineRound:chat_line_round_default,ChatLineSquare:chat_line_square_default,ChatRound:chat_round_default,ChatSquare:chat_square_default,Check:check_default,Checked:checked_default,Cherry:cherry_default,Chicken:chicken_default,ChromeFilled:chrome_filled_default,CircleCheck:circle_check_default,CircleCheckFilled:circle_check_filled_default,CircleClose:circle_close_default,CircleCloseFilled:circle_close_filled_default,CirclePlus:circle_plus_default,CirclePlusFilled:circle_plus_filled_default,Clock:clock_default,Close:close_default,CloseBold:close_bold_default,Cloudy:cloudy_default,Coffee:coffee_default,CoffeeCup:coffee_cup_default,Coin:coin_default,ColdDrink:cold_drink_default,Collection:collection_default,CollectionTag:collection_tag_default,Comment:comment_default,Compass:compass_default,Connection:connection_default,Coordinate:coordinate_default,CopyDocument:copy_document_default,Cpu:cpu_default,CreditCard:credit_card_default,Crop:crop_default,DArrowLeft:d_arrow_left_default,DArrowRight:d_arrow_right_default,DCaret:d_caret_default,DataAnalysis:data_analysis_default,DataBoard:data_board_default,DataLine:data_line_default,Delete:delete_default,DeleteFilled:delete_filled_default,DeleteLocation:delete_location_default,Dessert:dessert_default,Discount:discount_default,Dish:dish_default,DishDot:dish_dot_default,Document:document_default,DocumentAdd:document_add_default,DocumentChecked:document_checked_default,DocumentCopy:document_copy_default,DocumentDelete:document_delete_default,DocumentRemove:document_remove_default,Download:download_default,Drizzling:drizzling_default,Edit:edit_default,EditPen:edit_pen_default,Eleme:eleme_default,ElemeFilled:eleme_filled_default,ElementPlus:element_plus_default,Expand:expand_default,Failed:failed_default,Female:female_default,Files:files_default,Film:film_default,Filter:filter_default,Finished:finished_default,FirstAidKit:first_aid_kit_default,Flag:flag_default,Fold:fold_default,Folder:folder_default,FolderAdd:folder_add_default,FolderChecked:folder_checked_default,FolderDelete:folder_delete_default,FolderOpened:folder_opened_default,FolderRemove:folder_remove_default,Food:food_default,Football:football_default,ForkSpoon:fork_spoon_default,Fries:fries_default,FullScreen:full_screen_default,Goblet:goblet_default,GobletFull:goblet_full_default,GobletSquare:goblet_square_default,GobletSquareFull:goblet_square_full_default,GoldMedal:gold_medal_default,Goods:goods_default,GoodsFilled:goods_filled_default,Grape:grape_default,Grid:grid_default,Guide:guide_default,Handbag:handbag_default,Headset:headset_default,Help:help_default,HelpFilled:help_filled_default,Hide:hide_default,Histogram:histogram_default,HomeFilled:home_filled_default,HotWater:hot_water_default,House:house_default,IceCream:ice_cream_default,IceCreamRound:ice_cream_round_default,IceCreamSquare:ice_cream_square_default,IceDrink:ice_drink_default,IceTea:ice_tea_default,InfoFilled:info_filled_default,Iphone:iphone_default,Key:key_default,KnifeFork:knife_fork_default,Lightning:lightning_default,Link:link_default,List:list_default,Loading:loading_default,Location:location_default,LocationFilled:location_filled_default,LocationInformation:location_information_default,Lock:lock_default,Lollipop:lollipop_default,MagicStick:magic_stick_default,Magnet:magnet_default,Male:male_default,Management:management_default,MapLocation:map_location_default,Medal:medal_default,Memo:memo_default,Menu:menu_default,Message:message_default,MessageBox:message_box_default,Mic:mic_default,Microphone:microphone_default,MilkTea:milk_tea_default,Minus:minus_default,Money:money_default,Monitor:monitor_default,Moon:moon_default,MoonNight:moon_night_default,More:more_default,MoreFilled:more_filled_default,MostlyCloudy:mostly_cloudy_default,Mouse:mouse_default,Mug:mug_default,Mute:mute_default,MuteNotification:mute_notification_default,NoSmoking:no_smoking_default,Notebook:notebook_default,Notification:notification_default,Odometer:odometer_default,OfficeBuilding:office_building_default,Open:open_default,Operation:operation_default,Opportunity:opportunity_default,Orange:orange_default,Paperclip:paperclip_default,PartlyCloudy:partly_cloudy_default,Pear:pear_default,Phone:phone_default,PhoneFilled:phone_filled_default,Picture:picture_default,PictureFilled:picture_filled_default,PictureRounded:picture_rounded_default,PieChart:pie_chart_default,Place:place_default,Platform:platform_default,Plus:plus_default,Pointer:pointer_default,Position:position_default,Postcard:postcard_default,Pouring:pouring_default,Present:present_default,PriceTag:price_tag_default,Printer:printer_default,Promotion:promotion_default,QuartzWatch:quartz_watch_default,QuestionFilled:question_filled_default,Rank:rank_default,Reading:reading_default,ReadingLamp:reading_lamp_default,Refresh:refresh_default,RefreshLeft:refresh_left_default,RefreshRight:refresh_right_default,Refrigerator:refrigerator_default,Remove:remove_default,RemoveFilled:remove_filled_default,Right:right_default,ScaleToOriginal:scale_to_original_default,School:school_default,Scissor:scissor_default,Search:search_default,Select:select_default,Sell:sell_default,SemiSelect:semi_select_default,Service:service_default,SetUp:set_up_default,Setting:setting_default,Share:share_default,Ship:ship_default,Shop:shop_default,ShoppingBag:shopping_bag_default,ShoppingCart:shopping_cart_default,ShoppingCartFull:shopping_cart_full_default,ShoppingTrolley:shopping_trolley_default,Smoking:smoking_default,Soccer:soccer_default,SoldOut:sold_out_default,Sort:sort_default,SortDown:sort_down_default,SortUp:sort_up_default,Stamp:stamp_default,Star:star_default,StarFilled:star_filled_default,Stopwatch:stopwatch_default,SuccessFilled:success_filled_default,Sugar:sugar_default,Suitcase:suitcase_default,SuitcaseLine:suitcase_line_default,Sunny:sunny_default,Sunrise:sunrise_default,Sunset:sunset_default,Switch:switch_default,SwitchButton:switch_button_default,SwitchFilled:switch_filled_default,TakeawayBox:takeaway_box_default,Ticket:ticket_default,Tickets:tickets_default,Timer:timer_default,ToiletPaper:toilet_paper_default,Tools:tools_default,Top:top_default,TopLeft:top_left_default,TopRight:top_right_default,TrendCharts:trend_charts_default,Trophy:trophy_default,TrophyBase:trophy_base_default,TurnOff:turn_off_default,Umbrella:umbrella_default,Unlock:unlock_default,Upload:upload_default,UploadFilled:upload_filled_default,User:user_default,UserFilled:user_filled_default,Van:van_default,VideoCamera:video_camera_default,VideoCameraFilled:video_camera_filled_default,VideoPause:video_pause_default,VideoPlay:video_play_default,View:view_default,Wallet:wallet_default,WalletFilled:wallet_filled_default,WarnTriangleFilled:warn_triangle_filled_default,Warning:warning_default,WarningFilled:warning_filled_default,Watch:watch_default,Watermelon:watermelon_default,WindPower:wind_power_default,ZoomIn:zoom_in_default,ZoomOut:zoom_out_default},Symbol.toStringTag,{value:"Module"})),epPropKey="__epPropKey",definePropType=e=>e,isEpProp=e=>isObject$5(e)&&!!e[epPropKey],buildProp=(e,t)=>{if(!isObject$5(e)||isEpProp(e))return e;const{values:y,required:n,default:$,type:k,validator:L}=e,V={type:k,required:!!n,validator:y||L?z=>{let re=!1,oe=[];if(y&&(oe=Array.from(y),hasOwn$1(e,"default")&&oe.push($),re||(re=oe.includes(z))),L&&(re||(re=L(z))),!re&&oe.length>0){const ue=[...new Set(oe)].map(de=>JSON.stringify(de)).join(", ");warn$2(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${ue}], got value ${JSON.stringify(z)}.`)}return re}:void 0,[epPropKey]:!0};return hasOwn$1(e,"default")&&(V.default=$),V},buildProps=e=>fromPairs(Object.entries(e).map(([t,y])=>[t,buildProp(y,t)])),iconPropType=definePropType([String,Object,Function]),CloseComponents={Close:close_default},TypeComponents={Close:close_default,SuccessFilled:success_filled_default,InfoFilled:info_filled_default,WarningFilled:warning_filled_default,CircleCloseFilled:circle_close_filled_default},TypeComponentsMap={success:success_filled_default,warning:warning_filled_default,error:circle_close_filled_default,info:info_filled_default},ValidateComponentsMap={validating:loading_default,success:circle_check_default,error:circle_close_default},withInstall=(e,t)=>{if(e.install=y=>{for(const n of[e,...Object.values(t??{})])y.component(n.name,n)},t)for(const[y,n]of Object.entries(t))e[y]=n;return e},withInstallFunction=(e,t)=>(e.install=y=>{e._context=y._context,y.config.globalProperties[t]=e},e),withInstallDirective=(e,t)=>(e.install=y=>{y.directive(t,e)},e),withNoopInstall=e=>(e.install=NOOP,e),composeRefs=(...e)=>t=>{e.forEach(y=>{isFunction$5(y)?y(t):y.value=t})},EVENT_CODE={tab:"Tab",enter:"Enter",space:"Space",left:"ArrowLeft",up:"ArrowUp",right:"ArrowRight",down:"ArrowDown",esc:"Escape",delete:"Delete",backspace:"Backspace",numpadEnter:"NumpadEnter",pageUp:"PageUp",pageDown:"PageDown",home:"Home",end:"End"},datePickTypes=["year","years","month","months","date","dates","week","datetime","datetimerange","daterange","monthrange","yearrange"],WEEK_DAYS=["sun","mon","tue","wed","thu","fri","sat"],UPDATE_MODEL_EVENT="update:modelValue",CHANGE_EVENT="change",INPUT_EVENT="input",INSTALLED_KEY=Symbol("INSTALLED_KEY"),componentSizes=["","default","small","large"],isValidComponentSize=e=>["",...componentSizes].includes(e);var PatchFlags=(e=>(e[e.TEXT=1]="TEXT",e[e.CLASS=2]="CLASS",e[e.STYLE=4]="STYLE",e[e.PROPS=8]="PROPS",e[e.FULL_PROPS=16]="FULL_PROPS",e[e.HYDRATE_EVENTS=32]="HYDRATE_EVENTS",e[e.STABLE_FRAGMENT=64]="STABLE_FRAGMENT",e[e.KEYED_FRAGMENT=128]="KEYED_FRAGMENT",e[e.UNKEYED_FRAGMENT=256]="UNKEYED_FRAGMENT",e[e.NEED_PATCH=512]="NEED_PATCH",e[e.DYNAMIC_SLOTS=1024]="DYNAMIC_SLOTS",e[e.HOISTED=-1]="HOISTED",e[e.BAIL=-2]="BAIL",e))(PatchFlags||{});function isFragment(e){return isVNode(e)&&e.type===Fragment}function isComment$1(e){return isVNode(e)&&e.type===Comment}function isValidElementNode(e){return isVNode(e)&&!isFragment(e)&&!isComment$1(e)}const getNormalizedProps=e=>{if(!isVNode(e))return{};const t=e.props||{},y=(isVNode(e.type)?e.type.props:void 0)||{},n={};return Object.keys(y).forEach($=>{hasOwn$1(y[$],"default")&&(n[$]=y[$].default)}),Object.keys(t).forEach($=>{n[camelize($)]=t[$]}),n},ensureOnlyChild=e=>{if(!isArray$4(e)||e.length>1)throw new Error("expect to receive a single Vue element child");return e[0]},flattedChildren=e=>{const t=isArray$4(e)?e:[e],y=[];return t.forEach(n=>{var $;isArray$4(n)?y.push(...flattedChildren(n)):isVNode(n)&&isArray$4(n.children)?y.push(...flattedChildren(n.children)):(y.push(n),isVNode(n)&&(($=n.component)!=null&&$.subTree)&&y.push(...flattedChildren(n.component.subTree)))}),y},unique=e=>[...new Set(e)],castArray=e=>!e&&e!==0?[]:Array.isArray(e)?e:[e],isKorean=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),mutable=e=>e;function throttleByRaf(e){let t=0;const y=(...n)=>{t&&cAF(t),t=rAF(()=>{e(...n),t=0})};return y.cancel=()=>{cAF(t),t=0},y}const DEFAULT_EXCLUDE_KEYS=["class","style"],LISTENER_PREFIX=/^on[A-Z]/,useAttrs=(e={})=>{const{excludeListeners:t=!1,excludeKeys:y}=e,n=computed(()=>((y==null?void 0:y.value)||[]).concat(DEFAULT_EXCLUDE_KEYS)),$=getCurrentInstance();return computed($?()=>{var k;return fromPairs(Object.entries((k=$.proxy)==null?void 0:k.$attrs).filter(([L])=>!n.value.includes(L)&&!(t&&LISTENER_PREFIX.test(L))))}:()=>({}))},useDeprecated=({from:e,replacement:t,scope:y,version:n,ref:$,type:k="API"},L)=>{watch(()=>unref(L),j=>{},{immediate:!0})},useDraggable=(e,t,y,n)=>{let $={offsetX:0,offsetY:0};const k=z=>{const re=z.clientX,oe=z.clientY,{offsetX:ue,offsetY:de}=$,_e=e.value.getBoundingClientRect(),Ne=_e.left,Ue=_e.top,$e=_e.width,Ve=_e.height,Fe=document.documentElement.clientWidth,qe=document.documentElement.clientHeight,er=-Ne+ue,ir=-Ue+de,dr=Fe-Ne-$e+ue,cr=qe-Ue-Ve+de,nr=Et=>{let ie=ue+Et.clientX-re,pe=de+Et.clientY-oe;n!=null&&n.value||(ie=Math.min(Math.max(ie,er),dr),pe=Math.min(Math.max(pe,ir),cr)),$={offsetX:ie,offsetY:pe},e.value&&(e.value.style.transform=`translate(${addUnit(ie)}, ${addUnit(pe)})`)},lr=()=>{document.removeEventListener("mousemove",nr),document.removeEventListener("mouseup",lr)};document.addEventListener("mousemove",nr),document.addEventListener("mouseup",lr)},L=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",k)},j=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",k)},V=()=>{$={offsetX:0,offsetY:0},e.value&&(e.value.style.transform="none")};return onMounted(()=>{watchEffect(()=>{y.value?L():j()})}),onBeforeUnmount(()=>{j()}),{resetPostion:V}};var English={name:"en",el:{breadcrumb:{label:"Breadcrumb"},colorpicker:{confirm:"OK",clear:"Clear",defaultLabel:"color picker",description:"current color is {color}. press enter to select a new color.",alphaLabel:"pick alpha value"},datepicker:{now:"Now",today:"Today",cancel:"Cancel",clear:"Clear",confirm:"OK",dateTablePrompt:"Use the arrow keys and enter to select the day of the month",monthTablePrompt:"Use the arrow keys and enter to select the month",yearTablePrompt:"Use the arrow keys and enter to select the year",selectedDate:"Selected date",selectDate:"Select date",selectTime:"Select time",startDate:"Start Date",startTime:"Start Time",endDate:"End Date",endTime:"End Time",prevYear:"Previous Year",nextYear:"Next Year",prevMonth:"Previous Month",nextMonth:"Next Month",year:"",month1:"January",month2:"February",month3:"March",month4:"April",month5:"May",month6:"June",month7:"July",month8:"August",month9:"September",month10:"October",month11:"November",month12:"December",week:"week",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},weeksFull:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"},months:{jan:"Jan",feb:"Feb",mar:"Mar",apr:"Apr",may:"May",jun:"Jun",jul:"Jul",aug:"Aug",sep:"Sep",oct:"Oct",nov:"Nov",dec:"Dec"}},inputNumber:{decrease:"decrease number",increase:"increase number"},select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},mention:{loading:"Loading"},dropdown:{toggleDropdown:"Toggle Dropdown"},cascader:{noMatch:"No matching data",loading:"Loading",placeholder:"Select",noData:"No data"},pagination:{goto:"Go to",pagesize:"/page",total:"Total {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages",deprecationWarning:"Deprecated usages detected, please refer to the el-pagination documentation for more details"},dialog:{close:"Close this dialog"},drawer:{close:"Close this dialog"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},upload:{deleteTip:"press delete to remove",delete:"Delete",preview:"Preview",continue:"Continue"},slider:{defaultLabel:"slider between {min} and {max}",defaultRangeStartLabel:"pick start value",defaultRangeEndLabel:"pick end value"},table:{emptyText:"No Data",confirmFilter:"Confirm",resetFilter:"Reset",clearFilter:"All",sumText:"Sum"},tour:{next:"Next",previous:"Previous",finish:"Finish"},tree:{emptyText:"No Data"},transfer:{noMatch:"No matching data",noData:"No data",titles:["List 1","List 2"],filterPlaceholder:"Enter keyword",noCheckedFormat:"{total} items",hasCheckedFormat:"{checked}/{total} checked"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"},carousel:{leftArrow:"Carousel arrow left",rightArrow:"Carousel arrow right",indicator:"Carousel switch to index {index}"}}};const buildTranslator=e=>(t,y)=>translate(t,y,unref(e)),translate=(e,t,y)=>get(y,e,e).replace(/\{(\w+)\}/g,(n,$)=>{var k;return`${(k=t==null?void 0:t[$])!=null?k:`{${$}}`}`}),buildLocaleContext=e=>{const t=computed(()=>unref(e).name),y=isRef(e)?e:ref$1(e);return{lang:t,locale:y,t:buildTranslator(e)}},localeContextKey=Symbol("localeContextKey"),useLocale=e=>{const t=e||inject(localeContextKey,ref$1());return buildLocaleContext(computed(()=>t.value||English))},defaultNamespace="el",statePrefix="is-",_bem=(e,t,y,n,$)=>{let k=`${e}-${t}`;return y&&(k+=`-${y}`),n&&(k+=`__${n}`),$&&(k+=`--${$}`),k},namespaceContextKey=Symbol("namespaceContextKey"),useGetDerivedNamespace=e=>{const t=e||(getCurrentInstance()?inject(namespaceContextKey,ref$1(defaultNamespace)):ref$1(defaultNamespace));return computed(()=>unref(t)||defaultNamespace)},useNamespace=(e,t)=>{const y=useGetDerivedNamespace(t);return{namespace:y,b:(Ne="")=>_bem(y.value,e,Ne,"",""),e:Ne=>Ne?_bem(y.value,e,"",Ne,""):"",m:Ne=>Ne?_bem(y.value,e,"","",Ne):"",be:(Ne,Ue)=>Ne&&Ue?_bem(y.value,e,Ne,Ue,""):"",em:(Ne,Ue)=>Ne&&Ue?_bem(y.value,e,"",Ne,Ue):"",bm:(Ne,Ue)=>Ne&&Ue?_bem(y.value,e,Ne,"",Ue):"",bem:(Ne,Ue,$e)=>Ne&&Ue&&$e?_bem(y.value,e,Ne,Ue,$e):"",is:(Ne,...Ue)=>{const $e=Ue.length>=1?Ue[0]:!0;return Ne&&$e?`${statePrefix}${Ne}`:""},cssVar:Ne=>{const Ue={};for(const $e in Ne)Ne[$e]&&(Ue[`--${y.value}-${$e}`]=Ne[$e]);return Ue},cssVarName:Ne=>`--${y.value}-${Ne}`,cssVarBlock:Ne=>{const Ue={};for(const $e in Ne)Ne[$e]&&(Ue[`--${y.value}-${e}-${$e}`]=Ne[$e]);return Ue},cssVarBlockName:Ne=>`--${y.value}-${e}-${Ne}`}},useLockscreen=(e,t={})=>{isRef(e)||throwError("[useLockscreen]","You need to pass a ref param to this function");const y=t.ns||useNamespace("popup"),n=computed(()=>y.bm("parent","hidden"));if(!isClient||hasClass(document.body,n.value))return;let $=0,k=!1,L="0";const j=()=>{setTimeout(()=>{removeClass(document==null?void 0:document.body,n.value),k&&document&&(document.body.style.width=L)},200)};watch(e,V=>{if(!V){j();return}k=!hasClass(document.body,n.value),k&&(L=document.body.style.width),$=getScrollBarWidth(y.namespace.value);const z=document.documentElement.clientHeight0&&(z||re==="scroll")&&k&&(document.body.style.width=`calc(100% - ${$}px)`),addClass(document.body,n.value)}),onScopeDispose(()=>j())},_prop=buildProp({type:definePropType(Boolean),default:null}),_event=buildProp({type:definePropType(Function)}),createModelToggleComposable=e=>{const t=`update:${e}`,y=`onUpdate:${e}`,n=[t],$={[e]:_prop,[y]:_event};return{useModelToggle:({indicator:L,toggleReason:j,shouldHideWhenRouteChanges:V,shouldProceed:z,onShow:re,onHide:oe})=>{const ue=getCurrentInstance(),{emit:de}=ue,_e=ue.props,Ne=computed(()=>isFunction$5(_e[y])),Ue=computed(()=>_e[e]===null),$e=dr=>{L.value!==!0&&(L.value=!0,j&&(j.value=dr),isFunction$5(re)&&re(dr))},Ve=dr=>{L.value!==!1&&(L.value=!1,j&&(j.value=dr),isFunction$5(oe)&&oe(dr))},Fe=dr=>{if(_e.disabled===!0||isFunction$5(z)&&!z())return;const cr=Ne.value&&isClient;cr&&de(t,!0),(Ue.value||!cr)&&$e(dr)},qe=dr=>{if(_e.disabled===!0||!isClient)return;const cr=Ne.value&&isClient;cr&&de(t,!1),(Ue.value||!cr)&&Ve(dr)},er=dr=>{isBoolean$3(dr)&&(_e.disabled&&dr?Ne.value&&de(t,!1):L.value!==dr&&(dr?$e():Ve()))},ir=()=>{L.value?qe():Fe()};return watch(()=>_e[e],er),V&&ue.appContext.config.globalProperties.$route!==void 0&&watch(()=>({...ue.proxy.$route}),()=>{V.value&&L.value&&qe()}),onMounted(()=>{er(_e[e])}),{hide:qe,show:Fe,toggle:ir,hasUpdateHandler:Ne}},useModelToggleProps:$,useModelToggleEmits:n}};createModelToggleComposable("modelValue");const useProp=e=>{const t=getCurrentInstance();return computed(()=>{var y,n;return(n=(y=t==null?void 0:t.proxy)==null?void 0:y.$props)==null?void 0:n[e]})};var E$1="top",R$1="bottom",W$6="right",P$1="left",me$1="auto",G$1=[E$1,R$1,W$6,P$1],U$1="start",J="end",Xe="clippingParents",je$1="viewport",K$5="popper",Ye="reference",De=G$1.reduce(function(e,t){return e.concat([t+"-"+U$1,t+"-"+J])},[]),Ee=[].concat(G$1,[me$1]).reduce(function(e,t){return e.concat([t,t+"-"+U$1,t+"-"+J])},[]),Ge="beforeRead",Je="read",Ke="afterRead",Qe="beforeMain",Ze$1="main",et="afterMain",tt="beforeWrite",nt="write",rt="afterWrite",ot=[Ge,Je,Ke,Qe,Ze$1,et,tt,nt,rt];function C(e){return e?(e.nodeName||"").toLowerCase():null}function H(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Q$1(e){var t=H(e).Element;return e instanceof t||e instanceof Element}function B(e){var t=H(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Pe$1(e){if(typeof ShadowRoot>"u")return!1;var t=H(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Mt(e){var t=e.state;Object.keys(t.elements).forEach(function(y){var n=t.styles[y]||{},$=t.attributes[y]||{},k=t.elements[y];!B(k)||!C(k)||(Object.assign(k.style,n),Object.keys($).forEach(function(L){var j=$[L];j===!1?k.removeAttribute(L):k.setAttribute(L,j===!0?"":j)}))})}function Rt$1(e){var t=e.state,y={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,y.popper),t.styles=y,t.elements.arrow&&Object.assign(t.elements.arrow.style,y.arrow),function(){Object.keys(t.elements).forEach(function(n){var $=t.elements[n],k=t.attributes[n]||{},L=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:y[n]),j=L.reduce(function(V,z){return V[z]="",V},{});!B($)||!C($)||(Object.assign($.style,j),Object.keys(k).forEach(function(V){$.removeAttribute(V)}))})}}var Ae={name:"applyStyles",enabled:!0,phase:"write",fn:Mt,effect:Rt$1,requires:["computeStyles"]};function q(e){return e.split("-")[0]}var X$1=Math.max,ve=Math.min,Z=Math.round;function ee$2(e,t){t===void 0&&(t=!1);var y=e.getBoundingClientRect(),n=1,$=1;if(B(e)&&t){var k=e.offsetHeight,L=e.offsetWidth;L>0&&(n=Z(y.width)/L||1),k>0&&($=Z(y.height)/k||1)}return{width:y.width/n,height:y.height/$,top:y.top/$,right:y.right/n,bottom:y.bottom/$,left:y.left/n,x:y.left/n,y:y.top/$}}function ke(e){var t=ee$2(e),y=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-y)<=1&&(y=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:y,height:n}}function it$2(e,t){var y=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(y&&Pe$1(y)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function N$1(e){return H(e).getComputedStyle(e)}function Wt(e){return["table","td","th"].indexOf(C(e))>=0}function I$1(e){return((Q$1(e)?e.ownerDocument:e.document)||window.document).documentElement}function ge$2(e){return C(e)==="html"?e:e.assignedSlot||e.parentNode||(Pe$1(e)?e.host:null)||I$1(e)}function at(e){return!B(e)||N$1(e).position==="fixed"?null:e.offsetParent}function Bt$1(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,y=navigator.userAgent.indexOf("Trident")!==-1;if(y&&B(e)){var n=N$1(e);if(n.position==="fixed")return null}var $=ge$2(e);for(Pe$1($)&&($=$.host);B($)&&["html","body"].indexOf(C($))<0;){var k=N$1($);if(k.transform!=="none"||k.perspective!=="none"||k.contain==="paint"||["transform","perspective"].indexOf(k.willChange)!==-1||t&&k.willChange==="filter"||t&&k.filter&&k.filter!=="none")return $;$=$.parentNode}return null}function se(e){for(var t=H(e),y=at(e);y&&Wt(y)&&N$1(y).position==="static";)y=at(y);return y&&(C(y)==="html"||C(y)==="body"&&N$1(y).position==="static")?t:y||Bt$1(e)||t}function Le$1(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function fe(e,t,y){return X$1(e,ve(t,y))}function St(e,t,y){var n=fe(e,t,y);return n>y?y:n}function st(){return{top:0,right:0,bottom:0,left:0}}function ft$2(e){return Object.assign({},st(),e)}function ct(e,t){return t.reduce(function(y,n){return y[n]=e,y},{})}var Tt$1=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,ft$2(typeof e!="number"?e:ct(e,G$1))};function Ht(e){var t,y=e.state,n=e.name,$=e.options,k=y.elements.arrow,L=y.modifiersData.popperOffsets,j=q(y.placement),V=Le$1(j),z=[P$1,W$6].indexOf(j)>=0,re=z?"height":"width";if(!(!k||!L)){var oe=Tt$1($.padding,y),ue=ke(k),de=V==="y"?E$1:P$1,_e=V==="y"?R$1:W$6,Ne=y.rects.reference[re]+y.rects.reference[V]-L[V]-y.rects.popper[re],Ue=L[V]-y.rects.reference[V],$e=se(k),Ve=$e?V==="y"?$e.clientHeight||0:$e.clientWidth||0:0,Fe=Ne/2-Ue/2,qe=oe[de],er=Ve-ue[re]-oe[_e],ir=Ve/2-ue[re]/2+Fe,dr=fe(qe,ir,er),cr=V;y.modifiersData[n]=(t={},t[cr]=dr,t.centerOffset=dr-ir,t)}}function Ct(e){var t=e.state,y=e.options,n=y.element,$=n===void 0?"[data-popper-arrow]":n;$!=null&&(typeof $=="string"&&($=t.elements.popper.querySelector($),!$)||!it$2(t.elements.popper,$)||(t.elements.arrow=$))}var pt={name:"arrow",enabled:!0,phase:"main",fn:Ht,effect:Ct,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function te(e){return e.split("-")[1]}var qt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Vt$1(e){var t=e.x,y=e.y,n=window,$=n.devicePixelRatio||1;return{x:Z(t*$)/$||0,y:Z(y*$)/$||0}}function ut(e){var t,y=e.popper,n=e.popperRect,$=e.placement,k=e.variation,L=e.offsets,j=e.position,V=e.gpuAcceleration,z=e.adaptive,re=e.roundOffsets,oe=e.isFixed,ue=L.x,de=ue===void 0?0:ue,_e=L.y,Ne=_e===void 0?0:_e,Ue=typeof re=="function"?re({x:de,y:Ne}):{x:de,y:Ne};de=Ue.x,Ne=Ue.y;var $e=L.hasOwnProperty("x"),Ve=L.hasOwnProperty("y"),Fe=P$1,qe=E$1,er=window;if(z){var ir=se(y),dr="clientHeight",cr="clientWidth";if(ir===H(y)&&(ir=I$1(y),N$1(ir).position!=="static"&&j==="absolute"&&(dr="scrollHeight",cr="scrollWidth")),ir=ir,$===E$1||($===P$1||$===W$6)&&k===J){qe=R$1;var nr=oe&&ir===er&&er.visualViewport?er.visualViewport.height:ir[dr];Ne-=nr-n.height,Ne*=V?1:-1}if($===P$1||($===E$1||$===R$1)&&k===J){Fe=W$6;var lr=oe&&ir===er&&er.visualViewport?er.visualViewport.width:ir[cr];de-=lr-n.width,de*=V?1:-1}}var Et=Object.assign({position:j},z&&qt),ie=re===!0?Vt$1({x:de,y:Ne}):{x:de,y:Ne};if(de=ie.x,Ne=ie.y,V){var pe;return Object.assign({},Et,(pe={},pe[qe]=Ve?"0":"",pe[Fe]=$e?"0":"",pe.transform=(er.devicePixelRatio||1)<=1?"translate("+de+"px, "+Ne+"px)":"translate3d("+de+"px, "+Ne+"px, 0)",pe))}return Object.assign({},Et,(t={},t[qe]=Ve?Ne+"px":"",t[Fe]=$e?de+"px":"",t.transform="",t))}function Nt(e){var t=e.state,y=e.options,n=y.gpuAcceleration,$=n===void 0?!0:n,k=y.adaptive,L=k===void 0?!0:k,j=y.roundOffsets,V=j===void 0?!0:j,z={placement:q(t.placement),variation:te(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:$,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,ut(Object.assign({},z,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:L,roundOffsets:V})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,ut(Object.assign({},z,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:V})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Me$1={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Nt,data:{}},ye$1={passive:!0};function It$1(e){var t=e.state,y=e.instance,n=e.options,$=n.scroll,k=$===void 0?!0:$,L=n.resize,j=L===void 0?!0:L,V=H(t.elements.popper),z=[].concat(t.scrollParents.reference,t.scrollParents.popper);return k&&z.forEach(function(re){re.addEventListener("scroll",y.update,ye$1)}),j&&V.addEventListener("resize",y.update,ye$1),function(){k&&z.forEach(function(re){re.removeEventListener("scroll",y.update,ye$1)}),j&&V.removeEventListener("resize",y.update,ye$1)}}var Re$3={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:It$1,data:{}},_t={left:"right",right:"left",bottom:"top",top:"bottom"};function be(e){return e.replace(/left|right|bottom|top/g,function(t){return _t[t]})}var zt$1={start:"end",end:"start"};function lt$6(e){return e.replace(/start|end/g,function(t){return zt$1[t]})}function We(e){var t=H(e),y=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:y,scrollTop:n}}function Be$1(e){return ee$2(I$1(e)).left+We(e).scrollLeft}function Ft(e){var t=H(e),y=I$1(e),n=t.visualViewport,$=y.clientWidth,k=y.clientHeight,L=0,j=0;return n&&($=n.width,k=n.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(L=n.offsetLeft,j=n.offsetTop)),{width:$,height:k,x:L+Be$1(e),y:j}}function Ut$1(e){var t,y=I$1(e),n=We(e),$=(t=e.ownerDocument)==null?void 0:t.body,k=X$1(y.scrollWidth,y.clientWidth,$?$.scrollWidth:0,$?$.clientWidth:0),L=X$1(y.scrollHeight,y.clientHeight,$?$.scrollHeight:0,$?$.clientHeight:0),j=-n.scrollLeft+Be$1(e),V=-n.scrollTop;return N$1($||y).direction==="rtl"&&(j+=X$1(y.clientWidth,$?$.clientWidth:0)-k),{width:k,height:L,x:j,y:V}}function Se(e){var t=N$1(e),y=t.overflow,n=t.overflowX,$=t.overflowY;return/auto|scroll|overlay|hidden/.test(y+$+n)}function dt$1(e){return["html","body","#document"].indexOf(C(e))>=0?e.ownerDocument.body:B(e)&&Se(e)?e:dt$1(ge$2(e))}function ce(e,t){var y;t===void 0&&(t=[]);var n=dt$1(e),$=n===((y=e.ownerDocument)==null?void 0:y.body),k=H(n),L=$?[k].concat(k.visualViewport||[],Se(n)?n:[]):n,j=t.concat(L);return $?j:j.concat(ce(ge$2(L)))}function Te(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Xt$1(e){var t=ee$2(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function ht$1(e,t){return t===je$1?Te(Ft(e)):Q$1(t)?Xt$1(t):Te(Ut$1(I$1(e)))}function Yt(e){var t=ce(ge$2(e)),y=["absolute","fixed"].indexOf(N$1(e).position)>=0,n=y&&B(e)?se(e):e;return Q$1(n)?t.filter(function($){return Q$1($)&&it$2($,n)&&C($)!=="body"}):[]}function Gt$2(e,t,y){var n=t==="clippingParents"?Yt(e):[].concat(t),$=[].concat(n,[y]),k=$[0],L=$.reduce(function(j,V){var z=ht$1(e,V);return j.top=X$1(z.top,j.top),j.right=ve(z.right,j.right),j.bottom=ve(z.bottom,j.bottom),j.left=X$1(z.left,j.left),j},ht$1(e,k));return L.width=L.right-L.left,L.height=L.bottom-L.top,L.x=L.left,L.y=L.top,L}function mt$1(e){var t=e.reference,y=e.element,n=e.placement,$=n?q(n):null,k=n?te(n):null,L=t.x+t.width/2-y.width/2,j=t.y+t.height/2-y.height/2,V;switch($){case E$1:V={x:L,y:t.y-y.height};break;case R$1:V={x:L,y:t.y+t.height};break;case W$6:V={x:t.x+t.width,y:j};break;case P$1:V={x:t.x-y.width,y:j};break;default:V={x:t.x,y:t.y}}var z=$?Le$1($):null;if(z!=null){var re=z==="y"?"height":"width";switch(k){case U$1:V[z]=V[z]-(t[re]/2-y[re]/2);break;case J:V[z]=V[z]+(t[re]/2-y[re]/2);break}}return V}function ne$2(e,t){t===void 0&&(t={});var y=t,n=y.placement,$=n===void 0?e.placement:n,k=y.boundary,L=k===void 0?Xe:k,j=y.rootBoundary,V=j===void 0?je$1:j,z=y.elementContext,re=z===void 0?K$5:z,oe=y.altBoundary,ue=oe===void 0?!1:oe,de=y.padding,_e=de===void 0?0:de,Ne=ft$2(typeof _e!="number"?_e:ct(_e,G$1)),Ue=re===K$5?Ye:K$5,$e=e.rects.popper,Ve=e.elements[ue?Ue:re],Fe=Gt$2(Q$1(Ve)?Ve:Ve.contextElement||I$1(e.elements.popper),L,V),qe=ee$2(e.elements.reference),er=mt$1({reference:qe,element:$e,strategy:"absolute",placement:$}),ir=Te(Object.assign({},$e,er)),dr=re===K$5?ir:qe,cr={top:Fe.top-dr.top+Ne.top,bottom:dr.bottom-Fe.bottom+Ne.bottom,left:Fe.left-dr.left+Ne.left,right:dr.right-Fe.right+Ne.right},nr=e.modifiersData.offset;if(re===K$5&&nr){var lr=nr[$];Object.keys(cr).forEach(function(Et){var ie=[W$6,R$1].indexOf(Et)>=0?1:-1,pe=[E$1,R$1].indexOf(Et)>=0?"y":"x";cr[Et]+=lr[pe]*ie})}return cr}function Jt(e,t){t===void 0&&(t={});var y=t,n=y.placement,$=y.boundary,k=y.rootBoundary,L=y.padding,j=y.flipVariations,V=y.allowedAutoPlacements,z=V===void 0?Ee:V,re=te(n),oe=re?j?De:De.filter(function(_e){return te(_e)===re}):G$1,ue=oe.filter(function(_e){return z.indexOf(_e)>=0});ue.length===0&&(ue=oe);var de=ue.reduce(function(_e,Ne){return _e[Ne]=ne$2(e,{placement:Ne,boundary:$,rootBoundary:k,padding:L})[q(Ne)],_e},{});return Object.keys(de).sort(function(_e,Ne){return de[_e]-de[Ne]})}function Kt(e){if(q(e)===me$1)return[];var t=be(e);return[lt$6(e),t,lt$6(t)]}function Qt(e){var t=e.state,y=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var $=y.mainAxis,k=$===void 0?!0:$,L=y.altAxis,j=L===void 0?!0:L,V=y.fallbackPlacements,z=y.padding,re=y.boundary,oe=y.rootBoundary,ue=y.altBoundary,de=y.flipVariations,_e=de===void 0?!0:de,Ne=y.allowedAutoPlacements,Ue=t.options.placement,$e=q(Ue),Ve=$e===Ue,Fe=V||(Ve||!_e?[be(Ue)]:Kt(Ue)),qe=[Ue].concat(Fe).reduce(function(yr,xr){return yr.concat(q(xr)===me$1?Jt(t,{placement:xr,boundary:re,rootBoundary:oe,padding:z,flipVariations:_e,allowedAutoPlacements:Ne}):xr)},[]),er=t.rects.reference,ir=t.rects.popper,dr=new Map,cr=!0,nr=qe[0],lr=0;lr=0,Ie=Ce?"width":"height",jt=ne$2(t,{placement:Et,boundary:re,rootBoundary:oe,altBoundary:ue,padding:z}),ar=Ce?pe?W$6:P$1:pe?R$1:E$1;er[Ie]>ir[Ie]&&(ar=be(ar));var ur=be(ar),kt=[];if(k&&kt.push(jt[ie]<=0),j&&kt.push(jt[ar]<=0,jt[ur]<=0),kt.every(function(yr){return yr})){nr=Et,cr=!1;break}dr.set(Et,kt)}if(cr)for(var he=_e?3:1,tr=function(yr){var xr=qe.find(function(Nr){var Tr=dr.get(Nr);if(Tr)return Tr.slice(0,yr).every(function(Sr){return Sr})});if(xr)return nr=xr,"break"},gr=he;gr>0;gr--){var _r=tr(gr);if(_r==="break")break}t.placement!==nr&&(t.modifiersData[n]._skip=!0,t.placement=nr,t.reset=!0)}}var vt={name:"flip",enabled:!0,phase:"main",fn:Qt,requiresIfExists:["offset"],data:{_skip:!1}};function gt$6(e,t,y){return y===void 0&&(y={x:0,y:0}),{top:e.top-t.height-y.y,right:e.right-t.width+y.x,bottom:e.bottom-t.height+y.y,left:e.left-t.width-y.x}}function yt$1(e){return[E$1,W$6,R$1,P$1].some(function(t){return e[t]>=0})}function Zt$1(e){var t=e.state,y=e.name,n=t.rects.reference,$=t.rects.popper,k=t.modifiersData.preventOverflow,L=ne$2(t,{elementContext:"reference"}),j=ne$2(t,{altBoundary:!0}),V=gt$6(L,n),z=gt$6(j,$,k),re=yt$1(V),oe=yt$1(z);t.modifiersData[y]={referenceClippingOffsets:V,popperEscapeOffsets:z,isReferenceHidden:re,hasPopperEscaped:oe},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":re,"data-popper-escaped":oe})}var bt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Zt$1};function en(e,t,y){var n=q(e),$=[P$1,E$1].indexOf(n)>=0?-1:1,k=typeof y=="function"?y(Object.assign({},t,{placement:e})):y,L=k[0],j=k[1];return L=L||0,j=(j||0)*$,[P$1,W$6].indexOf(n)>=0?{x:j,y:L}:{x:L,y:j}}function tn(e){var t=e.state,y=e.options,n=e.name,$=y.offset,k=$===void 0?[0,0]:$,L=Ee.reduce(function(re,oe){return re[oe]=en(oe,t.rects,k),re},{}),j=L[t.placement],V=j.x,z=j.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=V,t.modifiersData.popperOffsets.y+=z),t.modifiersData[n]=L}var wt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:tn};function nn(e){var t=e.state,y=e.name;t.modifiersData[y]=mt$1({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var He={name:"popperOffsets",enabled:!0,phase:"read",fn:nn,data:{}};function rn(e){return e==="x"?"y":"x"}function on(e){var t=e.state,y=e.options,n=e.name,$=y.mainAxis,k=$===void 0?!0:$,L=y.altAxis,j=L===void 0?!1:L,V=y.boundary,z=y.rootBoundary,re=y.altBoundary,oe=y.padding,ue=y.tether,de=ue===void 0?!0:ue,_e=y.tetherOffset,Ne=_e===void 0?0:_e,Ue=ne$2(t,{boundary:V,rootBoundary:z,padding:oe,altBoundary:re}),$e=q(t.placement),Ve=te(t.placement),Fe=!Ve,qe=Le$1($e),er=rn(qe),ir=t.modifiersData.popperOffsets,dr=t.rects.reference,cr=t.rects.popper,nr=typeof Ne=="function"?Ne(Object.assign({},t.rects,{placement:t.placement})):Ne,lr=typeof nr=="number"?{mainAxis:nr,altAxis:nr}:Object.assign({mainAxis:0,altAxis:0},nr),Et=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,ie={x:0,y:0};if(ir){if(k){var pe,Ce=qe==="y"?E$1:P$1,Ie=qe==="y"?R$1:W$6,jt=qe==="y"?"height":"width",ar=ir[qe],ur=ar+Ue[Ce],kt=ar-Ue[Ie],he=de?-cr[jt]/2:0,tr=Ve===U$1?dr[jt]:cr[jt],gr=Ve===U$1?-cr[jt]:-dr[jt],_r=t.elements.arrow,yr=de&&_r?ke(_r):{width:0,height:0},xr=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:st(),Nr=xr[Ce],Tr=xr[Ie],Sr=fe(0,dr[jt],yr[jt]),Ar=Fe?dr[jt]/2-he-Sr-Nr-lr.mainAxis:tr-Sr-Nr-lr.mainAxis,Fr=Fe?-dr[jt]/2+he+Sr+Tr+lr.mainAxis:gr+Sr+Tr+lr.mainAxis,Gr=t.elements.arrow&&se(t.elements.arrow),Vr=Gr?qe==="y"?Gr.clientTop||0:Gr.clientLeft||0:0,Dr=(pe=Et==null?void 0:Et[qe])!=null?pe:0,Ir=ar+Ar-Dr-Vr,Br=ar+Fr-Dr,Rr=fe(de?ve(ur,Ir):ur,ar,de?X$1(kt,Br):kt);ir[qe]=Rr,ie[qe]=Rr-ar}if(j){var Lr,$r=qe==="x"?E$1:P$1,jr=qe==="x"?R$1:W$6,vn=ir[er],Kr=er==="y"?"height":"width",kr=vn+Ue[$r],Qr=vn-Ue[jr],Zr=[E$1,P$1].indexOf($e)!==-1,Vi=(Lr=Et==null?void 0:Et[er])!=null?Lr:0,To=Zr?kr:vn-dr[Kr]-cr[Kr]-Vi+lr.altAxis,oa=Zr?vn+dr[Kr]+cr[Kr]-Vi-lr.altAxis:Qr,Ba=de&&Zr?St(To,vn,oa):fe(de?To:kr,vn,de?oa:Qr);ir[er]=Ba,ie[er]=Ba-vn}t.modifiersData[n]=ie}}var xt={name:"preventOverflow",enabled:!0,phase:"main",fn:on,requiresIfExists:["offset"]};function an(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function sn(e){return e===H(e)||!B(e)?We(e):an(e)}function fn(e){var t=e.getBoundingClientRect(),y=Z(t.width)/e.offsetWidth||1,n=Z(t.height)/e.offsetHeight||1;return y!==1||n!==1}function cn$1(e,t,y){y===void 0&&(y=!1);var n=B(t),$=B(t)&&fn(t),k=I$1(t),L=ee$2(e,$),j={scrollLeft:0,scrollTop:0},V={x:0,y:0};return(n||!n&&!y)&&((C(t)!=="body"||Se(k))&&(j=sn(t)),B(t)?(V=ee$2(t,!0),V.x+=t.clientLeft,V.y+=t.clientTop):k&&(V.x=Be$1(k))),{x:L.left+j.scrollLeft-V.x,y:L.top+j.scrollTop-V.y,width:L.width,height:L.height}}function pn(e){var t=new Map,y=new Set,n=[];e.forEach(function(k){t.set(k.name,k)});function $(k){y.add(k.name);var L=[].concat(k.requires||[],k.requiresIfExists||[]);L.forEach(function(j){if(!y.has(j)){var V=t.get(j);V&&$(V)}}),n.push(k)}return e.forEach(function(k){y.has(k.name)||$(k)}),n}function un(e){var t=pn(e);return ot.reduce(function(y,n){return y.concat(t.filter(function($){return $.phase===n}))},[])}function ln(e){var t;return function(){return t||(t=new Promise(function(y){Promise.resolve().then(function(){t=void 0,y(e())})})),t}}function dn(e){var t=e.reduce(function(y,n){var $=y[n.name];return y[n.name]=$?Object.assign({},$,n,{options:Object.assign({},$.options,n.options),data:Object.assign({},$.data,n.data)}):n,y},{});return Object.keys(t).map(function(y){return t[y]})}var Ot={placement:"bottom",modifiers:[],strategy:"absolute"};function $t$1(){for(var e=arguments.length,t=new Array(e),y=0;y{const n={name:"updateState",enabled:!0,phase:"write",fn:({state:V})=>{const z=deriveState(V);Object.assign(L.value,z)},requires:["computeStyles"]},$=computed(()=>{const{onFirstUpdate:V,placement:z,strategy:re,modifiers:oe}=unref(y);return{onFirstUpdate:V,placement:z||"bottom",strategy:re||"absolute",modifiers:[...oe||[],n,{name:"applyStyles",enabled:!1}]}}),k=shallowRef(),L=ref$1({styles:{popper:{position:unref($).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),j=()=>{k.value&&(k.value.destroy(),k.value=void 0)};return watch($,V=>{const z=unref(k);z&&z.setOptions(V)},{deep:!0}),watch([e,t],([V,z])=>{j(),!(!V||!z)&&(k.value=yn(V,z,unref($)))}),onBeforeUnmount(()=>{j()}),{state:computed(()=>{var V;return{...((V=unref(k))==null?void 0:V.state)||{}}}),styles:computed(()=>unref(L).styles),attributes:computed(()=>unref(L).attributes),update:()=>{var V;return(V=unref(k))==null?void 0:V.update()},forceUpdate:()=>{var V;return(V=unref(k))==null?void 0:V.forceUpdate()},instanceRef:computed(()=>unref(k))}};function deriveState(e){const t=Object.keys(e.elements),y=fromPairs(t.map($=>[$,e.styles[$]||{}])),n=fromPairs(t.map($=>[$,e.attributes[$]]));return{styles:y,attributes:n}}const useSameTarget=e=>{if(!e)return{onClick:NOOP,onMousedown:NOOP,onMouseup:NOOP};let t=!1,y=!1;return{onClick:L=>{t&&y&&e(L),t=y=!1},onMousedown:L=>{t=L.target===L.currentTarget},onMouseup:L=>{y=L.target===L.currentTarget}}},useThrottleRender=(e,t=0)=>{if(t===0)return e;const y=ref$1(!1);let n=null;const $=()=>{n&&clearTimeout(n),n=setTimeout(()=>{y.value=e.value},t)};return onMounted($),watch(()=>e.value,k=>{k?$():y.value=k}),y};function useTimeout(){let e;const t=(n,$)=>{y(),e=window.setTimeout(n,$)},y=()=>window.clearTimeout(e);return tryOnScopeDispose(()=>y()),{registerTimeout:t,cancelTimeout:y}}const defaultIdInjection={prefix:Math.floor(Math.random()*1e4),current:0},ID_INJECTION_KEY=Symbol("elIdInjection"),useIdInjection=()=>getCurrentInstance()?inject(ID_INJECTION_KEY,defaultIdInjection):defaultIdInjection,useId=e=>{const t=useIdInjection(),y=useGetDerivedNamespace();return computed(()=>unref(e)||`${y.value}-id-${t.prefix}-${t.current++}`)};let registeredEscapeHandlers=[];const cachedHandler=e=>{const t=e;t.key===EVENT_CODE.esc&®isteredEscapeHandlers.forEach(y=>y(t))},useEscapeKeydown=e=>{onMounted(()=>{registeredEscapeHandlers.length===0&&document.addEventListener("keydown",cachedHandler),isClient&®isteredEscapeHandlers.push(e)}),onBeforeUnmount(()=>{registeredEscapeHandlers=registeredEscapeHandlers.filter(t=>t!==e),registeredEscapeHandlers.length===0&&isClient&&document.removeEventListener("keydown",cachedHandler)})};let cachedContainer;const usePopperContainerId=()=>{const e=useGetDerivedNamespace(),t=useIdInjection(),y=computed(()=>`${e.value}-popper-container-${t.prefix}`),n=computed(()=>`#${y.value}`);return{id:y,selector:n}},createContainer=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},usePopperContainer=()=>{const{id:e,selector:t}=usePopperContainerId();return onBeforeMount(()=>{isClient&&!cachedContainer&&!document.body.querySelector(t.value)&&(cachedContainer=createContainer(e.value))}),{id:e,selector:t}},useDelayedToggleProps=buildProps({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),useDelayedToggle=({showAfter:e,hideAfter:t,autoClose:y,open:n,close:$})=>{const{registerTimeout:k}=useTimeout(),{registerTimeout:L,cancelTimeout:j}=useTimeout();return{onOpen:re=>{k(()=>{n(re);const oe=unref(y);isNumber$4(oe)&&oe>0&&L(()=>{$(re)},oe)},unref(e))},onClose:re=>{j(),k(()=>{$(re)},unref(t))}}},FORWARD_REF_INJECTION_KEY=Symbol("elForwardRef"),useForwardRef=e=>{provide(FORWARD_REF_INJECTION_KEY,{setForwardRef:y=>{e.value=y}})},useForwardRefDirective=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),initial={current:0},zIndex=ref$1(0),defaultInitialZIndex=2e3,ZINDEX_INJECTION_KEY=Symbol("elZIndexContextKey"),zIndexContextKey=Symbol("zIndexContextKey"),useZIndex=e=>{const t=getCurrentInstance()?inject(ZINDEX_INJECTION_KEY,initial):initial,y=e||(getCurrentInstance()?inject(zIndexContextKey,void 0):void 0),n=computed(()=>{const L=unref(y);return isNumber$4(L)?L:defaultInitialZIndex}),$=computed(()=>n.value+zIndex.value),k=()=>(t.current++,zIndex.value=t.current,$.value);return!isClient&&inject(ZINDEX_INJECTION_KEY),{initialZIndex:n,currentZIndex:$,nextZIndex:k}},sides=["top","right","bottom","left"],min$1=Math.min,max$2=Math.max,round=Math.round,floor$1=Math.floor,createCoords=e=>({x:e,y:e}),oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"},oppositeAlignmentMap={start:"end",end:"start"};function clamp(e,t,y){return max$2(e,min$1(t,y))}function evaluate(e,t){return typeof e=="function"?e(t):e}function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getOppositeAxis(e){return e==="x"?"y":"x"}function getAxisLength(e){return e==="y"?"height":"width"}function getSideAxis(e){return["top","bottom"].includes(getSide(e))?"y":"x"}function getAlignmentAxis(e){return getOppositeAxis(getSideAxis(e))}function getAlignmentSides(e,t,y){y===void 0&&(y=!1);const n=getAlignment(e),$=getAlignmentAxis(e),k=getAxisLength($);let L=$==="x"?n===(y?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[k]>t.floating[k]&&(L=getOppositePlacement(L)),[L,getOppositePlacement(L)]}function getExpandedPlacements(e){const t=getOppositePlacement(e);return[getOppositeAlignmentPlacement(e),t,getOppositeAlignmentPlacement(t)]}function getOppositeAlignmentPlacement(e){return e.replace(/start|end/g,t=>oppositeAlignmentMap[t])}function getSideList(e,t,y){const n=["left","right"],$=["right","left"],k=["top","bottom"],L=["bottom","top"];switch(e){case"top":case"bottom":return y?t?$:n:t?n:$;case"left":case"right":return t?k:L;default:return[]}}function getOppositeAxisPlacements(e,t,y,n){const $=getAlignment(e);let k=getSideList(getSide(e),y==="start",n);return $&&(k=k.map(L=>L+"-"+$),t&&(k=k.concat(k.map(getOppositeAlignmentPlacement)))),k}function getOppositePlacement(e){return e.replace(/left|right|bottom|top/g,t=>oppositeSideMap[t])}function expandPaddingObject(e){return{top:0,right:0,bottom:0,left:0,...e}}function getPaddingObject(e){return typeof e!="number"?expandPaddingObject(e):{top:e,right:e,bottom:e,left:e}}function rectToClientRect(e){const{x:t,y,width:n,height:$}=e;return{width:n,height:$,top:y,left:t,right:t+n,bottom:y+$,x:t,y}}function computeCoordsFromPlacement(e,t,y){let{reference:n,floating:$}=e;const k=getSideAxis(t),L=getAlignmentAxis(t),j=getAxisLength(L),V=getSide(t),z=k==="y",re=n.x+n.width/2-$.width/2,oe=n.y+n.height/2-$.height/2,ue=n[j]/2-$[j]/2;let de;switch(V){case"top":de={x:re,y:n.y-$.height};break;case"bottom":de={x:re,y:n.y+n.height};break;case"right":de={x:n.x+n.width,y:oe};break;case"left":de={x:n.x-$.width,y:oe};break;default:de={x:n.x,y:n.y}}switch(getAlignment(t)){case"start":de[L]-=ue*(y&&z?-1:1);break;case"end":de[L]+=ue*(y&&z?-1:1);break}return de}const computePosition$1=async(e,t,y)=>{const{placement:n="bottom",strategy:$="absolute",middleware:k=[],platform:L}=y,j=k.filter(Boolean),V=await(L.isRTL==null?void 0:L.isRTL(t));let z=await L.getElementRects({reference:e,floating:t,strategy:$}),{x:re,y:oe}=computeCoordsFromPlacement(z,n,V),ue=n,de={},_e=0;for(let Ne=0;Ne({name:"arrow",options:e,async fn(t){const{x:y,y:n,placement:$,rects:k,platform:L,elements:j,middlewareData:V}=t,{element:z,padding:re=0}=evaluate(e,t)||{};if(z==null)return{};const oe=getPaddingObject(re),ue={x:y,y:n},de=getAlignmentAxis($),_e=getAxisLength(de),Ne=await L.getDimensions(z),Ue=de==="y",$e=Ue?"top":"left",Ve=Ue?"bottom":"right",Fe=Ue?"clientHeight":"clientWidth",qe=k.reference[_e]+k.reference[de]-ue[de]-k.floating[_e],er=ue[de]-k.reference[de],ir=await(L.getOffsetParent==null?void 0:L.getOffsetParent(z));let dr=ir?ir[Fe]:0;(!dr||!await(L.isElement==null?void 0:L.isElement(ir)))&&(dr=j.floating[Fe]||k.floating[_e]);const cr=qe/2-er/2,nr=dr/2-Ne[_e]/2-1,lr=min$1(oe[$e],nr),Et=min$1(oe[Ve],nr),ie=lr,pe=dr-Ne[_e]-Et,Ce=dr/2-Ne[_e]/2+cr,Ie=clamp(ie,Ce,pe),jt=!V.arrow&&getAlignment($)!=null&&Ce!==Ie&&k.reference[_e]/2-(CeCe<=0)){var Et,ie;const Ce=(((Et=k.flip)==null?void 0:Et.index)||0)+1,Ie=dr[Ce];if(Ie)return{data:{index:Ce,overflows:lr},reset:{placement:Ie}};let jt=(ie=lr.filter(ar=>ar.overflows[0]<=0).sort((ar,ur)=>ar.overflows[1]-ur.overflows[1])[0])==null?void 0:ie.placement;if(!jt)switch(de){case"bestFit":{var pe;const ar=(pe=lr.filter(ur=>{if(ir){const kt=getSideAxis(ur.placement);return kt===Ve||kt==="y"}return!0}).map(ur=>[ur.placement,ur.overflows.filter(kt=>kt>0).reduce((kt,he)=>kt+he,0)]).sort((ur,kt)=>ur[1]-kt[1])[0])==null?void 0:pe[0];ar&&(jt=ar);break}case"initialPlacement":jt=j;break}if($!==jt)return{reset:{placement:jt}}}return{}}}};function getSideOffsets(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function isAnySideFullyClipped(e){return sides.some(t=>e[t]>=0)}const hide$1=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:y}=t,{strategy:n="referenceHidden",...$}=evaluate(e,t);switch(n){case"referenceHidden":{const k=await detectOverflow$1(t,{...$,elementContext:"reference"}),L=getSideOffsets(k,y.reference);return{data:{referenceHiddenOffsets:L,referenceHidden:isAnySideFullyClipped(L)}}}case"escaped":{const k=await detectOverflow$1(t,{...$,altBoundary:!0}),L=getSideOffsets(k,y.floating);return{data:{escapedOffsets:L,escaped:isAnySideFullyClipped(L)}}}default:return{}}}}};async function convertValueToCoords(e,t){const{placement:y,platform:n,elements:$}=e,k=await(n.isRTL==null?void 0:n.isRTL($.floating)),L=getSide(y),j=getAlignment(y),V=getSideAxis(y)==="y",z=["left","top"].includes(L)?-1:1,re=k&&V?-1:1,oe=evaluate(t,e);let{mainAxis:ue,crossAxis:de,alignmentAxis:_e}=typeof oe=="number"?{mainAxis:oe,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...oe};return j&&typeof _e=="number"&&(de=j==="end"?_e*-1:_e),V?{x:de*re,y:ue*z}:{x:ue*z,y:de*re}}const offset$1=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var y,n;const{x:$,y:k,placement:L,middlewareData:j}=t,V=await convertValueToCoords(t,e);return L===((y=j.offset)==null?void 0:y.placement)&&(n=j.arrow)!=null&&n.alignmentOffset?{}:{x:$+V.x,y:k+V.y,data:{...V,placement:L}}}}},shift$1=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:y,y:n,placement:$}=t,{mainAxis:k=!0,crossAxis:L=!1,limiter:j={fn:Ue=>{let{x:$e,y:Ve}=Ue;return{x:$e,y:Ve}}},...V}=evaluate(e,t),z={x:y,y:n},re=await detectOverflow$1(t,V),oe=getSideAxis(getSide($)),ue=getOppositeAxis(oe);let de=z[ue],_e=z[oe];if(k){const Ue=ue==="y"?"top":"left",$e=ue==="y"?"bottom":"right",Ve=de+re[Ue],Fe=de-re[$e];de=clamp(Ve,de,Fe)}if(L){const Ue=oe==="y"?"top":"left",$e=oe==="y"?"bottom":"right",Ve=_e+re[Ue],Fe=_e-re[$e];_e=clamp(Ve,_e,Fe)}const Ne=j.fn({...t,[ue]:de,[oe]:_e});return{...Ne,data:{x:Ne.x-y,y:Ne.y-n}}}}},limitShift$1=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:y,y:n,placement:$,rects:k,middlewareData:L}=t,{offset:j=0,mainAxis:V=!0,crossAxis:z=!0}=evaluate(e,t),re={x:y,y:n},oe=getSideAxis($),ue=getOppositeAxis(oe);let de=re[ue],_e=re[oe];const Ne=evaluate(j,t),Ue=typeof Ne=="number"?{mainAxis:Ne,crossAxis:0}:{mainAxis:0,crossAxis:0,...Ne};if(V){const Fe=ue==="y"?"height":"width",qe=k.reference[ue]-k.floating[Fe]+Ue.mainAxis,er=k.reference[ue]+k.reference[Fe]-Ue.mainAxis;deer&&(de=er)}if(z){var $e,Ve;const Fe=ue==="y"?"width":"height",qe=["top","left"].includes(getSide($)),er=k.reference[oe]-k.floating[Fe]+(qe&&(($e=L.offset)==null?void 0:$e[oe])||0)+(qe?0:Ue.crossAxis),ir=k.reference[oe]+k.reference[Fe]+(qe?0:((Ve=L.offset)==null?void 0:Ve[oe])||0)-(qe?Ue.crossAxis:0);_eir&&(_e=ir)}return{[ue]:de,[oe]:_e}}}},size$1=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:y,rects:n,platform:$,elements:k}=t,{apply:L=()=>{},...j}=evaluate(e,t),V=await detectOverflow$1(t,j),z=getSide(y),re=getAlignment(y),oe=getSideAxis(y)==="y",{width:ue,height:de}=n.floating;let _e,Ne;z==="top"||z==="bottom"?(_e=z,Ne=re===(await($.isRTL==null?void 0:$.isRTL(k.floating))?"start":"end")?"left":"right"):(Ne=z,_e=re==="end"?"top":"bottom");const Ue=de-V.top-V.bottom,$e=ue-V.left-V.right,Ve=min$1(de-V[_e],Ue),Fe=min$1(ue-V[Ne],$e),qe=!t.middlewareData.shift;let er=Ve,ir=Fe;if(oe?ir=re||qe?min$1(Fe,$e):$e:er=re||qe?min$1(Ve,Ue):Ue,qe&&!re){const cr=max$2(V.left,0),nr=max$2(V.right,0),lr=max$2(V.top,0),Et=max$2(V.bottom,0);oe?ir=ue-2*(cr!==0||nr!==0?cr+nr:max$2(V.left,V.right)):er=de-2*(lr!==0||Et!==0?lr+Et:max$2(V.top,V.bottom))}await L({...t,availableWidth:ir,availableHeight:er});const dr=await $.getDimensions(k.floating);return ue!==dr.width||de!==dr.height?{reset:{rects:!0}}:{}}}};function getNodeName(e){return isNode$1(e)?(e.nodeName||"").toLowerCase():"#document"}function getWindow(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function getDocumentElement(e){var t;return(t=(isNode$1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function isNode$1(e){return e instanceof Node||e instanceof getWindow(e).Node}function isElement$1(e){return e instanceof Element||e instanceof getWindow(e).Element}function isHTMLElement(e){return e instanceof HTMLElement||e instanceof getWindow(e).HTMLElement}function isShadowRoot(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof getWindow(e).ShadowRoot}function isOverflowElement(e){const{overflow:t,overflowX:y,overflowY:n,display:$}=getComputedStyle$1(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+y)&&!["inline","contents"].includes($)}function isTableElement(e){return["table","td","th"].includes(getNodeName(e))}function isTopLayer(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function isContainingBlock(e){const t=isWebKit(),y=isElement$1(e)?getComputedStyle$1(e):e;return y.transform!=="none"||y.perspective!=="none"||(y.containerType?y.containerType!=="normal":!1)||!t&&(y.backdropFilter?y.backdropFilter!=="none":!1)||!t&&(y.filter?y.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(y.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(y.contain||"").includes(n))}function getContainingBlock(e){let t=getParentNode(e);for(;isHTMLElement(t)&&!isLastTraversableNode(t);){if(isContainingBlock(t))return t;if(isTopLayer(t))return null;t=getParentNode(t)}return null}function isWebKit(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(e){return["html","body","#document"].includes(getNodeName(e))}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function getNodeScroll(e){return isElement$1(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function getParentNode(e){if(getNodeName(e)==="html")return e;const t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){const t=getParentNode(e);return isLastTraversableNode(t)?e.ownerDocument?e.ownerDocument.body:e.body:isHTMLElement(t)&&isOverflowElement(t)?t:getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t,y){var n;t===void 0&&(t=[]),y===void 0&&(y=!0);const $=getNearestOverflowAncestor(e),k=$===((n=e.ownerDocument)==null?void 0:n.body),L=getWindow($);if(k){const j=getFrameElement(L);return t.concat(L,L.visualViewport||[],isOverflowElement($)?$:[],j&&y?getOverflowAncestors(j):[])}return t.concat($,getOverflowAncestors($,[],y))}function getFrameElement(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function getCssDimensions(e){const t=getComputedStyle$1(e);let y=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const $=isHTMLElement(e),k=$?e.offsetWidth:y,L=$?e.offsetHeight:n,j=round(y)!==k||round(n)!==L;return j&&(y=k,n=L),{width:y,height:n,$:j}}function unwrapElement$1(e){return isElement$1(e)?e:e.contextElement}function getScale(e){const t=unwrapElement$1(e);if(!isHTMLElement(t))return createCoords(1);const y=t.getBoundingClientRect(),{width:n,height:$,$:k}=getCssDimensions(t);let L=(k?round(y.width):y.width)/n,j=(k?round(y.height):y.height)/$;return(!L||!Number.isFinite(L))&&(L=1),(!j||!Number.isFinite(j))&&(j=1),{x:L,y:j}}const noOffsets=createCoords(0);function getVisualOffsets(e){const t=getWindow(e);return!isWebKit()||!t.visualViewport?noOffsets:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function shouldAddVisualOffsets(e,t,y){return t===void 0&&(t=!1),!y||t&&y!==getWindow(e)?!1:t}function getBoundingClientRect(e,t,y,n){t===void 0&&(t=!1),y===void 0&&(y=!1);const $=e.getBoundingClientRect(),k=unwrapElement$1(e);let L=createCoords(1);t&&(n?isElement$1(n)&&(L=getScale(n)):L=getScale(e));const j=shouldAddVisualOffsets(k,y,n)?getVisualOffsets(k):createCoords(0);let V=($.left+j.x)/L.x,z=($.top+j.y)/L.y,re=$.width/L.x,oe=$.height/L.y;if(k){const ue=getWindow(k),de=n&&isElement$1(n)?getWindow(n):n;let _e=ue,Ne=getFrameElement(_e);for(;Ne&&n&&de!==_e;){const Ue=getScale(Ne),$e=Ne.getBoundingClientRect(),Ve=getComputedStyle$1(Ne),Fe=$e.left+(Ne.clientLeft+parseFloat(Ve.paddingLeft))*Ue.x,qe=$e.top+(Ne.clientTop+parseFloat(Ve.paddingTop))*Ue.y;V*=Ue.x,z*=Ue.y,re*=Ue.x,oe*=Ue.y,V+=Fe,z+=qe,_e=getWindow(Ne),Ne=getFrameElement(_e)}}return rectToClientRect({width:re,height:oe,x:V,y:z})}function convertOffsetParentRelativeRectToViewportRelativeRect(e){let{elements:t,rect:y,offsetParent:n,strategy:$}=e;const k=$==="fixed",L=getDocumentElement(n),j=t?isTopLayer(t.floating):!1;if(n===L||j&&k)return y;let V={scrollLeft:0,scrollTop:0},z=createCoords(1);const re=createCoords(0),oe=isHTMLElement(n);if((oe||!oe&&!k)&&((getNodeName(n)!=="body"||isOverflowElement(L))&&(V=getNodeScroll(n)),isHTMLElement(n))){const ue=getBoundingClientRect(n);z=getScale(n),re.x=ue.x+n.clientLeft,re.y=ue.y+n.clientTop}return{width:y.width*z.x,height:y.height*z.y,x:y.x*z.x-V.scrollLeft*z.x+re.x,y:y.y*z.y-V.scrollTop*z.y+re.y}}function getClientRects(e){return Array.from(e.getClientRects())}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getNodeScroll(e).scrollLeft}function getDocumentRect(e){const t=getDocumentElement(e),y=getNodeScroll(e),n=e.ownerDocument.body,$=max$2(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),k=max$2(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let L=-y.scrollLeft+getWindowScrollBarX(e);const j=-y.scrollTop;return getComputedStyle$1(n).direction==="rtl"&&(L+=max$2(t.clientWidth,n.clientWidth)-$),{width:$,height:k,x:L,y:j}}function getViewportRect(e,t){const y=getWindow(e),n=getDocumentElement(e),$=y.visualViewport;let k=n.clientWidth,L=n.clientHeight,j=0,V=0;if($){k=$.width,L=$.height;const z=isWebKit();(!z||z&&t==="fixed")&&(j=$.offsetLeft,V=$.offsetTop)}return{width:k,height:L,x:j,y:V}}function getInnerBoundingClientRect(e,t){const y=getBoundingClientRect(e,!0,t==="fixed"),n=y.top+e.clientTop,$=y.left+e.clientLeft,k=isHTMLElement(e)?getScale(e):createCoords(1),L=e.clientWidth*k.x,j=e.clientHeight*k.y,V=$*k.x,z=n*k.y;return{width:L,height:j,x:V,y:z}}function getClientRectFromClippingAncestor(e,t,y){let n;if(t==="viewport")n=getViewportRect(e,y);else if(t==="document")n=getDocumentRect(getDocumentElement(e));else if(isElement$1(t))n=getInnerBoundingClientRect(t,y);else{const $=getVisualOffsets(e);n={...t,x:t.x-$.x,y:t.y-$.y}}return rectToClientRect(n)}function hasFixedPositionAncestor(e,t){const y=getParentNode(e);return y===t||!isElement$1(y)||isLastTraversableNode(y)?!1:getComputedStyle$1(y).position==="fixed"||hasFixedPositionAncestor(y,t)}function getClippingElementAncestors(e,t){const y=t.get(e);if(y)return y;let n=getOverflowAncestors(e,[],!1).filter(j=>isElement$1(j)&&getNodeName(j)!=="body"),$=null;const k=getComputedStyle$1(e).position==="fixed";let L=k?getParentNode(e):e;for(;isElement$1(L)&&!isLastTraversableNode(L);){const j=getComputedStyle$1(L),V=isContainingBlock(L);!V&&j.position==="fixed"&&($=null),(k?!V&&!$:!V&&j.position==="static"&&!!$&&["absolute","fixed"].includes($.position)||isOverflowElement(L)&&!V&&hasFixedPositionAncestor(e,L))?n=n.filter(re=>re!==L):$=j,L=getParentNode(L)}return t.set(e,n),n}function getClippingRect(e){let{element:t,boundary:y,rootBoundary:n,strategy:$}=e;const L=[...y==="clippingAncestors"?isTopLayer(t)?[]:getClippingElementAncestors(t,this._c):[].concat(y),n],j=L[0],V=L.reduce((z,re)=>{const oe=getClientRectFromClippingAncestor(t,re,$);return z.top=max$2(oe.top,z.top),z.right=min$1(oe.right,z.right),z.bottom=min$1(oe.bottom,z.bottom),z.left=max$2(oe.left,z.left),z},getClientRectFromClippingAncestor(t,j,$));return{width:V.right-V.left,height:V.bottom-V.top,x:V.left,y:V.top}}function getDimensions(e){const{width:t,height:y}=getCssDimensions(e);return{width:t,height:y}}function getRectRelativeToOffsetParent(e,t,y){const n=isHTMLElement(t),$=getDocumentElement(t),k=y==="fixed",L=getBoundingClientRect(e,!0,k,t);let j={scrollLeft:0,scrollTop:0};const V=createCoords(0);if(n||!n&&!k)if((getNodeName(t)!=="body"||isOverflowElement($))&&(j=getNodeScroll(t)),n){const oe=getBoundingClientRect(t,!0,k,t);V.x=oe.x+t.clientLeft,V.y=oe.y+t.clientTop}else $&&(V.x=getWindowScrollBarX($));const z=L.left+j.scrollLeft-V.x,re=L.top+j.scrollTop-V.y;return{x:z,y:re,width:L.width,height:L.height}}function isStaticPositioned(e){return getComputedStyle$1(e).position==="static"}function getTrueOffsetParent(e,t){return!isHTMLElement(e)||getComputedStyle$1(e).position==="fixed"?null:t?t(e):e.offsetParent}function getOffsetParent(e,t){const y=getWindow(e);if(isTopLayer(e))return y;if(!isHTMLElement(e)){let $=getParentNode(e);for(;$&&!isLastTraversableNode($);){if(isElement$1($)&&!isStaticPositioned($))return $;$=getParentNode($)}return y}let n=getTrueOffsetParent(e,t);for(;n&&isTableElement(n)&&isStaticPositioned(n);)n=getTrueOffsetParent(n,t);return n&&isLastTraversableNode(n)&&isStaticPositioned(n)&&!isContainingBlock(n)?y:n||getContainingBlock(e)||y}const getElementRects=async function(e){const t=this.getOffsetParent||getOffsetParent,y=this.getDimensions,n=await y(e.floating);return{reference:getRectRelativeToOffsetParent(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function isRTL$1(e){return getComputedStyle$1(e).direction==="rtl"}const platform$2={convertOffsetParentRelativeRectToViewportRelativeRect,getDocumentElement,getClippingRect,getOffsetParent,getElementRects,getClientRects,getDimensions,getScale,isElement:isElement$1,isRTL:isRTL$1};function observeMove(e,t){let y=null,n;const $=getDocumentElement(e);function k(){var j;clearTimeout(n),(j=y)==null||j.disconnect(),y=null}function L(j,V){j===void 0&&(j=!1),V===void 0&&(V=1),k();const{left:z,top:re,width:oe,height:ue}=e.getBoundingClientRect();if(j||t(),!oe||!ue)return;const de=floor$1(re),_e=floor$1($.clientWidth-(z+oe)),Ne=floor$1($.clientHeight-(re+ue)),Ue=floor$1(z),Ve={rootMargin:-de+"px "+-_e+"px "+-Ne+"px "+-Ue+"px",threshold:max$2(0,min$1(1,V))||1};let Fe=!0;function qe(er){const ir=er[0].intersectionRatio;if(ir!==V){if(!Fe)return L();ir?L(!1,ir):n=setTimeout(()=>{L(!1,1e-7)},1e3)}Fe=!1}try{y=new IntersectionObserver(qe,{...Ve,root:$.ownerDocument})}catch{y=new IntersectionObserver(qe,Ve)}y.observe(e)}return L(!0),k}function autoUpdate(e,t,y,n){n===void 0&&(n={});const{ancestorScroll:$=!0,ancestorResize:k=!0,elementResize:L=typeof ResizeObserver=="function",layoutShift:j=typeof IntersectionObserver=="function",animationFrame:V=!1}=n,z=unwrapElement$1(e),re=$||k?[...z?getOverflowAncestors(z):[],...getOverflowAncestors(t)]:[];re.forEach($e=>{$&&$e.addEventListener("scroll",y,{passive:!0}),k&&$e.addEventListener("resize",y)});const oe=z&&j?observeMove(z,y):null;let ue=-1,de=null;L&&(de=new ResizeObserver($e=>{let[Ve]=$e;Ve&&Ve.target===z&&de&&(de.unobserve(t),cancelAnimationFrame(ue),ue=requestAnimationFrame(()=>{var Fe;(Fe=de)==null||Fe.observe(t)})),y()}),z&&!V&&de.observe(z),de.observe(t));let _e,Ne=V?getBoundingClientRect(e):null;V&&Ue();function Ue(){const $e=getBoundingClientRect(e);Ne&&($e.x!==Ne.x||$e.y!==Ne.y||$e.width!==Ne.width||$e.height!==Ne.height)&&y(),Ne=$e,_e=requestAnimationFrame(Ue)}return y(),()=>{var $e;re.forEach(Ve=>{$&&Ve.removeEventListener("scroll",y),k&&Ve.removeEventListener("resize",y)}),oe==null||oe(),($e=de)==null||$e.disconnect(),de=null,V&&cancelAnimationFrame(_e)}}const detectOverflow=detectOverflow$1,offset=offset$1,shift=shift$1,flip=flip$1,size=size$1,hide=hide$1,arrow$1=arrow$2,limitShift=limitShift$1,computePosition=(e,t,y)=>{const n=new Map,$={platform:platform$2,...y},k={...$.platform,_c:n};return computePosition$1(e,t,{...$,platform:k})};buildProps({});const unrefReference=e=>{if(!isClient)return;if(!e)return e;const t=unrefElement(e);return t||(isRef(e)?t:e)},useFloating$2=({middleware:e,placement:t,strategy:y})=>{const n=ref$1(),$=ref$1(),k=ref$1(),L=ref$1(),j=ref$1({}),V={x:k,y:L,placement:t,strategy:y,middlewareData:j},z=async()=>{if(!isClient)return;const re=unrefReference(n),oe=unrefElement($);if(!re||!oe)return;const ue=await computePosition(re,oe,{placement:unref(t),strategy:unref(y),middleware:unref(e)});keysOf(V).forEach(de=>{V[de].value=ue[de]})};return onMounted(()=>{watchEffect(()=>{z()})}),{...V,update:z,referenceRef:n,contentRef:$}},arrowMiddleware=({arrowRef:e,padding:t})=>({name:"arrow",options:{element:e,padding:t},fn(y){const n=unref(e);return n?arrow$1({element:n,padding:t}).fn(y):{}}});function useCursor(e){let t;function y(){if(e.value==null)return;const{selectionStart:$,selectionEnd:k,value:L}=e.value;if($==null||k==null)return;const j=L.slice(0,Math.max(0,$)),V=L.slice(Math.max(0,k));t={selectionStart:$,selectionEnd:k,value:L,beforeTxt:j,afterTxt:V}}function n(){if(e.value==null||t==null)return;const{value:$}=e.value,{beforeTxt:k,afterTxt:L,selectionStart:j}=t;if(k==null||L==null||j==null)return;let V=$.length;if($.endsWith(L))V=$.length-L.length;else if($.startsWith(k))V=k.length;else{const z=k[j-1],re=$.indexOf(z,j-1);re!==-1&&(V=re+1)}e.value.setSelectionRange(V,V)}return[y,n]}const getOrderedChildren=(e,t,y)=>flattedChildren(e.subTree).filter(k=>{var L;return isVNode(k)&&((L=k.type)==null?void 0:L.name)===t&&!!k.component}).map(k=>k.component.uid).map(k=>y[k]).filter(k=>!!k),useOrderedChildren=(e,t)=>{const y={},n=shallowRef([]);return{children:n,addChild:L=>{y[L.uid]=L,n.value=getOrderedChildren(e,t,y)},removeChild:L=>{delete y[L],n.value=n.value.filter(j=>j.uid!==L)}}},useSizeProp=buildProp({type:String,values:componentSizes,required:!1}),SIZE_INJECTION_KEY=Symbol("size"),useGlobalSize=()=>{const e=inject(SIZE_INJECTION_KEY,{});return computed(()=>unref(e.size)||"")};function useFocusController(e,{beforeFocus:t,afterFocus:y,beforeBlur:n,afterBlur:$}={}){const k=getCurrentInstance(),{emit:L}=k,j=shallowRef(),V=ref$1(!1),z=ue=>{isFunction$5(t)&&t(ue)||V.value||(V.value=!0,L("focus",ue),y==null||y())},re=ue=>{var de;isFunction$5(n)&&n(ue)||ue.relatedTarget&&((de=j.value)!=null&&de.contains(ue.relatedTarget))||(V.value=!1,L("blur",ue),$==null||$())},oe=()=>{var ue,de;(ue=j.value)!=null&&ue.contains(document.activeElement)&&j.value!==document.activeElement||(de=e.value)==null||de.focus()};return watch(j,ue=>{ue&&ue.setAttribute("tabindex","-1")}),useEventListener(j,"focus",z,!0),useEventListener(j,"blur",re,!0),useEventListener(j,"click",oe,!0),{isFocused:V,wrapperRef:j,handleFocus:z,handleBlur:re}}function useComposition({afterComposition:e,emit:t}){const y=ref$1(!1),n=j=>{t==null||t("compositionstart",j),y.value=!0},$=j=>{var V;t==null||t("compositionupdate",j);const z=(V=j.target)==null?void 0:V.value,re=z[z.length-1]||"";y.value=!isKorean(re)},k=j=>{t==null||t("compositionend",j),y.value&&(y.value=!1,nextTick$3(()=>e(j)))};return{isComposing:y,handleComposition:j=>{j.type==="compositionend"?k(j):$(j)},handleCompositionStart:n,handleCompositionUpdate:$,handleCompositionEnd:k}}const emptyValuesContextKey=Symbol("emptyValuesContextKey"),DEFAULT_EMPTY_VALUES=["",void 0,null],DEFAULT_VALUE_ON_CLEAR=void 0,useEmptyValuesProps=buildProps({emptyValues:Array,valueOnClear:{type:[String,Number,Boolean,Function],default:void 0,validator:e=>isFunction$5(e)?!e():!e}}),useEmptyValues=(e,t)=>{const y=getCurrentInstance()?inject(emptyValuesContextKey,ref$1({})):ref$1({}),n=computed(()=>e.emptyValues||y.value.emptyValues||DEFAULT_EMPTY_VALUES),$=computed(()=>isFunction$5(e.valueOnClear)?e.valueOnClear():e.valueOnClear!==void 0?e.valueOnClear:isFunction$5(y.value.valueOnClear)?y.value.valueOnClear():y.value.valueOnClear!==void 0?y.value.valueOnClear:t!==void 0?t:DEFAULT_VALUE_ON_CLEAR),k=L=>n.value.includes(L);return n.value.includes($.value),{emptyValues:n,valueOnClear:$,isEmptyValue:k}},ariaProps=buildProps({ariaLabel:String,ariaOrientation:{type:String,values:["horizontal","vertical","undefined"]},ariaControls:String}),useAriaProps=e=>pick(ariaProps,e),configProviderContextKey=Symbol(),globalConfig=ref$1();function useGlobalConfig(e,t=void 0){const y=getCurrentInstance()?inject(configProviderContextKey,globalConfig):globalConfig;return e?computed(()=>{var n,$;return($=(n=y.value)==null?void 0:n[e])!=null?$:t}):y}function useGlobalComponentSettings(e,t){const y=useGlobalConfig(),n=useNamespace(e,computed(()=>{var j;return((j=y.value)==null?void 0:j.namespace)||defaultNamespace})),$=useLocale(computed(()=>{var j;return(j=y.value)==null?void 0:j.locale})),k=useZIndex(computed(()=>{var j;return((j=y.value)==null?void 0:j.zIndex)||defaultInitialZIndex})),L=computed(()=>{var j;return unref(t)||((j=y.value)==null?void 0:j.size)||""});return provideGlobalConfig(computed(()=>unref(y)||{})),{ns:n,locale:$,zIndex:k,size:L}}const provideGlobalConfig=(e,t,y=!1)=>{var n;const $=!!getCurrentInstance(),k=$?useGlobalConfig():void 0,L=(n=t==null?void 0:t.provide)!=null?n:$?provide:void 0;if(!L)return;const j=computed(()=>{const V=unref(e);return k!=null&&k.value?mergeConfig$1(k.value,V):V});return L(configProviderContextKey,j),L(localeContextKey,computed(()=>j.value.locale)),L(namespaceContextKey,computed(()=>j.value.namespace)),L(zIndexContextKey,computed(()=>j.value.zIndex)),L(SIZE_INJECTION_KEY,{size:computed(()=>j.value.size||"")}),L(emptyValuesContextKey,computed(()=>({emptyValues:j.value.emptyValues,valueOnClear:j.value.valueOnClear}))),(y||!globalConfig.value)&&(globalConfig.value=j.value),j},mergeConfig$1=(e,t)=>{const y=[...new Set([...keysOf(e),...keysOf(t)])],n={};for(const $ of y)n[$]=t[$]!==void 0?t[$]:e[$];return n},configProviderProps=buildProps({a11y:{type:Boolean,default:!0},locale:{type:definePropType(Object)},size:useSizeProp,button:{type:definePropType(Object)},experimentalFeatures:{type:definePropType(Object)},keyboardNavigation:{type:Boolean,default:!0},message:{type:definePropType(Object)},zIndex:Number,namespace:{type:String,default:"el"},...useEmptyValuesProps}),messageConfig={},ConfigProvider=defineComponent({name:"ElConfigProvider",props:configProviderProps,setup(e,{slots:t}){watch(()=>e.message,n=>{Object.assign(messageConfig,n??{})},{immediate:!0,deep:!0});const y=provideGlobalConfig(e);return()=>renderSlot(t,"default",{config:y==null?void 0:y.value})}}),ElConfigProvider=withInstall(ConfigProvider),version$3="2.8.0",makeInstaller=(e=[])=>({version:version$3,install:(y,n)=>{y[INSTALLED_KEY]||(y[INSTALLED_KEY]=!0,e.forEach($=>y.use($)),n&&provideGlobalConfig(n,y,!0))}}),affixProps=buildProps({zIndex:{type:definePropType([Number,String]),default:100},target:{type:String,default:""},offset:{type:Number,default:0},position:{type:String,values:["top","bottom"],default:"top"}}),affixEmits={scroll:({scrollTop:e,fixed:t})=>isNumber$4(e)&&isBoolean$3(t),[CHANGE_EVENT]:e=>isBoolean$3(e)};var _export_sfc$1=(e,t)=>{const y=e.__vccOpts||e;for(const[n,$]of t)y[n]=$;return y};const COMPONENT_NAME$n="ElAffix",__default__$1O=defineComponent({name:COMPONENT_NAME$n}),_sfc_main$2V=defineComponent({...__default__$1O,props:affixProps,emits:affixEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("affix"),k=shallowRef(),L=shallowRef(),j=shallowRef(),{height:V}=useWindowSize(),{height:z,width:re,top:oe,bottom:ue,update:de}=useElementBounding(L,{windowScroll:!1}),_e=useElementBounding(k),Ne=ref$1(!1),Ue=ref$1(0),$e=ref$1(0),Ve=computed(()=>({height:Ne.value?`${z.value}px`:"",width:Ne.value?`${re.value}px`:""})),Fe=computed(()=>{if(!Ne.value)return{};const ir=n.offset?addUnit(n.offset):0;return{height:`${z.value}px`,width:`${re.value}px`,top:n.position==="top"?ir:"",bottom:n.position==="bottom"?ir:"",transform:$e.value?`translateY(${$e.value}px)`:"",zIndex:n.zIndex}}),qe=()=>{if(j.value)if(Ue.value=j.value instanceof Window?document.documentElement.scrollTop:j.value.scrollTop||0,n.position==="top")if(n.target){const ir=_e.bottom.value-n.offset-z.value;Ne.value=n.offset>oe.value&&_e.bottom.value>0,$e.value=ir<0?ir:0}else Ne.value=n.offset>oe.value;else if(n.target){const ir=V.value-_e.top.value-n.offset-z.value;Ne.value=V.value-n.offset_e.top.value,$e.value=ir<0?-ir:0}else Ne.value=V.value-n.offset{de(),y("scroll",{scrollTop:Ue.value,fixed:Ne.value})};return watch(Ne,ir=>y("change",ir)),onMounted(()=>{var ir;n.target?(k.value=(ir=document.querySelector(n.target))!=null?ir:void 0,k.value||throwError(COMPONENT_NAME$n,`Target does not exist: ${n.target}`)):k.value=document.documentElement,j.value=getScrollContainer(L.value,!0),de()}),useEventListener(j,"scroll",er),watchEffect(qe),t({update:qe,updateRoot:de}),(ir,dr)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:L,class:normalizeClass(unref($).b()),style:normalizeStyle(unref(Ve))},[createBaseVNode("div",{class:normalizeClass({[unref($).m("fixed")]:Ne.value}),style:normalizeStyle(unref(Fe))},[renderSlot(ir.$slots,"default")],6)],6))}});var Affix=_export_sfc$1(_sfc_main$2V,[["__file","affix.vue"]]);const ElAffix=withInstall(Affix),iconProps=buildProps({size:{type:definePropType([Number,String])},color:{type:String}}),__default__$1N=defineComponent({name:"ElIcon",inheritAttrs:!1}),_sfc_main$2U=defineComponent({...__default__$1N,props:iconProps,setup(e){const t=e,y=useNamespace("icon"),n=computed(()=>{const{size:$,color:k}=t;return!$&&!k?{}:{fontSize:isUndefined$2($)?void 0:addUnit($),"--color":k}});return($,k)=>(openBlock(),createElementBlock("i",mergeProps({class:unref(y).b(),style:unref(n)},$.$attrs),[renderSlot($.$slots,"default")],16))}});var Icon$1=_export_sfc$1(_sfc_main$2U,[["__file","icon.vue"]]);const ElIcon=withInstall(Icon$1),alertEffects=["light","dark"],alertProps=buildProps({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:keysOf(TypeComponentsMap),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:alertEffects,default:"light"}}),alertEmits={close:e=>e instanceof MouseEvent},__default__$1M=defineComponent({name:"ElAlert"}),_sfc_main$2T=defineComponent({...__default__$1M,props:alertProps,emits:alertEmits,setup(e,{emit:t}){const y=e,{Close:n}=TypeComponents,$=useSlots(),k=useNamespace("alert"),L=ref$1(!0),j=computed(()=>TypeComponentsMap[y.type]),V=computed(()=>[k.e("icon"),{[k.is("big")]:!!y.description||!!$.default}]),z=computed(()=>({"with-description":y.description||$.default})),re=oe=>{L.value=!1,t("close",oe)};return(oe,ue)=>(openBlock(),createBlock(Transition,{name:unref(k).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{class:normalizeClass([unref(k).b(),unref(k).m(oe.type),unref(k).is("center",oe.center),unref(k).is(oe.effect)]),role:"alert"},[oe.showIcon&&unref(j)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(V))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(j))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("content"))},[oe.title||oe.$slots.title?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass([unref(k).e("title"),unref(z)])},[renderSlot(oe.$slots,"title",{},()=>[createTextVNode(toDisplayString(oe.title),1)])],2)):createCommentVNode("v-if",!0),oe.$slots.default||oe.description?(openBlock(),createElementBlock("p",{key:1,class:normalizeClass(unref(k).e("description"))},[renderSlot(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.description),1)])],2)):createCommentVNode("v-if",!0),oe.closable?(openBlock(),createElementBlock(Fragment,{key:2},[oe.closeText?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(k).e("close-btn"),unref(k).is("customed")]),onClick:re},toDisplayString(oe.closeText),3)):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(k).e("close-btn")),onClick:re},{default:withCtx(()=>[createVNode(unref(n))]),_:1},8,["class"]))],64)):createCommentVNode("v-if",!0)],2)],2),[[vShow,L.value]])]),_:3},8,["name"]))}});var Alert=_export_sfc$1(_sfc_main$2T,[["__file","alert.vue"]]);const ElAlert=withInstall(Alert),formContextKey=Symbol("formContextKey"),formItemContextKey=Symbol("formItemContextKey"),useFormSize=(e,t={})=>{const y=ref$1(void 0),n=t.prop?y:useProp("size"),$=t.global?y:useGlobalSize(),k=t.form?{size:void 0}:inject(formContextKey,void 0),L=t.formItem?{size:void 0}:inject(formItemContextKey,void 0);return computed(()=>n.value||unref(e)||(L==null?void 0:L.size)||(k==null?void 0:k.size)||$.value||"")},useFormDisabled=e=>{const t=useProp("disabled"),y=inject(formContextKey,void 0);return computed(()=>t.value||unref(e)||(y==null?void 0:y.disabled)||!1)},useFormItem=()=>{const e=inject(formContextKey,void 0),t=inject(formItemContextKey,void 0);return{form:e,formItem:t}},useFormItemInputId=(e,{formItemContext:t,disableIdGeneration:y,disableIdManagement:n})=>{y||(y=ref$1(!1)),n||(n=ref$1(!1));const $=ref$1();let k;const L=computed(()=>{var j;return!!(!(e.label||e.ariaLabel)&&t&&t.inputIds&&((j=t.inputIds)==null?void 0:j.length)<=1)});return onMounted(()=>{k=watch([toRef$1(e,"id"),y],([j,V])=>{const z=j??(V?void 0:useId().value);z!==$.value&&(t!=null&&t.removeInputId&&($.value&&t.removeInputId($.value),!(n!=null&&n.value)&&!V&&z&&t.addInputId(z)),$.value=z)},{immediate:!0})}),onUnmounted(()=>{k&&k(),t!=null&&t.removeInputId&&$.value&&t.removeInputId($.value)}),{isLabeledByFormItem:L,inputId:$}},formMetaProps=buildProps({size:{type:String,values:componentSizes},disabled:Boolean}),formProps=buildProps({...formMetaProps,model:Object,rules:{type:definePropType(Object)},labelPosition:{type:String,values:["left","right","top"],default:"right"},requireAsteriskPosition:{type:String,values:["left","right"],default:"left"},labelWidth:{type:[String,Number],default:""},labelSuffix:{type:String,default:""},inline:Boolean,inlineMessage:Boolean,statusIcon:Boolean,showMessage:{type:Boolean,default:!0},validateOnRuleChange:{type:Boolean,default:!0},hideRequiredAsterisk:Boolean,scrollToError:Boolean,scrollIntoViewOptions:{type:[Object,Boolean]}}),formEmits={validate:(e,t,y)=>(isArray$4(e)||isString$4(e))&&isBoolean$3(t)&&isString$4(y)};function useFormLabelWidth(){const e=ref$1([]),t=computed(()=>{if(!e.value.length)return"0";const k=Math.max(...e.value);return k?`${k}px`:""});function y(k){const L=e.value.indexOf(k);return L===-1&&t.value,L}function n(k,L){if(k&&L){const j=y(L);e.value.splice(j,1,k)}else k&&e.value.push(k)}function $(k){const L=y(k);L>-1&&e.value.splice(L,1)}return{autoLabelWidth:t,registerLabelWidth:n,deregisterLabelWidth:$}}const filterFields=(e,t)=>{const y=castArray$1(t);return y.length>0?e.filter(n=>n.prop&&y.includes(n.prop)):e},COMPONENT_NAME$m="ElForm",__default__$1L=defineComponent({name:COMPONENT_NAME$m}),_sfc_main$2S=defineComponent({...__default__$1L,props:formProps,emits:formEmits,setup(e,{expose:t,emit:y}){const n=e,$=[],k=useFormSize(),L=useNamespace("form"),j=computed(()=>{const{labelPosition:Fe,inline:qe}=n;return[L.b(),L.m(k.value||"default"),{[L.m(`label-${Fe}`)]:Fe,[L.m("inline")]:qe}]}),V=Fe=>$.find(qe=>qe.prop===Fe),z=Fe=>{$.push(Fe)},re=Fe=>{Fe.prop&&$.splice($.indexOf(Fe),1)},oe=(Fe=[])=>{n.model&&filterFields($,Fe).forEach(qe=>qe.resetField())},ue=(Fe=[])=>{filterFields($,Fe).forEach(qe=>qe.clearValidate())},de=computed(()=>!!n.model),_e=Fe=>{if($.length===0)return[];const qe=filterFields($,Fe);return qe.length?qe:[]},Ne=async Fe=>$e(void 0,Fe),Ue=async(Fe=[])=>{if(!de.value)return!1;const qe=_e(Fe);if(qe.length===0)return!0;let er={};for(const ir of qe)try{await ir.validate("")}catch(dr){er={...er,...dr}}return Object.keys(er).length===0?!0:Promise.reject(er)},$e=async(Fe=[],qe)=>{const er=!isFunction$5(qe);try{const ir=await Ue(Fe);return ir===!0&&await(qe==null?void 0:qe(ir)),ir}catch(ir){if(ir instanceof Error)throw ir;const dr=ir;return n.scrollToError&&Ve(Object.keys(dr)[0]),await(qe==null?void 0:qe(!1,dr)),er&&Promise.reject(dr)}},Ve=Fe=>{var qe;const er=filterFields($,Fe)[0];er&&((qe=er.$el)==null||qe.scrollIntoView(n.scrollIntoViewOptions))};return watch(()=>n.rules,()=>{n.validateOnRuleChange&&Ne().catch(Fe=>void 0)},{deep:!0}),provide(formContextKey,reactive({...toRefs(n),emit:y,resetFields:oe,clearValidate:ue,validateField:$e,getField:V,addField:z,removeField:re,...useFormLabelWidth()})),t({validate:Ne,validateField:$e,resetFields:oe,clearValidate:ue,scrollToField:Ve,fields:$}),(Fe,qe)=>(openBlock(),createElementBlock("form",{class:normalizeClass(unref(j))},[renderSlot(Fe.$slots,"default")],2))}});var Form=_export_sfc$1(_sfc_main$2S,[["__file","form.vue"]]),define_process_default$d={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},define_process_env_default={};function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function _construct(e,t,y){return _isNativeReflectConstruct()?_construct=Reflect.construct.bind():_construct=function($,k,L){var j=[null];j.push.apply(j,k);var V=Function.bind.apply($,j),z=new V;return L&&_setPrototypeOf(z,L.prototype),z},_construct.apply(null,arguments)}function _isNativeFunction(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function _wrapNativeSuper(e){var t=typeof Map=="function"?new Map:void 0;return _wrapNativeSuper=function(n){if(n===null||!_isNativeFunction(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(n))return t.get(n);t.set(n,$)}function $(){return _construct(n,arguments,_getPrototypeOf(this).constructor)}return $.prototype=Object.create(n.prototype,{constructor:{value:$,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf($,n)},_wrapNativeSuper(e)}var formatRegExp=/%[sdj%]/g,warning=function(){};typeof define_process_default$d<"u";function convertFieldsError(e){if(!e||!e.length)return null;var t={};return e.forEach(function(y){var n=y.field;t[n]=t[n]||[],t[n].push(y)}),t}function format$1(e){for(var t=arguments.length,y=new Array(t>1?t-1:0),n=1;n=k)return j;switch(j){case"%s":return String(y[$++]);case"%d":return Number(y[$++]);case"%j":try{return JSON.stringify(y[$++])}catch{return"[Circular]"}break;default:return j}});return L}return e}function isNativeStringType(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function isEmptyValue(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||isNativeStringType(t)&&typeof e=="string"&&!e)}function asyncParallelArray(e,t,y){var n=[],$=0,k=e.length;function L(j){n.push.apply(n,j||[]),$++,$===k&&y(n)}e.forEach(function(j){t(j,L)})}function asyncSerialArray(e,t,y){var n=0,$=e.length;function k(L){if(L&&L.length){y(L);return}var j=n;n=n+1,j<$?t(e[j],k):y([])}k([])}function flattenObjArr(e){var t=[];return Object.keys(e).forEach(function(y){t.push.apply(t,e[y]||[])}),t}var AsyncValidationError=function(e){_inheritsLoose$1(t,e);function t(y,n){var $;return $=e.call(this,"Async Validation Error")||this,$.errors=y,$.fields=n,$}return t}(_wrapNativeSuper(Error));function asyncMap(e,t,y,n,$){if(t.first){var k=new Promise(function(ue,de){var _e=function($e){return n($e),$e.length?de(new AsyncValidationError($e,convertFieldsError($e))):ue($)},Ne=flattenObjArr(e);asyncSerialArray(Ne,y,_e)});return k.catch(function(ue){return ue}),k}var L=t.firstFields===!0?Object.keys(e):t.firstFields||[],j=Object.keys(e),V=j.length,z=0,re=[],oe=new Promise(function(ue,de){var _e=function(Ue){if(re.push.apply(re,Ue),z++,z===V)return n(re),re.length?de(new AsyncValidationError(re,convertFieldsError(re))):ue($)};j.length||(n(re),ue($)),j.forEach(function(Ne){var Ue=e[Ne];L.indexOf(Ne)!==-1?asyncSerialArray(Ue,y,_e):asyncParallelArray(Ue,y,_e)})});return oe.catch(function(ue){return ue}),oe}function isErrorObj(e){return!!(e&&e.message!==void 0)}function getValue(e,t){for(var y=e,n=0;n0&&er.prevInput=="​"?Tu(ir,Mc)(ir):Hl++<10?lr.detectingSelectAll=setTimeout(sl,500):(lr.selForContextMenu=null,lr.input.reset())};lr.detectingSelectAll=setTimeout(sl,200)}}if(V&&z>=9&&gs(),qe){Pc($e);var Js=function(){Ma(window,"mouseup",Js),setTimeout(Cs,20)};Hi(window,"mouseup",Js)}else setTimeout(Cs,50)},Qo.prototype.readOnlyChanged=function($e){$e||this.reset(),this.textarea.disabled=$e=="nocursor",this.textarea.readOnly=!!$e},Qo.prototype.setUneditable=function(){},Qo.prototype.needsContentAttribute=!1;function fl($e,er){if(er=er?gr(er):{},er.value=$e.value,!er.tabindex&&$e.tabIndex&&(er.tabindex=$e.tabIndex),!er.placeholder&&$e.placeholder&&(er.placeholder=$e.placeholder),er.autofocus==null){var ir=hr(Rr($e));er.autofocus=ir==$e||$e.getAttribute("autofocus")!=null&&ir==document.body}function lr(){$e.value=Hn.getValue()}var dr;if($e.form&&(Hi($e.form,"submit",lr),!er.leaveSubmitMethodAlone)){var $r=$e.form;dr=$r.submit;try{var Zr=$r.submit=function(){lr(),$r.submit=dr,$r.submit(),$r.submit=Zr}}catch{}}er.finishInit=function(mi){mi.save=lr,mi.getTextArea=function(){return $e},mi.toTextArea=function(){mi.toTextArea=isNaN,lr(),$e.parentNode.removeChild(mi.getWrapperElement()),$e.style.display="",$e.form&&(Ma($e.form,"submit",lr),!er.leaveSubmitMethodAlone&&typeof $e.form.submit=="function"&&($e.form.submit=dr))}},$e.style.display="none";var Hn=ys(function(mi){return $e.parentNode.insertBefore(mi,$e.nextSibling)},er);return Hn}function Is($e){$e.off=Ma,$e.on=Hi,$e.wheelEventPixels=dp,$e.Doc=Yd,$e.splitLines=Lr,$e.countColumn=jr,$e.findColumn=Cr,$e.isWordChar=Po,$e.Pass=Sr,$e.signal=Ns,$e.Line=Wn,$e.changeEnd=jf,$e.scrollbarModel=bu,$e.Pos=ml,$e.cmpPos=Uu,$e.modes=Wi,$e.mimeModes=pa,$e.resolveMode=Eo,$e.getMode=Fo,$e.modeExtensions=hs,$e.extendMode=An,$e.copyState=Uo,$e.startState=ko,$e.innerMode=cu,$e.commands=Vn,$e.keyMap=Wm,$e.keyName=Zh,$e.isModifierKey=a0,$e.lookupKey=nf,$e.normalizeKeyMap=om,$e.StringStream=vu,$e.SharedTextMarker=Wu,$e.TextMarker=Dl,$e.LineWidget=Vc,$e.e_preventDefault=xs,$e.e_stopPropagation=ju,$e.e_stop=Pc,$e.addClass=Er,$e.contains=_r,$e.rmClass=tr,$e.keyNames=Kp}Bs(ys),Ws(ys);var ul="iter insert remove copy getEditor constructor".split(" ");for(var Hu in Yd.prototype)Yd.prototype.hasOwnProperty(Hu)&&Ur(ul,Hu)<0&&(ys.prototype[Hu]=function($e){return function(){return $e.apply(this.doc,arguments)}}(Yd.prototype[Hu]));return Au(Yd),ys.inputStyles={textarea:Qo,contenteditable:jl},ys.defineMode=function($e){!ys.defaults.mode&&$e!="null"&&(ys.defaults.mode=$e),Ki.apply(this,arguments)},ys.defineMIME=Yo,ys.defineMode("null",function(){return{token:function($e){return $e.skipToEnd()}}}),ys.defineMIME("text/plain","null"),ys.defineExtension=function($e,er){ys.prototype[$e]=er},ys.defineDocExtension=function($e,er){Yd.prototype[$e]=er},ys.fromTextArea=fl,Is(ys),ys.version="5.65.17",ys})}(codemirror)),codemirror.exports}var codemirrorExports=requireCodemirror();const CodeMirror=getDefaultExportFromCjs(codemirrorExports);function tryOnScopeDispose$1(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function toValue$2(e){return typeof e=="function"?e():unref(e)}const isClient$1=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const toString$3=Object.prototype.toString,isObject$3=e=>toString$3.call(e)==="[object Object]",noop$5=()=>{};function createFilterWrapper$1(e,t){function y(...n){return new Promise((k,L)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then(k).catch(L)})}return y}const bypassFilter=e=>e();function pausableFilter(e=bypassFilter){const t=ref$1(!0);function y(){t.value=!1}function n(){t.value=!0}const k=(...L)=>{t.value&&e(...L)};return{isActive:readonly(t),pause:y,resume:n,eventFilter:k}}function getLifeCycleTarget(e){return getCurrentInstance()}function toRef(...e){if(e.length!==1)return toRef$1(...e);const t=e[0];return typeof t=="function"?readonly(customRef(()=>({get:t,set:noop$5}))):ref$1(t)}function watchWithFilter(e,t,y={}){const{eventFilter:n=bypassFilter,...k}=y;return watch(e,createFilterWrapper$1(n,t),k)}function watchPausable(e,t,y={}){const{eventFilter:n,...k}=y,{eventFilter:L,pause:$,resume:j,isActive:V}=pausableFilter(n);return{stop:watchWithFilter(e,t,{...k,eventFilter:L}),pause:$,resume:j,isActive:V}}function tryOnMounted$1(e,t=!0,y){getLifeCycleTarget()?onMounted(e,y):t?e():nextTick$1(e)}function useToggle(e=!1,t={}){const{truthyValue:y=!0,falsyValue:n=!1}=t,k=isRef(e),L=ref$1(e);function $(j){if(arguments.length)return L.value=j,L.value;{const V=toValue$2(y);return L.value=L.value===V?toValue$2(n):V,L.value}}return k?$:[L,$]}function unrefElement$1(e){var t;const y=toValue$2(e);return(t=y==null?void 0:y.$el)!=null?t:y}const defaultWindow$1=isClient$1?window:void 0;function useEventListener$1(...e){let t,y,n,k;if(typeof e[0]=="string"||Array.isArray(e[0])?([y,n,k]=e,t=defaultWindow$1):[t,y,n,k]=e,!t)return noop$5;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const L=[],$=()=>{L.forEach(re=>re()),L.length=0},j=(re,ie,oe,ue)=>(re.addEventListener(ie,oe,ue),()=>re.removeEventListener(ie,oe,ue)),V=watch(()=>[unrefElement$1(t),toValue$2(k)],([re,ie])=>{if($(),!re)return;const oe=isObject$3(ie)?{...ie}:ie;L.push(...y.flatMap(ue=>n.map(de=>j(re,ue,de,oe))))},{immediate:!0,flush:"post"}),z=()=>{V(),$()};return tryOnScopeDispose$1(z),z}function useMounted(){const e=ref$1(!1),t=getCurrentInstance();return t&&onMounted(()=>{e.value=!0},t),e}function useSupported$1(e){const t=useMounted();return computed(()=>(t.value,!!e()))}function useMediaQuery(e,t={}){const{window:y=defaultWindow$1}=t,n=useSupported$1(()=>y&&"matchMedia"in y&&typeof y.matchMedia=="function");let k;const L=ref$1(!1),$=z=>{L.value=z.matches},j=()=>{k&&("removeEventListener"in k?k.removeEventListener("change",$):k.removeListener($))},V=watchEffect(()=>{n.value&&(j(),k=y.matchMedia(toValue$2(e)),"addEventListener"in k?k.addEventListener("change",$):k.addListener($),L.value=k.matches)});return tryOnScopeDispose$1(()=>{V(),j(),k=void 0}),L}const _global$2=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global$1<"u"?global$1:typeof self<"u"?self:{},globalKey$1="__vueuse_ssr_handlers__",handlers=getHandlers();function getHandlers(){return globalKey$1 in _global$2||(_global$2[globalKey$1]=_global$2[globalKey$1]||{}),_global$2[globalKey$1]}function getSSRHandler(e,t){return handlers[e]||t}function guessSerializerType(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const StorageSerializers={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},customStorageEventName="vueuse-storage";function useStorage(e,t,y,n={}){var k;const{flush:L="pre",deep:$=!0,listenToStorageChanges:j=!0,writeDefaults:V=!0,mergeDefaults:z=!1,shallow:re,window:ie=defaultWindow$1,eventFilter:oe,onError:ue=qe=>{console.error(qe)},initOnMounted:de}=n,pe=(re?shallowRef:ref$1)(typeof t=="function"?t():t);if(!y)try{y=getSSRHandler("getDefaultStorage",()=>{var qe;return(qe=defaultWindow$1)==null?void 0:qe.localStorage})()}catch(qe){ue(qe)}if(!y)return pe;const Ie=toValue$2(t),_e=guessSerializerType(Ie),Ce=(k=n.serializer)!=null?k:StorageSerializers[_e],{pause:he,resume:Ne}=watchPausable(pe,()=>Ue(pe.value),{flush:L,deep:$,eventFilter:oe});ie&&j&&tryOnMounted$1(()=>{useEventListener$1(ie,"storage",Et),useEventListener$1(ie,customStorageEventName,Ve),de&&Et()}),de||Et();function Fe(qe,jt){ie&&ie.dispatchEvent(new CustomEvent(customStorageEventName,{detail:{key:e,oldValue:qe,newValue:jt,storageArea:y}}))}function Ue(qe){try{const jt=y.getItem(e);if(qe==null)Fe(jt,null),y.removeItem(e);else{const tr=Ce.write(qe);jt!==tr&&(y.setItem(e,tr),Fe(jt,tr))}}catch(jt){ue(jt)}}function kt(qe){const jt=qe?qe.newValue:y.getItem(e);if(jt==null)return V&&Ie!=null&&y.setItem(e,Ce.write(Ie)),Ie;if(!qe&&z){const tr=Ce.read(jt);return typeof z=="function"?z(tr,Ie):_e==="object"&&!Array.isArray(tr)?{...Ie,...tr}:tr}else return typeof jt!="string"?jt:Ce.read(jt)}function Et(qe){if(!(qe&&qe.storageArea!==y)){if(qe&&qe.key==null){pe.value=Ie;return}if(!(qe&&qe.key!==e)){he();try{(qe==null?void 0:qe.newValue)!==Ce.write(pe.value)&&(pe.value=kt(qe))}catch(jt){ue(jt)}finally{qe?nextTick$1(Ne):Ne()}}}}function Ve(qe){Et(qe.detail)}return pe}function usePreferredDark(e){return useMediaQuery("(prefers-color-scheme: dark)",e)}function useColorMode(e={}){const{selector:t="html",attribute:y="class",initialValue:n="auto",window:k=defaultWindow$1,storage:L,storageKey:$="vueuse-color-scheme",listenToStorageChanges:j=!0,storageRef:V,emitAuto:z,disableTransition:re=!0}=e,ie={auto:"",light:"light",dark:"dark",...e.modes||{}},oe=usePreferredDark({window:k}),ue=computed(()=>oe.value?"dark":"light"),de=V||($==null?toRef(n):useStorage($,n,L,{window:k,listenToStorageChanges:j})),pe=computed(()=>de.value==="auto"?ue.value:de.value),Ie=getSSRHandler("updateHTMLAttrs",(Ne,Fe,Ue)=>{const kt=typeof Ne=="string"?k==null?void 0:k.document.querySelector(Ne):unrefElement$1(Ne);if(!kt)return;let Et;if(re&&(Et=k.document.createElement("style"),Et.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),k.document.head.appendChild(Et)),Fe==="class"){const Ve=Ue.split(/\s/g);Object.values(ie).flatMap(qe=>(qe||"").split(/\s/g)).filter(Boolean).forEach(qe=>{Ve.includes(qe)?kt.classList.add(qe):kt.classList.remove(qe)})}else kt.setAttribute(Fe,Ue);re&&(k.getComputedStyle(Et).opacity,document.head.removeChild(Et))});function _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.topn.top&&y.right>n.left&&y.left{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);++y0){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-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-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-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();++t0&&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);++nj))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=t||kt<0||ie&&Et>=L}function _e(){var Ue=now();if(Ie(Ue))return Ce(Ue);j=setTimeout(_e,pe(Ue))}function Ce(Ue){return j=void 0,oe&&n?ue(Ue):(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 Ue=now(),kt=Ie(Ue);if(n=arguments,k=this,V=Ue,kt){if(j===void 0)return de(V);if(ie)return clearTimeout(j),j=setTimeout(_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={};++t1),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=LARGE_ARRAY_SIZE){var z=createSet(e);if(z)return setToArray(z);$=!1,k=cacheHas,V=new SetCache}else V=j;e:for(;++ne===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{$&&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,Ue=-Ie+ue,kt=he-pe-_e+oe,Et=Ne-Ie-Ce+ue,Ve=jt=>{let tr=oe+jt.clientX-re,rr=ue+jt.clientY-ie;n!=null&&n.value||(tr=Math.min(Math.max(tr,Fe),kt),rr=Math.min(Math.max(rr,Ue),Et)),k={offsetX:tr,offsetY:rr},e.value&&(e.value.style.transform=`translate(${addUnit(tr)}, ${addUnit(rr)})`)},qe=()=>{document.removeEventListener("mousemove",Ve),document.removeEventListener("mouseup",qe)};document.addEventListener("mousemove",Ve),document.addEventListener("mouseup",qe)},$=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",L)},j=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",L)},V=()=>{k={offsetX:0,offsetY:0},e.value&&(e.value.style.transform="none")};return onMounted(()=>{watchEffect(()=>{y.value?$():j()})}),onBeforeUnmount(()=>{j()}),{resetPostion:V}};var English={name:"en",el:{breadcrumb:{label:"Breadcrumb"},colorpicker:{confirm:"OK",clear:"Clear",defaultLabel:"color picker",description:"current color is {color}. press enter to select a new color.",alphaLabel:"pick alpha value"},datepicker:{now:"Now",today:"Today",cancel:"Cancel",clear:"Clear",confirm:"OK",dateTablePrompt:"Use the arrow keys and enter to select the day of the month",monthTablePrompt:"Use the arrow keys and enter to select the month",yearTablePrompt:"Use the arrow keys and enter to select the year",selectedDate:"Selected date",selectDate:"Select date",selectTime:"Select time",startDate:"Start Date",startTime:"Start Time",endDate:"End Date",endTime:"End Time",prevYear:"Previous Year",nextYear:"Next Year",prevMonth:"Previous Month",nextMonth:"Next Month",year:"",month1:"January",month2:"February",month3:"March",month4:"April",month5:"May",month6:"June",month7:"July",month8:"August",month9:"September",month10:"October",month11:"November",month12:"December",week:"week",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},weeksFull:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"},months:{jan:"Jan",feb:"Feb",mar:"Mar",apr:"Apr",may:"May",jun:"Jun",jul:"Jul",aug:"Aug",sep:"Sep",oct:"Oct",nov:"Nov",dec:"Dec"}},inputNumber:{decrease:"decrease number",increase:"increase number"},select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},mention:{loading:"Loading"},dropdown:{toggleDropdown:"Toggle Dropdown"},cascader:{noMatch:"No matching data",loading:"Loading",placeholder:"Select",noData:"No data"},pagination:{goto:"Go to",pagesize:"/page",total:"Total {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages",deprecationWarning:"Deprecated usages detected, please refer to the el-pagination documentation for more details"},dialog:{close:"Close this dialog"},drawer:{close:"Close this dialog"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},upload:{deleteTip:"press delete to remove",delete:"Delete",preview:"Preview",continue:"Continue"},slider:{defaultLabel:"slider between {min} and {max}",defaultRangeStartLabel:"pick start value",defaultRangeEndLabel:"pick end value"},table:{emptyText:"No Data",confirmFilter:"Confirm",resetFilter:"Reset",clearFilter:"All",sumText:"Sum"},tour:{next:"Next",previous:"Previous",finish:"Finish"},tree:{emptyText:"No Data"},transfer:{noMatch:"No matching data",noData:"No data",titles:["List 1","List 2"],filterPlaceholder:"Enter keyword",noCheckedFormat:"{total} items",hasCheckedFormat:"{checked}/{total} checked"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"},carousel:{leftArrow:"Carousel arrow left",rightArrow:"Carousel arrow right",indicator:"Carousel switch to index {index}"}}};const buildTranslator=e=>(t,y)=>translate(t,y,unref(e)),translate=(e,t,y)=>get(y,e,e).replace(/\{(\w+)\}/g,(n,k)=>{var L;return`${(L=t==null?void 0:t[k])!=null?L:`{${k}}`}`}),buildLocaleContext=e=>{const t=computed(()=>unref(e).name),y=isRef(e)?e:ref$1(e);return{lang:t,locale:y,t:buildTranslator(e)}},localeContextKey=Symbol("localeContextKey"),useLocale=e=>{const t=e||inject(localeContextKey,ref$1());return buildLocaleContext(computed(()=>t.value||English))},defaultNamespace="el",statePrefix="is-",_bem=(e,t,y,n,k)=>{let L=`${e}-${t}`;return y&&(L+=`-${y}`),n&&(L+=`__${n}`),k&&(L+=`--${k}`),L},namespaceContextKey=Symbol("namespaceContextKey"),useGetDerivedNamespace=e=>{const t=e||(getCurrentInstance()?inject(namespaceContextKey,ref$1(defaultNamespace)):ref$1(defaultNamespace));return computed(()=>unref(t)||defaultNamespace)},useNamespace=(e,t)=>{const y=useGetDerivedNamespace(t);return{namespace:y,b:(pe="")=>_bem(y.value,e,pe,"",""),e:pe=>pe?_bem(y.value,e,"",pe,""):"",m:pe=>pe?_bem(y.value,e,"","",pe):"",be:(pe,Ie)=>pe&&Ie?_bem(y.value,e,pe,Ie,""):"",em:(pe,Ie)=>pe&&Ie?_bem(y.value,e,"",pe,Ie):"",bm:(pe,Ie)=>pe&&Ie?_bem(y.value,e,pe,"",Ie):"",bem:(pe,Ie,_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.clientHeight0&&(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=kt=>{$.value!==!0&&($.value=!0,j&&(j.value=kt),isFunction$4(re)&&re(kt))},Ce=kt=>{$.value!==!1&&($.value=!1,j&&(j.value=kt),isFunction$4(ie)&&ie(kt))},he=kt=>{if(de.disabled===!0||isFunction$4(z)&&!z())return;const Et=pe.value&&isClient;Et&&ue(t,!0),(Ie.value||!Et)&&_e(kt)},Ne=kt=>{if(de.disabled===!0||!isClient)return;const Et=pe.value&&isClient;Et&&ue(t,!1),(Ie.value||!Et)&&Ce(kt)},Fe=kt=>{isBoolean$2(kt)&&(de.disabled&&kt?pe.value&&ue(t,!1):$.value!==kt&&(kt?_e():Ce()))},Ue=()=>{$.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:Ue,hasUpdateHandler:pe}},useModelToggleProps:k,useModelToggleEmits:n}};createModelToggleComposable("modelValue");const useProp=e=>{const t=getCurrentInstance();return computed(()=>{var y,n;return(n=(y=t==null?void 0:t.proxy)==null?void 0:y.$props)==null?void 0:n[e]})};var E$1="top",R$1="bottom",W="right",P$1="left",me$1="auto",G=[E$1,R$1,W,P$1],U$1="start",J="end",Xe="clippingParents",je$1="viewport",K="popper",Ye="reference",De=G.reduce(function(e,t){return e.concat([t+"-"+U$1,t+"-"+J])},[]),Ee=[].concat(G,[me$1]).reduce(function(e,t){return e.concat([t,t+"-"+U$1,t+"-"+J])},[]),Ge="beforeRead",Je="read",Ke="afterRead",Qe="beforeMain",Ze$1="main",et="afterMain",tt="beforeWrite",nt="write",rt="afterWrite",ot=[Ge,Je,Ke,Qe,Ze$1,et,tt,nt,rt];function C(e){return e?(e.nodeName||"").toLowerCase():null}function H(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Q$1(e){var t=H(e).Element;return e instanceof t||e instanceof Element}function B(e){var t=H(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Pe$1(e){if(typeof ShadowRoot>"u")return!1;var t=H(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Mt(e){var t=e.state;Object.keys(t.elements).forEach(function(y){var n=t.styles[y]||{},k=t.attributes[y]||{},L=t.elements[y];!B(L)||!C(L)||(Object.assign(L.style,n),Object.keys(k).forEach(function($){var j=k[$];j===!1?L.removeAttribute($):L.setAttribute($,j===!0?"":j)}))})}function Rt$1(e){var t=e.state,y={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,y.popper),t.styles=y,t.elements.arrow&&Object.assign(t.elements.arrow.style,y.arrow),function(){Object.keys(t.elements).forEach(function(n){var k=t.elements[n],L=t.attributes[n]||{},$=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:y[n]),j=$.reduce(function(V,z){return V[z]="",V},{});!B(k)||!C(k)||(Object.assign(k.style,j),Object.keys(L).forEach(function(V){k.removeAttribute(V)}))})}}var Ae={name:"applyStyles",enabled:!0,phase:"write",fn:Mt,effect:Rt$1,requires:["computeStyles"]};function q(e){return e.split("-")[0]}var X$1=Math.max,ve=Math.min,Z=Math.round;function ee$2(e,t){t===void 0&&(t=!1);var y=e.getBoundingClientRect(),n=1,k=1;if(B(e)&&t){var L=e.offsetHeight,$=e.offsetWidth;$>0&&(n=Z(y.width)/$||1),L>0&&(k=Z(y.height)/L||1)}return{width:y.width/n,height:y.height/k,top:y.top/k,right:y.right/n,bottom:y.bottom/k,left:y.left/n,x:y.left/n,y:y.top/k}}function ke(e){var t=ee$2(e),y=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-y)<=1&&(y=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:y,height:n}}function it$2(e,t){var y=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(y&&Pe$1(y)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function N$1(e){return H(e).getComputedStyle(e)}function Wt(e){return["table","td","th"].indexOf(C(e))>=0}function I$1(e){return((Q$1(e)?e.ownerDocument:e.document)||window.document).documentElement}function ge$2(e){return C(e)==="html"?e:e.assignedSlot||e.parentNode||(Pe$1(e)?e.host:null)||I$1(e)}function at(e){return!B(e)||N$1(e).position==="fixed"?null:e.offsetParent}function Bt$1(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,y=navigator.userAgent.indexOf("Trident")!==-1;if(y&&B(e)){var n=N$1(e);if(n.position==="fixed")return null}var k=ge$2(e);for(Pe$1(k)&&(k=k.host);B(k)&&["html","body"].indexOf(C(k))<0;){var L=N$1(k);if(L.transform!=="none"||L.perspective!=="none"||L.contain==="paint"||["transform","perspective"].indexOf(L.willChange)!==-1||t&&L.willChange==="filter"||t&&L.filter&&L.filter!=="none")return k;k=k.parentNode}return null}function se(e){for(var t=H(e),y=at(e);y&&Wt(y)&&N$1(y).position==="static";)y=at(y);return y&&(C(y)==="html"||C(y)==="body"&&N$1(y).position==="static")?t:y||Bt$1(e)||t}function Le$1(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function fe(e,t,y){return X$1(e,ve(t,y))}function St(e,t,y){var n=fe(e,t,y);return n>y?y:n}function st(){return{top:0,right:0,bottom:0,left:0}}function ft(e){return Object.assign({},st(),e)}function ct(e,t){return t.reduce(function(y,n){return y[n]=e,y},{})}var Tt$1=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,ft(typeof e!="number"?e:ct(e,G))};function Ht(e){var t,y=e.state,n=e.name,k=e.options,L=y.elements.arrow,$=y.modifiersData.popperOffsets,j=q(y.placement),V=Le$1(j),z=[P$1,W].indexOf(j)>=0,re=z?"height":"width";if(!(!L||!$)){var ie=Tt$1(k.padding,y),oe=ke(L),ue=V==="y"?E$1:P$1,de=V==="y"?R$1:W,pe=y.rects.reference[re]+y.rects.reference[V]-$[V]-y.rects.popper[re],Ie=$[V]-y.rects.reference[V],_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],Ue=Ce/2-oe[re]/2+he,kt=fe(Ne,Ue,Fe),Et=V;y.modifiersData[n]=(t={},t[Et]=kt,t.centerOffset=kt-Ue,t)}}function Ct(e){var t=e.state,y=e.options,n=y.element,k=n===void 0?"[data-popper-arrow]":n;k!=null&&(typeof k=="string"&&(k=t.elements.popper.querySelector(k),!k)||!it$2(t.elements.popper,k)||(t.elements.arrow=k))}var pt={name:"arrow",enabled:!0,phase:"main",fn:Ht,effect:Ct,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function te(e){return e.split("-")[1]}var qt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Vt$1(e){var t=e.x,y=e.y,n=window,k=n.devicePixelRatio||1;return{x:Z(t*k)/k||0,y:Z(y*k)/k||0}}function ut(e){var t,y=e.popper,n=e.popperRect,k=e.placement,L=e.variation,$=e.offsets,j=e.position,V=e.gpuAcceleration,z=e.adaptive,re=e.roundOffsets,ie=e.isFixed,oe=$.x,ue=oe===void 0?0:oe,de=$.y,pe=de===void 0?0:de,Ie=typeof re=="function"?re({x:ue,y:pe}):{x:ue,y:pe};ue=Ie.x,pe=Ie.y;var _e=$.hasOwnProperty("x"),Ce=$.hasOwnProperty("y"),he=P$1,Ne=E$1,Fe=window;if(z){var Ue=se(y),kt="clientHeight",Et="clientWidth";if(Ue===H(y)&&(Ue=I$1(y),N$1(Ue).position!=="static"&&j==="absolute"&&(kt="scrollHeight",Et="scrollWidth")),Ue=Ue,k===E$1||(k===P$1||k===W)&&L===J){Ne=R$1;var Ve=ie&&Ue===Fe&&Fe.visualViewport?Fe.visualViewport.height:Ue[kt];pe-=Ve-n.height,pe*=V?1:-1}if(k===P$1||(k===E$1||k===R$1)&&L===J){he=W;var qe=ie&&Ue===Fe&&Fe.visualViewport?Fe.visualViewport.width:Ue[Et];ue-=qe-n.width,ue*=V?1:-1}}var jt=Object.assign({position:j},z&&qt),tr=re===!0?Vt$1({x:ue,y:pe}):{x:ue,y:pe};if(ue=tr.x,pe=tr.y,V){var rr;return Object.assign({},jt,(rr={},rr[Ne]=Ce?"0":"",rr[he]=_e?"0":"",rr.transform=(Fe.devicePixelRatio||1)<=1?"translate("+ue+"px, "+pe+"px)":"translate3d("+ue+"px, "+pe+"px, 0)",rr))}return Object.assign({},jt,(t={},t[Ne]=Ce?pe+"px":"",t[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}),Ue=Te(Object.assign({},_e,Fe)),kt=re===K?Ue:Ne,Et={top:he.top-kt.top+pe.top,bottom:kt.bottom-he.bottom+pe.bottom,left:he.left-kt.left+pe.left,right:kt.right-he.right+pe.right},Ve=e.modifiersData.offset;if(re===K&&Ve){var qe=Ve[k];Object.keys(Et).forEach(function(jt){var tr=[W,R$1].indexOf(jt)>=0?1:-1,rr=[E$1,R$1].indexOf(jt)>=0?"y":"x";Et[jt]+=qe[rr]*tr})}return Et}function Jt(e,t){t===void 0&&(t={});var y=t,n=y.placement,k=y.boundary,L=y.rootBoundary,$=y.padding,j=y.flipVariations,V=y.allowedAutoPlacements,z=V===void 0?Ee:V,re=te(n),ie=re?j?De:De.filter(function(de){return te(de)===re}):G,oe=ie.filter(function(de){return z.indexOf(de)>=0});oe.length===0&&(oe=ie);var ue=oe.reduce(function(de,pe){return de[pe]=ne$2(e,{placement:pe,boundary:k,rootBoundary:L,padding:$})[q(pe)],de},{});return Object.keys(ue).sort(function(de,pe){return ue[de]-ue[pe]})}function Kt(e){if(q(e)===me$1)return[];var t=be(e);return[lt$6(e),t,lt$6(t)]}function Qt(e){var t=e.state,y=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var k=y.mainAxis,L=k===void 0?!0:k,$=y.altAxis,j=$===void 0?!0:$,V=y.fallbackPlacements,z=y.padding,re=y.boundary,ie=y.rootBoundary,oe=y.altBoundary,ue=y.flipVariations,de=ue===void 0?!0:ue,pe=y.allowedAutoPlacements,Ie=t.options.placement,_e=q(Ie),Ce=_e===Ie,he=V||(Ce||!de?[be(Ie)]:Kt(Ie)),Ne=[Ie].concat(he).reduce(function(vr,Rr){return vr.concat(q(Rr)===me$1?Jt(t,{placement:Rr,boundary:re,rootBoundary:ie,padding:z,flipVariations:de,allowedAutoPlacements:pe}):Rr)},[]),Fe=t.rects.reference,Ue=t.rects.popper,kt=new Map,Et=!0,Ve=Ne[0],qe=0;qe=0,nr=ar?"width":"height",ur=ne$2(t,{placement:jt,boundary:re,rootBoundary:ie,altBoundary:oe,padding:z}),cr=ar?rr?W:P$1:rr?R$1:E$1;Fe[nr]>Ue[nr]&&(cr=be(cr));var _r=be(cr),hr=[];if(L&&hr.push(ur[tr]<=0),j&&hr.push(ur[cr]<=0,ur[_r]<=0),hr.every(function(vr){return vr})){Ve=jt,Et=!1;break}kt.set(jt,hr)}if(Et)for(var Er=de?3:1,kr=function(vr){var Rr=Ne.find(function(Br){var mr=kt.get(Br);if(mr)return mr.slice(0,vr).every(function(gr){return gr})});if(Rr)return Ve=Rr,"break"},xr=Er;xr>0;xr--){var yr=kr(xr);if(yr==="break")break}t.placement!==Ve&&(t.modifiersData[n]._skip=!0,t.placement=Ve,t.reset=!0)}}var vt={name:"flip",enabled:!0,phase:"main",fn:Qt,requiresIfExists:["offset"],data:{_skip:!1}};function gt$6(e,t,y){return y===void 0&&(y={x:0,y:0}),{top:e.top-t.height-y.y,right:e.right-t.width+y.x,bottom:e.bottom-t.height+y.y,left:e.left-t.width-y.x}}function yt$1(e){return[E$1,W,R$1,P$1].some(function(t){return e[t]>=0})}function Zt$1(e){var t=e.state,y=e.name,n=t.rects.reference,k=t.rects.popper,L=t.modifiersData.preventOverflow,$=ne$2(t,{elementContext:"reference"}),j=ne$2(t,{altBoundary:!0}),V=gt$6($,n),z=gt$6(j,k,L),re=yt$1(V),ie=yt$1(z);t.modifiersData[y]={referenceClippingOffsets:V,popperEscapeOffsets:z,isReferenceHidden:re,hasPopperEscaped:ie},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":re,"data-popper-escaped":ie})}var bt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Zt$1};function en(e,t,y){var n=q(e),k=[P$1,E$1].indexOf(n)>=0?-1:1,L=typeof y=="function"?y(Object.assign({},t,{placement:e})):y,$=L[0],j=L[1];return $=$||0,j=(j||0)*k,[P$1,W].indexOf(n)>=0?{x:j,y:$}:{x:$,y:j}}function tn(e){var t=e.state,y=e.options,n=e.name,k=y.offset,L=k===void 0?[0,0]:k,$=Ee.reduce(function(re,ie){return re[ie]=en(ie,t.rects,L),re},{}),j=$[t.placement],V=j.x,z=j.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=V,t.modifiersData.popperOffsets.y+=z),t.modifiersData[n]=$}var wt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:tn};function nn(e){var t=e.state,y=e.name;t.modifiersData[y]=mt$1({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var He={name:"popperOffsets",enabled:!0,phase:"read",fn:nn,data:{}};function rn(e){return e==="x"?"y":"x"}function on(e){var t=e.state,y=e.options,n=e.name,k=y.mainAxis,L=k===void 0?!0:k,$=y.altAxis,j=$===void 0?!1:$,V=y.boundary,z=y.rootBoundary,re=y.altBoundary,ie=y.padding,oe=y.tether,ue=oe===void 0?!0:oe,de=y.tetherOffset,pe=de===void 0?0:de,Ie=ne$2(t,{boundary:V,rootBoundary:z,padding:ie,altBoundary:re}),_e=q(t.placement),Ce=te(t.placement),he=!Ce,Ne=Le$1(_e),Fe=rn(Ne),Ue=t.modifiersData.popperOffsets,kt=t.rects.reference,Et=t.rects.popper,Ve=typeof pe=="function"?pe(Object.assign({},t.rects,{placement:t.placement})):pe,qe=typeof Ve=="number"?{mainAxis:Ve,altAxis:Ve}:Object.assign({mainAxis:0,altAxis:0},Ve),jt=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,tr={x:0,y:0};if(Ue){if(L){var rr,ar=Ne==="y"?E$1:P$1,nr=Ne==="y"?R$1:W,ur=Ne==="y"?"height":"width",cr=Ue[Ne],_r=cr+Ie[ar],hr=cr-Ie[nr],Er=ue?-Et[ur]/2:0,kr=Ce===U$1?kt[ur]:Et[ur],xr=Ce===U$1?-Et[ur]:-kt[ur],yr=t.elements.arrow,vr=ue&&yr?ke(yr):{width:0,height:0},Rr=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:st(),Br=Rr[ar],mr=Rr[nr],gr=fe(0,kt[ur],vr[ur]),jr=he?kt[ur]/2-Er-gr-Br-qe.mainAxis:kr-gr-Br-qe.mainAxis,Hr=he?-kt[ur]/2+Er+gr+mr+qe.mainAxis:xr+gr+mr+qe.mainAxis,Ur=t.elements.arrow&&se(t.elements.arrow),zr=Ur?Ne==="y"?Ur.clientTop||0:Ur.clientLeft||0:0,Sr=(rr=jt==null?void 0:jt[Ne])!=null?rr:0,Tr=cr+jr-Sr-zr,Mr=cr+Hr-Sr,br=fe(ue?ve(_r,Tr):_r,cr,ue?X$1(hr,Mr):hr);Ue[Ne]=br,tr[Ne]=br-cr}if(j){var Cr,Ir=Ne==="x"?E$1:P$1,Dr=Ne==="x"?R$1:W,Kr=Ue[Fe],Wr=Fe==="y"?"height":"width",Nr=Kr+Ie[Ir],Fr=Kr-Ie[Dr],Qr=[E$1,P$1].indexOf(_e)!==-1,ca=(Cr=jt==null?void 0:jt[Fe])!=null?Cr:0,Po=Qr?Nr:Kr-kt[Wr]-Et[Wr]-ca+qe.altAxis,Wa=Qr?Kr+kt[Wr]+Et[Wr]-ca-qe.altAxis:Fr,Go=ue&&Qr?St(Po,Kr,Wa):fe(ue?Po:Nr,Kr,ue?Wa:Fr);Ue[Fe]=Go,tr[Fe]=Go-Kr}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{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&®isteredEscapeHandlers.forEach(y=>y(t))},useEscapeKeydown=e=>{onMounted(()=>{registeredEscapeHandlers.length===0&&document.addEventListener("keydown",cachedHandler),isClient&®isteredEscapeHandlers.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({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],Ue=await($.getOffsetParent==null?void 0:$.getOffsetParent(z));let kt=Ue?Ue[he]:0;(!kt||!await($.isElement==null?void 0:$.isElement(Ue)))&&(kt=j.floating[he]||L.floating[de]);const Et=Ne/2-Fe/2,Ve=kt/2-pe[de]/2-1,qe=min$1(ie[_e],Ve),jt=min$1(ie[Ce],Ve),tr=qe,rr=kt-pe[de]-jt,ar=kt/2-pe[de]/2+Et,nr=clamp(tr,ar,rr),ur=!V.arrow&&getAlignment(k)!=null&&ar!==nr&&L.reference[de]/2-(arar<=0)){var jt,tr;const ar=(((jt=L.flip)==null?void 0:jt.index)||0)+1,nr=kt[ar];if(nr)return{data:{index:ar,overflows:qe},reset:{placement:nr}};let ur=(tr=qe.filter(cr=>cr.overflows[0]<=0).sort((cr,_r)=>cr.overflows[1]-_r.overflows[1])[0])==null?void 0:tr.placement;if(!ur)switch(ue){case"bestFit":{var rr;const cr=(rr=qe.filter(_r=>{if(Ue){const hr=getSideAxis(_r.placement);return hr===Ce||hr==="y"}return!0}).map(_r=>[_r.placement,_r.overflows.filter(hr=>hr>0).reduce((hr,Er)=>hr+Er,0)]).sort((_r,hr)=>_r[1]-hr[1])[0])==null?void 0:rr[0];cr&&(ur=cr);break}case"initialPlacement":ur=j;break}if(k!==ur)return{reset:{placement:ur}}}return{}}}};function getSideOffsets(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function isAnySideFullyClipped(e){return sides.some(t=>e[t]>=0)}const hide$1=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:y}=t,{strategy:n="referenceHidden",...k}=evaluate(e,t);switch(n){case"referenceHidden":{const L=await detectOverflow$1(t,{...k,elementContext:"reference"}),$=getSideOffsets(L,y.reference);return{data:{referenceHiddenOffsets:$,referenceHidden:isAnySideFullyClipped($)}}}case"escaped":{const L=await detectOverflow$1(t,{...k,altBoundary:!0}),$=getSideOffsets(L,y.floating);return{data:{escapedOffsets:$,escaped:isAnySideFullyClipped($)}}}default:return{}}}}};async function convertValueToCoords(e,t){const{placement:y,platform:n,elements:k}=e,L=await(n.isRTL==null?void 0:n.isRTL(k.floating)),$=getSide(y),j=getAlignment(y),V=getSideAxis(y)==="y",z=["left","top"].includes($)?-1:1,re=L&&V?-1:1,ie=evaluate(t,e);let{mainAxis:oe,crossAxis:ue,alignmentAxis:de}=typeof ie=="number"?{mainAxis:ie,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...ie};return j&&typeof de=="number"&&(ue=j==="end"?de*-1:de),V?{x:ue*re,y:oe*z}:{x:oe*z,y:ue*re}}const offset$1=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var y,n;const{x:k,y:L,placement:$,middlewareData:j}=t,V=await convertValueToCoords(t,e);return $===((y=j.offset)==null?void 0:y.placement)&&(n=j.arrow)!=null&&n.alignmentOffset?{}:{x:k+V.x,y:L+V.y,data:{...V,placement:$}}}}},shift$1=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:y,y:n,placement:k}=t,{mainAxis:L=!0,crossAxis:$=!1,limiter:j={fn:Ie=>{let{x:_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;ueFe&&(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),Ue=L.reference[ie]+L.reference[he]+(Ne?0:((Ce=$.offset)==null?void 0:Ce[ie])||0)-(Ne?Ie.crossAxis:0);deUe&&(de=Ue)}return{[oe]:ue,[ie]:de}}}},size$1=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:y,rects:n,platform:k,elements:L}=t,{apply:$=()=>{},...j}=evaluate(e,t),V=await detectOverflow$1(t,j),z=getSide(y),re=getAlignment(y),ie=getSideAxis(y)==="y",{width:oe,height:ue}=n.floating;let de,pe;z==="top"||z==="bottom"?(de=z,pe=re===(await(k.isRTL==null?void 0:k.isRTL(L.floating))?"start":"end")?"left":"right"):(pe=z,de=re==="end"?"top":"bottom");const Ie=ue-V.top-V.bottom,_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,Ue=he;if(ie?Ue=re||Ne?min$1(he,_e):_e:Fe=re||Ne?min$1(Ce,Ie):Ie,Ne&&!re){const Et=max$2(V.left,0),Ve=max$2(V.right,0),qe=max$2(V.top,0),jt=max$2(V.bottom,0);ie?Ue=oe-2*(Et!==0||Ve!==0?Et+Ve:max$2(V.left,V.right)):Fe=ue-2*(qe!==0||jt!==0?qe+jt:max$2(V.top,V.bottom))}await $({...t,availableWidth:Ue,availableHeight:Fe});const kt=await k.getDimensions(L.floating);return oe!==kt.width||ue!==kt.height?{reset:{rects:!0}}:{}}}};function getNodeName(e){return isNode$1(e)?(e.nodeName||"").toLowerCase():"#document"}function getWindow(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function getDocumentElement(e){var t;return(t=(isNode$1(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function isNode$1(e){return e instanceof Node||e instanceof getWindow(e).Node}function isElement$1(e){return e instanceof Element||e instanceof getWindow(e).Element}function isHTMLElement(e){return e instanceof HTMLElement||e instanceof getWindow(e).HTMLElement}function isShadowRoot(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof getWindow(e).ShadowRoot}function isOverflowElement(e){const{overflow:t,overflowX:y,overflowY:n,display:k}=getComputedStyle$1(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+y)&&!["inline","contents"].includes(k)}function isTableElement(e){return["table","td","th"].includes(getNodeName(e))}function isTopLayer(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function isContainingBlock(e){const t=isWebKit(),y=isElement$1(e)?getComputedStyle$1(e):e;return y.transform!=="none"||y.perspective!=="none"||(y.containerType?y.containerType!=="normal":!1)||!t&&(y.backdropFilter?y.backdropFilter!=="none":!1)||!t&&(y.filter?y.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(y.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(y.contain||"").includes(n))}function getContainingBlock(e){let t=getParentNode(e);for(;isHTMLElement(t)&&!isLastTraversableNode(t);){if(isContainingBlock(t))return t;if(isTopLayer(t))return null;t=getParentNode(t)}return null}function isWebKit(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(e){return["html","body","#document"].includes(getNodeName(e))}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function getNodeScroll(e){return isElement$1(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function getParentNode(e){if(getNodeName(e)==="html")return e;const t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){const t=getParentNode(e);return isLastTraversableNode(t)?e.ownerDocument?e.ownerDocument.body:e.body:isHTMLElement(t)&&isOverflowElement(t)?t:getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t,y){var n;t===void 0&&(t=[]),y===void 0&&(y=!0);const k=getNearestOverflowAncestor(e),L=k===((n=e.ownerDocument)==null?void 0:n.body),$=getWindow(k);if(L){const j=getFrameElement($);return t.concat($,$.visualViewport||[],isOverflowElement(k)?k:[],j&&y?getOverflowAncestors(j):[])}return t.concat(k,getOverflowAncestors(k,[],y))}function getFrameElement(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function getCssDimensions(e){const t=getComputedStyle$1(e);let y=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const k=isHTMLElement(e),L=k?e.offsetWidth:y,$=k?e.offsetHeight:n,j=round(y)!==L||round(n)!==$;return j&&(y=L,n=$),{width:y,height:n,$:j}}function unwrapElement$1(e){return isElement$1(e)?e:e.contextElement}function getScale(e){const t=unwrapElement$1(e);if(!isHTMLElement(t))return createCoords(1);const y=t.getBoundingClientRect(),{width:n,height:k,$:L}=getCssDimensions(t);let $=(L?round(y.width):y.width)/n,j=(L?round(y.height):y.height)/k;return(!$||!Number.isFinite($))&&($=1),(!j||!Number.isFinite(j))&&(j=1),{x:$,y:j}}const noOffsets=createCoords(0);function getVisualOffsets(e){const t=getWindow(e);return!isWebKit()||!t.visualViewport?noOffsets:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function shouldAddVisualOffsets(e,t,y){return t===void 0&&(t=!1),!y||t&&y!==getWindow(e)?!1:t}function getBoundingClientRect(e,t,y,n){t===void 0&&(t=!1),y===void 0&&(y=!1);const k=e.getBoundingClientRect(),L=unwrapElement$1(e);let $=createCoords(1);t&&(n?isElement$1(n)&&($=getScale(n)):$=getScale(e));const j=shouldAddVisualOffsets(L,y,n)?getVisualOffsets(L):createCoords(0);let V=(k.left+j.x)/$.x,z=(k.top+j.y)/$.y,re=k.width/$.x,ie=k.height/$.y;if(L){const oe=getWindow(L),ue=n&&isElement$1(n)?getWindow(n):n;let de=oe,pe=getFrameElement(de);for(;pe&&n&&ue!==de;){const Ie=getScale(pe),_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 Ue=Fe[0].intersectionRatio;if(Ue!==V){if(!he)return $();Ue?$(!1,Ue):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$2V=defineComponent({...__default__$1O,props:affixProps,emits:affixEmits,setup(e,{expose:t,emit:y}){const n=e,k=useNamespace("affix"),L=shallowRef(),$=shallowRef(),j=shallowRef(),{height:V}=useWindowSize(),{height:z,width:re,top:ie,bottom:oe,update:ue}=useElementBounding($,{windowScroll:!1}),de=useElementBounding(L),pe=ref$1(!1),Ie=ref$1(0),_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 Ue=n.offset?addUnit(n.offset):0;return{height:`${z.value}px`,width:`${re.value}px`,top:n.position==="top"?Ue:"",bottom:n.position==="bottom"?Ue:"",transform:_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 Ue=de.bottom.value-n.offset-z.value;pe.value=n.offset>ie.value&&de.bottom.value>0,_e.value=Ue<0?Ue:0}else pe.value=n.offset>ie.value;else if(n.target){const Ue=V.value-de.top.value-n.offset-z.value;pe.value=V.value-n.offsetde.top.value,_e.value=Ue<0?-Ue:0}else pe.value=V.value-n.offset{ue(),y("scroll",{scrollTop:Ie.value,fixed:pe.value})};return watch(pe,Ue=>y("change",Ue)),onMounted(()=>{var Ue;n.target?(L.value=(Ue=document.querySelector(n.target))!=null?Ue:void 0,L.value||throwError(COMPONENT_NAME$n,`Target does not exist: ${n.target}`)):L.value=document.documentElement,j.value=getScrollContainer($.value,!0),ue()}),useEventListener(j,"scroll",Fe),watchEffect(Ne),t({update:Ne,updateRoot:ue}),(Ue,kt)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:$,class:normalizeClass(unref(k).b()),style:normalizeStyle(unref(Ce))},[createBaseVNode("div",{class:normalizeClass({[unref(k).m("fixed")]:pe.value}),style:normalizeStyle(unref(he))},[renderSlot(Ue.$slots,"default")],6)],6))}});var Affix=_export_sfc$1(_sfc_main$2V,[["__file","affix.vue"]]);const ElAffix=withInstall(Affix),iconProps=buildProps({size:{type:definePropType([Number,String])},color:{type:String}}),__default__$1N=defineComponent({name:"ElIcon",inheritAttrs:!1}),_sfc_main$2U=defineComponent({...__default__$1N,props:iconProps,setup(e){const t=e,y=useNamespace("icon"),n=computed(()=>{const{size:k,color:L}=t;return!k&&!L?{}:{fontSize:isUndefined$1(k)?void 0:addUnit(k),"--color":L}});return(k,L)=>(openBlock(),createElementBlock("i",mergeProps({class:unref(y).b(),style:unref(n)},k.$attrs),[renderSlot(k.$slots,"default")],16))}});var Icon$1=_export_sfc$1(_sfc_main$2U,[["__file","icon.vue"]]);const ElIcon=withInstall(Icon$1),alertEffects=["light","dark"],alertProps=buildProps({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:keysOf(TypeComponentsMap),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:alertEffects,default:"light"}}),alertEmits={close:e=>e instanceof MouseEvent},__default__$1M=defineComponent({name:"ElAlert"}),_sfc_main$2T=defineComponent({...__default__$1M,props:alertProps,emits:alertEmits,setup(e,{emit:t}){const y=e,{Close:n}=TypeComponents,k=useSlots(),L=useNamespace("alert"),$=ref$1(!0),j=computed(()=>TypeComponentsMap[y.type]),V=computed(()=>[L.e("icon"),{[L.is("big")]:!!y.description||!!k.default}]),z=computed(()=>({"with-description":y.description||k.default})),re=ie=>{$.value=!1,t("close",ie)};return(ie,oe)=>(openBlock(),createBlock(Transition,{name:unref(L).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{class:normalizeClass([unref(L).b(),unref(L).m(ie.type),unref(L).is("center",ie.center),unref(L).is(ie.effect)]),role:"alert"},[ie.showIcon&&unref(j)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(V))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(j))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).e("content"))},[ie.title||ie.$slots.title?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass([unref(L).e("title"),unref(z)])},[renderSlot(ie.$slots,"title",{},()=>[createTextVNode(toDisplayString(ie.title),1)])],2)):createCommentVNode("v-if",!0),ie.$slots.default||ie.description?(openBlock(),createElementBlock("p",{key:1,class:normalizeClass(unref(L).e("description"))},[renderSlot(ie.$slots,"default",{},()=>[createTextVNode(toDisplayString(ie.description),1)])],2)):createCommentVNode("v-if",!0),ie.closable?(openBlock(),createElementBlock(Fragment,{key:2},[ie.closeText?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(L).e("close-btn"),unref(L).is("customed")]),onClick:re},toDisplayString(ie.closeText),3)):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(L).e("close-btn")),onClick:re},{default:withCtx(()=>[createVNode(unref(n))]),_:1},8,["class"]))],64)):createCommentVNode("v-if",!0)],2)],2),[[vShow,$.value]])]),_:3},8,["name"]))}});var Alert=_export_sfc$1(_sfc_main$2T,[["__file","alert.vue"]]);const ElAlert=withInstall(Alert),formContextKey=Symbol("formContextKey"),formItemContextKey=Symbol("formItemContextKey"),useFormSize=(e,t={})=>{const y=ref$1(void 0),n=t.prop?y:useProp("size"),k=t.global?y:useGlobalSize(),L=t.form?{size:void 0}:inject(formContextKey,void 0),$=t.formItem?{size:void 0}:inject(formItemContextKey,void 0);return computed(()=>n.value||unref(e)||($==null?void 0:$.size)||(L==null?void 0:L.size)||k.value||"")},useFormDisabled=e=>{const t=useProp("disabled"),y=inject(formContextKey,void 0);return computed(()=>t.value||unref(e)||(y==null?void 0:y.disabled)||!1)},useFormItem=()=>{const e=inject(formContextKey,void 0),t=inject(formItemContextKey,void 0);return{form:e,formItem:t}},useFormItemInputId=(e,{formItemContext:t,disableIdGeneration:y,disableIdManagement:n})=>{y||(y=ref$1(!1)),n||(n=ref$1(!1));const k=ref$1();let L;const $=computed(()=>{var j;return!!(!(e.label||e.ariaLabel)&&t&&t.inputIds&&((j=t.inputIds)==null?void 0:j.length)<=1)});return onMounted(()=>{L=watch([toRef$1(e,"id"),y],([j,V])=>{const z=j??(V?void 0:useId().value);z!==k.value&&(t!=null&&t.removeInputId&&(k.value&&t.removeInputId(k.value),!(n!=null&&n.value)&&!V&&z&&t.addInputId(z)),k.value=z)},{immediate:!0})}),onUnmounted(()=>{L&&L(),t!=null&&t.removeInputId&&k.value&&t.removeInputId(k.value)}),{isLabeledByFormItem:$,inputId:k}},formMetaProps=buildProps({size:{type:String,values:componentSizes},disabled:Boolean}),formProps=buildProps({...formMetaProps,model:Object,rules:{type:definePropType(Object)},labelPosition:{type:String,values:["left","right","top"],default:"right"},requireAsteriskPosition:{type:String,values:["left","right"],default:"left"},labelWidth:{type:[String,Number],default:""},labelSuffix:{type:String,default:""},inline:Boolean,inlineMessage:Boolean,statusIcon:Boolean,showMessage:{type:Boolean,default:!0},validateOnRuleChange:{type:Boolean,default:!0},hideRequiredAsterisk:Boolean,scrollToError:Boolean,scrollIntoViewOptions:{type:[Object,Boolean]}}),formEmits={validate:(e,t,y)=>(isArray$2(e)||isString$3(e))&&isBoolean$2(t)&&isString$3(y)};function useFormLabelWidth(){const e=ref$1([]),t=computed(()=>{if(!e.value.length)return"0";const L=Math.max(...e.value);return L?`${L}px`:""});function y(L){const $=e.value.indexOf(L);return $===-1&&t.value,$}function n(L,$){if(L&&$){const j=y($);e.value.splice(j,1,L)}else L&&e.value.push(L)}function k(L){const $=y(L);$>-1&&e.value.splice($,1)}return{autoLabelWidth:t,registerLabelWidth:n,deregisterLabelWidth:k}}const filterFields=(e,t)=>{const y=castArray$1(t);return y.length>0?e.filter(n=>n.prop&&y.includes(n.prop)):e},COMPONENT_NAME$m="ElForm",__default__$1L=defineComponent({name:COMPONENT_NAME$m}),_sfc_main$2S=defineComponent({...__default__$1L,props:formProps,emits:formEmits,setup(e,{expose:t,emit:y}){const n=e,k=[],L=useFormSize(),$=useNamespace("form"),j=computed(()=>{const{labelPosition: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 Ue of Ne)try{await Ue.validate("")}catch(kt){Fe={...Fe,...kt}}return Object.keys(Fe).length===0?!0:Promise.reject(Fe)},_e=async(he=[],Ne)=>{const Fe=!isFunction$4(Ne);try{const Ue=await Ie(he);return Ue===!0&&await(Ne==null?void 0:Ne(Ue)),Ue}catch(Ue){if(Ue instanceof Error)throw Ue;const kt=Ue;return n.scrollToError&&Ce(Object.keys(kt)[0]),await(Ne==null?void 0:Ne(!1,kt)),Fe&&Promise.reject(kt)}},Ce=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$2S,[["__file","form.vue"]]),define_process_default$9={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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"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=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()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},types$2={integer:function(t){return types$2.number(t)&&parseInt(t,10)===t},float:function(t){return types$2.number(t)&&!types$2.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function(t){return isNaN(t)?!1:typeof t=="number"},object:function(t){return typeof t=="object"&&!types$2.array(t)},method:function(t){return typeof t=="function"},email:function(t){return typeof t=="string"&&t.length<=320&&!!t.match(pattern$2.email)},url:function(t){return typeof t=="string"&&t.length<=2048&&!!t.match(getUrlRegex())},hex:function(t){return typeof t=="string"&&!!t.match(pattern$2.hex)}},type$1=function(t,y,n,$,k){if(t.required&&y===void 0){required$1(t,y,n,$,k);return}var L=["integer","float","array","regexp","object","method","email","number","date","url","hex"],j=t.type;L.indexOf(j)>-1?types$2[j](y)||$.push(format$1(k.messages.types[j],t.fullField,t.type)):j&&typeof y!==t.type&&$.push(format$1(k.messages.types[j],t.fullField,t.type))},range$4=function(t,y,n,$,k){var L=typeof t.len=="number",j=typeof t.min=="number",V=typeof t.max=="number",z=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,re=y,oe=null,ue=typeof y=="number",de=typeof y=="string",_e=Array.isArray(y);if(ue?oe="number":de?oe="string":_e&&(oe="array"),!oe)return!1;_e&&(re=y.length),de&&(re=y.replace(z,"_").length),L?re!==t.len&&$.push(format$1(k.messages[oe].len,t.fullField,t.len)):j&&!V&&ret.max?$.push(format$1(k.messages[oe].max,t.fullField,t.max)):j&&V&&(ret.max)&&$.push(format$1(k.messages[oe].range,t.fullField,t.min,t.max))},ENUM$1="enum",enumerable$1=function(t,y,n,$,k){t[ENUM$1]=Array.isArray(t[ENUM$1])?t[ENUM$1]:[],t[ENUM$1].indexOf(y)===-1&&$.push(format$1(k.messages[ENUM$1],t.fullField,t[ENUM$1].join(", ")))},pattern$1=function(t,y,n,$,k){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(y)||$.push(format$1(k.messages.pattern.mismatch,t.fullField,y,t.pattern));else if(typeof t.pattern=="string"){var L=new RegExp(t.pattern);L.test(y)||$.push(format$1(k.messages.pattern.mismatch,t.fullField,y,t.pattern))}}},rules={required:required$1,whitespace,type:type$1,range:range$4,enum:enumerable$1,pattern:pattern$1},string=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"string")&&!t.required)return n();rules.required(t,y,$,L,k,"string"),isEmptyValue(y,"string")||(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k),rules.pattern(t,y,$,L,k),t.whitespace===!0&&rules.whitespace(t,y,$,L,k))}n(L)},method2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules.type(t,y,$,L,k)}n(L)},number2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(y===""&&(y=void 0),isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},_boolean=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules.type(t,y,$,L,k)}n(L)},regexp2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),isEmptyValue(y)||rules.type(t,y,$,L,k)}n(L)},integer2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},floatFn=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},array2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(y==null&&!t.required)return n();rules.required(t,y,$,L,k,"array"),y!=null&&(rules.type(t,y,$,L,k),rules.range(t,y,$,L,k))}n(L)},object2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules.type(t,y,$,L,k)}n(L)},ENUM="enum",enumerable2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k),y!==void 0&&rules[ENUM](t,y,$,L,k)}n(L)},pattern2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"string")&&!t.required)return n();rules.required(t,y,$,L,k),isEmptyValue(y,"string")||rules.pattern(t,y,$,L,k)}n(L)},date2=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"date")&&!t.required)return n();if(rules.required(t,y,$,L,k),!isEmptyValue(y,"date")){var V;y instanceof Date?V=y:V=new Date(y),rules.type(t,V,$,L,k),V&&rules.range(t,V.getTime(),$,L,k)}}n(L)},required2=function(t,y,n,$,k){var L=[],j=Array.isArray(y)?"array":typeof y;rules.required(t,y,$,L,k,j),n(L)},type2=function(t,y,n,$,k){var L=t.type,j=[],V=t.required||!t.required&&$.hasOwnProperty(t.field);if(V){if(isEmptyValue(y,L)&&!t.required)return n();rules.required(t,y,$,j,k,L),isEmptyValue(y,L)||rules.type(t,y,$,j,k)}n(j)},any=function(t,y,n,$,k){var L=[],j=t.required||!t.required&&$.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,$,L,k)}n(L)},validators$2={string,method:method2,number:number2,boolean:_boolean,regexp:regexp2,integer:integer2,float:floatFn,array:array2,object:object2,enum:enumerable2,pattern:pattern2,date:date2,url:type2,hex:type2,email:type2,required:required2,any};function newMessages(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var messages=newMessages(),Schema=function(){function e(y){this.rules=null,this._messages=messages,this.define(y)}var t=e.prototype;return t.define=function(n){var $=this;if(!n)throw new Error("Cannot configure a schema with no rules");if(typeof n!="object"||Array.isArray(n))throw new Error("Rules must be an object");this.rules={},Object.keys(n).forEach(function(k){var L=n[k];$.rules[k]=Array.isArray(L)?L:[L]})},t.messages=function(n){return n&&(this._messages=deepMerge(newMessages(),n)),this._messages},t.validate=function(n,$,k){var L=this;$===void 0&&($={}),k===void 0&&(k=function(){});var j=n,V=$,z=k;if(typeof V=="function"&&(z=V,V={}),!this.rules||Object.keys(this.rules).length===0)return z&&z(null,j),Promise.resolve(j);function re(Ne){var Ue=[],$e={};function Ve(qe){if(Array.isArray(qe)){var er;Ue=(er=Ue).concat.apply(er,qe)}else Ue.push(qe)}for(var Fe=0;Fe");const $=useNamespace("form"),k=ref$1(),L=ref$1(0),j=()=>{var re;if((re=k.value)!=null&&re.firstElementChild){const oe=window.getComputedStyle(k.value.firstElementChild).width;return Math.ceil(Number.parseFloat(oe))}else return 0},V=(re="update")=>{nextTick$3(()=>{t.default&&e.isAutoWidth&&(re==="update"?L.value=j():re==="remove"&&(y==null||y.deregisterLabelWidth(L.value)))})},z=()=>V("update");return onMounted(()=>{z()}),onBeforeUnmount(()=>{V("remove")}),onUpdated(()=>z()),watch(L,(re,oe)=>{e.updateAll&&(y==null||y.registerLabelWidth(re,oe))}),useResizeObserver(computed(()=>{var re,oe;return(oe=(re=k.value)==null?void 0:re.firstElementChild)!=null?oe:null}),z),()=>{var re,oe;if(!t)return null;const{isAutoWidth:ue}=e;if(ue){const de=y==null?void 0:y.autoLabelWidth,_e=n==null?void 0:n.hasLabel,Ne={};if(_e&&de&&de!=="auto"){const Ue=Math.max(0,Number.parseInt(de,10)-L.value),Ve=(n.labelPosition||y.labelPosition)==="left"?"marginRight":"marginLeft";Ue&&(Ne[Ve]=`${Ue}px`)}return createVNode("div",{ref:k,class:[$.be("item","label-wrap")],style:Ne},[(re=t.default)==null?void 0:re.call(t)])}else return createVNode(Fragment,{ref:k},[(oe=t.default)==null?void 0:oe.call(t)])}}});const __default__$1K=defineComponent({name:"ElFormItem"}),_sfc_main$2R=defineComponent({...__default__$1K,props:formItemProps,setup(e,{expose:t}){const y=e,n=useSlots(),$=inject(formContextKey,void 0),k=inject(formItemContextKey,void 0),L=useFormSize(void 0,{formItem:!1}),j=useNamespace("form-item"),V=useId().value,z=ref$1([]),re=ref$1(""),oe=refDebounced(re,100),ue=ref$1(""),de=ref$1();let _e,Ne=!1;const Ue=computed(()=>y.labelPosition||($==null?void 0:$.labelPosition)),$e=computed(()=>{if(Ue.value==="top")return{};const Sr=addUnit(y.labelWidth||($==null?void 0:$.labelWidth)||"");return Sr?{width:Sr}:{}}),Ve=computed(()=>{if(Ue.value==="top"||$!=null&&$.inline)return{};if(!y.label&&!y.labelWidth&&lr)return{};const Sr=addUnit(y.labelWidth||($==null?void 0:$.labelWidth)||"");return!y.label&&!n.label?{marginLeft:Sr}:{}}),Fe=computed(()=>[j.b(),j.m(L.value),j.is("error",re.value==="error"),j.is("validating",re.value==="validating"),j.is("success",re.value==="success"),j.is("required",Ie.value||y.required),j.is("no-asterisk",$==null?void 0:$.hideRequiredAsterisk),($==null?void 0:$.requireAsteriskPosition)==="right"?"asterisk-right":"asterisk-left",{[j.m("feedback")]:$==null?void 0:$.statusIcon,[j.m(`label-${Ue.value}`)]:Ue.value}]),qe=computed(()=>isBoolean$3(y.inlineMessage)?y.inlineMessage:($==null?void 0:$.inlineMessage)||!1),er=computed(()=>[j.e("error"),{[j.em("error","inline")]:qe.value}]),ir=computed(()=>y.prop?isString$4(y.prop)?y.prop:y.prop.join("."):""),dr=computed(()=>!!(y.label||n.label)),cr=computed(()=>y.for||(z.value.length===1?z.value[0]:void 0)),nr=computed(()=>!cr.value&&dr.value),lr=!!k,Et=computed(()=>{const Sr=$==null?void 0:$.model;if(!(!Sr||!y.prop))return getProp(Sr,y.prop).value}),ie=computed(()=>{const{required:Sr}=y,Ar=[];y.rules&&Ar.push(...castArray$1(y.rules));const Fr=$==null?void 0:$.rules;if(Fr&&y.prop){const Gr=getProp(Fr,y.prop).value;Gr&&Ar.push(...castArray$1(Gr))}if(Sr!==void 0){const Gr=Ar.map((Vr,Dr)=>[Vr,Dr]).filter(([Vr])=>Object.keys(Vr).includes("required"));if(Gr.length>0)for(const[Vr,Dr]of Gr)Vr.required!==Sr&&(Ar[Dr]={...Vr,required:Sr});else Ar.push({required:Sr})}return Ar}),pe=computed(()=>ie.value.length>0),Ce=Sr=>ie.value.filter(Fr=>!Fr.trigger||!Sr?!0:Array.isArray(Fr.trigger)?Fr.trigger.includes(Sr):Fr.trigger===Sr).map(({trigger:Fr,...Gr})=>Gr),Ie=computed(()=>ie.value.some(Sr=>Sr.required)),jt=computed(()=>{var Sr;return oe.value==="error"&&y.showMessage&&((Sr=$==null?void 0:$.showMessage)!=null?Sr:!0)}),ar=computed(()=>`${y.label||""}${($==null?void 0:$.labelSuffix)||""}`),ur=Sr=>{re.value=Sr},kt=Sr=>{var Ar,Fr;const{errors:Gr,fields:Vr}=Sr;(!Gr||!Vr)&&console.error(Sr),ur("error"),ue.value=Gr?(Fr=(Ar=Gr==null?void 0:Gr[0])==null?void 0:Ar.message)!=null?Fr:`${y.prop} is required`:"",$==null||$.emit("validate",y.prop,!1,ue.value)},he=()=>{ur("success"),$==null||$.emit("validate",y.prop,!0,"")},tr=async Sr=>{const Ar=ir.value;return new Schema({[Ar]:Sr}).validate({[Ar]:Et.value},{firstFields:!0}).then(()=>(he(),!0)).catch(Gr=>(kt(Gr),Promise.reject(Gr)))},gr=async(Sr,Ar)=>{if(Ne||!y.prop)return!1;const Fr=isFunction$5(Ar);if(!pe.value)return Ar==null||Ar(!1),!1;const Gr=Ce(Sr);return Gr.length===0?(Ar==null||Ar(!0),!0):(ur("validating"),tr(Gr).then(()=>(Ar==null||Ar(!0),!0)).catch(Vr=>{const{fields:Dr}=Vr;return Ar==null||Ar(!1,Dr),Fr?!1:Promise.reject(Dr)}))},_r=()=>{ur(""),ue.value="",Ne=!1},yr=async()=>{const Sr=$==null?void 0:$.model;if(!Sr||!y.prop)return;const Ar=getProp(Sr,y.prop);Ne=!0,Ar.value=clone(_e),await nextTick$3(),_r(),Ne=!1},xr=Sr=>{z.value.includes(Sr)||z.value.push(Sr)},Nr=Sr=>{z.value=z.value.filter(Ar=>Ar!==Sr)};watch(()=>y.error,Sr=>{ue.value=Sr||"",ur(Sr?"error":"")},{immediate:!0}),watch(()=>y.validateStatus,Sr=>ur(Sr||""));const Tr=reactive({...toRefs(y),$el:de,size:L,validateState:re,labelId:V,inputIds:z,isGroup:nr,hasLabel:dr,fieldValue:Et,addInputId:xr,removeInputId:Nr,resetField:yr,clearValidate:_r,validate:gr});return provide(formItemContextKey,Tr),onMounted(()=>{y.prop&&($==null||$.addField(Tr),_e=clone(Et.value))}),onBeforeUnmount(()=>{$==null||$.removeField(Tr)}),t({size:L,validateMessage:ue,validateState:re,validate:gr,clearValidate:_r,resetField:yr}),(Sr,Ar)=>{var Fr;return openBlock(),createElementBlock("div",{ref_key:"formItemRef",ref:de,class:normalizeClass(unref(Fe)),role:unref(nr)?"group":void 0,"aria-labelledby":unref(nr)?unref(V):void 0},[createVNode(unref(FormLabelWrap),{"is-auto-width":unref($e).width==="auto","update-all":((Fr=unref($))==null?void 0:Fr.labelWidth)==="auto"},{default:withCtx(()=>[unref(dr)?(openBlock(),createBlock(resolveDynamicComponent(unref(cr)?"label":"div"),{key:0,id:unref(V),for:unref(cr),class:normalizeClass(unref(j).e("label")),style:normalizeStyle(unref($e))},{default:withCtx(()=>[renderSlot(Sr.$slots,"label",{label:unref(ar)},()=>[createTextVNode(toDisplayString(unref(ar)),1)])]),_:3},8,["id","for","class","style"])):createCommentVNode("v-if",!0)]),_:3},8,["is-auto-width","update-all"]),createBaseVNode("div",{class:normalizeClass(unref(j).e("content")),style:normalizeStyle(unref(Ve))},[renderSlot(Sr.$slots,"default"),createVNode(TransitionGroup,{name:`${unref(j).namespace.value}-zoom-in-top`},{default:withCtx(()=>[unref(jt)?renderSlot(Sr.$slots,"error",{key:0,error:ue.value},()=>[createBaseVNode("div",{class:normalizeClass(unref(er))},toDisplayString(ue.value),3)]):createCommentVNode("v-if",!0)]),_:3},8,["name"])],6)],10,["role","aria-labelledby"])}}});var FormItem=_export_sfc$1(_sfc_main$2R,[["__file","form-item.vue"]]);const ElForm=withInstall(Form,{FormItem}),ElFormItem=withNoopInstall(FormItem);let hiddenTextarea;const HIDDEN_STYLE=` +`).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&&ret.max?k.push(format$1(L.messages[ie].max,t.fullField,t.max)):j&&V&&(ret.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");const k=useNamespace("form"),L=ref$1(),$=ref$1(0),j=()=>{var re;if((re=L.value)!=null&&re.firstElementChild){const ie=window.getComputedStyle(L.value.firstElementChild).width;return Math.ceil(Number.parseFloat(ie))}else return 0},V=(re="update")=>{nextTick$1(()=>{t.default&&e.isAutoWidth&&(re==="update"?$.value=j():re==="remove"&&(y==null||y.deregisterLabelWidth($.value)))})},z=()=>V("update");return onMounted(()=>{z()}),onBeforeUnmount(()=>{V("remove")}),onUpdated(()=>z()),watch($,(re,ie)=>{e.updateAll&&(y==null||y.registerLabelWidth(re,ie))}),useResizeObserver(computed(()=>{var re,ie;return(ie=(re=L.value)==null?void 0:re.firstElementChild)!=null?ie:null}),z),()=>{var re,ie;if(!t)return null;const{isAutoWidth:oe}=e;if(oe){const ue=y==null?void 0:y.autoLabelWidth,de=n==null?void 0:n.hasLabel,pe={};if(de&&ue&&ue!=="auto"){const Ie=Math.max(0,Number.parseInt(ue,10)-$.value),Ce=(n.labelPosition||y.labelPosition)==="left"?"marginRight":"marginLeft";Ie&&(pe[Ce]=`${Ie}px`)}return createVNode("div",{ref:L,class:[k.be("item","label-wrap")],style:pe},[(re=t.default)==null?void 0:re.call(t)])}else return createVNode(Fragment,{ref:L},[(ie=t.default)==null?void 0:ie.call(t)])}}});const __default__$1K=defineComponent({name:"ElFormItem"}),_sfc_main$2R=defineComponent({...__default__$1K,props:formItemProps,setup(e,{expose:t}){const y=e,n=useSlots(),k=inject(formContextKey,void 0),L=inject(formItemContextKey,void 0),$=useFormSize(void 0,{formItem:!1}),j=useNamespace("form-item"),V=useId().value,z=ref$1([]),re=ref$1(""),ie=refDebounced(re,100),oe=ref$1(""),ue=ref$1();let de,pe=!1;const Ie=computed(()=>y.labelPosition||(k==null?void 0:k.labelPosition)),_e=computed(()=>{if(Ie.value==="top")return{};const gr=addUnit(y.labelWidth||(k==null?void 0:k.labelWidth)||"");return gr?{width:gr}:{}}),Ce=computed(()=>{if(Ie.value==="top"||k!=null&&k.inline)return{};if(!y.label&&!y.labelWidth&&qe)return{};const gr=addUnit(y.labelWidth||(k==null?void 0:k.labelWidth)||"");return!y.label&&!n.label?{marginLeft:gr}:{}}),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}]),Ue=computed(()=>y.prop?isString$3(y.prop)?y.prop:y.prop.join("."):""),kt=computed(()=>!!(y.label||n.label)),Et=computed(()=>y.for||(z.value.length===1?z.value[0]:void 0)),Ve=computed(()=>!Et.value&&kt.value),qe=!!L,jt=computed(()=>{const gr=k==null?void 0:k.model;if(!(!gr||!y.prop))return getProp(gr,y.prop).value}),tr=computed(()=>{const{required:gr}=y,jr=[];y.rules&&jr.push(...castArray$1(y.rules));const Hr=k==null?void 0:k.rules;if(Hr&&y.prop){const Ur=getProp(Hr,y.prop).value;Ur&&jr.push(...castArray$1(Ur))}if(gr!==void 0){const Ur=jr.map((zr,Sr)=>[zr,Sr]).filter(([zr])=>Object.keys(zr).includes("required"));if(Ur.length>0)for(const[zr,Sr]of Ur)zr.required!==gr&&(jr[Sr]={...zr,required:gr});else jr.push({required:gr})}return jr}),rr=computed(()=>tr.value.length>0),ar=gr=>tr.value.filter(Hr=>!Hr.trigger||!gr?!0:Array.isArray(Hr.trigger)?Hr.trigger.includes(gr):Hr.trigger===gr).map(({trigger:Hr,...Ur})=>Ur),nr=computed(()=>tr.value.some(gr=>gr.required)),ur=computed(()=>{var gr;return ie.value==="error"&&y.showMessage&&((gr=k==null?void 0:k.showMessage)!=null?gr:!0)}),cr=computed(()=>`${y.label||""}${(k==null?void 0:k.labelSuffix)||""}`),_r=gr=>{re.value=gr},hr=gr=>{var jr,Hr;const{errors:Ur,fields:zr}=gr;(!Ur||!zr)&&console.error(gr),_r("error"),oe.value=Ur?(Hr=(jr=Ur==null?void 0:Ur[0])==null?void 0:jr.message)!=null?Hr:`${y.prop} is required`:"",k==null||k.emit("validate",y.prop,!1,oe.value)},Er=()=>{_r("success"),k==null||k.emit("validate",y.prop,!0,"")},kr=async gr=>{const jr=Ue.value;return new Schema({[jr]:gr}).validate({[jr]:jt.value},{firstFields:!0}).then(()=>(Er(),!0)).catch(Ur=>(hr(Ur),Promise.reject(Ur)))},xr=async(gr,jr)=>{if(pe||!y.prop)return!1;const Hr=isFunction$4(jr);if(!rr.value)return jr==null||jr(!1),!1;const Ur=ar(gr);return Ur.length===0?(jr==null||jr(!0),!0):(_r("validating"),kr(Ur).then(()=>(jr==null||jr(!0),!0)).catch(zr=>{const{fields:Sr}=zr;return jr==null||jr(!1,Sr),Hr?!1:Promise.reject(Sr)}))},yr=()=>{_r(""),oe.value="",pe=!1},vr=async()=>{const gr=k==null?void 0:k.model;if(!gr||!y.prop)return;const jr=getProp(gr,y.prop);pe=!0,jr.value=clone(de),await nextTick$1(),yr(),pe=!1},Rr=gr=>{z.value.includes(gr)||z.value.push(gr)},Br=gr=>{z.value=z.value.filter(jr=>jr!==gr)};watch(()=>y.error,gr=>{oe.value=gr||"",_r(gr?"error":"")},{immediate:!0}),watch(()=>y.validateStatus,gr=>_r(gr||""));const mr=reactive({...toRefs(y),$el:ue,size:$,validateState:re,labelId:V,inputIds:z,isGroup:Ve,hasLabel:kt,fieldValue:jt,addInputId:Rr,removeInputId:Br,resetField:vr,clearValidate:yr,validate:xr});return provide(formItemContextKey,mr),onMounted(()=>{y.prop&&(k==null||k.addField(mr),de=clone(jt.value))}),onBeforeUnmount(()=>{k==null||k.removeField(mr)}),t({size:$,validateMessage:oe,validateState:re,validate:xr,clearValidate:yr,resetField:vr}),(gr,jr)=>{var Hr;return openBlock(),createElementBlock("div",{ref_key:"formItemRef",ref:ue,class:normalizeClass(unref(he)),role:unref(Ve)?"group":void 0,"aria-labelledby":unref(Ve)?unref(V):void 0},[createVNode(unref(FormLabelWrap),{"is-auto-width":unref(_e).width==="auto","update-all":((Hr=unref(k))==null?void 0:Hr.labelWidth)==="auto"},{default:withCtx(()=>[unref(kt)?(openBlock(),createBlock(resolveDynamicComponent(unref(Et)?"label":"div"),{key:0,id:unref(V),for:unref(Et),class:normalizeClass(unref(j).e("label")),style:normalizeStyle(unref(_e))},{default:withCtx(()=>[renderSlot(gr.$slots,"label",{label:unref(cr)},()=>[createTextVNode(toDisplayString(unref(cr)),1)])]),_:3},8,["id","for","class","style"])):createCommentVNode("v-if",!0)]),_:3},8,["is-auto-width","update-all"]),createBaseVNode("div",{class:normalizeClass(unref(j).e("content")),style:normalizeStyle(unref(Ce))},[renderSlot(gr.$slots,"default"),createVNode(TransitionGroup,{name:`${unref(j).namespace.value}-zoom-in-top`},{default:withCtx(()=>[unref(ur)?renderSlot(gr.$slots,"error",{key:0,error:oe.value},()=>[createBaseVNode("div",{class:normalizeClass(unref(Fe))},toDisplayString(oe.value),3)]):createCommentVNode("v-if",!0)]),_:3},8,["name"])],6)],10,["role","aria-labelledby"])}}});var FormItem=_export_sfc$1(_sfc_main$2R,[["__file","form-item.vue"]]);const ElForm=withInstall(Form,{FormItem}),ElFormItem=withNoopInstall(FormItem);let hiddenTextarea;const HIDDEN_STYLE=` height:0 !important; visibility:hidden !important; ${isFirefox()?"":"overflow:hidden !important;"} @@ -104,7 +104,7 @@ b`.split(/\n/).length!=3?function(rr){for(var fr=0,vr=[],Er=rr.length;fr<=Er;){v z-index:-1000 !important; top:0 !important; right:0 !important; -`,CONTEXT_STYLE=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function calculateNodeStyling(e){const t=window.getComputedStyle(e),y=t.getPropertyValue("box-sizing"),n=Number.parseFloat(t.getPropertyValue("padding-bottom"))+Number.parseFloat(t.getPropertyValue("padding-top")),$=Number.parseFloat(t.getPropertyValue("border-bottom-width"))+Number.parseFloat(t.getPropertyValue("border-top-width"));return{contextStyle:CONTEXT_STYLE.map(L=>`${L}:${t.getPropertyValue(L)}`).join(";"),paddingSize:n,borderSize:$,boxSizing:y}}function calcTextareaHeight(e,t=1,y){var n;hiddenTextarea||(hiddenTextarea=document.createElement("textarea"),document.body.appendChild(hiddenTextarea));const{paddingSize:$,borderSize:k,boxSizing:L,contextStyle:j}=calculateNodeStyling(e);hiddenTextarea.setAttribute("style",`${j};${HIDDEN_STYLE}`),hiddenTextarea.value=e.value||e.placeholder||"";let V=hiddenTextarea.scrollHeight;const z={};L==="border-box"?V=V+k:L==="content-box"&&(V=V-$),hiddenTextarea.value="";const re=hiddenTextarea.scrollHeight-$;if(isNumber$4(t)){let oe=re*t;L==="border-box"&&(oe=oe+$+k),V=Math.max(oe,V),z.minHeight=`${oe}px`}if(isNumber$4(y)){let oe=re*y;L==="border-box"&&(oe=oe+$+k),V=Math.min(oe,V)}return z.height=`${V}px`,(n=hiddenTextarea.parentNode)==null||n.removeChild(hiddenTextarea),hiddenTextarea=void 0,z}const inputProps=buildProps({id:{type:String,default:void 0},size:useSizeProp,disabled:Boolean,modelValue:{type:definePropType([String,Number,Object]),default:""},maxlength:{type:[String,Number]},minlength:{type:[String,Number]},type:{type:String,default:"text"},resize:{type:String,values:["none","both","horizontal","vertical"]},autosize:{type:definePropType([Boolean,Object]),default:!1},autocomplete:{type:String,default:"off"},formatter:{type:Function},parser:{type:Function},placeholder:{type:String},form:{type:String},readonly:Boolean,clearable:Boolean,showPassword:Boolean,showWordLimit:Boolean,suffixIcon:{type:iconPropType},prefixIcon:{type:iconPropType},containerRole:{type:String,default:void 0},tabindex:{type:[String,Number],default:0},validateEvent:{type:Boolean,default:!0},inputStyle:{type:definePropType([Object,Array,String]),default:()=>mutable({})},autofocus:Boolean,rows:{type:Number,default:2},...useAriaProps(["ariaLabel"])}),inputEmits={[UPDATE_MODEL_EVENT]:e=>isString$4(e),input:e=>isString$4(e),change:e=>isString$4(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,mouseleave:e=>e instanceof MouseEvent,mouseenter:e=>e instanceof MouseEvent,keydown:e=>e instanceof Event,compositionstart:e=>e instanceof CompositionEvent,compositionupdate:e=>e instanceof CompositionEvent,compositionend:e=>e instanceof CompositionEvent},__default__$1J=defineComponent({name:"ElInput",inheritAttrs:!1}),_sfc_main$2Q=defineComponent({...__default__$1J,props:inputProps,emits:inputEmits,setup(e,{expose:t,emit:y}){const n=e,$=useAttrs$1(),k=useSlots(),L=computed(()=>{const Qr={};return n.containerRole==="combobox"&&(Qr["aria-haspopup"]=$["aria-haspopup"],Qr["aria-owns"]=$["aria-owns"],Qr["aria-expanded"]=$["aria-expanded"]),Qr}),j=computed(()=>[n.type==="textarea"?Ue.b():Ne.b(),Ne.m(de.value),Ne.is("disabled",_e.value),Ne.is("exceed",tr.value),{[Ne.b("group")]:k.prepend||k.append,[Ne.m("prefix")]:k.prefix||n.prefixIcon,[Ne.m("suffix")]:k.suffix||n.suffixIcon||n.clearable||n.showPassword,[Ne.bm("suffix","password-clear")]:ar.value&&ur.value,[Ne.b("hidden")]:n.type==="hidden"},$.class]),V=computed(()=>[Ne.e("wrapper"),Ne.is("focus",nr.value)]),z=useAttrs({excludeKeys:computed(()=>Object.keys(L.value))}),{form:re,formItem:oe}=useFormItem(),{inputId:ue}=useFormItemInputId(n,{formItemContext:oe}),de=useFormSize(),_e=useFormDisabled(),Ne=useNamespace("input"),Ue=useNamespace("textarea"),$e=shallowRef(),Ve=shallowRef(),Fe=ref$1(!1),qe=ref$1(!1),er=ref$1(),ir=shallowRef(n.inputStyle),dr=computed(()=>$e.value||Ve.value),{wrapperRef:cr,isFocused:nr}=useFocusController(dr,{afterBlur(){var Qr;n.validateEvent&&((Qr=oe==null?void 0:oe.validate)==null||Qr.call(oe,"blur").catch(Zr=>void 0))}}),lr=computed(()=>{var Qr;return(Qr=re==null?void 0:re.statusIcon)!=null?Qr:!1}),Et=computed(()=>(oe==null?void 0:oe.validateState)||""),ie=computed(()=>Et.value&&ValidateComponentsMap[Et.value]),pe=computed(()=>qe.value?view_default:hide_default),Ce=computed(()=>[$.style]),Ie=computed(()=>[n.inputStyle,ir.value,{resize:n.resize}]),jt=computed(()=>isNil(n.modelValue)?"":String(n.modelValue)),ar=computed(()=>n.clearable&&!_e.value&&!n.readonly&&!!jt.value&&(nr.value||Fe.value)),ur=computed(()=>n.showPassword&&!_e.value&&!n.readonly&&!!jt.value&&(!!jt.value||nr.value)),kt=computed(()=>n.showWordLimit&&!!n.maxlength&&(n.type==="text"||n.type==="textarea")&&!_e.value&&!n.readonly&&!n.showPassword),he=computed(()=>jt.value.length),tr=computed(()=>!!kt.value&&he.value>Number(n.maxlength)),gr=computed(()=>!!k.suffix||!!n.suffixIcon||ar.value||n.showPassword||kt.value||!!Et.value&&lr.value),[_r,yr]=useCursor($e);useResizeObserver(Ve,Qr=>{if(Tr(),!kt.value||n.resize!=="both")return;const Zr=Qr[0],{width:Vi}=Zr.contentRect;er.value={right:`calc(100% - ${Vi+15+6}px)`}});const xr=()=>{const{type:Qr,autosize:Zr}=n;if(!(!isClient||Qr!=="textarea"||!Ve.value))if(Zr){const Vi=isObject$5(Zr)?Zr.minRows:void 0,To=isObject$5(Zr)?Zr.maxRows:void 0,oa=calcTextareaHeight(Ve.value,Vi,To);ir.value={overflowY:"hidden",...oa},nextTick$3(()=>{Ve.value.offsetHeight,ir.value=oa})}else ir.value={minHeight:calcTextareaHeight(Ve.value).minHeight}},Tr=(Qr=>{let Zr=!1;return()=>{var Vi;if(Zr||!n.autosize)return;((Vi=Ve.value)==null?void 0:Vi.offsetParent)===null||(Qr(),Zr=!0)}})(xr),Sr=()=>{const Qr=dr.value,Zr=n.formatter?n.formatter(jt.value):jt.value;!Qr||Qr.value===Zr||(Qr.value=Zr)},Ar=async Qr=>{_r();let{value:Zr}=Qr.target;if(n.formatter&&(Zr=n.parser?n.parser(Zr):Zr),!Gr.value){if(Zr===jt.value){Sr();return}y(UPDATE_MODEL_EVENT,Zr),y("input",Zr),await nextTick$3(),Sr(),yr()}},Fr=Qr=>{y("change",Qr.target.value)},{isComposing:Gr,handleCompositionStart:Vr,handleCompositionUpdate:Dr,handleCompositionEnd:Ir}=useComposition({emit:y,afterComposition:Ar}),Br=()=>{qe.value=!qe.value,Rr()},Rr=async()=>{var Qr;await nextTick$3(),(Qr=dr.value)==null||Qr.focus()},Lr=()=>{var Qr;return(Qr=dr.value)==null?void 0:Qr.blur()},$r=Qr=>{Fe.value=!1,y("mouseleave",Qr)},jr=Qr=>{Fe.value=!0,y("mouseenter",Qr)},vn=Qr=>{y("keydown",Qr)},Kr=()=>{var Qr;(Qr=dr.value)==null||Qr.select()},kr=()=>{y(UPDATE_MODEL_EVENT,""),y("change",""),y("clear"),y("input","")};return watch(()=>n.modelValue,()=>{var Qr;nextTick$3(()=>xr()),n.validateEvent&&((Qr=oe==null?void 0:oe.validate)==null||Qr.call(oe,"change").catch(Zr=>void 0))}),watch(jt,()=>Sr()),watch(()=>n.type,async()=>{await nextTick$3(),Sr(),xr()}),onMounted(()=>{!n.formatter&&n.parser,Sr(),nextTick$3(xr)}),t({input:$e,textarea:Ve,ref:dr,textareaStyle:Ie,autosize:toRef$1(n,"autosize"),isComposing:Gr,focus:Rr,blur:Lr,select:Kr,clear:kr,resizeTextarea:xr}),(Qr,Zr)=>(openBlock(),createElementBlock("div",mergeProps(unref(L),{class:[unref(j),{[unref(Ne).bm("group","append")]:Qr.$slots.append,[unref(Ne).bm("group","prepend")]:Qr.$slots.prepend}],style:unref(Ce),role:Qr.containerRole,onMouseenter:jr,onMouseleave:$r}),[createCommentVNode(" input "),Qr.type!=="textarea"?(openBlock(),createElementBlock(Fragment,{key:0},[createCommentVNode(" prepend slot "),Qr.$slots.prepend?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ne).be("group","prepend"))},[renderSlot(Qr.$slots,"prepend")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"wrapperRef",ref:cr,class:normalizeClass(unref(V))},[createCommentVNode(" prefix slot "),Qr.$slots.prefix||Qr.prefixIcon?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(Ne).e("prefix"))},[createBaseVNode("span",{class:normalizeClass(unref(Ne).e("prefix-inner"))},[renderSlot(Qr.$slots,"prefix"),Qr.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Ne).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Qr.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("input",mergeProps({id:unref(ue),ref_key:"input",ref:$e,class:unref(Ne).e("inner")},unref(z),{minlength:Qr.minlength,maxlength:Qr.maxlength,type:Qr.showPassword?qe.value?"text":"password":Qr.type,disabled:unref(_e),readonly:Qr.readonly,autocomplete:Qr.autocomplete,tabindex:Qr.tabindex,"aria-label":Qr.ariaLabel,placeholder:Qr.placeholder,style:Qr.inputStyle,form:Qr.form,autofocus:Qr.autofocus,onCompositionstart:unref(Vr),onCompositionupdate:unref(Dr),onCompositionend:unref(Ir),onInput:Ar,onChange:Fr,onKeydown:vn}),null,16,["id","minlength","maxlength","type","disabled","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus","onCompositionstart","onCompositionupdate","onCompositionend"]),createCommentVNode(" suffix slot "),unref(gr)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(Ne).e("suffix"))},[createBaseVNode("span",{class:normalizeClass(unref(Ne).e("suffix-inner"))},[!unref(ar)||!unref(ur)||!unref(kt)?(openBlock(),createElementBlock(Fragment,{key:0},[renderSlot(Qr.$slots,"suffix"),Qr.suffixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Ne).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Qr.suffixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0),unref(ar)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(Ne).e("icon"),unref(Ne).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:kr},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),unref(ur)?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(Ne).e("icon"),unref(Ne).e("password")]),onClick:Br},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(pe))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),unref(kt)?(openBlock(),createElementBlock("span",{key:3,class:normalizeClass(unref(Ne).e("count"))},[createBaseVNode("span",{class:normalizeClass(unref(Ne).e("count-inner"))},toDisplayString(unref(he))+" / "+toDisplayString(Qr.maxlength),3)],2)):createCommentVNode("v-if",!0),unref(Et)&&unref(ie)&&unref(lr)?(openBlock(),createBlock(unref(ElIcon),{key:4,class:normalizeClass([unref(Ne).e("icon"),unref(Ne).e("validateIcon"),unref(Ne).is("loading",unref(Et)==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(ie))))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0)],2),createCommentVNode(" append slot "),Qr.$slots.append?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(Ne).be("group","append"))},[renderSlot(Qr.$slots,"append")],2)):createCommentVNode("v-if",!0)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" textarea "),createBaseVNode("textarea",mergeProps({id:unref(ue),ref_key:"textarea",ref:Ve,class:[unref(Ue).e("inner"),unref(Ne).is("focus",unref(nr))]},unref(z),{minlength:Qr.minlength,maxlength:Qr.maxlength,tabindex:Qr.tabindex,disabled:unref(_e),readonly:Qr.readonly,autocomplete:Qr.autocomplete,style:unref(Ie),"aria-label":Qr.ariaLabel,placeholder:Qr.placeholder,form:Qr.form,autofocus:Qr.autofocus,rows:Qr.rows,onCompositionstart:unref(Vr),onCompositionupdate:unref(Dr),onCompositionend:unref(Ir),onInput:Ar,onChange:Fr,onKeydown:vn}),null,16,["id","minlength","maxlength","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus","rows","onCompositionstart","onCompositionupdate","onCompositionend"]),unref(kt)?(openBlock(),createElementBlock("span",{key:0,style:normalizeStyle(er.value),class:normalizeClass(unref(Ne).e("count"))},toDisplayString(unref(he))+" / "+toDisplayString(Qr.maxlength),7)):createCommentVNode("v-if",!0)],64))],16,["role"]))}});var Input=_export_sfc$1(_sfc_main$2Q,[["__file","input.vue"]]);const ElInput=withInstall(Input),GAP=4,BAR_MAP={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}},renderThumbStyle$1=({move:e,size:t,bar:y})=>({[y.size]:t,transform:`translate${y.axis}(${e}%)`}),scrollbarContextKey=Symbol("scrollbarContextKey"),thumbProps=buildProps({vertical:Boolean,size:String,move:Number,ratio:{type:Number,required:!0},always:Boolean}),COMPONENT_NAME$k="Thumb",_sfc_main$2P=defineComponent({__name:"thumb",props:thumbProps,setup(e){const t=e,y=inject(scrollbarContextKey),n=useNamespace("scrollbar");y||throwError(COMPONENT_NAME$k,"can not inject scrollbar context");const $=ref$1(),k=ref$1(),L=ref$1({}),j=ref$1(!1);let V=!1,z=!1,re=isClient?document.onselectstart:null;const oe=computed(()=>BAR_MAP[t.vertical?"vertical":"horizontal"]),ue=computed(()=>renderThumbStyle$1({size:t.size,move:t.move,bar:oe.value})),de=computed(()=>$.value[oe.value.offset]**2/y.wrapElement[oe.value.scrollSize]/t.ratio/k.value[oe.value.offset]),_e=ir=>{var dr;if(ir.stopPropagation(),ir.ctrlKey||[1,2].includes(ir.button))return;(dr=window.getSelection())==null||dr.removeAllRanges(),Ue(ir);const cr=ir.currentTarget;cr&&(L.value[oe.value.axis]=cr[oe.value.offset]-(ir[oe.value.client]-cr.getBoundingClientRect()[oe.value.direction]))},Ne=ir=>{if(!k.value||!$.value||!y.wrapElement)return;const dr=Math.abs(ir.target.getBoundingClientRect()[oe.value.direction]-ir[oe.value.client]),cr=k.value[oe.value.offset]/2,nr=(dr-cr)*100*de.value/$.value[oe.value.offset];y.wrapElement[oe.value.scroll]=nr*y.wrapElement[oe.value.scrollSize]/100},Ue=ir=>{ir.stopImmediatePropagation(),V=!0,document.addEventListener("mousemove",$e),document.addEventListener("mouseup",Ve),re=document.onselectstart,document.onselectstart=()=>!1},$e=ir=>{if(!$.value||!k.value||V===!1)return;const dr=L.value[oe.value.axis];if(!dr)return;const cr=($.value.getBoundingClientRect()[oe.value.direction]-ir[oe.value.client])*-1,nr=k.value[oe.value.offset]-dr,lr=(cr-nr)*100*de.value/$.value[oe.value.offset];y.wrapElement[oe.value.scroll]=lr*y.wrapElement[oe.value.scrollSize]/100},Ve=()=>{V=!1,L.value[oe.value.axis]=0,document.removeEventListener("mousemove",$e),document.removeEventListener("mouseup",Ve),er(),z&&(j.value=!1)},Fe=()=>{z=!1,j.value=!!t.size},qe=()=>{z=!0,j.value=V};onBeforeUnmount(()=>{er(),document.removeEventListener("mouseup",Ve)});const er=()=>{document.onselectstart!==re&&(document.onselectstart=re)};return useEventListener(toRef$1(y,"scrollbarElement"),"mousemove",Fe),useEventListener(toRef$1(y,"scrollbarElement"),"mouseleave",qe),(ir,dr)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{ref_key:"instance",ref:$,class:normalizeClass([unref(n).e("bar"),unref(n).is(unref(oe).key)]),onMousedown:Ne},[createBaseVNode("div",{ref_key:"thumb",ref:k,class:normalizeClass(unref(n).e("thumb")),style:normalizeStyle(unref(ue)),onMousedown:_e},null,38)],34),[[vShow,ir.always||j.value]])]),_:1},8,["name"]))}});var Thumb=_export_sfc$1(_sfc_main$2P,[["__file","thumb.vue"]]);const barProps=buildProps({always:{type:Boolean,default:!0},minSize:{type:Number,required:!0}}),_sfc_main$2O=defineComponent({__name:"bar",props:barProps,setup(e,{expose:t}){const y=e,n=inject(scrollbarContextKey),$=ref$1(0),k=ref$1(0),L=ref$1(""),j=ref$1(""),V=ref$1(1),z=ref$1(1);return t({handleScroll:ue=>{if(ue){const de=ue.offsetHeight-GAP,_e=ue.offsetWidth-GAP;k.value=ue.scrollTop*100/de*V.value,$.value=ue.scrollLeft*100/_e*z.value}},update:()=>{const ue=n==null?void 0:n.wrapElement;if(!ue)return;const de=ue.offsetHeight-GAP,_e=ue.offsetWidth-GAP,Ne=de**2/ue.scrollHeight,Ue=_e**2/ue.scrollWidth,$e=Math.max(Ne,y.minSize),Ve=Math.max(Ue,y.minSize);V.value=Ne/(de-Ne)/($e/(de-$e)),z.value=Ue/(_e-Ue)/(Ve/(_e-Ve)),j.value=$e+GAP(openBlock(),createElementBlock(Fragment,null,[createVNode(Thumb,{move:$.value,ratio:z.value,size:L.value,always:ue.always},null,8,["move","ratio","size","always"]),createVNode(Thumb,{move:k.value,ratio:V.value,size:j.value,vertical:"",always:ue.always},null,8,["move","ratio","size","always"])],64))}});var Bar=_export_sfc$1(_sfc_main$2O,[["__file","bar.vue"]]);const scrollbarProps=buildProps({height:{type:[String,Number],default:""},maxHeight:{type:[String,Number],default:""},native:{type:Boolean,default:!1},wrapStyle:{type:definePropType([String,Object,Array]),default:""},wrapClass:{type:[String,Array],default:""},viewClass:{type:[String,Array],default:""},viewStyle:{type:[String,Array,Object],default:""},noresize:Boolean,tag:{type:String,default:"div"},always:Boolean,minSize:{type:Number,default:20},id:String,role:String,...useAriaProps(["ariaLabel","ariaOrientation"])}),scrollbarEmits={scroll:({scrollTop:e,scrollLeft:t})=>[e,t].every(isNumber$4)},COMPONENT_NAME$j="ElScrollbar",__default__$1I=defineComponent({name:COMPONENT_NAME$j}),_sfc_main$2N=defineComponent({...__default__$1I,props:scrollbarProps,emits:scrollbarEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("scrollbar");let k,L,j=0,V=0;const z=ref$1(),re=ref$1(),oe=ref$1(),ue=ref$1(),de=computed(()=>{const er={};return n.height&&(er.height=addUnit(n.height)),n.maxHeight&&(er.maxHeight=addUnit(n.maxHeight)),[n.wrapStyle,er]}),_e=computed(()=>[n.wrapClass,$.e("wrap"),{[$.em("wrap","hidden-default")]:!n.native}]),Ne=computed(()=>[$.e("view"),n.viewClass]),Ue=()=>{var er;re.value&&((er=ue.value)==null||er.handleScroll(re.value),j=re.value.scrollTop,V=re.value.scrollLeft,y("scroll",{scrollTop:re.value.scrollTop,scrollLeft:re.value.scrollLeft}))};function $e(er,ir){isObject$5(er)?re.value.scrollTo(er):isNumber$4(er)&&isNumber$4(ir)&&re.value.scrollTo(er,ir)}const Ve=er=>{isNumber$4(er)&&(re.value.scrollTop=er)},Fe=er=>{isNumber$4(er)&&(re.value.scrollLeft=er)},qe=()=>{var er;(er=ue.value)==null||er.update()};return watch(()=>n.noresize,er=>{er?(k==null||k(),L==null||L()):({stop:k}=useResizeObserver(oe,qe),L=useEventListener("resize",qe))},{immediate:!0}),watch(()=>[n.maxHeight,n.height],()=>{n.native||nextTick$3(()=>{var er;qe(),re.value&&((er=ue.value)==null||er.handleScroll(re.value))})}),provide(scrollbarContextKey,reactive({scrollbarElement:z,wrapElement:re})),onActivated(()=>{re.value.scrollTop=j,re.value.scrollLeft=V}),onMounted(()=>{n.native||nextTick$3(()=>{qe()})}),onUpdated(()=>qe()),t({wrapRef:re,update:qe,scrollTo:$e,setScrollTop:Ve,setScrollLeft:Fe,handleScroll:Ue}),(er,ir)=>(openBlock(),createElementBlock("div",{ref_key:"scrollbarRef",ref:z,class:normalizeClass(unref($).b())},[createBaseVNode("div",{ref_key:"wrapRef",ref:re,class:normalizeClass(unref(_e)),style:normalizeStyle(unref(de)),onScroll:Ue},[(openBlock(),createBlock(resolveDynamicComponent(er.tag),{id:er.id,ref_key:"resizeRef",ref:oe,class:normalizeClass(unref(Ne)),style:normalizeStyle(er.viewStyle),role:er.role,"aria-label":er.ariaLabel,"aria-orientation":er.ariaOrientation},{default:withCtx(()=>[renderSlot(er.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],38),er.native?createCommentVNode("v-if",!0):(openBlock(),createBlock(Bar,{key:0,ref_key:"barRef",ref:ue,always:er.always,"min-size":er.minSize},null,8,["always","min-size"]))],2))}});var Scrollbar=_export_sfc$1(_sfc_main$2N,[["__file","scrollbar.vue"]]);const ElScrollbar=withInstall(Scrollbar),POPPER_INJECTION_KEY=Symbol("popper"),POPPER_CONTENT_INJECTION_KEY=Symbol("popperContent"),roleTypes=["dialog","grid","group","listbox","menu","navigation","tooltip","tree"],popperProps=buildProps({role:{type:String,values:roleTypes,default:"tooltip"}}),__default__$1H=defineComponent({name:"ElPopper",inheritAttrs:!1}),_sfc_main$2M=defineComponent({...__default__$1H,props:popperProps,setup(e,{expose:t}){const y=e,n=ref$1(),$=ref$1(),k=ref$1(),L=ref$1(),j=computed(()=>y.role),V={triggerRef:n,popperInstanceRef:$,contentRef:k,referenceRef:L,role:j};return t(V),provide(POPPER_INJECTION_KEY,V),(z,re)=>renderSlot(z.$slots,"default")}});var Popper=_export_sfc$1(_sfc_main$2M,[["__file","popper.vue"]]);const popperArrowProps=buildProps({arrowOffset:{type:Number,default:5}}),__default__$1G=defineComponent({name:"ElPopperArrow",inheritAttrs:!1}),_sfc_main$2L=defineComponent({...__default__$1G,props:popperArrowProps,setup(e,{expose:t}){const y=e,n=useNamespace("popper"),{arrowOffset:$,arrowRef:k,arrowStyle:L}=inject(POPPER_CONTENT_INJECTION_KEY,void 0);return watch(()=>y.arrowOffset,j=>{$.value=j}),onBeforeUnmount(()=>{k.value=void 0}),t({arrowRef:k}),(j,V)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:k,class:normalizeClass(unref(n).e("arrow")),style:normalizeStyle(unref(L)),"data-popper-arrow":""},null,6))}});var ElPopperArrow=_export_sfc$1(_sfc_main$2L,[["__file","arrow.vue"]]);const NAME="ElOnlyChild",OnlyChild=defineComponent({name:NAME,setup(e,{slots:t,attrs:y}){var n;const $=inject(FORWARD_REF_INJECTION_KEY),k=useForwardRefDirective((n=$==null?void 0:$.setForwardRef)!=null?n:NOOP);return()=>{var L;const j=(L=t.default)==null?void 0:L.call(t,y);if(!j||j.length>1)return null;const V=findFirstLegitChild(j);return V?withDirectives(cloneVNode(V,y),[[k]]):null}}});function findFirstLegitChild(e){if(!e)return null;const t=e;for(const y of t){if(isObject$5(y))switch(y.type){case Comment:continue;case Text$1:case"svg":return wrapTextContent(y);case Fragment:return findFirstLegitChild(y.children);default:return y}return wrapTextContent(y)}return null}function wrapTextContent(e){const t=useNamespace("only-child");return createVNode("span",{class:t.e("content")},[e])}const popperTriggerProps=buildProps({virtualRef:{type:definePropType(Object)},virtualTriggering:Boolean,onMouseenter:{type:definePropType(Function)},onMouseleave:{type:definePropType(Function)},onClick:{type:definePropType(Function)},onKeydown:{type:definePropType(Function)},onFocus:{type:definePropType(Function)},onBlur:{type:definePropType(Function)},onContextmenu:{type:definePropType(Function)},id:String,open:Boolean}),__default__$1F=defineComponent({name:"ElPopperTrigger",inheritAttrs:!1}),_sfc_main$2K=defineComponent({...__default__$1F,props:popperTriggerProps,setup(e,{expose:t}){const y=e,{role:n,triggerRef:$}=inject(POPPER_INJECTION_KEY,void 0);useForwardRef($);const k=computed(()=>j.value?y.id:void 0),L=computed(()=>{if(n&&n.value==="tooltip")return y.open&&y.id?y.id:void 0}),j=computed(()=>{if(n&&n.value!=="tooltip")return n.value}),V=computed(()=>j.value?`${y.open}`:void 0);let z;const re=["onMouseenter","onMouseleave","onClick","onKeydown","onFocus","onBlur","onContextmenu"];return onMounted(()=>{watch(()=>y.virtualRef,oe=>{oe&&($.value=unrefElement(oe))},{immediate:!0}),watch($,(oe,ue)=>{z==null||z(),z=void 0,isElement$2(oe)&&(re.forEach(de=>{var _e;const Ne=y[de];Ne&&(oe.addEventListener(de.slice(2).toLowerCase(),Ne),(_e=ue==null?void 0:ue.removeEventListener)==null||_e.call(ue,de.slice(2).toLowerCase(),Ne))}),z=watch([k,L,j,V],de=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((_e,Ne)=>{isNil(de[Ne])?oe.removeAttribute(_e):oe.setAttribute(_e,de[Ne])})},{immediate:!0})),isElement$2(ue)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(de=>ue.removeAttribute(de))},{immediate:!0})}),onBeforeUnmount(()=>{if(z==null||z(),z=void 0,$.value&&isElement$2($.value)){const oe=$.value;re.forEach(ue=>{const de=y[ue];de&&oe.removeEventListener(ue.slice(2).toLowerCase(),de)}),$.value=void 0}}),t({triggerRef:$}),(oe,ue)=>oe.virtualTriggering?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(OnlyChild),mergeProps({key:0},oe.$attrs,{"aria-controls":unref(k),"aria-describedby":unref(L),"aria-expanded":unref(V),"aria-haspopup":unref(j)}),{default:withCtx(()=>[renderSlot(oe.$slots,"default")]),_:3},16,["aria-controls","aria-describedby","aria-expanded","aria-haspopup"]))}});var ElPopperTrigger=_export_sfc$1(_sfc_main$2K,[["__file","trigger.vue"]]);const FOCUS_AFTER_TRAPPED="focus-trap.focus-after-trapped",FOCUS_AFTER_RELEASED="focus-trap.focus-after-released",FOCUSOUT_PREVENTED="focus-trap.focusout-prevented",FOCUS_AFTER_TRAPPED_OPTS={cancelable:!0,bubbles:!1},FOCUSOUT_PREVENTED_OPTS={cancelable:!0,bubbles:!1},ON_TRAP_FOCUS_EVT="focusAfterTrapped",ON_RELEASE_FOCUS_EVT="focusAfterReleased",FOCUS_TRAP_INJECTION_KEY=Symbol("elFocusTrap"),focusReason=ref$1(),lastUserFocusTimestamp=ref$1(0),lastAutomatedFocusTimestamp=ref$1(0);let focusReasonUserCount=0;const obtainAllFocusableElements=e=>{const t=[],y=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const $=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||$?NodeFilter.FILTER_SKIP:n.tabIndex>=0||n===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;y.nextNode();)t.push(y.currentNode);return t},getVisibleElement=(e,t)=>{for(const y of e)if(!isHidden(y,t))return y},isHidden=(e,t)=>{if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1},getEdges=e=>{const t=obtainAllFocusableElements(e),y=getVisibleElement(t,e),n=getVisibleElement(t.reverse(),e);return[y,n]},isSelectable=e=>e instanceof HTMLInputElement&&"select"in e,tryFocus=(e,t)=>{if(e&&e.focus){const y=document.activeElement;e.focus({preventScroll:!0}),lastAutomatedFocusTimestamp.value=window.performance.now(),e!==y&&isSelectable(e)&&t&&e.select()}};function removeFromStack(e,t){const y=[...e],n=e.indexOf(t);return n!==-1&&y.splice(n,1),y}const createFocusableStack=()=>{let e=[];return{push:n=>{const $=e[0];$&&n!==$&&$.pause(),e=removeFromStack(e,n),e.unshift(n)},remove:n=>{var $,k;e=removeFromStack(e,n),(k=($=e[0])==null?void 0:$.resume)==null||k.call($)}}},focusFirstDescendant=(e,t=!1)=>{const y=document.activeElement;for(const n of e)if(tryFocus(n,t),document.activeElement!==y)return},focusableStack=createFocusableStack(),isFocusCausedByUserEvent=()=>lastUserFocusTimestamp.value>lastAutomatedFocusTimestamp.value,notifyFocusReasonPointer=()=>{focusReason.value="pointer",lastUserFocusTimestamp.value=window.performance.now()},notifyFocusReasonKeydown=()=>{focusReason.value="keyboard",lastUserFocusTimestamp.value=window.performance.now()},useFocusReason=()=>(onMounted(()=>{focusReasonUserCount===0&&(document.addEventListener("mousedown",notifyFocusReasonPointer),document.addEventListener("touchstart",notifyFocusReasonPointer),document.addEventListener("keydown",notifyFocusReasonKeydown)),focusReasonUserCount++}),onBeforeUnmount(()=>{focusReasonUserCount--,focusReasonUserCount<=0&&(document.removeEventListener("mousedown",notifyFocusReasonPointer),document.removeEventListener("touchstart",notifyFocusReasonPointer),document.removeEventListener("keydown",notifyFocusReasonKeydown))}),{focusReason,lastUserFocusTimestamp,lastAutomatedFocusTimestamp}),createFocusOutPreventedEvent=e=>new CustomEvent(FOCUSOUT_PREVENTED,{...FOCUSOUT_PREVENTED_OPTS,detail:e}),_sfc_main$2J=defineComponent({name:"ElFocusTrap",inheritAttrs:!1,props:{loop:Boolean,trapped:Boolean,focusTrapEl:Object,focusStartEl:{type:[Object,String],default:"first"}},emits:[ON_TRAP_FOCUS_EVT,ON_RELEASE_FOCUS_EVT,"focusin","focusout","focusout-prevented","release-requested"],setup(e,{emit:t}){const y=ref$1();let n,$;const{focusReason:k}=useFocusReason();useEscapeKeydown(_e=>{e.trapped&&!L.paused&&t("release-requested",_e)});const L={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},j=_e=>{if(!e.loop&&!e.trapped||L.paused)return;const{key:Ne,altKey:Ue,ctrlKey:$e,metaKey:Ve,currentTarget:Fe,shiftKey:qe}=_e,{loop:er}=e,ir=Ne===EVENT_CODE.tab&&!Ue&&!$e&&!Ve,dr=document.activeElement;if(ir&&dr){const cr=Fe,[nr,lr]=getEdges(cr);if(nr&&lr){if(!qe&&dr===lr){const ie=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",ie),ie.defaultPrevented||(_e.preventDefault(),er&&tryFocus(nr,!0))}else if(qe&&[nr,cr].includes(dr)){const ie=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",ie),ie.defaultPrevented||(_e.preventDefault(),er&&tryFocus(lr,!0))}}else if(dr===cr){const ie=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",ie),ie.defaultPrevented||_e.preventDefault()}}};provide(FOCUS_TRAP_INJECTION_KEY,{focusTrapRef:y,onKeydown:j}),watch(()=>e.focusTrapEl,_e=>{_e&&(y.value=_e)},{immediate:!0}),watch([y],([_e],[Ne])=>{_e&&(_e.addEventListener("keydown",j),_e.addEventListener("focusin",re),_e.addEventListener("focusout",oe)),Ne&&(Ne.removeEventListener("keydown",j),Ne.removeEventListener("focusin",re),Ne.removeEventListener("focusout",oe))});const V=_e=>{t(ON_TRAP_FOCUS_EVT,_e)},z=_e=>t(ON_RELEASE_FOCUS_EVT,_e),re=_e=>{const Ne=unref(y);if(!Ne)return;const Ue=_e.target,$e=_e.relatedTarget,Ve=Ue&&Ne.contains(Ue);e.trapped||$e&&Ne.contains($e)||(n=$e),Ve&&t("focusin",_e),!L.paused&&e.trapped&&(Ve?$=Ue:tryFocus($,!0))},oe=_e=>{const Ne=unref(y);if(!(L.paused||!Ne))if(e.trapped){const Ue=_e.relatedTarget;!isNil(Ue)&&!Ne.contains(Ue)&&setTimeout(()=>{if(!L.paused&&e.trapped){const $e=createFocusOutPreventedEvent({focusReason:k.value});t("focusout-prevented",$e),$e.defaultPrevented||tryFocus($,!0)}},0)}else{const Ue=_e.target;Ue&&Ne.contains(Ue)||t("focusout",_e)}};async function ue(){await nextTick$3();const _e=unref(y);if(_e){focusableStack.push(L);const Ne=_e.contains(document.activeElement)?n:document.activeElement;if(n=Ne,!_e.contains(Ne)){const $e=new Event(FOCUS_AFTER_TRAPPED,FOCUS_AFTER_TRAPPED_OPTS);_e.addEventListener(FOCUS_AFTER_TRAPPED,V),_e.dispatchEvent($e),$e.defaultPrevented||nextTick$3(()=>{let Ve=e.focusStartEl;isString$4(Ve)||(tryFocus(Ve),document.activeElement!==Ve&&(Ve="first")),Ve==="first"&&focusFirstDescendant(obtainAllFocusableElements(_e),!0),(document.activeElement===Ne||Ve==="container")&&tryFocus(_e)})}}}function de(){const _e=unref(y);if(_e){_e.removeEventListener(FOCUS_AFTER_TRAPPED,V);const Ne=new CustomEvent(FOCUS_AFTER_RELEASED,{...FOCUS_AFTER_TRAPPED_OPTS,detail:{focusReason:k.value}});_e.addEventListener(FOCUS_AFTER_RELEASED,z),_e.dispatchEvent(Ne),!Ne.defaultPrevented&&(k.value=="keyboard"||!isFocusCausedByUserEvent()||_e.contains(document.activeElement))&&tryFocus(n??document.body),_e.removeEventListener(FOCUS_AFTER_RELEASED,z),focusableStack.remove(L)}}return onMounted(()=>{e.trapped&&ue(),watch(()=>e.trapped,_e=>{_e?ue():de()})}),onBeforeUnmount(()=>{e.trapped&&de(),y.value&&(y.value.removeEventListener("keydown",j),y.value.removeEventListener("focusin",re),y.value.removeEventListener("focusout",oe),y.value=void 0)}),{onKeydown:j}}});function _sfc_render$u(e,t,y,n,$,k){return renderSlot(e.$slots,"default",{handleKeydown:e.onKeydown})}var ElFocusTrap=_export_sfc$1(_sfc_main$2J,[["render",_sfc_render$u],["__file","focus-trap.vue"]]);const POSITIONING_STRATEGIES=["fixed","absolute"],popperCoreConfigProps=buildProps({boundariesPadding:{type:Number,default:0},fallbackPlacements:{type:definePropType(Array),default:void 0},gpuAcceleration:{type:Boolean,default:!0},offset:{type:Number,default:12},placement:{type:String,values:Ee,default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},strategy:{type:String,values:POSITIONING_STRATEGIES,default:"absolute"}}),popperContentProps=buildProps({...popperCoreConfigProps,id:String,style:{type:definePropType([String,Array,Object])},className:{type:definePropType([String,Array,Object])},effect:{type:definePropType(String),default:"dark"},visible:Boolean,enterable:{type:Boolean,default:!0},pure:Boolean,focusOnShow:{type:Boolean,default:!1},trapping:{type:Boolean,default:!1},popperClass:{type:definePropType([String,Array,Object])},popperStyle:{type:definePropType([String,Array,Object])},referenceEl:{type:definePropType(Object)},triggerTargetEl:{type:definePropType(Object)},stopPopperMouseEvent:{type:Boolean,default:!0},virtualTriggering:Boolean,zIndex:Number,...useAriaProps(["ariaLabel"])}),popperContentEmits={mouseenter:e=>e instanceof MouseEvent,mouseleave:e=>e instanceof MouseEvent,focus:()=>!0,blur:()=>!0,close:()=>!0},buildPopperOptions=(e,t=[])=>{const{placement:y,strategy:n,popperOptions:$}=e,k={placement:y,strategy:n,...$,modifiers:[...genModifiers(e),...t]};return deriveExtraModifiers(k,$==null?void 0:$.modifiers),k},unwrapMeasurableEl=e=>{if(isClient)return unrefElement(e)};function genModifiers(e){const{offset:t,gpuAcceleration:y,fallbackPlacements:n}=e;return[{name:"offset",options:{offset:[0,t??12]}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5,fallbackPlacements:n}},{name:"computeStyles",options:{gpuAcceleration:y}}]}function deriveExtraModifiers(e,t){t&&(e.modifiers=[...e.modifiers,...t??[]])}const DEFAULT_ARROW_OFFSET=0,usePopperContent=e=>{const{popperInstanceRef:t,contentRef:y,triggerRef:n,role:$}=inject(POPPER_INJECTION_KEY,void 0),k=ref$1(),L=ref$1(),j=computed(()=>({name:"eventListeners",enabled:!!e.visible})),V=computed(()=>{var $e;const Ve=unref(k),Fe=($e=unref(L))!=null?$e:DEFAULT_ARROW_OFFSET;return{name:"arrow",enabled:!isUndefined$3(Ve),options:{element:Ve,padding:Fe}}}),z=computed(()=>({onFirstUpdate:()=>{_e()},...buildPopperOptions(e,[unref(V),unref(j)])})),re=computed(()=>unwrapMeasurableEl(e.referenceEl)||unref(n)),{attributes:oe,state:ue,styles:de,update:_e,forceUpdate:Ne,instanceRef:Ue}=usePopper(re,y,z);return watch(Ue,$e=>t.value=$e),onMounted(()=>{watch(()=>{var $e;return($e=unref(re))==null?void 0:$e.getBoundingClientRect()},()=>{_e()})}),{attributes:oe,arrowRef:k,contentRef:y,instanceRef:Ue,state:ue,styles:de,role:$,forceUpdate:Ne,update:_e}},usePopperContentDOM=(e,{attributes:t,styles:y,role:n})=>{const{nextZIndex:$}=useZIndex(),k=useNamespace("popper"),L=computed(()=>unref(t).popper),j=ref$1(isNumber$4(e.zIndex)?e.zIndex:$()),V=computed(()=>[k.b(),k.is("pure",e.pure),k.is(e.effect),e.popperClass]),z=computed(()=>[{zIndex:unref(j)},unref(y).popper,e.popperStyle||{}]),re=computed(()=>n.value==="dialog"?"false":void 0),oe=computed(()=>unref(y).arrow||{});return{ariaModal:re,arrowStyle:oe,contentAttrs:L,contentClass:V,contentStyle:z,contentZIndex:j,updateZIndex:()=>{j.value=isNumber$4(e.zIndex)?e.zIndex:$()}}},usePopperContentFocusTrap=(e,t)=>{const y=ref$1(!1),n=ref$1();return{focusStartRef:n,trapped:y,onFocusAfterReleased:z=>{var re;((re=z.detail)==null?void 0:re.focusReason)!=="pointer"&&(n.value="first",t("blur"))},onFocusAfterTrapped:()=>{t("focus")},onFocusInTrap:z=>{e.visible&&!y.value&&(z.target&&(n.value=z.target),y.value=!0)},onFocusoutPrevented:z=>{e.trapping||(z.detail.focusReason==="pointer"&&z.preventDefault(),y.value=!1)},onReleaseRequested:()=>{y.value=!1,t("close")}}},__default__$1E=defineComponent({name:"ElPopperContent"}),_sfc_main$2I=defineComponent({...__default__$1E,props:popperContentProps,emits:popperContentEmits,setup(e,{expose:t,emit:y}){const n=e,{focusStartRef:$,trapped:k,onFocusAfterReleased:L,onFocusAfterTrapped:j,onFocusInTrap:V,onFocusoutPrevented:z,onReleaseRequested:re}=usePopperContentFocusTrap(n,y),{attributes:oe,arrowRef:ue,contentRef:de,styles:_e,instanceRef:Ne,role:Ue,update:$e}=usePopperContent(n),{ariaModal:Ve,arrowStyle:Fe,contentAttrs:qe,contentClass:er,contentStyle:ir,updateZIndex:dr}=usePopperContentDOM(n,{styles:_e,attributes:oe,role:Ue}),cr=inject(formItemContextKey,void 0),nr=ref$1();provide(POPPER_CONTENT_INJECTION_KEY,{arrowStyle:Fe,arrowRef:ue,arrowOffset:nr}),cr&&provide(formItemContextKey,{...cr,addInputId:NOOP,removeInputId:NOOP});let lr;const Et=(pe=!0)=>{$e(),pe&&dr()},ie=()=>{Et(!1),n.visible&&n.focusOnShow?k.value=!0:n.visible===!1&&(k.value=!1)};return onMounted(()=>{watch(()=>n.triggerTargetEl,(pe,Ce)=>{lr==null||lr(),lr=void 0;const Ie=unref(pe||de.value),jt=unref(Ce||de.value);isElement$2(Ie)&&(lr=watch([Ue,()=>n.ariaLabel,Ve,()=>n.id],ar=>{["role","aria-label","aria-modal","id"].forEach((ur,kt)=>{isNil(ar[kt])?Ie.removeAttribute(ur):Ie.setAttribute(ur,ar[kt])})},{immediate:!0})),jt!==Ie&&isElement$2(jt)&&["role","aria-label","aria-modal","id"].forEach(ar=>{jt.removeAttribute(ar)})},{immediate:!0}),watch(()=>n.visible,ie,{immediate:!0})}),onBeforeUnmount(()=>{lr==null||lr(),lr=void 0}),t({popperContentRef:de,popperInstanceRef:Ne,updatePopper:Et,contentStyle:ir}),(pe,Ce)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"contentRef",ref:de},unref(qe),{style:unref(ir),class:unref(er),tabindex:"-1",onMouseenter:Ie=>pe.$emit("mouseenter",Ie),onMouseleave:Ie=>pe.$emit("mouseleave",Ie)}),[createVNode(unref(ElFocusTrap),{trapped:unref(k),"trap-on-focus-in":!0,"focus-trap-el":unref(de),"focus-start-el":unref($),onFocusAfterTrapped:unref(j),onFocusAfterReleased:unref(L),onFocusin:unref(V),onFocusoutPrevented:unref(z),onReleaseRequested:unref(re)},{default:withCtx(()=>[renderSlot(pe.$slots,"default")]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusin","onFocusoutPrevented","onReleaseRequested"])],16,["onMouseenter","onMouseleave"]))}});var ElPopperContent=_export_sfc$1(_sfc_main$2I,[["__file","content.vue"]]);const ElPopper=withInstall(Popper),TOOLTIP_INJECTION_KEY=Symbol("elTooltip"),useTooltipContentProps=buildProps({...useDelayedToggleProps,...popperContentProps,appendTo:{type:definePropType([String,Object])},content:{type:String,default:""},rawContent:Boolean,persistent:Boolean,visible:{type:definePropType(Boolean),default:null},transition:String,teleported:{type:Boolean,default:!0},disabled:Boolean,...useAriaProps(["ariaLabel"])}),useTooltipTriggerProps=buildProps({...popperTriggerProps,disabled:Boolean,trigger:{type:definePropType([String,Array]),default:"hover"},triggerKeys:{type:definePropType(Array),default:()=>[EVENT_CODE.enter,EVENT_CODE.space]}}),{useModelToggleProps:useTooltipModelToggleProps,useModelToggleEmits:useTooltipModelToggleEmits,useModelToggle:useTooltipModelToggle}=createModelToggleComposable("visible"),useTooltipProps=buildProps({...popperProps,...useTooltipModelToggleProps,...useTooltipContentProps,...useTooltipTriggerProps,...popperArrowProps,showArrow:{type:Boolean,default:!0}}),tooltipEmits=[...useTooltipModelToggleEmits,"before-show","before-hide","show","hide","open","close"],isTriggerType=(e,t)=>isArray$4(e)?e.includes(t):e===t,whenTrigger=(e,t,y)=>n=>{isTriggerType(unref(e),t)&&y(n)},__default__$1D=defineComponent({name:"ElTooltipTrigger"}),_sfc_main$2H=defineComponent({...__default__$1D,props:useTooltipTriggerProps,setup(e,{expose:t}){const y=e,n=useNamespace("tooltip"),{controlled:$,id:k,open:L,onOpen:j,onClose:V,onToggle:z}=inject(TOOLTIP_INJECTION_KEY,void 0),re=ref$1(null),oe=()=>{if(unref($)||y.disabled)return!0},ue=toRef$1(y,"trigger"),de=composeEventHandlers(oe,whenTrigger(ue,"hover",j)),_e=composeEventHandlers(oe,whenTrigger(ue,"hover",V)),Ne=composeEventHandlers(oe,whenTrigger(ue,"click",qe=>{qe.button===0&&z(qe)})),Ue=composeEventHandlers(oe,whenTrigger(ue,"focus",j)),$e=composeEventHandlers(oe,whenTrigger(ue,"focus",V)),Ve=composeEventHandlers(oe,whenTrigger(ue,"contextmenu",qe=>{qe.preventDefault(),z(qe)})),Fe=composeEventHandlers(oe,qe=>{const{code:er}=qe;y.triggerKeys.includes(er)&&(qe.preventDefault(),z(qe))});return t({triggerRef:re}),(qe,er)=>(openBlock(),createBlock(unref(ElPopperTrigger),{id:unref(k),"virtual-ref":qe.virtualRef,open:unref(L),"virtual-triggering":qe.virtualTriggering,class:normalizeClass(unref(n).e("trigger")),onBlur:unref($e),onClick:unref(Ne),onContextmenu:unref(Ve),onFocus:unref(Ue),onMouseenter:unref(de),onMouseleave:unref(_e),onKeydown:unref(Fe)},{default:withCtx(()=>[renderSlot(qe.$slots,"default")]),_:3},8,["id","virtual-ref","open","virtual-triggering","class","onBlur","onClick","onContextmenu","onFocus","onMouseenter","onMouseleave","onKeydown"]))}});var ElTooltipTrigger=_export_sfc$1(_sfc_main$2H,[["__file","trigger.vue"]]);const teleportProps=buildProps({to:{type:definePropType([String,Object]),required:!0},disabled:Boolean}),_sfc_main$2G=defineComponent({__name:"teleport",props:teleportProps,setup(e){return(t,y)=>t.disabled?renderSlot(t.$slots,"default",{key:0}):(openBlock(),createBlock(Teleport$1,{key:1,to:t.to},[renderSlot(t.$slots,"default")],8,["to"]))}});var Teleport=_export_sfc$1(_sfc_main$2G,[["__file","teleport.vue"]]);const ElTeleport=withInstall(Teleport),__default__$1C=defineComponent({name:"ElTooltipContent",inheritAttrs:!1}),_sfc_main$2F=defineComponent({...__default__$1C,props:useTooltipContentProps,setup(e,{expose:t}){const y=e,{selector:n}=usePopperContainerId(),$=useNamespace("tooltip"),k=ref$1(null);let L;const{controlled:j,id:V,open:z,trigger:re,onClose:oe,onOpen:ue,onShow:de,onHide:_e,onBeforeShow:Ne,onBeforeHide:Ue}=inject(TOOLTIP_INJECTION_KEY,void 0),$e=computed(()=>y.transition||`${$.namespace.value}-fade-in-linear`),Ve=computed(()=>y.persistent);onBeforeUnmount(()=>{L==null||L()});const Fe=computed(()=>unref(Ve)?!0:unref(z)),qe=computed(()=>y.disabled?!1:unref(z)),er=computed(()=>y.appendTo||n.value),ir=computed(()=>{var jt;return(jt=y.style)!=null?jt:{}}),dr=computed(()=>!unref(z)),cr=()=>{_e()},nr=()=>{if(unref(j))return!0},lr=composeEventHandlers(nr,()=>{y.enterable&&unref(re)==="hover"&&ue()}),Et=composeEventHandlers(nr,()=>{unref(re)==="hover"&&oe()}),ie=()=>{var jt,ar;(ar=(jt=k.value)==null?void 0:jt.updatePopper)==null||ar.call(jt),Ne==null||Ne()},pe=()=>{Ue==null||Ue()},Ce=()=>{de(),L=onClickOutside(computed(()=>{var jt;return(jt=k.value)==null?void 0:jt.popperContentRef}),()=>{if(unref(j))return;unref(re)!=="hover"&&oe()})},Ie=()=>{y.virtualTriggering||oe()};return watch(()=>unref(z),jt=>{jt||L==null||L()},{flush:"post"}),watch(()=>y.content,()=>{var jt,ar;(ar=(jt=k.value)==null?void 0:jt.updatePopper)==null||ar.call(jt)}),t({contentRef:k}),(jt,ar)=>(openBlock(),createBlock(unref(ElTeleport),{disabled:!jt.teleported,to:unref(er)},{default:withCtx(()=>[createVNode(Transition,{name:unref($e),onAfterLeave:cr,onBeforeEnter:ie,onAfterEnter:Ce,onBeforeLeave:pe},{default:withCtx(()=>[unref(Fe)?withDirectives((openBlock(),createBlock(unref(ElPopperContent),mergeProps({key:0,id:unref(V),ref_key:"contentRef",ref:k},jt.$attrs,{"aria-label":jt.ariaLabel,"aria-hidden":unref(dr),"boundaries-padding":jt.boundariesPadding,"fallback-placements":jt.fallbackPlacements,"gpu-acceleration":jt.gpuAcceleration,offset:jt.offset,placement:jt.placement,"popper-options":jt.popperOptions,strategy:jt.strategy,effect:jt.effect,enterable:jt.enterable,pure:jt.pure,"popper-class":jt.popperClass,"popper-style":[jt.popperStyle,unref(ir)],"reference-el":jt.referenceEl,"trigger-target-el":jt.triggerTargetEl,visible:unref(qe),"z-index":jt.zIndex,onMouseenter:unref(lr),onMouseleave:unref(Et),onBlur:Ie,onClose:unref(oe)}),{default:withCtx(()=>[renderSlot(jt.$slots,"default")]),_:3},16,["id","aria-label","aria-hidden","boundaries-padding","fallback-placements","gpu-acceleration","offset","placement","popper-options","strategy","effect","enterable","pure","popper-class","popper-style","reference-el","trigger-target-el","visible","z-index","onMouseenter","onMouseleave","onClose"])),[[vShow,unref(qe)]]):createCommentVNode("v-if",!0)]),_:3},8,["name"])]),_:3},8,["disabled","to"]))}});var ElTooltipContent=_export_sfc$1(_sfc_main$2F,[["__file","content.vue"]]);const __default__$1B=defineComponent({name:"ElTooltip"}),_sfc_main$2E=defineComponent({...__default__$1B,props:useTooltipProps,emits:tooltipEmits,setup(e,{expose:t,emit:y}){const n=e;usePopperContainer();const $=useId(),k=ref$1(),L=ref$1(),j=()=>{var $e;const Ve=unref(k);Ve&&(($e=Ve.popperInstanceRef)==null||$e.update())},V=ref$1(!1),z=ref$1(),{show:re,hide:oe,hasUpdateHandler:ue}=useTooltipModelToggle({indicator:V,toggleReason:z}),{onOpen:de,onClose:_e}=useDelayedToggle({showAfter:toRef$1(n,"showAfter"),hideAfter:toRef$1(n,"hideAfter"),autoClose:toRef$1(n,"autoClose"),open:re,close:oe}),Ne=computed(()=>isBoolean$3(n.visible)&&!ue.value);provide(TOOLTIP_INJECTION_KEY,{controlled:Ne,id:$,open:readonly(V),trigger:toRef$1(n,"trigger"),onOpen:$e=>{de($e)},onClose:$e=>{_e($e)},onToggle:$e=>{unref(V)?_e($e):de($e)},onShow:()=>{y("show",z.value)},onHide:()=>{y("hide",z.value)},onBeforeShow:()=>{y("before-show",z.value)},onBeforeHide:()=>{y("before-hide",z.value)},updatePopper:j}),watch(()=>n.disabled,$e=>{$e&&V.value&&(V.value=!1)});const Ue=$e=>{var Ve,Fe;const qe=(Fe=(Ve=L.value)==null?void 0:Ve.contentRef)==null?void 0:Fe.popperContentRef,er=($e==null?void 0:$e.relatedTarget)||document.activeElement;return qe&&qe.contains(er)};return onDeactivated(()=>V.value&&oe()),t({popperRef:k,contentRef:L,isFocusInsideContent:Ue,updatePopper:j,onOpen:de,onClose:_e,hide:oe}),($e,Ve)=>(openBlock(),createBlock(unref(ElPopper),{ref_key:"popperRef",ref:k,role:$e.role},{default:withCtx(()=>[createVNode(ElTooltipTrigger,{disabled:$e.disabled,trigger:$e.trigger,"trigger-keys":$e.triggerKeys,"virtual-ref":$e.virtualRef,"virtual-triggering":$e.virtualTriggering},{default:withCtx(()=>[$e.$slots.default?renderSlot($e.$slots,"default",{key:0}):createCommentVNode("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering"]),createVNode(ElTooltipContent,{ref_key:"contentRef",ref:L,"aria-label":$e.ariaLabel,"boundaries-padding":$e.boundariesPadding,content:$e.content,disabled:$e.disabled,effect:$e.effect,enterable:$e.enterable,"fallback-placements":$e.fallbackPlacements,"hide-after":$e.hideAfter,"gpu-acceleration":$e.gpuAcceleration,offset:$e.offset,persistent:$e.persistent,"popper-class":$e.popperClass,"popper-style":$e.popperStyle,placement:$e.placement,"popper-options":$e.popperOptions,pure:$e.pure,"raw-content":$e.rawContent,"reference-el":$e.referenceEl,"trigger-target-el":$e.triggerTargetEl,"show-after":$e.showAfter,strategy:$e.strategy,teleported:$e.teleported,transition:$e.transition,"virtual-triggering":$e.virtualTriggering,"z-index":$e.zIndex,"append-to":$e.appendTo},{default:withCtx(()=>[renderSlot($e.$slots,"content",{},()=>[$e.rawContent?(openBlock(),createElementBlock("span",{key:0,innerHTML:$e.content},null,8,["innerHTML"])):(openBlock(),createElementBlock("span",{key:1},toDisplayString($e.content),1))]),$e.showArrow?(openBlock(),createBlock(unref(ElPopperArrow),{key:0,"arrow-offset":$e.arrowOffset},null,8,["arrow-offset"])):createCommentVNode("v-if",!0)]),_:3},8,["aria-label","boundaries-padding","content","disabled","effect","enterable","fallback-placements","hide-after","gpu-acceleration","offset","persistent","popper-class","popper-style","placement","popper-options","pure","raw-content","reference-el","trigger-target-el","show-after","strategy","teleported","transition","virtual-triggering","z-index","append-to"])]),_:3},8,["role"]))}});var Tooltip=_export_sfc$1(_sfc_main$2E,[["__file","tooltip.vue"]]);const ElTooltip=withInstall(Tooltip),autocompleteProps=buildProps({valueKey:{type:String,default:"value"},modelValue:{type:[String,Number],default:""},debounce:{type:Number,default:300},placement:{type:definePropType(String),values:["top","top-start","top-end","bottom","bottom-start","bottom-end"],default:"bottom-start"},fetchSuggestions:{type:definePropType([Function,Array]),default:NOOP},popperClass:{type:String,default:""},triggerOnFocus:{type:Boolean,default:!0},selectWhenUnmatched:{type:Boolean,default:!1},hideLoading:{type:Boolean,default:!1},teleported:useTooltipContentProps.teleported,highlightFirstItem:{type:Boolean,default:!1},fitInputWidth:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},name:String,...useAriaProps(["ariaLabel"])}),autocompleteEmits={[UPDATE_MODEL_EVENT]:e=>isString$4(e),[INPUT_EVENT]:e=>isString$4(e),[CHANGE_EVENT]:e=>isString$4(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,select:e=>isObject$5(e)},COMPONENT_NAME$i="ElAutocomplete",__default__$1A=defineComponent({name:COMPONENT_NAME$i,inheritAttrs:!1}),_sfc_main$2D=defineComponent({...__default__$1A,props:autocompleteProps,emits:autocompleteEmits,setup(e,{expose:t,emit:y}){const n=e,$=useAttrs(),k=useAttrs$1(),L=useFormDisabled(),j=useNamespace("autocomplete"),V=ref$1(),z=ref$1(),re=ref$1(),oe=ref$1();let ue=!1,de=!1;const _e=ref$1([]),Ne=ref$1(-1),Ue=ref$1(""),$e=ref$1(!1),Ve=ref$1(!1),Fe=ref$1(!1),qe=useId(),er=computed(()=>k.style),ir=computed(()=>(_e.value.length>0||Fe.value)&&$e.value),dr=computed(()=>!n.hideLoading&&Fe.value),cr=computed(()=>V.value?Array.from(V.value.$el.querySelectorAll("input")):[]),nr=()=>{ir.value&&(Ue.value=`${V.value.$el.offsetWidth}px`)},lr=()=>{Ne.value=-1},ie=debounce(async Tr=>{if(Ve.value)return;const Sr=Ar=>{Fe.value=!1,!Ve.value&&(isArray$4(Ar)?(_e.value=Ar,Ne.value=n.highlightFirstItem?0:-1):throwError(COMPONENT_NAME$i,"autocomplete suggestions must be an array"))};if(Fe.value=!0,isArray$4(n.fetchSuggestions))Sr(n.fetchSuggestions);else{const Ar=await n.fetchSuggestions(Tr,Sr);isArray$4(Ar)&&Sr(Ar)}},n.debounce),pe=Tr=>{const Sr=!!Tr;if(y(INPUT_EVENT,Tr),y(UPDATE_MODEL_EVENT,Tr),Ve.value=!1,$e.value||($e.value=Sr),!n.triggerOnFocus&&!Tr){Ve.value=!0,_e.value=[];return}ie(Tr)},Ce=Tr=>{var Sr;L.value||(((Sr=Tr.target)==null?void 0:Sr.tagName)!=="INPUT"||cr.value.includes(document.activeElement))&&($e.value=!0)},Ie=Tr=>{y(CHANGE_EVENT,Tr)},jt=Tr=>{de?de=!1:($e.value=!0,y("focus",Tr),n.triggerOnFocus&&!ue&&ie(String(n.modelValue)))},ar=Tr=>{setTimeout(()=>{var Sr;if((Sr=re.value)!=null&&Sr.isFocusInsideContent()){de=!0;return}$e.value&&tr(),y("blur",Tr)})},ur=()=>{$e.value=!1,y(UPDATE_MODEL_EVENT,""),y("clear")},kt=async()=>{ir.value&&Ne.value>=0&&Ne.value<_e.value.length?yr(_e.value[Ne.value]):n.selectWhenUnmatched&&(y("select",{value:n.modelValue}),_e.value=[],Ne.value=-1)},he=Tr=>{ir.value&&(Tr.preventDefault(),Tr.stopPropagation(),tr())},tr=()=>{$e.value=!1},gr=()=>{var Tr;(Tr=V.value)==null||Tr.focus()},_r=()=>{var Tr;(Tr=V.value)==null||Tr.blur()},yr=async Tr=>{y(INPUT_EVENT,Tr[n.valueKey]),y(UPDATE_MODEL_EVENT,Tr[n.valueKey]),y("select",Tr),_e.value=[],Ne.value=-1},xr=Tr=>{if(!ir.value||Fe.value)return;if(Tr<0){Ne.value=-1;return}Tr>=_e.value.length&&(Tr=_e.value.length-1);const Sr=z.value.querySelector(`.${j.be("suggestion","wrap")}`),Fr=Sr.querySelectorAll(`.${j.be("suggestion","list")} li`)[Tr],Gr=Sr.scrollTop,{offsetTop:Vr,scrollHeight:Dr}=Fr;Vr+Dr>Gr+Sr.clientHeight&&(Sr.scrollTop+=Dr),Vr{ir.value&&tr()});return onBeforeUnmount(()=>{Nr==null||Nr()}),onMounted(()=>{V.value.ref.setAttribute("role","textbox"),V.value.ref.setAttribute("aria-autocomplete","list"),V.value.ref.setAttribute("aria-controls","id"),V.value.ref.setAttribute("aria-activedescendant",`${qe.value}-item-${Ne.value}`),ue=V.value.ref.hasAttribute("readonly")}),t({highlightedIndex:Ne,activated:$e,loading:Fe,inputRef:V,popperRef:re,suggestions:_e,handleSelect:yr,handleKeyEnter:kt,focus:gr,blur:_r,close:tr,highlight:xr}),(Tr,Sr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popperRef",ref:re,visible:unref(ir),placement:Tr.placement,"fallback-placements":["bottom-start","top-start"],"popper-class":[unref(j).e("popper"),Tr.popperClass],teleported:Tr.teleported,"gpu-acceleration":!1,pure:"","manual-mode":"",effect:"light",trigger:"click",transition:`${unref(j).namespace.value}-zoom-in-top`,persistent:"",role:"listbox",onBeforeShow:nr,onHide:lr},{content:withCtx(()=>[createBaseVNode("div",{ref_key:"regionRef",ref:z,class:normalizeClass([unref(j).b("suggestion"),unref(j).is("loading",unref(dr))]),style:normalizeStyle({[Tr.fitInputWidth?"width":"minWidth"]:Ue.value,outline:"none"}),role:"region"},[createVNode(unref(ElScrollbar),{id:unref(qe),tag:"ul","wrap-class":unref(j).be("suggestion","wrap"),"view-class":unref(j).be("suggestion","list"),role:"listbox"},{default:withCtx(()=>[unref(dr)?(openBlock(),createElementBlock("li",{key:0},[renderSlot(Tr.$slots,"loading",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(j).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])])])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(_e.value,(Ar,Fr)=>(openBlock(),createElementBlock("li",{id:`${unref(qe)}-item-${Fr}`,key:Fr,class:normalizeClass({highlighted:Ne.value===Fr}),role:"option","aria-selected":Ne.value===Fr,onClick:Gr=>yr(Ar)},[renderSlot(Tr.$slots,"default",{item:Ar},()=>[createTextVNode(toDisplayString(Ar[Tr.valueKey]),1)])],10,["id","aria-selected","onClick"]))),128))]),_:3},8,["id","wrap-class","view-class"])],6)]),default:withCtx(()=>[createBaseVNode("div",{ref_key:"listboxRef",ref:oe,class:normalizeClass([unref(j).b(),Tr.$attrs.class]),style:normalizeStyle(unref(er)),role:"combobox","aria-haspopup":"listbox","aria-expanded":unref(ir),"aria-owns":unref(qe)},[createVNode(unref(ElInput),mergeProps({ref_key:"inputRef",ref:V},unref($),{clearable:Tr.clearable,disabled:unref(L),name:Tr.name,"model-value":Tr.modelValue,"aria-label":Tr.ariaLabel,onInput:pe,onChange:Ie,onFocus:jt,onBlur:ar,onClear:ur,onKeydown:[withKeys(withModifiers(Ar=>xr(Ne.value-1),["prevent"]),["up"]),withKeys(withModifiers(Ar=>xr(Ne.value+1),["prevent"]),["down"]),withKeys(kt,["enter"]),withKeys(tr,["tab"]),withKeys(he,["esc"])],onMousedown:Ce}),createSlots({_:2},[Tr.$slots.prepend?{name:"prepend",fn:withCtx(()=>[renderSlot(Tr.$slots,"prepend")])}:void 0,Tr.$slots.append?{name:"append",fn:withCtx(()=>[renderSlot(Tr.$slots,"append")])}:void 0,Tr.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(Tr.$slots,"prefix")])}:void 0,Tr.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(Tr.$slots,"suffix")])}:void 0]),1040,["clearable","disabled","name","model-value","aria-label","onKeydown"])],14,["aria-expanded","aria-owns"])]),_:3},8,["visible","placement","popper-class","teleported","transition"]))}});var Autocomplete=_export_sfc$1(_sfc_main$2D,[["__file","autocomplete.vue"]]);const ElAutocomplete=withInstall(Autocomplete),avatarProps=buildProps({size:{type:[Number,String],values:componentSizes,default:"",validator:e=>isNumber$4(e)},shape:{type:String,values:["circle","square"],default:"circle"},icon:{type:iconPropType},src:{type:String,default:""},alt:String,srcSet:String,fit:{type:definePropType(String),default:"cover"}}),avatarEmits={error:e=>e instanceof Event},__default__$1z=defineComponent({name:"ElAvatar"}),_sfc_main$2C=defineComponent({...__default__$1z,props:avatarProps,emits:avatarEmits,setup(e,{emit:t}){const y=e,n=useNamespace("avatar"),$=ref$1(!1),k=computed(()=>{const{size:z,icon:re,shape:oe}=y,ue=[n.b()];return isString$4(z)&&ue.push(n.m(z)),re&&ue.push(n.m("icon")),oe&&ue.push(n.m(oe)),ue}),L=computed(()=>{const{size:z}=y;return isNumber$4(z)?n.cssVarBlock({size:addUnit(z)||""}):void 0}),j=computed(()=>({objectFit:y.fit}));watch(()=>y.src,()=>$.value=!1);function V(z){$.value=!0,t("error",z)}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(k)),style:normalizeStyle(unref(L))},[(z.src||z.srcSet)&&!$.value?(openBlock(),createElementBlock("img",{key:0,src:z.src,alt:z.alt,srcset:z.srcSet,style:normalizeStyle(unref(j)),onError:V},null,44,["src","alt","srcset"])):z.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(z.icon)))]),_:1})):renderSlot(z.$slots,"default",{key:2})],6))}});var Avatar=_export_sfc$1(_sfc_main$2C,[["__file","avatar.vue"]]);const ElAvatar=withInstall(Avatar),backtopProps={visibilityHeight:{type:Number,default:200},target:{type:String,default:""},right:{type:Number,default:40},bottom:{type:Number,default:40}},backtopEmits={click:e=>e instanceof MouseEvent},useBackTop=(e,t,y)=>{const n=shallowRef(),$=shallowRef(),k=ref$1(!1),L=()=>{n.value&&(k.value=n.value.scrollTop>=e.visibilityHeight)},j=z=>{var re;(re=n.value)==null||re.scrollTo({top:0,behavior:"smooth"}),t("click",z)},V=useThrottleFn(L,300,!0);return useEventListener($,"scroll",V),onMounted(()=>{var z;$.value=document,n.value=document.documentElement,e.target&&(n.value=(z=document.querySelector(e.target))!=null?z:void 0,n.value||throwError(y,`target does not exist: ${e.target}`),$.value=n.value),L()}),{visible:k,handleClick:j}},COMPONENT_NAME$h="ElBacktop",__default__$1y=defineComponent({name:COMPONENT_NAME$h}),_sfc_main$2B=defineComponent({...__default__$1y,props:backtopProps,emits:backtopEmits,setup(e,{emit:t}){const y=e,n=useNamespace("backtop"),{handleClick:$,visible:k}=useBackTop(y,t,COMPONENT_NAME$h),L=computed(()=>({right:`${y.right}px`,bottom:`${y.bottom}px`}));return(j,V)=>(openBlock(),createBlock(Transition,{name:`${unref(n).namespace.value}-fade-in`},{default:withCtx(()=>[unref(k)?(openBlock(),createElementBlock("div",{key:0,style:normalizeStyle(unref(L)),class:normalizeClass(unref(n).b()),onClick:withModifiers(unref($),["stop"])},[renderSlot(j.$slots,"default",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(n).e("icon"))},{default:withCtx(()=>[createVNode(unref(caret_top_default))]),_:1},8,["class"])])],14,["onClick"])):createCommentVNode("v-if",!0)]),_:3},8,["name"]))}});var Backtop=_export_sfc$1(_sfc_main$2B,[["__file","backtop.vue"]]);const ElBacktop=withInstall(Backtop),badgeProps=buildProps({value:{type:[String,Number],default:""},max:{type:Number,default:99},isDot:Boolean,hidden:Boolean,type:{type:String,values:["primary","success","warning","info","danger"],default:"danger"},showZero:{type:Boolean,default:!0},color:String,badgeStyle:{type:definePropType([String,Object,Array])},offset:{type:definePropType(Array),default:[0,0]},badgeClass:{type:String}}),__default__$1x=defineComponent({name:"ElBadge"}),_sfc_main$2A=defineComponent({...__default__$1x,props:badgeProps,setup(e,{expose:t}){const y=e,n=useNamespace("badge"),$=computed(()=>y.isDot?"":isNumber$4(y.value)&&isNumber$4(y.max)?y.max{var L,j,V,z,re;return[{backgroundColor:y.color,marginRight:addUnit(-((j=(L=y.offset)==null?void 0:L[0])!=null?j:0)),marginTop:addUnit((z=(V=y.offset)==null?void 0:V[1])!=null?z:0)},(re=y.badgeStyle)!=null?re:{}]});return t({content:$}),(L,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[renderSlot(L.$slots,"default"),createVNode(Transition,{name:`${unref(n).namespace.value}-zoom-in-center`,persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("sup",{class:normalizeClass([unref(n).e("content"),unref(n).em("content",L.type),unref(n).is("fixed",!!L.$slots.default),unref(n).is("dot",L.isDot),L.badgeClass]),style:normalizeStyle(unref(k)),textContent:toDisplayString(unref($))},null,14,["textContent"]),[[vShow,!L.hidden&&(unref($)||L.isDot)]])]),_:1},8,["name"])],2))}});var Badge=_export_sfc$1(_sfc_main$2A,[["__file","badge.vue"]]);const ElBadge=withInstall(Badge),breadcrumbKey=Symbol("breadcrumbKey"),breadcrumbProps=buildProps({separator:{type:String,default:"/"},separatorIcon:{type:iconPropType}}),__default__$1w=defineComponent({name:"ElBreadcrumb"}),_sfc_main$2z=defineComponent({...__default__$1w,props:breadcrumbProps,setup(e){const t=e,{t:y}=useLocale(),n=useNamespace("breadcrumb"),$=ref$1();return provide(breadcrumbKey,t),onMounted(()=>{const k=$.value.querySelectorAll(`.${n.e("item")}`);k.length&&k[k.length-1].setAttribute("aria-current","page")}),(k,L)=>(openBlock(),createElementBlock("div",{ref_key:"breadcrumb",ref:$,class:normalizeClass(unref(n).b()),"aria-label":unref(y)("el.breadcrumb.label"),role:"navigation"},[renderSlot(k.$slots,"default")],10,["aria-label"]))}});var Breadcrumb=_export_sfc$1(_sfc_main$2z,[["__file","breadcrumb.vue"]]);const breadcrumbItemProps=buildProps({to:{type:definePropType([String,Object]),default:""},replace:Boolean}),__default__$1v=defineComponent({name:"ElBreadcrumbItem"}),_sfc_main$2y=defineComponent({...__default__$1v,props:breadcrumbItemProps,setup(e){const t=e,y=getCurrentInstance(),n=inject(breadcrumbKey,void 0),$=useNamespace("breadcrumb"),k=y.appContext.config.globalProperties.$router,L=ref$1(),j=()=>{!t.to||!k||(t.replace?k.replace(t.to):k.push(t.to))};return(V,z)=>{var re,oe;return openBlock(),createElementBlock("span",{class:normalizeClass(unref($).e("item"))},[createBaseVNode("span",{ref_key:"link",ref:L,class:normalizeClass([unref($).e("inner"),unref($).is("link",!!V.to)]),role:"link",onClick:j},[renderSlot(V.$slots,"default")],2),(re=unref(n))!=null&&re.separatorIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("separator"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(n).separatorIcon)))]),_:1},8,["class"])):(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref($).e("separator")),role:"presentation"},toDisplayString((oe=unref(n))==null?void 0:oe.separator),3))],2)}}});var BreadcrumbItem=_export_sfc$1(_sfc_main$2y,[["__file","breadcrumb-item.vue"]]);const ElBreadcrumb=withInstall(Breadcrumb,{BreadcrumbItem}),ElBreadcrumbItem=withNoopInstall(BreadcrumbItem),buttonGroupContextKey=Symbol("buttonGroupContextKey"),useButton=(e,t)=>{useDeprecated({from:"type.text",replacement:"link",version:"3.0.0",scope:"props",ref:"https://element-plus.org/en-US/component/button.html#button-attributes"},computed(()=>e.type==="text"));const y=inject(buttonGroupContextKey,void 0),n=useGlobalConfig("button"),{form:$}=useFormItem(),k=useFormSize(computed(()=>y==null?void 0:y.size)),L=useFormDisabled(),j=ref$1(),V=useSlots(),z=computed(()=>e.type||(y==null?void 0:y.type)||""),re=computed(()=>{var _e,Ne,Ue;return(Ue=(Ne=e.autoInsertSpace)!=null?Ne:(_e=n.value)==null?void 0:_e.autoInsertSpace)!=null?Ue:!1}),oe=computed(()=>e.tag==="button"?{ariaDisabled:L.value||e.loading,disabled:L.value||e.loading,autofocus:e.autofocus,type:e.nativeType}:{}),ue=computed(()=>{var _e;const Ne=(_e=V.default)==null?void 0:_e.call(V);if(re.value&&(Ne==null?void 0:Ne.length)===1){const Ue=Ne[0];if((Ue==null?void 0:Ue.type)===Text$1){const $e=Ue.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test($e.trim())}}return!1});return{_disabled:L,_size:k,_type:z,_ref:j,_props:oe,shouldAddSpace:ue,handleClick:_e=>{e.nativeType==="reset"&&($==null||$.resetFields()),t("click",_e)}}},buttonTypes=["default","primary","success","warning","info","danger","text",""],buttonNativeTypes=["button","submit","reset"],buttonProps=buildProps({size:useSizeProp,disabled:Boolean,type:{type:String,values:buttonTypes,default:""},icon:{type:iconPropType},nativeType:{type:String,values:buttonNativeTypes,default:"button"},loading:Boolean,loadingIcon:{type:iconPropType,default:()=>loading_default},plain:Boolean,text:Boolean,link:Boolean,bg:Boolean,autofocus:Boolean,round:Boolean,circle:Boolean,color:String,dark:Boolean,autoInsertSpace:{type:Boolean,default:void 0},tag:{type:definePropType([String,Object]),default:"button"}}),buttonEmits={click:e=>e instanceof MouseEvent};function bound01$1(e,t){isOnePointZero$1(e)&&(e="100%");var y=isPercentage$1(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),y&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function clamp01(e){return Math.min(1,Math.max(0,e))}function isOnePointZero$1(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function isPercentage$1(e){return typeof e=="string"&&e.indexOf("%")!==-1}function boundAlpha(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function convertToPercentage(e){return e<=1?"".concat(Number(e)*100,"%"):e}function pad2(e){return e.length===1?"0"+e:String(e)}function rgbToRgb(e,t,y){return{r:bound01$1(e,255)*255,g:bound01$1(t,255)*255,b:bound01$1(y,255)*255}}function rgbToHsl(e,t,y){e=bound01$1(e,255),t=bound01$1(t,255),y=bound01$1(y,255);var n=Math.max(e,t,y),$=Math.min(e,t,y),k=0,L=0,j=(n+$)/2;if(n===$)L=0,k=0;else{var V=n-$;switch(L=j>.5?V/(2-n-$):V/(n+$),n){case e:k=(t-y)/V+(t1&&(y-=1),y<1/6?e+(t-e)*(6*y):y<1/2?t:y<2/3?e+(t-e)*(2/3-y)*6:e}function hslToRgb(e,t,y){var n,$,k;if(e=bound01$1(e,360),t=bound01$1(t,100),y=bound01$1(y,100),t===0)$=y,k=y,n=y;else{var L=y<.5?y*(1+t):y+t-y*t,j=2*y-L;n=hue2rgb(j,L,e+1/3),$=hue2rgb(j,L,e),k=hue2rgb(j,L,e-1/3)}return{r:n*255,g:$*255,b:k*255}}function rgbToHsv(e,t,y){e=bound01$1(e,255),t=bound01$1(t,255),y=bound01$1(y,255);var n=Math.max(e,t,y),$=Math.min(e,t,y),k=0,L=n,j=n-$,V=n===0?0:j/n;if(n===$)k=0;else{switch(n){case e:k=(t-y)/j+(t>16,g:(e&65280)>>8,b:e&255}}var names={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function inputToRGB(e){var t={r:0,g:0,b:0},y=1,n=null,$=null,k=null,L=!1,j=!1;return typeof e=="string"&&(e=stringInputToObject(e)),typeof e=="object"&&(isValidCSSUnit(e.r)&&isValidCSSUnit(e.g)&&isValidCSSUnit(e.b)?(t=rgbToRgb(e.r,e.g,e.b),L=!0,j=String(e.r).substr(-1)==="%"?"prgb":"rgb"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.v)?(n=convertToPercentage(e.s),$=convertToPercentage(e.v),t=hsvToRgb(e.h,n,$),L=!0,j="hsv"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.l)&&(n=convertToPercentage(e.s),k=convertToPercentage(e.l),t=hslToRgb(e.h,n,k),L=!0,j="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(y=e.a)),y=boundAlpha(y),{ok:L,format:e.format||j,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:y}}var CSS_INTEGER="[-\\+]?\\d+%?",CSS_NUMBER="[-\\+]?\\d*\\.\\d+%?",CSS_UNIT="(?:".concat(CSS_NUMBER,")|(?:").concat(CSS_INTEGER,")"),PERMISSIVE_MATCH3="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")\\s*\\)?"),PERMISSIVE_MATCH4="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")\\s*\\)?"),matchers={CSS_UNIT:new RegExp(CSS_UNIT),rgb:new RegExp("rgb"+PERMISSIVE_MATCH3),rgba:new RegExp("rgba"+PERMISSIVE_MATCH4),hsl:new RegExp("hsl"+PERMISSIVE_MATCH3),hsla:new RegExp("hsla"+PERMISSIVE_MATCH4),hsv:new RegExp("hsv"+PERMISSIVE_MATCH3),hsva:new RegExp("hsva"+PERMISSIVE_MATCH4),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function stringInputToObject(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(names[e])e=names[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var y=matchers.rgb.exec(e);return y?{r:y[1],g:y[2],b:y[3]}:(y=matchers.rgba.exec(e),y?{r:y[1],g:y[2],b:y[3],a:y[4]}:(y=matchers.hsl.exec(e),y?{h:y[1],s:y[2],l:y[3]}:(y=matchers.hsla.exec(e),y?{h:y[1],s:y[2],l:y[3],a:y[4]}:(y=matchers.hsv.exec(e),y?{h:y[1],s:y[2],v:y[3]}:(y=matchers.hsva.exec(e),y?{h:y[1],s:y[2],v:y[3],a:y[4]}:(y=matchers.hex8.exec(e),y?{r:parseIntFromHex(y[1]),g:parseIntFromHex(y[2]),b:parseIntFromHex(y[3]),a:convertHexToDecimal(y[4]),format:t?"name":"hex8"}:(y=matchers.hex6.exec(e),y?{r:parseIntFromHex(y[1]),g:parseIntFromHex(y[2]),b:parseIntFromHex(y[3]),format:t?"name":"hex"}:(y=matchers.hex4.exec(e),y?{r:parseIntFromHex(y[1]+y[1]),g:parseIntFromHex(y[2]+y[2]),b:parseIntFromHex(y[3]+y[3]),a:convertHexToDecimal(y[4]+y[4]),format:t?"name":"hex8"}:(y=matchers.hex3.exec(e),y?{r:parseIntFromHex(y[1]+y[1]),g:parseIntFromHex(y[2]+y[2]),b:parseIntFromHex(y[3]+y[3]),format:t?"name":"hex"}:!1)))))))))}function isValidCSSUnit(e){return!!matchers.CSS_UNIT.exec(String(e))}var TinyColor=function(){function e(t,y){t===void 0&&(t=""),y===void 0&&(y={});var n;if(t instanceof e)return t;typeof t=="number"&&(t=numberInputToObject(t)),this.originalInput=t;var $=inputToRGB(t);this.originalInput=t,this.r=$.r,this.g=$.g,this.b=$.b,this.a=$.a,this.roundA=Math.round(100*this.a)/100,this.format=(n=y.format)!==null&&n!==void 0?n:$.format,this.gradientType=y.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=$.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},e.prototype.getLuminance=function(){var t=this.toRgb(),y,n,$,k=t.r/255,L=t.g/255,j=t.b/255;return k<=.03928?y=k/12.92:y=Math.pow((k+.055)/1.055,2.4),L<=.03928?n=L/12.92:n=Math.pow((L+.055)/1.055,2.4),j<=.03928?$=j/12.92:$=Math.pow((j+.055)/1.055,2.4),.2126*y+.7152*n+.0722*$},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(t){return this.a=boundAlpha(t),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var t=this.toHsl().s;return t===0},e.prototype.toHsv=function(){var t=rgbToHsv(this.r,this.g,this.b);return{h:t.h*360,s:t.s,v:t.v,a:this.a}},e.prototype.toHsvString=function(){var t=rgbToHsv(this.r,this.g,this.b),y=Math.round(t.h*360),n=Math.round(t.s*100),$=Math.round(t.v*100);return this.a===1?"hsv(".concat(y,", ").concat(n,"%, ").concat($,"%)"):"hsva(".concat(y,", ").concat(n,"%, ").concat($,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var t=rgbToHsl(this.r,this.g,this.b);return{h:t.h*360,s:t.s,l:t.l,a:this.a}},e.prototype.toHslString=function(){var t=rgbToHsl(this.r,this.g,this.b),y=Math.round(t.h*360),n=Math.round(t.s*100),$=Math.round(t.l*100);return this.a===1?"hsl(".concat(y,", ").concat(n,"%, ").concat($,"%)"):"hsla(".concat(y,", ").concat(n,"%, ").concat($,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(t){return t===void 0&&(t=!1),rgbToHex(this.r,this.g,this.b,t)},e.prototype.toHexString=function(t){return t===void 0&&(t=!1),"#"+this.toHex(t)},e.prototype.toHex8=function(t){return t===void 0&&(t=!1),rgbaToHex(this.r,this.g,this.b,this.a,t)},e.prototype.toHex8String=function(t){return t===void 0&&(t=!1),"#"+this.toHex8(t)},e.prototype.toHexShortString=function(t){return t===void 0&&(t=!1),this.a===1?this.toHexString(t):this.toHex8String(t)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var t=Math.round(this.r),y=Math.round(this.g),n=Math.round(this.b);return this.a===1?"rgb(".concat(t,", ").concat(y,", ").concat(n,")"):"rgba(".concat(t,", ").concat(y,", ").concat(n,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var t=function(y){return"".concat(Math.round(bound01$1(y,255)*100),"%")};return{r:t(this.r),g:t(this.g),b:t(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var t=function(y){return Math.round(bound01$1(y,255)*100)};return this.a===1?"rgb(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%)"):"rgba(".concat(t(this.r),"%, ").concat(t(this.g),"%, ").concat(t(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var t="#"+rgbToHex(this.r,this.g,this.b,!1),y=0,n=Object.entries(names);y=0,k=!y&&$&&(t.startsWith("hex")||t==="name");return k?t==="name"&&this.a===0?this.toName():this.toRgbString():(t==="rgb"&&(n=this.toRgbString()),t==="prgb"&&(n=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(n=this.toHexString()),t==="hex3"&&(n=this.toHexString(!0)),t==="hex4"&&(n=this.toHex8String(!0)),t==="hex8"&&(n=this.toHex8String()),t==="name"&&(n=this.toName()),t==="hsl"&&(n=this.toHslString()),t==="hsv"&&(n=this.toHsvString()),n||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.l+=t/100,y.l=clamp01(y.l),new e(y)},e.prototype.brighten=function(t){t===void 0&&(t=10);var y=this.toRgb();return y.r=Math.max(0,Math.min(255,y.r-Math.round(255*-(t/100)))),y.g=Math.max(0,Math.min(255,y.g-Math.round(255*-(t/100)))),y.b=Math.max(0,Math.min(255,y.b-Math.round(255*-(t/100)))),new e(y)},e.prototype.darken=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.l-=t/100,y.l=clamp01(y.l),new e(y)},e.prototype.tint=function(t){return t===void 0&&(t=10),this.mix("white",t)},e.prototype.shade=function(t){return t===void 0&&(t=10),this.mix("black",t)},e.prototype.desaturate=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.s-=t/100,y.s=clamp01(y.s),new e(y)},e.prototype.saturate=function(t){t===void 0&&(t=10);var y=this.toHsl();return y.s+=t/100,y.s=clamp01(y.s),new e(y)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(t){var y=this.toHsl(),n=(y.h+t)%360;return y.h=n<0?360+n:n,new e(y)},e.prototype.mix=function(t,y){y===void 0&&(y=50);var n=this.toRgb(),$=new e(t).toRgb(),k=y/100,L={r:($.r-n.r)*k+n.r,g:($.g-n.g)*k+n.g,b:($.b-n.b)*k+n.b,a:($.a-n.a)*k+n.a};return new e(L)},e.prototype.analogous=function(t,y){t===void 0&&(t=6),y===void 0&&(y=30);var n=this.toHsl(),$=360/y,k=[this];for(n.h=(n.h-($*t>>1)+720)%360;--t;)n.h=(n.h+$)%360,k.push(new e(n));return k},e.prototype.complement=function(){var t=this.toHsl();return t.h=(t.h+180)%360,new e(t)},e.prototype.monochromatic=function(t){t===void 0&&(t=6);for(var y=this.toHsv(),n=y.h,$=y.s,k=y.v,L=[],j=1/t;t--;)L.push(new e({h:n,s:$,v:k})),k=(k+j)%1;return L},e.prototype.splitcomplement=function(){var t=this.toHsl(),y=t.h;return[this,new e({h:(y+72)%360,s:t.s,l:t.l}),new e({h:(y+216)%360,s:t.s,l:t.l})]},e.prototype.onBackground=function(t){var y=this.toRgb(),n=new e(t).toRgb(),$=y.a+n.a*(1-y.a);return new e({r:(y.r*y.a+n.r*n.a*(1-y.a))/$,g:(y.g*y.a+n.g*n.a*(1-y.a))/$,b:(y.b*y.a+n.b*n.a*(1-y.a))/$,a:$})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(t){for(var y=this.toHsl(),n=y.h,$=[this],k=360/t,L=1;L{let n={},$=e.color;if($){const k=$.match(/var\((.*?)\)/);k&&($=window.getComputedStyle(window.document.documentElement).getPropertyValue(k[1]));const L=new TinyColor($),j=e.dark?L.tint(20).toString():darken(L,20);if(e.plain)n=y.cssVarBlock({"bg-color":e.dark?darken(L,90):L.tint(90).toString(),"text-color":$,"border-color":e.dark?darken(L,50):L.tint(50).toString(),"hover-text-color":`var(${y.cssVarName("color-white")})`,"hover-bg-color":$,"hover-border-color":$,"active-bg-color":j,"active-text-color":`var(${y.cssVarName("color-white")})`,"active-border-color":j}),t.value&&(n[y.cssVarBlockName("disabled-bg-color")]=e.dark?darken(L,90):L.tint(90).toString(),n[y.cssVarBlockName("disabled-text-color")]=e.dark?darken(L,50):L.tint(50).toString(),n[y.cssVarBlockName("disabled-border-color")]=e.dark?darken(L,80):L.tint(80).toString());else{const V=e.dark?darken(L,30):L.tint(30).toString(),z=L.isDark()?`var(${y.cssVarName("color-white")})`:`var(${y.cssVarName("color-black")})`;if(n=y.cssVarBlock({"bg-color":$,"text-color":z,"border-color":$,"hover-bg-color":V,"hover-text-color":z,"hover-border-color":V,"active-bg-color":j,"active-border-color":j}),t.value){const re=e.dark?darken(L,50):L.tint(50).toString();n[y.cssVarBlockName("disabled-bg-color")]=re,n[y.cssVarBlockName("disabled-text-color")]=e.dark?"rgba(255, 255, 255, 0.5)":`var(${y.cssVarName("color-white")})`,n[y.cssVarBlockName("disabled-border-color")]=re}}}return n})}const __default__$1u=defineComponent({name:"ElButton"}),_sfc_main$2x=defineComponent({...__default__$1u,props:buttonProps,emits:buttonEmits,setup(e,{expose:t,emit:y}){const n=e,$=useButtonCustomStyle(n),k=useNamespace("button"),{_ref:L,_size:j,_type:V,_disabled:z,_props:re,shouldAddSpace:oe,handleClick:ue}=useButton(n,y),de=computed(()=>[k.b(),k.m(V.value),k.m(j.value),k.is("disabled",z.value),k.is("loading",n.loading),k.is("plain",n.plain),k.is("round",n.round),k.is("circle",n.circle),k.is("text",n.text),k.is("link",n.link),k.is("has-bg",n.bg)]);return t({ref:L,size:j,type:V,disabled:z,shouldAddSpace:oe}),(_e,Ne)=>(openBlock(),createBlock(resolveDynamicComponent(_e.tag),mergeProps({ref_key:"_ref",ref:L},unref(re),{class:unref(de),style:unref($),onClick:unref(ue)}),{default:withCtx(()=>[_e.loading?(openBlock(),createElementBlock(Fragment,{key:0},[_e.$slots.loading?renderSlot(_e.$slots,"loading",{key:0}):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(k).is("loading"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(_e.loadingIcon)))]),_:1},8,["class"]))],64)):_e.icon||_e.$slots.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[_e.icon?(openBlock(),createBlock(resolveDynamicComponent(_e.icon),{key:0})):renderSlot(_e.$slots,"icon",{key:1})]),_:3})):createCommentVNode("v-if",!0),_e.$slots.default?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass({[unref(k).em("text","expand")]:unref(oe)})},[renderSlot(_e.$slots,"default")],2)):createCommentVNode("v-if",!0)]),_:3},16,["class","style","onClick"]))}});var Button=_export_sfc$1(_sfc_main$2x,[["__file","button.vue"]]);const buttonGroupProps={size:buttonProps.size,type:buttonProps.type},__default__$1t=defineComponent({name:"ElButtonGroup"}),_sfc_main$2w=defineComponent({...__default__$1t,props:buttonGroupProps,setup(e){const t=e;provide(buttonGroupContextKey,reactive({size:toRef$1(t,"size"),type:toRef$1(t,"type")}));const y=useNamespace("button");return(n,$)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(y).b("group"))},[renderSlot(n.$slots,"default")],2))}});var ButtonGroup=_export_sfc$1(_sfc_main$2w,[["__file","button-group.vue"]]);const ElButton=withInstall(Button,{ButtonGroup}),ElButtonGroup$1=withNoopInstall(ButtonGroup);var dayjs_min={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=1e3,n=6e4,$=36e5,k="millisecond",L="second",j="minute",V="hour",z="day",re="week",oe="month",ue="quarter",de="year",_e="date",Ne="Invalid Date",Ue=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,$e=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,Ve={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(Ce){var Ie=["th","st","nd","rd"],jt=Ce%100;return"["+Ce+(Ie[(jt-20)%10]||Ie[jt]||Ie[0])+"]"}},Fe=function(Ce,Ie,jt){var ar=String(Ce);return!ar||ar.length>=Ie?Ce:""+Array(Ie+1-ar.length).join(jt)+Ce},qe={s:Fe,z:function(Ce){var Ie=-Ce.utcOffset(),jt=Math.abs(Ie),ar=Math.floor(jt/60),ur=jt%60;return(Ie<=0?"+":"-")+Fe(ar,2,"0")+":"+Fe(ur,2,"0")},m:function Ce(Ie,jt){if(Ie.date()1)return Ce(he[0])}else{var tr=Ie.name;ir[tr]=Ie,ur=tr}return!ar&&ur&&(er=ur),ur||!ar&&er},lr=function(Ce,Ie){if(cr(Ce))return Ce.clone();var jt=typeof Ie=="object"?Ie:{};return jt.date=Ce,jt.args=arguments,new ie(jt)},Et=qe;Et.l=nr,Et.i=cr,Et.w=function(Ce,Ie){return lr(Ce,{locale:Ie.$L,utc:Ie.$u,x:Ie.$x,$offset:Ie.$offset})};var ie=function(){function Ce(jt){this.$L=nr(jt.locale,null,!0),this.parse(jt),this.$x=this.$x||jt.x||{},this[dr]=!0}var Ie=Ce.prototype;return Ie.parse=function(jt){this.$d=function(ar){var ur=ar.date,kt=ar.utc;if(ur===null)return new Date(NaN);if(Et.u(ur))return new Date;if(ur instanceof Date)return new Date(ur);if(typeof ur=="string"&&!/Z$/i.test(ur)){var he=ur.match(Ue);if(he){var tr=he[2]-1||0,gr=(he[7]||"0").substring(0,3);return kt?new Date(Date.UTC(he[1],tr,he[3]||1,he[4]||0,he[5]||0,he[6]||0,gr)):new Date(he[1],tr,he[3]||1,he[4]||0,he[5]||0,he[6]||0,gr)}}return new Date(ur)}(jt),this.init()},Ie.init=function(){var jt=this.$d;this.$y=jt.getFullYear(),this.$M=jt.getMonth(),this.$D=jt.getDate(),this.$W=jt.getDay(),this.$H=jt.getHours(),this.$m=jt.getMinutes(),this.$s=jt.getSeconds(),this.$ms=jt.getMilliseconds()},Ie.$utils=function(){return Et},Ie.isValid=function(){return this.$d.toString()!==Ne},Ie.isSame=function(jt,ar){var ur=lr(jt);return this.startOf(ar)<=ur&&ur<=this.endOf(ar)},Ie.isAfter=function(jt,ar){return lr(jt)68?1900:2e3)},z=function(Ne){return function(Ue){this[Ne]=+Ue}},re=[/[+-]\d\d:?(\d\d)?|Z/,function(Ne){(this.zone||(this.zone={})).offset=function(Ue){if(!Ue||Ue==="Z")return 0;var $e=Ue.match(/([+-]|\d\d)/g),Ve=60*$e[1]+(+$e[2]||0);return Ve===0?0:$e[0]==="+"?-Ve:Ve}(Ne)}],oe=function(Ne){var Ue=j[Ne];return Ue&&(Ue.indexOf?Ue:Ue.s.concat(Ue.f))},ue=function(Ne,Ue){var $e,Ve=j.meridiem;if(Ve){for(var Fe=1;Fe<=24;Fe+=1)if(Ne.indexOf(Ve(Fe,0,Ue))>-1){$e=Fe>12;break}}else $e=Ne===(Ue?"pm":"PM");return $e},de={A:[L,function(Ne){this.afternoon=ue(Ne,!1)}],a:[L,function(Ne){this.afternoon=ue(Ne,!0)}],S:[/\d/,function(Ne){this.milliseconds=100*+Ne}],SS:[$,function(Ne){this.milliseconds=10*+Ne}],SSS:[/\d{3}/,function(Ne){this.milliseconds=+Ne}],s:[k,z("seconds")],ss:[k,z("seconds")],m:[k,z("minutes")],mm:[k,z("minutes")],H:[k,z("hours")],h:[k,z("hours")],HH:[k,z("hours")],hh:[k,z("hours")],D:[k,z("day")],DD:[$,z("day")],Do:[L,function(Ne){var Ue=j.ordinal,$e=Ne.match(/\d+/);if(this.day=$e[0],Ue)for(var Ve=1;Ve<=31;Ve+=1)Ue(Ve).replace(/\[|\]/g,"")===Ne&&(this.day=Ve)}],M:[k,z("month")],MM:[$,z("month")],MMM:[L,function(Ne){var Ue=oe("months"),$e=(oe("monthsShort")||Ue.map(function(Ve){return Ve.slice(0,3)})).indexOf(Ne)+1;if($e<1)throw new Error;this.month=$e%12||$e}],MMMM:[L,function(Ne){var Ue=oe("months").indexOf(Ne)+1;if(Ue<1)throw new Error;this.month=Ue%12||Ue}],Y:[/[+-]?\d+/,z("year")],YY:[$,function(Ne){this.year=V(Ne)}],YYYY:[/\d{4}/,z("year")],Z:re,ZZ:re};function _e(Ne){var Ue,$e;Ue=Ne,$e=j&&j.formats;for(var Ve=(Ne=Ue.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(nr,lr,Et){var ie=Et&&Et.toUpperCase();return lr||$e[Et]||y[Et]||$e[ie].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(pe,Ce,Ie){return Ce||Ie.slice(1)})})).match(n),Fe=Ve.length,qe=0;qe-1)return new Date((ar==="X"?1e3:1)*jt);var kt=_e(ar)(jt),he=kt.year,tr=kt.month,gr=kt.day,_r=kt.hours,yr=kt.minutes,xr=kt.seconds,Nr=kt.milliseconds,Tr=kt.zone,Sr=new Date,Ar=gr||(he||tr?1:Sr.getDate()),Fr=he||Sr.getFullYear(),Gr=0;he&&!tr||(Gr=tr>0?tr-1:Sr.getMonth());var Vr=_r||0,Dr=yr||0,Ir=xr||0,Br=Nr||0;return Tr?new Date(Date.UTC(Fr,Gr,Ar,Vr,Dr,Ir,Br+60*Tr.offset*1e3)):ur?new Date(Date.UTC(Fr,Gr,Ar,Vr,Dr,Ir,Br)):new Date(Fr,Gr,Ar,Vr,Dr,Ir,Br)}catch{return new Date("")}}(er,cr,ir),this.init(),ie&&ie!==!0&&(this.$L=this.locale(ie).$L),Et&&er!=this.format(cr)&&(this.$d=new Date("")),j={}}else if(cr instanceof Array)for(var pe=cr.length,Ce=1;Ce<=pe;Ce+=1){dr[1]=cr[Ce-1];var Ie=$e.apply(this,dr);if(Ie.isValid()){this.$d=Ie.$d,this.$L=Ie.$L,this.init();break}Ce===pe&&(this.$d=new Date(""))}else Fe.call(this,qe)}}})})(customParseFormat$1);var customParseFormatExports=customParseFormat$1.exports;const customParseFormat=getDefaultExportFromCjs(customParseFormatExports),timeUnits$1=["hours","minutes","seconds"],DEFAULT_FORMATS_TIME="HH:mm:ss",DEFAULT_FORMATS_DATE="YYYY-MM-DD",DEFAULT_FORMATS_DATEPICKER={date:DEFAULT_FORMATS_DATE,dates:DEFAULT_FORMATS_DATE,week:"gggg[w]ww",year:"YYYY",years:"YYYY",month:"YYYY-MM",months:"YYYY-MM",datetime:`${DEFAULT_FORMATS_DATE} ${DEFAULT_FORMATS_TIME}`,monthrange:"YYYY-MM",yearrange:"YYYY",daterange:DEFAULT_FORMATS_DATE,datetimerange:`${DEFAULT_FORMATS_DATE} ${DEFAULT_FORMATS_TIME}`},buildTimeList=(e,t)=>[e>0?e-1:void 0,e,eArray.from(Array.from({length:e}).keys()),extractDateFormat=e=>e.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim(),extractTimeFormat=e=>e.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?Y{2,4}/g,"").trim(),dateEquals=function(e,t){const y=isDate$2(e),n=isDate$2(t);return y&&n?e.getTime()===t.getTime():!y&&!n?e===t:!1},valueEquals=function(e,t){const y=isArray$4(e),n=isArray$4(t);return y&&n?e.length!==t.length?!1:e.every(($,k)=>dateEquals($,t[k])):!y&&!n?dateEquals(e,t):!1},parseDate=function(e,t,y){const n=isEmpty(t)||t==="x"?dayjs(e).locale(y):dayjs(e,t).locale(y);return n.isValid()?n:void 0},formatter=function(e,t,y){return isEmpty(t)?e:t==="x"?+e:dayjs(e).locale(y).format(t)},makeList=(e,t)=>{var y;const n=[],$=t==null?void 0:t();for(let k=0;k({})},modelValue:{type:definePropType([Date,Array,String,Number]),default:""},rangeSeparator:{type:String,default:"-"},startPlaceholder:String,endPlaceholder:String,defaultValue:{type:definePropType([Date,Array])},defaultTime:{type:definePropType([Date,Array])},isRange:Boolean,...disabledTimeListsProps,disabledDate:{type:Function},cellClassName:{type:Function},shortcuts:{type:Array,default:()=>[]},arrowControl:Boolean,tabindex:{type:definePropType([String,Number]),default:0},validateEvent:{type:Boolean,default:!0},unlinkPanels:Boolean,...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),__default__$1s=defineComponent({name:"Picker"}),_sfc_main$2v=defineComponent({...__default__$1s,props:timePickerDefaultProps,emits:["update:modelValue","change","focus","blur","clear","calendar-change","panel-change","visible-change","keydown"],setup(e,{expose:t,emit:y}){const n=e,$=useAttrs$1(),{lang:k}=useLocale(),L=useNamespace("date"),j=useNamespace("input"),V=useNamespace("range"),{form:z,formItem:re}=useFormItem(),oe=inject("ElPopperOptions",{}),{valueOnClear:ue}=useEmptyValues(n,null),de=ref$1(),_e=ref$1(),Ne=ref$1(!1),Ue=ref$1(!1),$e=ref$1(null);let Ve=!1,Fe=!1;const qe=computed(()=>[L.b("editor"),L.bm("editor",n.type),j.e("wrapper"),L.is("disabled",_r.value),L.is("active",Ne.value),V.b("editor"),vn?V.bm("editor",vn.value):"",$.class]),er=computed(()=>[j.e("icon"),V.e("close-icon"),Vr.value?"":V.e("close-icon--hidden")]);watch(Ne,zn=>{zn?nextTick$3(()=>{zn&&($e.value=n.modelValue)}):(Zr.value=null,nextTick$3(()=>{ir(n.modelValue)}))});const ir=(zn,ki)=>{(ki||!valueEquals(zn,$e.value))&&(y("change",zn),n.validateEvent&&(re==null||re.validate("change").catch(Ra=>void 0)))},dr=zn=>{if(!valueEquals(n.modelValue,zn)){let ki;isArray$4(zn)?ki=zn.map(Ra=>formatter(Ra,n.valueFormat,k.value)):zn&&(ki=formatter(zn,n.valueFormat,k.value)),y("update:modelValue",zn&&ki,k.value)}},cr=zn=>{y("keydown",zn)},nr=computed(()=>{if(_e.value){const zn=jr.value?_e.value:_e.value.$el;return Array.from(zn.querySelectorAll("input"))}return[]}),lr=(zn,ki,Ra)=>{const _o=nr.value;_o.length&&(!Ra||Ra==="min"?(_o[0].setSelectionRange(zn,ki),_o[0].focus()):Ra==="max"&&(_o[1].setSelectionRange(zn,ki),_o[1].focus()))},Et=()=>{kt(!0,!0),nextTick$3(()=>{Fe=!1})},ie=(zn="",ki=!1)=>{ki||(Fe=!0),Ne.value=ki;let Ra;isArray$4(zn)?Ra=zn.map(_o=>_o.toDate()):Ra=zn&&zn.toDate(),Zr.value=null,dr(Ra)},pe=()=>{Ue.value=!0},Ce=()=>{y("visible-change",!0)},Ie=zn=>{(zn==null?void 0:zn.key)===EVENT_CODE.esc&&kt(!0,!0)},jt=()=>{Ue.value=!1,Ne.value=!1,Fe=!1,y("visible-change",!1)},ar=()=>{Ne.value=!0},ur=()=>{Ne.value=!1},kt=(zn=!0,ki=!1)=>{Fe=ki;const[Ra,_o]=unref(nr);let eo=Ra;!zn&&jr.value&&(eo=_o),eo&&eo.focus()},he=zn=>{n.readonly||_r.value||Ne.value||Fe||(Ne.value=!0,y("focus",zn))};let tr;const gr=zn=>{const ki=async()=>{setTimeout(()=>{var Ra;tr===ki&&(!((Ra=de.value)!=null&&Ra.isFocusInsideContent()&&!Ve)&&nr.value.filter(_o=>_o.contains(document.activeElement)).length===0&&(Vi(),Ne.value=!1,y("blur",zn),n.validateEvent&&(re==null||re.validate("blur").catch(_o=>void 0))),Ve=!1)},0)};tr=ki,ki()},_r=computed(()=>n.disabled||(z==null?void 0:z.disabled)),yr=computed(()=>{let zn;if(Ir.value?Sa.value.getDefaultValue&&(zn=Sa.value.getDefaultValue()):isArray$4(n.modelValue)?zn=n.modelValue.map(ki=>parseDate(ki,n.valueFormat,k.value)):zn=parseDate(n.modelValue,n.valueFormat,k.value),Sa.value.getRangeAvailableTime){const ki=Sa.value.getRangeAvailableTime(zn);isEqual$1(ki,zn)||(zn=ki,dr(isArray$4(zn)?zn.map(Ra=>Ra.toDate()):zn.toDate()))}return isArray$4(zn)&&zn.some(ki=>!ki)&&(zn=[]),zn}),xr=computed(()=>{if(!Sa.value.panelReady)return"";const zn=oa(yr.value);return isArray$4(Zr.value)?[Zr.value[0]||zn&&zn[0]||"",Zr.value[1]||zn&&zn[1]||""]:Zr.value!==null?Zr.value:!Tr.value&&Ir.value||!Ne.value&&Ir.value?"":zn?Sr.value||Ar.value||Fr.value?zn.join(", "):zn:""}),Nr=computed(()=>n.type.includes("time")),Tr=computed(()=>n.type.startsWith("time")),Sr=computed(()=>n.type==="dates"),Ar=computed(()=>n.type==="months"),Fr=computed(()=>n.type==="years"),Gr=computed(()=>n.prefixIcon||(Nr.value?clock_default:calendar_default)),Vr=ref$1(!1),Dr=zn=>{n.readonly||_r.value||(Vr.value&&(zn.stopPropagation(),Et(),Sa.value.handleClear?Sa.value.handleClear():dr(ue.value),ir(ue.value,!0),Vr.value=!1,Ne.value=!1),y("clear"))},Ir=computed(()=>{const{modelValue:zn}=n;return!zn||isArray$4(zn)&&!zn.filter(Boolean).length}),Br=async zn=>{var ki;n.readonly||_r.value||(((ki=zn.target)==null?void 0:ki.tagName)!=="INPUT"||nr.value.includes(document.activeElement))&&(Ne.value=!0)},Rr=()=>{n.readonly||_r.value||!Ir.value&&n.clearable&&(Vr.value=!0)},Lr=()=>{Vr.value=!1},$r=zn=>{var ki;n.readonly||_r.value||(((ki=zn.touches[0].target)==null?void 0:ki.tagName)!=="INPUT"||nr.value.includes(document.activeElement))&&(Ne.value=!0)},jr=computed(()=>n.type.includes("range")),vn=useFormSize(),Kr=computed(()=>{var zn,ki;return(ki=(zn=unref(de))==null?void 0:zn.popperRef)==null?void 0:ki.contentRef}),kr=computed(()=>{var zn;return unref(jr)?unref(_e):(zn=unref(_e))==null?void 0:zn.$el}),Qr=onClickOutside(kr,zn=>{const ki=unref(Kr),Ra=unref(kr);ki&&(zn.target===ki||zn.composedPath().includes(ki))||zn.target===Ra||zn.composedPath().includes(Ra)||(Ne.value=!1)});onBeforeUnmount(()=>{Qr==null||Qr()});const Zr=ref$1(null),Vi=()=>{if(Zr.value){const zn=To(xr.value);zn&&Ba(zn)&&(dr(isArray$4(zn)?zn.map(ki=>ki.toDate()):zn.toDate()),Zr.value=null)}Zr.value===""&&(dr(ue.value),ir(ue.value),Zr.value=null)},To=zn=>zn?Sa.value.parseUserInput(zn):null,oa=zn=>zn?Sa.value.formatToString(zn):null,Ba=zn=>Sa.value.isValidValue(zn),rs=async zn=>{if(n.readonly||_r.value)return;const{code:ki}=zn;if(cr(zn),ki===EVENT_CODE.esc){Ne.value===!0&&(Ne.value=!1,zn.preventDefault(),zn.stopPropagation());return}if(ki===EVENT_CODE.down&&(Sa.value.handleFocusPicker&&(zn.preventDefault(),zn.stopPropagation()),Ne.value===!1&&(Ne.value=!0,await nextTick$3()),Sa.value.handleFocusPicker)){Sa.value.handleFocusPicker();return}if(ki===EVENT_CODE.tab){Ve=!0;return}if(ki===EVENT_CODE.enter||ki===EVENT_CODE.numpadEnter){(Zr.value===null||Zr.value===""||Ba(To(xr.value)))&&(Vi(),Ne.value=!1),zn.stopPropagation();return}if(Zr.value){zn.stopPropagation();return}Sa.value.handleKeydownInput&&Sa.value.handleKeydownInput(zn)},Mn=zn=>{Zr.value=zn,Ne.value||(Ne.value=!0)},Wr=zn=>{const ki=zn.target;Zr.value?Zr.value=[ki.value,Zr.value[1]]:Zr.value=[ki.value,null]},Ur=zn=>{const ki=zn.target;Zr.value?Zr.value=[Zr.value[0],ki.value]:Zr.value=[null,ki.value]},Sn=()=>{var zn;const ki=Zr.value,Ra=To(ki&&ki[0]),_o=unref(yr);if(Ra&&Ra.isValid()){Zr.value=[oa(Ra),((zn=xr.value)==null?void 0:zn[1])||null];const eo=[Ra,_o&&(_o[1]||null)];Ba(eo)&&(dr(eo),Zr.value=null)}},Nn=()=>{var zn;const ki=unref(Zr),Ra=To(ki&&ki[1]),_o=unref(yr);if(Ra&&Ra.isValid()){Zr.value=[((zn=unref(xr))==null?void 0:zn[0])||null,oa(Ra)];const eo=[_o&&_o[0],Ra];Ba(eo)&&(dr(eo),Zr.value=null)}},Sa=ref$1({}),Li=zn=>{Sa.value[zn[0]]=zn[1],Sa.value.panelReady=!0},ca=zn=>{y("calendar-change",zn)},fo=(zn,ki,Ra)=>{y("panel-change",zn,ki,Ra)};return provide("EP_PICKER_BASE",{props:n}),t({focus:kt,handleFocusInput:he,handleBlurInput:gr,handleOpen:ar,handleClose:ur,onPick:ie}),(zn,ki)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"refPopper",ref:de,visible:Ne.value,effect:"light",pure:"",trigger:"click"},zn.$attrs,{role:"dialog",teleported:"",transition:`${unref(L).namespace.value}-zoom-in-top`,"popper-class":[`${unref(L).namespace.value}-picker__popper`,zn.popperClass],"popper-options":unref(oe),"fallback-placements":["bottom","top","right","left"],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"hide-after":0,persistent:"",onBeforeShow:pe,onShow:Ce,onHide:jt}),{default:withCtx(()=>[unref(jr)?(openBlock(),createElementBlock("div",{key:1,ref_key:"inputRef",ref:_e,class:normalizeClass(unref(qe)),style:normalizeStyle(zn.$attrs.style),onClick:he,onMouseenter:Rr,onMouseleave:Lr,onTouchstartPassive:$r,onKeydown:rs},[unref(Gr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(j).e("icon"),unref(V).e("icon")]),onMousedown:withModifiers(Br,["prevent"]),onTouchstartPassive:$r},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Gr))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),createBaseVNode("input",{id:zn.id&&zn.id[0],autocomplete:"off",name:zn.name&&zn.name[0],placeholder:zn.startPlaceholder,value:unref(xr)&&unref(xr)[0],disabled:unref(_r),readonly:!zn.editable||zn.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Br,onInput:Wr,onChange:Sn,onFocus:he,onBlur:gr},null,42,["id","name","placeholder","value","disabled","readonly"]),renderSlot(zn.$slots,"range-separator",{},()=>[createBaseVNode("span",{class:normalizeClass(unref(V).b("separator"))},toDisplayString(zn.rangeSeparator),3)]),createBaseVNode("input",{id:zn.id&&zn.id[1],autocomplete:"off",name:zn.name&&zn.name[1],placeholder:zn.endPlaceholder,value:unref(xr)&&unref(xr)[1],disabled:unref(_r),readonly:!zn.editable||zn.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Br,onFocus:he,onBlur:gr,onInput:Ur,onChange:Nn},null,42,["id","name","placeholder","value","disabled","readonly"]),zn.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(er)),onClick:Dr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(zn.clearIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],38)):(openBlock(),createBlock(unref(ElInput),{key:0,id:zn.id,ref_key:"inputRef",ref:_e,"container-role":"combobox","model-value":unref(xr),name:zn.name,size:unref(vn),disabled:unref(_r),placeholder:zn.placeholder,class:normalizeClass([unref(L).b("editor"),unref(L).bm("editor",zn.type),zn.$attrs.class]),style:normalizeStyle(zn.$attrs.style),readonly:!zn.editable||zn.readonly||unref(Sr)||unref(Ar)||unref(Fr)||zn.type==="week","aria-label":zn.ariaLabel,tabindex:zn.tabindex,"validate-event":!1,onInput:Mn,onFocus:he,onBlur:gr,onKeydown:rs,onChange:Vi,onMousedown:Br,onMouseenter:Rr,onMouseleave:Lr,onTouchstartPassive:$r,onClick:withModifiers(()=>{},["stop"])},{prefix:withCtx(()=>[unref(Gr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(j).e("icon")),onMousedown:withModifiers(Br,["prevent"]),onTouchstartPassive:$r},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Gr))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),suffix:withCtx(()=>[Vr.value&&zn.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(`${unref(j).e("icon")} clear-icon`),onClick:withModifiers(Dr,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(zn.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)]),_:1},8,["id","model-value","name","size","disabled","placeholder","class","style","readonly","aria-label","tabindex","onKeydown","onClick"]))]),content:withCtx(()=>[renderSlot(zn.$slots,"default",{visible:Ne.value,actualVisible:Ue.value,parsedValue:unref(yr),format:zn.format,dateFormat:zn.dateFormat,timeFormat:zn.timeFormat,unlinkPanels:zn.unlinkPanels,type:zn.type,defaultValue:zn.defaultValue,onPick:ie,onSelectRange:lr,onSetPickerOption:Li,onCalendarChange:ca,onPanelChange:fo,onKeydown:Ie,onMousedown:withModifiers(()=>{},["stop"])})]),_:3},16,["visible","transition","popper-class","popper-options"]))}});var CommonPicker=_export_sfc$1(_sfc_main$2v,[["__file","picker.vue"]]);const panelTimePickerProps=buildProps({...timePanelSharedProps,datetimeRole:String,parsedValue:{type:definePropType(Object)}}),useTimePanel=({getAvailableHours:e,getAvailableMinutes:t,getAvailableSeconds:y})=>{const n=(L,j,V,z)=>{const re={hour:e,minute:t,second:y};let oe=L;return["hour","minute","second"].forEach(ue=>{if(re[ue]){let de;const _e=re[ue];switch(ue){case"minute":{de=_e(oe.hour(),j,z);break}case"second":{de=_e(oe.hour(),oe.minute(),j,z);break}default:{de=_e(j,z);break}}if(de!=null&&de.length&&!de.includes(oe[ue]())){const Ne=V?0:de.length-1;oe=oe[ue](de[Ne])}}}),oe},$={};return{timePickerOptions:$,getAvailableTime:n,onSetOption:([L,j])=>{$[L]=j}}},makeAvailableArr=e=>{const t=(n,$)=>n||$,y=n=>n!==!0;return e.map(t).filter(y)},getTimeLists=(e,t,y)=>({getHoursList:(L,j)=>makeList(24,e&&(()=>e==null?void 0:e(L,j))),getMinutesList:(L,j,V)=>makeList(60,t&&(()=>t==null?void 0:t(L,j,V))),getSecondsList:(L,j,V,z)=>makeList(60,y&&(()=>y==null?void 0:y(L,j,V,z)))}),buildAvailableTimeSlotGetter=(e,t,y)=>{const{getHoursList:n,getMinutesList:$,getSecondsList:k}=getTimeLists(e,t,y);return{getAvailableHours:(z,re)=>makeAvailableArr(n(z,re)),getAvailableMinutes:(z,re,oe)=>makeAvailableArr($(z,re,oe)),getAvailableSeconds:(z,re,oe,ue)=>makeAvailableArr(k(z,re,oe,ue))}},useOldValue=e=>{const t=ref$1(e.parsedValue);return watch(()=>e.visible,y=>{y||(t.value=e.parsedValue)}),t},nodeList=new Map;if(isClient){let e;document.addEventListener("mousedown",t=>e=t),document.addEventListener("mouseup",t=>{if(e){for(const y of nodeList.values())for(const{documentHandler:n}of y)n(t,e);e=void 0}})}function createDocumentHandler(e,t){let y=[];return Array.isArray(t.arg)?y=t.arg:isElement$2(t.arg)&&y.push(t.arg),function(n,$){const k=t.instance.popperRef,L=n.target,j=$==null?void 0:$.target,V=!t||!t.instance,z=!L||!j,re=e.contains(L)||e.contains(j),oe=e===L,ue=y.length&&y.some(_e=>_e==null?void 0:_e.contains(L))||y.length&&y.includes(j),de=k&&(k.contains(L)||k.contains(j));V||z||re||oe||ue||de||t.value(n,$)}}const ClickOutside={beforeMount(e,t){nodeList.has(e)||nodeList.set(e,[]),nodeList.get(e).push({documentHandler:createDocumentHandler(e,t),bindingFn:t.value})},updated(e,t){nodeList.has(e)||nodeList.set(e,[]);const y=nodeList.get(e),n=y.findIndex(k=>k.bindingFn===t.oldValue),$={documentHandler:createDocumentHandler(e,t),bindingFn:t.value};n>=0?y.splice(n,1,$):y.push($)},unmounted(e){nodeList.delete(e)}},REPEAT_INTERVAL=100,REPEAT_DELAY=600,vRepeatClick={beforeMount(e,t){const y=t.value,{interval:n=REPEAT_INTERVAL,delay:$=REPEAT_DELAY}=isFunction$5(y)?{}:y;let k,L;const j=()=>isFunction$5(y)?y():y.handler(),V=()=>{L&&(clearTimeout(L),L=void 0),k&&(clearInterval(k),k=void 0)};e.addEventListener("mousedown",z=>{z.button===0&&(V(),j(),document.addEventListener("mouseup",()=>V(),{once:!0}),L=setTimeout(()=>{k=setInterval(()=>{j()},n)},$))})}},FOCUSABLE_CHILDREN="_trap-focus-children",FOCUS_STACK=[],FOCUS_HANDLER=e=>{if(FOCUS_STACK.length===0)return;const t=FOCUS_STACK[FOCUS_STACK.length-1][FOCUSABLE_CHILDREN];if(t.length>0&&e.code===EVENT_CODE.tab){if(t.length===1){e.preventDefault(),document.activeElement!==t[0]&&t[0].focus();return}const y=e.shiftKey,n=e.target===t[0],$=e.target===t[t.length-1];n&&y&&(e.preventDefault(),t[t.length-1].focus()),$&&!y&&(e.preventDefault(),t[0].focus())}},TrapFocus={beforeMount(e){e[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(e),FOCUS_STACK.push(e),FOCUS_STACK.length<=1&&document.addEventListener("keydown",FOCUS_HANDLER)},updated(e){nextTick$3(()=>{e[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(e)})},unmounted(){FOCUS_STACK.shift(),FOCUS_STACK.length===0&&document.removeEventListener("keydown",FOCUS_HANDLER)}};var v=!1,o,f$1,s$1,u,d,N,l,p$1,m,w,D$1,x,E,M,F;function a(){if(!v){v=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),y=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(x=/\b(iPhone|iP[ao]d)/.exec(e),E=/\b(iP[ao]d)/.exec(e),w=/Android/i.exec(e),M=/FBAN\/\w+;/i.exec(e),F=/Mobile/i.exec(e),D$1=!!/Win64/.exec(e),t){o=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,o&&document&&document.documentMode&&(o=document.documentMode);var n=/(?:Trident\/(\d+.\d+))/.exec(e);N=n?parseFloat(n[1])+4:o,f$1=t[2]?parseFloat(t[2]):NaN,s$1=t[3]?parseFloat(t[3]):NaN,u=t[4]?parseFloat(t[4]):NaN,u?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),d=t&&t[1]?parseFloat(t[1]):NaN):d=NaN}else o=f$1=s$1=d=u=NaN;if(y){if(y[1]){var $=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=$?parseFloat($[1].replace("_",".")):!0}else l=!1;p$1=!!y[2],m=!!y[3]}else l=p$1=m=!1}}var _$1={ie:function(){return a()||o},ieCompatibilityMode:function(){return a()||N>o},ie64:function(){return _$1.ie()&&D$1},firefox:function(){return a()||f$1},opera:function(){return a()||s$1},webkit:function(){return a()||u},safari:function(){return _$1.webkit()},chrome:function(){return a()||d},windows:function(){return a()||p$1},osx:function(){return a()||l},linux:function(){return a()||m},iphone:function(){return a()||x},mobile:function(){return a()||x||E||w||F},nativeApp:function(){return a()||M},android:function(){return a()||w},ipad:function(){return a()||E}},A=_$1,c=!!(typeof window<"u"&&window.document&&window.document.createElement),U={canUseDOM:c,canUseWorkers:typeof Worker<"u",canUseEventListeners:c&&!!(window.addEventListener||window.attachEvent),canUseViewport:c&&!!window.screen,isInWorker:!c},h=U,X;h.canUseDOM&&(X=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);function S$1(e,t){if(!h.canUseDOM||t&&!("addEventListener"in document))return!1;var y="on"+e,n=y in document;if(!n){var $=document.createElement("div");$.setAttribute(y,"return;"),n=typeof $[y]=="function"}return!n&&X&&e==="wheel"&&(n=document.implementation.hasFeature("Events.wheel","3.0")),n}var b=S$1,O$1=10,I=40,P=800;function T$2(e){var t=0,y=0,n=0,$=0;return"detail"in e&&(y=e.detail),"wheelDelta"in e&&(y=-e.wheelDelta/120),"wheelDeltaY"in e&&(y=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=y,y=0),n=t*O$1,$=y*O$1,"deltaY"in e&&($=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||$)&&e.deltaMode&&(e.deltaMode==1?(n*=I,$*=I):(n*=P,$*=P)),n&&!t&&(t=n<1?-1:1),$&&!y&&(y=$<1?-1:1),{spinX:t,spinY:y,pixelX:n,pixelY:$}}T$2.getEventType=function(){return A.firefox()?"DOMMouseScroll":b("wheel")?"wheel":"mousewheel"};var Y=T$2;/** +`,CONTEXT_STYLE=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function calculateNodeStyling(e){const t=window.getComputedStyle(e),y=t.getPropertyValue("box-sizing"),n=Number.parseFloat(t.getPropertyValue("padding-bottom"))+Number.parseFloat(t.getPropertyValue("padding-top")),k=Number.parseFloat(t.getPropertyValue("border-bottom-width"))+Number.parseFloat(t.getPropertyValue("border-top-width"));return{contextStyle:CONTEXT_STYLE.map($=>`${$}:${t.getPropertyValue($)}`).join(";"),paddingSize:n,borderSize:k,boxSizing:y}}function calcTextareaHeight(e,t=1,y){var n;hiddenTextarea||(hiddenTextarea=document.createElement("textarea"),document.body.appendChild(hiddenTextarea));const{paddingSize:k,borderSize:L,boxSizing:$,contextStyle:j}=calculateNodeStyling(e);hiddenTextarea.setAttribute("style",`${j};${HIDDEN_STYLE}`),hiddenTextarea.value=e.value||e.placeholder||"";let V=hiddenTextarea.scrollHeight;const z={};$==="border-box"?V=V+L:$==="content-box"&&(V=V-k),hiddenTextarea.value="";const re=hiddenTextarea.scrollHeight-k;if(isNumber$3(t)){let ie=re*t;$==="border-box"&&(ie=ie+k+L),V=Math.max(ie,V),z.minHeight=`${ie}px`}if(isNumber$3(y)){let ie=re*y;$==="border-box"&&(ie=ie+k+L),V=Math.min(ie,V)}return z.height=`${V}px`,(n=hiddenTextarea.parentNode)==null||n.removeChild(hiddenTextarea),hiddenTextarea=void 0,z}const inputProps=buildProps({id:{type:String,default:void 0},size:useSizeProp,disabled:Boolean,modelValue:{type:definePropType([String,Number,Object]),default:""},maxlength:{type:[String,Number]},minlength:{type:[String,Number]},type:{type:String,default:"text"},resize:{type:String,values:["none","both","horizontal","vertical"]},autosize:{type:definePropType([Boolean,Object]),default:!1},autocomplete:{type:String,default:"off"},formatter:{type:Function},parser:{type:Function},placeholder:{type:String},form:{type:String},readonly:Boolean,clearable:Boolean,showPassword:Boolean,showWordLimit:Boolean,suffixIcon:{type:iconPropType},prefixIcon:{type:iconPropType},containerRole:{type:String,default:void 0},tabindex:{type:[String,Number],default:0},validateEvent:{type:Boolean,default:!0},inputStyle:{type:definePropType([Object,Array,String]),default:()=>mutable({})},autofocus:Boolean,rows:{type:Number,default:2},...useAriaProps(["ariaLabel"])}),inputEmits={[UPDATE_MODEL_EVENT]:e=>isString$3(e),input:e=>isString$3(e),change:e=>isString$3(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,mouseleave:e=>e instanceof MouseEvent,mouseenter:e=>e instanceof MouseEvent,keydown:e=>e instanceof Event,compositionstart:e=>e instanceof CompositionEvent,compositionupdate:e=>e instanceof CompositionEvent,compositionend:e=>e instanceof CompositionEvent},__default__$1J=defineComponent({name:"ElInput",inheritAttrs:!1}),_sfc_main$2Q=defineComponent({...__default__$1J,props:inputProps,emits:inputEmits,setup(e,{expose:t,emit:y}){const n=e,k=useAttrs$1(),L=useSlots(),$=computed(()=>{const Fr={};return n.containerRole==="combobox"&&(Fr["aria-haspopup"]=k["aria-haspopup"],Fr["aria-owns"]=k["aria-owns"],Fr["aria-expanded"]=k["aria-expanded"]),Fr}),j=computed(()=>[n.type==="textarea"?Ie.b():pe.b(),pe.m(ue.value),pe.is("disabled",de.value),pe.is("exceed",kr.value),{[pe.b("group")]:L.prepend||L.append,[pe.m("prefix")]:L.prefix||n.prefixIcon,[pe.m("suffix")]:L.suffix||n.suffixIcon||n.clearable||n.showPassword,[pe.bm("suffix","password-clear")]:cr.value&&_r.value,[pe.b("hidden")]:n.type==="hidden"},k.class]),V=computed(()=>[pe.e("wrapper"),pe.is("focus",Ve.value)]),z=useAttrs({excludeKeys:computed(()=>Object.keys($.value))}),{form:re,formItem:ie}=useFormItem(),{inputId:oe}=useFormItemInputId(n,{formItemContext:ie}),ue=useFormSize(),de=useFormDisabled(),pe=useNamespace("input"),Ie=useNamespace("textarea"),_e=shallowRef(),Ce=shallowRef(),he=ref$1(!1),Ne=ref$1(!1),Fe=ref$1(),Ue=shallowRef(n.inputStyle),kt=computed(()=>_e.value||Ce.value),{wrapperRef:Et,isFocused:Ve}=useFocusController(kt,{afterBlur(){var Fr;n.validateEvent&&((Fr=ie==null?void 0:ie.validate)==null||Fr.call(ie,"blur").catch(Qr=>void 0))}}),qe=computed(()=>{var Fr;return(Fr=re==null?void 0:re.statusIcon)!=null?Fr:!1}),jt=computed(()=>(ie==null?void 0:ie.validateState)||""),tr=computed(()=>jt.value&&ValidateComponentsMap[jt.value]),rr=computed(()=>Ne.value?view_default:hide_default),ar=computed(()=>[k.style]),nr=computed(()=>[n.inputStyle,Ue.value,{resize:n.resize}]),ur=computed(()=>isNil(n.modelValue)?"":String(n.modelValue)),cr=computed(()=>n.clearable&&!de.value&&!n.readonly&&!!ur.value&&(Ve.value||he.value)),_r=computed(()=>n.showPassword&&!de.value&&!n.readonly&&!!ur.value&&(!!ur.value||Ve.value)),hr=computed(()=>n.showWordLimit&&!!n.maxlength&&(n.type==="text"||n.type==="textarea")&&!de.value&&!n.readonly&&!n.showPassword),Er=computed(()=>ur.value.length),kr=computed(()=>!!hr.value&&Er.value>Number(n.maxlength)),xr=computed(()=>!!L.suffix||!!n.suffixIcon||cr.value||n.showPassword||hr.value||!!jt.value&&qe.value),[yr,vr]=useCursor(_e);useResizeObserver(Ce,Fr=>{if(mr(),!hr.value||n.resize!=="both")return;const Qr=Fr[0],{width:ca}=Qr.contentRect;Fe.value={right:`calc(100% - ${ca+15+6}px)`}});const Rr=()=>{const{type:Fr,autosize:Qr}=n;if(!(!isClient||Fr!=="textarea"||!Ce.value))if(Qr){const ca=isObject$4(Qr)?Qr.minRows:void 0,Po=isObject$4(Qr)?Qr.maxRows:void 0,Wa=calcTextareaHeight(Ce.value,ca,Po);Ue.value={overflowY:"hidden",...Wa},nextTick$1(()=>{Ce.value.offsetHeight,Ue.value=Wa})}else Ue.value={minHeight:calcTextareaHeight(Ce.value).minHeight}},mr=(Fr=>{let Qr=!1;return()=>{var ca;if(Qr||!n.autosize)return;((ca=Ce.value)==null?void 0:ca.offsetParent)===null||(Fr(),Qr=!0)}})(Rr),gr=()=>{const Fr=kt.value,Qr=n.formatter?n.formatter(ur.value):ur.value;!Fr||Fr.value===Qr||(Fr.value=Qr)},jr=async Fr=>{yr();let{value:Qr}=Fr.target;if(n.formatter&&(Qr=n.parser?n.parser(Qr):Qr),!Ur.value){if(Qr===ur.value){gr();return}y(UPDATE_MODEL_EVENT,Qr),y("input",Qr),await nextTick$1(),gr(),vr()}},Hr=Fr=>{y("change",Fr.target.value)},{isComposing:Ur,handleCompositionStart:zr,handleCompositionUpdate:Sr,handleCompositionEnd:Tr}=useComposition({emit:y,afterComposition:jr}),Mr=()=>{Ne.value=!Ne.value,br()},br=async()=>{var Fr;await nextTick$1(),(Fr=kt.value)==null||Fr.focus()},Cr=()=>{var Fr;return(Fr=kt.value)==null?void 0:Fr.blur()},Ir=Fr=>{he.value=!1,y("mouseleave",Fr)},Dr=Fr=>{he.value=!0,y("mouseenter",Fr)},Kr=Fr=>{y("keydown",Fr)},Wr=()=>{var Fr;(Fr=kt.value)==null||Fr.select()},Nr=()=>{y(UPDATE_MODEL_EVENT,""),y("change",""),y("clear"),y("input","")};return watch(()=>n.modelValue,()=>{var Fr;nextTick$1(()=>Rr()),n.validateEvent&&((Fr=ie==null?void 0:ie.validate)==null||Fr.call(ie,"change").catch(Qr=>void 0))}),watch(ur,()=>gr()),watch(()=>n.type,async()=>{await nextTick$1(),gr(),Rr()}),onMounted(()=>{!n.formatter&&n.parser,gr(),nextTick$1(Rr)}),t({input:_e,textarea:Ce,ref:kt,textareaStyle:nr,autosize:toRef$1(n,"autosize"),isComposing:Ur,focus:br,blur:Cr,select:Wr,clear:Nr,resizeTextarea:Rr}),(Fr,Qr)=>(openBlock(),createElementBlock("div",mergeProps(unref($),{class:[unref(j),{[unref(pe).bm("group","append")]:Fr.$slots.append,[unref(pe).bm("group","prepend")]:Fr.$slots.prepend}],style:unref(ar),role:Fr.containerRole,onMouseenter:Dr,onMouseleave:Ir}),[createCommentVNode(" input "),Fr.type!=="textarea"?(openBlock(),createElementBlock(Fragment,{key:0},[createCommentVNode(" prepend slot "),Fr.$slots.prepend?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(pe).be("group","prepend"))},[renderSlot(Fr.$slots,"prepend")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"wrapperRef",ref:Et,class:normalizeClass(unref(V))},[createCommentVNode(" prefix slot "),Fr.$slots.prefix||Fr.prefixIcon?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(pe).e("prefix"))},[createBaseVNode("span",{class:normalizeClass(unref(pe).e("prefix-inner"))},[renderSlot(Fr.$slots,"prefix"),Fr.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(pe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fr.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("input",mergeProps({id:unref(oe),ref_key:"input",ref:_e,class:unref(pe).e("inner")},unref(z),{minlength:Fr.minlength,maxlength:Fr.maxlength,type:Fr.showPassword?Ne.value?"text":"password":Fr.type,disabled:unref(de),readonly:Fr.readonly,autocomplete:Fr.autocomplete,tabindex:Fr.tabindex,"aria-label":Fr.ariaLabel,placeholder:Fr.placeholder,style:Fr.inputStyle,form:Fr.form,autofocus:Fr.autofocus,onCompositionstart:unref(zr),onCompositionupdate:unref(Sr),onCompositionend:unref(Tr),onInput:jr,onChange:Hr,onKeydown:Kr}),null,16,["id","minlength","maxlength","type","disabled","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus","onCompositionstart","onCompositionupdate","onCompositionend"]),createCommentVNode(" suffix slot "),unref(xr)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(pe).e("suffix"))},[createBaseVNode("span",{class:normalizeClass(unref(pe).e("suffix-inner"))},[!unref(cr)||!unref(_r)||!unref(hr)?(openBlock(),createElementBlock(Fragment,{key:0},[renderSlot(Fr.$slots,"suffix"),Fr.suffixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(pe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fr.suffixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0),unref(cr)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(pe).e("icon"),unref(pe).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:Nr},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),unref(_r)?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(pe).e("icon"),unref(pe).e("password")]),onClick: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(Er))+" / "+toDisplayString(Fr.maxlength),3)],2)):createCommentVNode("v-if",!0),unref(jt)&&unref(tr)&&unref(qe)?(openBlock(),createBlock(unref(ElIcon),{key:4,class:normalizeClass([unref(pe).e("icon"),unref(pe).e("validateIcon"),unref(pe).is("loading",unref(jt)==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(tr))))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0)],2),createCommentVNode(" append slot "),Fr.$slots.append?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(pe).be("group","append"))},[renderSlot(Fr.$slots,"append")],2)):createCommentVNode("v-if",!0)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" textarea "),createBaseVNode("textarea",mergeProps({id:unref(oe),ref_key:"textarea",ref:Ce,class:[unref(Ie).e("inner"),unref(pe).is("focus",unref(Ve))]},unref(z),{minlength:Fr.minlength,maxlength:Fr.maxlength,tabindex:Fr.tabindex,disabled:unref(de),readonly:Fr.readonly,autocomplete:Fr.autocomplete,style:unref(nr),"aria-label":Fr.ariaLabel,placeholder:Fr.placeholder,form:Fr.form,autofocus:Fr.autofocus,rows:Fr.rows,onCompositionstart:unref(zr),onCompositionupdate:unref(Sr),onCompositionend:unref(Tr),onInput:jr,onChange:Hr,onKeydown:Kr}),null,16,["id","minlength","maxlength","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus","rows","onCompositionstart","onCompositionupdate","onCompositionend"]),unref(hr)?(openBlock(),createElementBlock("span",{key:0,style:normalizeStyle(Fe.value),class:normalizeClass(unref(pe).e("count"))},toDisplayString(unref(Er))+" / "+toDisplayString(Fr.maxlength),7)):createCommentVNode("v-if",!0)],64))],16,["role"]))}});var Input=_export_sfc$1(_sfc_main$2Q,[["__file","input.vue"]]);const ElInput=withInstall(Input),GAP=4,BAR_MAP={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}},renderThumbStyle$1=({move:e,size:t,bar:y})=>({[y.size]:t,transform:`translate${y.axis}(${e}%)`}),scrollbarContextKey=Symbol("scrollbarContextKey"),thumbProps=buildProps({vertical:Boolean,size:String,move:Number,ratio:{type:Number,required:!0},always:Boolean}),COMPONENT_NAME$k="Thumb",_sfc_main$2P=defineComponent({__name:"thumb",props:thumbProps,setup(e){const t=e,y=inject(scrollbarContextKey),n=useNamespace("scrollbar");y||throwError(COMPONENT_NAME$k,"can not inject scrollbar context");const k=ref$1(),L=ref$1(),$=ref$1({}),j=ref$1(!1);let V=!1,z=!1,re=isClient?document.onselectstart:null;const ie=computed(()=>BAR_MAP[t.vertical?"vertical":"horizontal"]),oe=computed(()=>renderThumbStyle$1({size:t.size,move:t.move,bar:ie.value})),ue=computed(()=>k.value[ie.value.offset]**2/y.wrapElement[ie.value.scrollSize]/t.ratio/L.value[ie.value.offset]),de=Ue=>{var kt;if(Ue.stopPropagation(),Ue.ctrlKey||[1,2].includes(Ue.button))return;(kt=window.getSelection())==null||kt.removeAllRanges(),Ie(Ue);const Et=Ue.currentTarget;Et&&($.value[ie.value.axis]=Et[ie.value.offset]-(Ue[ie.value.client]-Et.getBoundingClientRect()[ie.value.direction]))},pe=Ue=>{if(!L.value||!k.value||!y.wrapElement)return;const kt=Math.abs(Ue.target.getBoundingClientRect()[ie.value.direction]-Ue[ie.value.client]),Et=L.value[ie.value.offset]/2,Ve=(kt-Et)*100*ue.value/k.value[ie.value.offset];y.wrapElement[ie.value.scroll]=Ve*y.wrapElement[ie.value.scrollSize]/100},Ie=Ue=>{Ue.stopImmediatePropagation(),V=!0,document.addEventListener("mousemove",_e),document.addEventListener("mouseup",Ce),re=document.onselectstart,document.onselectstart=()=>!1},_e=Ue=>{if(!k.value||!L.value||V===!1)return;const kt=$.value[ie.value.axis];if(!kt)return;const Et=(k.value.getBoundingClientRect()[ie.value.direction]-Ue[ie.value.client])*-1,Ve=L.value[ie.value.offset]-kt,qe=(Et-Ve)*100*ue.value/k.value[ie.value.offset];y.wrapElement[ie.value.scroll]=qe*y.wrapElement[ie.value.scrollSize]/100},Ce=()=>{V=!1,$.value[ie.value.axis]=0,document.removeEventListener("mousemove",_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),(Ue,kt)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{ref_key:"instance",ref:k,class:normalizeClass([unref(n).e("bar"),unref(n).is(unref(ie).key)]),onMousedown:pe},[createBaseVNode("div",{ref_key:"thumb",ref:L,class:normalizeClass(unref(n).e("thumb")),style:normalizeStyle(unref(oe)),onMousedown:de},null,38)],34),[[vShow,Ue.always||j.value]])]),_:1},8,["name"]))}});var Thumb=_export_sfc$1(_sfc_main$2P,[["__file","thumb.vue"]]);const barProps=buildProps({always:{type:Boolean,default:!0},minSize:{type:Number,required:!0}}),_sfc_main$2O=defineComponent({__name:"bar",props:barProps,setup(e,{expose:t}){const y=e,n=inject(scrollbarContextKey),k=ref$1(0),L=ref$1(0),$=ref$1(""),j=ref$1(""),V=ref$1(1),z=ref$1(1);return t({handleScroll:oe=>{if(oe){const ue=oe.offsetHeight-GAP,de=oe.offsetWidth-GAP;L.value=oe.scrollTop*100/ue*V.value,k.value=oe.scrollLeft*100/de*z.value}},update:()=>{const oe=n==null?void 0:n.wrapElement;if(!oe)return;const ue=oe.offsetHeight-GAP,de=oe.offsetWidth-GAP,pe=ue**2/oe.scrollHeight,Ie=de**2/oe.scrollWidth,_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(openBlock(),createElementBlock(Fragment,null,[createVNode(Thumb,{move:k.value,ratio:z.value,size:$.value,always:oe.always},null,8,["move","ratio","size","always"]),createVNode(Thumb,{move:L.value,ratio:V.value,size:j.value,vertical:"",always:oe.always},null,8,["move","ratio","size","always"])],64))}});var Bar=_export_sfc$1(_sfc_main$2O,[["__file","bar.vue"]]);const scrollbarProps=buildProps({height:{type:[String,Number],default:""},maxHeight:{type:[String,Number],default:""},native:{type:Boolean,default:!1},wrapStyle:{type:definePropType([String,Object,Array]),default:""},wrapClass:{type:[String,Array],default:""},viewClass:{type:[String,Array],default:""},viewStyle:{type:[String,Array,Object],default:""},noresize:Boolean,tag:{type:String,default:"div"},always:Boolean,minSize:{type:Number,default:20},id:String,role:String,...useAriaProps(["ariaLabel","ariaOrientation"])}),scrollbarEmits={scroll:({scrollTop:e,scrollLeft:t})=>[e,t].every(isNumber$3)},COMPONENT_NAME$j="ElScrollbar",__default__$1I=defineComponent({name:COMPONENT_NAME$j}),_sfc_main$2N=defineComponent({...__default__$1I,props:scrollbarProps,emits:scrollbarEmits,setup(e,{expose:t,emit:y}){const n=e,k=useNamespace("scrollbar");let L,$,j=0,V=0;const z=ref$1(),re=ref$1(),ie=ref$1(),oe=ref$1(),ue=computed(()=>{const Fe={};return n.height&&(Fe.height=addUnit(n.height)),n.maxHeight&&(Fe.maxHeight=addUnit(n.maxHeight)),[n.wrapStyle,Fe]}),de=computed(()=>[n.wrapClass,k.e("wrap"),{[k.em("wrap","hidden-default")]:!n.native}]),pe=computed(()=>[k.e("view"),n.viewClass]),Ie=()=>{var Fe;re.value&&((Fe=oe.value)==null||Fe.handleScroll(re.value),j=re.value.scrollTop,V=re.value.scrollLeft,y("scroll",{scrollTop:re.value.scrollTop,scrollLeft:re.value.scrollLeft}))};function _e(Fe,Ue){isObject$4(Fe)?re.value.scrollTo(Fe):isNumber$3(Fe)&&isNumber$3(Ue)&&re.value.scrollTo(Fe,Ue)}const Ce=Fe=>{isNumber$3(Fe)&&(re.value.scrollTop=Fe)},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,Ue)=>(openBlock(),createElementBlock("div",{ref_key:"scrollbarRef",ref:z,class:normalizeClass(unref(k).b())},[createBaseVNode("div",{ref_key:"wrapRef",ref:re,class:normalizeClass(unref(de)),style:normalizeStyle(unref(ue)),onScroll:Ie},[(openBlock(),createBlock(resolveDynamicComponent(Fe.tag),{id:Fe.id,ref_key:"resizeRef",ref:ie,class:normalizeClass(unref(pe)),style:normalizeStyle(Fe.viewStyle),role:Fe.role,"aria-label":Fe.ariaLabel,"aria-orientation":Fe.ariaOrientation},{default:withCtx(()=>[renderSlot(Fe.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],38),Fe.native?createCommentVNode("v-if",!0):(openBlock(),createBlock(Bar,{key:0,ref_key:"barRef",ref:oe,always:Fe.always,"min-size":Fe.minSize},null,8,["always","min-size"]))],2))}});var Scrollbar=_export_sfc$1(_sfc_main$2N,[["__file","scrollbar.vue"]]);const ElScrollbar=withInstall(Scrollbar),POPPER_INJECTION_KEY=Symbol("popper"),POPPER_CONTENT_INJECTION_KEY=Symbol("popperContent"),roleTypes=["dialog","grid","group","listbox","menu","navigation","tooltip","tree"],popperProps=buildProps({role:{type:String,values:roleTypes,default:"tooltip"}}),__default__$1H=defineComponent({name:"ElPopper",inheritAttrs:!1}),_sfc_main$2M=defineComponent({...__default__$1H,props:popperProps,setup(e,{expose:t}){const y=e,n=ref$1(),k=ref$1(),L=ref$1(),$=ref$1(),j=computed(()=>y.role),V={triggerRef:n,popperInstanceRef:k,contentRef:L,referenceRef:$,role:j};return t(V),provide(POPPER_INJECTION_KEY,V),(z,re)=>renderSlot(z.$slots,"default")}});var Popper=_export_sfc$1(_sfc_main$2M,[["__file","popper.vue"]]);const popperArrowProps=buildProps({arrowOffset:{type:Number,default:5}}),__default__$1G=defineComponent({name:"ElPopperArrow",inheritAttrs:!1}),_sfc_main$2L=defineComponent({...__default__$1G,props:popperArrowProps,setup(e,{expose:t}){const y=e,n=useNamespace("popper"),{arrowOffset:k,arrowRef:L,arrowStyle:$}=inject(POPPER_CONTENT_INJECTION_KEY,void 0);return watch(()=>y.arrowOffset,j=>{k.value=j}),onBeforeUnmount(()=>{L.value=void 0}),t({arrowRef:L}),(j,V)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:L,class:normalizeClass(unref(n).e("arrow")),style:normalizeStyle(unref($)),"data-popper-arrow":""},null,6))}});var ElPopperArrow=_export_sfc$1(_sfc_main$2L,[["__file","arrow.vue"]]);const NAME="ElOnlyChild",OnlyChild=defineComponent({name:NAME,setup(e,{slots:t,attrs:y}){var n;const k=inject(FORWARD_REF_INJECTION_KEY),L=useForwardRefDirective((n=k==null?void 0:k.setForwardRef)!=null?n:NOOP);return()=>{var $;const j=($=t.default)==null?void 0:$.call(t,y);if(!j||j.length>1)return null;const V=findFirstLegitChild(j);return V?withDirectives(cloneVNode(V,y),[[L]]):null}}});function findFirstLegitChild(e){if(!e)return null;const t=e;for(const y of t){if(isObject$4(y))switch(y.type){case Comment:continue;case Text$1:case"svg":return wrapTextContent(y);case Fragment:return findFirstLegitChild(y.children);default:return y}return wrapTextContent(y)}return null}function wrapTextContent(e){const t=useNamespace("only-child");return createVNode("span",{class:t.e("content")},[e])}const popperTriggerProps=buildProps({virtualRef:{type:definePropType(Object)},virtualTriggering:Boolean,onMouseenter:{type:definePropType(Function)},onMouseleave:{type:definePropType(Function)},onClick:{type:definePropType(Function)},onKeydown:{type:definePropType(Function)},onFocus:{type:definePropType(Function)},onBlur:{type:definePropType(Function)},onContextmenu:{type:definePropType(Function)},id:String,open:Boolean}),__default__$1F=defineComponent({name:"ElPopperTrigger",inheritAttrs:!1}),_sfc_main$2K=defineComponent({...__default__$1F,props:popperTriggerProps,setup(e,{expose:t}){const y=e,{role:n,triggerRef:k}=inject(POPPER_INJECTION_KEY,void 0);useForwardRef(k);const L=computed(()=>j.value?y.id:void 0),$=computed(()=>{if(n&&n.value==="tooltip")return y.open&&y.id?y.id:void 0}),j=computed(()=>{if(n&&n.value!=="tooltip")return n.value}),V=computed(()=>j.value?`${y.open}`:void 0);let z;const re=["onMouseenter","onMouseleave","onClick","onKeydown","onFocus","onBlur","onContextmenu"];return onMounted(()=>{watch(()=>y.virtualRef,ie=>{ie&&(k.value=unrefElement(ie))},{immediate:!0}),watch(k,(ie,oe)=>{z==null||z(),z=void 0,isElement$2(ie)&&(re.forEach(ue=>{var de;const pe=y[ue];pe&&(ie.addEventListener(ue.slice(2).toLowerCase(),pe),(de=oe==null?void 0:oe.removeEventListener)==null||de.call(oe,ue.slice(2).toLowerCase(),pe))}),z=watch([L,$,j,V],ue=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((de,pe)=>{isNil(ue[pe])?ie.removeAttribute(de):ie.setAttribute(de,ue[pe])})},{immediate:!0})),isElement$2(oe)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(ue=>oe.removeAttribute(ue))},{immediate:!0})}),onBeforeUnmount(()=>{if(z==null||z(),z=void 0,k.value&&isElement$2(k.value)){const ie=k.value;re.forEach(oe=>{const ue=y[oe];ue&&ie.removeEventListener(oe.slice(2).toLowerCase(),ue)}),k.value=void 0}}),t({triggerRef:k}),(ie,oe)=>ie.virtualTriggering?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(OnlyChild),mergeProps({key:0},ie.$attrs,{"aria-controls":unref(L),"aria-describedby":unref($),"aria-expanded":unref(V),"aria-haspopup":unref(j)}),{default:withCtx(()=>[renderSlot(ie.$slots,"default")]),_:3},16,["aria-controls","aria-describedby","aria-expanded","aria-haspopup"]))}});var ElPopperTrigger=_export_sfc$1(_sfc_main$2K,[["__file","trigger.vue"]]);const FOCUS_AFTER_TRAPPED="focus-trap.focus-after-trapped",FOCUS_AFTER_RELEASED="focus-trap.focus-after-released",FOCUSOUT_PREVENTED="focus-trap.focusout-prevented",FOCUS_AFTER_TRAPPED_OPTS={cancelable:!0,bubbles:!1},FOCUSOUT_PREVENTED_OPTS={cancelable:!0,bubbles:!1},ON_TRAP_FOCUS_EVT="focusAfterTrapped",ON_RELEASE_FOCUS_EVT="focusAfterReleased",FOCUS_TRAP_INJECTION_KEY=Symbol("elFocusTrap"),focusReason=ref$1(),lastUserFocusTimestamp=ref$1(0),lastAutomatedFocusTimestamp=ref$1(0);let focusReasonUserCount=0;const obtainAllFocusableElements=e=>{const t=[],y=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const k=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||k?NodeFilter.FILTER_SKIP:n.tabIndex>=0||n===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;y.nextNode();)t.push(y.currentNode);return t},getVisibleElement=(e,t)=>{for(const y of e)if(!isHidden(y,t))return y},isHidden=(e,t)=>{if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1},getEdges=e=>{const t=obtainAllFocusableElements(e),y=getVisibleElement(t,e),n=getVisibleElement(t.reverse(),e);return[y,n]},isSelectable=e=>e instanceof HTMLInputElement&&"select"in e,tryFocus=(e,t)=>{if(e&&e.focus){const y=document.activeElement;e.focus({preventScroll:!0}),lastAutomatedFocusTimestamp.value=window.performance.now(),e!==y&&isSelectable(e)&&t&&e.select()}};function removeFromStack(e,t){const y=[...e],n=e.indexOf(t);return n!==-1&&y.splice(n,1),y}const createFocusableStack=()=>{let e=[];return{push:n=>{const k=e[0];k&&n!==k&&k.pause(),e=removeFromStack(e,n),e.unshift(n)},remove:n=>{var k,L;e=removeFromStack(e,n),(L=(k=e[0])==null?void 0:k.resume)==null||L.call(k)}}},focusFirstDescendant=(e,t=!1)=>{const y=document.activeElement;for(const n of e)if(tryFocus(n,t),document.activeElement!==y)return},focusableStack=createFocusableStack(),isFocusCausedByUserEvent=()=>lastUserFocusTimestamp.value>lastAutomatedFocusTimestamp.value,notifyFocusReasonPointer=()=>{focusReason.value="pointer",lastUserFocusTimestamp.value=window.performance.now()},notifyFocusReasonKeydown=()=>{focusReason.value="keyboard",lastUserFocusTimestamp.value=window.performance.now()},useFocusReason=()=>(onMounted(()=>{focusReasonUserCount===0&&(document.addEventListener("mousedown",notifyFocusReasonPointer),document.addEventListener("touchstart",notifyFocusReasonPointer),document.addEventListener("keydown",notifyFocusReasonKeydown)),focusReasonUserCount++}),onBeforeUnmount(()=>{focusReasonUserCount--,focusReasonUserCount<=0&&(document.removeEventListener("mousedown",notifyFocusReasonPointer),document.removeEventListener("touchstart",notifyFocusReasonPointer),document.removeEventListener("keydown",notifyFocusReasonKeydown))}),{focusReason,lastUserFocusTimestamp,lastAutomatedFocusTimestamp}),createFocusOutPreventedEvent=e=>new CustomEvent(FOCUSOUT_PREVENTED,{...FOCUSOUT_PREVENTED_OPTS,detail:e}),_sfc_main$2J=defineComponent({name:"ElFocusTrap",inheritAttrs:!1,props:{loop:Boolean,trapped:Boolean,focusTrapEl:Object,focusStartEl:{type:[Object,String],default:"first"}},emits:[ON_TRAP_FOCUS_EVT,ON_RELEASE_FOCUS_EVT,"focusin","focusout","focusout-prevented","release-requested"],setup(e,{emit:t}){const y=ref$1();let n,k;const{focusReason:L}=useFocusReason();useEscapeKeydown(de=>{e.trapped&&!$.paused&&t("release-requested",de)});const $={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},j=de=>{if(!e.loop&&!e.trapped||$.paused)return;const{key:pe,altKey:Ie,ctrlKey:_e,metaKey:Ce,currentTarget:he,shiftKey:Ne}=de,{loop:Fe}=e,Ue=pe===EVENT_CODE.tab&&!Ie&&!_e&&!Ce,kt=document.activeElement;if(Ue&&kt){const Et=he,[Ve,qe]=getEdges(Et);if(Ve&&qe){if(!Ne&&kt===qe){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||(de.preventDefault(),Fe&&tryFocus(Ve,!0))}else if(Ne&&[Ve,Et].includes(kt)){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||(de.preventDefault(),Fe&&tryFocus(qe,!0))}}else if(kt===Et){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||de.preventDefault()}}};provide(FOCUS_TRAP_INJECTION_KEY,{focusTrapRef:y,onKeydown:j}),watch(()=>e.focusTrapEl,de=>{de&&(y.value=de)},{immediate:!0}),watch([y],([de],[pe])=>{de&&(de.addEventListener("keydown",j),de.addEventListener("focusin",re),de.addEventListener("focusout",ie)),pe&&(pe.removeEventListener("keydown",j),pe.removeEventListener("focusin",re),pe.removeEventListener("focusout",ie))});const V=de=>{t(ON_TRAP_FOCUS_EVT,de)},z=de=>t(ON_RELEASE_FOCUS_EVT,de),re=de=>{const pe=unref(y);if(!pe)return;const Ie=de.target,_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$2J,[["render",_sfc_render$u],["__file","focus-trap.vue"]]);const POSITIONING_STRATEGIES=["fixed","absolute"],popperCoreConfigProps=buildProps({boundariesPadding:{type:Number,default:0},fallbackPlacements:{type:definePropType(Array),default:void 0},gpuAcceleration:{type:Boolean,default:!0},offset:{type:Number,default:12},placement:{type:String,values:Ee,default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},strategy:{type:String,values:POSITIONING_STRATEGIES,default:"absolute"}}),popperContentProps=buildProps({...popperCoreConfigProps,id:String,style:{type:definePropType([String,Array,Object])},className:{type:definePropType([String,Array,Object])},effect:{type:definePropType(String),default:"dark"},visible:Boolean,enterable:{type:Boolean,default:!0},pure:Boolean,focusOnShow:{type:Boolean,default:!1},trapping:{type:Boolean,default:!1},popperClass:{type:definePropType([String,Array,Object])},popperStyle:{type:definePropType([String,Array,Object])},referenceEl:{type:definePropType(Object)},triggerTargetEl:{type:definePropType(Object)},stopPopperMouseEvent:{type:Boolean,default:!0},virtualTriggering:Boolean,zIndex:Number,...useAriaProps(["ariaLabel"])}),popperContentEmits={mouseenter:e=>e instanceof MouseEvent,mouseleave:e=>e instanceof MouseEvent,focus:()=>!0,blur:()=>!0,close:()=>!0},buildPopperOptions=(e,t=[])=>{const{placement:y,strategy:n,popperOptions:k}=e,L={placement:y,strategy:n,...k,modifiers:[...genModifiers(e),...t]};return deriveExtraModifiers(L,k==null?void 0:k.modifiers),L},unwrapMeasurableEl=e=>{if(isClient)return unrefElement(e)};function genModifiers(e){const{offset:t,gpuAcceleration:y,fallbackPlacements:n}=e;return[{name:"offset",options:{offset:[0,t??12]}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5,fallbackPlacements:n}},{name:"computeStyles",options:{gpuAcceleration:y}}]}function deriveExtraModifiers(e,t){t&&(e.modifiers=[...e.modifiers,...t??[]])}const DEFAULT_ARROW_OFFSET=0,usePopperContent=e=>{const{popperInstanceRef:t,contentRef:y,triggerRef:n,role:k}=inject(POPPER_INJECTION_KEY,void 0),L=ref$1(),$=ref$1(),j=computed(()=>({name:"eventListeners",enabled:!!e.visible})),V=computed(()=>{var _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$2I=defineComponent({...__default__$1E,props:popperContentProps,emits:popperContentEmits,setup(e,{expose:t,emit:y}){const n=e,{focusStartRef:k,trapped:L,onFocusAfterReleased:$,onFocusAfterTrapped:j,onFocusInTrap:V,onFocusoutPrevented:z,onReleaseRequested:re}=usePopperContentFocusTrap(n,y),{attributes:ie,arrowRef:oe,contentRef:ue,styles:de,instanceRef:pe,role:Ie,update:_e}=usePopperContent(n),{ariaModal:Ce,arrowStyle:he,contentAttrs:Ne,contentClass:Fe,contentStyle:Ue,updateZIndex:kt}=usePopperContentDOM(n,{styles:de,attributes:ie,role:Ie}),Et=inject(formItemContextKey,void 0),Ve=ref$1();provide(POPPER_CONTENT_INJECTION_KEY,{arrowStyle:he,arrowRef:oe,arrowOffset:Ve}),Et&&provide(formItemContextKey,{...Et,addInputId:NOOP,removeInputId:NOOP});let qe;const jt=(rr=!0)=>{_e(),rr&&kt()},tr=()=>{jt(!1),n.visible&&n.focusOnShow?L.value=!0:n.visible===!1&&(L.value=!1)};return onMounted(()=>{watch(()=>n.triggerTargetEl,(rr,ar)=>{qe==null||qe(),qe=void 0;const nr=unref(rr||ue.value),ur=unref(ar||ue.value);isElement$2(nr)&&(qe=watch([Ie,()=>n.ariaLabel,Ce,()=>n.id],cr=>{["role","aria-label","aria-modal","id"].forEach((_r,hr)=>{isNil(cr[hr])?nr.removeAttribute(_r):nr.setAttribute(_r,cr[hr])})},{immediate:!0})),ur!==nr&&isElement$2(ur)&&["role","aria-label","aria-modal","id"].forEach(cr=>{ur.removeAttribute(cr)})},{immediate:!0}),watch(()=>n.visible,tr,{immediate:!0})}),onBeforeUnmount(()=>{qe==null||qe(),qe=void 0}),t({popperContentRef:ue,popperInstanceRef:pe,updatePopper:jt,contentStyle:Ue}),(rr,ar)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"contentRef",ref:ue},unref(Ne),{style:unref(Ue),class:unref(Fe),tabindex:"-1",onMouseenter:nr=>rr.$emit("mouseenter",nr),onMouseleave:nr=>rr.$emit("mouseleave",nr)}),[createVNode(unref(ElFocusTrap),{trapped:unref(L),"trap-on-focus-in":!0,"focus-trap-el":unref(ue),"focus-start-el":unref(k),onFocusAfterTrapped:unref(j),onFocusAfterReleased:unref($),onFocusin:unref(V),onFocusoutPrevented:unref(z),onReleaseRequested:unref(re)},{default:withCtx(()=>[renderSlot(rr.$slots,"default")]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusin","onFocusoutPrevented","onReleaseRequested"])],16,["onMouseenter","onMouseleave"]))}});var ElPopperContent=_export_sfc$1(_sfc_main$2I,[["__file","content.vue"]]);const ElPopper=withInstall(Popper),TOOLTIP_INJECTION_KEY=Symbol("elTooltip"),useTooltipContentProps=buildProps({...useDelayedToggleProps,...popperContentProps,appendTo:{type:definePropType([String,Object])},content:{type:String,default:""},rawContent:Boolean,persistent:Boolean,visible:{type:definePropType(Boolean),default:null},transition:String,teleported:{type:Boolean,default:!0},disabled:Boolean,...useAriaProps(["ariaLabel"])}),useTooltipTriggerProps=buildProps({...popperTriggerProps,disabled:Boolean,trigger:{type:definePropType([String,Array]),default:"hover"},triggerKeys:{type:definePropType(Array),default:()=>[EVENT_CODE.enter,EVENT_CODE.space]}}),{useModelToggleProps:useTooltipModelToggleProps,useModelToggleEmits:useTooltipModelToggleEmits,useModelToggle:useTooltipModelToggle}=createModelToggleComposable("visible"),useTooltipProps=buildProps({...popperProps,...useTooltipModelToggleProps,...useTooltipContentProps,...useTooltipTriggerProps,...popperArrowProps,showArrow:{type:Boolean,default:!0}}),tooltipEmits=[...useTooltipModelToggleEmits,"before-show","before-hide","show","hide","open","close"],isTriggerType=(e,t)=>isArray$2(e)?e.includes(t):e===t,whenTrigger=(e,t,y)=>n=>{isTriggerType(unref(e),t)&&y(n)},__default__$1D=defineComponent({name:"ElTooltipTrigger"}),_sfc_main$2H=defineComponent({...__default__$1D,props:useTooltipTriggerProps,setup(e,{expose:t}){const y=e,n=useNamespace("tooltip"),{controlled:k,id:L,open:$,onOpen:j,onClose:V,onToggle:z}=inject(TOOLTIP_INJECTION_KEY,void 0),re=ref$1(null),ie=()=>{if(unref(k)||y.disabled)return!0},oe=toRef$1(y,"trigger"),ue=composeEventHandlers(ie,whenTrigger(oe,"hover",j)),de=composeEventHandlers(ie,whenTrigger(oe,"hover",V)),pe=composeEventHandlers(ie,whenTrigger(oe,"click",Ne=>{Ne.button===0&&z(Ne)})),Ie=composeEventHandlers(ie,whenTrigger(oe,"focus",j)),_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$2H,[["__file","trigger.vue"]]);const teleportProps=buildProps({to:{type:definePropType([String,Object]),required:!0},disabled:Boolean}),_sfc_main$2G=defineComponent({__name:"teleport",props:teleportProps,setup(e){return(t,y)=>t.disabled?renderSlot(t.$slots,"default",{key:0}):(openBlock(),createBlock(Teleport$1,{key:1,to:t.to},[renderSlot(t.$slots,"default")],8,["to"]))}});var Teleport=_export_sfc$1(_sfc_main$2G,[["__file","teleport.vue"]]);const ElTeleport=withInstall(Teleport),__default__$1C=defineComponent({name:"ElTooltipContent",inheritAttrs:!1}),_sfc_main$2F=defineComponent({...__default__$1C,props:useTooltipContentProps,setup(e,{expose:t}){const y=e,{selector:n}=usePopperContainerId(),k=useNamespace("tooltip"),L=ref$1(null);let $;const{controlled:j,id:V,open:z,trigger:re,onClose:ie,onOpen:oe,onShow:ue,onHide:de,onBeforeShow:pe,onBeforeHide:Ie}=inject(TOOLTIP_INJECTION_KEY,void 0),_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),Ue=computed(()=>{var ur;return(ur=y.style)!=null?ur:{}}),kt=computed(()=>!unref(z)),Et=()=>{de()},Ve=()=>{if(unref(j))return!0},qe=composeEventHandlers(Ve,()=>{y.enterable&&unref(re)==="hover"&&oe()}),jt=composeEventHandlers(Ve,()=>{unref(re)==="hover"&&ie()}),tr=()=>{var ur,cr;(cr=(ur=L.value)==null?void 0:ur.updatePopper)==null||cr.call(ur),pe==null||pe()},rr=()=>{Ie==null||Ie()},ar=()=>{ue(),$=onClickOutside(computed(()=>{var ur;return(ur=L.value)==null?void 0:ur.popperContentRef}),()=>{if(unref(j))return;unref(re)!=="hover"&&ie()})},nr=()=>{y.virtualTriggering||ie()};return watch(()=>unref(z),ur=>{ur||$==null||$()},{flush:"post"}),watch(()=>y.content,()=>{var ur,cr;(cr=(ur=L.value)==null?void 0:ur.updatePopper)==null||cr.call(ur)}),t({contentRef:L}),(ur,cr)=>(openBlock(),createBlock(unref(ElTeleport),{disabled:!ur.teleported,to:unref(Fe)},{default:withCtx(()=>[createVNode(Transition,{name:unref(_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(kt),"boundaries-padding":ur.boundariesPadding,"fallback-placements":ur.fallbackPlacements,"gpu-acceleration":ur.gpuAcceleration,offset:ur.offset,placement:ur.placement,"popper-options":ur.popperOptions,strategy:ur.strategy,effect:ur.effect,enterable:ur.enterable,pure:ur.pure,"popper-class":ur.popperClass,"popper-style":[ur.popperStyle,unref(Ue)],"reference-el":ur.referenceEl,"trigger-target-el":ur.triggerTargetEl,visible:unref(Ne),"z-index":ur.zIndex,onMouseenter:unref(qe),onMouseleave:unref(jt),onBlur:nr,onClose:unref(ie)}),{default:withCtx(()=>[renderSlot(ur.$slots,"default")]),_:3},16,["id","aria-label","aria-hidden","boundaries-padding","fallback-placements","gpu-acceleration","offset","placement","popper-options","strategy","effect","enterable","pure","popper-class","popper-style","reference-el","trigger-target-el","visible","z-index","onMouseenter","onMouseleave","onClose"])),[[vShow,unref(Ne)]]):createCommentVNode("v-if",!0)]),_:3},8,["name"])]),_:3},8,["disabled","to"]))}});var ElTooltipContent=_export_sfc$1(_sfc_main$2F,[["__file","content.vue"]]);const __default__$1B=defineComponent({name:"ElTooltip"}),_sfc_main$2E=defineComponent({...__default__$1B,props:useTooltipProps,emits:tooltipEmits,setup(e,{expose:t,emit:y}){const n=e;usePopperContainer();const k=useId(),L=ref$1(),$=ref$1(),j=()=>{var _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$2E,[["__file","tooltip.vue"]]);const ElTooltip=withInstall(Tooltip),autocompleteProps=buildProps({valueKey:{type:String,default:"value"},modelValue:{type:[String,Number],default:""},debounce:{type:Number,default:300},placement:{type:definePropType(String),values:["top","top-start","top-end","bottom","bottom-start","bottom-end"],default:"bottom-start"},fetchSuggestions:{type:definePropType([Function,Array]),default:NOOP},popperClass:{type:String,default:""},triggerOnFocus:{type:Boolean,default:!0},selectWhenUnmatched:{type:Boolean,default:!1},hideLoading:{type:Boolean,default:!1},teleported:useTooltipContentProps.teleported,highlightFirstItem:{type:Boolean,default:!1},fitInputWidth:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},name:String,...useAriaProps(["ariaLabel"])}),autocompleteEmits={[UPDATE_MODEL_EVENT]:e=>isString$3(e),[INPUT_EVENT]:e=>isString$3(e),[CHANGE_EVENT]:e=>isString$3(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,select:e=>isObject$4(e)},COMPONENT_NAME$i="ElAutocomplete",__default__$1A=defineComponent({name:COMPONENT_NAME$i,inheritAttrs:!1}),_sfc_main$2D=defineComponent({...__default__$1A,props:autocompleteProps,emits:autocompleteEmits,setup(e,{expose:t,emit:y}){const n=e,k=useAttrs(),L=useAttrs$1(),$=useFormDisabled(),j=useNamespace("autocomplete"),V=ref$1(),z=ref$1(),re=ref$1(),ie=ref$1();let oe=!1,ue=!1;const de=ref$1([]),pe=ref$1(-1),Ie=ref$1(""),_e=ref$1(!1),Ce=ref$1(!1),he=ref$1(!1),Ne=useId(),Fe=computed(()=>L.style),Ue=computed(()=>(de.value.length>0||he.value)&&_e.value),kt=computed(()=>!n.hideLoading&&he.value),Et=computed(()=>V.value?Array.from(V.value.$el.querySelectorAll("input")):[]),Ve=()=>{Ue.value&&(Ie.value=`${V.value.$el.offsetWidth}px`)},qe=()=>{pe.value=-1},tr=debounce(async mr=>{if(Ce.value)return;const gr=jr=>{he.value=!1,!Ce.value&&(isArray$2(jr)?(de.value=jr,pe.value=n.highlightFirstItem?0:-1):throwError(COMPONENT_NAME$i,"autocomplete suggestions must be an array"))};if(he.value=!0,isArray$2(n.fetchSuggestions))gr(n.fetchSuggestions);else{const jr=await n.fetchSuggestions(mr,gr);isArray$2(jr)&&gr(jr)}},n.debounce),rr=mr=>{const gr=!!mr;if(y(INPUT_EVENT,mr),y(UPDATE_MODEL_EVENT,mr),Ce.value=!1,_e.value||(_e.value=gr),!n.triggerOnFocus&&!mr){Ce.value=!0,de.value=[];return}tr(mr)},ar=mr=>{var gr;$.value||(((gr=mr.target)==null?void 0:gr.tagName)!=="INPUT"||Et.value.includes(document.activeElement))&&(_e.value=!0)},nr=mr=>{y(CHANGE_EVENT,mr)},ur=mr=>{ue?ue=!1:(_e.value=!0,y("focus",mr),n.triggerOnFocus&&!oe&&tr(String(n.modelValue)))},cr=mr=>{setTimeout(()=>{var gr;if((gr=re.value)!=null&&gr.isFocusInsideContent()){ue=!0;return}_e.value&&kr(),y("blur",mr)})},_r=()=>{_e.value=!1,y(UPDATE_MODEL_EVENT,""),y("clear")},hr=async()=>{Ue.value&&pe.value>=0&&pe.value{Ue.value&&(mr.preventDefault(),mr.stopPropagation(),kr())},kr=()=>{_e.value=!1},xr=()=>{var mr;(mr=V.value)==null||mr.focus()},yr=()=>{var mr;(mr=V.value)==null||mr.blur()},vr=async mr=>{y(INPUT_EVENT,mr[n.valueKey]),y(UPDATE_MODEL_EVENT,mr[n.valueKey]),y("select",mr),de.value=[],pe.value=-1},Rr=mr=>{if(!Ue.value||he.value)return;if(mr<0){pe.value=-1;return}mr>=de.value.length&&(mr=de.value.length-1);const gr=z.value.querySelector(`.${j.be("suggestion","wrap")}`),Hr=gr.querySelectorAll(`.${j.be("suggestion","list")} li`)[mr],Ur=gr.scrollTop,{offsetTop:zr,scrollHeight:Sr}=Hr;zr+Sr>Ur+gr.clientHeight&&(gr.scrollTop+=Sr),zr{Ue.value&&kr()});return onBeforeUnmount(()=>{Br==null||Br()}),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:yr,close:kr,highlight:Rr}),(mr,gr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popperRef",ref:re,visible:unref(Ue),placement:mr.placement,"fallback-placements":["bottom-start","top-start"],"popper-class":[unref(j).e("popper"),mr.popperClass],teleported:mr.teleported,"gpu-acceleration":!1,pure:"","manual-mode":"",effect:"light",trigger:"click",transition:`${unref(j).namespace.value}-zoom-in-top`,persistent:"",role:"listbox",onBeforeShow:Ve,onHide:qe},{content:withCtx(()=>[createBaseVNode("div",{ref_key:"regionRef",ref:z,class:normalizeClass([unref(j).b("suggestion"),unref(j).is("loading",unref(kt))]),style:normalizeStyle({[mr.fitInputWidth?"width":"minWidth"]:Ie.value,outline:"none"}),role:"region"},[createVNode(unref(ElScrollbar),{id:unref(Ne),tag:"ul","wrap-class":unref(j).be("suggestion","wrap"),"view-class":unref(j).be("suggestion","list"),role:"listbox"},{default:withCtx(()=>[unref(kt)?(openBlock(),createElementBlock("li",{key:0},[renderSlot(mr.$slots,"loading",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(j).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])])])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(de.value,(jr,Hr)=>(openBlock(),createElementBlock("li",{id:`${unref(Ne)}-item-${Hr}`,key:Hr,class:normalizeClass({highlighted:pe.value===Hr}),role:"option","aria-selected":pe.value===Hr,onClick:Ur=>vr(jr)},[renderSlot(mr.$slots,"default",{item:jr},()=>[createTextVNode(toDisplayString(jr[mr.valueKey]),1)])],10,["id","aria-selected","onClick"]))),128))]),_:3},8,["id","wrap-class","view-class"])],6)]),default:withCtx(()=>[createBaseVNode("div",{ref_key:"listboxRef",ref:ie,class:normalizeClass([unref(j).b(),mr.$attrs.class]),style:normalizeStyle(unref(Fe)),role:"combobox","aria-haspopup":"listbox","aria-expanded":unref(Ue),"aria-owns":unref(Ne)},[createVNode(unref(ElInput),mergeProps({ref_key:"inputRef",ref:V},unref(k),{clearable:mr.clearable,disabled:unref($),name:mr.name,"model-value":mr.modelValue,"aria-label":mr.ariaLabel,onInput:rr,onChange:nr,onFocus:ur,onBlur:cr,onClear:_r,onKeydown:[withKeys(withModifiers(jr=>Rr(pe.value-1),["prevent"]),["up"]),withKeys(withModifiers(jr=>Rr(pe.value+1),["prevent"]),["down"]),withKeys(hr,["enter"]),withKeys(kr,["tab"]),withKeys(Er,["esc"])],onMousedown:ar}),createSlots({_:2},[mr.$slots.prepend?{name:"prepend",fn:withCtx(()=>[renderSlot(mr.$slots,"prepend")])}:void 0,mr.$slots.append?{name:"append",fn:withCtx(()=>[renderSlot(mr.$slots,"append")])}:void 0,mr.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(mr.$slots,"prefix")])}:void 0,mr.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(mr.$slots,"suffix")])}:void 0]),1040,["clearable","disabled","name","model-value","aria-label","onKeydown"])],14,["aria-expanded","aria-owns"])]),_:3},8,["visible","placement","popper-class","teleported","transition"]))}});var Autocomplete=_export_sfc$1(_sfc_main$2D,[["__file","autocomplete.vue"]]);const ElAutocomplete=withInstall(Autocomplete),avatarProps=buildProps({size:{type:[Number,String],values:componentSizes,default:"",validator:e=>isNumber$3(e)},shape:{type:String,values:["circle","square"],default:"circle"},icon:{type:iconPropType},src:{type:String,default:""},alt:String,srcSet:String,fit:{type:definePropType(String),default:"cover"}}),avatarEmits={error:e=>e instanceof Event},__default__$1z=defineComponent({name:"ElAvatar"}),_sfc_main$2C=defineComponent({...__default__$1z,props:avatarProps,emits:avatarEmits,setup(e,{emit:t}){const y=e,n=useNamespace("avatar"),k=ref$1(!1),L=computed(()=>{const{size:z,icon:re,shape:ie}=y,oe=[n.b()];return isString$3(z)&&oe.push(n.m(z)),re&&oe.push(n.m("icon")),ie&&oe.push(n.m(ie)),oe}),$=computed(()=>{const{size:z}=y;return isNumber$3(z)?n.cssVarBlock({size:addUnit(z)||""}):void 0}),j=computed(()=>({objectFit:y.fit}));watch(()=>y.src,()=>k.value=!1);function V(z){k.value=!0,t("error",z)}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(L)),style:normalizeStyle(unref($))},[(z.src||z.srcSet)&&!k.value?(openBlock(),createElementBlock("img",{key:0,src:z.src,alt:z.alt,srcset:z.srcSet,style:normalizeStyle(unref(j)),onError:V},null,44,["src","alt","srcset"])):z.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(z.icon)))]),_:1})):renderSlot(z.$slots,"default",{key:2})],6))}});var Avatar=_export_sfc$1(_sfc_main$2C,[["__file","avatar.vue"]]);const ElAvatar=withInstall(Avatar),backtopProps={visibilityHeight:{type:Number,default:200},target:{type:String,default:""},right:{type:Number,default:40},bottom:{type:Number,default:40}},backtopEmits={click:e=>e instanceof MouseEvent},useBackTop=(e,t,y)=>{const n=shallowRef(),k=shallowRef(),L=ref$1(!1),$=()=>{n.value&&(L.value=n.value.scrollTop>=e.visibilityHeight)},j=z=>{var re;(re=n.value)==null||re.scrollTo({top:0,behavior:"smooth"}),t("click",z)},V=useThrottleFn($,300,!0);return useEventListener(k,"scroll",V),onMounted(()=>{var z;k.value=document,n.value=document.documentElement,e.target&&(n.value=(z=document.querySelector(e.target))!=null?z:void 0,n.value||throwError(y,`target does not exist: ${e.target}`),k.value=n.value),$()}),{visible:L,handleClick:j}},COMPONENT_NAME$h="ElBacktop",__default__$1y=defineComponent({name:COMPONENT_NAME$h}),_sfc_main$2B=defineComponent({...__default__$1y,props:backtopProps,emits:backtopEmits,setup(e,{emit:t}){const y=e,n=useNamespace("backtop"),{handleClick:k,visible:L}=useBackTop(y,t,COMPONENT_NAME$h),$=computed(()=>({right:`${y.right}px`,bottom:`${y.bottom}px`}));return(j,V)=>(openBlock(),createBlock(Transition,{name:`${unref(n).namespace.value}-fade-in`},{default:withCtx(()=>[unref(L)?(openBlock(),createElementBlock("div",{key:0,style:normalizeStyle(unref($)),class:normalizeClass(unref(n).b()),onClick:withModifiers(unref(k),["stop"])},[renderSlot(j.$slots,"default",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(n).e("icon"))},{default:withCtx(()=>[createVNode(unref(caret_top_default))]),_:1},8,["class"])])],14,["onClick"])):createCommentVNode("v-if",!0)]),_:3},8,["name"]))}});var Backtop=_export_sfc$1(_sfc_main$2B,[["__file","backtop.vue"]]);const ElBacktop=withInstall(Backtop),badgeProps=buildProps({value:{type:[String,Number],default:""},max:{type:Number,default:99},isDot:Boolean,hidden:Boolean,type:{type:String,values:["primary","success","warning","info","danger"],default:"danger"},showZero:{type:Boolean,default:!0},color:String,badgeStyle:{type:definePropType([String,Object,Array])},offset:{type:definePropType(Array),default:[0,0]},badgeClass:{type:String}}),__default__$1x=defineComponent({name:"ElBadge"}),_sfc_main$2A=defineComponent({...__default__$1x,props:badgeProps,setup(e,{expose:t}){const y=e,n=useNamespace("badge"),k=computed(()=>y.isDot?"":isNumber$3(y.value)&&isNumber$3(y.max)?y.max{var $,j,V,z,re;return[{backgroundColor:y.color,marginRight:addUnit(-((j=($=y.offset)==null?void 0:$[0])!=null?j:0)),marginTop:addUnit((z=(V=y.offset)==null?void 0:V[1])!=null?z:0)},(re=y.badgeStyle)!=null?re:{}]});return t({content:k}),($,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[renderSlot($.$slots,"default"),createVNode(Transition,{name:`${unref(n).namespace.value}-zoom-in-center`,persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("sup",{class:normalizeClass([unref(n).e("content"),unref(n).em("content",$.type),unref(n).is("fixed",!!$.$slots.default),unref(n).is("dot",$.isDot),$.badgeClass]),style:normalizeStyle(unref(L)),textContent:toDisplayString(unref(k))},null,14,["textContent"]),[[vShow,!$.hidden&&(unref(k)||$.isDot)]])]),_:1},8,["name"])],2))}});var Badge=_export_sfc$1(_sfc_main$2A,[["__file","badge.vue"]]);const ElBadge=withInstall(Badge),breadcrumbKey=Symbol("breadcrumbKey"),breadcrumbProps=buildProps({separator:{type:String,default:"/"},separatorIcon:{type:iconPropType}}),__default__$1w=defineComponent({name:"ElBreadcrumb"}),_sfc_main$2z=defineComponent({...__default__$1w,props:breadcrumbProps,setup(e){const t=e,{t:y}=useLocale(),n=useNamespace("breadcrumb"),k=ref$1();return provide(breadcrumbKey,t),onMounted(()=>{const L=k.value.querySelectorAll(`.${n.e("item")}`);L.length&&L[L.length-1].setAttribute("aria-current","page")}),(L,$)=>(openBlock(),createElementBlock("div",{ref_key:"breadcrumb",ref:k,class:normalizeClass(unref(n).b()),"aria-label":unref(y)("el.breadcrumb.label"),role:"navigation"},[renderSlot(L.$slots,"default")],10,["aria-label"]))}});var Breadcrumb=_export_sfc$1(_sfc_main$2z,[["__file","breadcrumb.vue"]]);const breadcrumbItemProps=buildProps({to:{type:definePropType([String,Object]),default:""},replace:Boolean}),__default__$1v=defineComponent({name:"ElBreadcrumbItem"}),_sfc_main$2y=defineComponent({...__default__$1v,props:breadcrumbItemProps,setup(e){const t=e,y=getCurrentInstance(),n=inject(breadcrumbKey,void 0),k=useNamespace("breadcrumb"),L=y.appContext.config.globalProperties.$router,$=ref$1(),j=()=>{!t.to||!L||(t.replace?L.replace(t.to):L.push(t.to))};return(V,z)=>{var re,ie;return openBlock(),createElementBlock("span",{class:normalizeClass(unref(k).e("item"))},[createBaseVNode("span",{ref_key:"link",ref:$,class:normalizeClass([unref(k).e("inner"),unref(k).is("link",!!V.to)]),role:"link",onClick:j},[renderSlot(V.$slots,"default")],2),(re=unref(n))!=null&&re.separatorIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("separator"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(n).separatorIcon)))]),_:1},8,["class"])):(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(k).e("separator")),role:"presentation"},toDisplayString((ie=unref(n))==null?void 0:ie.separator),3))],2)}}});var BreadcrumbItem=_export_sfc$1(_sfc_main$2y,[["__file","breadcrumb-item.vue"]]);const ElBreadcrumb=withInstall(Breadcrumb,{BreadcrumbItem}),ElBreadcrumbItem=withNoopInstall(BreadcrumbItem),buttonGroupContextKey=Symbol("buttonGroupContextKey"),useButton=(e,t)=>{useDeprecated({from:"type.text",replacement:"link",version:"3.0.0",scope:"props",ref:"https://element-plus.org/en-US/component/button.html#button-attributes"},computed(()=>e.type==="text"));const y=inject(buttonGroupContextKey,void 0),n=useGlobalConfig("button"),{form:k}=useFormItem(),L=useFormSize(computed(()=>y==null?void 0:y.size)),$=useFormDisabled(),j=ref$1(),V=useSlots(),z=computed(()=>e.type||(y==null?void 0:y.type)||""),re=computed(()=>{var de,pe,Ie;return(Ie=(pe=e.autoInsertSpace)!=null?pe:(de=n.value)==null?void 0:de.autoInsertSpace)!=null?Ie:!1}),ie=computed(()=>e.tag==="button"?{ariaDisabled:$.value||e.loading,disabled:$.value||e.loading,autofocus:e.autofocus,type:e.nativeType}:{}),oe=computed(()=>{var de;const pe=(de=V.default)==null?void 0:de.call(V);if(re.value&&(pe==null?void 0:pe.length)===1){const Ie=pe[0];if((Ie==null?void 0:Ie.type)===Text$1){const _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+(t1&&(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>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=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;${let n={},k=e.color;if(k){const L=k.match(/var\((.*?)\)/);L&&(k=window.getComputedStyle(window.document.documentElement).getPropertyValue(L[1]));const $=new TinyColor(k),j=e.dark?$.tint(20).toString():darken($,20);if(e.plain)n=y.cssVarBlock({"bg-color":e.dark?darken($,90):$.tint(90).toString(),"text-color":k,"border-color":e.dark?darken($,50):$.tint(50).toString(),"hover-text-color":`var(${y.cssVarName("color-white")})`,"hover-bg-color":k,"hover-border-color":k,"active-bg-color":j,"active-text-color":`var(${y.cssVarName("color-white")})`,"active-border-color":j}),t.value&&(n[y.cssVarBlockName("disabled-bg-color")]=e.dark?darken($,90):$.tint(90).toString(),n[y.cssVarBlockName("disabled-text-color")]=e.dark?darken($,50):$.tint(50).toString(),n[y.cssVarBlockName("disabled-border-color")]=e.dark?darken($,80):$.tint(80).toString());else{const V=e.dark?darken($,30):$.tint(30).toString(),z=$.isDark()?`var(${y.cssVarName("color-white")})`:`var(${y.cssVarName("color-black")})`;if(n=y.cssVarBlock({"bg-color":k,"text-color":z,"border-color":k,"hover-bg-color":V,"hover-text-color":z,"hover-border-color":V,"active-bg-color":j,"active-border-color":j}),t.value){const re=e.dark?darken($,50):$.tint(50).toString();n[y.cssVarBlockName("disabled-bg-color")]=re,n[y.cssVarBlockName("disabled-text-color")]=e.dark?"rgba(255, 255, 255, 0.5)":`var(${y.cssVarName("color-white")})`,n[y.cssVarBlockName("disabled-border-color")]=re}}}return n})}const __default__$1u=defineComponent({name:"ElButton"}),_sfc_main$2x=defineComponent({...__default__$1u,props:buttonProps,emits:buttonEmits,setup(e,{expose:t,emit:y}){const n=e,k=useButtonCustomStyle(n),L=useNamespace("button"),{_ref:$,_size:j,_type:V,_disabled:z,_props:re,shouldAddSpace:ie,handleClick:oe}=useButton(n,y),ue=computed(()=>[L.b(),L.m(V.value),L.m(j.value),L.is("disabled",z.value),L.is("loading",n.loading),L.is("plain",n.plain),L.is("round",n.round),L.is("circle",n.circle),L.is("text",n.text),L.is("link",n.link),L.is("has-bg",n.bg)]);return t({ref:$,size:j,type:V,disabled:z,shouldAddSpace:ie}),(de,pe)=>(openBlock(),createBlock(resolveDynamicComponent(de.tag),mergeProps({ref_key:"_ref",ref:$},unref(re),{class:unref(ue),style:unref(k),onClick:unref(oe)}),{default:withCtx(()=>[de.loading?(openBlock(),createElementBlock(Fragment,{key:0},[de.$slots.loading?renderSlot(de.$slots,"loading",{key:0}):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(L).is("loading"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(de.loadingIcon)))]),_:1},8,["class"]))],64)):de.icon||de.$slots.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[de.icon?(openBlock(),createBlock(resolveDynamicComponent(de.icon),{key:0})):renderSlot(de.$slots,"icon",{key:1})]),_:3})):createCommentVNode("v-if",!0),de.$slots.default?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass({[unref(L).em("text","expand")]:unref(ie)})},[renderSlot(de.$slots,"default")],2)):createCommentVNode("v-if",!0)]),_:3},16,["class","style","onClick"]))}});var Button=_export_sfc$1(_sfc_main$2x,[["__file","button.vue"]]);const buttonGroupProps={size:buttonProps.size,type:buttonProps.type},__default__$1t=defineComponent({name:"ElButtonGroup"}),_sfc_main$2w=defineComponent({...__default__$1t,props:buttonGroupProps,setup(e){const t=e;provide(buttonGroupContextKey,reactive({size:toRef$1(t,"size"),type:toRef$1(t,"type")}));const y=useNamespace("button");return(n,k)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(y).b("group"))},[renderSlot(n.$slots,"default")],2))}});var ButtonGroup=_export_sfc$1(_sfc_main$2w,[["__file","button-group.vue"]]);const ElButton=withInstall(Button,{ButtonGroup}),ElButtonGroup$1=withNoopInstall(ButtonGroup);var dayjs_min={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=1e3,n=6e4,k=36e5,L="millisecond",$="second",j="minute",V="hour",z="day",re="week",ie="month",oe="quarter",ue="year",de="date",pe="Invalid Date",Ie=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,_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),_r=ur%60;return(nr<=0?"+":"-")+he(cr,2,"0")+":"+he(_r,2,"0")},m:function ar(nr,ur){if(nr.date()1)return ar(Er[0])}else{var kr=nr.name;Ue[kr]=nr,_r=kr}return!cr&&_r&&(Fe=_r),_r||!cr&&Fe},qe=function(ar,nr){if(Et(ar))return ar.clone();var ur=typeof nr=="object"?nr:{};return ur.date=ar,ur.args=arguments,new tr(ur)},jt=Ne;jt.l=Ve,jt.i=Et,jt.w=function(ar,nr){return qe(ar,{locale:nr.$L,utc:nr.$u,x:nr.$x,$offset:nr.$offset})};var tr=function(){function ar(ur){this.$L=Ve(ur.locale,null,!0),this.parse(ur),this.$x=this.$x||ur.x||{},this[kt]=!0}var nr=ar.prototype;return nr.parse=function(ur){this.$d=function(cr){var _r=cr.date,hr=cr.utc;if(_r===null)return new Date(NaN);if(jt.u(_r))return new Date;if(_r instanceof Date)return new Date(_r);if(typeof _r=="string"&&!/Z$/i.test(_r)){var Er=_r.match(Ie);if(Er){var kr=Er[2]-1||0,xr=(Er[7]||"0").substring(0,3);return hr?new Date(Date.UTC(Er[1],kr,Er[3]||1,Er[4]||0,Er[5]||0,Er[6]||0,xr)):new Date(Er[1],kr,Er[3]||1,Er[4]||0,Er[5]||0,Er[6]||0,xr)}}return new Date(_r)}(ur),this.init()},nr.init=function(){var ur=this.$d;this.$y=ur.getFullYear(),this.$M=ur.getMonth(),this.$D=ur.getDate(),this.$W=ur.getDay(),this.$H=ur.getHours(),this.$m=ur.getMinutes(),this.$s=ur.getSeconds(),this.$ms=ur.getMilliseconds()},nr.$utils=function(){return jt},nr.isValid=function(){return this.$d.toString()!==pe},nr.isSame=function(ur,cr){var _r=qe(ur);return this.startOf(cr)<=_r&&_r<=this.endOf(cr)},nr.isAfter=function(ur,cr){return qe(ur)68?1900:2e3)},z=function(pe){return function(Ie){this[pe]=+Ie}},re=[/[+-]\d\d:?(\d\d)?|Z/,function(pe){(this.zone||(this.zone={})).offset=function(Ie){if(!Ie||Ie==="Z")return 0;var _e=Ie.match(/([+-]|\d\d)/g),Ce=60*_e[1]+(+_e[2]||0);return Ce===0?0:_e[0]==="+"?-Ce:Ce}(pe)}],ie=function(pe){var Ie=j[pe];return Ie&&(Ie.indexOf?Ie:Ie.s.concat(Ie.f))},oe=function(pe,Ie){var _e,Ce=j.meridiem;if(Ce){for(var he=1;he<=24;he+=1)if(pe.indexOf(Ce(he,0,Ie))>-1){_e=he>12;break}}else _e=pe===(Ie?"pm":"PM");return _e},ue={A:[$,function(pe){this.afternoon=oe(pe,!1)}],a:[$,function(pe){this.afternoon=oe(pe,!0)}],S:[/\d/,function(pe){this.milliseconds=100*+pe}],SS:[k,function(pe){this.milliseconds=10*+pe}],SSS:[/\d{3}/,function(pe){this.milliseconds=+pe}],s:[L,z("seconds")],ss:[L,z("seconds")],m:[L,z("minutes")],mm:[L,z("minutes")],H:[L,z("hours")],h:[L,z("hours")],HH:[L,z("hours")],hh:[L,z("hours")],D:[L,z("day")],DD:[k,z("day")],Do:[$,function(pe){var Ie=j.ordinal,_e=pe.match(/\d+/);if(this.day=_e[0],Ie)for(var Ce=1;Ce<=31;Ce+=1)Ie(Ce).replace(/\[|\]/g,"")===pe&&(this.day=Ce)}],M:[L,z("month")],MM:[k,z("month")],MMM:[$,function(pe){var Ie=ie("months"),_e=(ie("monthsShort")||Ie.map(function(Ce){return Ce.slice(0,3)})).indexOf(pe)+1;if(_e<1)throw new Error;this.month=_e%12||_e}],MMMM:[$,function(pe){var Ie=ie("months").indexOf(pe)+1;if(Ie<1)throw new Error;this.month=Ie%12||Ie}],Y:[/[+-]?\d+/,z("year")],YY:[k,function(pe){this.year=V(pe)}],YYYY:[/\d{4}/,z("year")],Z:re,ZZ:re};function de(pe){var Ie,_e;Ie=pe,_e=j&&j.formats;for(var Ce=(pe=Ie.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(Ve,qe,jt){var tr=jt&&jt.toUpperCase();return qe||_e[jt]||y[jt]||_e[tr].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(rr,ar,nr){return ar||nr.slice(1)})})).match(n),he=Ce.length,Ne=0;Ne-1)return new Date((cr==="X"?1e3:1)*ur);var hr=de(cr)(ur),Er=hr.year,kr=hr.month,xr=hr.day,yr=hr.hours,vr=hr.minutes,Rr=hr.seconds,Br=hr.milliseconds,mr=hr.zone,gr=new Date,jr=xr||(Er||kr?1:gr.getDate()),Hr=Er||gr.getFullYear(),Ur=0;Er&&!kr||(Ur=kr>0?kr-1:gr.getMonth());var zr=yr||0,Sr=vr||0,Tr=Rr||0,Mr=Br||0;return mr?new Date(Date.UTC(Hr,Ur,jr,zr,Sr,Tr,Mr+60*mr.offset*1e3)):_r?new Date(Date.UTC(Hr,Ur,jr,zr,Sr,Tr,Mr)):new Date(Hr,Ur,jr,zr,Sr,Tr,Mr)}catch{return new Date("")}}(Fe,Et,Ue),this.init(),tr&&tr!==!0&&(this.$L=this.locale(tr).$L),jt&&Fe!=this.format(Et)&&(this.$d=new Date("")),j={}}else if(Et instanceof Array)for(var rr=Et.length,ar=1;ar<=rr;ar+=1){kt[1]=Et[ar-1];var nr=_e.apply(this,kt);if(nr.isValid()){this.$d=nr.$d,this.$L=nr.$L,this.init();break}ar===rr&&(this.$d=new Date(""))}else he.call(this,Ne)}}})})(customParseFormat$1);var customParseFormatExports=customParseFormat$1.exports;const customParseFormat=getDefaultExportFromCjs(customParseFormatExports),timeUnits$1=["hours","minutes","seconds"],DEFAULT_FORMATS_TIME="HH:mm:ss",DEFAULT_FORMATS_DATE="YYYY-MM-DD",DEFAULT_FORMATS_DATEPICKER={date:DEFAULT_FORMATS_DATE,dates:DEFAULT_FORMATS_DATE,week:"gggg[w]ww",year:"YYYY",years:"YYYY",month:"YYYY-MM",months:"YYYY-MM",datetime:`${DEFAULT_FORMATS_DATE} ${DEFAULT_FORMATS_TIME}`,monthrange:"YYYY-MM",yearrange:"YYYY",daterange:DEFAULT_FORMATS_DATE,datetimerange:`${DEFAULT_FORMATS_DATE} ${DEFAULT_FORMATS_TIME}`},buildTimeList=(e,t)=>[e>0?e-1:void 0,e,eArray.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({})},modelValue:{type:definePropType([Date,Array,String,Number]),default:""},rangeSeparator:{type:String,default:"-"},startPlaceholder:String,endPlaceholder:String,defaultValue:{type:definePropType([Date,Array])},defaultTime:{type:definePropType([Date,Array])},isRange:Boolean,...disabledTimeListsProps,disabledDate:{type:Function},cellClassName:{type:Function},shortcuts:{type:Array,default:()=>[]},arrowControl:Boolean,tabindex:{type:definePropType([String,Number]),default:0},validateEvent:{type:Boolean,default:!0},unlinkPanels:Boolean,...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),__default__$1s=defineComponent({name:"Picker"}),_sfc_main$2v=defineComponent({...__default__$1s,props:timePickerDefaultProps,emits:["update:modelValue","change","focus","blur","clear","calendar-change","panel-change","visible-change","keydown"],setup(e,{expose:t,emit:y}){const n=e,k=useAttrs$1(),{lang:L}=useLocale(),$=useNamespace("date"),j=useNamespace("input"),V=useNamespace("range"),{form:z,formItem:re}=useFormItem(),ie=inject("ElPopperOptions",{}),{valueOnClear:oe}=useEmptyValues(n,null),ue=ref$1(),de=ref$1(),pe=ref$1(!1),Ie=ref$1(!1),_e=ref$1(null);let Ce=!1,he=!1;const Ne=computed(()=>[$.b("editor"),$.bm("editor",n.type),j.e("wrapper"),$.is("disabled",yr.value),$.is("active",pe.value),V.b("editor"),Kr?V.bm("editor",Kr.value):"",k.class]),Fe=computed(()=>[j.e("icon"),V.e("close-icon"),zr.value?"":V.e("close-icon--hidden")]);watch(pe,Hi=>{Hi?nextTick$1(()=>{Hi&&(_e.value=n.modelValue)}):(Qr.value=null,nextTick$1(()=>{Ue(n.modelValue)}))});const Ue=(Hi,na)=>{(na||!valueEquals(Hi,_e.value))&&(y("change",Hi),n.validateEvent&&(re==null||re.validate("change").catch(Ma=>void 0)))},kt=Hi=>{if(!valueEquals(n.modelValue,Hi)){let na;isArray$2(Hi)?na=Hi.map(Ma=>formatter(Ma,n.valueFormat,L.value)):Hi&&(na=formatter(Hi,n.valueFormat,L.value)),y("update:modelValue",Hi&&na,L.value)}},Et=Hi=>{y("keydown",Hi)},Ve=computed(()=>{if(de.value){const Hi=Dr.value?de.value:de.value.$el;return Array.from(Hi.querySelectorAll("input"))}return[]}),qe=(Hi,na,Ma)=>{const Ns=Ve.value;Ns.length&&(!Ma||Ma==="min"?(Ns[0].setSelectionRange(Hi,na),Ns[0].focus()):Ma==="max"&&(Ns[1].setSelectionRange(Hi,na),Ns[1].focus()))},jt=()=>{hr(!0,!0),nextTick$1(()=>{he=!1})},tr=(Hi="",na=!1)=>{na||(he=!0),pe.value=na;let Ma;isArray$2(Hi)?Ma=Hi.map(Ns=>Ns.toDate()):Ma=Hi&&Hi.toDate(),Qr.value=null,kt(Ma)},rr=()=>{Ie.value=!0},ar=()=>{y("visible-change",!0)},nr=Hi=>{(Hi==null?void 0:Hi.key)===EVENT_CODE.esc&&hr(!0,!0)},ur=()=>{Ie.value=!1,pe.value=!1,he=!1,y("visible-change",!1)},cr=()=>{pe.value=!0},_r=()=>{pe.value=!1},hr=(Hi=!0,na=!1)=>{he=na;const[Ma,Ns]=unref(Ve);let cs=Ma;!Hi&&Dr.value&&(cs=Ns),cs&&cs.focus()},Er=Hi=>{n.readonly||yr.value||pe.value||he||(pe.value=!0,y("focus",Hi))};let kr;const xr=Hi=>{const na=async()=>{setTimeout(()=>{var Ma;kr===na&&(!((Ma=ue.value)!=null&&Ma.isFocusInsideContent()&&!Ce)&&Ve.value.filter(Ns=>Ns.contains(document.activeElement)).length===0&&(ca(),pe.value=!1,y("blur",Hi),n.validateEvent&&(re==null||re.validate("blur").catch(Ns=>void 0))),Ce=!1)},0)};kr=na,na()},yr=computed(()=>n.disabled||(z==null?void 0:z.disabled)),vr=computed(()=>{let Hi;if(Tr.value?Sa.value.getDefaultValue&&(Hi=Sa.value.getDefaultValue()):isArray$2(n.modelValue)?Hi=n.modelValue.map(na=>parseDate(na,n.valueFormat,L.value)):Hi=parseDate(n.modelValue,n.valueFormat,L.value),Sa.value.getRangeAvailableTime){const na=Sa.value.getRangeAvailableTime(Hi);isEqual$1(na,Hi)||(Hi=na,kt(isArray$2(Hi)?Hi.map(Ma=>Ma.toDate()):Hi.toDate()))}return isArray$2(Hi)&&Hi.some(na=>!na)&&(Hi=[]),Hi}),Rr=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:!mr.value&&Tr.value||!pe.value&&Tr.value?"":Hi?gr.value||jr.value||Hr.value?Hi.join(", "):Hi:""}),Br=computed(()=>n.type.includes("time")),mr=computed(()=>n.type.startsWith("time")),gr=computed(()=>n.type==="dates"),jr=computed(()=>n.type==="months"),Hr=computed(()=>n.type==="years"),Ur=computed(()=>n.prefixIcon||(Br.value?clock_default:calendar_default)),zr=ref$1(!1),Sr=Hi=>{n.readonly||yr.value||(zr.value&&(Hi.stopPropagation(),jt(),Sa.value.handleClear?Sa.value.handleClear():kt(oe.value),Ue(oe.value,!0),zr.value=!1,pe.value=!1),y("clear"))},Tr=computed(()=>{const{modelValue:Hi}=n;return!Hi||isArray$2(Hi)&&!Hi.filter(Boolean).length}),Mr=async Hi=>{var na;n.readonly||yr.value||(((na=Hi.target)==null?void 0:na.tagName)!=="INPUT"||Ve.value.includes(document.activeElement))&&(pe.value=!0)},br=()=>{n.readonly||yr.value||!Tr.value&&n.clearable&&(zr.value=!0)},Cr=()=>{zr.value=!1},Ir=Hi=>{var na;n.readonly||yr.value||(((na=Hi.touches[0].target)==null?void 0:na.tagName)!=="INPUT"||Ve.value.includes(document.activeElement))&&(pe.value=!0)},Dr=computed(()=>n.type.includes("range")),Kr=useFormSize(),Wr=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(Dr)?unref(de):(Hi=unref(de))==null?void 0:Hi.$el}),Fr=onClickOutside(Nr,Hi=>{const na=unref(Wr),Ma=unref(Nr);na&&(Hi.target===na||Hi.composedPath().includes(na))||Hi.target===Ma||Hi.composedPath().includes(Ma)||(pe.value=!1)});onBeforeUnmount(()=>{Fr==null||Fr()});const Qr=ref$1(null),ca=()=>{if(Qr.value){const Hi=Po(Rr.value);Hi&&Go(Hi)&&(kt(isArray$2(Hi)?Hi.map(na=>na.toDate()):Hi.toDate()),Qr.value=null)}Qr.value===""&&(kt(oe.value),Ue(oe.value),Qr.value=null)},Po=Hi=>Hi?Sa.value.parseUserInput(Hi):null,Wa=Hi=>Hi?Sa.value.formatToString(Hi):null,Go=Hi=>Sa.value.isValidValue(Hi),us=async Hi=>{if(n.readonly||yr.value)return;const{code:na}=Hi;if(Et(Hi),na===EVENT_CODE.esc){pe.value===!0&&(pe.value=!1,Hi.preventDefault(),Hi.stopPropagation());return}if(na===EVENT_CODE.down&&(Sa.value.handleFocusPicker&&(Hi.preventDefault(),Hi.stopPropagation()),pe.value===!1&&(pe.value=!0,await nextTick$1()),Sa.value.handleFocusPicker)){Sa.value.handleFocusPicker();return}if(na===EVENT_CODE.tab){Ce=!0;return}if(na===EVENT_CODE.enter||na===EVENT_CODE.numpadEnter){(Qr.value===null||Qr.value===""||Go(Po(Rr.value)))&&(ca(),pe.value=!1),Hi.stopPropagation();return}if(Qr.value){Hi.stopPropagation();return}Sa.value.handleKeydownInput&&Sa.value.handleKeydownInput(Hi)},Kn=Hi=>{Qr.value=Hi,pe.value||(pe.value=!0)},Gr=Hi=>{const na=Hi.target;Qr.value?Qr.value=[na.value,Qr.value[1]]:Qr.value=[na.value,null]},Ar=Hi=>{const na=Hi.target;Qr.value?Qr.value=[Qr.value[0],na.value]:Qr.value=[null,na.value]},On=()=>{var Hi;const na=Qr.value,Ma=Po(na&&na[0]),Ns=unref(vr);if(Ma&&Ma.isValid()){Qr.value=[Wa(Ma),((Hi=Rr.value)==null?void 0:Hi[1])||null];const cs=[Ma,Ns&&(Ns[1]||null)];Go(cs)&&(kt(cs),Qr.value=null)}},kn=()=>{var Hi;const na=unref(Qr),Ma=Po(na&&na[1]),Ns=unref(vr);if(Ma&&Ma.isValid()){Qr.value=[((Hi=unref(Rr))==null?void 0:Hi[0])||null,Wa(Ma)];const cs=[Ns&&Ns[0],Ma];Go(cs)&&(kt(cs),Qr.value=null)}},Sa=ref$1({}),sa=Hi=>{Sa.value[Hi[0]]=Hi[1],Sa.value.panelReady=!0},qa=Hi=>{y("calendar-change",Hi)},To=(Hi,na,Ma)=>{y("panel-change",Hi,na,Ma)};return provide("EP_PICKER_BASE",{props:n}),t({focus:hr,handleFocusInput:Er,handleBlurInput:xr,handleOpen:cr,handleClose:_r,onPick:tr}),(Hi,na)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"refPopper",ref:ue,visible:pe.value,effect:"light",pure:"",trigger:"click"},Hi.$attrs,{role:"dialog",teleported:"",transition:`${unref($).namespace.value}-zoom-in-top`,"popper-class":[`${unref($).namespace.value}-picker__popper`,Hi.popperClass],"popper-options":unref(ie),"fallback-placements":["bottom","top","right","left"],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"hide-after":0,persistent:"",onBeforeShow:rr,onShow:ar,onHide:ur}),{default:withCtx(()=>[unref(Dr)?(openBlock(),createElementBlock("div",{key:1,ref_key:"inputRef",ref:de,class:normalizeClass(unref(Ne)),style:normalizeStyle(Hi.$attrs.style),onClick:Er,onMouseenter:br,onMouseleave:Cr,onTouchstartPassive:Ir,onKeydown:us},[unref(Ur)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(j).e("icon"),unref(V).e("icon")]),onMousedown:withModifiers(Mr,["prevent"]),onTouchstartPassive:Ir},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ur))))]),_: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(Rr)&&unref(Rr)[0],disabled:unref(yr),readonly:!Hi.editable||Hi.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Mr,onInput:Gr,onChange:On,onFocus:Er,onBlur:xr},null,42,["id","name","placeholder","value","disabled","readonly"]),renderSlot(Hi.$slots,"range-separator",{},()=>[createBaseVNode("span",{class:normalizeClass(unref(V).b("separator"))},toDisplayString(Hi.rangeSeparator),3)]),createBaseVNode("input",{id:Hi.id&&Hi.id[1],autocomplete:"off",name:Hi.name&&Hi.name[1],placeholder:Hi.endPlaceholder,value:unref(Rr)&&unref(Rr)[1],disabled:unref(yr),readonly:!Hi.editable||Hi.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Mr,onFocus:Er,onBlur:xr,onInput:Ar,onChange:kn},null,42,["id","name","placeholder","value","disabled","readonly"]),Hi.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(Fe)),onClick:Sr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Hi.clearIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],38)):(openBlock(),createBlock(unref(ElInput),{key:0,id:Hi.id,ref_key:"inputRef",ref:de,"container-role":"combobox","model-value":unref(Rr),name:Hi.name,size:unref(Kr),disabled:unref(yr),placeholder:Hi.placeholder,class:normalizeClass([unref($).b("editor"),unref($).bm("editor",Hi.type),Hi.$attrs.class]),style:normalizeStyle(Hi.$attrs.style),readonly:!Hi.editable||Hi.readonly||unref(gr)||unref(jr)||unref(Hr)||Hi.type==="week","aria-label":Hi.ariaLabel,tabindex:Hi.tabindex,"validate-event":!1,onInput:Kn,onFocus:Er,onBlur:xr,onKeydown:us,onChange:ca,onMousedown:Mr,onMouseenter:br,onMouseleave:Cr,onTouchstartPassive:Ir,onClick:withModifiers(()=>{},["stop"])},{prefix:withCtx(()=>[unref(Ur)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(j).e("icon")),onMousedown:withModifiers(Mr,["prevent"]),onTouchstartPassive:Ir},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ur))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),suffix:withCtx(()=>[zr.value&&Hi.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(`${unref(j).e("icon")} clear-icon`),onClick:withModifiers(Sr,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Hi.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)]),_:1},8,["id","model-value","name","size","disabled","placeholder","class","style","readonly","aria-label","tabindex","onKeydown","onClick"]))]),content:withCtx(()=>[renderSlot(Hi.$slots,"default",{visible:pe.value,actualVisible:Ie.value,parsedValue:unref(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$2v,[["__file","picker.vue"]]);const panelTimePickerProps=buildProps({...timePanelSharedProps,datetimeRole:String,parsedValue:{type:definePropType(Object)}}),useTimePanel=({getAvailableHours:e,getAvailableMinutes:t,getAvailableSeconds:y})=>{const n=($,j,V,z)=>{const re={hour:e,minute:t,second:y};let ie=$;return["hour","minute","second"].forEach(oe=>{if(re[oe]){let ue;const de=re[oe];switch(oe){case"minute":{ue=de(ie.hour(),j,z);break}case"second":{ue=de(ie.hour(),ie.minute(),j,z);break}default:{ue=de(j,z);break}}if(ue!=null&&ue.length&&!ue.includes(ie[oe]())){const pe=V?0:ue.length-1;ie=ie[oe](ue[pe])}}}),ie},k={};return{timePickerOptions:k,getAvailableTime:n,onSetOption:([$,j])=>{k[$]=j}}},makeAvailableArr=e=>{const t=(n,k)=>n||k,y=n=>n!==!0;return e.map(t).filter(y)},getTimeLists=(e,t,y)=>({getHoursList:($,j)=>makeList(24,e&&(()=>e==null?void 0:e($,j))),getMinutesList:($,j,V)=>makeList(60,t&&(()=>t==null?void 0:t($,j,V))),getSecondsList:($,j,V,z)=>makeList(60,y&&(()=>y==null?void 0:y($,j,V,z)))}),buildAvailableTimeSlotGetter=(e,t,y)=>{const{getHoursList:n,getMinutesList:k,getSecondsList:L}=getTimeLists(e,t,y);return{getAvailableHours:(z,re)=>makeAvailableArr(n(z,re)),getAvailableMinutes:(z,re,ie)=>makeAvailableArr(k(z,re,ie)),getAvailableSeconds:(z,re,ie,oe)=>makeAvailableArr(L(z,re,ie,oe))}},useOldValue=e=>{const t=ref$1(e.parsedValue);return watch(()=>e.visible,y=>{y||(t.value=e.parsedValue)}),t},nodeList=new Map;if(isClient){let e;document.addEventListener("mousedown",t=>e=t),document.addEventListener("mouseup",t=>{if(e){for(const y of nodeList.values())for(const{documentHandler:n}of y)n(t,e);e=void 0}})}function createDocumentHandler(e,t){let y=[];return Array.isArray(t.arg)?y=t.arg:isElement$2(t.arg)&&y.push(t.arg),function(n,k){const L=t.instance.popperRef,$=n.target,j=k==null?void 0:k.target,V=!t||!t.instance,z=!$||!j,re=e.contains($)||e.contains(j),ie=e===$,oe=y.length&&y.some(de=>de==null?void 0:de.contains($))||y.length&&y.includes(j),ue=L&&(L.contains($)||L.contains(j));V||z||re||ie||oe||ue||t.value(n,k)}}const ClickOutside={beforeMount(e,t){nodeList.has(e)||nodeList.set(e,[]),nodeList.get(e).push({documentHandler:createDocumentHandler(e,t),bindingFn:t.value})},updated(e,t){nodeList.has(e)||nodeList.set(e,[]);const y=nodeList.get(e),n=y.findIndex(L=>L.bindingFn===t.oldValue),k={documentHandler:createDocumentHandler(e,t),bindingFn:t.value};n>=0?y.splice(n,1,k):y.push(k)},unmounted(e){nodeList.delete(e)}},REPEAT_INTERVAL=100,REPEAT_DELAY=600,vRepeatClick={beforeMount(e,t){const y=t.value,{interval:n=REPEAT_INTERVAL,delay:k=REPEAT_DELAY}=isFunction$4(y)?{}:y;let L,$;const j=()=>isFunction$4(y)?y():y.handler(),V=()=>{$&&(clearTimeout($),$=void 0),L&&(clearInterval(L),L=void 0)};e.addEventListener("mousedown",z=>{z.button===0&&(V(),j(),document.addEventListener("mouseup",()=>V(),{once:!0}),$=setTimeout(()=>{L=setInterval(()=>{j()},n)},k))})}},FOCUSABLE_CHILDREN="_trap-focus-children",FOCUS_STACK=[],FOCUS_HANDLER=e=>{if(FOCUS_STACK.length===0)return;const t=FOCUS_STACK[FOCUS_STACK.length-1][FOCUSABLE_CHILDREN];if(t.length>0&&e.code===EVENT_CODE.tab){if(t.length===1){e.preventDefault(),document.activeElement!==t[0]&&t[0].focus();return}const y=e.shiftKey,n=e.target===t[0],k=e.target===t[t.length-1];n&&y&&(e.preventDefault(),t[t.length-1].focus()),k&&!y&&(e.preventDefault(),t[0].focus())}},TrapFocus={beforeMount(e){e[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(e),FOCUS_STACK.push(e),FOCUS_STACK.length<=1&&document.addEventListener("keydown",FOCUS_HANDLER)},updated(e){nextTick$1(()=>{e[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(e)})},unmounted(){FOCUS_STACK.shift(),FOCUS_STACK.length===0&&document.removeEventListener("keydown",FOCUS_HANDLER)}};var v=!1,o,f,s,u,d,N,l,p,m,w,D$1,x,E,M,F;function a(){if(!v){v=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),y=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(x=/\b(iPhone|iP[ao]d)/.exec(e),E=/\b(iP[ao]d)/.exec(e),w=/Android/i.exec(e),M=/FBAN\/\w+;/i.exec(e),F=/Mobile/i.exec(e),D$1=!!/Win64/.exec(e),t){o=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,o&&document&&document.documentMode&&(o=document.documentMode);var n=/(?:Trident\/(\d+.\d+))/.exec(e);N=n?parseFloat(n[1])+4:o,f=t[2]?parseFloat(t[2]):NaN,s=t[3]?parseFloat(t[3]):NaN,u=t[4]?parseFloat(t[4]):NaN,u?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),d=t&&t[1]?parseFloat(t[1]):NaN):d=NaN}else o=f=s=d=u=NaN;if(y){if(y[1]){var k=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=k?parseFloat(k[1].replace("_",".")):!0}else l=!1;p=!!y[2],m=!!y[3]}else l=p=m=!1}}var _$1={ie:function(){return a()||o},ieCompatibilityMode:function(){return a()||N>o},ie64:function(){return _$1.ie()&&D$1},firefox:function(){return a()||f},opera:function(){return a()||s},webkit:function(){return a()||u},safari:function(){return _$1.webkit()},chrome:function(){return a()||d},windows:function(){return a()||p},osx:function(){return a()||l},linux:function(){return a()||m},iphone:function(){return a()||x},mobile:function(){return a()||x||E||w||F},nativeApp:function(){return a()||M},android:function(){return a()||w},ipad:function(){return a()||E}},A=_$1,c=!!(typeof window<"u"&&window.document&&window.document.createElement),U={canUseDOM:c,canUseWorkers:typeof Worker<"u",canUseEventListeners:c&&!!(window.addEventListener||window.attachEvent),canUseViewport:c&&!!window.screen,isInWorker:!c},h=U,X;h.canUseDOM&&(X=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);function S$1(e,t){if(!h.canUseDOM||t&&!("addEventListener"in document))return!1;var y="on"+e,n=y in document;if(!n){var k=document.createElement("div");k.setAttribute(y,"return;"),n=typeof k[y]=="function"}return!n&&X&&e==="wheel"&&(n=document.implementation.hasFeature("Events.wheel","3.0")),n}var b=S$1,O$1=10,I=40,P=800;function T$2(e){var t=0,y=0,n=0,k=0;return"detail"in e&&(y=e.detail),"wheelDelta"in e&&(y=-e.wheelDelta/120),"wheelDeltaY"in e&&(y=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=y,y=0),n=t*O$1,k=y*O$1,"deltaY"in e&&(k=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||k)&&e.deltaMode&&(e.deltaMode==1?(n*=I,k*=I):(n*=P,k*=P)),n&&!t&&(t=n<1?-1:1),k&&!y&&(y=k<1?-1:1),{spinX:t,spinY:y,pixelX:n,pixelY:k}}T$2.getEventType=function(){return A.firefox()?"DOMMouseScroll":b("wheel")?"wheel":"mousewheel"};var Y=T$2;/** * Checks if an event is supported in the current execution environment. * * NOTE: This will not work correctly for non-generic events such as `change`, @@ -117,27 +117,27 @@ b`.split(/\n/).length!=3?function(rr){for(var fr=0,vr=[],Er=rr.length;fr<=Er;){v * @return {boolean} True if the event is supported. * @internal * @license Modernizr 3.0.0pre (Custom Build) | MIT -*/const mousewheel=function(e,t){if(e&&e.addEventListener){const y=function(n){const $=Y(n);t&&Reflect.apply(t,this,[n,$])};e.addEventListener("wheel",y,{passive:!0})}},Mousewheel={beforeMount(e,t){mousewheel(e,t.value)}},basicTimeSpinnerProps=buildProps({role:{type:String,required:!0},spinnerDate:{type:definePropType(Object),required:!0},showSeconds:{type:Boolean,default:!0},arrowControl:Boolean,amPmMode:{type:definePropType(String),default:""},...disabledTimeListsProps}),_sfc_main$2u=defineComponent({__name:"basic-time-spinner",props:basicTimeSpinnerProps,emits:["change","select-range","set-option"],setup(e,{emit:t}){const y=e,n=useNamespace("time"),{getHoursList:$,getMinutesList:k,getSecondsList:L}=getTimeLists(y.disabledHours,y.disabledMinutes,y.disabledSeconds);let j=!1;const V=ref$1(),z=ref$1(),re=ref$1(),oe=ref$1(),ue={hours:z,minutes:re,seconds:oe},de=computed(()=>y.showSeconds?timeUnits$1:timeUnits$1.slice(0,2)),_e=computed(()=>{const{spinnerDate:kt}=y,he=kt.hour(),tr=kt.minute(),gr=kt.second();return{hours:he,minutes:tr,seconds:gr}}),Ne=computed(()=>{const{hours:kt,minutes:he}=unref(_e);return{hours:$(y.role),minutes:k(kt,y.role),seconds:L(kt,he,y.role)}}),Ue=computed(()=>{const{hours:kt,minutes:he,seconds:tr}=unref(_e);return{hours:buildTimeList(kt,23),minutes:buildTimeList(he,59),seconds:buildTimeList(tr,59)}}),$e=debounce(kt=>{j=!1,qe(kt)},200),Ve=kt=>{if(!!!y.amPmMode)return"";const tr=y.amPmMode==="A";let gr=kt<12?" am":" pm";return tr&&(gr=gr.toUpperCase()),gr},Fe=kt=>{let he;switch(kt){case"hours":he=[0,2];break;case"minutes":he=[3,5];break;case"seconds":he=[6,8];break}const[tr,gr]=he;t("select-range",tr,gr),V.value=kt},qe=kt=>{dr(kt,unref(_e)[kt])},er=()=>{qe("hours"),qe("minutes"),qe("seconds")},ir=kt=>kt.querySelector(`.${n.namespace.value}-scrollbar__wrap`),dr=(kt,he)=>{if(y.arrowControl)return;const tr=unref(ue[kt]);tr&&tr.$el&&(ir(tr.$el).scrollTop=Math.max(0,he*cr(kt)))},cr=kt=>{const he=unref(ue[kt]),tr=he==null?void 0:he.$el.querySelector("li");return tr&&Number.parseFloat(getStyle(tr,"height"))||0},nr=()=>{Et(1)},lr=()=>{Et(-1)},Et=kt=>{V.value||Fe("hours");const he=V.value,tr=unref(_e)[he],gr=V.value==="hours"?24:60,_r=ie(he,tr,kt,gr);pe(he,_r),dr(he,_r),nextTick$3(()=>Fe(he))},ie=(kt,he,tr,gr)=>{let _r=(he+tr+gr)%gr;const yr=unref(Ne)[kt];for(;yr[_r]&&_r!==he;)_r=(_r+tr+gr)%gr;return _r},pe=(kt,he)=>{if(unref(Ne)[kt][he])return;const{hours:_r,minutes:yr,seconds:xr}=unref(_e);let Nr;switch(kt){case"hours":Nr=y.spinnerDate.hour(he).minute(yr).second(xr);break;case"minutes":Nr=y.spinnerDate.hour(_r).minute(he).second(xr);break;case"seconds":Nr=y.spinnerDate.hour(_r).minute(yr).second(he);break}t("change",Nr)},Ce=(kt,{value:he,disabled:tr})=>{tr||(pe(kt,he),Fe(kt),dr(kt,he))},Ie=kt=>{j=!0,$e(kt);const he=Math.min(Math.round((ir(unref(ue[kt]).$el).scrollTop-(jt(kt)*.5-10)/cr(kt)+3)/cr(kt)),kt==="hours"?23:59);pe(kt,he)},jt=kt=>unref(ue[kt]).$el.offsetHeight,ar=()=>{const kt=he=>{const tr=unref(ue[he]);tr&&tr.$el&&(ir(tr.$el).onscroll=()=>{Ie(he)})};kt("hours"),kt("minutes"),kt("seconds")};onMounted(()=>{nextTick$3(()=>{!y.arrowControl&&ar(),er(),y.role==="start"&&Fe("hours")})});const ur=(kt,he)=>{ue[he].value=kt};return t("set-option",[`${y.role}_scrollDown`,Et]),t("set-option",[`${y.role}_emitSelectRange`,Fe]),watch(()=>y.spinnerDate,()=>{j||er()}),(kt,he)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("spinner"),{"has-seconds":kt.showSeconds}])},[kt.arrowControl?createCommentVNode("v-if",!0):(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(unref(de),tr=>(openBlock(),createBlock(unref(ElScrollbar),{key:tr,ref_for:!0,ref:gr=>ur(gr,tr),class:normalizeClass(unref(n).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":unref(n).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:gr=>Fe(tr),onMousemove:gr=>qe(tr)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ne)[tr],(gr,_r)=>(openBlock(),createElementBlock("li",{key:_r,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",_r===unref(_e)[tr]),unref(n).is("disabled",gr)]),onClick:yr=>Ce(tr,{value:_r,disabled:gr})},[tr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(kt.amPmMode?_r%12||12:_r)).slice(-2))+toDisplayString(Ve(_r)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+_r).slice(-2)),1)],64))],10,["onClick"]))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),kt.arrowControl?(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(de),tr=>(openBlock(),createElementBlock("div",{key:tr,class:normalizeClass([unref(n).be("spinner","wrapper"),unref(n).is("arrow")]),onMouseenter:gr=>Fe(tr)},[withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-up",unref(n).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_up_default))]),_:1},8,["class"])),[[unref(vRepeatClick),lr]]),withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-down",unref(n).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"])),[[unref(vRepeatClick),nr]]),createBaseVNode("ul",{class:normalizeClass(unref(n).be("spinner","list"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ue)[tr],(gr,_r)=>(openBlock(),createElementBlock("li",{key:_r,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",gr===unref(_e)[tr]),unref(n).is("disabled",unref(Ne)[tr][gr])])},[typeof gr=="number"?(openBlock(),createElementBlock(Fragment,{key:0},[tr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(kt.amPmMode?gr%12||12:gr)).slice(-2))+toDisplayString(Ve(gr)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+gr).slice(-2)),1)],64))],64)):createCommentVNode("v-if",!0)],2))),128))],2)],42,["onMouseenter"]))),128)):createCommentVNode("v-if",!0)],2))}});var TimeSpinner=_export_sfc$1(_sfc_main$2u,[["__file","basic-time-spinner.vue"]]);const _sfc_main$2t=defineComponent({__name:"panel-time-pick",props:panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(e,{emit:t}){const y=e,n=inject("EP_PICKER_BASE"),{arrowControl:$,disabledHours:k,disabledMinutes:L,disabledSeconds:j,defaultValue:V}=n.props,{getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:oe}=buildAvailableTimeSlotGetter(k,L,j),ue=useNamespace("time"),{t:de,lang:_e}=useLocale(),Ne=ref$1([0,2]),Ue=useOldValue(y),$e=computed(()=>isUndefined$2(y.actualVisible)?`${ue.namespace.value}-zoom-in-top`:""),Ve=computed(()=>y.format.includes("ss")),Fe=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),qe=ur=>{const kt=dayjs(ur).locale(_e.value),he=Ce(kt);return kt.isSame(he)},er=()=>{t("pick",Ue.value,!1)},ir=(ur=!1,kt=!1)=>{kt||t("pick",y.parsedValue,ur)},dr=ur=>{if(!y.visible)return;const kt=Ce(ur).millisecond(0);t("pick",kt,!0)},cr=(ur,kt)=>{t("select-range",ur,kt),Ne.value=[ur,kt]},nr=ur=>{const kt=[0,3].concat(Ve.value?[6]:[]),he=["hours","minutes"].concat(Ve.value?["seconds"]:[]),gr=(kt.indexOf(Ne.value[0])+ur+kt.length)%kt.length;Et.start_emitSelectRange(he[gr])},lr=ur=>{const kt=ur.code,{left:he,right:tr,up:gr,down:_r}=EVENT_CODE;if([he,tr].includes(kt)){nr(kt===he?-1:1),ur.preventDefault();return}if([gr,_r].includes(kt)){const yr=kt===gr?-1:1;Et.start_scrollDown(yr),ur.preventDefault();return}},{timePickerOptions:Et,onSetOption:ie,getAvailableTime:pe}=useTimePanel({getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:oe}),Ce=ur=>pe(ur,y.datetimeRole||"",!0),Ie=ur=>ur?dayjs(ur,y.format).locale(_e.value):null,jt=ur=>ur?ur.format(y.format):null,ar=()=>dayjs(V).locale(_e.value);return t("set-picker-option",["isValidValue",qe]),t("set-picker-option",["formatToString",jt]),t("set-picker-option",["parseUserInput",Ie]),t("set-picker-option",["handleKeydownInput",lr]),t("set-picker-option",["getRangeAvailableTime",Ce]),t("set-picker-option",["getDefaultValue",ar]),(ur,kt)=>(openBlock(),createBlock(Transition,{name:unref($e)},{default:withCtx(()=>[ur.actualVisible||ur.visible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ue).b("panel"))},[createBaseVNode("div",{class:normalizeClass([unref(ue).be("panel","content"),{"has-seconds":unref(Ve)}])},[createVNode(TimeSpinner,{ref:"spinner",role:ur.datetimeRole||"start","arrow-control":unref($),"show-seconds":unref(Ve),"am-pm-mode":unref(Fe),"spinner-date":ur.parsedValue,"disabled-hours":unref(k),"disabled-minutes":unref(L),"disabled-seconds":unref(j),onChange:dr,onSetOption:unref(ie),onSelectRange:cr},null,8,["role","arrow-control","show-seconds","am-pm-mode","spinner-date","disabled-hours","disabled-minutes","disabled-seconds","onSetOption"])],2),createBaseVNode("div",{class:normalizeClass(unref(ue).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(ue).be("panel","btn"),"cancel"]),onClick:er},toDisplayString(unref(de)("el.datepicker.cancel")),3),createBaseVNode("button",{type:"button",class:normalizeClass([unref(ue).be("panel","btn"),"confirm"]),onClick:he=>ir()},toDisplayString(unref(de)("el.datepicker.confirm")),11,["onClick"])],2)],2)):createCommentVNode("v-if",!0)]),_:1},8,["name"]))}});var TimePickPanel=_export_sfc$1(_sfc_main$2t,[["__file","panel-time-pick.vue"]]);const panelTimeRangeProps=buildProps({...timePanelSharedProps,parsedValue:{type:definePropType(Array)}}),_sfc_main$2s=defineComponent({__name:"panel-time-range",props:panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(e,{emit:t}){const y=e,n=(Gr,Vr)=>{const Dr=[];for(let Ir=Gr;Ir<=Vr;Ir++)Dr.push(Ir);return Dr},{t:$,lang:k}=useLocale(),L=useNamespace("time"),j=useNamespace("picker"),V=inject("EP_PICKER_BASE"),{arrowControl:z,disabledHours:re,disabledMinutes:oe,disabledSeconds:ue,defaultValue:de}=V.props,_e=computed(()=>[L.be("range-picker","body"),L.be("panel","content"),L.is("arrow",z),qe.value?"has-seconds":""]),Ne=computed(()=>[L.be("range-picker","body"),L.be("panel","content"),L.is("arrow",z),qe.value?"has-seconds":""]),Ue=computed(()=>y.parsedValue[0]),$e=computed(()=>y.parsedValue[1]),Ve=useOldValue(y),Fe=()=>{t("pick",Ve.value,!1)},qe=computed(()=>y.format.includes("ss")),er=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),ir=(Gr=!1)=>{t("pick",[Ue.value,$e.value],Gr)},dr=Gr=>{lr(Gr.millisecond(0),$e.value)},cr=Gr=>{lr(Ue.value,Gr.millisecond(0))},nr=Gr=>{const Vr=Gr.map(Ir=>dayjs(Ir).locale(k.value)),Dr=tr(Vr);return Vr[0].isSame(Dr[0])&&Vr[1].isSame(Dr[1])},lr=(Gr,Vr)=>{t("pick",[Gr,Vr],!0)},Et=computed(()=>Ue.value>$e.value),ie=ref$1([0,2]),pe=(Gr,Vr)=>{t("select-range",Gr,Vr,"min"),ie.value=[Gr,Vr]},Ce=computed(()=>qe.value?11:8),Ie=(Gr,Vr)=>{t("select-range",Gr,Vr,"max");const Dr=unref(Ce);ie.value=[Gr+Dr,Vr+Dr]},jt=Gr=>{const Vr=qe.value?[0,3,6,11,14,17]:[0,3,8,11],Dr=["hours","minutes"].concat(qe.value?["seconds"]:[]),Br=(Vr.indexOf(ie.value[0])+Gr+Vr.length)%Vr.length,Rr=Vr.length/2;Br{const Vr=Gr.code,{left:Dr,right:Ir,up:Br,down:Rr}=EVENT_CODE;if([Dr,Ir].includes(Vr)){jt(Vr===Dr?-1:1),Gr.preventDefault();return}if([Br,Rr].includes(Vr)){const Lr=Vr===Br?-1:1,$r=ie.value[0]{const Dr=re?re(Gr):[],Ir=Gr==="start",Rr=(Vr||(Ir?$e.value:Ue.value)).hour(),Lr=Ir?n(Rr+1,23):n(0,Rr-1);return union(Dr,Lr)},kt=(Gr,Vr,Dr)=>{const Ir=oe?oe(Gr,Vr):[],Br=Vr==="start",Rr=Dr||(Br?$e.value:Ue.value),Lr=Rr.hour();if(Gr!==Lr)return Ir;const $r=Rr.minute(),jr=Br?n($r+1,59):n(0,$r-1);return union(Ir,jr)},he=(Gr,Vr,Dr,Ir)=>{const Br=ue?ue(Gr,Vr,Dr):[],Rr=Dr==="start",Lr=Ir||(Rr?$e.value:Ue.value),$r=Lr.hour(),jr=Lr.minute();if(Gr!==$r||Vr!==jr)return Br;const vn=Lr.second(),Kr=Rr?n(vn+1,59):n(0,vn-1);return union(Br,Kr)},tr=([Gr,Vr])=>[Nr(Gr,"start",!0,Vr),Nr(Vr,"end",!1,Gr)],{getAvailableHours:gr,getAvailableMinutes:_r,getAvailableSeconds:yr}=buildAvailableTimeSlotGetter(ur,kt,he),{timePickerOptions:xr,getAvailableTime:Nr,onSetOption:Tr}=useTimePanel({getAvailableHours:gr,getAvailableMinutes:_r,getAvailableSeconds:yr}),Sr=Gr=>Gr?isArray$4(Gr)?Gr.map(Vr=>dayjs(Vr,y.format).locale(k.value)):dayjs(Gr,y.format).locale(k.value):null,Ar=Gr=>Gr?isArray$4(Gr)?Gr.map(Vr=>Vr.format(y.format)):Gr.format(y.format):null,Fr=()=>{if(isArray$4(de))return de.map(Vr=>dayjs(Vr).locale(k.value));const Gr=dayjs(de).locale(k.value);return[Gr,Gr.add(60,"m")]};return t("set-picker-option",["formatToString",Ar]),t("set-picker-option",["parseUserInput",Sr]),t("set-picker-option",["isValidValue",nr]),t("set-picker-option",["handleKeydownInput",ar]),t("set-picker-option",["getDefaultValue",Fr]),t("set-picker-option",["getRangeAvailableTime",tr]),(Gr,Vr)=>Gr.actualVisible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(L).b("range-picker"),unref(j).b("panel")])},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","content"))},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","header"))},toDisplayString(unref($)("el.datepicker.startTime")),3),createBaseVNode("div",{class:normalizeClass(unref(_e))},[createVNode(TimeSpinner,{ref:"minSpinner",role:"start","show-seconds":unref(qe),"am-pm-mode":unref(er),"arrow-control":unref(z),"spinner-date":unref(Ue),"disabled-hours":ur,"disabled-minutes":kt,"disabled-seconds":he,onChange:dr,onSetOption:unref(Tr),onSelectRange:pe},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(L).be("range-picker","header"))},toDisplayString(unref($)("el.datepicker.endTime")),3),createBaseVNode("div",{class:normalizeClass(unref(Ne))},[createVNode(TimeSpinner,{ref:"maxSpinner",role:"end","show-seconds":unref(qe),"am-pm-mode":unref(er),"arrow-control":unref(z),"spinner-date":unref($e),"disabled-hours":ur,"disabled-minutes":kt,"disabled-seconds":he,onChange:cr,onSetOption:unref(Tr),onSelectRange:Ie},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),createBaseVNode("div",{class:normalizeClass(unref(L).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(L).be("panel","btn"),"cancel"]),onClick:Dr=>Fe()},toDisplayString(unref($)("el.datepicker.cancel")),11,["onClick"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(L).be("panel","btn"),"confirm"]),disabled:unref(Et),onClick:Dr=>ir()},toDisplayString(unref($)("el.datepicker.confirm")),11,["disabled","onClick"])],2)],2)):createCommentVNode("v-if",!0)}});var TimeRangePanel=_export_sfc$1(_sfc_main$2s,[["__file","panel-time-range.vue"]]);dayjs.extend(customParseFormat);var TimePicker=defineComponent({name:"ElTimePicker",install:null,props:{...timePickerDefaultProps,isRange:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,t){const y=ref$1(),[n,$]=e.isRange?["timerange",TimeRangePanel]:["time",TimePickPanel],k=L=>t.emit("update:modelValue",L);return provide("ElPopperOptions",e.popperOptions),t.expose({focus:L=>{var j;(j=y.value)==null||j.handleFocusInput(L)},blur:L=>{var j;(j=y.value)==null||j.handleBlurInput(L)},handleOpen:()=>{var L;(L=y.value)==null||L.handleOpen()},handleClose:()=>{var L;(L=y.value)==null||L.handleClose()}}),()=>{var L;const j=(L=e.format)!=null?L:DEFAULT_FORMATS_TIME;return createVNode(CommonPicker,mergeProps(e,{ref:y,type:n,format:j,"onUpdate:modelValue":k}),{default:V=>createVNode($,V,null)})}}});const ElTimePicker=withInstall(TimePicker),getPrevMonthLastDays=(e,t)=>{const y=e.subtract(1,"month").endOf("month").date();return rangeArr(t).map((n,$)=>y-(t-$-1))},getMonthDays=e=>{const t=e.daysInMonth();return rangeArr(t).map((y,n)=>n+1)},toNestedArr=e=>rangeArr(e.length/7).map(t=>{const y=t*7;return e.slice(y,y+7)}),dateTableProps=buildProps({selectedDay:{type:definePropType(Object)},range:{type:definePropType(Array)},date:{type:definePropType(Object),required:!0},hideHeader:{type:Boolean}}),dateTableEmits={pick:e=>isObject$5(e)};var localeData$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n,$){var k=n.prototype,L=function(oe){return oe&&(oe.indexOf?oe:oe.s)},j=function(oe,ue,de,_e,Ne){var Ue=oe.name?oe:oe.$locale(),$e=L(Ue[ue]),Ve=L(Ue[de]),Fe=$e||Ve.map(function(er){return er.slice(0,_e)});if(!Ne)return Fe;var qe=Ue.weekStart;return Fe.map(function(er,ir){return Fe[(ir+(qe||0))%7]})},V=function(){return $.Ls[$.locale()]},z=function(oe,ue){return oe.formats[ue]||function(de){return de.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(_e,Ne,Ue){return Ne||Ue.slice(1)})}(oe.formats[ue.toUpperCase()])},re=function(){var oe=this;return{months:function(ue){return ue?ue.format("MMMM"):j(oe,"months")},monthsShort:function(ue){return ue?ue.format("MMM"):j(oe,"monthsShort","months",3)},firstDayOfWeek:function(){return oe.$locale().weekStart||0},weekdays:function(ue){return ue?ue.format("dddd"):j(oe,"weekdays")},weekdaysMin:function(ue){return ue?ue.format("dd"):j(oe,"weekdaysMin","weekdays",2)},weekdaysShort:function(ue){return ue?ue.format("ddd"):j(oe,"weekdaysShort","weekdays",3)},longDateFormat:function(ue){return z(oe.$locale(),ue)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};k.localeData=function(){return re.bind(this)()},$.localeData=function(){var oe=V();return{firstDayOfWeek:function(){return oe.weekStart||0},weekdays:function(){return $.weekdays()},weekdaysShort:function(){return $.weekdaysShort()},weekdaysMin:function(){return $.weekdaysMin()},months:function(){return $.months()},monthsShort:function(){return $.monthsShort()},longDateFormat:function(ue){return z(oe,ue)},meridiem:oe.meridiem,ordinal:oe.ordinal}},$.months=function(){return j(V(),"months")},$.monthsShort=function(){return j(V(),"monthsShort","months",3)},$.weekdays=function(oe){return j(V(),"weekdays",null,null,oe)},$.weekdaysShort=function(oe){return j(V(),"weekdaysShort","weekdays",3,oe)},$.weekdaysMin=function(oe){return j(V(),"weekdaysMin","weekdays",2,oe)}}})})(localeData$1);var localeDataExports=localeData$1.exports;const localeData=getDefaultExportFromCjs(localeDataExports),useDateTable=(e,t)=>{dayjs.extend(localeData);const y=dayjs.localeData().firstDayOfWeek(),{t:n,lang:$}=useLocale(),k=dayjs().locale($.value),L=computed(()=>!!e.range&&!!e.range.length),j=computed(()=>{let ue=[];if(L.value){const[de,_e]=e.range,Ne=rangeArr(_e.date()-de.date()+1).map(Ve=>({text:de.date()+Ve,type:"current"}));let Ue=Ne.length%7;Ue=Ue===0?0:7-Ue;const $e=rangeArr(Ue).map((Ve,Fe)=>({text:Fe+1,type:"next"}));ue=Ne.concat($e)}else{const de=e.date.startOf("month").day(),_e=getPrevMonthLastDays(e.date,(de-y+7)%7).map(Ve=>({text:Ve,type:"prev"})),Ne=getMonthDays(e.date).map(Ve=>({text:Ve,type:"current"}));ue=[..._e,...Ne];const Ue=7-(ue.length%7||7),$e=rangeArr(Ue).map((Ve,Fe)=>({text:Fe+1,type:"next"}));ue=ue.concat($e)}return toNestedArr(ue)}),V=computed(()=>{const ue=y;return ue===0?WEEK_DAYS.map(de=>n(`el.datepicker.weeks.${de}`)):WEEK_DAYS.slice(ue).concat(WEEK_DAYS.slice(0,ue)).map(de=>n(`el.datepicker.weeks.${de}`))}),z=(ue,de)=>{switch(de){case"prev":return e.date.startOf("month").subtract(1,"month").date(ue);case"next":return e.date.startOf("month").add(1,"month").date(ue);case"current":return e.date.date(ue)}};return{now:k,isInRange:L,rows:j,weekDays:V,getFormattedDate:z,handlePickDay:({text:ue,type:de})=>{const _e=z(ue,de);t("pick",_e)},getSlotData:({text:ue,type:de})=>{const _e=z(ue,de);return{isSelected:_e.isSame(e.selectedDay),type:`${de}-month`,day:_e.format("YYYY-MM-DD"),date:_e.toDate()}}}},__default__$1r=defineComponent({name:"DateTable"}),_sfc_main$2r=defineComponent({...__default__$1r,props:dateTableProps,emits:dateTableEmits,setup(e,{expose:t,emit:y}){const n=e,{isInRange:$,now:k,rows:L,weekDays:j,getFormattedDate:V,handlePickDay:z,getSlotData:re}=useDateTable(n,y),oe=useNamespace("calendar-table"),ue=useNamespace("calendar-day"),de=({text:_e,type:Ne})=>{const Ue=[Ne];if(Ne==="current"){const $e=V(_e,Ne);$e.isSame(n.selectedDay,"day")&&Ue.push(ue.is("selected")),$e.isSame(k,"day")&&Ue.push(ue.is("today"))}return Ue};return t({getFormattedDate:V}),(_e,Ne)=>(openBlock(),createElementBlock("table",{class:normalizeClass([unref(oe).b(),unref(oe).is("range",unref($))]),cellspacing:"0",cellpadding:"0"},[_e.hideHeader?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("thead",{key:0},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(j),Ue=>(openBlock(),createElementBlock("th",{key:Ue},toDisplayString(Ue),1))),128))])),createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(L),(Ue,$e)=>(openBlock(),createElementBlock("tr",{key:$e,class:normalizeClass({[unref(oe).e("row")]:!0,[unref(oe).em("row","hide-border")]:$e===0&&_e.hideHeader})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue,(Ve,Fe)=>(openBlock(),createElementBlock("td",{key:Fe,class:normalizeClass(de(Ve)),onClick:qe=>unref(z)(Ve)},[createBaseVNode("div",{class:normalizeClass(unref(ue).b())},[renderSlot(_e.$slots,"date-cell",{data:unref(re)(Ve)},()=>[createBaseVNode("span",null,toDisplayString(Ve.text),1)])],2)],10,["onClick"]))),128))],2))),128))])],2))}});var DateTable$1=_export_sfc$1(_sfc_main$2r,[["__file","date-table.vue"]]);const adjacentMonth=(e,t)=>{const y=e.endOf("month"),n=t.startOf("month"),k=y.isSame(n,"week")?n.add(1,"week"):n;return[[e,y],[k.startOf("week"),t]]},threeConsecutiveMonth=(e,t)=>{const y=e.endOf("month"),n=e.add(1,"month").startOf("month"),$=y.isSame(n,"week")?n.add(1,"week"):n,k=$.endOf("month"),L=t.startOf("month"),j=k.isSame(L,"week")?L.add(1,"week"):L;return[[e,y],[$.startOf("week"),k],[j.startOf("week"),t]]},useCalendar=(e,t,y)=>{const{lang:n}=useLocale(),$=ref$1(),k=dayjs().locale(n.value),L=computed({get(){return e.modelValue?V.value:$.value},set(Ue){if(!Ue)return;$.value=Ue;const $e=Ue.toDate();t(INPUT_EVENT,$e),t(UPDATE_MODEL_EVENT,$e)}}),j=computed(()=>{if(!e.range)return[];const Ue=e.range.map(Fe=>dayjs(Fe).locale(n.value)),[$e,Ve]=Ue;return $e.isAfter(Ve)?[]:$e.isSame(Ve,"month")?de($e,Ve):$e.add(1,"month").month()!==Ve.month()?[]:de($e,Ve)}),V=computed(()=>e.modelValue?dayjs(e.modelValue).locale(n.value):L.value||(j.value.length?j.value[0][0]:k)),z=computed(()=>V.value.subtract(1,"month").date(1)),re=computed(()=>V.value.add(1,"month").date(1)),oe=computed(()=>V.value.subtract(1,"year").date(1)),ue=computed(()=>V.value.add(1,"year").date(1)),de=(Ue,$e)=>{const Ve=Ue.startOf("week"),Fe=$e.endOf("week"),qe=Ve.get("month"),er=Fe.get("month");return qe===er?[[Ve,Fe]]:(qe+1)%12===er?adjacentMonth(Ve,Fe):qe+2===er||(qe+1)%11===er?threeConsecutiveMonth(Ve,Fe):[]},_e=Ue=>{L.value=Ue};return{calculateValidatedDateRange:de,date:V,realSelectedDay:L,pickDay:_e,selectDate:Ue=>{const Ve={"prev-month":z.value,"next-month":re.value,"prev-year":oe.value,"next-year":ue.value,today:k}[Ue];Ve.isSame(V.value,"day")||_e(Ve)},validatedRange:j}},isValidRange$1=e=>isArray$4(e)&&e.length===2&&e.every(t=>isDate$2(t)),calendarProps=buildProps({modelValue:{type:Date},range:{type:definePropType(Array),validator:isValidRange$1}}),calendarEmits={[UPDATE_MODEL_EVENT]:e=>isDate$2(e),[INPUT_EVENT]:e=>isDate$2(e)},COMPONENT_NAME$g="ElCalendar",__default__$1q=defineComponent({name:COMPONENT_NAME$g}),_sfc_main$2q=defineComponent({...__default__$1q,props:calendarProps,emits:calendarEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("calendar"),{calculateValidatedDateRange:k,date:L,pickDay:j,realSelectedDay:V,selectDate:z,validatedRange:re}=useCalendar(n,y),{t:oe}=useLocale(),ue=computed(()=>{const de=`el.datepicker.month${L.value.format("M")}`;return`${L.value.year()} ${oe("el.datepicker.year")} ${oe(de)}`});return t({selectedDay:V,pickDay:j,selectDate:z,calculateValidatedDateRange:k}),(de,_e)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($).b())},[createBaseVNode("div",{class:normalizeClass(unref($).e("header"))},[renderSlot(de.$slots,"header",{date:unref(ue)},()=>[createBaseVNode("div",{class:normalizeClass(unref($).e("title"))},toDisplayString(unref(ue)),3),unref(re).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("button-group"))},[createVNode(unref(ElButtonGroup$1),null,{default:withCtx(()=>[createVNode(unref(ElButton),{size:"small",onClick:Ne=>unref(z)("prev-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)("el.datepicker.prevMonth")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:Ne=>unref(z)("today")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)("el.datepicker.today")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:Ne=>unref(z)("next-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)("el.datepicker.nextMonth")),1)]),_:1},8,["onClick"])]),_:1})],2)):createCommentVNode("v-if",!0)])],2),unref(re).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("body"))},[createVNode(DateTable$1,{date:unref(L),"selected-day":unref(V),onPick:unref(j)},createSlots({_:2},[de.$slots["date-cell"]?{name:"date-cell",fn:withCtx(Ne=>[renderSlot(de.$slots,"date-cell",normalizeProps(guardReactiveProps(Ne)))])}:void 0]),1032,["date","selected-day","onPick"])],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).e("body"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),(Ne,Ue)=>(openBlock(),createBlock(DateTable$1,{key:Ue,date:Ne[0],"selected-day":unref(V),range:Ne,"hide-header":Ue!==0,onPick:unref(j)},createSlots({_:2},[de.$slots["date-cell"]?{name:"date-cell",fn:withCtx($e=>[renderSlot(de.$slots,"date-cell",normalizeProps(guardReactiveProps($e)))])}:void 0]),1032,["date","selected-day","range","hide-header","onPick"]))),128))],2))],2))}});var Calendar=_export_sfc$1(_sfc_main$2q,[["__file","calendar.vue"]]);const ElCalendar=withInstall(Calendar),cardProps=buildProps({header:{type:String,default:""},footer:{type:String,default:""},bodyStyle:{type:definePropType([String,Object,Array]),default:""},bodyClass:String,shadow:{type:String,values:["always","hover","never"],default:"always"}}),__default__$1p=defineComponent({name:"ElCard"}),_sfc_main$2p=defineComponent({...__default__$1p,props:cardProps,setup(e){const t=useNamespace("card");return(y,n)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(t).b(),unref(t).is(`${y.shadow}-shadow`)])},[y.$slots.header||y.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(t).e("header"))},[renderSlot(y.$slots,"header",{},()=>[createTextVNode(toDisplayString(y.header),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([unref(t).e("body"),y.bodyClass]),style:normalizeStyle(y.bodyStyle)},[renderSlot(y.$slots,"default")],6),y.$slots.footer||y.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(t).e("footer"))},[renderSlot(y.$slots,"footer",{},()=>[createTextVNode(toDisplayString(y.footer),1)])],2)):createCommentVNode("v-if",!0)],2))}});var Card=_export_sfc$1(_sfc_main$2p,[["__file","card.vue"]]);const ElCard=withInstall(Card),carouselProps=buildProps({initialIndex:{type:Number,default:0},height:{type:String,default:""},trigger:{type:String,values:["hover","click"],default:"hover"},autoplay:{type:Boolean,default:!0},interval:{type:Number,default:3e3},indicatorPosition:{type:String,values:["","none","outside"],default:""},arrow:{type:String,values:["always","hover","never"],default:"hover"},type:{type:String,values:["","card"],default:""},cardScale:{type:Number,default:.83},loop:{type:Boolean,default:!0},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},pauseOnHover:{type:Boolean,default:!0},motionBlur:Boolean}),carouselEmits={change:(e,t)=>[e,t].every(isNumber$4)},carouselContextKey=Symbol("carouselContextKey"),THROTTLE_TIME=300,useCarousel=(e,t,y)=>{const{children:n,addChild:$,removeChild:k}=useOrderedChildren(getCurrentInstance(),"ElCarouselItem"),L=useSlots(),j=ref$1(-1),V=ref$1(null),z=ref$1(!1),re=ref$1(),oe=ref$1(0),ue=ref$1(!0),de=ref$1(!0),_e=ref$1(!1),Ne=computed(()=>e.arrow!=="never"&&!unref(Ve)),Ue=computed(()=>n.value.some(Nr=>Nr.props.label.toString().length>0)),$e=computed(()=>e.type==="card"),Ve=computed(()=>e.direction==="vertical"),Fe=computed(()=>e.height!=="auto"?{height:e.height}:{height:`${oe.value}px`,overflow:"hidden"}),qe=throttle$1(Nr=>{lr(Nr)},THROTTLE_TIME,{trailing:!0}),er=throttle$1(Nr=>{kt(Nr)},THROTTLE_TIME),ir=Nr=>ue.value?j.value<=1?Nr<=1:Nr>1:!0;function dr(){V.value&&(clearInterval(V.value),V.value=null)}function cr(){e.interval<=0||!e.autoplay||V.value||(V.value=setInterval(()=>nr(),e.interval))}const nr=()=>{de.value||(_e.value=!0),de.value=!1,j.valueFr.props.name===Nr);Ar.length>0&&(Nr=n.value.indexOf(Ar[0]))}if(Nr=Number(Nr),Number.isNaN(Nr)||Nr!==Math.floor(Nr))return;const Tr=n.value.length,Sr=j.value;Nr<0?j.value=e.loop?Tr-1:0:Nr>=Tr?j.value=e.loop?0:Tr-1:j.value=Nr,Sr===j.value&&Et(Sr),gr()}function Et(Nr){n.value.forEach((Tr,Sr)=>{Tr.translateItem(Sr,j.value,Nr)})}function ie(Nr,Tr){var Sr,Ar,Fr,Gr;const Vr=unref(n),Dr=Vr.length;if(Dr===0||!Nr.states.inStage)return!1;const Ir=Tr+1,Br=Tr-1,Rr=Dr-1,Lr=Vr[Rr].states.active,$r=Vr[0].states.active,jr=(Ar=(Sr=Vr[Ir])==null?void 0:Sr.states)==null?void 0:Ar.active,vn=(Gr=(Fr=Vr[Br])==null?void 0:Fr.states)==null?void 0:Gr.active;return Tr===Rr&&$r||jr?"left":Tr===0&&Lr||vn?"right":!1}function pe(){z.value=!0,e.pauseOnHover&&dr()}function Ce(){z.value=!1,cr()}function Ie(){_e.value=!1}function jt(Nr){unref(Ve)||n.value.forEach((Tr,Sr)=>{Nr===ie(Tr,Sr)&&(Tr.states.hover=!0)})}function ar(){unref(Ve)||n.value.forEach(Nr=>{Nr.states.hover=!1})}function ur(Nr){Nr!==j.value&&(de.value||(_e.value=!0)),j.value=Nr}function kt(Nr){e.trigger==="hover"&&Nr!==j.value&&(j.value=Nr,de.value||(_e.value=!0))}function he(){lr(j.value-1)}function tr(){lr(j.value+1)}function gr(){dr(),e.pauseOnHover||cr()}function _r(Nr){e.height==="auto"&&(oe.value=Nr)}function yr(){var Nr;const Tr=(Nr=L.default)==null?void 0:Nr.call(L);if(!Tr)return null;const Sr=flattedChildren(Tr),Ar="ElCarouselItem",Fr=Sr.filter(Gr=>isVNode(Gr)&&Gr.type.name===Ar);return(Fr==null?void 0:Fr.length)===2&&e.loop&&!$e.value?(ue.value=!0,Fr):(ue.value=!1,null)}watch(()=>j.value,(Nr,Tr)=>{Et(Tr),ue.value&&(Nr=Nr%2,Tr=Tr%2),Tr>-1&&t("change",Nr,Tr)}),watch(()=>e.autoplay,Nr=>{Nr?cr():dr()}),watch(()=>e.loop,()=>{lr(j.value)}),watch(()=>e.interval,()=>{gr()});const xr=shallowRef();return onMounted(()=>{watch(()=>n.value,()=>{n.value.length>0&&lr(e.initialIndex)},{immediate:!0}),xr.value=useResizeObserver(re.value,()=>{Et()}),cr()}),onBeforeUnmount(()=>{dr(),re.value&&xr.value&&xr.value.stop()}),provide(carouselContextKey,{root:re,isCardType:$e,isVertical:Ve,items:n,loop:e.loop,cardScale:e.cardScale,addItem:$,removeItem:k,setActiveItem:lr,setContainerHeight:_r}),{root:re,activeIndex:j,arrowDisplay:Ne,hasLabel:Ue,hover:z,isCardType:$e,isTransitioning:_e,items:n,isVertical:Ve,containerStyle:Fe,isItemsTwoLength:ue,handleButtonEnter:jt,handleTransitionEnd:Ie,handleButtonLeave:ar,handleIndicatorClick:ur,handleMouseEnter:pe,handleMouseLeave:Ce,setActiveItem:lr,prev:he,next:tr,PlaceholderItem:yr,isTwoLengthShow:ir,throttledArrowClick:qe,throttledIndicatorHover:er}},COMPONENT_NAME$f="ElCarousel",__default__$1o=defineComponent({name:COMPONENT_NAME$f}),_sfc_main$2o=defineComponent({...__default__$1o,props:carouselProps,emits:carouselEmits,setup(e,{expose:t,emit:y}){const n=e,{root:$,activeIndex:k,arrowDisplay:L,hasLabel:j,hover:V,isCardType:z,items:re,isVertical:oe,containerStyle:ue,handleButtonEnter:de,handleButtonLeave:_e,isTransitioning:Ne,handleIndicatorClick:Ue,handleMouseEnter:$e,handleMouseLeave:Ve,handleTransitionEnd:Fe,setActiveItem:qe,prev:er,next:ir,PlaceholderItem:dr,isTwoLengthShow:cr,throttledArrowClick:nr,throttledIndicatorHover:lr}=useCarousel(n,y),Et=useNamespace("carousel"),{t:ie}=useLocale(),pe=computed(()=>{const jt=[Et.b(),Et.m(n.direction)];return unref(z)&&jt.push(Et.m("card")),jt}),Ce=computed(()=>{const jt=[Et.e("container")];return n.motionBlur&&unref(Ne)&&jt.push(unref(oe)?`${Et.namespace.value}-transitioning-vertical`:`${Et.namespace.value}-transitioning`),jt}),Ie=computed(()=>{const jt=[Et.e("indicators"),Et.em("indicators",n.direction)];return unref(j)&&jt.push(Et.em("indicators","labels")),n.indicatorPosition==="outside"&&jt.push(Et.em("indicators","outside")),unref(oe)&&jt.push(Et.em("indicators","right")),jt});return t({activeIndex:k,setActiveItem:qe,prev:er,next:ir}),(jt,ar)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:$,class:normalizeClass(unref(pe)),onMouseenter:withModifiers(unref($e),["stop"]),onMouseleave:withModifiers(unref(Ve),["stop"])},[unref(L)?(openBlock(),createBlock(Transition,{key:0,name:"carousel-arrow-left",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(Et).e("arrow"),unref(Et).em("arrow","left")]),"aria-label":unref(ie)("el.carousel.leftArrow"),onMouseenter:ur=>unref(de)("left"),onMouseleave:unref(_e),onClick:withModifiers(ur=>unref(nr)(unref(k)-1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(jt.arrow==="always"||unref(V))&&(n.loop||unref(k)>0)]])]),_:1})):createCommentVNode("v-if",!0),unref(L)?(openBlock(),createBlock(Transition,{key:1,name:"carousel-arrow-right",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(Et).e("arrow"),unref(Et).em("arrow","right")]),"aria-label":unref(ie)("el.carousel.rightArrow"),onMouseenter:ur=>unref(de)("right"),onMouseleave:unref(_e),onClick:withModifiers(ur=>unref(nr)(unref(k)+1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(jt.arrow==="always"||unref(V))&&(n.loop||unref(k)withDirectives((openBlock(),createElementBlock("li",{key:kt,class:normalizeClass([unref(Et).e("indicator"),unref(Et).em("indicator",jt.direction),unref(Et).is("active",kt===unref(k))]),onMouseenter:he=>unref(lr)(kt),onClick:withModifiers(he=>unref(Ue)(kt),["stop"])},[createBaseVNode("button",{class:normalizeClass(unref(Et).e("button")),"aria-label":unref(ie)("el.carousel.indicator",{index:kt+1})},[unref(j)?(openBlock(),createElementBlock("span",{key:0},toDisplayString(ur.props.label),1)):createCommentVNode("v-if",!0)],10,["aria-label"])],42,["onMouseenter","onClick"])),[[vShow,unref(cr)(kt)]])),128))],2)):createCommentVNode("v-if",!0),n.motionBlur?(openBlock(),createElementBlock("svg",{key:3,xmlns:"http://www.w3.org/2000/svg",version:"1.1",style:{display:"none"}},[createBaseVNode("defs",null,[createBaseVNode("filter",{id:"elCarouselHorizontal"},[createBaseVNode("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"12,0"})]),createBaseVNode("filter",{id:"elCarouselVertical"},[createBaseVNode("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"0,10"})])])])):createCommentVNode("v-if",!0)],42,["onMouseenter","onMouseleave"]))}});var Carousel=_export_sfc$1(_sfc_main$2o,[["__file","carousel.vue"]]);const carouselItemProps=buildProps({name:{type:String,default:""},label:{type:[String,Number],default:""}}),useCarouselItem=(e,t)=>{const y=inject(carouselContextKey),n=getCurrentInstance(),$=ref$1(),k=ref$1(!1),L=ref$1(0),j=ref$1(1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),{isCardType:ue,isVertical:de,cardScale:_e}=y;function Ne(qe,er,ir){const dr=ir-1,cr=er-1,nr=er+1,lr=ir/2;return er===0&&qe===dr?-1:er===dr&&qe===0?ir:qe=lr?ir+1:qe>nr&&qe-er>=lr?-2:qe}function Ue(qe,er){var ir,dr;const cr=unref(de)?((ir=y.root.value)==null?void 0:ir.offsetHeight)||0:((dr=y.root.value)==null?void 0:dr.offsetWidth)||0;return re.value?cr*((2-_e)*(qe-er)+1)/4:qe{var dr;const cr=unref(ue),nr=(dr=y.items.value.length)!=null?dr:Number.NaN,lr=qe===er;!cr&&!isUndefined$2(ir)&&(oe.value=lr||qe===ir),!lr&&nr>2&&y.loop&&(qe=Ne(qe,er,nr));const Et=unref(de);V.value=lr,cr?(re.value=Math.round(Math.abs(qe-er))<=1,L.value=Ue(qe,er),j.value=unref(V)?1:_e):L.value=$e(qe,er,Et),z.value=!0,lr&&$.value&&y.setContainerHeight($.value.offsetHeight)};function Fe(){if(y&&unref(ue)){const qe=y.items.value.findIndex(({uid:er})=>er===n.uid);y.setActiveItem(qe)}}return onMounted(()=>{y.addItem({props:e,states:reactive({hover:k,translate:L,scale:j,active:V,ready:z,inStage:re,animating:oe}),uid:n.uid,translateItem:Ve})}),onUnmounted(()=>{y.removeItem(n.uid)}),{carouselItemRef:$,active:V,animating:oe,hover:k,inStage:re,isVertical:de,translate:L,isCardType:ue,scale:j,ready:z,handleItemClick:Fe}},__default__$1n=defineComponent({name:"ElCarouselItem"}),_sfc_main$2n=defineComponent({...__default__$1n,props:carouselItemProps,setup(e){const t=e,y=useNamespace("carousel"),{carouselItemRef:n,active:$,animating:k,hover:L,inStage:j,isVertical:V,translate:z,isCardType:re,scale:oe,ready:ue,handleItemClick:de}=useCarouselItem(t),_e=computed(()=>[y.e("item"),y.is("active",$.value),y.is("in-stage",j.value),y.is("hover",L.value),y.is("animating",k.value),{[y.em("item","card")]:re.value,[y.em("item","card-vertical")]:re.value&&V.value}]),Ne=computed(()=>{const $e=`${`translate${unref(V)?"Y":"X"}`}(${unref(z)}px)`,Ve=`scale(${unref(oe)})`;return{transform:[$e,Ve].join(" ")}});return(Ue,$e)=>withDirectives((openBlock(),createElementBlock("div",{ref_key:"carouselItemRef",ref:n,class:normalizeClass(unref(_e)),style:normalizeStyle(unref(Ne)),onClick:unref(de)},[unref(re)?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("mask"))},null,2)),[[vShow,!unref($)]]):createCommentVNode("v-if",!0),renderSlot(Ue.$slots,"default")],14,["onClick"])),[[vShow,unref(ue)]])}});var CarouselItem=_export_sfc$1(_sfc_main$2n,[["__file","carousel-item.vue"]]);const ElCarousel=withInstall(Carousel,{CarouselItem}),ElCarouselItem=withNoopInstall(CarouselItem),checkboxProps={modelValue:{type:[Number,String,Boolean],default:void 0},label:{type:[String,Boolean,Number,Object],default:void 0},value:{type:[String,Boolean,Number,Object],default:void 0},indeterminate:Boolean,disabled:Boolean,checked:Boolean,name:{type:String,default:void 0},trueValue:{type:[String,Number],default:void 0},falseValue:{type:[String,Number],default:void 0},trueLabel:{type:[String,Number],default:void 0},falseLabel:{type:[String,Number],default:void 0},id:{type:String,default:void 0},border:Boolean,size:useSizeProp,tabindex:[String,Number],validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaControls"])},checkboxEmits={[UPDATE_MODEL_EVENT]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e),change:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e)},checkboxGroupContextKey=Symbol("checkboxGroupContextKey"),useCheckboxDisabled=({model:e,isChecked:t})=>{const y=inject(checkboxGroupContextKey,void 0),n=computed(()=>{var k,L;const j=(k=y==null?void 0:y.max)==null?void 0:k.value,V=(L=y==null?void 0:y.min)==null?void 0:L.value;return!isUndefined$2(j)&&e.value.length>=j&&!t.value||!isUndefined$2(V)&&e.value.length<=V&&t.value});return{isDisabled:useFormDisabled(computed(()=>(y==null?void 0:y.disabled.value)||n.value)),isLimitDisabled:n}},useCheckboxEvent=(e,{model:t,isLimitExceeded:y,hasOwnLabel:n,isDisabled:$,isLabeledByFormItem:k})=>{const L=inject(checkboxGroupContextKey,void 0),{formItem:j}=useFormItem(),{emit:V}=getCurrentInstance();function z(_e){var Ne,Ue,$e,Ve;return[!0,e.trueValue,e.trueLabel].includes(_e)?(Ue=(Ne=e.trueValue)!=null?Ne:e.trueLabel)!=null?Ue:!0:(Ve=($e=e.falseValue)!=null?$e:e.falseLabel)!=null?Ve:!1}function re(_e,Ne){V("change",z(_e),Ne)}function oe(_e){if(y.value)return;const Ne=_e.target;V("change",z(Ne.checked),_e)}async function ue(_e){y.value||!n.value&&!$.value&&k.value&&(_e.composedPath().some($e=>$e.tagName==="LABEL")||(t.value=z([!1,e.falseValue,e.falseLabel].includes(t.value)),await nextTick$3(),re(t.value,_e)))}const de=computed(()=>(L==null?void 0:L.validateEvent)||e.validateEvent);return watch(()=>e.modelValue,()=>{de.value&&(j==null||j.validate("change").catch(_e=>void 0))}),{handleChange:oe,onClickRoot:ue}},useCheckboxModel=e=>{const t=ref$1(!1),{emit:y}=getCurrentInstance(),n=inject(checkboxGroupContextKey,void 0),$=computed(()=>isUndefined$2(n)===!1),k=ref$1(!1),L=computed({get(){var j,V;return $.value?(j=n==null?void 0:n.modelValue)==null?void 0:j.value:(V=e.modelValue)!=null?V:t.value},set(j){var V,z;$.value&&isArray$4(j)?(k.value=((V=n==null?void 0:n.max)==null?void 0:V.value)!==void 0&&j.length>(n==null?void 0:n.max.value)&&j.length>L.value.length,k.value===!1&&((z=n==null?void 0:n.changeEvent)==null||z.call(n,j))):(y(UPDATE_MODEL_EVENT,j),t.value=j)}});return{model:L,isGroup:$,isLimitExceeded:k}},useCheckboxStatus=(e,t,{model:y})=>{const n=inject(checkboxGroupContextKey,void 0),$=ref$1(!1),k=computed(()=>isPropAbsent(e.value)?e.label:e.value),L=computed(()=>{const re=y.value;return isBoolean$3(re)?re:isArray$4(re)?isObject$5(k.value)?re.map(toRaw).some(oe=>isEqual$1(oe,k.value)):re.map(toRaw).includes(k.value):re!=null?re===e.trueValue||re===e.trueLabel:!!re}),j=useFormSize(computed(()=>{var re;return(re=n==null?void 0:n.size)==null?void 0:re.value}),{prop:!0}),V=useFormSize(computed(()=>{var re;return(re=n==null?void 0:n.size)==null?void 0:re.value})),z=computed(()=>!!t.default||!isPropAbsent(k.value));return{checkboxButtonSize:j,isChecked:L,isFocused:$,checkboxSize:V,hasOwnLabel:z,actualValue:k}},useCheckbox=(e,t)=>{const{formItem:y}=useFormItem(),{model:n,isGroup:$,isLimitExceeded:k}=useCheckboxModel(e),{isFocused:L,isChecked:j,checkboxButtonSize:V,checkboxSize:z,hasOwnLabel:re,actualValue:oe}=useCheckboxStatus(e,t,{model:n}),{isDisabled:ue}=useCheckboxDisabled({model:n,isChecked:j}),{inputId:de,isLabeledByFormItem:_e}=useFormItemInputId(e,{formItemContext:y,disableIdGeneration:re,disableIdManagement:$}),{handleChange:Ne,onClickRoot:Ue}=useCheckboxEvent(e,{model:n,isLimitExceeded:k,hasOwnLabel:re,isDisabled:ue,isLabeledByFormItem:_e});return(()=>{function Ve(){var Fe,qe;isArray$4(n.value)&&!n.value.includes(oe.value)?n.value.push(oe.value):n.value=(qe=(Fe=e.trueValue)!=null?Fe:e.trueLabel)!=null?qe:!0}e.checked&&Ve()})(),useDeprecated({from:"label act as value",replacement:"value",version:"3.0.0",scope:"el-checkbox",ref:"https://element-plus.org/en-US/component/checkbox.html"},computed(()=>$.value&&isPropAbsent(e.value))),useDeprecated({from:"true-label",replacement:"true-value",version:"3.0.0",scope:"el-checkbox",ref:"https://element-plus.org/en-US/component/checkbox.html"},computed(()=>!!e.trueLabel)),useDeprecated({from:"false-label",replacement:"false-value",version:"3.0.0",scope:"el-checkbox",ref:"https://element-plus.org/en-US/component/checkbox.html"},computed(()=>!!e.falseLabel)),{inputId:de,isLabeledByFormItem:_e,isChecked:j,isDisabled:ue,isFocused:L,checkboxButtonSize:V,checkboxSize:z,hasOwnLabel:re,model:n,actualValue:oe,handleChange:Ne,onClickRoot:Ue}},__default__$1m=defineComponent({name:"ElCheckbox"}),_sfc_main$2m=defineComponent({...__default__$1m,props:checkboxProps,emits:checkboxEmits,setup(e){const t=e,y=useSlots(),{inputId:n,isLabeledByFormItem:$,isChecked:k,isDisabled:L,isFocused:j,checkboxSize:V,hasOwnLabel:z,model:re,actualValue:oe,handleChange:ue,onClickRoot:de}=useCheckbox(t,y),_e=useNamespace("checkbox"),Ne=computed(()=>[_e.b(),_e.m(V.value),_e.is("disabled",L.value),_e.is("bordered",t.border),_e.is("checked",k.value)]),Ue=computed(()=>[_e.e("input"),_e.is("disabled",L.value),_e.is("checked",k.value),_e.is("indeterminate",t.indeterminate),_e.is("focus",j.value)]);return($e,Ve)=>(openBlock(),createBlock(resolveDynamicComponent(!unref(z)&&unref($)?"span":"label"),{class:normalizeClass(unref(Ne)),"aria-controls":$e.indeterminate?$e.ariaControls:null,onClick:unref(de)},{default:withCtx(()=>{var Fe,qe;return[createBaseVNode("span",{class:normalizeClass(unref(Ue))},[$e.trueValue||$e.falseValue||$e.trueLabel||$e.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,id:unref(n),"onUpdate:modelValue":er=>isRef(re)?re.value=er:null,class:normalizeClass(unref(_e).e("original")),type:"checkbox",indeterminate:$e.indeterminate,name:$e.name,tabindex:$e.tabindex,disabled:unref(L),"true-value":(Fe=$e.trueValue)!=null?Fe:$e.trueLabel,"false-value":(qe=$e.falseValue)!=null?qe:$e.falseLabel,onChange:unref(ue),onFocus:er=>j.value=!0,onBlur:er=>j.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["id","onUpdate:modelValue","indeterminate","name","tabindex","disabled","true-value","false-value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(re)]]):withDirectives((openBlock(),createElementBlock("input",{key:1,id:unref(n),"onUpdate:modelValue":er=>isRef(re)?re.value=er:null,class:normalizeClass(unref(_e).e("original")),type:"checkbox",indeterminate:$e.indeterminate,disabled:unref(L),value:unref(oe),name:$e.name,tabindex:$e.tabindex,onChange:unref(ue),onFocus:er=>j.value=!0,onBlur:er=>j.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["id","onUpdate:modelValue","indeterminate","disabled","value","name","tabindex","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(re)]]),createBaseVNode("span",{class:normalizeClass(unref(_e).e("inner"))},null,2)],2),unref(z)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(_e).e("label"))},[renderSlot($e.$slots,"default"),$e.$slots.default?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString($e.label),1)],64))],2)):createCommentVNode("v-if",!0)]}),_:3},8,["class","aria-controls","onClick"]))}});var Checkbox=_export_sfc$1(_sfc_main$2m,[["__file","checkbox.vue"]]);const __default__$1l=defineComponent({name:"ElCheckboxButton"}),_sfc_main$2l=defineComponent({...__default__$1l,props:checkboxProps,emits:checkboxEmits,setup(e){const t=e,y=useSlots(),{isFocused:n,isChecked:$,isDisabled:k,checkboxButtonSize:L,model:j,actualValue:V,handleChange:z}=useCheckbox(t,y),re=inject(checkboxGroupContextKey,void 0),oe=useNamespace("checkbox"),ue=computed(()=>{var _e,Ne,Ue,$e;const Ve=(Ne=(_e=re==null?void 0:re.fill)==null?void 0:_e.value)!=null?Ne:"";return{backgroundColor:Ve,borderColor:Ve,color:($e=(Ue=re==null?void 0:re.textColor)==null?void 0:Ue.value)!=null?$e:"",boxShadow:Ve?`-1px 0 0 0 ${Ve}`:void 0}}),de=computed(()=>[oe.b("button"),oe.bm("button",L.value),oe.is("disabled",k.value),oe.is("checked",$.value),oe.is("focus",n.value)]);return(_e,Ne)=>{var Ue,$e;return openBlock(),createElementBlock("label",{class:normalizeClass(unref(de))},[_e.trueValue||_e.falseValue||_e.trueLabel||_e.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":Ve=>isRef(j)?j.value=Ve:null,class:normalizeClass(unref(oe).be("button","original")),type:"checkbox",name:_e.name,tabindex:_e.tabindex,disabled:unref(k),"true-value":(Ue=_e.trueValue)!=null?Ue:_e.trueLabel,"false-value":($e=_e.falseValue)!=null?$e:_e.falseLabel,onChange:unref(z),onFocus:Ve=>n.value=!0,onBlur:Ve=>n.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","name","tabindex","disabled","true-value","false-value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(j)]]):withDirectives((openBlock(),createElementBlock("input",{key:1,"onUpdate:modelValue":Ve=>isRef(j)?j.value=Ve:null,class:normalizeClass(unref(oe).be("button","original")),type:"checkbox",name:_e.name,tabindex:_e.tabindex,disabled:unref(k),value:unref(V),onChange:unref(z),onFocus:Ve=>n.value=!0,onBlur:Ve=>n.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","name","tabindex","disabled","value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(j)]]),_e.$slots.default||_e.label?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass(unref(oe).be("button","inner")),style:normalizeStyle(unref($)?unref(ue):void 0)},[renderSlot(_e.$slots,"default",{},()=>[createTextVNode(toDisplayString(_e.label),1)])],6)):createCommentVNode("v-if",!0)],2)}}});var CheckboxButton=_export_sfc$1(_sfc_main$2l,[["__file","checkbox-button.vue"]]);const checkboxGroupProps=buildProps({modelValue:{type:definePropType(Array),default:()=>[]},disabled:Boolean,min:Number,max:Number,size:useSizeProp,fill:String,textColor:String,tag:{type:String,default:"div"},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),checkboxGroupEmits={[UPDATE_MODEL_EVENT]:e=>isArray$4(e),change:e=>isArray$4(e)},__default__$1k=defineComponent({name:"ElCheckboxGroup"}),_sfc_main$2k=defineComponent({...__default__$1k,props:checkboxGroupProps,emits:checkboxGroupEmits,setup(e,{emit:t}){const y=e,n=useNamespace("checkbox"),{formItem:$}=useFormItem(),{inputId:k,isLabeledByFormItem:L}=useFormItemInputId(y,{formItemContext:$}),j=async z=>{t(UPDATE_MODEL_EVENT,z),await nextTick$3(),t("change",z)},V=computed({get(){return y.modelValue},set(z){j(z)}});return provide(checkboxGroupContextKey,{...pick(toRefs(y),["size","min","max","disabled","validateEvent","fill","textColor"]),modelValue:V,changeEvent:j}),watch(()=>y.modelValue,()=>{y.validateEvent&&($==null||$.validate("change").catch(z=>void 0))}),(z,re)=>{var oe;return openBlock(),createBlock(resolveDynamicComponent(z.tag),{id:unref(k),class:normalizeClass(unref(n).b("group")),role:"group","aria-label":unref(L)?void 0:z.ariaLabel||"checkbox-group","aria-labelledby":unref(L)?(oe=unref($))==null?void 0:oe.labelId:void 0},{default:withCtx(()=>[renderSlot(z.$slots,"default")]),_:3},8,["id","class","aria-label","aria-labelledby"])}}});var CheckboxGroup=_export_sfc$1(_sfc_main$2k,[["__file","checkbox-group.vue"]]);const ElCheckbox=withInstall(Checkbox,{CheckboxButton,CheckboxGroup}),ElCheckboxButton=withNoopInstall(CheckboxButton),ElCheckboxGroup$1=withNoopInstall(CheckboxGroup),radioPropsBase=buildProps({modelValue:{type:[String,Number,Boolean],default:void 0},size:useSizeProp,disabled:Boolean,label:{type:[String,Number,Boolean],default:void 0},value:{type:[String,Number,Boolean],default:void 0},name:{type:String,default:void 0}}),radioProps=buildProps({...radioPropsBase,border:Boolean}),radioEmits={[UPDATE_MODEL_EVENT]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e),[CHANGE_EVENT]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e)},radioGroupKey=Symbol("radioGroupKey"),useRadio=(e,t)=>{const y=ref$1(),n=inject(radioGroupKey,void 0),$=computed(()=>!!n),k=computed(()=>isPropAbsent(e.value)?e.label:e.value),L=computed({get(){return $.value?n.modelValue:e.modelValue},set(oe){$.value?n.changeEvent(oe):t&&t(UPDATE_MODEL_EVENT,oe),y.value.checked=e.modelValue===k.value}}),j=useFormSize(computed(()=>n==null?void 0:n.size)),V=useFormDisabled(computed(()=>n==null?void 0:n.disabled)),z=ref$1(!1),re=computed(()=>V.value||$.value&&L.value!==k.value?-1:0);return useDeprecated({from:"label act as value",replacement:"value",version:"3.0.0",scope:"el-radio",ref:"https://element-plus.org/en-US/component/radio.html"},computed(()=>$.value&&isPropAbsent(e.value))),{radioRef:y,isGroup:$,radioGroup:n,focus:z,size:j,disabled:V,tabIndex:re,modelValue:L,actualValue:k}},__default__$1j=defineComponent({name:"ElRadio"}),_sfc_main$2j=defineComponent({...__default__$1j,props:radioProps,emits:radioEmits,setup(e,{emit:t}){const y=e,n=useNamespace("radio"),{radioRef:$,radioGroup:k,focus:L,size:j,disabled:V,modelValue:z,actualValue:re}=useRadio(y,t);function oe(){nextTick$3(()=>t("change",z.value))}return(ue,de)=>{var _e;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(n).b(),unref(n).is("disabled",unref(V)),unref(n).is("focus",unref(L)),unref(n).is("bordered",ue.border),unref(n).is("checked",unref(z)===unref(re)),unref(n).m(unref(j))])},[createBaseVNode("span",{class:normalizeClass([unref(n).e("input"),unref(n).is("disabled",unref(V)),unref(n).is("checked",unref(z)===unref(re))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:$,"onUpdate:modelValue":Ne=>isRef(z)?z.value=Ne:null,class:normalizeClass(unref(n).e("original")),value:unref(re),name:ue.name||((_e=unref(k))==null?void 0:_e.name),disabled:unref(V),checked:unref(z)===unref(re),type:"radio",onFocus:Ne=>L.value=!0,onBlur:Ne=>L.value=!1,onChange:oe,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","checked","onFocus","onBlur","onClick"]),[[vModelRadio,unref(z)]]),createBaseVNode("span",{class:normalizeClass(unref(n).e("inner"))},null,2)],2),createBaseVNode("span",{class:normalizeClass(unref(n).e("label")),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(ue.$slots,"default",{},()=>[createTextVNode(toDisplayString(ue.label),1)])],42,["onKeydown"])],2)}}});var Radio=_export_sfc$1(_sfc_main$2j,[["__file","radio.vue"]]);const radioButtonProps=buildProps({...radioPropsBase}),__default__$1i=defineComponent({name:"ElRadioButton"}),_sfc_main$2i=defineComponent({...__default__$1i,props:radioButtonProps,setup(e){const t=e,y=useNamespace("radio"),{radioRef:n,focus:$,size:k,disabled:L,modelValue:j,radioGroup:V,actualValue:z}=useRadio(t),re=computed(()=>({backgroundColor:(V==null?void 0:V.fill)||"",borderColor:(V==null?void 0:V.fill)||"",boxShadow:V!=null&&V.fill?`-1px 0 0 0 ${V.fill}`:"",color:(V==null?void 0:V.textColor)||""}));return(oe,ue)=>{var de;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(y).b("button"),unref(y).is("active",unref(j)===unref(z)),unref(y).is("disabled",unref(L)),unref(y).is("focus",unref($)),unref(y).bm("button",unref(k))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:n,"onUpdate:modelValue":_e=>isRef(j)?j.value=_e:null,class:normalizeClass(unref(y).be("button","original-radio")),value:unref(z),type:"radio",name:oe.name||((de=unref(V))==null?void 0:de.name),disabled:unref(L),onFocus:_e=>$.value=!0,onBlur:_e=>$.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","onFocus","onBlur","onClick"]),[[vModelRadio,unref(j)]]),createBaseVNode("span",{class:normalizeClass(unref(y).be("button","inner")),style:normalizeStyle(unref(j)===unref(z)?unref(re):{}),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.label),1)])],46,["onKeydown"])],2)}}});var RadioButton=_export_sfc$1(_sfc_main$2i,[["__file","radio-button.vue"]]);const radioGroupProps=buildProps({id:{type:String,default:void 0},size:useSizeProp,disabled:Boolean,modelValue:{type:[String,Number,Boolean],default:void 0},fill:{type:String,default:""},textColor:{type:String,default:""},name:{type:String,default:void 0},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),radioGroupEmits=radioEmits,__default__$1h=defineComponent({name:"ElRadioGroup"}),_sfc_main$2h=defineComponent({...__default__$1h,props:radioGroupProps,emits:radioGroupEmits,setup(e,{emit:t}){const y=e,n=useNamespace("radio"),$=useId(),k=ref$1(),{formItem:L}=useFormItem(),{inputId:j,isLabeledByFormItem:V}=useFormItemInputId(y,{formItemContext:L}),z=oe=>{t(UPDATE_MODEL_EVENT,oe),nextTick$3(()=>t("change",oe))};onMounted(()=>{const oe=k.value.querySelectorAll("[type=radio]"),ue=oe[0];!Array.from(oe).some(de=>de.checked)&&ue&&(ue.tabIndex=0)});const re=computed(()=>y.name||$.value);return provide(radioGroupKey,reactive({...toRefs(y),changeEvent:z,name:re})),watch(()=>y.modelValue,()=>{y.validateEvent&&(L==null||L.validate("change").catch(oe=>void 0))}),(oe,ue)=>(openBlock(),createElementBlock("div",{id:unref(j),ref_key:"radioGroupRef",ref:k,class:normalizeClass(unref(n).b("group")),role:"radiogroup","aria-label":unref(V)?void 0:oe.ariaLabel||"radio-group","aria-labelledby":unref(V)?unref(L).labelId:void 0},[renderSlot(oe.$slots,"default")],10,["id","aria-label","aria-labelledby"]))}});var RadioGroup=_export_sfc$1(_sfc_main$2h,[["__file","radio-group.vue"]]);const ElRadio=withInstall(Radio,{RadioButton,RadioGroup}),ElRadioGroup=withNoopInstall(RadioGroup),ElRadioButton=withNoopInstall(RadioButton);var NodeContent$1=defineComponent({name:"NodeContent",setup(){return{ns:useNamespace("cascader-node")}},render(){const{ns:e}=this,{node:t,panel:y}=this.$parent,{data:n,label:$}=t,{renderLabelFn:k}=y;return h$1("span",{class:e.e("label")},k?k({node:t,data:n}):$)}});const CASCADER_PANEL_INJECTION_KEY=Symbol(),_sfc_main$2g=defineComponent({name:"ElCascaderNode",components:{ElCheckbox,ElRadio,NodeContent:NodeContent$1,ElIcon,Check:check_default,Loading:loading_default,ArrowRight:arrow_right_default},props:{node:{type:Object,required:!0},menuId:String},emits:["expand"],setup(e,{emit:t}){const y=inject(CASCADER_PANEL_INJECTION_KEY),n=useNamespace("cascader-node"),$=computed(()=>y.isHoverMenu),k=computed(()=>y.config.multiple),L=computed(()=>y.config.checkStrictly),j=computed(()=>{var ir;return(ir=y.checkedNodes[0])==null?void 0:ir.uid}),V=computed(()=>e.node.isDisabled),z=computed(()=>e.node.isLeaf),re=computed(()=>L.value&&!z.value||!V.value),oe=computed(()=>de(y.expandingNode)),ue=computed(()=>L.value&&y.checkedNodes.some(de)),de=ir=>{var dr;const{level:cr,uid:nr}=e.node;return((dr=ir==null?void 0:ir.pathNodes[cr-1])==null?void 0:dr.uid)===nr},_e=()=>{oe.value||y.expandNode(e.node)},Ne=ir=>{const{node:dr}=e;ir!==dr.checked&&y.handleCheckChange(dr,ir)},Ue=()=>{y.lazyLoad(e.node,()=>{z.value||_e()})},$e=ir=>{$.value&&(Ve(),!z.value&&t("expand",ir))},Ve=()=>{const{node:ir}=e;!re.value||ir.loading||(ir.loaded?_e():Ue())},Fe=()=>{$.value&&!z.value||(z.value&&!V.value&&!L.value&&!k.value?er(!0):Ve())},qe=ir=>{L.value?(Ne(ir),e.node.loaded&&_e()):er(ir)},er=ir=>{e.node.loaded?(Ne(ir),!L.value&&_e()):Ue()};return{panel:y,isHoverMenu:$,multiple:k,checkStrictly:L,checkedNodeId:j,isDisabled:V,isLeaf:z,expandable:re,inExpandingPath:oe,inCheckedPath:ue,ns:n,handleHoverExpand:$e,handleExpand:Ve,handleClick:Fe,handleCheck:er,handleSelectCheck:qe}}});function _sfc_render$t(e,t,y,n,$,k){const L=resolveComponent("el-checkbox"),j=resolveComponent("el-radio"),V=resolveComponent("check"),z=resolveComponent("el-icon"),re=resolveComponent("node-content"),oe=resolveComponent("loading"),ue=resolveComponent("arrow-right");return openBlock(),createElementBlock("li",{id:`${e.menuId}-${e.node.uid}`,role:"menuitem","aria-haspopup":!e.isLeaf,"aria-owns":e.isLeaf?null:e.menuId,"aria-expanded":e.inExpandingPath,tabindex:e.expandable?-1:void 0,class:normalizeClass([e.ns.b(),e.ns.is("selectable",e.checkStrictly),e.ns.is("active",e.node.checked),e.ns.is("disabled",!e.expandable),e.inExpandingPath&&"in-active-path",e.inCheckedPath&&"in-checked-path"]),onMouseenter:e.handleHoverExpand,onFocus:e.handleHoverExpand,onClick:e.handleClick},[createCommentVNode(" prefix "),e.multiple?(openBlock(),createBlock(L,{key:0,"model-value":e.node.checked,indeterminate:e.node.indeterminate,disabled:e.isDisabled,onClick:withModifiers(()=>{},["stop"]),"onUpdate:modelValue":e.handleSelectCheck},null,8,["model-value","indeterminate","disabled","onClick","onUpdate:modelValue"])):e.checkStrictly?(openBlock(),createBlock(j,{key:1,"model-value":e.checkedNodeId,label:e.node.uid,disabled:e.isDisabled,"onUpdate:modelValue":e.handleSelectCheck,onClick:withModifiers(()=>{},["stop"])},{default:withCtx(()=>[createCommentVNode(` +*/const mousewheel=function(e,t){if(e&&e.addEventListener){const y=function(n){const k=Y(n);t&&Reflect.apply(t,this,[n,k])};e.addEventListener("wheel",y,{passive:!0})}},Mousewheel={beforeMount(e,t){mousewheel(e,t.value)}},basicTimeSpinnerProps=buildProps({role:{type:String,required:!0},spinnerDate:{type:definePropType(Object),required:!0},showSeconds:{type:Boolean,default:!0},arrowControl:Boolean,amPmMode:{type:definePropType(String),default:""},...disabledTimeListsProps}),_sfc_main$2u=defineComponent({__name:"basic-time-spinner",props:basicTimeSpinnerProps,emits:["change","select-range","set-option"],setup(e,{emit:t}){const y=e,n=useNamespace("time"),{getHoursList:k,getMinutesList:L,getSecondsList:$}=getTimeLists(y.disabledHours,y.disabledMinutes,y.disabledSeconds);let j=!1;const V=ref$1(),z=ref$1(),re=ref$1(),ie=ref$1(),oe={hours:z,minutes:re,seconds:ie},ue=computed(()=>y.showSeconds?timeUnits$1:timeUnits$1.slice(0,2)),de=computed(()=>{const{spinnerDate:hr}=y,Er=hr.hour(),kr=hr.minute(),xr=hr.second();return{hours:Er,minutes:kr,seconds:xr}}),pe=computed(()=>{const{hours:hr,minutes:Er}=unref(de);return{hours:k(y.role),minutes:L(hr,y.role),seconds:$(hr,Er,y.role)}}),Ie=computed(()=>{const{hours:hr,minutes:Er,seconds:kr}=unref(de);return{hours:buildTimeList(hr,23),minutes:buildTimeList(Er,59),seconds:buildTimeList(kr,59)}}),_e=debounce(hr=>{j=!1,Ne(hr)},200),Ce=hr=>{if(!!!y.amPmMode)return"";const kr=y.amPmMode==="A";let xr=hr<12?" am":" pm";return kr&&(xr=xr.toUpperCase()),xr},he=hr=>{let Er;switch(hr){case"hours":Er=[0,2];break;case"minutes":Er=[3,5];break;case"seconds":Er=[6,8];break}const[kr,xr]=Er;t("select-range",kr,xr),V.value=hr},Ne=hr=>{kt(hr,unref(de)[hr])},Fe=()=>{Ne("hours"),Ne("minutes"),Ne("seconds")},Ue=hr=>hr.querySelector(`.${n.namespace.value}-scrollbar__wrap`),kt=(hr,Er)=>{if(y.arrowControl)return;const kr=unref(oe[hr]);kr&&kr.$el&&(Ue(kr.$el).scrollTop=Math.max(0,Er*Et(hr)))},Et=hr=>{const Er=unref(oe[hr]),kr=Er==null?void 0:Er.$el.querySelector("li");return kr&&Number.parseFloat(getStyle(kr,"height"))||0},Ve=()=>{jt(1)},qe=()=>{jt(-1)},jt=hr=>{V.value||he("hours");const Er=V.value,kr=unref(de)[Er],xr=V.value==="hours"?24:60,yr=tr(Er,kr,hr,xr);rr(Er,yr),kt(Er,yr),nextTick$1(()=>he(Er))},tr=(hr,Er,kr,xr)=>{let yr=(Er+kr+xr)%xr;const vr=unref(pe)[hr];for(;vr[yr]&&yr!==Er;)yr=(yr+kr+xr)%xr;return yr},rr=(hr,Er)=>{if(unref(pe)[hr][Er])return;const{hours:yr,minutes:vr,seconds:Rr}=unref(de);let Br;switch(hr){case"hours":Br=y.spinnerDate.hour(Er).minute(vr).second(Rr);break;case"minutes":Br=y.spinnerDate.hour(yr).minute(Er).second(Rr);break;case"seconds":Br=y.spinnerDate.hour(yr).minute(vr).second(Er);break}t("change",Br)},ar=(hr,{value:Er,disabled:kr})=>{kr||(rr(hr,Er),he(hr),kt(hr,Er))},nr=hr=>{j=!0,_e(hr);const Er=Math.min(Math.round((Ue(unref(oe[hr]).$el).scrollTop-(ur(hr)*.5-10)/Et(hr)+3)/Et(hr)),hr==="hours"?23:59);rr(hr,Er)},ur=hr=>unref(oe[hr]).$el.offsetHeight,cr=()=>{const hr=Er=>{const kr=unref(oe[Er]);kr&&kr.$el&&(Ue(kr.$el).onscroll=()=>{nr(Er)})};hr("hours"),hr("minutes"),hr("seconds")};onMounted(()=>{nextTick$1(()=>{!y.arrowControl&&cr(),Fe(),y.role==="start"&&he("hours")})});const _r=(hr,Er)=>{oe[Er].value=hr};return t("set-option",[`${y.role}_scrollDown`,jt]),t("set-option",[`${y.role}_emitSelectRange`,he]),watch(()=>y.spinnerDate,()=>{j||Fe()}),(hr,Er)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("spinner"),{"has-seconds":hr.showSeconds}])},[hr.arrowControl?createCommentVNode("v-if",!0):(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(unref(ue),kr=>(openBlock(),createBlock(unref(ElScrollbar),{key:kr,ref_for:!0,ref:xr=>_r(xr,kr),class:normalizeClass(unref(n).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":unref(n).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:xr=>he(kr),onMousemove:xr=>Ne(kr)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(pe)[kr],(xr,yr)=>(openBlock(),createElementBlock("li",{key:yr,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",yr===unref(de)[kr]),unref(n).is("disabled",xr)]),onClick:vr=>ar(kr,{value:yr,disabled:xr})},[kr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(hr.amPmMode?yr%12||12:yr)).slice(-2))+toDisplayString(Ce(yr)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+yr).slice(-2)),1)],64))],10,["onClick"]))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),hr.arrowControl?(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(ue),kr=>(openBlock(),createElementBlock("div",{key:kr,class:normalizeClass([unref(n).be("spinner","wrapper"),unref(n).is("arrow")]),onMouseenter:xr=>he(kr)},[withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-up",unref(n).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_up_default))]),_:1},8,["class"])),[[unref(vRepeatClick),qe]]),withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-down",unref(n).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"])),[[unref(vRepeatClick),Ve]]),createBaseVNode("ul",{class:normalizeClass(unref(n).be("spinner","list"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ie)[kr],(xr,yr)=>(openBlock(),createElementBlock("li",{key:yr,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",xr===unref(de)[kr]),unref(n).is("disabled",unref(pe)[kr][xr])])},[typeof xr=="number"?(openBlock(),createElementBlock(Fragment,{key:0},[kr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(hr.amPmMode?xr%12||12:xr)).slice(-2))+toDisplayString(Ce(xr)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+xr).slice(-2)),1)],64))],64)):createCommentVNode("v-if",!0)],2))),128))],2)],42,["onMouseenter"]))),128)):createCommentVNode("v-if",!0)],2))}});var TimeSpinner=_export_sfc$1(_sfc_main$2u,[["__file","basic-time-spinner.vue"]]);const _sfc_main$2t=defineComponent({__name:"panel-time-pick",props:panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(e,{emit:t}){const y=e,n=inject("EP_PICKER_BASE"),{arrowControl:k,disabledHours:L,disabledMinutes:$,disabledSeconds:j,defaultValue:V}=n.props,{getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:ie}=buildAvailableTimeSlotGetter(L,$,j),oe=useNamespace("time"),{t:ue,lang:de}=useLocale(),pe=ref$1([0,2]),Ie=useOldValue(y),_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=_r=>{const hr=dayjs(_r).locale(de.value),Er=ar(hr);return hr.isSame(Er)},Fe=()=>{t("pick",Ie.value,!1)},Ue=(_r=!1,hr=!1)=>{hr||t("pick",y.parsedValue,_r)},kt=_r=>{if(!y.visible)return;const hr=ar(_r).millisecond(0);t("pick",hr,!0)},Et=(_r,hr)=>{t("select-range",_r,hr),pe.value=[_r,hr]},Ve=_r=>{const hr=[0,3].concat(Ce.value?[6]:[]),Er=["hours","minutes"].concat(Ce.value?["seconds"]:[]),xr=(hr.indexOf(pe.value[0])+_r+hr.length)%hr.length;jt.start_emitSelectRange(Er[xr])},qe=_r=>{const hr=_r.code,{left:Er,right:kr,up:xr,down:yr}=EVENT_CODE;if([Er,kr].includes(hr)){Ve(hr===Er?-1:1),_r.preventDefault();return}if([xr,yr].includes(hr)){const vr=hr===xr?-1:1;jt.start_scrollDown(vr),_r.preventDefault();return}},{timePickerOptions:jt,onSetOption:tr,getAvailableTime:rr}=useTimePanel({getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:ie}),ar=_r=>rr(_r,y.datetimeRole||"",!0),nr=_r=>_r?dayjs(_r,y.format).locale(de.value):null,ur=_r=>_r?_r.format(y.format):null,cr=()=>dayjs(V).locale(de.value);return t("set-picker-option",["isValidValue",Ne]),t("set-picker-option",["formatToString",ur]),t("set-picker-option",["parseUserInput",nr]),t("set-picker-option",["handleKeydownInput",qe]),t("set-picker-option",["getRangeAvailableTime",ar]),t("set-picker-option",["getDefaultValue",cr]),(_r,hr)=>(openBlock(),createBlock(Transition,{name:unref(_e)},{default:withCtx(()=>[_r.actualVisible||_r.visible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(oe).b("panel"))},[createBaseVNode("div",{class:normalizeClass([unref(oe).be("panel","content"),{"has-seconds":unref(Ce)}])},[createVNode(TimeSpinner,{ref:"spinner",role:_r.datetimeRole||"start","arrow-control":unref(k),"show-seconds":unref(Ce),"am-pm-mode":unref(he),"spinner-date":_r.parsedValue,"disabled-hours":unref(L),"disabled-minutes":unref($),"disabled-seconds":unref(j),onChange:kt,onSetOption:unref(tr),onSelectRange:Et},null,8,["role","arrow-control","show-seconds","am-pm-mode","spinner-date","disabled-hours","disabled-minutes","disabled-seconds","onSetOption"])],2),createBaseVNode("div",{class:normalizeClass(unref(oe).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(oe).be("panel","btn"),"cancel"]),onClick:Fe},toDisplayString(unref(ue)("el.datepicker.cancel")),3),createBaseVNode("button",{type:"button",class:normalizeClass([unref(oe).be("panel","btn"),"confirm"]),onClick:Er=>Ue()},toDisplayString(unref(ue)("el.datepicker.confirm")),11,["onClick"])],2)],2)):createCommentVNode("v-if",!0)]),_:1},8,["name"]))}});var TimePickPanel=_export_sfc$1(_sfc_main$2t,[["__file","panel-time-pick.vue"]]);const panelTimeRangeProps=buildProps({...timePanelSharedProps,parsedValue:{type:definePropType(Array)}}),_sfc_main$2s=defineComponent({__name:"panel-time-range",props:panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(e,{emit:t}){const y=e,n=(Ur,zr)=>{const Sr=[];for(let Tr=Ur;Tr<=zr;Tr++)Sr.push(Tr);return Sr},{t:k,lang:L}=useLocale(),$=useNamespace("time"),j=useNamespace("picker"),V=inject("EP_PICKER_BASE"),{arrowControl:z,disabledHours:re,disabledMinutes:ie,disabledSeconds:oe,defaultValue:ue}=V.props,de=computed(()=>[$.be("range-picker","body"),$.be("panel","content"),$.is("arrow",z),Ne.value?"has-seconds":""]),pe=computed(()=>[$.be("range-picker","body"),$.be("panel","content"),$.is("arrow",z),Ne.value?"has-seconds":""]),Ie=computed(()=>y.parsedValue[0]),_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":""),Ue=(Ur=!1)=>{t("pick",[Ie.value,_e.value],Ur)},kt=Ur=>{qe(Ur.millisecond(0),_e.value)},Et=Ur=>{qe(Ie.value,Ur.millisecond(0))},Ve=Ur=>{const zr=Ur.map(Tr=>dayjs(Tr).locale(L.value)),Sr=kr(zr);return zr[0].isSame(Sr[0])&&zr[1].isSame(Sr[1])},qe=(Ur,zr)=>{t("pick",[Ur,zr],!0)},jt=computed(()=>Ie.value>_e.value),tr=ref$1([0,2]),rr=(Ur,zr)=>{t("select-range",Ur,zr,"min"),tr.value=[Ur,zr]},ar=computed(()=>Ne.value?11:8),nr=(Ur,zr)=>{t("select-range",Ur,zr,"max");const Sr=unref(ar);tr.value=[Ur+Sr,zr+Sr]},ur=Ur=>{const zr=Ne.value?[0,3,6,11,14,17]:[0,3,8,11],Sr=["hours","minutes"].concat(Ne.value?["seconds"]:[]),Mr=(zr.indexOf(tr.value[0])+Ur+zr.length)%zr.length,br=zr.length/2;Mr{const zr=Ur.code,{left:Sr,right:Tr,up:Mr,down:br}=EVENT_CODE;if([Sr,Tr].includes(zr)){ur(zr===Sr?-1:1),Ur.preventDefault();return}if([Mr,br].includes(zr)){const Cr=zr===Mr?-1:1,Ir=tr.value[0]{const Sr=re?re(Ur):[],Tr=Ur==="start",br=(zr||(Tr?_e.value:Ie.value)).hour(),Cr=Tr?n(br+1,23):n(0,br-1);return union(Sr,Cr)},hr=(Ur,zr,Sr)=>{const Tr=ie?ie(Ur,zr):[],Mr=zr==="start",br=Sr||(Mr?_e.value:Ie.value),Cr=br.hour();if(Ur!==Cr)return Tr;const Ir=br.minute(),Dr=Mr?n(Ir+1,59):n(0,Ir-1);return union(Tr,Dr)},Er=(Ur,zr,Sr,Tr)=>{const Mr=oe?oe(Ur,zr,Sr):[],br=Sr==="start",Cr=Tr||(br?_e.value:Ie.value),Ir=Cr.hour(),Dr=Cr.minute();if(Ur!==Ir||zr!==Dr)return Mr;const Kr=Cr.second(),Wr=br?n(Kr+1,59):n(0,Kr-1);return union(Mr,Wr)},kr=([Ur,zr])=>[Br(Ur,"start",!0,zr),Br(zr,"end",!1,Ur)],{getAvailableHours:xr,getAvailableMinutes:yr,getAvailableSeconds:vr}=buildAvailableTimeSlotGetter(_r,hr,Er),{timePickerOptions:Rr,getAvailableTime:Br,onSetOption:mr}=useTimePanel({getAvailableHours:xr,getAvailableMinutes:yr,getAvailableSeconds:vr}),gr=Ur=>Ur?isArray$2(Ur)?Ur.map(zr=>dayjs(zr,y.format).locale(L.value)):dayjs(Ur,y.format).locale(L.value):null,jr=Ur=>Ur?isArray$2(Ur)?Ur.map(zr=>zr.format(y.format)):Ur.format(y.format):null,Hr=()=>{if(isArray$2(ue))return ue.map(zr=>dayjs(zr).locale(L.value));const Ur=dayjs(ue).locale(L.value);return[Ur,Ur.add(60,"m")]};return t("set-picker-option",["formatToString",jr]),t("set-picker-option",["parseUserInput",gr]),t("set-picker-option",["isValidValue",Ve]),t("set-picker-option",["handleKeydownInput",cr]),t("set-picker-option",["getDefaultValue",Hr]),t("set-picker-option",["getRangeAvailableTime",kr]),(Ur,zr)=>Ur.actualVisible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref($).b("range-picker"),unref(j).b("panel")])},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","content"))},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","header"))},toDisplayString(unref(k)("el.datepicker.startTime")),3),createBaseVNode("div",{class:normalizeClass(unref(de))},[createVNode(TimeSpinner,{ref:"minSpinner",role:"start","show-seconds":unref(Ne),"am-pm-mode":unref(Fe),"arrow-control":unref(z),"spinner-date":unref(Ie),"disabled-hours":_r,"disabled-minutes":hr,"disabled-seconds":Er,onChange:kt,onSetOption:unref(mr),onSelectRange:rr},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","header"))},toDisplayString(unref(k)("el.datepicker.endTime")),3),createBaseVNode("div",{class:normalizeClass(unref(pe))},[createVNode(TimeSpinner,{ref:"maxSpinner",role:"end","show-seconds":unref(Ne),"am-pm-mode":unref(Fe),"arrow-control":unref(z),"spinner-date":unref(_e),"disabled-hours":_r,"disabled-minutes":hr,"disabled-seconds":Er,onChange:Et,onSetOption:unref(mr),onSelectRange:nr},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),createBaseVNode("div",{class:normalizeClass(unref($).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref($).be("panel","btn"),"cancel"]),onClick:Sr=>he()},toDisplayString(unref(k)("el.datepicker.cancel")),11,["onClick"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref($).be("panel","btn"),"confirm"]),disabled:unref(jt),onClick:Sr=>Ue()},toDisplayString(unref(k)("el.datepicker.confirm")),11,["disabled","onClick"])],2)],2)):createCommentVNode("v-if",!0)}});var TimeRangePanel=_export_sfc$1(_sfc_main$2s,[["__file","panel-time-range.vue"]]);dayjs.extend(customParseFormat);var TimePicker=defineComponent({name:"ElTimePicker",install:null,props:{...timePickerDefaultProps,isRange:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,t){const y=ref$1(),[n,k]=e.isRange?["timerange",TimeRangePanel]:["time",TimePickPanel],L=$=>t.emit("update:modelValue",$);return provide("ElPopperOptions",e.popperOptions),t.expose({focus:$=>{var j;(j=y.value)==null||j.handleFocusInput($)},blur:$=>{var j;(j=y.value)==null||j.handleBlurInput($)},handleOpen:()=>{var $;($=y.value)==null||$.handleOpen()},handleClose:()=>{var $;($=y.value)==null||$.handleClose()}}),()=>{var $;const j=($=e.format)!=null?$:DEFAULT_FORMATS_TIME;return createVNode(CommonPicker,mergeProps(e,{ref:y,type:n,format:j,"onUpdate:modelValue":L}),{default:V=>createVNode(k,V,null)})}}});const ElTimePicker=withInstall(TimePicker),getPrevMonthLastDays=(e,t)=>{const y=e.subtract(1,"month").endOf("month").date();return rangeArr(t).map((n,k)=>y-(t-k-1))},getMonthDays=e=>{const t=e.daysInMonth();return rangeArr(t).map((y,n)=>n+1)},toNestedArr=e=>rangeArr(e.length/7).map(t=>{const y=t*7;return e.slice(y,y+7)}),dateTableProps=buildProps({selectedDay:{type:definePropType(Object)},range:{type:definePropType(Array)},date:{type:definePropType(Object),required:!0},hideHeader:{type:Boolean}}),dateTableEmits={pick:e=>isObject$4(e)};var localeData$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n,k){var L=n.prototype,$=function(ie){return ie&&(ie.indexOf?ie:ie.s)},j=function(ie,oe,ue,de,pe){var Ie=ie.name?ie:ie.$locale(),_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,Ue){return he[(Ue+(Ne||0))%7]})},V=function(){return k.Ls[k.locale()]},z=function(ie,oe){return ie.formats[oe]||function(ue){return ue.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(de,pe,Ie){return pe||Ie.slice(1)})}(ie.formats[oe.toUpperCase()])},re=function(){var ie=this;return{months:function(oe){return oe?oe.format("MMMM"):j(ie,"months")},monthsShort:function(oe){return oe?oe.format("MMM"):j(ie,"monthsShort","months",3)},firstDayOfWeek:function(){return ie.$locale().weekStart||0},weekdays:function(oe){return oe?oe.format("dddd"):j(ie,"weekdays")},weekdaysMin:function(oe){return oe?oe.format("dd"):j(ie,"weekdaysMin","weekdays",2)},weekdaysShort:function(oe){return oe?oe.format("ddd"):j(ie,"weekdaysShort","weekdays",3)},longDateFormat:function(oe){return z(ie.$locale(),oe)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};L.localeData=function(){return re.bind(this)()},k.localeData=function(){var ie=V();return{firstDayOfWeek:function(){return ie.weekStart||0},weekdays:function(){return k.weekdays()},weekdaysShort:function(){return k.weekdaysShort()},weekdaysMin:function(){return k.weekdaysMin()},months:function(){return k.months()},monthsShort:function(){return k.monthsShort()},longDateFormat:function(oe){return z(ie,oe)},meridiem:ie.meridiem,ordinal:ie.ordinal}},k.months=function(){return j(V(),"months")},k.monthsShort=function(){return j(V(),"monthsShort","months",3)},k.weekdays=function(ie){return j(V(),"weekdays",null,null,ie)},k.weekdaysShort=function(ie){return j(V(),"weekdaysShort","weekdays",3,ie)},k.weekdaysMin=function(ie){return j(V(),"weekdaysMin","weekdays",2,ie)}}})})(localeData$1);var localeDataExports=localeData$1.exports;const localeData=getDefaultExportFromCjs(localeDataExports),useDateTable=(e,t)=>{dayjs.extend(localeData);const y=dayjs.localeData().firstDayOfWeek(),{t:n,lang:k}=useLocale(),L=dayjs().locale(k.value),$=computed(()=>!!e.range&&!!e.range.length),j=computed(()=>{let oe=[];if($.value){const[ue,de]=e.range,pe=rangeArr(de.date()-ue.date()+1).map(Ce=>({text:ue.date()+Ce,type:"current"}));let Ie=pe.length%7;Ie=Ie===0?0:7-Ie;const _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$2r=defineComponent({...__default__$1r,props:dateTableProps,emits:dateTableEmits,setup(e,{expose:t,emit:y}){const n=e,{isInRange:k,now:L,rows:$,weekDays:j,getFormattedDate:V,handlePickDay:z,getSlotData:re}=useDateTable(n,y),ie=useNamespace("calendar-table"),oe=useNamespace("calendar-day"),ue=({text:de,type:pe})=>{const Ie=[pe];if(pe==="current"){const _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$2r,[["__file","date-table.vue"]]);const adjacentMonth=(e,t)=>{const y=e.endOf("month"),n=t.startOf("month"),L=y.isSame(n,"week")?n.add(1,"week"):n;return[[e,y],[L.startOf("week"),t]]},threeConsecutiveMonth=(e,t)=>{const y=e.endOf("month"),n=e.add(1,"month").startOf("month"),k=y.isSame(n,"week")?n.add(1,"week"):n,L=k.endOf("month"),$=t.startOf("month"),j=L.isSame($,"week")?$.add(1,"week"):$;return[[e,y],[k.startOf("week"),L],[j.startOf("week"),t]]},useCalendar=(e,t,y)=>{const{lang:n}=useLocale(),k=ref$1(),L=dayjs().locale(n.value),$=computed({get(){return e.modelValue?V.value:k.value},set(Ie){if(!Ie)return;k.value=Ie;const _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$2q=defineComponent({...__default__$1q,props:calendarProps,emits:calendarEmits,setup(e,{expose:t,emit:y}){const n=e,k=useNamespace("calendar"),{calculateValidatedDateRange:L,date:$,pickDay:j,realSelectedDay:V,selectDate:z,validatedRange:re}=useCalendar(n,y),{t:ie}=useLocale(),oe=computed(()=>{const ue=`el.datepicker.month${$.value.format("M")}`;return`${$.value.year()} ${ie("el.datepicker.year")} ${ie(ue)}`});return t({selectedDay:V,pickDay:j,selectDate:z,calculateValidatedDateRange:L}),(ue,de)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(k).b())},[createBaseVNode("div",{class:normalizeClass(unref(k).e("header"))},[renderSlot(ue.$slots,"header",{date:unref(oe)},()=>[createBaseVNode("div",{class:normalizeClass(unref(k).e("title"))},toDisplayString(unref(oe)),3),unref(re).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("button-group"))},[createVNode(unref(ElButtonGroup$1),null,{default:withCtx(()=>[createVNode(unref(ElButton),{size:"small",onClick:pe=>unref(z)("prev-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)("el.datepicker.prevMonth")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:pe=>unref(z)("today")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)("el.datepicker.today")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:pe=>unref(z)("next-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)("el.datepicker.nextMonth")),1)]),_:1},8,["onClick"])]),_:1})],2)):createCommentVNode("v-if",!0)])],2),unref(re).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("body"))},[createVNode(DateTable$1,{date:unref($),"selected-day":unref(V),onPick:unref(j)},createSlots({_:2},[ue.$slots["date-cell"]?{name:"date-cell",fn:withCtx(pe=>[renderSlot(ue.$slots,"date-cell",normalizeProps(guardReactiveProps(pe)))])}:void 0]),1032,["date","selected-day","onPick"])],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).e("body"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),(pe,Ie)=>(openBlock(),createBlock(DateTable$1,{key:Ie,date:pe[0],"selected-day":unref(V),range:pe,"hide-header":Ie!==0,onPick:unref(j)},createSlots({_:2},[ue.$slots["date-cell"]?{name:"date-cell",fn:withCtx(_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$2q,[["__file","calendar.vue"]]);const ElCalendar=withInstall(Calendar),cardProps=buildProps({header:{type:String,default:""},footer:{type:String,default:""},bodyStyle:{type:definePropType([String,Object,Array]),default:""},bodyClass:String,shadow:{type:String,values:["always","hover","never"],default:"always"}}),__default__$1p=defineComponent({name:"ElCard"}),_sfc_main$2p=defineComponent({...__default__$1p,props:cardProps,setup(e){const t=useNamespace("card");return(y,n)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(t).b(),unref(t).is(`${y.shadow}-shadow`)])},[y.$slots.header||y.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(t).e("header"))},[renderSlot(y.$slots,"header",{},()=>[createTextVNode(toDisplayString(y.header),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([unref(t).e("body"),y.bodyClass]),style:normalizeStyle(y.bodyStyle)},[renderSlot(y.$slots,"default")],6),y.$slots.footer||y.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(t).e("footer"))},[renderSlot(y.$slots,"footer",{},()=>[createTextVNode(toDisplayString(y.footer),1)])],2)):createCommentVNode("v-if",!0)],2))}});var Card=_export_sfc$1(_sfc_main$2p,[["__file","card.vue"]]);const ElCard=withInstall(Card),carouselProps=buildProps({initialIndex:{type:Number,default:0},height:{type:String,default:""},trigger:{type:String,values:["hover","click"],default:"hover"},autoplay:{type:Boolean,default:!0},interval:{type:Number,default:3e3},indicatorPosition:{type:String,values:["","none","outside"],default:""},arrow:{type:String,values:["always","hover","never"],default:"hover"},type:{type:String,values:["","card"],default:""},cardScale:{type:Number,default:.83},loop:{type:Boolean,default:!0},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},pauseOnHover:{type:Boolean,default:!0},motionBlur:Boolean}),carouselEmits={change:(e,t)=>[e,t].every(isNumber$3)},carouselContextKey=Symbol("carouselContextKey"),THROTTLE_TIME=300,useCarousel=(e,t,y)=>{const{children:n,addChild:k,removeChild:L}=useOrderedChildren(getCurrentInstance(),"ElCarouselItem"),$=useSlots(),j=ref$1(-1),V=ref$1(null),z=ref$1(!1),re=ref$1(),ie=ref$1(0),oe=ref$1(!0),ue=ref$1(!0),de=ref$1(!1),pe=computed(()=>e.arrow!=="never"&&!unref(Ce)),Ie=computed(()=>n.value.some(Br=>Br.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(Br=>{qe(Br)},THROTTLE_TIME,{trailing:!0}),Fe=throttle$1(Br=>{hr(Br)},THROTTLE_TIME),Ue=Br=>oe.value?j.value<=1?Br<=1:Br>1:!0;function kt(){V.value&&(clearInterval(V.value),V.value=null)}function Et(){e.interval<=0||!e.autoplay||V.value||(V.value=setInterval(()=>Ve(),e.interval))}const Ve=()=>{ue.value||(de.value=!0),ue.value=!1,j.valueHr.props.name===Br);jr.length>0&&(Br=n.value.indexOf(jr[0]))}if(Br=Number(Br),Number.isNaN(Br)||Br!==Math.floor(Br))return;const mr=n.value.length,gr=j.value;Br<0?j.value=e.loop?mr-1:0:Br>=mr?j.value=e.loop?0:mr-1:j.value=Br,gr===j.value&&jt(gr),xr()}function jt(Br){n.value.forEach((mr,gr)=>{mr.translateItem(gr,j.value,Br)})}function tr(Br,mr){var gr,jr,Hr,Ur;const zr=unref(n),Sr=zr.length;if(Sr===0||!Br.states.inStage)return!1;const Tr=mr+1,Mr=mr-1,br=Sr-1,Cr=zr[br].states.active,Ir=zr[0].states.active,Dr=(jr=(gr=zr[Tr])==null?void 0:gr.states)==null?void 0:jr.active,Kr=(Ur=(Hr=zr[Mr])==null?void 0:Hr.states)==null?void 0:Ur.active;return mr===br&&Ir||Dr?"left":mr===0&&Cr||Kr?"right":!1}function rr(){z.value=!0,e.pauseOnHover&&kt()}function ar(){z.value=!1,Et()}function nr(){de.value=!1}function ur(Br){unref(Ce)||n.value.forEach((mr,gr)=>{Br===tr(mr,gr)&&(mr.states.hover=!0)})}function cr(){unref(Ce)||n.value.forEach(Br=>{Br.states.hover=!1})}function _r(Br){Br!==j.value&&(ue.value||(de.value=!0)),j.value=Br}function hr(Br){e.trigger==="hover"&&Br!==j.value&&(j.value=Br,ue.value||(de.value=!0))}function Er(){qe(j.value-1)}function kr(){qe(j.value+1)}function xr(){kt(),e.pauseOnHover||Et()}function yr(Br){e.height==="auto"&&(ie.value=Br)}function vr(){var Br;const mr=(Br=$.default)==null?void 0:Br.call($);if(!mr)return null;const gr=flattedChildren(mr),jr="ElCarouselItem",Hr=gr.filter(Ur=>isVNode(Ur)&&Ur.type.name===jr);return(Hr==null?void 0:Hr.length)===2&&e.loop&&!_e.value?(oe.value=!0,Hr):(oe.value=!1,null)}watch(()=>j.value,(Br,mr)=>{jt(mr),oe.value&&(Br=Br%2,mr=mr%2),mr>-1&&t("change",Br,mr)}),watch(()=>e.autoplay,Br=>{Br?Et():kt()}),watch(()=>e.loop,()=>{qe(j.value)}),watch(()=>e.interval,()=>{xr()});const Rr=shallowRef();return onMounted(()=>{watch(()=>n.value,()=>{n.value.length>0&&qe(e.initialIndex)},{immediate:!0}),Rr.value=useResizeObserver(re.value,()=>{jt()}),Et()}),onBeforeUnmount(()=>{kt(),re.value&&Rr.value&&Rr.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:yr}),{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:_r,handleMouseEnter:rr,handleMouseLeave:ar,setActiveItem:qe,prev:Er,next:kr,PlaceholderItem:vr,isTwoLengthShow:Ue,throttledArrowClick:Ne,throttledIndicatorHover:Fe}},COMPONENT_NAME$f="ElCarousel",__default__$1o=defineComponent({name:COMPONENT_NAME$f}),_sfc_main$2o=defineComponent({...__default__$1o,props:carouselProps,emits:carouselEmits,setup(e,{expose:t,emit:y}){const n=e,{root:k,activeIndex:L,arrowDisplay:$,hasLabel:j,hover:V,isCardType:z,items:re,isVertical:ie,containerStyle:oe,handleButtonEnter:ue,handleButtonLeave:de,isTransitioning:pe,handleIndicatorClick:Ie,handleMouseEnter:_e,handleMouseLeave:Ce,handleTransitionEnd:he,setActiveItem:Ne,prev:Fe,next:Ue,PlaceholderItem:kt,isTwoLengthShow:Et,throttledArrowClick:Ve,throttledIndicatorHover:qe}=useCarousel(n,y),jt=useNamespace("carousel"),{t:tr}=useLocale(),rr=computed(()=>{const ur=[jt.b(),jt.m(n.direction)];return unref(z)&&ur.push(jt.m("card")),ur}),ar=computed(()=>{const ur=[jt.e("container")];return n.motionBlur&&unref(pe)&&ur.push(unref(ie)?`${jt.namespace.value}-transitioning-vertical`:`${jt.namespace.value}-transitioning`),ur}),nr=computed(()=>{const ur=[jt.e("indicators"),jt.em("indicators",n.direction)];return unref(j)&&ur.push(jt.em("indicators","labels")),n.indicatorPosition==="outside"&&ur.push(jt.em("indicators","outside")),unref(ie)&&ur.push(jt.em("indicators","right")),ur});return t({activeIndex:L,setActiveItem:Ne,prev:Fe,next:Ue}),(ur,cr)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:k,class:normalizeClass(unref(rr)),onMouseenter:withModifiers(unref(_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(jt).e("arrow"),unref(jt).em("arrow","left")]),"aria-label":unref(tr)("el.carousel.leftArrow"),onMouseenter:_r=>unref(ue)("left"),onMouseleave:unref(de),onClick:withModifiers(_r=>unref(Ve)(unref(L)-1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(ur.arrow==="always"||unref(V))&&(n.loop||unref(L)>0)]])]),_:1})):createCommentVNode("v-if",!0),unref($)?(openBlock(),createBlock(Transition,{key:1,name:"carousel-arrow-right",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(jt).e("arrow"),unref(jt).em("arrow","right")]),"aria-label":unref(tr)("el.carousel.rightArrow"),onMouseenter:_r=>unref(ue)("right"),onMouseleave:unref(de),onClick:withModifiers(_r=>unref(Ve)(unref(L)+1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(ur.arrow==="always"||unref(V))&&(n.loop||unref(L)withDirectives((openBlock(),createElementBlock("li",{key:hr,class:normalizeClass([unref(jt).e("indicator"),unref(jt).em("indicator",ur.direction),unref(jt).is("active",hr===unref(L))]),onMouseenter:Er=>unref(qe)(hr),onClick:withModifiers(Er=>unref(Ie)(hr),["stop"])},[createBaseVNode("button",{class:normalizeClass(unref(jt).e("button")),"aria-label":unref(tr)("el.carousel.indicator",{index:hr+1})},[unref(j)?(openBlock(),createElementBlock("span",{key:0},toDisplayString(_r.props.label),1)):createCommentVNode("v-if",!0)],10,["aria-label"])],42,["onMouseenter","onClick"])),[[vShow,unref(Et)(hr)]])),128))],2)):createCommentVNode("v-if",!0),n.motionBlur?(openBlock(),createElementBlock("svg",{key:3,xmlns:"http://www.w3.org/2000/svg",version:"1.1",style:{display:"none"}},[createBaseVNode("defs",null,[createBaseVNode("filter",{id:"elCarouselHorizontal"},[createBaseVNode("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"12,0"})]),createBaseVNode("filter",{id:"elCarouselVertical"},[createBaseVNode("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"0,10"})])])])):createCommentVNode("v-if",!0)],42,["onMouseenter","onMouseleave"]))}});var Carousel=_export_sfc$1(_sfc_main$2o,[["__file","carousel.vue"]]);const carouselItemProps=buildProps({name:{type:String,default:""},label:{type:[String,Number],default:""}}),useCarouselItem=(e,t)=>{const y=inject(carouselContextKey),n=getCurrentInstance(),k=ref$1(),L=ref$1(!1),$=ref$1(0),j=ref$1(1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),ie=ref$1(!1),{isCardType:oe,isVertical:ue,cardScale:de}=y;function pe(Ne,Fe,Ue){const kt=Ue-1,Et=Fe-1,Ve=Fe+1,qe=Ue/2;return Fe===0&&Ne===kt?-1:Fe===kt&&Ne===0?Ue:Ne=qe?Ue+1:Ne>Ve&&Ne-Fe>=qe?-2:Ne}function Ie(Ne,Fe){var Ue,kt;const Et=unref(ue)?((Ue=y.root.value)==null?void 0:Ue.offsetHeight)||0:((kt=y.root.value)==null?void 0:kt.offsetWidth)||0;return re.value?Et*((2-de)*(Ne-Fe)+1)/4:Ne{var kt;const Et=unref(oe),Ve=(kt=y.items.value.length)!=null?kt:Number.NaN,qe=Ne===Fe;!Et&&!isUndefined$1(Ue)&&(ie.value=qe||Ne===Ue),!qe&&Ve>2&&y.loop&&(Ne=pe(Ne,Fe,Ve));const jt=unref(ue);V.value=qe,Et?(re.value=Math.round(Math.abs(Ne-Fe))<=1,$.value=Ie(Ne,Fe),j.value=unref(V)?1:de):$.value=_e(Ne,Fe,jt),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$2n=defineComponent({...__default__$1n,props:carouselItemProps,setup(e){const t=e,y=useNamespace("carousel"),{carouselItemRef:n,active:k,animating:L,hover:$,inStage:j,isVertical:V,translate:z,isCardType:re,scale:ie,ready:oe,handleItemClick:ue}=useCarouselItem(t),de=computed(()=>[y.e("item"),y.is("active",k.value),y.is("in-stage",j.value),y.is("hover",$.value),y.is("animating",L.value),{[y.em("item","card")]:re.value,[y.em("item","card-vertical")]:re.value&&V.value}]),pe=computed(()=>{const _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$2n,[["__file","carousel-item.vue"]]);const ElCarousel=withInstall(Carousel,{CarouselItem}),ElCarouselItem=withNoopInstall(CarouselItem),checkboxProps={modelValue:{type:[Number,String,Boolean],default:void 0},label:{type:[String,Boolean,Number,Object],default:void 0},value:{type:[String,Boolean,Number,Object],default:void 0},indeterminate:Boolean,disabled:Boolean,checked:Boolean,name:{type:String,default:void 0},trueValue:{type:[String,Number],default:void 0},falseValue:{type:[String,Number],default:void 0},trueLabel:{type:[String,Number],default:void 0},falseLabel:{type:[String,Number],default:void 0},id:{type:String,default:void 0},border:Boolean,size:useSizeProp,tabindex:[String,Number],validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaControls"])},checkboxEmits={[UPDATE_MODEL_EVENT]:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e),change:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e)},checkboxGroupContextKey=Symbol("checkboxGroupContextKey"),useCheckboxDisabled=({model:e,isChecked:t})=>{const y=inject(checkboxGroupContextKey,void 0),n=computed(()=>{var L,$;const j=(L=y==null?void 0:y.max)==null?void 0:L.value,V=($=y==null?void 0:y.min)==null?void 0:$.value;return!isUndefined$1(j)&&e.value.length>=j&&!t.value||!isUndefined$1(V)&&e.value.length<=V&&t.value});return{isDisabled:useFormDisabled(computed(()=>(y==null?void 0:y.disabled.value)||n.value)),isLimitDisabled:n}},useCheckboxEvent=(e,{model:t,isLimitExceeded:y,hasOwnLabel:n,isDisabled:k,isLabeledByFormItem:L})=>{const $=inject(checkboxGroupContextKey,void 0),{formItem:j}=useFormItem(),{emit:V}=getCurrentInstance();function z(de){var pe,Ie,_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$2m=defineComponent({...__default__$1m,props:checkboxProps,emits:checkboxEmits,setup(e){const t=e,y=useSlots(),{inputId:n,isLabeledByFormItem:k,isChecked:L,isDisabled:$,isFocused:j,checkboxSize:V,hasOwnLabel:z,model:re,actualValue:ie,handleChange:oe,onClickRoot:ue}=useCheckbox(t,y),de=useNamespace("checkbox"),pe=computed(()=>[de.b(),de.m(V.value),de.is("disabled",$.value),de.is("bordered",t.border),de.is("checked",L.value)]),Ie=computed(()=>[de.e("input"),de.is("disabled",$.value),de.is("checked",L.value),de.is("indeterminate",t.indeterminate),de.is("focus",j.value)]);return(_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$2m,[["__file","checkbox.vue"]]);const __default__$1l=defineComponent({name:"ElCheckboxButton"}),_sfc_main$2l=defineComponent({...__default__$1l,props:checkboxProps,emits:checkboxEmits,setup(e){const t=e,y=useSlots(),{isFocused:n,isChecked:k,isDisabled:L,checkboxButtonSize:$,model:j,actualValue:V,handleChange:z}=useCheckbox(t,y),re=inject(checkboxGroupContextKey,void 0),ie=useNamespace("checkbox"),oe=computed(()=>{var de,pe,Ie,_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$2l,[["__file","checkbox-button.vue"]]);const checkboxGroupProps=buildProps({modelValue:{type:definePropType(Array),default:()=>[]},disabled:Boolean,min:Number,max:Number,size:useSizeProp,fill:String,textColor:String,tag:{type:String,default:"div"},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),checkboxGroupEmits={[UPDATE_MODEL_EVENT]:e=>isArray$2(e),change:e=>isArray$2(e)},__default__$1k=defineComponent({name:"ElCheckboxGroup"}),_sfc_main$2k=defineComponent({...__default__$1k,props:checkboxGroupProps,emits:checkboxGroupEmits,setup(e,{emit:t}){const y=e,n=useNamespace("checkbox"),{formItem:k}=useFormItem(),{inputId:L,isLabeledByFormItem:$}=useFormItemInputId(y,{formItemContext:k}),j=async z=>{t(UPDATE_MODEL_EVENT,z),await nextTick$1(),t("change",z)},V=computed({get(){return y.modelValue},set(z){j(z)}});return provide(checkboxGroupContextKey,{...pick(toRefs(y),["size","min","max","disabled","validateEvent","fill","textColor"]),modelValue:V,changeEvent:j}),watch(()=>y.modelValue,()=>{y.validateEvent&&(k==null||k.validate("change").catch(z=>void 0))}),(z,re)=>{var ie;return openBlock(),createBlock(resolveDynamicComponent(z.tag),{id:unref(L),class:normalizeClass(unref(n).b("group")),role:"group","aria-label":unref($)?void 0:z.ariaLabel||"checkbox-group","aria-labelledby":unref($)?(ie=unref(k))==null?void 0:ie.labelId:void 0},{default:withCtx(()=>[renderSlot(z.$slots,"default")]),_:3},8,["id","class","aria-label","aria-labelledby"])}}});var CheckboxGroup=_export_sfc$1(_sfc_main$2k,[["__file","checkbox-group.vue"]]);const ElCheckbox=withInstall(Checkbox,{CheckboxButton,CheckboxGroup}),ElCheckboxButton=withNoopInstall(CheckboxButton),ElCheckboxGroup$1=withNoopInstall(CheckboxGroup),radioPropsBase=buildProps({modelValue:{type:[String,Number,Boolean],default:void 0},size:useSizeProp,disabled:Boolean,label:{type:[String,Number,Boolean],default:void 0},value:{type:[String,Number,Boolean],default:void 0},name:{type:String,default:void 0}}),radioProps=buildProps({...radioPropsBase,border:Boolean}),radioEmits={[UPDATE_MODEL_EVENT]:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e),[CHANGE_EVENT]:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e)},radioGroupKey=Symbol("radioGroupKey"),useRadio=(e,t)=>{const y=ref$1(),n=inject(radioGroupKey,void 0),k=computed(()=>!!n),L=computed(()=>isPropAbsent(e.value)?e.label:e.value),$=computed({get(){return k.value?n.modelValue:e.modelValue},set(ie){k.value?n.changeEvent(ie):t&&t(UPDATE_MODEL_EVENT,ie),y.value.checked=e.modelValue===L.value}}),j=useFormSize(computed(()=>n==null?void 0:n.size)),V=useFormDisabled(computed(()=>n==null?void 0:n.disabled)),z=ref$1(!1),re=computed(()=>V.value||k.value&&$.value!==L.value?-1:0);return useDeprecated({from:"label act as value",replacement:"value",version:"3.0.0",scope:"el-radio",ref:"https://element-plus.org/en-US/component/radio.html"},computed(()=>k.value&&isPropAbsent(e.value))),{radioRef:y,isGroup:k,radioGroup:n,focus:z,size:j,disabled:V,tabIndex:re,modelValue:$,actualValue:L}},__default__$1j=defineComponent({name:"ElRadio"}),_sfc_main$2j=defineComponent({...__default__$1j,props:radioProps,emits:radioEmits,setup(e,{emit:t}){const y=e,n=useNamespace("radio"),{radioRef:k,radioGroup:L,focus:$,size:j,disabled:V,modelValue:z,actualValue:re}=useRadio(y,t);function ie(){nextTick$1(()=>t("change",z.value))}return(oe,ue)=>{var de;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(n).b(),unref(n).is("disabled",unref(V)),unref(n).is("focus",unref($)),unref(n).is("bordered",oe.border),unref(n).is("checked",unref(z)===unref(re)),unref(n).m(unref(j))])},[createBaseVNode("span",{class:normalizeClass([unref(n).e("input"),unref(n).is("disabled",unref(V)),unref(n).is("checked",unref(z)===unref(re))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:k,"onUpdate:modelValue":pe=>isRef(z)?z.value=pe:null,class:normalizeClass(unref(n).e("original")),value:unref(re),name:oe.name||((de=unref(L))==null?void 0:de.name),disabled:unref(V),checked:unref(z)===unref(re),type:"radio",onFocus:pe=>$.value=!0,onBlur:pe=>$.value=!1,onChange:ie,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","checked","onFocus","onBlur","onClick"]),[[vModelRadio,unref(z)]]),createBaseVNode("span",{class:normalizeClass(unref(n).e("inner"))},null,2)],2),createBaseVNode("span",{class:normalizeClass(unref(n).e("label")),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.label),1)])],42,["onKeydown"])],2)}}});var Radio=_export_sfc$1(_sfc_main$2j,[["__file","radio.vue"]]);const radioButtonProps=buildProps({...radioPropsBase}),__default__$1i=defineComponent({name:"ElRadioButton"}),_sfc_main$2i=defineComponent({...__default__$1i,props:radioButtonProps,setup(e){const t=e,y=useNamespace("radio"),{radioRef:n,focus:k,size:L,disabled:$,modelValue:j,radioGroup:V,actualValue:z}=useRadio(t),re=computed(()=>({backgroundColor:(V==null?void 0:V.fill)||"",borderColor:(V==null?void 0:V.fill)||"",boxShadow:V!=null&&V.fill?`-1px 0 0 0 ${V.fill}`:"",color:(V==null?void 0:V.textColor)||""}));return(ie,oe)=>{var ue;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(y).b("button"),unref(y).is("active",unref(j)===unref(z)),unref(y).is("disabled",unref($)),unref(y).is("focus",unref(k)),unref(y).bm("button",unref(L))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:n,"onUpdate:modelValue":de=>isRef(j)?j.value=de:null,class:normalizeClass(unref(y).be("button","original-radio")),value:unref(z),type:"radio",name:ie.name||((ue=unref(V))==null?void 0:ue.name),disabled:unref($),onFocus:de=>k.value=!0,onBlur:de=>k.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","onFocus","onBlur","onClick"]),[[vModelRadio,unref(j)]]),createBaseVNode("span",{class:normalizeClass(unref(y).be("button","inner")),style:normalizeStyle(unref(j)===unref(z)?unref(re):{}),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(ie.$slots,"default",{},()=>[createTextVNode(toDisplayString(ie.label),1)])],46,["onKeydown"])],2)}}});var RadioButton=_export_sfc$1(_sfc_main$2i,[["__file","radio-button.vue"]]);const radioGroupProps=buildProps({id:{type:String,default:void 0},size:useSizeProp,disabled:Boolean,modelValue:{type:[String,Number,Boolean],default:void 0},fill:{type:String,default:""},textColor:{type:String,default:""},name:{type:String,default:void 0},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),radioGroupEmits=radioEmits,__default__$1h=defineComponent({name:"ElRadioGroup"}),_sfc_main$2h=defineComponent({...__default__$1h,props:radioGroupProps,emits:radioGroupEmits,setup(e,{emit:t}){const y=e,n=useNamespace("radio"),k=useId(),L=ref$1(),{formItem:$}=useFormItem(),{inputId:j,isLabeledByFormItem:V}=useFormItemInputId(y,{formItemContext:$}),z=ie=>{t(UPDATE_MODEL_EVENT,ie),nextTick$1(()=>t("change",ie))};onMounted(()=>{const ie=L.value.querySelectorAll("[type=radio]"),oe=ie[0];!Array.from(ie).some(ue=>ue.checked)&&oe&&(oe.tabIndex=0)});const re=computed(()=>y.name||k.value);return provide(radioGroupKey,reactive({...toRefs(y),changeEvent:z,name:re})),watch(()=>y.modelValue,()=>{y.validateEvent&&($==null||$.validate("change").catch(ie=>void 0))}),(ie,oe)=>(openBlock(),createElementBlock("div",{id:unref(j),ref_key:"radioGroupRef",ref:L,class:normalizeClass(unref(n).b("group")),role:"radiogroup","aria-label":unref(V)?void 0:ie.ariaLabel||"radio-group","aria-labelledby":unref(V)?unref($).labelId:void 0},[renderSlot(ie.$slots,"default")],10,["id","aria-label","aria-labelledby"]))}});var RadioGroup=_export_sfc$1(_sfc_main$2h,[["__file","radio-group.vue"]]);const ElRadio=withInstall(Radio,{RadioButton,RadioGroup}),ElRadioGroup=withNoopInstall(RadioGroup),ElRadioButton=withNoopInstall(RadioButton);var NodeContent$1=defineComponent({name:"NodeContent",setup(){return{ns:useNamespace("cascader-node")}},render(){const{ns:e}=this,{node:t,panel:y}=this.$parent,{data:n,label:k}=t,{renderLabelFn:L}=y;return h$1("span",{class:e.e("label")},L?L({node:t,data:n}):k)}});const CASCADER_PANEL_INJECTION_KEY=Symbol(),_sfc_main$2g=defineComponent({name:"ElCascaderNode",components:{ElCheckbox,ElRadio,NodeContent:NodeContent$1,ElIcon,Check:check_default,Loading:loading_default,ArrowRight:arrow_right_default},props:{node:{type:Object,required:!0},menuId:String},emits:["expand"],setup(e,{emit:t}){const y=inject(CASCADER_PANEL_INJECTION_KEY),n=useNamespace("cascader-node"),k=computed(()=>y.isHoverMenu),L=computed(()=>y.config.multiple),$=computed(()=>y.config.checkStrictly),j=computed(()=>{var Ue;return(Ue=y.checkedNodes[0])==null?void 0:Ue.uid}),V=computed(()=>e.node.isDisabled),z=computed(()=>e.node.isLeaf),re=computed(()=>$.value&&!z.value||!V.value),ie=computed(()=>ue(y.expandingNode)),oe=computed(()=>$.value&&y.checkedNodes.some(ue)),ue=Ue=>{var kt;const{level:Et,uid:Ve}=e.node;return((kt=Ue==null?void 0:Ue.pathNodes[Et-1])==null?void 0:kt.uid)===Ve},de=()=>{ie.value||y.expandNode(e.node)},pe=Ue=>{const{node:kt}=e;Ue!==kt.checked&&y.handleCheckChange(kt,Ue)},Ie=()=>{y.lazyLoad(e.node,()=>{z.value||de()})},_e=Ue=>{k.value&&(Ce(),!z.value&&t("expand",Ue))},Ce=()=>{const{node:Ue}=e;!re.value||Ue.loading||(Ue.loaded?de():Ie())},he=()=>{k.value&&!z.value||(z.value&&!V.value&&!$.value&&!L.value?Fe(!0):Ce())},Ne=Ue=>{$.value?(pe(Ue),e.node.loaded&&de()):Fe(Ue)},Fe=Ue=>{e.node.loaded?(pe(Ue),!$.value&&de()):Ie()};return{panel:y,isHoverMenu:k,multiple:L,checkStrictly:$,checkedNodeId:j,isDisabled:V,isLeaf:z,expandable:re,inExpandingPath:ie,inCheckedPath:oe,ns:n,handleHoverExpand:_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(oe)]),_:1},8,["class"])):(openBlock(),createBlock(z,{key:1,class:normalizeClass(["arrow-right",e.ns.e("postfix")])},{default:withCtx(()=>[createVNode(ue)]),_:1},8,["class"]))],64))],42,["id","aria-haspopup","aria-owns","aria-expanded","tabindex","onMouseenter","onFocus","onClick"])}var ElCascaderNode=_export_sfc$1(_sfc_main$2g,[["render",_sfc_render$t],["__file","node.vue"]]);const _sfc_main$2f=defineComponent({name:"ElCascaderMenu",components:{Loading:loading_default,ElIcon,ElScrollbar,ElCascaderNode},props:{nodes:{type:Array,required:!0},index:{type:Number,required:!0}},setup(e){const t=getCurrentInstance(),y=useNamespace("cascader-menu"),{t:n}=useLocale(),$=useId();let k=null,L=null;const j=inject(CASCADER_PANEL_INJECTION_KEY),V=ref$1(null),z=computed(()=>!e.nodes.length),re=computed(()=>!j.initialLoaded),oe=computed(()=>`${$.value}-${e.index}`),ue=Ue=>{k=Ue.target},de=Ue=>{if(!(!j.isHoverMenu||!k||!V.value))if(k.contains(Ue.target)){_e();const $e=t.vnode.el,{left:Ve}=$e.getBoundingClientRect(),{offsetWidth:Fe,offsetHeight:qe}=$e,er=Ue.clientX-Ve,ir=k.offsetTop,dr=ir+k.offsetHeight;V.value.innerHTML=` - - - `}else L||(L=window.setTimeout(Ne,j.config.hoverThreshold))},_e=()=>{L&&(clearTimeout(L),L=null)},Ne=()=>{V.value&&(V.value.innerHTML="",_e())};return{ns:y,panel:j,hoverZone:V,isEmpty:z,isLoading:re,menuId:oe,t:n,handleExpand:ue,handleMouseMove:de,clearHoverZone:Ne}}});function _sfc_render$s(e,t,y,n,$,k){const L=resolveComponent("el-cascader-node"),j=resolveComponent("loading"),V=resolveComponent("el-icon"),z=resolveComponent("el-scrollbar");return openBlock(),createBlock(z,{key:e.menuId,tag:"ul",role:"menu",class:normalizeClass(e.ns.b()),"wrap-class":e.ns.e("wrap"),"view-class":[e.ns.e("list"),e.ns.is("empty",e.isEmpty)],onMousemove:e.handleMouseMove,onMouseleave:e.clearHoverZone},{default:withCtx(()=>{var re;return[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.nodes,oe=>(openBlock(),createBlock(L,{key:oe.uid,node:oe,"menu-id":e.menuId,onExpand:e.handleExpand},null,8,["node","menu-id","onExpand"]))),128)),e.isLoading?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.e("empty-text"))},[createVNode(V,{size:"14",class:normalizeClass(e.ns.is("loading"))},{default:withCtx(()=>[createVNode(j)]),_:1},8,["class"]),createTextVNode(" "+toDisplayString(e.t("el.cascader.loading")),1)],2)):e.isEmpty?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.e("empty-text"))},toDisplayString(e.t("el.cascader.noData")),3)):(re=e.panel)!=null&&re.isHoverMenu?(openBlock(),createElementBlock("svg",{key:2,ref:"hoverZone",class:normalizeClass(e.ns.e("hover-zone"))},null,2)):createCommentVNode("v-if",!0)]}),_:1},8,["class","wrap-class","view-class","onMousemove","onMouseleave"])}var ElCascaderMenu=_export_sfc$1(_sfc_main$2f,[["render",_sfc_render$s],["__file","menu.vue"]]);let uid=0;const calculatePathNodes=e=>{const t=[e];let{parent:y}=e;for(;y;)t.unshift(y),y=y.parent;return t};let Node$2=class t1{constructor(t,y,n,$=!1){this.data=t,this.config=y,this.parent=n,this.root=$,this.uid=uid++,this.checked=!1,this.indeterminate=!1,this.loading=!1;const{value:k,label:L,children:j}=y,V=t[j],z=calculatePathNodes(this);this.level=$?0:n?n.level+1:1,this.value=t[k],this.label=t[L],this.pathNodes=z,this.pathValues=z.map(re=>re.value),this.pathLabels=z.map(re=>re.label),this.childrenData=V,this.children=(V||[]).map(re=>new t1(re,y,this)),this.loaded=!y.lazy||this.isLeaf||!isEmpty(V)}get isDisabled(){const{data:t,parent:y,config:n}=this,{disabled:$,checkStrictly:k}=n;return(isFunction$5($)?$(t,this):!!t[$])||!k&&(y==null?void 0:y.isDisabled)}get isLeaf(){const{data:t,config:y,childrenData:n,loaded:$}=this,{lazy:k,leaf:L}=y,j=isFunction$5(L)?L(t,this):t[L];return isUndefined$2(j)?k&&!$?!1:!(Array.isArray(n)&&n.length):!!j}get valueByOption(){return this.config.emitPath?this.pathValues:this.value}appendChild(t){const{childrenData:y,children:n}=this,$=new t1(t,this.config,this);return Array.isArray(y)?y.push(t):this.childrenData=[t],n.push($),$}calcText(t,y){const n=t?this.pathLabels.join(y):this.label;return this.text=n,n}broadcast(t,...y){const n=`onParent${capitalize(t)}`;this.children.forEach($=>{$&&($.broadcast(t,...y),$[n]&&$[n](...y))})}emit(t,...y){const{parent:n}=this,$=`onChild${capitalize(t)}`;n&&(n[$]&&n[$](...y),n.emit(t,...y))}onParentCheck(t){this.isDisabled||this.setCheckState(t)}onChildCheck(){const{children:t}=this,y=t.filter($=>!$.isDisabled),n=y.length?y.every($=>$.checked):!1;this.setCheckState(n)}setCheckState(t){const y=this.children.length,n=this.children.reduce(($,k)=>{const L=k.checked?1:k.indeterminate?.5:0;return $+L},0);this.checked=this.loaded&&this.children.filter($=>!$.isDisabled).every($=>$.loaded&&$.checked)&&t,this.indeterminate=this.loaded&&n!==y&&n>0}doCheck(t){if(this.checked===t)return;const{checkStrictly:y,multiple:n}=this.config;y||!n?this.checked=t:(this.broadcast("check",t),this.setCheckState(t),this.emit("check"))}};const flatNodes=(e,t)=>e.reduce((y,n)=>(n.isLeaf?y.push(n):(!t&&y.push(n),y=y.concat(flatNodes(n.children,t))),y),[]);let Store$1=class{constructor(t,y){this.config=y;const n=(t||[]).map($=>new Node$2($,this.config));this.nodes=n,this.allNodes=flatNodes(n,!1),this.leafNodes=flatNodes(n,!0)}getNodes(){return this.nodes}getFlattedNodes(t){return t?this.leafNodes:this.allNodes}appendNode(t,y){const n=y?y.appendChild(t):new Node$2(t,this.config);y||this.nodes.push(n),this.allNodes.push(n),n.isLeaf&&this.leafNodes.push(n)}appendNodes(t,y){t.forEach(n=>this.appendNode(n,y))}getNodeByValue(t,y=!1){return!t&&t!==0?null:this.getFlattedNodes(y).find($=>isEqual$1($.value,t)||isEqual$1($.pathValues,t))||null}getSameNode(t){return t&&this.getFlattedNodes(!1).find(({value:n,level:$})=>isEqual$1(t.value,n)&&t.level===$)||null}};const CommonProps=buildProps({modelValue:{type:definePropType([Number,String,Array])},options:{type:definePropType(Array),default:()=>[]},props:{type:definePropType(Object),default:()=>({})}}),DefaultProps={expandTrigger:"click",multiple:!1,checkStrictly:!1,emitPath:!0,lazy:!1,lazyLoad:NOOP,value:"value",label:"label",children:"children",leaf:"leaf",disabled:"disabled",hoverThreshold:500},useCascaderConfig=e=>computed(()=>({...DefaultProps,...e.props})),getMenuIndex=e=>{if(!e)return 0;const t=e.id.split("-");return Number(t[t.length-2])},checkNode=e=>{if(!e)return;const t=e.querySelector("input");t?t.click():isLeaf(e)&&e.click()},sortByOriginalOrder=(e,t)=>{const y=t.slice(0),n=y.map(k=>k.uid),$=e.reduce((k,L)=>{const j=n.indexOf(L.uid);return j>-1&&(k.push(L),y.splice(j,1),n.splice(j,1)),k},[]);return $.push(...y),$},_sfc_main$2e=defineComponent({name:"ElCascaderPanel",components:{ElCascaderMenu},props:{...CommonProps,border:{type:Boolean,default:!0},renderLabel:Function},emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"close","expand-change"],setup(e,{emit:t,slots:y}){let n=!1;const $=useNamespace("cascader"),k=useCascaderConfig(e);let L=null;const j=ref$1(!0),V=ref$1([]),z=ref$1(null),re=ref$1([]),oe=ref$1(null),ue=ref$1([]),de=computed(()=>k.value.expandTrigger==="hover"),_e=computed(()=>e.renderLabel||y.default),Ne=()=>{const{options:ie}=e,pe=k.value;n=!1,L=new Store$1(ie,pe),re.value=[L.getNodes()],pe.lazy&&isEmpty(e.options)?(j.value=!1,Ue(void 0,Ce=>{Ce&&(L=new Store$1(Ce,pe),re.value=[L.getNodes()]),j.value=!0,cr(!1,!0)})):cr(!1,!0)},Ue=(ie,pe)=>{const Ce=k.value;ie=ie||new Node$2({},Ce,void 0,!0),ie.loading=!0;const Ie=jt=>{const ar=ie,ur=ar.root?null:ar;jt&&(L==null||L.appendNodes(jt,ur)),ar.loading=!1,ar.loaded=!0,ar.childrenData=ar.childrenData||[],pe&&pe(jt)};Ce.lazyLoad(ie,Ie)},$e=(ie,pe)=>{var Ce;const{level:Ie}=ie,jt=re.value.slice(0,Ie);let ar;ie.isLeaf?ar=ie.pathNodes[Ie-2]:(ar=ie,jt.push(ie.children)),((Ce=oe.value)==null?void 0:Ce.uid)!==(ar==null?void 0:ar.uid)&&(oe.value=ie,re.value=jt,!pe&&t("expand-change",(ie==null?void 0:ie.pathValues)||[]))},Ve=(ie,pe,Ce=!0)=>{const{checkStrictly:Ie,multiple:jt}=k.value,ar=ue.value[0];n=!0,!jt&&(ar==null||ar.doCheck(!1)),ie.doCheck(pe),dr(),Ce&&!jt&&!Ie&&t("close"),!Ce&&!jt&&!Ie&&Fe(ie)},Fe=ie=>{ie&&(ie=ie.parent,Fe(ie),ie&&$e(ie))},qe=ie=>L==null?void 0:L.getFlattedNodes(ie),er=ie=>{var pe;return(pe=qe(ie))==null?void 0:pe.filter(Ce=>Ce.checked!==!1)},ir=()=>{ue.value.forEach(ie=>ie.doCheck(!1)),dr(),re.value=re.value.slice(0,1),oe.value=null,t("expand-change",[])},dr=()=>{var ie;const{checkStrictly:pe,multiple:Ce}=k.value,Ie=ue.value,jt=er(!pe),ar=sortByOriginalOrder(Ie,jt),ur=ar.map(kt=>kt.valueByOption);ue.value=ar,z.value=Ce?ur:(ie=ur[0])!=null?ie:null},cr=(ie=!1,pe=!1)=>{const{modelValue:Ce}=e,{lazy:Ie,multiple:jt,checkStrictly:ar}=k.value,ur=!ar;if(!(!j.value||n||!pe&&isEqual$1(Ce,z.value)))if(Ie&&!ie){const he=unique(flattenDeep(castArray(Ce))).map(tr=>L==null?void 0:L.getNodeByValue(tr)).filter(tr=>!!tr&&!tr.loaded&&!tr.loading);he.length?he.forEach(tr=>{Ue(tr,()=>cr(!1,pe))}):cr(!0,pe)}else{const kt=jt?castArray(Ce):[Ce],he=unique(kt.map(tr=>L==null?void 0:L.getNodeByValue(tr,ur)));nr(he,pe),z.value=cloneDeep(Ce)}},nr=(ie,pe=!0)=>{const{checkStrictly:Ce}=k.value,Ie=ue.value,jt=ie.filter(kt=>!!kt&&(Ce||kt.isLeaf)),ar=L==null?void 0:L.getSameNode(oe.value),ur=pe&&ar||jt[0];ur?ur.pathNodes.forEach(kt=>$e(kt,!0)):oe.value=null,Ie.forEach(kt=>kt.doCheck(!1)),reactive(jt).forEach(kt=>kt.doCheck(!0)),ue.value=jt,nextTick$3(lr)},lr=()=>{isClient&&V.value.forEach(ie=>{const pe=ie==null?void 0:ie.$el;if(pe){const Ce=pe.querySelector(`.${$.namespace.value}-scrollbar__wrap`),Ie=pe.querySelector(`.${$.b("node")}.${$.is("active")}`)||pe.querySelector(`.${$.b("node")}.in-active-path`);scrollIntoView(Ce,Ie)}})},Et=ie=>{const pe=ie.target,{code:Ce}=ie;switch(Ce){case EVENT_CODE.up:case EVENT_CODE.down:{ie.preventDefault();const Ie=Ce===EVENT_CODE.up?-1:1;focusNode(getSibling(pe,Ie,`.${$.b("node")}[tabindex="-1"]`));break}case EVENT_CODE.left:{ie.preventDefault();const Ie=V.value[getMenuIndex(pe)-1],jt=Ie==null?void 0:Ie.$el.querySelector(`.${$.b("node")}[aria-expanded="true"]`);focusNode(jt);break}case EVENT_CODE.right:{ie.preventDefault();const Ie=V.value[getMenuIndex(pe)+1],jt=Ie==null?void 0:Ie.$el.querySelector(`.${$.b("node")}[tabindex="-1"]`);focusNode(jt);break}case EVENT_CODE.enter:checkNode(pe);break}};return provide(CASCADER_PANEL_INJECTION_KEY,reactive({config:k,expandingNode:oe,checkedNodes:ue,isHoverMenu:de,initialLoaded:j,renderLabelFn:_e,lazyLoad:Ue,expandNode:$e,handleCheckChange:Ve})),watch([k,()=>e.options],Ne,{deep:!0,immediate:!0}),watch(()=>e.modelValue,()=>{n=!1,cr()},{deep:!0}),watch(()=>z.value,ie=>{isEqual$1(ie,e.modelValue)||(t(UPDATE_MODEL_EVENT,ie),t(CHANGE_EVENT,ie))}),onBeforeUpdate(()=>V.value=[]),onMounted(()=>!isEmpty(e.modelValue)&&cr()),{ns:$,menuList:V,menus:re,checkedNodes:ue,handleKeyDown:Et,handleCheckChange:Ve,getFlattedNodes:qe,getCheckedNodes:er,clearCheckedNodes:ir,calculateCheckedValue:dr,scrollToExpandingNode:lr}}});function _sfc_render$r(e,t,y,n,$,k){const L=resolveComponent("el-cascader-menu");return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b("panel"),e.ns.is("bordered",e.border)]),onKeydown:e.handleKeyDown},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.menus,(j,V)=>(openBlock(),createBlock(L,{key:V,ref_for:!0,ref:z=>e.menuList[V]=z,index:V,nodes:[...j]},null,8,["index","nodes"]))),128))],42,["onKeydown"])}var CascaderPanel=_export_sfc$1(_sfc_main$2e,[["render",_sfc_render$r],["__file","index.vue"]]);const ElCascaderPanel=withInstall(CascaderPanel),tagProps=buildProps({type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"},closable:Boolean,disableTransitions:Boolean,hit:Boolean,color:String,size:{type:String,values:componentSizes},effect:{type:String,values:["dark","light","plain"],default:"light"},round:Boolean}),tagEmits={close:e=>e instanceof MouseEvent,click:e=>e instanceof MouseEvent},__default__$1g=defineComponent({name:"ElTag"}),_sfc_main$2d=defineComponent({...__default__$1g,props:tagProps,emits:tagEmits,setup(e,{emit:t}){const y=e,n=useFormSize(),$=useNamespace("tag"),k=computed(()=>{const{type:V,hit:z,effect:re,closable:oe,round:ue}=y;return[$.b(),$.is("closable",oe),$.m(V||"primary"),$.m(n.value),$.m(re),$.is("hit",z),$.is("round",ue)]}),L=V=>{t("close",V)},j=V=>{t("click",V)};return(V,z)=>V.disableTransitions?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(k)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref($).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("close")),onClick:withModifiers(L,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)):(openBlock(),createBlock(Transition,{key:1,name:`${unref($).namespace.value}-zoom-in-center`,appear:""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(unref(k)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref($).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("close")),onClick:withModifiers(L,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)]),_:3},8,["name"]))}});var Tag=_export_sfc$1(_sfc_main$2d,[["__file","tag.vue"]]);const ElTag=withInstall(Tag),cascaderProps=buildProps({...CommonProps,size:useSizeProp,placeholder:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,filterMethod:{type:definePropType(Function),default:(e,t)=>e.text.includes(t)},separator:{type:String,default:" / "},showAllLevels:{type:Boolean,default:!0},collapseTags:Boolean,maxCollapseTags:{type:Number,default:1},collapseTagsTooltip:{type:Boolean,default:!1},debounce:{type:Number,default:300},beforeFilter:{type:definePropType(Function),default:()=>!0},popperClass:{type:String,default:""},teleported:useTooltipContentProps.teleported,tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},validateEvent:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},...useEmptyValuesProps}),cascaderEmits={[UPDATE_MODEL_EVENT]:e=>!0,[CHANGE_EVENT]:e=>!0,focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,visibleChange:e=>isBoolean$3(e),expandChange:e=>!!e,removeTag:e=>!!e},COMPONENT_NAME$e="ElCascader",__default__$1f=defineComponent({name:COMPONENT_NAME$e}),_sfc_main$2c=defineComponent({...__default__$1f,props:cascaderProps,emits:cascaderEmits,setup(e,{expose:t,emit:y}){const n=e,$={modifiers:[{name:"arrowPosition",enabled:!0,phase:"main",fn:({state:Nn})=>{const{modifiersData:Sa,placement:Li}=Nn;["right","left","bottom","top"].includes(Li)||(Sa.arrow.x=35)},requires:["arrow"]}]},k=useAttrs$1();let L=0,j=0;const V=useNamespace("cascader"),z=useNamespace("input"),{t:re}=useLocale(),{form:oe,formItem:ue}=useFormItem(),{valueOnClear:de}=useEmptyValues(n),{isComposing:_e,handleComposition:Ne}=useComposition({afterComposition(Nn){var Sa;const Li=(Sa=Nn.target)==null?void 0:Sa.value;Ur(Li)}}),Ue=ref$1(null),$e=ref$1(null),Ve=ref$1(null),Fe=ref$1(null),qe=ref$1(null),er=ref$1(!1),ir=ref$1(!1),dr=ref$1(!1),cr=ref$1(!1),nr=ref$1(""),lr=ref$1(""),Et=ref$1([]),ie=ref$1([]),pe=ref$1([]),Ce=computed(()=>k.style),Ie=computed(()=>n.disabled||(oe==null?void 0:oe.disabled)),jt=computed(()=>n.placeholder||re("el.cascader.placeholder")),ar=computed(()=>lr.value||Et.value.length>0||_e.value?"":jt.value),ur=useFormSize(),kt=computed(()=>["small"].includes(ur.value)?"small":"default"),he=computed(()=>!!n.props.multiple),tr=computed(()=>!n.filterable||he.value),gr=computed(()=>he.value?lr.value:nr.value),_r=computed(()=>{var Nn;return((Nn=Fe.value)==null?void 0:Nn.checkedNodes)||[]}),yr=computed(()=>!n.clearable||Ie.value||dr.value||!ir.value?!1:!!_r.value.length),xr=computed(()=>{const{showAllLevels:Nn,separator:Sa}=n,Li=_r.value;return Li.length?he.value?"":Li[0].calcText(Nn,Sa):""}),Nr=computed(()=>(ue==null?void 0:ue.validateState)||""),Tr=computed({get(){return cloneDeep(n.modelValue)},set(Nn){const Sa=Nn??de.value;y(UPDATE_MODEL_EVENT,Sa),y(CHANGE_EVENT,Sa),n.validateEvent&&(ue==null||ue.validate("change").catch(Li=>void 0))}}),Sr=computed(()=>[V.b(),V.m(ur.value),V.is("disabled",Ie.value),k.class]),Ar=computed(()=>[z.e("icon"),"icon-arrow-down",V.is("reverse",er.value)]),Fr=computed(()=>V.is("focus",er.value||cr.value)),Gr=computed(()=>{var Nn,Sa;return(Sa=(Nn=Ue.value)==null?void 0:Nn.popperRef)==null?void 0:Sa.contentRef}),Vr=Nn=>{var Sa,Li,ca;Ie.value||(Nn=Nn??!er.value,Nn!==er.value&&(er.value=Nn,(Li=(Sa=$e.value)==null?void 0:Sa.input)==null||Li.setAttribute("aria-expanded",`${Nn}`),Nn?(Dr(),nextTick$3((ca=Fe.value)==null?void 0:ca.scrollToExpandingNode)):n.filterable&&Vi(),y("visibleChange",Nn)))},Dr=()=>{nextTick$3(()=>{var Nn;(Nn=Ue.value)==null||Nn.updatePopper()})},Ir=()=>{dr.value=!1},Br=Nn=>{const{showAllLevels:Sa,separator:Li}=n;return{node:Nn,key:Nn.uid,text:Nn.calcText(Sa,Li),hitState:!1,closable:!Ie.value&&!Nn.isDisabled,isCollapseTag:!1}},Rr=Nn=>{var Sa;const Li=Nn.node;Li.doCheck(!1),(Sa=Fe.value)==null||Sa.calculateCheckedValue(),y("removeTag",Li.valueByOption)},Lr=()=>{if(!he.value)return;const Nn=_r.value,Sa=[],Li=[];if(Nn.forEach(ca=>Li.push(Br(ca))),ie.value=Li,Nn.length){Nn.slice(0,n.maxCollapseTags).forEach(zn=>Sa.push(Br(zn)));const ca=Nn.slice(n.maxCollapseTags),fo=ca.length;fo&&(n.collapseTags?Sa.push({key:-1,text:`+ ${fo}`,closable:!1,isCollapseTag:!0}):ca.forEach(zn=>Sa.push(Br(zn))))}Et.value=Sa},$r=()=>{var Nn,Sa;const{filterMethod:Li,showAllLevels:ca,separator:fo}=n,zn=(Sa=(Nn=Fe.value)==null?void 0:Nn.getFlattedNodes(!n.props.checkStrictly))==null?void 0:Sa.filter(ki=>ki.isDisabled?!1:(ki.calcText(ca,fo),Li(ki,gr.value)));he.value&&(Et.value.forEach(ki=>{ki.hitState=!1}),ie.value.forEach(ki=>{ki.hitState=!1})),dr.value=!0,pe.value=zn,Dr()},jr=()=>{var Nn;let Sa;dr.value&&qe.value?Sa=qe.value.$el.querySelector(`.${V.e("suggestion-item")}`):Sa=(Nn=Fe.value)==null?void 0:Nn.$el.querySelector(`.${V.b("node")}[tabindex="-1"]`),Sa&&(Sa.focus(),!dr.value&&Sa.click())},vn=()=>{var Nn,Sa;const Li=(Nn=$e.value)==null?void 0:Nn.input,ca=Ve.value,fo=(Sa=qe.value)==null?void 0:Sa.$el;if(!(!isClient||!Li)){if(fo){const zn=fo.querySelector(`.${V.e("suggestion-list")}`);zn.style.minWidth=`${Li.offsetWidth}px`}if(ca){const{offsetHeight:zn}=ca,ki=Et.value.length>0?`${Math.max(zn+6,L)}px`:`${L}px`;Li.style.height=ki,Dr()}}},Kr=Nn=>{var Sa;return(Sa=Fe.value)==null?void 0:Sa.getCheckedNodes(Nn)},kr=Nn=>{Dr(),y("expandChange",Nn)},Qr=Nn=>{if(!_e.value)switch(Nn.code){case EVENT_CODE.enter:Vr();break;case EVENT_CODE.down:Vr(!0),nextTick$3(jr),Nn.preventDefault();break;case EVENT_CODE.esc:er.value===!0&&(Nn.preventDefault(),Nn.stopPropagation(),Vr(!1));break;case EVENT_CODE.tab:Vr(!1);break}},Zr=()=>{var Nn;(Nn=Fe.value)==null||Nn.clearCheckedNodes(),!er.value&&n.filterable&&Vi(),Vr(!1),y("clear")},Vi=()=>{const{value:Nn}=xr;nr.value=Nn,lr.value=Nn},To=Nn=>{var Sa,Li;const{checked:ca}=Nn;he.value?(Sa=Fe.value)==null||Sa.handleCheckChange(Nn,!ca,!1):(!ca&&((Li=Fe.value)==null||Li.handleCheckChange(Nn,!0,!1)),Vr(!1))},oa=Nn=>{const Sa=Nn.target,{code:Li}=Nn;switch(Li){case EVENT_CODE.up:case EVENT_CODE.down:{const ca=Li===EVENT_CODE.up?-1:1;focusNode(getSibling(Sa,ca,`.${V.e("suggestion-item")}[tabindex="-1"]`));break}case EVENT_CODE.enter:Sa.click();break}},Ba=()=>{const Nn=Et.value,Sa=Nn[Nn.length-1];j=lr.value?0:j+1,!(!Sa||!j||n.collapseTags&&Nn.length>1)&&(Sa.hitState?Rr(Sa):Sa.hitState=!0)},rs=Nn=>{const Sa=Nn.target,Li=V.e("search-input");Sa.className===Li&&(cr.value=!0),y("focus",Nn)},Mn=Nn=>{cr.value=!1,y("blur",Nn)},Wr=debounce(()=>{const{value:Nn}=gr;if(!Nn)return;const Sa=n.beforeFilter(Nn);isPromise(Sa)?Sa.then($r).catch(()=>{}):Sa!==!1?$r():Ir()},n.debounce),Ur=(Nn,Sa)=>{!er.value&&Vr(!0),!(Sa!=null&&Sa.isComposing)&&(Nn?Wr():Ir())},Sn=Nn=>Number.parseFloat(useCssVar(z.cssVarName("input-height"),Nn).value)-2;return watch(dr,Dr),watch([_r,Ie,()=>n.collapseTags],Lr),watch(Et,()=>{nextTick$3(()=>vn())}),watch(ur,async()=>{await nextTick$3();const Nn=$e.value.input;L=Sn(Nn)||L,vn()}),watch(xr,Vi,{immediate:!0}),onMounted(()=>{const Nn=$e.value.input,Sa=Sn(Nn);L=Nn.offsetHeight||Sa,useResizeObserver(Nn,vn)}),t({getCheckedNodes:Kr,cascaderPanelRef:Fe,togglePopperVisible:Vr,contentRef:Gr}),(Nn,Sa)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"tooltipRef",ref:Ue,visible:er.value,teleported:Nn.teleported,"popper-class":[unref(V).e("dropdown"),Nn.popperClass],"popper-options":$,"fallback-placements":["bottom-start","bottom","top-start","top","right","left"],"stop-popper-mouse-event":!1,"gpu-acceleration":!1,placement:"bottom-start",transition:`${unref(V).namespace.value}-zoom-in-top`,effect:"light",pure:"",persistent:Nn.persistent,onHide:Ir},{default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(unref(Sr)),style:normalizeStyle(unref(Ce)),onClick:()=>Vr(unref(tr)?void 0:!0),onKeydown:Qr,onMouseenter:Li=>ir.value=!0,onMouseleave:Li=>ir.value=!1},[createVNode(unref(ElInput),{ref_key:"input",ref:$e,modelValue:nr.value,"onUpdate:modelValue":Li=>nr.value=Li,placeholder:unref(ar),readonly:unref(tr),disabled:unref(Ie),"validate-event":!1,size:unref(ur),class:normalizeClass(unref(Fr)),tabindex:unref(he)&&Nn.filterable&&!unref(Ie)?-1:void 0,onCompositionstart:unref(Ne),onCompositionupdate:unref(Ne),onCompositionend:unref(Ne),onFocus:rs,onBlur:Mn,onInput:Ur},{suffix:withCtx(()=>[unref(yr)?(openBlock(),createBlock(unref(ElIcon),{key:"clear",class:normalizeClass([unref(z).e("icon"),"icon-circle-close"]),onClick:withModifiers(Zr,["stop"])},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onClick"])):(openBlock(),createBlock(unref(ElIcon),{key:"arrow-down",class:normalizeClass(unref(Ar)),onClick:withModifiers(Li=>Vr(),["stop"])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class","onClick"]))]),_:1},8,["modelValue","onUpdate:modelValue","placeholder","readonly","disabled","size","class","tabindex","onCompositionstart","onCompositionupdate","onCompositionend"]),unref(he)?(openBlock(),createElementBlock("div",{key:0,ref_key:"tagWrapper",ref:Ve,class:normalizeClass([unref(V).e("tags"),unref(V).is("validate",!!unref(Nr))])},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Et.value,Li=>(openBlock(),createBlock(unref(ElTag),{key:Li.key,type:Nn.tagType,size:unref(kt),effect:Nn.tagEffect,hit:Li.hitState,closable:Li.closable,"disable-transitions":"",onClose:ca=>Rr(Li)},{default:withCtx(()=>[Li.isCollapseTag===!1?(openBlock(),createElementBlock("span",{key:0},toDisplayString(Li.text),1)):(openBlock(),createBlock(unref(ElTooltip),{key:1,disabled:er.value||!Nn.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],placement:"bottom",effect:"light"},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(Li.text),1)]),content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(V).e("collapse-tags"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(ie.value.slice(Nn.maxCollapseTags),(ca,fo)=>(openBlock(),createElementBlock("div",{key:fo,class:normalizeClass(unref(V).e("collapse-tag"))},[(openBlock(),createBlock(unref(ElTag),{key:ca.key,class:"in-tooltip",type:Nn.tagType,size:unref(kt),effect:Nn.tagEffect,hit:ca.hitState,closable:ca.closable,"disable-transitions":"",onClose:zn=>Rr(ca)},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(ca.text),1)]),_:2},1032,["type","size","effect","hit","closable","onClose"]))],2))),128))],2)]),_:2},1032,["disabled"]))]),_:2},1032,["type","size","effect","hit","closable","onClose"]))),128)),Nn.filterable&&!unref(Ie)?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":Li=>lr.value=Li,type:"text",class:normalizeClass(unref(V).e("search-input")),placeholder:unref(xr)?"":unref(jt),onInput:Li=>Ur(lr.value,Li),onClick:withModifiers(Li=>Vr(!0),["stop"]),onKeydown:withKeys(Ba,["delete"]),onCompositionstart:unref(Ne),onCompositionupdate:unref(Ne),onCompositionend:unref(Ne),onFocus:rs,onBlur:Mn},null,42,["onUpdate:modelValue","placeholder","onInput","onClick","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend"])),[[vModelText,lr.value]]):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],46,["onClick","onMouseenter","onMouseleave"])),[[unref(ClickOutside),()=>Vr(!1),unref(Gr)]])]),content:withCtx(()=>[withDirectives(createVNode(unref(ElCascaderPanel),{ref_key:"cascaderPanelRef",ref:Fe,modelValue:unref(Tr),"onUpdate:modelValue":Li=>isRef(Tr)?Tr.value=Li:null,options:Nn.options,props:n.props,border:!1,"render-label":Nn.$slots.default,onExpandChange:kr,onClose:Li=>Nn.$nextTick(()=>Vr(!1))},null,8,["modelValue","onUpdate:modelValue","options","props","render-label","onClose"]),[[vShow,!dr.value]]),Nn.filterable?withDirectives((openBlock(),createBlock(unref(ElScrollbar),{key:0,ref_key:"suggestionPanel",ref:qe,tag:"ul",class:normalizeClass(unref(V).e("suggestion-panel")),"view-class":unref(V).e("suggestion-list"),onKeydown:oa},{default:withCtx(()=>[pe.value.length?(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(pe.value,Li=>(openBlock(),createElementBlock("li",{key:Li.uid,class:normalizeClass([unref(V).e("suggestion-item"),unref(V).is("checked",Li.checked)]),tabindex:-1,onClick:ca=>To(Li)},[createBaseVNode("span",null,toDisplayString(Li.text),1),Li.checked?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1})):createCommentVNode("v-if",!0)],10,["onClick"]))),128)):renderSlot(Nn.$slots,"empty",{key:1},()=>[createBaseVNode("li",{class:normalizeClass(unref(V).e("empty-text"))},toDisplayString(unref(re)("el.cascader.noMatch")),3)])]),_:3},8,["class","view-class"])),[[vShow,dr.value]]):createCommentVNode("v-if",!0)]),_:3},8,["visible","teleported","popper-class","transition","persistent"]))}});var Cascader=_export_sfc$1(_sfc_main$2c,[["__file","cascader.vue"]]);const ElCascader=withInstall(Cascader),checkTagProps=buildProps({checked:Boolean,type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"}}),checkTagEmits={"update:checked":e=>isBoolean$3(e),[CHANGE_EVENT]:e=>isBoolean$3(e)},__default__$1e=defineComponent({name:"ElCheckTag"}),_sfc_main$2b=defineComponent({...__default__$1e,props:checkTagProps,emits:checkTagEmits,setup(e,{emit:t}){const y=e,n=useNamespace("check-tag"),$=computed(()=>[n.b(),n.is("checked",y.checked),n.m(y.type||"primary")]),k=()=>{const L=!y.checked;t(CHANGE_EVENT,L),t("update:checked",L)};return(L,j)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref($)),onClick:k},[renderSlot(L.$slots,"default")],2))}});var CheckTag=_export_sfc$1(_sfc_main$2b,[["__file","check-tag.vue"]]);const ElCheckTag=withInstall(CheckTag),rowContextKey=Symbol("rowContextKey"),RowJustify=["start","center","end","space-around","space-between","space-evenly"],RowAlign=["top","middle","bottom"],rowProps=buildProps({tag:{type:String,default:"div"},gutter:{type:Number,default:0},justify:{type:String,values:RowJustify,default:"start"},align:{type:String,values:RowAlign}}),__default__$1d=defineComponent({name:"ElRow"}),_sfc_main$2a=defineComponent({...__default__$1d,props:rowProps,setup(e){const t=e,y=useNamespace("row"),n=computed(()=>t.gutter);provide(rowContextKey,{gutter:n});const $=computed(()=>{const L={};return t.gutter&&(L.marginRight=L.marginLeft=`-${t.gutter/2}px`),L}),k=computed(()=>[y.b(),y.is(`justify-${t.justify}`,t.justify!=="start"),y.is(`align-${t.align}`,!!t.align)]);return(L,j)=>(openBlock(),createBlock(resolveDynamicComponent(L.tag),{class:normalizeClass(unref(k)),style:normalizeStyle(unref($))},{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},8,["class","style"]))}});var Row=_export_sfc$1(_sfc_main$2a,[["__file","row.vue"]]);const ElRow=withInstall(Row),colProps=buildProps({tag:{type:String,default:"div"},span:{type:Number,default:24},offset:{type:Number,default:0},pull:{type:Number,default:0},push:{type:Number,default:0},xs:{type:definePropType([Number,Object]),default:()=>mutable({})},sm:{type:definePropType([Number,Object]),default:()=>mutable({})},md:{type:definePropType([Number,Object]),default:()=>mutable({})},lg:{type:definePropType([Number,Object]),default:()=>mutable({})},xl:{type:definePropType([Number,Object]),default:()=>mutable({})}}),__default__$1c=defineComponent({name:"ElCol"}),_sfc_main$29=defineComponent({...__default__$1c,props:colProps,setup(e){const t=e,{gutter:y}=inject(rowContextKey,{gutter:computed(()=>0)}),n=useNamespace("col"),$=computed(()=>{const L={};return y.value&&(L.paddingLeft=L.paddingRight=`${y.value/2}px`),L}),k=computed(()=>{const L=[];return["span","offset","pull","push"].forEach(z=>{const re=t[z];isNumber$4(re)&&(z==="span"?L.push(n.b(`${t[z]}`)):re>0&&L.push(n.b(`${z}-${t[z]}`)))}),["xs","sm","md","lg","xl"].forEach(z=>{isNumber$4(t[z])?L.push(n.b(`${z}-${t[z]}`)):isObject$5(t[z])&&Object.entries(t[z]).forEach(([re,oe])=>{L.push(re!=="span"?n.b(`${z}-${re}-${oe}`):n.b(`${z}-${oe}`))})}),y.value&&L.push(n.is("guttered")),[n.b(),L]});return(L,j)=>(openBlock(),createBlock(resolveDynamicComponent(L.tag),{class:normalizeClass(unref(k)),style:normalizeStyle(unref($))},{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},8,["class","style"]))}});var Col=_export_sfc$1(_sfc_main$29,[["__file","col.vue"]]);const ElCol=withInstall(Col),emitChangeFn=e=>isNumber$4(e)||isString$4(e)||isArray$4(e),collapseProps=buildProps({accordion:Boolean,modelValue:{type:definePropType([Array,String,Number]),default:()=>mutable([])}}),collapseEmits={[UPDATE_MODEL_EVENT]:emitChangeFn,[CHANGE_EVENT]:emitChangeFn},collapseContextKey=Symbol("collapseContextKey"),useCollapse=(e,t)=>{const y=ref$1(castArray$1(e.modelValue)),n=k=>{y.value=k;const L=e.accordion?y.value[0]:y.value;t(UPDATE_MODEL_EVENT,L),t(CHANGE_EVENT,L)},$=k=>{if(e.accordion)n([y.value[0]===k?"":k]);else{const L=[...y.value],j=L.indexOf(k);j>-1?L.splice(j,1):L.push(k),n(L)}};return watch(()=>e.modelValue,()=>y.value=castArray$1(e.modelValue),{deep:!0}),provide(collapseContextKey,{activeNames:y,handleItemClick:$}),{activeNames:y,setActiveNames:n}},useCollapseDOM=()=>{const e=useNamespace("collapse");return{rootKls:computed(()=>e.b())}},__default__$1b=defineComponent({name:"ElCollapse"}),_sfc_main$28=defineComponent({...__default__$1b,props:collapseProps,emits:collapseEmits,setup(e,{expose:t,emit:y}){const n=e,{activeNames:$,setActiveNames:k}=useCollapse(n,y),{rootKls:L}=useCollapseDOM();return t({activeNames:$,setActiveNames:k}),(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L))},[renderSlot(j.$slots,"default")],2))}});var Collapse=_export_sfc$1(_sfc_main$28,[["__file","collapse.vue"]]);const __default__$1a=defineComponent({name:"ElCollapseTransition"}),_sfc_main$27=defineComponent({...__default__$1a,setup(e){const t=useNamespace("collapse-transition"),y=$=>{$.style.maxHeight="",$.style.overflow=$.dataset.oldOverflow,$.style.paddingTop=$.dataset.oldPaddingTop,$.style.paddingBottom=$.dataset.oldPaddingBottom},n={beforeEnter($){$.dataset||($.dataset={}),$.dataset.oldPaddingTop=$.style.paddingTop,$.dataset.oldPaddingBottom=$.style.paddingBottom,$.style.height&&($.dataset.elExistsHeight=$.style.height),$.style.maxHeight=0,$.style.paddingTop=0,$.style.paddingBottom=0},enter($){requestAnimationFrame(()=>{$.dataset.oldOverflow=$.style.overflow,$.dataset.elExistsHeight?$.style.maxHeight=$.dataset.elExistsHeight:$.scrollHeight!==0?$.style.maxHeight=`${$.scrollHeight}px`:$.style.maxHeight=0,$.style.paddingTop=$.dataset.oldPaddingTop,$.style.paddingBottom=$.dataset.oldPaddingBottom,$.style.overflow="hidden"})},afterEnter($){$.style.maxHeight="",$.style.overflow=$.dataset.oldOverflow},enterCancelled($){y($)},beforeLeave($){$.dataset||($.dataset={}),$.dataset.oldPaddingTop=$.style.paddingTop,$.dataset.oldPaddingBottom=$.style.paddingBottom,$.dataset.oldOverflow=$.style.overflow,$.style.maxHeight=`${$.scrollHeight}px`,$.style.overflow="hidden"},leave($){$.scrollHeight!==0&&($.style.maxHeight=0,$.style.paddingTop=0,$.style.paddingBottom=0)},afterLeave($){y($)},leaveCancelled($){y($)}};return($,k)=>(openBlock(),createBlock(Transition,mergeProps({name:unref(t).b()},toHandlers(n)),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["name"]))}});var CollapseTransition=_export_sfc$1(_sfc_main$27,[["__file","collapse-transition.vue"]]);const ElCollapseTransition=withInstall(CollapseTransition),collapseItemProps=buildProps({title:{type:String,default:""},name:{type:definePropType([String,Number]),default:void 0},disabled:Boolean}),useCollapseItem=e=>{const t=inject(collapseContextKey),{namespace:y}=useNamespace("collapse"),n=ref$1(!1),$=ref$1(!1),k=useIdInjection(),L=computed(()=>k.current++),j=computed(()=>{var ue;return(ue=e.name)!=null?ue:`${y.value}-id-${k.prefix}-${unref(L)}`}),V=computed(()=>t==null?void 0:t.activeNames.value.includes(unref(j)));return{focusing:n,id:L,isActive:V,handleFocus:()=>{setTimeout(()=>{$.value?$.value=!1:n.value=!0},50)},handleHeaderClick:()=>{e.disabled||(t==null||t.handleItemClick(unref(j)),n.value=!1,$.value=!0)},handleEnterClick:()=>{t==null||t.handleItemClick(unref(j))}}},useCollapseItemDOM=(e,{focusing:t,isActive:y,id:n})=>{const $=useNamespace("collapse"),k=computed(()=>[$.b("item"),$.is("active",unref(y)),$.is("disabled",e.disabled)]),L=computed(()=>[$.be("item","header"),$.is("active",unref(y)),{focusing:unref(t)&&!e.disabled}]),j=computed(()=>[$.be("item","arrow"),$.is("active",unref(y))]),V=computed(()=>$.be("item","wrap")),z=computed(()=>$.be("item","content")),re=computed(()=>$.b(`content-${unref(n)}`)),oe=computed(()=>$.b(`head-${unref(n)}`));return{arrowKls:j,headKls:L,rootKls:k,itemWrapperKls:V,itemContentKls:z,scopedContentId:re,scopedHeadId:oe}},__default__$19=defineComponent({name:"ElCollapseItem"}),_sfc_main$26=defineComponent({...__default__$19,props:collapseItemProps,setup(e,{expose:t}){const y=e,{focusing:n,id:$,isActive:k,handleFocus:L,handleHeaderClick:j,handleEnterClick:V}=useCollapseItem(y),{arrowKls:z,headKls:re,rootKls:oe,itemWrapperKls:ue,itemContentKls:de,scopedContentId:_e,scopedHeadId:Ne}=useCollapseItemDOM(y,{focusing:n,isActive:k,id:$});return t({isActive:k}),(Ue,$e)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(oe))},[createBaseVNode("button",{id:unref(Ne),class:normalizeClass(unref(re)),"aria-expanded":unref(k),"aria-controls":unref(_e),"aria-describedby":unref(_e),tabindex:Ue.disabled?-1:0,type:"button",onClick:unref(j),onKeydown:withKeys(withModifiers(unref(V),["stop","prevent"]),["space","enter"]),onFocus:unref(L),onBlur:Ve=>n.value=!1},[renderSlot(Ue.$slots,"title",{},()=>[createTextVNode(toDisplayString(Ue.title),1)]),createVNode(unref(ElIcon),{class:normalizeClass(unref(z))},{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1},8,["class"])],42,["id","aria-expanded","aria-controls","aria-describedby","tabindex","onClick","onKeydown","onFocus","onBlur"]),createVNode(unref(ElCollapseTransition),null,{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:unref(_e),role:"region",class:normalizeClass(unref(ue)),"aria-hidden":!unref(k),"aria-labelledby":unref(Ne)},[createBaseVNode("div",{class:normalizeClass(unref(de))},[renderSlot(Ue.$slots,"default")],2)],10,["id","aria-hidden","aria-labelledby"]),[[vShow,unref(k)]])]),_:3})],2))}});var CollapseItem=_export_sfc$1(_sfc_main$26,[["__file","collapse-item.vue"]]);const ElCollapse=withInstall(Collapse,{CollapseItem}),ElCollapseItem=withNoopInstall(CollapseItem),alphaSliderProps=buildProps({color:{type:definePropType(Object),required:!0},vertical:{type:Boolean,default:!1}});let isDragging=!1;function draggable(e,t){if(!isClient)return;const y=function(k){var L;(L=t.drag)==null||L.call(t,k)},n=function(k){var L;document.removeEventListener("mousemove",y),document.removeEventListener("mouseup",n),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",n),document.onselectstart=null,document.ondragstart=null,isDragging=!1,(L=t.end)==null||L.call(t,k)},$=function(k){var L;isDragging||(k.preventDefault(),document.onselectstart=()=>!1,document.ondragstart=()=>!1,document.addEventListener("mousemove",y),document.addEventListener("mouseup",n),document.addEventListener("touchmove",y),document.addEventListener("touchend",n),isDragging=!0,(L=t.start)==null||L.call(t,k))};e.addEventListener("mousedown",$),e.addEventListener("touchstart",$,{passive:!1})}const useAlphaSlider=e=>{const t=getCurrentInstance(),{t:y}=useLocale(),n=shallowRef(),$=shallowRef(),k=computed(()=>e.color.get("alpha")),L=computed(()=>y("el.colorpicker.alphaLabel"));function j(oe){var ue;oe.target!==n.value&&V(oe),(ue=n.value)==null||ue.focus()}function V(oe){if(!$.value||!n.value)return;const de=t.vnode.el.getBoundingClientRect(),{clientX:_e,clientY:Ne}=getClientXY(oe);if(e.vertical){let Ue=Ne-de.top;Ue=Math.max(n.value.offsetHeight/2,Ue),Ue=Math.min(Ue,de.height-n.value.offsetHeight/2),e.color.set("alpha",Math.round((Ue-n.value.offsetHeight/2)/(de.height-n.value.offsetHeight)*100))}else{let Ue=_e-de.left;Ue=Math.max(n.value.offsetWidth/2,Ue),Ue=Math.min(Ue,de.width-n.value.offsetWidth/2),e.color.set("alpha",Math.round((Ue-n.value.offsetWidth/2)/(de.width-n.value.offsetWidth)*100))}}function z(oe){const{code:ue,shiftKey:de}=oe,_e=de?10:1;switch(ue){case EVENT_CODE.left:case EVENT_CODE.down:oe.preventDefault(),oe.stopPropagation(),re(-_e);break;case EVENT_CODE.right:case EVENT_CODE.up:oe.preventDefault(),oe.stopPropagation(),re(_e);break}}function re(oe){let ue=k.value+oe;ue=ue<0?0:ue>100?100:ue,e.color.set("alpha",ue)}return{thumb:n,bar:$,alpha:k,alphaLabel:L,handleDrag:V,handleClick:j,handleKeydown:z}},useAlphaSliderDOM=(e,{bar:t,thumb:y,handleDrag:n})=>{const $=getCurrentInstance(),k=useNamespace("color-alpha-slider"),L=ref$1(0),j=ref$1(0),V=ref$1();function z(){if(!y.value||e.vertical)return 0;const Ve=$.vnode.el,Fe=e.color.get("alpha");return Ve?Math.round(Fe*(Ve.offsetWidth-y.value.offsetWidth/2)/100):0}function re(){if(!y.value)return 0;const Ve=$.vnode.el;if(!e.vertical)return 0;const Fe=e.color.get("alpha");return Ve?Math.round(Fe*(Ve.offsetHeight-y.value.offsetHeight/2)/100):0}function oe(){if(e.color&&e.color.value){const{r:Ve,g:Fe,b:qe}=e.color.toRgb();return`linear-gradient(to right, rgba(${Ve}, ${Fe}, ${qe}, 0) 0%, rgba(${Ve}, ${Fe}, ${qe}, 1) 100%)`}return""}function ue(){L.value=z(),j.value=re(),V.value=oe()}onMounted(()=>{if(!t.value||!y.value)return;const Ve={drag:Fe=>{n(Fe)},end:Fe=>{n(Fe)}};draggable(t.value,Ve),draggable(y.value,Ve),ue()}),watch(()=>e.color.get("alpha"),()=>ue()),watch(()=>e.color.value,()=>ue());const de=computed(()=>[k.b(),k.is("vertical",e.vertical)]),_e=computed(()=>k.e("bar")),Ne=computed(()=>k.e("thumb")),Ue=computed(()=>({background:V.value})),$e=computed(()=>({left:addUnit(L.value),top:addUnit(j.value)}));return{rootKls:de,barKls:_e,barStyle:Ue,thumbKls:Ne,thumbStyle:$e,update:ue}},COMPONENT_NAME$d="ElColorAlphaSlider",__default__$18=defineComponent({name:COMPONENT_NAME$d}),_sfc_main$25=defineComponent({...__default__$18,props:alphaSliderProps,setup(e,{expose:t}){const y=e,{alpha:n,alphaLabel:$,bar:k,thumb:L,handleDrag:j,handleClick:V,handleKeydown:z}=useAlphaSlider(y),{rootKls:re,barKls:oe,barStyle:ue,thumbKls:de,thumbStyle:_e,update:Ne}=useAlphaSliderDOM(y,{bar:k,thumb:L,handleDrag:j});return t({update:Ne,bar:k,thumb:L}),(Ue,$e)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(re))},[createBaseVNode("div",{ref_key:"bar",ref:k,class:normalizeClass(unref(oe)),style:normalizeStyle(unref(ue)),onClick:unref(V)},null,14,["onClick"]),createBaseVNode("div",{ref_key:"thumb",ref:L,class:normalizeClass(unref(de)),style:normalizeStyle(unref(_e)),"aria-label":unref($),"aria-valuenow":unref(n),"aria-orientation":Ue.vertical?"vertical":"horizontal","aria-valuemin":"0","aria-valuemax":"100",role:"slider",tabindex:"0",onKeydown:unref(z)},null,46,["aria-label","aria-valuenow","aria-orientation","onKeydown"])],2))}});var AlphaSlider=_export_sfc$1(_sfc_main$25,[["__file","alpha-slider.vue"]]);const _sfc_main$24=defineComponent({name:"ElColorHueSlider",props:{color:{type:Object,required:!0},vertical:Boolean},setup(e){const t=useNamespace("color-hue-slider"),y=getCurrentInstance(),n=ref$1(),$=ref$1(),k=ref$1(0),L=ref$1(0),j=computed(()=>e.color.get("hue"));watch(()=>j.value,()=>{ue()});function V(de){de.target!==n.value&&z(de)}function z(de){if(!$.value||!n.value)return;const Ne=y.vnode.el.getBoundingClientRect(),{clientX:Ue,clientY:$e}=getClientXY(de);let Ve;if(e.vertical){let Fe=$e-Ne.top;Fe=Math.min(Fe,Ne.height-n.value.offsetHeight/2),Fe=Math.max(n.value.offsetHeight/2,Fe),Ve=Math.round((Fe-n.value.offsetHeight/2)/(Ne.height-n.value.offsetHeight)*360)}else{let Fe=Ue-Ne.left;Fe=Math.min(Fe,Ne.width-n.value.offsetWidth/2),Fe=Math.max(n.value.offsetWidth/2,Fe),Ve=Math.round((Fe-n.value.offsetWidth/2)/(Ne.width-n.value.offsetWidth)*360)}e.color.set("hue",Ve)}function re(){if(!n.value)return 0;const de=y.vnode.el;if(e.vertical)return 0;const _e=e.color.get("hue");return de?Math.round(_e*(de.offsetWidth-n.value.offsetWidth/2)/360):0}function oe(){if(!n.value)return 0;const de=y.vnode.el;if(!e.vertical)return 0;const _e=e.color.get("hue");return de?Math.round(_e*(de.offsetHeight-n.value.offsetHeight/2)/360):0}function ue(){k.value=re(),L.value=oe()}return onMounted(()=>{if(!$.value||!n.value)return;const de={drag:_e=>{z(_e)},end:_e=>{z(_e)}};draggable($.value,de),draggable(n.value,de),ue()}),{bar:$,thumb:n,thumbLeft:k,thumbTop:L,hueValue:j,handleClick:V,update:ue,ns:t}}});function _sfc_render$q(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b(),e.ns.is("vertical",e.vertical)])},[createBaseVNode("div",{ref:"bar",class:normalizeClass(e.ns.e("bar")),onClick:e.handleClick},null,10,["onClick"]),createBaseVNode("div",{ref:"thumb",class:normalizeClass(e.ns.e("thumb")),style:normalizeStyle({left:e.thumbLeft+"px",top:e.thumbTop+"px"})},null,6)],2)}var HueSlider=_export_sfc$1(_sfc_main$24,[["render",_sfc_render$q],["__file","hue-slider.vue"]]);const colorPickerProps=buildProps({modelValue:String,id:String,showAlpha:Boolean,colorFormat:String,disabled:Boolean,size:useSizeProp,popperClass:{type:String,default:""},tabindex:{type:[String,Number],default:0},teleported:useTooltipContentProps.teleported,predefine:{type:definePropType(Array)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),colorPickerEmits={[UPDATE_MODEL_EVENT]:e=>isString$4(e)||isNil(e),[CHANGE_EVENT]:e=>isString$4(e)||isNil(e),activeChange:e=>isString$4(e)||isNil(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},colorPickerContextKey=Symbol("colorPickerContextKey"),hsv2hsl=function(e,t,y){return[e,t*y/((e=(2-t)*y)<1?e:2-e)||0,e/2]},isOnePointZero=function(e){return typeof e=="string"&&e.includes(".")&&Number.parseFloat(e)===1},isPercentage=function(e){return typeof e=="string"&&e.includes("%")},bound01=function(e,t){isOnePointZero(e)&&(e="100%");const y=isPercentage(e);return e=Math.min(t,Math.max(0,Number.parseFloat(`${e}`))),y&&(e=Number.parseInt(`${e*t}`,10)/100),Math.abs(e-t)<1e-6?1:e%t/Number.parseFloat(t)},INT_HEX_MAP={10:"A",11:"B",12:"C",13:"D",14:"E",15:"F"},hexOne=e=>{e=Math.min(Math.round(e),255);const t=Math.floor(e/16),y=e%16;return`${INT_HEX_MAP[t]||t}${INT_HEX_MAP[y]||y}`},toHex$1=function({r:e,g:t,b:y}){return Number.isNaN(+e)||Number.isNaN(+t)||Number.isNaN(+y)?"":`#${hexOne(e)}${hexOne(t)}${hexOne(y)}`},HEX_INT_MAP={A:10,B:11,C:12,D:13,E:14,F:15},parseHexChannel=function(e){return e.length===2?(HEX_INT_MAP[e[0].toUpperCase()]||+e[0])*16+(HEX_INT_MAP[e[1].toUpperCase()]||+e[1]):HEX_INT_MAP[e[1].toUpperCase()]||+e[1]},hsl2hsv=function(e,t,y){t=t/100,y=y/100;let n=t;const $=Math.max(y,.01);y*=2,t*=y<=1?y:2-y,n*=$<=1?$:2-$;const k=(y+t)/2,L=y===0?2*n/($+n):2*t/(y+t);return{h:e,s:L*100,v:k*100}},rgb2hsv=(e,t,y)=>{e=bound01(e,255),t=bound01(t,255),y=bound01(y,255);const n=Math.max(e,t,y),$=Math.min(e,t,y);let k;const L=n,j=n-$,V=n===0?0:j/n;if(n===$)k=0;else{switch(n){case e:{k=(t-y)/j+(t{this._hue=Math.max(0,Math.min(360,n)),this._saturation=Math.max(0,Math.min(100,$)),this._value=Math.max(0,Math.min(100,k)),this.doOnChange()};if(t.includes("hsl")){const n=t.replace(/hsla|hsl|\(|\)/gm,"").split(/\s|,/g).filter($=>$!=="").map(($,k)=>k>2?Number.parseFloat($):Number.parseInt($,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:$,s:k,v:L}=hsl2hsv(n[0],n[1],n[2]);y($,k,L)}}else if(t.includes("hsv")){const n=t.replace(/hsva|hsv|\(|\)/gm,"").split(/\s|,/g).filter($=>$!=="").map(($,k)=>k>2?Number.parseFloat($):Number.parseInt($,10));n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3&&y(n[0],n[1],n[2])}else if(t.includes("rgb")){const n=t.replace(/rgba|rgb|\(|\)/gm,"").split(/\s|,/g).filter($=>$!=="").map(($,k)=>k>2?Number.parseFloat($):Number.parseInt($,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:$,s:k,v:L}=rgb2hsv(n[0],n[1],n[2]);y($,k,L)}}else if(t.includes("#")){const n=t.replace("#","").trim();if(!/^[0-9a-fA-F]{3}$|^[0-9a-fA-F]{6}$|^[0-9a-fA-F]{8}$/.test(n))return;let $,k,L;n.length===3?($=parseHexChannel(n[0]+n[0]),k=parseHexChannel(n[1]+n[1]),L=parseHexChannel(n[2]+n[2])):(n.length===6||n.length===8)&&($=parseHexChannel(n.slice(0,2)),k=parseHexChannel(n.slice(2,4)),L=parseHexChannel(n.slice(4,6))),n.length===8?this._alpha=parseHexChannel(n.slice(6))/255*100:(n.length===3||n.length===6)&&(this._alpha=100);const{h:j,s:V,v:z}=rgb2hsv($,k,L);y(j,V,z)}}compare(t){return Math.abs(t._hue-this._hue)<2&&Math.abs(t._saturation-this._saturation)<1&&Math.abs(t._value-this._value)<1&&Math.abs(t._alpha-this._alpha)<1}doOnChange(){const{_hue:t,_saturation:y,_value:n,_alpha:$,format:k}=this;if(this.enableAlpha)switch(k){case"hsl":{const L=hsv2hsl(t,y/100,n/100);this.value=`hsla(${t}, ${Math.round(L[1]*100)}%, ${Math.round(L[2]*100)}%, ${this.get("alpha")/100})`;break}case"hsv":{this.value=`hsva(${t}, ${Math.round(y)}%, ${Math.round(n)}%, ${this.get("alpha")/100})`;break}case"hex":{this.value=`${toHex$1(hsv2rgb(t,y,n))}${hexOne($*255/100)}`;break}default:{const{r:L,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgba(${L}, ${j}, ${V}, ${this.get("alpha")/100})`}}else switch(k){case"hsl":{const L=hsv2hsl(t,y/100,n/100);this.value=`hsl(${t}, ${Math.round(L[1]*100)}%, ${Math.round(L[2]*100)}%)`;break}case"hsv":{this.value=`hsv(${t}, ${Math.round(y)}%, ${Math.round(n)}%)`;break}case"rgb":{const{r:L,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgb(${L}, ${j}, ${V})`;break}default:this.value=toHex$1(hsv2rgb(t,y,n))}}}const _sfc_main$23=defineComponent({props:{colors:{type:Array,required:!0},color:{type:Object,required:!0},enableAlpha:{type:Boolean,required:!0}},setup(e){const t=useNamespace("color-predefine"),{currentColor:y}=inject(colorPickerContextKey),n=ref$1(k(e.colors,e.color));watch(()=>y.value,L=>{const j=new Color;j.fromString(L),n.value.forEach(V=>{V.selected=j.compare(V)})}),watchEffect(()=>{n.value=k(e.colors,e.color)});function $(L){e.color.fromString(e.colors[L])}function k(L,j){return L.map(V=>{const z=new Color;return z.enableAlpha=e.enableAlpha,z.format="rgba",z.fromString(V),z.selected=z.value===j.value,z})}return{rgbaColors:n,handleSelect:$,ns:t}}});function _sfc_render$p(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.b())},[createBaseVNode("div",{class:normalizeClass(e.ns.e("colors"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.rgbaColors,(L,j)=>(openBlock(),createElementBlock("div",{key:e.colors[j],class:normalizeClass([e.ns.e("color-selector"),e.ns.is("alpha",L._alpha<100),{selected:L.selected}]),onClick:V=>e.handleSelect(j)},[createBaseVNode("div",{style:normalizeStyle({backgroundColor:L.value})},null,4)],10,["onClick"]))),128))],2)],2)}var Predefine=_export_sfc$1(_sfc_main$23,[["render",_sfc_render$p],["__file","predefine.vue"]]);const _sfc_main$22=defineComponent({name:"ElSlPanel",props:{color:{type:Object,required:!0}},setup(e){const t=useNamespace("color-svpanel"),y=getCurrentInstance(),n=ref$1(0),$=ref$1(0),k=ref$1("hsl(0, 100%, 50%)"),L=computed(()=>{const z=e.color.get("hue"),re=e.color.get("value");return{hue:z,value:re}});function j(){const z=e.color.get("saturation"),re=e.color.get("value"),oe=y.vnode.el,{clientWidth:ue,clientHeight:de}=oe;$.value=z*ue/100,n.value=(100-re)*de/100,k.value=`hsl(${e.color.get("hue")}, 100%, 50%)`}function V(z){const oe=y.vnode.el.getBoundingClientRect(),{clientX:ue,clientY:de}=getClientXY(z);let _e=ue-oe.left,Ne=de-oe.top;_e=Math.max(0,_e),_e=Math.min(_e,oe.width),Ne=Math.max(0,Ne),Ne=Math.min(Ne,oe.height),$.value=_e,n.value=Ne,e.color.set({saturation:_e/oe.width*100,value:100-Ne/oe.height*100})}return watch(()=>L.value,()=>{j()}),onMounted(()=>{draggable(y.vnode.el,{drag:z=>{V(z)},end:z=>{V(z)}}),j()}),{cursorTop:n,cursorLeft:$,background:k,colorValue:L,handleDrag:V,update:j,ns:t}}});function _sfc_render$o(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.b()),style:normalizeStyle({backgroundColor:e.background})},[createBaseVNode("div",{class:normalizeClass(e.ns.e("white"))},null,2),createBaseVNode("div",{class:normalizeClass(e.ns.e("black"))},null,2),createBaseVNode("div",{class:normalizeClass(e.ns.e("cursor")),style:normalizeStyle({top:e.cursorTop+"px",left:e.cursorLeft+"px"})},[createBaseVNode("div")],6)],6)}var SvPanel=_export_sfc$1(_sfc_main$22,[["render",_sfc_render$o],["__file","sv-panel.vue"]]);const __default__$17=defineComponent({name:"ElColorPicker"}),_sfc_main$21=defineComponent({...__default__$17,props:colorPickerProps,emits:colorPickerEmits,setup(e,{expose:t,emit:y}){const n=e,{t:$}=useLocale(),k=useNamespace("color"),{formItem:L}=useFormItem(),j=useFormSize(),V=useFormDisabled(),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:L}),oe=ref$1(),ue=ref$1(),de=ref$1(),_e=ref$1(),Ne=ref$1(),Ue=ref$1(),{isFocused:$e,handleFocus:Ve,handleBlur:Fe}=useFocusController(Ne,{beforeFocus(){return V.value},beforeBlur(Ar){var Fr;return(Fr=_e.value)==null?void 0:Fr.isFocusInsideContent(Ar)},afterBlur(){Ie(!1),kt()}});let qe=!0;const er=reactive(new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue})),ir=ref$1(!1),dr=ref$1(!1),cr=ref$1(""),nr=computed(()=>!n.modelValue&&!dr.value?"transparent":Ce(er,n.showAlpha)),lr=computed(()=>!n.modelValue&&!dr.value?"":er.value),Et=computed(()=>re.value?void 0:n.ariaLabel||$("el.colorpicker.defaultLabel")),ie=computed(()=>re.value?L==null?void 0:L.labelId:void 0),pe=computed(()=>[k.b("picker"),k.is("disabled",V.value),k.bm("picker",j.value),k.is("focused",$e.value)]);function Ce(Ar,Fr){if(!(Ar instanceof Color))throw new TypeError("color should be instance of _color Class");const{r:Gr,g:Vr,b:Dr}=Ar.toRgb();return Fr?`rgba(${Gr}, ${Vr}, ${Dr}, ${Ar.get("alpha")/100})`:`rgb(${Gr}, ${Vr}, ${Dr})`}function Ie(Ar){ir.value=Ar}const jt=debounce(Ie,100,{leading:!0});function ar(){V.value||Ie(!0)}function ur(){jt(!1),kt()}function kt(){nextTick$3(()=>{n.modelValue?er.fromString(n.modelValue):(er.value="",nextTick$3(()=>{dr.value=!1}))})}function he(){V.value||jt(!ir.value)}function tr(){er.fromString(cr.value)}function gr(){const Ar=er.value;y(UPDATE_MODEL_EVENT,Ar),y("change",Ar),n.validateEvent&&(L==null||L.validate("change").catch(Fr=>void 0)),jt(!1),nextTick$3(()=>{const Fr=new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue});er.compare(Fr)||kt()})}function _r(){jt(!1),y(UPDATE_MODEL_EVENT,null),y("change",null),n.modelValue!==null&&n.validateEvent&&(L==null||L.validate("change").catch(Ar=>void 0)),kt()}function yr(){ir.value&&(ur(),$e.value&&Tr())}function xr(Ar){Ar.preventDefault(),Ar.stopPropagation(),Ie(!1),kt()}function Nr(Ar){switch(Ar.code){case EVENT_CODE.enter:case EVENT_CODE.space:Ar.preventDefault(),Ar.stopPropagation(),ar(),Ue.value.focus();break;case EVENT_CODE.esc:xr(Ar);break}}function Tr(){Ne.value.focus()}function Sr(){Ne.value.blur()}return onMounted(()=>{n.modelValue&&(cr.value=lr.value)}),watch(()=>n.modelValue,Ar=>{Ar?Ar&&Ar!==er.value&&(qe=!1,er.fromString(Ar)):dr.value=!1}),watch(()=>lr.value,Ar=>{cr.value=Ar,qe&&y("activeChange",Ar),qe=!0}),watch(()=>er.value,()=>{!n.modelValue&&!dr.value&&(dr.value=!0)}),watch(()=>ir.value,()=>{nextTick$3(()=>{var Ar,Fr,Gr;(Ar=oe.value)==null||Ar.update(),(Fr=ue.value)==null||Fr.update(),(Gr=de.value)==null||Gr.update()})}),provide(colorPickerContextKey,{currentColor:lr}),t({color:er,show:ar,hide:ur,focus:Tr,blur:Sr}),(Ar,Fr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popper",ref:_e,visible:ir.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[unref(k).be("picker","panel"),unref(k).b("dropdown"),Ar.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",teleported:Ar.teleported,transition:`${unref(k).namespace.value}-zoom-in-top`,persistent:"",onHide:Gr=>Ie(!1)},{content:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{onKeydown:withKeys(xr,["esc"])},[createBaseVNode("div",{class:normalizeClass(unref(k).be("dropdown","main-wrapper"))},[createVNode(HueSlider,{ref_key:"hue",ref:oe,class:"hue-slider",color:unref(er),vertical:""},null,8,["color"]),createVNode(SvPanel,{ref_key:"sv",ref:ue,color:unref(er)},null,8,["color"])],2),Ar.showAlpha?(openBlock(),createBlock(AlphaSlider,{key:0,ref_key:"alpha",ref:de,color:unref(er)},null,8,["color"])):createCommentVNode("v-if",!0),Ar.predefine?(openBlock(),createBlock(Predefine,{key:1,ref:"predefine","enable-alpha":Ar.showAlpha,color:unref(er),colors:Ar.predefine},null,8,["enable-alpha","color","colors"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).be("dropdown","btns"))},[createBaseVNode("span",{class:normalizeClass(unref(k).be("dropdown","value"))},[createVNode(unref(ElInput),{ref_key:"inputRef",ref:Ue,modelValue:cr.value,"onUpdate:modelValue":Gr=>cr.value=Gr,"validate-event":!1,size:"small",onKeyup:withKeys(tr,["enter"]),onBlur:tr},null,8,["modelValue","onUpdate:modelValue","onKeyup"])],2),createVNode(unref(ElButton),{class:normalizeClass(unref(k).be("dropdown","link-btn")),text:"",size:"small",onClick:_r},{default:withCtx(()=>[createTextVNode(toDisplayString(unref($)("el.colorpicker.clear")),1)]),_:1},8,["class"]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(k).be("dropdown","btn")),onClick:gr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref($)("el.colorpicker.confirm")),1)]),_:1},8,["class"])],2)],40,["onKeydown"])),[[unref(ClickOutside),yr]])]),default:withCtx(()=>[createBaseVNode("div",mergeProps({id:unref(z),ref_key:"triggerRef",ref:Ne},Ar.$attrs,{class:unref(pe),role:"button","aria-label":unref(Et),"aria-labelledby":unref(ie),"aria-description":unref($)("el.colorpicker.description",{color:Ar.modelValue||""}),"aria-disabled":unref(V),tabindex:unref(V)?-1:Ar.tabindex,onKeydown:Nr,onFocus:unref(Ve),onBlur:unref(Fe)}),[unref(V)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).be("picker","mask"))},null,2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).be("picker","trigger")),onClick:he},[createBaseVNode("span",{class:normalizeClass([unref(k).be("picker","color"),unref(k).is("alpha",Ar.showAlpha)])},[createBaseVNode("span",{class:normalizeClass(unref(k).be("picker","color-inner")),style:normalizeStyle({backgroundColor:unref(nr)})},[withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(k).be("picker","icon"),unref(k).is("icon-arrow-down")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"]),[[vShow,Ar.modelValue||dr.value]]),withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(k).be("picker","empty"),unref(k).is("icon-close")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"]),[[vShow,!Ar.modelValue&&!dr.value]])],6)],2)],2)],16,["id","aria-label","aria-labelledby","aria-description","aria-disabled","tabindex","onFocus","onBlur"])]),_:1},8,["visible","popper-class","teleported","transition","onHide"]))}});var ColorPicker=_export_sfc$1(_sfc_main$21,[["__file","color-picker.vue"]]);const ElColorPicker=withInstall(ColorPicker),__default__$16=defineComponent({name:"ElContainer"}),_sfc_main$20=defineComponent({...__default__$16,props:{direction:{type:String}},setup(e){const t=e,y=useSlots(),n=useNamespace("container"),$=computed(()=>t.direction==="vertical"?!0:t.direction==="horizontal"?!1:y&&y.default?y.default().some(L=>{const j=L.type.name;return j==="ElHeader"||j==="ElFooter"}):!1);return(k,L)=>(openBlock(),createElementBlock("section",{class:normalizeClass([unref(n).b(),unref(n).is("vertical",unref($))])},[renderSlot(k.$slots,"default")],2))}});var Container=_export_sfc$1(_sfc_main$20,[["__file","container.vue"]]);const __default__$15=defineComponent({name:"ElAside"}),_sfc_main$1$=defineComponent({...__default__$15,props:{width:{type:String,default:null}},setup(e){const t=e,y=useNamespace("aside"),n=computed(()=>t.width?y.cssVarBlock({width:t.width}):{});return($,k)=>(openBlock(),createElementBlock("aside",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot($.$slots,"default")],6))}});var Aside=_export_sfc$1(_sfc_main$1$,[["__file","aside.vue"]]);const __default__$14=defineComponent({name:"ElFooter"}),_sfc_main$1_=defineComponent({...__default__$14,props:{height:{type:String,default:null}},setup(e){const t=e,y=useNamespace("footer"),n=computed(()=>t.height?y.cssVarBlock({height:t.height}):{});return($,k)=>(openBlock(),createElementBlock("footer",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot($.$slots,"default")],6))}});var Footer$2=_export_sfc$1(_sfc_main$1_,[["__file","footer.vue"]]);const __default__$13=defineComponent({name:"ElHeader"}),_sfc_main$1Z=defineComponent({...__default__$13,props:{height:{type:String,default:null}},setup(e){const t=e,y=useNamespace("header"),n=computed(()=>t.height?y.cssVarBlock({height:t.height}):{});return($,k)=>(openBlock(),createElementBlock("header",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot($.$slots,"default")],6))}});var Header=_export_sfc$1(_sfc_main$1Z,[["__file","header.vue"]]);const __default__$12=defineComponent({name:"ElMain"}),_sfc_main$1Y=defineComponent({...__default__$12,setup(e){const t=useNamespace("main");return(y,n)=>(openBlock(),createElementBlock("main",{class:normalizeClass(unref(t).b())},[renderSlot(y.$slots,"default")],2))}});var Main=_export_sfc$1(_sfc_main$1Y,[["__file","main.vue"]]);const ElContainer=withInstall(Container,{Aside,Footer:Footer$2,Header,Main}),ElAside=withNoopInstall(Aside),ElFooter=withNoopInstall(Footer$2),ElHeader=withNoopInstall(Header),ElMain=withNoopInstall(Main);var advancedFormat$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){var $=n.prototype,k=$.format;$.format=function(L){var j=this,V=this.$locale();if(!this.isValid())return k.bind(this)(L);var z=this.$utils(),re=(L||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(oe){switch(oe){case"Q":return Math.ceil((j.$M+1)/3);case"Do":return V.ordinal(j.$D);case"gggg":return j.weekYear();case"GGGG":return j.isoWeekYear();case"wo":return V.ordinal(j.week(),"W");case"w":case"ww":return z.s(j.week(),oe==="w"?1:2,"0");case"W":case"WW":return z.s(j.isoWeek(),oe==="W"?1:2,"0");case"k":case"kk":return z.s(String(j.$H===0?24:j.$H),oe==="k"?1:2,"0");case"X":return Math.floor(j.$d.getTime()/1e3);case"x":return j.$d.getTime();case"z":return"["+j.offsetName()+"]";case"zzz":return"["+j.offsetName("long")+"]";default:return oe}});return k.bind(this)(re)}}})})(advancedFormat$1);var advancedFormatExports=advancedFormat$1.exports;const advancedFormat=getDefaultExportFromCjs(advancedFormatExports);var weekOfYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y="week",n="year";return function($,k,L){var j=k.prototype;j.week=function(V){if(V===void 0&&(V=null),V!==null)return this.add(7*(V-this.week()),"day");var z=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var re=L(this).startOf(n).add(1,n).date(z),oe=L(this).endOf(y);if(re.isBefore(oe))return 1}var ue=L(this).startOf(n).date(z).startOf(y).subtract(1,"millisecond"),de=this.diff(ue,y,!0);return de<0?L(this).startOf("week").week():Math.ceil(de)},j.weeks=function(V){return V===void 0&&(V=null),this.week(V)}}})})(weekOfYear$1);var weekOfYearExports=weekOfYear$1.exports;const weekOfYear=getDefaultExportFromCjs(weekOfYearExports);var weekYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.weekYear=function(){var $=this.month(),k=this.week(),L=this.year();return k===1&&$===11?L+1:$===0&&k>=52?L-1:L}}})})(weekYear$1);var weekYearExports=weekYear$1.exports;const weekYear=getDefaultExportFromCjs(weekYearExports);var dayOfYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n,$){n.prototype.dayOfYear=function(k){var L=Math.round(($(this).startOf("day")-$(this).startOf("year"))/864e5)+1;return k==null?L:this.add(k-L,"day")}}})})(dayOfYear$1);var dayOfYearExports=dayOfYear$1.exports;const dayOfYear=getDefaultExportFromCjs(dayOfYearExports);var isSameOrAfter$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.isSameOrAfter=function($,k){return this.isSame($,k)||this.isAfter($,k)}}})})(isSameOrAfter$1);var isSameOrAfterExports=isSameOrAfter$1.exports;const isSameOrAfter=getDefaultExportFromCjs(isSameOrAfterExports);var isSameOrBefore$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.isSameOrBefore=function($,k){return this.isSame($,k)||this.isBefore($,k)}}})})(isSameOrBefore$1);var isSameOrBeforeExports=isSameOrBefore$1.exports;const isSameOrBefore=getDefaultExportFromCjs(isSameOrBeforeExports),ROOT_PICKER_INJECTION_KEY=Symbol(),datePickerProps=buildProps({...timePickerDefaultProps,type:{type:definePropType(String),default:"date"}}),selectionModes=["date","dates","year","years","month","months","week","range"],datePickerSharedProps=buildProps({disabledDate:{type:definePropType(Function)},date:{type:definePropType(Object),required:!0},minDate:{type:definePropType(Object)},maxDate:{type:definePropType(Object)},parsedValue:{type:definePropType([Object,Array])},rangeState:{type:definePropType(Object),default:()=>({endDate:null,selecting:!1})}}),panelSharedProps=buildProps({type:{type:definePropType(String),required:!0,values:datePickTypes},dateFormat:String,timeFormat:String}),panelRangeSharedProps=buildProps({unlinkPanels:Boolean,parsedValue:{type:definePropType(Array)}}),selectionModeWithDefault=e=>({type:String,values:selectionModes,default:e}),panelDatePickProps=buildProps({...panelSharedProps,parsedValue:{type:definePropType([Object,Array])},visible:{type:Boolean},format:{type:String,default:""}}),basicDateTableProps=buildProps({...datePickerSharedProps,cellClassName:{type:definePropType(Function)},showWeekNumber:Boolean,selectionMode:selectionModeWithDefault("date")}),basicDateTableEmits=["changerange","pick","select"],isValidRange=e=>{if(!isArray$4(e))return!1;const[t,y]=e;return dayjs.isDayjs(t)&&dayjs.isDayjs(y)&&t.isSameOrBefore(y)},getDefaultValue$1=(e,{lang:t,unit:y,unlinkPanels:n})=>{let $;if(isArray$4(e)){let[k,L]=e.map(j=>dayjs(j).locale(t));return n||(L=k.add(1,y)),[k,L]}else e?$=dayjs(e):$=dayjs();return $=$.locale(t),[$,$.add(1,y)]},buildPickerTable=(e,t,{columnIndexOffset:y,startDate:n,nextEndDate:$,now:k,unit:L,relativeDateGetter:j,setCellMetadata:V,setRowMetadata:z})=>{for(let re=0;re["normal","today"].includes(e),useBasicDateTable=(e,t)=>{const{lang:y}=useLocale(),n=ref$1(),$=ref$1(),k=ref$1(),L=ref$1(),j=ref$1([[],[],[],[],[],[]]);let V=!1;const z=e.date.$locale().weekStart||7,re=e.date.locale("en").localeData().weekdaysShort().map(kt=>kt.toLowerCase()),oe=computed(()=>z>3?7-z:-z),ue=computed(()=>{const kt=e.date.startOf("month");return kt.subtract(kt.day()||7,"day")}),de=computed(()=>re.concat(re).slice(z,z+7)),_e=computed(()=>flatten(unref(qe)).some(kt=>kt.isCurrent)),Ne=computed(()=>{const kt=e.date.startOf("month"),he=kt.day()||7,tr=kt.daysInMonth(),gr=kt.subtract(1,"month").daysInMonth();return{startOfMonthDay:he,dateCountOfMonth:tr,dateCountOfLastMonth:gr}}),Ue=computed(()=>e.selectionMode==="dates"?castArray(e.parsedValue):[]),$e=(kt,{count:he,rowIndex:tr,columnIndex:gr})=>{const{startOfMonthDay:_r,dateCountOfMonth:yr,dateCountOfLastMonth:xr}=unref(Ne),Nr=unref(oe);if(tr>=0&&tr<=1){const Tr=_r+Nr<0?7+_r+Nr:_r+Nr;if(gr+tr*7>=Tr)return kt.text=he,!0;kt.text=xr-(Tr-gr%7)+1+tr*7,kt.type="prev-month"}else return he<=yr?kt.text=he:(kt.text=he-yr,kt.type="next-month"),!0;return!1},Ve=(kt,{columnIndex:he,rowIndex:tr},gr)=>{const{disabledDate:_r,cellClassName:yr}=e,xr=unref(Ue),Nr=$e(kt,{count:gr,rowIndex:tr,columnIndex:he}),Tr=kt.dayjs.toDate();return kt.selected=xr.find(Sr=>Sr.isSame(kt.dayjs,"day")),kt.isSelected=!!kt.selected,kt.isCurrent=ir(kt),kt.disabled=_r==null?void 0:_r(Tr),kt.customClass=yr==null?void 0:yr(Tr),Nr},Fe=kt=>{if(e.selectionMode==="week"){const[he,tr]=e.showWeekNumber?[1,7]:[0,6],gr=ur(kt[he+1]);kt[he].inRange=gr,kt[he].start=gr,kt[tr].inRange=gr,kt[tr].end=gr}},qe=computed(()=>{const{minDate:kt,maxDate:he,rangeState:tr,showWeekNumber:gr}=e,_r=unref(oe),yr=unref(j),xr="day";let Nr=1;if(gr)for(let Tr=0;Tr<6;Tr++)yr[Tr][0]||(yr[Tr][0]={type:"week",text:unref(ue).add(Tr*7+1,xr).week()});return buildPickerTable({row:6,column:7},yr,{startDate:kt,columnIndexOffset:gr?1:0,nextEndDate:tr.endDate||he||tr.selecting&&kt||null,now:dayjs().locale(unref(y)).startOf(xr),unit:xr,relativeDateGetter:Tr=>unref(ue).add(Tr-_r,xr),setCellMetadata:(...Tr)=>{Ve(...Tr,Nr)&&(Nr+=1)},setRowMetadata:Fe}),yr});watch(()=>e.date,async()=>{var kt;(kt=unref(n))!=null&&kt.contains(document.activeElement)&&(await nextTick$3(),await er())});const er=async()=>{var kt;return(kt=unref($))==null?void 0:kt.focus()},ir=kt=>e.selectionMode==="date"&&isNormalDay(kt.type)&&dr(kt,e.parsedValue),dr=(kt,he)=>he?dayjs(he).locale(unref(y)).isSame(e.date.date(Number(kt.text)),"day"):!1,cr=(kt,he)=>{const tr=kt*7+(he-(e.showWeekNumber?1:0))-unref(oe);return unref(ue).add(tr,"day")},nr=kt=>{var he;if(!e.rangeState.selecting)return;let tr=kt.target;if(tr.tagName==="SPAN"&&(tr=(he=tr.parentNode)==null?void 0:he.parentNode),tr.tagName==="DIV"&&(tr=tr.parentNode),tr.tagName!=="TD")return;const gr=tr.parentNode.rowIndex-1,_r=tr.cellIndex;unref(qe)[gr][_r].disabled||(gr!==unref(k)||_r!==unref(L))&&(k.value=gr,L.value=_r,t("changerange",{selecting:!0,endDate:cr(gr,_r)}))},lr=kt=>!unref(_e)&&(kt==null?void 0:kt.text)===1&&kt.type==="normal"||kt.isCurrent,Et=kt=>{V||unref(_e)||e.selectionMode!=="date"||ar(kt,!0)},ie=kt=>{kt.target.closest("td")&&(V=!0)},pe=kt=>{kt.target.closest("td")&&(V=!1)},Ce=kt=>{!e.rangeState.selecting||!e.minDate?(t("pick",{minDate:kt,maxDate:null}),t("select",!0)):(kt>=e.minDate?t("pick",{minDate:e.minDate,maxDate:kt}):t("pick",{minDate:kt,maxDate:e.minDate}),t("select",!1))},Ie=kt=>{const he=kt.week(),tr=`${kt.year()}w${he}`;t("pick",{year:kt.year(),week:he,value:tr,date:kt.startOf("week")})},jt=(kt,he)=>{const tr=he?castArray(e.parsedValue).filter(gr=>(gr==null?void 0:gr.valueOf())!==kt.valueOf()):castArray(e.parsedValue).concat([kt]);t("pick",tr)},ar=(kt,he=!1)=>{const tr=kt.target.closest("td");if(!tr)return;const gr=tr.parentNode.rowIndex-1,_r=tr.cellIndex,yr=unref(qe)[gr][_r];if(yr.disabled||yr.type==="week")return;const xr=cr(gr,_r);switch(e.selectionMode){case"range":{Ce(xr);break}case"date":{t("pick",xr,he);break}case"week":{Ie(xr);break}case"dates":{jt(xr,!!yr.selected);break}}},ur=kt=>{if(e.selectionMode!=="week")return!1;let he=e.date.startOf("day");if(kt.type==="prev-month"&&(he=he.subtract(1,"month")),kt.type==="next-month"&&(he=he.add(1,"month")),he=he.date(Number.parseInt(kt.text,10)),e.parsedValue&&!Array.isArray(e.parsedValue)){const tr=(e.parsedValue.day()-z+7)%7-1;return e.parsedValue.subtract(tr,"day").isSame(he,"day")}return!1};return{WEEKS:de,rows:qe,tbodyRef:n,currentCellRef:$,focus:er,isCurrent:ir,isWeekActive:ur,isSelectedCell:lr,handlePickDate:ar,handleMouseUp:pe,handleMouseDown:ie,handleMouseMove:nr,handleFocus:Et}},useBasicDateTableDOM=(e,{isCurrent:t,isWeekActive:y})=>{const n=useNamespace("date-table"),{t:$}=useLocale(),k=computed(()=>[n.b(),{"is-week-mode":e.selectionMode==="week"}]),L=computed(()=>$("el.datepicker.dateTablePrompt")),j=computed(()=>$("el.datepicker.week"));return{tableKls:k,tableLabel:L,weekLabel:j,getCellClasses:re=>{const oe=[];return isNormalDay(re.type)&&!re.disabled?(oe.push("available"),re.type==="today"&&oe.push("today")):oe.push(re.type),t(re)&&oe.push("current"),re.inRange&&(isNormalDay(re.type)||e.selectionMode==="week")&&(oe.push("in-range"),re.start&&oe.push("start-date"),re.end&&oe.push("end-date")),re.disabled&&oe.push("disabled"),re.selected&&oe.push("selected"),re.customClass&&oe.push(re.customClass),oe.join(" ")},getRowKls:re=>[n.e("row"),{current:y(re)}],t:$}},basicCellProps=buildProps({cell:{type:definePropType(Object)}});var ElDatePickerCell=defineComponent({name:"ElDatePickerCell",props:basicCellProps,setup(e){const t=useNamespace("date-table-cell"),{slots:y}=inject(ROOT_PICKER_INJECTION_KEY);return()=>{const{cell:n}=e;return renderSlot(y,"default",{...n},()=>{var $;return[createVNode("div",{class:t.b()},[createVNode("span",{class:t.e("text")},[($=n==null?void 0:n.renderText)!=null?$:n==null?void 0:n.text])])]})}}});const _sfc_main$1X=defineComponent({__name:"basic-date-table",props:basicDateTableProps,emits:basicDateTableEmits,setup(e,{expose:t,emit:y}){const n=e,{WEEKS:$,rows:k,tbodyRef:L,currentCellRef:j,focus:V,isCurrent:z,isWeekActive:re,isSelectedCell:oe,handlePickDate:ue,handleMouseUp:de,handleMouseDown:_e,handleMouseMove:Ne,handleFocus:Ue}=useBasicDateTable(n,y),{tableLabel:$e,tableKls:Ve,weekLabel:Fe,getCellClasses:qe,getRowKls:er,t:ir}=useBasicDateTableDOM(n,{isCurrent:z,isWeekActive:re});return t({focus:V}),(dr,cr)=>(openBlock(),createElementBlock("table",{"aria-label":unref($e),class:normalizeClass(unref(Ve)),cellspacing:"0",cellpadding:"0",role:"grid",onClick:unref(ue),onMousemove:unref(Ne),onMousedown:withModifiers(unref(_e),["prevent"]),onMouseup:unref(de)},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:L},[createBaseVNode("tr",null,[dr.showWeekNumber?(openBlock(),createElementBlock("th",{key:0,scope:"col"},toDisplayString(unref(Fe)),1)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref($),(nr,lr)=>(openBlock(),createElementBlock("th",{key:lr,"aria-label":unref(ir)("el.datepicker.weeksFull."+nr),scope:"col"},toDisplayString(unref(ir)("el.datepicker.weeks."+nr)),9,["aria-label"]))),128))]),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(k),(nr,lr)=>(openBlock(),createElementBlock("tr",{key:lr,class:normalizeClass(unref(er)(nr[1]))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(nr,(Et,ie)=>(openBlock(),createElementBlock("td",{key:`${lr}.${ie}`,ref_for:!0,ref:pe=>unref(oe)(Et)&&(j.value=pe),class:normalizeClass(unref(qe)(Et)),"aria-current":Et.isCurrent?"date":void 0,"aria-selected":Et.isCurrent,tabindex:unref(oe)(Et)?0:-1,onFocus:unref(Ue)},[createVNode(unref(ElDatePickerCell),{cell:Et},null,8,["cell"])],42,["aria-current","aria-selected","tabindex","onFocus"]))),128))],2))),128))],512)],42,["aria-label","onClick","onMousemove","onMousedown","onMouseup"]))}});var DateTable=_export_sfc$1(_sfc_main$1X,[["__file","basic-date-table.vue"]]);const basicMonthTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("month")}),_sfc_main$1W=defineComponent({__name:"basic-month-table",props:basicMonthTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,$=(qe,er,ir)=>{const dr=dayjs().locale(ir).startOf("month").month(er).year(qe),cr=dr.daysInMonth();return rangeArr(cr).map(nr=>dr.add(nr,"day").toDate())},k=useNamespace("month-table"),{t:L,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=ref$1(n.date.locale("en").localeData().monthsShort().map(qe=>qe.toLowerCase())),oe=ref$1([[],[],[]]),ue=ref$1(),de=ref$1(),_e=computed(()=>{var qe,er;const ir=oe.value,dr=dayjs().locale(j.value).startOf("month");for(let cr=0;cr<3;cr++){const nr=ir[cr];for(let lr=0;lr<4;lr++){const Et=nr[lr]||(nr[lr]={row:cr,column:lr,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1});Et.type="normal";const ie=cr*4+lr,pe=n.date.startOf("year").month(ie),Ce=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;Et.inRange=!!(n.minDate&&pe.isSameOrAfter(n.minDate,"month")&&Ce&&pe.isSameOrBefore(Ce,"month"))||!!(n.minDate&&pe.isSameOrBefore(n.minDate,"month")&&Ce&&pe.isSameOrAfter(Ce,"month")),(qe=n.minDate)!=null&&qe.isSameOrAfter(Ce)?(Et.start=!!(Ce&&pe.isSame(Ce,"month")),Et.end=n.minDate&&pe.isSame(n.minDate,"month")):(Et.start=!!(n.minDate&&pe.isSame(n.minDate,"month")),Et.end=!!(Ce&&pe.isSame(Ce,"month"))),dr.isSame(pe)&&(Et.type="today"),Et.text=ie,Et.disabled=((er=n.disabledDate)==null?void 0:er.call(n,pe.toDate()))||!1}}return ir}),Ne=()=>{var qe;(qe=z.value)==null||qe.focus()},Ue=qe=>{const er={},ir=n.date.year(),dr=new Date,cr=qe.text;return er.disabled=n.disabledDate?$(ir,cr,j.value).every(n.disabledDate):!1,er.current=castArray(n.parsedValue).findIndex(nr=>dayjs.isDayjs(nr)&&nr.year()===ir&&nr.month()===cr)>=0,er.today=dr.getFullYear()===ir&&dr.getMonth()===cr,qe.inRange&&(er["in-range"]=!0,qe.start&&(er["start-date"]=!0),qe.end&&(er["end-date"]=!0)),er},$e=qe=>{const er=n.date.year(),ir=qe.text;return castArray(n.date).findIndex(dr=>dr.year()===er&&dr.month()===ir)>=0},Ve=qe=>{var er;if(!n.rangeState.selecting)return;let ir=qe.target;if(ir.tagName==="SPAN"&&(ir=(er=ir.parentNode)==null?void 0:er.parentNode),ir.tagName==="DIV"&&(ir=ir.parentNode),ir.tagName!=="TD")return;const dr=ir.parentNode.rowIndex,cr=ir.cellIndex;_e.value[dr][cr].disabled||(dr!==ue.value||cr!==de.value)&&(ue.value=dr,de.value=cr,y("changerange",{selecting:!0,endDate:n.date.startOf("year").month(dr*4+cr)}))},Fe=qe=>{var er;const ir=(er=qe.target)==null?void 0:er.closest("td");if((ir==null?void 0:ir.tagName)!=="TD"||hasClass(ir,"disabled"))return;const dr=ir.cellIndex,nr=ir.parentNode.rowIndex*4+dr,lr=n.date.startOf("year").month(nr);if(n.selectionMode==="months"){if(qe.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const Et=n.date.startOf("month").month(nr),ie=hasClass(ir,"current")?castArray(n.parsedValue).filter(pe=>Number(pe)!==Number(Et)):castArray(n.parsedValue).concat([dayjs(Et)]);y("pick",ie)}else n.selectionMode==="range"?n.rangeState.selecting?(n.minDate&&lr>=n.minDate?y("pick",{minDate:n.minDate,maxDate:lr}):y("pick",{minDate:lr,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:lr,maxDate:null}),y("select",!0)):y("pick",nr)};return watch(()=>n.date,async()=>{var qe,er;(qe=V.value)!=null&&qe.contains(document.activeElement)&&(await nextTick$3(),(er=z.value)==null||er.focus())}),t({focus:Ne}),(qe,er)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(L)("el.datepicker.monthTablePrompt"),class:normalizeClass(unref(k).b()),onClick:Fe,onMousemove:Ve},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_e),(ir,dr)=>(openBlock(),createElementBlock("tr",{key:dr},[(openBlock(!0),createElementBlock(Fragment,null,renderList(ir,(cr,nr)=>(openBlock(),createElementBlock("td",{key:nr,ref_for:!0,ref:lr=>$e(cr)&&(z.value=lr),class:normalizeClass(Ue(cr)),"aria-selected":`${$e(cr)}`,"aria-label":unref(L)(`el.datepicker.month${+cr.text+1}`),tabindex:$e(cr)?0:-1,onKeydown:[withKeys(withModifiers(Fe,["prevent","stop"]),["space"]),withKeys(withModifiers(Fe,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:{...cr,renderText:unref(L)("el.datepicker.months."+re.value[cr.text])}},null,8,["cell"])],42,["aria-selected","aria-label","tabindex","onKeydown"]))),128))]))),128))],512)],42,["aria-label"]))}});var MonthTable=_export_sfc$1(_sfc_main$1W,[["__file","basic-month-table.vue"]]);const basicYearTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("year")}),_sfc_main$1V=defineComponent({__name:"basic-year-table",props:basicYearTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,$=(qe,er)=>{const ir=dayjs(String(qe)).locale(er).startOf("year"),cr=ir.endOf("year").dayOfYear();return rangeArr(cr).map(nr=>ir.add(nr,"day").toDate())},k=useNamespace("year-table"),{t:L,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=computed(()=>Math.floor(n.date.year()/10)*10),oe=ref$1([[],[],[]]),ue=ref$1(),de=ref$1(),_e=computed(()=>{var qe;const er=oe.value,ir=dayjs().locale(j.value).startOf("year");for(let dr=0;dr<3;dr++){const cr=er[dr];for(let nr=0;nr<4&&!(dr*4+nr>=10);nr++){let lr=cr[nr];lr||(lr={row:dr,column:nr,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1}),lr.type="normal";const Et=dr*4+nr+re.value,ie=dayjs().year(Et),pe=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;lr.inRange=!!(n.minDate&&ie.isSameOrAfter(n.minDate,"year")&&pe&&ie.isSameOrBefore(pe,"year"))||!!(n.minDate&&ie.isSameOrBefore(n.minDate,"year")&&pe&&ie.isSameOrAfter(pe,"year")),(qe=n.minDate)!=null&&qe.isSameOrAfter(pe)?(lr.start=!!(pe&&ie.isSame(pe,"year")),lr.end=!!(n.minDate&&ie.isSame(n.minDate,"year"))):(lr.start=!!(n.minDate&&ie.isSame(n.minDate,"year")),lr.end=!!(pe&&ie.isSame(pe,"year"))),ir.isSame(ie)&&(lr.type="today"),lr.text=Et;const Ie=ie.toDate();lr.disabled=n.disabledDate&&n.disabledDate(Ie)||!1,cr[nr]=lr}}return er}),Ne=()=>{var qe;(qe=z.value)==null||qe.focus()},Ue=qe=>{const er={},ir=dayjs().locale(j.value),dr=qe.text;return er.disabled=n.disabledDate?$(dr,j.value).every(n.disabledDate):!1,er.today=ir.year()===dr,er.current=castArray(n.parsedValue).findIndex(cr=>cr.year()===dr)>=0,qe.inRange&&(er["in-range"]=!0,qe.start&&(er["start-date"]=!0),qe.end&&(er["end-date"]=!0)),er},$e=qe=>{const er=qe.text;return castArray(n.date).findIndex(ir=>ir.year()===er)>=0},Ve=qe=>{var er;const ir=(er=qe.target)==null?void 0:er.closest("td");if(!ir||!ir.textContent||hasClass(ir,"disabled"))return;const dr=ir.cellIndex,nr=ir.parentNode.rowIndex*4+dr+re.value,lr=dayjs().year(nr);if(n.selectionMode==="range")n.rangeState.selecting?(n.minDate&&lr>=n.minDate?y("pick",{minDate:n.minDate,maxDate:lr}):y("pick",{minDate:lr,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:lr,maxDate:null}),y("select",!0));else if(n.selectionMode==="years"){if(qe.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const Et=hasClass(ir,"current")?castArray(n.parsedValue).filter(ie=>(ie==null?void 0:ie.year())!==nr):castArray(n.parsedValue).concat([lr]);y("pick",Et)}else y("pick",nr)},Fe=qe=>{var er;if(!n.rangeState.selecting)return;const ir=(er=qe.target)==null?void 0:er.closest("td");if(!ir)return;const dr=ir.parentNode.rowIndex,cr=ir.cellIndex;_e.value[dr][cr].disabled||(dr!==ue.value||cr!==de.value)&&(ue.value=dr,de.value=cr,y("changerange",{selecting:!0,endDate:dayjs().year(re.value).add(dr*4+cr,"year")}))};return watch(()=>n.date,async()=>{var qe,er;(qe=V.value)!=null&&qe.contains(document.activeElement)&&(await nextTick$3(),(er=z.value)==null||er.focus())}),t({focus:Ne}),(qe,er)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(L)("el.datepicker.yearTablePrompt"),class:normalizeClass(unref(k).b()),onClick:Ve,onMousemove:Fe},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_e),(ir,dr)=>(openBlock(),createElementBlock("tr",{key:dr},[(openBlock(!0),createElementBlock(Fragment,null,renderList(ir,(cr,nr)=>(openBlock(),createElementBlock("td",{key:`${dr}_${nr}`,ref_for:!0,ref:lr=>$e(cr)&&(z.value=lr),class:normalizeClass(["available",Ue(cr)]),"aria-selected":$e(cr),"aria-label":String(cr.text),tabindex:$e(cr)?0:-1,onKeydown:[withKeys(withModifiers(Ve,["prevent","stop"]),["space"]),withKeys(withModifiers(Ve,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:cr},null,8,["cell"])],42,["aria-selected","aria-label","tabindex","onKeydown"]))),128))]))),128))],512)],42,["aria-label"]))}});var YearTable=_export_sfc$1(_sfc_main$1V,[["__file","basic-year-table.vue"]]);const _sfc_main$1U=defineComponent({__name:"panel-date-pick",props:panelDatePickProps,emits:["pick","set-picker-option","panel-change"],setup(e,{emit:t}){const y=e,n=(Ur,Sn,Nn)=>!0,$=useNamespace("picker-panel"),k=useNamespace("date-picker"),L=useAttrs$1(),j=useSlots(),{t:V,lang:z}=useLocale(),re=inject("EP_PICKER_BASE"),oe=inject(TOOLTIP_INJECTION_KEY),{shortcuts:ue,disabledDate:de,cellClassName:_e,defaultTime:Ne}=re.props,Ue=toRef$1(re.props,"defaultValue"),$e=ref$1(),Ve=ref$1(dayjs().locale(z.value)),Fe=ref$1(!1);let qe=!1;const er=computed(()=>dayjs(Ne).locale(z.value)),ir=computed(()=>Ve.value.month()),dr=computed(()=>Ve.value.year()),cr=ref$1([]),nr=ref$1(null),lr=ref$1(null),Et=Ur=>cr.value.length>0?n(Ur,cr.value,y.format||"HH:mm:ss"):!0,ie=Ur=>Ne&&!Br.value&&!Fe.value&&!qe?er.value.year(Ur.year()).month(Ur.month()).date(Ur.date()):Tr.value?Ur.millisecond(0):Ur.startOf("day"),pe=(Ur,...Sn)=>{if(!Ur)t("pick",Ur,...Sn);else if(isArray$4(Ur)){const Nn=Ur.map(ie);t("pick",Nn,...Sn)}else t("pick",ie(Ur),...Sn);nr.value=null,lr.value=null,Fe.value=!1,qe=!1},Ce=async(Ur,Sn)=>{if(he.value==="date"){Ur=Ur;let Nn=y.parsedValue?y.parsedValue.year(Ur.year()).month(Ur.month()).date(Ur.date()):Ur;Et(Nn)||(Nn=cr.value[0][0].year(Ur.year()).month(Ur.month()).date(Ur.date())),Ve.value=Nn,pe(Nn,Tr.value||Sn),y.type==="datetime"&&(await nextTick$3(),Ba())}else he.value==="week"?pe(Ur.date):he.value==="dates"&&pe(Ur,!0)},Ie=Ur=>{const Sn=Ur?"add":"subtract";Ve.value=Ve.value[Sn](1,"month"),Wr("month")},jt=Ur=>{const Sn=Ve.value,Nn=Ur?"add":"subtract";Ve.value=ar.value==="year"?Sn[Nn](10,"year"):Sn[Nn](1,"year"),Wr("year")},ar=ref$1("date"),ur=computed(()=>{const Ur=V("el.datepicker.year");if(ar.value==="year"){const Sn=Math.floor(dr.value/10)*10;return Ur?`${Sn} ${Ur} - ${Sn+9} ${Ur}`:`${Sn} - ${Sn+9}`}return`${dr.value} ${Ur}`}),kt=Ur=>{const Sn=isFunction$5(Ur.value)?Ur.value():Ur.value;if(Sn){qe=!0,pe(dayjs(Sn).locale(z.value));return}Ur.onClick&&Ur.onClick({attrs:L,slots:j,emit:t})},he=computed(()=>{const{type:Ur}=y;return["week","month","months","year","years","dates"].includes(Ur)?Ur:"date"}),tr=computed(()=>he.value==="dates"||he.value==="months"||he.value==="years"),gr=computed(()=>he.value==="date"?ar.value:he.value),_r=computed(()=>!!ue.length),yr=async(Ur,Sn)=>{he.value==="month"?(Ve.value=Ve.value.startOf("month").month(Ur),pe(Ve.value,!1)):he.value==="months"?pe(Ur,Sn??!0):(Ve.value=Ve.value.startOf("month").month(Ur),ar.value="date",["month","year","date","week"].includes(he.value)&&(pe(Ve.value,!0),await nextTick$3(),Ba())),Wr("month")},xr=async(Ur,Sn)=>{he.value==="year"?(Ve.value=Ve.value.startOf("year").year(Ur),pe(Ve.value,!1)):he.value==="years"?pe(Ur,Sn??!0):(Ve.value=Ve.value.year(Ur),ar.value="month",["month","year","date","week"].includes(he.value)&&(pe(Ve.value,!0),await nextTick$3(),Ba())),Wr("year")},Nr=async Ur=>{ar.value=Ur,await nextTick$3(),Ba()},Tr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),Sr=computed(()=>{const Ur=Tr.value||he.value==="dates",Sn=he.value==="years",Nn=he.value==="months",Sa=ar.value==="date",Li=ar.value==="year",ca=ar.value==="month";return Ur&&Sa||Sn&&Li||Nn&&ca}),Ar=computed(()=>de?y.parsedValue?isArray$4(y.parsedValue)?de(y.parsedValue[0].toDate()):de(y.parsedValue.toDate()):!0:!1),Fr=()=>{if(tr.value)pe(y.parsedValue);else{let Ur=y.parsedValue;if(!Ur){const Sn=dayjs(Ne).locale(z.value),Nn=oa();Ur=Sn.year(Nn.year()).month(Nn.month()).date(Nn.date())}Ve.value=Ur,pe(Ur)}},Gr=computed(()=>de?de(dayjs().locale(z.value).toDate()):!1),Vr=()=>{const Sn=dayjs().locale(z.value).toDate();Fe.value=!0,(!de||!de(Sn))&&Et(Sn)&&(Ve.value=dayjs().locale(z.value),pe(Ve.value))},Dr=computed(()=>y.timeFormat||extractTimeFormat(y.format)),Ir=computed(()=>y.dateFormat||extractDateFormat(y.format)),Br=computed(()=>{if(lr.value)return lr.value;if(!(!y.parsedValue&&!Ue.value))return(y.parsedValue||Ve.value).format(Dr.value)}),Rr=computed(()=>{if(nr.value)return nr.value;if(!(!y.parsedValue&&!Ue.value))return(y.parsedValue||Ve.value).format(Ir.value)}),Lr=ref$1(!1),$r=()=>{Lr.value=!0},jr=()=>{Lr.value=!1},vn=Ur=>({hour:Ur.hour(),minute:Ur.minute(),second:Ur.second(),year:Ur.year(),month:Ur.month(),date:Ur.date()}),Kr=(Ur,Sn,Nn)=>{const{hour:Sa,minute:Li,second:ca}=vn(Ur),fo=y.parsedValue?y.parsedValue.hour(Sa).minute(Li).second(ca):Ur;Ve.value=fo,pe(Ve.value,!0),Nn||(Lr.value=Sn)},kr=Ur=>{const Sn=dayjs(Ur,Dr.value).locale(z.value);if(Sn.isValid()&&Et(Sn)){const{year:Nn,month:Sa,date:Li}=vn(Ve.value);Ve.value=Sn.year(Nn).month(Sa).date(Li),lr.value=null,Lr.value=!1,pe(Ve.value,!0)}},Qr=Ur=>{const Sn=dayjs(Ur,Ir.value).locale(z.value);if(Sn.isValid()){if(de&&de(Sn.toDate()))return;const{hour:Nn,minute:Sa,second:Li}=vn(Ve.value);Ve.value=Sn.hour(Nn).minute(Sa).second(Li),nr.value=null,pe(Ve.value,!0)}},Zr=Ur=>dayjs.isDayjs(Ur)&&Ur.isValid()&&(de?!de(Ur.toDate()):!0),Vi=Ur=>isArray$4(Ur)?Ur.map(Sn=>Sn.format(y.format)):Ur.format(y.format),To=Ur=>dayjs(Ur,y.format).locale(z.value),oa=()=>{const Ur=dayjs(Ue.value).locale(z.value);if(!Ue.value){const Sn=er.value;return dayjs().hour(Sn.hour()).minute(Sn.minute()).second(Sn.second()).locale(z.value)}return Ur},Ba=async()=>{var Ur;["week","month","year","date"].includes(he.value)&&((Ur=$e.value)==null||Ur.focus(),he.value==="week"&&Mn(EVENT_CODE.down))},rs=Ur=>{const{code:Sn}=Ur;[EVENT_CODE.up,EVENT_CODE.down,EVENT_CODE.left,EVENT_CODE.right,EVENT_CODE.home,EVENT_CODE.end,EVENT_CODE.pageUp,EVENT_CODE.pageDown].includes(Sn)&&(Mn(Sn),Ur.stopPropagation(),Ur.preventDefault()),[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.numpadEnter].includes(Sn)&&nr.value===null&&lr.value===null&&(Ur.preventDefault(),pe(Ve.value,!1))},Mn=Ur=>{var Sn;const{up:Nn,down:Sa,left:Li,right:ca,home:fo,end:zn,pageUp:ki,pageDown:Ra}=EVENT_CODE,_o={year:{[Nn]:-4,[Sa]:4,[Li]:-1,[ca]:1,offset:(tl,Es)=>tl.setFullYear(tl.getFullYear()+Es)},month:{[Nn]:-4,[Sa]:4,[Li]:-1,[ca]:1,offset:(tl,Es)=>tl.setMonth(tl.getMonth()+Es)},week:{[Nn]:-1,[Sa]:1,[Li]:-1,[ca]:1,offset:(tl,Es)=>tl.setDate(tl.getDate()+Es*7)},date:{[Nn]:-7,[Sa]:7,[Li]:-1,[ca]:1,[fo]:tl=>-tl.getDay(),[zn]:tl=>-tl.getDay()+6,[ki]:tl=>-new Date(tl.getFullYear(),tl.getMonth(),0).getDate(),[Ra]:tl=>new Date(tl.getFullYear(),tl.getMonth()+1,0).getDate(),offset:(tl,Es)=>tl.setDate(tl.getDate()+Es)}},eo=Ve.value.toDate();for(;Math.abs(Ve.value.diff(eo,"year",!0))<1;){const tl=_o[gr.value];if(!tl)return;if(tl.offset(eo,isFunction$5(tl[Ur])?tl[Ur](eo):(Sn=tl[Ur])!=null?Sn:0),de&&de(eo))break;const Es=dayjs(eo).locale(z.value);Ve.value=Es,t("pick",Es,!0);break}},Wr=Ur=>{t("panel-change",Ve.value.toDate(),Ur,ar.value)};return watch(()=>he.value,Ur=>{if(["month","year"].includes(Ur)){ar.value=Ur;return}else if(Ur==="years"){ar.value="year";return}else if(Ur==="months"){ar.value="month";return}ar.value="date"},{immediate:!0}),watch(()=>ar.value,()=>{oe==null||oe.updatePopper()}),watch(()=>Ue.value,Ur=>{Ur&&(Ve.value=oa())},{immediate:!0}),watch(()=>y.parsedValue,Ur=>{if(Ur){if(tr.value||Array.isArray(Ur))return;Ve.value=Ur}else Ve.value=oa()},{immediate:!0}),t("set-picker-option",["isValidValue",Zr]),t("set-picker-option",["formatToString",Vi]),t("set-picker-option",["parseUserInput",To]),t("set-picker-option",["handleFocusPicker",Ba]),(Ur,Sn)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref($).b(),unref(k).b(),{"has-sidebar":Ur.$slots.sidebar||unref(_r),"has-time":unref(Tr)}])},[createBaseVNode("div",{class:normalizeClass(unref($).e("body-wrapper"))},[renderSlot(Ur.$slots,"sidebar",{class:normalizeClass(unref($).e("sidebar"))}),unref(_r)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ue),(Nn,Sa)=>(openBlock(),createElementBlock("button",{key:Sa,type:"button",class:normalizeClass(unref($).e("shortcut")),onClick:Li=>kt(Nn)},toDisplayString(Nn.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("body"))},[unref(Tr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(k).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectDate"),"model-value":unref(Rr),size:"small","validate-event":!1,onInput:Nn=>nr.value=Nn,onChange:Qr},null,8,["placeholder","model-value","onInput"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(k).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectTime"),"model-value":unref(Br),size:"small","validate-event":!1,onFocus:$r,onInput:Nn=>lr.value=Nn,onChange:kr},null,8,["placeholder","model-value","onInput"]),createVNode(unref(TimePickPanel),{visible:Lr.value,format:unref(Dr),"parsed-value":Ve.value,onPick:Kr},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),jr]])],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{class:normalizeClass([unref(k).e("header"),(ar.value==="year"||ar.value==="month")&&unref(k).e("header--bordered")])},[createBaseVNode("span",{class:normalizeClass(unref(k).e("prev-btn"))},[createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.prevYear"),class:normalizeClass(["d-arrow-left",unref($).e("icon-btn")]),onClick:Nn=>jt(!1)},[renderSlot(Ur.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.prevMonth"),class:normalizeClass([unref($).e("icon-btn"),"arrow-left"]),onClick:Nn=>Ie(!1)},[renderSlot(Ur.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,ar.value==="date"]])],2),createBaseVNode("span",{role:"button",class:normalizeClass(unref(k).e("header-label")),"aria-live":"polite",tabindex:"0",onKeydown:withKeys(Nn=>Nr("year"),["enter"]),onClick:Nn=>Nr("year")},toDisplayString(unref(ur)),43,["onKeydown","onClick"]),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:"0",class:normalizeClass([unref(k).e("header-label"),{active:ar.value==="month"}]),onKeydown:withKeys(Nn=>Nr("month"),["enter"]),onClick:Nn=>Nr("month")},toDisplayString(unref(V)(`el.datepicker.month${unref(ir)+1}`)),43,["onKeydown","onClick"]),[[vShow,ar.value==="date"]]),createBaseVNode("span",{class:normalizeClass(unref(k).e("next-btn"))},[withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextMonth"),class:normalizeClass([unref($).e("icon-btn"),"arrow-right"]),onClick:Nn=>Ie(!0)},[renderSlot(Ur.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,ar.value==="date"]]),createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextYear"),class:normalizeClass([unref($).e("icon-btn"),"d-arrow-right"]),onClick:Nn=>jt(!0)},[renderSlot(Ur.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label","onClick"])],2)],2),[[vShow,ar.value!=="time"]]),createBaseVNode("div",{class:normalizeClass(unref($).e("content")),onKeydown:rs},[ar.value==="date"?(openBlock(),createBlock(DateTable,{key:0,ref_key:"currentViewRef",ref:$e,"selection-mode":unref(he),date:Ve.value,"parsed-value":Ur.parsedValue,"disabled-date":unref(de),"cell-class-name":unref(_e),onPick:Ce},null,8,["selection-mode","date","parsed-value","disabled-date","cell-class-name"])):createCommentVNode("v-if",!0),ar.value==="year"?(openBlock(),createBlock(YearTable,{key:1,ref_key:"currentViewRef",ref:$e,"selection-mode":unref(he),date:Ve.value,"disabled-date":unref(de),"parsed-value":Ur.parsedValue,onPick:xr},null,8,["selection-mode","date","disabled-date","parsed-value"])):createCommentVNode("v-if",!0),ar.value==="month"?(openBlock(),createBlock(MonthTable,{key:2,ref_key:"currentViewRef",ref:$e,"selection-mode":unref(he),date:Ve.value,"parsed-value":Ur.parsedValue,"disabled-date":unref(de),onPick:yr},null,8,["selection-mode","date","parsed-value","disabled-date"])):createCommentVNode("v-if",!0)],34)],2)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(unref($).e("footer"))},[withDirectives(createVNode(unref(ElButton),{text:"",size:"small",class:normalizeClass(unref($).e("link-btn")),disabled:unref(Gr),onClick:Vr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.now")),1)]),_:1},8,["class","disabled"]),[[vShow,!unref(tr)]]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref($).e("link-btn")),disabled:unref(Ar),onClick:Fr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])],2),[[vShow,unref(Sr)]])],2))}});var DatePickPanel=_export_sfc$1(_sfc_main$1U,[["__file","panel-date-pick.vue"]]);const panelDateRangeProps=buildProps({...panelSharedProps,...panelRangeSharedProps,visible:Boolean}),useShortcut=e=>{const{emit:t}=getCurrentInstance(),y=useAttrs$1(),n=useSlots();return k=>{const L=isFunction$5(k.value)?k.value():k.value;if(L){t("pick",[dayjs(L[0]).locale(e.value),dayjs(L[1]).locale(e.value)]);return}k.onClick&&k.onClick({attrs:y,slots:n,emit:t})}},useRangePicker=(e,{defaultValue:t,leftDate:y,rightDate:n,unit:$,onParsedValueChanged:k})=>{const{emit:L}=getCurrentInstance(),{pickerNs:j}=inject(ROOT_PICKER_INJECTION_KEY),V=useNamespace("date-range-picker"),{t:z,lang:re}=useLocale(),oe=useShortcut(re),ue=ref$1(),de=ref$1(),_e=ref$1({endDate:null,selecting:!1}),Ne=qe=>{_e.value=qe},Ue=(qe=!1)=>{const er=unref(ue),ir=unref(de);isValidRange([er,ir])&&L("pick",[er,ir],qe)},$e=qe=>{_e.value.selecting=qe,qe||(_e.value.endDate=null)},Ve=qe=>{if(isArray$4(qe)&&qe.length===2){const[er,ir]=qe;ue.value=er,y.value=er,de.value=ir,k(unref(ue),unref(de))}else Fe()},Fe=()=>{const[qe,er]=getDefaultValue$1(unref(t),{lang:unref(re),unit:$,unlinkPanels:e.unlinkPanels});ue.value=void 0,de.value=void 0,y.value=qe,n.value=er};return watch(t,qe=>{qe&&Fe()},{immediate:!0}),watch(()=>e.parsedValue,Ve,{immediate:!0}),{minDate:ue,maxDate:de,rangeState:_e,lang:re,ppNs:j,drpNs:V,handleChangeRange:Ne,handleRangeConfirm:Ue,handleShortcutClick:oe,onSelect:$e,onReset:Ve,t:z}},unit$2="month",_sfc_main$1T=defineComponent({__name:"panel-date-range",props:panelDateRangeProps,emits:["pick","set-picker-option","calendar-change","panel-change"],setup(e,{emit:t}){const y=e,n=inject("EP_PICKER_BASE"),{disabledDate:$,cellClassName:k,defaultTime:L,clearable:j}=n.props,V=toRef$1(n.props,"format"),z=toRef$1(n.props,"shortcuts"),re=toRef$1(n.props,"defaultValue"),{lang:oe}=useLocale(),ue=ref$1(dayjs().locale(oe.value)),de=ref$1(dayjs().locale(oe.value).add(1,unit$2)),{minDate:_e,maxDate:Ne,rangeState:Ue,ppNs:$e,drpNs:Ve,handleChangeRange:Fe,handleRangeConfirm:qe,handleShortcutClick:er,onSelect:ir,onReset:dr,t:cr}=useRangePicker(y,{defaultValue:re,leftDate:ue,rightDate:de,unit:unit$2,onParsedValueChanged:Sn});watch(()=>y.visible,Nn=>{!Nn&&Ue.value.selecting&&(dr(y.parsedValue),ir(!1))});const nr=ref$1({min:null,max:null}),lr=ref$1({min:null,max:null}),Et=computed(()=>`${ue.value.year()} ${cr("el.datepicker.year")} ${cr(`el.datepicker.month${ue.value.month()+1}`)}`),ie=computed(()=>`${de.value.year()} ${cr("el.datepicker.year")} ${cr(`el.datepicker.month${de.value.month()+1}`)}`),pe=computed(()=>ue.value.year()),Ce=computed(()=>ue.value.month()),Ie=computed(()=>de.value.year()),jt=computed(()=>de.value.month()),ar=computed(()=>!!z.value.length),ur=computed(()=>nr.value.min!==null?nr.value.min:_e.value?_e.value.format(_r.value):""),kt=computed(()=>nr.value.max!==null?nr.value.max:Ne.value||_e.value?(Ne.value||_e.value).format(_r.value):""),he=computed(()=>lr.value.min!==null?lr.value.min:_e.value?_e.value.format(gr.value):""),tr=computed(()=>lr.value.max!==null?lr.value.max:Ne.value||_e.value?(Ne.value||_e.value).format(gr.value):""),gr=computed(()=>y.timeFormat||extractTimeFormat(V.value)),_r=computed(()=>y.dateFormat||extractDateFormat(V.value)),yr=Nn=>isValidRange(Nn)&&($?!$(Nn[0].toDate())&&!$(Nn[1].toDate()):!0),xr=()=>{ue.value=ue.value.subtract(1,"year"),y.unlinkPanels||(de.value=ue.value.add(1,"month")),Dr("year")},Nr=()=>{ue.value=ue.value.subtract(1,"month"),y.unlinkPanels||(de.value=ue.value.add(1,"month")),Dr("month")},Tr=()=>{y.unlinkPanels?de.value=de.value.add(1,"year"):(ue.value=ue.value.add(1,"year"),de.value=ue.value.add(1,"month")),Dr("year")},Sr=()=>{y.unlinkPanels?de.value=de.value.add(1,"month"):(ue.value=ue.value.add(1,"month"),de.value=ue.value.add(1,"month")),Dr("month")},Ar=()=>{ue.value=ue.value.add(1,"year"),Dr("year")},Fr=()=>{ue.value=ue.value.add(1,"month"),Dr("month")},Gr=()=>{de.value=de.value.subtract(1,"year"),Dr("year")},Vr=()=>{de.value=de.value.subtract(1,"month"),Dr("month")},Dr=Nn=>{t("panel-change",[ue.value.toDate(),de.value.toDate()],Nn)},Ir=computed(()=>{const Nn=(Ce.value+1)%12,Sa=Ce.value+1>=12?1:0;return y.unlinkPanels&&new Date(pe.value+Sa,Nn)y.unlinkPanels&&Ie.value*12+jt.value-(pe.value*12+Ce.value+1)>=12),Rr=computed(()=>!(_e.value&&Ne.value&&!Ue.value.selecting&&isValidRange([_e.value,Ne.value]))),Lr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),$r=(Nn,Sa)=>{if(Nn)return L?dayjs(L[Sa]||L).locale(oe.value).year(Nn.year()).month(Nn.month()).date(Nn.date()):Nn},jr=(Nn,Sa=!0)=>{const Li=Nn.minDate,ca=Nn.maxDate,fo=$r(Li,0),zn=$r(ca,1);Ne.value===zn&&_e.value===fo||(t("calendar-change",[Li.toDate(),ca&&ca.toDate()]),Ne.value=zn,_e.value=fo,!(!Sa||Lr.value)&&qe())},vn=ref$1(!1),Kr=ref$1(!1),kr=()=>{vn.value=!1},Qr=()=>{Kr.value=!1},Zr=(Nn,Sa)=>{nr.value[Sa]=Nn;const Li=dayjs(Nn,_r.value).locale(oe.value);if(Li.isValid()){if($&&$(Li.toDate()))return;Sa==="min"?(ue.value=Li,_e.value=(_e.value||ue.value).year(Li.year()).month(Li.month()).date(Li.date()),!y.unlinkPanels&&(!Ne.value||Ne.value.isBefore(_e.value))&&(de.value=Li.add(1,"month"),Ne.value=_e.value.add(1,"month"))):(de.value=Li,Ne.value=(Ne.value||de.value).year(Li.year()).month(Li.month()).date(Li.date()),!y.unlinkPanels&&(!_e.value||_e.value.isAfter(Ne.value))&&(ue.value=Li.subtract(1,"month"),_e.value=Ne.value.subtract(1,"month")))}},Vi=(Nn,Sa)=>{nr.value[Sa]=null},To=(Nn,Sa)=>{lr.value[Sa]=Nn;const Li=dayjs(Nn,gr.value).locale(oe.value);Li.isValid()&&(Sa==="min"?(vn.value=!0,_e.value=(_e.value||ue.value).hour(Li.hour()).minute(Li.minute()).second(Li.second())):(Kr.value=!0,Ne.value=(Ne.value||de.value).hour(Li.hour()).minute(Li.minute()).second(Li.second()),de.value=Ne.value))},oa=(Nn,Sa)=>{lr.value[Sa]=null,Sa==="min"?(ue.value=_e.value,vn.value=!1,(!Ne.value||Ne.value.isBefore(_e.value))&&(Ne.value=_e.value)):(de.value=Ne.value,Kr.value=!1,Ne.value&&Ne.value.isBefore(_e.value)&&(_e.value=Ne.value))},Ba=(Nn,Sa,Li)=>{lr.value.min||(Nn&&(ue.value=Nn,_e.value=(_e.value||ue.value).hour(Nn.hour()).minute(Nn.minute()).second(Nn.second())),Li||(vn.value=Sa),(!Ne.value||Ne.value.isBefore(_e.value))&&(Ne.value=_e.value,de.value=Nn))},rs=(Nn,Sa,Li)=>{lr.value.max||(Nn&&(de.value=Nn,Ne.value=(Ne.value||de.value).hour(Nn.hour()).minute(Nn.minute()).second(Nn.second())),Li||(Kr.value=Sa),Ne.value&&Ne.value.isBefore(_e.value)&&(_e.value=Ne.value))},Mn=()=>{ue.value=getDefaultValue$1(unref(re),{lang:unref(oe),unit:"month",unlinkPanels:y.unlinkPanels})[0],de.value=ue.value.add(1,"month"),Ne.value=void 0,_e.value=void 0,t("pick",null)},Wr=Nn=>isArray$4(Nn)?Nn.map(Sa=>Sa.format(V.value)):Nn.format(V.value),Ur=Nn=>isArray$4(Nn)?Nn.map(Sa=>dayjs(Sa,V.value).locale(oe.value)):dayjs(Nn,V.value).locale(oe.value);function Sn(Nn,Sa){if(y.unlinkPanels&&Sa){const Li=(Nn==null?void 0:Nn.year())||0,ca=(Nn==null?void 0:Nn.month())||0,fo=Sa.year(),zn=Sa.month();de.value=Li===fo&&ca===zn?Sa.add(1,unit$2):Sa}else de.value=ue.value.add(1,unit$2),Sa&&(de.value=de.value.hour(Sa.hour()).minute(Sa.minute()).second(Sa.second()))}return t("set-picker-option",["isValidValue",yr]),t("set-picker-option",["parseUserInput",Ur]),t("set-picker-option",["formatToString",Wr]),t("set-picker-option",["handleClear",Mn]),(Nn,Sa)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref($e).b(),unref(Ve).b(),{"has-sidebar":Nn.$slots.sidebar||unref(ar),"has-time":unref(Lr)}])},[createBaseVNode("div",{class:normalizeClass(unref($e).e("body-wrapper"))},[renderSlot(Nn.$slots,"sidebar",{class:normalizeClass(unref($e).e("sidebar"))}),unref(ar)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($e).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(z),(Li,ca)=>(openBlock(),createElementBlock("button",{key:ca,type:"button",class:normalizeClass(unref($e).e("shortcut")),onClick:fo=>unref(er)(Li)},toDisplayString(Li.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($e).e("body"))},[unref(Lr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ve).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(Ve).e("editors-wrap"))},[createBaseVNode("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.startDate"),class:normalizeClass(unref(Ve).e("editor")),"model-value":unref(ur),"validate-event":!1,onInput:Li=>Zr(Li,"min"),onChange:Li=>Vi(Li,"min")},null,8,["disabled","placeholder","class","model-value","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ve).e("editor")),disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.startTime"),"model-value":unref(he),"validate-event":!1,onFocus:Li=>vn.value=!0,onInput:Li=>To(Li,"min"),onChange:Li=>oa(Li,"min")},null,8,["class","disabled","placeholder","model-value","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{visible:vn.value,format:unref(gr),"datetime-role":"start","parsed-value":ue.value,onPick:Ba},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),kr]])],2),createBaseVNode("span",null,[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})]),createBaseVNode("span",{class:normalizeClass([unref(Ve).e("editors-wrap"),"is-right"])},[createBaseVNode("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ve).e("editor")),disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.endDate"),"model-value":unref(kt),readonly:!unref(_e),"validate-event":!1,onInput:Li=>Zr(Li,"max"),onChange:Li=>Vi(Li,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ve).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ve).e("editor")),disabled:unref(Ue).selecting,placeholder:unref(cr)("el.datepicker.endTime"),"model-value":unref(tr),readonly:!unref(_e),"validate-event":!1,onFocus:Li=>unref(_e)&&(Kr.value=!0),onInput:Li=>To(Li,"max"),onChange:Li=>oa(Li,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{"datetime-role":"end",visible:Kr.value,format:unref(gr),"parsed-value":de.value,onPick:rs},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Qr]])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([[unref($e).e("content"),unref(Ve).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Ve).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref($e).e("icon-btn"),"d-arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevYear"),onClick:xr},[renderSlot(Nn.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref($e).e("icon-btn"),"arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevMonth"),onClick:Nr},[renderSlot(Nn.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label"]),Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Br),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Br)}],"d-arrow-right"]),"aria-label":unref(cr)("el.datepicker.nextYear"),onClick:Ar},[renderSlot(Nn.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Ir),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Ir)}],"arrow-right"]),"aria-label":unref(cr)("el.datepicker.nextMonth"),onClick:Fr},[renderSlot(Nn.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(Et)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:ue.value,"min-date":unref(_e),"max-date":unref(Ne),"range-state":unref(Ue),"disabled-date":unref($),"cell-class-name":unref(k),onChangerange:unref(Fe),onPick:jr,onSelect:unref(ir)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref($e).e("content"),unref(Ve).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Ve).e("header"))},[Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Br),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Br)}],"d-arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevYear"),onClick:Gr},[renderSlot(Nn.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),Nn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Ir),class:normalizeClass([[unref($e).e("icon-btn"),{"is-disabled":!unref(Ir)}],"arrow-left"]),"aria-label":unref(cr)("el.datepicker.prevMonth"),onClick:Vr},[renderSlot(Nn.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button","aria-label":unref(cr)("el.datepicker.nextYear"),class:normalizeClass([unref($e).e("icon-btn"),"d-arrow-right"]),onClick:Tr},[renderSlot(Nn.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref($e).e("icon-btn"),"arrow-right"]),"aria-label":unref(cr)("el.datepicker.nextMonth"),onClick:Sr},[renderSlot(Nn.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("div",null,toDisplayString(unref(ie)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:de.value,"min-date":unref(_e),"max-date":unref(Ne),"range-state":unref(Ue),"disabled-date":unref($),"cell-class-name":unref(k),onChangerange:unref(Fe),onPick:jr,onSelect:unref(ir)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),unref(Lr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($e).e("footer"))},[unref(j)?(openBlock(),createBlock(unref(ElButton),{key:0,text:"",size:"small",class:normalizeClass(unref($e).e("link-btn")),onClick:Mn},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(cr)("el.datepicker.clear")),1)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref($e).e("link-btn")),disabled:unref(Rr),onClick:Li=>unref(qe)(!1)},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(cr)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled","onClick"])],2)):createCommentVNode("v-if",!0)],2))}});var DateRangePickPanel=_export_sfc$1(_sfc_main$1T,[["__file","panel-date-range.vue"]]);const panelMonthRangeProps=buildProps({...panelRangeSharedProps}),panelMonthRangeEmits=["pick","set-picker-option","calendar-change"],useMonthRangeHeader=({unlinkPanels:e,leftDate:t,rightDate:y})=>{const{t:n}=useLocale(),$=()=>{t.value=t.value.subtract(1,"year"),e.value||(y.value=y.value.subtract(1,"year"))},k=()=>{e.value||(t.value=t.value.add(1,"year")),y.value=y.value.add(1,"year")},L=()=>{t.value=t.value.add(1,"year")},j=()=>{y.value=y.value.subtract(1,"year")},V=computed(()=>`${t.value.year()} ${n("el.datepicker.year")}`),z=computed(()=>`${y.value.year()} ${n("el.datepicker.year")}`),re=computed(()=>t.value.year()),oe=computed(()=>y.value.year()===t.value.year()?t.value.year()+1:y.value.year());return{leftPrevYear:$,rightNextYear:k,leftNextYear:L,rightPrevYear:j,leftLabel:V,rightLabel:z,leftYear:re,rightYear:oe}},unit$1="year",__default__$11=defineComponent({name:"DatePickerMonthRange"}),_sfc_main$1S=defineComponent({...__default__$11,props:panelMonthRangeProps,emits:panelMonthRangeEmits,setup(e,{emit:t}){const y=e,{lang:n}=useLocale(),$=inject("EP_PICKER_BASE"),{shortcuts:k,disabledDate:L}=$.props,j=toRef$1($.props,"format"),V=toRef$1($.props,"defaultValue"),z=ref$1(dayjs().locale(n.value)),re=ref$1(dayjs().locale(n.value).add(1,unit$1)),{minDate:oe,maxDate:ue,rangeState:de,ppNs:_e,drpNs:Ne,handleChangeRange:Ue,handleRangeConfirm:$e,handleShortcutClick:Ve,onSelect:Fe}=useRangePicker(y,{defaultValue:V,leftDate:z,rightDate:re,unit:unit$1,onParsedValueChanged:ur}),qe=computed(()=>!!k.length),{leftPrevYear:er,rightNextYear:ir,leftNextYear:dr,rightPrevYear:cr,leftLabel:nr,rightLabel:lr,leftYear:Et,rightYear:ie}=useMonthRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:z,rightDate:re}),pe=computed(()=>y.unlinkPanels&&ie.value>Et.value+1),Ce=(kt,he=!0)=>{const tr=kt.minDate,gr=kt.maxDate;ue.value===gr&&oe.value===tr||(t("calendar-change",[tr.toDate(),gr&&gr.toDate()]),ue.value=gr,oe.value=tr,he&&$e())},Ie=()=>{z.value=getDefaultValue$1(unref(V),{lang:unref(n),unit:"year",unlinkPanels:y.unlinkPanels})[0],re.value=z.value.add(1,"year"),t("pick",null)},jt=kt=>isArray$4(kt)?kt.map(he=>he.format(j.value)):kt.format(j.value),ar=kt=>isArray$4(kt)?kt.map(he=>dayjs(he,j.value).locale(n.value)):dayjs(kt,j.value).locale(n.value);function ur(kt,he){if(y.unlinkPanels&&he){const tr=(kt==null?void 0:kt.year())||0,gr=he.year();re.value=tr===gr?he.add(1,unit$1):he}else re.value=z.value.add(1,unit$1)}return t("set-picker-option",["isValidValue",isValidRange]),t("set-picker-option",["formatToString",jt]),t("set-picker-option",["parseUserInput",ar]),t("set-picker-option",["handleClear",Ie]),(kt,he)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(_e).b(),unref(Ne).b(),{"has-sidebar":!!kt.$slots.sidebar||unref(qe)}])},[createBaseVNode("div",{class:normalizeClass(unref(_e).e("body-wrapper"))},[renderSlot(kt.$slots,"sidebar",{class:normalizeClass(unref(_e).e("sidebar"))}),unref(qe)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(_e).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(k),(tr,gr)=>(openBlock(),createElementBlock("button",{key:gr,type:"button",class:normalizeClass(unref(_e).e("shortcut")),onClick:_r=>unref(Ve)(tr)},toDisplayString(tr.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(_e).e("body"))},[createBaseVNode("div",{class:normalizeClass([[unref(_e).e("content"),unref(Ne).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Ne).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"d-arrow-left"]),onClick:unref(er)},[renderSlot(kt.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),kt.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(pe),class:normalizeClass([[unref(_e).e("icon-btn"),{[unref(_e).is("disabled")]:!unref(pe)}],"d-arrow-right"]),onClick:unref(dr)},[renderSlot(kt.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(nr)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:z.value,"min-date":unref(oe),"max-date":unref(ue),"range-state":unref(de),"disabled-date":unref(L),onChangerange:unref(Ue),onPick:Ce,onSelect:unref(Fe)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(_e).e("content"),unref(Ne).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Ne).e("header"))},[kt.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(pe),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(pe)}],"d-arrow-left"]),onClick:unref(cr)},[renderSlot(kt.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"d-arrow-right"]),onClick:unref(ir)},[renderSlot(kt.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(lr)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:re.value,"min-date":unref(oe),"max-date":unref(ue),"range-state":unref(de),"disabled-date":unref(L),onChangerange:unref(Ue),onPick:Ce,onSelect:unref(Fe)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2)],2)],2)],2))}});var MonthRangePickPanel=_export_sfc$1(_sfc_main$1S,[["__file","panel-month-range.vue"]]);const panelYearRangeProps=buildProps({...panelRangeSharedProps}),panelYearRangeEmits=["pick","set-picker-option","calendar-change"],useYearRangeHeader=({unlinkPanels:e,leftDate:t,rightDate:y})=>{const n=()=>{t.value=t.value.subtract(10,"year"),e.value||(y.value=y.value.subtract(10,"year"))},$=()=>{e.value||(t.value=t.value.add(10,"year")),y.value=y.value.add(10,"year")},k=()=>{t.value=t.value.add(10,"year")},L=()=>{y.value=y.value.subtract(10,"year")},j=computed(()=>{const oe=Math.floor(t.value.year()/10)*10;return`${oe}-${oe+9}`}),V=computed(()=>{const oe=Math.floor(y.value.year()/10)*10;return`${oe}-${oe+9}`}),z=computed(()=>Math.floor(t.value.year()/10)*10+9),re=computed(()=>Math.floor(y.value.year()/10)*10);return{leftPrevYear:n,rightNextYear:$,leftNextYear:k,rightPrevYear:L,leftLabel:j,rightLabel:V,leftYear:z,rightYear:re}},unit="year",__default__$10=defineComponent({name:"DatePickerYearRange"}),_sfc_main$1R=defineComponent({...__default__$10,props:panelYearRangeProps,emits:panelYearRangeEmits,setup(e,{emit:t}){const y=e,{lang:n}=useLocale(),$=ref$1(dayjs().locale(n.value)),k=ref$1($.value.add(10,"year")),{pickerNs:L}=inject(ROOT_PICKER_INJECTION_KEY),j=useNamespace("date-range-picker"),V=computed(()=>!!Ce.length),z=computed(()=>[L.b(),j.b(),{"has-sidebar":!!useSlots().sidebar||V.value}]),re=computed(()=>({content:[L.e("content"),j.e("content"),"is-left"],arrowLeftBtn:[L.e("icon-btn"),"d-arrow-left"],arrowRightBtn:[L.e("icon-btn"),{[L.is("disabled")]:!er.value},"d-arrow-right"]})),oe=computed(()=>({content:[L.e("content"),j.e("content"),"is-right"],arrowLeftBtn:[L.e("icon-btn"),{"is-disabled":!er.value},"d-arrow-left"],arrowRightBtn:[L.e("icon-btn"),"d-arrow-right"]})),ue=useShortcut(n),{leftPrevYear:de,rightNextYear:_e,leftNextYear:Ne,rightPrevYear:Ue,leftLabel:$e,rightLabel:Ve,leftYear:Fe,rightYear:qe}=useYearRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:$,rightDate:k}),er=computed(()=>y.unlinkPanels&&qe.value>Fe.value+1),ir=ref$1(),dr=ref$1(),cr=ref$1({endDate:null,selecting:!1}),nr=_r=>{cr.value=_r},lr=(_r,yr=!0)=>{const xr=_r.minDate,Nr=_r.maxDate;dr.value===Nr&&ir.value===xr||(t("calendar-change",[xr.toDate(),Nr&&Nr.toDate()]),dr.value=Nr,ir.value=xr,yr&&Et())},Et=(_r=!1)=>{isValidRange([ir.value,dr.value])&&t("pick",[ir.value,dr.value],_r)},ie=_r=>{cr.value.selecting=_r,_r||(cr.value.endDate=null)},pe=inject("EP_PICKER_BASE"),{shortcuts:Ce,disabledDate:Ie}=pe.props,jt=toRef$1(pe.props,"format"),ar=toRef$1(pe.props,"defaultValue"),ur=()=>{let _r;if(isArray$4(ar.value)){const yr=dayjs(ar.value[0]);let xr=dayjs(ar.value[1]);return y.unlinkPanels||(xr=yr.add(10,unit)),[yr,xr]}else ar.value?_r=dayjs(ar.value):_r=dayjs();return _r=_r.locale(n.value),[_r,_r.add(10,unit)]};watch(()=>ar.value,_r=>{if(_r){const yr=ur();$.value=yr[0],k.value=yr[1]}},{immediate:!0}),watch(()=>y.parsedValue,_r=>{if(_r&&_r.length===2)if(ir.value=_r[0],dr.value=_r[1],$.value=ir.value,y.unlinkPanels&&dr.value){const yr=ir.value.year(),xr=dr.value.year();k.value=yr===xr?dr.value.add(10,"year"):dr.value}else k.value=$.value.add(10,"year");else{const yr=ur();ir.value=void 0,dr.value=void 0,$.value=yr[0],k.value=yr[1]}},{immediate:!0});const kt=_r=>isArray$4(_r)?_r.map(yr=>dayjs(yr,jt.value).locale(n.value)):dayjs(_r,jt.value).locale(n.value),he=_r=>isArray$4(_r)?_r.map(yr=>yr.format(jt.value)):_r.format(jt.value),tr=_r=>isValidRange(_r)&&(Ie?!Ie(_r[0].toDate())&&!Ie(_r[1].toDate()):!0),gr=()=>{const _r=ur();$.value=_r[0],k.value=_r[1],dr.value=void 0,ir.value=void 0,t("pick",null)};return t("set-picker-option",["isValidValue",tr]),t("set-picker-option",["parseUserInput",kt]),t("set-picker-option",["formatToString",he]),t("set-picker-option",["handleClear",gr]),(_r,yr)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(z))},[createBaseVNode("div",{class:normalizeClass(unref(L).e("body-wrapper"))},[renderSlot(_r.$slots,"sidebar",{class:normalizeClass(unref(L).e("sidebar"))}),unref(V)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ce),(xr,Nr)=>(openBlock(),createElementBlock("button",{key:Nr,type:"button",class:normalizeClass(unref(L).e("shortcut")),onClick:Tr=>unref(ue)(xr)},toDisplayString(xr.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).e("body"))},[createBaseVNode("div",{class:normalizeClass(unref(re).content)},[createBaseVNode("div",{class:normalizeClass(unref(j).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass(unref(re).arrowLeftBtn),onClick:unref(de)},[renderSlot(_r.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),_r.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(er),class:normalizeClass(unref(re).arrowRightBtn),onClick:unref(Ne)},[renderSlot(_r.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref($e)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:$.value,"min-date":ir.value,"max-date":dr.value,"range-state":cr.value,"disabled-date":unref(Ie),onChangerange:nr,onPick:lr,onSelect:ie},null,8,["date","min-date","max-date","range-state","disabled-date"])],2),createBaseVNode("div",{class:normalizeClass(unref(oe).content)},[createBaseVNode("div",{class:normalizeClass(unref(j).e("header"))},[_r.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(er),class:normalizeClass(unref(oe).arrowLeftBtn),onClick:unref(Ue)},[renderSlot(_r.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button",class:normalizeClass(unref(oe).arrowRightBtn),onClick:unref(_e)},[renderSlot(_r.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(Ve)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:k.value,"min-date":ir.value,"max-date":dr.value,"range-state":cr.value,"disabled-date":unref(Ie),onChangerange:nr,onPick:lr,onSelect:ie},null,8,["date","min-date","max-date","range-state","disabled-date"])],2)],2)],2)],2))}});var YearRangePickPanel=_export_sfc$1(_sfc_main$1R,[["__file","panel-year-range.vue"]]);const getPanel=function(e){switch(e){case"daterange":case"datetimerange":return DateRangePickPanel;case"monthrange":return MonthRangePickPanel;case"yearrange":return YearRangePickPanel;default:return DatePickPanel}};dayjs.extend(localeData);dayjs.extend(advancedFormat);dayjs.extend(customParseFormat);dayjs.extend(weekOfYear);dayjs.extend(weekYear);dayjs.extend(dayOfYear);dayjs.extend(isSameOrAfter);dayjs.extend(isSameOrBefore);var DatePicker=defineComponent({name:"ElDatePicker",install:null,props:datePickerProps,emits:["update:modelValue"],setup(e,{expose:t,emit:y,slots:n}){const $=useNamespace("picker-panel");provide("ElPopperOptions",reactive(toRef$1(e,"popperOptions"))),provide(ROOT_PICKER_INJECTION_KEY,{slots:n,pickerNs:$});const k=ref$1();t({focus:(V=!0)=>{var z;(z=k.value)==null||z.focus(V)},handleOpen:()=>{var V;(V=k.value)==null||V.handleOpen()},handleClose:()=>{var V;(V=k.value)==null||V.handleClose()}});const j=V=>{y("update:modelValue",V)};return()=>{var V;const z=(V=e.format)!=null?V:DEFAULT_FORMATS_DATEPICKER[e.type]||DEFAULT_FORMATS_DATE,re=getPanel(e.type);return createVNode(CommonPicker,mergeProps(e,{format:z,type:e.type,ref:k,"onUpdate:modelValue":j}),{default:oe=>createVNode(re,oe,{"prev-month":n["prev-month"],"next-month":n["next-month"],"prev-year":n["prev-year"],"next-year":n["next-year"]}),"range-separator":n["range-separator"]})}}});const ElDatePicker=withInstall(DatePicker),descriptionsKey=Symbol("elDescriptions");var ElDescriptionsCell=defineComponent({name:"ElDescriptionsCell",props:{cell:{type:Object},tag:{type:String,default:"td"},type:{type:String}},setup(){return{descriptions:inject(descriptionsKey,{})}},render(){var e,t,y,n,$,k,L;const j=getNormalizedProps(this.cell),V=(((e=this.cell)==null?void 0:e.dirs)||[]).map(er=>{const{dir:ir,arg:dr,modifiers:cr,value:nr}=er;return[ir,nr,dr,cr]}),{border:z,direction:re}=this.descriptions,oe=re==="vertical",ue=((n=(y=(t=this.cell)==null?void 0:t.children)==null?void 0:y.label)==null?void 0:n.call(y))||j.label,de=(L=(k=($=this.cell)==null?void 0:$.children)==null?void 0:k.default)==null?void 0:L.call(k),_e=j.span,Ne=j.align?`is-${j.align}`:"",Ue=j.labelAlign?`is-${j.labelAlign}`:Ne,$e=j.className,Ve=j.labelClassName,Fe={width:addUnit(j.width),minWidth:addUnit(j.minWidth)},qe=useNamespace("descriptions");switch(this.type){case"label":return withDirectives(h$1(this.tag,{style:Fe,class:[qe.e("cell"),qe.e("label"),qe.is("bordered-label",z),qe.is("vertical-label",oe),Ue,Ve],colSpan:oe?_e:1},ue),V);case"content":return withDirectives(h$1(this.tag,{style:Fe,class:[qe.e("cell"),qe.e("content"),qe.is("bordered-content",z),qe.is("vertical-content",oe),Ne,$e],colSpan:oe?_e:_e*2-1},de),V);default:return withDirectives(h$1("td",{style:Fe,class:[qe.e("cell"),Ne],colSpan:_e},[isNil(ue)?void 0:h$1("span",{class:[qe.e("label"),Ve]},ue),h$1("span",{class:[qe.e("content"),$e]},de)]),V)}}});const descriptionsRowProps=buildProps({row:{type:definePropType(Array),default:()=>[]}}),__default__$$=defineComponent({name:"ElDescriptionsRow"}),_sfc_main$1Q=defineComponent({...__default__$$,props:descriptionsRowProps,setup(e){const t=inject(descriptionsKey,{});return(y,n)=>unref(t).direction==="vertical"?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,($,k)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr1-${k}`,cell:$,tag:"th",type:"label"},null,8,["cell"]))),128))]),createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,($,k)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr2-${k}`,cell:$,tag:"td",type:"content"},null,8,["cell"]))),128))])],64)):(openBlock(),createElementBlock("tr",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,($,k)=>(openBlock(),createElementBlock(Fragment,{key:`tr3-${k}`},[unref(t).border?(openBlock(),createElementBlock(Fragment,{key:0},[createVNode(unref(ElDescriptionsCell),{cell:$,tag:"td",type:"label"},null,8,["cell"]),createVNode(unref(ElDescriptionsCell),{cell:$,tag:"td",type:"content"},null,8,["cell"])],64)):(openBlock(),createBlock(unref(ElDescriptionsCell),{key:1,cell:$,tag:"td",type:"both"},null,8,["cell"]))],64))),128))]))}});var ElDescriptionsRow=_export_sfc$1(_sfc_main$1Q,[["__file","descriptions-row.vue"]]);const descriptionProps=buildProps({border:Boolean,column:{type:Number,default:3},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},size:useSizeProp,title:{type:String,default:""},extra:{type:String,default:""}}),__default__$_=defineComponent({name:"ElDescriptions"}),_sfc_main$1P=defineComponent({...__default__$_,props:descriptionProps,setup(e){const t=e,y=useNamespace("descriptions"),n=useFormSize(),$=useSlots();provide(descriptionsKey,t);const k=computed(()=>[y.b(),y.m(n.value)]),L=(V,z,re,oe=!1)=>(V.props||(V.props={}),z>re&&(V.props.span=re),oe&&(V.props.span=z),V),j=()=>{if(!$.default)return[];const V=flattedChildren($.default()).filter(de=>{var _e;return((_e=de==null?void 0:de.type)==null?void 0:_e.name)==="ElDescriptionsItem"}),z=[];let re=[],oe=t.column,ue=0;return V.forEach((de,_e)=>{var Ne;const Ue=((Ne=de.props)==null?void 0:Ne.span)||1;if(_eoe?oe:Ue),_e===V.length-1){const $e=t.column-ue%t.column;re.push(L(de,$e,oe,!0)),z.push(re);return}Ue(openBlock(),createElementBlock("div",{class:normalizeClass(unref(k))},[V.title||V.extra||V.$slots.title||V.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(y).e("title"))},[renderSlot(V.$slots,"title",{},()=>[createTextVNode(toDisplayString(V.title),1)])],2),createBaseVNode("div",{class:normalizeClass(unref(y).e("extra"))},[renderSlot(V.$slots,"extra",{},()=>[createTextVNode(toDisplayString(V.extra),1)])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("body"))},[createBaseVNode("table",{class:normalizeClass([unref(y).e("table"),unref(y).is("bordered",V.border)])},[createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(j(),(re,oe)=>(openBlock(),createBlock(ElDescriptionsRow,{key:oe,row:re},null,8,["row"]))),128))])],2)],2)],2))}});var Descriptions=_export_sfc$1(_sfc_main$1P,[["__file","description.vue"]]);const descriptionItemProps=buildProps({label:{type:String,default:""},span:{type:Number,default:1},width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},align:{type:String,default:"left"},labelAlign:{type:String,default:""},className:{type:String,default:""},labelClassName:{type:String,default:""}}),DescriptionItem=defineComponent({name:"ElDescriptionsItem",props:descriptionItemProps}),ElDescriptions=withInstall(Descriptions,{DescriptionsItem:DescriptionItem}),ElDescriptionsItem=withNoopInstall(DescriptionItem),overlayProps=buildProps({mask:{type:Boolean,default:!0},customMaskEvent:Boolean,overlayClass:{type:definePropType([String,Array,Object])},zIndex:{type:definePropType([String,Number])}}),overlayEmits={click:e=>e instanceof MouseEvent},BLOCK="overlay";var Overlay$1=defineComponent({name:"ElOverlay",props:overlayProps,emits:overlayEmits,setup(e,{slots:t,emit:y}){const n=useNamespace(BLOCK),$=V=>{y("click",V)},{onClick:k,onMousedown:L,onMouseup:j}=useSameTarget(e.customMaskEvent?void 0:$);return()=>e.mask?createVNode("div",{class:[n.b(),e.overlayClass],style:{zIndex:e.zIndex},onClick:k,onMousedown:L,onMouseup:j},[renderSlot(t,"default")],PatchFlags.STYLE|PatchFlags.CLASS|PatchFlags.PROPS,["onClick","onMouseup","onMousedown"]):h$1("div",{class:e.overlayClass,style:{zIndex:e.zIndex,position:"fixed",top:"0px",right:"0px",bottom:"0px",left:"0px"}},[renderSlot(t,"default")])}});const ElOverlay=Overlay$1,dialogInjectionKey=Symbol("dialogInjectionKey"),dialogContentProps=buildProps({center:Boolean,alignCenter:Boolean,closeIcon:{type:iconPropType},draggable:Boolean,overflow:Boolean,fullscreen:Boolean,showClose:{type:Boolean,default:!0},title:{type:String,default:""},ariaLevel:{type:String,default:"2"}}),dialogContentEmits={close:()=>!0},__default__$Z=defineComponent({name:"ElDialogContent"}),_sfc_main$1O=defineComponent({...__default__$Z,props:dialogContentProps,emits:dialogContentEmits,setup(e,{expose:t}){const y=e,{t:n}=useLocale(),{Close:$}=CloseComponents,{dialogRef:k,headerRef:L,bodyId:j,ns:V,style:z}=inject(dialogInjectionKey),{focusTrapRef:re}=inject(FOCUS_TRAP_INJECTION_KEY),oe=computed(()=>[V.b(),V.is("fullscreen",y.fullscreen),V.is("draggable",y.draggable),V.is("align-center",y.alignCenter),{[V.m("center")]:y.center}]),ue=composeRefs(re,k),de=computed(()=>y.draggable),_e=computed(()=>y.overflow),{resetPostion:Ne}=useDraggable(k,L,de,_e);return t({resetPostion:Ne}),(Ue,$e)=>(openBlock(),createElementBlock("div",{ref:unref(ue),class:normalizeClass(unref(oe)),style:normalizeStyle(unref(z)),tabindex:"-1"},[createBaseVNode("header",{ref_key:"headerRef",ref:L,class:normalizeClass([unref(V).e("header"),{"show-close":Ue.showClose}])},[renderSlot(Ue.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading","aria-level":Ue.ariaLevel,class:normalizeClass(unref(V).e("title"))},toDisplayString(Ue.title),11,["aria-level"])]),Ue.showClose?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref(n)("el.dialog.close"),class:normalizeClass(unref(V).e("headerbtn")),type:"button",onClick:Ve=>Ue.$emit("close")},[createVNode(unref(ElIcon),{class:normalizeClass(unref(V).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ue.closeIcon||unref($))))]),_:1},8,["class"])],10,["aria-label","onClick"])):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{id:unref(j),class:normalizeClass(unref(V).e("body"))},[renderSlot(Ue.$slots,"default")],10,["id"]),Ue.$slots.footer?(openBlock(),createElementBlock("footer",{key:0,class:normalizeClass(unref(V).e("footer"))},[renderSlot(Ue.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6))}});var ElDialogContent=_export_sfc$1(_sfc_main$1O,[["__file","dialog-content.vue"]]);const dialogProps=buildProps({...dialogContentProps,appendToBody:Boolean,appendTo:{type:definePropType([String,Object]),default:"body"},beforeClose:{type:definePropType(Function)},destroyOnClose:Boolean,closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},modal:{type:Boolean,default:!0},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:0},top:{type:String},modelValue:Boolean,modalClass:String,width:{type:[String,Number]},zIndex:{type:Number},trapFocus:Boolean,headerAriaLevel:{type:String,default:"2"}}),dialogEmits={open:()=>!0,opened:()=>!0,close:()=>!0,closed:()=>!0,[UPDATE_MODEL_EVENT]:e=>isBoolean$3(e),openAutoFocus:()=>!0,closeAutoFocus:()=>!0},useDialog=(e,t)=>{var y;const $=getCurrentInstance().emit,{nextZIndex:k}=useZIndex();let L="";const j=useId(),V=useId(),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),ue=ref$1((y=e.zIndex)!=null?y:k());let de,_e;const Ne=useGlobalConfig("namespace",defaultNamespace),Ue=computed(()=>{const Ie={},jt=`--${Ne.value}-dialog`;return e.fullscreen||(e.top&&(Ie[`${jt}-margin-top`]=e.top),e.width&&(Ie[`${jt}-width`]=addUnit(e.width))),Ie}),$e=computed(()=>e.alignCenter?{display:"flex"}:{});function Ve(){$("opened")}function Fe(){$("closed"),$(UPDATE_MODEL_EVENT,!1),e.destroyOnClose&&(oe.value=!1)}function qe(){$("close")}function er(){_e==null||_e(),de==null||de(),e.openDelay&&e.openDelay>0?{stop:de}=useTimeoutFn(()=>nr(),e.openDelay):nr()}function ir(){de==null||de(),_e==null||_e(),e.closeDelay&&e.closeDelay>0?{stop:_e}=useTimeoutFn(()=>lr(),e.closeDelay):lr()}function dr(){function Ie(jt){jt||(re.value=!0,z.value=!1)}e.beforeClose?e.beforeClose(Ie):ir()}function cr(){e.closeOnClickModal&&dr()}function nr(){isClient&&(z.value=!0)}function lr(){z.value=!1}function Et(){$("openAutoFocus")}function ie(){$("closeAutoFocus")}function pe(Ie){var jt;((jt=Ie.detail)==null?void 0:jt.focusReason)==="pointer"&&Ie.preventDefault()}e.lockScroll&&useLockscreen(z);function Ce(){e.closeOnPressEscape&&dr()}return watch(()=>e.modelValue,Ie=>{Ie?(re.value=!1,er(),oe.value=!0,ue.value=isUndefined$3(e.zIndex)?k():ue.value++,nextTick$3(()=>{$("open"),t.value&&(t.value.scrollTop=0)})):z.value&&ir()}),watch(()=>e.fullscreen,Ie=>{t.value&&(Ie?(L=t.value.style.transform,t.value.style.transform=""):t.value.style.transform=L)}),onMounted(()=>{e.modelValue&&(z.value=!0,oe.value=!0,er())}),{afterEnter:Ve,afterLeave:Fe,beforeLeave:qe,handleClose:dr,onModalClick:cr,close:ir,doClose:lr,onOpenAutoFocus:Et,onCloseAutoFocus:ie,onCloseRequested:Ce,onFocusoutPrevented:pe,titleId:j,bodyId:V,closed:re,style:Ue,overlayDialogStyle:$e,rendered:oe,visible:z,zIndex:ue}},__default__$Y=defineComponent({name:"ElDialog",inheritAttrs:!1}),_sfc_main$1N=defineComponent({...__default__$Y,props:dialogProps,emits:dialogEmits,setup(e,{expose:t}){const y=e,n=useSlots();useDeprecated({scope:"el-dialog",from:"the title slot",replacement:"the header slot",version:"3.0.0",ref:"https://element-plus.org/en-US/component/dialog.html#slots"},computed(()=>!!n.title));const $=useNamespace("dialog"),k=ref$1(),L=ref$1(),j=ref$1(),{visible:V,titleId:z,bodyId:re,style:oe,overlayDialogStyle:ue,rendered:de,zIndex:_e,afterEnter:Ne,afterLeave:Ue,beforeLeave:$e,handleClose:Ve,onModalClick:Fe,onOpenAutoFocus:qe,onCloseAutoFocus:er,onCloseRequested:ir,onFocusoutPrevented:dr}=useDialog(y,k);provide(dialogInjectionKey,{dialogRef:k,headerRef:L,bodyId:re,ns:$,rendered:de,style:oe});const cr=useSameTarget(Fe),nr=computed(()=>y.draggable&&!y.fullscreen);return t({visible:V,dialogContentRef:j,resetPostion:()=>{j.value.resetPostion()}}),(Et,ie)=>(openBlock(),createBlock(unref(ElTeleport),{to:Et.appendTo,disabled:Et.appendTo!=="body"?!1:!Et.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:"dialog-fade",onAfterEnter:unref(Ne),onAfterLeave:unref(Ue),onBeforeLeave:unref($e),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{"custom-mask-event":"",mask:Et.modal,"overlay-class":Et.modalClass,"z-index":unref(_e)},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-modal":"true","aria-label":Et.title||void 0,"aria-labelledby":Et.title?void 0:unref(z),"aria-describedby":unref(re),class:normalizeClass(`${unref($).namespace.value}-overlay-dialog`),style:normalizeStyle(unref(ue)),onClick:unref(cr).onClick,onMousedown:unref(cr).onMousedown,onMouseup:unref(cr).onMouseup},[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(V),"focus-start-el":"container",onFocusAfterTrapped:unref(qe),onFocusAfterReleased:unref(er),onFocusoutPrevented:unref(dr),onReleaseRequested:unref(ir)},{default:withCtx(()=>[unref(de)?(openBlock(),createBlock(ElDialogContent,mergeProps({key:0,ref_key:"dialogContentRef",ref:j},Et.$attrs,{center:Et.center,"align-center":Et.alignCenter,"close-icon":Et.closeIcon,draggable:unref(nr),overflow:Et.overflow,fullscreen:Et.fullscreen,"show-close":Et.showClose,title:Et.title,"aria-level":Et.headerAriaLevel,onClose:unref(Ve)}),createSlots({header:withCtx(()=>[Et.$slots.title?renderSlot(Et.$slots,"title",{key:1}):renderSlot(Et.$slots,"header",{key:0,close:unref(Ve),titleId:unref(z),titleClass:unref($).e("title")})]),default:withCtx(()=>[renderSlot(Et.$slots,"default")]),_:2},[Et.$slots.footer?{name:"footer",fn:withCtx(()=>[renderSlot(Et.$slots,"footer")])}:void 0]),1040,["center","align-center","close-icon","draggable","overflow","fullscreen","show-close","title","aria-level","onClose"])):createCommentVNode("v-if",!0)]),_:3},8,["trapped","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])],46,["aria-label","aria-labelledby","aria-describedby","onClick","onMousedown","onMouseup"])]),_:3},8,["mask","overlay-class","z-index"]),[[vShow,unref(V)]])]),_:3},8,["onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Dialog=_export_sfc$1(_sfc_main$1N,[["__file","dialog.vue"]]);const ElDialog=withInstall(Dialog),dividerProps=buildProps({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},contentPosition:{type:String,values:["left","center","right"],default:"center"},borderStyle:{type:definePropType(String),default:"solid"}}),__default__$X=defineComponent({name:"ElDivider"}),_sfc_main$1M=defineComponent({...__default__$X,props:dividerProps,setup(e){const t=e,y=useNamespace("divider"),n=computed(()=>y.cssVar({"border-style":t.borderStyle}));return($,k)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(y).b(),unref(y).m($.direction)]),style:normalizeStyle(unref(n)),role:"separator"},[$.$slots.default&&$.direction!=="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("text"),unref(y).is($.contentPosition)])},[renderSlot($.$slots,"default")],2)):createCommentVNode("v-if",!0)],6))}});var Divider=_export_sfc$1(_sfc_main$1M,[["__file","divider.vue"]]);const ElDivider=withInstall(Divider),drawerProps=buildProps({...dialogProps,direction:{type:String,default:"rtl",values:["ltr","rtl","ttb","btt"]},size:{type:[String,Number],default:"30%"},withHeader:{type:Boolean,default:!0},modalFade:{type:Boolean,default:!0},headerAriaLevel:{type:String,default:"2"}}),drawerEmits=dialogEmits,__default__$W=defineComponent({name:"ElDrawer",inheritAttrs:!1}),_sfc_main$1L=defineComponent({...__default__$W,props:drawerProps,emits:drawerEmits,setup(e,{expose:t}){const y=e,n=useSlots();useDeprecated({scope:"el-drawer",from:"the title slot",replacement:"the header slot",version:"3.0.0",ref:"https://element-plus.org/en-US/component/drawer.html#slots"},computed(()=>!!n.title));const $=ref$1(),k=ref$1(),L=useNamespace("drawer"),{t:j}=useLocale(),{afterEnter:V,afterLeave:z,beforeLeave:re,visible:oe,rendered:ue,titleId:de,bodyId:_e,zIndex:Ne,onModalClick:Ue,onOpenAutoFocus:$e,onCloseAutoFocus:Ve,onFocusoutPrevented:Fe,onCloseRequested:qe,handleClose:er}=useDialog(y,$),ir=computed(()=>y.direction==="rtl"||y.direction==="ltr"),dr=computed(()=>addUnit(y.size));return t({handleClose:er,afterEnter:V,afterLeave:z}),(cr,nr)=>(openBlock(),createBlock(unref(ElTeleport),{to:cr.appendTo,disabled:cr.appendTo!=="body"?!1:!cr.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:unref(L).b("fade"),onAfterEnter:unref(V),onAfterLeave:unref(z),onBeforeLeave:unref(re),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{mask:cr.modal,"overlay-class":cr.modalClass,"z-index":unref(Ne),onClick:unref(Ue)},{default:withCtx(()=>[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(oe),"focus-trap-el":$.value,"focus-start-el":k.value,onFocusAfterTrapped:unref($e),onFocusAfterReleased:unref(Ve),onFocusoutPrevented:unref(Fe),onReleaseRequested:unref(qe)},{default:withCtx(()=>[createBaseVNode("div",mergeProps({ref_key:"drawerRef",ref:$,"aria-modal":"true","aria-label":cr.title||void 0,"aria-labelledby":cr.title?void 0:unref(de),"aria-describedby":unref(_e)},cr.$attrs,{class:[unref(L).b(),cr.direction,unref(oe)&&"open"],style:unref(ir)?"width: "+unref(dr):"height: "+unref(dr),role:"dialog",onClick:withModifiers(()=>{},["stop"])}),[createBaseVNode("span",{ref_key:"focusStartRef",ref:k,class:normalizeClass(unref(L).e("sr-focus")),tabindex:"-1"},null,2),cr.withHeader?(openBlock(),createElementBlock("header",{key:0,class:normalizeClass(unref(L).e("header"))},[cr.$slots.title?renderSlot(cr.$slots,"title",{key:1},()=>[createCommentVNode(" DEPRECATED SLOT ")]):renderSlot(cr.$slots,"header",{key:0,close:unref(er),titleId:unref(de),titleClass:unref(L).e("title")},()=>[cr.$slots.title?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,id:unref(de),role:"heading","aria-level":cr.headerAriaLevel,class:normalizeClass(unref(L).e("title"))},toDisplayString(cr.title),11,["id","aria-level"]))]),cr.showClose?(openBlock(),createElementBlock("button",{key:2,"aria-label":unref(j)("el.drawer.close"),class:normalizeClass(unref(L).e("close-btn")),type:"button",onClick:unref(er)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).e("close"))},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"])],10,["aria-label","onClick"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),unref(ue)?(openBlock(),createElementBlock("div",{key:1,id:unref(_e),class:normalizeClass(unref(L).e("body"))},[renderSlot(cr.$slots,"default")],10,["id"])):createCommentVNode("v-if",!0),cr.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(L).e("footer"))},[renderSlot(cr.$slots,"footer")],2)):createCommentVNode("v-if",!0)],16,["aria-label","aria-labelledby","aria-describedby","onClick"])]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])]),_:3},8,["mask","overlay-class","z-index","onClick"]),[[vShow,unref(oe)]])]),_:3},8,["name","onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Drawer=_export_sfc$1(_sfc_main$1L,[["__file","drawer.vue"]]);const ElDrawer=withInstall(Drawer),_sfc_main$1K=defineComponent({inheritAttrs:!1});function _sfc_render$n(e,t,y,n,$,k){return renderSlot(e.$slots,"default")}var Collection=_export_sfc$1(_sfc_main$1K,[["render",_sfc_render$n],["__file","collection.vue"]]);const _sfc_main$1J=defineComponent({name:"ElCollectionItem",inheritAttrs:!1});function _sfc_render$m(e,t,y,n,$,k){return renderSlot(e.$slots,"default")}var CollectionItem=_export_sfc$1(_sfc_main$1J,[["render",_sfc_render$m],["__file","collection-item.vue"]]);const COLLECTION_ITEM_SIGN="data-el-collection-item",createCollectionWithScope=e=>{const t=`El${e}Collection`,y=`${t}Item`,n=Symbol(t),$=Symbol(y),k={...Collection,name:t,setup(){const j=ref$1(null),V=new Map;provide(n,{itemMap:V,getItems:()=>{const re=unref(j);if(!re)return[];const oe=Array.from(re.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));return[...V.values()].sort((de,_e)=>oe.indexOf(de.ref)-oe.indexOf(_e.ref))},collectionRef:j})}},L={...CollectionItem,name:y,setup(j,{attrs:V}){const z=ref$1(null),re=inject(n,void 0);provide($,{collectionItemRef:z}),onMounted(()=>{const oe=unref(z);oe&&re.itemMap.set(oe,{ref:oe,...V})}),onBeforeUnmount(()=>{const oe=unref(z);re.itemMap.delete(oe)})}};return{COLLECTION_INJECTION_KEY:n,COLLECTION_ITEM_INJECTION_KEY:$,ElCollection:k,ElCollectionItem:L}},rovingFocusGroupProps=buildProps({style:{type:definePropType([String,Array,Object])},currentTabId:{type:definePropType(String)},defaultCurrentTabId:String,loop:Boolean,dir:{type:String,values:["ltr","rtl"],default:"ltr"},orientation:{type:definePropType(String)},onBlur:Function,onFocus:Function,onMousedown:Function}),{ElCollection:ElCollection$1,ElCollectionItem:ElCollectionItem$1,COLLECTION_INJECTION_KEY:COLLECTION_INJECTION_KEY$1,COLLECTION_ITEM_INJECTION_KEY:COLLECTION_ITEM_INJECTION_KEY$1}=createCollectionWithScope("RovingFocusGroup"),ROVING_FOCUS_GROUP_INJECTION_KEY=Symbol("elRovingFocusGroup"),ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY=Symbol("elRovingFocusGroupItem"),MAP_KEY_TO_FOCUS_INTENT={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},getDirectionAwareKey=(e,t)=>e,getFocusIntent=(e,t,y)=>{const n=getDirectionAwareKey(e.key);return MAP_KEY_TO_FOCUS_INTENT[n]},reorderArray=(e,t)=>e.map((y,n)=>e[(n+t)%e.length]),focusFirst=e=>{const{activeElement:t}=document;for(const y of e)if(y===t||(y.focus(),t!==document.activeElement))return},CURRENT_TAB_ID_CHANGE_EVT="currentTabIdChange",ENTRY_FOCUS_EVT="rovingFocusGroup.entryFocus",EVT_OPTS={bubbles:!1,cancelable:!0},_sfc_main$1I=defineComponent({name:"ElRovingFocusGroupImpl",inheritAttrs:!1,props:rovingFocusGroupProps,emits:[CURRENT_TAB_ID_CHANGE_EVT,"entryFocus"],setup(e,{emit:t}){var y;const n=ref$1((y=e.currentTabId||e.defaultCurrentTabId)!=null?y:null),$=ref$1(!1),k=ref$1(!1),L=ref$1(null),{getItems:j}=inject(COLLECTION_INJECTION_KEY$1,void 0),V=computed(()=>[{outline:"none"},e.style]),z=Ne=>{t(CURRENT_TAB_ID_CHANGE_EVT,Ne)},re=()=>{$.value=!0},oe=composeEventHandlers(Ne=>{var Ue;(Ue=e.onMousedown)==null||Ue.call(e,Ne)},()=>{k.value=!0}),ue=composeEventHandlers(Ne=>{var Ue;(Ue=e.onFocus)==null||Ue.call(e,Ne)},Ne=>{const Ue=!unref(k),{target:$e,currentTarget:Ve}=Ne;if($e===Ve&&Ue&&!unref($)){const Fe=new Event(ENTRY_FOCUS_EVT,EVT_OPTS);if(Ve==null||Ve.dispatchEvent(Fe),!Fe.defaultPrevented){const qe=j().filter(nr=>nr.focusable),er=qe.find(nr=>nr.active),ir=qe.find(nr=>nr.id===unref(n)),cr=[er,ir,...qe].filter(Boolean).map(nr=>nr.ref);focusFirst(cr)}}k.value=!1}),de=composeEventHandlers(Ne=>{var Ue;(Ue=e.onBlur)==null||Ue.call(e,Ne)},()=>{$.value=!1}),_e=(...Ne)=>{t("entryFocus",...Ne)};provide(ROVING_FOCUS_GROUP_INJECTION_KEY,{currentTabbedId:readonly(n),loop:toRef$1(e,"loop"),tabIndex:computed(()=>unref($)?-1:0),rovingFocusGroupRef:L,rovingFocusGroupRootStyle:V,orientation:toRef$1(e,"orientation"),dir:toRef$1(e,"dir"),onItemFocus:z,onItemShiftTab:re,onBlur:de,onFocus:ue,onMousedown:oe}),watch(()=>e.currentTabId,Ne=>{n.value=Ne??null}),useEventListener(L,ENTRY_FOCUS_EVT,_e)}});function _sfc_render$l(e,t,y,n,$,k){return renderSlot(e.$slots,"default")}var ElRovingFocusGroupImpl=_export_sfc$1(_sfc_main$1I,[["render",_sfc_render$l],["__file","roving-focus-group-impl.vue"]]);const _sfc_main$1H=defineComponent({name:"ElRovingFocusGroup",components:{ElFocusGroupCollection:ElCollection$1,ElRovingFocusGroupImpl}});function _sfc_render$k(e,t,y,n,$,k){const L=resolveComponent("el-roving-focus-group-impl"),j=resolveComponent("el-focus-group-collection");return openBlock(),createBlock(j,null,{default:withCtx(()=>[createVNode(L,normalizeProps(guardReactiveProps(e.$attrs)),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16)]),_:3})}var ElRovingFocusGroup=_export_sfc$1(_sfc_main$1H,[["render",_sfc_render$k],["__file","roving-focus-group.vue"]]);const _sfc_main$1G=defineComponent({components:{ElRovingFocusCollectionItem:ElCollectionItem$1},props:{focusable:{type:Boolean,default:!0},active:{type:Boolean,default:!1}},emits:["mousedown","focus","keydown"],setup(e,{emit:t}){const{currentTabbedId:y,loop:n,onItemFocus:$,onItemShiftTab:k}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{getItems:L}=inject(COLLECTION_INJECTION_KEY$1,void 0),j=useId(),V=ref$1(null),z=composeEventHandlers(de=>{t("mousedown",de)},de=>{e.focusable?$(unref(j)):de.preventDefault()}),re=composeEventHandlers(de=>{t("focus",de)},()=>{$(unref(j))}),oe=composeEventHandlers(de=>{t("keydown",de)},de=>{const{key:_e,shiftKey:Ne,target:Ue,currentTarget:$e}=de;if(_e===EVENT_CODE.tab&&Ne){k();return}if(Ue!==$e)return;const Ve=getFocusIntent(de);if(Ve){de.preventDefault();let qe=L().filter(er=>er.focusable).map(er=>er.ref);switch(Ve){case"last":{qe.reverse();break}case"prev":case"next":{Ve==="prev"&&qe.reverse();const er=qe.indexOf($e);qe=n.value?reorderArray(qe,er+1):qe.slice(er+1);break}}nextTick$3(()=>{focusFirst(qe)})}}),ue=computed(()=>y.value===unref(j));return provide(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,{rovingFocusGroupItemRef:V,tabIndex:computed(()=>unref(ue)?0:-1),handleMousedown:z,handleFocus:re,handleKeydown:oe}),{id:j,handleKeydown:oe,handleFocus:re,handleMousedown:z}}});function _sfc_render$j(e,t,y,n,$,k){const L=resolveComponent("el-roving-focus-collection-item");return openBlock(),createBlock(L,{id:e.id,focusable:e.focusable,active:e.active},{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},8,["id","focusable","active"])}var ElRovingFocusItem=_export_sfc$1(_sfc_main$1G,[["render",_sfc_render$j],["__file","roving-focus-item.vue"]]);const dropdownProps=buildProps({trigger:useTooltipTriggerProps.trigger,effect:{...useTooltipContentProps.effect,default:"light"},type:{type:definePropType(String)},placement:{type:definePropType(String),default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},id:String,size:{type:String,default:""},splitButton:Boolean,hideOnClick:{type:Boolean,default:!0},loop:{type:Boolean,default:!0},showTimeout:{type:Number,default:150},hideTimeout:{type:Number,default:150},tabindex:{type:definePropType([Number,String]),default:0},maxHeight:{type:definePropType([Number,String]),default:""},popperClass:{type:String,default:""},disabled:Boolean,role:{type:String,default:"menu"},buttonProps:{type:definePropType(Object)},teleported:useTooltipContentProps.teleported}),dropdownItemProps=buildProps({command:{type:[Object,String,Number],default:()=>({})},disabled:Boolean,divided:Boolean,textValue:String,icon:{type:iconPropType}}),dropdownMenuProps=buildProps({onKeydown:{type:definePropType(Function)}}),FIRST_KEYS=[EVENT_CODE.down,EVENT_CODE.pageDown,EVENT_CODE.home],LAST_KEYS=[EVENT_CODE.up,EVENT_CODE.pageUp,EVENT_CODE.end],FIRST_LAST_KEYS=[...FIRST_KEYS,...LAST_KEYS],{ElCollection,ElCollectionItem,COLLECTION_INJECTION_KEY,COLLECTION_ITEM_INJECTION_KEY}=createCollectionWithScope("Dropdown"),DROPDOWN_INJECTION_KEY=Symbol("elDropdown"),{ButtonGroup:ElButtonGroup}=ElButton,_sfc_main$1F=defineComponent({name:"ElDropdown",components:{ElButton,ElButtonGroup,ElScrollbar,ElDropdownCollection:ElCollection,ElTooltip,ElRovingFocusGroup,ElOnlyChild:OnlyChild,ElIcon,ArrowDown:arrow_down_default},props:dropdownProps,emits:["visible-change","click","command"],setup(e,{emit:t}){const y=getCurrentInstance(),n=useNamespace("dropdown"),{t:$}=useLocale(),k=ref$1(),L=ref$1(),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=ref$1(null),oe=ref$1(!1),ue=[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.down],de=computed(()=>({maxHeight:addUnit(e.maxHeight)})),_e=computed(()=>[n.m(er.value)]),Ne=computed(()=>castArray$1(e.trigger)),Ue=useId().value,$e=computed(()=>e.id||Ue);watch([k,Ne],([ar,ur],[kt])=>{var he,tr,gr;(he=kt==null?void 0:kt.$el)!=null&&he.removeEventListener&&kt.$el.removeEventListener("pointerenter",dr),(tr=ar==null?void 0:ar.$el)!=null&&tr.removeEventListener&&ar.$el.removeEventListener("pointerenter",dr),(gr=ar==null?void 0:ar.$el)!=null&&gr.addEventListener&&ur.includes("hover")&&ar.$el.addEventListener("pointerenter",dr)},{immediate:!0}),onBeforeUnmount(()=>{var ar,ur;(ur=(ar=k.value)==null?void 0:ar.$el)!=null&&ur.removeEventListener&&k.value.$el.removeEventListener("pointerenter",dr)});function Ve(){Fe()}function Fe(){var ar;(ar=j.value)==null||ar.onClose()}function qe(){var ar;(ar=j.value)==null||ar.onOpen()}const er=useFormSize();function ir(...ar){t("command",...ar)}function dr(){var ar,ur;(ur=(ar=k.value)==null?void 0:ar.$el)==null||ur.focus()}function cr(){}function nr(){const ar=unref(V);Ne.value.includes("hover")&&(ar==null||ar.focus()),re.value=null}function lr(ar){re.value=ar}function Et(ar){oe.value||(ar.preventDefault(),ar.stopImmediatePropagation())}function ie(){t("visible-change",!0)}function pe(ar){(ar==null?void 0:ar.type)==="keydown"&&V.value.focus()}function Ce(){t("visible-change",!1)}return provide(DROPDOWN_INJECTION_KEY,{contentRef:V,role:computed(()=>e.role),triggerId:$e,isUsingKeyboard:oe,onItemEnter:cr,onItemLeave:nr}),provide("elDropdown",{instance:y,dropdownSize:er,handleClick:Ve,commandHandler:ir,trigger:toRef$1(e,"trigger"),hideOnClick:toRef$1(e,"hideOnClick")}),{t:$,ns:n,scrollbar:z,wrapStyle:de,dropdownTriggerKls:_e,dropdownSize:er,triggerId:$e,triggerKeys:ue,currentTabId:re,handleCurrentTabIdChange:lr,handlerMainButtonClick:ar=>{t("click",ar)},handleEntryFocus:Et,handleClose:Fe,handleOpen:qe,handleBeforeShowTooltip:ie,handleShowTooltip:pe,handleBeforeHideTooltip:Ce,onFocusAfterTrapped:ar=>{var ur,kt;ar.preventDefault(),(kt=(ur=V.value)==null?void 0:ur.focus)==null||kt.call(ur,{preventScroll:!0})},popperRef:j,contentRef:V,triggeringElementRef:k,referenceElementRef:L}}});function _sfc_render$i(e,t,y,n,$,k){var L;const j=resolveComponent("el-dropdown-collection"),V=resolveComponent("el-roving-focus-group"),z=resolveComponent("el-scrollbar"),re=resolveComponent("el-only-child"),oe=resolveComponent("el-tooltip"),ue=resolveComponent("el-button"),de=resolveComponent("arrow-down"),_e=resolveComponent("el-icon"),Ne=resolveComponent("el-button-group");return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b(),e.ns.is("disabled",e.disabled)])},[createVNode(oe,{ref:"popperRef",role:e.role,effect:e.effect,"fallback-placements":["bottom","top"],"popper-options":e.popperOptions,"gpu-acceleration":!1,"hide-after":e.trigger==="hover"?e.hideTimeout:0,"manual-mode":!0,placement:e.placement,"popper-class":[e.ns.e("popper"),e.popperClass],"reference-element":(L=e.referenceElementRef)==null?void 0:L.$el,trigger:e.trigger,"trigger-keys":e.triggerKeys,"trigger-target-el":e.contentRef,"show-after":e.trigger==="hover"?e.showTimeout:0,"stop-popper-mouse-event":!1,"virtual-ref":e.triggeringElementRef,"virtual-triggering":e.splitButton,disabled:e.disabled,transition:`${e.ns.namespace.value}-zoom-in-top`,teleported:e.teleported,pure:"",persistent:"",onBeforeShow:e.handleBeforeShowTooltip,onShow:e.handleShowTooltip,onBeforeHide:e.handleBeforeHideTooltip},createSlots({content:withCtx(()=>[createVNode(z,{ref:"scrollbar","wrap-style":e.wrapStyle,tag:"div","view-class":e.ns.e("list")},{default:withCtx(()=>[createVNode(V,{loop:e.loop,"current-tab-id":e.currentTabId,orientation:"horizontal",onCurrentTabIdChange:e.handleCurrentTabIdChange,onEntryFocus:e.handleEntryFocus},{default:withCtx(()=>[createVNode(j,null,{default:withCtx(()=>[renderSlot(e.$slots,"dropdown")]),_:3})]),_:3},8,["loop","current-tab-id","onCurrentTabIdChange","onEntryFocus"])]),_:3},8,["wrap-style","view-class"])]),_:2},[e.splitButton?void 0:{name:"default",fn:withCtx(()=>[createVNode(re,{id:e.triggerId,ref:"triggeringElementRef",role:"button",tabindex:e.tabindex},{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},8,["id","tabindex"])])}]),1032,["role","effect","popper-options","hide-after","placement","popper-class","reference-element","trigger","trigger-keys","trigger-target-el","show-after","virtual-ref","virtual-triggering","disabled","transition","teleported","onBeforeShow","onShow","onBeforeHide"]),e.splitButton?(openBlock(),createBlock(Ne,{key:0},{default:withCtx(()=>[createVNode(ue,mergeProps({ref:"referenceElementRef"},e.buttonProps,{size:e.dropdownSize,type:e.type,disabled:e.disabled,tabindex:e.tabindex,onClick:e.handlerMainButtonClick}),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16,["size","type","disabled","tabindex","onClick"]),createVNode(ue,mergeProps({id:e.triggerId,ref:"triggeringElementRef"},e.buttonProps,{role:"button",size:e.dropdownSize,type:e.type,class:e.ns.e("caret-button"),disabled:e.disabled,tabindex:e.tabindex,"aria-label":e.t("el.dropdown.toggleDropdown")}),{default:withCtx(()=>[createVNode(_e,{class:normalizeClass(e.ns.e("icon"))},{default:withCtx(()=>[createVNode(de)]),_:1},8,["class"])]),_:1},16,["id","size","type","class","disabled","tabindex","aria-label"])]),_:3})):createCommentVNode("v-if",!0)],2)}var Dropdown=_export_sfc$1(_sfc_main$1F,[["render",_sfc_render$i],["__file","dropdown.vue"]]);const _sfc_main$1E=defineComponent({name:"DropdownItemImpl",components:{ElIcon},props:dropdownItemProps,emits:["pointermove","pointerleave","click","clickimpl"],setup(e,{emit:t}){const y=useNamespace("dropdown"),{role:n}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionItemRef:$}=inject(COLLECTION_ITEM_INJECTION_KEY,void 0),{collectionItemRef:k}=inject(COLLECTION_ITEM_INJECTION_KEY$1,void 0),{rovingFocusGroupItemRef:L,tabIndex:j,handleFocus:V,handleKeydown:z,handleMousedown:re}=inject(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,void 0),oe=composeRefs($,k,L),ue=computed(()=>n.value==="menu"?"menuitem":n.value==="navigation"?"link":"button"),de=composeEventHandlers(_e=>{const{code:Ne}=_e;if(Ne===EVENT_CODE.enter||Ne===EVENT_CODE.space)return _e.preventDefault(),_e.stopImmediatePropagation(),t("clickimpl",_e),!0},z);return{ns:y,itemRef:oe,dataset:{[COLLECTION_ITEM_SIGN]:""},role:ue,tabIndex:j,handleFocus:V,handleKeydown:de,handleMousedown:re}}});function _sfc_render$h(e,t,y,n,$,k){const L=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[e.divided?(openBlock(),createElementBlock("li",mergeProps({key:0,role:"separator",class:e.ns.bem("menu","item","divided")},e.$attrs),null,16)):createCommentVNode("v-if",!0),createBaseVNode("li",mergeProps({ref:e.itemRef},{...e.dataset,...e.$attrs},{"aria-disabled":e.disabled,class:[e.ns.be("menu","item"),e.ns.is("disabled",e.disabled)],tabindex:e.tabIndex,role:e.role,onClick:j=>e.$emit("clickimpl",j),onFocus:e.handleFocus,onKeydown:withModifiers(e.handleKeydown,["self"]),onMousedown:e.handleMousedown,onPointermove:j=>e.$emit("pointermove",j),onPointerleave:j=>e.$emit("pointerleave",j)}),[e.icon?(openBlock(),createBlock(L,{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.icon)))]),_:1})):createCommentVNode("v-if",!0),renderSlot(e.$slots,"default")],16,["aria-disabled","tabindex","role","onClick","onFocus","onKeydown","onMousedown","onPointermove","onPointerleave"])],64)}var ElDropdownItemImpl=_export_sfc$1(_sfc_main$1E,[["render",_sfc_render$h],["__file","dropdown-item-impl.vue"]]);const useDropdown=()=>{const e=inject("elDropdown",{}),t=computed(()=>e==null?void 0:e.dropdownSize);return{elDropdown:e,_elDropdownSize:t}},_sfc_main$1D=defineComponent({name:"ElDropdownItem",components:{ElDropdownCollectionItem:ElCollectionItem,ElRovingFocusItem,ElDropdownItemImpl},inheritAttrs:!1,props:dropdownItemProps,emits:["pointermove","pointerleave","click"],setup(e,{emit:t,attrs:y}){const{elDropdown:n}=useDropdown(),$=getCurrentInstance(),k=ref$1(null),L=computed(()=>{var de,_e;return(_e=(de=unref(k))==null?void 0:de.textContent)!=null?_e:""}),{onItemEnter:j,onItemLeave:V}=inject(DROPDOWN_INJECTION_KEY,void 0),z=composeEventHandlers(de=>(t("pointermove",de),de.defaultPrevented),whenMouse(de=>{if(e.disabled){V(de);return}const _e=de.currentTarget;_e===document.activeElement||_e.contains(document.activeElement)||(j(de),de.defaultPrevented||_e==null||_e.focus())})),re=composeEventHandlers(de=>(t("pointerleave",de),de.defaultPrevented),whenMouse(V)),oe=composeEventHandlers(de=>{if(!e.disabled)return t("click",de),de.type!=="keydown"&&de.defaultPrevented},de=>{var _e,Ne,Ue;if(e.disabled){de.stopImmediatePropagation();return}(_e=n==null?void 0:n.hideOnClick)!=null&&_e.value&&((Ne=n.handleClick)==null||Ne.call(n)),(Ue=n.commandHandler)==null||Ue.call(n,e.command,$,de)}),ue=computed(()=>({...e,...y}));return{handleClick:oe,handlePointerMove:z,handlePointerLeave:re,textContent:L,propsAndAttrs:ue}}});function _sfc_render$g(e,t,y,n,$,k){var L;const j=resolveComponent("el-dropdown-item-impl"),V=resolveComponent("el-roving-focus-item"),z=resolveComponent("el-dropdown-collection-item");return openBlock(),createBlock(z,{disabled:e.disabled,"text-value":(L=e.textValue)!=null?L:e.textContent},{default:withCtx(()=>[createVNode(V,{focusable:!e.disabled},{default:withCtx(()=>[createVNode(j,mergeProps(e.propsAndAttrs,{onPointerleave:e.handlePointerLeave,onPointermove:e.handlePointerMove,onClickimpl:e.handleClick}),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16,["onPointerleave","onPointermove","onClickimpl"])]),_:3},8,["focusable"])]),_:3},8,["disabled","text-value"])}var DropdownItem=_export_sfc$1(_sfc_main$1D,[["render",_sfc_render$g],["__file","dropdown-item.vue"]]);const _sfc_main$1C=defineComponent({name:"ElDropdownMenu",props:dropdownMenuProps,setup(e){const t=useNamespace("dropdown"),{_elDropdownSize:y}=useDropdown(),n=y.value,{focusTrapRef:$,onKeydown:k}=inject(FOCUS_TRAP_INJECTION_KEY,void 0),{contentRef:L,role:j,triggerId:V}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionRef:z,getItems:re}=inject(COLLECTION_INJECTION_KEY,void 0),{rovingFocusGroupRef:oe,rovingFocusGroupRootStyle:ue,tabIndex:de,onBlur:_e,onFocus:Ne,onMousedown:Ue}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{collectionRef:$e}=inject(COLLECTION_INJECTION_KEY$1,void 0),Ve=computed(()=>[t.b("menu"),t.bm("menu",n==null?void 0:n.value)]),Fe=composeRefs(L,z,$,oe,$e),qe=composeEventHandlers(ir=>{var dr;(dr=e.onKeydown)==null||dr.call(e,ir)},ir=>{const{currentTarget:dr,code:cr,target:nr}=ir;if(dr.contains(nr),EVENT_CODE.tab===cr&&ir.stopImmediatePropagation(),ir.preventDefault(),nr!==unref(L)||!FIRST_LAST_KEYS.includes(cr))return;const Et=re().filter(ie=>!ie.disabled).map(ie=>ie.ref);LAST_KEYS.includes(cr)&&Et.reverse(),focusFirst(Et)});return{size:n,rovingFocusGroupRootStyle:ue,tabIndex:de,dropdownKls:Ve,role:j,triggerId:V,dropdownListWrapperRef:Fe,handleKeydown:ir=>{qe(ir),k(ir)},onBlur:_e,onFocus:Ne,onMousedown:Ue}}});function _sfc_render$f(e,t,y,n,$,k){return openBlock(),createElementBlock("ul",{ref:e.dropdownListWrapperRef,class:normalizeClass(e.dropdownKls),style:normalizeStyle(e.rovingFocusGroupRootStyle),tabindex:-1,role:e.role,"aria-labelledby":e.triggerId,onBlur:e.onBlur,onFocus:e.onFocus,onKeydown:withModifiers(e.handleKeydown,["self"]),onMousedown:withModifiers(e.onMousedown,["self"])},[renderSlot(e.$slots,"default")],46,["role","aria-labelledby","onBlur","onFocus","onKeydown","onMousedown"])}var DropdownMenu=_export_sfc$1(_sfc_main$1C,[["render",_sfc_render$f],["__file","dropdown-menu.vue"]]);const ElDropdown=withInstall(Dropdown,{DropdownItem,DropdownMenu}),ElDropdownItem=withNoopInstall(DropdownItem),ElDropdownMenu=withNoopInstall(DropdownMenu),__default__$V=defineComponent({name:"ImgEmpty"}),_sfc_main$1B=defineComponent({...__default__$V,setup(e){const t=useNamespace("empty"),y=useId();return(n,$)=>(openBlock(),createElementBlock("svg",{viewBox:"0 0 79 86",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[createBaseVNode("defs",null,[createBaseVNode("linearGradient",{id:`linearGradient-1-${unref(y)}`,x1:"38.8503086%",y1:"0%",x2:"61.1496914%",y2:"100%"},[createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-4")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("linearGradient",{id:`linearGradient-2-${unref(y)}`,x1:"0%",y1:"9.5%",x2:"100%",y2:"90.5%"},[createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-6")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("rect",{id:`path-3-${unref(y)}`,x:"0",y:"0",width:"17",height:"36"},null,8,["id"])]),createBaseVNode("g",{id:"Illustrations",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[createBaseVNode("g",{id:"B-type",transform:"translate(-1268.000000, -535.000000)"},[createBaseVNode("g",{id:"Group-2",transform:"translate(1268.000000, 535.000000)"},[createBaseVNode("path",{id:"Oval-Copy-2",d:"M39.5,86 C61.3152476,86 79,83.9106622 79,81.3333333 C79,78.7560045 57.3152476,78 35.5,78 C13.6847524,78 0,78.7560045 0,81.3333333 C0,83.9106622 17.6847524,86 39.5,86 Z",fill:`var(${unref(t).cssVarBlockName("fill-color-3")})`},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-14",fill:`var(${unref(t).cssVarBlockName("fill-color-7")})`,transform:"translate(27.500000, 51.500000) scale(1, -1) translate(-27.500000, -51.500000) ",points:"13 58 53 58 42 45 2 45"},null,8,["fill"]),createBaseVNode("g",{id:"Group-Copy",transform:"translate(34.500000, 31.500000) scale(-1, 1) rotate(-25.000000) translate(-34.500000, -31.500000) translate(7.000000, 10.000000)"},[createBaseVNode("polygon",{id:"Rectangle-Copy-10",fill:`var(${unref(t).cssVarBlockName("fill-color-7")})`,transform:"translate(11.500000, 5.000000) scale(1, -1) translate(-11.500000, -5.000000) ",points:"2.84078316e-14 3 18 3 23 7 5 7"},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-11",fill:`var(${unref(t).cssVarBlockName("fill-color-5")})`,points:"-3.69149156e-15 7 38 7 38 43 -3.69149156e-15 43"},null,8,["fill"]),createBaseVNode("rect",{id:"Rectangle-Copy-12",fill:`url(#linearGradient-1-${unref(y)})`,transform:"translate(46.500000, 25.000000) scale(-1, 1) translate(-46.500000, -25.000000) ",x:"38",y:"7",width:"17",height:"36"},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-13",fill:`var(${unref(t).cssVarBlockName("fill-color-2")})`,transform:"translate(39.500000, 3.500000) scale(-1, 1) translate(-39.500000, -3.500000) ",points:"24 7 41 7 55 -3.63806207e-12 38 -3.63806207e-12"},null,8,["fill"])]),createBaseVNode("rect",{id:"Rectangle-Copy-15",fill:`url(#linearGradient-2-${unref(y)})`,x:"13",y:"45",width:"40",height:"36"},null,8,["fill"]),createBaseVNode("g",{id:"Rectangle-Copy-17",transform:"translate(53.000000, 45.000000)"},[createBaseVNode("use",{id:"Mask",fill:`var(${unref(t).cssVarBlockName("fill-color-8")})`,transform:"translate(8.500000, 18.000000) scale(-1, 1) translate(-8.500000, -18.000000) ","xlink:href":`#path-3-${unref(y)}`},null,8,["fill","xlink:href"]),createBaseVNode("polygon",{id:"Rectangle-Copy",fill:`var(${unref(t).cssVarBlockName("fill-color-9")})`,mask:`url(#mask-4-${unref(y)})`,transform:"translate(12.000000, 9.000000) scale(-1, 1) translate(-12.000000, -9.000000) ",points:"7 0 24 0 20 18 7 16.5"},null,8,["fill","mask"])]),createBaseVNode("polygon",{id:"Rectangle-Copy-18",fill:`var(${unref(t).cssVarBlockName("fill-color-2")})`,transform:"translate(66.000000, 51.500000) scale(-1, 1) translate(-66.000000, -51.500000) ",points:"62 45 79 45 70 58 53 58"},null,8,["fill"])])])])]))}});var ImgEmpty=_export_sfc$1(_sfc_main$1B,[["__file","img-empty.vue"]]);const emptyProps=buildProps({image:{type:String,default:""},imageSize:Number,description:{type:String,default:""}}),__default__$U=defineComponent({name:"ElEmpty"}),_sfc_main$1A=defineComponent({...__default__$U,props:emptyProps,setup(e){const t=e,{t:y}=useLocale(),n=useNamespace("empty"),$=computed(()=>t.description||y("el.table.emptyText")),k=computed(()=>({width:addUnit(t.imageSize)}));return(L,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[createBaseVNode("div",{class:normalizeClass(unref(n).e("image")),style:normalizeStyle(unref(k))},[L.image?(openBlock(),createElementBlock("img",{key:0,src:L.image,ondragstart:"return false"},null,8,["src"])):renderSlot(L.$slots,"image",{key:1},()=>[createVNode(ImgEmpty)])],6),createBaseVNode("div",{class:normalizeClass(unref(n).e("description"))},[L.$slots.description?renderSlot(L.$slots,"description",{key:0}):(openBlock(),createElementBlock("p",{key:1},toDisplayString(unref($)),1))],2),L.$slots.default?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("bottom"))},[renderSlot(L.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var Empty=_export_sfc$1(_sfc_main$1A,[["__file","empty.vue"]]);const ElEmpty=withInstall(Empty),imageViewerProps=buildProps({urlList:{type:definePropType(Array),default:()=>mutable([])},zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},hideOnClickModal:Boolean,teleported:Boolean,closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageViewerEmits={close:()=>!0,switch:e=>isNumber$4(e),rotate:e=>isNumber$4(e)},__default__$T=defineComponent({name:"ElImageViewer"}),_sfc_main$1z=defineComponent({...__default__$T,props:imageViewerProps,emits:imageViewerEmits,setup(e,{expose:t,emit:y}){var n;const $=e,k={CONTAIN:{name:"contain",icon:markRaw(full_screen_default)},ORIGINAL:{name:"original",icon:markRaw(scale_to_original_default)}},{t:L}=useLocale(),j=useNamespace("image-viewer"),{nextZIndex:V}=useZIndex(),z=ref$1(),re=ref$1([]),oe=effectScope(),ue=ref$1(!0),de=ref$1($.initialIndex),_e=shallowRef(k.CONTAIN),Ne=ref$1({scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}),Ue=ref$1((n=$.zIndex)!=null?n:V()),$e=computed(()=>{const{urlList:he}=$;return he.length<=1}),Ve=computed(()=>de.value===0),Fe=computed(()=>de.value===$.urlList.length-1),qe=computed(()=>$.urlList[de.value]),er=computed(()=>[j.e("btn"),j.e("prev"),j.is("disabled",!$.infinite&&Ve.value)]),ir=computed(()=>[j.e("btn"),j.e("next"),j.is("disabled",!$.infinite&&Fe.value)]),dr=computed(()=>{const{scale:he,deg:tr,offsetX:gr,offsetY:_r,enableTransition:yr}=Ne.value;let xr=gr/he,Nr=_r/he;const Tr=tr*Math.PI/180,Sr=Math.cos(Tr),Ar=Math.sin(Tr);xr=xr*Sr+Nr*Ar,Nr=Nr*Sr-gr/he*Ar;const Fr={transform:`scale(${he}) rotate(${tr}deg) translate(${xr}px, ${Nr}px)`,transition:yr?"transform .3s":""};return _e.value.name===k.CONTAIN.name&&(Fr.maxWidth=Fr.maxHeight="100%"),Fr});function cr(){lr(),y("close")}function nr(){const he=throttle$1(gr=>{switch(gr.code){case EVENT_CODE.esc:$.closeOnPressEscape&&cr();break;case EVENT_CODE.space:Ie();break;case EVENT_CODE.left:ar();break;case EVENT_CODE.up:kt("zoomIn");break;case EVENT_CODE.right:ur();break;case EVENT_CODE.down:kt("zoomOut");break}}),tr=throttle$1(gr=>{const _r=gr.deltaY||gr.deltaX;kt(_r<0?"zoomIn":"zoomOut",{zoomRate:$.zoomRate,enableTransition:!1})});oe.run(()=>{useEventListener(document,"keydown",he),useEventListener(document,"wheel",tr)})}function lr(){oe.stop()}function Et(){ue.value=!1}function ie(he){ue.value=!1,he.target.alt=L("el.image.error")}function pe(he){if(ue.value||he.button!==0||!z.value)return;Ne.value.enableTransition=!1;const{offsetX:tr,offsetY:gr}=Ne.value,_r=he.pageX,yr=he.pageY,xr=throttle$1(Tr=>{Ne.value={...Ne.value,offsetX:tr+Tr.pageX-_r,offsetY:gr+Tr.pageY-yr}}),Nr=useEventListener(document,"mousemove",xr);useEventListener(document,"mouseup",()=>{Nr()}),he.preventDefault()}function Ce(){Ne.value={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function Ie(){if(ue.value)return;const he=keysOf(k),tr=Object.values(k),gr=_e.value.name,yr=(tr.findIndex(xr=>xr.name===gr)+1)%he.length;_e.value=k[he[yr]],Ce()}function jt(he){const tr=$.urlList.length;de.value=(he+tr)%tr}function ar(){Ve.value&&!$.infinite||jt(de.value-1)}function ur(){Fe.value&&!$.infinite||jt(de.value+1)}function kt(he,tr={}){if(ue.value)return;const{minScale:gr,maxScale:_r}=$,{zoomRate:yr,rotateDeg:xr,enableTransition:Nr}={zoomRate:$.zoomRate,rotateDeg:90,enableTransition:!0,...tr};switch(he){case"zoomOut":Ne.value.scale>gr&&(Ne.value.scale=Number.parseFloat((Ne.value.scale/yr).toFixed(3)));break;case"zoomIn":Ne.value.scale<_r&&(Ne.value.scale=Number.parseFloat((Ne.value.scale*yr).toFixed(3)));break;case"clockwise":Ne.value.deg+=xr,y("rotate",Ne.value.deg);break;case"anticlockwise":Ne.value.deg-=xr,y("rotate",Ne.value.deg);break}Ne.value.enableTransition=Nr}return watch(qe,()=>{nextTick$3(()=>{const he=re.value[0];he!=null&&he.complete||(ue.value=!0)})}),watch(de,he=>{Ce(),y("switch",he)}),onMounted(()=>{var he,tr;nr(),(tr=(he=z.value)==null?void 0:he.focus)==null||tr.call(he)}),t({setActiveItem:jt}),(he,tr)=>(openBlock(),createBlock(unref(ElTeleport),{to:"body",disabled:!he.teleported},{default:withCtx(()=>[createVNode(Transition,{name:"viewer-fade",appear:""},{default:withCtx(()=>[createBaseVNode("div",{ref_key:"wrapper",ref:z,tabindex:-1,class:normalizeClass(unref(j).e("wrapper")),style:normalizeStyle({zIndex:Ue.value})},[createBaseVNode("div",{class:normalizeClass(unref(j).e("mask")),onClick:withModifiers(gr=>he.hideOnClickModal&&cr(),["self"])},null,10,["onClick"]),createCommentVNode(" CLOSE "),createBaseVNode("span",{class:normalizeClass([unref(j).e("btn"),unref(j).e("close")]),onClick:cr},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(close_default))]),_:1})],2),createCommentVNode(" ARROW "),unref($e)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("span",{class:normalizeClass(unref(er)),onClick:ar},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],2),createBaseVNode("span",{class:normalizeClass(unref(ir)),onClick:ur},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],2)],64)),createCommentVNode(" ACTIONS "),createBaseVNode("div",{class:normalizeClass([unref(j).e("btn"),unref(j).e("actions")])},[createBaseVNode("div",{class:normalizeClass(unref(j).e("actions__inner"))},[createVNode(unref(ElIcon),{onClick:gr=>kt("zoomOut")},{default:withCtx(()=>[createVNode(unref(zoom_out_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:gr=>kt("zoomIn")},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["onClick"]),createBaseVNode("i",{class:normalizeClass(unref(j).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:Ie},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(_e).icon)))]),_:1}),createBaseVNode("i",{class:normalizeClass(unref(j).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:gr=>kt("anticlockwise")},{default:withCtx(()=>[createVNode(unref(refresh_left_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:gr=>kt("clockwise")},{default:withCtx(()=>[createVNode(unref(refresh_right_default))]),_:1},8,["onClick"])],2)],2),createCommentVNode(" CANVAS "),createBaseVNode("div",{class:normalizeClass(unref(j).e("canvas"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(he.urlList,(gr,_r)=>withDirectives((openBlock(),createElementBlock("img",{ref_for:!0,ref:yr=>re.value[_r]=yr,key:gr,src:gr,style:normalizeStyle(unref(dr)),class:normalizeClass(unref(j).e("img")),crossorigin:he.crossorigin,onLoad:Et,onError:ie,onMousedown:pe},null,46,["src","crossorigin"])),[[vShow,_r===de.value]])),128))],2),renderSlot(he.$slots,"default")],6)]),_:3})]),_:3},8,["disabled"]))}});var ImageViewer=_export_sfc$1(_sfc_main$1z,[["__file","image-viewer.vue"]]);const ElImageViewer=withInstall(ImageViewer),imageProps=buildProps({hideOnClickModal:Boolean,src:{type:String,default:""},fit:{type:String,values:["","contain","cover","fill","none","scale-down"],default:""},loading:{type:String,values:["eager","lazy"]},lazy:Boolean,scrollContainer:{type:definePropType([String,Object])},previewSrcList:{type:definePropType(Array),default:()=>mutable([])},previewTeleported:Boolean,zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageEmits={load:e=>e instanceof Event,error:e=>e instanceof Event,switch:e=>isNumber$4(e),close:()=>!0,show:()=>!0},__default__$S=defineComponent({name:"ElImage",inheritAttrs:!1}),_sfc_main$1y=defineComponent({...__default__$S,props:imageProps,emits:imageEmits,setup(e,{emit:t}){const y=e;let n="";const{t:$}=useLocale(),k=useNamespace("image"),L=useAttrs$1(),j=computed(()=>fromPairs(Object.entries(L).filter(([ur])=>/^(data-|on[A-Z])/i.test(ur)||["id","style"].includes(ur)))),V=useAttrs({excludeListeners:!0,excludeKeys:computed(()=>Object.keys(j.value))}),z=ref$1(),re=ref$1(!1),oe=ref$1(!0),ue=ref$1(!1),de=ref$1(),_e=ref$1(),Ne=isClient&&"loading"in HTMLImageElement.prototype;let Ue,$e;const Ve=computed(()=>[k.e("inner"),qe.value&&k.e("preview"),oe.value&&k.is("loading")]),Fe=computed(()=>{const{fit:ur}=y;return isClient&&ur?{objectFit:ur}:{}}),qe=computed(()=>{const{previewSrcList:ur}=y;return Array.isArray(ur)&&ur.length>0}),er=computed(()=>{const{previewSrcList:ur,initialIndex:kt}=y;let he=kt;return kt>ur.length-1&&(he=0),he}),ir=computed(()=>y.loading==="eager"?!1:!Ne&&y.loading==="lazy"||y.lazy),dr=()=>{isClient&&(oe.value=!0,re.value=!1,z.value=y.src)};function cr(ur){oe.value=!1,re.value=!1,t("load",ur)}function nr(ur){oe.value=!1,re.value=!0,t("error",ur)}function lr(){isInContainer(de.value,_e.value)&&(dr(),pe())}const Et=useThrottleFn(lr,200,!0);async function ie(){var ur;if(!isClient)return;await nextTick$3();const{scrollContainer:kt}=y;isElement$2(kt)?_e.value=kt:isString$4(kt)&&kt!==""?_e.value=(ur=document.querySelector(kt))!=null?ur:void 0:de.value&&(_e.value=getScrollContainer(de.value)),_e.value&&(Ue=useEventListener(_e,"scroll",Et),setTimeout(()=>lr(),100))}function pe(){!isClient||!_e.value||!Et||(Ue==null||Ue(),_e.value=void 0)}function Ce(ur){if(ur.ctrlKey){if(ur.deltaY<0)return ur.preventDefault(),!1;if(ur.deltaY>0)return ur.preventDefault(),!1}}function Ie(){qe.value&&($e=useEventListener("wheel",Ce,{passive:!1}),n=document.body.style.overflow,document.body.style.overflow="hidden",ue.value=!0,t("show"))}function jt(){$e==null||$e(),document.body.style.overflow=n,ue.value=!1,t("close")}function ar(ur){t("switch",ur)}return watch(()=>y.src,()=>{ir.value?(oe.value=!0,re.value=!1,pe(),ie()):dr()}),onMounted(()=>{ir.value?ie():dr()}),(ur,kt)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"container",ref:de},unref(j),{class:[unref(k).b(),ur.$attrs.class]}),[re.value?renderSlot(ur.$slots,"error",{key:0},()=>[createBaseVNode("div",{class:normalizeClass(unref(k).e("error"))},toDisplayString(unref($)("el.image.error")),3)]):(openBlock(),createElementBlock(Fragment,{key:1},[z.value!==void 0?(openBlock(),createElementBlock("img",mergeProps({key:0},unref(V),{src:z.value,loading:ur.loading,style:unref(Fe),class:unref(Ve),crossorigin:ur.crossorigin,onClick:Ie,onLoad:cr,onError:nr}),null,16,["src","loading","crossorigin"])):createCommentVNode("v-if",!0),oe.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).e("wrapper"))},[renderSlot(ur.$slots,"placeholder",{},()=>[createBaseVNode("div",{class:normalizeClass(unref(k).e("placeholder"))},null,2)])],2)):createCommentVNode("v-if",!0)],64)),unref(qe)?(openBlock(),createElementBlock(Fragment,{key:2},[ue.value?(openBlock(),createBlock(unref(ElImageViewer),{key:0,"z-index":ur.zIndex,"initial-index":unref(er),infinite:ur.infinite,"zoom-rate":ur.zoomRate,"min-scale":ur.minScale,"max-scale":ur.maxScale,"url-list":ur.previewSrcList,crossorigin:ur.crossorigin,"hide-on-click-modal":ur.hideOnClickModal,teleported:ur.previewTeleported,"close-on-press-escape":ur.closeOnPressEscape,onClose:jt,onSwitch:ar},{default:withCtx(()=>[ur.$slots.viewer?(openBlock(),createElementBlock("div",{key:0},[renderSlot(ur.$slots,"viewer")])):createCommentVNode("v-if",!0)]),_:3},8,["z-index","initial-index","infinite","zoom-rate","min-scale","max-scale","url-list","crossorigin","hide-on-click-modal","teleported","close-on-press-escape"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0)],16))}});var Image$1=_export_sfc$1(_sfc_main$1y,[["__file","image.vue"]]);const ElImage=withInstall(Image$1),inputNumberProps=buildProps({id:{type:String,default:void 0},step:{type:Number,default:1},stepStrictly:Boolean,max:{type:Number,default:Number.POSITIVE_INFINITY},min:{type:Number,default:Number.NEGATIVE_INFINITY},modelValue:Number,readonly:Boolean,disabled:Boolean,size:useSizeProp,controls:{type:Boolean,default:!0},controlsPosition:{type:String,default:"",values:["","right"]},valueOnClear:{type:[String,Number,null],validator:e=>e===null||isNumber$4(e)||["min","max"].includes(e),default:null},name:String,placeholder:String,precision:{type:Number,validator:e=>e>=0&&e===Number.parseInt(`${e}`,10)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),inputNumberEmits={[CHANGE_EVENT]:(e,t)=>t!==e,blur:e=>e instanceof FocusEvent,focus:e=>e instanceof FocusEvent,[INPUT_EVENT]:e=>isNumber$4(e)||isNil(e),[UPDATE_MODEL_EVENT]:e=>isNumber$4(e)||isNil(e)},__default__$R=defineComponent({name:"ElInputNumber"}),_sfc_main$1x=defineComponent({...__default__$R,props:inputNumberProps,emits:inputNumberEmits,setup(e,{expose:t,emit:y}){const n=e,{t:$}=useLocale(),k=useNamespace("input-number"),L=ref$1(),j=reactive({currentValue:n.modelValue,userInput:null}),{formItem:V}=useFormItem(),z=computed(()=>isNumber$4(n.modelValue)&&n.modelValue<=n.min),re=computed(()=>isNumber$4(n.modelValue)&&n.modelValue>=n.max),oe=computed(()=>{const Ie=$e(n.step);return isUndefined$2(n.precision)?Math.max($e(n.modelValue),Ie):(Ie>n.precision,n.precision)}),ue=computed(()=>n.controls&&n.controlsPosition==="right"),de=useFormSize(),_e=useFormDisabled(),Ne=computed(()=>{if(j.userInput!==null)return j.userInput;let Ie=j.currentValue;if(isNil(Ie))return"";if(isNumber$4(Ie)){if(Number.isNaN(Ie))return"";isUndefined$2(n.precision)||(Ie=Ie.toFixed(n.precision))}return Ie}),Ue=(Ie,jt)=>{if(isUndefined$2(jt)&&(jt=oe.value),jt===0)return Math.round(Ie);let ar=String(Ie);const ur=ar.indexOf(".");if(ur===-1||!ar.replace(".","").split("")[ur+jt])return Ie;const tr=ar.length;return ar.charAt(tr-1)==="5"&&(ar=`${ar.slice(0,Math.max(0,tr-1))}6`),Number.parseFloat(Number(ar).toFixed(jt))},$e=Ie=>{if(isNil(Ie))return 0;const jt=Ie.toString(),ar=jt.indexOf(".");let ur=0;return ar!==-1&&(ur=jt.length-ar-1),ur},Ve=(Ie,jt=1)=>isNumber$4(Ie)?Ue(Ie+n.step*jt):j.currentValue,Fe=()=>{if(n.readonly||_e.value||re.value)return;const Ie=Number(Ne.value)||0,jt=Ve(Ie);ir(jt),y(INPUT_EVENT,j.currentValue),pe()},qe=()=>{if(n.readonly||_e.value||z.value)return;const Ie=Number(Ne.value)||0,jt=Ve(Ie,-1);ir(jt),y(INPUT_EVENT,j.currentValue),pe()},er=(Ie,jt)=>{const{max:ar,min:ur,step:kt,precision:he,stepStrictly:tr,valueOnClear:gr}=n;arar||_rar?ar:ur,jt&&y(UPDATE_MODEL_EVENT,_r)),_r},ir=(Ie,jt=!0)=>{var ar;const ur=j.currentValue,kt=er(Ie);if(!jt){y(UPDATE_MODEL_EVENT,kt);return}ur===kt&&Ie||(j.userInput=null,y(UPDATE_MODEL_EVENT,kt),ur!==kt&&y(CHANGE_EVENT,kt,ur),n.validateEvent&&((ar=V==null?void 0:V.validate)==null||ar.call(V,"change").catch(he=>void 0)),j.currentValue=kt)},dr=Ie=>{j.userInput=Ie;const jt=Ie===""?null:Number(Ie);y(INPUT_EVENT,jt),ir(jt,!1)},cr=Ie=>{const jt=Ie!==""?Number(Ie):"";(isNumber$4(jt)&&!Number.isNaN(jt)||Ie==="")&&ir(jt),pe(),j.userInput=null},nr=()=>{var Ie,jt;(jt=(Ie=L.value)==null?void 0:Ie.focus)==null||jt.call(Ie)},lr=()=>{var Ie,jt;(jt=(Ie=L.value)==null?void 0:Ie.blur)==null||jt.call(Ie)},Et=Ie=>{y("focus",Ie)},ie=Ie=>{var jt;j.userInput=null,y("blur",Ie),n.validateEvent&&((jt=V==null?void 0:V.validate)==null||jt.call(V,"blur").catch(ar=>void 0))},pe=()=>{j.currentValue!==n.modelValue&&(j.currentValue=n.modelValue)},Ce=Ie=>{document.activeElement===Ie.target&&Ie.preventDefault()};return watch(()=>n.modelValue,(Ie,jt)=>{const ar=er(Ie,!0);j.userInput===null&&ar!==jt&&(j.currentValue=ar)},{immediate:!0}),onMounted(()=>{var Ie;const{min:jt,max:ar,modelValue:ur}=n,kt=(Ie=L.value)==null?void 0:Ie.input;if(kt.setAttribute("role","spinbutton"),Number.isFinite(ar)?kt.setAttribute("aria-valuemax",String(ar)):kt.removeAttribute("aria-valuemax"),Number.isFinite(jt)?kt.setAttribute("aria-valuemin",String(jt)):kt.removeAttribute("aria-valuemin"),kt.setAttribute("aria-valuenow",j.currentValue||j.currentValue===0?String(j.currentValue):""),kt.setAttribute("aria-disabled",String(_e.value)),!isNumber$4(ur)&&ur!=null){let he=Number(ur);Number.isNaN(he)&&(he=null),y(UPDATE_MODEL_EVENT,he)}kt.addEventListener("wheel",Ce,{passive:!1})}),onUpdated(()=>{var Ie,jt;const ar=(Ie=L.value)==null?void 0:Ie.input;ar==null||ar.setAttribute("aria-valuenow",`${(jt=j.currentValue)!=null?jt:""}`)}),t({focus:nr,blur:lr}),(Ie,jt)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(k).b(),unref(k).m(unref(de)),unref(k).is("disabled",unref(_e)),unref(k).is("without-controls",!Ie.controls),unref(k).is("controls-right",unref(ue))]),onDragstart:withModifiers(()=>{},["prevent"])},[Ie.controls?withDirectives((openBlock(),createElementBlock("span",{key:0,role:"button","aria-label":unref($)("el.inputNumber.decrease"),class:normalizeClass([unref(k).e("decrease"),unref(k).is("disabled",unref(z))]),onKeydown:withKeys(qe,["enter"])},[renderSlot(Ie.$slots,"decrease-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(ue)?(openBlock(),createBlock(unref(arrow_down_default),{key:0})):(openBlock(),createBlock(unref(minus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),qe]]):createCommentVNode("v-if",!0),Ie.controls?withDirectives((openBlock(),createElementBlock("span",{key:1,role:"button","aria-label":unref($)("el.inputNumber.increase"),class:normalizeClass([unref(k).e("increase"),unref(k).is("disabled",unref(re))]),onKeydown:withKeys(Fe,["enter"])},[renderSlot(Ie.$slots,"increase-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(ue)?(openBlock(),createBlock(unref(arrow_up_default),{key:0})):(openBlock(),createBlock(unref(plus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),Fe]]):createCommentVNode("v-if",!0),createVNode(unref(ElInput),{id:Ie.id,ref_key:"input",ref:L,type:"number",step:Ie.step,"model-value":unref(Ne),placeholder:Ie.placeholder,readonly:Ie.readonly,disabled:unref(_e),size:unref(de),max:Ie.max,min:Ie.min,name:Ie.name,"aria-label":Ie.ariaLabel,"validate-event":!1,onKeydown:[withKeys(withModifiers(Fe,["prevent"]),["up"]),withKeys(withModifiers(qe,["prevent"]),["down"])],onBlur:ie,onFocus:Et,onInput:dr,onChange:cr},null,8,["id","step","model-value","placeholder","readonly","disabled","size","max","min","name","aria-label","onKeydown"])],42,["onDragstart"]))}});var InputNumber=_export_sfc$1(_sfc_main$1x,[["__file","input-number.vue"]]);const ElInputNumber=withInstall(InputNumber),linkProps=buildProps({type:{type:String,values:["primary","success","warning","info","danger","default"],default:"default"},underline:{type:Boolean,default:!0},disabled:Boolean,href:{type:String,default:""},target:{type:String,default:"_self"},icon:{type:iconPropType}}),linkEmits={click:e=>e instanceof MouseEvent},__default__$Q=defineComponent({name:"ElLink"}),_sfc_main$1w=defineComponent({...__default__$Q,props:linkProps,emits:linkEmits,setup(e,{emit:t}){const y=e,n=useNamespace("link"),$=computed(()=>[n.b(),n.m(y.type),n.is("disabled",y.disabled),n.is("underline",y.underline&&!y.disabled)]);function k(L){y.disabled||t("click",L)}return(L,j)=>(openBlock(),createElementBlock("a",{class:normalizeClass(unref($)),href:L.disabled||!L.href?void 0:L.href,target:L.disabled||!L.href?void 0:L.target,onClick:k},[L.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(L.icon)))]),_:1})):createCommentVNode("v-if",!0),L.$slots.default?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(n).e("inner"))},[renderSlot(L.$slots,"default")],2)):createCommentVNode("v-if",!0),L.$slots.icon?renderSlot(L.$slots,"icon",{key:2}):createCommentVNode("v-if",!0)],10,["href","target"]))}});var Link=_export_sfc$1(_sfc_main$1w,[["__file","link.vue"]]);const ElLink=withInstall(Link);let SubMenu$1=class{constructor(t,y){this.parent=t,this.domNode=y,this.subIndex=0,this.subIndex=0,this.init()}init(){this.subMenuItems=this.domNode.querySelectorAll("li"),this.addListeners()}gotoSubIndex(t){t===this.subMenuItems.length?t=0:t<0&&(t=this.subMenuItems.length-1),this.subMenuItems[t].focus(),this.subIndex=t}addListeners(){const t=this.parent.domNode;Array.prototype.forEach.call(this.subMenuItems,y=>{y.addEventListener("keydown",n=>{let $=!1;switch(n.code){case EVENT_CODE.down:{this.gotoSubIndex(this.subIndex+1),$=!0;break}case EVENT_CODE.up:{this.gotoSubIndex(this.subIndex-1),$=!0;break}case EVENT_CODE.tab:{triggerEvent(t,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{$=!0,n.currentTarget.click();break}}return $&&(n.preventDefault(),n.stopPropagation()),!1})})}},MenuItem$1=class{constructor(t,y){this.domNode=t,this.submenu=null,this.submenu=null,this.init(y)}init(t){this.domNode.setAttribute("tabindex","0");const y=this.domNode.querySelector(`.${t}-menu`);y&&(this.submenu=new SubMenu$1(this,y)),this.addListeners()}addListeners(){this.domNode.addEventListener("keydown",t=>{let y=!1;switch(t.code){case EVENT_CODE.down:{triggerEvent(t.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(0),y=!0;break}case EVENT_CODE.up:{triggerEvent(t.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(this.submenu.subMenuItems.length-1),y=!0;break}case EVENT_CODE.tab:{triggerEvent(t.currentTarget,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{y=!0,t.currentTarget.click();break}}y&&t.preventDefault()})}},Menu$1=class{constructor(t,y){this.domNode=t,this.init(y)}init(t){const y=this.domNode.childNodes;Array.from(y).forEach(n=>{n.nodeType===1&&new MenuItem$1(n,t)})}};const _sfc_main$1v=defineComponent({name:"ElMenuCollapseTransition",setup(){const e=useNamespace("menu");return{listeners:{onBeforeEnter:y=>y.style.opacity="0.2",onEnter(y,n){addClass(y,`${e.namespace.value}-opacity-transition`),y.style.opacity="1",n()},onAfterEnter(y){removeClass(y,`${e.namespace.value}-opacity-transition`),y.style.opacity=""},onBeforeLeave(y){y.dataset||(y.dataset={}),hasClass(y,e.m("collapse"))?(removeClass(y,e.m("collapse")),y.dataset.oldOverflow=y.style.overflow,y.dataset.scrollWidth=y.clientWidth.toString(),addClass(y,e.m("collapse"))):(addClass(y,e.m("collapse")),y.dataset.oldOverflow=y.style.overflow,y.dataset.scrollWidth=y.clientWidth.toString(),removeClass(y,e.m("collapse"))),y.style.width=`${y.scrollWidth}px`,y.style.overflow="hidden"},onLeave(y){addClass(y,"horizontal-collapse-transition"),y.style.width=`${y.dataset.scrollWidth}px`}}}}});function _sfc_render$e(e,t,y,n,$,k){return openBlock(),createBlock(Transition,mergeProps({mode:"out-in"},e.listeners),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16)}var ElMenuCollapseTransition=_export_sfc$1(_sfc_main$1v,[["render",_sfc_render$e],["__file","menu-collapse-transition.vue"]]);function useMenu(e,t){const y=computed(()=>{let $=e.parent;const k=[t.value];for(;$.type.name!=="ElMenu";)$.props.index&&k.unshift($.props.index),$=$.parent;return k});return{parentMenu:computed(()=>{let $=e.parent;for(;$&&!["ElMenu","ElSubMenu"].includes($.type.name);)$=$.parent;return $}),indexPath:y}}function useMenuColor(e){return computed(()=>{const y=e.backgroundColor;return y?new TinyColor(y).shade(20).toString():""})}const useMenuCssVar=(e,t)=>{const y=useNamespace("menu");return computed(()=>y.cssVarBlock({"text-color":e.textColor||"","hover-text-color":e.textColor||"","bg-color":e.backgroundColor||"","hover-bg-color":useMenuColor(e).value||"","active-color":e.activeTextColor||"",level:`${t}`}))},subMenuProps=buildProps({index:{type:String,required:!0},showTimeout:Number,hideTimeout:Number,popperClass:String,disabled:Boolean,teleported:{type:Boolean,default:void 0},popperOffset:Number,expandCloseIcon:{type:iconPropType},expandOpenIcon:{type:iconPropType},collapseCloseIcon:{type:iconPropType},collapseOpenIcon:{type:iconPropType}}),COMPONENT_NAME$c="ElSubMenu";var SubMenu=defineComponent({name:COMPONENT_NAME$c,props:subMenuProps,setup(e,{slots:t,expose:y}){const n=getCurrentInstance(),{indexPath:$,parentMenu:k}=useMenu(n,computed(()=>e.index)),L=useNamespace("menu"),j=useNamespace("sub-menu"),V=inject("rootMenu");V||throwError(COMPONENT_NAME$c,"can not inject root menu");const z=inject(`subMenu:${k.value.uid}`);z||throwError(COMPONENT_NAME$c,"can not inject sub menu");const re=ref$1({}),oe=ref$1({});let ue;const de=ref$1(!1),_e=ref$1(),Ne=ref$1(null),Ue=computed(()=>cr.value==="horizontal"&&Ve.value?"bottom-start":"right-start"),$e=computed(()=>cr.value==="horizontal"&&Ve.value||cr.value==="vertical"&&!V.props.collapse?e.expandCloseIcon&&e.expandOpenIcon?ir.value?e.expandOpenIcon:e.expandCloseIcon:arrow_down_default:e.collapseCloseIcon&&e.collapseOpenIcon?ir.value?e.collapseOpenIcon:e.collapseCloseIcon:arrow_right_default),Ve=computed(()=>z.level===0),Fe=computed(()=>{const he=e.teleported;return he===void 0?Ve.value:he}),qe=computed(()=>V.props.collapse?`${L.namespace.value}-zoom-in-left`:`${L.namespace.value}-zoom-in-top`),er=computed(()=>cr.value==="horizontal"&&Ve.value?["bottom-start","bottom-end","top-start","top-end","right-start","left-start"]:["right-start","right","right-end","left-start","bottom-start","bottom-end","top-start","top-end"]),ir=computed(()=>V.openedMenus.includes(e.index)),dr=computed(()=>{let he=!1;return Object.values(re.value).forEach(tr=>{tr.active&&(he=!0)}),Object.values(oe.value).forEach(tr=>{tr.active&&(he=!0)}),he}),cr=computed(()=>V.props.mode),nr=reactive({index:e.index,indexPath:$,active:dr}),lr=useMenuCssVar(V.props,z.level+1),Et=computed(()=>{var he;return(he=e.popperOffset)!=null?he:V.props.popperOffset}),ie=computed(()=>{var he;return(he=e.popperClass)!=null?he:V.props.popperClass}),pe=computed(()=>{var he;return(he=e.showTimeout)!=null?he:V.props.showTimeout}),Ce=computed(()=>{var he;return(he=e.hideTimeout)!=null?he:V.props.hideTimeout}),Ie=()=>{var he,tr,gr;return(gr=(tr=(he=Ne.value)==null?void 0:he.popperRef)==null?void 0:tr.popperInstanceRef)==null?void 0:gr.destroy()},jt=he=>{he||Ie()},ar=()=>{V.props.menuTrigger==="hover"&&V.props.mode==="horizontal"||V.props.collapse&&V.props.mode==="vertical"||e.disabled||V.handleSubMenuClick({index:e.index,indexPath:$.value,active:dr.value})},ur=(he,tr=pe.value)=>{var gr;if(he.type!=="focus"){if(V.props.menuTrigger==="click"&&V.props.mode==="horizontal"||!V.props.collapse&&V.props.mode==="vertical"||e.disabled){z.mouseInChild.value=!0;return}z.mouseInChild.value=!0,ue==null||ue(),{stop:ue}=useTimeoutFn(()=>{V.openMenu(e.index,$.value)},tr),Fe.value&&((gr=k.value.vnode.el)==null||gr.dispatchEvent(new MouseEvent("mouseenter")))}},kt=(he=!1)=>{var tr;if(V.props.menuTrigger==="click"&&V.props.mode==="horizontal"||!V.props.collapse&&V.props.mode==="vertical"){z.mouseInChild.value=!1;return}ue==null||ue(),z.mouseInChild.value=!1,{stop:ue}=useTimeoutFn(()=>!de.value&&V.closeMenu(e.index,$.value),Ce.value),Fe.value&&he&&((tr=z.handleMouseleave)==null||tr.call(z,!0))};watch(()=>V.props.collapse,he=>jt(!!he));{const he=gr=>{oe.value[gr.index]=gr},tr=gr=>{delete oe.value[gr.index]};provide(`subMenu:${n.uid}`,{addSubMenu:he,removeSubMenu:tr,handleMouseleave:kt,mouseInChild:de,level:z.level+1})}return y({opened:ir}),onMounted(()=>{V.addSubMenu(nr),z.addSubMenu(nr)}),onBeforeUnmount(()=>{z.removeSubMenu(nr),V.removeSubMenu(nr)}),()=>{var he;const tr=[(he=t.title)==null?void 0:he.call(t),h$1(ElIcon,{class:j.e("icon-arrow"),style:{transform:ir.value?e.expandCloseIcon&&e.expandOpenIcon||e.collapseCloseIcon&&e.collapseOpenIcon&&V.props.collapse?"none":"rotateZ(180deg)":"none"}},{default:()=>isString$4($e.value)?h$1(n.appContext.components[$e.value]):h$1($e.value)})],gr=V.isMenuPopup?h$1(ElTooltip,{ref:Ne,visible:ir.value,effect:"light",pure:!0,offset:Et.value,showArrow:!1,persistent:!0,popperClass:ie.value,placement:Ue.value,teleported:Fe.value,fallbackPlacements:er.value,transition:qe.value,gpuAcceleration:!1},{content:()=>{var _r;return h$1("div",{class:[L.m(cr.value),L.m("popup-container"),ie.value],onMouseenter:yr=>ur(yr,100),onMouseleave:()=>kt(!0),onFocus:yr=>ur(yr,100)},[h$1("ul",{class:[L.b(),L.m("popup"),L.m(`popup-${Ue.value}`)],style:lr.value},[(_r=t.default)==null?void 0:_r.call(t)])])},default:()=>h$1("div",{class:j.e("title"),onClick:ar},tr)}):h$1(Fragment,{},[h$1("div",{class:j.e("title"),ref:_e,onClick:ar},tr),h$1(ElCollapseTransition,{},{default:()=>{var _r;return withDirectives(h$1("ul",{role:"menu",class:[L.b(),L.m("inline")],style:lr.value},[(_r=t.default)==null?void 0:_r.call(t)]),[[vShow,ir.value]])}})]);return h$1("li",{class:[j.b(),j.is("active",dr.value),j.is("opened",ir.value),j.is("disabled",e.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:ir.value,onMouseenter:ur,onMouseleave:()=>kt(),onFocus:ur},[gr])}}});const menuProps=buildProps({mode:{type:String,values:["horizontal","vertical"],default:"vertical"},defaultActive:{type:String,default:""},defaultOpeneds:{type:definePropType(Array),default:()=>mutable([])},uniqueOpened:Boolean,router:Boolean,menuTrigger:{type:String,values:["hover","click"],default:"hover"},collapse:Boolean,backgroundColor:String,textColor:String,activeTextColor:String,closeOnClickOutside:Boolean,collapseTransition:{type:Boolean,default:!0},ellipsis:{type:Boolean,default:!0},popperOffset:{type:Number,default:6},ellipsisIcon:{type:iconPropType,default:()=>more_default},popperEffect:{type:definePropType(String),default:"dark"},popperClass:String,showTimeout:{type:Number,default:300},hideTimeout:{type:Number,default:300}}),checkIndexPath=e=>Array.isArray(e)&&e.every(t=>isString$4(t)),menuEmits={close:(e,t)=>isString$4(e)&&checkIndexPath(t),open:(e,t)=>isString$4(e)&&checkIndexPath(t),select:(e,t,y,n)=>isString$4(e)&&checkIndexPath(t)&&isObject$5(y)&&(n===void 0||n instanceof Promise)};var Menu=defineComponent({name:"ElMenu",props:menuProps,emits:menuEmits,setup(e,{emit:t,slots:y,expose:n}){const $=getCurrentInstance(),k=$.appContext.config.globalProperties.$router,L=ref$1(),j=useNamespace("menu"),V=useNamespace("sub-menu"),z=ref$1(-1),re=ref$1(e.defaultOpeneds&&!e.collapse?e.defaultOpeneds.slice(0):[]),oe=ref$1(e.defaultActive),ue=ref$1({}),de=ref$1({}),_e=computed(()=>e.mode==="horizontal"||e.mode==="vertical"&&e.collapse),Ne=()=>{const Ce=oe.value&&ue.value[oe.value];if(!Ce||e.mode==="horizontal"||e.collapse)return;Ce.indexPath.forEach(jt=>{const ar=de.value[jt];ar&&Ue(jt,ar.indexPath)})},Ue=(Ce,Ie)=>{re.value.includes(Ce)||(e.uniqueOpened&&(re.value=re.value.filter(jt=>Ie.includes(jt))),re.value.push(Ce),t("open",Ce,Ie))},$e=Ce=>{const Ie=re.value.indexOf(Ce);Ie!==-1&&re.value.splice(Ie,1)},Ve=(Ce,Ie)=>{$e(Ce),t("close",Ce,Ie)},Fe=({index:Ce,indexPath:Ie})=>{re.value.includes(Ce)?Ve(Ce,Ie):Ue(Ce,Ie)},qe=Ce=>{(e.mode==="horizontal"||e.collapse)&&(re.value=[]);const{index:Ie,indexPath:jt}=Ce;if(!(isNil(Ie)||isNil(jt)))if(e.router&&k){const ar=Ce.route||Ie,ur=k.push(ar).then(kt=>(kt||(oe.value=Ie),kt));t("select",Ie,jt,{index:Ie,indexPath:jt,route:ar},ur)}else oe.value=Ie,t("select",Ie,jt,{index:Ie,indexPath:jt})},er=Ce=>{const Ie=ue.value,jt=Ie[Ce]||oe.value&&Ie[oe.value]||Ie[e.defaultActive];jt?oe.value=jt.index:oe.value=Ce},ir=Ce=>{const Ie=getComputedStyle(Ce),jt=Number.parseInt(Ie.marginLeft,10),ar=Number.parseInt(Ie.marginRight,10);return Ce.offsetWidth+jt+ar||0},dr=()=>{var Ce,Ie;if(!L.value)return-1;const jt=Array.from((Ie=(Ce=L.value)==null?void 0:Ce.childNodes)!=null?Ie:[]).filter(yr=>yr.nodeName!=="#comment"&&(yr.nodeName!=="#text"||yr.nodeValue)),ar=64,ur=getComputedStyle(L.value),kt=Number.parseInt(ur.paddingLeft,10),he=Number.parseInt(ur.paddingRight,10),tr=L.value.clientWidth-kt-he;let gr=0,_r=0;return jt.forEach((yr,xr)=>{gr+=ir(yr),gr<=tr-ar&&(_r=xr+1)}),_r===jt.length?-1:_r},cr=Ce=>de.value[Ce].indexPath,nr=(Ce,Ie=33.34)=>{let jt;return()=>{jt&&clearTimeout(jt),jt=setTimeout(()=>{Ce()},Ie)}};let lr=!0;const Et=()=>{if(z.value===dr())return;const Ce=()=>{z.value=-1,nextTick$3(()=>{z.value=dr()})};lr?Ce():nr(Ce)(),lr=!1};watch(()=>e.defaultActive,Ce=>{ue.value[Ce]||(oe.value=""),er(Ce)}),watch(()=>e.collapse,Ce=>{Ce&&(re.value=[])}),watch(ue.value,Ne);let ie;watchEffect(()=>{e.mode==="horizontal"&&e.ellipsis?ie=useResizeObserver(L,Et).stop:ie==null||ie()});const pe=ref$1(!1);{const Ce=ur=>{de.value[ur.index]=ur},Ie=ur=>{delete de.value[ur.index]};provide("rootMenu",reactive({props:e,openedMenus:re,items:ue,subMenus:de,activeIndex:oe,isMenuPopup:_e,addMenuItem:ur=>{ue.value[ur.index]=ur},removeMenuItem:ur=>{delete ue.value[ur.index]},addSubMenu:Ce,removeSubMenu:Ie,openMenu:Ue,closeMenu:Ve,handleMenuItemClick:qe,handleSubMenuClick:Fe})),provide(`subMenu:${$.uid}`,{addSubMenu:Ce,removeSubMenu:Ie,mouseInChild:pe,level:0})}return onMounted(()=>{e.mode==="horizontal"&&new Menu$1($.vnode.el,j.namespace.value)}),n({open:Ie=>{const{indexPath:jt}=de.value[Ie];jt.forEach(ar=>Ue(ar,jt))},close:$e,handleResize:Et}),()=>{var Ce,Ie;let jt=(Ie=(Ce=y.default)==null?void 0:Ce.call(y))!=null?Ie:[];const ar=[];if(e.mode==="horizontal"&&L.value){const tr=flattedChildren(jt),gr=z.value===-1?tr:tr.slice(0,z.value),_r=z.value===-1?[]:tr.slice(z.value);_r!=null&&_r.length&&e.ellipsis&&(jt=gr,ar.push(h$1(SubMenu,{index:"sub-menu-more",class:V.e("hide-arrow"),popperOffset:e.popperOffset},{title:()=>h$1(ElIcon,{class:V.e("icon-more")},{default:()=>h$1(e.ellipsisIcon)}),default:()=>_r})))}const ur=useMenuCssVar(e,0),kt=e.closeOnClickOutside?[[ClickOutside,()=>{re.value.length&&(pe.value||(re.value.forEach(tr=>t("close",tr,cr(tr))),re.value=[]))}]]:[],he=withDirectives(h$1("ul",{key:String(e.collapse),role:"menubar",ref:L,style:ur.value,class:{[j.b()]:!0,[j.m(e.mode)]:!0,[j.m("collapse")]:e.collapse}},[...jt,...ar]),kt);return e.collapseTransition&&e.mode==="vertical"?h$1(ElMenuCollapseTransition,()=>he):he}}});const menuItemProps=buildProps({index:{type:definePropType([String,null]),default:null},route:{type:definePropType([String,Object])},disabled:Boolean}),menuItemEmits={click:e=>isString$4(e.index)&&Array.isArray(e.indexPath)},COMPONENT_NAME$b="ElMenuItem",_sfc_main$1u=defineComponent({name:COMPONENT_NAME$b,components:{ElTooltip},props:menuItemProps,emits:menuItemEmits,setup(e,{emit:t}){const y=getCurrentInstance(),n=inject("rootMenu"),$=useNamespace("menu"),k=useNamespace("menu-item");n||throwError(COMPONENT_NAME$b,"can not inject root menu");const{parentMenu:L,indexPath:j}=useMenu(y,toRef$1(e,"index")),V=inject(`subMenu:${L.value.uid}`);V||throwError(COMPONENT_NAME$b,"can not inject sub menu");const z=computed(()=>e.index===n.activeIndex),re=reactive({index:e.index,indexPath:j,active:z}),oe=()=>{e.disabled||(n.handleMenuItemClick({index:e.index,indexPath:j.value,route:e.route}),t("click",re))};return onMounted(()=>{V.addSubMenu(re),n.addMenuItem(re)}),onBeforeUnmount(()=>{V.removeSubMenu(re),n.removeMenuItem(re)}),{parentMenu:L,rootMenu:n,active:z,nsMenu:$,nsMenuItem:k,handleClick:oe}}});function _sfc_render$d(e,t,y,n,$,k){const L=resolveComponent("el-tooltip");return openBlock(),createElementBlock("li",{class:normalizeClass([e.nsMenuItem.b(),e.nsMenuItem.is("active",e.active),e.nsMenuItem.is("disabled",e.disabled)]),role:"menuitem",tabindex:"-1",onClick:e.handleClick},[e.parentMenu.type.name==="ElMenu"&&e.rootMenu.props.collapse&&e.$slots.title?(openBlock(),createBlock(L,{key:0,effect:e.rootMenu.props.popperEffect,placement:"right","fallback-placements":["left"],persistent:""},{content:withCtx(()=>[renderSlot(e.$slots,"title")]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsMenu.be("tooltip","trigger"))},[renderSlot(e.$slots,"default")],2)]),_:3},8,["effect"])):(openBlock(),createElementBlock(Fragment,{key:1},[renderSlot(e.$slots,"default"),renderSlot(e.$slots,"title")],64))],10,["onClick"])}var MenuItem=_export_sfc$1(_sfc_main$1u,[["render",_sfc_render$d],["__file","menu-item.vue"]]);const menuItemGroupProps={title:String},COMPONENT_NAME$a="ElMenuItemGroup",_sfc_main$1t=defineComponent({name:COMPONENT_NAME$a,props:menuItemGroupProps,setup(){return{ns:useNamespace("menu-item-group")}}});function _sfc_render$c(e,t,y,n,$,k){return openBlock(),createElementBlock("li",{class:normalizeClass(e.ns.b())},[createBaseVNode("div",{class:normalizeClass(e.ns.e("title"))},[e.$slots.title?renderSlot(e.$slots,"title",{key:1}):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(e.title),1)],64))],2),createBaseVNode("ul",null,[renderSlot(e.$slots,"default")])],2)}var MenuItemGroup=_export_sfc$1(_sfc_main$1t,[["render",_sfc_render$c],["__file","menu-item-group.vue"]]);const ElMenu=withInstall(Menu,{MenuItem,MenuItemGroup,SubMenu}),ElMenuItem=withNoopInstall(MenuItem),ElMenuItemGroup=withNoopInstall(MenuItemGroup),ElSubMenu=withNoopInstall(SubMenu),pageHeaderProps=buildProps({icon:{type:iconPropType,default:()=>back_default},title:String,content:{type:String,default:""}}),pageHeaderEmits={back:()=>!0},__default__$P=defineComponent({name:"ElPageHeader"}),_sfc_main$1s=defineComponent({...__default__$P,props:pageHeaderProps,emits:pageHeaderEmits,setup(e,{emit:t}){const y=useSlots(),{t:n}=useLocale(),$=useNamespace("page-header"),k=computed(()=>[$.b(),{[$.m("has-breadcrumb")]:!!y.breadcrumb,[$.m("has-extra")]:!!y.extra,[$.is("contentful")]:!!y.default}]);function L(){t("back")}return(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(k))},[j.$slots.breadcrumb?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("breadcrumb"))},[renderSlot(j.$slots,"breadcrumb")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref($).e("left"))},[createBaseVNode("div",{class:normalizeClass(unref($).e("back")),role:"button",tabindex:"0",onClick:L},[j.icon||j.$slots.icon?(openBlock(),createElementBlock("div",{key:0,"aria-label":j.title||unref(n)("el.pageHeader.title"),class:normalizeClass(unref($).e("icon"))},[renderSlot(j.$slots,"icon",{},()=>[j.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(j.icon)))]),_:1})):createCommentVNode("v-if",!0)])],10,["aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("title"))},[renderSlot(j.$slots,"title",{},()=>[createTextVNode(toDisplayString(j.title||unref(n)("el.pageHeader.title")),1)])],2)],2),createVNode(unref(ElDivider),{direction:"vertical"}),createBaseVNode("div",{class:normalizeClass(unref($).e("content"))},[renderSlot(j.$slots,"content",{},()=>[createTextVNode(toDisplayString(j.content),1)])],2)],2),j.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("extra"))},[renderSlot(j.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2),j.$slots.default?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).e("main"))},[renderSlot(j.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var PageHeader=_export_sfc$1(_sfc_main$1s,[["__file","page-header.vue"]]);const ElPageHeader=withInstall(PageHeader),elPaginationKey=Symbol("elPaginationKey"),paginationPrevProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String},prevIcon:{type:iconPropType}}),paginationPrevEmits={click:e=>e instanceof MouseEvent},__default__$O=defineComponent({name:"ElPaginationPrev"}),_sfc_main$1r=defineComponent({...__default__$O,props:paginationPrevProps,emits:paginationPrevEmits,setup(e){const t=e,{t:y}=useLocale(),n=computed(()=>t.disabled||t.currentPage<=1);return($,k)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-prev",disabled:unref(n),"aria-label":$.prevText||unref(y)("el.pagination.prev"),"aria-disabled":unref(n),onClick:L=>$.$emit("click",L)},[$.prevText?(openBlock(),createElementBlock("span",{key:0},toDisplayString($.prevText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.prevIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Prev=_export_sfc$1(_sfc_main$1r,[["__file","prev.vue"]]);const paginationNextProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String},nextIcon:{type:iconPropType}}),__default__$N=defineComponent({name:"ElPaginationNext"}),_sfc_main$1q=defineComponent({...__default__$N,props:paginationNextProps,emits:["click"],setup(e){const t=e,{t:y}=useLocale(),n=computed(()=>t.disabled||t.currentPage===t.pageCount||t.pageCount===0);return($,k)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-next",disabled:unref(n),"aria-label":$.nextText||unref(y)("el.pagination.next"),"aria-disabled":unref(n),onClick:L=>$.$emit("click",L)},[$.nextText?(openBlock(),createElementBlock("span",{key:0},toDisplayString($.nextText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.nextIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Next=_export_sfc$1(_sfc_main$1q,[["__file","next.vue"]]);const selectGroupKey=Symbol("ElSelectGroup"),selectKey=Symbol("ElSelect");function useOption$1(e,t){const y=inject(selectKey),n=inject(selectGroupKey,{disabled:!1}),$=computed(()=>re(castArray$1(y.props.modelValue),e.value)),k=computed(()=>{var de;if(y.props.multiple){const _e=castArray$1((de=y.props.modelValue)!=null?de:[]);return!$.value&&_e.length>=y.props.multipleLimit&&y.props.multipleLimit>0}else return!1}),L=computed(()=>e.label||(isObject$5(e.value)?"":e.value)),j=computed(()=>e.value||e.label||""),V=computed(()=>e.disabled||t.groupDisabled||k.value),z=getCurrentInstance(),re=(de=[],_e)=>{if(isObject$5(e.value)){const Ne=y.props.valueKey;return de&&de.some(Ue=>toRaw(get(Ue,Ne))===get(_e,Ne))}else return de&&de.includes(_e)},oe=()=>{!e.disabled&&!n.disabled&&(y.states.hoveringIndex=y.optionsArray.indexOf(z.proxy))},ue=de=>{const _e=new RegExp(escapeStringRegexp(de),"i");t.visible=_e.test(L.value)||e.created};return watch(()=>L.value,()=>{!e.created&&!y.props.remote&&y.setSelected()}),watch(()=>e.value,(de,_e)=>{const{remote:Ne,valueKey:Ue}=y.props;if(de!==_e&&(y.onOptionDestroy(_e,z.proxy),y.onOptionCreate(z.proxy)),!e.created&&!Ne){if(Ue&&isObject$5(de)&&isObject$5(_e)&&de[Ue]===_e[Ue])return;y.setSelected()}}),watch(()=>n.disabled,()=>{t.groupDisabled=n.disabled},{immediate:!0}),{select:y,currentLabel:L,currentValue:j,itemSelected:$,isDisabled:V,hoverItem:oe,updateOption:ue}}const _sfc_main$1p=defineComponent({name:"ElOption",componentName:"ElOption",props:{value:{required:!0,type:[String,Number,Boolean,Object]},label:[String,Number],created:Boolean,disabled:Boolean},setup(e){const t=useNamespace("select"),y=useId(),n=computed(()=>[t.be("dropdown","item"),t.is("disabled",unref(j)),t.is("selected",unref(L)),t.is("hovering",unref(ue))]),$=reactive({index:-1,groupDisabled:!1,visible:!0,hover:!1}),{currentLabel:k,itemSelected:L,isDisabled:j,select:V,hoverItem:z,updateOption:re}=useOption$1(e,$),{visible:oe,hover:ue}=toRefs($),de=getCurrentInstance().proxy;V.onOptionCreate(de),onBeforeUnmount(()=>{const Ne=de.value,{selected:Ue}=V.states,Ve=(V.props.multiple?Ue:[Ue]).some(Fe=>Fe.value===de.value);nextTick$3(()=>{V.states.cachedOptions.get(Ne)===de&&!Ve&&V.states.cachedOptions.delete(Ne)}),V.onOptionDestroy(Ne,de)});function _e(){j.value||V.handleOptionSelect(de)}return{ns:t,id:y,containerKls:n,currentLabel:k,itemSelected:L,isDisabled:j,select:V,hoverItem:z,updateOption:re,visible:oe,hover:ue,selectOptionClick:_e,states:$}}});function _sfc_render$b(e,t,y,n,$,k){return withDirectives((openBlock(),createElementBlock("li",{id:e.id,class:normalizeClass(e.containerKls),role:"option","aria-disabled":e.isDisabled||void 0,"aria-selected":e.itemSelected,onMouseenter:e.hoverItem,onClick:withModifiers(e.selectOptionClick,["stop"])},[renderSlot(e.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(e.currentLabel),1)])],42,["id","aria-disabled","aria-selected","onMouseenter","onClick"])),[[vShow,e.visible]])}var Option=_export_sfc$1(_sfc_main$1p,[["render",_sfc_render$b],["__file","option.vue"]]);const _sfc_main$1o=defineComponent({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const e=inject(selectKey),t=useNamespace("select"),y=computed(()=>e.props.popperClass),n=computed(()=>e.props.multiple),$=computed(()=>e.props.fitInputWidth),k=ref$1("");function L(){var j;k.value=`${(j=e.selectRef)==null?void 0:j.offsetWidth}px`}return onMounted(()=>{L(),useResizeObserver(e.selectRef,L)}),{ns:t,minWidth:k,popperClass:y,isMultiple:n,isFitInputWidth:$}}});function _sfc_render$a(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b("dropdown"),e.ns.is("multiple",e.isMultiple),e.popperClass]),style:normalizeStyle({[e.isFitInputWidth?"width":"minWidth"]:e.minWidth})},[e.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.be("dropdown","header"))},[renderSlot(e.$slots,"header")],2)):createCommentVNode("v-if",!0),renderSlot(e.$slots,"default"),e.$slots.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.be("dropdown","footer"))},[renderSlot(e.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6)}var ElSelectMenu$1=_export_sfc$1(_sfc_main$1o,[["render",_sfc_render$a],["__file","select-dropdown.vue"]]);const MINIMUM_INPUT_WIDTH$1=11,useSelect$2=(e,t)=>{const{t:y}=useLocale(),n=useId(),$=useNamespace("select"),k=useNamespace("input"),L=reactive({inputValue:"",options:new Map,cachedOptions:new Map,disabledOptions:new Map,optionValues:[],selected:e.multiple?[]:{},selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,selectedLabel:"",hoveringIndex:-1,previousQuery:null,inputHovering:!1,menuVisibleOnFocus:!1,isBeforeHide:!1}),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=ref$1(null),oe=ref$1(null),ue=ref$1(null),de=ref$1(null),_e=ref$1(null),Ne=ref$1(null),Ue=ref$1(null),$e=ref$1(null),Ve=ref$1(null),{isComposing:Fe,handleCompositionStart:qe,handleCompositionUpdate:er,handleCompositionEnd:ir}=useComposition({afterComposition:Hr=>Ba(Hr)}),{wrapperRef:dr,isFocused:cr,handleBlur:nr}=useFocusController(oe,{afterFocus(){e.automaticDropdown&&!lr.value&&(lr.value=!0,L.menuVisibleOnFocus=!0)},beforeBlur(Hr){var ui,En;return((ui=z.value)==null?void 0:ui.isFocusInsideContent(Hr))||((En=re.value)==null?void 0:En.isFocusInsideContent(Hr))},afterBlur(){lr.value=!1,L.menuVisibleOnFocus=!1}}),lr=ref$1(!1),Et=ref$1(),{form:ie,formItem:pe}=useFormItem(),{inputId:Ce}=useFormItemInputId(e,{formItemContext:pe}),{valueOnClear:Ie,isEmptyValue:jt}=useEmptyValues(e),ar=computed(()=>e.disabled||(ie==null?void 0:ie.disabled)),ur=computed(()=>isArray$4(e.modelValue)?e.modelValue.length>0:!jt(e.modelValue)),kt=computed(()=>e.clearable&&!ar.value&&L.inputHovering&&ur.value),he=computed(()=>e.remote&&e.filterable&&!e.remoteShowSuffix?"":e.suffixIcon),tr=computed(()=>$.is("reverse",he.value&&lr.value)),gr=computed(()=>(pe==null?void 0:pe.validateState)||""),_r=computed(()=>ValidateComponentsMap[gr.value]),yr=computed(()=>e.remote?300:0),xr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!L.inputValue&&L.options.size===0?!1:e.filterable&&L.inputValue&&L.options.size>0&&Nr.value===0?e.noMatchText||y("el.select.noMatch"):L.options.size===0?e.noDataText||y("el.select.noData"):null),Nr=computed(()=>Tr.value.filter(Hr=>Hr.visible).length),Tr=computed(()=>{const Hr=Array.from(L.options.values()),ui=[];return L.optionValues.forEach(En=>{const An=Hr.findIndex(Gi=>Gi.value===En);An>-1&&ui.push(Hr[An])}),ui.length>=Hr.length?ui:Hr}),Sr=computed(()=>Array.from(L.cachedOptions.values())),Ar=computed(()=>{const Hr=Tr.value.filter(ui=>!ui.created).some(ui=>ui.currentLabel===L.inputValue);return e.filterable&&e.allowCreate&&L.inputValue!==""&&!Hr}),Fr=()=>{e.filterable&&isFunction$5(e.filterMethod)||e.filterable&&e.remote&&isFunction$5(e.remoteMethod)||Tr.value.forEach(Hr=>{var ui;(ui=Hr.updateOption)==null||ui.call(Hr,L.inputValue)})},Gr=useFormSize(),Vr=computed(()=>["small"].includes(Gr.value)?"small":"default"),Dr=computed({get(){return lr.value&&xr.value!==!1},set(Hr){lr.value=Hr}}),Ir=computed(()=>{if(e.multiple&&!isUndefined$2(e.modelValue))return castArray$1(e.modelValue).length===0&&!L.inputValue;const Hr=isArray$4(e.modelValue)?e.modelValue[0]:e.modelValue;return e.filterable||isUndefined$2(Hr)?!L.inputValue:!0}),Br=computed(()=>{var Hr;const ui=(Hr=e.placeholder)!=null?Hr:y("el.select.placeholder");return e.multiple||!ur.value?ui:L.selectedLabel}),Rr=computed(()=>isIOS$1?null:"mouseenter");watch(()=>e.modelValue,(Hr,ui)=>{e.multiple&&e.filterable&&!e.reserveKeyword&&(L.inputValue="",Lr("")),jr(),!isEqual$1(Hr,ui)&&e.validateEvent&&(pe==null||pe.validate("change").catch(En=>void 0))},{flush:"post",deep:!0}),watch(()=>lr.value,Hr=>{Hr?Lr(L.inputValue):(L.inputValue="",L.previousQuery=null,L.isBeforeHide=!0),t("visible-change",Hr)}),watch(()=>L.options.entries(),()=>{var Hr;if(!isClient)return;const ui=((Hr=j.value)==null?void 0:Hr.querySelectorAll("input"))||[];(!e.filterable&&!e.defaultFirstOption&&!isUndefined$2(e.modelValue)||!Array.from(ui).includes(document.activeElement))&&jr(),e.defaultFirstOption&&(e.filterable||e.remote)&&Nr.value&&$r()},{flush:"post"}),watch(()=>L.hoveringIndex,Hr=>{isNumber$4(Hr)&&Hr>-1?Et.value=Tr.value[Hr]||{}:Et.value={},Tr.value.forEach(ui=>{ui.hover=Et.value===ui})}),watchEffect(()=>{L.isBeforeHide||Fr()});const Lr=Hr=>{L.previousQuery===Hr||Fe.value||(L.previousQuery=Hr,e.filterable&&isFunction$5(e.filterMethod)?e.filterMethod(Hr):e.filterable&&e.remote&&isFunction$5(e.remoteMethod)&&e.remoteMethod(Hr),e.defaultFirstOption&&(e.filterable||e.remote)&&Nr.value?nextTick$3($r):nextTick$3(Kr))},$r=()=>{const Hr=Tr.value.filter(An=>An.visible&&!An.disabled&&!An.states.groupDisabled),ui=Hr.find(An=>An.created),En=Hr[0];L.hoveringIndex=Li(Tr.value,ui||En)},jr=()=>{if(e.multiple)L.selectedLabel="";else{const ui=isArray$4(e.modelValue)?e.modelValue[0]:e.modelValue,En=vn(ui);L.selectedLabel=En.currentLabel,L.selected=En;return}const Hr=[];isUndefined$2(e.modelValue)||castArray$1(e.modelValue).forEach(ui=>{Hr.push(vn(ui))}),L.selected=Hr},vn=Hr=>{let ui;const En=toRawType(Hr).toLowerCase()==="object",An=toRawType(Hr).toLowerCase()==="null",Gi=toRawType(Hr).toLowerCase()==="undefined";for(let aa=L.cachedOptions.size-1;aa>=0;aa--){const Qo=Sr.value[aa];if(En?get(Qo.value,e.valueKey)===get(Hr,e.valueKey):Qo.value===Hr){ui={value:Hr,currentLabel:Qo.currentLabel,get isDisabled(){return Qo.isDisabled}};break}}if(ui)return ui;const Ki=En?Hr.label:!An&&!Gi?Hr:"";return{value:Hr,currentLabel:Ki}},Kr=()=>{e.multiple?L.hoveringIndex=Tr.value.findIndex(Hr=>L.selected.some(ui=>Gs(ui)===Gs(Hr))):L.hoveringIndex=Tr.value.findIndex(Hr=>Gs(Hr)===Gs(L.selected))},kr=()=>{L.selectionWidth=V.value.getBoundingClientRect().width},Qr=()=>{L.calculatorWidth=ue.value.getBoundingClientRect().width},Zr=()=>{L.collapseItemWidth=$e.value.getBoundingClientRect().width},Vi=()=>{var Hr,ui;(ui=(Hr=z.value)==null?void 0:Hr.updatePopper)==null||ui.call(Hr)},To=()=>{var Hr,ui;(ui=(Hr=re.value)==null?void 0:Hr.updatePopper)==null||ui.call(Hr)},oa=()=>{L.inputValue.length>0&&!lr.value&&(lr.value=!0),Lr(L.inputValue)},Ba=Hr=>{if(L.inputValue=Hr.target.value,e.remote)rs();else return oa()},rs=debounce(()=>{oa()},yr.value),Mn=Hr=>{isEqual$1(e.modelValue,Hr)||t(CHANGE_EVENT,Hr)},Wr=Hr=>findLastIndex(Hr,ui=>!L.disabledOptions.has(ui)),Ur=Hr=>{if(e.multiple&&Hr.code!==EVENT_CODE.delete&&Hr.target.value.length<=0){const ui=castArray$1(e.modelValue).slice(),En=Wr(ui);if(En<0)return;const An=ui[En];ui.splice(En,1),t(UPDATE_MODEL_EVENT,ui),Mn(ui),t("remove-tag",An)}},Sn=(Hr,ui)=>{const En=L.selected.indexOf(ui);if(En>-1&&!ar.value){const An=castArray$1(e.modelValue).slice();An.splice(En,1),t(UPDATE_MODEL_EVENT,An),Mn(An),t("remove-tag",ui.value)}Hr.stopPropagation(),_o()},Nn=Hr=>{Hr.stopPropagation();const ui=e.multiple?[]:Ie.value;if(e.multiple)for(const En of L.selected)En.isDisabled&&ui.push(En.value);t(UPDATE_MODEL_EVENT,ui),Mn(ui),L.hoveringIndex=-1,lr.value=!1,t("clear"),_o()},Sa=Hr=>{var ui;if(e.multiple){const En=castArray$1((ui=e.modelValue)!=null?ui:[]).slice(),An=Li(En,Hr.value);An>-1?En.splice(An,1):(e.multipleLimit<=0||En.length{ca(Hr)})},Li=(Hr=[],ui)=>{if(!isObject$5(ui))return Hr.indexOf(ui);const En=e.valueKey;let An=-1;return Hr.some((Gi,Ki)=>toRaw(get(Gi,En))===get(ui,En)?(An=Ki,!0):!1),An},ca=Hr=>{var ui,En,An,Gi,Ki;const Ea=isArray$4(Hr)?Hr[0]:Hr;let aa=null;if(Ea!=null&&Ea.value){const Qo=Tr.value.filter(Eo=>Eo.value===Ea.value);Qo.length>0&&(aa=Qo[0].$el)}if(z.value&&aa){const Qo=(Gi=(An=(En=(ui=z.value)==null?void 0:ui.popperRef)==null?void 0:En.contentRef)==null?void 0:An.querySelector)==null?void 0:Gi.call(An,`.${$.be("dropdown","wrap")}`);Qo&&scrollIntoView(Qo,aa)}(Ki=Ve.value)==null||Ki.handleScroll()},fo=Hr=>{L.options.set(Hr.value,Hr),L.cachedOptions.set(Hr.value,Hr),Hr.disabled&&L.disabledOptions.set(Hr.value,Hr)},zn=(Hr,ui)=>{L.options.get(Hr)===ui&&L.options.delete(Hr)},ki=computed(()=>{var Hr,ui;return(ui=(Hr=z.value)==null?void 0:Hr.popperRef)==null?void 0:ui.contentRef}),Ra=()=>{L.isBeforeHide=!1,nextTick$3(()=>ca(L.selected))},_o=()=>{var Hr;(Hr=oe.value)==null||Hr.focus()},eo=()=>{Es()},tl=Hr=>{Nn(Hr)},Es=Hr=>{if(lr.value=!1,cr.value){const ui=new FocusEvent("focus",Hr);nextTick$3(()=>nr(ui))}},Hs=()=>{L.inputValue.length>0?L.inputValue="":lr.value=!1},Ts=()=>{ar.value||(isIOS$1&&(L.inputHovering=!0),L.menuVisibleOnFocus?L.menuVisibleOnFocus=!1:lr.value=!lr.value)},js=()=>{lr.value?Tr.value[L.hoveringIndex]&&Sa(Tr.value[L.hoveringIndex]):Ts()},Gs=Hr=>isObject$5(Hr.value)?get(Hr.value,e.valueKey):Hr.value,uc=computed(()=>Tr.value.filter(Hr=>Hr.visible).every(Hr=>Hr.disabled)),rl=computed(()=>e.multiple?e.collapseTags?L.selected.slice(0,e.maxCollapseTags):L.selected:[]),il=computed(()=>e.multiple?e.collapseTags?L.selected.slice(e.maxCollapseTags):[]:[]),bl=Hr=>{if(!lr.value){lr.value=!0;return}if(!(L.options.size===0||L.filteredOptionsCount===0||Fe.value)&&!uc.value){Hr==="next"?(L.hoveringIndex++,L.hoveringIndex===L.options.size&&(L.hoveringIndex=0)):Hr==="prev"&&(L.hoveringIndex--,L.hoveringIndex<0&&(L.hoveringIndex=L.options.size-1));const ui=Tr.value[L.hoveringIndex];(ui.disabled===!0||ui.states.groupDisabled===!0||!ui.visible)&&bl(Hr),nextTick$3(()=>ca(Et.value))}},Wa=()=>{if(!V.value)return 0;const Hr=window.getComputedStyle(V.value);return Number.parseFloat(Hr.gap||"6px")},Ao=computed(()=>{const Hr=Wa();return{maxWidth:`${$e.value&&e.maxCollapseTags===1?L.selectionWidth-L.collapseItemWidth-Hr:L.selectionWidth}px`}}),ks=computed(()=>({maxWidth:`${L.selectionWidth}px`})),Bo=computed(()=>({width:`${Math.max(L.calculatorWidth,MINIMUM_INPUT_WIDTH$1)}px`}));return useResizeObserver(V,kr),useResizeObserver(ue,Qr),useResizeObserver(Ne,Vi),useResizeObserver(dr,Vi),useResizeObserver(Ue,To),useResizeObserver($e,Zr),onMounted(()=>{jr()}),{inputId:Ce,contentId:n,nsSelect:$,nsInput:k,states:L,isFocused:cr,expanded:lr,optionsArray:Tr,hoverOption:Et,selectSize:Gr,filteredOptionsCount:Nr,resetCalculatorWidth:Qr,updateTooltip:Vi,updateTagTooltip:To,debouncedOnInputChange:rs,onInput:Ba,deletePrevTag:Ur,deleteTag:Sn,deleteSelected:Nn,handleOptionSelect:Sa,scrollToOption:ca,hasModelValue:ur,shouldShowPlaceholder:Ir,currentPlaceholder:Br,mouseEnterEventName:Rr,showClose:kt,iconComponent:he,iconReverse:tr,validateState:gr,validateIcon:_r,showNewOption:Ar,updateOptions:Fr,collapseTagSize:Vr,setSelected:jr,selectDisabled:ar,emptyText:xr,handleCompositionStart:qe,handleCompositionUpdate:er,handleCompositionEnd:ir,onOptionCreate:fo,onOptionDestroy:zn,handleMenuEnter:Ra,focus:_o,blur:eo,handleClearClick:tl,handleClickOutside:Es,handleEsc:Hs,toggleMenu:Ts,selectOption:js,getValueKey:Gs,navigateOptions:bl,dropdownMenuVisible:Dr,showTagList:rl,collapseTagList:il,tagStyle:Ao,collapseTagStyle:ks,inputStyle:Bo,popperRef:ki,inputRef:oe,tooltipRef:z,tagTooltipRef:re,calculatorRef:ue,prefixRef:de,suffixRef:_e,selectRef:j,wrapperRef:dr,selectionRef:V,scrollbarRef:Ve,menuRef:Ne,tagMenuRef:Ue,collapseItemRef:$e}};var ElOptions=defineComponent({name:"ElOptions",setup(e,{slots:t}){const y=inject(selectKey);let n=[];return()=>{var $,k;const L=($=t.default)==null?void 0:$.call(t),j=[];function V(z){isArray$4(z)&&z.forEach(re=>{var oe,ue,de,_e;const Ne=(oe=(re==null?void 0:re.type)||{})==null?void 0:oe.name;Ne==="ElOptionGroup"?V(!isString$4(re.children)&&!isArray$4(re.children)&&isFunction$5((ue=re.children)==null?void 0:ue.default)?(de=re.children)==null?void 0:de.default():re.children):Ne==="ElOption"?j.push((_e=re.props)==null?void 0:_e.value):isArray$4(re.children)&&V(re.children)})}return L.length&&V((k=L[0])==null?void 0:k.children),isEqual$1(j,n)||(n=j,y&&(y.states.optionValues=j)),L}}});const SelectProps$1=buildProps({name:String,id:String,modelValue:{type:[Array,String,Number,Boolean,Object],default:void 0},autocomplete:{type:String,default:"off"},automaticDropdown:Boolean,size:useSizeProp,effect:{type:definePropType(String),default:"light"},disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})},remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod:Function,multiple:Boolean,multipleLimit:{type:Number,default:0},placeholder:{type:String},defaultFirstOption:Boolean,reserveKeyword:{type:Boolean,default:!0},valueKey:{type:String,default:"value"},collapseTags:Boolean,collapseTagsTooltip:Boolean,maxCollapseTags:{type:Number,default:1},teleported:useTooltipContentProps.teleported,persistent:{type:Boolean,default:!0},clearIcon:{type:iconPropType,default:circle_close_default},fitInputWidth:Boolean,suffixIcon:{type:iconPropType,default:arrow_down_default},tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},validateEvent:{type:Boolean,default:!0},remoteShowSuffix:Boolean,placement:{type:definePropType(String),values:Ee,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),COMPONENT_NAME$9="ElSelect",_sfc_main$1n=defineComponent({name:COMPONENT_NAME$9,componentName:COMPONENT_NAME$9,components:{ElSelectMenu:ElSelectMenu$1,ElOption:Option,ElOptions,ElTag,ElScrollbar,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps$1,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(e,{emit:t}){const y=useSelect$2(e,t);return provide(selectKey,reactive({props:e,states:y.states,optionsArray:y.optionsArray,handleOptionSelect:y.handleOptionSelect,onOptionCreate:y.onOptionCreate,onOptionDestroy:y.onOptionDestroy,selectRef:y.selectRef,setSelected:y.setSelected})),{...y}}});function _sfc_render$9(e,t,y,n,$,k){const L=resolveComponent("el-tag"),j=resolveComponent("el-tooltip"),V=resolveComponent("el-icon"),z=resolveComponent("el-option"),re=resolveComponent("el-options"),oe=resolveComponent("el-scrollbar"),ue=resolveComponent("el-select-menu"),de=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([e.nsSelect.b(),e.nsSelect.m(e.selectSize)]),[toHandlerKey(e.mouseEnterEventName)]:_e=>e.states.inputHovering=!0,onMouseleave:_e=>e.states.inputHovering=!1},[createVNode(j,{ref:"tooltipRef",visible:e.dropdownMenuVisible,placement:e.placement,teleported:e.teleported,"popper-class":[e.nsSelect.e("popper"),e.popperClass],"popper-options":e.popperOptions,"fallback-placements":e.fallbackPlacements,effect:e.effect,pure:"",trigger:"click",transition:`${e.nsSelect.namespace.value}-zoom-in-top`,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,persistent:e.persistent,onBeforeShow:e.handleMenuEnter,onHide:_e=>e.states.isBeforeHide=!1},{default:withCtx(()=>{var _e;return[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([e.nsSelect.e("wrapper"),e.nsSelect.is("focused",e.isFocused),e.nsSelect.is("hovering",e.states.inputHovering),e.nsSelect.is("filterable",e.filterable),e.nsSelect.is("disabled",e.selectDisabled)]),onClick:withModifiers(e.toggleMenu,["prevent","stop"])},[e.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(e.nsSelect.e("prefix"))},[renderSlot(e.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([e.nsSelect.e("selection"),e.nsSelect.is("near",e.multiple&&!e.$slots.prefix&&!!e.states.selected.length)])},[e.multiple?renderSlot(e.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.showTagList,Ne=>(openBlock(),createElementBlock("div",{key:e.getValueKey(Ne),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!e.selectDisabled&&!Ne.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:Ue=>e.deleteTag(Ue,Ne)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:Ne.currentLabel,value:Ne.value},()=>[createTextVNode(toDisplayString(Ne.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),e.collapseTags&&e.states.selected.length>e.maxCollapseTags?(openBlock(),createBlock(j,{key:0,ref:"tagTooltipRef",disabled:e.dropdownMenuVisible||!e.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!1,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.collapseTagStyle)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))}," + "+toDisplayString(e.states.selected.length-e.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(e.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.collapseTagList,Ne=>(openBlock(),createElementBlock("div",{key:e.getValueKey(Ne),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{class:"in-tooltip",closable:!e.selectDisabled&&!Ne.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:Ue=>e.deleteTag(Ue,Ne)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:Ne.currentLabel,value:Ne.value},()=>[createTextVNode(toDisplayString(Ne.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","effect","teleported"])):createCommentVNode("v-if",!0)]):createCommentVNode("v-if",!0),e.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("input-wrapper"),e.nsSelect.is("hidden",!e.filterable)])},[withDirectives(createBaseVNode("input",{id:e.inputId,ref:"inputRef","onUpdate:modelValue":Ne=>e.states.inputValue=Ne,type:"text",name:e.name,class:normalizeClass([e.nsSelect.e("input"),e.nsSelect.is(e.selectSize)]),disabled:e.selectDisabled,autocomplete:e.autocomplete,style:normalizeStyle(e.inputStyle),role:"combobox",readonly:!e.filterable,spellcheck:"false","aria-activedescendant":((_e=e.hoverOption)==null?void 0:_e.id)||"","aria-controls":e.contentId,"aria-expanded":e.dropdownMenuVisible,"aria-label":e.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onKeydown:[withKeys(withModifiers(Ne=>e.navigateOptions("next"),["stop","prevent"]),["down"]),withKeys(withModifiers(Ne=>e.navigateOptions("prev"),["stop","prevent"]),["up"]),withKeys(withModifiers(e.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(e.selectOption,["stop","prevent"]),["enter"]),withKeys(withModifiers(e.deletePrevTag,["stop"]),["delete"])],onCompositionstart:e.handleCompositionStart,onCompositionupdate:e.handleCompositionUpdate,onCompositionend:e.handleCompositionEnd,onInput:e.onInput,onClick:withModifiers(e.toggleMenu,["stop"])},null,46,["id","onUpdate:modelValue","name","disabled","autocomplete","readonly","aria-activedescendant","aria-controls","aria-expanded","aria-label","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend","onInput","onClick"]),[[vModelText,e.states.inputValue]]),e.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(e.nsSelect.e("input-calculator")),textContent:toDisplayString(e.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),e.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("placeholder"),e.nsSelect.is("transparent",!e.hasModelValue||e.expanded&&!e.states.inputValue)])},[e.hasModelValue?renderSlot(e.$slots,"label",{key:0,label:e.currentPlaceholder,value:e.modelValue},()=>[createBaseVNode("span",null,toDisplayString(e.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(e.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(e.nsSelect.e("suffix"))},[e.iconComponent&&!e.showClose?(openBlock(),createBlock(V,{key:0,class:normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon"),e.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),e.showClose&&e.clearIcon?(openBlock(),createBlock(V,{key:1,class:normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon")]),onClick:e.handleClearClick},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.validateState&&e.validateIcon?(openBlock(),createBlock(V,{key:2,class:normalizeClass([e.nsInput.e("icon"),e.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]}),content:withCtx(()=>[createVNode(ue,{ref:"menuRef"},{default:withCtx(()=>[e.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.nsSelect.be("dropdown","header")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(e.$slots,"header")],10,["onClick"])):createCommentVNode("v-if",!0),withDirectives(createVNode(oe,{id:e.contentId,ref:"scrollbarRef",tag:"ul","wrap-class":e.nsSelect.be("dropdown","wrap"),"view-class":e.nsSelect.be("dropdown","list"),class:normalizeClass([e.nsSelect.is("empty",e.filteredOptionsCount===0)]),role:"listbox","aria-label":e.ariaLabel,"aria-orientation":"vertical"},{default:withCtx(()=>[e.showNewOption?(openBlock(),createBlock(z,{key:0,value:e.states.inputValue,created:!0},null,8,["value"])):createCommentVNode("v-if",!0),createVNode(re,null,{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3})]),_:3},8,["id","wrap-class","view-class","class","aria-label"]),[[vShow,e.states.options.size>0&&!e.loading]]),e.$slots.loading&&e.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.nsSelect.be("dropdown","loading"))},[renderSlot(e.$slots,"loading")],2)):e.loading||e.filteredOptionsCount===0?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(e.nsSelect.be("dropdown","empty"))},[renderSlot(e.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(e.emptyText),1)])],2)):createCommentVNode("v-if",!0),e.$slots.footer?(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(e.nsSelect.be("dropdown","footer")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(e.$slots,"footer")],10,["onClick"])):createCommentVNode("v-if",!0)]),_:3},512)]),_:3},8,["visible","placement","teleported","popper-class","popper-options","fallback-placements","effect","transition","persistent","onBeforeShow","onHide"])],16,["onMouseleave"])),[[de,e.handleClickOutside,e.popperRef]])}var Select$1=_export_sfc$1(_sfc_main$1n,[["render",_sfc_render$9],["__file","select.vue"]]);const _sfc_main$1m=defineComponent({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:Boolean},setup(e){const t=useNamespace("select"),y=ref$1(null),n=getCurrentInstance(),$=ref$1([]);provide(selectGroupKey,reactive({...toRefs(e)}));const k=computed(()=>$.value.some(z=>z.visible===!0)),L=z=>{var re,oe;return((re=z.type)==null?void 0:re.name)==="ElOption"&&!!((oe=z.component)!=null&&oe.proxy)},j=z=>{const re=castArray$1(z),oe=[];return re.forEach(ue=>{var de,_e;L(ue)?oe.push(ue.component.proxy):(de=ue.children)!=null&&de.length?oe.push(...j(ue.children)):(_e=ue.component)!=null&&_e.subTree&&oe.push(...j(ue.component.subTree))}),oe},V=()=>{$.value=j(n.subTree)};return onMounted(()=>{V()}),useMutationObserver(y,V,{attributes:!0,subtree:!0,childList:!0}),{groupRef:y,visible:k,ns:t}}});function _sfc_render$8(e,t,y,n,$,k){return withDirectives((openBlock(),createElementBlock("ul",{ref:"groupRef",class:normalizeClass(e.ns.be("group","wrap"))},[createBaseVNode("li",{class:normalizeClass(e.ns.be("group","title"))},toDisplayString(e.label),3),createBaseVNode("li",null,[createBaseVNode("ul",{class:normalizeClass(e.ns.b("group"))},[renderSlot(e.$slots,"default")],2)])],2)),[[vShow,e.visible]])}var OptionGroup=_export_sfc$1(_sfc_main$1m,[["render",_sfc_render$8],["__file","option-group.vue"]]);const ElSelect=withInstall(Select$1,{Option,OptionGroup}),ElOption=withNoopInstall(Option),ElOptionGroup=withNoopInstall(OptionGroup),usePagination=()=>inject(elPaginationKey,{}),paginationSizesProps=buildProps({pageSize:{type:Number,required:!0},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String},disabled:Boolean,teleported:Boolean,size:{type:String,values:componentSizes}}),__default__$M=defineComponent({name:"ElPaginationSizes"}),_sfc_main$1l=defineComponent({...__default__$M,props:paginationSizesProps,emits:["page-size-change"],setup(e,{emit:t}){const y=e,{t:n}=useLocale(),$=useNamespace("pagination"),k=usePagination(),L=ref$1(y.pageSize);watch(()=>y.pageSizes,(z,re)=>{if(!isEqual$1(z,re)&&Array.isArray(z)){const oe=z.includes(y.pageSize)?y.pageSize:y.pageSizes[0];t("page-size-change",oe)}}),watch(()=>y.pageSize,z=>{L.value=z});const j=computed(()=>y.pageSizes);function V(z){var re;z!==L.value&&(L.value=z,(re=k.handleSizeChange)==null||re.call(k,Number(z)))}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref($).e("sizes"))},[createVNode(unref(ElSelect),{"model-value":L.value,disabled:z.disabled,"popper-class":z.popperClass,size:z.size,teleported:z.teleported,"validate-event":!1,onChange:V},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(j),oe=>(openBlock(),createBlock(unref(ElOption),{key:oe,value:oe,label:oe+unref(n)("el.pagination.pagesize")},null,8,["value","label"]))),128))]),_:1},8,["model-value","disabled","popper-class","size","teleported"])],2))}});var Sizes=_export_sfc$1(_sfc_main$1l,[["__file","sizes.vue"]]);const paginationJumperProps=buildProps({size:{type:String,values:componentSizes}}),__default__$L=defineComponent({name:"ElPaginationJumper"}),_sfc_main$1k=defineComponent({...__default__$L,props:paginationJumperProps,setup(e){const{t}=useLocale(),y=useNamespace("pagination"),{pageCount:n,disabled:$,currentPage:k,changeEvent:L}=usePagination(),j=ref$1(),V=computed(()=>{var oe;return(oe=j.value)!=null?oe:k==null?void 0:k.value});function z(oe){j.value=oe?+oe:""}function re(oe){oe=Math.trunc(+oe),L==null||L(oe),j.value=void 0}return(oe,ue)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("jump")),disabled:unref($)},[createBaseVNode("span",{class:normalizeClass([unref(y).e("goto")])},toDisplayString(unref(t)("el.pagination.goto")),3),createVNode(unref(ElInput),{size:oe.size,class:normalizeClass([unref(y).e("editor"),unref(y).is("in-pagination")]),min:1,max:unref(n),disabled:unref($),"model-value":unref(V),"validate-event":!1,"aria-label":unref(t)("el.pagination.page"),type:"number","onUpdate:modelValue":z,onChange:re},null,8,["size","class","max","disabled","model-value","aria-label"]),createBaseVNode("span",{class:normalizeClass([unref(y).e("classifier")])},toDisplayString(unref(t)("el.pagination.pageClassifier")),3)],10,["disabled"]))}});var Jumper=_export_sfc$1(_sfc_main$1k,[["__file","jumper.vue"]]);const paginationTotalProps=buildProps({total:{type:Number,default:1e3}}),__default__$K=defineComponent({name:"ElPaginationTotal"}),_sfc_main$1j=defineComponent({...__default__$K,props:paginationTotalProps,setup(e){const{t}=useLocale(),y=useNamespace("pagination"),{disabled:n}=usePagination();return($,k)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("total")),disabled:unref(n)},toDisplayString(unref(t)("el.pagination.total",{total:$.total})),11,["disabled"]))}});var Total=_export_sfc$1(_sfc_main$1j,[["__file","total.vue"]]);const paginationPagerProps=buildProps({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),__default__$J=defineComponent({name:"ElPaginationPager"}),_sfc_main$1i=defineComponent({...__default__$J,props:paginationPagerProps,emits:["change"],setup(e,{emit:t}){const y=e,n=useNamespace("pager"),$=useNamespace("icon"),{t:k}=useLocale(),L=ref$1(!1),j=ref$1(!1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),ue=computed(()=>{const qe=y.pagerCount,er=(qe-1)/2,ir=Number(y.currentPage),dr=Number(y.pageCount);let cr=!1,nr=!1;dr>qe&&(ir>qe-er&&(cr=!0),ir["more","btn-quickprev",$.b(),n.is("disabled",y.disabled)]),_e=computed(()=>["more","btn-quicknext",$.b(),n.is("disabled",y.disabled)]),Ne=computed(()=>y.disabled?-1:0);watchEffect(()=>{const qe=(y.pagerCount-1)/2;L.value=!1,j.value=!1,y.pageCount>y.pagerCount&&(y.currentPage>y.pagerCount-qe&&(L.value=!0),y.currentPagedr&&(ir=dr)),ir!==cr&&t("change",ir)}return(qe,er)=>(openBlock(),createElementBlock("ul",{class:normalizeClass(unref(n).b()),onClick:Fe,onKeyup:withKeys(Ve,["enter"])},[qe.pageCount>0?(openBlock(),createElementBlock("li",{key:0,class:normalizeClass([[unref(n).is("active",qe.currentPage===1),unref(n).is("disabled",qe.disabled)],"number"]),"aria-current":qe.currentPage===1,"aria-label":unref(k)("el.pagination.currentPage",{pager:1}),tabindex:unref(Ne)}," 1 ",10,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0),L.value?(openBlock(),createElementBlock("li",{key:1,class:normalizeClass(unref(de)),tabindex:unref(Ne),"aria-label":unref(k)("el.pagination.prevPages",{pager:qe.pagerCount-2}),onMouseenter:ir=>Ue(!0),onMouseleave:ir=>V.value=!1,onFocus:ir=>$e(!0),onBlur:ir=>re.value=!1},[(V.value||re.value)&&!qe.disabled?(openBlock(),createBlock(unref(d_arrow_left_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,["tabindex","aria-label","onMouseenter","onMouseleave","onFocus","onBlur"])):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ue),ir=>(openBlock(),createElementBlock("li",{key:ir,class:normalizeClass([[unref(n).is("active",qe.currentPage===ir),unref(n).is("disabled",qe.disabled)],"number"]),"aria-current":qe.currentPage===ir,"aria-label":unref(k)("el.pagination.currentPage",{pager:ir}),tabindex:unref(Ne)},toDisplayString(ir),11,["aria-current","aria-label","tabindex"]))),128)),j.value?(openBlock(),createElementBlock("li",{key:2,class:normalizeClass(unref(_e)),tabindex:unref(Ne),"aria-label":unref(k)("el.pagination.nextPages",{pager:qe.pagerCount-2}),onMouseenter:ir=>Ue(),onMouseleave:ir=>z.value=!1,onFocus:ir=>$e(),onBlur:ir=>oe.value=!1},[(z.value||oe.value)&&!qe.disabled?(openBlock(),createBlock(unref(d_arrow_right_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,["tabindex","aria-label","onMouseenter","onMouseleave","onFocus","onBlur"])):createCommentVNode("v-if",!0),qe.pageCount>1?(openBlock(),createElementBlock("li",{key:3,class:normalizeClass([[unref(n).is("active",qe.currentPage===qe.pageCount),unref(n).is("disabled",qe.disabled)],"number"]),"aria-current":qe.currentPage===qe.pageCount,"aria-label":unref(k)("el.pagination.currentPage",{pager:qe.pageCount}),tabindex:unref(Ne)},toDisplayString(qe.pageCount),11,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0)],42,["onKeyup"]))}});var Pager=_export_sfc$1(_sfc_main$1i,[["__file","pager.vue"]]);const isAbsent=e=>typeof e!="number",paginationProps=buildProps({pageSize:Number,defaultPageSize:Number,total:Number,pageCount:Number,pagerCount:{type:Number,validator:e=>isNumber$4(e)&&Math.trunc(e)===e&&e>4&&e<22&&e%2===1,default:7},currentPage:Number,defaultCurrentPage:Number,layout:{type:String,default:["prev","pager","next","jumper","->","total"].join(", ")},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String,default:""},prevText:{type:String,default:""},prevIcon:{type:iconPropType,default:()=>arrow_left_default},nextText:{type:String,default:""},nextIcon:{type:iconPropType,default:()=>arrow_right_default},teleported:{type:Boolean,default:!0},small:Boolean,size:useSizeProp,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean}),paginationEmits={"update:current-page":e=>isNumber$4(e),"update:page-size":e=>isNumber$4(e),"size-change":e=>isNumber$4(e),change:(e,t)=>isNumber$4(e)&&isNumber$4(t),"current-change":e=>isNumber$4(e),"prev-click":e=>isNumber$4(e),"next-click":e=>isNumber$4(e)},componentName="ElPagination";var Pagination=defineComponent({name:componentName,props:paginationProps,emits:paginationEmits,setup(e,{emit:t,slots:y}){const{t:n}=useLocale(),$=useNamespace("pagination"),k=getCurrentInstance().vnode.props||{},L=computed(()=>{var qe;return e.small?"small":(qe=e.size)!=null?qe:useGlobalSize().value});useDeprecated({from:"small",replacement:"size",version:"3.0.0",scope:"el-pagination",ref:"https://element-plus.org/zh-CN/component/pagination.html"},computed(()=>!!e.small));const j="onUpdate:currentPage"in k||"onUpdate:current-page"in k||"onCurrentChange"in k,V="onUpdate:pageSize"in k||"onUpdate:page-size"in k||"onSizeChange"in k,z=computed(()=>{if(isAbsent(e.total)&&isAbsent(e.pageCount)||!isAbsent(e.currentPage)&&!j)return!1;if(e.layout.includes("sizes")){if(isAbsent(e.pageCount)){if(!isAbsent(e.total)&&!isAbsent(e.pageSize)&&!V)return!1}else if(!V)return!1}return!0}),re=ref$1(isAbsent(e.defaultPageSize)?10:e.defaultPageSize),oe=ref$1(isAbsent(e.defaultCurrentPage)?1:e.defaultCurrentPage),ue=computed({get(){return isAbsent(e.pageSize)?re.value:e.pageSize},set(qe){isAbsent(e.pageSize)&&(re.value=qe),V&&(t("update:page-size",qe),t("size-change",qe))}}),de=computed(()=>{let qe=0;return isAbsent(e.pageCount)?isAbsent(e.total)||(qe=Math.max(1,Math.ceil(e.total/ue.value))):qe=e.pageCount,qe}),_e=computed({get(){return isAbsent(e.currentPage)?oe.value:e.currentPage},set(qe){let er=qe;qe<1?er=1:qe>de.value&&(er=de.value),isAbsent(e.currentPage)&&(oe.value=er),j&&(t("update:current-page",er),t("current-change",er))}});watch(de,qe=>{_e.value>qe&&(_e.value=qe)}),watch([_e,ue],qe=>{t("change",...qe)},{flush:"post"});function Ne(qe){_e.value=qe}function Ue(qe){ue.value=qe;const er=de.value;_e.value>er&&(_e.value=er)}function $e(){e.disabled||(_e.value-=1,t("prev-click",_e.value))}function Ve(){e.disabled||(_e.value+=1,t("next-click",_e.value))}function Fe(qe,er){qe&&(qe.props||(qe.props={}),qe.props.class=[qe.props.class,er].join(" "))}return provide(elPaginationKey,{pageCount:de,disabled:computed(()=>e.disabled),currentPage:_e,changeEvent:Ne,handleSizeChange:Ue}),()=>{var qe,er;if(!z.value)return n("el.pagination.deprecationWarning"),null;if(!e.layout||e.hideOnSinglePage&&de.value<=1)return null;const ir=[],dr=[],cr=h$1("div",{class:$.e("rightwrapper")},dr),nr={prev:h$1(Prev,{disabled:e.disabled,currentPage:_e.value,prevText:e.prevText,prevIcon:e.prevIcon,onClick:$e}),jumper:h$1(Jumper,{size:L.value}),pager:h$1(Pager,{currentPage:_e.value,pageCount:de.value,pagerCount:e.pagerCount,onChange:Ne,disabled:e.disabled}),next:h$1(Next,{disabled:e.disabled,currentPage:_e.value,pageCount:de.value,nextText:e.nextText,nextIcon:e.nextIcon,onClick:Ve}),sizes:h$1(Sizes,{pageSize:ue.value,pageSizes:e.pageSizes,popperClass:e.popperClass,disabled:e.disabled,teleported:e.teleported,size:L.value}),slot:(er=(qe=y==null?void 0:y.default)==null?void 0:qe.call(y))!=null?er:null,total:h$1(Total,{total:isAbsent(e.total)?0:e.total})},lr=e.layout.split(",").map(ie=>ie.trim());let Et=!1;return lr.forEach(ie=>{if(ie==="->"){Et=!0;return}Et?dr.push(nr[ie]):ir.push(nr[ie])}),Fe(ir[0],$.is("first")),Fe(ir[ir.length-1],$.is("last")),Et&&dr.length>0&&(Fe(dr[0],$.is("first")),Fe(dr[dr.length-1],$.is("last")),ir.push(cr)),h$1("div",{class:[$.b(),$.is("background",e.background),$.m(L.value)]},ir)}}});const ElPagination=withInstall(Pagination),popconfirmProps=buildProps({title:String,confirmButtonText:String,cancelButtonText:String,confirmButtonType:{type:String,values:buttonTypes,default:"primary"},cancelButtonType:{type:String,values:buttonTypes,default:"text"},icon:{type:iconPropType,default:()=>question_filled_default},iconColor:{type:String,default:"#f90"},hideIcon:{type:Boolean,default:!1},hideAfter:{type:Number,default:200},teleported:useTooltipContentProps.teleported,persistent:useTooltipContentProps.persistent,width:{type:[String,Number],default:150}}),popconfirmEmits={confirm:e=>e instanceof MouseEvent,cancel:e=>e instanceof MouseEvent},__default__$I=defineComponent({name:"ElPopconfirm"}),_sfc_main$1h=defineComponent({...__default__$I,props:popconfirmProps,emits:popconfirmEmits,setup(e,{emit:t}){const y=e,{t:n}=useLocale(),$=useNamespace("popconfirm"),k=ref$1(),L=()=>{var ue,de;(de=(ue=k.value)==null?void 0:ue.onClose)==null||de.call(ue)},j=computed(()=>({width:addUnit(y.width)})),V=ue=>{t("confirm",ue),L()},z=ue=>{t("cancel",ue),L()},re=computed(()=>y.confirmButtonText||n("el.popconfirm.confirmButtonText")),oe=computed(()=>y.cancelButtonText||n("el.popconfirm.cancelButtonText"));return(ue,de)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:k,trigger:"click",effect:"light"},ue.$attrs,{"popper-class":`${unref($).namespace.value}-popover`,"popper-style":unref(j),teleported:ue.teleported,"fallback-placements":["bottom","top","right","left"],"hide-after":ue.hideAfter,persistent:ue.persistent}),{content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref($).b())},[createBaseVNode("div",{class:normalizeClass(unref($).e("main"))},[!ue.hideIcon&&ue.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("icon")),style:normalizeStyle({color:ue.iconColor})},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(ue.icon)))]),_:1},8,["class","style"])):createCommentVNode("v-if",!0),createTextVNode(" "+toDisplayString(ue.title),1)],2),createBaseVNode("div",{class:normalizeClass(unref($).e("action"))},[createVNode(unref(ElButton),{size:"small",type:ue.cancelButtonType==="text"?"":ue.cancelButtonType,text:ue.cancelButtonType==="text",onClick:z},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(oe)),1)]),_:1},8,["type","text"]),createVNode(unref(ElButton),{size:"small",type:ue.confirmButtonType==="text"?"":ue.confirmButtonType,text:ue.confirmButtonType==="text",onClick:V},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(re)),1)]),_:1},8,["type","text"])],2)],2)]),default:withCtx(()=>[ue.$slots.reference?renderSlot(ue.$slots,"reference",{key:0}):createCommentVNode("v-if",!0)]),_:3},16,["popper-class","popper-style","teleported","hide-after","persistent"]))}});var Popconfirm=_export_sfc$1(_sfc_main$1h,[["__file","popconfirm.vue"]]);const ElPopconfirm=withInstall(Popconfirm),popoverProps=buildProps({trigger:useTooltipTriggerProps.trigger,placement:dropdownProps.placement,disabled:useTooltipTriggerProps.disabled,visible:useTooltipContentProps.visible,transition:useTooltipContentProps.transition,popperOptions:dropdownProps.popperOptions,tabindex:dropdownProps.tabindex,content:useTooltipContentProps.content,popperStyle:useTooltipContentProps.popperStyle,popperClass:useTooltipContentProps.popperClass,enterable:{...useTooltipContentProps.enterable,default:!0},effect:{...useTooltipContentProps.effect,default:"light"},teleported:useTooltipContentProps.teleported,title:String,width:{type:[String,Number],default:150},offset:{type:Number,default:void 0},showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0},showArrow:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},"onUpdate:visible":{type:Function}}),popoverEmits={"update:visible":e=>isBoolean$3(e),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},updateEventKeyRaw="onUpdate:visible",__default__$H=defineComponent({name:"ElPopover"}),_sfc_main$1g=defineComponent({...__default__$H,props:popoverProps,emits:popoverEmits,setup(e,{expose:t,emit:y}){const n=e,$=computed(()=>n[updateEventKeyRaw]),k=useNamespace("popover"),L=ref$1(),j=computed(()=>{var Ue;return(Ue=unref(L))==null?void 0:Ue.popperRef}),V=computed(()=>[{width:addUnit(n.width)},n.popperStyle]),z=computed(()=>[k.b(),n.popperClass,{[k.m("plain")]:!!n.content}]),re=computed(()=>n.transition===`${k.namespace.value}-fade-in-linear`),oe=()=>{var Ue;(Ue=L.value)==null||Ue.hide()},ue=()=>{y("before-enter")},de=()=>{y("before-leave")},_e=()=>{y("after-enter")},Ne=()=>{y("update:visible",!1),y("after-leave")};return t({popperRef:j,hide:oe}),(Ue,$e)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:L},Ue.$attrs,{trigger:Ue.trigger,placement:Ue.placement,disabled:Ue.disabled,visible:Ue.visible,transition:Ue.transition,"popper-options":Ue.popperOptions,tabindex:Ue.tabindex,content:Ue.content,offset:Ue.offset,"show-after":Ue.showAfter,"hide-after":Ue.hideAfter,"auto-close":Ue.autoClose,"show-arrow":Ue.showArrow,"aria-label":Ue.title,effect:Ue.effect,enterable:Ue.enterable,"popper-class":unref(z),"popper-style":unref(V),teleported:Ue.teleported,persistent:Ue.persistent,"gpu-acceleration":unref(re),"onUpdate:visible":unref($),onBeforeShow:ue,onBeforeHide:de,onShow:_e,onHide:Ne}),{content:withCtx(()=>[Ue.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("title")),role:"title"},toDisplayString(Ue.title),3)):createCommentVNode("v-if",!0),renderSlot(Ue.$slots,"default",{},()=>[createTextVNode(toDisplayString(Ue.content),1)])]),default:withCtx(()=>[Ue.$slots.reference?renderSlot(Ue.$slots,"reference",{key:0}):createCommentVNode("v-if",!0)]),_:3},16,["trigger","placement","disabled","visible","transition","popper-options","tabindex","content","offset","show-after","hide-after","auto-close","show-arrow","aria-label","effect","enterable","popper-class","popper-style","teleported","persistent","gpu-acceleration","onUpdate:visible"]))}});var Popover=_export_sfc$1(_sfc_main$1g,[["__file","popover.vue"]]);const attachEvents=(e,t)=>{const y=t.arg||t.value,n=y==null?void 0:y.popperRef;n&&(n.triggerRef=e)};var PopoverDirective={mounted(e,t){attachEvents(e,t)},updated(e,t){attachEvents(e,t)}};const VPopover="popover",ElPopoverDirective=withInstallDirective(PopoverDirective,VPopover),ElPopover=withInstall(Popover,{directive:ElPopoverDirective}),progressProps=buildProps({type:{type:String,default:"line",values:["line","circle","dashboard"]},percentage:{type:Number,default:0,validator:e=>e>=0&&e<=100},status:{type:String,default:"",values:["","success","exception","warning"]},indeterminate:Boolean,duration:{type:Number,default:3},strokeWidth:{type:Number,default:6},strokeLinecap:{type:definePropType(String),default:"round"},textInside:Boolean,width:{type:Number,default:126},showText:{type:Boolean,default:!0},color:{type:definePropType([String,Array,Function]),default:""},striped:Boolean,stripedFlow:Boolean,format:{type:definePropType(Function),default:e=>`${e}%`}}),__default__$G=defineComponent({name:"ElProgress"}),_sfc_main$1f=defineComponent({...__default__$G,props:progressProps,setup(e){const t=e,y={success:"#13ce66",exception:"#ff4949",warning:"#e6a23c",default:"#20a0ff"},n=useNamespace("progress"),$=computed(()=>{const Fe={width:`${t.percentage}%`,animationDuration:`${t.duration}s`},qe=Ve(t.percentage);return qe.includes("gradient")?Fe.background=qe:Fe.backgroundColor=qe,Fe}),k=computed(()=>(t.strokeWidth/t.width*100).toFixed(1)),L=computed(()=>["circle","dashboard"].includes(t.type)?Number.parseInt(`${50-Number.parseFloat(k.value)/2}`,10):0),j=computed(()=>{const Fe=L.value,qe=t.type==="dashboard";return` + `),createBaseVNode("span")]),_:1},8,["model-value","label","disabled","onUpdate:modelValue","onClick"])):e.isLeaf&&e.node.checked?(openBlock(),createBlock(z,{key:2,class:normalizeClass(e.ns.e("prefix"))},{default:withCtx(()=>[createVNode(V)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createCommentVNode(" content "),createVNode(re),createCommentVNode(" postfix "),e.isLeaf?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:3},[e.node.loading?(openBlock(),createBlock(z,{key:0,class:normalizeClass([e.ns.is("loading"),e.ns.e("postfix")])},{default:withCtx(()=>[createVNode(ie)]),_:1},8,["class"])):(openBlock(),createBlock(z,{key:1,class:normalizeClass(["arrow-right",e.ns.e("postfix")])},{default:withCtx(()=>[createVNode(oe)]),_:1},8,["class"]))],64))],42,["id","aria-haspopup","aria-owns","aria-expanded","tabindex","onMouseenter","onFocus","onClick"])}var ElCascaderNode=_export_sfc$1(_sfc_main$2g,[["render",_sfc_render$t],["__file","node.vue"]]);const _sfc_main$2f=defineComponent({name:"ElCascaderMenu",components:{Loading:loading_default,ElIcon,ElScrollbar,ElCascaderNode},props:{nodes:{type:Array,required:!0},index:{type:Number,required:!0}},setup(e){const t=getCurrentInstance(),y=useNamespace("cascader-menu"),{t:n}=useLocale(),k=useId();let L=null,$=null;const j=inject(CASCADER_PANEL_INJECTION_KEY),V=ref$1(null),z=computed(()=>!e.nodes.length),re=computed(()=>!j.initialLoaded),ie=computed(()=>`${k.value}-${e.index}`),oe=Ie=>{L=Ie.target},ue=Ie=>{if(!(!j.isHoverMenu||!L||!V.value))if(L.contains(Ie.target)){de();const _e=t.vnode.el,{left:Ce}=_e.getBoundingClientRect(),{offsetWidth:he,offsetHeight:Ne}=_e,Fe=Ie.clientX-Ce,Ue=L.offsetTop,kt=Ue+L.offsetHeight;V.value.innerHTML=` + + + `}else $||($=window.setTimeout(pe,j.config.hoverThreshold))},de=()=>{$&&(clearTimeout($),$=null)},pe=()=>{V.value&&(V.value.innerHTML="",de())};return{ns:y,panel:j,hoverZone:V,isEmpty:z,isLoading:re,menuId:ie,t:n,handleExpand:oe,handleMouseMove:ue,clearHoverZone:pe}}});function _sfc_render$s(e,t,y,n,k,L){const $=resolveComponent("el-cascader-node"),j=resolveComponent("loading"),V=resolveComponent("el-icon"),z=resolveComponent("el-scrollbar");return openBlock(),createBlock(z,{key:e.menuId,tag:"ul",role:"menu",class:normalizeClass(e.ns.b()),"wrap-class":e.ns.e("wrap"),"view-class":[e.ns.e("list"),e.ns.is("empty",e.isEmpty)],onMousemove:e.handleMouseMove,onMouseleave:e.clearHoverZone},{default:withCtx(()=>{var re;return[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.nodes,ie=>(openBlock(),createBlock($,{key:ie.uid,node:ie,"menu-id":e.menuId,onExpand:e.handleExpand},null,8,["node","menu-id","onExpand"]))),128)),e.isLoading?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.e("empty-text"))},[createVNode(V,{size:"14",class:normalizeClass(e.ns.is("loading"))},{default:withCtx(()=>[createVNode(j)]),_:1},8,["class"]),createTextVNode(" "+toDisplayString(e.t("el.cascader.loading")),1)],2)):e.isEmpty?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.e("empty-text"))},toDisplayString(e.t("el.cascader.noData")),3)):(re=e.panel)!=null&&re.isHoverMenu?(openBlock(),createElementBlock("svg",{key:2,ref:"hoverZone",class:normalizeClass(e.ns.e("hover-zone"))},null,2)):createCommentVNode("v-if",!0)]}),_:1},8,["class","wrap-class","view-class","onMousemove","onMouseleave"])}var ElCascaderMenu=_export_sfc$1(_sfc_main$2f,[["render",_sfc_render$s],["__file","menu.vue"]]);let uid=0;const calculatePathNodes=e=>{const t=[e];let{parent:y}=e;for(;y;)t.unshift(y),y=y.parent;return t};let Node$2=class H0{constructor(t,y,n,k=!1){this.data=t,this.config=y,this.parent=n,this.root=k,this.uid=uid++,this.checked=!1,this.indeterminate=!1,this.loading=!1;const{value:L,label:$,children:j}=y,V=t[j],z=calculatePathNodes(this);this.level=k?0:n?n.level+1:1,this.value=t[L],this.label=t[$],this.pathNodes=z,this.pathValues=z.map(re=>re.value),this.pathLabels=z.map(re=>re.label),this.childrenData=V,this.children=(V||[]).map(re=>new H0(re,y,this)),this.loaded=!y.lazy||this.isLeaf||!isEmpty$1(V)}get isDisabled(){const{data:t,parent:y,config:n}=this,{disabled:k,checkStrictly:L}=n;return(isFunction$4(k)?k(t,this):!!t[k])||!L&&(y==null?void 0:y.isDisabled)}get isLeaf(){const{data:t,config:y,childrenData:n,loaded:k}=this,{lazy:L,leaf:$}=y,j=isFunction$4($)?$(t,this):t[$];return isUndefined$1(j)?L&&!k?!1:!(Array.isArray(n)&&n.length):!!j}get valueByOption(){return this.config.emitPath?this.pathValues:this.value}appendChild(t){const{childrenData:y,children:n}=this,k=new H0(t,this.config,this);return Array.isArray(y)?y.push(t):this.childrenData=[t],n.push(k),k}calcText(t,y){const n=t?this.pathLabels.join(y):this.label;return this.text=n,n}broadcast(t,...y){const n=`onParent${capitalize(t)}`;this.children.forEach(k=>{k&&(k.broadcast(t,...y),k[n]&&k[n](...y))})}emit(t,...y){const{parent:n}=this,k=`onChild${capitalize(t)}`;n&&(n[k]&&n[k](...y),n.emit(t,...y))}onParentCheck(t){this.isDisabled||this.setCheckState(t)}onChildCheck(){const{children:t}=this,y=t.filter(k=>!k.isDisabled),n=y.length?y.every(k=>k.checked):!1;this.setCheckState(n)}setCheckState(t){const y=this.children.length,n=this.children.reduce((k,L)=>{const $=L.checked?1:L.indeterminate?.5:0;return k+$},0);this.checked=this.loaded&&this.children.filter(k=>!k.isDisabled).every(k=>k.loaded&&k.checked)&&t,this.indeterminate=this.loaded&&n!==y&&n>0}doCheck(t){if(this.checked===t)return;const{checkStrictly:y,multiple:n}=this.config;y||!n?this.checked=t:(this.broadcast("check",t),this.setCheckState(t),this.emit("check"))}};const flatNodes=(e,t)=>e.reduce((y,n)=>(n.isLeaf?y.push(n):(!t&&y.push(n),y=y.concat(flatNodes(n.children,t))),y),[]);let Store$1=class{constructor(t,y){this.config=y;const n=(t||[]).map(k=>new Node$2(k,this.config));this.nodes=n,this.allNodes=flatNodes(n,!1),this.leafNodes=flatNodes(n,!0)}getNodes(){return this.nodes}getFlattedNodes(t){return t?this.leafNodes:this.allNodes}appendNode(t,y){const n=y?y.appendChild(t):new Node$2(t,this.config);y||this.nodes.push(n),this.allNodes.push(n),n.isLeaf&&this.leafNodes.push(n)}appendNodes(t,y){t.forEach(n=>this.appendNode(n,y))}getNodeByValue(t,y=!1){return!t&&t!==0?null:this.getFlattedNodes(y).find(k=>isEqual$1(k.value,t)||isEqual$1(k.pathValues,t))||null}getSameNode(t){return t&&this.getFlattedNodes(!1).find(({value:n,level:k})=>isEqual$1(t.value,n)&&t.level===k)||null}};const CommonProps=buildProps({modelValue:{type:definePropType([Number,String,Array])},options:{type:definePropType(Array),default:()=>[]},props:{type:definePropType(Object),default:()=>({})}}),DefaultProps={expandTrigger:"click",multiple:!1,checkStrictly:!1,emitPath:!0,lazy:!1,lazyLoad:NOOP,value:"value",label:"label",children:"children",leaf:"leaf",disabled:"disabled",hoverThreshold:500},useCascaderConfig=e=>computed(()=>({...DefaultProps,...e.props})),getMenuIndex=e=>{if(!e)return 0;const t=e.id.split("-");return Number(t[t.length-2])},checkNode=e=>{if(!e)return;const t=e.querySelector("input");t?t.click():isLeaf(e)&&e.click()},sortByOriginalOrder=(e,t)=>{const y=t.slice(0),n=y.map(L=>L.uid),k=e.reduce((L,$)=>{const j=n.indexOf($.uid);return j>-1&&(L.push($),y.splice(j,1),n.splice(j,1)),L},[]);return k.push(...y),k},_sfc_main$2e=defineComponent({name:"ElCascaderPanel",components:{ElCascaderMenu},props:{...CommonProps,border:{type:Boolean,default:!0},renderLabel:Function},emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"close","expand-change"],setup(e,{emit:t,slots:y}){let n=!1;const k=useNamespace("cascader"),L=useCascaderConfig(e);let $=null;const j=ref$1(!0),V=ref$1([]),z=ref$1(null),re=ref$1([]),ie=ref$1(null),oe=ref$1([]),ue=computed(()=>L.value.expandTrigger==="hover"),de=computed(()=>e.renderLabel||y.default),pe=()=>{const{options:tr}=e,rr=L.value;n=!1,$=new Store$1(tr,rr),re.value=[$.getNodes()],rr.lazy&&isEmpty$1(e.options)?(j.value=!1,Ie(void 0,ar=>{ar&&($=new Store$1(ar,rr),re.value=[$.getNodes()]),j.value=!0,Et(!1,!0)})):Et(!1,!0)},Ie=(tr,rr)=>{const ar=L.value;tr=tr||new Node$2({},ar,void 0,!0),tr.loading=!0;const nr=ur=>{const cr=tr,_r=cr.root?null:cr;ur&&($==null||$.appendNodes(ur,_r)),cr.loading=!1,cr.loaded=!0,cr.childrenData=cr.childrenData||[],rr&&rr(ur)};ar.lazyLoad(tr,nr)},_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),kt(),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)},Ue=()=>{oe.value.forEach(tr=>tr.doCheck(!1)),kt(),re.value=re.value.slice(0,1),ie.value=null,t("expand-change",[])},kt=()=>{var tr;const{checkStrictly:rr,multiple:ar}=L.value,nr=oe.value,ur=Fe(!rr),cr=sortByOriginalOrder(nr,ur),_r=cr.map(hr=>hr.valueByOption);oe.value=cr,z.value=ar?_r:(tr=_r[0])!=null?tr:null},Et=(tr=!1,rr=!1)=>{const{modelValue:ar}=e,{lazy:nr,multiple:ur,checkStrictly:cr}=L.value,_r=!cr;if(!(!j.value||n||!rr&&isEqual$1(ar,z.value)))if(nr&&!tr){const Er=unique(flattenDeep(castArray(ar))).map(kr=>$==null?void 0:$.getNodeByValue(kr)).filter(kr=>!!kr&&!kr.loaded&&!kr.loading);Er.length?Er.forEach(kr=>{Ie(kr,()=>Et(!1,rr))}):Et(!0,rr)}else{const hr=ur?castArray(ar):[ar],Er=unique(hr.map(kr=>$==null?void 0:$.getNodeByValue(kr,_r)));Ve(Er,rr),z.value=cloneDeep(ar)}},Ve=(tr,rr=!0)=>{const{checkStrictly:ar}=L.value,nr=oe.value,ur=tr.filter(hr=>!!hr&&(ar||hr.isLeaf)),cr=$==null?void 0:$.getSameNode(ie.value),_r=rr&&cr||ur[0];_r?_r.pathNodes.forEach(hr=>_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)}})},jt=tr=>{const rr=tr.target,{code:ar}=tr;switch(ar){case EVENT_CODE.up:case EVENT_CODE.down:{tr.preventDefault();const nr=ar===EVENT_CODE.up?-1:1;focusNode(getSibling(rr,nr,`.${k.b("node")}[tabindex="-1"]`));break}case EVENT_CODE.left:{tr.preventDefault();const nr=V.value[getMenuIndex(rr)-1],ur=nr==null?void 0:nr.$el.querySelector(`.${k.b("node")}[aria-expanded="true"]`);focusNode(ur);break}case EVENT_CODE.right:{tr.preventDefault();const nr=V.value[getMenuIndex(rr)+1],ur=nr==null?void 0:nr.$el.querySelector(`.${k.b("node")}[tabindex="-1"]`);focusNode(ur);break}case EVENT_CODE.enter:checkNode(rr);break}};return provide(CASCADER_PANEL_INJECTION_KEY,reactive({config:L,expandingNode:ie,checkedNodes:oe,isHoverMenu:ue,initialLoaded:j,renderLabelFn:de,lazyLoad:Ie,expandNode:_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:jt,handleCheckChange:Ce,getFlattedNodes:Ne,getCheckedNodes:Fe,clearCheckedNodes:Ue,calculateCheckedValue:kt,scrollToExpandingNode:qe}}});function _sfc_render$r(e,t,y,n,k,L){const $=resolveComponent("el-cascader-menu");return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b("panel"),e.ns.is("bordered",e.border)]),onKeydown:e.handleKeyDown},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.menus,(j,V)=>(openBlock(),createBlock($,{key:V,ref_for:!0,ref:z=>e.menuList[V]=z,index:V,nodes:[...j]},null,8,["index","nodes"]))),128))],42,["onKeydown"])}var CascaderPanel=_export_sfc$1(_sfc_main$2e,[["render",_sfc_render$r],["__file","index.vue"]]);const ElCascaderPanel=withInstall(CascaderPanel),tagProps=buildProps({type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"},closable:Boolean,disableTransitions:Boolean,hit:Boolean,color:String,size:{type:String,values:componentSizes},effect:{type:String,values:["dark","light","plain"],default:"light"},round:Boolean}),tagEmits={close:e=>e instanceof MouseEvent,click:e=>e instanceof MouseEvent},__default__$1g=defineComponent({name:"ElTag"}),_sfc_main$2d=defineComponent({...__default__$1g,props:tagProps,emits:tagEmits,setup(e,{emit:t}){const y=e,n=useFormSize(),k=useNamespace("tag"),L=computed(()=>{const{type:V,hit:z,effect:re,closable:ie,round:oe}=y;return[k.b(),k.is("closable",ie),k.m(V||"primary"),k.m(n.value),k.m(re),k.is("hit",z),k.is("round",oe)]}),$=V=>{t("close",V)},j=V=>{t("click",V)};return(V,z)=>V.disableTransitions?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(L)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref(k).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("close")),onClick:withModifiers($,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)):(openBlock(),createBlock(Transition,{key:1,name:`${unref(k).namespace.value}-zoom-in-center`,appear:""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(unref(L)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref(k).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("close")),onClick:withModifiers($,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)]),_:3},8,["name"]))}});var Tag=_export_sfc$1(_sfc_main$2d,[["__file","tag.vue"]]);const ElTag=withInstall(Tag),cascaderProps=buildProps({...CommonProps,size:useSizeProp,placeholder:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,filterMethod:{type:definePropType(Function),default:(e,t)=>e.text.includes(t)},separator:{type:String,default:" / "},showAllLevels:{type:Boolean,default:!0},collapseTags:Boolean,maxCollapseTags:{type:Number,default:1},collapseTagsTooltip:{type:Boolean,default:!1},debounce:{type:Number,default:300},beforeFilter:{type:definePropType(Function),default:()=>!0},popperClass:{type:String,default:""},teleported:useTooltipContentProps.teleported,tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},validateEvent:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},...useEmptyValuesProps}),cascaderEmits={[UPDATE_MODEL_EVENT]:e=>!0,[CHANGE_EVENT]:e=>!0,focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,visibleChange:e=>isBoolean$2(e),expandChange:e=>!!e,removeTag:e=>!!e},COMPONENT_NAME$e="ElCascader",__default__$1f=defineComponent({name:COMPONENT_NAME$e}),_sfc_main$2c=defineComponent({...__default__$1f,props:cascaderProps,emits:cascaderEmits,setup(e,{expose:t,emit:y}){const n=e,k={modifiers:[{name:"arrowPosition",enabled:!0,phase:"main",fn:({state:kn})=>{const{modifiersData:Sa,placement:sa}=kn;["right","left","bottom","top"].includes(sa)||(Sa.arrow.x=35)},requires:["arrow"]}]},L=useAttrs$1();let $=0,j=0;const V=useNamespace("cascader"),z=useNamespace("input"),{t:re}=useLocale(),{form:ie,formItem:oe}=useFormItem(),{valueOnClear:ue}=useEmptyValues(n),{isComposing:de,handleComposition:pe}=useComposition({afterComposition(kn){var Sa;const sa=(Sa=kn.target)==null?void 0:Sa.value;Ar(sa)}}),Ie=ref$1(null),_e=ref$1(null),Ce=ref$1(null),he=ref$1(null),Ne=ref$1(null),Fe=ref$1(!1),Ue=ref$1(!1),kt=ref$1(!1),Et=ref$1(!1),Ve=ref$1(""),qe=ref$1(""),jt=ref$1([]),tr=ref$1([]),rr=ref$1([]),ar=computed(()=>L.style),nr=computed(()=>n.disabled||(ie==null?void 0:ie.disabled)),ur=computed(()=>n.placeholder||re("el.cascader.placeholder")),cr=computed(()=>qe.value||jt.value.length>0||de.value?"":ur.value),_r=useFormSize(),hr=computed(()=>["small"].includes(_r.value)?"small":"default"),Er=computed(()=>!!n.props.multiple),kr=computed(()=>!n.filterable||Er.value),xr=computed(()=>Er.value?qe.value:Ve.value),yr=computed(()=>{var kn;return((kn=he.value)==null?void 0:kn.checkedNodes)||[]}),vr=computed(()=>!n.clearable||nr.value||kt.value||!Ue.value?!1:!!yr.value.length),Rr=computed(()=>{const{showAllLevels:kn,separator:Sa}=n,sa=yr.value;return sa.length?Er.value?"":sa[0].calcText(kn,Sa):""}),Br=computed(()=>(oe==null?void 0:oe.validateState)||""),mr=computed({get(){return cloneDeep(n.modelValue)},set(kn){const Sa=kn??ue.value;y(UPDATE_MODEL_EVENT,Sa),y(CHANGE_EVENT,Sa),n.validateEvent&&(oe==null||oe.validate("change").catch(sa=>void 0))}}),gr=computed(()=>[V.b(),V.m(_r.value),V.is("disabled",nr.value),L.class]),jr=computed(()=>[z.e("icon"),"icon-arrow-down",V.is("reverse",Fe.value)]),Hr=computed(()=>V.is("focus",Fe.value||Et.value)),Ur=computed(()=>{var kn,Sa;return(Sa=(kn=Ie.value)==null?void 0:kn.popperRef)==null?void 0:Sa.contentRef}),zr=kn=>{var Sa,sa,qa;nr.value||(kn=kn??!Fe.value,kn!==Fe.value&&(Fe.value=kn,(sa=(Sa=_e.value)==null?void 0:Sa.input)==null||sa.setAttribute("aria-expanded",`${kn}`),kn?(Sr(),nextTick$1((qa=he.value)==null?void 0:qa.scrollToExpandingNode)):n.filterable&&ca(),y("visibleChange",kn)))},Sr=()=>{nextTick$1(()=>{var kn;(kn=Ie.value)==null||kn.updatePopper()})},Tr=()=>{kt.value=!1},Mr=kn=>{const{showAllLevels:Sa,separator:sa}=n;return{node:kn,key:kn.uid,text:kn.calcText(Sa,sa),hitState:!1,closable:!nr.value&&!kn.isDisabled,isCollapseTag:!1}},br=kn=>{var Sa;const sa=kn.node;sa.doCheck(!1),(Sa=he.value)==null||Sa.calculateCheckedValue(),y("removeTag",sa.valueByOption)},Cr=()=>{if(!Er.value)return;const kn=yr.value,Sa=[],sa=[];if(kn.forEach(qa=>sa.push(Mr(qa))),tr.value=sa,kn.length){kn.slice(0,n.maxCollapseTags).forEach(Hi=>Sa.push(Mr(Hi)));const qa=kn.slice(n.maxCollapseTags),To=qa.length;To&&(n.collapseTags?Sa.push({key:-1,text:`+ ${To}`,closable:!1,isCollapseTag:!0}):qa.forEach(Hi=>Sa.push(Mr(Hi))))}jt.value=Sa},Ir=()=>{var kn,Sa;const{filterMethod:sa,showAllLevels:qa,separator:To}=n,Hi=(Sa=(kn=he.value)==null?void 0:kn.getFlattedNodes(!n.props.checkStrictly))==null?void 0:Sa.filter(na=>na.isDisabled?!1:(na.calcText(qa,To),sa(na,xr.value)));Er.value&&(jt.value.forEach(na=>{na.hitState=!1}),tr.value.forEach(na=>{na.hitState=!1})),kt.value=!0,rr.value=Hi,Sr()},Dr=()=>{var kn;let Sa;kt.value&&Ne.value?Sa=Ne.value.$el.querySelector(`.${V.e("suggestion-item")}`):Sa=(kn=he.value)==null?void 0:kn.$el.querySelector(`.${V.b("node")}[tabindex="-1"]`),Sa&&(Sa.focus(),!kt.value&&Sa.click())},Kr=()=>{var kn,Sa;const sa=(kn=_e.value)==null?void 0:kn.input,qa=Ce.value,To=(Sa=Ne.value)==null?void 0:Sa.$el;if(!(!isClient||!sa)){if(To){const Hi=To.querySelector(`.${V.e("suggestion-list")}`);Hi.style.minWidth=`${sa.offsetWidth}px`}if(qa){const{offsetHeight:Hi}=qa,na=jt.value.length>0?`${Math.max(Hi+6,$)}px`:`${$}px`;sa.style.height=na,Sr()}}},Wr=kn=>{var Sa;return(Sa=he.value)==null?void 0:Sa.getCheckedNodes(kn)},Nr=kn=>{Sr(),y("expandChange",kn)},Fr=kn=>{if(!de.value)switch(kn.code){case EVENT_CODE.enter:zr();break;case EVENT_CODE.down:zr(!0),nextTick$1(Dr),kn.preventDefault();break;case EVENT_CODE.esc:Fe.value===!0&&(kn.preventDefault(),kn.stopPropagation(),zr(!1));break;case EVENT_CODE.tab:zr(!1);break}},Qr=()=>{var kn;(kn=he.value)==null||kn.clearCheckedNodes(),!Fe.value&&n.filterable&&ca(),zr(!1),y("clear")},ca=()=>{const{value:kn}=Rr;Ve.value=kn,qe.value=kn},Po=kn=>{var Sa,sa;const{checked:qa}=kn;Er.value?(Sa=he.value)==null||Sa.handleCheckChange(kn,!qa,!1):(!qa&&((sa=he.value)==null||sa.handleCheckChange(kn,!0,!1)),zr(!1))},Wa=kn=>{const Sa=kn.target,{code:sa}=kn;switch(sa){case EVENT_CODE.up:case EVENT_CODE.down:{const qa=sa===EVENT_CODE.up?-1:1;focusNode(getSibling(Sa,qa,`.${V.e("suggestion-item")}[tabindex="-1"]`));break}case EVENT_CODE.enter:Sa.click();break}},Go=()=>{const kn=jt.value,Sa=kn[kn.length-1];j=qe.value?0:j+1,!(!Sa||!j||n.collapseTags&&kn.length>1)&&(Sa.hitState?br(Sa):Sa.hitState=!0)},us=kn=>{const Sa=kn.target,sa=V.e("search-input");Sa.className===sa&&(Et.value=!0),y("focus",kn)},Kn=kn=>{Et.value=!1,y("blur",kn)},Gr=debounce(()=>{const{value:kn}=xr;if(!kn)return;const Sa=n.beforeFilter(kn);isPromise(Sa)?Sa.then(Ir).catch(()=>{}):Sa!==!1?Ir():Tr()},n.debounce),Ar=(kn,Sa)=>{!Fe.value&&zr(!0),!(Sa!=null&&Sa.isComposing)&&(kn?Gr():Tr())},On=kn=>Number.parseFloat(useCssVar(z.cssVarName("input-height"),kn).value)-2;return watch(kt,Sr),watch([yr,nr,()=>n.collapseTags],Cr),watch(jt,()=>{nextTick$1(()=>Kr())}),watch(_r,async()=>{await nextTick$1();const kn=_e.value.input;$=On(kn)||$,Kr()}),watch(Rr,ca,{immediate:!0}),onMounted(()=>{const kn=_e.value.input,Sa=On(kn);$=kn.offsetHeight||Sa,useResizeObserver(kn,Kr)}),t({getCheckedNodes:Wr,cascaderPanelRef:he,togglePopperVisible:zr,contentRef:Ur}),(kn,Sa)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"tooltipRef",ref:Ie,visible:Fe.value,teleported:kn.teleported,"popper-class":[unref(V).e("dropdown"),kn.popperClass],"popper-options":k,"fallback-placements":["bottom-start","bottom","top-start","top","right","left"],"stop-popper-mouse-event":!1,"gpu-acceleration":!1,placement:"bottom-start",transition:`${unref(V).namespace.value}-zoom-in-top`,effect:"light",pure:"",persistent:kn.persistent,onHide:Tr},{default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(unref(gr)),style:normalizeStyle(unref(ar)),onClick:()=>zr(unref(kr)?void 0:!0),onKeydown:Fr,onMouseenter:sa=>Ue.value=!0,onMouseleave:sa=>Ue.value=!1},[createVNode(unref(ElInput),{ref_key:"input",ref:_e,modelValue:Ve.value,"onUpdate:modelValue":sa=>Ve.value=sa,placeholder:unref(cr),readonly:unref(kr),disabled:unref(nr),"validate-event":!1,size:unref(_r),class:normalizeClass(unref(Hr)),tabindex:unref(Er)&&kn.filterable&&!unref(nr)?-1:void 0,onCompositionstart:unref(pe),onCompositionupdate:unref(pe),onCompositionend:unref(pe),onFocus:us,onBlur:Kn,onInput:Ar},{suffix:withCtx(()=>[unref(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(jr)),onClick:withModifiers(sa=>zr(),["stop"])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class","onClick"]))]),_:1},8,["modelValue","onUpdate:modelValue","placeholder","readonly","disabled","size","class","tabindex","onCompositionstart","onCompositionupdate","onCompositionend"]),unref(Er)?(openBlock(),createElementBlock("div",{key:0,ref_key:"tagWrapper",ref:Ce,class:normalizeClass([unref(V).e("tags"),unref(V).is("validate",!!unref(Br))])},[(openBlock(!0),createElementBlock(Fragment,null,renderList(jt.value,sa=>(openBlock(),createBlock(unref(ElTag),{key:sa.key,type:kn.tagType,size:unref(hr),effect:kn.tagEffect,hit:sa.hitState,closable:sa.closable,"disable-transitions":"",onClose:qa=>br(sa)},{default:withCtx(()=>[sa.isCollapseTag===!1?(openBlock(),createElementBlock("span",{key:0},toDisplayString(sa.text),1)):(openBlock(),createBlock(unref(ElTooltip),{key:1,disabled:Fe.value||!kn.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],placement:"bottom",effect:"light"},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(sa.text),1)]),content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(V).e("collapse-tags"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(tr.value.slice(kn.maxCollapseTags),(qa,To)=>(openBlock(),createElementBlock("div",{key:To,class:normalizeClass(unref(V).e("collapse-tag"))},[(openBlock(),createBlock(unref(ElTag),{key:qa.key,class:"in-tooltip",type:kn.tagType,size:unref(hr),effect:kn.tagEffect,hit:qa.hitState,closable:qa.closable,"disable-transitions":"",onClose:Hi=>br(qa)},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(qa.text),1)]),_:2},1032,["type","size","effect","hit","closable","onClose"]))],2))),128))],2)]),_:2},1032,["disabled"]))]),_:2},1032,["type","size","effect","hit","closable","onClose"]))),128)),kn.filterable&&!unref(nr)?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":sa=>qe.value=sa,type:"text",class:normalizeClass(unref(V).e("search-input")),placeholder:unref(Rr)?"":unref(ur),onInput:sa=>Ar(qe.value,sa),onClick:withModifiers(sa=>zr(!0),["stop"]),onKeydown:withKeys(Go,["delete"]),onCompositionstart:unref(pe),onCompositionupdate:unref(pe),onCompositionend:unref(pe),onFocus:us,onBlur:Kn},null,42,["onUpdate:modelValue","placeholder","onInput","onClick","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend"])),[[vModelText,qe.value]]):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],46,["onClick","onMouseenter","onMouseleave"])),[[unref(ClickOutside),()=>zr(!1),unref(Ur)]])]),content:withCtx(()=>[withDirectives(createVNode(unref(ElCascaderPanel),{ref_key:"cascaderPanelRef",ref:he,modelValue:unref(mr),"onUpdate:modelValue":sa=>isRef(mr)?mr.value=sa:null,options:kn.options,props:n.props,border:!1,"render-label":kn.$slots.default,onExpandChange:Nr,onClose:sa=>kn.$nextTick(()=>zr(!1))},null,8,["modelValue","onUpdate:modelValue","options","props","render-label","onClose"]),[[vShow,!kt.value]]),kn.filterable?withDirectives((openBlock(),createBlock(unref(ElScrollbar),{key:0,ref_key:"suggestionPanel",ref:Ne,tag:"ul",class:normalizeClass(unref(V).e("suggestion-panel")),"view-class":unref(V).e("suggestion-list"),onKeydown:Wa},{default:withCtx(()=>[rr.value.length?(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(rr.value,sa=>(openBlock(),createElementBlock("li",{key:sa.uid,class:normalizeClass([unref(V).e("suggestion-item"),unref(V).is("checked",sa.checked)]),tabindex:-1,onClick:qa=>Po(sa)},[createBaseVNode("span",null,toDisplayString(sa.text),1),sa.checked?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1})):createCommentVNode("v-if",!0)],10,["onClick"]))),128)):renderSlot(kn.$slots,"empty",{key:1},()=>[createBaseVNode("li",{class:normalizeClass(unref(V).e("empty-text"))},toDisplayString(unref(re)("el.cascader.noMatch")),3)])]),_:3},8,["class","view-class"])),[[vShow,kt.value]]):createCommentVNode("v-if",!0)]),_:3},8,["visible","teleported","popper-class","transition","persistent"]))}});var Cascader=_export_sfc$1(_sfc_main$2c,[["__file","cascader.vue"]]);const ElCascader=withInstall(Cascader),checkTagProps=buildProps({checked:Boolean,type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"}}),checkTagEmits={"update:checked":e=>isBoolean$2(e),[CHANGE_EVENT]:e=>isBoolean$2(e)},__default__$1e=defineComponent({name:"ElCheckTag"}),_sfc_main$2b=defineComponent({...__default__$1e,props:checkTagProps,emits:checkTagEmits,setup(e,{emit:t}){const y=e,n=useNamespace("check-tag"),k=computed(()=>[n.b(),n.is("checked",y.checked),n.m(y.type||"primary")]),L=()=>{const $=!y.checked;t(CHANGE_EVENT,$),t("update:checked",$)};return($,j)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(k)),onClick:L},[renderSlot($.$slots,"default")],2))}});var CheckTag=_export_sfc$1(_sfc_main$2b,[["__file","check-tag.vue"]]);const ElCheckTag=withInstall(CheckTag),rowContextKey=Symbol("rowContextKey"),RowJustify=["start","center","end","space-around","space-between","space-evenly"],RowAlign=["top","middle","bottom"],rowProps=buildProps({tag:{type:String,default:"div"},gutter:{type:Number,default:0},justify:{type:String,values:RowJustify,default:"start"},align:{type:String,values:RowAlign}}),__default__$1d=defineComponent({name:"ElRow"}),_sfc_main$2a=defineComponent({...__default__$1d,props:rowProps,setup(e){const t=e,y=useNamespace("row"),n=computed(()=>t.gutter);provide(rowContextKey,{gutter:n});const k=computed(()=>{const $={};return t.gutter&&($.marginRight=$.marginLeft=`-${t.gutter/2}px`),$}),L=computed(()=>[y.b(),y.is(`justify-${t.justify}`,t.justify!=="start"),y.is(`align-${t.align}`,!!t.align)]);return($,j)=>(openBlock(),createBlock(resolveDynamicComponent($.tag),{class:normalizeClass(unref(L)),style:normalizeStyle(unref(k))},{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},8,["class","style"]))}});var Row=_export_sfc$1(_sfc_main$2a,[["__file","row.vue"]]);const ElRow=withInstall(Row),colProps=buildProps({tag:{type:String,default:"div"},span:{type:Number,default:24},offset:{type:Number,default:0},pull:{type:Number,default:0},push:{type:Number,default:0},xs:{type:definePropType([Number,Object]),default:()=>mutable({})},sm:{type:definePropType([Number,Object]),default:()=>mutable({})},md:{type:definePropType([Number,Object]),default:()=>mutable({})},lg:{type:definePropType([Number,Object]),default:()=>mutable({})},xl:{type:definePropType([Number,Object]),default:()=>mutable({})}}),__default__$1c=defineComponent({name:"ElCol"}),_sfc_main$29=defineComponent({...__default__$1c,props:colProps,setup(e){const t=e,{gutter:y}=inject(rowContextKey,{gutter:computed(()=>0)}),n=useNamespace("col"),k=computed(()=>{const $={};return y.value&&($.paddingLeft=$.paddingRight=`${y.value/2}px`),$}),L=computed(()=>{const $=[];return["span","offset","pull","push"].forEach(z=>{const re=t[z];isNumber$3(re)&&(z==="span"?$.push(n.b(`${t[z]}`)):re>0&&$.push(n.b(`${z}-${t[z]}`)))}),["xs","sm","md","lg","xl"].forEach(z=>{isNumber$3(t[z])?$.push(n.b(`${z}-${t[z]}`)):isObject$4(t[z])&&Object.entries(t[z]).forEach(([re,ie])=>{$.push(re!=="span"?n.b(`${z}-${re}-${ie}`):n.b(`${z}-${ie}`))})}),y.value&&$.push(n.is("guttered")),[n.b(),$]});return($,j)=>(openBlock(),createBlock(resolveDynamicComponent($.tag),{class:normalizeClass(unref(L)),style:normalizeStyle(unref(k))},{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},8,["class","style"]))}});var Col=_export_sfc$1(_sfc_main$29,[["__file","col.vue"]]);const ElCol=withInstall(Col),emitChangeFn=e=>isNumber$3(e)||isString$3(e)||isArray$2(e),collapseProps=buildProps({accordion:Boolean,modelValue:{type:definePropType([Array,String,Number]),default:()=>mutable([])}}),collapseEmits={[UPDATE_MODEL_EVENT]:emitChangeFn,[CHANGE_EVENT]:emitChangeFn},collapseContextKey=Symbol("collapseContextKey"),useCollapse=(e,t)=>{const y=ref$1(castArray$1(e.modelValue)),n=L=>{y.value=L;const $=e.accordion?y.value[0]:y.value;t(UPDATE_MODEL_EVENT,$),t(CHANGE_EVENT,$)},k=L=>{if(e.accordion)n([y.value[0]===L?"":L]);else{const $=[...y.value],j=$.indexOf(L);j>-1?$.splice(j,1):$.push(L),n($)}};return watch(()=>e.modelValue,()=>y.value=castArray$1(e.modelValue),{deep:!0}),provide(collapseContextKey,{activeNames:y,handleItemClick:k}),{activeNames:y,setActiveNames:n}},useCollapseDOM=()=>{const e=useNamespace("collapse");return{rootKls:computed(()=>e.b())}},__default__$1b=defineComponent({name:"ElCollapse"}),_sfc_main$28=defineComponent({...__default__$1b,props:collapseProps,emits:collapseEmits,setup(e,{expose:t,emit:y}){const n=e,{activeNames:k,setActiveNames:L}=useCollapse(n,y),{rootKls:$}=useCollapseDOM();return t({activeNames:k,setActiveNames:L}),(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($))},[renderSlot(j.$slots,"default")],2))}});var Collapse=_export_sfc$1(_sfc_main$28,[["__file","collapse.vue"]]);const __default__$1a=defineComponent({name:"ElCollapseTransition"}),_sfc_main$27=defineComponent({...__default__$1a,setup(e){const t=useNamespace("collapse-transition"),y=k=>{k.style.maxHeight="",k.style.overflow=k.dataset.oldOverflow,k.style.paddingTop=k.dataset.oldPaddingTop,k.style.paddingBottom=k.dataset.oldPaddingBottom},n={beforeEnter(k){k.dataset||(k.dataset={}),k.dataset.oldPaddingTop=k.style.paddingTop,k.dataset.oldPaddingBottom=k.style.paddingBottom,k.style.height&&(k.dataset.elExistsHeight=k.style.height),k.style.maxHeight=0,k.style.paddingTop=0,k.style.paddingBottom=0},enter(k){requestAnimationFrame(()=>{k.dataset.oldOverflow=k.style.overflow,k.dataset.elExistsHeight?k.style.maxHeight=k.dataset.elExistsHeight:k.scrollHeight!==0?k.style.maxHeight=`${k.scrollHeight}px`:k.style.maxHeight=0,k.style.paddingTop=k.dataset.oldPaddingTop,k.style.paddingBottom=k.dataset.oldPaddingBottom,k.style.overflow="hidden"})},afterEnter(k){k.style.maxHeight="",k.style.overflow=k.dataset.oldOverflow},enterCancelled(k){y(k)},beforeLeave(k){k.dataset||(k.dataset={}),k.dataset.oldPaddingTop=k.style.paddingTop,k.dataset.oldPaddingBottom=k.style.paddingBottom,k.dataset.oldOverflow=k.style.overflow,k.style.maxHeight=`${k.scrollHeight}px`,k.style.overflow="hidden"},leave(k){k.scrollHeight!==0&&(k.style.maxHeight=0,k.style.paddingTop=0,k.style.paddingBottom=0)},afterLeave(k){y(k)},leaveCancelled(k){y(k)}};return(k,L)=>(openBlock(),createBlock(Transition,mergeProps({name:unref(t).b()},toHandlers(n)),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16,["name"]))}});var CollapseTransition=_export_sfc$1(_sfc_main$27,[["__file","collapse-transition.vue"]]);const ElCollapseTransition=withInstall(CollapseTransition),collapseItemProps=buildProps({title:{type:String,default:""},name:{type:definePropType([String,Number]),default:void 0},disabled:Boolean}),useCollapseItem=e=>{const t=inject(collapseContextKey),{namespace:y}=useNamespace("collapse"),n=ref$1(!1),k=ref$1(!1),L=useIdInjection(),$=computed(()=>L.current++),j=computed(()=>{var oe;return(oe=e.name)!=null?oe:`${y.value}-id-${L.prefix}-${unref($)}`}),V=computed(()=>t==null?void 0:t.activeNames.value.includes(unref(j)));return{focusing:n,id:$,isActive:V,handleFocus:()=>{setTimeout(()=>{k.value?k.value=!1:n.value=!0},50)},handleHeaderClick:()=>{e.disabled||(t==null||t.handleItemClick(unref(j)),n.value=!1,k.value=!0)},handleEnterClick:()=>{t==null||t.handleItemClick(unref(j))}}},useCollapseItemDOM=(e,{focusing:t,isActive:y,id:n})=>{const k=useNamespace("collapse"),L=computed(()=>[k.b("item"),k.is("active",unref(y)),k.is("disabled",e.disabled)]),$=computed(()=>[k.be("item","header"),k.is("active",unref(y)),{focusing:unref(t)&&!e.disabled}]),j=computed(()=>[k.be("item","arrow"),k.is("active",unref(y))]),V=computed(()=>k.be("item","wrap")),z=computed(()=>k.be("item","content")),re=computed(()=>k.b(`content-${unref(n)}`)),ie=computed(()=>k.b(`head-${unref(n)}`));return{arrowKls:j,headKls:$,rootKls:L,itemWrapperKls:V,itemContentKls:z,scopedContentId:re,scopedHeadId:ie}},__default__$19=defineComponent({name:"ElCollapseItem"}),_sfc_main$26=defineComponent({...__default__$19,props:collapseItemProps,setup(e,{expose:t}){const y=e,{focusing:n,id:k,isActive:L,handleFocus:$,handleHeaderClick:j,handleEnterClick:V}=useCollapseItem(y),{arrowKls:z,headKls:re,rootKls:ie,itemWrapperKls:oe,itemContentKls:ue,scopedContentId:de,scopedHeadId:pe}=useCollapseItemDOM(y,{focusing:n,isActive:L,id:k});return t({isActive:L}),(Ie,_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$26,[["__file","collapse-item.vue"]]);const ElCollapse=withInstall(Collapse,{CollapseItem}),ElCollapseItem=withNoopInstall(CollapseItem),alphaSliderProps=buildProps({color:{type:definePropType(Object),required:!0},vertical:{type:Boolean,default:!1}});let isDragging=!1;function draggable(e,t){if(!isClient)return;const y=function(L){var $;($=t.drag)==null||$.call(t,L)},n=function(L){var $;document.removeEventListener("mousemove",y),document.removeEventListener("mouseup",n),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",n),document.onselectstart=null,document.ondragstart=null,isDragging=!1,($=t.end)==null||$.call(t,L)},k=function(L){var $;isDragging||(L.preventDefault(),document.onselectstart=()=>!1,document.ondragstart=()=>!1,document.addEventListener("mousemove",y),document.addEventListener("mouseup",n),document.addEventListener("touchmove",y),document.addEventListener("touchend",n),isDragging=!0,($=t.start)==null||$.call(t,L))};e.addEventListener("mousedown",k),e.addEventListener("touchstart",k,{passive:!1})}const useAlphaSlider=e=>{const t=getCurrentInstance(),{t:y}=useLocale(),n=shallowRef(),k=shallowRef(),L=computed(()=>e.color.get("alpha")),$=computed(()=>y("el.colorpicker.alphaLabel"));function j(ie){var oe;ie.target!==n.value&&V(ie),(oe=n.value)==null||oe.focus()}function V(ie){if(!k.value||!n.value)return;const ue=t.vnode.el.getBoundingClientRect(),{clientX:de,clientY:pe}=getClientXY(ie);if(e.vertical){let Ie=pe-ue.top;Ie=Math.max(n.value.offsetHeight/2,Ie),Ie=Math.min(Ie,ue.height-n.value.offsetHeight/2),e.color.set("alpha",Math.round((Ie-n.value.offsetHeight/2)/(ue.height-n.value.offsetHeight)*100))}else{let Ie=de-ue.left;Ie=Math.max(n.value.offsetWidth/2,Ie),Ie=Math.min(Ie,ue.width-n.value.offsetWidth/2),e.color.set("alpha",Math.round((Ie-n.value.offsetWidth/2)/(ue.width-n.value.offsetWidth)*100))}}function z(ie){const{code:oe,shiftKey:ue}=ie,de=ue?10:1;switch(oe){case EVENT_CODE.left:case EVENT_CODE.down:ie.preventDefault(),ie.stopPropagation(),re(-de);break;case EVENT_CODE.right:case EVENT_CODE.up:ie.preventDefault(),ie.stopPropagation(),re(de);break}}function re(ie){let oe=L.value+ie;oe=oe<0?0:oe>100?100:oe,e.color.set("alpha",oe)}return{thumb:n,bar:k,alpha:L,alphaLabel:$,handleDrag:V,handleClick:j,handleKeydown:z}},useAlphaSliderDOM=(e,{bar:t,thumb:y,handleDrag:n})=>{const k=getCurrentInstance(),L=useNamespace("color-alpha-slider"),$=ref$1(0),j=ref$1(0),V=ref$1();function z(){if(!y.value||e.vertical)return 0;const Ce=k.vnode.el,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$25=defineComponent({...__default__$18,props:alphaSliderProps,setup(e,{expose:t}){const y=e,{alpha:n,alphaLabel:k,bar:L,thumb:$,handleDrag:j,handleClick:V,handleKeydown:z}=useAlphaSlider(y),{rootKls:re,barKls:ie,barStyle:oe,thumbKls:ue,thumbStyle:de,update:pe}=useAlphaSliderDOM(y,{bar:L,thumb:$,handleDrag:j});return t({update:pe,bar:L,thumb:$}),(Ie,_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$25,[["__file","alpha-slider.vue"]]);const _sfc_main$24=defineComponent({name:"ElColorHueSlider",props:{color:{type:Object,required:!0},vertical:Boolean},setup(e){const t=useNamespace("color-hue-slider"),y=getCurrentInstance(),n=ref$1(),k=ref$1(),L=ref$1(0),$=ref$1(0),j=computed(()=>e.color.get("hue"));watch(()=>j.value,()=>{oe()});function V(ue){ue.target!==n.value&&z(ue)}function z(ue){if(!k.value||!n.value)return;const pe=y.vnode.el.getBoundingClientRect(),{clientX:Ie,clientY:_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$24,[["render",_sfc_render$q],["__file","hue-slider.vue"]]);const colorPickerProps=buildProps({modelValue:String,id:String,showAlpha:Boolean,colorFormat:String,disabled:Boolean,size:useSizeProp,popperClass:{type:String,default:""},tabindex:{type:[String,Number],default:0},teleported:useTooltipContentProps.teleported,predefine:{type:definePropType(Array)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),colorPickerEmits={[UPDATE_MODEL_EVENT]:e=>isString$3(e)||isNil(e),[CHANGE_EVENT]:e=>isString$3(e)||isNil(e),activeChange:e=>isString$3(e)||isNil(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},colorPickerContextKey=Symbol("colorPickerContextKey"),hsv2hsl=function(e,t,y){return[e,t*y/((e=(2-t)*y)<1?e:2-e)||0,e/2]},isOnePointZero=function(e){return typeof e=="string"&&e.includes(".")&&Number.parseFloat(e)===1},isPercentage=function(e){return typeof e=="string"&&e.includes("%")},bound01=function(e,t){isOnePointZero(e)&&(e="100%");const y=isPercentage(e);return e=Math.min(t,Math.max(0,Number.parseFloat(`${e}`))),y&&(e=Number.parseInt(`${e*t}`,10)/100),Math.abs(e-t)<1e-6?1:e%t/Number.parseFloat(t)},INT_HEX_MAP={10:"A",11:"B",12:"C",13:"D",14:"E",15:"F"},hexOne=e=>{e=Math.min(Math.round(e),255);const t=Math.floor(e/16),y=e%16;return`${INT_HEX_MAP[t]||t}${INT_HEX_MAP[y]||y}`},toHex=function({r:e,g:t,b:y}){return Number.isNaN(+e)||Number.isNaN(+t)||Number.isNaN(+y)?"":`#${hexOne(e)}${hexOne(t)}${hexOne(y)}`},HEX_INT_MAP={A:10,B:11,C:12,D:13,E:14,F:15},parseHexChannel=function(e){return e.length===2?(HEX_INT_MAP[e[0].toUpperCase()]||+e[0])*16+(HEX_INT_MAP[e[1].toUpperCase()]||+e[1]):HEX_INT_MAP[e[1].toUpperCase()]||+e[1]},hsl2hsv=function(e,t,y){t=t/100,y=y/100;let n=t;const k=Math.max(y,.01);y*=2,t*=y<=1?y:2-y,n*=k<=1?k:2-k;const L=(y+t)/2,$=y===0?2*n/(k+n):2*t/(y+t);return{h:e,s:$*100,v:L*100}},rgb2hsv=(e,t,y)=>{e=bound01(e,255),t=bound01(t,255),y=bound01(y,255);const n=Math.max(e,t,y),k=Math.min(e,t,y);let L;const $=n,j=n-k,V=n===0?0:j/n;if(n===k)L=0;else{switch(n){case e:{L=(t-y)/j+(t{this._hue=Math.max(0,Math.min(360,n)),this._saturation=Math.max(0,Math.min(100,k)),this._value=Math.max(0,Math.min(100,L)),this.doOnChange()};if(t.includes("hsl")){const n=t.replace(/hsla|hsl|\(|\)/gm,"").split(/\s|,/g).filter(k=>k!=="").map((k,L)=>L>2?Number.parseFloat(k):Number.parseInt(k,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:k,s:L,v:$}=hsl2hsv(n[0],n[1],n[2]);y(k,L,$)}}else if(t.includes("hsv")){const n=t.replace(/hsva|hsv|\(|\)/gm,"").split(/\s|,/g).filter(k=>k!=="").map((k,L)=>L>2?Number.parseFloat(k):Number.parseInt(k,10));n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3&&y(n[0],n[1],n[2])}else if(t.includes("rgb")){const n=t.replace(/rgba|rgb|\(|\)/gm,"").split(/\s|,/g).filter(k=>k!=="").map((k,L)=>L>2?Number.parseFloat(k):Number.parseInt(k,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:k,s:L,v:$}=rgb2hsv(n[0],n[1],n[2]);y(k,L,$)}}else if(t.includes("#")){const n=t.replace("#","").trim();if(!/^[0-9a-fA-F]{3}$|^[0-9a-fA-F]{6}$|^[0-9a-fA-F]{8}$/.test(n))return;let k,L,$;n.length===3?(k=parseHexChannel(n[0]+n[0]),L=parseHexChannel(n[1]+n[1]),$=parseHexChannel(n[2]+n[2])):(n.length===6||n.length===8)&&(k=parseHexChannel(n.slice(0,2)),L=parseHexChannel(n.slice(2,4)),$=parseHexChannel(n.slice(4,6))),n.length===8?this._alpha=parseHexChannel(n.slice(6))/255*100:(n.length===3||n.length===6)&&(this._alpha=100);const{h:j,s:V,v:z}=rgb2hsv(k,L,$);y(j,V,z)}}compare(t){return Math.abs(t._hue-this._hue)<2&&Math.abs(t._saturation-this._saturation)<1&&Math.abs(t._value-this._value)<1&&Math.abs(t._alpha-this._alpha)<1}doOnChange(){const{_hue:t,_saturation:y,_value:n,_alpha:k,format:L}=this;if(this.enableAlpha)switch(L){case"hsl":{const $=hsv2hsl(t,y/100,n/100);this.value=`hsla(${t}, ${Math.round($[1]*100)}%, ${Math.round($[2]*100)}%, ${this.get("alpha")/100})`;break}case"hsv":{this.value=`hsva(${t}, ${Math.round(y)}%, ${Math.round(n)}%, ${this.get("alpha")/100})`;break}case"hex":{this.value=`${toHex(hsv2rgb(t,y,n))}${hexOne(k*255/100)}`;break}default:{const{r:$,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgba(${$}, ${j}, ${V}, ${this.get("alpha")/100})`}}else switch(L){case"hsl":{const $=hsv2hsl(t,y/100,n/100);this.value=`hsl(${t}, ${Math.round($[1]*100)}%, ${Math.round($[2]*100)}%)`;break}case"hsv":{this.value=`hsv(${t}, ${Math.round(y)}%, ${Math.round(n)}%)`;break}case"rgb":{const{r:$,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgb(${$}, ${j}, ${V})`;break}default:this.value=toHex(hsv2rgb(t,y,n))}}}const _sfc_main$23=defineComponent({props:{colors:{type:Array,required:!0},color:{type:Object,required:!0},enableAlpha:{type:Boolean,required:!0}},setup(e){const t=useNamespace("color-predefine"),{currentColor:y}=inject(colorPickerContextKey),n=ref$1(L(e.colors,e.color));watch(()=>y.value,$=>{const j=new Color;j.fromString($),n.value.forEach(V=>{V.selected=j.compare(V)})}),watchEffect(()=>{n.value=L(e.colors,e.color)});function k($){e.color.fromString(e.colors[$])}function L($,j){return $.map(V=>{const z=new Color;return z.enableAlpha=e.enableAlpha,z.format="rgba",z.fromString(V),z.selected=z.value===j.value,z})}return{rgbaColors:n,handleSelect:k,ns:t}}});function _sfc_render$p(e,t,y,n,k,L){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.b())},[createBaseVNode("div",{class:normalizeClass(e.ns.e("colors"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.rgbaColors,($,j)=>(openBlock(),createElementBlock("div",{key:e.colors[j],class:normalizeClass([e.ns.e("color-selector"),e.ns.is("alpha",$._alpha<100),{selected:$.selected}]),onClick:V=>e.handleSelect(j)},[createBaseVNode("div",{style:normalizeStyle({backgroundColor:$.value})},null,4)],10,["onClick"]))),128))],2)],2)}var Predefine=_export_sfc$1(_sfc_main$23,[["render",_sfc_render$p],["__file","predefine.vue"]]);const _sfc_main$22=defineComponent({name:"ElSlPanel",props:{color:{type:Object,required:!0}},setup(e){const t=useNamespace("color-svpanel"),y=getCurrentInstance(),n=ref$1(0),k=ref$1(0),L=ref$1("hsl(0, 100%, 50%)"),$=computed(()=>{const z=e.color.get("hue"),re=e.color.get("value");return{hue:z,value:re}});function j(){const z=e.color.get("saturation"),re=e.color.get("value"),ie=y.vnode.el,{clientWidth:oe,clientHeight:ue}=ie;k.value=z*oe/100,n.value=(100-re)*ue/100,L.value=`hsl(${e.color.get("hue")}, 100%, 50%)`}function V(z){const ie=y.vnode.el.getBoundingClientRect(),{clientX:oe,clientY:ue}=getClientXY(z);let de=oe-ie.left,pe=ue-ie.top;de=Math.max(0,de),de=Math.min(de,ie.width),pe=Math.max(0,pe),pe=Math.min(pe,ie.height),k.value=de,n.value=pe,e.color.set({saturation:de/ie.width*100,value:100-pe/ie.height*100})}return watch(()=>$.value,()=>{j()}),onMounted(()=>{draggable(y.vnode.el,{drag:z=>{V(z)},end:z=>{V(z)}}),j()}),{cursorTop:n,cursorLeft:k,background:L,colorValue:$,handleDrag:V,update:j,ns:t}}});function _sfc_render$o(e,t,y,n,k,L){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.b()),style:normalizeStyle({backgroundColor:e.background})},[createBaseVNode("div",{class:normalizeClass(e.ns.e("white"))},null,2),createBaseVNode("div",{class:normalizeClass(e.ns.e("black"))},null,2),createBaseVNode("div",{class:normalizeClass(e.ns.e("cursor")),style:normalizeStyle({top:e.cursorTop+"px",left:e.cursorLeft+"px"})},[createBaseVNode("div")],6)],6)}var SvPanel=_export_sfc$1(_sfc_main$22,[["render",_sfc_render$o],["__file","sv-panel.vue"]]);const __default__$17=defineComponent({name:"ElColorPicker"}),_sfc_main$21=defineComponent({...__default__$17,props:colorPickerProps,emits:colorPickerEmits,setup(e,{expose:t,emit:y}){const n=e,{t:k}=useLocale(),L=useNamespace("color"),{formItem:$}=useFormItem(),j=useFormSize(),V=useFormDisabled(),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:$}),ie=ref$1(),oe=ref$1(),ue=ref$1(),de=ref$1(),pe=ref$1(),Ie=ref$1(),{isFocused:_e,handleFocus:Ce,handleBlur:he}=useFocusController(pe,{beforeFocus(){return V.value},beforeBlur(jr){var Hr;return(Hr=de.value)==null?void 0:Hr.isFocusInsideContent(jr)},afterBlur(){nr(!1),hr()}});let Ne=!0;const Fe=reactive(new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue})),Ue=ref$1(!1),kt=ref$1(!1),Et=ref$1(""),Ve=computed(()=>!n.modelValue&&!kt.value?"transparent":ar(Fe,n.showAlpha)),qe=computed(()=>!n.modelValue&&!kt.value?"":Fe.value),jt=computed(()=>re.value?void 0:n.ariaLabel||k("el.colorpicker.defaultLabel")),tr=computed(()=>re.value?$==null?void 0:$.labelId:void 0),rr=computed(()=>[L.b("picker"),L.is("disabled",V.value),L.bm("picker",j.value),L.is("focused",_e.value)]);function ar(jr,Hr){if(!(jr instanceof Color))throw new TypeError("color should be instance of _color Class");const{r:Ur,g:zr,b:Sr}=jr.toRgb();return Hr?`rgba(${Ur}, ${zr}, ${Sr}, ${jr.get("alpha")/100})`:`rgb(${Ur}, ${zr}, ${Sr})`}function nr(jr){Ue.value=jr}const ur=debounce(nr,100,{leading:!0});function cr(){V.value||nr(!0)}function _r(){ur(!1),hr()}function hr(){nextTick$1(()=>{n.modelValue?Fe.fromString(n.modelValue):(Fe.value="",nextTick$1(()=>{kt.value=!1}))})}function Er(){V.value||ur(!Ue.value)}function kr(){Fe.fromString(Et.value)}function xr(){const jr=Fe.value;y(UPDATE_MODEL_EVENT,jr),y("change",jr),n.validateEvent&&($==null||$.validate("change").catch(Hr=>void 0)),ur(!1),nextTick$1(()=>{const Hr=new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue});Fe.compare(Hr)||hr()})}function yr(){ur(!1),y(UPDATE_MODEL_EVENT,null),y("change",null),n.modelValue!==null&&n.validateEvent&&($==null||$.validate("change").catch(jr=>void 0)),hr()}function vr(){Ue.value&&(_r(),_e.value&&mr())}function Rr(jr){jr.preventDefault(),jr.stopPropagation(),nr(!1),hr()}function Br(jr){switch(jr.code){case EVENT_CODE.enter:case EVENT_CODE.space:jr.preventDefault(),jr.stopPropagation(),cr(),Ie.value.focus();break;case EVENT_CODE.esc:Rr(jr);break}}function mr(){pe.value.focus()}function gr(){pe.value.blur()}return onMounted(()=>{n.modelValue&&(Et.value=qe.value)}),watch(()=>n.modelValue,jr=>{jr?jr&&jr!==Fe.value&&(Ne=!1,Fe.fromString(jr)):kt.value=!1}),watch(()=>qe.value,jr=>{Et.value=jr,Ne&&y("activeChange",jr),Ne=!0}),watch(()=>Fe.value,()=>{!n.modelValue&&!kt.value&&(kt.value=!0)}),watch(()=>Ue.value,()=>{nextTick$1(()=>{var jr,Hr,Ur;(jr=ie.value)==null||jr.update(),(Hr=oe.value)==null||Hr.update(),(Ur=ue.value)==null||Ur.update()})}),provide(colorPickerContextKey,{currentColor:qe}),t({color:Fe,show:cr,hide:_r,focus:mr,blur:gr}),(jr,Hr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popper",ref:de,visible:Ue.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[unref(L).be("picker","panel"),unref(L).b("dropdown"),jr.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",teleported:jr.teleported,transition:`${unref(L).namespace.value}-zoom-in-top`,persistent:"",onHide:Ur=>nr(!1)},{content:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{onKeydown:withKeys(Rr,["esc"])},[createBaseVNode("div",{class:normalizeClass(unref(L).be("dropdown","main-wrapper"))},[createVNode(HueSlider,{ref_key:"hue",ref:ie,class:"hue-slider",color:unref(Fe),vertical:""},null,8,["color"]),createVNode(SvPanel,{ref_key:"sv",ref:oe,color:unref(Fe)},null,8,["color"])],2),jr.showAlpha?(openBlock(),createBlock(AlphaSlider,{key:0,ref_key:"alpha",ref:ue,color:unref(Fe)},null,8,["color"])):createCommentVNode("v-if",!0),jr.predefine?(openBlock(),createBlock(Predefine,{key:1,ref:"predefine","enable-alpha":jr.showAlpha,color:unref(Fe),colors:jr.predefine},null,8,["enable-alpha","color","colors"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).be("dropdown","btns"))},[createBaseVNode("span",{class:normalizeClass(unref(L).be("dropdown","value"))},[createVNode(unref(ElInput),{ref_key:"inputRef",ref:Ie,modelValue:Et.value,"onUpdate:modelValue":Ur=>Et.value=Ur,"validate-event":!1,size:"small",onKeyup:withKeys(kr,["enter"]),onBlur:kr},null,8,["modelValue","onUpdate:modelValue","onKeyup"])],2),createVNode(unref(ElButton),{class:normalizeClass(unref(L).be("dropdown","link-btn")),text:"",size:"small",onClick:yr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(k)("el.colorpicker.clear")),1)]),_:1},8,["class"]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(L).be("dropdown","btn")),onClick:xr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(k)("el.colorpicker.confirm")),1)]),_:1},8,["class"])],2)],40,["onKeydown"])),[[unref(ClickOutside),vr]])]),default:withCtx(()=>[createBaseVNode("div",mergeProps({id:unref(z),ref_key:"triggerRef",ref:pe},jr.$attrs,{class:unref(rr),role:"button","aria-label":unref(jt),"aria-labelledby":unref(tr),"aria-description":unref(k)("el.colorpicker.description",{color:jr.modelValue||""}),"aria-disabled":unref(V),tabindex:unref(V)?-1:jr.tabindex,onKeydown:Br,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:Er},[createBaseVNode("span",{class:normalizeClass([unref(L).be("picker","color"),unref(L).is("alpha",jr.showAlpha)])},[createBaseVNode("span",{class:normalizeClass(unref(L).be("picker","color-inner")),style:normalizeStyle({backgroundColor:unref(Ve)})},[withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(L).be("picker","icon"),unref(L).is("icon-arrow-down")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"]),[[vShow,jr.modelValue||kt.value]]),withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(L).be("picker","empty"),unref(L).is("icon-close")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"]),[[vShow,!jr.modelValue&&!kt.value]])],6)],2)],2)],16,["id","aria-label","aria-labelledby","aria-description","aria-disabled","tabindex","onFocus","onBlur"])]),_:1},8,["visible","popper-class","teleported","transition","onHide"]))}});var ColorPicker=_export_sfc$1(_sfc_main$21,[["__file","color-picker.vue"]]);const ElColorPicker=withInstall(ColorPicker),__default__$16=defineComponent({name:"ElContainer"}),_sfc_main$20=defineComponent({...__default__$16,props:{direction:{type:String}},setup(e){const t=e,y=useSlots(),n=useNamespace("container"),k=computed(()=>t.direction==="vertical"?!0:t.direction==="horizontal"?!1:y&&y.default?y.default().some($=>{const j=$.type.name;return j==="ElHeader"||j==="ElFooter"}):!1);return(L,$)=>(openBlock(),createElementBlock("section",{class:normalizeClass([unref(n).b(),unref(n).is("vertical",unref(k))])},[renderSlot(L.$slots,"default")],2))}});var Container=_export_sfc$1(_sfc_main$20,[["__file","container.vue"]]);const __default__$15=defineComponent({name:"ElAside"}),_sfc_main$1$=defineComponent({...__default__$15,props:{width:{type:String,default:null}},setup(e){const t=e,y=useNamespace("aside"),n=computed(()=>t.width?y.cssVarBlock({width:t.width}):{});return(k,L)=>(openBlock(),createElementBlock("aside",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot(k.$slots,"default")],6))}});var Aside=_export_sfc$1(_sfc_main$1$,[["__file","aside.vue"]]);const __default__$14=defineComponent({name:"ElFooter"}),_sfc_main$1_=defineComponent({...__default__$14,props:{height:{type:String,default:null}},setup(e){const t=e,y=useNamespace("footer"),n=computed(()=>t.height?y.cssVarBlock({height:t.height}):{});return(k,L)=>(openBlock(),createElementBlock("footer",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot(k.$slots,"default")],6))}});var Footer$2=_export_sfc$1(_sfc_main$1_,[["__file","footer.vue"]]);const __default__$13=defineComponent({name:"ElHeader"}),_sfc_main$1Z=defineComponent({...__default__$13,props:{height:{type:String,default:null}},setup(e){const t=e,y=useNamespace("header"),n=computed(()=>t.height?y.cssVarBlock({height:t.height}):{});return(k,L)=>(openBlock(),createElementBlock("header",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot(k.$slots,"default")],6))}});var Header=_export_sfc$1(_sfc_main$1Z,[["__file","header.vue"]]);const __default__$12=defineComponent({name:"ElMain"}),_sfc_main$1Y=defineComponent({...__default__$12,setup(e){const t=useNamespace("main");return(y,n)=>(openBlock(),createElementBlock("main",{class:normalizeClass(unref(t).b())},[renderSlot(y.$slots,"default")],2))}});var Main=_export_sfc$1(_sfc_main$1Y,[["__file","main.vue"]]);const ElContainer=withInstall(Container,{Aside,Footer:Footer$2,Header,Main}),ElAside=withNoopInstall(Aside),ElFooter=withNoopInstall(Footer$2),ElHeader=withNoopInstall(Header),ElMain=withNoopInstall(Main);var advancedFormat$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){var k=n.prototype,L=k.format;k.format=function($){var j=this,V=this.$locale();if(!this.isValid())return L.bind(this)($);var z=this.$utils(),re=($||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(ie){switch(ie){case"Q":return Math.ceil((j.$M+1)/3);case"Do":return V.ordinal(j.$D);case"gggg":return j.weekYear();case"GGGG":return j.isoWeekYear();case"wo":return V.ordinal(j.week(),"W");case"w":case"ww":return z.s(j.week(),ie==="w"?1:2,"0");case"W":case"WW":return z.s(j.isoWeek(),ie==="W"?1:2,"0");case"k":case"kk":return z.s(String(j.$H===0?24:j.$H),ie==="k"?1:2,"0");case"X":return Math.floor(j.$d.getTime()/1e3);case"x":return j.$d.getTime();case"z":return"["+j.offsetName()+"]";case"zzz":return"["+j.offsetName("long")+"]";default:return ie}});return L.bind(this)(re)}}})})(advancedFormat$1);var advancedFormatExports=advancedFormat$1.exports;const advancedFormat=getDefaultExportFromCjs(advancedFormatExports);var weekOfYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y="week",n="year";return function(k,L,$){var j=L.prototype;j.week=function(V){if(V===void 0&&(V=null),V!==null)return this.add(7*(V-this.week()),"day");var z=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var re=$(this).startOf(n).add(1,n).date(z),ie=$(this).endOf(y);if(re.isBefore(ie))return 1}var oe=$(this).startOf(n).date(z).startOf(y).subtract(1,"millisecond"),ue=this.diff(oe,y,!0);return ue<0?$(this).startOf("week").week():Math.ceil(ue)},j.weeks=function(V){return V===void 0&&(V=null),this.week(V)}}})})(weekOfYear$1);var weekOfYearExports=weekOfYear$1.exports;const weekOfYear=getDefaultExportFromCjs(weekOfYearExports);var weekYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.weekYear=function(){var k=this.month(),L=this.week(),$=this.year();return L===1&&k===11?$+1:k===0&&L>=52?$-1:$}}})})(weekYear$1);var weekYearExports=weekYear$1.exports;const weekYear=getDefaultExportFromCjs(weekYearExports);var dayOfYear$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n,k){n.prototype.dayOfYear=function(L){var $=Math.round((k(this).startOf("day")-k(this).startOf("year"))/864e5)+1;return L==null?$:this.add(L-$,"day")}}})})(dayOfYear$1);var dayOfYearExports=dayOfYear$1.exports;const dayOfYear=getDefaultExportFromCjs(dayOfYearExports);var isSameOrAfter$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.isSameOrAfter=function(k,L){return this.isSame(k,L)||this.isAfter(k,L)}}})})(isSameOrAfter$1);var isSameOrAfterExports=isSameOrAfter$1.exports;const isSameOrAfter=getDefaultExportFromCjs(isSameOrAfterExports);var isSameOrBefore$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n){n.prototype.isSameOrBefore=function(k,L){return this.isSame(k,L)||this.isBefore(k,L)}}})})(isSameOrBefore$1);var isSameOrBeforeExports=isSameOrBefore$1.exports;const isSameOrBefore=getDefaultExportFromCjs(isSameOrBeforeExports),ROOT_PICKER_INJECTION_KEY=Symbol(),datePickerProps=buildProps({...timePickerDefaultProps,type:{type:definePropType(String),default:"date"}}),selectionModes=["date","dates","year","years","month","months","week","range"],datePickerSharedProps=buildProps({disabledDate:{type:definePropType(Function)},date:{type:definePropType(Object),required:!0},minDate:{type:definePropType(Object)},maxDate:{type:definePropType(Object)},parsedValue:{type:definePropType([Object,Array])},rangeState:{type:definePropType(Object),default:()=>({endDate:null,selecting:!1})}}),panelSharedProps=buildProps({type:{type:definePropType(String),required:!0,values:datePickTypes},dateFormat:String,timeFormat:String}),panelRangeSharedProps=buildProps({unlinkPanels:Boolean,parsedValue:{type:definePropType(Array)}}),selectionModeWithDefault=e=>({type:String,values:selectionModes,default:e}),panelDatePickProps=buildProps({...panelSharedProps,parsedValue:{type:definePropType([Object,Array])},visible:{type:Boolean},format:{type:String,default:""}}),basicDateTableProps=buildProps({...datePickerSharedProps,cellClassName:{type:definePropType(Function)},showWeekNumber:Boolean,selectionMode:selectionModeWithDefault("date")}),basicDateTableEmits=["changerange","pick","select"],isValidRange=e=>{if(!isArray$2(e))return!1;const[t,y]=e;return dayjs.isDayjs(t)&&dayjs.isDayjs(y)&&t.isSameOrBefore(y)},getDefaultValue$1=(e,{lang:t,unit:y,unlinkPanels:n})=>{let k;if(isArray$2(e)){let[L,$]=e.map(j=>dayjs(j).locale(t));return n||($=L.add(1,y)),[L,$]}else e?k=dayjs(e):k=dayjs();return k=k.locale(t),[k,k.add(1,y)]},buildPickerTable=(e,t,{columnIndexOffset:y,startDate:n,nextEndDate:k,now:L,unit:$,relativeDateGetter:j,setCellMetadata:V,setRowMetadata:z})=>{for(let re=0;re["normal","today"].includes(e),useBasicDateTable=(e,t)=>{const{lang:y}=useLocale(),n=ref$1(),k=ref$1(),L=ref$1(),$=ref$1(),j=ref$1([[],[],[],[],[],[]]);let V=!1;const z=e.date.$locale().weekStart||7,re=e.date.locale("en").localeData().weekdaysShort().map(hr=>hr.toLowerCase()),ie=computed(()=>z>3?7-z:-z),oe=computed(()=>{const hr=e.date.startOf("month");return hr.subtract(hr.day()||7,"day")}),ue=computed(()=>re.concat(re).slice(z,z+7)),de=computed(()=>flatten(unref(Ne)).some(hr=>hr.isCurrent)),pe=computed(()=>{const hr=e.date.startOf("month"),Er=hr.day()||7,kr=hr.daysInMonth(),xr=hr.subtract(1,"month").daysInMonth();return{startOfMonthDay:Er,dateCountOfMonth:kr,dateCountOfLastMonth:xr}}),Ie=computed(()=>e.selectionMode==="dates"?castArray(e.parsedValue):[]),_e=(hr,{count:Er,rowIndex:kr,columnIndex:xr})=>{const{startOfMonthDay:yr,dateCountOfMonth:vr,dateCountOfLastMonth:Rr}=unref(pe),Br=unref(ie);if(kr>=0&&kr<=1){const mr=yr+Br<0?7+yr+Br:yr+Br;if(xr+kr*7>=mr)return hr.text=Er,!0;hr.text=Rr-(mr-xr%7)+1+kr*7,hr.type="prev-month"}else return Er<=vr?hr.text=Er:(hr.text=Er-vr,hr.type="next-month"),!0;return!1},Ce=(hr,{columnIndex:Er,rowIndex:kr},xr)=>{const{disabledDate:yr,cellClassName:vr}=e,Rr=unref(Ie),Br=_e(hr,{count:xr,rowIndex:kr,columnIndex:Er}),mr=hr.dayjs.toDate();return hr.selected=Rr.find(gr=>gr.isSame(hr.dayjs,"day")),hr.isSelected=!!hr.selected,hr.isCurrent=Ue(hr),hr.disabled=yr==null?void 0:yr(mr),hr.customClass=vr==null?void 0:vr(mr),Br},he=hr=>{if(e.selectionMode==="week"){const[Er,kr]=e.showWeekNumber?[1,7]:[0,6],xr=_r(hr[Er+1]);hr[Er].inRange=xr,hr[Er].start=xr,hr[kr].inRange=xr,hr[kr].end=xr}},Ne=computed(()=>{const{minDate:hr,maxDate:Er,rangeState:kr,showWeekNumber:xr}=e,yr=unref(ie),vr=unref(j),Rr="day";let Br=1;if(xr)for(let mr=0;mr<6;mr++)vr[mr][0]||(vr[mr][0]={type:"week",text:unref(oe).add(mr*7+1,Rr).week()});return buildPickerTable({row:6,column:7},vr,{startDate:hr,columnIndexOffset:xr?1:0,nextEndDate:kr.endDate||Er||kr.selecting&&hr||null,now:dayjs().locale(unref(y)).startOf(Rr),unit:Rr,relativeDateGetter:mr=>unref(oe).add(mr-yr,Rr),setCellMetadata:(...mr)=>{Ce(...mr,Br)&&(Br+=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()},Ue=hr=>e.selectionMode==="date"&&isNormalDay(hr.type)&&kt(hr,e.parsedValue),kt=(hr,Er)=>Er?dayjs(Er).locale(unref(y)).isSame(e.date.date(Number(hr.text)),"day"):!1,Et=(hr,Er)=>{const kr=hr*7+(Er-(e.showWeekNumber?1:0))-unref(ie);return unref(oe).add(kr,"day")},Ve=hr=>{var Er;if(!e.rangeState.selecting)return;let kr=hr.target;if(kr.tagName==="SPAN"&&(kr=(Er=kr.parentNode)==null?void 0:Er.parentNode),kr.tagName==="DIV"&&(kr=kr.parentNode),kr.tagName!=="TD")return;const xr=kr.parentNode.rowIndex-1,yr=kr.cellIndex;unref(Ne)[xr][yr].disabled||(xr!==unref(L)||yr!==unref($))&&(L.value=xr,$.value=yr,t("changerange",{selecting:!0,endDate:Et(xr,yr)}))},qe=hr=>!unref(de)&&(hr==null?void 0:hr.text)===1&&hr.type==="normal"||hr.isCurrent,jt=hr=>{V||unref(de)||e.selectionMode!=="date"||cr(hr,!0)},tr=hr=>{hr.target.closest("td")&&(V=!0)},rr=hr=>{hr.target.closest("td")&&(V=!1)},ar=hr=>{!e.rangeState.selecting||!e.minDate?(t("pick",{minDate:hr,maxDate:null}),t("select",!0)):(hr>=e.minDate?t("pick",{minDate:e.minDate,maxDate:hr}):t("pick",{minDate:hr,maxDate:e.minDate}),t("select",!1))},nr=hr=>{const Er=hr.week(),kr=`${hr.year()}w${Er}`;t("pick",{year:hr.year(),week:Er,value:kr,date:hr.startOf("week")})},ur=(hr,Er)=>{const kr=Er?castArray(e.parsedValue).filter(xr=>(xr==null?void 0:xr.valueOf())!==hr.valueOf()):castArray(e.parsedValue).concat([hr]);t("pick",kr)},cr=(hr,Er=!1)=>{const kr=hr.target.closest("td");if(!kr)return;const xr=kr.parentNode.rowIndex-1,yr=kr.cellIndex,vr=unref(Ne)[xr][yr];if(vr.disabled||vr.type==="week")return;const Rr=Et(xr,yr);switch(e.selectionMode){case"range":{ar(Rr);break}case"date":{t("pick",Rr,Er);break}case"week":{nr(Rr);break}case"dates":{ur(Rr,!!vr.selected);break}}},_r=hr=>{if(e.selectionMode!=="week")return!1;let Er=e.date.startOf("day");if(hr.type==="prev-month"&&(Er=Er.subtract(1,"month")),hr.type==="next-month"&&(Er=Er.add(1,"month")),Er=Er.date(Number.parseInt(hr.text,10)),e.parsedValue&&!Array.isArray(e.parsedValue)){const kr=(e.parsedValue.day()-z+7)%7-1;return e.parsedValue.subtract(kr,"day").isSame(Er,"day")}return!1};return{WEEKS:ue,rows:Ne,tbodyRef:n,currentCellRef:k,focus:Fe,isCurrent:Ue,isWeekActive:_r,isSelectedCell:qe,handlePickDate:cr,handleMouseUp:rr,handleMouseDown:tr,handleMouseMove:Ve,handleFocus:jt}},useBasicDateTableDOM=(e,{isCurrent:t,isWeekActive:y})=>{const n=useNamespace("date-table"),{t:k}=useLocale(),L=computed(()=>[n.b(),{"is-week-mode":e.selectionMode==="week"}]),$=computed(()=>k("el.datepicker.dateTablePrompt")),j=computed(()=>k("el.datepicker.week"));return{tableKls:L,tableLabel:$,weekLabel:j,getCellClasses:re=>{const ie=[];return isNormalDay(re.type)&&!re.disabled?(ie.push("available"),re.type==="today"&&ie.push("today")):ie.push(re.type),t(re)&&ie.push("current"),re.inRange&&(isNormalDay(re.type)||e.selectionMode==="week")&&(ie.push("in-range"),re.start&&ie.push("start-date"),re.end&&ie.push("end-date")),re.disabled&&ie.push("disabled"),re.selected&&ie.push("selected"),re.customClass&&ie.push(re.customClass),ie.join(" ")},getRowKls:re=>[n.e("row"),{current:y(re)}],t:k}},basicCellProps=buildProps({cell:{type:definePropType(Object)}});var ElDatePickerCell=defineComponent({name:"ElDatePickerCell",props:basicCellProps,setup(e){const t=useNamespace("date-table-cell"),{slots:y}=inject(ROOT_PICKER_INJECTION_KEY);return()=>{const{cell:n}=e;return renderSlot(y,"default",{...n},()=>{var k;return[createVNode("div",{class:t.b()},[createVNode("span",{class:t.e("text")},[(k=n==null?void 0:n.renderText)!=null?k:n==null?void 0:n.text])])]})}}});const _sfc_main$1X=defineComponent({__name:"basic-date-table",props:basicDateTableProps,emits:basicDateTableEmits,setup(e,{expose:t,emit:y}){const n=e,{WEEKS:k,rows:L,tbodyRef:$,currentCellRef:j,focus:V,isCurrent:z,isWeekActive:re,isSelectedCell:ie,handlePickDate:oe,handleMouseUp:ue,handleMouseDown:de,handleMouseMove:pe,handleFocus:Ie}=useBasicDateTable(n,y),{tableLabel:_e,tableKls:Ce,weekLabel:he,getCellClasses:Ne,getRowKls:Fe,t:Ue}=useBasicDateTableDOM(n,{isCurrent:z,isWeekActive:re});return t({focus:V}),(kt,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,[kt.showWeekNumber?(openBlock(),createElementBlock("th",{key:0,scope:"col"},toDisplayString(unref(he)),1)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(k),(Ve,qe)=>(openBlock(),createElementBlock("th",{key:qe,"aria-label":unref(Ue)("el.datepicker.weeksFull."+Ve),scope:"col"},toDisplayString(unref(Ue)("el.datepicker.weeks."+Ve)),9,["aria-label"]))),128))]),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(L),(Ve,qe)=>(openBlock(),createElementBlock("tr",{key:qe,class:normalizeClass(unref(Fe)(Ve[1]))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ve,(jt,tr)=>(openBlock(),createElementBlock("td",{key:`${qe}.${tr}`,ref_for:!0,ref:rr=>unref(ie)(jt)&&(j.value=rr),class:normalizeClass(unref(Ne)(jt)),"aria-current":jt.isCurrent?"date":void 0,"aria-selected":jt.isCurrent,tabindex:unref(ie)(jt)?0:-1,onFocus:unref(Ie)},[createVNode(unref(ElDatePickerCell),{cell:jt},null,8,["cell"])],42,["aria-current","aria-selected","tabindex","onFocus"]))),128))],2))),128))],512)],42,["aria-label","onClick","onMousemove","onMousedown","onMouseup"]))}});var DateTable=_export_sfc$1(_sfc_main$1X,[["__file","basic-date-table.vue"]]);const basicMonthTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("month")}),_sfc_main$1W=defineComponent({__name:"basic-month-table",props:basicMonthTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,k=(Ne,Fe,Ue)=>{const kt=dayjs().locale(Ue).startOf("month").month(Fe).year(Ne),Et=kt.daysInMonth();return rangeArr(Et).map(Ve=>kt.add(Ve,"day").toDate())},L=useNamespace("month-table"),{t:$,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=ref$1(n.date.locale("en").localeData().monthsShort().map(Ne=>Ne.toLowerCase())),ie=ref$1([[],[],[]]),oe=ref$1(),ue=ref$1(),de=computed(()=>{var Ne,Fe;const Ue=ie.value,kt=dayjs().locale(j.value).startOf("month");for(let Et=0;Et<3;Et++){const Ve=Ue[Et];for(let qe=0;qe<4;qe++){const jt=Ve[qe]||(Ve[qe]={row:Et,column:qe,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1});jt.type="normal";const tr=Et*4+qe,rr=n.date.startOf("year").month(tr),ar=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;jt.inRange=!!(n.minDate&&rr.isSameOrAfter(n.minDate,"month")&&ar&&rr.isSameOrBefore(ar,"month"))||!!(n.minDate&&rr.isSameOrBefore(n.minDate,"month")&&ar&&rr.isSameOrAfter(ar,"month")),(Ne=n.minDate)!=null&&Ne.isSameOrAfter(ar)?(jt.start=!!(ar&&rr.isSame(ar,"month")),jt.end=n.minDate&&rr.isSame(n.minDate,"month")):(jt.start=!!(n.minDate&&rr.isSame(n.minDate,"month")),jt.end=!!(ar&&rr.isSame(ar,"month"))),kt.isSame(rr)&&(jt.type="today"),jt.text=tr,jt.disabled=((Fe=n.disabledDate)==null?void 0:Fe.call(n,rr.toDate()))||!1}}return Ue}),pe=()=>{var Ne;(Ne=z.value)==null||Ne.focus()},Ie=Ne=>{const Fe={},Ue=n.date.year(),kt=new Date,Et=Ne.text;return Fe.disabled=n.disabledDate?k(Ue,Et,j.value).every(n.disabledDate):!1,Fe.current=castArray(n.parsedValue).findIndex(Ve=>dayjs.isDayjs(Ve)&&Ve.year()===Ue&&Ve.month()===Et)>=0,Fe.today=kt.getFullYear()===Ue&&kt.getMonth()===Et,Ne.inRange&&(Fe["in-range"]=!0,Ne.start&&(Fe["start-date"]=!0),Ne.end&&(Fe["end-date"]=!0)),Fe},_e=Ne=>{const Fe=n.date.year(),Ue=Ne.text;return castArray(n.date).findIndex(kt=>kt.year()===Fe&&kt.month()===Ue)>=0},Ce=Ne=>{var Fe;if(!n.rangeState.selecting)return;let Ue=Ne.target;if(Ue.tagName==="SPAN"&&(Ue=(Fe=Ue.parentNode)==null?void 0:Fe.parentNode),Ue.tagName==="DIV"&&(Ue=Ue.parentNode),Ue.tagName!=="TD")return;const kt=Ue.parentNode.rowIndex,Et=Ue.cellIndex;de.value[kt][Et].disabled||(kt!==oe.value||Et!==ue.value)&&(oe.value=kt,ue.value=Et,y("changerange",{selecting:!0,endDate:n.date.startOf("year").month(kt*4+Et)}))},he=Ne=>{var Fe;const Ue=(Fe=Ne.target)==null?void 0:Fe.closest("td");if((Ue==null?void 0:Ue.tagName)!=="TD"||hasClass(Ue,"disabled"))return;const kt=Ue.cellIndex,Ve=Ue.parentNode.rowIndex*4+kt,qe=n.date.startOf("year").month(Ve);if(n.selectionMode==="months"){if(Ne.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const jt=n.date.startOf("month").month(Ve),tr=hasClass(Ue,"current")?castArray(n.parsedValue).filter(rr=>Number(rr)!==Number(jt)):castArray(n.parsedValue).concat([dayjs(jt)]);y("pick",tr)}else n.selectionMode==="range"?n.rangeState.selecting?(n.minDate&&qe>=n.minDate?y("pick",{minDate:n.minDate,maxDate:qe}):y("pick",{minDate:qe,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:qe,maxDate:null}),y("select",!0)):y("pick",Ve)};return watch(()=>n.date,async()=>{var Ne,Fe;(Ne=V.value)!=null&&Ne.contains(document.activeElement)&&(await nextTick$1(),(Fe=z.value)==null||Fe.focus())}),t({focus:pe}),(Ne,Fe)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref($)("el.datepicker.monthTablePrompt"),class:normalizeClass(unref(L).b()),onClick:he,onMousemove:Ce},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),(Ue,kt)=>(openBlock(),createElementBlock("tr",{key:kt},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue,(Et,Ve)=>(openBlock(),createElementBlock("td",{key:Ve,ref_for:!0,ref:qe=>_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$1W,[["__file","basic-month-table.vue"]]);const basicYearTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("year")}),_sfc_main$1V=defineComponent({__name:"basic-year-table",props:basicYearTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,k=(Ne,Fe)=>{const Ue=dayjs(String(Ne)).locale(Fe).startOf("year"),Et=Ue.endOf("year").dayOfYear();return rangeArr(Et).map(Ve=>Ue.add(Ve,"day").toDate())},L=useNamespace("year-table"),{t:$,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=computed(()=>Math.floor(n.date.year()/10)*10),ie=ref$1([[],[],[]]),oe=ref$1(),ue=ref$1(),de=computed(()=>{var Ne;const Fe=ie.value,Ue=dayjs().locale(j.value).startOf("year");for(let kt=0;kt<3;kt++){const Et=Fe[kt];for(let Ve=0;Ve<4&&!(kt*4+Ve>=10);Ve++){let qe=Et[Ve];qe||(qe={row:kt,column:Ve,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1}),qe.type="normal";const jt=kt*4+Ve+re.value,tr=dayjs().year(jt),rr=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;qe.inRange=!!(n.minDate&&tr.isSameOrAfter(n.minDate,"year")&&rr&&tr.isSameOrBefore(rr,"year"))||!!(n.minDate&&tr.isSameOrBefore(n.minDate,"year")&&rr&&tr.isSameOrAfter(rr,"year")),(Ne=n.minDate)!=null&&Ne.isSameOrAfter(rr)?(qe.start=!!(rr&&tr.isSame(rr,"year")),qe.end=!!(n.minDate&&tr.isSame(n.minDate,"year"))):(qe.start=!!(n.minDate&&tr.isSame(n.minDate,"year")),qe.end=!!(rr&&tr.isSame(rr,"year"))),Ue.isSame(tr)&&(qe.type="today"),qe.text=jt;const nr=tr.toDate();qe.disabled=n.disabledDate&&n.disabledDate(nr)||!1,Et[Ve]=qe}}return Fe}),pe=()=>{var Ne;(Ne=z.value)==null||Ne.focus()},Ie=Ne=>{const Fe={},Ue=dayjs().locale(j.value),kt=Ne.text;return Fe.disabled=n.disabledDate?k(kt,j.value).every(n.disabledDate):!1,Fe.today=Ue.year()===kt,Fe.current=castArray(n.parsedValue).findIndex(Et=>Et.year()===kt)>=0,Ne.inRange&&(Fe["in-range"]=!0,Ne.start&&(Fe["start-date"]=!0),Ne.end&&(Fe["end-date"]=!0)),Fe},_e=Ne=>{const Fe=Ne.text;return castArray(n.date).findIndex(Ue=>Ue.year()===Fe)>=0},Ce=Ne=>{var Fe;const Ue=(Fe=Ne.target)==null?void 0:Fe.closest("td");if(!Ue||!Ue.textContent||hasClass(Ue,"disabled"))return;const kt=Ue.cellIndex,Ve=Ue.parentNode.rowIndex*4+kt+re.value,qe=dayjs().year(Ve);if(n.selectionMode==="range")n.rangeState.selecting?(n.minDate&&qe>=n.minDate?y("pick",{minDate:n.minDate,maxDate:qe}):y("pick",{minDate:qe,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:qe,maxDate:null}),y("select",!0));else if(n.selectionMode==="years"){if(Ne.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const jt=hasClass(Ue,"current")?castArray(n.parsedValue).filter(tr=>(tr==null?void 0:tr.year())!==Ve):castArray(n.parsedValue).concat([qe]);y("pick",jt)}else y("pick",Ve)},he=Ne=>{var Fe;if(!n.rangeState.selecting)return;const Ue=(Fe=Ne.target)==null?void 0:Fe.closest("td");if(!Ue)return;const kt=Ue.parentNode.rowIndex,Et=Ue.cellIndex;de.value[kt][Et].disabled||(kt!==oe.value||Et!==ue.value)&&(oe.value=kt,ue.value=Et,y("changerange",{selecting:!0,endDate:dayjs().year(re.value).add(kt*4+Et,"year")}))};return watch(()=>n.date,async()=>{var Ne,Fe;(Ne=V.value)!=null&&Ne.contains(document.activeElement)&&(await nextTick$1(),(Fe=z.value)==null||Fe.focus())}),t({focus:pe}),(Ne,Fe)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref($)("el.datepicker.yearTablePrompt"),class:normalizeClass(unref(L).b()),onClick:Ce,onMousemove:he},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),(Ue,kt)=>(openBlock(),createElementBlock("tr",{key:kt},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue,(Et,Ve)=>(openBlock(),createElementBlock("td",{key:`${kt}_${Ve}`,ref_for:!0,ref:qe=>_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$1V,[["__file","basic-year-table.vue"]]);const _sfc_main$1U=defineComponent({__name:"panel-date-pick",props:panelDatePickProps,emits:["pick","set-picker-option","panel-change"],setup(e,{emit:t}){const y=e,n=(Ar,On,kn)=>!0,k=useNamespace("picker-panel"),L=useNamespace("date-picker"),$=useAttrs$1(),j=useSlots(),{t:V,lang:z}=useLocale(),re=inject("EP_PICKER_BASE"),ie=inject(TOOLTIP_INJECTION_KEY),{shortcuts:oe,disabledDate:ue,cellClassName:de,defaultTime:pe}=re.props,Ie=toRef$1(re.props,"defaultValue"),_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)),Ue=computed(()=>Ce.value.month()),kt=computed(()=>Ce.value.year()),Et=ref$1([]),Ve=ref$1(null),qe=ref$1(null),jt=Ar=>Et.value.length>0?n(Ar,Et.value,y.format||"HH:mm:ss"):!0,tr=Ar=>pe&&!Mr.value&&!he.value&&!Ne?Fe.value.year(Ar.year()).month(Ar.month()).date(Ar.date()):mr.value?Ar.millisecond(0):Ar.startOf("day"),rr=(Ar,...On)=>{if(!Ar)t("pick",Ar,...On);else if(isArray$2(Ar)){const kn=Ar.map(tr);t("pick",kn,...On)}else t("pick",tr(Ar),...On);Ve.value=null,qe.value=null,he.value=!1,Ne=!1},ar=async(Ar,On)=>{if(Er.value==="date"){Ar=Ar;let kn=y.parsedValue?y.parsedValue.year(Ar.year()).month(Ar.month()).date(Ar.date()):Ar;jt(kn)||(kn=Et.value[0][0].year(Ar.year()).month(Ar.month()).date(Ar.date())),Ce.value=kn,rr(kn,mr.value||On),y.type==="datetime"&&(await nextTick$1(),Go())}else Er.value==="week"?rr(Ar.date):Er.value==="dates"&&rr(Ar,!0)},nr=Ar=>{const On=Ar?"add":"subtract";Ce.value=Ce.value[On](1,"month"),Gr("month")},ur=Ar=>{const On=Ce.value,kn=Ar?"add":"subtract";Ce.value=cr.value==="year"?On[kn](10,"year"):On[kn](1,"year"),Gr("year")},cr=ref$1("date"),_r=computed(()=>{const Ar=V("el.datepicker.year");if(cr.value==="year"){const On=Math.floor(kt.value/10)*10;return Ar?`${On} ${Ar} - ${On+9} ${Ar}`:`${On} - ${On+9}`}return`${kt.value} ${Ar}`}),hr=Ar=>{const On=isFunction$4(Ar.value)?Ar.value():Ar.value;if(On){Ne=!0,rr(dayjs(On).locale(z.value));return}Ar.onClick&&Ar.onClick({attrs:$,slots:j,emit:t})},Er=computed(()=>{const{type:Ar}=y;return["week","month","months","year","years","dates"].includes(Ar)?Ar:"date"}),kr=computed(()=>Er.value==="dates"||Er.value==="months"||Er.value==="years"),xr=computed(()=>Er.value==="date"?cr.value:Er.value),yr=computed(()=>!!oe.length),vr=async(Ar,On)=>{Er.value==="month"?(Ce.value=Ce.value.startOf("month").month(Ar),rr(Ce.value,!1)):Er.value==="months"?rr(Ar,On??!0):(Ce.value=Ce.value.startOf("month").month(Ar),cr.value="date",["month","year","date","week"].includes(Er.value)&&(rr(Ce.value,!0),await nextTick$1(),Go())),Gr("month")},Rr=async(Ar,On)=>{Er.value==="year"?(Ce.value=Ce.value.startOf("year").year(Ar),rr(Ce.value,!1)):Er.value==="years"?rr(Ar,On??!0):(Ce.value=Ce.value.year(Ar),cr.value="month",["month","year","date","week"].includes(Er.value)&&(rr(Ce.value,!0),await nextTick$1(),Go())),Gr("year")},Br=async Ar=>{cr.value=Ar,await nextTick$1(),Go()},mr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),gr=computed(()=>{const Ar=mr.value||Er.value==="dates",On=Er.value==="years",kn=Er.value==="months",Sa=cr.value==="date",sa=cr.value==="year",qa=cr.value==="month";return Ar&&Sa||On&&sa||kn&&qa}),jr=computed(()=>ue?y.parsedValue?isArray$2(y.parsedValue)?ue(y.parsedValue[0].toDate()):ue(y.parsedValue.toDate()):!0:!1),Hr=()=>{if(kr.value)rr(y.parsedValue);else{let Ar=y.parsedValue;if(!Ar){const On=dayjs(pe).locale(z.value),kn=Wa();Ar=On.year(kn.year()).month(kn.month()).date(kn.date())}Ce.value=Ar,rr(Ar)}},Ur=computed(()=>ue?ue(dayjs().locale(z.value).toDate()):!1),zr=()=>{const On=dayjs().locale(z.value).toDate();he.value=!0,(!ue||!ue(On))&&jt(On)&&(Ce.value=dayjs().locale(z.value),rr(Ce.value))},Sr=computed(()=>y.timeFormat||extractTimeFormat(y.format)),Tr=computed(()=>y.dateFormat||extractDateFormat(y.format)),Mr=computed(()=>{if(qe.value)return qe.value;if(!(!y.parsedValue&&!Ie.value))return(y.parsedValue||Ce.value).format(Sr.value)}),br=computed(()=>{if(Ve.value)return Ve.value;if(!(!y.parsedValue&&!Ie.value))return(y.parsedValue||Ce.value).format(Tr.value)}),Cr=ref$1(!1),Ir=()=>{Cr.value=!0},Dr=()=>{Cr.value=!1},Kr=Ar=>({hour:Ar.hour(),minute:Ar.minute(),second:Ar.second(),year:Ar.year(),month:Ar.month(),date:Ar.date()}),Wr=(Ar,On,kn)=>{const{hour:Sa,minute:sa,second:qa}=Kr(Ar),To=y.parsedValue?y.parsedValue.hour(Sa).minute(sa).second(qa):Ar;Ce.value=To,rr(Ce.value,!0),kn||(Cr.value=On)},Nr=Ar=>{const On=dayjs(Ar,Sr.value).locale(z.value);if(On.isValid()&&jt(On)){const{year:kn,month:Sa,date:sa}=Kr(Ce.value);Ce.value=On.year(kn).month(Sa).date(sa),qe.value=null,Cr.value=!1,rr(Ce.value,!0)}},Fr=Ar=>{const On=dayjs(Ar,Tr.value).locale(z.value);if(On.isValid()){if(ue&&ue(On.toDate()))return;const{hour:kn,minute:Sa,second:sa}=Kr(Ce.value);Ce.value=On.hour(kn).minute(Sa).second(sa),Ve.value=null,rr(Ce.value,!0)}},Qr=Ar=>dayjs.isDayjs(Ar)&&Ar.isValid()&&(ue?!ue(Ar.toDate()):!0),ca=Ar=>isArray$2(Ar)?Ar.map(On=>On.format(y.format)):Ar.format(y.format),Po=Ar=>dayjs(Ar,y.format).locale(z.value),Wa=()=>{const Ar=dayjs(Ie.value).locale(z.value);if(!Ie.value){const On=Fe.value;return dayjs().hour(On.hour()).minute(On.minute()).second(On.second()).locale(z.value)}return Ar},Go=async()=>{var Ar;["week","month","year","date"].includes(Er.value)&&((Ar=_e.value)==null||Ar.focus(),Er.value==="week"&&Kn(EVENT_CODE.down))},us=Ar=>{const{code:On}=Ar;[EVENT_CODE.up,EVENT_CODE.down,EVENT_CODE.left,EVENT_CODE.right,EVENT_CODE.home,EVENT_CODE.end,EVENT_CODE.pageUp,EVENT_CODE.pageDown].includes(On)&&(Kn(On),Ar.stopPropagation(),Ar.preventDefault()),[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.numpadEnter].includes(On)&&Ve.value===null&&qe.value===null&&(Ar.preventDefault(),rr(Ce.value,!1))},Kn=Ar=>{var On;const{up:kn,down:Sa,left:sa,right:qa,home:To,end:Hi,pageUp:na,pageDown:Ma}=EVENT_CODE,Ns={year:{[kn]:-4,[Sa]:4,[sa]:-1,[qa]:1,offset:(vl,Bl)=>vl.setFullYear(vl.getFullYear()+Bl)},month:{[kn]:-4,[Sa]:4,[sa]:-1,[qa]:1,offset:(vl,Bl)=>vl.setMonth(vl.getMonth()+Bl)},week:{[kn]:-1,[Sa]:1,[sa]:-1,[qa]:1,offset:(vl,Bl)=>vl.setDate(vl.getDate()+Bl*7)},date:{[kn]:-7,[Sa]:7,[sa]:-1,[qa]:1,[To]:vl=>-vl.getDay(),[Hi]:vl=>-vl.getDay()+6,[na]:vl=>-new Date(vl.getFullYear(),vl.getMonth(),0).getDate(),[Ma]:vl=>new Date(vl.getFullYear(),vl.getMonth()+1,0).getDate(),offset:(vl,Bl)=>vl.setDate(vl.getDate()+Bl)}},cs=Ce.value.toDate();for(;Math.abs(Ce.value.diff(cs,"year",!0))<1;){const vl=Ns[xr.value];if(!vl)return;if(vl.offset(cs,isFunction$4(vl[Ar])?vl[Ar](cs):(On=vl[Ar])!=null?On:0),ue&&ue(cs))break;const Bl=dayjs(cs).locale(z.value);Ce.value=Bl,t("pick",Bl,!0);break}},Gr=Ar=>{t("panel-change",Ce.value.toDate(),Ar,cr.value)};return watch(()=>Er.value,Ar=>{if(["month","year"].includes(Ar)){cr.value=Ar;return}else if(Ar==="years"){cr.value="year";return}else if(Ar==="months"){cr.value="month";return}cr.value="date"},{immediate:!0}),watch(()=>cr.value,()=>{ie==null||ie.updatePopper()}),watch(()=>Ie.value,Ar=>{Ar&&(Ce.value=Wa())},{immediate:!0}),watch(()=>y.parsedValue,Ar=>{if(Ar){if(kr.value||Array.isArray(Ar))return;Ce.value=Ar}else Ce.value=Wa()},{immediate:!0}),t("set-picker-option",["isValidValue",Qr]),t("set-picker-option",["formatToString",ca]),t("set-picker-option",["parseUserInput",Po]),t("set-picker-option",["handleFocusPicker",Go]),(Ar,On)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(k).b(),unref(L).b(),{"has-sidebar":Ar.$slots.sidebar||unref(yr),"has-time":unref(mr)}])},[createBaseVNode("div",{class:normalizeClass(unref(k).e("body-wrapper"))},[renderSlot(Ar.$slots,"sidebar",{class:normalizeClass(unref(k).e("sidebar"))}),unref(yr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(oe),(kn,Sa)=>(openBlock(),createElementBlock("button",{key:Sa,type:"button",class:normalizeClass(unref(k).e("shortcut")),onClick:sa=>hr(kn)},toDisplayString(kn.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("body"))},[unref(mr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(L).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectDate"),"model-value":unref(br),size:"small","validate-event":!1,onInput:kn=>Ve.value=kn,onChange:Fr},null,8,["placeholder","model-value","onInput"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(L).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectTime"),"model-value":unref(Mr),size:"small","validate-event":!1,onFocus:Ir,onInput:kn=>qe.value=kn,onChange:Nr},null,8,["placeholder","model-value","onInput"]),createVNode(unref(TimePickPanel),{visible:Cr.value,format:unref(Sr),"parsed-value":Ce.value,onPick:Wr},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Dr]])],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{class:normalizeClass([unref(L).e("header"),(cr.value==="year"||cr.value==="month")&&unref(L).e("header--bordered")])},[createBaseVNode("span",{class:normalizeClass(unref(L).e("prev-btn"))},[createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.prevYear"),class:normalizeClass(["d-arrow-left",unref(k).e("icon-btn")]),onClick:kn=>ur(!1)},[renderSlot(Ar.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.prevMonth"),class:normalizeClass([unref(k).e("icon-btn"),"arrow-left"]),onClick:kn=>nr(!1)},[renderSlot(Ar.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,cr.value==="date"]])],2),createBaseVNode("span",{role:"button",class:normalizeClass(unref(L).e("header-label")),"aria-live":"polite",tabindex:"0",onKeydown:withKeys(kn=>Br("year"),["enter"]),onClick:kn=>Br("year")},toDisplayString(unref(_r)),43,["onKeydown","onClick"]),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:"0",class:normalizeClass([unref(L).e("header-label"),{active:cr.value==="month"}]),onKeydown:withKeys(kn=>Br("month"),["enter"]),onClick:kn=>Br("month")},toDisplayString(unref(V)(`el.datepicker.month${unref(Ue)+1}`)),43,["onKeydown","onClick"]),[[vShow,cr.value==="date"]]),createBaseVNode("span",{class:normalizeClass(unref(L).e("next-btn"))},[withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextMonth"),class:normalizeClass([unref(k).e("icon-btn"),"arrow-right"]),onClick:kn=>nr(!0)},[renderSlot(Ar.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,cr.value==="date"]]),createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextYear"),class:normalizeClass([unref(k).e("icon-btn"),"d-arrow-right"]),onClick:kn=>ur(!0)},[renderSlot(Ar.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label","onClick"])],2)],2),[[vShow,cr.value!=="time"]]),createBaseVNode("div",{class:normalizeClass(unref(k).e("content")),onKeydown:us},[cr.value==="date"?(openBlock(),createBlock(DateTable,{key:0,ref_key:"currentViewRef",ref:_e,"selection-mode":unref(Er),date:Ce.value,"parsed-value":Ar.parsedValue,"disabled-date":unref(ue),"cell-class-name":unref(de),onPick:ar},null,8,["selection-mode","date","parsed-value","disabled-date","cell-class-name"])):createCommentVNode("v-if",!0),cr.value==="year"?(openBlock(),createBlock(YearTable,{key:1,ref_key:"currentViewRef",ref:_e,"selection-mode":unref(Er),date:Ce.value,"disabled-date":unref(ue),"parsed-value":Ar.parsedValue,onPick:Rr},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(Er),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(Ur),onClick:zr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.now")),1)]),_:1},8,["class","disabled"]),[[vShow,!unref(kr)]]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(k).e("link-btn")),disabled:unref(jr),onClick:Hr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])],2),[[vShow,unref(gr)]])],2))}});var DatePickPanel=_export_sfc$1(_sfc_main$1U,[["__file","panel-date-pick.vue"]]);const panelDateRangeProps=buildProps({...panelSharedProps,...panelRangeSharedProps,visible:Boolean}),useShortcut=e=>{const{emit:t}=getCurrentInstance(),y=useAttrs$1(),n=useSlots();return L=>{const $=isFunction$4(L.value)?L.value():L.value;if($){t("pick",[dayjs($[0]).locale(e.value),dayjs($[1]).locale(e.value)]);return}L.onClick&&L.onClick({attrs:y,slots:n,emit:t})}},useRangePicker=(e,{defaultValue:t,leftDate:y,rightDate:n,unit:k,onParsedValueChanged:L})=>{const{emit:$}=getCurrentInstance(),{pickerNs:j}=inject(ROOT_PICKER_INJECTION_KEY),V=useNamespace("date-range-picker"),{t:z,lang:re}=useLocale(),ie=useShortcut(re),oe=ref$1(),ue=ref$1(),de=ref$1({endDate:null,selecting:!1}),pe=Ne=>{de.value=Ne},Ie=(Ne=!1)=>{const Fe=unref(oe),Ue=unref(ue);isValidRange([Fe,Ue])&&$("pick",[Fe,Ue],Ne)},_e=Ne=>{de.value.selecting=Ne,Ne||(de.value.endDate=null)},Ce=Ne=>{if(isArray$2(Ne)&&Ne.length===2){const[Fe,Ue]=Ne;oe.value=Fe,y.value=Fe,ue.value=Ue,L(unref(oe),unref(ue))}else 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$1T=defineComponent({__name:"panel-date-range",props:panelDateRangeProps,emits:["pick","set-picker-option","calendar-change","panel-change"],setup(e,{emit:t}){const y=e,n=inject("EP_PICKER_BASE"),{disabledDate:k,cellClassName:L,defaultTime:$,clearable:j}=n.props,V=toRef$1(n.props,"format"),z=toRef$1(n.props,"shortcuts"),re=toRef$1(n.props,"defaultValue"),{lang:ie}=useLocale(),oe=ref$1(dayjs().locale(ie.value)),ue=ref$1(dayjs().locale(ie.value).add(1,unit$2)),{minDate:de,maxDate:pe,rangeState:Ie,ppNs:_e,drpNs:Ce,handleChangeRange:he,handleRangeConfirm:Ne,handleShortcutClick:Fe,onSelect:Ue,onReset:kt,t:Et}=useRangePicker(y,{defaultValue:re,leftDate:oe,rightDate:ue,unit:unit$2,onParsedValueChanged:On});watch(()=>y.visible,kn=>{!kn&&Ie.value.selecting&&(kt(y.parsedValue),Ue(!1))});const Ve=ref$1({min:null,max:null}),qe=ref$1({min:null,max:null}),jt=computed(()=>`${oe.value.year()} ${Et("el.datepicker.year")} ${Et(`el.datepicker.month${oe.value.month()+1}`)}`),tr=computed(()=>`${ue.value.year()} ${Et("el.datepicker.year")} ${Et(`el.datepicker.month${ue.value.month()+1}`)}`),rr=computed(()=>oe.value.year()),ar=computed(()=>oe.value.month()),nr=computed(()=>ue.value.year()),ur=computed(()=>ue.value.month()),cr=computed(()=>!!z.value.length),_r=computed(()=>Ve.value.min!==null?Ve.value.min:de.value?de.value.format(yr.value):""),hr=computed(()=>Ve.value.max!==null?Ve.value.max:pe.value||de.value?(pe.value||de.value).format(yr.value):""),Er=computed(()=>qe.value.min!==null?qe.value.min:de.value?de.value.format(xr.value):""),kr=computed(()=>qe.value.max!==null?qe.value.max:pe.value||de.value?(pe.value||de.value).format(xr.value):""),xr=computed(()=>y.timeFormat||extractTimeFormat(V.value)),yr=computed(()=>y.dateFormat||extractDateFormat(V.value)),vr=kn=>isValidRange(kn)&&(k?!k(kn[0].toDate())&&!k(kn[1].toDate()):!0),Rr=()=>{oe.value=oe.value.subtract(1,"year"),y.unlinkPanels||(ue.value=oe.value.add(1,"month")),Sr("year")},Br=()=>{oe.value=oe.value.subtract(1,"month"),y.unlinkPanels||(ue.value=oe.value.add(1,"month")),Sr("month")},mr=()=>{y.unlinkPanels?ue.value=ue.value.add(1,"year"):(oe.value=oe.value.add(1,"year"),ue.value=oe.value.add(1,"month")),Sr("year")},gr=()=>{y.unlinkPanels?ue.value=ue.value.add(1,"month"):(oe.value=oe.value.add(1,"month"),ue.value=oe.value.add(1,"month")),Sr("month")},jr=()=>{oe.value=oe.value.add(1,"year"),Sr("year")},Hr=()=>{oe.value=oe.value.add(1,"month"),Sr("month")},Ur=()=>{ue.value=ue.value.subtract(1,"year"),Sr("year")},zr=()=>{ue.value=ue.value.subtract(1,"month"),Sr("month")},Sr=kn=>{t("panel-change",[oe.value.toDate(),ue.value.toDate()],kn)},Tr=computed(()=>{const kn=(ar.value+1)%12,Sa=ar.value+1>=12?1:0;return y.unlinkPanels&&new Date(rr.value+Sa,kn)y.unlinkPanels&&nr.value*12+ur.value-(rr.value*12+ar.value+1)>=12),br=computed(()=>!(de.value&&pe.value&&!Ie.value.selecting&&isValidRange([de.value,pe.value]))),Cr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),Ir=(kn,Sa)=>{if(kn)return $?dayjs($[Sa]||$).locale(ie.value).year(kn.year()).month(kn.month()).date(kn.date()):kn},Dr=(kn,Sa=!0)=>{const sa=kn.minDate,qa=kn.maxDate,To=Ir(sa,0),Hi=Ir(qa,1);pe.value===Hi&&de.value===To||(t("calendar-change",[sa.toDate(),qa&&qa.toDate()]),pe.value=Hi,de.value=To,!(!Sa||Cr.value)&&Ne())},Kr=ref$1(!1),Wr=ref$1(!1),Nr=()=>{Kr.value=!1},Fr=()=>{Wr.value=!1},Qr=(kn,Sa)=>{Ve.value[Sa]=kn;const sa=dayjs(kn,yr.value).locale(ie.value);if(sa.isValid()){if(k&&k(sa.toDate()))return;Sa==="min"?(oe.value=sa,de.value=(de.value||oe.value).year(sa.year()).month(sa.month()).date(sa.date()),!y.unlinkPanels&&(!pe.value||pe.value.isBefore(de.value))&&(ue.value=sa.add(1,"month"),pe.value=de.value.add(1,"month"))):(ue.value=sa,pe.value=(pe.value||ue.value).year(sa.year()).month(sa.month()).date(sa.date()),!y.unlinkPanels&&(!de.value||de.value.isAfter(pe.value))&&(oe.value=sa.subtract(1,"month"),de.value=pe.value.subtract(1,"month")))}},ca=(kn,Sa)=>{Ve.value[Sa]=null},Po=(kn,Sa)=>{qe.value[Sa]=kn;const sa=dayjs(kn,xr.value).locale(ie.value);sa.isValid()&&(Sa==="min"?(Kr.value=!0,de.value=(de.value||oe.value).hour(sa.hour()).minute(sa.minute()).second(sa.second())):(Wr.value=!0,pe.value=(pe.value||ue.value).hour(sa.hour()).minute(sa.minute()).second(sa.second()),ue.value=pe.value))},Wa=(kn,Sa)=>{qe.value[Sa]=null,Sa==="min"?(oe.value=de.value,Kr.value=!1,(!pe.value||pe.value.isBefore(de.value))&&(pe.value=de.value)):(ue.value=pe.value,Wr.value=!1,pe.value&&pe.value.isBefore(de.value)&&(de.value=pe.value))},Go=(kn,Sa,sa)=>{qe.value.min||(kn&&(oe.value=kn,de.value=(de.value||oe.value).hour(kn.hour()).minute(kn.minute()).second(kn.second())),sa||(Kr.value=Sa),(!pe.value||pe.value.isBefore(de.value))&&(pe.value=de.value,ue.value=kn))},us=(kn,Sa,sa)=>{qe.value.max||(kn&&(ue.value=kn,pe.value=(pe.value||ue.value).hour(kn.hour()).minute(kn.minute()).second(kn.second())),sa||(Wr.value=Sa),pe.value&&pe.value.isBefore(de.value)&&(de.value=pe.value))},Kn=()=>{oe.value=getDefaultValue$1(unref(re),{lang:unref(ie),unit:"month",unlinkPanels:y.unlinkPanels})[0],ue.value=oe.value.add(1,"month"),pe.value=void 0,de.value=void 0,t("pick",null)},Gr=kn=>isArray$2(kn)?kn.map(Sa=>Sa.format(V.value)):kn.format(V.value),Ar=kn=>isArray$2(kn)?kn.map(Sa=>dayjs(Sa,V.value).locale(ie.value)):dayjs(kn,V.value).locale(ie.value);function On(kn,Sa){if(y.unlinkPanels&&Sa){const sa=(kn==null?void 0:kn.year())||0,qa=(kn==null?void 0:kn.month())||0,To=Sa.year(),Hi=Sa.month();ue.value=sa===To&&qa===Hi?Sa.add(1,unit$2):Sa}else ue.value=oe.value.add(1,unit$2),Sa&&(ue.value=ue.value.hour(Sa.hour()).minute(Sa.minute()).second(Sa.second()))}return t("set-picker-option",["isValidValue",vr]),t("set-picker-option",["parseUserInput",Ar]),t("set-picker-option",["formatToString",Gr]),t("set-picker-option",["handleClear",Kn]),(kn,Sa)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(_e).b(),unref(Ce).b(),{"has-sidebar":kn.$slots.sidebar||unref(cr),"has-time":unref(Cr)}])},[createBaseVNode("div",{class:normalizeClass(unref(_e).e("body-wrapper"))},[renderSlot(kn.$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(Cr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ce).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(Ce).e("editors-wrap"))},[createBaseVNode("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.startDate"),class:normalizeClass(unref(Ce).e("editor")),"model-value":unref(_r),"validate-event":!1,onInput:sa=>Qr(sa,"min"),onChange:sa=>ca(sa,"min")},null,8,["disabled","placeholder","class","model-value","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ce).e("editor")),disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.startTime"),"model-value":unref(Er),"validate-event":!1,onFocus:sa=>Kr.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:Kr.value,format:unref(xr),"datetime-role":"start","parsed-value":oe.value,onPick:Go},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Nr]])],2),createBaseVNode("span",null,[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})]),createBaseVNode("span",{class:normalizeClass([unref(Ce).e("editors-wrap"),"is-right"])},[createBaseVNode("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ce).e("editor")),disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.endDate"),"model-value":unref(hr),readonly:!unref(de),"validate-event":!1,onInput:sa=>Qr(sa,"max"),onChange:sa=>ca(sa,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ce).e("editor")),disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.endTime"),"model-value":unref(kr),readonly:!unref(de),"validate-event":!1,onFocus:sa=>unref(de)&&(Wr.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:Wr.value,format:unref(xr),"parsed-value":ue.value,onPick:us},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Fr]])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([[unref(_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:Rr},[renderSlot(kn.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevMonth"),onClick:Br},[renderSlot(kn.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label"]),kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Mr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Mr)}],"d-arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextYear"),onClick:jr},[renderSlot(kn.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Tr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Tr)}],"arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextMonth"),onClick:Hr},[renderSlot(kn.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(jt)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:oe.value,"min-date":unref(de),"max-date":unref(pe),"range-state":unref(Ie),"disabled-date":unref(k),"cell-class-name":unref(L),onChangerange:unref(he),onPick:Dr,onSelect:unref(Ue)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(_e).e("content"),unref(Ce).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Ce).e("header"))},[kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Mr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Mr)}],"d-arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevYear"),onClick:Ur},[renderSlot(kn.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Tr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Tr)}],"arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevMonth"),onClick:zr},[renderSlot(kn.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button","aria-label":unref(Et)("el.datepicker.nextYear"),class:normalizeClass([unref(_e).e("icon-btn"),"d-arrow-right"]),onClick:mr},[renderSlot(kn.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextMonth"),onClick:gr},[renderSlot(kn.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("div",null,toDisplayString(unref(tr)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:ue.value,"min-date":unref(de),"max-date":unref(pe),"range-state":unref(Ie),"disabled-date":unref(k),"cell-class-name":unref(L),onChangerange:unref(he),onPick:Dr,onSelect:unref(Ue)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),unref(Cr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(_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(br),onClick:sa=>unref(Ne)(!1)},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(Et)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled","onClick"])],2)):createCommentVNode("v-if",!0)],2))}});var DateRangePickPanel=_export_sfc$1(_sfc_main$1T,[["__file","panel-date-range.vue"]]);const panelMonthRangeProps=buildProps({...panelRangeSharedProps}),panelMonthRangeEmits=["pick","set-picker-option","calendar-change"],useMonthRangeHeader=({unlinkPanels:e,leftDate:t,rightDate:y})=>{const{t:n}=useLocale(),k=()=>{t.value=t.value.subtract(1,"year"),e.value||(y.value=y.value.subtract(1,"year"))},L=()=>{e.value||(t.value=t.value.add(1,"year")),y.value=y.value.add(1,"year")},$=()=>{t.value=t.value.add(1,"year")},j=()=>{y.value=y.value.subtract(1,"year")},V=computed(()=>`${t.value.year()} ${n("el.datepicker.year")}`),z=computed(()=>`${y.value.year()} ${n("el.datepicker.year")}`),re=computed(()=>t.value.year()),ie=computed(()=>y.value.year()===t.value.year()?t.value.year()+1:y.value.year());return{leftPrevYear:k,rightNextYear:L,leftNextYear:$,rightPrevYear:j,leftLabel:V,rightLabel:z,leftYear:re,rightYear:ie}},unit$1="year",__default__$11=defineComponent({name:"DatePickerMonthRange"}),_sfc_main$1S=defineComponent({...__default__$11,props:panelMonthRangeProps,emits:panelMonthRangeEmits,setup(e,{emit:t}){const y=e,{lang:n}=useLocale(),k=inject("EP_PICKER_BASE"),{shortcuts:L,disabledDate:$}=k.props,j=toRef$1(k.props,"format"),V=toRef$1(k.props,"defaultValue"),z=ref$1(dayjs().locale(n.value)),re=ref$1(dayjs().locale(n.value).add(1,unit$1)),{minDate:ie,maxDate:oe,rangeState:ue,ppNs:de,drpNs:pe,handleChangeRange:Ie,handleRangeConfirm:_e,handleShortcutClick:Ce,onSelect:he}=useRangePicker(y,{defaultValue:V,leftDate:z,rightDate:re,unit:unit$1,onParsedValueChanged:_r}),Ne=computed(()=>!!L.length),{leftPrevYear:Fe,rightNextYear:Ue,leftNextYear:kt,rightPrevYear:Et,leftLabel:Ve,rightLabel:qe,leftYear:jt,rightYear:tr}=useMonthRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:z,rightDate:re}),rr=computed(()=>y.unlinkPanels&&tr.value>jt.value+1),ar=(hr,Er=!0)=>{const kr=hr.minDate,xr=hr.maxDate;oe.value===xr&&ie.value===kr||(t("calendar-change",[kr.toDate(),xr&&xr.toDate()]),oe.value=xr,ie.value=kr,Er&&_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(Er=>Er.format(j.value)):hr.format(j.value),cr=hr=>isArray$2(hr)?hr.map(Er=>dayjs(Er,j.value).locale(n.value)):dayjs(hr,j.value).locale(n.value);function _r(hr,Er){if(y.unlinkPanels&&Er){const kr=(hr==null?void 0:hr.year())||0,xr=Er.year();re.value=kr===xr?Er.add(1,unit$1):Er}else re.value=z.value.add(1,unit$1)}return t("set-picker-option",["isValidValue",isValidRange]),t("set-picker-option",["formatToString",ur]),t("set-picker-option",["parseUserInput",cr]),t("set-picker-option",["handleClear",nr]),(hr,Er)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(de).b(),unref(pe).b(),{"has-sidebar":!!hr.$slots.sidebar||unref(Ne)}])},[createBaseVNode("div",{class:normalizeClass(unref(de).e("body-wrapper"))},[renderSlot(hr.$slots,"sidebar",{class:normalizeClass(unref(de).e("sidebar"))}),unref(Ne)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(de).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(L),(kr,xr)=>(openBlock(),createElementBlock("button",{key:xr,type:"button",class:normalizeClass(unref(de).e("shortcut")),onClick:yr=>unref(Ce)(kr)},toDisplayString(kr.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(de).e("body"))},[createBaseVNode("div",{class:normalizeClass([[unref(de).e("content"),unref(pe).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(pe).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(de).e("icon-btn"),"d-arrow-left"]),onClick:unref(Fe)},[renderSlot(hr.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),hr.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(rr),class:normalizeClass([[unref(de).e("icon-btn"),{[unref(de).is("disabled")]:!unref(rr)}],"d-arrow-right"]),onClick:unref(kt)},[renderSlot(hr.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(Ve)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:z.value,"min-date":unref(ie),"max-date":unref(oe),"range-state":unref(ue),"disabled-date":unref($),onChangerange:unref(Ie),onPick:ar,onSelect:unref(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(Ue)},[renderSlot(hr.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(qe)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:re.value,"min-date":unref(ie),"max-date":unref(oe),"range-state":unref(ue),"disabled-date":unref($),onChangerange:unref(Ie),onPick:ar,onSelect:unref(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$1S,[["__file","panel-month-range.vue"]]);const panelYearRangeProps=buildProps({...panelRangeSharedProps}),panelYearRangeEmits=["pick","set-picker-option","calendar-change"],useYearRangeHeader=({unlinkPanels:e,leftDate:t,rightDate:y})=>{const n=()=>{t.value=t.value.subtract(10,"year"),e.value||(y.value=y.value.subtract(10,"year"))},k=()=>{e.value||(t.value=t.value.add(10,"year")),y.value=y.value.add(10,"year")},L=()=>{t.value=t.value.add(10,"year")},$=()=>{y.value=y.value.subtract(10,"year")},j=computed(()=>{const ie=Math.floor(t.value.year()/10)*10;return`${ie}-${ie+9}`}),V=computed(()=>{const ie=Math.floor(y.value.year()/10)*10;return`${ie}-${ie+9}`}),z=computed(()=>Math.floor(t.value.year()/10)*10+9),re=computed(()=>Math.floor(y.value.year()/10)*10);return{leftPrevYear:n,rightNextYear:k,leftNextYear:L,rightPrevYear:$,leftLabel:j,rightLabel:V,leftYear:z,rightYear:re}},unit="year",__default__$10=defineComponent({name:"DatePickerYearRange"}),_sfc_main$1R=defineComponent({...__default__$10,props:panelYearRangeProps,emits:panelYearRangeEmits,setup(e,{emit:t}){const y=e,{lang:n}=useLocale(),k=ref$1(dayjs().locale(n.value)),L=ref$1(k.value.add(10,"year")),{pickerNs:$}=inject(ROOT_PICKER_INJECTION_KEY),j=useNamespace("date-range-picker"),V=computed(()=>!!ar.length),z=computed(()=>[$.b(),j.b(),{"has-sidebar":!!useSlots().sidebar||V.value}]),re=computed(()=>({content:[$.e("content"),j.e("content"),"is-left"],arrowLeftBtn:[$.e("icon-btn"),"d-arrow-left"],arrowRightBtn:[$.e("icon-btn"),{[$.is("disabled")]:!Fe.value},"d-arrow-right"]})),ie=computed(()=>({content:[$.e("content"),j.e("content"),"is-right"],arrowLeftBtn:[$.e("icon-btn"),{"is-disabled":!Fe.value},"d-arrow-left"],arrowRightBtn:[$.e("icon-btn"),"d-arrow-right"]})),oe=useShortcut(n),{leftPrevYear:ue,rightNextYear:de,leftNextYear:pe,rightPrevYear:Ie,leftLabel:_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),Ue=ref$1(),kt=ref$1(),Et=ref$1({endDate:null,selecting:!1}),Ve=yr=>{Et.value=yr},qe=(yr,vr=!0)=>{const Rr=yr.minDate,Br=yr.maxDate;kt.value===Br&&Ue.value===Rr||(t("calendar-change",[Rr.toDate(),Br&&Br.toDate()]),kt.value=Br,Ue.value=Rr,vr&&jt())},jt=(yr=!1)=>{isValidRange([Ue.value,kt.value])&&t("pick",[Ue.value,kt.value],yr)},tr=yr=>{Et.value.selecting=yr,yr||(Et.value.endDate=null)},rr=inject("EP_PICKER_BASE"),{shortcuts:ar,disabledDate:nr}=rr.props,ur=toRef$1(rr.props,"format"),cr=toRef$1(rr.props,"defaultValue"),_r=()=>{let yr;if(isArray$2(cr.value)){const vr=dayjs(cr.value[0]);let Rr=dayjs(cr.value[1]);return y.unlinkPanels||(Rr=vr.add(10,unit)),[vr,Rr]}else cr.value?yr=dayjs(cr.value):yr=dayjs();return yr=yr.locale(n.value),[yr,yr.add(10,unit)]};watch(()=>cr.value,yr=>{if(yr){const vr=_r();k.value=vr[0],L.value=vr[1]}},{immediate:!0}),watch(()=>y.parsedValue,yr=>{if(yr&&yr.length===2)if(Ue.value=yr[0],kt.value=yr[1],k.value=Ue.value,y.unlinkPanels&&kt.value){const vr=Ue.value.year(),Rr=kt.value.year();L.value=vr===Rr?kt.value.add(10,"year"):kt.value}else L.value=k.value.add(10,"year");else{const vr=_r();Ue.value=void 0,kt.value=void 0,k.value=vr[0],L.value=vr[1]}},{immediate:!0});const hr=yr=>isArray$2(yr)?yr.map(vr=>dayjs(vr,ur.value).locale(n.value)):dayjs(yr,ur.value).locale(n.value),Er=yr=>isArray$2(yr)?yr.map(vr=>vr.format(ur.value)):yr.format(ur.value),kr=yr=>isValidRange(yr)&&(nr?!nr(yr[0].toDate())&&!nr(yr[1].toDate()):!0),xr=()=>{const yr=_r();k.value=yr[0],L.value=yr[1],kt.value=void 0,Ue.value=void 0,t("pick",null)};return t("set-picker-option",["isValidValue",kr]),t("set-picker-option",["parseUserInput",hr]),t("set-picker-option",["formatToString",Er]),t("set-picker-option",["handleClear",xr]),(yr,vr)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(z))},[createBaseVNode("div",{class:normalizeClass(unref($).e("body-wrapper"))},[renderSlot(yr.$slots,"sidebar",{class:normalizeClass(unref($).e("sidebar"))}),unref(V)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ar),(Rr,Br)=>(openBlock(),createElementBlock("button",{key:Br,type:"button",class:normalizeClass(unref($).e("shortcut")),onClick:mr=>unref(oe)(Rr)},toDisplayString(Rr.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("body"))},[createBaseVNode("div",{class:normalizeClass(unref(re).content)},[createBaseVNode("div",{class:normalizeClass(unref(j).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass(unref(re).arrowLeftBtn),onClick:unref(ue)},[renderSlot(yr.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),yr.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Fe),class:normalizeClass(unref(re).arrowRightBtn),onClick:unref(pe)},[renderSlot(yr.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(_e)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:k.value,"min-date":Ue.value,"max-date":kt.value,"range-state":Et.value,"disabled-date":unref(nr),onChangerange:Ve,onPick:qe,onSelect:tr},null,8,["date","min-date","max-date","range-state","disabled-date"])],2),createBaseVNode("div",{class:normalizeClass(unref(ie).content)},[createBaseVNode("div",{class:normalizeClass(unref(j).e("header"))},[yr.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Fe),class:normalizeClass(unref(ie).arrowLeftBtn),onClick:unref(Ie)},[renderSlot(yr.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button",class:normalizeClass(unref(ie).arrowRightBtn),onClick:unref(de)},[renderSlot(yr.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(Ce)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:L.value,"min-date":Ue.value,"max-date":kt.value,"range-state":Et.value,"disabled-date":unref(nr),onChangerange:Ve,onPick:qe,onSelect:tr},null,8,["date","min-date","max-date","range-state","disabled-date"])],2)],2)],2)],2))}});var YearRangePickPanel=_export_sfc$1(_sfc_main$1R,[["__file","panel-year-range.vue"]]);const getPanel=function(e){switch(e){case"daterange":case"datetimerange":return DateRangePickPanel;case"monthrange":return MonthRangePickPanel;case"yearrange":return YearRangePickPanel;default:return DatePickPanel}};dayjs.extend(localeData);dayjs.extend(advancedFormat);dayjs.extend(customParseFormat);dayjs.extend(weekOfYear);dayjs.extend(weekYear);dayjs.extend(dayOfYear);dayjs.extend(isSameOrAfter);dayjs.extend(isSameOrBefore);var DatePicker=defineComponent({name:"ElDatePicker",install:null,props:datePickerProps,emits:["update:modelValue"],setup(e,{expose:t,emit:y,slots:n}){const k=useNamespace("picker-panel");provide("ElPopperOptions",reactive(toRef$1(e,"popperOptions"))),provide(ROOT_PICKER_INJECTION_KEY,{slots:n,pickerNs:k});const L=ref$1();t({focus:(V=!0)=>{var z;(z=L.value)==null||z.focus(V)},handleOpen:()=>{var V;(V=L.value)==null||V.handleOpen()},handleClose:()=>{var V;(V=L.value)==null||V.handleClose()}});const j=V=>{y("update:modelValue",V)};return()=>{var V;const z=(V=e.format)!=null?V:DEFAULT_FORMATS_DATEPICKER[e.type]||DEFAULT_FORMATS_DATE,re=getPanel(e.type);return createVNode(CommonPicker,mergeProps(e,{format:z,type:e.type,ref:L,"onUpdate:modelValue":j}),{default:ie=>createVNode(re,ie,{"prev-month":n["prev-month"],"next-month":n["next-month"],"prev-year":n["prev-year"],"next-year":n["next-year"]}),"range-separator":n["range-separator"]})}}});const ElDatePicker=withInstall(DatePicker),descriptionsKey=Symbol("elDescriptions");var ElDescriptionsCell=defineComponent({name:"ElDescriptionsCell",props:{cell:{type:Object},tag:{type:String,default:"td"},type:{type:String}},setup(){return{descriptions:inject(descriptionsKey,{})}},render(){var e,t,y,n,k,L,$;const j=getNormalizedProps(this.cell),V=(((e=this.cell)==null?void 0:e.dirs)||[]).map(Fe=>{const{dir:Ue,arg:kt,modifiers:Et,value:Ve}=Fe;return[Ue,Ve,kt,Et]}),{border:z,direction:re}=this.descriptions,ie=re==="vertical",oe=((n=(y=(t=this.cell)==null?void 0:t.children)==null?void 0:y.label)==null?void 0:n.call(y))||j.label,ue=($=(L=(k=this.cell)==null?void 0:k.children)==null?void 0:L.default)==null?void 0:$.call(L),de=j.span,pe=j.align?`is-${j.align}`:"",Ie=j.labelAlign?`is-${j.labelAlign}`:pe,_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$1Q=defineComponent({...__default__$$,props:descriptionsRowProps,setup(e){const t=inject(descriptionsKey,{});return(y,n)=>unref(t).direction==="vertical"?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,(k,L)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr1-${L}`,cell:k,tag:"th",type:"label"},null,8,["cell"]))),128))]),createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,(k,L)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr2-${L}`,cell:k,tag:"td",type:"content"},null,8,["cell"]))),128))])],64)):(openBlock(),createElementBlock("tr",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,(k,L)=>(openBlock(),createElementBlock(Fragment,{key:`tr3-${L}`},[unref(t).border?(openBlock(),createElementBlock(Fragment,{key:0},[createVNode(unref(ElDescriptionsCell),{cell:k,tag:"td",type:"label"},null,8,["cell"]),createVNode(unref(ElDescriptionsCell),{cell:k,tag:"td",type:"content"},null,8,["cell"])],64)):(openBlock(),createBlock(unref(ElDescriptionsCell),{key:1,cell:k,tag:"td",type:"both"},null,8,["cell"]))],64))),128))]))}});var ElDescriptionsRow=_export_sfc$1(_sfc_main$1Q,[["__file","descriptions-row.vue"]]);const descriptionProps=buildProps({border:Boolean,column:{type:Number,default:3},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},size:useSizeProp,title:{type:String,default:""},extra:{type:String,default:""}}),__default__$_=defineComponent({name:"ElDescriptions"}),_sfc_main$1P=defineComponent({...__default__$_,props:descriptionProps,setup(e){const t=e,y=useNamespace("descriptions"),n=useFormSize(),k=useSlots();provide(descriptionsKey,t);const L=computed(()=>[y.b(),y.m(n.value)]),$=(V,z,re,ie=!1)=>(V.props||(V.props={}),z>re&&(V.props.span=re),ie&&(V.props.span=z),V),j=()=>{if(!k.default)return[];const V=flattedChildren(k.default()).filter(ue=>{var de;return((de=ue==null?void 0:ue.type)==null?void 0:de.name)==="ElDescriptionsItem"}),z=[];let re=[],ie=t.column,oe=0;return V.forEach((ue,de)=>{var pe;const Ie=((pe=ue.props)==null?void 0:pe.span)||1;if(deie?ie:Ie),de===V.length-1){const _e=t.column-oe%t.column;re.push($(ue,_e,ie,!0)),z.push(re);return}Ie(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L))},[V.title||V.extra||V.$slots.title||V.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(y).e("title"))},[renderSlot(V.$slots,"title",{},()=>[createTextVNode(toDisplayString(V.title),1)])],2),createBaseVNode("div",{class:normalizeClass(unref(y).e("extra"))},[renderSlot(V.$slots,"extra",{},()=>[createTextVNode(toDisplayString(V.extra),1)])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("body"))},[createBaseVNode("table",{class:normalizeClass([unref(y).e("table"),unref(y).is("bordered",V.border)])},[createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(j(),(re,ie)=>(openBlock(),createBlock(ElDescriptionsRow,{key:ie,row:re},null,8,["row"]))),128))])],2)],2)],2))}});var Descriptions=_export_sfc$1(_sfc_main$1P,[["__file","description.vue"]]);const descriptionItemProps=buildProps({label:{type:String,default:""},span:{type:Number,default:1},width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},align:{type:String,default:"left"},labelAlign:{type:String,default:""},className:{type:String,default:""},labelClassName:{type:String,default:""}}),DescriptionItem=defineComponent({name:"ElDescriptionsItem",props:descriptionItemProps}),ElDescriptions=withInstall(Descriptions,{DescriptionsItem:DescriptionItem}),ElDescriptionsItem=withNoopInstall(DescriptionItem),overlayProps=buildProps({mask:{type:Boolean,default:!0},customMaskEvent:Boolean,overlayClass:{type:definePropType([String,Array,Object])},zIndex:{type:definePropType([String,Number])}}),overlayEmits={click:e=>e instanceof MouseEvent},BLOCK="overlay";var Overlay$1=defineComponent({name:"ElOverlay",props:overlayProps,emits:overlayEmits,setup(e,{slots:t,emit:y}){const n=useNamespace(BLOCK),k=V=>{y("click",V)},{onClick:L,onMousedown:$,onMouseup:j}=useSameTarget(e.customMaskEvent?void 0:k);return()=>e.mask?createVNode("div",{class:[n.b(),e.overlayClass],style:{zIndex:e.zIndex},onClick:L,onMousedown:$,onMouseup:j},[renderSlot(t,"default")],PatchFlags.STYLE|PatchFlags.CLASS|PatchFlags.PROPS,["onClick","onMouseup","onMousedown"]):h$1("div",{class:e.overlayClass,style:{zIndex:e.zIndex,position:"fixed",top:"0px",right:"0px",bottom:"0px",left:"0px"}},[renderSlot(t,"default")])}});const ElOverlay=Overlay$1,dialogInjectionKey=Symbol("dialogInjectionKey"),dialogContentProps=buildProps({center:Boolean,alignCenter:Boolean,closeIcon:{type:iconPropType},draggable:Boolean,overflow:Boolean,fullscreen:Boolean,showClose:{type:Boolean,default:!0},title:{type:String,default:""},ariaLevel:{type:String,default:"2"}}),dialogContentEmits={close:()=>!0},__default__$Z=defineComponent({name:"ElDialogContent"}),_sfc_main$1O=defineComponent({...__default__$Z,props:dialogContentProps,emits:dialogContentEmits,setup(e,{expose:t}){const y=e,{t:n}=useLocale(),{Close:k}=CloseComponents,{dialogRef:L,headerRef:$,bodyId:j,ns:V,style:z}=inject(dialogInjectionKey),{focusTrapRef:re}=inject(FOCUS_TRAP_INJECTION_KEY),ie=computed(()=>[V.b(),V.is("fullscreen",y.fullscreen),V.is("draggable",y.draggable),V.is("align-center",y.alignCenter),{[V.m("center")]:y.center}]),oe=composeRefs(re,L),ue=computed(()=>y.draggable),de=computed(()=>y.overflow),{resetPostion:pe}=useDraggable(L,$,ue,de);return t({resetPostion:pe}),(Ie,_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$1O,[["__file","dialog-content.vue"]]);const dialogProps=buildProps({...dialogContentProps,appendToBody:Boolean,appendTo:{type:definePropType([String,Object]),default:"body"},beforeClose:{type:definePropType(Function)},destroyOnClose:Boolean,closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},modal:{type:Boolean,default:!0},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:0},top:{type:String},modelValue:Boolean,modalClass:String,width:{type:[String,Number]},zIndex:{type:Number},trapFocus:Boolean,headerAriaLevel:{type:String,default:"2"}}),dialogEmits={open:()=>!0,opened:()=>!0,close:()=>!0,closed:()=>!0,[UPDATE_MODEL_EVENT]:e=>isBoolean$2(e),openAutoFocus:()=>!0,closeAutoFocus:()=>!0},useDialog=(e,t)=>{var y;const k=getCurrentInstance().emit,{nextZIndex:L}=useZIndex();let $="";const j=useId(),V=useId(),z=ref$1(!1),re=ref$1(!1),ie=ref$1(!1),oe=ref$1((y=e.zIndex)!=null?y:L());let ue,de;const pe=useGlobalConfig("namespace",defaultNamespace),Ie=computed(()=>{const nr={},ur=`--${pe.value}-dialog`;return e.fullscreen||(e.top&&(nr[`${ur}-margin-top`]=e.top),e.width&&(nr[`${ur}-width`]=addUnit(e.width))),nr}),_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(()=>Ve(),e.openDelay):Ve()}function Ue(){ue==null||ue(),de==null||de(),e.closeDelay&&e.closeDelay>0?{stop:de}=useTimeoutFn(()=>qe(),e.closeDelay):qe()}function kt(){function nr(ur){ur||(re.value=!0,z.value=!1)}e.beforeClose?e.beforeClose(nr):Ue()}function Et(){e.closeOnClickModal&&kt()}function Ve(){isClient&&(z.value=!0)}function qe(){z.value=!1}function jt(){k("openAutoFocus")}function tr(){k("closeAutoFocus")}function rr(nr){var ur;((ur=nr.detail)==null?void 0:ur.focusReason)==="pointer"&&nr.preventDefault()}e.lockScroll&&useLockscreen(z);function ar(){e.closeOnPressEscape&&kt()}return watch(()=>e.modelValue,nr=>{nr?(re.value=!1,Fe(),ie.value=!0,oe.value=isUndefined$2(e.zIndex)?L():oe.value++,nextTick$1(()=>{k("open"),t.value&&(t.value.scrollTop=0)})):z.value&&Ue()}),watch(()=>e.fullscreen,nr=>{t.value&&(nr?($=t.value.style.transform,t.value.style.transform=""):t.value.style.transform=$)}),onMounted(()=>{e.modelValue&&(z.value=!0,ie.value=!0,Fe())}),{afterEnter:Ce,afterLeave:he,beforeLeave:Ne,handleClose:kt,onModalClick:Et,close:Ue,doClose:qe,onOpenAutoFocus:jt,onCloseAutoFocus:tr,onCloseRequested:ar,onFocusoutPrevented:rr,titleId:j,bodyId:V,closed:re,style:Ie,overlayDialogStyle:_e,rendered:ie,visible:z,zIndex:oe}},__default__$Y=defineComponent({name:"ElDialog",inheritAttrs:!1}),_sfc_main$1N=defineComponent({...__default__$Y,props:dialogProps,emits:dialogEmits,setup(e,{expose:t}){const y=e,n=useSlots();useDeprecated({scope:"el-dialog",from:"the title slot",replacement:"the header slot",version:"3.0.0",ref:"https://element-plus.org/en-US/component/dialog.html#slots"},computed(()=>!!n.title));const k=useNamespace("dialog"),L=ref$1(),$=ref$1(),j=ref$1(),{visible:V,titleId:z,bodyId:re,style:ie,overlayDialogStyle:oe,rendered:ue,zIndex:de,afterEnter:pe,afterLeave:Ie,beforeLeave:_e,handleClose:Ce,onModalClick:he,onOpenAutoFocus:Ne,onCloseAutoFocus:Fe,onCloseRequested:Ue,onFocusoutPrevented:kt}=useDialog(y,L);provide(dialogInjectionKey,{dialogRef:L,headerRef:$,bodyId:re,ns:k,rendered:ue,style:ie});const Et=useSameTarget(he),Ve=computed(()=>y.draggable&&!y.fullscreen);return t({visible:V,dialogContentRef:j,resetPostion:()=>{j.value.resetPostion()}}),(jt,tr)=>(openBlock(),createBlock(unref(ElTeleport),{to:jt.appendTo,disabled:jt.appendTo!=="body"?!1:!jt.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:"dialog-fade",onAfterEnter:unref(pe),onAfterLeave:unref(Ie),onBeforeLeave:unref(_e),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{"custom-mask-event":"",mask:jt.modal,"overlay-class":jt.modalClass,"z-index":unref(de)},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-modal":"true","aria-label":jt.title||void 0,"aria-labelledby":jt.title?void 0:unref(z),"aria-describedby":unref(re),class:normalizeClass(`${unref(k).namespace.value}-overlay-dialog`),style:normalizeStyle(unref(oe)),onClick:unref(Et).onClick,onMousedown:unref(Et).onMousedown,onMouseup:unref(Et).onMouseup},[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(V),"focus-start-el":"container",onFocusAfterTrapped:unref(Ne),onFocusAfterReleased:unref(Fe),onFocusoutPrevented:unref(kt),onReleaseRequested:unref(Ue)},{default:withCtx(()=>[unref(ue)?(openBlock(),createBlock(ElDialogContent,mergeProps({key:0,ref_key:"dialogContentRef",ref:j},jt.$attrs,{center:jt.center,"align-center":jt.alignCenter,"close-icon":jt.closeIcon,draggable:unref(Ve),overflow:jt.overflow,fullscreen:jt.fullscreen,"show-close":jt.showClose,title:jt.title,"aria-level":jt.headerAriaLevel,onClose:unref(Ce)}),createSlots({header:withCtx(()=>[jt.$slots.title?renderSlot(jt.$slots,"title",{key:1}):renderSlot(jt.$slots,"header",{key:0,close:unref(Ce),titleId:unref(z),titleClass:unref(k).e("title")})]),default:withCtx(()=>[renderSlot(jt.$slots,"default")]),_:2},[jt.$slots.footer?{name:"footer",fn:withCtx(()=>[renderSlot(jt.$slots,"footer")])}:void 0]),1040,["center","align-center","close-icon","draggable","overflow","fullscreen","show-close","title","aria-level","onClose"])):createCommentVNode("v-if",!0)]),_:3},8,["trapped","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])],46,["aria-label","aria-labelledby","aria-describedby","onClick","onMousedown","onMouseup"])]),_:3},8,["mask","overlay-class","z-index"]),[[vShow,unref(V)]])]),_:3},8,["onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Dialog=_export_sfc$1(_sfc_main$1N,[["__file","dialog.vue"]]);const ElDialog=withInstall(Dialog),dividerProps=buildProps({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},contentPosition:{type:String,values:["left","center","right"],default:"center"},borderStyle:{type:definePropType(String),default:"solid"}}),__default__$X=defineComponent({name:"ElDivider"}),_sfc_main$1M=defineComponent({...__default__$X,props:dividerProps,setup(e){const t=e,y=useNamespace("divider"),n=computed(()=>y.cssVar({"border-style":t.borderStyle}));return(k,L)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(y).b(),unref(y).m(k.direction)]),style:normalizeStyle(unref(n)),role:"separator"},[k.$slots.default&&k.direction!=="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("text"),unref(y).is(k.contentPosition)])},[renderSlot(k.$slots,"default")],2)):createCommentVNode("v-if",!0)],6))}});var Divider=_export_sfc$1(_sfc_main$1M,[["__file","divider.vue"]]);const ElDivider=withInstall(Divider),drawerProps=buildProps({...dialogProps,direction:{type:String,default:"rtl",values:["ltr","rtl","ttb","btt"]},size:{type:[String,Number],default:"30%"},withHeader:{type:Boolean,default:!0},modalFade:{type:Boolean,default:!0},headerAriaLevel:{type:String,default:"2"}}),drawerEmits=dialogEmits,__default__$W=defineComponent({name:"ElDrawer",inheritAttrs:!1}),_sfc_main$1L=defineComponent({...__default__$W,props:drawerProps,emits:drawerEmits,setup(e,{expose:t}){const y=e,n=useSlots();useDeprecated({scope:"el-drawer",from:"the title slot",replacement:"the header slot",version:"3.0.0",ref:"https://element-plus.org/en-US/component/drawer.html#slots"},computed(()=>!!n.title));const k=ref$1(),L=ref$1(),$=useNamespace("drawer"),{t:j}=useLocale(),{afterEnter:V,afterLeave:z,beforeLeave:re,visible:ie,rendered:oe,titleId:ue,bodyId:de,zIndex:pe,onModalClick:Ie,onOpenAutoFocus:_e,onCloseAutoFocus:Ce,onFocusoutPrevented:he,onCloseRequested:Ne,handleClose:Fe}=useDialog(y,k),Ue=computed(()=>y.direction==="rtl"||y.direction==="ltr"),kt=computed(()=>addUnit(y.size));return t({handleClose:Fe,afterEnter:V,afterLeave:z}),(Et,Ve)=>(openBlock(),createBlock(unref(ElTeleport),{to:Et.appendTo,disabled:Et.appendTo!=="body"?!1:!Et.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:unref($).b("fade"),onAfterEnter:unref(V),onAfterLeave:unref(z),onBeforeLeave:unref(re),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{mask:Et.modal,"overlay-class":Et.modalClass,"z-index":unref(pe),onClick:unref(Ie)},{default:withCtx(()=>[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(ie),"focus-trap-el":k.value,"focus-start-el":L.value,onFocusAfterTrapped:unref(_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(Ue)?"width: "+unref(kt):"height: "+unref(kt),role:"dialog",onClick:withModifiers(()=>{},["stop"])}),[createBaseVNode("span",{ref_key:"focusStartRef",ref:L,class:normalizeClass(unref($).e("sr-focus")),tabindex:"-1"},null,2),Et.withHeader?(openBlock(),createElementBlock("header",{key:0,class:normalizeClass(unref($).e("header"))},[Et.$slots.title?renderSlot(Et.$slots,"title",{key:1},()=>[createCommentVNode(" DEPRECATED SLOT ")]):renderSlot(Et.$slots,"header",{key:0,close:unref(Fe),titleId:unref(ue),titleClass:unref($).e("title")},()=>[Et.$slots.title?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,id:unref(ue),role:"heading","aria-level":Et.headerAriaLevel,class:normalizeClass(unref($).e("title"))},toDisplayString(Et.title),11,["id","aria-level"]))]),Et.showClose?(openBlock(),createElementBlock("button",{key:2,"aria-label":unref(j)("el.drawer.close"),class:normalizeClass(unref($).e("close-btn")),type:"button",onClick:unref(Fe)},[createVNode(unref(ElIcon),{class:normalizeClass(unref($).e("close"))},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"])],10,["aria-label","onClick"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),unref(oe)?(openBlock(),createElementBlock("div",{key:1,id:unref(de),class:normalizeClass(unref($).e("body"))},[renderSlot(Et.$slots,"default")],10,["id"])):createCommentVNode("v-if",!0),Et.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref($).e("footer"))},[renderSlot(Et.$slots,"footer")],2)):createCommentVNode("v-if",!0)],16,["aria-label","aria-labelledby","aria-describedby","onClick"])]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])]),_:3},8,["mask","overlay-class","z-index","onClick"]),[[vShow,unref(ie)]])]),_:3},8,["name","onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Drawer=_export_sfc$1(_sfc_main$1L,[["__file","drawer.vue"]]);const ElDrawer=withInstall(Drawer),_sfc_main$1K=defineComponent({inheritAttrs:!1});function _sfc_render$n(e,t,y,n,k,L){return renderSlot(e.$slots,"default")}var Collection=_export_sfc$1(_sfc_main$1K,[["render",_sfc_render$n],["__file","collection.vue"]]);const _sfc_main$1J=defineComponent({name:"ElCollectionItem",inheritAttrs:!1});function _sfc_render$m(e,t,y,n,k,L){return renderSlot(e.$slots,"default")}var CollectionItem=_export_sfc$1(_sfc_main$1J,[["render",_sfc_render$m],["__file","collection-item.vue"]]);const COLLECTION_ITEM_SIGN="data-el-collection-item",createCollectionWithScope=e=>{const t=`El${e}Collection`,y=`${t}Item`,n=Symbol(t),k=Symbol(y),L={...Collection,name:t,setup(){const j=ref$1(null),V=new Map;provide(n,{itemMap:V,getItems:()=>{const re=unref(j);if(!re)return[];const ie=Array.from(re.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));return[...V.values()].sort((ue,de)=>ie.indexOf(ue.ref)-ie.indexOf(de.ref))},collectionRef:j})}},$={...CollectionItem,name:y,setup(j,{attrs:V}){const z=ref$1(null),re=inject(n,void 0);provide(k,{collectionItemRef:z}),onMounted(()=>{const ie=unref(z);ie&&re.itemMap.set(ie,{ref:ie,...V})}),onBeforeUnmount(()=>{const ie=unref(z);re.itemMap.delete(ie)})}};return{COLLECTION_INJECTION_KEY:n,COLLECTION_ITEM_INJECTION_KEY:k,ElCollection:L,ElCollectionItem:$}},rovingFocusGroupProps=buildProps({style:{type:definePropType([String,Array,Object])},currentTabId:{type:definePropType(String)},defaultCurrentTabId:String,loop:Boolean,dir:{type:String,values:["ltr","rtl"],default:"ltr"},orientation:{type:definePropType(String)},onBlur:Function,onFocus:Function,onMousedown:Function}),{ElCollection:ElCollection$1,ElCollectionItem:ElCollectionItem$1,COLLECTION_INJECTION_KEY:COLLECTION_INJECTION_KEY$1,COLLECTION_ITEM_INJECTION_KEY:COLLECTION_ITEM_INJECTION_KEY$1}=createCollectionWithScope("RovingFocusGroup"),ROVING_FOCUS_GROUP_INJECTION_KEY=Symbol("elRovingFocusGroup"),ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY=Symbol("elRovingFocusGroupItem"),MAP_KEY_TO_FOCUS_INTENT={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},getDirectionAwareKey=(e,t)=>e,getFocusIntent=(e,t,y)=>{const n=getDirectionAwareKey(e.key);return MAP_KEY_TO_FOCUS_INTENT[n]},reorderArray=(e,t)=>e.map((y,n)=>e[(n+t)%e.length]),focusFirst=e=>{const{activeElement:t}=document;for(const y of e)if(y===t||(y.focus(),t!==document.activeElement))return},CURRENT_TAB_ID_CHANGE_EVT="currentTabIdChange",ENTRY_FOCUS_EVT="rovingFocusGroup.entryFocus",EVT_OPTS={bubbles:!1,cancelable:!0},_sfc_main$1I=defineComponent({name:"ElRovingFocusGroupImpl",inheritAttrs:!1,props:rovingFocusGroupProps,emits:[CURRENT_TAB_ID_CHANGE_EVT,"entryFocus"],setup(e,{emit:t}){var y;const n=ref$1((y=e.currentTabId||e.defaultCurrentTabId)!=null?y:null),k=ref$1(!1),L=ref$1(!1),$=ref$1(null),{getItems:j}=inject(COLLECTION_INJECTION_KEY$1,void 0),V=computed(()=>[{outline:"none"},e.style]),z=pe=>{t(CURRENT_TAB_ID_CHANGE_EVT,pe)},re=()=>{k.value=!0},ie=composeEventHandlers(pe=>{var Ie;(Ie=e.onMousedown)==null||Ie.call(e,pe)},()=>{L.value=!0}),oe=composeEventHandlers(pe=>{var Ie;(Ie=e.onFocus)==null||Ie.call(e,pe)},pe=>{const Ie=!unref(L),{target:_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(Ve=>Ve.focusable),Fe=Ne.find(Ve=>Ve.active),Ue=Ne.find(Ve=>Ve.id===unref(n)),Et=[Fe,Ue,...Ne].filter(Boolean).map(Ve=>Ve.ref);focusFirst(Et)}}L.value=!1}),ue=composeEventHandlers(pe=>{var Ie;(Ie=e.onBlur)==null||Ie.call(e,pe)},()=>{k.value=!1}),de=(...pe)=>{t("entryFocus",...pe)};provide(ROVING_FOCUS_GROUP_INJECTION_KEY,{currentTabbedId:readonly(n),loop:toRef$1(e,"loop"),tabIndex:computed(()=>unref(k)?-1:0),rovingFocusGroupRef:$,rovingFocusGroupRootStyle:V,orientation:toRef$1(e,"orientation"),dir:toRef$1(e,"dir"),onItemFocus:z,onItemShiftTab:re,onBlur:ue,onFocus:oe,onMousedown:ie}),watch(()=>e.currentTabId,pe=>{n.value=pe??null}),useEventListener($,ENTRY_FOCUS_EVT,de)}});function _sfc_render$l(e,t,y,n,k,L){return renderSlot(e.$slots,"default")}var ElRovingFocusGroupImpl=_export_sfc$1(_sfc_main$1I,[["render",_sfc_render$l],["__file","roving-focus-group-impl.vue"]]);const _sfc_main$1H=defineComponent({name:"ElRovingFocusGroup",components:{ElFocusGroupCollection:ElCollection$1,ElRovingFocusGroupImpl}});function _sfc_render$k(e,t,y,n,k,L){const $=resolveComponent("el-roving-focus-group-impl"),j=resolveComponent("el-focus-group-collection");return openBlock(),createBlock(j,null,{default:withCtx(()=>[createVNode($,normalizeProps(guardReactiveProps(e.$attrs)),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16)]),_:3})}var ElRovingFocusGroup=_export_sfc$1(_sfc_main$1H,[["render",_sfc_render$k],["__file","roving-focus-group.vue"]]);const _sfc_main$1G=defineComponent({components:{ElRovingFocusCollectionItem:ElCollectionItem$1},props:{focusable:{type:Boolean,default:!0},active:{type:Boolean,default:!1}},emits:["mousedown","focus","keydown"],setup(e,{emit:t}){const{currentTabbedId:y,loop:n,onItemFocus:k,onItemShiftTab:L}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{getItems:$}=inject(COLLECTION_INJECTION_KEY$1,void 0),j=useId(),V=ref$1(null),z=composeEventHandlers(ue=>{t("mousedown",ue)},ue=>{e.focusable?k(unref(j)):ue.preventDefault()}),re=composeEventHandlers(ue=>{t("focus",ue)},()=>{k(unref(j))}),ie=composeEventHandlers(ue=>{t("keydown",ue)},ue=>{const{key:de,shiftKey:pe,target:Ie,currentTarget:_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$1G,[["render",_sfc_render$j],["__file","roving-focus-item.vue"]]);const dropdownProps=buildProps({trigger:useTooltipTriggerProps.trigger,effect:{...useTooltipContentProps.effect,default:"light"},type:{type:definePropType(String)},placement:{type:definePropType(String),default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},id:String,size:{type:String,default:""},splitButton:Boolean,hideOnClick:{type:Boolean,default:!0},loop:{type:Boolean,default:!0},showTimeout:{type:Number,default:150},hideTimeout:{type:Number,default:150},tabindex:{type:definePropType([Number,String]),default:0},maxHeight:{type:definePropType([Number,String]),default:""},popperClass:{type:String,default:""},disabled:Boolean,role:{type:String,default:"menu"},buttonProps:{type:definePropType(Object)},teleported:useTooltipContentProps.teleported}),dropdownItemProps=buildProps({command:{type:[Object,String,Number],default:()=>({})},disabled:Boolean,divided:Boolean,textValue:String,icon:{type:iconPropType}}),dropdownMenuProps=buildProps({onKeydown:{type:definePropType(Function)}}),FIRST_KEYS=[EVENT_CODE.down,EVENT_CODE.pageDown,EVENT_CODE.home],LAST_KEYS=[EVENT_CODE.up,EVENT_CODE.pageUp,EVENT_CODE.end],FIRST_LAST_KEYS=[...FIRST_KEYS,...LAST_KEYS],{ElCollection,ElCollectionItem,COLLECTION_INJECTION_KEY,COLLECTION_ITEM_INJECTION_KEY}=createCollectionWithScope("Dropdown"),DROPDOWN_INJECTION_KEY=Symbol("elDropdown"),{ButtonGroup:ElButtonGroup}=ElButton,_sfc_main$1F=defineComponent({name:"ElDropdown",components:{ElButton,ElButtonGroup,ElScrollbar,ElDropdownCollection:ElCollection,ElTooltip,ElRovingFocusGroup,ElOnlyChild:OnlyChild,ElIcon,ArrowDown:arrow_down_default},props:dropdownProps,emits:["visible-change","click","command"],setup(e,{emit:t}){const y=getCurrentInstance(),n=useNamespace("dropdown"),{t:k}=useLocale(),L=ref$1(),$=ref$1(),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=ref$1(null),ie=ref$1(!1),oe=[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.down],ue=computed(()=>({maxHeight:addUnit(e.maxHeight)})),de=computed(()=>[n.m(Fe.value)]),pe=computed(()=>castArray$1(e.trigger)),Ie=useId().value,_e=computed(()=>e.id||Ie);watch([L,pe],([cr,_r],[hr])=>{var Er,kr,xr;(Er=hr==null?void 0:hr.$el)!=null&&Er.removeEventListener&&hr.$el.removeEventListener("pointerenter",kt),(kr=cr==null?void 0:cr.$el)!=null&&kr.removeEventListener&&cr.$el.removeEventListener("pointerenter",kt),(xr=cr==null?void 0:cr.$el)!=null&&xr.addEventListener&&_r.includes("hover")&&cr.$el.addEventListener("pointerenter",kt)},{immediate:!0}),onBeforeUnmount(()=>{var cr,_r;(_r=(cr=L.value)==null?void 0:cr.$el)!=null&&_r.removeEventListener&&L.value.$el.removeEventListener("pointerenter",kt)});function Ce(){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 Ue(...cr){t("command",...cr)}function kt(){var cr,_r;(_r=(cr=L.value)==null?void 0:cr.$el)==null||_r.focus()}function Et(){}function Ve(){const cr=unref(V);pe.value.includes("hover")&&(cr==null||cr.focus()),re.value=null}function qe(cr){re.value=cr}function jt(cr){ie.value||(cr.preventDefault(),cr.stopImmediatePropagation())}function tr(){t("visible-change",!0)}function rr(cr){(cr==null?void 0:cr.type)==="keydown"&&V.value.focus()}function ar(){t("visible-change",!1)}return provide(DROPDOWN_INJECTION_KEY,{contentRef:V,role:computed(()=>e.role),triggerId:_e,isUsingKeyboard:ie,onItemEnter:Et,onItemLeave:Ve}),provide("elDropdown",{instance:y,dropdownSize:Fe,handleClick:Ce,commandHandler:Ue,trigger:toRef$1(e,"trigger"),hideOnClick:toRef$1(e,"hideOnClick")}),{t:k,ns:n,scrollbar:z,wrapStyle:ue,dropdownTriggerKls:de,dropdownSize:Fe,triggerId:_e,triggerKeys:oe,currentTabId:re,handleCurrentTabIdChange:qe,handlerMainButtonClick:cr=>{t("click",cr)},handleEntryFocus:jt,handleClose:he,handleOpen:Ne,handleBeforeShowTooltip:tr,handleShowTooltip:rr,handleBeforeHideTooltip:ar,onFocusAfterTrapped:cr=>{var _r,hr;cr.preventDefault(),(hr=(_r=V.value)==null?void 0:_r.focus)==null||hr.call(_r,{preventScroll:!0})},popperRef:j,contentRef:V,triggeringElementRef:L,referenceElementRef:$}}});function _sfc_render$i(e,t,y,n,k,L){var $;const j=resolveComponent("el-dropdown-collection"),V=resolveComponent("el-roving-focus-group"),z=resolveComponent("el-scrollbar"),re=resolveComponent("el-only-child"),ie=resolveComponent("el-tooltip"),oe=resolveComponent("el-button"),ue=resolveComponent("arrow-down"),de=resolveComponent("el-icon"),pe=resolveComponent("el-button-group");return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b(),e.ns.is("disabled",e.disabled)])},[createVNode(ie,{ref:"popperRef",role:e.role,effect:e.effect,"fallback-placements":["bottom","top"],"popper-options":e.popperOptions,"gpu-acceleration":!1,"hide-after":e.trigger==="hover"?e.hideTimeout:0,"manual-mode":!0,placement:e.placement,"popper-class":[e.ns.e("popper"),e.popperClass],"reference-element":($=e.referenceElementRef)==null?void 0:$.$el,trigger:e.trigger,"trigger-keys":e.triggerKeys,"trigger-target-el":e.contentRef,"show-after":e.trigger==="hover"?e.showTimeout:0,"stop-popper-mouse-event":!1,"virtual-ref":e.triggeringElementRef,"virtual-triggering":e.splitButton,disabled:e.disabled,transition:`${e.ns.namespace.value}-zoom-in-top`,teleported:e.teleported,pure:"",persistent:"",onBeforeShow:e.handleBeforeShowTooltip,onShow:e.handleShowTooltip,onBeforeHide:e.handleBeforeHideTooltip},createSlots({content:withCtx(()=>[createVNode(z,{ref:"scrollbar","wrap-style":e.wrapStyle,tag:"div","view-class":e.ns.e("list")},{default:withCtx(()=>[createVNode(V,{loop:e.loop,"current-tab-id":e.currentTabId,orientation:"horizontal",onCurrentTabIdChange:e.handleCurrentTabIdChange,onEntryFocus:e.handleEntryFocus},{default:withCtx(()=>[createVNode(j,null,{default:withCtx(()=>[renderSlot(e.$slots,"dropdown")]),_:3})]),_:3},8,["loop","current-tab-id","onCurrentTabIdChange","onEntryFocus"])]),_:3},8,["wrap-style","view-class"])]),_:2},[e.splitButton?void 0:{name:"default",fn:withCtx(()=>[createVNode(re,{id:e.triggerId,ref:"triggeringElementRef",role:"button",tabindex:e.tabindex},{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},8,["id","tabindex"])])}]),1032,["role","effect","popper-options","hide-after","placement","popper-class","reference-element","trigger","trigger-keys","trigger-target-el","show-after","virtual-ref","virtual-triggering","disabled","transition","teleported","onBeforeShow","onShow","onBeforeHide"]),e.splitButton?(openBlock(),createBlock(pe,{key:0},{default:withCtx(()=>[createVNode(oe,mergeProps({ref:"referenceElementRef"},e.buttonProps,{size:e.dropdownSize,type:e.type,disabled:e.disabled,tabindex:e.tabindex,onClick:e.handlerMainButtonClick}),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16,["size","type","disabled","tabindex","onClick"]),createVNode(oe,mergeProps({id:e.triggerId,ref:"triggeringElementRef"},e.buttonProps,{role:"button",size:e.dropdownSize,type:e.type,class:e.ns.e("caret-button"),disabled:e.disabled,tabindex:e.tabindex,"aria-label":e.t("el.dropdown.toggleDropdown")}),{default:withCtx(()=>[createVNode(de,{class:normalizeClass(e.ns.e("icon"))},{default:withCtx(()=>[createVNode(ue)]),_:1},8,["class"])]),_:1},16,["id","size","type","class","disabled","tabindex","aria-label"])]),_:3})):createCommentVNode("v-if",!0)],2)}var Dropdown=_export_sfc$1(_sfc_main$1F,[["render",_sfc_render$i],["__file","dropdown.vue"]]);const _sfc_main$1E=defineComponent({name:"DropdownItemImpl",components:{ElIcon},props:dropdownItemProps,emits:["pointermove","pointerleave","click","clickimpl"],setup(e,{emit:t}){const y=useNamespace("dropdown"),{role:n}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionItemRef:k}=inject(COLLECTION_ITEM_INJECTION_KEY,void 0),{collectionItemRef:L}=inject(COLLECTION_ITEM_INJECTION_KEY$1,void 0),{rovingFocusGroupItemRef:$,tabIndex:j,handleFocus:V,handleKeydown:z,handleMousedown:re}=inject(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,void 0),ie=composeRefs(k,L,$),oe=computed(()=>n.value==="menu"?"menuitem":n.value==="navigation"?"link":"button"),ue=composeEventHandlers(de=>{const{code:pe}=de;if(pe===EVENT_CODE.enter||pe===EVENT_CODE.space)return de.preventDefault(),de.stopImmediatePropagation(),t("clickimpl",de),!0},z);return{ns:y,itemRef:ie,dataset:{[COLLECTION_ITEM_SIGN]:""},role:oe,tabIndex:j,handleFocus:V,handleKeydown:ue,handleMousedown:re}}});function _sfc_render$h(e,t,y,n,k,L){const $=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[e.divided?(openBlock(),createElementBlock("li",mergeProps({key:0,role:"separator",class:e.ns.bem("menu","item","divided")},e.$attrs),null,16)):createCommentVNode("v-if",!0),createBaseVNode("li",mergeProps({ref:e.itemRef},{...e.dataset,...e.$attrs},{"aria-disabled":e.disabled,class:[e.ns.be("menu","item"),e.ns.is("disabled",e.disabled)],tabindex:e.tabIndex,role:e.role,onClick:j=>e.$emit("clickimpl",j),onFocus:e.handleFocus,onKeydown:withModifiers(e.handleKeydown,["self"]),onMousedown:e.handleMousedown,onPointermove:j=>e.$emit("pointermove",j),onPointerleave:j=>e.$emit("pointerleave",j)}),[e.icon?(openBlock(),createBlock($,{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.icon)))]),_:1})):createCommentVNode("v-if",!0),renderSlot(e.$slots,"default")],16,["aria-disabled","tabindex","role","onClick","onFocus","onKeydown","onMousedown","onPointermove","onPointerleave"])],64)}var ElDropdownItemImpl=_export_sfc$1(_sfc_main$1E,[["render",_sfc_render$h],["__file","dropdown-item-impl.vue"]]);const useDropdown=()=>{const e=inject("elDropdown",{}),t=computed(()=>e==null?void 0:e.dropdownSize);return{elDropdown:e,_elDropdownSize:t}},_sfc_main$1D=defineComponent({name:"ElDropdownItem",components:{ElDropdownCollectionItem:ElCollectionItem,ElRovingFocusItem,ElDropdownItemImpl},inheritAttrs:!1,props:dropdownItemProps,emits:["pointermove","pointerleave","click"],setup(e,{emit:t,attrs:y}){const{elDropdown:n}=useDropdown(),k=getCurrentInstance(),L=ref$1(null),$=computed(()=>{var ue,de;return(de=(ue=unref(L))==null?void 0:ue.textContent)!=null?de:""}),{onItemEnter:j,onItemLeave:V}=inject(DROPDOWN_INJECTION_KEY,void 0),z=composeEventHandlers(ue=>(t("pointermove",ue),ue.defaultPrevented),whenMouse(ue=>{if(e.disabled){V(ue);return}const de=ue.currentTarget;de===document.activeElement||de.contains(document.activeElement)||(j(ue),ue.defaultPrevented||de==null||de.focus())})),re=composeEventHandlers(ue=>(t("pointerleave",ue),ue.defaultPrevented),whenMouse(V)),ie=composeEventHandlers(ue=>{if(!e.disabled)return t("click",ue),ue.type!=="keydown"&&ue.defaultPrevented},ue=>{var de,pe,Ie;if(e.disabled){ue.stopImmediatePropagation();return}(de=n==null?void 0:n.hideOnClick)!=null&&de.value&&((pe=n.handleClick)==null||pe.call(n)),(Ie=n.commandHandler)==null||Ie.call(n,e.command,k,ue)}),oe=computed(()=>({...e,...y}));return{handleClick:ie,handlePointerMove:z,handlePointerLeave:re,textContent:$,propsAndAttrs:oe}}});function _sfc_render$g(e,t,y,n,k,L){var $;const j=resolveComponent("el-dropdown-item-impl"),V=resolveComponent("el-roving-focus-item"),z=resolveComponent("el-dropdown-collection-item");return openBlock(),createBlock(z,{disabled:e.disabled,"text-value":($=e.textValue)!=null?$:e.textContent},{default:withCtx(()=>[createVNode(V,{focusable:!e.disabled},{default:withCtx(()=>[createVNode(j,mergeProps(e.propsAndAttrs,{onPointerleave:e.handlePointerLeave,onPointermove:e.handlePointerMove,onClickimpl:e.handleClick}),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16,["onPointerleave","onPointermove","onClickimpl"])]),_:3},8,["focusable"])]),_:3},8,["disabled","text-value"])}var DropdownItem=_export_sfc$1(_sfc_main$1D,[["render",_sfc_render$g],["__file","dropdown-item.vue"]]);const _sfc_main$1C=defineComponent({name:"ElDropdownMenu",props:dropdownMenuProps,setup(e){const t=useNamespace("dropdown"),{_elDropdownSize:y}=useDropdown(),n=y.value,{focusTrapRef:k,onKeydown:L}=inject(FOCUS_TRAP_INJECTION_KEY,void 0),{contentRef:$,role:j,triggerId:V}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionRef:z,getItems:re}=inject(COLLECTION_INJECTION_KEY,void 0),{rovingFocusGroupRef:ie,rovingFocusGroupRootStyle:oe,tabIndex:ue,onBlur:de,onFocus:pe,onMousedown:Ie}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{collectionRef:_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(Ue=>{var kt;(kt=e.onKeydown)==null||kt.call(e,Ue)},Ue=>{const{currentTarget:kt,code:Et,target:Ve}=Ue;if(kt.contains(Ve),EVENT_CODE.tab===Et&&Ue.stopImmediatePropagation(),Ue.preventDefault(),Ve!==unref($)||!FIRST_LAST_KEYS.includes(Et))return;const jt=re().filter(tr=>!tr.disabled).map(tr=>tr.ref);LAST_KEYS.includes(Et)&&jt.reverse(),focusFirst(jt)});return{size:n,rovingFocusGroupRootStyle:oe,tabIndex:ue,dropdownKls:Ce,role:j,triggerId:V,dropdownListWrapperRef:he,handleKeydown:Ue=>{Ne(Ue),L(Ue)},onBlur:de,onFocus:pe,onMousedown:Ie}}});function _sfc_render$f(e,t,y,n,k,L){return openBlock(),createElementBlock("ul",{ref:e.dropdownListWrapperRef,class:normalizeClass(e.dropdownKls),style:normalizeStyle(e.rovingFocusGroupRootStyle),tabindex:-1,role:e.role,"aria-labelledby":e.triggerId,onBlur:e.onBlur,onFocus:e.onFocus,onKeydown:withModifiers(e.handleKeydown,["self"]),onMousedown:withModifiers(e.onMousedown,["self"])},[renderSlot(e.$slots,"default")],46,["role","aria-labelledby","onBlur","onFocus","onKeydown","onMousedown"])}var DropdownMenu=_export_sfc$1(_sfc_main$1C,[["render",_sfc_render$f],["__file","dropdown-menu.vue"]]);const ElDropdown=withInstall(Dropdown,{DropdownItem,DropdownMenu}),ElDropdownItem=withNoopInstall(DropdownItem),ElDropdownMenu=withNoopInstall(DropdownMenu),__default__$V=defineComponent({name:"ImgEmpty"}),_sfc_main$1B=defineComponent({...__default__$V,setup(e){const t=useNamespace("empty"),y=useId();return(n,k)=>(openBlock(),createElementBlock("svg",{viewBox:"0 0 79 86",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[createBaseVNode("defs",null,[createBaseVNode("linearGradient",{id:`linearGradient-1-${unref(y)}`,x1:"38.8503086%",y1:"0%",x2:"61.1496914%",y2:"100%"},[createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-4")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("linearGradient",{id:`linearGradient-2-${unref(y)}`,x1:"0%",y1:"9.5%",x2:"100%",y2:"90.5%"},[createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(t).cssVarBlockName("fill-color-6")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("rect",{id:`path-3-${unref(y)}`,x:"0",y:"0",width:"17",height:"36"},null,8,["id"])]),createBaseVNode("g",{id:"Illustrations",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[createBaseVNode("g",{id:"B-type",transform:"translate(-1268.000000, -535.000000)"},[createBaseVNode("g",{id:"Group-2",transform:"translate(1268.000000, 535.000000)"},[createBaseVNode("path",{id:"Oval-Copy-2",d:"M39.5,86 C61.3152476,86 79,83.9106622 79,81.3333333 C79,78.7560045 57.3152476,78 35.5,78 C13.6847524,78 0,78.7560045 0,81.3333333 C0,83.9106622 17.6847524,86 39.5,86 Z",fill:`var(${unref(t).cssVarBlockName("fill-color-3")})`},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-14",fill:`var(${unref(t).cssVarBlockName("fill-color-7")})`,transform:"translate(27.500000, 51.500000) scale(1, -1) translate(-27.500000, -51.500000) ",points:"13 58 53 58 42 45 2 45"},null,8,["fill"]),createBaseVNode("g",{id:"Group-Copy",transform:"translate(34.500000, 31.500000) scale(-1, 1) rotate(-25.000000) translate(-34.500000, -31.500000) translate(7.000000, 10.000000)"},[createBaseVNode("polygon",{id:"Rectangle-Copy-10",fill:`var(${unref(t).cssVarBlockName("fill-color-7")})`,transform:"translate(11.500000, 5.000000) scale(1, -1) translate(-11.500000, -5.000000) ",points:"2.84078316e-14 3 18 3 23 7 5 7"},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-11",fill:`var(${unref(t).cssVarBlockName("fill-color-5")})`,points:"-3.69149156e-15 7 38 7 38 43 -3.69149156e-15 43"},null,8,["fill"]),createBaseVNode("rect",{id:"Rectangle-Copy-12",fill:`url(#linearGradient-1-${unref(y)})`,transform:"translate(46.500000, 25.000000) scale(-1, 1) translate(-46.500000, -25.000000) ",x:"38",y:"7",width:"17",height:"36"},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-13",fill:`var(${unref(t).cssVarBlockName("fill-color-2")})`,transform:"translate(39.500000, 3.500000) scale(-1, 1) translate(-39.500000, -3.500000) ",points:"24 7 41 7 55 -3.63806207e-12 38 -3.63806207e-12"},null,8,["fill"])]),createBaseVNode("rect",{id:"Rectangle-Copy-15",fill:`url(#linearGradient-2-${unref(y)})`,x:"13",y:"45",width:"40",height:"36"},null,8,["fill"]),createBaseVNode("g",{id:"Rectangle-Copy-17",transform:"translate(53.000000, 45.000000)"},[createBaseVNode("use",{id:"Mask",fill:`var(${unref(t).cssVarBlockName("fill-color-8")})`,transform:"translate(8.500000, 18.000000) scale(-1, 1) translate(-8.500000, -18.000000) ","xlink:href":`#path-3-${unref(y)}`},null,8,["fill","xlink:href"]),createBaseVNode("polygon",{id:"Rectangle-Copy",fill:`var(${unref(t).cssVarBlockName("fill-color-9")})`,mask:`url(#mask-4-${unref(y)})`,transform:"translate(12.000000, 9.000000) scale(-1, 1) translate(-12.000000, -9.000000) ",points:"7 0 24 0 20 18 7 16.5"},null,8,["fill","mask"])]),createBaseVNode("polygon",{id:"Rectangle-Copy-18",fill:`var(${unref(t).cssVarBlockName("fill-color-2")})`,transform:"translate(66.000000, 51.500000) scale(-1, 1) translate(-66.000000, -51.500000) ",points:"62 45 79 45 70 58 53 58"},null,8,["fill"])])])])]))}});var ImgEmpty=_export_sfc$1(_sfc_main$1B,[["__file","img-empty.vue"]]);const emptyProps=buildProps({image:{type:String,default:""},imageSize:Number,description:{type:String,default:""}}),__default__$U=defineComponent({name:"ElEmpty"}),_sfc_main$1A=defineComponent({...__default__$U,props:emptyProps,setup(e){const t=e,{t:y}=useLocale(),n=useNamespace("empty"),k=computed(()=>t.description||y("el.table.emptyText")),L=computed(()=>({width:addUnit(t.imageSize)}));return($,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[createBaseVNode("div",{class:normalizeClass(unref(n).e("image")),style:normalizeStyle(unref(L))},[$.image?(openBlock(),createElementBlock("img",{key:0,src:$.image,ondragstart:"return false"},null,8,["src"])):renderSlot($.$slots,"image",{key:1},()=>[createVNode(ImgEmpty)])],6),createBaseVNode("div",{class:normalizeClass(unref(n).e("description"))},[$.$slots.description?renderSlot($.$slots,"description",{key:0}):(openBlock(),createElementBlock("p",{key:1},toDisplayString(unref(k)),1))],2),$.$slots.default?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("bottom"))},[renderSlot($.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var Empty=_export_sfc$1(_sfc_main$1A,[["__file","empty.vue"]]);const ElEmpty=withInstall(Empty),imageViewerProps=buildProps({urlList:{type:definePropType(Array),default:()=>mutable([])},zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},hideOnClickModal:Boolean,teleported:Boolean,closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageViewerEmits={close:()=>!0,switch:e=>isNumber$3(e),rotate:e=>isNumber$3(e)},__default__$T=defineComponent({name:"ElImageViewer"}),_sfc_main$1z=defineComponent({...__default__$T,props:imageViewerProps,emits:imageViewerEmits,setup(e,{expose:t,emit:y}){var n;const k=e,L={CONTAIN:{name:"contain",icon:markRaw(full_screen_default)},ORIGINAL:{name:"original",icon:markRaw(scale_to_original_default)}},{t:$}=useLocale(),j=useNamespace("image-viewer"),{nextZIndex:V}=useZIndex(),z=ref$1(),re=ref$1([]),ie=effectScope(),oe=ref$1(!0),ue=ref$1(k.initialIndex),de=shallowRef(L.CONTAIN),pe=ref$1({scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}),Ie=ref$1((n=k.zIndex)!=null?n:V()),_e=computed(()=>{const{urlList:Er}=k;return Er.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)]),Ue=computed(()=>[j.e("btn"),j.e("next"),j.is("disabled",!k.infinite&&he.value)]),kt=computed(()=>{const{scale:Er,deg:kr,offsetX:xr,offsetY:yr,enableTransition:vr}=pe.value;let Rr=xr/Er,Br=yr/Er;const mr=kr*Math.PI/180,gr=Math.cos(mr),jr=Math.sin(mr);Rr=Rr*gr+Br*jr,Br=Br*gr-xr/Er*jr;const Hr={transform:`scale(${Er}) rotate(${kr}deg) translate(${Rr}px, ${Br}px)`,transition:vr?"transform .3s":""};return de.value.name===L.CONTAIN.name&&(Hr.maxWidth=Hr.maxHeight="100%"),Hr});function Et(){qe(),y("close")}function Ve(){const Er=throttle$1(xr=>{switch(xr.code){case EVENT_CODE.esc:k.closeOnPressEscape&&Et();break;case EVENT_CODE.space:nr();break;case EVENT_CODE.left:cr();break;case EVENT_CODE.up:hr("zoomIn");break;case EVENT_CODE.right:_r();break;case EVENT_CODE.down:hr("zoomOut");break}}),kr=throttle$1(xr=>{const yr=xr.deltaY||xr.deltaX;hr(yr<0?"zoomIn":"zoomOut",{zoomRate:k.zoomRate,enableTransition:!1})});ie.run(()=>{useEventListener(document,"keydown",Er),useEventListener(document,"wheel",kr)})}function qe(){ie.stop()}function jt(){oe.value=!1}function tr(Er){oe.value=!1,Er.target.alt=$("el.image.error")}function rr(Er){if(oe.value||Er.button!==0||!z.value)return;pe.value.enableTransition=!1;const{offsetX:kr,offsetY:xr}=pe.value,yr=Er.pageX,vr=Er.pageY,Rr=throttle$1(mr=>{pe.value={...pe.value,offsetX:kr+mr.pageX-yr,offsetY:xr+mr.pageY-vr}}),Br=useEventListener(document,"mousemove",Rr);useEventListener(document,"mouseup",()=>{Br()}),Er.preventDefault()}function ar(){pe.value={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function nr(){if(oe.value)return;const Er=keysOf(L),kr=Object.values(L),xr=de.value.name,vr=(kr.findIndex(Rr=>Rr.name===xr)+1)%Er.length;de.value=L[Er[vr]],ar()}function ur(Er){const kr=k.urlList.length;ue.value=(Er+kr)%kr}function cr(){Ce.value&&!k.infinite||ur(ue.value-1)}function _r(){he.value&&!k.infinite||ur(ue.value+1)}function hr(Er,kr={}){if(oe.value)return;const{minScale:xr,maxScale:yr}=k,{zoomRate:vr,rotateDeg:Rr,enableTransition:Br}={zoomRate:k.zoomRate,rotateDeg:90,enableTransition:!0,...kr};switch(Er){case"zoomOut":pe.value.scale>xr&&(pe.value.scale=Number.parseFloat((pe.value.scale/vr).toFixed(3)));break;case"zoomIn":pe.value.scale{nextTick$1(()=>{const Er=re.value[0];Er!=null&&Er.complete||(oe.value=!0)})}),watch(ue,Er=>{ar(),y("switch",Er)}),onMounted(()=>{var Er,kr;Ve(),(kr=(Er=z.value)==null?void 0:Er.focus)==null||kr.call(Er)}),t({setActiveItem:ur}),(Er,kr)=>(openBlock(),createBlock(unref(ElTeleport),{to:"body",disabled:!Er.teleported},{default:withCtx(()=>[createVNode(Transition,{name:"viewer-fade",appear:""},{default:withCtx(()=>[createBaseVNode("div",{ref_key:"wrapper",ref:z,tabindex:-1,class:normalizeClass(unref(j).e("wrapper")),style:normalizeStyle({zIndex:Ie.value})},[createBaseVNode("div",{class:normalizeClass(unref(j).e("mask")),onClick:withModifiers(xr=>Er.hideOnClickModal&&Et(),["self"])},null,10,["onClick"]),createCommentVNode(" CLOSE "),createBaseVNode("span",{class:normalizeClass([unref(j).e("btn"),unref(j).e("close")]),onClick:Et},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(close_default))]),_:1})],2),createCommentVNode(" ARROW "),unref(_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(Ue)),onClick:_r},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],2)],64)),createCommentVNode(" ACTIONS "),createBaseVNode("div",{class:normalizeClass([unref(j).e("btn"),unref(j).e("actions")])},[createBaseVNode("div",{class:normalizeClass(unref(j).e("actions__inner"))},[createVNode(unref(ElIcon),{onClick:xr=>hr("zoomOut")},{default:withCtx(()=>[createVNode(unref(zoom_out_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:xr=>hr("zoomIn")},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["onClick"]),createBaseVNode("i",{class:normalizeClass(unref(j).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:nr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(de).icon)))]),_:1}),createBaseVNode("i",{class:normalizeClass(unref(j).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:xr=>hr("anticlockwise")},{default:withCtx(()=>[createVNode(unref(refresh_left_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:xr=>hr("clockwise")},{default:withCtx(()=>[createVNode(unref(refresh_right_default))]),_:1},8,["onClick"])],2)],2),createCommentVNode(" CANVAS "),createBaseVNode("div",{class:normalizeClass(unref(j).e("canvas"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Er.urlList,(xr,yr)=>withDirectives((openBlock(),createElementBlock("img",{ref_for:!0,ref:vr=>re.value[yr]=vr,key:xr,src:xr,style:normalizeStyle(unref(kt)),class:normalizeClass(unref(j).e("img")),crossorigin:Er.crossorigin,onLoad:jt,onError:tr,onMousedown:rr},null,46,["src","crossorigin"])),[[vShow,yr===ue.value]])),128))],2),renderSlot(Er.$slots,"default")],6)]),_:3})]),_:3},8,["disabled"]))}});var ImageViewer=_export_sfc$1(_sfc_main$1z,[["__file","image-viewer.vue"]]);const ElImageViewer=withInstall(ImageViewer),imageProps=buildProps({hideOnClickModal:Boolean,src:{type:String,default:""},fit:{type:String,values:["","contain","cover","fill","none","scale-down"],default:""},loading:{type:String,values:["eager","lazy"]},lazy:Boolean,scrollContainer:{type:definePropType([String,Object])},previewSrcList:{type:definePropType(Array),default:()=>mutable([])},previewTeleported:Boolean,zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageEmits={load:e=>e instanceof Event,error:e=>e instanceof Event,switch:e=>isNumber$3(e),close:()=>!0,show:()=>!0},__default__$S=defineComponent({name:"ElImage",inheritAttrs:!1}),_sfc_main$1y=defineComponent({...__default__$S,props:imageProps,emits:imageEmits,setup(e,{emit:t}){const y=e;let n="";const{t:k}=useLocale(),L=useNamespace("image"),$=useAttrs$1(),j=computed(()=>fromPairs(Object.entries($).filter(([_r])=>/^(data-|on[A-Z])/i.test(_r)||["id","style"].includes(_r)))),V=useAttrs({excludeListeners:!0,excludeKeys:computed(()=>Object.keys(j.value))}),z=ref$1(),re=ref$1(!1),ie=ref$1(!0),oe=ref$1(!1),ue=ref$1(),de=ref$1(),pe=isClient&&"loading"in HTMLImageElement.prototype;let Ie,_e;const Ce=computed(()=>[L.e("inner"),Ne.value&&L.e("preview"),ie.value&&L.is("loading")]),he=computed(()=>{const{fit:_r}=y;return isClient&&_r?{objectFit:_r}:{}}),Ne=computed(()=>{const{previewSrcList:_r}=y;return Array.isArray(_r)&&_r.length>0}),Fe=computed(()=>{const{previewSrcList:_r,initialIndex:hr}=y;let Er=hr;return hr>_r.length-1&&(Er=0),Er}),Ue=computed(()=>y.loading==="eager"?!1:!pe&&y.loading==="lazy"||y.lazy),kt=()=>{isClient&&(ie.value=!0,re.value=!1,z.value=y.src)};function Et(_r){ie.value=!1,re.value=!1,t("load",_r)}function Ve(_r){ie.value=!1,re.value=!0,t("error",_r)}function qe(){isInContainer(ue.value,de.value)&&(kt(),rr())}const jt=useThrottleFn(qe,200,!0);async function tr(){var _r;if(!isClient)return;await nextTick$1();const{scrollContainer:hr}=y;isElement$2(hr)?de.value=hr:isString$3(hr)&&hr!==""?de.value=(_r=document.querySelector(hr))!=null?_r:void 0:ue.value&&(de.value=getScrollContainer(ue.value)),de.value&&(Ie=useEventListener(de,"scroll",jt),setTimeout(()=>qe(),100))}function rr(){!isClient||!de.value||!jt||(Ie==null||Ie(),de.value=void 0)}function ar(_r){if(_r.ctrlKey){if(_r.deltaY<0)return _r.preventDefault(),!1;if(_r.deltaY>0)return _r.preventDefault(),!1}}function nr(){Ne.value&&(_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(_r){t("switch",_r)}return watch(()=>y.src,()=>{Ue.value?(ie.value=!0,re.value=!1,rr(),tr()):kt()}),onMounted(()=>{Ue.value?tr():kt()}),(_r,hr)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"container",ref:ue},unref(j),{class:[unref(L).b(),_r.$attrs.class]}),[re.value?renderSlot(_r.$slots,"error",{key:0},()=>[createBaseVNode("div",{class:normalizeClass(unref(L).e("error"))},toDisplayString(unref(k)("el.image.error")),3)]):(openBlock(),createElementBlock(Fragment,{key:1},[z.value!==void 0?(openBlock(),createElementBlock("img",mergeProps({key:0},unref(V),{src:z.value,loading:_r.loading,style:unref(he),class:unref(Ce),crossorigin:_r.crossorigin,onClick:nr,onLoad:Et,onError:Ve}),null,16,["src","loading","crossorigin"])):createCommentVNode("v-if",!0),ie.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(L).e("wrapper"))},[renderSlot(_r.$slots,"placeholder",{},()=>[createBaseVNode("div",{class:normalizeClass(unref(L).e("placeholder"))},null,2)])],2)):createCommentVNode("v-if",!0)],64)),unref(Ne)?(openBlock(),createElementBlock(Fragment,{key:2},[oe.value?(openBlock(),createBlock(unref(ElImageViewer),{key:0,"z-index":_r.zIndex,"initial-index":unref(Fe),infinite:_r.infinite,"zoom-rate":_r.zoomRate,"min-scale":_r.minScale,"max-scale":_r.maxScale,"url-list":_r.previewSrcList,crossorigin:_r.crossorigin,"hide-on-click-modal":_r.hideOnClickModal,teleported:_r.previewTeleported,"close-on-press-escape":_r.closeOnPressEscape,onClose:ur,onSwitch:cr},{default:withCtx(()=>[_r.$slots.viewer?(openBlock(),createElementBlock("div",{key:0},[renderSlot(_r.$slots,"viewer")])):createCommentVNode("v-if",!0)]),_:3},8,["z-index","initial-index","infinite","zoom-rate","min-scale","max-scale","url-list","crossorigin","hide-on-click-modal","teleported","close-on-press-escape"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0)],16))}});var Image$1=_export_sfc$1(_sfc_main$1y,[["__file","image.vue"]]);const ElImage=withInstall(Image$1),inputNumberProps=buildProps({id:{type:String,default:void 0},step:{type:Number,default:1},stepStrictly:Boolean,max:{type:Number,default:Number.POSITIVE_INFINITY},min:{type:Number,default:Number.NEGATIVE_INFINITY},modelValue:Number,readonly:Boolean,disabled:Boolean,size:useSizeProp,controls:{type:Boolean,default:!0},controlsPosition:{type:String,default:"",values:["","right"]},valueOnClear:{type:[String,Number,null],validator:e=>e===null||isNumber$3(e)||["min","max"].includes(e),default:null},name:String,placeholder:String,precision:{type:Number,validator:e=>e>=0&&e===Number.parseInt(`${e}`,10)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),inputNumberEmits={[CHANGE_EVENT]:(e,t)=>t!==e,blur:e=>e instanceof FocusEvent,focus:e=>e instanceof FocusEvent,[INPUT_EVENT]:e=>isNumber$3(e)||isNil(e),[UPDATE_MODEL_EVENT]:e=>isNumber$3(e)||isNil(e)},__default__$R=defineComponent({name:"ElInputNumber"}),_sfc_main$1x=defineComponent({...__default__$R,props:inputNumberProps,emits:inputNumberEmits,setup(e,{expose:t,emit:y}){const n=e,{t:k}=useLocale(),L=useNamespace("input-number"),$=ref$1(),j=reactive({currentValue:n.modelValue,userInput:null}),{formItem:V}=useFormItem(),z=computed(()=>isNumber$3(n.modelValue)&&n.modelValue<=n.min),re=computed(()=>isNumber$3(n.modelValue)&&n.modelValue>=n.max),ie=computed(()=>{const nr=_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 _r=cr.indexOf(".");if(_r===-1||!cr.replace(".","").split("")[_r+ur])return nr;const kr=cr.length;return cr.charAt(kr-1)==="5"&&(cr=`${cr.slice(0,Math.max(0,kr-1))}6`),Number.parseFloat(Number(cr).toFixed(ur))},_e=nr=>{if(isNil(nr))return 0;const ur=nr.toString(),cr=ur.indexOf(".");let _r=0;return cr!==-1&&(_r=ur.length-cr-1),_r},Ce=(nr,ur=1)=>isNumber$3(nr)?Ie(nr+n.step*ur):j.currentValue,he=()=>{if(n.readonly||de.value||re.value)return;const nr=Number(pe.value)||0,ur=Ce(nr);Ue(ur),y(INPUT_EVENT,j.currentValue),rr()},Ne=()=>{if(n.readonly||de.value||z.value)return;const nr=Number(pe.value)||0,ur=Ce(nr,-1);Ue(ur),y(INPUT_EVENT,j.currentValue),rr()},Fe=(nr,ur)=>{const{max:cr,min:_r,step:hr,precision:Er,stepStrictly:kr,valueOnClear:xr}=n;cr<_r&&throwError("InputNumber","min should not be greater than max.");let yr=Number(nr);if(isNil(nr)||Number.isNaN(yr))return null;if(nr===""){if(xr===null)return null;yr=isString$3(xr)?{min:_r,max:cr}[xr]:xr}return kr&&(yr=Ie(Math.round(yr/hr)*hr,Er)),isUndefined$1(Er)||(yr=Ie(yr,Er)),(yr>cr||yr<_r)&&(yr=yr>cr?cr:_r,ur&&y(UPDATE_MODEL_EVENT,yr)),yr},Ue=(nr,ur=!0)=>{var cr;const _r=j.currentValue,hr=Fe(nr);if(!ur){y(UPDATE_MODEL_EVENT,hr);return}_r===hr&&nr||(j.userInput=null,y(UPDATE_MODEL_EVENT,hr),_r!==hr&&y(CHANGE_EVENT,hr,_r),n.validateEvent&&((cr=V==null?void 0:V.validate)==null||cr.call(V,"change").catch(Er=>void 0)),j.currentValue=hr)},kt=nr=>{j.userInput=nr;const ur=nr===""?null:Number(nr);y(INPUT_EVENT,ur),Ue(ur,!1)},Et=nr=>{const ur=nr!==""?Number(nr):"";(isNumber$3(ur)&&!Number.isNaN(ur)||nr==="")&&Ue(ur),rr(),j.userInput=null},Ve=()=>{var nr,ur;(ur=(nr=$.value)==null?void 0:nr.focus)==null||ur.call(nr)},qe=()=>{var nr,ur;(ur=(nr=$.value)==null?void 0:nr.blur)==null||ur.call(nr)},jt=nr=>{y("focus",nr)},tr=nr=>{var ur;j.userInput=null,y("blur",nr),n.validateEvent&&((ur=V==null?void 0:V.validate)==null||ur.call(V,"blur").catch(cr=>void 0))},rr=()=>{j.currentValue!==n.modelValue&&(j.currentValue=n.modelValue)},ar=nr=>{document.activeElement===nr.target&&nr.preventDefault()};return watch(()=>n.modelValue,(nr,ur)=>{const cr=Fe(nr,!0);j.userInput===null&&cr!==ur&&(j.currentValue=cr)},{immediate:!0}),onMounted(()=>{var nr;const{min:ur,max:cr,modelValue:_r}=n,hr=(nr=$.value)==null?void 0:nr.input;if(hr.setAttribute("role","spinbutton"),Number.isFinite(cr)?hr.setAttribute("aria-valuemax",String(cr)):hr.removeAttribute("aria-valuemax"),Number.isFinite(ur)?hr.setAttribute("aria-valuemin",String(ur)):hr.removeAttribute("aria-valuemin"),hr.setAttribute("aria-valuenow",j.currentValue||j.currentValue===0?String(j.currentValue):""),hr.setAttribute("aria-disabled",String(de.value)),!isNumber$3(_r)&&_r!=null){let Er=Number(_r);Number.isNaN(Er)&&(Er=null),y(UPDATE_MODEL_EVENT,Er)}hr.addEventListener("wheel",ar,{passive:!1})}),onUpdated(()=>{var nr,ur;const cr=(nr=$.value)==null?void 0:nr.input;cr==null||cr.setAttribute("aria-valuenow",`${(ur=j.currentValue)!=null?ur:""}`)}),t({focus:Ve,blur:qe}),(nr,ur)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(L).b(),unref(L).m(unref(ue)),unref(L).is("disabled",unref(de)),unref(L).is("without-controls",!nr.controls),unref(L).is("controls-right",unref(oe))]),onDragstart:withModifiers(()=>{},["prevent"])},[nr.controls?withDirectives((openBlock(),createElementBlock("span",{key:0,role:"button","aria-label":unref(k)("el.inputNumber.decrease"),class:normalizeClass([unref(L).e("decrease"),unref(L).is("disabled",unref(z))]),onKeydown:withKeys(Ne,["enter"])},[renderSlot(nr.$slots,"decrease-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(oe)?(openBlock(),createBlock(unref(arrow_down_default),{key:0})):(openBlock(),createBlock(unref(minus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),Ne]]):createCommentVNode("v-if",!0),nr.controls?withDirectives((openBlock(),createElementBlock("span",{key:1,role:"button","aria-label":unref(k)("el.inputNumber.increase"),class:normalizeClass([unref(L).e("increase"),unref(L).is("disabled",unref(re))]),onKeydown:withKeys(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:jt,onInput:kt,onChange:Et},null,8,["id","step","model-value","placeholder","readonly","disabled","size","max","min","name","aria-label","onKeydown"])],42,["onDragstart"]))}});var InputNumber=_export_sfc$1(_sfc_main$1x,[["__file","input-number.vue"]]);const ElInputNumber=withInstall(InputNumber),linkProps=buildProps({type:{type:String,values:["primary","success","warning","info","danger","default"],default:"default"},underline:{type:Boolean,default:!0},disabled:Boolean,href:{type:String,default:""},target:{type:String,default:"_self"},icon:{type:iconPropType}}),linkEmits={click:e=>e instanceof MouseEvent},__default__$Q=defineComponent({name:"ElLink"}),_sfc_main$1w=defineComponent({...__default__$Q,props:linkProps,emits:linkEmits,setup(e,{emit:t}){const y=e,n=useNamespace("link"),k=computed(()=>[n.b(),n.m(y.type),n.is("disabled",y.disabled),n.is("underline",y.underline&&!y.disabled)]);function L($){y.disabled||t("click",$)}return($,j)=>(openBlock(),createElementBlock("a",{class:normalizeClass(unref(k)),href:$.disabled||!$.href?void 0:$.href,target:$.disabled||!$.href?void 0:$.target,onClick:L},[$.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.icon)))]),_:1})):createCommentVNode("v-if",!0),$.$slots.default?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(n).e("inner"))},[renderSlot($.$slots,"default")],2)):createCommentVNode("v-if",!0),$.$slots.icon?renderSlot($.$slots,"icon",{key:2}):createCommentVNode("v-if",!0)],10,["href","target"]))}});var Link=_export_sfc$1(_sfc_main$1w,[["__file","link.vue"]]);const ElLink=withInstall(Link);let SubMenu$1=class{constructor(t,y){this.parent=t,this.domNode=y,this.subIndex=0,this.subIndex=0,this.init()}init(){this.subMenuItems=this.domNode.querySelectorAll("li"),this.addListeners()}gotoSubIndex(t){t===this.subMenuItems.length?t=0:t<0&&(t=this.subMenuItems.length-1),this.subMenuItems[t].focus(),this.subIndex=t}addListeners(){const t=this.parent.domNode;Array.prototype.forEach.call(this.subMenuItems,y=>{y.addEventListener("keydown",n=>{let k=!1;switch(n.code){case EVENT_CODE.down:{this.gotoSubIndex(this.subIndex+1),k=!0;break}case EVENT_CODE.up:{this.gotoSubIndex(this.subIndex-1),k=!0;break}case EVENT_CODE.tab:{triggerEvent(t,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{k=!0,n.currentTarget.click();break}}return k&&(n.preventDefault(),n.stopPropagation()),!1})})}},MenuItem$1=class{constructor(t,y){this.domNode=t,this.submenu=null,this.submenu=null,this.init(y)}init(t){this.domNode.setAttribute("tabindex","0");const y=this.domNode.querySelector(`.${t}-menu`);y&&(this.submenu=new SubMenu$1(this,y)),this.addListeners()}addListeners(){this.domNode.addEventListener("keydown",t=>{let y=!1;switch(t.code){case EVENT_CODE.down:{triggerEvent(t.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(0),y=!0;break}case EVENT_CODE.up:{triggerEvent(t.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(this.submenu.subMenuItems.length-1),y=!0;break}case EVENT_CODE.tab:{triggerEvent(t.currentTarget,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{y=!0,t.currentTarget.click();break}}y&&t.preventDefault()})}},Menu$1=class{constructor(t,y){this.domNode=t,this.init(y)}init(t){const y=this.domNode.childNodes;Array.from(y).forEach(n=>{n.nodeType===1&&new MenuItem$1(n,t)})}};const _sfc_main$1v=defineComponent({name:"ElMenuCollapseTransition",setup(){const e=useNamespace("menu");return{listeners:{onBeforeEnter:y=>y.style.opacity="0.2",onEnter(y,n){addClass(y,`${e.namespace.value}-opacity-transition`),y.style.opacity="1",n()},onAfterEnter(y){removeClass(y,`${e.namespace.value}-opacity-transition`),y.style.opacity=""},onBeforeLeave(y){y.dataset||(y.dataset={}),hasClass(y,e.m("collapse"))?(removeClass(y,e.m("collapse")),y.dataset.oldOverflow=y.style.overflow,y.dataset.scrollWidth=y.clientWidth.toString(),addClass(y,e.m("collapse"))):(addClass(y,e.m("collapse")),y.dataset.oldOverflow=y.style.overflow,y.dataset.scrollWidth=y.clientWidth.toString(),removeClass(y,e.m("collapse"))),y.style.width=`${y.scrollWidth}px`,y.style.overflow="hidden"},onLeave(y){addClass(y,"horizontal-collapse-transition"),y.style.width=`${y.dataset.scrollWidth}px`}}}}});function _sfc_render$e(e,t,y,n,k,L){return openBlock(),createBlock(Transition,mergeProps({mode:"out-in"},e.listeners),{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3},16)}var ElMenuCollapseTransition=_export_sfc$1(_sfc_main$1v,[["render",_sfc_render$e],["__file","menu-collapse-transition.vue"]]);function useMenu(e,t){const y=computed(()=>{let k=e.parent;const L=[t.value];for(;k.type.name!=="ElMenu";)k.props.index&&L.unshift(k.props.index),k=k.parent;return L});return{parentMenu:computed(()=>{let k=e.parent;for(;k&&!["ElMenu","ElSubMenu"].includes(k.type.name);)k=k.parent;return k}),indexPath:y}}function useMenuColor(e){return computed(()=>{const y=e.backgroundColor;return y?new TinyColor(y).shade(20).toString():""})}const useMenuCssVar=(e,t)=>{const y=useNamespace("menu");return computed(()=>y.cssVarBlock({"text-color":e.textColor||"","hover-text-color":e.textColor||"","bg-color":e.backgroundColor||"","hover-bg-color":useMenuColor(e).value||"","active-color":e.activeTextColor||"",level:`${t}`}))},subMenuProps=buildProps({index:{type:String,required:!0},showTimeout:Number,hideTimeout:Number,popperClass:String,disabled:Boolean,teleported:{type:Boolean,default:void 0},popperOffset:Number,expandCloseIcon:{type:iconPropType},expandOpenIcon:{type:iconPropType},collapseCloseIcon:{type:iconPropType},collapseOpenIcon:{type:iconPropType}}),COMPONENT_NAME$c="ElSubMenu";var SubMenu=defineComponent({name:COMPONENT_NAME$c,props:subMenuProps,setup(e,{slots:t,expose:y}){const n=getCurrentInstance(),{indexPath:k,parentMenu:L}=useMenu(n,computed(()=>e.index)),$=useNamespace("menu"),j=useNamespace("sub-menu"),V=inject("rootMenu");V||throwError(COMPONENT_NAME$c,"can not inject root menu");const z=inject(`subMenu:${L.value.uid}`);z||throwError(COMPONENT_NAME$c,"can not inject sub menu");const re=ref$1({}),ie=ref$1({});let oe;const ue=ref$1(!1),de=ref$1(),pe=ref$1(null),Ie=computed(()=>Et.value==="horizontal"&&Ce.value?"bottom-start":"right-start"),_e=computed(()=>Et.value==="horizontal"&&Ce.value||Et.value==="vertical"&&!V.props.collapse?e.expandCloseIcon&&e.expandOpenIcon?Ue.value?e.expandOpenIcon:e.expandCloseIcon:arrow_down_default:e.collapseCloseIcon&&e.collapseOpenIcon?Ue.value?e.collapseOpenIcon:e.collapseCloseIcon:arrow_right_default),Ce=computed(()=>z.level===0),he=computed(()=>{const Er=e.teleported;return Er===void 0?Ce.value:Er}),Ne=computed(()=>V.props.collapse?`${$.namespace.value}-zoom-in-left`:`${$.namespace.value}-zoom-in-top`),Fe=computed(()=>Et.value==="horizontal"&&Ce.value?["bottom-start","bottom-end","top-start","top-end","right-start","left-start"]:["right-start","right","right-end","left-start","bottom-start","bottom-end","top-start","top-end"]),Ue=computed(()=>V.openedMenus.includes(e.index)),kt=computed(()=>{let Er=!1;return Object.values(re.value).forEach(kr=>{kr.active&&(Er=!0)}),Object.values(ie.value).forEach(kr=>{kr.active&&(Er=!0)}),Er}),Et=computed(()=>V.props.mode),Ve=reactive({index:e.index,indexPath:k,active:kt}),qe=useMenuCssVar(V.props,z.level+1),jt=computed(()=>{var Er;return(Er=e.popperOffset)!=null?Er:V.props.popperOffset}),tr=computed(()=>{var Er;return(Er=e.popperClass)!=null?Er:V.props.popperClass}),rr=computed(()=>{var Er;return(Er=e.showTimeout)!=null?Er:V.props.showTimeout}),ar=computed(()=>{var Er;return(Er=e.hideTimeout)!=null?Er:V.props.hideTimeout}),nr=()=>{var Er,kr,xr;return(xr=(kr=(Er=pe.value)==null?void 0:Er.popperRef)==null?void 0:kr.popperInstanceRef)==null?void 0:xr.destroy()},ur=Er=>{Er||nr()},cr=()=>{V.props.menuTrigger==="hover"&&V.props.mode==="horizontal"||V.props.collapse&&V.props.mode==="vertical"||e.disabled||V.handleSubMenuClick({index:e.index,indexPath:k.value,active:kt.value})},_r=(Er,kr=rr.value)=>{var xr;if(Er.type!=="focus"){if(V.props.menuTrigger==="click"&&V.props.mode==="horizontal"||!V.props.collapse&&V.props.mode==="vertical"||e.disabled){z.mouseInChild.value=!0;return}z.mouseInChild.value=!0,oe==null||oe(),{stop:oe}=useTimeoutFn(()=>{V.openMenu(e.index,k.value)},kr),he.value&&((xr=L.value.vnode.el)==null||xr.dispatchEvent(new MouseEvent("mouseenter")))}},hr=(Er=!1)=>{var kr;if(V.props.menuTrigger==="click"&&V.props.mode==="horizontal"||!V.props.collapse&&V.props.mode==="vertical"){z.mouseInChild.value=!1;return}oe==null||oe(),z.mouseInChild.value=!1,{stop:oe}=useTimeoutFn(()=>!ue.value&&V.closeMenu(e.index,k.value),ar.value),he.value&&Er&&((kr=z.handleMouseleave)==null||kr.call(z,!0))};watch(()=>V.props.collapse,Er=>ur(!!Er));{const Er=xr=>{ie.value[xr.index]=xr},kr=xr=>{delete ie.value[xr.index]};provide(`subMenu:${n.uid}`,{addSubMenu:Er,removeSubMenu:kr,handleMouseleave:hr,mouseInChild:ue,level:z.level+1})}return y({opened:Ue}),onMounted(()=>{V.addSubMenu(Ve),z.addSubMenu(Ve)}),onBeforeUnmount(()=>{z.removeSubMenu(Ve),V.removeSubMenu(Ve)}),()=>{var Er;const kr=[(Er=t.title)==null?void 0:Er.call(t),h$1(ElIcon,{class:j.e("icon-arrow"),style:{transform:Ue.value?e.expandCloseIcon&&e.expandOpenIcon||e.collapseCloseIcon&&e.collapseOpenIcon&&V.props.collapse?"none":"rotateZ(180deg)":"none"}},{default:()=>isString$3(_e.value)?h$1(n.appContext.components[_e.value]):h$1(_e.value)})],xr=V.isMenuPopup?h$1(ElTooltip,{ref:pe,visible:Ue.value,effect:"light",pure:!0,offset:jt.value,showArrow:!1,persistent:!0,popperClass:tr.value,placement:Ie.value,teleported:he.value,fallbackPlacements:Fe.value,transition:Ne.value,gpuAcceleration:!1},{content:()=>{var yr;return h$1("div",{class:[$.m(Et.value),$.m("popup-container"),tr.value],onMouseenter:vr=>_r(vr,100),onMouseleave:()=>hr(!0),onFocus:vr=>_r(vr,100)},[h$1("ul",{class:[$.b(),$.m("popup"),$.m(`popup-${Ie.value}`)],style:qe.value},[(yr=t.default)==null?void 0:yr.call(t)])])},default:()=>h$1("div",{class:j.e("title"),onClick:cr},kr)}):h$1(Fragment,{},[h$1("div",{class:j.e("title"),ref:de,onClick:cr},kr),h$1(ElCollapseTransition,{},{default:()=>{var yr;return withDirectives(h$1("ul",{role:"menu",class:[$.b(),$.m("inline")],style:qe.value},[(yr=t.default)==null?void 0:yr.call(t)]),[[vShow,Ue.value]])}})]);return h$1("li",{class:[j.b(),j.is("active",kt.value),j.is("opened",Ue.value),j.is("disabled",e.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:Ue.value,onMouseenter:_r,onMouseleave:()=>hr(),onFocus:_r},[xr])}}});const menuProps=buildProps({mode:{type:String,values:["horizontal","vertical"],default:"vertical"},defaultActive:{type:String,default:""},defaultOpeneds:{type:definePropType(Array),default:()=>mutable([])},uniqueOpened:Boolean,router:Boolean,menuTrigger:{type:String,values:["hover","click"],default:"hover"},collapse:Boolean,backgroundColor:String,textColor:String,activeTextColor:String,closeOnClickOutside:Boolean,collapseTransition:{type:Boolean,default:!0},ellipsis:{type:Boolean,default:!0},popperOffset:{type:Number,default:6},ellipsisIcon:{type:iconPropType,default:()=>more_default},popperEffect:{type:definePropType(String),default:"dark"},popperClass:String,showTimeout:{type:Number,default:300},hideTimeout:{type:Number,default:300}}),checkIndexPath=e=>Array.isArray(e)&&e.every(t=>isString$3(t)),menuEmits={close:(e,t)=>isString$3(e)&&checkIndexPath(t),open:(e,t)=>isString$3(e)&&checkIndexPath(t),select:(e,t,y,n)=>isString$3(e)&&checkIndexPath(t)&&isObject$4(y)&&(n===void 0||n instanceof Promise)};var Menu=defineComponent({name:"ElMenu",props:menuProps,emits:menuEmits,setup(e,{emit:t,slots:y,expose:n}){const k=getCurrentInstance(),L=k.appContext.config.globalProperties.$router,$=ref$1(),j=useNamespace("menu"),V=useNamespace("sub-menu"),z=ref$1(-1),re=ref$1(e.defaultOpeneds&&!e.collapse?e.defaultOpeneds.slice(0):[]),ie=ref$1(e.defaultActive),oe=ref$1({}),ue=ref$1({}),de=computed(()=>e.mode==="horizontal"||e.mode==="vertical"&&e.collapse),pe=()=>{const ar=ie.value&&oe.value[ie.value];if(!ar||e.mode==="horizontal"||e.collapse)return;ar.indexPath.forEach(ur=>{const cr=ue.value[ur];cr&&Ie(ur,cr.indexPath)})},Ie=(ar,nr)=>{re.value.includes(ar)||(e.uniqueOpened&&(re.value=re.value.filter(ur=>nr.includes(ur))),re.value.push(ar),t("open",ar,nr))},_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,_r=L.push(cr).then(hr=>(hr||(ie.value=nr),hr));t("select",nr,ur,{index:nr,indexPath:ur,route:cr},_r)}else ie.value=nr,t("select",nr,ur,{index:nr,indexPath:ur})},Fe=ar=>{const nr=oe.value,ur=nr[ar]||ie.value&&nr[ie.value]||nr[e.defaultActive];ur?ie.value=ur.index:ie.value=ar},Ue=ar=>{const nr=getComputedStyle(ar),ur=Number.parseInt(nr.marginLeft,10),cr=Number.parseInt(nr.marginRight,10);return ar.offsetWidth+ur+cr||0},kt=()=>{var ar,nr;if(!$.value)return-1;const ur=Array.from((nr=(ar=$.value)==null?void 0:ar.childNodes)!=null?nr:[]).filter(vr=>vr.nodeName!=="#comment"&&(vr.nodeName!=="#text"||vr.nodeValue)),cr=64,_r=getComputedStyle($.value),hr=Number.parseInt(_r.paddingLeft,10),Er=Number.parseInt(_r.paddingRight,10),kr=$.value.clientWidth-hr-Er;let xr=0,yr=0;return ur.forEach((vr,Rr)=>{xr+=Ue(vr),xr<=kr-cr&&(yr=Rr+1)}),yr===ur.length?-1:yr},Et=ar=>ue.value[ar].indexPath,Ve=(ar,nr=33.34)=>{let ur;return()=>{ur&&clearTimeout(ur),ur=setTimeout(()=>{ar()},nr)}};let qe=!0;const jt=()=>{if(z.value===kt())return;const ar=()=>{z.value=-1,nextTick$1(()=>{z.value=kt()})};qe?ar():Ve(ar)(),qe=!1};watch(()=>e.defaultActive,ar=>{oe.value[ar]||(ie.value=""),Fe(ar)}),watch(()=>e.collapse,ar=>{ar&&(re.value=[])}),watch(oe.value,pe);let tr;watchEffect(()=>{e.mode==="horizontal"&&e.ellipsis?tr=useResizeObserver($,jt).stop:tr==null||tr()});const rr=ref$1(!1);{const ar=_r=>{ue.value[_r.index]=_r},nr=_r=>{delete ue.value[_r.index]};provide("rootMenu",reactive({props:e,openedMenus:re,items:oe,subMenus:ue,activeIndex:ie,isMenuPopup:de,addMenuItem:_r=>{oe.value[_r.index]=_r},removeMenuItem:_r=>{delete oe.value[_r.index]},addSubMenu:ar,removeSubMenu:nr,openMenu:Ie,closeMenu:Ce,handleMenuItemClick:Ne,handleSubMenuClick: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:jt}),()=>{var ar,nr;let ur=(nr=(ar=y.default)==null?void 0:ar.call(y))!=null?nr:[];const cr=[];if(e.mode==="horizontal"&&$.value){const kr=flattedChildren(ur),xr=z.value===-1?kr:kr.slice(0,z.value),yr=z.value===-1?[]:kr.slice(z.value);yr!=null&&yr.length&&e.ellipsis&&(ur=xr,cr.push(h$1(SubMenu,{index:"sub-menu-more",class:V.e("hide-arrow"),popperOffset:e.popperOffset},{title:()=>h$1(ElIcon,{class:V.e("icon-more")},{default:()=>h$1(e.ellipsisIcon)}),default:()=>yr})))}const _r=useMenuCssVar(e,0),hr=e.closeOnClickOutside?[[ClickOutside,()=>{re.value.length&&(rr.value||(re.value.forEach(kr=>t("close",kr,Et(kr))),re.value=[]))}]]:[],Er=withDirectives(h$1("ul",{key:String(e.collapse),role:"menubar",ref:$,style:_r.value,class:{[j.b()]:!0,[j.m(e.mode)]:!0,[j.m("collapse")]:e.collapse}},[...ur,...cr]),hr);return e.collapseTransition&&e.mode==="vertical"?h$1(ElMenuCollapseTransition,()=>Er):Er}}});const menuItemProps=buildProps({index:{type:definePropType([String,null]),default:null},route:{type:definePropType([String,Object])},disabled:Boolean}),menuItemEmits={click:e=>isString$3(e.index)&&Array.isArray(e.indexPath)},COMPONENT_NAME$b="ElMenuItem",_sfc_main$1u=defineComponent({name:COMPONENT_NAME$b,components:{ElTooltip},props:menuItemProps,emits:menuItemEmits,setup(e,{emit:t}){const y=getCurrentInstance(),n=inject("rootMenu"),k=useNamespace("menu"),L=useNamespace("menu-item");n||throwError(COMPONENT_NAME$b,"can not inject root menu");const{parentMenu:$,indexPath:j}=useMenu(y,toRef$1(e,"index")),V=inject(`subMenu:${$.value.uid}`);V||throwError(COMPONENT_NAME$b,"can not inject sub menu");const z=computed(()=>e.index===n.activeIndex),re=reactive({index:e.index,indexPath:j,active:z}),ie=()=>{e.disabled||(n.handleMenuItemClick({index:e.index,indexPath:j.value,route:e.route}),t("click",re))};return onMounted(()=>{V.addSubMenu(re),n.addMenuItem(re)}),onBeforeUnmount(()=>{V.removeSubMenu(re),n.removeMenuItem(re)}),{parentMenu:$,rootMenu:n,active:z,nsMenu:k,nsMenuItem:L,handleClick:ie}}});function _sfc_render$d(e,t,y,n,k,L){const $=resolveComponent("el-tooltip");return openBlock(),createElementBlock("li",{class:normalizeClass([e.nsMenuItem.b(),e.nsMenuItem.is("active",e.active),e.nsMenuItem.is("disabled",e.disabled)]),role:"menuitem",tabindex:"-1",onClick:e.handleClick},[e.parentMenu.type.name==="ElMenu"&&e.rootMenu.props.collapse&&e.$slots.title?(openBlock(),createBlock($,{key:0,effect:e.rootMenu.props.popperEffect,placement:"right","fallback-placements":["left"],persistent:""},{content:withCtx(()=>[renderSlot(e.$slots,"title")]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsMenu.be("tooltip","trigger"))},[renderSlot(e.$slots,"default")],2)]),_:3},8,["effect"])):(openBlock(),createElementBlock(Fragment,{key:1},[renderSlot(e.$slots,"default"),renderSlot(e.$slots,"title")],64))],10,["onClick"])}var MenuItem=_export_sfc$1(_sfc_main$1u,[["render",_sfc_render$d],["__file","menu-item.vue"]]);const menuItemGroupProps={title:String},COMPONENT_NAME$a="ElMenuItemGroup",_sfc_main$1t=defineComponent({name:COMPONENT_NAME$a,props:menuItemGroupProps,setup(){return{ns:useNamespace("menu-item-group")}}});function _sfc_render$c(e,t,y,n,k,L){return openBlock(),createElementBlock("li",{class:normalizeClass(e.ns.b())},[createBaseVNode("div",{class:normalizeClass(e.ns.e("title"))},[e.$slots.title?renderSlot(e.$slots,"title",{key:1}):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(e.title),1)],64))],2),createBaseVNode("ul",null,[renderSlot(e.$slots,"default")])],2)}var MenuItemGroup=_export_sfc$1(_sfc_main$1t,[["render",_sfc_render$c],["__file","menu-item-group.vue"]]);const ElMenu=withInstall(Menu,{MenuItem,MenuItemGroup,SubMenu}),ElMenuItem=withNoopInstall(MenuItem),ElMenuItemGroup=withNoopInstall(MenuItemGroup),ElSubMenu=withNoopInstall(SubMenu),pageHeaderProps=buildProps({icon:{type:iconPropType,default:()=>back_default},title:String,content:{type:String,default:""}}),pageHeaderEmits={back:()=>!0},__default__$P=defineComponent({name:"ElPageHeader"}),_sfc_main$1s=defineComponent({...__default__$P,props:pageHeaderProps,emits:pageHeaderEmits,setup(e,{emit:t}){const y=useSlots(),{t:n}=useLocale(),k=useNamespace("page-header"),L=computed(()=>[k.b(),{[k.m("has-breadcrumb")]:!!y.breadcrumb,[k.m("has-extra")]:!!y.extra,[k.is("contentful")]:!!y.default}]);function $(){t("back")}return(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L))},[j.$slots.breadcrumb?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("breadcrumb"))},[renderSlot(j.$slots,"breadcrumb")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(k).e("left"))},[createBaseVNode("div",{class:normalizeClass(unref(k).e("back")),role:"button",tabindex:"0",onClick:$},[j.icon||j.$slots.icon?(openBlock(),createElementBlock("div",{key:0,"aria-label":j.title||unref(n)("el.pageHeader.title"),class:normalizeClass(unref(k).e("icon"))},[renderSlot(j.$slots,"icon",{},()=>[j.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(j.icon)))]),_:1})):createCommentVNode("v-if",!0)])],10,["aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("title"))},[renderSlot(j.$slots,"title",{},()=>[createTextVNode(toDisplayString(j.title||unref(n)("el.pageHeader.title")),1)])],2)],2),createVNode(unref(ElDivider),{direction:"vertical"}),createBaseVNode("div",{class:normalizeClass(unref(k).e("content"))},[renderSlot(j.$slots,"content",{},()=>[createTextVNode(toDisplayString(j.content),1)])],2)],2),j.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("extra"))},[renderSlot(j.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2),j.$slots.default?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).e("main"))},[renderSlot(j.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var PageHeader=_export_sfc$1(_sfc_main$1s,[["__file","page-header.vue"]]);const ElPageHeader=withInstall(PageHeader),elPaginationKey=Symbol("elPaginationKey"),paginationPrevProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String},prevIcon:{type:iconPropType}}),paginationPrevEmits={click:e=>e instanceof MouseEvent},__default__$O=defineComponent({name:"ElPaginationPrev"}),_sfc_main$1r=defineComponent({...__default__$O,props:paginationPrevProps,emits:paginationPrevEmits,setup(e){const t=e,{t:y}=useLocale(),n=computed(()=>t.disabled||t.currentPage<=1);return(k,L)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-prev",disabled:unref(n),"aria-label":k.prevText||unref(y)("el.pagination.prev"),"aria-disabled":unref(n),onClick:$=>k.$emit("click",$)},[k.prevText?(openBlock(),createElementBlock("span",{key:0},toDisplayString(k.prevText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(k.prevIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Prev=_export_sfc$1(_sfc_main$1r,[["__file","prev.vue"]]);const paginationNextProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String},nextIcon:{type:iconPropType}}),__default__$N=defineComponent({name:"ElPaginationNext"}),_sfc_main$1q=defineComponent({...__default__$N,props:paginationNextProps,emits:["click"],setup(e){const t=e,{t:y}=useLocale(),n=computed(()=>t.disabled||t.currentPage===t.pageCount||t.pageCount===0);return(k,L)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-next",disabled:unref(n),"aria-label":k.nextText||unref(y)("el.pagination.next"),"aria-disabled":unref(n),onClick:$=>k.$emit("click",$)},[k.nextText?(openBlock(),createElementBlock("span",{key:0},toDisplayString(k.nextText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(k.nextIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Next=_export_sfc$1(_sfc_main$1q,[["__file","next.vue"]]);const selectGroupKey=Symbol("ElSelectGroup"),selectKey=Symbol("ElSelect");function useOption$1(e,t){const y=inject(selectKey),n=inject(selectGroupKey,{disabled:!1}),k=computed(()=>re(castArray$1(y.props.modelValue),e.value)),L=computed(()=>{var ue;if(y.props.multiple){const de=castArray$1((ue=y.props.modelValue)!=null?ue:[]);return!k.value&&de.length>=y.props.multipleLimit&&y.props.multipleLimit>0}else return!1}),$=computed(()=>e.label||(isObject$4(e.value)?"":e.value)),j=computed(()=>e.value||e.label||""),V=computed(()=>e.disabled||t.groupDisabled||L.value),z=getCurrentInstance(),re=(ue=[],de)=>{if(isObject$4(e.value)){const pe=y.props.valueKey;return ue&&ue.some(Ie=>toRaw(get(Ie,pe))===get(de,pe))}else return ue&&ue.includes(de)},ie=()=>{!e.disabled&&!n.disabled&&(y.states.hoveringIndex=y.optionsArray.indexOf(z.proxy))},oe=ue=>{const de=new RegExp(escapeStringRegexp(ue),"i");t.visible=de.test($.value)||e.created};return watch(()=>$.value,()=>{!e.created&&!y.props.remote&&y.setSelected()}),watch(()=>e.value,(ue,de)=>{const{remote:pe,valueKey:Ie}=y.props;if(ue!==de&&(y.onOptionDestroy(de,z.proxy),y.onOptionCreate(z.proxy)),!e.created&&!pe){if(Ie&&isObject$4(ue)&&isObject$4(de)&&ue[Ie]===de[Ie])return;y.setSelected()}}),watch(()=>n.disabled,()=>{t.groupDisabled=n.disabled},{immediate:!0}),{select:y,currentLabel:$,currentValue:j,itemSelected:k,isDisabled:V,hoverItem:ie,updateOption:oe}}const _sfc_main$1p=defineComponent({name:"ElOption",componentName:"ElOption",props:{value:{required:!0,type:[String,Number,Boolean,Object]},label:[String,Number],created:Boolean,disabled:Boolean},setup(e){const t=useNamespace("select"),y=useId(),n=computed(()=>[t.be("dropdown","item"),t.is("disabled",unref(j)),t.is("selected",unref($)),t.is("hovering",unref(oe))]),k=reactive({index:-1,groupDisabled:!1,visible:!0,hover:!1}),{currentLabel:L,itemSelected:$,isDisabled:j,select:V,hoverItem:z,updateOption:re}=useOption$1(e,k),{visible:ie,hover:oe}=toRefs(k),ue=getCurrentInstance().proxy;V.onOptionCreate(ue),onBeforeUnmount(()=>{const pe=ue.value,{selected:Ie}=V.states,Ce=(V.props.multiple?Ie:[Ie]).some(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$1p,[["render",_sfc_render$b],["__file","option.vue"]]);const _sfc_main$1o=defineComponent({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const e=inject(selectKey),t=useNamespace("select"),y=computed(()=>e.props.popperClass),n=computed(()=>e.props.multiple),k=computed(()=>e.props.fitInputWidth),L=ref$1("");function $(){var j;L.value=`${(j=e.selectRef)==null?void 0:j.offsetWidth}px`}return onMounted(()=>{$(),useResizeObserver(e.selectRef,$)}),{ns:t,minWidth:L,popperClass:y,isMultiple:n,isFitInputWidth:k}}});function _sfc_render$a(e,t,y,n,k,L){return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b("dropdown"),e.ns.is("multiple",e.isMultiple),e.popperClass]),style:normalizeStyle({[e.isFitInputWidth?"width":"minWidth"]:e.minWidth})},[e.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.be("dropdown","header"))},[renderSlot(e.$slots,"header")],2)):createCommentVNode("v-if",!0),renderSlot(e.$slots,"default"),e.$slots.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.be("dropdown","footer"))},[renderSlot(e.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6)}var ElSelectMenu$1=_export_sfc$1(_sfc_main$1o,[["render",_sfc_render$a],["__file","select-dropdown.vue"]]);const MINIMUM_INPUT_WIDTH$1=11,useSelect$2=(e,t)=>{const{t:y}=useLocale(),n=useId(),k=useNamespace("select"),L=useNamespace("input"),$=reactive({inputValue:"",options:new Map,cachedOptions:new Map,disabledOptions:new Map,optionValues:[],selected:e.multiple?[]:{},selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,selectedLabel:"",hoveringIndex:-1,previousQuery:null,inputHovering:!1,menuVisibleOnFocus:!1,isBeforeHide:!1}),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=ref$1(null),ie=ref$1(null),oe=ref$1(null),ue=ref$1(null),de=ref$1(null),pe=ref$1(null),Ie=ref$1(null),_e=ref$1(null),Ce=ref$1(null),{isComposing:he,handleCompositionStart:Ne,handleCompositionUpdate:Fe,handleCompositionEnd:Ue}=useComposition({afterComposition:Lr=>Go(Lr)}),{wrapperRef:kt,isFocused:Et,handleBlur:Ve}=useFocusController(ie,{afterFocus(){e.automaticDropdown&&!qe.value&&(qe.value=!0,$.menuVisibleOnFocus=!0)},beforeBlur(Lr){var Zn,hn;return((Zn=z.value)==null?void 0:Zn.isFocusInsideContent(Lr))||((hn=re.value)==null?void 0:hn.isFocusInsideContent(Lr))},afterBlur(){qe.value=!1,$.menuVisibleOnFocus=!1}}),qe=ref$1(!1),jt=ref$1(),{form:tr,formItem:rr}=useFormItem(),{inputId:ar}=useFormItemInputId(e,{formItemContext:rr}),{valueOnClear:nr,isEmptyValue:ur}=useEmptyValues(e),cr=computed(()=>e.disabled||(tr==null?void 0:tr.disabled)),_r=computed(()=>isArray$2(e.modelValue)?e.modelValue.length>0:!ur(e.modelValue)),hr=computed(()=>e.clearable&&!cr.value&&$.inputHovering&&_r.value),Er=computed(()=>e.remote&&e.filterable&&!e.remoteShowSuffix?"":e.suffixIcon),kr=computed(()=>k.is("reverse",Er.value&&qe.value)),xr=computed(()=>(rr==null?void 0:rr.validateState)||""),yr=computed(()=>ValidateComponentsMap[xr.value]),vr=computed(()=>e.remote?300:0),Rr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!$.inputValue&&$.options.size===0?!1:e.filterable&&$.inputValue&&$.options.size>0&&Br.value===0?e.noMatchText||y("el.select.noMatch"):$.options.size===0?e.noDataText||y("el.select.noData"):null),Br=computed(()=>mr.value.filter(Lr=>Lr.visible).length),mr=computed(()=>{const Lr=Array.from($.options.values()),Zn=[];return $.optionValues.forEach(hn=>{const Ln=Lr.findIndex(Vi=>Vi.value===hn);Ln>-1&&Zn.push(Lr[Ln])}),Zn.length>=Lr.length?Zn:Lr}),gr=computed(()=>Array.from($.cachedOptions.values())),jr=computed(()=>{const Lr=mr.value.filter(Zn=>!Zn.created).some(Zn=>Zn.currentLabel===$.inputValue);return e.filterable&&e.allowCreate&&$.inputValue!==""&&!Lr}),Hr=()=>{e.filterable&&isFunction$4(e.filterMethod)||e.filterable&&e.remote&&isFunction$4(e.remoteMethod)||mr.value.forEach(Lr=>{var Zn;(Zn=Lr.updateOption)==null||Zn.call(Lr,$.inputValue)})},Ur=useFormSize(),zr=computed(()=>["small"].includes(Ur.value)?"small":"default"),Sr=computed({get(){return qe.value&&Rr.value!==!1},set(Lr){qe.value=Lr}}),Tr=computed(()=>{if(e.multiple&&!isUndefined$1(e.modelValue))return castArray$1(e.modelValue).length===0&&!$.inputValue;const Lr=isArray$2(e.modelValue)?e.modelValue[0]:e.modelValue;return e.filterable||isUndefined$1(Lr)?!$.inputValue:!0}),Mr=computed(()=>{var Lr;const Zn=(Lr=e.placeholder)!=null?Lr:y("el.select.placeholder");return e.multiple||!_r.value?Zn:$.selectedLabel}),br=computed(()=>isIOS$1?null:"mouseenter");watch(()=>e.modelValue,(Lr,Zn)=>{e.multiple&&e.filterable&&!e.reserveKeyword&&($.inputValue="",Cr("")),Dr(),!isEqual$1(Lr,Zn)&&e.validateEvent&&(rr==null||rr.validate("change").catch(hn=>void 0))},{flush:"post",deep:!0}),watch(()=>qe.value,Lr=>{Lr?Cr($.inputValue):($.inputValue="",$.previousQuery=null,$.isBeforeHide=!0),t("visible-change",Lr)}),watch(()=>$.options.entries(),()=>{var Lr;if(!isClient)return;const Zn=((Lr=j.value)==null?void 0:Lr.querySelectorAll("input"))||[];(!e.filterable&&!e.defaultFirstOption&&!isUndefined$1(e.modelValue)||!Array.from(Zn).includes(document.activeElement))&&Dr(),e.defaultFirstOption&&(e.filterable||e.remote)&&Br.value&&Ir()},{flush:"post"}),watch(()=>$.hoveringIndex,Lr=>{isNumber$3(Lr)&&Lr>-1?jt.value=mr.value[Lr]||{}:jt.value={},mr.value.forEach(Zn=>{Zn.hover=jt.value===Zn})}),watchEffect(()=>{$.isBeforeHide||Hr()});const Cr=Lr=>{$.previousQuery===Lr||he.value||($.previousQuery=Lr,e.filterable&&isFunction$4(e.filterMethod)?e.filterMethod(Lr):e.filterable&&e.remote&&isFunction$4(e.remoteMethod)&&e.remoteMethod(Lr),e.defaultFirstOption&&(e.filterable||e.remote)&&Br.value?nextTick$1(Ir):nextTick$1(Wr))},Ir=()=>{const Lr=mr.value.filter(Ln=>Ln.visible&&!Ln.disabled&&!Ln.states.groupDisabled),Zn=Lr.find(Ln=>Ln.created),hn=Lr[0];$.hoveringIndex=sa(mr.value,Zn||hn)},Dr=()=>{if(e.multiple)$.selectedLabel="";else{const Zn=isArray$2(e.modelValue)?e.modelValue[0]:e.modelValue,hn=Kr(Zn);$.selectedLabel=hn.currentLabel,$.selected=hn;return}const Lr=[];isUndefined$1(e.modelValue)||castArray$1(e.modelValue).forEach(Zn=>{Lr.push(Kr(Zn))}),$.selected=Lr},Kr=Lr=>{let Zn;const hn=toRawType(Lr).toLowerCase()==="object",Ln=toRawType(Lr).toLowerCase()==="null",Vi=toRawType(Lr).toLowerCase()==="undefined";for(let Ki=$.cachedOptions.size-1;Ki>=0;Ki--){const Yo=gr.value[Ki];if(hn?get(Yo.value,e.valueKey)===get(Lr,e.valueKey):Yo.value===Lr){Zn={value:Lr,currentLabel:Yo.currentLabel,get isDisabled(){return Yo.isDisabled}};break}}if(Zn)return Zn;const Wi=hn?Lr.label:!Ln&&!Vi?Lr:"";return{value:Lr,currentLabel:Wi}},Wr=()=>{e.multiple?$.hoveringIndex=mr.value.findIndex(Lr=>$.selected.some(Zn=>Lu(Zn)===Lu(Lr))):$.hoveringIndex=mr.value.findIndex(Lr=>Lu(Lr)===Lu($.selected))},Nr=()=>{$.selectionWidth=V.value.getBoundingClientRect().width},Fr=()=>{$.calculatorWidth=oe.value.getBoundingClientRect().width},Qr=()=>{$.collapseItemWidth=_e.value.getBoundingClientRect().width},ca=()=>{var Lr,Zn;(Zn=(Lr=z.value)==null?void 0:Lr.updatePopper)==null||Zn.call(Lr)},Po=()=>{var Lr,Zn;(Zn=(Lr=re.value)==null?void 0:Lr.updatePopper)==null||Zn.call(Lr)},Wa=()=>{$.inputValue.length>0&&!qe.value&&(qe.value=!0),Cr($.inputValue)},Go=Lr=>{if($.inputValue=Lr.target.value,e.remote)us();else return Wa()},us=debounce(()=>{Wa()},vr.value),Kn=Lr=>{isEqual$1(e.modelValue,Lr)||t(CHANGE_EVENT,Lr)},Gr=Lr=>findLastIndex(Lr,Zn=>!$.disabledOptions.has(Zn)),Ar=Lr=>{if(e.multiple&&Lr.code!==EVENT_CODE.delete&&Lr.target.value.length<=0){const Zn=castArray$1(e.modelValue).slice(),hn=Gr(Zn);if(hn<0)return;const Ln=Zn[hn];Zn.splice(hn,1),t(UPDATE_MODEL_EVENT,Zn),Kn(Zn),t("remove-tag",Ln)}},On=(Lr,Zn)=>{const hn=$.selected.indexOf(Zn);if(hn>-1&&!cr.value){const Ln=castArray$1(e.modelValue).slice();Ln.splice(hn,1),t(UPDATE_MODEL_EVENT,Ln),Kn(Ln),t("remove-tag",Zn.value)}Lr.stopPropagation(),Ns()},kn=Lr=>{Lr.stopPropagation();const Zn=e.multiple?[]:nr.value;if(e.multiple)for(const hn of $.selected)hn.isDisabled&&Zn.push(hn.value);t(UPDATE_MODEL_EVENT,Zn),Kn(Zn),$.hoveringIndex=-1,qe.value=!1,t("clear"),Ns()},Sa=Lr=>{var Zn;if(e.multiple){const hn=castArray$1((Zn=e.modelValue)!=null?Zn:[]).slice(),Ln=sa(hn,Lr.value);Ln>-1?hn.splice(Ln,1):(e.multipleLimit<=0||hn.length{qa(Lr)})},sa=(Lr=[],Zn)=>{if(!isObject$4(Zn))return Lr.indexOf(Zn);const hn=e.valueKey;let Ln=-1;return Lr.some((Vi,Wi)=>toRaw(get(Vi,hn))===get(Zn,hn)?(Ln=Wi,!0):!1),Ln},qa=Lr=>{var Zn,hn,Ln,Vi,Wi;const pa=isArray$2(Lr)?Lr[0]:Lr;let Ki=null;if(pa!=null&&pa.value){const Yo=mr.value.filter(Eo=>Eo.value===pa.value);Yo.length>0&&(Ki=Yo[0].$el)}if(z.value&&Ki){const Yo=(Vi=(Ln=(hn=(Zn=z.value)==null?void 0:Zn.popperRef)==null?void 0:hn.contentRef)==null?void 0:Ln.querySelector)==null?void 0:Vi.call(Ln,`.${k.be("dropdown","wrap")}`);Yo&&scrollIntoView(Yo,Ki)}(Wi=Ce.value)==null||Wi.handleScroll()},To=Lr=>{$.options.set(Lr.value,Lr),$.cachedOptions.set(Lr.value,Lr),Lr.disabled&&$.disabledOptions.set(Lr.value,Lr)},Hi=(Lr,Zn)=>{$.options.get(Lr)===Zn&&$.options.delete(Lr)},na=computed(()=>{var Lr,Zn;return(Zn=(Lr=z.value)==null?void 0:Lr.popperRef)==null?void 0:Zn.contentRef}),Ma=()=>{$.isBeforeHide=!1,nextTick$1(()=>qa($.selected))},Ns=()=>{var Lr;(Lr=ie.value)==null||Lr.focus()},cs=()=>{Bl()},vl=Lr=>{kn(Lr)},Bl=Lr=>{if(qe.value=!1,Et.value){const Zn=new FocusEvent("focus",Lr);nextTick$1(()=>Ve(Zn))}},Au=()=>{$.inputValue.length>0?$.inputValue="":qe.value=!1},xs=()=>{cr.value||(isIOS$1&&($.inputHovering=!0),$.menuVisibleOnFocus?$.menuVisibleOnFocus=!1:qe.value=!qe.value)},ju=()=>{qe.value?mr.value[$.hoveringIndex]&&Sa(mr.value[$.hoveringIndex]):xs()},Lu=Lr=>isObject$4(Lr.value)?get(Lr.value,e.valueKey):Lr.value,Pc=computed(()=>mr.value.filter(Lr=>Lr.visible).every(Lr=>Lr.disabled)),Nc=computed(()=>e.multiple?e.collapseTags?$.selected.slice(0,e.maxCollapseTags):$.selected:[]),gc=computed(()=>e.multiple?e.collapseTags?$.selected.slice(e.maxCollapseTags):[]:[]),Wl=Lr=>{if(!qe.value){qe.value=!0;return}if(!($.options.size===0||$.filteredOptionsCount===0||he.value)&&!Pc.value){Lr==="next"?($.hoveringIndex++,$.hoveringIndex===$.options.size&&($.hoveringIndex=0)):Lr==="prev"&&($.hoveringIndex--,$.hoveringIndex<0&&($.hoveringIndex=$.options.size-1));const Zn=mr.value[$.hoveringIndex];(Zn.disabled===!0||Zn.states.groupDisabled===!0||!Zn.visible)&&Wl(Lr),nextTick$1(()=>qa(jt.value))}},ps=()=>{if(!V.value)return 0;const Lr=window.getComputedStyle(V.value);return Number.parseFloat(Lr.gap||"6px")},Ds=computed(()=>{const Lr=ps();return{maxWidth:`${_e.value&&e.maxCollapseTags===1?$.selectionWidth-$.collapseItemWidth-Lr:$.selectionWidth}px`}}),Us=computed(()=>({maxWidth:`${$.selectionWidth}px`})),Vs=computed(()=>({width:`${Math.max($.calculatorWidth,MINIMUM_INPUT_WIDTH$1)}px`}));return useResizeObserver(V,Nr),useResizeObserver(oe,Fr),useResizeObserver(pe,ca),useResizeObserver(kt,ca),useResizeObserver(Ie,Po),useResizeObserver(_e,Qr),onMounted(()=>{Dr()}),{inputId:ar,contentId:n,nsSelect:k,nsInput:L,states:$,isFocused:Et,expanded:qe,optionsArray:mr,hoverOption:jt,selectSize:Ur,filteredOptionsCount:Br,resetCalculatorWidth:Fr,updateTooltip:ca,updateTagTooltip:Po,debouncedOnInputChange:us,onInput:Go,deletePrevTag:Ar,deleteTag:On,deleteSelected:kn,handleOptionSelect:Sa,scrollToOption:qa,hasModelValue:_r,shouldShowPlaceholder:Tr,currentPlaceholder:Mr,mouseEnterEventName:br,showClose:hr,iconComponent:Er,iconReverse:kr,validateState:xr,validateIcon:yr,showNewOption:jr,updateOptions:Hr,collapseTagSize:zr,setSelected:Dr,selectDisabled:cr,emptyText:Rr,handleCompositionStart:Ne,handleCompositionUpdate:Fe,handleCompositionEnd:Ue,onOptionCreate:To,onOptionDestroy:Hi,handleMenuEnter:Ma,focus:Ns,blur:cs,handleClearClick:vl,handleClickOutside:Bl,handleEsc:Au,toggleMenu:xs,selectOption:ju,getValueKey:Lu,navigateOptions:Wl,dropdownMenuVisible:Sr,showTagList:Nc,collapseTagList:gc,tagStyle:Ds,collapseTagStyle:Us,inputStyle:Vs,popperRef:na,inputRef:ie,tooltipRef:z,tagTooltipRef:re,calculatorRef:oe,prefixRef:ue,suffixRef:de,selectRef:j,wrapperRef:kt,selectionRef:V,scrollbarRef:Ce,menuRef:pe,tagMenuRef:Ie,collapseItemRef:_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$1n=defineComponent({name:COMPONENT_NAME$9,componentName:COMPONENT_NAME$9,components:{ElSelectMenu:ElSelectMenu$1,ElOption:Option,ElOptions,ElTag,ElScrollbar,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps$1,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(e,{emit:t}){const y=useSelect$2(e,t);return provide(selectKey,reactive({props:e,states:y.states,optionsArray:y.optionsArray,handleOptionSelect:y.handleOptionSelect,onOptionCreate:y.onOptionCreate,onOptionDestroy:y.onOptionDestroy,selectRef:y.selectRef,setSelected:y.setSelected})),{...y}}});function _sfc_render$9(e,t,y,n,k,L){const $=resolveComponent("el-tag"),j=resolveComponent("el-tooltip"),V=resolveComponent("el-icon"),z=resolveComponent("el-option"),re=resolveComponent("el-options"),ie=resolveComponent("el-scrollbar"),oe=resolveComponent("el-select-menu"),ue=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([e.nsSelect.b(),e.nsSelect.m(e.selectSize)]),[toHandlerKey(e.mouseEnterEventName)]:de=>e.states.inputHovering=!0,onMouseleave:de=>e.states.inputHovering=!1},[createVNode(j,{ref:"tooltipRef",visible:e.dropdownMenuVisible,placement:e.placement,teleported:e.teleported,"popper-class":[e.nsSelect.e("popper"),e.popperClass],"popper-options":e.popperOptions,"fallback-placements":e.fallbackPlacements,effect:e.effect,pure:"",trigger:"click",transition:`${e.nsSelect.namespace.value}-zoom-in-top`,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,persistent:e.persistent,onBeforeShow:e.handleMenuEnter,onHide:de=>e.states.isBeforeHide=!1},{default:withCtx(()=>{var de;return[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([e.nsSelect.e("wrapper"),e.nsSelect.is("focused",e.isFocused),e.nsSelect.is("hovering",e.states.inputHovering),e.nsSelect.is("filterable",e.filterable),e.nsSelect.is("disabled",e.selectDisabled)]),onClick:withModifiers(e.toggleMenu,["prevent","stop"])},[e.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(e.nsSelect.e("prefix"))},[renderSlot(e.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([e.nsSelect.e("selection"),e.nsSelect.is("near",e.multiple&&!e.$slots.prefix&&!!e.states.selected.length)])},[e.multiple?renderSlot(e.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.showTagList,pe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(pe),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{closable:!e.selectDisabled&&!pe.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:Ie=>e.deleteTag(Ie,pe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:pe.currentLabel,value:pe.value},()=>[createTextVNode(toDisplayString(pe.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),e.collapseTags&&e.states.selected.length>e.maxCollapseTags?(openBlock(),createBlock(j,{key:0,ref:"tagTooltipRef",disabled:e.dropdownMenuVisible||!e.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{closable:!1,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.collapseTagStyle)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))}," + "+toDisplayString(e.states.selected.length-e.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(e.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.collapseTagList,pe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(pe),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{class:"in-tooltip",closable:!e.selectDisabled&&!pe.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:Ie=>e.deleteTag(Ie,pe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:pe.currentLabel,value:pe.value},()=>[createTextVNode(toDisplayString(pe.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","effect","teleported"])):createCommentVNode("v-if",!0)]):createCommentVNode("v-if",!0),e.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("input-wrapper"),e.nsSelect.is("hidden",!e.filterable)])},[withDirectives(createBaseVNode("input",{id:e.inputId,ref:"inputRef","onUpdate:modelValue":pe=>e.states.inputValue=pe,type:"text",name:e.name,class:normalizeClass([e.nsSelect.e("input"),e.nsSelect.is(e.selectSize)]),disabled:e.selectDisabled,autocomplete:e.autocomplete,style:normalizeStyle(e.inputStyle),role:"combobox",readonly:!e.filterable,spellcheck:"false","aria-activedescendant":((de=e.hoverOption)==null?void 0:de.id)||"","aria-controls":e.contentId,"aria-expanded":e.dropdownMenuVisible,"aria-label":e.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onKeydown:[withKeys(withModifiers(pe=>e.navigateOptions("next"),["stop","prevent"]),["down"]),withKeys(withModifiers(pe=>e.navigateOptions("prev"),["stop","prevent"]),["up"]),withKeys(withModifiers(e.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(e.selectOption,["stop","prevent"]),["enter"]),withKeys(withModifiers(e.deletePrevTag,["stop"]),["delete"])],onCompositionstart:e.handleCompositionStart,onCompositionupdate:e.handleCompositionUpdate,onCompositionend:e.handleCompositionEnd,onInput:e.onInput,onClick:withModifiers(e.toggleMenu,["stop"])},null,46,["id","onUpdate:modelValue","name","disabled","autocomplete","readonly","aria-activedescendant","aria-controls","aria-expanded","aria-label","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend","onInput","onClick"]),[[vModelText,e.states.inputValue]]),e.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(e.nsSelect.e("input-calculator")),textContent:toDisplayString(e.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),e.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("placeholder"),e.nsSelect.is("transparent",!e.hasModelValue||e.expanded&&!e.states.inputValue)])},[e.hasModelValue?renderSlot(e.$slots,"label",{key:0,label:e.currentPlaceholder,value:e.modelValue},()=>[createBaseVNode("span",null,toDisplayString(e.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(e.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(e.nsSelect.e("suffix"))},[e.iconComponent&&!e.showClose?(openBlock(),createBlock(V,{key:0,class:normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon"),e.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),e.showClose&&e.clearIcon?(openBlock(),createBlock(V,{key:1,class:normalizeClass([e.nsSelect.e("caret"),e.nsSelect.e("icon")]),onClick:e.handleClearClick},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.validateState&&e.validateIcon?(openBlock(),createBlock(V,{key:2,class:normalizeClass([e.nsInput.e("icon"),e.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]}),content:withCtx(()=>[createVNode(oe,{ref:"menuRef"},{default:withCtx(()=>[e.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.nsSelect.be("dropdown","header")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(e.$slots,"header")],10,["onClick"])):createCommentVNode("v-if",!0),withDirectives(createVNode(ie,{id:e.contentId,ref:"scrollbarRef",tag:"ul","wrap-class":e.nsSelect.be("dropdown","wrap"),"view-class":e.nsSelect.be("dropdown","list"),class:normalizeClass([e.nsSelect.is("empty",e.filteredOptionsCount===0)]),role:"listbox","aria-label":e.ariaLabel,"aria-orientation":"vertical"},{default:withCtx(()=>[e.showNewOption?(openBlock(),createBlock(z,{key:0,value:e.states.inputValue,created:!0},null,8,["value"])):createCommentVNode("v-if",!0),createVNode(re,null,{default:withCtx(()=>[renderSlot(e.$slots,"default")]),_:3})]),_:3},8,["id","wrap-class","view-class","class","aria-label"]),[[vShow,e.states.options.size>0&&!e.loading]]),e.$slots.loading&&e.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.nsSelect.be("dropdown","loading"))},[renderSlot(e.$slots,"loading")],2)):e.loading||e.filteredOptionsCount===0?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(e.nsSelect.be("dropdown","empty"))},[renderSlot(e.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(e.emptyText),1)])],2)):createCommentVNode("v-if",!0),e.$slots.footer?(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(e.nsSelect.be("dropdown","footer")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(e.$slots,"footer")],10,["onClick"])):createCommentVNode("v-if",!0)]),_:3},512)]),_:3},8,["visible","placement","teleported","popper-class","popper-options","fallback-placements","effect","transition","persistent","onBeforeShow","onHide"])],16,["onMouseleave"])),[[ue,e.handleClickOutside,e.popperRef]])}var Select$1=_export_sfc$1(_sfc_main$1n,[["render",_sfc_render$9],["__file","select.vue"]]);const _sfc_main$1m=defineComponent({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:Boolean},setup(e){const t=useNamespace("select"),y=ref$1(null),n=getCurrentInstance(),k=ref$1([]);provide(selectGroupKey,reactive({...toRefs(e)}));const L=computed(()=>k.value.some(z=>z.visible===!0)),$=z=>{var re,ie;return((re=z.type)==null?void 0:re.name)==="ElOption"&&!!((ie=z.component)!=null&&ie.proxy)},j=z=>{const re=castArray$1(z),ie=[];return re.forEach(oe=>{var ue,de;$(oe)?ie.push(oe.component.proxy):(ue=oe.children)!=null&&ue.length?ie.push(...j(oe.children)):(de=oe.component)!=null&&de.subTree&&ie.push(...j(oe.component.subTree))}),ie},V=()=>{k.value=j(n.subTree)};return onMounted(()=>{V()}),useMutationObserver(y,V,{attributes:!0,subtree:!0,childList:!0}),{groupRef:y,visible:L,ns:t}}});function _sfc_render$8(e,t,y,n,k,L){return withDirectives((openBlock(),createElementBlock("ul",{ref:"groupRef",class:normalizeClass(e.ns.be("group","wrap"))},[createBaseVNode("li",{class:normalizeClass(e.ns.be("group","title"))},toDisplayString(e.label),3),createBaseVNode("li",null,[createBaseVNode("ul",{class:normalizeClass(e.ns.b("group"))},[renderSlot(e.$slots,"default")],2)])],2)),[[vShow,e.visible]])}var OptionGroup=_export_sfc$1(_sfc_main$1m,[["render",_sfc_render$8],["__file","option-group.vue"]]);const ElSelect=withInstall(Select$1,{Option,OptionGroup}),ElOption=withNoopInstall(Option),ElOptionGroup=withNoopInstall(OptionGroup),usePagination=()=>inject(elPaginationKey,{}),paginationSizesProps=buildProps({pageSize:{type:Number,required:!0},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String},disabled:Boolean,teleported:Boolean,size:{type:String,values:componentSizes}}),__default__$M=defineComponent({name:"ElPaginationSizes"}),_sfc_main$1l=defineComponent({...__default__$M,props:paginationSizesProps,emits:["page-size-change"],setup(e,{emit:t}){const y=e,{t:n}=useLocale(),k=useNamespace("pagination"),L=usePagination(),$=ref$1(y.pageSize);watch(()=>y.pageSizes,(z,re)=>{if(!isEqual$1(z,re)&&Array.isArray(z)){const ie=z.includes(y.pageSize)?y.pageSize:y.pageSizes[0];t("page-size-change",ie)}}),watch(()=>y.pageSize,z=>{$.value=z});const j=computed(()=>y.pageSizes);function V(z){var re;z!==$.value&&($.value=z,(re=L.handleSizeChange)==null||re.call(L,Number(z)))}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(k).e("sizes"))},[createVNode(unref(ElSelect),{"model-value":$.value,disabled:z.disabled,"popper-class":z.popperClass,size:z.size,teleported:z.teleported,"validate-event":!1,onChange:V},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(j),ie=>(openBlock(),createBlock(unref(ElOption),{key:ie,value:ie,label:ie+unref(n)("el.pagination.pagesize")},null,8,["value","label"]))),128))]),_:1},8,["model-value","disabled","popper-class","size","teleported"])],2))}});var Sizes=_export_sfc$1(_sfc_main$1l,[["__file","sizes.vue"]]);const paginationJumperProps=buildProps({size:{type:String,values:componentSizes}}),__default__$L=defineComponent({name:"ElPaginationJumper"}),_sfc_main$1k=defineComponent({...__default__$L,props:paginationJumperProps,setup(e){const{t}=useLocale(),y=useNamespace("pagination"),{pageCount:n,disabled:k,currentPage:L,changeEvent:$}=usePagination(),j=ref$1(),V=computed(()=>{var ie;return(ie=j.value)!=null?ie:L==null?void 0:L.value});function z(ie){j.value=ie?+ie:""}function re(ie){ie=Math.trunc(+ie),$==null||$(ie),j.value=void 0}return(ie,oe)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("jump")),disabled:unref(k)},[createBaseVNode("span",{class:normalizeClass([unref(y).e("goto")])},toDisplayString(unref(t)("el.pagination.goto")),3),createVNode(unref(ElInput),{size:ie.size,class:normalizeClass([unref(y).e("editor"),unref(y).is("in-pagination")]),min:1,max:unref(n),disabled:unref(k),"model-value":unref(V),"validate-event":!1,"aria-label":unref(t)("el.pagination.page"),type:"number","onUpdate:modelValue":z,onChange:re},null,8,["size","class","max","disabled","model-value","aria-label"]),createBaseVNode("span",{class:normalizeClass([unref(y).e("classifier")])},toDisplayString(unref(t)("el.pagination.pageClassifier")),3)],10,["disabled"]))}});var Jumper=_export_sfc$1(_sfc_main$1k,[["__file","jumper.vue"]]);const paginationTotalProps=buildProps({total:{type:Number,default:1e3}}),__default__$K=defineComponent({name:"ElPaginationTotal"}),_sfc_main$1j=defineComponent({...__default__$K,props:paginationTotalProps,setup(e){const{t}=useLocale(),y=useNamespace("pagination"),{disabled:n}=usePagination();return(k,L)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("total")),disabled:unref(n)},toDisplayString(unref(t)("el.pagination.total",{total:k.total})),11,["disabled"]))}});var Total=_export_sfc$1(_sfc_main$1j,[["__file","total.vue"]]);const paginationPagerProps=buildProps({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),__default__$J=defineComponent({name:"ElPaginationPager"}),_sfc_main$1i=defineComponent({...__default__$J,props:paginationPagerProps,emits:["change"],setup(e,{emit:t}){const y=e,n=useNamespace("pager"),k=useNamespace("icon"),{t:L}=useLocale(),$=ref$1(!1),j=ref$1(!1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),ie=ref$1(!1),oe=computed(()=>{const Ne=y.pagerCount,Fe=(Ne-1)/2,Ue=Number(y.currentPage),kt=Number(y.pageCount);let Et=!1,Ve=!1;kt>Ne&&(Ue>Ne-Fe&&(Et=!0),Ue["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.currentPagekt&&(Ue=kt)),Ue!==Et&&t("change",Ue)}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:Ue=>Ie(!0),onMouseleave:Ue=>V.value=!1,onFocus:Ue=>_e(!0),onBlur:Ue=>re.value=!1},[(V.value||re.value)&&!Ne.disabled?(openBlock(),createBlock(unref(d_arrow_left_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,["tabindex","aria-label","onMouseenter","onMouseleave","onFocus","onBlur"])):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(oe),Ue=>(openBlock(),createElementBlock("li",{key:Ue,class:normalizeClass([[unref(n).is("active",Ne.currentPage===Ue),unref(n).is("disabled",Ne.disabled)],"number"]),"aria-current":Ne.currentPage===Ue,"aria-label":unref(L)("el.pagination.currentPage",{pager:Ue}),tabindex:unref(pe)},toDisplayString(Ue),11,["aria-current","aria-label","tabindex"]))),128)),j.value?(openBlock(),createElementBlock("li",{key:2,class:normalizeClass(unref(de)),tabindex:unref(pe),"aria-label":unref(L)("el.pagination.nextPages",{pager:Ne.pagerCount-2}),onMouseenter:Ue=>Ie(),onMouseleave:Ue=>z.value=!1,onFocus:Ue=>_e(),onBlur:Ue=>ie.value=!1},[(z.value||ie.value)&&!Ne.disabled?(openBlock(),createBlock(unref(d_arrow_right_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,["tabindex","aria-label","onMouseenter","onMouseleave","onFocus","onBlur"])):createCommentVNode("v-if",!0),Ne.pageCount>1?(openBlock(),createElementBlock("li",{key:3,class:normalizeClass([[unref(n).is("active",Ne.currentPage===Ne.pageCount),unref(n).is("disabled",Ne.disabled)],"number"]),"aria-current":Ne.currentPage===Ne.pageCount,"aria-label":unref(L)("el.pagination.currentPage",{pager:Ne.pageCount}),tabindex:unref(pe)},toDisplayString(Ne.pageCount),11,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0)],42,["onKeyup"]))}});var Pager=_export_sfc$1(_sfc_main$1i,[["__file","pager.vue"]]);const isAbsent=e=>typeof e!="number",paginationProps=buildProps({pageSize:Number,defaultPageSize:Number,total:Number,pageCount:Number,pagerCount:{type:Number,validator:e=>isNumber$3(e)&&Math.trunc(e)===e&&e>4&&e<22&&e%2===1,default:7},currentPage:Number,defaultCurrentPage:Number,layout:{type:String,default:["prev","pager","next","jumper","->","total"].join(", ")},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String,default:""},prevText:{type:String,default:""},prevIcon:{type:iconPropType,default:()=>arrow_left_default},nextText:{type:String,default:""},nextIcon:{type:iconPropType,default:()=>arrow_right_default},teleported:{type:Boolean,default:!0},small:Boolean,size:useSizeProp,background:Boolean,disabled:Boolean,hideOnSinglePage:Boolean}),paginationEmits={"update:current-page":e=>isNumber$3(e),"update:page-size":e=>isNumber$3(e),"size-change":e=>isNumber$3(e),change:(e,t)=>isNumber$3(e)&&isNumber$3(t),"current-change":e=>isNumber$3(e),"prev-click":e=>isNumber$3(e),"next-click":e=>isNumber$3(e)},componentName="ElPagination";var Pagination=defineComponent({name:componentName,props:paginationProps,emits:paginationEmits,setup(e,{emit:t,slots:y}){const{t:n}=useLocale(),k=useNamespace("pagination"),L=getCurrentInstance().vnode.props||{},$=computed(()=>{var Ne;return e.small?"small":(Ne=e.size)!=null?Ne:useGlobalSize().value});useDeprecated({from:"small",replacement:"size",version:"3.0.0",scope:"el-pagination",ref:"https://element-plus.org/zh-CN/component/pagination.html"},computed(()=>!!e.small));const j="onUpdate:currentPage"in L||"onUpdate:current-page"in L||"onCurrentChange"in L,V="onUpdate:pageSize"in L||"onUpdate:page-size"in L||"onSizeChange"in L,z=computed(()=>{if(isAbsent(e.total)&&isAbsent(e.pageCount)||!isAbsent(e.currentPage)&&!j)return!1;if(e.layout.includes("sizes")){if(isAbsent(e.pageCount)){if(!isAbsent(e.total)&&!isAbsent(e.pageSize)&&!V)return!1}else if(!V)return!1}return!0}),re=ref$1(isAbsent(e.defaultPageSize)?10:e.defaultPageSize),ie=ref$1(isAbsent(e.defaultCurrentPage)?1:e.defaultCurrentPage),oe=computed({get(){return isAbsent(e.pageSize)?re.value:e.pageSize},set(Ne){isAbsent(e.pageSize)&&(re.value=Ne),V&&(t("update:page-size",Ne),t("size-change",Ne))}}),ue=computed(()=>{let Ne=0;return isAbsent(e.pageCount)?isAbsent(e.total)||(Ne=Math.max(1,Math.ceil(e.total/oe.value))):Ne=e.pageCount,Ne}),de=computed({get(){return isAbsent(e.currentPage)?ie.value:e.currentPage},set(Ne){let Fe=Ne;Ne<1?Fe=1:Ne>ue.value&&(Fe=ue.value),isAbsent(e.currentPage)&&(ie.value=Fe),j&&(t("update:current-page",Fe),t("current-change",Fe))}});watch(ue,Ne=>{de.value>Ne&&(de.value=Ne)}),watch([de,oe],Ne=>{t("change",...Ne)},{flush:"post"});function pe(Ne){de.value=Ne}function Ie(Ne){oe.value=Ne;const Fe=ue.value;de.value>Fe&&(de.value=Fe)}function _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 Ue=[],kt=[],Et=h$1("div",{class:k.e("rightwrapper")},kt),Ve={prev:h$1(Prev,{disabled:e.disabled,currentPage:de.value,prevText:e.prevText,prevIcon:e.prevIcon,onClick:_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 jt=!1;return qe.forEach(tr=>{if(tr==="->"){jt=!0;return}jt?kt.push(Ve[tr]):Ue.push(Ve[tr])}),he(Ue[0],k.is("first")),he(Ue[Ue.length-1],k.is("last")),jt&&kt.length>0&&(he(kt[0],k.is("first")),he(kt[kt.length-1],k.is("last")),Ue.push(Et)),h$1("div",{class:[k.b(),k.is("background",e.background),k.m($.value)]},Ue)}}});const ElPagination=withInstall(Pagination),popconfirmProps=buildProps({title:String,confirmButtonText:String,cancelButtonText:String,confirmButtonType:{type:String,values:buttonTypes,default:"primary"},cancelButtonType:{type:String,values:buttonTypes,default:"text"},icon:{type:iconPropType,default:()=>question_filled_default},iconColor:{type:String,default:"#f90"},hideIcon:{type:Boolean,default:!1},hideAfter:{type:Number,default:200},teleported:useTooltipContentProps.teleported,persistent:useTooltipContentProps.persistent,width:{type:[String,Number],default:150}}),popconfirmEmits={confirm:e=>e instanceof MouseEvent,cancel:e=>e instanceof MouseEvent},__default__$I=defineComponent({name:"ElPopconfirm"}),_sfc_main$1h=defineComponent({...__default__$I,props:popconfirmProps,emits:popconfirmEmits,setup(e,{emit:t}){const y=e,{t:n}=useLocale(),k=useNamespace("popconfirm"),L=ref$1(),$=()=>{var oe,ue;(ue=(oe=L.value)==null?void 0:oe.onClose)==null||ue.call(oe)},j=computed(()=>({width:addUnit(y.width)})),V=oe=>{t("confirm",oe),$()},z=oe=>{t("cancel",oe),$()},re=computed(()=>y.confirmButtonText||n("el.popconfirm.confirmButtonText")),ie=computed(()=>y.cancelButtonText||n("el.popconfirm.cancelButtonText"));return(oe,ue)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:L,trigger:"click",effect:"light"},oe.$attrs,{"popper-class":`${unref(k).namespace.value}-popover`,"popper-style":unref(j),teleported:oe.teleported,"fallback-placements":["bottom","top","right","left"],"hide-after":oe.hideAfter,persistent:oe.persistent}),{content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(k).b())},[createBaseVNode("div",{class:normalizeClass(unref(k).e("main"))},[!oe.hideIcon&&oe.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("icon")),style:normalizeStyle({color:oe.iconColor})},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(oe.icon)))]),_:1},8,["class","style"])):createCommentVNode("v-if",!0),createTextVNode(" "+toDisplayString(oe.title),1)],2),createBaseVNode("div",{class:normalizeClass(unref(k).e("action"))},[createVNode(unref(ElButton),{size:"small",type:oe.cancelButtonType==="text"?"":oe.cancelButtonType,text:oe.cancelButtonType==="text",onClick:z},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)),1)]),_:1},8,["type","text"]),createVNode(unref(ElButton),{size:"small",type:oe.confirmButtonType==="text"?"":oe.confirmButtonType,text:oe.confirmButtonType==="text",onClick:V},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(re)),1)]),_:1},8,["type","text"])],2)],2)]),default:withCtx(()=>[oe.$slots.reference?renderSlot(oe.$slots,"reference",{key:0}):createCommentVNode("v-if",!0)]),_:3},16,["popper-class","popper-style","teleported","hide-after","persistent"]))}});var Popconfirm=_export_sfc$1(_sfc_main$1h,[["__file","popconfirm.vue"]]);const ElPopconfirm=withInstall(Popconfirm),popoverProps=buildProps({trigger:useTooltipTriggerProps.trigger,placement:dropdownProps.placement,disabled:useTooltipTriggerProps.disabled,visible:useTooltipContentProps.visible,transition:useTooltipContentProps.transition,popperOptions:dropdownProps.popperOptions,tabindex:dropdownProps.tabindex,content:useTooltipContentProps.content,popperStyle:useTooltipContentProps.popperStyle,popperClass:useTooltipContentProps.popperClass,enterable:{...useTooltipContentProps.enterable,default:!0},effect:{...useTooltipContentProps.effect,default:"light"},teleported:useTooltipContentProps.teleported,title:String,width:{type:[String,Number],default:150},offset:{type:Number,default:void 0},showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0},showArrow:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},"onUpdate:visible":{type:Function}}),popoverEmits={"update:visible":e=>isBoolean$2(e),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},updateEventKeyRaw="onUpdate:visible",__default__$H=defineComponent({name:"ElPopover"}),_sfc_main$1g=defineComponent({...__default__$H,props:popoverProps,emits:popoverEmits,setup(e,{expose:t,emit:y}){const n=e,k=computed(()=>n[updateEventKeyRaw]),L=useNamespace("popover"),$=ref$1(),j=computed(()=>{var Ie;return(Ie=unref($))==null?void 0:Ie.popperRef}),V=computed(()=>[{width:addUnit(n.width)},n.popperStyle]),z=computed(()=>[L.b(),n.popperClass,{[L.m("plain")]:!!n.content}]),re=computed(()=>n.transition===`${L.namespace.value}-fade-in-linear`),ie=()=>{var Ie;(Ie=$.value)==null||Ie.hide()},oe=()=>{y("before-enter")},ue=()=>{y("before-leave")},de=()=>{y("after-enter")},pe=()=>{y("update:visible",!1),y("after-leave")};return t({popperRef:j,hide:ie}),(Ie,_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$1g,[["__file","popover.vue"]]);const attachEvents=(e,t)=>{const y=t.arg||t.value,n=y==null?void 0:y.popperRef;n&&(n.triggerRef=e)};var PopoverDirective={mounted(e,t){attachEvents(e,t)},updated(e,t){attachEvents(e,t)}};const VPopover="popover",ElPopoverDirective=withInstallDirective(PopoverDirective,VPopover),ElPopover=withInstall(Popover,{directive:ElPopoverDirective}),progressProps=buildProps({type:{type:String,default:"line",values:["line","circle","dashboard"]},percentage:{type:Number,default:0,validator:e=>e>=0&&e<=100},status:{type:String,default:"",values:["","success","exception","warning"]},indeterminate:Boolean,duration:{type:Number,default:3},strokeWidth:{type:Number,default:6},strokeLinecap:{type:definePropType(String),default:"round"},textInside:Boolean,width:{type:Number,default:126},showText:{type:Boolean,default:!0},color:{type:definePropType([String,Array,Function]),default:""},striped:Boolean,stripedFlow:Boolean,format:{type:definePropType(Function),default:e=>`${e}%`}}),__default__$G=defineComponent({name:"ElProgress"}),_sfc_main$1f=defineComponent({...__default__$G,props:progressProps,setup(e){const t=e,y={success:"#13ce66",exception:"#ff4949",warning:"#e6a23c",default:"#20a0ff"},n=useNamespace("progress"),k=computed(()=>{const 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 ${qe?"":"-"}${Fe} - a ${Fe} ${Fe} 0 1 1 0 ${qe?"-":""}${Fe*2} - a ${Fe} ${Fe} 0 1 1 0 ${qe?"":"-"}${Fe*2} - `}),V=computed(()=>2*Math.PI*L.value),z=computed(()=>t.type==="dashboard"?.75:1),re=computed(()=>`${-1*V.value*(1-z.value)/2}px`),oe=computed(()=>({strokeDasharray:`${V.value*z.value}px, ${V.value}px`,strokeDashoffset:re.value})),ue=computed(()=>({strokeDasharray:`${V.value*z.value*(t.percentage/100)}px, ${V.value}px`,strokeDashoffset:re.value,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease, opacity ease 0.6s"})),de=computed(()=>{let Fe;return t.color?Fe=Ve(t.percentage):Fe=y[t.status]||y.default,Fe}),_e=computed(()=>t.status==="warning"?warning_filled_default:t.type==="line"?t.status==="success"?circle_check_default:circle_close_default:t.status==="success"?check_default:close_default),Ne=computed(()=>t.type==="line"?12+t.strokeWidth*.4:t.width*.111111+2),Ue=computed(()=>t.format(t.percentage));function $e(Fe){const qe=100/Fe.length;return Fe.map((ir,dr)=>isString$4(ir)?{color:ir,percentage:(dr+1)*qe}:ir).sort((ir,dr)=>ir.percentage-dr.percentage)}const Ve=Fe=>{var qe;const{color:er}=t;if(isFunction$5(er))return er(Fe);if(isString$4(er))return er;{const ir=$e(er);for(const dr of ir)if(dr.percentage>Fe)return dr.color;return(qe=ir[ir.length-1])==null?void 0:qe.color}};return(Fe,qe)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(Fe.type),unref(n).is(Fe.status),{[unref(n).m("without-text")]:!Fe.showText,[unref(n).m("text-inside")]:Fe.textInside}]),role:"progressbar","aria-valuenow":Fe.percentage,"aria-valuemin":"0","aria-valuemax":"100"},[Fe.type==="line"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).b("bar"))},[createBaseVNode("div",{class:normalizeClass(unref(n).be("bar","outer")),style:normalizeStyle({height:`${Fe.strokeWidth}px`})},[createBaseVNode("div",{class:normalizeClass([unref(n).be("bar","inner"),{[unref(n).bem("bar","inner","indeterminate")]:Fe.indeterminate},{[unref(n).bem("bar","inner","striped")]:Fe.striped},{[unref(n).bem("bar","inner","striped-flow")]:Fe.stripedFlow}]),style:normalizeStyle(unref($))},[(Fe.showText||Fe.$slots.default)&&Fe.textInside?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).be("bar","innerText"))},[renderSlot(Fe.$slots,"default",{percentage:Fe.percentage},()=>[createBaseVNode("span",null,toDisplayString(unref(Ue)),1)])],2)):createCommentVNode("v-if",!0)],6)],6)],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(n).b("circle")),style:normalizeStyle({height:`${Fe.width}px`,width:`${Fe.width}px`})},[(openBlock(),createElementBlock("svg",{viewBox:"0 0 100 100"},[createBaseVNode("path",{class:normalizeClass(unref(n).be("circle","track")),d:unref(j),stroke:`var(${unref(n).cssVarName("fill-color-light")}, #e5e9f2)`,"stroke-linecap":Fe.strokeLinecap,"stroke-width":unref(k),fill:"none",style:normalizeStyle(unref(oe))},null,14,["d","stroke","stroke-linecap","stroke-width"]),createBaseVNode("path",{class:normalizeClass(unref(n).be("circle","path")),d:unref(j),stroke:unref(de),fill:"none",opacity:Fe.percentage?1:0,"stroke-linecap":Fe.strokeLinecap,"stroke-width":unref(k),style:normalizeStyle(unref(ue))},null,14,["d","stroke","opacity","stroke-linecap","stroke-width"])]))],6)),(Fe.showText||Fe.$slots.default)&&!Fe.textInside?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(n).e("text")),style:normalizeStyle({fontSize:`${unref(Ne)}px`})},[renderSlot(Fe.$slots,"default",{percentage:Fe.percentage},()=>[Fe.status?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(_e))))]),_:1})):(openBlock(),createElementBlock("span",{key:0},toDisplayString(unref(Ue)),1))])],6)):createCommentVNode("v-if",!0)],10,["aria-valuenow"]))}});var Progress=_export_sfc$1(_sfc_main$1f,[["__file","progress.vue"]]);const ElProgress=withInstall(Progress),rateProps=buildProps({modelValue:{type:Number,default:0},id:{type:String,default:void 0},lowThreshold:{type:Number,default:2},highThreshold:{type:Number,default:4},max:{type:Number,default:5},colors:{type:definePropType([Array,Object]),default:()=>mutable(["","",""])},voidColor:{type:String,default:""},disabledVoidColor:{type:String,default:""},icons:{type:definePropType([Array,Object]),default:()=>[star_filled_default,star_filled_default,star_filled_default]},voidIcon:{type:iconPropType,default:()=>star_default},disabledVoidIcon:{type:iconPropType,default:()=>star_filled_default},disabled:Boolean,allowHalf:Boolean,showText:Boolean,showScore:Boolean,textColor:{type:String,default:""},texts:{type:definePropType(Array),default:()=>mutable(["Extremely bad","Disappointed","Fair","Satisfied","Surprise"])},scoreTemplate:{type:String,default:"{value}"},size:useSizeProp,clearable:Boolean,...useAriaProps(["ariaLabel"])}),rateEmits={[CHANGE_EVENT]:e=>isNumber$4(e),[UPDATE_MODEL_EVENT]:e=>isNumber$4(e)},__default__$F=defineComponent({name:"ElRate"}),_sfc_main$1e=defineComponent({...__default__$F,props:rateProps,emits:rateEmits,setup(e,{expose:t,emit:y}){const n=e;function $(jt,ar){const ur=tr=>isObject$5(tr),kt=Object.keys(ar).map(tr=>+tr).filter(tr=>{const gr=ar[tr];return(ur(gr)?gr.excluded:!1)?jttr-gr),he=ar[kt[0]];return ur(he)&&he.value||he}const k=inject(formContextKey,void 0),L=inject(formItemContextKey,void 0),j=useFormSize(),V=useNamespace("rate"),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:L}),oe=ref$1(n.modelValue),ue=ref$1(-1),de=ref$1(!0),_e=computed(()=>[V.b(),V.m(j.value)]),Ne=computed(()=>n.disabled||(k==null?void 0:k.disabled)),Ue=computed(()=>V.cssVarBlock({"void-color":n.voidColor,"disabled-void-color":n.disabledVoidColor,"fill-color":qe.value})),$e=computed(()=>{let jt="";return n.showScore?jt=n.scoreTemplate.replace(/\{\s*value\s*\}/,Ne.value?`${n.modelValue}`:`${oe.value}`):n.showText&&(jt=n.texts[Math.ceil(oe.value)-1]),jt}),Ve=computed(()=>n.modelValue*100-Math.floor(n.modelValue)*100),Fe=computed(()=>isArray$4(n.colors)?{[n.lowThreshold]:n.colors[0],[n.highThreshold]:{value:n.colors[1],excluded:!0},[n.max]:n.colors[2]}:n.colors),qe=computed(()=>{const jt=$(oe.value,Fe.value);return isObject$5(jt)?"":jt}),er=computed(()=>{let jt="";return Ne.value?jt=`${Ve.value}%`:n.allowHalf&&(jt="50%"),{color:qe.value,width:jt}}),ir=computed(()=>{let jt=isArray$4(n.icons)?[...n.icons]:{...n.icons};return jt=markRaw(jt),isArray$4(jt)?{[n.lowThreshold]:jt[0],[n.highThreshold]:{value:jt[1],excluded:!0},[n.max]:jt[2]}:jt}),dr=computed(()=>$(n.modelValue,ir.value)),cr=computed(()=>Ne.value?isString$4(n.disabledVoidIcon)?n.disabledVoidIcon:markRaw(n.disabledVoidIcon):isString$4(n.voidIcon)?n.voidIcon:markRaw(n.voidIcon)),nr=computed(()=>$(oe.value,ir.value));function lr(jt){const ar=Ne.value&&Ve.value>0&&jt-1n.modelValue,ur=n.allowHalf&&de.value&&jt-.5<=oe.value&&jt>oe.value;return ar||ur}function Et(jt){n.clearable&&jt===n.modelValue&&(jt=0),y(UPDATE_MODEL_EVENT,jt),n.modelValue!==jt&&y("change",jt)}function ie(jt){Ne.value||(n.allowHalf&&de.value?Et(oe.value):Et(jt))}function pe(jt){if(Ne.value)return;let ar=oe.value;const ur=jt.code;return ur===EVENT_CODE.up||ur===EVENT_CODE.right?(n.allowHalf?ar+=.5:ar+=1,jt.stopPropagation(),jt.preventDefault()):(ur===EVENT_CODE.left||ur===EVENT_CODE.down)&&(n.allowHalf?ar-=.5:ar-=1,jt.stopPropagation(),jt.preventDefault()),ar=ar<0?0:ar,ar=ar>n.max?n.max:ar,y(UPDATE_MODEL_EVENT,ar),y("change",ar),ar}function Ce(jt,ar){if(!Ne.value){if(n.allowHalf&&ar){let ur=ar.target;hasClass(ur,V.e("item"))&&(ur=ur.querySelector(`.${V.e("icon")}`)),(ur.clientWidth===0||hasClass(ur,V.e("decimal")))&&(ur=ur.parentNode),de.value=ar.offsetX*2<=ur.clientWidth,oe.value=de.value?jt-.5:jt}else oe.value=jt;ue.value=jt}}function Ie(){Ne.value||(n.allowHalf&&(de.value=n.modelValue!==Math.floor(n.modelValue)),oe.value=n.modelValue,ue.value=-1)}return watch(()=>n.modelValue,jt=>{oe.value=jt,de.value=n.modelValue!==Math.floor(n.modelValue)}),n.modelValue||y(UPDATE_MODEL_EVENT,0),t({setCurrentValue:Ce,resetCurrentValue:Ie}),(jt,ar)=>{var ur;return openBlock(),createElementBlock("div",{id:unref(z),class:normalizeClass([unref(_e),unref(V).is("disabled",unref(Ne))]),role:"slider","aria-label":unref(re)?void 0:jt.ariaLabel||"rating","aria-labelledby":unref(re)?(ur=unref(L))==null?void 0:ur.labelId:void 0,"aria-valuenow":oe.value,"aria-valuetext":unref($e)||void 0,"aria-valuemin":"0","aria-valuemax":jt.max,tabindex:"0",style:normalizeStyle(unref(Ue)),onKeydown:pe},[(openBlock(!0),createElementBlock(Fragment,null,renderList(jt.max,(kt,he)=>(openBlock(),createElementBlock("span",{key:he,class:normalizeClass(unref(V).e("item")),onMousemove:tr=>Ce(kt,tr),onMouseleave:Ie,onClick:tr=>ie(kt)},[createVNode(unref(ElIcon),{class:normalizeClass([unref(V).e("icon"),{hover:ue.value===kt},unref(V).is("active",kt<=oe.value)])},{default:withCtx(()=>[lr(kt)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(nr)),null,null,512)),[[vShow,kt<=oe.value]]),withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(cr)),null,null,512)),[[vShow,!(kt<=oe.value)]])],64)),lr(kt)?(openBlock(),createElementBlock(Fragment,{key:1},[(openBlock(),createBlock(resolveDynamicComponent(unref(cr)),{class:normalizeClass([unref(V).em("decimal","box")])},null,8,["class"])),createVNode(unref(ElIcon),{style:normalizeStyle(unref(er)),class:normalizeClass([unref(V).e("icon"),unref(V).e("decimal")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(dr))))]),_:1},8,["style","class"])],64)):createCommentVNode("v-if",!0)]),_:2},1032,["class"])],42,["onMousemove","onClick"]))),128)),jt.showText||jt.showScore?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(V).e("text")),style:normalizeStyle({color:jt.textColor})},toDisplayString(unref($e)),7)):createCommentVNode("v-if",!0)],46,["id","aria-label","aria-labelledby","aria-valuenow","aria-valuetext","aria-valuemax"])}}});var Rate=_export_sfc$1(_sfc_main$1e,[["__file","rate.vue"]]);const ElRate=withInstall(Rate),IconMap={success:"icon-success",warning:"icon-warning",error:"icon-error",info:"icon-info"},IconComponentMap={[IconMap.success]:circle_check_filled_default,[IconMap.warning]:warning_filled_default,[IconMap.error]:circle_close_filled_default,[IconMap.info]:info_filled_default},resultProps=buildProps({title:{type:String,default:""},subTitle:{type:String,default:""},icon:{type:String,values:["success","warning","info","error"],default:"info"}}),__default__$E=defineComponent({name:"ElResult"}),_sfc_main$1d=defineComponent({...__default__$E,props:resultProps,setup(e){const t=e,y=useNamespace("result"),n=computed(()=>{const $=t.icon,k=$&&IconMap[$]?IconMap[$]:"icon-info",L=IconComponentMap[k]||IconComponentMap["icon-info"];return{class:k,component:L}});return($,k)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(y).b())},[createBaseVNode("div",{class:normalizeClass(unref(y).e("icon"))},[renderSlot($.$slots,"icon",{},()=>[unref(n).component?(openBlock(),createBlock(resolveDynamicComponent(unref(n).component),{key:0,class:normalizeClass(unref(n).class)},null,8,["class"])):createCommentVNode("v-if",!0)])],2),$.title||$.$slots.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("title"))},[renderSlot($.$slots,"title",{},()=>[createBaseVNode("p",null,toDisplayString($.title),1)])],2)):createCommentVNode("v-if",!0),$.subTitle||$.$slots["sub-title"]?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("subtitle"))},[renderSlot($.$slots,"sub-title",{},()=>[createBaseVNode("p",null,toDisplayString($.subTitle),1)])],2)):createCommentVNode("v-if",!0),$.$slots.extra?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(y).e("extra"))},[renderSlot($.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2))}});var Result=_export_sfc$1(_sfc_main$1d,[["__file","result.vue"]]);const ElResult=withInstall(Result);var safeIsNaN=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function isEqual(e,t){return!!(e===t||safeIsNaN(e)&&safeIsNaN(t))}function areInputsEqual(e,t){if(e.length!==t.length)return!1;for(var y=0;y{const t=getCurrentInstance().proxy.$props;return computed(()=>{const y=(n,$,k)=>({});return t.perfMode?memoize$1(y):memoizeOne(y)})},DEFAULT_DYNAMIC_LIST_ITEM_SIZE=50,ITEM_RENDER_EVT="itemRendered",SCROLL_EVT="scroll",FORWARD="forward",BACKWARD="backward",AUTO_ALIGNMENT="auto",SMART_ALIGNMENT="smart",START_ALIGNMENT="start",CENTERED_ALIGNMENT="center",END_ALIGNMENT="end",HORIZONTAL="horizontal",VERTICAL="vertical",LTR="ltr",RTL="rtl",RTL_OFFSET_NAG="negative",RTL_OFFSET_POS_ASC="positive-ascending",RTL_OFFSET_POS_DESC="positive-descending",ScrollbarDirKey={[HORIZONTAL]:"left",[VERTICAL]:"top"},SCROLLBAR_MIN_SIZE=20,LayoutKeys={[HORIZONTAL]:"deltaX",[VERTICAL]:"deltaY"},useWheel=({atEndEdge:e,atStartEdge:t,layout:y},n)=>{let $,k=0;const L=V=>V<0&&t.value||V>0&&e.value;return{hasReachedEdge:L,onWheel:V=>{cAF($);const z=V[LayoutKeys[y.value]];L(k)&&L(k+z)||(k+=z,isFirefox()||V.preventDefault(),$=rAF(()=>{n(k),k=0}))}}},itemSize$1=buildProp({type:definePropType([Number,Function]),required:!0}),estimatedItemSize=buildProp({type:Number}),cache$2=buildProp({type:Number,default:2}),direction=buildProp({type:String,values:["ltr","rtl"],default:"ltr"}),initScrollOffset=buildProp({type:Number,default:0}),total=buildProp({type:Number,required:!0}),layout=buildProp({type:String,values:["horizontal","vertical"],default:VERTICAL}),virtualizedProps=buildProps({className:{type:String,default:""},containerElement:{type:definePropType([String,Object]),default:"div"},data:{type:definePropType(Array),default:()=>mutable([])},direction,height:{type:[String,Number],required:!0},innerElement:{type:[String,Object],default:"div"},style:{type:definePropType([Object,String,Array])},useIsScrolling:{type:Boolean,default:!1},width:{type:[Number,String],required:!1},perfMode:{type:Boolean,default:!0},scrollbarAlwaysOn:{type:Boolean,default:!1}}),virtualizedListProps=buildProps({cache:cache$2,estimatedItemSize,layout,initScrollOffset,total,itemSize:itemSize$1,...virtualizedProps}),scrollbarSize={type:Number,default:6},startGap={type:Number,default:0},endGap={type:Number,default:2},virtualizedGridProps=buildProps({columnCache:cache$2,columnWidth:itemSize$1,estimatedColumnWidth:estimatedItemSize,estimatedRowHeight:estimatedItemSize,initScrollLeft:initScrollOffset,initScrollTop:initScrollOffset,itemKey:{type:definePropType(Function),default:({columnIndex:e,rowIndex:t})=>`${t}:${e}`},rowCache:cache$2,rowHeight:itemSize$1,totalColumn:total,totalRow:total,hScrollbarSize:scrollbarSize,vScrollbarSize:scrollbarSize,scrollbarStartGap:startGap,scrollbarEndGap:endGap,role:String,...virtualizedProps}),virtualizedScrollbarProps=buildProps({alwaysOn:Boolean,class:String,layout,total,ratio:{type:Number,required:!0},clientSize:{type:Number,required:!0},scrollFrom:{type:Number,required:!0},scrollbarSize,startGap,endGap,visible:Boolean}),getScrollDir=(e,t)=>ee===LTR||e===RTL||e===HORIZONTAL,isRTL=e=>e===RTL;let cachedRTLResult=null;function getRTLOffsetType(e=!1){if(cachedRTLResult===null||e){const t=document.createElement("div"),y=t.style;y.width="50px",y.height="50px",y.overflow="scroll",y.direction="rtl";const n=document.createElement("div"),$=n.style;return $.width="100px",$.height="100px",t.appendChild(n),document.body.appendChild(t),t.scrollLeft>0?cachedRTLResult=RTL_OFFSET_POS_DESC:(t.scrollLeft=1,t.scrollLeft===0?cachedRTLResult=RTL_OFFSET_NAG:cachedRTLResult=RTL_OFFSET_POS_ASC),document.body.removeChild(t),cachedRTLResult}return cachedRTLResult}function renderThumbStyle({move:e,size:t,bar:y},n){const $={},k=`translate${y.axis}(${e}px)`;return $[y.size]=t,$.transform=k,$.msTransform=k,$.webkitTransform=k,n==="horizontal"?$.height="100%":$.width="100%",$}const ScrollBar=defineComponent({name:"ElVirtualScrollBar",props:virtualizedScrollbarProps,emits:["scroll","start-move","stop-move"],setup(e,{emit:t}){const y=computed(()=>e.startGap+e.endGap),n=useNamespace("virtual-scrollbar"),$=useNamespace("scrollbar"),k=ref$1(),L=ref$1();let j=null,V=null;const z=reactive({isDragging:!1,traveled:0}),re=computed(()=>BAR_MAP[e.layout]),oe=computed(()=>e.clientSize-unref(y)),ue=computed(()=>({position:"absolute",width:`${HORIZONTAL===e.layout?oe.value:e.scrollbarSize}px`,height:`${HORIZONTAL===e.layout?e.scrollbarSize:oe.value}px`,[ScrollbarDirKey[e.layout]]:"2px",right:"2px",bottom:"2px",borderRadius:"4px"})),de=computed(()=>{const ir=e.ratio,dr=e.clientSize;if(ir>=100)return Number.POSITIVE_INFINITY;if(ir>=50)return ir*dr/100;const cr=dr/3;return Math.floor(Math.min(Math.max(ir*dr,SCROLLBAR_MIN_SIZE),cr))}),_e=computed(()=>{if(!Number.isFinite(de.value))return{display:"none"};const ir=`${de.value}px`;return renderThumbStyle({bar:re.value,size:ir,move:z.traveled},e.layout)}),Ne=computed(()=>Math.floor(e.clientSize-de.value-unref(y))),Ue=()=>{window.addEventListener("mousemove",qe),window.addEventListener("mouseup",Fe);const ir=unref(L);ir&&(V=document.onselectstart,document.onselectstart=()=>!1,ir.addEventListener("touchmove",qe,{passive:!0}),ir.addEventListener("touchend",Fe))},$e=()=>{window.removeEventListener("mousemove",qe),window.removeEventListener("mouseup",Fe),document.onselectstart=V,V=null;const ir=unref(L);ir&&(ir.removeEventListener("touchmove",qe),ir.removeEventListener("touchend",Fe))},Ve=ir=>{ir.stopImmediatePropagation(),!(ir.ctrlKey||[1,2].includes(ir.button))&&(z.isDragging=!0,z[re.value.axis]=ir.currentTarget[re.value.offset]-(ir[re.value.client]-ir.currentTarget.getBoundingClientRect()[re.value.direction]),t("start-move"),Ue())},Fe=()=>{z.isDragging=!1,z[re.value.axis]=0,t("stop-move"),$e()},qe=ir=>{const{isDragging:dr}=z;if(!dr||!L.value||!k.value)return;const cr=z[re.value.axis];if(!cr)return;cAF(j);const nr=(k.value.getBoundingClientRect()[re.value.direction]-ir[re.value.client])*-1,lr=L.value[re.value.offset]-cr,Et=nr-lr;j=rAF(()=>{z.traveled=Math.max(e.startGap,Math.min(Et,Ne.value)),t("scroll",Et,Ne.value)})},er=ir=>{const dr=Math.abs(ir.target.getBoundingClientRect()[re.value.direction]-ir[re.value.client]),cr=L.value[re.value.offset]/2,nr=dr-cr;z.traveled=Math.max(0,Math.min(nr,Ne.value)),t("scroll",nr,Ne.value)};return watch(()=>e.scrollFrom,ir=>{z.isDragging||(z.traveled=Math.ceil(ir*Ne.value))}),onBeforeUnmount(()=>{$e()}),()=>h$1("div",{role:"presentation",ref:k,class:[n.b(),e.class,(e.alwaysOn||z.isDragging)&&"always-on"],style:ue.value,onMousedown:withModifiers(er,["stop","prevent"]),onTouchstartPrevent:Ve},h$1("div",{ref:L,class:$.e("thumb"),style:_e.value,onMousedown:Ve},[]))}}),createList=({name:e,getOffset:t,getItemSize:y,getItemOffset:n,getEstimatedTotalSize:$,getStartIndexForOffset:k,getStopIndexForStartIndex:L,initCache:j,clearCache:V,validateProps:z})=>defineComponent({name:e??"ElVirtualList",props:virtualizedListProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(re,{emit:oe,expose:ue}){z(re);const de=getCurrentInstance(),_e=useNamespace("vl"),Ne=ref$1(j(re,de)),Ue=useCache(),$e=ref$1(),Ve=ref$1(),Fe=ref$1(),qe=ref$1({isScrolling:!1,scrollDir:"forward",scrollOffset:isNumber$4(re.initScrollOffset)?re.initScrollOffset:0,updateRequested:!1,isScrollbarDragging:!1,scrollbarAlwaysOn:re.scrollbarAlwaysOn}),er=computed(()=>{const{total:_r,cache:yr}=re,{isScrolling:xr,scrollDir:Nr,scrollOffset:Tr}=unref(qe);if(_r===0)return[0,0,0,0];const Sr=k(re,Tr,unref(Ne)),Ar=L(re,Sr,Tr,unref(Ne)),Fr=!xr||Nr===BACKWARD?Math.max(1,yr):1,Gr=!xr||Nr===FORWARD?Math.max(1,yr):1;return[Math.max(0,Sr-Fr),Math.max(0,Math.min(_r-1,Ar+Gr)),Sr,Ar]}),ir=computed(()=>$(re,unref(Ne))),dr=computed(()=>isHorizontal(re.layout)),cr=computed(()=>[{position:"relative",[`overflow-${dr.value?"x":"y"}`]:"scroll",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:re.direction,height:isNumber$4(re.height)?`${re.height}px`:re.height,width:isNumber$4(re.width)?`${re.width}px`:re.width},re.style]),nr=computed(()=>{const _r=unref(ir),yr=unref(dr);return{height:yr?"100%":`${_r}px`,pointerEvents:unref(qe).isScrolling?"none":void 0,width:yr?`${_r}px`:"100%"}}),lr=computed(()=>dr.value?re.width:re.height),{onWheel:Et}=useWheel({atStartEdge:computed(()=>qe.value.scrollOffset<=0),atEndEdge:computed(()=>qe.value.scrollOffset>=ir.value),layout:computed(()=>re.layout)},_r=>{var yr,xr;(xr=(yr=Fe.value).onMouseUp)==null||xr.call(yr),ar(Math.min(qe.value.scrollOffset+_r,ir.value-lr.value))});useEventListener($e,"wheel",Et,{passive:!1});const ie=()=>{const{total:_r}=re;if(_r>0){const[Tr,Sr,Ar,Fr]=unref(er);oe(ITEM_RENDER_EVT,Tr,Sr,Ar,Fr)}const{scrollDir:yr,scrollOffset:xr,updateRequested:Nr}=unref(qe);oe(SCROLL_EVT,yr,xr,Nr)},pe=_r=>{const{clientHeight:yr,scrollHeight:xr,scrollTop:Nr}=_r.currentTarget,Tr=unref(qe);if(Tr.scrollOffset===Nr)return;const Sr=Math.max(0,Math.min(Nr,xr-yr));qe.value={...Tr,isScrolling:!0,scrollDir:getScrollDir(Tr.scrollOffset,Sr),scrollOffset:Sr,updateRequested:!1},nextTick$3(he)},Ce=_r=>{const{clientWidth:yr,scrollLeft:xr,scrollWidth:Nr}=_r.currentTarget,Tr=unref(qe);if(Tr.scrollOffset===xr)return;const{direction:Sr}=re;let Ar=xr;if(Sr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Ar=-xr;break}case RTL_OFFSET_POS_DESC:{Ar=Nr-yr-xr;break}}Ar=Math.max(0,Math.min(Ar,Nr-yr)),qe.value={...Tr,isScrolling:!0,scrollDir:getScrollDir(Tr.scrollOffset,Ar),scrollOffset:Ar,updateRequested:!1},nextTick$3(he)},Ie=_r=>{unref(dr)?Ce(_r):pe(_r),ie()},jt=(_r,yr)=>{const xr=(ir.value-lr.value)/yr*_r;ar(Math.min(ir.value-lr.value,xr))},ar=_r=>{_r=Math.max(_r,0),_r!==unref(qe).scrollOffset&&(qe.value={...unref(qe),scrollOffset:_r,scrollDir:getScrollDir(unref(qe).scrollOffset,_r),updateRequested:!0},nextTick$3(he))},ur=(_r,yr=AUTO_ALIGNMENT)=>{const{scrollOffset:xr}=unref(qe);_r=Math.max(0,Math.min(_r,re.total-1)),ar(t(re,_r,yr,xr,unref(Ne)))},kt=_r=>{const{direction:yr,itemSize:xr,layout:Nr}=re,Tr=Ue.value(V&&xr,V&&Nr,V&&yr);let Sr;if(hasOwn$1(Tr,String(_r)))Sr=Tr[_r];else{const Ar=n(re,_r,unref(Ne)),Fr=y(re,_r,unref(Ne)),Gr=unref(dr),Vr=yr===RTL,Dr=Gr?Ar:0;Tr[_r]=Sr={position:"absolute",left:Vr?void 0:`${Dr}px`,right:Vr?`${Dr}px`:void 0,top:Gr?0:`${Ar}px`,height:Gr?"100%":`${Fr}px`,width:Gr?`${Fr}px`:"100%"}}return Sr},he=()=>{qe.value.isScrolling=!1,nextTick$3(()=>{Ue.value(-1,null,null)})},tr=()=>{const _r=$e.value;_r&&(_r.scrollTop=0)};onMounted(()=>{if(!isClient)return;const{initScrollOffset:_r}=re,yr=unref($e);isNumber$4(_r)&&yr&&(unref(dr)?yr.scrollLeft=_r:yr.scrollTop=_r),ie()}),onUpdated(()=>{const{direction:_r,layout:yr}=re,{scrollOffset:xr,updateRequested:Nr}=unref(qe),Tr=unref($e);if(Nr&&Tr)if(yr===HORIZONTAL)if(_r===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Tr.scrollLeft=-xr;break}case RTL_OFFSET_POS_ASC:{Tr.scrollLeft=xr;break}default:{const{clientWidth:Sr,scrollWidth:Ar}=Tr;Tr.scrollLeft=Ar-Sr-xr;break}}else Tr.scrollLeft=xr;else Tr.scrollTop=xr}),onActivated(()=>{unref($e).scrollTop=unref(qe).scrollOffset});const gr={ns:_e,clientSize:lr,estimatedTotalSize:ir,windowStyle:cr,windowRef:$e,innerRef:Ve,innerStyle:nr,itemsToRender:er,scrollbarRef:Fe,states:qe,getItemStyle:kt,onScroll:Ie,onScrollbarScroll:jt,onWheel:Et,scrollTo:ar,scrollToItem:ur,resetScrollTop:tr};return ue({windowRef:$e,innerRef:Ve,getItemStyleCache:Ue,scrollTo:ar,scrollToItem:ur,resetScrollTop:tr,states:qe}),gr},render(re){var oe;const{$slots:ue,className:de,clientSize:_e,containerElement:Ne,data:Ue,getItemStyle:$e,innerElement:Ve,itemsToRender:Fe,innerStyle:qe,layout:er,total:ir,onScroll:dr,onScrollbarScroll:cr,states:nr,useIsScrolling:lr,windowStyle:Et,ns:ie}=re,[pe,Ce]=Fe,Ie=resolveDynamicComponent(Ne),jt=resolveDynamicComponent(Ve),ar=[];if(ir>0)for(let tr=pe;tr<=Ce;tr++)ar.push((oe=ue.default)==null?void 0:oe.call(ue,{data:Ue,key:tr,index:tr,isScrolling:lr?nr.isScrolling:void 0,style:$e(tr)}));const ur=[h$1(jt,{style:qe,ref:"innerRef"},isString$4(jt)?ar:{default:()=>ar})],kt=h$1(ScrollBar,{ref:"scrollbarRef",clientSize:_e,layout:er,onScroll:cr,ratio:_e*100/this.estimatedTotalSize,scrollFrom:nr.scrollOffset/(this.estimatedTotalSize-_e),total:ir}),he=h$1(Ie,{class:[ie.e("window"),de],style:Et,onScroll:dr,ref:"windowRef",key:0},isString$4(Ie)?[ur]:{default:()=>[ur]});return h$1("div",{key:0,class:[ie.e("wrapper"),nr.scrollbarAlwaysOn?"always-on":""]},[he,kt])}}),FixedSizeList=createList({name:"ElFixedSizeList",getItemOffset:({itemSize:e},t)=>t*e,getItemSize:({itemSize:e})=>e,getEstimatedTotalSize:({total:e,itemSize:t})=>t*e,getOffset:({height:e,total:t,itemSize:y,layout:n,width:$},k,L,j)=>{const V=isHorizontal(n)?$:e,z=Math.max(0,t*y-V),re=Math.min(z,k*y),oe=Math.max(0,(k+1)*y-V);switch(L===SMART_ALIGNMENT&&(j>=oe-V&&j<=re+V?L=AUTO_ALIGNMENT:L=CENTERED_ALIGNMENT),L){case START_ALIGNMENT:return re;case END_ALIGNMENT:return oe;case CENTERED_ALIGNMENT:{const ue=Math.round(oe+(re-oe)/2);return uez+Math.floor(V/2)?z:ue}case AUTO_ALIGNMENT:default:return j>=oe&&j<=re?j:jMath.max(0,Math.min(e-1,Math.floor(y/t))),getStopIndexForStartIndex:({height:e,total:t,itemSize:y,layout:n,width:$},k,L)=>{const j=k*y,V=isHorizontal(n)?$:e,z=Math.ceil((V+L-j)/y);return Math.max(0,Math.min(t-1,k+z-1))},initCache(){},clearCache:!0,validateProps(){}}),getItemFromCache$1=(e,t,y)=>{const{itemSize:n}=e,{items:$,lastVisitedIndex:k}=y;if(t>k){let L=0;if(k>=0){const j=$[k];L=j.offset+j.size}for(let j=k+1;j<=t;j++){const V=n(j);$[j]={offset:L,size:V},L+=V}y.lastVisitedIndex=t}return $[t]},findItem$1=(e,t,y)=>{const{items:n,lastVisitedIndex:$}=t;return($>0?n[$].offset:0)>=y?bs$1(e,t,0,$,y):es$2(e,t,Math.max(0,$),y)},bs$1=(e,t,y,n,$)=>{for(;y<=n;){const k=y+Math.floor((n-y)/2),L=getItemFromCache$1(e,k,t).offset;if(L===$)return k;L<$?y=k+1:L>$&&(n=k-1)}return Math.max(0,y-1)},es$2=(e,t,y,n)=>{const{total:$}=e;let k=1;for(;y<$&&getItemFromCache$1(e,y,t).offset{let $=0;if(n>=e&&(n=e-1),n>=0){const j=t[n];$=j.offset+j.size}const L=(e-n-1)*y;return $+L},DynamicSizeList=createList({name:"ElDynamicSizeList",getItemOffset:(e,t,y)=>getItemFromCache$1(e,t,y).offset,getItemSize:(e,t,{items:y})=>y[t].size,getEstimatedTotalSize,getOffset:(e,t,y,n,$)=>{const{height:k,layout:L,width:j}=e,V=isHorizontal(L)?j:k,z=getItemFromCache$1(e,t,$),re=getEstimatedTotalSize(e,$),oe=Math.max(0,Math.min(re-V,z.offset)),ue=Math.max(0,z.offset-V+z.size);switch(y===SMART_ALIGNMENT&&(n>=ue-V&&n<=oe+V?y=AUTO_ALIGNMENT:y=CENTERED_ALIGNMENT),y){case START_ALIGNMENT:return oe;case END_ALIGNMENT:return ue;case CENTERED_ALIGNMENT:return Math.round(ue+(oe-ue)/2);case AUTO_ALIGNMENT:default:return n>=ue&&n<=oe?n:nfindItem$1(e,y,t),getStopIndexForStartIndex:(e,t,y,n)=>{const{height:$,total:k,layout:L,width:j}=e,V=isHorizontal(L)?j:$,z=getItemFromCache$1(e,t,n),re=y+V;let oe=z.offset+z.size,ue=t;for(;ue{var k,L;y.lastVisitedIndex=Math.min(y.lastVisitedIndex,n-1),(k=t.exposed)==null||k.getItemStyleCache(-1),$&&((L=t.proxy)==null||L.$forceUpdate())},y},clearCache:!1,validateProps:({itemSize:e})=>{}}),useGridWheel=({atXEndEdge:e,atXStartEdge:t,atYEndEdge:y,atYStartEdge:n},$)=>{let k=null,L=0,j=0;const V=(re,oe)=>{const ue=re<=0&&t.value||re>=0&&e.value,de=oe<=0&&n.value||oe>=0&&y.value;return ue&&de};return{hasReachedEdge:V,onWheel:re=>{cAF(k);let oe=re.deltaX,ue=re.deltaY;Math.abs(oe)>Math.abs(ue)?ue=0:oe=0,re.shiftKey&&ue!==0&&(oe=ue,ue=0),!(V(L,j)&&V(L+oe,j+ue))&&(L+=oe,j+=ue,re.preventDefault(),k=rAF(()=>{$(L,j),L=0,j=0}))}}},createGrid=({name:e,clearCache:t,getColumnPosition:y,getColumnStartIndexForOffset:n,getColumnStopIndexForStartIndex:$,getEstimatedTotalHeight:k,getEstimatedTotalWidth:L,getColumnOffset:j,getRowOffset:V,getRowPosition:z,getRowStartIndexForOffset:re,getRowStopIndexForStartIndex:oe,initCache:ue,injectToInstance:de,validateProps:_e})=>defineComponent({name:e??"ElVirtualList",props:virtualizedGridProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(Ne,{emit:Ue,expose:$e,slots:Ve}){const Fe=useNamespace("vl");_e(Ne);const qe=getCurrentInstance(),er=ref$1(ue(Ne,qe));de==null||de(qe,er);const ir=ref$1(),dr=ref$1(),cr=ref$1(),nr=ref$1(null),lr=ref$1({isScrolling:!1,scrollLeft:isNumber$4(Ne.initScrollLeft)?Ne.initScrollLeft:0,scrollTop:isNumber$4(Ne.initScrollTop)?Ne.initScrollTop:0,updateRequested:!1,xAxisScrollDir:FORWARD,yAxisScrollDir:FORWARD}),Et=useCache(),ie=computed(()=>Number.parseInt(`${Ne.height}`,10)),pe=computed(()=>Number.parseInt(`${Ne.width}`,10)),Ce=computed(()=>{const{totalColumn:Lr,totalRow:$r,columnCache:jr}=Ne,{isScrolling:vn,xAxisScrollDir:Kr,scrollLeft:kr}=unref(lr);if(Lr===0||$r===0)return[0,0,0,0];const Qr=n(Ne,kr,unref(er)),Zr=$(Ne,Qr,kr,unref(er)),Vi=!vn||Kr===BACKWARD?Math.max(1,jr):1,To=!vn||Kr===FORWARD?Math.max(1,jr):1;return[Math.max(0,Qr-Vi),Math.max(0,Math.min(Lr-1,Zr+To)),Qr,Zr]}),Ie=computed(()=>{const{totalColumn:Lr,totalRow:$r,rowCache:jr}=Ne,{isScrolling:vn,yAxisScrollDir:Kr,scrollTop:kr}=unref(lr);if(Lr===0||$r===0)return[0,0,0,0];const Qr=re(Ne,kr,unref(er)),Zr=oe(Ne,Qr,kr,unref(er)),Vi=!vn||Kr===BACKWARD?Math.max(1,jr):1,To=!vn||Kr===FORWARD?Math.max(1,jr):1;return[Math.max(0,Qr-Vi),Math.max(0,Math.min($r-1,Zr+To)),Qr,Zr]}),jt=computed(()=>k(Ne,unref(er))),ar=computed(()=>L(Ne,unref(er))),ur=computed(()=>{var Lr;return[{position:"relative",overflow:"hidden",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:Ne.direction,height:isNumber$4(Ne.height)?`${Ne.height}px`:Ne.height,width:isNumber$4(Ne.width)?`${Ne.width}px`:Ne.width},(Lr=Ne.style)!=null?Lr:{}]}),kt=computed(()=>{const Lr=`${unref(ar)}px`;return{height:`${unref(jt)}px`,pointerEvents:unref(lr).isScrolling?"none":void 0,width:Lr}}),he=()=>{const{totalColumn:Lr,totalRow:$r}=Ne;if(Lr>0&&$r>0){const[Zr,Vi,To,oa]=unref(Ce),[Ba,rs,Mn,Wr]=unref(Ie);Ue(ITEM_RENDER_EVT,{columnCacheStart:Zr,columnCacheEnd:Vi,rowCacheStart:Ba,rowCacheEnd:rs,columnVisibleStart:To,columnVisibleEnd:oa,rowVisibleStart:Mn,rowVisibleEnd:Wr})}const{scrollLeft:jr,scrollTop:vn,updateRequested:Kr,xAxisScrollDir:kr,yAxisScrollDir:Qr}=unref(lr);Ue(SCROLL_EVT,{xAxisScrollDir:kr,scrollLeft:jr,yAxisScrollDir:Qr,scrollTop:vn,updateRequested:Kr})},tr=Lr=>{const{clientHeight:$r,clientWidth:jr,scrollHeight:vn,scrollLeft:Kr,scrollTop:kr,scrollWidth:Qr}=Lr.currentTarget,Zr=unref(lr);if(Zr.scrollTop===kr&&Zr.scrollLeft===Kr)return;let Vi=Kr;if(isRTL(Ne.direction))switch(getRTLOffsetType()){case RTL_OFFSET_NAG:Vi=-Kr;break;case RTL_OFFSET_POS_DESC:Vi=Qr-jr-Kr;break}lr.value={...Zr,isScrolling:!0,scrollLeft:Vi,scrollTop:Math.max(0,Math.min(kr,vn-$r)),updateRequested:!0,xAxisScrollDir:getScrollDir(Zr.scrollLeft,Vi),yAxisScrollDir:getScrollDir(Zr.scrollTop,kr)},nextTick$3(()=>Sr()),Ar(),he()},gr=(Lr,$r)=>{const jr=unref(ie),vn=(jt.value-jr)/$r*Lr;xr({scrollTop:Math.min(jt.value-jr,vn)})},_r=(Lr,$r)=>{const jr=unref(pe),vn=(ar.value-jr)/$r*Lr;xr({scrollLeft:Math.min(ar.value-jr,vn)})},{onWheel:yr}=useGridWheel({atXStartEdge:computed(()=>lr.value.scrollLeft<=0),atXEndEdge:computed(()=>lr.value.scrollLeft>=ar.value-unref(pe)),atYStartEdge:computed(()=>lr.value.scrollTop<=0),atYEndEdge:computed(()=>lr.value.scrollTop>=jt.value-unref(ie))},(Lr,$r)=>{var jr,vn,Kr,kr;(vn=(jr=dr.value)==null?void 0:jr.onMouseUp)==null||vn.call(jr),(kr=(Kr=cr.value)==null?void 0:Kr.onMouseUp)==null||kr.call(Kr);const Qr=unref(pe),Zr=unref(ie);xr({scrollLeft:Math.min(lr.value.scrollLeft+Lr,ar.value-Qr),scrollTop:Math.min(lr.value.scrollTop+$r,jt.value-Zr)})});useEventListener(ir,"wheel",yr,{passive:!1});const xr=({scrollLeft:Lr=lr.value.scrollLeft,scrollTop:$r=lr.value.scrollTop})=>{Lr=Math.max(Lr,0),$r=Math.max($r,0);const jr=unref(lr);$r===jr.scrollTop&&Lr===jr.scrollLeft||(lr.value={...jr,xAxisScrollDir:getScrollDir(jr.scrollLeft,Lr),yAxisScrollDir:getScrollDir(jr.scrollTop,$r),scrollLeft:Lr,scrollTop:$r,updateRequested:!0},nextTick$3(()=>Sr()),Ar(),he())},Nr=(Lr=0,$r=0,jr=AUTO_ALIGNMENT)=>{const vn=unref(lr);$r=Math.max(0,Math.min($r,Ne.totalColumn-1)),Lr=Math.max(0,Math.min(Lr,Ne.totalRow-1));const Kr=getScrollBarWidth(Fe.namespace.value),kr=unref(er),Qr=k(Ne,kr),Zr=L(Ne,kr);xr({scrollLeft:j(Ne,$r,jr,vn.scrollLeft,kr,Zr>Ne.width?Kr:0),scrollTop:V(Ne,Lr,jr,vn.scrollTop,kr,Qr>Ne.height?Kr:0)})},Tr=(Lr,$r)=>{const{columnWidth:jr,direction:vn,rowHeight:Kr}=Ne,kr=Et.value(t&&jr,t&&Kr,t&&vn),Qr=`${Lr},${$r}`;if(hasOwn$1(kr,Qr))return kr[Qr];{const[,Zr]=y(Ne,$r,unref(er)),Vi=unref(er),To=isRTL(vn),[oa,Ba]=z(Ne,Lr,Vi),[rs]=y(Ne,$r,Vi);return kr[Qr]={position:"absolute",left:To?void 0:`${Zr}px`,right:To?`${Zr}px`:void 0,top:`${Ba}px`,height:`${oa}px`,width:`${rs}px`},kr[Qr]}},Sr=()=>{lr.value.isScrolling=!1,nextTick$3(()=>{Et.value(-1,null,null)})};onMounted(()=>{if(!isClient)return;const{initScrollLeft:Lr,initScrollTop:$r}=Ne,jr=unref(ir);jr&&(isNumber$4(Lr)&&(jr.scrollLeft=Lr),isNumber$4($r)&&(jr.scrollTop=$r)),he()});const Ar=()=>{const{direction:Lr}=Ne,{scrollLeft:$r,scrollTop:jr,updateRequested:vn}=unref(lr),Kr=unref(ir);if(vn&&Kr){if(Lr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Kr.scrollLeft=-$r;break}case RTL_OFFSET_POS_ASC:{Kr.scrollLeft=$r;break}default:{const{clientWidth:kr,scrollWidth:Qr}=Kr;Kr.scrollLeft=Qr-kr-$r;break}}else Kr.scrollLeft=Math.max(0,$r);Kr.scrollTop=Math.max(0,jr)}},{resetAfterColumnIndex:Fr,resetAfterRowIndex:Gr,resetAfter:Vr}=qe.proxy;$e({windowRef:ir,innerRef:nr,getItemStyleCache:Et,scrollTo:xr,scrollToItem:Nr,states:lr,resetAfterColumnIndex:Fr,resetAfterRowIndex:Gr,resetAfter:Vr});const Dr=()=>{const{scrollbarAlwaysOn:Lr,scrollbarStartGap:$r,scrollbarEndGap:jr,totalColumn:vn,totalRow:Kr}=Ne,kr=unref(pe),Qr=unref(ie),Zr=unref(ar),Vi=unref(jt),{scrollLeft:To,scrollTop:oa}=unref(lr),Ba=h$1(ScrollBar,{ref:dr,alwaysOn:Lr,startGap:$r,endGap:jr,class:Fe.e("horizontal"),clientSize:kr,layout:"horizontal",onScroll:_r,ratio:kr*100/Zr,scrollFrom:To/(Zr-kr),total:Kr,visible:!0}),rs=h$1(ScrollBar,{ref:cr,alwaysOn:Lr,startGap:$r,endGap:jr,class:Fe.e("vertical"),clientSize:Qr,layout:"vertical",onScroll:gr,ratio:Qr*100/Vi,scrollFrom:oa/(Vi-Qr),total:vn,visible:!0});return{horizontalScrollbar:Ba,verticalScrollbar:rs}},Ir=()=>{var Lr;const[$r,jr]=unref(Ce),[vn,Kr]=unref(Ie),{data:kr,totalColumn:Qr,totalRow:Zr,useIsScrolling:Vi,itemKey:To}=Ne,oa=[];if(Zr>0&&Qr>0)for(let Ba=vn;Ba<=Kr;Ba++)for(let rs=$r;rs<=jr;rs++)oa.push((Lr=Ve.default)==null?void 0:Lr.call(Ve,{columnIndex:rs,data:kr,key:To({columnIndex:rs,data:kr,rowIndex:Ba}),isScrolling:Vi?unref(lr).isScrolling:void 0,style:Tr(Ba,rs),rowIndex:Ba}));return oa},Br=()=>{const Lr=resolveDynamicComponent(Ne.innerElement),$r=Ir();return[h$1(Lr,{style:unref(kt),ref:nr},isString$4(Lr)?$r:{default:()=>$r})]};return()=>{const Lr=resolveDynamicComponent(Ne.containerElement),{horizontalScrollbar:$r,verticalScrollbar:jr}=Dr(),vn=Br();return h$1("div",{key:0,class:Fe.e("wrapper"),role:Ne.role},[h$1(Lr,{class:Ne.className,style:unref(ur),onScroll:tr,ref:ir},isString$4(Lr)?vn:{default:()=>vn}),$r,jr])}}}),FixedSizeGrid=createGrid({name:"ElFixedSizeGrid",getColumnPosition:({columnWidth:e},t)=>[e,t*e],getRowPosition:({rowHeight:e},t)=>[e,t*e],getEstimatedTotalHeight:({totalRow:e,rowHeight:t})=>t*e,getEstimatedTotalWidth:({totalColumn:e,columnWidth:t})=>t*e,getColumnOffset:({totalColumn:e,columnWidth:t,width:y},n,$,k,L,j)=>{y=Number(y);const V=Math.max(0,e*t-y),z=Math.min(V,n*t),re=Math.max(0,n*t-y+j+t);switch($==="smart"&&(k>=re-y&&k<=z+y?$=AUTO_ALIGNMENT:$=CENTERED_ALIGNMENT),$){case START_ALIGNMENT:return z;case END_ALIGNMENT:return re;case CENTERED_ALIGNMENT:{const oe=Math.round(re+(z-re)/2);return oeV+Math.floor(y/2)?V:oe}case AUTO_ALIGNMENT:default:return k>=re&&k<=z?k:re>z||k{t=Number(t);const V=Math.max(0,y*e-t),z=Math.min(V,n*e),re=Math.max(0,n*e-t+j+e);switch($===SMART_ALIGNMENT&&(k>=re-t&&k<=z+t?$=AUTO_ALIGNMENT:$=CENTERED_ALIGNMENT),$){case START_ALIGNMENT:return z;case END_ALIGNMENT:return re;case CENTERED_ALIGNMENT:{const oe=Math.round(re+(z-re)/2);return oeV+Math.floor(t/2)?V:oe}case AUTO_ALIGNMENT:default:return k>=re&&k<=z?k:re>z||kMath.max(0,Math.min(t-1,Math.floor(y/e))),getColumnStopIndexForStartIndex:({columnWidth:e,totalColumn:t,width:y},n,$)=>{const k=n*e,L=Math.ceil((y+$-k)/e);return Math.max(0,Math.min(t-1,n+L-1))},getRowStartIndexForOffset:({rowHeight:e,totalRow:t},y)=>Math.max(0,Math.min(t-1,Math.floor(y/e))),getRowStopIndexForStartIndex:({rowHeight:e,totalRow:t,height:y},n,$)=>{const k=n*e,L=Math.ceil((y+$-k)/e);return Math.max(0,Math.min(t-1,n+L-1))},initCache:()=>{},clearCache:!0,validateProps:({columnWidth:e,rowHeight:t})=>{}}),{max:max$1,min,floor}=Math,ACCESS_SIZER_KEY_MAP={column:"columnWidth",row:"rowHeight"},ACCESS_LAST_VISITED_KEY_MAP={column:"lastVisitedColumnIndex",row:"lastVisitedRowIndex"},getItemFromCache=(e,t,y,n)=>{const[$,k,L]=[y[n],e[ACCESS_SIZER_KEY_MAP[n]],y[ACCESS_LAST_VISITED_KEY_MAP[n]]];if(t>L){let j=0;if(L>=0){const V=$[L];j=V.offset+V.size}for(let V=L+1;V<=t;V++){const z=k(V);$[V]={offset:j,size:z},j+=z}y[ACCESS_LAST_VISITED_KEY_MAP[n]]=t}return $[t]},bs=(e,t,y,n,$,k)=>{for(;y<=n;){const L=y+floor((n-y)/2),j=getItemFromCache(e,L,t,k).offset;if(j===$)return L;j<$?y=L+1:n=L-1}return max$1(0,y-1)},es$1=(e,t,y,n,$)=>{const k=$==="column"?e.totalColumn:e.totalRow;let L=1;for(;y{const[$,k]=[t[n],t[ACCESS_LAST_VISITED_KEY_MAP[n]]];return(k>0?$[k].offset:0)>=y?bs(e,t,0,k,y,n):es$1(e,t,max$1(0,k),y,n)},getEstimatedTotalHeight=({totalRow:e},{estimatedRowHeight:t,lastVisitedRowIndex:y,row:n})=>{let $=0;if(y>=e&&(y=e-1),y>=0){const j=n[y];$=j.offset+j.size}const L=(e-y-1)*t;return $+L},getEstimatedTotalWidth=({totalColumn:e},{column:t,estimatedColumnWidth:y,lastVisitedColumnIndex:n})=>{let $=0;if(n>e&&(n=e-1),n>=0){const j=t[n];$=j.offset+j.size}const L=(e-n-1)*y;return $+L},ACCESS_ESTIMATED_SIZE_KEY_MAP={column:getEstimatedTotalWidth,row:getEstimatedTotalHeight},getOffset$1=(e,t,y,n,$,k,L)=>{const[j,V]=[k==="row"?e.height:e.width,ACCESS_ESTIMATED_SIZE_KEY_MAP[k]],z=getItemFromCache(e,t,$,k),re=V(e,$),oe=max$1(0,min(re-j,z.offset)),ue=max$1(0,z.offset-j+L+z.size);switch(y===SMART_ALIGNMENT&&(n>=ue-j&&n<=oe+j?y=AUTO_ALIGNMENT:y=CENTERED_ALIGNMENT),y){case START_ALIGNMENT:return oe;case END_ALIGNMENT:return ue;case CENTERED_ALIGNMENT:return Math.round(ue+(oe-ue)/2);case AUTO_ALIGNMENT:default:return n>=ue&&n<=oe?n:ue>oe||n{const n=getItemFromCache(e,t,y,"column");return[n.size,n.offset]},getRowPosition:(e,t,y)=>{const n=getItemFromCache(e,t,y,"row");return[n.size,n.offset]},getColumnOffset:(e,t,y,n,$,k)=>getOffset$1(e,t,y,n,$,"column",k),getRowOffset:(e,t,y,n,$,k)=>getOffset$1(e,t,y,n,$,"row",k),getColumnStartIndexForOffset:(e,t,y)=>findItem(e,y,t,"column"),getColumnStopIndexForStartIndex:(e,t,y,n)=>{const $=getItemFromCache(e,t,n,"column"),k=y+e.width;let L=$.offset+$.size,j=t;for(;jfindItem(e,y,t,"row"),getRowStopIndexForStartIndex:(e,t,y,n)=>{const{totalRow:$,height:k}=e,L=getItemFromCache(e,t,n,"row"),j=y+k;let V=L.size+L.offset,z=t;for(;z<$-1&&V{const y=({columnIndex:k,rowIndex:L},j)=>{var V,z;j=isUndefined$2(j)?!0:j,isNumber$4(k)&&(t.value.lastVisitedColumnIndex=Math.min(t.value.lastVisitedColumnIndex,k-1)),isNumber$4(L)&&(t.value.lastVisitedRowIndex=Math.min(t.value.lastVisitedRowIndex,L-1)),(V=e.exposed)==null||V.getItemStyleCache.value(-1,null,null),j&&((z=e.proxy)==null||z.$forceUpdate())},n=(k,L)=>{y({columnIndex:k},L)},$=(k,L)=>{y({rowIndex:k},L)};Object.assign(e.proxy,{resetAfterColumnIndex:n,resetAfterRowIndex:$,resetAfter:y})},initCache:({estimatedColumnWidth:e=DEFAULT_DYNAMIC_LIST_ITEM_SIZE,estimatedRowHeight:t=DEFAULT_DYNAMIC_LIST_ITEM_SIZE})=>({column:{},estimatedColumnWidth:e,estimatedRowHeight:t,lastVisitedColumnIndex:-1,lastVisitedRowIndex:-1,row:{}}),clearCache:!1,validateProps:({columnWidth:e,rowHeight:t})=>{}}),_sfc_main$1c=defineComponent({props:{item:{type:Object,required:!0},style:Object,height:Number},setup(){return{ns:useNamespace("select")}}});function _sfc_render$7(e,t,y,n,$,k){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.be("group","title")),style:normalizeStyle([e.style,{lineHeight:`${e.height}px`}])},toDisplayString(e.item.label),7)}var GroupItem=_export_sfc$1(_sfc_main$1c,[["render",_sfc_render$7],["__file","group-item.vue"]]);function useOption(e,{emit:t}){return{hoverItem:()=>{e.disabled||t("hover",e.index)},selectOptionClick:()=>{e.disabled||t("select",e.item,e.index)}}}const defaultProps$3={label:"label",value:"value",disabled:"disabled",options:"options"};function useProps(e){const t=computed(()=>({...defaultProps$3,...e.props}));return{aliasProps:t,getLabel:L=>get(L,t.value.label),getValue:L=>get(L,t.value.value),getDisabled:L=>get(L,t.value.disabled),getOptions:L=>get(L,t.value.options)}}const SelectProps=buildProps({allowCreate:Boolean,autocomplete:{type:definePropType(String),default:"none"},automaticDropdown:Boolean,clearable:Boolean,clearIcon:{type:iconPropType,default:circle_close_default},effect:{type:definePropType(String),default:"light"},collapseTags:Boolean,collapseTagsTooltip:Boolean,maxCollapseTags:{type:Number,default:1},defaultFirstOption:Boolean,disabled:Boolean,estimatedOptionHeight:{type:Number,default:void 0},filterable:Boolean,filterMethod:Function,height:{type:Number,default:274},itemHeight:{type:Number,default:34},id:String,loading:Boolean,loadingText:String,modelValue:{type:definePropType([Array,String,Number,Boolean,Object])},multiple:Boolean,multipleLimit:{type:Number,default:0},name:String,noDataText:String,noMatchText:String,remoteMethod:Function,reserveKeyword:{type:Boolean,default:!0},options:{type:definePropType(Array),required:!0},placeholder:{type:String},teleported:useTooltipContentProps.teleported,persistent:{type:Boolean,default:!0},popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})},remote:Boolean,size:useSizeProp,props:{type:definePropType(Object),default:()=>defaultProps$3},valueKey:{type:String,default:"value"},scrollbarAlwaysOn:Boolean,validateEvent:{type:Boolean,default:!0},placement:{type:definePropType(String),values:Ee,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),OptionProps=buildProps({data:Array,disabled:Boolean,hovering:Boolean,item:{type:definePropType(Object),required:!0},index:Number,style:Object,selected:Boolean,created:Boolean}),selectV2InjectionKey=Symbol("ElSelectV2Injection"),_sfc_main$1b=defineComponent({props:OptionProps,emits:["select","hover"],setup(e,{emit:t}){const y=inject(selectV2InjectionKey),n=useNamespace("select"),{hoverItem:$,selectOptionClick:k}=useOption(e,{emit:t}),{getLabel:L}=useProps(y.props);return{ns:n,hoverItem:$,selectOptionClick:k,getLabel:L}}});function _sfc_render$6(e,t,y,n,$,k){return openBlock(),createElementBlock("li",{"aria-selected":e.selected,style:normalizeStyle(e.style),class:normalizeClass([e.ns.be("dropdown","item"),e.ns.is("selected",e.selected),e.ns.is("disabled",e.disabled),e.ns.is("created",e.created),e.ns.is("hovering",e.hovering)]),onMouseenter:e.hoverItem,onClick:withModifiers(e.selectOptionClick,["stop"])},[renderSlot(e.$slots,"default",{item:e.item,index:e.index,disabled:e.disabled},()=>[createBaseVNode("span",null,toDisplayString(e.getLabel(e.item)),1)])],46,["aria-selected","onMouseenter","onClick"])}var OptionItem=_export_sfc$1(_sfc_main$1b,[["render",_sfc_render$6],["__file","option-item.vue"]]),ElSelectMenu=defineComponent({name:"ElSelectDropdown",props:{loading:Boolean,data:{type:Array,required:!0},hoveringIndex:Number,width:Number},setup(e,{slots:t,expose:y}){const n=inject(selectV2InjectionKey),$=useNamespace("select"),{getLabel:k,getValue:L,getDisabled:j}=useProps(n.props),V=ref$1([]),z=ref$1(),re=computed(()=>e.data.length);watch(()=>re.value,()=>{var Et,ie;(ie=(Et=n.tooltipRef.value).updatePopper)==null||ie.call(Et)});const oe=computed(()=>isUndefined$2(n.props.estimatedOptionHeight)),ue=computed(()=>oe.value?{itemSize:n.props.itemHeight}:{estimatedSize:n.props.estimatedOptionHeight,itemSize:Et=>V.value[Et]}),de=(Et=[],ie)=>{const{props:{valueKey:pe}}=n;return isObject$5(ie)?Et&&Et.some(Ce=>toRaw(get(Ce,pe))===get(ie,pe)):Et.includes(ie)},_e=(Et,ie)=>{if(isObject$5(ie)){const{valueKey:pe}=n.props;return get(Et,pe)===get(ie,pe)}else return Et===ie},Ne=(Et,ie)=>n.props.multiple?de(Et,L(ie)):_e(Et,L(ie)),Ue=(Et,ie)=>{const{disabled:pe,multiple:Ce,multipleLimit:Ie}=n.props;return pe||!ie&&(Ce?Ie>0&&Et.length>=Ie:!1)},$e=Et=>e.hoveringIndex===Et;y({listRef:z,isSized:oe,isItemDisabled:Ue,isItemHovering:$e,isItemSelected:Ne,scrollToItem:Et=>{const ie=z.value;ie&&ie.scrollToItem(Et)},resetScrollTop:()=>{const Et=z.value;Et&&Et.resetScrollTop()}});const qe=Et=>{const{index:ie,data:pe,style:Ce}=Et,Ie=unref(oe),{itemSize:jt,estimatedSize:ar}=unref(ue),{modelValue:ur}=n.props,{onSelect:kt,onHover:he}=n,tr=pe[ie];if(tr.type==="Group")return createVNode(GroupItem,{item:tr,style:Ce,height:Ie?jt:ar},null);const gr=Ne(ur,tr),_r=Ue(ur,gr),yr=$e(ie);return createVNode(OptionItem,mergeProps(Et,{selected:gr,disabled:j(tr)||_r,created:!!tr.created,hovering:yr,item:tr,onSelect:kt,onHover:he}),{default:xr=>{var Nr;return((Nr=t.default)==null?void 0:Nr.call(t,xr))||createVNode("span",null,[k(tr)])}})},{onKeyboardNavigate:er,onKeyboardSelect:ir}=n,dr=()=>{er("forward")},cr=()=>{er("backward")},nr=()=>{n.expanded=!1},lr=Et=>{const{code:ie}=Et,{tab:pe,esc:Ce,down:Ie,up:jt,enter:ar}=EVENT_CODE;switch(ie!==pe&&(Et.preventDefault(),Et.stopPropagation()),ie){case pe:case Ce:{nr();break}case Ie:{dr();break}case jt:{cr();break}case ar:{ir();break}}};return()=>{var Et,ie,pe,Ce;const{data:Ie,width:jt}=e,{height:ar,multiple:ur,scrollbarAlwaysOn:kt}=n.props,he=unref(oe)?FixedSizeList:DynamicSizeList;return createVNode("div",{class:[$.b("dropdown"),$.is("multiple",ur)],style:{width:`${jt}px`}},[(Et=t.header)==null?void 0:Et.call(t),((ie=t.loading)==null?void 0:ie.call(t))||((pe=t.empty)==null?void 0:pe.call(t))||createVNode(he,mergeProps({ref:z},unref(ue),{className:$.be("dropdown","list"),scrollbarAlwaysOn:kt,data:Ie,height:ar,width:jt,total:Ie.length,onKeydown:lr}),{default:tr=>createVNode(qe,tr,null)}),(Ce=t.footer)==null?void 0:Ce.call(t)])}}});function useAllowCreate(e,t){const{aliasProps:y,getLabel:n,getValue:$}=useProps(e),k=ref$1(0),L=ref$1(null),j=computed(()=>e.allowCreate&&e.filterable);function V(de){const _e=Ne=>n(Ne)===de;return e.options&&e.options.some(_e)||t.createdOptions.some(_e)}function z(de){j.value&&(e.multiple&&de.created?k.value++:L.value=de)}function re(de){if(j.value)if(de&&de.length>0){if(V(de))return;const _e={[y.value.value]:de,[y.value.label]:de,created:!0,[y.value.disabled]:!1};t.createdOptions.length>=k.value?t.createdOptions[k.value]=_e:t.createdOptions.push(_e)}else if(e.multiple)t.createdOptions.length=k.value;else{const _e=L.value;t.createdOptions.length=0,_e&&_e.created&&t.createdOptions.push(_e)}}function oe(de){if(!j.value||!de||!de.created||de.created&&e.reserveKeyword&&t.inputValue===n(de))return;const _e=t.createdOptions.findIndex(Ne=>$(Ne)===$(de));~_e&&(t.createdOptions.splice(_e,1),k.value--)}function ue(){j.value&&(t.createdOptions.length=0,k.value=0)}return{createNewOption:re,removeNewOption:oe,selectNewOption:z,clearAllNewOption:ue}}const MINIMUM_INPUT_WIDTH=11,useSelect$1=(e,t)=>{const{t:y}=useLocale(),n=useNamespace("select"),$=useNamespace("input"),{form:k,formItem:L}=useFormItem(),{inputId:j}=useFormItemInputId(e,{formItemContext:L}),{aliasProps:V,getLabel:z,getValue:re,getDisabled:oe,getOptions:ue}=useProps(e),{valueOnClear:de,isEmptyValue:_e}=useEmptyValues(e),Ne=reactive({inputValue:"",cachedOptions:[],createdOptions:[],hoveringIndex:-1,inputHovering:!1,selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,previousQuery:null,previousValue:void 0,selectedLabel:"",menuVisibleOnFocus:!1,isBeforeHide:!1}),Ue=ref$1(-1),$e=ref$1(null),Ve=ref$1(null),Fe=ref$1(null),qe=ref$1(null),er=ref$1(null),ir=ref$1(null),dr=ref$1(null),cr=ref$1(null),nr=ref$1(null),lr=ref$1(null),Et=ref$1(null),{isComposing:ie,handleCompositionStart:pe,handleCompositionEnd:Ce,handleCompositionUpdate:Ie}=useComposition({afterComposition:Eo=>An(Eo)}),{wrapperRef:jt,isFocused:ar}=useFocusController(er,{afterFocus(){e.automaticDropdown&&!he.value&&(he.value=!0,Ne.menuVisibleOnFocus=!0)},beforeBlur(Eo){var Vo,vs;return((Vo=Fe.value)==null?void 0:Vo.isFocusInsideContent(Eo))||((vs=qe.value)==null?void 0:vs.isFocusInsideContent(Eo))},afterBlur(){he.value=!1,Ne.menuVisibleOnFocus=!1}}),ur=ref$1([]),kt=ref$1([]),he=ref$1(!1),tr=computed(()=>e.disabled||(k==null?void 0:k.disabled)),gr=computed(()=>{const Eo=kt.value.length*e.itemHeight;return Eo>e.height?e.height:Eo}),_r=computed(()=>e.multiple?isArray$4(e.modelValue)&&e.modelValue.length>0:!_e(e.modelValue)),yr=computed(()=>e.clearable&&!tr.value&&Ne.inputHovering&&_r.value),xr=computed(()=>e.remote&&e.filterable?"":arrow_down_default),Nr=computed(()=>xr.value&&n.is("reverse",he.value)),Tr=computed(()=>(L==null?void 0:L.validateState)||""),Sr=computed(()=>ValidateComponentsMap[Tr.value]),Ar=computed(()=>e.remote?300:0),Fr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!Ne.inputValue&&ur.value.length===0?!1:e.filterable&&Ne.inputValue&&ur.value.length>0&&kt.value.length===0?e.noMatchText||y("el.select.noMatch"):ur.value.length===0?e.noDataText||y("el.select.noData"):null),Gr=Eo=>{const Vo=vs=>{if(e.filterable&&isFunction$5(e.filterMethod)||e.filterable&&e.remote&&isFunction$5(e.remoteMethod))return!0;const kn=new RegExp(escapeStringRegexp(Eo),"i");return Eo?kn.test(z(vs)||""):!0};return e.loading?[]:[...Ne.createdOptions,...e.options].reduce((vs,kn)=>{const qo=ue(kn);if(isArray$4(qo)){const Zl=qo.filter(Vo);Zl.length>0&&vs.push({label:z(kn),type:"Group"},...Zl)}else(e.remote||Vo(kn))&&vs.push(kn);return vs},[])},Vr=()=>{ur.value=Gr(""),kt.value=Gr(Ne.inputValue)},Dr=computed(()=>{const Eo=new Map;return ur.value.forEach((Vo,vs)=>{Eo.set(_o(re(Vo)),{option:Vo,index:vs})}),Eo}),Ir=computed(()=>{const Eo=new Map;return kt.value.forEach((Vo,vs)=>{Eo.set(_o(re(Vo)),{option:Vo,index:vs})}),Eo}),Br=computed(()=>kt.value.every(Eo=>oe(Eo))),Rr=useFormSize(),Lr=computed(()=>Rr.value==="small"?"small":"default"),$r=()=>{var Eo;Ue.value=((Eo=$e.value)==null?void 0:Eo.offsetWidth)||200},jr=()=>{if(!Ve.value)return 0;const Eo=window.getComputedStyle(Ve.value);return Number.parseFloat(Eo.gap||"6px")},vn=computed(()=>{const Eo=jr();return{maxWidth:`${Et.value&&e.maxCollapseTags===1?Ne.selectionWidth-Ne.collapseItemWidth-Eo:Ne.selectionWidth}px`}}),Kr=computed(()=>({maxWidth:`${Ne.selectionWidth}px`})),kr=computed(()=>({width:`${Math.max(Ne.calculatorWidth,MINIMUM_INPUT_WIDTH)}px`})),Qr=computed(()=>isArray$4(e.modelValue)?e.modelValue.length===0&&!Ne.inputValue:e.filterable?!Ne.inputValue:!0),Zr=computed(()=>{var Eo;const Vo=(Eo=e.placeholder)!=null?Eo:y("el.select.placeholder");return e.multiple||!_r.value?Vo:Ne.selectedLabel}),Vi=computed(()=>{var Eo,Vo;return(Vo=(Eo=Fe.value)==null?void 0:Eo.popperRef)==null?void 0:Vo.contentRef}),To=computed(()=>{if(e.multiple){const Eo=e.modelValue.length;if(e.modelValue.length>0&&Ir.value.has(e.modelValue[Eo-1])){const{index:Vo}=Ir.value.get(e.modelValue[Eo-1]);return Vo}}else if(e.modelValue&&Ir.value.has(e.modelValue)){const{index:Eo}=Ir.value.get(e.modelValue);return Eo}return-1}),oa=computed({get(){return he.value&&Fr.value!==!1},set(Eo){he.value=Eo}}),Ba=computed(()=>e.multiple?e.collapseTags?Ne.cachedOptions.slice(0,e.maxCollapseTags):Ne.cachedOptions:[]),rs=computed(()=>e.multiple?e.collapseTags?Ne.cachedOptions.slice(e.maxCollapseTags):[]:[]),{createNewOption:Mn,removeNewOption:Wr,selectNewOption:Ur,clearAllNewOption:Sn}=useAllowCreate(e,Ne),Nn=()=>{tr.value||(Ne.menuVisibleOnFocus?Ne.menuVisibleOnFocus=!1:he.value=!he.value)},Sa=()=>{Ne.inputValue.length>0&&!he.value&&(he.value=!0),Mn(Ne.inputValue),ca(Ne.inputValue)},Li=debounce(Sa,Ar.value),ca=Eo=>{Ne.previousQuery===Eo||ie.value||(Ne.previousQuery=Eo,e.filterable&&isFunction$5(e.filterMethod)?e.filterMethod(Eo):e.filterable&&e.remote&&isFunction$5(e.remoteMethod)&&e.remoteMethod(Eo),e.defaultFirstOption&&(e.filterable||e.remote)&&kt.value.length?nextTick$3(fo):nextTick$3(En))},fo=()=>{const Eo=kt.value.filter(kn=>!kn.disabled&&kn.type!=="Group"),Vo=Eo.find(kn=>kn.created),vs=Eo[0];Ne.hoveringIndex=Ra(kt.value,Vo||vs)},zn=Eo=>{isEqual$1(e.modelValue,Eo)||t(CHANGE_EVENT,Eo)},ki=Eo=>{t(UPDATE_MODEL_EVENT,Eo),zn(Eo),Ne.previousValue=e.multiple?String(Eo):Eo},Ra=(Eo=[],Vo)=>{if(!isObject$5(Vo))return Eo.indexOf(Vo);const vs=e.valueKey;let kn=-1;return Eo.some((qo,Zl)=>get(qo,vs)===get(Vo,vs)?(kn=Zl,!0):!1),kn},_o=Eo=>isObject$5(Eo)?get(Eo,e.valueKey):Eo,eo=()=>{$r()},tl=()=>{Ne.selectionWidth=Ve.value.getBoundingClientRect().width},Es=()=>{Ne.calculatorWidth=ir.value.getBoundingClientRect().width},Hs=()=>{Ne.collapseItemWidth=Et.value.getBoundingClientRect().width},Ts=()=>{var Eo,Vo;(Vo=(Eo=Fe.value)==null?void 0:Eo.updatePopper)==null||Vo.call(Eo)},js=()=>{var Eo,Vo;(Vo=(Eo=qe.value)==null?void 0:Eo.updatePopper)==null||Vo.call(Eo)},Gs=Eo=>{if(e.multiple){let Vo=e.modelValue.slice();const vs=Ra(Vo,re(Eo));vs>-1?(Vo=[...Vo.slice(0,vs),...Vo.slice(vs+1)],Ne.cachedOptions.splice(vs,1),Wr(Eo)):(e.multipleLimit<=0||Vo.length{let vs=e.modelValue.slice();const kn=Ra(vs,re(Vo));kn>-1&&!tr.value&&(vs=[...e.modelValue.slice(0,kn),...e.modelValue.slice(kn+1)],Ne.cachedOptions.splice(kn,1),ki(vs),t("remove-tag",re(Vo)),Wr(Vo)),Eo.stopPropagation(),rl()},rl=()=>{var Eo;(Eo=er.value)==null||Eo.focus()},il=()=>{var Eo;(Eo=er.value)==null||Eo.blur()},bl=()=>{Ne.inputValue.length>0?Ne.inputValue="":he.value=!1},Wa=Eo=>findLastIndex(Eo,Vo=>!Ne.cachedOptions.some(vs=>re(vs)===Vo&&oe(vs))),Ao=Eo=>{if(e.multiple&&Eo.code!==EVENT_CODE.delete&&Ne.inputValue.length===0){Eo.preventDefault();const Vo=e.modelValue.slice(),vs=Wa(Vo);if(vs<0)return;const kn=Vo[vs];Vo.splice(vs,1);const qo=Ne.cachedOptions[vs];Ne.cachedOptions.splice(vs,1),Wr(qo),ki(Vo),t("remove-tag",kn)}},ks=()=>{let Eo;isArray$4(e.modelValue)?Eo=[]:Eo=de.value,e.multiple?Ne.cachedOptions=[]:Ne.selectedLabel="",he.value=!1,ki(Eo),t("clear"),Sn(),rl()},Bo=(Eo,Vo=void 0)=>{const vs=kt.value;if(!["forward","backward"].includes(Eo)||tr.value||vs.length<=0||Br.value||ie.value)return;if(!he.value)return Nn();Vo===void 0&&(Vo=Ne.hoveringIndex);let kn=-1;Eo==="forward"?(kn=Vo+1,kn>=vs.length&&(kn=0)):Eo==="backward"&&(kn=Vo-1,(kn<0||kn>=vs.length)&&(kn=vs.length-1));const qo=vs[kn];if(oe(qo)||qo.type==="Group")return Bo(Eo,kn);Ne.hoveringIndex=kn,Ea(kn)},Hr=()=>{if(he.value)~Ne.hoveringIndex&&kt.value[Ne.hoveringIndex]&&Gs(kt.value[Ne.hoveringIndex]);else return Nn()},ui=Eo=>{Ne.hoveringIndex=Eo},En=()=>{e.multiple?Ne.hoveringIndex=kt.value.findIndex(Eo=>e.modelValue.some(Vo=>_o(Vo)===_o(Eo))):Ne.hoveringIndex=kt.value.findIndex(Eo=>_o(Eo)===_o(e.modelValue))},An=Eo=>{if(Ne.inputValue=Eo.target.value,e.remote)Li();else return Sa()},Gi=Eo=>{if(he.value=!1,ar.value){const Vo=new FocusEvent("focus",Eo);handleBlur(Vo)}},Ki=()=>(Ne.isBeforeHide=!1,nextTick$3(()=>{~To.value&&Ea(Ne.hoveringIndex)})),Ea=Eo=>{nr.value.scrollToItem(Eo)},aa=Eo=>{const Vo=_o(Eo);if(Dr.value.has(Vo)){const{option:vs}=Dr.value.get(Vo);return vs}return{[V.value.value]:Eo,[V.value.label]:Eo}},Qo=()=>{if(e.multiple)if(e.modelValue.length>0){Ne.cachedOptions.length=0,Ne.previousValue=e.modelValue.toString();for(const Eo of e.modelValue){const Vo=aa(Eo);Ne.cachedOptions.push(Vo)}}else Ne.cachedOptions=[],Ne.previousValue=void 0;else if(_r.value){Ne.previousValue=e.modelValue;const Eo=kt.value,Vo=Eo.findIndex(vs=>_o(re(vs))===_o(e.modelValue));~Vo?Ne.selectedLabel=z(Eo[Vo]):Ne.selectedLabel=_o(e.modelValue)}else Ne.selectedLabel="",Ne.previousValue=void 0;Sn(),$r()};return watch(he,Eo=>{Eo?ca(""):(Ne.inputValue="",Ne.previousQuery=null,Ne.isBeforeHide=!0,Mn("")),t("visible-change",Eo)}),watch(()=>e.modelValue,(Eo,Vo)=>{var vs;(!Eo||e.multiple&&Eo.toString()!==Ne.previousValue||!e.multiple&&_o(Eo)!==_o(Ne.previousValue))&&Qo(),!isEqual$1(Eo,Vo)&&e.validateEvent&&((vs=L==null?void 0:L.validate)==null||vs.call(L,"change").catch(kn=>void 0))},{deep:!0}),watch(()=>e.options,()=>{const Eo=er.value;(!Eo||Eo&&document.activeElement!==Eo)&&Qo()},{deep:!0,flush:"post"}),watch(()=>kt.value,()=>nr.value&&nextTick$3(nr.value.resetScrollTop)),watchEffect(()=>{Ne.isBeforeHide||Vr()}),watchEffect(()=>{const{valueKey:Eo,options:Vo}=e,vs=new Map;for(const kn of Vo){const qo=re(kn);let Zl=qo;if(isObject$5(Zl)&&(Zl=get(qo,Eo)),vs.get(Zl))break;vs.set(Zl,!0)}}),onMounted(()=>{Qo()}),useResizeObserver($e,eo),useResizeObserver(Ve,tl),useResizeObserver(ir,Es),useResizeObserver(nr,Ts),useResizeObserver(jt,Ts),useResizeObserver(lr,js),useResizeObserver(Et,Hs),{inputId:j,collapseTagSize:Lr,currentPlaceholder:Zr,expanded:he,emptyText:Fr,popupHeight:gr,debounce:Ar,allOptions:ur,filteredOptions:kt,iconComponent:xr,iconReverse:Nr,tagStyle:vn,collapseTagStyle:Kr,inputStyle:kr,popperSize:Ue,dropdownMenuVisible:oa,hasModelValue:_r,shouldShowPlaceholder:Qr,selectDisabled:tr,selectSize:Rr,showClearBtn:yr,states:Ne,isFocused:ar,nsSelect:n,nsInput:$,calculatorRef:ir,inputRef:er,menuRef:nr,tagMenuRef:lr,tooltipRef:Fe,tagTooltipRef:qe,selectRef:$e,wrapperRef:jt,selectionRef:Ve,prefixRef:dr,suffixRef:cr,collapseItemRef:Et,popperRef:Vi,validateState:Tr,validateIcon:Sr,showTagList:Ba,collapseTagList:rs,debouncedOnInputChange:Li,deleteTag:uc,getLabel:z,getValue:re,getDisabled:oe,getValueKey:_o,handleClear:ks,handleClickOutside:Gi,handleDel:Ao,handleEsc:bl,focus:rl,blur:il,handleMenuEnter:Ki,handleResize:eo,resetSelectionWidth:tl,resetCalculatorWidth:Es,updateTooltip:Ts,updateTagTooltip:js,updateOptions:Vr,toggleMenu:Nn,scrollTo:Ea,onInput:An,onKeyboardNavigate:Bo,onKeyboardSelect:Hr,onSelect:Gs,onHover:ui,handleCompositionStart:pe,handleCompositionEnd:Ce,handleCompositionUpdate:Ie}},_sfc_main$1a=defineComponent({name:"ElSelectV2",components:{ElSelectMenu,ElTag,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(e,{emit:t}){const y=computed(()=>{const{modelValue:$,multiple:k}=e,L=k?[]:void 0;return isArray$4($)?k?$:L:k?L:$}),n=useSelect$1(reactive({...toRefs(e),modelValue:y}),t);return provide(selectV2InjectionKey,{props:reactive({...toRefs(e),height:n.popupHeight,modelValue:y}),tooltipRef:n.tooltipRef,onSelect:n.onSelect,onHover:n.onHover,onKeyboardNavigate:n.onKeyboardNavigate,onKeyboardSelect:n.onKeyboardSelect}),{...n,modelValue:y}}});function _sfc_render$5(e,t,y,n,$,k){const L=resolveComponent("el-tag"),j=resolveComponent("el-tooltip"),V=resolveComponent("el-icon"),z=resolveComponent("el-select-menu"),re=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([e.nsSelect.b(),e.nsSelect.m(e.selectSize)]),onMouseenter:oe=>e.states.inputHovering=!0,onMouseleave:oe=>e.states.inputHovering=!1},[createVNode(j,{ref:"tooltipRef",visible:e.dropdownMenuVisible,teleported:e.teleported,"popper-class":[e.nsSelect.e("popper"),e.popperClass],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"popper-options":e.popperOptions,"fallback-placements":e.fallbackPlacements,effect:e.effect,placement:e.placement,pure:"",transition:`${e.nsSelect.namespace.value}-zoom-in-top`,trigger:"click",persistent:e.persistent,onBeforeShow:e.handleMenuEnter,onHide:oe=>e.states.isBeforeHide=!1},{default:withCtx(()=>[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([e.nsSelect.e("wrapper"),e.nsSelect.is("focused",e.isFocused),e.nsSelect.is("hovering",e.states.inputHovering),e.nsSelect.is("filterable",e.filterable),e.nsSelect.is("disabled",e.selectDisabled)]),onClick:withModifiers(e.toggleMenu,["prevent","stop"])},[e.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(e.nsSelect.e("prefix"))},[renderSlot(e.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([e.nsSelect.e("selection"),e.nsSelect.is("near",e.multiple&&!e.$slots.prefix&&!!e.modelValue.length)])},[e.multiple?renderSlot(e.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.showTagList,oe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(oe)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!e.selectDisabled&&!e.getDisabled(oe),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:ue=>e.deleteTag(ue,oe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(oe),value:e.getValue(oe)},()=>[createTextVNode(toDisplayString(e.getLabel(oe)),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),e.collapseTags&&e.modelValue.length>e.maxCollapseTags?(openBlock(),createBlock(j,{key:0,ref:"tagTooltipRef",disabled:e.dropdownMenuVisible||!e.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{closable:!1,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,style:normalizeStyle(e.collapseTagStyle),"disable-transitions":""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))}," + "+toDisplayString(e.modelValue.length-e.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(e.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.collapseTagList,oe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(oe)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode(L,{class:"in-tooltip",closable:!e.selectDisabled&&!e.getDisabled(oe),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:ue=>e.deleteTag(ue,oe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(oe),value:e.getValue(oe)},()=>[createTextVNode(toDisplayString(e.getLabel(oe)),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","effect","teleported"])):createCommentVNode("v-if",!0)]):createCommentVNode("v-if",!0),e.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("input-wrapper"),e.nsSelect.is("hidden",!e.filterable)])},[withDirectives(createBaseVNode("input",{id:e.inputId,ref:"inputRef","onUpdate:modelValue":oe=>e.states.inputValue=oe,style:normalizeStyle(e.inputStyle),autocomplete:e.autocomplete,"aria-autocomplete":"list","aria-haspopup":"listbox",autocapitalize:"off","aria-expanded":e.expanded,"aria-label":e.ariaLabel,class:normalizeClass([e.nsSelect.e("input"),e.nsSelect.is(e.selectSize)]),disabled:e.selectDisabled,role:"combobox",readonly:!e.filterable,spellcheck:"false",type:"text",name:e.name,onInput:e.onInput,onCompositionstart:e.handleCompositionStart,onCompositionupdate:e.handleCompositionUpdate,onCompositionend:e.handleCompositionEnd,onKeydown:[withKeys(withModifiers(oe=>e.onKeyboardNavigate("backward"),["stop","prevent"]),["up"]),withKeys(withModifiers(oe=>e.onKeyboardNavigate("forward"),["stop","prevent"]),["down"]),withKeys(withModifiers(e.onKeyboardSelect,["stop","prevent"]),["enter"]),withKeys(withModifiers(e.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(e.handleDel,["stop"]),["delete"])],onClick:withModifiers(e.toggleMenu,["stop"])},null,46,["id","onUpdate:modelValue","autocomplete","aria-expanded","aria-label","disabled","readonly","name","onInput","onCompositionstart","onCompositionupdate","onCompositionend","onKeydown","onClick"]),[[vModelText,e.states.inputValue]]),e.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(e.nsSelect.e("input-calculator")),textContent:toDisplayString(e.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),e.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("placeholder"),e.nsSelect.is("transparent",!e.hasModelValue||e.expanded&&!e.states.inputValue)])},[e.hasModelValue?renderSlot(e.$slots,"label",{key:0,label:e.currentPlaceholder,value:e.modelValue},()=>[createBaseVNode("span",null,toDisplayString(e.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(e.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(e.nsSelect.e("suffix"))},[e.iconComponent?withDirectives((openBlock(),createBlock(V,{key:0,class:normalizeClass([e.nsSelect.e("caret"),e.nsInput.e("icon"),e.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])),[[vShow,!e.showClearBtn]]):createCommentVNode("v-if",!0),e.showClearBtn&&e.clearIcon?(openBlock(),createBlock(V,{key:1,class:normalizeClass([e.nsSelect.e("caret"),e.nsInput.e("icon")]),onClick:withModifiers(e.handleClear,["prevent","stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.validateState&&e.validateIcon?(openBlock(),createBlock(V,{key:2,class:normalizeClass([e.nsInput.e("icon"),e.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]),content:withCtx(()=>[createVNode(z,{ref:"menuRef",data:e.filteredOptions,width:e.popperSize,"hovering-index":e.states.hoveringIndex,"scrollbar-always-on":e.scrollbarAlwaysOn},createSlots({default:withCtx(oe=>[renderSlot(e.$slots,"default",normalizeProps(guardReactiveProps(oe)))]),_:2},[e.$slots.header?{name:"header",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","header"))},[renderSlot(e.$slots,"header")],2)])}:void 0,e.$slots.loading&&e.loading?{name:"loading",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","loading"))},[renderSlot(e.$slots,"loading")],2)])}:e.loading||e.filteredOptions.length===0?{name:"empty",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","empty"))},[renderSlot(e.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(e.emptyText),1)])],2)])}:void 0,e.$slots.footer?{name:"footer",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","footer"))},[renderSlot(e.$slots,"footer")],2)])}:void 0]),1032,["data","width","hovering-index","scrollbar-always-on"])]),_:3},8,["visible","teleported","popper-class","popper-options","fallback-placements","effect","placement","transition","persistent","onBeforeShow","onHide"])],42,["onMouseenter","onMouseleave"])),[[re,e.handleClickOutside,e.popperRef]])}var Select=_export_sfc$1(_sfc_main$1a,[["render",_sfc_render$5],["__file","select.vue"]]);const ElSelectV2=withInstall(Select),skeletonProps=buildProps({animated:{type:Boolean,default:!1},count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:Number}}),skeletonItemProps=buildProps({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}}),__default__$D=defineComponent({name:"ElSkeletonItem"}),_sfc_main$19=defineComponent({...__default__$D,props:skeletonItemProps,setup(e){const t=useNamespace("skeleton");return(y,n)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(t).e("item"),unref(t).e(y.variant)])},[y.variant==="image"?(openBlock(),createBlock(unref(picture_filled_default),{key:0})):createCommentVNode("v-if",!0)],2))}});var SkeletonItem=_export_sfc$1(_sfc_main$19,[["__file","skeleton-item.vue"]]);const __default__$C=defineComponent({name:"ElSkeleton"}),_sfc_main$18=defineComponent({...__default__$C,props:skeletonProps,setup(e,{expose:t}){const y=e,n=useNamespace("skeleton"),$=useThrottleRender(toRef$1(y,"loading"),y.throttle);return t({uiLoading:$}),(k,L)=>unref($)?(openBlock(),createElementBlock("div",mergeProps({key:0,class:[unref(n).b(),unref(n).is("animated",k.animated)]},k.$attrs),[(openBlock(!0),createElementBlock(Fragment,null,renderList(k.count,j=>(openBlock(),createElementBlock(Fragment,{key:j},[k.loading?renderSlot(k.$slots,"template",{key:j},()=>[createVNode(SkeletonItem,{class:normalizeClass(unref(n).is("first")),variant:"p"},null,8,["class"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(k.rows,V=>(openBlock(),createBlock(SkeletonItem,{key:V,class:normalizeClass([unref(n).e("paragraph"),unref(n).is("last",V===k.rows&&k.rows>1)]),variant:"p"},null,8,["class"]))),128))]):createCommentVNode("v-if",!0)],64))),128))],16)):renderSlot(k.$slots,"default",normalizeProps(mergeProps({key:1},k.$attrs)))}});var Skeleton=_export_sfc$1(_sfc_main$18,[["__file","skeleton.vue"]]);const ElSkeleton=withInstall(Skeleton,{SkeletonItem}),ElSkeletonItem=withNoopInstall(SkeletonItem),sliderContextKey=Symbol("sliderContextKey"),sliderProps=buildProps({modelValue:{type:definePropType([Number,Array]),default:0},id:{type:String,default:void 0},min:{type:Number,default:0},max:{type:Number,default:100},step:{type:Number,default:1},showInput:Boolean,showInputControls:{type:Boolean,default:!0},size:useSizeProp,inputSize:useSizeProp,showStops:Boolean,showTooltip:{type:Boolean,default:!0},formatTooltip:{type:definePropType(Function),default:void 0},disabled:Boolean,range:Boolean,vertical:Boolean,height:String,debounce:{type:Number,default:300},rangeStartLabel:{type:String,default:void 0},rangeEndLabel:{type:String,default:void 0},formatValueText:{type:definePropType(Function),default:void 0},tooltipClass:{type:String,default:void 0},placement:{type:String,values:Ee,default:"top"},marks:{type:definePropType(Object)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),isValidValue$1=e=>isNumber$4(e)||isArray$4(e)&&e.every(isNumber$4),sliderEmits={[UPDATE_MODEL_EVENT]:isValidValue$1,[INPUT_EVENT]:isValidValue$1,[CHANGE_EVENT]:isValidValue$1},useLifecycle=(e,t,y)=>{const n=ref$1();return onMounted(async()=>{e.range?(Array.isArray(e.modelValue)?(t.firstValue=Math.max(e.min,e.modelValue[0]),t.secondValue=Math.min(e.max,e.modelValue[1])):(t.firstValue=e.min,t.secondValue=e.max),t.oldValue=[t.firstValue,t.secondValue]):(typeof e.modelValue!="number"||Number.isNaN(e.modelValue)?t.firstValue=e.min:t.firstValue=Math.min(e.max,Math.max(e.min,e.modelValue)),t.oldValue=t.firstValue),useEventListener(window,"resize",y),await nextTick$3(),y()}),{sliderWrapper:n}},useMarks=e=>computed(()=>e.marks?Object.keys(e.marks).map(Number.parseFloat).sort((y,n)=>y-n).filter(y=>y<=e.max&&y>=e.min).map(y=>({point:y,position:(y-e.min)*100/(e.max-e.min),mark:e.marks[y]})):[]),useSlide=(e,t,y)=>{const{form:n,formItem:$}=useFormItem(),k=shallowRef(),L=ref$1(),j=ref$1(),V={firstButton:L,secondButton:j},z=computed(()=>e.disabled||(n==null?void 0:n.disabled)||!1),re=computed(()=>Math.min(t.firstValue,t.secondValue)),oe=computed(()=>Math.max(t.firstValue,t.secondValue)),ue=computed(()=>e.range?`${100*(oe.value-re.value)/(e.max-e.min)}%`:`${100*(t.firstValue-e.min)/(e.max-e.min)}%`),de=computed(()=>e.range?`${100*(re.value-e.min)/(e.max-e.min)}%`:"0%"),_e=computed(()=>e.vertical?{height:e.height}:{}),Ne=computed(()=>e.vertical?{height:ue.value,bottom:de.value}:{width:ue.value,left:de.value}),Ue=()=>{k.value&&(t.sliderSize=k.value[`client${e.vertical?"Height":"Width"}`])},$e=ie=>{const pe=e.min+ie*(e.max-e.min)/100;if(!e.range)return L;let Ce;return Math.abs(re.value-pe)t.secondValue?"firstButton":"secondButton",V[Ce]},Ve=ie=>{const pe=$e(ie);return pe.value.setPosition(ie),pe},Fe=ie=>{t.firstValue=ie??e.min,er(e.range?[re.value,oe.value]:ie??e.min)},qe=ie=>{t.secondValue=ie,e.range&&er([re.value,oe.value])},er=ie=>{y(UPDATE_MODEL_EVENT,ie),y(INPUT_EVENT,ie)},ir=async()=>{await nextTick$3(),y(CHANGE_EVENT,e.range?[re.value,oe.value]:e.modelValue)},dr=ie=>{var pe,Ce,Ie,jt,ar,ur;if(z.value||t.dragging)return;Ue();let kt=0;if(e.vertical){const he=(Ie=(Ce=(pe=ie.touches)==null?void 0:pe.item(0))==null?void 0:Ce.clientY)!=null?Ie:ie.clientY;kt=(k.value.getBoundingClientRect().bottom-he)/t.sliderSize*100}else{const he=(ur=(ar=(jt=ie.touches)==null?void 0:jt.item(0))==null?void 0:ar.clientX)!=null?ur:ie.clientX,tr=k.value.getBoundingClientRect().left;kt=(he-tr)/t.sliderSize*100}if(!(kt<0||kt>100))return Ve(kt)};return{elFormItem:$,slider:k,firstButton:L,secondButton:j,sliderDisabled:z,minValue:re,maxValue:oe,runwayStyle:_e,barStyle:Ne,resetSize:Ue,setPosition:Ve,emitChange:ir,onSliderWrapperPrevent:ie=>{var pe,Ce;((pe=V.firstButton.value)!=null&&pe.dragging||(Ce=V.secondButton.value)!=null&&Ce.dragging)&&ie.preventDefault()},onSliderClick:ie=>{dr(ie)&&ir()},onSliderDown:async ie=>{const pe=dr(ie);pe&&(await nextTick$3(),pe.value.onButtonDown(ie))},onSliderMarkerDown:ie=>{z.value||t.dragging||Ve(ie)},setFirstValue:Fe,setSecondValue:qe}},{left,down,right,up,home,end,pageUp,pageDown}=EVENT_CODE,useTooltip=(e,t,y)=>{const n=ref$1(),$=ref$1(!1),k=computed(()=>t.value instanceof Function),L=computed(()=>k.value&&t.value(e.modelValue)||e.modelValue),j=debounce(()=>{y.value&&($.value=!0)},50),V=debounce(()=>{y.value&&($.value=!1)},50);return{tooltip:n,tooltipVisible:$,formatValue:L,displayTooltip:j,hideTooltip:V}},useSliderButton=(e,t,y)=>{const{disabled:n,min:$,max:k,step:L,showTooltip:j,precision:V,sliderSize:z,formatTooltip:re,emitChange:oe,resetSize:ue,updateDragging:de}=inject(sliderContextKey),{tooltip:_e,tooltipVisible:Ne,formatValue:Ue,displayTooltip:$e,hideTooltip:Ve}=useTooltip(e,re,j),Fe=ref$1(),qe=computed(()=>`${(e.modelValue-$.value)/(k.value-$.value)*100}%`),er=computed(()=>e.vertical?{bottom:qe.value}:{left:qe.value}),ir=()=>{t.hovering=!0,$e()},dr=()=>{t.hovering=!1,t.dragging||Ve()},cr=gr=>{n.value||(gr.preventDefault(),ur(gr),window.addEventListener("mousemove",kt),window.addEventListener("touchmove",kt),window.addEventListener("mouseup",he),window.addEventListener("touchend",he),window.addEventListener("contextmenu",he),Fe.value.focus())},nr=gr=>{n.value||(t.newPosition=Number.parseFloat(qe.value)+gr/(k.value-$.value)*100,tr(t.newPosition),oe())},lr=()=>{nr(-L.value)},Et=()=>{nr(L.value)},ie=()=>{nr(-L.value*4)},pe=()=>{nr(L.value*4)},Ce=()=>{n.value||(tr(0),oe())},Ie=()=>{n.value||(tr(100),oe())},jt=gr=>{let _r=!0;[left,down].includes(gr.key)?lr():[right,up].includes(gr.key)?Et():gr.key===home?Ce():gr.key===end?Ie():gr.key===pageDown?ie():gr.key===pageUp?pe():_r=!1,_r&&gr.preventDefault()},ar=gr=>{let _r,yr;return gr.type.startsWith("touch")?(yr=gr.touches[0].clientY,_r=gr.touches[0].clientX):(yr=gr.clientY,_r=gr.clientX),{clientX:_r,clientY:yr}},ur=gr=>{t.dragging=!0,t.isClick=!0;const{clientX:_r,clientY:yr}=ar(gr);e.vertical?t.startY=yr:t.startX=_r,t.startPosition=Number.parseFloat(qe.value),t.newPosition=t.startPosition},kt=gr=>{if(t.dragging){t.isClick=!1,$e(),ue();let _r;const{clientX:yr,clientY:xr}=ar(gr);e.vertical?(t.currentY=xr,_r=(t.startY-t.currentY)/z.value*100):(t.currentX=yr,_r=(t.currentX-t.startX)/z.value*100),t.newPosition=t.startPosition+_r,tr(t.newPosition)}},he=()=>{t.dragging&&(setTimeout(()=>{t.dragging=!1,t.hovering||Ve(),t.isClick||tr(t.newPosition),oe()},0),window.removeEventListener("mousemove",kt),window.removeEventListener("touchmove",kt),window.removeEventListener("mouseup",he),window.removeEventListener("touchend",he),window.removeEventListener("contextmenu",he))},tr=async gr=>{if(gr===null||Number.isNaN(+gr))return;gr<0?gr=0:gr>100&&(gr=100);const _r=100/((k.value-$.value)/L.value);let xr=Math.round(gr/_r)*_r*(k.value-$.value)*.01+$.value;xr=Number.parseFloat(xr.toFixed(V.value)),xr!==e.modelValue&&y(UPDATE_MODEL_EVENT,xr),!t.dragging&&e.modelValue!==t.oldValue&&(t.oldValue=e.modelValue),await nextTick$3(),t.dragging&&$e(),_e.value.updatePopper()};return watch(()=>t.dragging,gr=>{de(gr)}),useEventListener(Fe,"touchstart",cr,{passive:!1}),{disabled:n,button:Fe,tooltip:_e,tooltipVisible:Ne,showTooltip:j,wrapperStyle:er,formatValue:Ue,handleMouseEnter:ir,handleMouseLeave:dr,onButtonDown:cr,onKeyDown:jt,setPosition:tr}},useStops=(e,t,y,n)=>({stops:computed(()=>{if(!e.showStops||e.min>e.max)return[];if(e.step===0)return[];const L=(e.max-e.min)/e.step,j=100*e.step/(e.max-e.min),V=Array.from({length:L-1}).map((z,re)=>(re+1)*j);return e.range?V.filter(z=>z<100*(y.value-e.min)/(e.max-e.min)||z>100*(n.value-e.min)/(e.max-e.min)):V.filter(z=>z>100*(t.firstValue-e.min)/(e.max-e.min))}),getStopStyle:L=>e.vertical?{bottom:`${L}%`}:{left:`${L}%`}}),useWatch=(e,t,y,n,$,k)=>{const L=z=>{$(UPDATE_MODEL_EVENT,z),$(INPUT_EVENT,z)},j=()=>e.range?![y.value,n.value].every((z,re)=>z===t.oldValue[re]):e.modelValue!==t.oldValue,V=()=>{var z,re;e.min>e.max&&throwError("Slider","min should not be greater than max.");const oe=e.modelValue;e.range&&Array.isArray(oe)?oe[1]e.max?L([e.max,e.max]):oe[0]e.max?L([oe[0],e.max]):(t.firstValue=oe[0],t.secondValue=oe[1],j()&&(e.validateEvent&&((z=k==null?void 0:k.validate)==null||z.call(k,"change").catch(ue=>void 0)),t.oldValue=oe.slice())):!e.range&&typeof oe=="number"&&!Number.isNaN(oe)&&(oee.max?L(e.max):(t.firstValue=oe,j()&&(e.validateEvent&&((re=k==null?void 0:k.validate)==null||re.call(k,"change").catch(ue=>void 0)),t.oldValue=oe)))};V(),watch(()=>t.dragging,z=>{z||V()}),watch(()=>e.modelValue,(z,re)=>{t.dragging||Array.isArray(z)&&Array.isArray(re)&&z.every((oe,ue)=>oe===re[ue])&&t.firstValue===z[0]&&t.secondValue===z[1]||V()},{deep:!0}),watch(()=>[e.min,e.max],()=>{V()})},sliderButtonProps=buildProps({modelValue:{type:Number,default:0},vertical:Boolean,tooltipClass:String,placement:{type:String,values:Ee,default:"top"}}),sliderButtonEmits={[UPDATE_MODEL_EVENT]:e=>isNumber$4(e)},__default__$B=defineComponent({name:"ElSliderButton"}),_sfc_main$17=defineComponent({...__default__$B,props:sliderButtonProps,emits:sliderButtonEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("slider"),k=reactive({hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:0,oldValue:n.modelValue}),{disabled:L,button:j,tooltip:V,showTooltip:z,tooltipVisible:re,wrapperStyle:oe,formatValue:ue,handleMouseEnter:de,handleMouseLeave:_e,onButtonDown:Ne,onKeyDown:Ue,setPosition:$e}=useSliderButton(n,k,y),{hovering:Ve,dragging:Fe}=toRefs(k);return t({onButtonDown:Ne,onKeyDown:Ue,setPosition:$e,hovering:Ve,dragging:Fe}),(qe,er)=>(openBlock(),createElementBlock("div",{ref_key:"button",ref:j,class:normalizeClass([unref($).e("button-wrapper"),{hover:unref(Ve),dragging:unref(Fe)}]),style:normalizeStyle(unref(oe)),tabindex:unref(L)?-1:0,onMouseenter:unref(de),onMouseleave:unref(_e),onMousedown:unref(Ne),onFocus:unref(de),onBlur:unref(_e),onKeydown:unref(Ue)},[createVNode(unref(ElTooltip),{ref_key:"tooltip",ref:V,visible:unref(re),placement:qe.placement,"fallback-placements":["top","bottom","right","left"],"stop-popper-mouse-event":!1,"popper-class":qe.tooltipClass,disabled:!unref(z),persistent:""},{content:withCtx(()=>[createBaseVNode("span",null,toDisplayString(unref(ue)),1)]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass([unref($).e("button"),{hover:unref(Ve),dragging:unref(Fe)}])},null,2)]),_:1},8,["visible","placement","popper-class","disabled"])],46,["tabindex","onMouseenter","onMouseleave","onMousedown","onFocus","onBlur","onKeydown"]))}});var SliderButton=_export_sfc$1(_sfc_main$17,[["__file","button.vue"]]);const sliderMarkerProps=buildProps({mark:{type:definePropType([String,Object]),default:void 0}});var SliderMarker=defineComponent({name:"ElSliderMarker",props:sliderMarkerProps,setup(e){const t=useNamespace("slider"),y=computed(()=>isString$4(e.mark)?e.mark:e.mark.label),n=computed(()=>isString$4(e.mark)?void 0:e.mark.style);return()=>h$1("div",{class:t.e("marks-text"),style:n.value},y.value)}});const __default__$A=defineComponent({name:"ElSlider"}),_sfc_main$16=defineComponent({...__default__$A,props:sliderProps,emits:sliderEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("slider"),{t:k}=useLocale(),L=reactive({firstValue:0,secondValue:0,oldValue:0,dragging:!1,sliderSize:1}),{elFormItem:j,slider:V,firstButton:z,secondButton:re,sliderDisabled:oe,minValue:ue,maxValue:de,runwayStyle:_e,barStyle:Ne,resetSize:Ue,emitChange:$e,onSliderWrapperPrevent:Ve,onSliderClick:Fe,onSliderDown:qe,onSliderMarkerDown:er,setFirstValue:ir,setSecondValue:dr}=useSlide(n,L,y),{stops:cr,getStopStyle:nr}=useStops(n,L,ue,de),{inputId:lr,isLabeledByFormItem:Et}=useFormItemInputId(n,{formItemContext:j}),ie=useFormSize(),pe=computed(()=>n.inputSize||ie.value),Ce=computed(()=>n.ariaLabel||k("el.slider.defaultLabel",{min:n.min,max:n.max})),Ie=computed(()=>n.range?n.rangeStartLabel||k("el.slider.defaultRangeStartLabel"):Ce.value),jt=computed(()=>n.formatValueText?n.formatValueText(_r.value):`${_r.value}`),ar=computed(()=>n.rangeEndLabel||k("el.slider.defaultRangeEndLabel")),ur=computed(()=>n.formatValueText?n.formatValueText(yr.value):`${yr.value}`),kt=computed(()=>[$.b(),$.m(ie.value),$.is("vertical",n.vertical),{[$.m("with-input")]:n.showInput}]),he=useMarks(n);useWatch(n,L,ue,de,y,j);const tr=computed(()=>{const Tr=[n.min,n.max,n.step].map(Sr=>{const Ar=`${Sr}`.split(".")[1];return Ar?Ar.length:0});return Math.max.apply(null,Tr)}),{sliderWrapper:gr}=useLifecycle(n,L,Ue),{firstValue:_r,secondValue:yr,sliderSize:xr}=toRefs(L),Nr=Tr=>{L.dragging=Tr};return useEventListener(gr,"touchstart",Ve,{passive:!1}),useEventListener(gr,"touchmove",Ve,{passive:!1}),provide(sliderContextKey,{...toRefs(n),sliderSize:xr,disabled:oe,precision:tr,emitChange:$e,resetSize:Ue,updateDragging:Nr}),t({onSliderClick:Fe}),(Tr,Sr)=>{var Ar,Fr;return openBlock(),createElementBlock("div",{id:Tr.range?unref(lr):void 0,ref_key:"sliderWrapper",ref:gr,class:normalizeClass(unref(kt)),role:Tr.range?"group":void 0,"aria-label":Tr.range&&!unref(Et)?unref(Ce):void 0,"aria-labelledby":Tr.range&&unref(Et)?(Ar=unref(j))==null?void 0:Ar.labelId:void 0},[createBaseVNode("div",{ref_key:"slider",ref:V,class:normalizeClass([unref($).e("runway"),{"show-input":Tr.showInput&&!Tr.range},unref($).is("disabled",unref(oe))]),style:normalizeStyle(unref(_e)),onMousedown:unref(qe),onTouchstartPassive:unref(qe)},[createBaseVNode("div",{class:normalizeClass(unref($).e("bar")),style:normalizeStyle(unref(Ne))},null,6),createVNode(SliderButton,{id:Tr.range?void 0:unref(lr),ref_key:"firstButton",ref:z,"model-value":unref(_r),vertical:Tr.vertical,"tooltip-class":Tr.tooltipClass,placement:Tr.placement,role:"slider","aria-label":Tr.range||!unref(Et)?unref(Ie):void 0,"aria-labelledby":!Tr.range&&unref(Et)?(Fr=unref(j))==null?void 0:Fr.labelId:void 0,"aria-valuemin":Tr.min,"aria-valuemax":Tr.range?unref(yr):Tr.max,"aria-valuenow":unref(_r),"aria-valuetext":unref(jt),"aria-orientation":Tr.vertical?"vertical":"horizontal","aria-disabled":unref(oe),"onUpdate:modelValue":unref(ir)},null,8,["id","model-value","vertical","tooltip-class","placement","aria-label","aria-labelledby","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"]),Tr.range?(openBlock(),createBlock(SliderButton,{key:0,ref_key:"secondButton",ref:re,"model-value":unref(yr),vertical:Tr.vertical,"tooltip-class":Tr.tooltipClass,placement:Tr.placement,role:"slider","aria-label":unref(ar),"aria-valuemin":unref(_r),"aria-valuemax":Tr.max,"aria-valuenow":unref(yr),"aria-valuetext":unref(ur),"aria-orientation":Tr.vertical?"vertical":"horizontal","aria-disabled":unref(oe),"onUpdate:modelValue":unref(dr)},null,8,["model-value","vertical","tooltip-class","placement","aria-label","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"])):createCommentVNode("v-if",!0),Tr.showStops?(openBlock(),createElementBlock("div",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(cr),(Gr,Vr)=>(openBlock(),createElementBlock("div",{key:Vr,class:normalizeClass(unref($).e("stop")),style:normalizeStyle(unref(nr)(Gr))},null,6))),128))])):createCommentVNode("v-if",!0),unref(he).length>0?(openBlock(),createElementBlock(Fragment,{key:2},[createBaseVNode("div",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(he),(Gr,Vr)=>(openBlock(),createElementBlock("div",{key:Vr,style:normalizeStyle(unref(nr)(Gr.position)),class:normalizeClass([unref($).e("stop"),unref($).e("marks-stop")])},null,6))),128))]),createBaseVNode("div",{class:normalizeClass(unref($).e("marks"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(he),(Gr,Vr)=>(openBlock(),createBlock(unref(SliderMarker),{key:Vr,mark:Gr.mark,style:normalizeStyle(unref(nr)(Gr.position)),onMousedown:withModifiers(Dr=>unref(er)(Gr.position),["stop"])},null,8,["mark","style","onMousedown"]))),128))],2)],64)):createCommentVNode("v-if",!0)],46,["onMousedown","onTouchstartPassive"]),Tr.showInput&&!Tr.range?(openBlock(),createBlock(unref(ElInputNumber),{key:0,ref:"input","model-value":unref(_r),class:normalizeClass(unref($).e("input")),step:Tr.step,disabled:unref(oe),controls:Tr.showInputControls,min:Tr.min,max:Tr.max,precision:unref(tr),debounce:Tr.debounce,size:unref(pe),"onUpdate:modelValue":unref(ir),onChange:unref($e)},null,8,["model-value","class","step","disabled","controls","min","max","precision","debounce","size","onUpdate:modelValue","onChange"])):createCommentVNode("v-if",!0)],10,["id","role","aria-label","aria-labelledby"])}}});var Slider=_export_sfc$1(_sfc_main$16,[["__file","slider.vue"]]);const ElSlider=withInstall(Slider),spaceItemProps=buildProps({prefixCls:{type:String}}),SpaceItem=defineComponent({name:"ElSpaceItem",props:spaceItemProps,setup(e,{slots:t}){const y=useNamespace("space"),n=computed(()=>`${e.prefixCls||y.b()}__item`);return()=>h$1("div",{class:n.value},renderSlot(t,"default"))}}),SIZE_MAP={small:8,default:12,large:16};function useSpace(e){const t=useNamespace("space"),y=computed(()=>[t.b(),t.m(e.direction),e.class]),n=ref$1(0),$=ref$1(0),k=computed(()=>{const j=e.wrap||e.fill?{flexWrap:"wrap"}:{},V={alignItems:e.alignment},z={rowGap:`${$.value}px`,columnGap:`${n.value}px`};return[j,V,z,e.style]}),L=computed(()=>e.fill?{flexGrow:1,minWidth:`${e.fillRatio}%`}:{});return watchEffect(()=>{const{size:j="small",wrap:V,direction:z,fill:re}=e;if(isArray$4(j)){const[oe=0,ue=0]=j;n.value=oe,$.value=ue}else{let oe;isNumber$4(j)?oe=j:oe=SIZE_MAP[j||"small"]||SIZE_MAP.small,(V||re)&&z==="horizontal"?n.value=$.value=oe:z==="horizontal"?(n.value=oe,$.value=0):($.value=oe,n.value=0)}}),{classes:y,containerStyle:k,itemStyle:L}}const spaceProps=buildProps({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},class:{type:definePropType([String,Object,Array]),default:""},style:{type:definePropType([String,Array,Object]),default:""},alignment:{type:definePropType(String),default:"center"},prefixCls:{type:String},spacer:{type:definePropType([Object,String,Number,Array]),default:null,validator:e=>isVNode(e)||isNumber$4(e)||isString$4(e)},wrap:Boolean,fill:Boolean,fillRatio:{type:Number,default:100},size:{type:[String,Array,Number],values:componentSizes,validator:e=>isNumber$4(e)||isArray$4(e)&&e.length===2&&e.every(isNumber$4)}}),Space=defineComponent({name:"ElSpace",props:spaceProps,setup(e,{slots:t}){const{classes:y,containerStyle:n,itemStyle:$}=useSpace(e);function k(L,j="",V=[]){const{prefixCls:z}=e;return L.forEach((re,oe)=>{isFragment(re)?isArray$4(re.children)&&re.children.forEach((ue,de)=>{isFragment(ue)&&isArray$4(ue.children)?k(ue.children,`${j+de}-`,V):V.push(createVNode(SpaceItem,{style:$.value,prefixCls:z,key:`nested-${j+de}`},{default:()=>[ue]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}):isValidElementNode(re)&&V.push(createVNode(SpaceItem,{style:$.value,prefixCls:z,key:`LoopKey${j+oe}`},{default:()=>[re]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}),V}return()=>{var L;const{spacer:j,direction:V}=e,z=renderSlot(t,"default",{key:0},()=>[]);if(((L=z.children)!=null?L:[]).length===0)return null;if(isArray$4(z.children)){let re=k(z.children);if(j){const oe=re.length-1;re=re.reduce((ue,de,_e)=>{const Ne=[...ue,de];return _e!==oe&&Ne.push(createVNode("span",{style:[$.value,V==="vertical"?"width: 100%":null],key:_e},[isVNode(j)?j:createTextVNode(j,PatchFlags.TEXT)],PatchFlags.STYLE)),Ne},[])}return createVNode("div",{class:y.value,style:n.value},re,PatchFlags.STYLE|PatchFlags.CLASS)}return z.children}}}),ElSpace=withInstall(Space),statisticProps=buildProps({decimalSeparator:{type:String,default:"."},groupSeparator:{type:String,default:","},precision:{type:Number,default:0},formatter:Function,value:{type:definePropType([Number,Object]),default:0},prefix:String,suffix:String,title:String,valueStyle:{type:definePropType([String,Object,Array])}}),__default__$z=defineComponent({name:"ElStatistic"}),_sfc_main$15=defineComponent({...__default__$z,props:statisticProps,setup(e,{expose:t}){const y=e,n=useNamespace("statistic"),$=computed(()=>{const{value:k,formatter:L,precision:j,decimalSeparator:V,groupSeparator:z}=y;if(isFunction$5(L))return L(k);if(!isNumber$4(k)||Number.isNaN(k))return k;let[re,oe=""]=String(k).split(".");return oe=oe.padEnd(j,"0").slice(0,j>0?j:0),re=re.replace(/\B(?=(\d{3})+(?!\d))/g,z),[re,oe].join(oe?V:"")});return t({displayValue:$}),(k,L)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[k.$slots.title||k.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("head"))},[renderSlot(k.$slots,"title",{},()=>[createTextVNode(toDisplayString(k.title),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(n).e("content"))},[k.$slots.prefix||k.prefix?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("prefix"))},[renderSlot(k.$slots,"prefix",{},()=>[createBaseVNode("span",null,toDisplayString(k.prefix),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{class:normalizeClass(unref(n).e("number")),style:normalizeStyle(k.valueStyle)},toDisplayString(unref($)),7),k.$slots.suffix||k.suffix?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(n).e("suffix"))},[renderSlot(k.$slots,"suffix",{},()=>[createBaseVNode("span",null,toDisplayString(k.suffix),1)])],2)):createCommentVNode("v-if",!0)],2)],2))}});var Statistic=_export_sfc$1(_sfc_main$15,[["__file","statistic.vue"]]);const ElStatistic=withInstall(Statistic),countdownProps=buildProps({format:{type:String,default:"HH:mm:ss"},prefix:String,suffix:String,title:String,value:{type:definePropType([Number,Object]),default:0},valueStyle:{type:definePropType([String,Object,Array])}}),countdownEmits={finish:()=>!0,[CHANGE_EVENT]:e=>isNumber$4(e)},timeUnits=[["Y",1e3*60*60*24*365],["M",1e3*60*60*24*30],["D",1e3*60*60*24],["H",1e3*60*60],["m",1e3*60],["s",1e3],["S",1]],getTime=e=>isNumber$4(e)?new Date(e).getTime():e.valueOf(),formatTime$1=(e,t)=>{let y=e;const n=/\[([^\]]*)]/g;return timeUnits.reduce((k,[L,j])=>{const V=new RegExp(`${L}+(?![^\\[\\]]*\\])`,"g");if(V.test(k)){const z=Math.floor(y/j);return y-=z*j,k.replace(V,re=>String(z).padStart(re.length,"0"))}return k},t).replace(n,"$1")},__default__$y=defineComponent({name:"ElCountdown"}),_sfc_main$14=defineComponent({...__default__$y,props:countdownProps,emits:countdownEmits,setup(e,{expose:t,emit:y}){const n=e;let $;const k=ref$1(0),L=computed(()=>formatTime$1(k.value,n.format)),j=re=>formatTime$1(re,n.format),V=()=>{$&&(cAF($),$=void 0)},z=()=>{const re=getTime(n.value),oe=()=>{let ue=re-Date.now();y("change",ue),ue<=0?(ue=0,V(),y("finish")):$=rAF(oe),k.value=ue};$=rAF(oe)};return onMounted(()=>{k.value=getTime(n.value)-Date.now(),watch(()=>[n.value,n.format],()=>{V(),z()},{immediate:!0})}),onBeforeUnmount(()=>{V()}),t({displayValue:L}),(re,oe)=>(openBlock(),createBlock(unref(ElStatistic),{value:k.value,title:re.title,prefix:re.prefix,suffix:re.suffix,"value-style":re.valueStyle,formatter:j},createSlots({_:2},[renderList(re.$slots,(ue,de)=>({name:de,fn:withCtx(()=>[renderSlot(re.$slots,de)])}))]),1032,["value","title","prefix","suffix","value-style"]))}});var Countdown=_export_sfc$1(_sfc_main$14,[["__file","countdown.vue"]]);const ElCountdown=withInstall(Countdown),stepsProps=buildProps({space:{type:[Number,String],default:""},active:{type:Number,default:0},direction:{type:String,default:"horizontal",values:["horizontal","vertical"]},alignCenter:{type:Boolean},simple:{type:Boolean},finishStatus:{type:String,values:["wait","process","finish","error","success"],default:"finish"},processStatus:{type:String,values:["wait","process","finish","error","success"],default:"process"}}),stepsEmits={[CHANGE_EVENT]:(e,t)=>[e,t].every(isNumber$4)},__default__$x=defineComponent({name:"ElSteps"}),_sfc_main$13=defineComponent({...__default__$x,props:stepsProps,emits:stepsEmits,setup(e,{emit:t}){const y=e,n=useNamespace("steps"),{children:$,addChild:k,removeChild:L}=useOrderedChildren(getCurrentInstance(),"ElStep");return watch($,()=>{$.value.forEach((j,V)=>{j.setIndex(V)})}),provide("ElSteps",{props:y,steps:$,addStep:k,removeStep:L}),watch(()=>y.active,(j,V)=>{t(CHANGE_EVENT,j,V)}),(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(j.simple?"simple":j.direction)])},[renderSlot(j.$slots,"default")],2))}});var Steps=_export_sfc$1(_sfc_main$13,[["__file","steps.vue"]]);const stepProps=buildProps({title:{type:String,default:""},icon:{type:iconPropType},description:{type:String,default:""},status:{type:String,values:["","wait","process","finish","error","success"],default:""}}),__default__$w=defineComponent({name:"ElStep"}),_sfc_main$12=defineComponent({...__default__$w,props:stepProps,setup(e){const t=e,y=useNamespace("step"),n=ref$1(-1),$=ref$1({}),k=ref$1(""),L=inject("ElSteps"),j=getCurrentInstance();onMounted(()=>{watch([()=>L.props.active,()=>L.props.processStatus,()=>L.props.finishStatus],([ir])=>{qe(ir)},{immediate:!0})}),onBeforeUnmount(()=>{L.removeStep(er.uid)});const V=computed(()=>t.status||k.value),z=computed(()=>{const ir=L.steps.value[n.value-1];return ir?ir.currentStatus:"wait"}),re=computed(()=>L.props.alignCenter),oe=computed(()=>L.props.direction==="vertical"),ue=computed(()=>L.props.simple),de=computed(()=>L.steps.value.length),_e=computed(()=>{var ir;return((ir=L.steps.value[de.value-1])==null?void 0:ir.uid)===(j==null?void 0:j.uid)}),Ne=computed(()=>ue.value?"":L.props.space),Ue=computed(()=>[y.b(),y.is(ue.value?"simple":L.props.direction),y.is("flex",_e.value&&!Ne.value&&!re.value),y.is("center",re.value&&!oe.value&&!ue.value)]),$e=computed(()=>{const ir={flexBasis:isNumber$4(Ne.value)?`${Ne.value}px`:Ne.value?Ne.value:`${100/(de.value-(re.value?0:1))}%`};return oe.value||_e.value&&(ir.maxWidth=`${100/de.value}%`),ir}),Ve=ir=>{n.value=ir},Fe=ir=>{const dr=ir==="wait",cr={transitionDelay:`${dr?"-":""}${150*n.value}ms`},nr=ir===L.props.processStatus||dr?0:100;cr.borderWidth=nr&&!ue.value?"1px":0,cr[L.props.direction==="vertical"?"height":"width"]=`${nr}%`,$.value=cr},qe=ir=>{ir>n.value?k.value=L.props.finishStatus:ir===n.value&&z.value!=="error"?k.value=L.props.processStatus:k.value="wait";const dr=L.steps.value[n.value-1];dr&&dr.calcProgress(k.value)},er=reactive({uid:j.uid,currentStatus:V,setIndex:Ve,calcProgress:Fe});return L.addStep(er),(ir,dr)=>(openBlock(),createElementBlock("div",{style:normalizeStyle(unref($e)),class:normalizeClass(unref(Ue))},[createCommentVNode(" icon & line "),createBaseVNode("div",{class:normalizeClass([unref(y).e("head"),unref(y).is(unref(V))])},[unref(ue)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("line"))},[createBaseVNode("i",{class:normalizeClass(unref(y).e("line-inner")),style:normalizeStyle($.value)},null,6)],2)),createBaseVNode("div",{class:normalizeClass([unref(y).e("icon"),unref(y).is(ir.icon||ir.$slots.icon?"icon":"text")])},[renderSlot(ir.$slots,"icon",{},()=>[ir.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon-inner"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(ir.icon)))]),_:1},8,["class"])):unref(V)==="success"?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(y).e("icon-inner"),unref(y).is("status")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):unref(V)==="error"?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(y).e("icon-inner"),unref(y).is("status")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"])):unref(ue)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(unref(y).e("icon-inner"))},toDisplayString(n.value+1),3))])],2)],2),createCommentVNode(" title & description "),createBaseVNode("div",{class:normalizeClass(unref(y).e("main"))},[createBaseVNode("div",{class:normalizeClass([unref(y).e("title"),unref(y).is(unref(V))])},[renderSlot(ir.$slots,"title",{},()=>[createTextVNode(toDisplayString(ir.title),1)])],2),unref(ue)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("arrow"))},null,2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(y).e("description"),unref(y).is(unref(V))])},[renderSlot(ir.$slots,"description",{},()=>[createTextVNode(toDisplayString(ir.description),1)])],2))],2)],6))}});var Step=_export_sfc$1(_sfc_main$12,[["__file","item.vue"]]);const ElSteps=withInstall(Steps,{Step}),ElStep=withNoopInstall(Step),switchProps=buildProps({modelValue:{type:[Boolean,String,Number],default:!1},disabled:Boolean,loading:Boolean,size:{type:String,validator:isValidComponentSize},width:{type:[String,Number],default:""},inlinePrompt:Boolean,inactiveActionIcon:{type:iconPropType},activeActionIcon:{type:iconPropType},activeIcon:{type:iconPropType},inactiveIcon:{type:iconPropType},activeText:{type:String,default:""},inactiveText:{type:String,default:""},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{type:String,default:""},validateEvent:{type:Boolean,default:!0},beforeChange:{type:definePropType(Function)},id:String,tabindex:{type:[String,Number]},...useAriaProps(["ariaLabel"])}),switchEmits={[UPDATE_MODEL_EVENT]:e=>isBoolean$3(e)||isString$4(e)||isNumber$4(e),[CHANGE_EVENT]:e=>isBoolean$3(e)||isString$4(e)||isNumber$4(e),[INPUT_EVENT]:e=>isBoolean$3(e)||isString$4(e)||isNumber$4(e)},COMPONENT_NAME$8="ElSwitch",__default__$v=defineComponent({name:COMPONENT_NAME$8}),_sfc_main$11=defineComponent({...__default__$v,props:switchProps,emits:switchEmits,setup(e,{expose:t,emit:y}){const n=e,{formItem:$}=useFormItem(),k=useFormSize(),L=useNamespace("switch"),{inputId:j}=useFormItemInputId(n,{formItemContext:$}),V=useFormDisabled(computed(()=>n.loading)),z=ref$1(n.modelValue!==!1),re=ref$1(),oe=ref$1(),ue=computed(()=>[L.b(),L.m(k.value),L.is("disabled",V.value),L.is("checked",$e.value)]),de=computed(()=>[L.e("label"),L.em("label","left"),L.is("active",!$e.value)]),_e=computed(()=>[L.e("label"),L.em("label","right"),L.is("active",$e.value)]),Ne=computed(()=>({width:addUnit(n.width)}));watch(()=>n.modelValue,()=>{z.value=!0});const Ue=computed(()=>z.value?n.modelValue:!1),$e=computed(()=>Ue.value===n.activeValue);[n.activeValue,n.inactiveValue].includes(Ue.value)||(y(UPDATE_MODEL_EVENT,n.inactiveValue),y(CHANGE_EVENT,n.inactiveValue),y(INPUT_EVENT,n.inactiveValue)),watch($e,er=>{var ir;re.value.checked=er,n.validateEvent&&((ir=$==null?void 0:$.validate)==null||ir.call($,"change").catch(dr=>void 0))});const Ve=()=>{const er=$e.value?n.inactiveValue:n.activeValue;y(UPDATE_MODEL_EVENT,er),y(CHANGE_EVENT,er),y(INPUT_EVENT,er),nextTick$3(()=>{re.value.checked=$e.value})},Fe=()=>{if(V.value)return;const{beforeChange:er}=n;if(!er){Ve();return}const ir=er();[isPromise(ir),isBoolean$3(ir)].includes(!0)||throwError(COMPONENT_NAME$8,"beforeChange must return type `Promise` or `boolean`"),isPromise(ir)?ir.then(cr=>{cr&&Ve()}).catch(cr=>{}):ir&&Ve()},qe=()=>{var er,ir;(ir=(er=re.value)==null?void 0:er.focus)==null||ir.call(er)};return onMounted(()=>{re.value.checked=$e.value}),t({focus:qe,checked:$e}),(er,ir)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ue)),onClick:withModifiers(Fe,["prevent"])},[createBaseVNode("input",{id:unref(j),ref_key:"input",ref:re,class:normalizeClass(unref(L).e("input")),type:"checkbox",role:"switch","aria-checked":unref($e),"aria-disabled":unref(V),"aria-label":er.ariaLabel,name:er.name,"true-value":er.activeValue,"false-value":er.inactiveValue,disabled:unref(V),tabindex:er.tabindex,onChange:Ve,onKeydown:withKeys(Fe,["enter"])},null,42,["id","aria-checked","aria-disabled","aria-label","name","true-value","false-value","disabled","tabindex","onKeydown"]),!er.inlinePrompt&&(er.inactiveIcon||er.inactiveText)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(de))},[er.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.inactiveIcon)))]),_:1})):createCommentVNode("v-if",!0),!er.inactiveIcon&&er.inactiveText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":unref($e)},toDisplayString(er.inactiveText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{ref_key:"core",ref:oe,class:normalizeClass(unref(L).e("core")),style:normalizeStyle(unref(Ne))},[er.inlinePrompt?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).e("inner"))},[er.activeIcon||er.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(L).is("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref($e)?er.activeIcon:er.inactiveIcon)))]),_:1},8,["class"])):er.activeText||er.inactiveText?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(L).is("text")),"aria-hidden":!unref($e)},toDisplayString(unref($e)?er.activeText:er.inactiveText),11,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).e("action"))},[er.loading?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(L).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])):unref($e)?renderSlot(er.$slots,"active-action",{key:1},()=>[er.activeActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.activeActionIcon)))]),_:1})):createCommentVNode("v-if",!0)]):unref($e)?createCommentVNode("v-if",!0):renderSlot(er.$slots,"inactive-action",{key:2},()=>[er.inactiveActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.inactiveActionIcon)))]),_:1})):createCommentVNode("v-if",!0)])],2)],6),!er.inlinePrompt&&(er.activeIcon||er.activeText)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(_e))},[er.activeIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(er.activeIcon)))]),_:1})):createCommentVNode("v-if",!0),!er.activeIcon&&er.activeText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":!unref($e)},toDisplayString(er.activeText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],10,["onClick"]))}});var Switch=_export_sfc$1(_sfc_main$11,[["__file","switch.vue"]]);const ElSwitch=withInstall(Switch),getCell=function(e){var t;return(t=e.target)==null?void 0:t.closest("td")},orderBy=function(e,t,y,n,$){if(!t&&!n&&(!$||Array.isArray($)&&!$.length))return e;typeof y=="string"?y=y==="descending"?-1:1:y=y&&y<0?-1:1;const k=n?null:function(j,V){return $?(Array.isArray($)||($=[$]),$.map(z=>typeof z=="string"?get(j,z):z(j,V,e))):(t!=="$key"&&isObject$5(j)&&"$value"in j&&(j=j.$value),[isObject$5(j)?get(j,t):j])},L=function(j,V){if(n)return n(j.value,V.value);for(let z=0,re=j.key.length;zV.key[z])return 1}return 0};return e.map((j,V)=>({value:j,index:V,key:k?k(j,V):null})).sort((j,V)=>{let z=L(j,V);return z||(z=j.index-V.index),z*+y}).map(j=>j.value)},getColumnById=function(e,t){let y=null;return e.columns.forEach(n=>{n.id===t&&(y=n)}),y},getColumnByKey=function(e,t){let y=null;for(let n=0;n{if(!e)throw new Error("Row is required when get row identity");if(typeof t=="string"){if(!t.includes("."))return`${e[t]}`;const y=t.split(".");let n=e;for(const $ of y)n=n[$];return`${n}`}else if(typeof t=="function")return t.call(null,e)},getKeysMap=function(e,t){const y={};return(e||[]).forEach((n,$)=>{y[getRowIdentity(n,t)]={row:n,index:$}}),y};function mergeOptions$1(e,t){const y={};let n;for(n in e)y[n]=e[n];for(n in t)if(hasOwn$1(t,n)){const $=t[n];typeof $<"u"&&(y[n]=$)}return y}function parseWidth(e){return e===""||e!==void 0&&(e=Number.parseInt(e,10),Number.isNaN(e)&&(e="")),e}function parseMinWidth(e){return e===""||e!==void 0&&(e=parseWidth(e),Number.isNaN(e)&&(e=80)),e}function parseHeight(e){return typeof e=="number"?e:typeof e=="string"?/^\d+(?:px)?$/.test(e)?Number.parseInt(e,10):e:null}function compose$1(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,y)=>(...n)=>t(y(...n)))}function toggleRowStatus(e,t,y,n,$,k){let L=k??0,j=!1;const V=e.indexOf(t),z=V!==-1,re=$==null?void 0:$.call(null,t,k),oe=de=>{de==="add"?e.push(t):e.splice(V,1),j=!0},ue=de=>{let _e=0;const Ne=(n==null?void 0:n.children)&&de[n.children];return Ne&&isArray$4(Ne)&&(_e+=Ne.length,Ne.forEach(Ue=>{_e+=ue(Ue)})),_e};return(!$||re)&&(isBoolean$3(y)?y&&!z?oe("add"):!y&&z&&oe("remove"):oe(z?"remove":"add")),!(n!=null&&n.checkStrictly)&&(n!=null&&n.children)&&isArray$4(t[n.children])&&t[n.children].forEach(de=>{toggleRowStatus(e,de,y??!z,n,$,L+1),L+=ue(de)+1}),j}function walkTreeNode(e,t,y="children",n="hasChildren"){const $=L=>!(Array.isArray(L)&&L.length);function k(L,j,V){t(L,j,V),j.forEach(z=>{if(z[n]){t(z,null,V+1);return}const re=z[y];$(re)||k(z,re,V+1)})}e.forEach(L=>{if(L[n]){t(L,null,0);return}const j=L[y];$(j)||k(L,j,0)})}let removePopper=null;function createTablePopper(e,t,y,n){if((removePopper==null?void 0:removePopper.trigger)===y)return;removePopper==null||removePopper();const $=n==null?void 0:n.refs.tableWrapper,k=$==null?void 0:$.dataset.prefix,L={strategy:"fixed",...e.popperOptions},j=createVNode(ElTooltip,{content:t,virtualTriggering:!0,virtualRef:y,appendTo:$,placement:"top",transition:"none",offset:0,hideAfter:0,...e,popperOptions:L,onHide:()=>{removePopper==null||removePopper()}});j.appContext={...n.appContext,...n};const V=document.createElement("div");render$1(j,V),j.component.exposed.onOpen();const z=$==null?void 0:$.querySelector(`.${k}-scrollbar__wrap`);removePopper=()=>{render$1(null,V),z==null||z.removeEventListener("scroll",removePopper),removePopper=null},removePopper.trigger=y,z==null||z.addEventListener("scroll",removePopper)}function getCurrentColumns(e){return e.children?flatMap(e.children,getCurrentColumns):[e]}function getColSpan(e,t){return e+t.colSpan}const isFixedColumn=(e,t,y,n)=>{let $=0,k=e;const L=y.states.columns.value;if(n){const V=getCurrentColumns(n[e]);$=L.slice(0,L.indexOf(V[0])).reduce(getColSpan,0),k=$+V.reduce(getColSpan,0)-1}else $=e;let j;switch(t){case"left":k=L.length-y.states.rightFixedLeafColumnsLength.value&&(j="right");break;default:k=L.length-y.states.rightFixedLeafColumnsLength.value&&(j="right")}return j?{direction:j,start:$,after:k}:{}},getFixedColumnsClass=(e,t,y,n,$,k=0)=>{const L=[],{direction:j,start:V,after:z}=isFixedColumn(t,y,n,$);if(j){const re=j==="left";L.push(`${e}-fixed-column--${j}`),re&&z+k===n.states.fixedLeafColumnsLength.value-1?L.push("is-last-column"):!re&&V-k===n.states.columns.value.length-n.states.rightFixedLeafColumnsLength.value&&L.push("is-first-column")}return L};function getOffset(e,t){return e+(t.realWidth===null||Number.isNaN(t.realWidth)?Number(t.width):t.realWidth)}const getFixedColumnOffset=(e,t,y,n)=>{const{direction:$,start:k=0,after:L=0}=isFixedColumn(e,t,y,n);if(!$)return;const j={},V=$==="left",z=y.states.columns.value;return V?j.left=z.slice(0,k).reduce(getOffset,0):j.right=z.slice(L+1).reverse().reduce(getOffset,0),j},ensurePosition=(e,t)=>{e&&(Number.isNaN(e[t])||(e[t]=`${e[t]}px`))};function useExpand(e){const t=getCurrentInstance(),y=ref$1(!1),n=ref$1([]);return{updateExpandRows:()=>{const V=e.data.value||[],z=e.rowKey.value;if(y.value)n.value=V.slice();else if(z){const re=getKeysMap(n.value,z);n.value=V.reduce((oe,ue)=>{const de=getRowIdentity(ue,z);return re[de]&&oe.push(ue),oe},[])}else n.value=[]},toggleRowExpansion:(V,z)=>{toggleRowStatus(n.value,V,z)&&t.emit("expand-change",V,n.value.slice())},setExpandRowKeys:V=>{t.store.assertRowKey();const z=e.data.value||[],re=e.rowKey.value,oe=getKeysMap(z,re);n.value=V.reduce((ue,de)=>{const _e=oe[de];return _e&&ue.push(_e.row),ue},[])},isRowExpanded:V=>{const z=e.rowKey.value;return z?!!getKeysMap(n.value,z)[getRowIdentity(V,z)]:n.value.includes(V)},states:{expandRows:n,defaultExpandAll:y}}}function useCurrent(e){const t=getCurrentInstance(),y=ref$1(null),n=ref$1(null),$=z=>{t.store.assertRowKey(),y.value=z,L(z)},k=()=>{y.value=null},L=z=>{const{data:re,rowKey:oe}=e;let ue=null;oe.value&&(ue=(unref(re)||[]).find(de=>getRowIdentity(de,oe.value)===z)),n.value=ue,t.emit("current-change",n.value,null)};return{setCurrentRowKey:$,restoreCurrentRowKey:k,setCurrentRowByKey:L,updateCurrentRow:z=>{const re=n.value;if(z&&z!==re){n.value=z,t.emit("current-change",n.value,re);return}!z&&re&&(n.value=null,t.emit("current-change",null,re))},updateCurrentRowData:()=>{const z=e.rowKey.value,re=e.data.value||[],oe=n.value;if(!re.includes(oe)&&oe){if(z){const ue=getRowIdentity(oe,z);L(ue)}else n.value=null;n.value===null&&t.emit("current-change",null,oe)}else y.value&&(L(y.value),k())},states:{_currentRowKey:y,currentRow:n}}}function useTree$2(e){const t=ref$1([]),y=ref$1({}),n=ref$1(16),$=ref$1(!1),k=ref$1({}),L=ref$1("hasChildren"),j=ref$1("children"),V=ref$1(!1),z=getCurrentInstance(),re=computed(()=>{if(!e.rowKey.value)return{};const Ve=e.data.value||[];return ue(Ve)}),oe=computed(()=>{const Ve=e.rowKey.value,Fe=Object.keys(k.value),qe={};return Fe.length&&Fe.forEach(er=>{if(k.value[er].length){const ir={children:[]};k.value[er].forEach(dr=>{const cr=getRowIdentity(dr,Ve);ir.children.push(cr),dr[L.value]&&!qe[cr]&&(qe[cr]={children:[]})}),qe[er]=ir}}),qe}),ue=Ve=>{const Fe=e.rowKey.value,qe={};return walkTreeNode(Ve,(er,ir,dr)=>{const cr=getRowIdentity(er,Fe);Array.isArray(ir)?qe[cr]={children:ir.map(nr=>getRowIdentity(nr,Fe)),level:dr}:$.value&&(qe[cr]={children:[],lazy:!0,level:dr})},j.value,L.value),qe},de=(Ve=!1,Fe=(qe=>(qe=z.store)==null?void 0:qe.states.defaultExpandAll.value)())=>{var qe;const er=re.value,ir=oe.value,dr=Object.keys(er),cr={};if(dr.length){const nr=unref(y),lr=[],Et=(pe,Ce)=>{if(Ve)return t.value?Fe||t.value.includes(Ce):!!(Fe||pe!=null&&pe.expanded);{const Ie=Fe||t.value&&t.value.includes(Ce);return!!(pe!=null&&pe.expanded||Ie)}};dr.forEach(pe=>{const Ce=nr[pe],Ie={...er[pe]};if(Ie.expanded=Et(Ce,pe),Ie.lazy){const{loaded:jt=!1,loading:ar=!1}=Ce||{};Ie.loaded=!!jt,Ie.loading=!!ar,lr.push(pe)}cr[pe]=Ie});const ie=Object.keys(ir);$.value&&ie.length&&lr.length&&ie.forEach(pe=>{const Ce=nr[pe],Ie=ir[pe].children;if(lr.includes(pe)){if(cr[pe].children.length!==0)throw new Error("[ElTable]children must be an empty array.");cr[pe].children=Ie}else{const{loaded:jt=!1,loading:ar=!1}=Ce||{};cr[pe]={lazy:!0,loaded:!!jt,loading:!!ar,expanded:Et(Ce,pe),children:Ie,level:""}}})}y.value=cr,(qe=z.store)==null||qe.updateTableScrollY()};watch(()=>t.value,()=>{de(!0)}),watch(()=>re.value,()=>{de()}),watch(()=>oe.value,()=>{de()});const _e=Ve=>{t.value=Ve,de()},Ne=(Ve,Fe)=>{z.store.assertRowKey();const qe=e.rowKey.value,er=getRowIdentity(Ve,qe),ir=er&&y.value[er];if(er&&ir&&"expanded"in ir){const dr=ir.expanded;Fe=typeof Fe>"u"?!ir.expanded:Fe,y.value[er].expanded=Fe,dr!==Fe&&z.emit("expand-change",Ve,Fe),z.store.updateTableScrollY()}},Ue=Ve=>{z.store.assertRowKey();const Fe=e.rowKey.value,qe=getRowIdentity(Ve,Fe),er=y.value[qe];$.value&&er&&"loaded"in er&&!er.loaded?$e(Ve,qe,er):Ne(Ve,void 0)},$e=(Ve,Fe,qe)=>{const{load:er}=z.props;er&&!y.value[Fe].loaded&&(y.value[Fe].loading=!0,er(Ve,qe,ir=>{if(!Array.isArray(ir))throw new TypeError("[ElTable] data must be an array");y.value[Fe].loading=!1,y.value[Fe].loaded=!0,y.value[Fe].expanded=!0,ir.length&&(k.value[Fe]=ir),z.emit("expand-change",Ve,!0)}))};return{loadData:$e,loadOrToggle:Ue,toggleTreeExpansion:Ne,updateTreeExpandKeys:_e,updateTreeData:de,normalize:ue,states:{expandRowKeys:t,treeData:y,indent:n,lazy:$,lazyTreeNodeMap:k,lazyColumnIdentifier:L,childrenColumnName:j,checkStrictly:V}}}const sortData=(e,t)=>{const y=t.sortingColumn;return!y||typeof y.sortable=="string"?e:orderBy(e,t.sortProp,t.sortOrder,y.sortMethod,y.sortBy)},doFlattenColumns=e=>{const t=[];return e.forEach(y=>{y.children&&y.children.length>0?t.push.apply(t,doFlattenColumns(y.children)):t.push(y)}),t};function useWatcher$1(){var e;const t=getCurrentInstance(),{size:y}=toRefs((e=t.proxy)==null?void 0:e.$props),n=ref$1(null),$=ref$1([]),k=ref$1([]),L=ref$1(!1),j=ref$1([]),V=ref$1([]),z=ref$1([]),re=ref$1([]),oe=ref$1([]),ue=ref$1([]),de=ref$1([]),_e=ref$1([]),Ne=[],Ue=ref$1(0),$e=ref$1(0),Ve=ref$1(0),Fe=ref$1(!1),qe=ref$1([]),er=ref$1(!1),ir=ref$1(!1),dr=ref$1(null),cr=ref$1({}),nr=ref$1(null),lr=ref$1(null),Et=ref$1(null),ie=ref$1(null),pe=ref$1(null);watch($,()=>t.state&&ar(!1),{deep:!0});const Ce=()=>{if(!n.value)throw new Error("[ElTable] prop row-key is required")},Ie=Mn=>{var Wr;(Wr=Mn.children)==null||Wr.forEach(Ur=>{Ur.fixed=Mn.fixed,Ie(Ur)})},jt=()=>{j.value.forEach(Nn=>{Ie(Nn)}),re.value=j.value.filter(Nn=>Nn.fixed===!0||Nn.fixed==="left"),oe.value=j.value.filter(Nn=>Nn.fixed==="right"),re.value.length>0&&j.value[0]&&j.value[0].type==="selection"&&!j.value[0].fixed&&(j.value[0].fixed=!0,re.value.unshift(j.value[0]));const Mn=j.value.filter(Nn=>!Nn.fixed);V.value=[].concat(re.value).concat(Mn).concat(oe.value);const Wr=doFlattenColumns(Mn),Ur=doFlattenColumns(re.value),Sn=doFlattenColumns(oe.value);Ue.value=Wr.length,$e.value=Ur.length,Ve.value=Sn.length,z.value=[].concat(Ur).concat(Wr).concat(Sn),L.value=re.value.length>0||oe.value.length>0},ar=(Mn,Wr=!1)=>{Mn&&jt(),Wr?t.state.doLayout():t.state.debouncedUpdateLayout()},ur=Mn=>qe.value.includes(Mn),kt=()=>{Fe.value=!1;const Mn=qe.value;qe.value=[],Mn.length&&t.emit("selection-change",[])},he=()=>{let Mn;if(n.value){Mn=[];const Wr=getKeysMap(qe.value,n.value),Ur=getKeysMap($.value,n.value);for(const Sn in Wr)hasOwn$1(Wr,Sn)&&!Ur[Sn]&&Mn.push(Wr[Sn].row)}else Mn=qe.value.filter(Wr=>!$.value.includes(Wr));if(Mn.length){const Wr=qe.value.filter(Ur=>!Mn.includes(Ur));qe.value=Wr,t.emit("selection-change",Wr.slice())}},tr=()=>(qe.value||[]).slice(),gr=(Mn,Wr,Ur=!0)=>{var Sn,Nn,Sa,Li;const ca={children:(Nn=(Sn=t==null?void 0:t.store)==null?void 0:Sn.states)==null?void 0:Nn.childrenColumnName.value,checkStrictly:(Li=(Sa=t==null?void 0:t.store)==null?void 0:Sa.states)==null?void 0:Li.checkStrictly.value};if(toggleRowStatus(qe.value,Mn,Wr,ca,dr.value)){const zn=(qe.value||[]).slice();Ur&&t.emit("select",zn,Mn),t.emit("selection-change",zn)}},_r=()=>{var Mn,Wr;const Ur=ir.value?!Fe.value:!(Fe.value||qe.value.length);Fe.value=Ur;let Sn=!1,Nn=0;const Sa=(Wr=(Mn=t==null?void 0:t.store)==null?void 0:Mn.states)==null?void 0:Wr.rowKey.value,{childrenColumnName:Li}=t.store.states,ca={children:Li.value,checkStrictly:!1};$.value.forEach((fo,zn)=>{const ki=zn+Nn;toggleRowStatus(qe.value,fo,Ur,ca,dr.value,ki)&&(Sn=!0),Nn+=Nr(getRowIdentity(fo,Sa))}),Sn&&t.emit("selection-change",qe.value?qe.value.slice():[]),t.emit("select-all",(qe.value||[]).slice())},yr=()=>{const Mn=getKeysMap(qe.value,n.value);$.value.forEach(Wr=>{const Ur=getRowIdentity(Wr,n.value),Sn=Mn[Ur];Sn&&(qe.value[Sn.index]=Wr)})},xr=()=>{var Mn;if(((Mn=$.value)==null?void 0:Mn.length)===0){Fe.value=!1;return}const{childrenColumnName:Wr}=t.store.states,Ur=n.value?getKeysMap(qe.value,n.value):void 0;let Sn=0,Nn=0;const Sa=fo=>Ur?!!Ur[getRowIdentity(fo,n.value)]:qe.value.includes(fo),Li=fo=>{var zn;for(const ki of fo){const Ra=dr.value&&dr.value.call(null,ki,Sn);if(Sa(ki))Nn++;else if(!dr.value||Ra)return!1;if(Sn++,(zn=ki[Wr.value])!=null&&zn.length&&!Li(ki[Wr.value]))return!1}return!0},ca=Li($.value||[]);Fe.value=Nn===0?!1:ca},Nr=Mn=>{var Wr;if(!t||!t.store)return 0;const{treeData:Ur}=t.store.states;let Sn=0;const Nn=(Wr=Ur.value[Mn])==null?void 0:Wr.children;return Nn&&(Sn+=Nn.length,Nn.forEach(Sa=>{Sn+=Nr(Sa)})),Sn},Tr=(Mn,Wr)=>{Array.isArray(Mn)||(Mn=[Mn]);const Ur={};return Mn.forEach(Sn=>{cr.value[Sn.id]=Wr,Ur[Sn.columnKey||Sn.id]=Wr}),Ur},Sr=(Mn,Wr,Ur)=>{lr.value&&lr.value!==Mn&&(lr.value.order=null),lr.value=Mn,Et.value=Wr,ie.value=Ur},Ar=()=>{let Mn=unref(k);Object.keys(cr.value).forEach(Wr=>{const Ur=cr.value[Wr];if(!Ur||Ur.length===0)return;const Sn=getColumnById({columns:z.value},Wr);Sn&&Sn.filterMethod&&(Mn=Mn.filter(Nn=>Ur.some(Sa=>Sn.filterMethod.call(null,Sa,Nn,Sn))))}),nr.value=Mn},Fr=()=>{$.value=sortData(nr.value,{sortingColumn:lr.value,sortProp:Et.value,sortOrder:ie.value})},Gr=(Mn=void 0)=>{Mn&&Mn.filter||Ar(),Fr()},Vr=Mn=>{const{tableHeaderRef:Wr}=t.refs;if(!Wr)return;const Ur=Object.assign({},Wr.filterPanels),Sn=Object.keys(Ur);if(Sn.length)if(typeof Mn=="string"&&(Mn=[Mn]),Array.isArray(Mn)){const Nn=Mn.map(Sa=>getColumnByKey({columns:z.value},Sa));Sn.forEach(Sa=>{const Li=Nn.find(ca=>ca.id===Sa);Li&&(Li.filteredValue=[])}),t.store.commit("filterChange",{column:Nn,values:[],silent:!0,multi:!0})}else Sn.forEach(Nn=>{const Sa=z.value.find(Li=>Li.id===Nn);Sa&&(Sa.filteredValue=[])}),cr.value={},t.store.commit("filterChange",{column:{},values:[],silent:!0})},Dr=()=>{lr.value&&(Sr(null,null,null),t.store.commit("changeSortCondition",{silent:!0}))},{setExpandRowKeys:Ir,toggleRowExpansion:Br,updateExpandRows:Rr,states:Lr,isRowExpanded:$r}=useExpand({data:$,rowKey:n}),{updateTreeExpandKeys:jr,toggleTreeExpansion:vn,updateTreeData:Kr,loadOrToggle:kr,states:Qr}=useTree$2({data:$,rowKey:n}),{updateCurrentRowData:Zr,updateCurrentRow:Vi,setCurrentRowKey:To,states:oa}=useCurrent({data:$,rowKey:n});return{assertRowKey:Ce,updateColumns:jt,scheduleLayout:ar,isSelected:ur,clearSelection:kt,cleanSelection:he,getSelectionRows:tr,toggleRowSelection:gr,_toggleAllSelection:_r,toggleAllSelection:null,updateSelectionByRowKey:yr,updateAllSelected:xr,updateFilters:Tr,updateCurrentRow:Vi,updateSort:Sr,execFilter:Ar,execSort:Fr,execQuery:Gr,clearFilter:Vr,clearSort:Dr,toggleRowExpansion:Br,setExpandRowKeysAdapter:Mn=>{Ir(Mn),jr(Mn)},setCurrentRowKey:To,toggleRowExpansionAdapter:(Mn,Wr)=>{z.value.some(({type:Sn})=>Sn==="expand")?Br(Mn,Wr):vn(Mn,Wr)},isRowExpanded:$r,updateExpandRows:Rr,updateCurrentRowData:Zr,loadOrToggle:kr,updateTreeData:Kr,states:{tableSize:y,rowKey:n,data:$,_data:k,isComplex:L,_columns:j,originColumns:V,columns:z,fixedColumns:re,rightFixedColumns:oe,leafColumns:ue,fixedLeafColumns:de,rightFixedLeafColumns:_e,updateOrderFns:Ne,leafColumnsLength:Ue,fixedLeafColumnsLength:$e,rightFixedLeafColumnsLength:Ve,isAllSelected:Fe,selection:qe,reserveSelection:er,selectOnIndeterminate:ir,selectable:dr,filters:cr,filteredData:nr,sortingColumn:lr,sortProp:Et,sortOrder:ie,hoverRow:pe,...Lr,...Qr,...oa}}}function replaceColumn(e,t){return e.map(y=>{var n;return y.id===t.id?t:((n=y.children)!=null&&n.length&&(y.children=replaceColumn(y.children,t)),y)})}function sortColumn(e){e.forEach(t=>{var y,n;t.no=(y=t.getColumnIndex)==null?void 0:y.call(t),(n=t.children)!=null&&n.length&&sortColumn(t.children)}),e.sort((t,y)=>t.no-y.no)}function useStore$1(){const e=getCurrentInstance(),t=useWatcher$1();return{ns:useNamespace("table"),...t,mutations:{setData(L,j){const V=unref(L._data)!==j;L.data.value=j,L._data.value=j,e.store.execQuery(),e.store.updateCurrentRowData(),e.store.updateExpandRows(),e.store.updateTreeData(e.store.states.defaultExpandAll.value),unref(L.reserveSelection)?(e.store.assertRowKey(),e.store.updateSelectionByRowKey()):V?e.store.clearSelection():e.store.cleanSelection(),e.store.updateAllSelected(),e.$ready&&e.store.scheduleLayout()},insertColumn(L,j,V,z){const re=unref(L._columns);let oe=[];V?(V&&!V.children&&(V.children=[]),V.children.push(j),oe=replaceColumn(re,V)):(re.push(j),oe=re),sortColumn(oe),L._columns.value=oe,L.updateOrderFns.push(z),j.type==="selection"&&(L.selectable.value=j.selectable,L.reserveSelection.value=j.reserveSelection),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},updateColumnOrder(L,j){var V;((V=j.getColumnIndex)==null?void 0:V.call(j))!==j.no&&(sortColumn(L._columns.value),e.$ready&&e.store.updateColumns())},removeColumn(L,j,V,z){const re=unref(L._columns)||[];if(V)V.children.splice(V.children.findIndex(ue=>ue.id===j.id),1),nextTick$3(()=>{var ue;((ue=V.children)==null?void 0:ue.length)===0&&delete V.children}),L._columns.value=replaceColumn(re,V);else{const ue=re.indexOf(j);ue>-1&&(re.splice(ue,1),L._columns.value=re)}const oe=L.updateOrderFns.indexOf(z);oe>-1&&L.updateOrderFns.splice(oe,1),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},sort(L,j){const{prop:V,order:z,init:re}=j;if(V){const oe=unref(L.columns).find(ue=>ue.property===V);oe&&(oe.order=z,e.store.updateSort(oe,V,z),e.store.commit("changeSortCondition",{init:re}))}},changeSortCondition(L,j){const{sortingColumn:V,sortProp:z,sortOrder:re}=L,oe=unref(V),ue=unref(z),de=unref(re);de===null&&(L.sortingColumn.value=null,L.sortProp.value=null);const _e={filter:!0};e.store.execQuery(_e),(!j||!(j.silent||j.init))&&e.emit("sort-change",{column:oe,prop:ue,order:de}),e.store.updateTableScrollY()},filterChange(L,j){const{column:V,values:z,silent:re}=j,oe=e.store.updateFilters(V,z);e.store.execQuery(),re||e.emit("filter-change",oe),e.store.updateTableScrollY()},toggleAllSelection(){e.store.toggleAllSelection()},rowSelectedChanged(L,j){e.store.toggleRowSelection(j),e.store.updateAllSelected()},setHoverRow(L,j){L.hoverRow.value=j},setCurrentRow(L,j){e.store.updateCurrentRow(j)}},commit:function(L,...j){const V=e.store.mutations;if(V[L])V[L].apply(e,[e.store.states].concat(j));else throw new Error(`Action not found: ${L}`)},updateTableScrollY:function(){nextTick$3(()=>e.layout.updateScrollY.apply(e.layout))}}}const InitialStateMap={rowKey:"rowKey",defaultExpandAll:"defaultExpandAll",selectOnIndeterminate:"selectOnIndeterminate",indent:"indent",lazy:"lazy",data:"data","treeProps.hasChildren":{key:"lazyColumnIdentifier",default:"hasChildren"},"treeProps.children":{key:"childrenColumnName",default:"children"},"treeProps.checkStrictly":{key:"checkStrictly",default:!1}};function createStore(e,t){if(!e)throw new Error("Table is required.");const y=useStore$1();return y.toggleAllSelection=debounce(y._toggleAllSelection,10),Object.keys(InitialStateMap).forEach(n=>{handleValue(getArrKeysValue(t,n),n,y)}),proxyTableProps(y,t),y}function proxyTableProps(e,t){Object.keys(InitialStateMap).forEach(y=>{watch(()=>getArrKeysValue(t,y),n=>{handleValue(n,y,e)})})}function handleValue(e,t,y){let n=e,$=InitialStateMap[t];typeof InitialStateMap[t]=="object"&&($=$.key,n=n||InitialStateMap[t].default),y.states[$].value=n}function getArrKeysValue(e,t){if(t.includes(".")){const y=t.split(".");let n=e;return y.forEach($=>{n=n[$]}),n}else return e[t]}class TableLayout{constructor(t){this.observers=[],this.table=null,this.store=null,this.columns=[],this.fit=!0,this.showHeader=!0,this.height=ref$1(null),this.scrollX=ref$1(!1),this.scrollY=ref$1(!1),this.bodyWidth=ref$1(null),this.fixedWidth=ref$1(null),this.rightFixedWidth=ref$1(null),this.gutterWidth=0;for(const y in t)hasOwn$1(t,y)&&(isRef(this[y])?this[y].value=t[y]:this[y]=t[y]);if(!this.table)throw new Error("Table is required for Table Layout");if(!this.store)throw new Error("Store is required for Table Layout")}updateScrollY(){if(this.height.value===null)return!1;const y=this.table.refs.scrollBarRef;if(this.table.vnode.el&&(y!=null&&y.wrapRef)){let n=!0;const $=this.scrollY.value;return n=y.wrapRef.scrollHeight>y.wrapRef.clientHeight,this.scrollY.value=n,$!==n}return!1}setHeight(t,y="height"){if(!isClient)return;const n=this.table.vnode.el;if(t=parseHeight(t),this.height.value=Number(t),!n&&(t||t===0))return nextTick$3(()=>this.setHeight(t,y));typeof t=="number"?(n.style[y]=`${t}px`,this.updateElsHeight()):typeof t=="string"&&(n.style[y]=t,this.updateElsHeight())}setMaxHeight(t){this.setHeight(t,"max-height")}getFlattenColumns(){const t=[];return this.table.store.states.columns.value.forEach(n=>{n.isColumnGroup?t.push.apply(t,n.columns):t.push(n)}),t}updateElsHeight(){this.updateScrollY(),this.notifyObservers("scrollable")}headerDisplayNone(t){if(!t)return!0;let y=t;for(;y.tagName!=="DIV";){if(getComputedStyle(y).display==="none")return!0;y=y.parentElement}return!1}updateColumnsWidth(){if(!isClient)return;const t=this.fit,y=this.table.vnode.el.clientWidth;let n=0;const $=this.getFlattenColumns(),k=$.filter(V=>typeof V.width!="number");if($.forEach(V=>{typeof V.width=="number"&&V.realWidth&&(V.realWidth=null)}),k.length>0&&t){if($.forEach(V=>{n+=Number(V.width||V.minWidth||80)}),n<=y){this.scrollX.value=!1;const V=y-n;if(k.length===1)k[0].realWidth=Number(k[0].minWidth||80)+V;else{const z=k.reduce((ue,de)=>ue+Number(de.minWidth||80),0),re=V/z;let oe=0;k.forEach((ue,de)=>{if(de===0)return;const _e=Math.floor(Number(ue.minWidth||80)*re);oe+=_e,ue.realWidth=Number(ue.minWidth||80)+_e}),k[0].realWidth=Number(k[0].minWidth||80)+V-oe}}else this.scrollX.value=!0,k.forEach(V=>{V.realWidth=Number(V.minWidth)});this.bodyWidth.value=Math.max(n,y),this.table.state.resizeState.value.width=this.bodyWidth.value}else $.forEach(V=>{!V.width&&!V.minWidth?V.realWidth=80:V.realWidth=Number(V.width||V.minWidth),n+=V.realWidth}),this.scrollX.value=n>y,this.bodyWidth.value=n;const L=this.store.states.fixedColumns.value;if(L.length>0){let V=0;L.forEach(z=>{V+=Number(z.realWidth||z.width)}),this.fixedWidth.value=V}const j=this.store.states.rightFixedColumns.value;if(j.length>0){let V=0;j.forEach(z=>{V+=Number(z.realWidth||z.width)}),this.rightFixedWidth.value=V}this.notifyObservers("columns")}addObserver(t){this.observers.push(t)}removeObserver(t){const y=this.observers.indexOf(t);y!==-1&&this.observers.splice(y,1)}notifyObservers(t){this.observers.forEach(n=>{var $,k;switch(t){case"columns":($=n.state)==null||$.onColumnsChange(this);break;case"scrollable":(k=n.state)==null||k.onScrollableChange(this);break;default:throw new Error(`Table Layout don't have event ${t}.`)}})}}const{CheckboxGroup:ElCheckboxGroup}=ElCheckbox,_sfc_main$10=defineComponent({name:"ElTableFilterPanel",components:{ElCheckbox,ElCheckboxGroup,ElScrollbar,ElTooltip,ElIcon,ArrowDown:arrow_down_default,ArrowUp:arrow_up_default},directives:{ClickOutside},props:{placement:{type:String,default:"bottom-start"},store:{type:Object},column:{type:Object},upDataColumn:{type:Function}},setup(e){const t=getCurrentInstance(),{t:y}=useLocale(),n=useNamespace("table-filter"),$=t==null?void 0:t.parent;$.filterPanels.value[e.column.id]||($.filterPanels.value[e.column.id]=t);const k=ref$1(!1),L=ref$1(null),j=computed(()=>e.column&&e.column.filters),V=computed(()=>e.column.filterClassName?`${n.b()} ${e.column.filterClassName}`:n.b()),z=computed({get:()=>{var er;return(((er=e.column)==null?void 0:er.filteredValue)||[])[0]},set:er=>{re.value&&(typeof er<"u"&&er!==null?re.value.splice(0,1,er):re.value.splice(0,1))}}),re=computed({get(){return e.column?e.column.filteredValue||[]:[]},set(er){e.column&&e.upDataColumn("filteredValue",er)}}),oe=computed(()=>e.column?e.column.filterMultiple:!0),ue=er=>er.value===z.value,de=()=>{k.value=!1},_e=er=>{er.stopPropagation(),k.value=!k.value},Ne=()=>{k.value=!1},Ue=()=>{Fe(re.value),de()},$e=()=>{re.value=[],Fe(re.value),de()},Ve=er=>{z.value=er,Fe(typeof er<"u"&&er!==null?re.value:[]),de()},Fe=er=>{e.store.commit("filterChange",{column:e.column,values:er}),e.store.updateAllSelected()};watch(k,er=>{e.column&&e.upDataColumn("filterOpened",er)},{immediate:!0});const qe=computed(()=>{var er,ir;return(ir=(er=L.value)==null?void 0:er.popperRef)==null?void 0:ir.contentRef});return{tooltipVisible:k,multiple:oe,filterClassName:V,filteredValue:re,filterValue:z,filters:j,handleConfirm:Ue,handleReset:$e,handleSelect:Ve,isActive:ue,t:y,ns:n,showFilterPanel:_e,hideFilterPanel:Ne,popperPaneRef:qe,tooltip:L}}});function _sfc_render$4(e,t,y,n,$,k){const L=resolveComponent("el-checkbox"),j=resolveComponent("el-checkbox-group"),V=resolveComponent("el-scrollbar"),z=resolveComponent("arrow-up"),re=resolveComponent("arrow-down"),oe=resolveComponent("el-icon"),ue=resolveComponent("el-tooltip"),de=resolveDirective("click-outside");return openBlock(),createBlock(ue,{ref:"tooltip",visible:e.tooltipVisible,offset:0,placement:e.placement,"show-arrow":!1,"stop-popper-mouse-event":!1,teleported:"",effect:"light",pure:"","popper-class":e.filterClassName,persistent:""},{content:withCtx(()=>[e.multiple?(openBlock(),createElementBlock("div",{key:0},[createBaseVNode("div",{class:normalizeClass(e.ns.e("content"))},[createVNode(V,{"wrap-class":e.ns.e("wrap")},{default:withCtx(()=>[createVNode(j,{modelValue:e.filteredValue,"onUpdate:modelValue":_e=>e.filteredValue=_e,class:normalizeClass(e.ns.e("checkbox-group"))},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.filters,_e=>(openBlock(),createBlock(L,{key:_e.value,value:_e.value},{default:withCtx(()=>[createTextVNode(toDisplayString(_e.text),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"])]),_:1},8,["wrap-class"])],2),createBaseVNode("div",{class:normalizeClass(e.ns.e("bottom"))},[createBaseVNode("button",{class:normalizeClass({[e.ns.is("disabled")]:e.filteredValue.length===0}),disabled:e.filteredValue.length===0,type:"button",onClick:e.handleConfirm},toDisplayString(e.t("el.table.confirmFilter")),11,["disabled","onClick"]),createBaseVNode("button",{type:"button",onClick:e.handleReset},toDisplayString(e.t("el.table.resetFilter")),9,["onClick"])],2)])):(openBlock(),createElementBlock("ul",{key:1,class:normalizeClass(e.ns.e("list"))},[createBaseVNode("li",{class:normalizeClass([e.ns.e("list-item"),{[e.ns.is("active")]:e.filterValue===void 0||e.filterValue===null}]),onClick:_e=>e.handleSelect(null)},toDisplayString(e.t("el.table.clearFilter")),11,["onClick"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.filters,_e=>(openBlock(),createElementBlock("li",{key:_e.value,class:normalizeClass([e.ns.e("list-item"),e.ns.is("active",e.isActive(_e))]),label:_e.value,onClick:Ne=>e.handleSelect(_e.value)},toDisplayString(_e.text),11,["label","onClick"]))),128))],2))]),default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass([`${e.ns.namespace.value}-table__column-filter-trigger`,`${e.ns.namespace.value}-none-outline`]),onClick:e.showFilterPanel},[createVNode(oe,null,{default:withCtx(()=>[renderSlot(e.$slots,"filter-icon",{},()=>[e.column.filterOpened?(openBlock(),createBlock(z,{key:0})):(openBlock(),createBlock(re,{key:1}))])]),_:3})],10,["onClick"])),[[de,e.hideFilterPanel,e.popperPaneRef]])]),_:3},8,["visible","placement","popper-class"])}var FilterPanel=_export_sfc$1(_sfc_main$10,[["render",_sfc_render$4],["__file","filter-panel.vue"]]);function useLayoutObserver(e){const t=getCurrentInstance();onBeforeMount(()=>{y.value.addObserver(t)}),onMounted(()=>{n(y.value),$(y.value)}),onUpdated(()=>{n(y.value),$(y.value)}),onUnmounted(()=>{y.value.removeObserver(t)});const y=computed(()=>{const k=e.layout;if(!k)throw new Error("Can not find table layout.");return k}),n=k=>{var L;const j=((L=e.vnode.el)==null?void 0:L.querySelectorAll("colgroup > col"))||[];if(!j.length)return;const V=k.getFlattenColumns(),z={};V.forEach(re=>{z[re.id]=re});for(let re=0,oe=j.length;re{var L,j;const V=((L=e.vnode.el)==null?void 0:L.querySelectorAll("colgroup > col[name=gutter]"))||[];for(let re=0,oe=V.length;re{Ne.stopPropagation()},k=(Ne,Ue)=>{!Ue.filters&&Ue.sortable?_e(Ne,Ue,!1):Ue.filterable&&!Ue.sortable&&$(Ne),n==null||n.emit("header-click",Ue,Ne)},L=(Ne,Ue)=>{n==null||n.emit("header-contextmenu",Ue,Ne)},j=ref$1(null),V=ref$1(!1),z=ref$1({}),re=(Ne,Ue)=>{if(isClient&&!(Ue.children&&Ue.children.length>0)&&j.value&&e.border){V.value=!0;const $e=n;t("set-drag-visible",!0);const Fe=($e==null?void 0:$e.vnode.el).getBoundingClientRect().left,qe=y.vnode.el.querySelector(`th.${Ue.id}`),er=qe.getBoundingClientRect(),ir=er.left-Fe+30;addClass(qe,"noclick"),z.value={startMouseLeft:Ne.clientX,startLeft:er.right-Fe,startColumnLeft:er.left-Fe,tableLeft:Fe};const dr=$e==null?void 0:$e.refs.resizeProxy;dr.style.left=`${z.value.startLeft}px`,document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};const cr=lr=>{const Et=lr.clientX-z.value.startMouseLeft,ie=z.value.startLeft+Et;dr.style.left=`${Math.max(ir,ie)}px`},nr=()=>{if(V.value){const{startColumnLeft:lr,startLeft:Et}=z.value,pe=Number.parseInt(dr.style.left,10)-lr;Ue.width=Ue.realWidth=pe,$e==null||$e.emit("header-dragend",Ue.width,Et-lr,Ue,Ne),requestAnimationFrame(()=>{e.store.scheduleLayout(!1,!0)}),document.body.style.cursor="",V.value=!1,j.value=null,z.value={},t("set-drag-visible",!1)}document.removeEventListener("mousemove",cr),document.removeEventListener("mouseup",nr),document.onselectstart=null,document.ondragstart=null,setTimeout(()=>{removeClass(qe,"noclick")},0)};document.addEventListener("mousemove",cr),document.addEventListener("mouseup",nr)}},oe=(Ne,Ue)=>{if(Ue.children&&Ue.children.length>0)return;const $e=Ne.target;if(!isElement$2($e))return;const Ve=$e==null?void 0:$e.closest("th");if(!(!Ue||!Ue.resizable)&&!V.value&&e.border){const Fe=Ve.getBoundingClientRect(),qe=document.body.style;Fe.width>12&&Fe.right-Ne.pageX<8?(qe.cursor="col-resize",hasClass(Ve,"is-sortable")&&(Ve.style.cursor="col-resize"),j.value=Ue):V.value||(qe.cursor="",hasClass(Ve,"is-sortable")&&(Ve.style.cursor="pointer"),j.value=null)}},ue=()=>{isClient&&(document.body.style.cursor="")},de=({order:Ne,sortOrders:Ue})=>{if(Ne==="")return Ue[0];const $e=Ue.indexOf(Ne||null);return Ue[$e>Ue.length-2?0:$e+1]},_e=(Ne,Ue,$e)=>{var Ve;Ne.stopPropagation();const Fe=Ue.order===$e?null:$e||de(Ue),qe=(Ve=Ne.target)==null?void 0:Ve.closest("th");if(qe&&hasClass(qe,"noclick")){removeClass(qe,"noclick");return}if(!Ue.sortable)return;const er=Ne.currentTarget;if(["ascending","descending"].some(lr=>hasClass(er,lr)&&!Ue.sortOrders.includes(lr)))return;const ir=e.store.states;let dr=ir.sortProp.value,cr;const nr=ir.sortingColumn.value;(nr!==Ue||nr===Ue&&nr.order===null)&&(nr&&(nr.order=null),ir.sortingColumn.value=Ue,dr=Ue.property),Fe?cr=Ue.order=Fe:cr=Ue.order=null,ir.sortProp.value=dr,ir.sortOrder.value=cr,n==null||n.store.commit("changeSortCondition")};return{handleHeaderClick:k,handleHeaderContextMenu:L,handleMouseDown:re,handleMouseMove:oe,handleMouseOut:ue,handleSortClick:_e,handleFilterClick:$}}function useStyle$2(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table");return{getHeaderRowStyle:j=>{const V=t==null?void 0:t.props.headerRowStyle;return typeof V=="function"?V.call(null,{rowIndex:j}):V},getHeaderRowClass:j=>{const V=[],z=t==null?void 0:t.props.headerRowClassName;return typeof z=="string"?V.push(z):typeof z=="function"&&V.push(z.call(null,{rowIndex:j})),V.join(" ")},getHeaderCellStyle:(j,V,z,re)=>{var oe;let ue=(oe=t==null?void 0:t.props.headerCellStyle)!=null?oe:{};typeof ue=="function"&&(ue=ue.call(null,{rowIndex:j,columnIndex:V,row:z,column:re}));const de=getFixedColumnOffset(V,re.fixed,e.store,z);return ensurePosition(de,"left"),ensurePosition(de,"right"),Object.assign({},ue,de)},getHeaderCellClass:(j,V,z,re)=>{const oe=getFixedColumnsClass(y.b(),V,re.fixed,e.store,z),ue=[re.id,re.order,re.headerAlign,re.className,re.labelClassName,...oe];re.children||ue.push("is-leaf"),re.sortable&&ue.push("is-sortable");const de=t==null?void 0:t.props.headerCellClassName;return typeof de=="string"?ue.push(de):typeof de=="function"&&ue.push(de.call(null,{rowIndex:j,columnIndex:V,row:z,column:re})),ue.push(y.e("cell")),ue.filter(_e=>!!_e).join(" ")}}}const getAllColumns=e=>{const t=[];return e.forEach(y=>{y.children?(t.push(y),t.push.apply(t,getAllColumns(y.children))):t.push(y)}),t},convertToRows=e=>{let t=1;const y=(k,L)=>{if(L&&(k.level=L.level+1,t{y(V,k),j+=V.colSpan}),k.colSpan=j}else k.colSpan=1};e.forEach(k=>{k.level=1,y(k,void 0)});const n=[];for(let k=0;k{k.children?(k.rowSpan=1,k.children.forEach(L=>L.isSubColumn=!0)):k.rowSpan=t-k.level+1,n[k.level-1].push(k)}),n};function useUtils$1(e){const t=inject(TABLE_INJECTION_KEY),y=computed(()=>convertToRows(e.store.states.originColumns.value));return{isGroup:computed(()=>{const k=y.value.length>1;return k&&t&&(t.state.isGroup.value=!0),k}),toggleAllSelection:k=>{k.stopPropagation(),t==null||t.store.commit("toggleAllSelection")},columnRows:y}}var TableHeader=defineComponent({name:"ElTableHeader",components:{ElCheckbox},props:{fixed:{type:String,default:""},store:{required:!0,type:Object},border:Boolean,defaultSort:{type:Object,default:()=>({prop:"",order:""})}},setup(e,{emit:t}){const y=getCurrentInstance(),n=inject(TABLE_INJECTION_KEY),$=useNamespace("table"),k=ref$1({}),{onColumnsChange:L,onScrollableChange:j}=useLayoutObserver(n);onMounted(async()=>{await nextTick$3(),await nextTick$3();const{prop:ir,order:dr}=e.defaultSort;n==null||n.store.commit("sort",{prop:ir,order:dr,init:!0})});const{handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:oe,handleMouseOut:ue,handleSortClick:de,handleFilterClick:_e}=useEvent(e,t),{getHeaderRowStyle:Ne,getHeaderRowClass:Ue,getHeaderCellStyle:$e,getHeaderCellClass:Ve}=useStyle$2(e),{isGroup:Fe,toggleAllSelection:qe,columnRows:er}=useUtils$1(e);return y.state={onColumnsChange:L,onScrollableChange:j},y.filterPanels=k,{ns:$,filterPanels:k,onColumnsChange:L,onScrollableChange:j,columnRows:er,getHeaderRowClass:Ue,getHeaderRowStyle:Ne,getHeaderCellClass:Ve,getHeaderCellStyle:$e,handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:oe,handleMouseOut:ue,handleSortClick:de,handleFilterClick:_e,isGroup:Fe,toggleAllSelection:qe}},render(){const{ns:e,isGroup:t,columnRows:y,getHeaderCellStyle:n,getHeaderCellClass:$,getHeaderRowClass:k,getHeaderRowStyle:L,handleHeaderClick:j,handleHeaderContextMenu:V,handleMouseDown:z,handleMouseMove:re,handleSortClick:oe,handleMouseOut:ue,store:de,$parent:_e}=this;let Ne=1;return h$1("thead",{class:{[e.is("group")]:t}},y.map((Ue,$e)=>h$1("tr",{class:k($e),key:$e,style:L($e)},Ue.map((Ve,Fe)=>(Ve.rowSpan>Ne&&(Ne=Ve.rowSpan),h$1("th",{class:$($e,Fe,Ue,Ve),colspan:Ve.colSpan,key:`${Ve.id}-thead`,rowspan:Ve.rowSpan,style:n($e,Fe,Ue,Ve),onClick:qe=>{qe.currentTarget.classList.contains("noclick")||j(qe,Ve)},onContextmenu:qe=>V(qe,Ve),onMousedown:qe=>z(qe,Ve),onMousemove:qe=>re(qe,Ve),onMouseout:ue},[h$1("div",{class:["cell",Ve.filteredValue&&Ve.filteredValue.length>0?"highlight":""]},[Ve.renderHeader?Ve.renderHeader({column:Ve,$index:Fe,store:de,_self:_e}):Ve.label,Ve.sortable&&h$1("span",{onClick:qe=>oe(qe,Ve),class:"caret-wrapper"},[h$1("i",{onClick:qe=>oe(qe,Ve,"ascending"),class:"sort-caret ascending"}),h$1("i",{onClick:qe=>oe(qe,Ve,"descending"),class:"sort-caret descending"})]),Ve.filterable&&h$1(FilterPanel,{store:de,placement:Ve.filterPlacement||"bottom-start",column:Ve,upDataColumn:(qe,er)=>{Ve[qe]=er}},{"filter-icon":()=>Ve.renderFilterIcon?Ve.renderFilterIcon({filterOpened:Ve.filterOpened}):null})])]))))))}});function isGreaterThan(e,t,y=.03){return e-t>y}function useEvents(e){const t=inject(TABLE_INJECTION_KEY),y=ref$1(""),n=ref$1(h$1("div")),$=(_e,Ne,Ue)=>{var $e;const Ve=t,Fe=getCell(_e);let qe;const er=($e=Ve==null?void 0:Ve.vnode.el)==null?void 0:$e.dataset.prefix;Fe&&(qe=getColumnByCell({columns:e.store.states.columns.value},Fe,er),qe&&(Ve==null||Ve.emit(`cell-${Ue}`,Ne,qe,Fe,_e))),Ve==null||Ve.emit(`row-${Ue}`,Ne,qe,_e)},k=(_e,Ne)=>{$(_e,Ne,"dblclick")},L=(_e,Ne)=>{e.store.commit("setCurrentRow",Ne),$(_e,Ne,"click")},j=(_e,Ne)=>{$(_e,Ne,"contextmenu")},V=debounce(_e=>{e.store.commit("setHoverRow",_e)},30),z=debounce(()=>{e.store.commit("setHoverRow",null)},30),re=_e=>{const Ne=window.getComputedStyle(_e,null),Ue=Number.parseInt(Ne.paddingLeft,10)||0,$e=Number.parseInt(Ne.paddingRight,10)||0,Ve=Number.parseInt(Ne.paddingTop,10)||0,Fe=Number.parseInt(Ne.paddingBottom,10)||0;return{left:Ue,right:$e,top:Ve,bottom:Fe}},oe=(_e,Ne,Ue)=>{let $e=Ne.target.parentNode;for(;_e>1&&($e=$e==null?void 0:$e.nextSibling,!(!$e||$e.nodeName!=="TR"));)Ue($e,"hover-row hover-fixed-row"),_e--};return{handleDoubleClick:k,handleClick:L,handleContextMenu:j,handleMouseEnter:V,handleMouseLeave:z,handleCellMouseEnter:(_e,Ne,Ue)=>{var $e;const Ve=t,Fe=getCell(_e),qe=($e=Ve==null?void 0:Ve.vnode.el)==null?void 0:$e.dataset.prefix;if(Fe){const ar=getColumnByCell({columns:e.store.states.columns.value},Fe,qe);Fe.rowSpan>1&&oe(Fe.rowSpan,_e,addClass);const ur=Ve.hoverState={cell:Fe,column:ar,row:Ne};Ve==null||Ve.emit("cell-mouse-enter",ur.row,ur.column,ur.cell,_e)}if(!Ue)return;const er=_e.target.querySelector(".cell");if(!(hasClass(er,`${qe}-tooltip`)&&er.childNodes.length))return;const ir=document.createRange();ir.setStart(er,0),ir.setEnd(er,er.childNodes.length);const{width:dr,height:cr}=ir.getBoundingClientRect(),{width:nr,height:lr}=er.getBoundingClientRect(),{top:Et,left:ie,right:pe,bottom:Ce}=re(er),Ie=ie+pe,jt=Et+Ce;(isGreaterThan(dr+Ie,nr)||isGreaterThan(cr+jt,lr)||isGreaterThan(er.scrollWidth,nr))&&createTablePopper(Ue,Fe.innerText||Fe.textContent,Fe,Ve)},handleCellMouseLeave:_e=>{const Ne=getCell(_e);if(!Ne)return;Ne.rowSpan>1&&oe(Ne.rowSpan,_e,removeClass);const Ue=t==null?void 0:t.hoverState;t==null||t.emit("cell-mouse-leave",Ue==null?void 0:Ue.row,Ue==null?void 0:Ue.column,Ue==null?void 0:Ue.cell,_e)},tooltipContent:y,tooltipTrigger:n}}function useStyles$1(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table");return{getRowStyle:(z,re)=>{const oe=t==null?void 0:t.props.rowStyle;return typeof oe=="function"?oe.call(null,{row:z,rowIndex:re}):oe||null},getRowClass:(z,re)=>{const oe=[y.e("row")];t!=null&&t.props.highlightCurrentRow&&z===e.store.states.currentRow.value&&oe.push("current-row"),e.stripe&&re%2===1&&oe.push(y.em("row","striped"));const ue=t==null?void 0:t.props.rowClassName;return typeof ue=="string"?oe.push(ue):typeof ue=="function"&&oe.push(ue.call(null,{row:z,rowIndex:re})),oe},getCellStyle:(z,re,oe,ue)=>{const de=t==null?void 0:t.props.cellStyle;let _e=de??{};typeof de=="function"&&(_e=de.call(null,{rowIndex:z,columnIndex:re,row:oe,column:ue}));const Ne=getFixedColumnOffset(re,e==null?void 0:e.fixed,e.store);return ensurePosition(Ne,"left"),ensurePosition(Ne,"right"),Object.assign({},_e,Ne)},getCellClass:(z,re,oe,ue,de)=>{const _e=getFixedColumnsClass(y.b(),re,e==null?void 0:e.fixed,e.store,void 0,de),Ne=[ue.id,ue.align,ue.className,..._e],Ue=t==null?void 0:t.props.cellClassName;return typeof Ue=="string"?Ne.push(Ue):typeof Ue=="function"&&Ne.push(Ue.call(null,{rowIndex:z,columnIndex:re,row:oe,column:ue})),Ne.push(y.e("cell")),Ne.filter($e=>!!$e).join(" ")},getSpan:(z,re,oe,ue)=>{let de=1,_e=1;const Ne=t==null?void 0:t.props.spanMethod;if(typeof Ne=="function"){const Ue=Ne({row:z,column:re,rowIndex:oe,columnIndex:ue});Array.isArray(Ue)?(de=Ue[0],_e=Ue[1]):typeof Ue=="object"&&(de=Ue.rowspan,_e=Ue.colspan)}return{rowspan:de,colspan:_e}},getColspanRealWidth:(z,re,oe)=>{if(re<1)return z[oe].realWidth;const ue=z.map(({realWidth:de,width:_e})=>de||_e).slice(oe,oe+re);return Number(ue.reduce((de,_e)=>Number(de)+Number(_e),-1))}}}function useRender$1(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table"),{handleDoubleClick:n,handleClick:$,handleContextMenu:k,handleMouseEnter:L,handleMouseLeave:j,handleCellMouseEnter:V,handleCellMouseLeave:z,tooltipContent:re,tooltipTrigger:oe}=useEvents(e),{getRowStyle:ue,getRowClass:de,getCellStyle:_e,getCellClass:Ne,getSpan:Ue,getColspanRealWidth:$e}=useStyles$1(e),Ve=computed(()=>e.store.states.columns.value.findIndex(({type:dr})=>dr==="default")),Fe=(dr,cr)=>{const nr=t.props.rowKey;return nr?getRowIdentity(dr,nr):cr},qe=(dr,cr,nr,lr=!1)=>{const{tooltipEffect:Et,tooltipOptions:ie,store:pe}=e,{indent:Ce,columns:Ie}=pe.states,jt=de(dr,cr);let ar=!0;return nr&&(jt.push(y.em("row",`level-${nr.level}`)),ar=nr.display),h$1("tr",{style:[ar?null:{display:"none"},ue(dr,cr)],class:jt,key:Fe(dr,cr),onDblclick:kt=>n(kt,dr),onClick:kt=>$(kt,dr),onContextmenu:kt=>k(kt,dr),onMouseenter:()=>L(cr),onMouseleave:j},Ie.value.map((kt,he)=>{const{rowspan:tr,colspan:gr}=Ue(dr,kt,cr,he);if(!tr||!gr)return null;const _r=Object.assign({},kt);_r.realWidth=$e(Ie.value,gr,he);const yr={store:e.store,_self:e.context||t,column:_r,row:dr,$index:cr,cellIndex:he,expanded:lr};he===Ve.value&&nr&&(yr.treeNode={indent:nr.level*Ce.value,level:nr.level},typeof nr.expanded=="boolean"&&(yr.treeNode.expanded=nr.expanded,"loading"in nr&&(yr.treeNode.loading=nr.loading),"noLazyChildren"in nr&&(yr.treeNode.noLazyChildren=nr.noLazyChildren)));const xr=`${Fe(dr,cr)},${he}`,Nr=_r.columnKey||_r.rawColumnKey||"",Tr=er(he,kt,yr),Sr=kt.showOverflowTooltip&&merge$1({effect:Et},ie,kt.showOverflowTooltip);return h$1("td",{style:_e(cr,he,dr,kt),class:Ne(cr,he,dr,kt,gr-1),key:`${Nr}${xr}`,rowspan:tr,colspan:gr,onMouseenter:Ar=>V(Ar,dr,Sr),onMouseleave:z},[Tr])}))},er=(dr,cr,nr)=>cr.renderCell(nr);return{wrappedRowRender:(dr,cr)=>{const nr=e.store,{isRowExpanded:lr,assertRowKey:Et}=nr,{treeData:ie,lazyTreeNodeMap:pe,childrenColumnName:Ce,rowKey:Ie}=nr.states,jt=nr.states.columns.value;if(jt.some(({type:ur})=>ur==="expand")){const ur=lr(dr),kt=qe(dr,cr,void 0,ur),he=t.renderExpanded;return ur?he?[[kt,h$1("tr",{key:`expanded-row__${kt.key}`},[h$1("td",{colspan:jt.length,class:`${y.e("cell")} ${y.e("expanded-cell")}`},[he({row:dr,$index:cr,store:nr,expanded:ur})])])]]:(console.error("[Element Error]renderExpanded is required."),kt):[[kt]]}else if(Object.keys(ie.value).length){Et();const ur=getRowIdentity(dr,Ie.value);let kt=ie.value[ur],he=null;kt&&(he={expanded:kt.expanded,level:kt.level,display:!0},typeof kt.lazy=="boolean"&&(typeof kt.loaded=="boolean"&&kt.loaded&&(he.noLazyChildren=!(kt.children&&kt.children.length)),he.loading=kt.loading));const tr=[qe(dr,cr,he)];if(kt){let gr=0;const _r=(xr,Nr)=>{xr&&xr.length&&Nr&&xr.forEach(Tr=>{const Sr={display:Nr.display&&Nr.expanded,level:Nr.level+1,expanded:!1,noLazyChildren:!1,loading:!1},Ar=getRowIdentity(Tr,Ie.value);if(Ar==null)throw new Error("For nested data item, row-key is required.");if(kt={...ie.value[Ar]},kt&&(Sr.expanded=kt.expanded,kt.level=kt.level||Sr.level,kt.display=!!(kt.expanded&&Sr.display),typeof kt.lazy=="boolean"&&(typeof kt.loaded=="boolean"&&kt.loaded&&(Sr.noLazyChildren=!(kt.children&&kt.children.length)),Sr.loading=kt.loading)),gr++,tr.push(qe(Tr,cr+gr,Sr)),kt){const Fr=pe.value[Ar]||Tr[Ce.value];_r(Fr,kt)}})};kt.display=!0;const yr=pe.value[ur]||dr[Ce.value];_r(yr,kt)}return tr}else return qe(dr,cr,void 0)},tooltipContent:re,tooltipTrigger:oe}}const defaultProps$2={store:{required:!0,type:Object},stripe:Boolean,tooltipEffect:String,tooltipOptions:{type:Object},context:{default:()=>({}),type:Object},rowClassName:[String,Function],rowStyle:[Object,Function],fixed:{type:String,default:""},highlight:Boolean};var TableBody=defineComponent({name:"ElTableBody",props:defaultProps$2,setup(e){const t=getCurrentInstance(),y=inject(TABLE_INJECTION_KEY),n=useNamespace("table"),{wrappedRowRender:$,tooltipContent:k,tooltipTrigger:L}=useRender$1(e),{onColumnsChange:j,onScrollableChange:V}=useLayoutObserver(y),z=[];return watch(e.store.states.hoverRow,(re,oe)=>{var ue;const de=t==null?void 0:t.vnode.el,_e=Array.from((de==null?void 0:de.children)||[]).filter($e=>$e==null?void 0:$e.classList.contains(`${n.e("row")}`));let Ne=re;const Ue=(ue=_e[Ne])==null?void 0:ue.childNodes;if(Ue!=null&&Ue.length){let $e=0;Array.from(Ue).reduce((Fe,qe,er)=>{var ir,dr;return((ir=Ue[er])==null?void 0:ir.colSpan)>1&&($e=(dr=Ue[er])==null?void 0:dr.colSpan),qe.nodeName!=="TD"&&$e===0&&Fe.push(er),$e>0&&$e--,Fe},[]).forEach(Fe=>{var qe;for(Ne=re;Ne>0;){const er=(qe=_e[Ne-1])==null?void 0:qe.childNodes;if(er[Fe]&&er[Fe].nodeName==="TD"&&er[Fe].rowSpan>1){addClass(er[Fe],"hover-cell"),z.push(er[Fe]);break}Ne--}})}else z.forEach($e=>removeClass($e,"hover-cell")),z.length=0;!e.store.states.isComplex.value||!isClient||rAF(()=>{const $e=_e[oe],Ve=_e[re];$e&&!$e.classList.contains("hover-fixed-row")&&removeClass($e,"hover-row"),Ve&&addClass(Ve,"hover-row")})}),onUnmounted(()=>{var re;(re=removePopper)==null||re()}),{ns:n,onColumnsChange:j,onScrollableChange:V,wrappedRowRender:$,tooltipContent:k,tooltipTrigger:L}},render(){const{wrappedRowRender:e,store:t}=this,y=t.states.data.value||[];return h$1("tbody",{tabIndex:-1},[y.reduce((n,$)=>n.concat(e($,n.length)),[])])}});function useMapState(){const e=inject(TABLE_INJECTION_KEY),t=e==null?void 0:e.store,y=computed(()=>t.states.fixedLeafColumnsLength.value),n=computed(()=>t.states.rightFixedColumns.value.length),$=computed(()=>t.states.columns.value.length),k=computed(()=>t.states.fixedColumns.value.length),L=computed(()=>t.states.rightFixedColumns.value.length);return{leftFixedLeafCount:y,rightFixedLeafCount:n,columnsCount:$,leftFixedCount:k,rightFixedCount:L,columns:t.states.columns}}function useStyle$1(e){const{columns:t}=useMapState(),y=useNamespace("table");return{getCellClasses:(k,L)=>{const j=k[L],V=[y.e("cell"),j.id,j.align,j.labelClassName,...getFixedColumnsClass(y.b(),L,j.fixed,e.store)];return j.className&&V.push(j.className),j.children||V.push(y.is("leaf")),V},getCellStyles:(k,L)=>{const j=getFixedColumnOffset(L,k.fixed,e.store);return ensurePosition(j,"left"),ensurePosition(j,"right"),j},columns:t}}var TableFooter=defineComponent({name:"ElTableFooter",props:{fixed:{type:String,default:""},store:{required:!0,type:Object},summaryMethod:Function,sumText:String,border:Boolean,defaultSort:{type:Object,default:()=>({prop:"",order:""})}},setup(e){const{getCellClasses:t,getCellStyles:y,columns:n}=useStyle$1(e);return{ns:useNamespace("table"),getCellClasses:t,getCellStyles:y,columns:n}},render(){const{columns:e,getCellStyles:t,getCellClasses:y,summaryMethod:n,sumText:$}=this,k=this.store.states.data.value;let L=[];return n?L=n({columns:e,data:k}):e.forEach((j,V)=>{if(V===0){L[V]=$;return}const z=k.map(de=>Number(de[j.property])),re=[];let oe=!0;z.forEach(de=>{if(!Number.isNaN(+de)){oe=!1;const _e=`${de}`.split(".")[1];re.push(_e?_e.length:0)}});const ue=Math.max.apply(null,re);oe?L[V]="":L[V]=z.reduce((de,_e)=>{const Ne=Number(_e);return Number.isNaN(+Ne)?de:Number.parseFloat((de+_e).toFixed(Math.min(ue,20)))},0)}),h$1(h$1("tfoot",[h$1("tr",{},[...e.map((j,V)=>h$1("td",{key:V,colspan:j.colSpan,rowspan:j.rowSpan,class:y(e,V),style:t(j,V)},[h$1("div",{class:["cell",j.labelClassName]},[L[V]])]))])]))}});function useUtils(e){return{setCurrentRow:re=>{e.commit("setCurrentRow",re)},getSelectionRows:()=>e.getSelectionRows(),toggleRowSelection:(re,oe)=>{e.toggleRowSelection(re,oe,!1),e.updateAllSelected()},clearSelection:()=>{e.clearSelection()},clearFilter:re=>{e.clearFilter(re)},toggleAllSelection:()=>{e.commit("toggleAllSelection")},toggleRowExpansion:(re,oe)=>{e.toggleRowExpansionAdapter(re,oe)},clearSort:()=>{e.clearSort()},sort:(re,oe)=>{e.commit("sort",{prop:re,order:oe})}}}function useStyle(e,t,y,n){const $=ref$1(!1),k=ref$1(null),L=ref$1(!1),j=kt=>{L.value=kt},V=ref$1({width:null,height:null,headerHeight:null}),z=ref$1(!1),re={display:"inline-block",verticalAlign:"middle"},oe=ref$1(),ue=ref$1(0),de=ref$1(0),_e=ref$1(0),Ne=ref$1(0),Ue=ref$1(0);watchEffect(()=>{t.setHeight(e.height)}),watchEffect(()=>{t.setMaxHeight(e.maxHeight)}),watch(()=>[e.currentRowKey,y.states.rowKey],([kt,he])=>{!unref(he)||!unref(kt)||y.setCurrentRowKey(`${kt}`)},{immediate:!0}),watch(()=>e.data,kt=>{n.store.commit("setData",kt)},{immediate:!0,deep:!0}),watchEffect(()=>{e.expandRowKeys&&y.setExpandRowKeysAdapter(e.expandRowKeys)});const $e=()=>{n.store.commit("setHoverRow",null),n.hoverState&&(n.hoverState=null)},Ve=(kt,he)=>{const{pixelX:tr,pixelY:gr}=he;Math.abs(tr)>=Math.abs(gr)&&(n.refs.bodyWrapper.scrollLeft+=he.pixelX/5)},Fe=computed(()=>e.height||e.maxHeight||y.states.fixedColumns.value.length>0||y.states.rightFixedColumns.value.length>0),qe=computed(()=>({width:t.bodyWidth.value?`${t.bodyWidth.value}px`:""})),er=()=>{Fe.value&&t.updateElsHeight(),t.updateColumnsWidth(),requestAnimationFrame(nr)};onMounted(async()=>{await nextTick$3(),y.updateColumns(),lr(),requestAnimationFrame(er);const kt=n.vnode.el,he=n.refs.headerWrapper;e.flexible&&kt&&kt.parentElement&&(kt.parentElement.style.minWidth="0"),V.value={width:oe.value=kt.offsetWidth,height:kt.offsetHeight,headerHeight:e.showHeader&&he?he.offsetHeight:null},y.states.columns.value.forEach(tr=>{tr.filteredValue&&tr.filteredValue.length&&n.store.commit("filterChange",{column:tr,values:tr.filteredValue,silent:!0})}),n.$ready=!0});const ir=(kt,he)=>{if(!kt)return;const tr=Array.from(kt.classList).filter(gr=>!gr.startsWith("is-scrolling-"));tr.push(t.scrollX.value?he:"is-scrolling-none"),kt.className=tr.join(" ")},dr=kt=>{const{tableWrapper:he}=n.refs;ir(he,kt)},cr=kt=>{const{tableWrapper:he}=n.refs;return!!(he&&he.classList.contains(kt))},nr=function(){if(!n.refs.scrollBarRef)return;if(!t.scrollX.value){const Nr="is-scrolling-none";cr(Nr)||dr(Nr);return}const kt=n.refs.scrollBarRef.wrapRef;if(!kt)return;const{scrollLeft:he,offsetWidth:tr,scrollWidth:gr}=kt,{headerWrapper:_r,footerWrapper:yr}=n.refs;_r&&(_r.scrollLeft=he),yr&&(yr.scrollLeft=he);const xr=gr-tr-1;he>=xr?dr("is-scrolling-right"):dr(he===0?"is-scrolling-left":"is-scrolling-middle")},lr=()=>{n.refs.scrollBarRef&&(n.refs.scrollBarRef.wrapRef&&useEventListener(n.refs.scrollBarRef.wrapRef,"scroll",nr,{passive:!0}),e.fit?useResizeObserver(n.vnode.el,Et):useEventListener(window,"resize",Et),useResizeObserver(n.refs.bodyWrapper,()=>{var kt,he;Et(),(he=(kt=n.refs)==null?void 0:kt.scrollBarRef)==null||he.update()}))},Et=()=>{var kt,he,tr,gr;const _r=n.vnode.el;if(!n.$ready||!_r)return;let yr=!1;const{width:xr,height:Nr,headerHeight:Tr}=V.value,Sr=oe.value=_r.offsetWidth;xr!==Sr&&(yr=!0);const Ar=_r.offsetHeight;(e.height||Fe.value)&&Nr!==Ar&&(yr=!0);const Fr=e.tableLayout==="fixed"?n.refs.headerWrapper:(kt=n.refs.tableHeaderRef)==null?void 0:kt.$el;e.showHeader&&(Fr==null?void 0:Fr.offsetHeight)!==Tr&&(yr=!0),ue.value=((he=n.refs.tableWrapper)==null?void 0:he.scrollHeight)||0,_e.value=(Fr==null?void 0:Fr.scrollHeight)||0,Ne.value=((tr=n.refs.footerWrapper)==null?void 0:tr.offsetHeight)||0,Ue.value=((gr=n.refs.appendWrapper)==null?void 0:gr.offsetHeight)||0,de.value=ue.value-_e.value-Ne.value-Ue.value,yr&&(V.value={width:Sr,height:Ar,headerHeight:e.showHeader&&(Fr==null?void 0:Fr.offsetHeight)||0},er())},ie=useFormSize(),pe=computed(()=>{const{bodyWidth:kt,scrollY:he,gutterWidth:tr}=t;return kt.value?`${kt.value-(he.value?tr:0)}px`:""}),Ce=computed(()=>e.maxHeight?"fixed":e.tableLayout),Ie=computed(()=>{if(e.data&&e.data.length)return null;let kt="100%";e.height&&de.value&&(kt=`${de.value}px`);const he=oe.value;return{width:he?`${he}px`:"",height:kt}}),jt=computed(()=>e.height?{height:Number.isNaN(Number(e.height))?e.height:`${e.height}px`}:e.maxHeight?{maxHeight:Number.isNaN(Number(e.maxHeight))?e.maxHeight:`${e.maxHeight}px`}:{}),ar=computed(()=>e.height?{height:"100%"}:e.maxHeight?Number.isNaN(Number(e.maxHeight))?{maxHeight:`calc(${e.maxHeight} - ${_e.value+Ne.value}px)`}:{maxHeight:`${e.maxHeight-_e.value-Ne.value}px`}:{});return{isHidden:$,renderExpanded:k,setDragVisible:j,isGroup:z,handleMouseLeave:$e,handleHeaderFooterMousewheel:Ve,tableSize:ie,emptyBlockStyle:Ie,handleFixedMousewheel:(kt,he)=>{const tr=n.refs.bodyWrapper;if(Math.abs(he.spinY)>0){const gr=tr.scrollTop;he.pixelY<0&&gr!==0&&kt.preventDefault(),he.pixelY>0&&tr.scrollHeight-tr.clientHeight>gr&&kt.preventDefault(),tr.scrollTop+=Math.ceil(he.pixelY/5)}else tr.scrollLeft+=Math.ceil(he.pixelX/5)},resizeProxyVisible:L,bodyWidth:pe,resizeState:V,doLayout:er,tableBodyStyles:qe,tableLayout:Ce,scrollbarViewStyle:re,tableInnerStyle:jt,scrollbarStyle:ar}}function useKeyRender(e){const t=ref$1(),y=()=>{const $=e.vnode.el.querySelector(".hidden-columns"),k={childList:!0,subtree:!0},L=e.store.states.updateOrderFns;t.value=new MutationObserver(()=>{L.forEach(j=>j())}),t.value.observe($,k)};onMounted(()=>{y()}),onUnmounted(()=>{var n;(n=t.value)==null||n.disconnect()})}var defaultProps$1={data:{type:Array,default:()=>[]},size:useSizeProp,width:[String,Number],height:[String,Number],maxHeight:[String,Number],fit:{type:Boolean,default:!0},stripe:Boolean,border:Boolean,rowKey:[String,Function],showHeader:{type:Boolean,default:!0},showSummary:Boolean,sumText:String,summaryMethod:Function,rowClassName:[String,Function],rowStyle:[Object,Function],cellClassName:[String,Function],cellStyle:[Object,Function],headerRowClassName:[String,Function],headerRowStyle:[Object,Function],headerCellClassName:[String,Function],headerCellStyle:[Object,Function],highlightCurrentRow:Boolean,currentRowKey:[String,Number],emptyText:String,expandRowKeys:Array,defaultExpandAll:Boolean,defaultSort:Object,tooltipEffect:String,tooltipOptions:Object,spanMethod:Function,selectOnIndeterminate:{type:Boolean,default:!0},indent:{type:Number,default:16},treeProps:{type:Object,default:()=>({hasChildren:"hasChildren",children:"children",checkStrictly:!1})},lazy:Boolean,load:Function,style:{type:Object,default:()=>({})},className:{type:String,default:""},tableLayout:{type:String,default:"fixed"},scrollbarAlwaysOn:Boolean,flexible:Boolean,showOverflowTooltip:[Boolean,Object]};function hColgroup(e){const t=e.tableLayout==="auto";let y=e.columns||[];t&&y.every($=>$.width===void 0)&&(y=[]);const n=$=>{const k={key:`${e.tableLayout}_${$.id}`,style:{},name:void 0};return t?k.style={width:`${$.width}px`}:k.name=$.id,k};return h$1("colgroup",{},y.map($=>h$1("col",n($))))}hColgroup.props=["columns","tableLayout"];const useScrollbar$1=()=>{const e=ref$1(),t=(k,L)=>{const j=e.value;j&&j.scrollTo(k,L)},y=(k,L)=>{const j=e.value;j&&isNumber$4(L)&&["Top","Left"].includes(k)&&j[`setScroll${k}`](L)};return{scrollBarRef:e,scrollTo:t,setScrollTop:k=>y("Top",k),setScrollLeft:k=>y("Left",k)}};let tableIdSeed=1;const _sfc_main$$=defineComponent({name:"ElTable",directives:{Mousewheel},components:{TableHeader,TableBody,TableFooter,ElScrollbar,hColgroup},props:defaultProps$1,emits:["select","select-all","selection-change","cell-mouse-enter","cell-mouse-leave","cell-contextmenu","cell-click","cell-dblclick","row-click","row-contextmenu","row-dblclick","header-click","header-contextmenu","sort-change","filter-change","current-change","header-dragend","expand-change"],setup(e){const{t}=useLocale(),y=useNamespace("table"),n=getCurrentInstance();provide(TABLE_INJECTION_KEY,n);const $=createStore(n,e);n.store=$;const k=new TableLayout({store:n.store,table:n,fit:e.fit,showHeader:e.showHeader});n.layout=k;const L=computed(()=>($.states.data.value||[]).length===0),{setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:oe,toggleAllSelection:ue,toggleRowExpansion:de,clearSort:_e,sort:Ne}=useUtils($),{isHidden:Ue,renderExpanded:$e,setDragVisible:Ve,isGroup:Fe,handleMouseLeave:qe,handleHeaderFooterMousewheel:er,tableSize:ir,emptyBlockStyle:dr,handleFixedMousewheel:cr,resizeProxyVisible:nr,bodyWidth:lr,resizeState:Et,doLayout:ie,tableBodyStyles:pe,tableLayout:Ce,scrollbarViewStyle:Ie,tableInnerStyle:jt,scrollbarStyle:ar}=useStyle(e,k,$,n),{scrollBarRef:ur,scrollTo:kt,setScrollLeft:he,setScrollTop:tr}=useScrollbar$1(),gr=debounce(ie,50),_r=`${y.namespace.value}-table_${tableIdSeed++}`;n.tableId=_r,n.state={isGroup:Fe,resizeState:Et,doLayout:ie,debouncedUpdateLayout:gr};const yr=computed(()=>e.sumText||t("el.table.sumText")),xr=computed(()=>e.emptyText||t("el.table.emptyText")),Nr=computed(()=>convertToRows($.states.originColumns.value)[0]);return useKeyRender(n),{ns:y,layout:k,store:$,columns:Nr,handleHeaderFooterMousewheel:er,handleMouseLeave:qe,tableId:_r,tableSize:ir,isHidden:Ue,isEmpty:L,renderExpanded:$e,resizeProxyVisible:nr,resizeState:Et,isGroup:Fe,bodyWidth:lr,tableBodyStyles:pe,emptyBlockStyle:dr,debouncedUpdateLayout:gr,handleFixedMousewheel:cr,setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:oe,toggleAllSelection:ue,toggleRowExpansion:de,clearSort:_e,doLayout:ie,sort:Ne,t,setDragVisible:Ve,context:n,computedSumText:yr,computedEmptyText:xr,tableLayout:Ce,scrollbarViewStyle:Ie,tableInnerStyle:jt,scrollbarStyle:ar,scrollBarRef:ur,scrollTo:kt,setScrollLeft:he,setScrollTop:tr}}});function _sfc_render$3(e,t,y,n,$,k){const L=resolveComponent("hColgroup"),j=resolveComponent("table-header"),V=resolveComponent("table-body"),z=resolveComponent("table-footer"),re=resolveComponent("el-scrollbar"),oe=resolveDirective("mousewheel");return openBlock(),createElementBlock("div",{ref:"tableWrapper",class:normalizeClass([{[e.ns.m("fit")]:e.fit,[e.ns.m("striped")]:e.stripe,[e.ns.m("border")]:e.border||e.isGroup,[e.ns.m("hidden")]:e.isHidden,[e.ns.m("group")]:e.isGroup,[e.ns.m("fluid-height")]:e.maxHeight,[e.ns.m("scrollable-x")]:e.layout.scrollX.value,[e.ns.m("scrollable-y")]:e.layout.scrollY.value,[e.ns.m("enable-row-hover")]:!e.store.states.isComplex.value,[e.ns.m("enable-row-transition")]:(e.store.states.data.value||[]).length!==0&&(e.store.states.data.value||[]).length<100,"has-footer":e.showSummary},e.ns.m(e.tableSize),e.className,e.ns.b(),e.ns.m(`layout-${e.tableLayout}`)]),style:normalizeStyle(e.style),"data-prefix":e.ns.namespace.value,onMouseleave:e.handleMouseLeave},[createBaseVNode("div",{class:normalizeClass(e.ns.e("inner-wrapper")),style:normalizeStyle(e.tableInnerStyle)},[createBaseVNode("div",{ref:"hiddenColumns",class:"hidden-columns"},[renderSlot(e.$slots,"default")],512),e.showHeader&&e.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:0,ref:"headerWrapper",class:normalizeClass(e.ns.e("header-wrapper"))},[createBaseVNode("table",{ref:"tableHeader",class:normalizeClass(e.ns.e("header")),style:normalizeStyle(e.tableBodyStyles),border:"0",cellpadding:"0",cellspacing:"0"},[createVNode(L,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),createVNode(j,{ref:"tableHeaderRef",border:e.border,"default-sort":e.defaultSort,store:e.store,onSetDragVisible:e.setDragVisible},null,8,["border","default-sort","store","onSetDragVisible"])],6)],2)),[[oe,e.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"bodyWrapper",class:normalizeClass(e.ns.e("body-wrapper"))},[createVNode(re,{ref:"scrollBarRef","view-style":e.scrollbarViewStyle,"wrap-style":e.scrollbarStyle,always:e.scrollbarAlwaysOn},{default:withCtx(()=>[createBaseVNode("table",{ref:"tableBody",class:normalizeClass(e.ns.e("body")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle({width:e.bodyWidth,tableLayout:e.tableLayout})},[createVNode(L,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),e.showHeader&&e.tableLayout==="auto"?(openBlock(),createBlock(j,{key:0,ref:"tableHeaderRef",class:normalizeClass(e.ns.e("body-header")),border:e.border,"default-sort":e.defaultSort,store:e.store,onSetDragVisible:e.setDragVisible},null,8,["class","border","default-sort","store","onSetDragVisible"])):createCommentVNode("v-if",!0),createVNode(V,{context:e.context,highlight:e.highlightCurrentRow,"row-class-name":e.rowClassName,"tooltip-effect":e.tooltipEffect,"tooltip-options":e.tooltipOptions,"row-style":e.rowStyle,store:e.store,stripe:e.stripe},null,8,["context","highlight","row-class-name","tooltip-effect","tooltip-options","row-style","store","stripe"]),e.showSummary&&e.tableLayout==="auto"?(openBlock(),createBlock(z,{key:1,class:normalizeClass(e.ns.e("body-footer")),border:e.border,"default-sort":e.defaultSort,store:e.store,"sum-text":e.computedSumText,"summary-method":e.summaryMethod},null,8,["class","border","default-sort","store","sum-text","summary-method"])):createCommentVNode("v-if",!0)],6),e.isEmpty?(openBlock(),createElementBlock("div",{key:0,ref:"emptyBlock",style:normalizeStyle(e.emptyBlockStyle),class:normalizeClass(e.ns.e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(e.ns.e("empty-text"))},[renderSlot(e.$slots,"empty",{},()=>[createTextVNode(toDisplayString(e.computedEmptyText),1)])],2)],6)):createCommentVNode("v-if",!0),e.$slots.append?(openBlock(),createElementBlock("div",{key:1,ref:"appendWrapper",class:normalizeClass(e.ns.e("append-wrapper"))},[renderSlot(e.$slots,"append")],2)):createCommentVNode("v-if",!0)]),_:3},8,["view-style","wrap-style","always"])],2),e.showSummary&&e.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:1,ref:"footerWrapper",class:normalizeClass(e.ns.e("footer-wrapper"))},[createBaseVNode("table",{class:normalizeClass(e.ns.e("footer")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle(e.tableBodyStyles)},[createVNode(L,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),createVNode(z,{border:e.border,"default-sort":e.defaultSort,store:e.store,"sum-text":e.computedSumText,"summary-method":e.summaryMethod},null,8,["border","default-sort","store","sum-text","summary-method"])],6)],2)),[[vShow,!e.isEmpty],[oe,e.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),e.border||e.isGroup?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(e.ns.e("border-left-patch"))},null,2)):createCommentVNode("v-if",!0)],6),withDirectives(createBaseVNode("div",{ref:"resizeProxy",class:normalizeClass(e.ns.e("column-resize-proxy"))},null,2),[[vShow,e.resizeProxyVisible]])],46,["data-prefix","onMouseleave"])}var Table=_export_sfc$1(_sfc_main$$,[["render",_sfc_render$3],["__file","table.vue"]]);const defaultClassNames={selection:"table-column--selection",expand:"table__expand-column"},cellStarts={default:{order:""},selection:{width:48,minWidth:48,realWidth:48,order:""},expand:{width:48,minWidth:48,realWidth:48,order:""},index:{width:48,minWidth:48,realWidth:48,order:""}},getDefaultClassName=e=>defaultClassNames[e]||"",cellForced={selection:{renderHeader({store:e,column:t}){function y(){return e.states.data.value&&e.states.data.value.length===0}return h$1(ElCheckbox,{disabled:y(),size:e.states.tableSize.value,indeterminate:e.states.selection.value.length>0&&!e.states.isAllSelected.value,"onUpdate:modelValue":e.toggleAllSelection,modelValue:e.states.isAllSelected.value,ariaLabel:t.label})},renderCell({row:e,column:t,store:y,$index:n}){return h$1(ElCheckbox,{disabled:t.selectable?!t.selectable.call(null,e,n):!1,size:y.states.tableSize.value,onChange:()=>{y.commit("rowSelectedChanged",e)},onClick:$=>$.stopPropagation(),modelValue:y.isSelected(e),ariaLabel:t.label})},sortable:!1,resizable:!1},index:{renderHeader({column:e}){return e.label||"#"},renderCell({column:e,$index:t}){let y=t+1;const n=e.index;return typeof n=="number"?y=t+n:typeof n=="function"&&(y=n(t)),h$1("div",{},[y])},sortable:!1},expand:{renderHeader({column:e}){return e.label||""},renderCell({row:e,store:t,expanded:y}){const{ns:n}=t,$=[n.e("expand-icon")];return y&&$.push(n.em("expand-icon","expanded")),h$1("div",{class:$,onClick:function(L){L.stopPropagation(),t.toggleRowExpansion(e)}},{default:()=>[h$1(ElIcon,null,{default:()=>[h$1(arrow_right_default)]})]})},sortable:!1,resizable:!1}};function defaultRenderCell({row:e,column:t,$index:y}){var n;const $=t.property,k=$&&getProp(e,$).value;return t&&t.formatter?t.formatter(e,t,k,y):((n=k==null?void 0:k.toString)==null?void 0:n.call(k))||""}function treeCellPrefix({row:e,treeNode:t,store:y},n=!1){const{ns:$}=y;if(!t)return n?[h$1("span",{class:$.e("placeholder")})]:null;const k=[],L=function(j){j.stopPropagation(),!t.loading&&y.loadOrToggle(e)};if(t.indent&&k.push(h$1("span",{class:$.e("indent"),style:{"padding-left":`${t.indent}px`}})),typeof t.expanded=="boolean"&&!t.noLazyChildren){const j=[$.e("expand-icon"),t.expanded?$.em("expand-icon","expanded"):""];let V=arrow_right_default;t.loading&&(V=loading_default),k.push(h$1("div",{class:j,onClick:L},{default:()=>[h$1(ElIcon,{class:{[$.is("loading")]:t.loading}},{default:()=>[h$1(V)]})]}))}else k.push(h$1("span",{class:$.e("placeholder")}));return k}function getAllAliases(e,t){return e.reduce((y,n)=>(y[n]=n,y),t)}function useWatcher(e,t){const y=getCurrentInstance();return{registerComplexWatchers:()=>{const k=["fixed"],L={realWidth:"width",realMinWidth:"minWidth"},j=getAllAliases(k,L);Object.keys(j).forEach(V=>{const z=L[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{let oe=re;z==="width"&&V==="realWidth"&&(oe=parseWidth(re)),z==="minWidth"&&V==="realMinWidth"&&(oe=parseMinWidth(re)),y.columnConfig.value[z]=oe,y.columnConfig.value[V]=oe;const ue=z==="fixed";e.value.store.scheduleLayout(ue)})})},registerNormalWatchers:()=>{const k=["label","filters","filterMultiple","filteredValue","sortable","index","formatter","className","labelClassName","filterClassName","showOverflowTooltip"],L={property:"prop",align:"realAlign",headerAlign:"realHeaderAlign"},j=getAllAliases(k,L);Object.keys(j).forEach(V=>{const z=L[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{y.columnConfig.value[V]=re})})}}}function useRender(e,t,y){const n=getCurrentInstance(),$=ref$1(""),k=ref$1(!1),L=ref$1(),j=ref$1(),V=useNamespace("table");watchEffect(()=>{L.value=e.align?`is-${e.align}`:null,L.value}),watchEffect(()=>{j.value=e.headerAlign?`is-${e.headerAlign}`:L.value,j.value});const z=computed(()=>{let qe=n.vnode.vParent||n.parent;for(;qe&&!qe.tableId&&!qe.columnId;)qe=qe.vnode.vParent||qe.parent;return qe}),re=computed(()=>{const{store:qe}=n.parent;if(!qe)return!1;const{treeData:er}=qe.states,ir=er.value;return ir&&Object.keys(ir).length>0}),oe=ref$1(parseWidth(e.width)),ue=ref$1(parseMinWidth(e.minWidth)),de=qe=>(oe.value&&(qe.width=oe.value),ue.value&&(qe.minWidth=ue.value),!oe.value&&ue.value&&(qe.width=void 0),qe.minWidth||(qe.minWidth=80),qe.realWidth=Number(qe.width===void 0?qe.minWidth:qe.width),qe),_e=qe=>{const er=qe.type,ir=cellForced[er]||{};Object.keys(ir).forEach(cr=>{const nr=ir[cr];cr!=="className"&&nr!==void 0&&(qe[cr]=nr)});const dr=getDefaultClassName(er);if(dr){const cr=`${unref(V.namespace)}-${dr}`;qe.className=qe.className?`${qe.className} ${cr}`:cr}return qe},Ne=qe=>{Array.isArray(qe)?qe.forEach(ir=>er(ir)):er(qe);function er(ir){var dr;((dr=ir==null?void 0:ir.type)==null?void 0:dr.name)==="ElTableColumn"&&(ir.vParent=n)}};return{columnId:$,realAlign:L,isSubColumn:k,realHeaderAlign:j,columnOrTableParent:z,setColumnWidth:de,setColumnForcedProps:_e,setColumnRenders:qe=>{e.renderHeader||qe.type!=="selection"&&(qe.renderHeader=ir=>(n.columnConfig.value.label,renderSlot(t,"header",ir,()=>[qe.label]))),t["filter-icon"]&&(qe.renderFilterIcon=ir=>renderSlot(t,"filter-icon",ir));let er=qe.renderCell;return qe.type==="expand"?(qe.renderCell=ir=>h$1("div",{class:"cell"},[er(ir)]),y.value.renderExpanded=ir=>t.default?t.default(ir):t.default):(er=er||defaultRenderCell,qe.renderCell=ir=>{let dr=null;if(t.default){const pe=t.default(ir);dr=pe.some(Ce=>Ce.type!==Comment)?pe:er(ir)}else dr=er(ir);const{columns:cr}=y.value.store.states,nr=cr.value.findIndex(pe=>pe.type==="default"),lr=re.value&&ir.cellIndex===nr,Et=treeCellPrefix(ir,lr),ie={class:"cell",style:{}};return qe.showOverflowTooltip&&(ie.class=`${ie.class} ${unref(V.namespace)}-tooltip`,ie.style={width:`${(ir.column.realWidth||Number(ir.column.width))-1}px`}),Ne(dr),h$1("div",ie,[Et,dr])}),qe},getPropsData:(...qe)=>qe.reduce((er,ir)=>(Array.isArray(ir)&&ir.forEach(dr=>{er[dr]=e[dr]}),er),{}),getColumnElIndex:(qe,er)=>Array.prototype.indexOf.call(qe,er),updateColumnOrder:()=>{y.value.store.commit("updateColumnOrder",n.columnConfig.value)}}}var defaultProps={type:{type:String,default:"default"},label:String,className:String,labelClassName:String,property:String,prop:String,width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},renderHeader:Function,sortable:{type:[Boolean,String],default:!1},sortMethod:Function,sortBy:[String,Function,Array],resizable:{type:Boolean,default:!0},columnKey:String,align:String,headerAlign:String,showOverflowTooltip:{type:[Boolean,Object],default:void 0},fixed:[Boolean,String],formatter:Function,selectable:Function,reserveSelection:Boolean,filterMethod:Function,filteredValue:Array,filters:Array,filterPlacement:String,filterMultiple:{type:Boolean,default:!0},filterClassName:String,index:[Number,Function],sortOrders:{type:Array,default:()=>["ascending","descending",null],validator:e=>e.every(t=>["ascending","descending",null].includes(t))}};let columnIdSeed=1;var ElTableColumn$1=defineComponent({name:"ElTableColumn",components:{ElCheckbox},props:defaultProps,setup(e,{slots:t}){const y=getCurrentInstance(),n=ref$1({}),$=computed(()=>{let Fe=y.parent;for(;Fe&&!Fe.tableId;)Fe=Fe.parent;return Fe}),{registerNormalWatchers:k,registerComplexWatchers:L}=useWatcher($,e),{columnId:j,isSubColumn:V,realHeaderAlign:z,columnOrTableParent:re,setColumnWidth:oe,setColumnForcedProps:ue,setColumnRenders:de,getPropsData:_e,getColumnElIndex:Ne,realAlign:Ue,updateColumnOrder:$e}=useRender(e,t,$),Ve=re.value;j.value=`${Ve.tableId||Ve.columnId}_column_${columnIdSeed++}`,onBeforeMount(()=>{V.value=$.value!==Ve;const Fe=e.type||"default",qe=e.sortable===""?!0:e.sortable,er=isUndefined$2(e.showOverflowTooltip)?Ve.props.showOverflowTooltip:e.showOverflowTooltip,ir={...cellStarts[Fe],id:j.value,type:Fe,property:e.prop||e.property,align:Ue,headerAlign:z,showOverflowTooltip:er,filterable:e.filters||e.filterMethod,filteredValue:[],filterPlacement:"",filterClassName:"",isColumnGroup:!1,isSubColumn:!1,filterOpened:!1,sortable:qe,index:e.index,rawColumnKey:y.vnode.key};let Et=_e(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement","filterClassName"]);Et=mergeOptions$1(ir,Et),Et=compose$1(de,oe,ue)(Et),n.value=Et,k(),L()}),onMounted(()=>{var Fe;const qe=re.value,er=V.value?qe.vnode.el.children:(Fe=qe.refs.hiddenColumns)==null?void 0:Fe.children,ir=()=>Ne(er||[],y.vnode.el);n.value.getColumnIndex=ir,ir()>-1&&$.value.store.commit("insertColumn",n.value,V.value?qe.columnConfig.value:null,$e)}),onBeforeUnmount(()=>{n.value.getColumnIndex()>-1&&$.value.store.commit("removeColumn",n.value,V.value?Ve.columnConfig.value:null,$e)}),y.columnId=j.value,y.columnConfig=n},render(){var e,t,y;try{const n=(t=(e=this.$slots).default)==null?void 0:t.call(e,{row:{},column:{},$index:-1}),$=[];if(Array.isArray(n))for(const L of n)((y=L.type)==null?void 0:y.name)==="ElTableColumn"||L.shapeFlag&2?$.push(L):L.type===Fragment&&Array.isArray(L.children)&&L.children.forEach(j=>{(j==null?void 0:j.patchFlag)!==1024&&!isString$4(j==null?void 0:j.children)&&$.push(j)});return h$1("div",$)}catch{return h$1("div",[])}}});const ElTable=withInstall(Table,{TableColumn:ElTableColumn$1}),ElTableColumn=withNoopInstall(ElTableColumn$1);var SortOrder=(e=>(e.ASC="asc",e.DESC="desc",e))(SortOrder||{}),Alignment=(e=>(e.CENTER="center",e.RIGHT="right",e))(Alignment||{}),FixedDir=(e=>(e.LEFT="left",e.RIGHT="right",e))(FixedDir||{});const oppositeOrderMap={asc:"desc",desc:"asc"},placeholderSign=Symbol("placeholder"),calcColumnStyle=(e,t,y)=>{var n;const $={flexGrow:0,flexShrink:0,...y?{}:{flexGrow:e.flexGrow||0,flexShrink:e.flexShrink||1}};y||($.flexShrink=1);const k={...(n=e.style)!=null?n:{},...$,flexBasis:"auto",width:e.width};return t||(e.maxWidth&&(k.maxWidth=e.maxWidth),e.minWidth&&(k.minWidth=e.minWidth)),k};function useColumns(e,t,y){const n=computed(()=>unref(t).filter(Ne=>!Ne.hidden)),$=computed(()=>unref(n).filter(Ne=>Ne.fixed==="left"||Ne.fixed===!0)),k=computed(()=>unref(n).filter(Ne=>Ne.fixed==="right")),L=computed(()=>unref(n).filter(Ne=>!Ne.fixed)),j=computed(()=>{const Ne=[];return unref($).forEach(Ue=>{Ne.push({...Ue,placeholderSign})}),unref(L).forEach(Ue=>{Ne.push(Ue)}),unref(k).forEach(Ue=>{Ne.push({...Ue,placeholderSign})}),Ne}),V=computed(()=>unref($).length||unref(k).length),z=computed(()=>unref(t).reduce((Ue,$e)=>(Ue[$e.key]=calcColumnStyle($e,unref(y),e.fixed),Ue),{})),re=computed(()=>unref(n).reduce((Ne,Ue)=>Ne+Ue.width,0)),oe=Ne=>unref(t).find(Ue=>Ue.key===Ne),ue=Ne=>unref(z)[Ne],de=(Ne,Ue)=>{Ne.width=Ue};function _e(Ne){var Ue;const{key:$e}=Ne.currentTarget.dataset;if(!$e)return;const{sortState:Ve,sortBy:Fe}=e;let qe=SortOrder.ASC;isObject$5(Ve)?qe=oppositeOrderMap[Ve[$e]]:qe=oppositeOrderMap[Fe.order],(Ue=e.onColumnSort)==null||Ue.call(e,{column:oe($e),key:$e,order:qe})}return{columns:t,columnsStyles:z,columnsTotalWidth:re,fixedColumnsOnLeft:$,fixedColumnsOnRight:k,hasFixedColumns:V,mainColumns:j,normalColumns:L,visibleColumns:n,getColumn:oe,getColumnStyle:ue,updateColumnWidth:de,onColumnSorted:_e}}const useScrollbar=(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,onMaybeEndReached:$})=>{const k=ref$1({scrollLeft:0,scrollTop:0});function L(de){var _e,Ne,Ue;const{scrollTop:$e}=de;(_e=t.value)==null||_e.scrollTo(de),(Ne=y.value)==null||Ne.scrollToTop($e),(Ue=n.value)==null||Ue.scrollToTop($e)}function j(de){k.value=de,L(de)}function V(de){k.value.scrollTop=de,L(unref(k))}function z(de){var _e,Ne;k.value.scrollLeft=de,(Ne=(_e=t.value)==null?void 0:_e.scrollTo)==null||Ne.call(_e,unref(k))}function re(de){var _e;j(de),(_e=e.onScroll)==null||_e.call(e,de)}function oe({scrollTop:de}){const{scrollTop:_e}=unref(k);de!==_e&&V(de)}function ue(de,_e="auto"){var Ne;(Ne=t.value)==null||Ne.scrollToRow(de,_e)}return watch(()=>unref(k).scrollTop,(de,_e)=>{de>_e&&$()}),{scrollPos:k,scrollTo:j,scrollToLeft:z,scrollToTop:V,scrollToRow:ue,onScroll:re,onVerticalScroll:oe}},useRow=(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:$,ns:k,isScrolling:L})=>{const j=getCurrentInstance(),{emit:V}=j,z=shallowRef(!1),re=ref$1(e.defaultExpandedRowKeys||[]),oe=ref$1(-1),ue=shallowRef(null),de=ref$1({}),_e=ref$1({}),Ne=shallowRef({}),Ue=shallowRef({}),$e=shallowRef({}),Ve=computed(()=>isNumber$4(e.estimatedRowHeight));function Fe(lr){var Et;(Et=e.onRowsRendered)==null||Et.call(e,lr),lr.rowCacheEnd>unref(oe)&&(oe.value=lr.rowCacheEnd)}function qe({hovered:lr,rowKey:Et}){if(L.value)return;$.vnode.el.querySelectorAll(`[rowkey="${String(Et)}"]`).forEach(Ce=>{lr?Ce.classList.add(k.is("hovered")):Ce.classList.remove(k.is("hovered"))})}function er({expanded:lr,rowData:Et,rowIndex:ie,rowKey:pe}){var Ce,Ie;const jt=[...unref(re)],ar=jt.indexOf(pe);lr?ar===-1&&jt.push(pe):ar>-1&&jt.splice(ar,1),re.value=jt,V("update:expandedRowKeys",jt),(Ce=e.onRowExpand)==null||Ce.call(e,{expanded:lr,rowData:Et,rowIndex:ie,rowKey:pe}),(Ie=e.onExpandedRowsChange)==null||Ie.call(e,jt)}const ir=debounce(()=>{var lr,Et,ie,pe;z.value=!0,de.value={...unref(de),...unref(_e)},dr(unref(ue),!1),_e.value={},ue.value=null,(lr=t.value)==null||lr.forceUpdate(),(Et=y.value)==null||Et.forceUpdate(),(ie=n.value)==null||ie.forceUpdate(),(pe=j.proxy)==null||pe.$forceUpdate(),z.value=!1},0);function dr(lr,Et=!1){unref(Ve)&&[t,y,n].forEach(ie=>{const pe=unref(ie);pe&&pe.resetAfterRowIndex(lr,Et)})}function cr(lr,Et,ie){const pe=unref(ue);(pe===null||pe>ie)&&(ue.value=ie),_e.value[lr]=Et}function nr({rowKey:lr,height:Et,rowIndex:ie},pe){pe?pe===FixedDir.RIGHT?$e.value[lr]=Et:Ne.value[lr]=Et:Ue.value[lr]=Et;const Ce=Math.max(...[Ne,$e,Ue].map(Ie=>Ie.value[lr]||0));unref(de)[lr]!==Ce&&(cr(lr,Ce,ie),ir())}return{expandedRowKeys:re,lastRenderedRowIndex:oe,isDynamic:Ve,isResetting:z,rowHeights:de,resetAfterIndex:dr,onRowExpanded:er,onRowHovered:qe,onRowsRendered:Fe,onRowHeightChange:nr}},useData=(e,{expandedRowKeys:t,lastRenderedRowIndex:y,resetAfterIndex:n})=>{const $=ref$1({}),k=computed(()=>{const j={},{data:V,rowKey:z}=e,re=unref(t);if(!re||!re.length)return V;const oe=[],ue=new Set;re.forEach(_e=>ue.add(_e));let de=V.slice();for(de.forEach(_e=>j[_e[z]]=0);de.length>0;){const _e=de.shift();oe.push(_e),ue.has(_e[z])&&Array.isArray(_e.children)&&_e.children.length>0&&(de=[..._e.children,...de],_e.children.forEach(Ne=>j[Ne[z]]=j[_e[z]]+1))}return $.value=j,oe}),L=computed(()=>{const{data:j,expandColumnKey:V}=e;return V?unref(k):j});return watch(L,(j,V)=>{j!==V&&(y.value=-1,n(0,!0))}),{data:L,depthMap:$}},sumReducer=(e,t)=>e+t,sum$3=e=>isArray$4(e)?e.reduce(sumReducer,0):e,tryCall=(e,t,y={})=>isFunction$5(e)?e(t):e??y,enforceUnit=e=>(["width","maxWidth","minWidth","height"].forEach(t=>{e[t]=addUnit(e[t])}),e),componentToSlot=e=>isVNode(e)?t=>h$1(e,t):e,useStyles=(e,{columnsTotalWidth:t,data:y,fixedColumnsOnLeft:n,fixedColumnsOnRight:$})=>{const k=computed(()=>{const{fixed:Fe,width:qe,vScrollbarSize:er}=e,ir=qe-er;return Fe?Math.max(Math.round(unref(t)),ir):ir}),L=computed(()=>unref(k)+e.vScrollbarSize),j=computed(()=>{const{height:Fe=0,maxHeight:qe=0,footerHeight:er,hScrollbarSize:ir}=e;if(qe>0){const dr=unref(_e),cr=unref(V),lr=unref(de)+dr+cr+ir;return Math.min(lr,qe-er)}return Fe-er}),V=computed(()=>{const{rowHeight:Fe,estimatedRowHeight:qe}=e,er=unref(y);return isNumber$4(qe)?er.length*qe:er.length*Fe}),z=computed(()=>{const{maxHeight:Fe}=e,qe=unref(j);if(isNumber$4(Fe)&&Fe>0)return qe;const er=unref(V)+unref(de)+unref(_e);return Math.min(qe,er)}),re=Fe=>Fe.width,oe=computed(()=>sum$3(unref(n).map(re))),ue=computed(()=>sum$3(unref($).map(re))),de=computed(()=>sum$3(e.headerHeight)),_e=computed(()=>{var Fe;return(((Fe=e.fixedData)==null?void 0:Fe.length)||0)*e.rowHeight}),Ne=computed(()=>unref(j)-unref(de)-unref(_e)),Ue=computed(()=>{const{style:Fe={},height:qe,width:er}=e;return enforceUnit({...Fe,height:qe,width:er})}),$e=computed(()=>enforceUnit({height:e.footerHeight})),Ve=computed(()=>({top:addUnit(unref(de)),bottom:addUnit(e.footerHeight),width:addUnit(e.width)}));return{bodyWidth:k,fixedTableHeight:z,mainTableHeight:j,leftTableWidth:oe,rightTableWidth:ue,headerWidth:L,rowsHeight:V,windowHeight:Ne,footerHeight:$e,emptyStyle:Ve,rootStyle:Ue,headerHeight:de}},useAutoResize=e=>{const t=ref$1(),y=ref$1(0),n=ref$1(0);let $;return onMounted(()=>{$=useResizeObserver(t,([k])=>{const{width:L,height:j}=k.contentRect,{paddingLeft:V,paddingRight:z,paddingTop:re,paddingBottom:oe}=getComputedStyle(k.target),ue=Number.parseInt(V)||0,de=Number.parseInt(z)||0,_e=Number.parseInt(re)||0,Ne=Number.parseInt(oe)||0;y.value=L-ue-de,n.value=j-_e-Ne}).stop}),onBeforeUnmount(()=>{$==null||$()}),watch([y,n],([k,L])=>{var j;(j=e.onResize)==null||j.call(e,{width:k,height:L})}),{sizer:t,width:y,height:n}};function useTable(e){const t=ref$1(),y=ref$1(),n=ref$1(),{columns:$,columnsStyles:k,columnsTotalWidth:L,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,hasFixedColumns:z,mainColumns:re,onColumnSorted:oe}=useColumns(e,toRef$1(e,"columns"),toRef$1(e,"fixed")),{scrollTo:ue,scrollToLeft:de,scrollToTop:_e,scrollToRow:Ne,onScroll:Ue,onVerticalScroll:$e,scrollPos:Ve}=useScrollbar(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,onMaybeEndReached:Dr}),Fe=useNamespace("table-v2"),qe=getCurrentInstance(),er=shallowRef(!1),{expandedRowKeys:ir,lastRenderedRowIndex:dr,isDynamic:cr,isResetting:nr,rowHeights:lr,resetAfterIndex:Et,onRowExpanded:ie,onRowHeightChange:pe,onRowHovered:Ce,onRowsRendered:Ie}=useRow(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:qe,ns:Fe,isScrolling:er}),{data:jt,depthMap:ar}=useData(e,{expandedRowKeys:ir,lastRenderedRowIndex:dr,resetAfterIndex:Et}),{bodyWidth:ur,fixedTableHeight:kt,mainTableHeight:he,leftTableWidth:tr,rightTableWidth:gr,headerWidth:_r,rowsHeight:yr,windowHeight:xr,footerHeight:Nr,emptyStyle:Tr,rootStyle:Sr,headerHeight:Ar}=useStyles(e,{columnsTotalWidth:L,data:jt,fixedColumnsOnLeft:j,fixedColumnsOnRight:V}),Fr=ref$1(),Gr=computed(()=>{const Ir=unref(jt).length===0;return isArray$4(e.fixedData)?e.fixedData.length===0&&Ir:Ir});function Vr(Ir){const{estimatedRowHeight:Br,rowHeight:Rr,rowKey:Lr}=e;return Br?unref(lr)[unref(jt)[Ir][Lr]]||Br:Rr}function Dr(){const{onEndReached:Ir}=e;if(!Ir)return;const{scrollTop:Br}=unref(Ve),Rr=unref(yr),Lr=unref(xr),$r=Rr-(Br+Lr)+e.hScrollbarSize;unref(dr)>=0&&Rr===Br+unref(he)-unref(Ar)&&Ir($r)}return watch(()=>e.expandedRowKeys,Ir=>ir.value=Ir,{deep:!0}),{columns:$,containerRef:Fr,mainTableRef:t,leftTableRef:y,rightTableRef:n,isDynamic:cr,isResetting:nr,isScrolling:er,hasFixedColumns:z,columnsStyles:k,columnsTotalWidth:L,data:jt,expandedRowKeys:ir,depthMap:ar,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,mainColumns:re,bodyWidth:ur,emptyStyle:Tr,rootStyle:Sr,headerWidth:_r,footerHeight:Nr,mainTableHeight:he,fixedTableHeight:kt,leftTableWidth:tr,rightTableWidth:gr,showEmpty:Gr,getRowHeight:Vr,onColumnSorted:oe,onRowHovered:Ce,onRowExpanded:ie,onRowsRendered:Ie,onRowHeightChange:pe,scrollTo:ue,scrollToLeft:de,scrollToTop:_e,scrollToRow:Ne,onScroll:Ue,onVerticalScroll:$e}}const TableV2InjectionKey=Symbol("tableV2"),classType=String,columns={type:definePropType(Array),required:!0},fixedDataType={type:definePropType(Array)},dataType={...fixedDataType,required:!0},expandColumnKey=String,expandKeys={type:definePropType(Array),default:()=>mutable([])},requiredNumber={type:Number,required:!0},rowKey={type:definePropType([String,Number,Symbol]),default:"id"},styleType={type:definePropType(Object)},tableV2RowProps=buildProps({class:String,columns,columnsStyles:{type:definePropType(Object),required:!0},depth:Number,expandColumnKey,estimatedRowHeight:{...virtualizedGridProps.estimatedRowHeight,default:void 0},isScrolling:Boolean,onRowExpand:{type:definePropType(Function)},onRowHover:{type:definePropType(Function)},onRowHeightChange:{type:definePropType(Function)},rowData:{type:definePropType(Object),required:!0},rowEventHandlers:{type:definePropType(Object)},rowIndex:{type:Number,required:!0},rowKey,style:{type:definePropType(Object)}}),requiredNumberType={type:Number,required:!0},tableV2HeaderProps=buildProps({class:String,columns,fixedHeaderData:{type:definePropType(Array)},headerData:{type:definePropType(Array),required:!0},headerHeight:{type:definePropType([Number,Array]),default:50},rowWidth:requiredNumberType,rowHeight:{type:Number,default:50},height:requiredNumberType,width:requiredNumberType}),tableV2GridProps=buildProps({columns,data:dataType,fixedData:fixedDataType,estimatedRowHeight:tableV2RowProps.estimatedRowHeight,width:requiredNumber,height:requiredNumber,headerWidth:requiredNumber,headerHeight:tableV2HeaderProps.headerHeight,bodyWidth:requiredNumber,rowHeight:requiredNumber,cache:virtualizedListProps.cache,useIsScrolling:Boolean,scrollbarAlwaysOn:virtualizedGridProps.scrollbarAlwaysOn,scrollbarStartGap:virtualizedGridProps.scrollbarStartGap,scrollbarEndGap:virtualizedGridProps.scrollbarEndGap,class:classType,style:styleType,containerStyle:styleType,getRowHeight:{type:definePropType(Function),required:!0},rowKey:tableV2RowProps.rowKey,onRowsRendered:{type:definePropType(Function)},onScroll:{type:definePropType(Function)}}),tableV2Props=buildProps({cache:tableV2GridProps.cache,estimatedRowHeight:tableV2RowProps.estimatedRowHeight,rowKey,headerClass:{type:definePropType([String,Function])},headerProps:{type:definePropType([Object,Function])},headerCellProps:{type:definePropType([Object,Function])},headerHeight:tableV2HeaderProps.headerHeight,footerHeight:{type:Number,default:0},rowClass:{type:definePropType([String,Function])},rowProps:{type:definePropType([Object,Function])},rowHeight:{type:Number,default:50},cellProps:{type:definePropType([Object,Function])},columns,data:dataType,dataGetter:{type:definePropType(Function)},fixedData:fixedDataType,expandColumnKey:tableV2RowProps.expandColumnKey,expandedRowKeys:expandKeys,defaultExpandedRowKeys:expandKeys,class:classType,fixed:Boolean,style:{type:definePropType(Object)},width:requiredNumber,height:requiredNumber,maxHeight:Number,useIsScrolling:Boolean,indentSize:{type:Number,default:12},iconSize:{type:Number,default:12},hScrollbarSize:virtualizedGridProps.hScrollbarSize,vScrollbarSize:virtualizedGridProps.vScrollbarSize,scrollbarAlwaysOn:virtualizedScrollbarProps.alwaysOn,sortBy:{type:definePropType(Object),default:()=>({})},sortState:{type:definePropType(Object),default:void 0},onColumnSort:{type:definePropType(Function)},onExpandedRowsChange:{type:definePropType(Function)},onEndReached:{type:definePropType(Function)},onRowExpand:tableV2RowProps.onRowExpand,onScroll:tableV2GridProps.onScroll,onRowsRendered:tableV2GridProps.onRowsRendered,rowEventHandlers:tableV2RowProps.rowEventHandlers}),TableV2Cell=(e,{slots:t})=>{var y;const{cellData:n,style:$}=e,k=((y=n==null?void 0:n.toString)==null?void 0:y.call(n))||"",L=renderSlot(t,"default",e,()=>[k]);return createVNode("div",{class:e.class,title:k,style:$},[L])};TableV2Cell.displayName="ElTableV2Cell";TableV2Cell.inheritAttrs=!1;const HeaderCell=(e,{slots:t})=>renderSlot(t,"default",e,()=>{var y,n;return[createVNode("div",{class:e.class,title:(y=e.column)==null?void 0:y.title},[(n=e.column)==null?void 0:n.title])]});HeaderCell.displayName="ElTableV2HeaderCell";HeaderCell.inheritAttrs=!1;const tableV2HeaderRowProps=buildProps({class:String,columns,columnsStyles:{type:definePropType(Object),required:!0},headerIndex:Number,style:{type:definePropType(Object)}}),TableV2HeaderRow=defineComponent({name:"ElTableV2HeaderRow",props:tableV2HeaderRowProps,setup(e,{slots:t}){return()=>{const{columns:y,columnsStyles:n,headerIndex:$,style:k}=e;let L=y.map((j,V)=>t.cell({columns:y,column:j,columnIndex:V,headerIndex:$,style:n[j.key]}));return t.header&&(L=t.header({cells:L.map(j=>isArray$4(j)&&j.length===1?j[0]:j),columns:y,headerIndex:$})),createVNode("div",{class:e.class,style:k,role:"row"},[L])}}}),COMPONENT_NAME$7="ElTableV2Header",TableV2Header=defineComponent({name:COMPONENT_NAME$7,props:tableV2HeaderProps,setup(e,{slots:t,expose:y}){const n=useNamespace("table-v2"),$=ref$1(),k=computed(()=>enforceUnit({width:e.width,height:e.height})),L=computed(()=>enforceUnit({width:e.rowWidth,height:e.height})),j=computed(()=>castArray$1(unref(e.headerHeight))),V=oe=>{const ue=unref($);nextTick$3(()=>{ue!=null&&ue.scroll&&ue.scroll({left:oe})})},z=()=>{const oe=n.e("fixed-header-row"),{columns:ue,fixedHeaderData:de,rowHeight:_e}=e;return de==null?void 0:de.map((Ne,Ue)=>{var $e;const Ve=enforceUnit({height:_e,width:"100%"});return($e=t.fixed)==null?void 0:$e.call(t,{class:oe,columns:ue,rowData:Ne,rowIndex:-(Ue+1),style:Ve})})},re=()=>{const oe=n.e("dynamic-header-row"),{columns:ue}=e;return unref(j).map((de,_e)=>{var Ne;const Ue=enforceUnit({width:"100%",height:de});return(Ne=t.dynamic)==null?void 0:Ne.call(t,{class:oe,columns:ue,headerIndex:_e,style:Ue})})};return y({scrollToLeft:V}),()=>{if(!(e.height<=0))return createVNode("div",{ref:$,class:e.class,style:unref(k),role:"rowgroup"},[createVNode("div",{style:unref(L),class:n.e("header")},[re(),z()])])}}}),useTableRow=e=>{const{isScrolling:t}=inject(TableV2InjectionKey),y=ref$1(!1),n=ref$1(),$=computed(()=>isNumber$4(e.estimatedRowHeight)&&e.rowIndex>=0),k=(V=!1)=>{const z=unref(n);if(!z)return;const{columns:re,onRowHeightChange:oe,rowKey:ue,rowIndex:de,style:_e}=e,{height:Ne}=z.getBoundingClientRect();y.value=!0,nextTick$3(()=>{if(V||Ne!==Number.parseInt(_e.height)){const Ue=re[0],$e=(Ue==null?void 0:Ue.placeholderSign)===placeholderSign;oe==null||oe({rowKey:ue,height:Ne,rowIndex:de},Ue&&!$e&&Ue.fixed)}})},L=computed(()=>{const{rowData:V,rowIndex:z,rowKey:re,onRowHover:oe}=e,ue=e.rowEventHandlers||{},de={};return Object.entries(ue).forEach(([_e,Ne])=>{isFunction$5(Ne)&&(de[_e]=Ue=>{Ne({event:Ue,rowData:V,rowIndex:z,rowKey:re})})}),oe&&[{name:"onMouseleave",hovered:!1},{name:"onMouseenter",hovered:!0}].forEach(({name:_e,hovered:Ne})=>{const Ue=de[_e];de[_e]=$e=>{oe({event:$e,hovered:Ne,rowData:V,rowIndex:z,rowKey:re}),Ue==null||Ue($e)}}),de}),j=V=>{const{onRowExpand:z,rowData:re,rowIndex:oe,rowKey:ue}=e;z==null||z({expanded:V,rowData:re,rowIndex:oe,rowKey:ue})};return onMounted(()=>{unref($)&&k(!0)}),{isScrolling:t,measurable:$,measured:y,rowRef:n,eventHandlers:L,onExpand:j}},COMPONENT_NAME$6="ElTableV2TableRow",TableV2Row=defineComponent({name:COMPONENT_NAME$6,props:tableV2RowProps,setup(e,{expose:t,slots:y,attrs:n}){const{eventHandlers:$,isScrolling:k,measurable:L,measured:j,rowRef:V,onExpand:z}=useTableRow(e);return t({onExpand:z}),()=>{const{columns:re,columnsStyles:oe,expandColumnKey:ue,depth:de,rowData:_e,rowIndex:Ne,style:Ue}=e;let $e=re.map((Ve,Fe)=>{const qe=isArray$4(_e.children)&&_e.children.length>0&&Ve.key===ue;return y.cell({column:Ve,columns:re,columnIndex:Fe,depth:de,style:oe[Ve.key],rowData:_e,rowIndex:Ne,isScrolling:unref(k),expandIconProps:qe?{rowData:_e,rowIndex:Ne,onExpand:z}:void 0})});if(y.row&&($e=y.row({cells:$e.map(Ve=>isArray$4(Ve)&&Ve.length===1?Ve[0]:Ve),style:Ue,columns:re,depth:de,rowData:_e,rowIndex:Ne,isScrolling:unref(k)})),unref(L)){const{height:Ve,...Fe}=Ue||{},qe=unref(j);return createVNode("div",mergeProps({ref:V,class:e.class,style:qe?Ue:Fe,role:"row"},n,unref($)),[$e])}return createVNode("div",mergeProps(n,{ref:V,class:e.class,style:Ue,role:"row"},unref($)),[$e])}}}),SortIcon=e=>{const{sortOrder:t}=e;return createVNode(ElIcon,{size:14,class:e.class},{default:()=>[t===SortOrder.ASC?createVNode(sort_up_default,null,null):createVNode(sort_down_default,null,null)]})},ExpandIcon=e=>{const{expanded:t,expandable:y,onExpand:n,style:$,size:k}=e,L={onClick:y?()=>n(!t):void 0,class:e.class};return createVNode(ElIcon,mergeProps(L,{size:k,style:$}),{default:()=>[createVNode(arrow_right_default,null,null)]})},COMPONENT_NAME$5="ElTableV2Grid",useTableGrid=e=>{const t=ref$1(),y=ref$1(),n=computed(()=>{const{data:Ne,rowHeight:Ue,estimatedRowHeight:$e}=e;if(!$e)return Ne.length*Ue}),$=computed(()=>{const{fixedData:Ne,rowHeight:Ue}=e;return((Ne==null?void 0:Ne.length)||0)*Ue}),k=computed(()=>sum$3(e.headerHeight)),L=computed(()=>{const{height:Ne}=e;return Math.max(0,Ne-unref(k)-unref($))}),j=computed(()=>unref(k)+unref($)>0),V=({data:Ne,rowIndex:Ue})=>Ne[Ue][e.rowKey];function z({rowCacheStart:Ne,rowCacheEnd:Ue,rowVisibleStart:$e,rowVisibleEnd:Ve}){var Fe;(Fe=e.onRowsRendered)==null||Fe.call(e,{rowCacheStart:Ne,rowCacheEnd:Ue,rowVisibleStart:$e,rowVisibleEnd:Ve})}function re(Ne,Ue){var $e;($e=y.value)==null||$e.resetAfterRowIndex(Ne,Ue)}function oe(Ne,Ue){const $e=unref(t),Ve=unref(y);isObject$5(Ne)?($e==null||$e.scrollToLeft(Ne.scrollLeft),Ve==null||Ve.scrollTo(Ne)):($e==null||$e.scrollToLeft(Ne),Ve==null||Ve.scrollTo({scrollLeft:Ne,scrollTop:Ue}))}function ue(Ne){var Ue;(Ue=unref(y))==null||Ue.scrollTo({scrollTop:Ne})}function de(Ne,Ue){var $e;($e=unref(y))==null||$e.scrollToItem(Ne,1,Ue)}function _e(){var Ne,Ue;(Ne=unref(y))==null||Ne.$forceUpdate(),(Ue=unref(t))==null||Ue.$forceUpdate()}return{bodyRef:y,forceUpdate:_e,fixedRowHeight:$,gridHeight:L,hasHeader:j,headerHeight:k,headerRef:t,totalHeight:n,itemKey:V,onItemRendered:z,resetAfterRowIndex:re,scrollTo:oe,scrollToTop:ue,scrollToRow:de}},TableGrid=defineComponent({name:COMPONENT_NAME$5,props:tableV2GridProps,setup(e,{slots:t,expose:y}){const{ns:n}=inject(TableV2InjectionKey),{bodyRef:$,fixedRowHeight:k,gridHeight:L,hasHeader:j,headerRef:V,headerHeight:z,totalHeight:re,forceUpdate:oe,itemKey:ue,onItemRendered:de,resetAfterRowIndex:_e,scrollTo:Ne,scrollToTop:Ue,scrollToRow:$e}=useTableGrid(e);y({forceUpdate:oe,totalHeight:re,scrollTo:Ne,scrollToTop:Ue,scrollToRow:$e,resetAfterRowIndex:_e});const Ve=()=>e.bodyWidth;return()=>{const{cache:Fe,columns:qe,data:er,fixedData:ir,useIsScrolling:dr,scrollbarAlwaysOn:cr,scrollbarEndGap:nr,scrollbarStartGap:lr,style:Et,rowHeight:ie,bodyWidth:pe,estimatedRowHeight:Ce,headerWidth:Ie,height:jt,width:ar,getRowHeight:ur,onScroll:kt}=e,he=isNumber$4(Ce),tr=he?DynamicSizeGrid:FixedSizeGrid,gr=unref(z);return createVNode("div",{role:"table",class:[n.e("table"),e.class],style:Et},[createVNode(tr,{ref:$,data:er,useIsScrolling:dr,itemKey:ue,columnCache:0,columnWidth:he?Ve:pe,totalColumn:1,totalRow:er.length,rowCache:Fe,rowHeight:he?ur:ie,width:ar,height:unref(L),class:n.e("body"),role:"rowgroup",scrollbarStartGap:lr,scrollbarEndGap:nr,scrollbarAlwaysOn:cr,onScroll:kt,onItemRendered:de,perfMode:!1},{default:_r=>{var yr;const xr=er[_r.rowIndex];return(yr=t.row)==null?void 0:yr.call(t,{..._r,columns:qe,rowData:xr})}}),unref(j)&&createVNode(TableV2Header,{ref:V,class:n.e("header-wrapper"),columns:qe,headerData:er,headerHeight:e.headerHeight,fixedHeaderData:ir,rowWidth:Ie,rowHeight:ie,width:ar,height:Math.min(gr+unref(k),jt)},{dynamic:t.header,fixed:t.row})])}}});function _isSlot$5(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const MainTable=(e,{slots:t})=>{const{mainTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$5(t)?t:{default:()=>[t]})};function _isSlot$4(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const LeftTable$1=(e,{slots:t})=>{if(!e.columns.length)return;const{leftTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$4(t)?t:{default:()=>[t]})};function _isSlot$3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const LeftTable=(e,{slots:t})=>{if(!e.columns.length)return;const{rightTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$3(t)?t:{default:()=>[t]})};function _isSlot$2(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const RowRenderer=(e,{slots:t})=>{const{columns:y,columnsStyles:n,depthMap:$,expandColumnKey:k,expandedRowKeys:L,estimatedRowHeight:j,hasFixedColumns:V,rowData:z,rowIndex:re,style:oe,isScrolling:ue,rowProps:de,rowClass:_e,rowKey:Ne,rowEventHandlers:Ue,ns:$e,onRowHovered:Ve,onRowExpanded:Fe}=e,qe=tryCall(_e,{columns:y,rowData:z,rowIndex:re},""),er=tryCall(de,{columns:y,rowData:z,rowIndex:re}),ir=z[Ne],dr=$[ir]||0,cr=!!k,nr=re<0,lr=[$e.e("row"),qe,{[$e.e(`row-depth-${dr}`)]:cr&&re>=0,[$e.is("expanded")]:cr&&L.includes(ir),[$e.is("fixed")]:!dr&&nr,[$e.is("customized")]:!!t.row}],Et=V?Ve:void 0,ie={...er,columns:y,columnsStyles:n,class:lr,depth:dr,expandColumnKey:k,estimatedRowHeight:nr?void 0:j,isScrolling:ue,rowIndex:re,rowData:z,rowKey:ir,rowEventHandlers:Ue,style:oe};return createVNode(TableV2Row,mergeProps(ie,{onRowExpand:Fe,onMouseenter:Ie=>{Et==null||Et({hovered:!0,rowKey:ir,event:Ie,rowData:z,rowIndex:re})},onMouseleave:Ie=>{Et==null||Et({hovered:!1,rowKey:ir,event:Ie,rowData:z,rowIndex:re})},rowkey:ir}),_isSlot$2(t)?t:{default:()=>[t]})},CellRenderer=({columns:e,column:t,columnIndex:y,depth:n,expandIconProps:$,isScrolling:k,rowData:L,rowIndex:j,style:V,expandedRowKeys:z,ns:re,cellProps:oe,expandColumnKey:ue,indentSize:de,iconSize:_e,rowKey:Ne},{slots:Ue})=>{const $e=enforceUnit(V);if(t.placeholderSign===placeholderSign)return createVNode("div",{class:re.em("row-cell","placeholder"),style:$e},null);const{cellRenderer:Ve,dataKey:Fe,dataGetter:qe}=t,er=isFunction$5(qe)?qe({columns:e,column:t,columnIndex:y,rowData:L,rowIndex:j}):get(L,Fe??""),ir=tryCall(oe,{cellData:er,columns:e,column:t,columnIndex:y,rowIndex:j,rowData:L}),dr={class:re.e("cell-text"),columns:e,column:t,columnIndex:y,cellData:er,isScrolling:k,rowData:L,rowIndex:j},cr=componentToSlot(Ve),nr=cr?cr(dr):renderSlot(Ue,"default",dr,()=>[createVNode(TableV2Cell,dr,null)]),lr=[re.e("row-cell"),t.class,t.align===Alignment.CENTER&&re.is("align-center"),t.align===Alignment.RIGHT&&re.is("align-right")],Et=j>=0&&ue&&t.key===ue,ie=j>=0&&z.includes(L[Ne]);let pe;const Ce=`margin-inline-start: ${n*de}px;`;return Et&&(isObject$5($)?pe=createVNode(ExpandIcon,mergeProps($,{class:[re.e("expand-icon"),re.is("expanded",ie)],size:_e,expanded:ie,style:Ce,expandable:!0}),null):pe=createVNode("div",{style:[Ce,`width: ${_e}px; height: ${_e}px;`].join(" ")},null)),createVNode("div",mergeProps({class:lr,style:$e},ir,{role:"cell"}),[pe,nr])};CellRenderer.inheritAttrs=!1;function _isSlot$1(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const HeaderRenderer=({columns:e,columnsStyles:t,headerIndex:y,style:n,headerClass:$,headerProps:k,ns:L},{slots:j})=>{const V={columns:e,headerIndex:y},z=[L.e("header-row"),tryCall($,V,""),{[L.is("customized")]:!!j.header}],re={...tryCall(k,V),columnsStyles:t,class:z,columns:e,headerIndex:y,style:n};return createVNode(TableV2HeaderRow,re,_isSlot$1(j)?j:{default:()=>[j]})},HeaderCellRenderer=(e,{slots:t})=>{const{column:y,ns:n,style:$,onColumnSorted:k}=e,L=enforceUnit($);if(y.placeholderSign===placeholderSign)return createVNode("div",{class:n.em("header-row-cell","placeholder"),style:L},null);const{headerCellRenderer:j,headerClass:V,sortable:z}=y,re={...e,class:n.e("header-cell-text")},oe=componentToSlot(j),ue=oe?oe(re):renderSlot(t,"default",re,()=>[createVNode(HeaderCell,re,null)]),{sortBy:de,sortState:_e,headerCellProps:Ne}=e;let Ue,$e;if(_e){const qe=_e[y.key];Ue=!!oppositeOrderMap[qe],$e=Ue?qe:SortOrder.ASC}else Ue=y.key===de.key,$e=Ue?de.order:SortOrder.ASC;const Ve=[n.e("header-cell"),tryCall(V,e,""),y.align===Alignment.CENTER&&n.is("align-center"),y.align===Alignment.RIGHT&&n.is("align-right"),z&&n.is("sortable")],Fe={...tryCall(Ne,e),onClick:y.sortable?k:void 0,class:Ve,style:L,"data-key":y.key};return createVNode("div",mergeProps(Fe,{role:"columnheader"}),[ue,z&&createVNode(SortIcon,{class:[n.e("sort-icon"),Ue&&n.is("sorting")],sortOrder:$e},null)])},Footer$1=(e,{slots:t})=>{var y;return createVNode("div",{class:e.class,style:e.style},[(y=t.default)==null?void 0:y.call(t)])};Footer$1.displayName="ElTableV2Footer";const Footer=(e,{slots:t})=>{const y=renderSlot(t,"default",{},()=>[createVNode(ElEmpty,null,null)]);return createVNode("div",{class:e.class,style:e.style},[y])};Footer.displayName="ElTableV2Empty";const Overlay=(e,{slots:t})=>{var y;return createVNode("div",{class:e.class,style:e.style},[(y=t.default)==null?void 0:y.call(t)])};Overlay.displayName="ElTableV2Overlay";function _isSlot(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const COMPONENT_NAME$4="ElTableV2",TableV2=defineComponent({name:COMPONENT_NAME$4,props:tableV2Props,setup(e,{slots:t,expose:y}){const n=useNamespace("table-v2"),{columnsStyles:$,fixedColumnsOnLeft:k,fixedColumnsOnRight:L,mainColumns:j,mainTableHeight:V,fixedTableHeight:z,leftTableWidth:re,rightTableWidth:oe,data:ue,depthMap:de,expandedRowKeys:_e,hasFixedColumns:Ne,mainTableRef:Ue,leftTableRef:$e,rightTableRef:Ve,isDynamic:Fe,isResetting:qe,isScrolling:er,bodyWidth:ir,emptyStyle:dr,rootStyle:cr,headerWidth:nr,footerHeight:lr,showEmpty:Et,scrollTo:ie,scrollToLeft:pe,scrollToTop:Ce,scrollToRow:Ie,getRowHeight:jt,onColumnSorted:ar,onRowHeightChange:ur,onRowHovered:kt,onRowExpanded:he,onRowsRendered:tr,onScroll:gr,onVerticalScroll:_r}=useTable(e);return y({scrollTo:ie,scrollToLeft:pe,scrollToTop:Ce,scrollToRow:Ie}),provide(TableV2InjectionKey,{ns:n,isResetting:qe,isScrolling:er}),()=>{const{cache:yr,cellProps:xr,estimatedRowHeight:Nr,expandColumnKey:Tr,fixedData:Sr,headerHeight:Ar,headerClass:Fr,headerProps:Gr,headerCellProps:Vr,sortBy:Dr,sortState:Ir,rowHeight:Br,rowClass:Rr,rowEventHandlers:Lr,rowKey:$r,rowProps:jr,scrollbarAlwaysOn:vn,indentSize:Kr,iconSize:kr,useIsScrolling:Qr,vScrollbarSize:Zr,width:Vi}=e,To=unref(ue),oa={cache:yr,class:n.e("main"),columns:unref(j),data:To,fixedData:Sr,estimatedRowHeight:Nr,bodyWidth:unref(ir)+Zr,headerHeight:Ar,headerWidth:unref(nr),height:unref(V),mainTableRef:Ue,rowKey:$r,rowHeight:Br,scrollbarAlwaysOn:vn,scrollbarStartGap:2,scrollbarEndGap:Zr,useIsScrolling:Qr,width:Vi,getRowHeight:jt,onRowsRendered:tr,onScroll:gr},Ba=unref(re),rs=unref(z),Mn={cache:yr,class:n.e("left"),columns:unref(k),data:To,estimatedRowHeight:Nr,leftTableRef:$e,rowHeight:Br,bodyWidth:Ba,headerWidth:Ba,headerHeight:Ar,height:rs,rowKey:$r,scrollbarAlwaysOn:vn,scrollbarStartGap:2,scrollbarEndGap:Zr,useIsScrolling:Qr,width:Ba,getRowHeight:jt,onScroll:_r},Ur=unref(oe)+Zr,Sn={cache:yr,class:n.e("right"),columns:unref(L),data:To,estimatedRowHeight:Nr,rightTableRef:Ve,rowHeight:Br,bodyWidth:Ur,headerWidth:Ur,headerHeight:Ar,height:rs,rowKey:$r,scrollbarAlwaysOn:vn,scrollbarStartGap:2,scrollbarEndGap:Zr,width:Ur,style:`--${unref(n.namespace)}-table-scrollbar-size: ${Zr}px`,useIsScrolling:Qr,getRowHeight:jt,onScroll:_r},Nn=unref($),Sa={ns:n,depthMap:unref(de),columnsStyles:Nn,expandColumnKey:Tr,expandedRowKeys:unref(_e),estimatedRowHeight:Nr,hasFixedColumns:unref(Ne),rowProps:jr,rowClass:Rr,rowKey:$r,rowEventHandlers:Lr,onRowHovered:kt,onRowExpanded:he,onRowHeightChange:ur},Li={cellProps:xr,expandColumnKey:Tr,indentSize:Kr,iconSize:kr,rowKey:$r,expandedRowKeys:unref(_e),ns:n},ca={ns:n,headerClass:Fr,headerProps:Gr,columnsStyles:Nn},fo={ns:n,sortBy:Dr,sortState:Ir,headerCellProps:Vr,onColumnSorted:ar},zn={row:_o=>createVNode(RowRenderer,mergeProps(_o,Sa),{row:t.row,cell:eo=>{let tl;return t.cell?createVNode(CellRenderer,mergeProps(eo,Li,{style:Nn[eo.column.key]}),_isSlot(tl=t.cell(eo))?tl:{default:()=>[tl]}):createVNode(CellRenderer,mergeProps(eo,Li,{style:Nn[eo.column.key]}),null)}}),header:_o=>createVNode(HeaderRenderer,mergeProps(_o,ca),{header:t.header,cell:eo=>{let tl;return t["header-cell"]?createVNode(HeaderCellRenderer,mergeProps(eo,fo,{style:Nn[eo.column.key]}),_isSlot(tl=t["header-cell"](eo))?tl:{default:()=>[tl]}):createVNode(HeaderCellRenderer,mergeProps(eo,fo,{style:Nn[eo.column.key]}),null)}})},ki=[e.class,n.b(),n.e("root"),{[n.is("dynamic")]:unref(Fe)}],Ra={class:n.e("footer"),style:unref(lr)};return createVNode("div",{class:ki,style:unref(cr)},[createVNode(MainTable,oa,_isSlot(zn)?zn:{default:()=>[zn]}),createVNode(LeftTable$1,Mn,_isSlot(zn)?zn:{default:()=>[zn]}),createVNode(LeftTable,Sn,_isSlot(zn)?zn:{default:()=>[zn]}),t.footer&&createVNode(Footer$1,Ra,{default:t.footer}),unref(Et)&&createVNode(Footer,{class:n.e("empty"),style:unref(dr)},{default:t.empty}),t.overlay&&createVNode(Overlay,{class:n.e("overlay")},{default:t.overlay})])}}}),autoResizerProps=buildProps({disableWidth:Boolean,disableHeight:Boolean,onResize:{type:definePropType(Function)}}),AutoResizer=defineComponent({name:"ElAutoResizer",props:autoResizerProps,setup(e,{slots:t}){const y=useNamespace("auto-resizer"),{height:n,width:$,sizer:k}=useAutoResize(e),L={width:"100%",height:"100%"};return()=>{var j;return createVNode("div",{ref:k,class:y.b(),style:L},[(j=t.default)==null?void 0:j.call(t,{height:n.value,width:$.value})])}}}),ElTableV2=withInstall(TableV2),ElAutoResizer=withInstall(AutoResizer),tabsRootContextKey=Symbol("tabsRootContextKey"),tabBarProps=buildProps({tabs:{type:definePropType(Array),default:()=>mutable([])}}),COMPONENT_NAME$3="ElTabBar",__default__$u=defineComponent({name:COMPONENT_NAME$3}),_sfc_main$_=defineComponent({...__default__$u,props:tabBarProps,setup(e,{expose:t}){const y=e,n=getCurrentInstance(),$=inject(tabsRootContextKey);$||throwError(COMPONENT_NAME$3,"");const k=useNamespace("tabs"),L=ref$1(),j=ref$1(),V=()=>{let re=0,oe=0;const ue=["top","bottom"].includes($.props.tabPosition)?"width":"height",de=ue==="width"?"x":"y",_e=de==="x"?"left":"top";return y.tabs.every(Ne=>{var Ue,$e;const Ve=($e=(Ue=n.parent)==null?void 0:Ue.refs)==null?void 0:$e[`tab-${Ne.uid}`];if(!Ve)return!1;if(!Ne.active)return!0;re=Ve[`offset${capitalize(_e)}`],oe=Ve[`client${capitalize(ue)}`];const Fe=window.getComputedStyle(Ve);return ue==="width"&&(oe-=Number.parseFloat(Fe.paddingLeft)+Number.parseFloat(Fe.paddingRight),re+=Number.parseFloat(Fe.paddingLeft)),!1}),{[ue]:`${oe}px`,transform:`translate${capitalize(de)}(${re}px)`}},z=()=>j.value=V();return watch(()=>y.tabs,async()=>{await nextTick$3(),z()},{immediate:!0}),useResizeObserver(L,()=>z()),t({ref:L,update:z}),(re,oe)=>(openBlock(),createElementBlock("div",{ref_key:"barRef",ref:L,class:normalizeClass([unref(k).e("active-bar"),unref(k).is(unref($).props.tabPosition)]),style:normalizeStyle(j.value)},null,6))}});var TabBar=_export_sfc$1(_sfc_main$_,[["__file","tab-bar.vue"]]);const tabNavProps=buildProps({panes:{type:definePropType(Array),default:()=>mutable([])},currentName:{type:[String,Number],default:""},editable:Boolean,type:{type:String,values:["card","border-card",""],default:""},stretch:Boolean}),tabNavEmits={tabClick:(e,t,y)=>y instanceof Event,tabRemove:(e,t)=>t instanceof Event},COMPONENT_NAME$2="ElTabNav",TabNav=defineComponent({name:COMPONENT_NAME$2,props:tabNavProps,emits:tabNavEmits,setup(e,{expose:t,emit:y}){const n=inject(tabsRootContextKey);n||throwError(COMPONENT_NAME$2,"");const $=useNamespace("tabs"),k=useDocumentVisibility(),L=useWindowFocus(),j=ref$1(),V=ref$1(),z=ref$1(),re=ref$1(),oe=ref$1(!1),ue=ref$1(0),de=ref$1(!1),_e=ref$1(!0),Ne=computed(()=>["top","bottom"].includes(n.props.tabPosition)?"width":"height"),Ue=computed(()=>({transform:`translate${Ne.value==="width"?"X":"Y"}(-${ue.value}px)`})),$e=()=>{if(!j.value)return;const cr=j.value[`offset${capitalize(Ne.value)}`],nr=ue.value;if(!nr)return;const lr=nr>cr?nr-cr:0;ue.value=lr},Ve=()=>{if(!j.value||!V.value)return;const cr=V.value[`offset${capitalize(Ne.value)}`],nr=j.value[`offset${capitalize(Ne.value)}`],lr=ue.value;if(cr-lr<=nr)return;const Et=cr-lr>nr*2?lr+nr:cr-nr;ue.value=Et},Fe=async()=>{const cr=V.value;if(!oe.value||!z.value||!j.value||!cr)return;await nextTick$3();const nr=z.value.querySelector(".is-active");if(!nr)return;const lr=j.value,Et=["top","bottom"].includes(n.props.tabPosition),ie=nr.getBoundingClientRect(),pe=lr.getBoundingClientRect(),Ce=Et?cr.offsetWidth-pe.width:cr.offsetHeight-pe.height,Ie=ue.value;let jt=Ie;Et?(ie.leftpe.right&&(jt=Ie+ie.right-pe.right)):(ie.toppe.bottom&&(jt=Ie+(ie.bottom-pe.bottom))),jt=Math.max(jt,0),ue.value=Math.min(jt,Ce)},qe=()=>{var cr;if(!V.value||!j.value)return;e.stretch&&((cr=re.value)==null||cr.update());const nr=V.value[`offset${capitalize(Ne.value)}`],lr=j.value[`offset${capitalize(Ne.value)}`],Et=ue.value;lr0&&(ue.value=0))},er=cr=>{const nr=cr.code,{up:lr,down:Et,left:ie,right:pe}=EVENT_CODE;if(![lr,Et,ie,pe].includes(nr))return;const Ce=Array.from(cr.currentTarget.querySelectorAll("[role=tab]:not(.is-disabled)")),Ie=Ce.indexOf(cr.target);let jt;nr===ie||nr===lr?Ie===0?jt=Ce.length-1:jt=Ie-1:Ie{_e.value&&(de.value=!0)},dr=()=>de.value=!1;return watch(k,cr=>{cr==="hidden"?_e.value=!1:cr==="visible"&&setTimeout(()=>_e.value=!0,50)}),watch(L,cr=>{cr?setTimeout(()=>_e.value=!0,50):_e.value=!1}),useResizeObserver(z,qe),onMounted(()=>setTimeout(()=>Fe(),0)),onUpdated(()=>qe()),t({scrollToActiveTab:Fe,removeFocus:dr}),()=>{const cr=oe.value?[createVNode("span",{class:[$.e("nav-prev"),$.is("disabled",!oe.value.prev)],onClick:$e},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_left_default,null,null)]})]),createVNode("span",{class:[$.e("nav-next"),$.is("disabled",!oe.value.next)],onClick:Ve},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_right_default,null,null)]})])]:null,nr=e.panes.map((lr,Et)=>{var ie,pe,Ce,Ie;const jt=lr.uid,ar=lr.props.disabled,ur=(pe=(ie=lr.props.name)!=null?ie:lr.index)!=null?pe:`${Et}`,kt=!ar&&(lr.isClosable||e.editable);lr.index=`${Et}`;const he=kt?createVNode(ElIcon,{class:"is-icon-close",onClick:_r=>y("tabRemove",lr,_r)},{default:()=>[createVNode(close_default,null,null)]}):null,tr=((Ie=(Ce=lr.slots).label)==null?void 0:Ie.call(Ce))||lr.props.label,gr=!ar&&lr.active?0:-1;return createVNode("div",{ref:`tab-${jt}`,class:[$.e("item"),$.is(n.props.tabPosition),$.is("active",lr.active),$.is("disabled",ar),$.is("closable",kt),$.is("focus",de.value)],id:`tab-${ur}`,key:`tab-${jt}`,"aria-controls":`pane-${ur}`,role:"tab","aria-selected":lr.active,tabindex:gr,onFocus:()=>ir(),onBlur:()=>dr(),onClick:_r=>{dr(),y("tabClick",lr,ur,_r)},onKeydown:_r=>{kt&&(_r.code===EVENT_CODE.delete||_r.code===EVENT_CODE.backspace)&&y("tabRemove",lr,_r)}},[tr,he])});return createVNode("div",{ref:z,class:[$.e("nav-wrap"),$.is("scrollable",!!oe.value),$.is(n.props.tabPosition)]},[cr,createVNode("div",{class:$.e("nav-scroll"),ref:j},[createVNode("div",{class:[$.e("nav"),$.is(n.props.tabPosition),$.is("stretch",e.stretch&&["top","bottom"].includes(n.props.tabPosition))],ref:V,style:Ue.value,role:"tablist",onKeydown:er},[e.type?null:createVNode(TabBar,{ref:re,tabs:[...e.panes]},null),nr])])])}}}),tabsProps=buildProps({type:{type:String,values:["card","border-card",""],default:""},closable:Boolean,addable:Boolean,modelValue:{type:[String,Number]},editable:Boolean,tabPosition:{type:String,values:["top","right","bottom","left"],default:"top"},beforeLeave:{type:definePropType(Function),default:()=>!0},stretch:Boolean}),isPaneName=e=>isString$4(e)||isNumber$4(e),tabsEmits={[UPDATE_MODEL_EVENT]:e=>isPaneName(e),tabClick:(e,t)=>t instanceof Event,tabChange:e=>isPaneName(e),edit:(e,t)=>["remove","add"].includes(t),tabRemove:e=>isPaneName(e),tabAdd:()=>!0},Tabs=defineComponent({name:"ElTabs",props:tabsProps,emits:tabsEmits,setup(e,{emit:t,slots:y,expose:n}){var $;const k=useNamespace("tabs"),L=computed(()=>["left","right"].includes(e.tabPosition)),{children:j,addChild:V,removeChild:z}=useOrderedChildren(getCurrentInstance(),"ElTabPane"),re=ref$1(),oe=ref$1(($=e.modelValue)!=null?$:"0"),ue=async($e,Ve=!1)=>{var Fe,qe,er;if(!(oe.value===$e||isUndefined$2($e)))try{await((Fe=e.beforeLeave)==null?void 0:Fe.call(e,$e,oe.value))!==!1&&(oe.value=$e,Ve&&(t(UPDATE_MODEL_EVENT,$e),t("tabChange",$e)),(er=(qe=re.value)==null?void 0:qe.removeFocus)==null||er.call(qe))}catch{}},de=($e,Ve,Fe)=>{$e.props.disabled||(ue(Ve,!0),t("tabClick",$e,Fe))},_e=($e,Ve)=>{$e.props.disabled||isUndefined$2($e.props.name)||(Ve.stopPropagation(),t("edit",$e.props.name,"remove"),t("tabRemove",$e.props.name))},Ne=()=>{t("edit",void 0,"add"),t("tabAdd")};watch(()=>e.modelValue,$e=>ue($e)),watch(oe,async()=>{var $e;await nextTick$3(),($e=re.value)==null||$e.scrollToActiveTab()}),provide(tabsRootContextKey,{props:e,currentName:oe,registerPane:$e=>{j.value.push($e)},sortPane:V,unregisterPane:z}),n({currentName:oe});const Ue=({render:$e})=>$e();return()=>{const $e=y["add-icon"],Ve=e.editable||e.addable?createVNode("div",{class:[k.e("new-tab"),L.value&&k.e("new-tab-vertical")],tabindex:"0",onClick:Ne,onKeydown:er=>{er.code===EVENT_CODE.enter&&Ne()}},[$e?renderSlot(y,"add-icon"):createVNode(ElIcon,{class:k.is("icon-plus")},{default:()=>[createVNode(plus_default,null,null)]})]):null,Fe=createVNode("div",{class:[k.e("header"),L.value&&k.e("header-vertical"),k.is(e.tabPosition)]},[createVNode(Ue,{render:()=>{const er=j.value.some(ir=>ir.slots.label);return createVNode(TabNav,{ref:re,currentName:oe.value,editable:e.editable,type:e.type,panes:j.value,stretch:e.stretch,onTabClick:de,onTabRemove:_e},{$stable:!er})}},null),Ve]),qe=createVNode("div",{class:k.e("content")},[renderSlot(y,"default")]);return createVNode("div",{class:[k.b(),k.m(e.tabPosition),{[k.m("card")]:e.type==="card",[k.m("border-card")]:e.type==="border-card"}]},[qe,Fe])}}}),tabPaneProps=buildProps({label:{type:String,default:""},name:{type:[String,Number]},closable:Boolean,disabled:Boolean,lazy:Boolean}),COMPONENT_NAME$1="ElTabPane",__default__$t=defineComponent({name:COMPONENT_NAME$1}),_sfc_main$Z=defineComponent({...__default__$t,props:tabPaneProps,setup(e){const t=e,y=getCurrentInstance(),n=useSlots(),$=inject(tabsRootContextKey);$||throwError(COMPONENT_NAME$1,"usage: ");const k=useNamespace("tab-pane"),L=ref$1(),j=computed(()=>t.closable||$.props.closable),V=computedEager(()=>{var de;return $.currentName.value===((de=t.name)!=null?de:L.value)}),z=ref$1(V.value),re=computed(()=>{var de;return(de=t.name)!=null?de:L.value}),oe=computedEager(()=>!t.lazy||z.value||V.value);watch(V,de=>{de&&(z.value=!0)});const ue=reactive({uid:y.uid,slots:n,props:t,paneName:re,active:V,index:L,isClosable:j});return $.registerPane(ue),onMounted(()=>{$.sortPane(ue)}),onUnmounted(()=>{$.unregisterPane(ue.uid)}),(de,_e)=>unref(oe)?withDirectives((openBlock(),createElementBlock("div",{key:0,id:`pane-${unref(re)}`,class:normalizeClass(unref(k).b()),role:"tabpanel","aria-hidden":!unref(V),"aria-labelledby":`tab-${unref(re)}`},[renderSlot(de.$slots,"default")],10,["id","aria-hidden","aria-labelledby"])),[[vShow,unref(V)]]):createCommentVNode("v-if",!0)}});var TabPane=_export_sfc$1(_sfc_main$Z,[["__file","tab-pane.vue"]]);const ElTabs=withInstall(Tabs,{TabPane}),ElTabPane=withNoopInstall(TabPane),textProps=buildProps({type:{type:String,values:["primary","success","info","warning","danger",""],default:""},size:{type:String,values:componentSizes,default:""},truncated:Boolean,lineClamp:{type:[String,Number]},tag:{type:String,default:"span"}}),__default__$s=defineComponent({name:"ElText"}),_sfc_main$Y=defineComponent({...__default__$s,props:textProps,setup(e){const t=e,y=useFormSize(),n=useNamespace("text"),$=computed(()=>[n.b(),n.m(t.type),n.m(y.value),n.is("truncated",t.truncated),n.is("line-clamp",!isUndefined$2(t.lineClamp))]);return(k,L)=>(openBlock(),createBlock(resolveDynamicComponent(k.tag),{class:normalizeClass(unref($)),style:normalizeStyle({"-webkit-line-clamp":k.lineClamp})},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["class","style"]))}});var Text=_export_sfc$1(_sfc_main$Y,[["__file","text.vue"]]);const ElText=withInstall(Text),timeSelectProps=buildProps({format:{type:String,default:"HH:mm"},modelValue:String,disabled:Boolean,editable:{type:Boolean,default:!0},effect:{type:definePropType(String),default:"light"},clearable:{type:Boolean,default:!0},size:useSizeProp,placeholder:String,start:{type:String,default:"09:00"},end:{type:String,default:"18:00"},step:{type:String,default:"00:30"},minTime:String,maxTime:String,name:String,prefixIcon:{type:definePropType([String,Object]),default:()=>clock_default},clearIcon:{type:definePropType([String,Object]),default:()=>circle_close_default},...useEmptyValuesProps}),parseTime=e=>{const t=(e||"").split(":");if(t.length>=2){let y=Number.parseInt(t[0],10);const n=Number.parseInt(t[1],10),$=e.toUpperCase();return $.includes("AM")&&y===12?y=0:$.includes("PM")&&y!==12&&(y+=12),{hours:y,minutes:n}}return null},compareTime=(e,t)=>{const y=parseTime(e);if(!y)return-1;const n=parseTime(t);if(!n)return-1;const $=y.minutes+y.hours*60,k=n.minutes+n.hours*60;return $===k?0:$>k?1:-1},padTime=e=>`${e}`.padStart(2,"0"),formatTime=e=>`${padTime(e.hours)}:${padTime(e.minutes)}`,nextTime=(e,t)=>{const y=parseTime(e);if(!y)return"";const n=parseTime(t);if(!n)return"";const $={hours:y.hours,minutes:y.minutes};return $.minutes+=n.minutes,$.hours+=n.hours,$.hours+=Math.floor($.minutes/60),$.minutes=$.minutes%60,formatTime($)},__default__$r=defineComponent({name:"ElTimeSelect"}),_sfc_main$X=defineComponent({...__default__$r,props:timeSelectProps,emits:["change","blur","focus","clear","update:modelValue"],setup(e,{expose:t}){const y=e;dayjs.extend(customParseFormat);const{Option:n}=ElSelect,$=useNamespace("input"),k=ref$1(),L=useFormDisabled(),{lang:j}=useLocale(),V=computed(()=>y.modelValue),z=computed(()=>{const $e=parseTime(y.start);return $e?formatTime($e):null}),re=computed(()=>{const $e=parseTime(y.end);return $e?formatTime($e):null}),oe=computed(()=>{const $e=parseTime(y.step);return $e?formatTime($e):null}),ue=computed(()=>{const $e=parseTime(y.minTime||"");return $e?formatTime($e):null}),de=computed(()=>{const $e=parseTime(y.maxTime||"");return $e?formatTime($e):null}),_e=computed(()=>{const $e=[];if(y.start&&y.end&&y.step){let Ve=z.value,Fe;for(;Ve&&re.value&&compareTime(Ve,re.value)<=0;)Fe=dayjs(Ve,"HH:mm").locale(j.value).format(y.format),$e.push({value:Fe,disabled:compareTime(Ve,ue.value||"-1:-1")<=0||compareTime(Ve,de.value||"100:100")>=0}),Ve=nextTime(Ve,oe.value)}return $e});return t({blur:()=>{var $e,Ve;(Ve=($e=k.value)==null?void 0:$e.blur)==null||Ve.call($e)},focus:()=>{var $e,Ve;(Ve=($e=k.value)==null?void 0:$e.focus)==null||Ve.call($e)}}),($e,Ve)=>(openBlock(),createBlock(unref(ElSelect),{ref_key:"select",ref:k,"model-value":unref(V),disabled:unref(L),clearable:$e.clearable,"clear-icon":$e.clearIcon,size:$e.size,effect:$e.effect,placeholder:$e.placeholder,"default-first-option":"",filterable:$e.editable,"empty-values":$e.emptyValues,"value-on-clear":$e.valueOnClear,"onUpdate:modelValue":Fe=>$e.$emit("update:modelValue",Fe),onChange:Fe=>$e.$emit("change",Fe),onBlur:Fe=>$e.$emit("blur",Fe),onFocus:Fe=>$e.$emit("focus",Fe),onClear:()=>$e.$emit("clear")},{prefix:withCtx(()=>[$e.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).e("prefix-icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($e.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_e),Fe=>(openBlock(),createBlock(unref(n),{key:Fe.value,label:Fe.value,value:Fe.value,disabled:Fe.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["model-value","disabled","clearable","clear-icon","size","effect","placeholder","filterable","empty-values","value-on-clear","onUpdate:modelValue","onChange","onBlur","onFocus","onClear"]))}});var TimeSelect=_export_sfc$1(_sfc_main$X,[["__file","time-select.vue"]]);const ElTimeSelect=withInstall(TimeSelect),Timeline=defineComponent({name:"ElTimeline",setup(e,{slots:t}){const y=useNamespace("timeline");return provide("timeline",t),()=>h$1("ul",{class:[y.b()]},[renderSlot(t,"default")])}}),timelineItemProps=buildProps({timestamp:{type:String,default:""},hideTimestamp:Boolean,center:Boolean,placement:{type:String,values:["top","bottom"],default:"bottom"},type:{type:String,values:["primary","success","warning","danger","info"],default:""},color:{type:String,default:""},size:{type:String,values:["normal","large"],default:"normal"},icon:{type:iconPropType},hollow:Boolean}),__default__$q=defineComponent({name:"ElTimelineItem"}),_sfc_main$W=defineComponent({...__default__$q,props:timelineItemProps,setup(e){const t=e,y=useNamespace("timeline-item"),n=computed(()=>[y.e("node"),y.em("node",t.size||""),y.em("node",t.type||""),y.is("hollow",t.hollow)]);return($,k)=>(openBlock(),createElementBlock("li",{class:normalizeClass([unref(y).b(),{[unref(y).e("center")]:$.center}])},[createBaseVNode("div",{class:normalizeClass(unref(y).e("tail"))},null,2),$.$slots.dot?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n)),style:normalizeStyle({backgroundColor:$.color})},[$.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.icon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],6)),$.$slots.dot?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("dot"))},[renderSlot($.$slots,"dot")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("wrapper"))},[!$.hideTimestamp&&$.placement==="top"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("top")])},toDisplayString($.timestamp),3)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("content"))},[renderSlot($.$slots,"default")],2),!$.hideTimestamp&&$.placement==="bottom"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("bottom")])},toDisplayString($.timestamp),3)):createCommentVNode("v-if",!0)],2)],2))}});var TimelineItem=_export_sfc$1(_sfc_main$W,[["__file","timeline-item.vue"]]);const ElTimeline=withInstall(Timeline,{TimelineItem}),ElTimelineItem=withNoopInstall(TimelineItem),tooltipV2CommonProps=buildProps({nowrap:Boolean});var TooltipV2Sides=(e=>(e.top="top",e.bottom="bottom",e.left="left",e.right="right",e))(TooltipV2Sides||{});const tooltipV2Sides=Object.values(TooltipV2Sides),tooltipV2ArrowProps=buildProps({width:{type:Number,default:10},height:{type:Number,default:10},style:{type:definePropType(Object),default:null}}),tooltipV2ArrowSpecialProps=buildProps({side:{type:definePropType(String),values:tooltipV2Sides,required:!0}}),tooltipV2Strategies=["absolute","fixed"],tooltipV2Placements=["top-start","top-end","top","bottom-start","bottom-end","bottom","left-start","left-end","left","right-start","right-end","right"],tooltipV2ContentProps=buildProps({arrowPadding:{type:definePropType(Number),default:5},effect:{type:definePropType(String),default:"light"},contentClass:String,placement:{type:definePropType(String),values:tooltipV2Placements,default:"bottom"},reference:{type:definePropType(Object),default:null},offset:{type:Number,default:8},strategy:{type:definePropType(String),values:tooltipV2Strategies,default:"absolute"},showArrow:Boolean,...useAriaProps(["ariaLabel"])}),tooltipV2RootProps=buildProps({delayDuration:{type:Number,default:300},defaultOpen:Boolean,open:{type:Boolean,default:void 0},onOpenChange:{type:definePropType(Function)},"onUpdate:open":{type:definePropType(Function)}}),EventHandler={type:definePropType(Function)},tooltipV2TriggerProps=buildProps({onBlur:EventHandler,onClick:EventHandler,onFocus:EventHandler,onMouseDown:EventHandler,onMouseEnter:EventHandler,onMouseLeave:EventHandler}),tooltipV2Props=buildProps({...tooltipV2RootProps,...tooltipV2ArrowProps,...tooltipV2TriggerProps,...tooltipV2ContentProps,alwaysOn:Boolean,fullTransition:Boolean,transitionProps:{type:definePropType(Object),default:null},teleported:Boolean,to:{type:definePropType(String),default:"body"}}),tooltipV2RootKey=Symbol("tooltipV2"),tooltipV2ContentKey=Symbol("tooltipV2Content"),TOOLTIP_V2_OPEN="tooltip_v2.open",__default__$p=defineComponent({name:"ElTooltipV2Root"}),_sfc_main$V=defineComponent({...__default__$p,props:tooltipV2RootProps,setup(e,{expose:t}){const y=e,n=ref$1(y.defaultOpen),$=ref$1(null),k=computed({get:()=>isPropAbsent(y.open)?n.value:y.open,set:Ue=>{var $e;n.value=Ue,($e=y["onUpdate:open"])==null||$e.call(y,Ue)}}),L=computed(()=>isNumber$4(y.delayDuration)&&y.delayDuration>0),{start:j,stop:V}=useTimeoutFn(()=>{k.value=!0},computed(()=>y.delayDuration),{immediate:!1}),z=useNamespace("tooltip-v2"),re=useId(),oe=()=>{V(),k.value=!0},ue=()=>{unref(L)?j():oe()},de=oe,_e=()=>{V(),k.value=!1};return watch(k,Ue=>{var $e;Ue&&(document.dispatchEvent(new CustomEvent(TOOLTIP_V2_OPEN)),de()),($e=y.onOpenChange)==null||$e.call(y,Ue)}),onMounted(()=>{document.addEventListener(TOOLTIP_V2_OPEN,_e)}),onBeforeUnmount(()=>{V(),document.removeEventListener(TOOLTIP_V2_OPEN,_e)}),provide(tooltipV2RootKey,{contentId:re,triggerRef:$,ns:z,onClose:_e,onDelayOpen:ue,onOpen:de}),t({onOpen:de,onClose:_e}),(Ue,$e)=>renderSlot(Ue.$slots,"default",{open:unref(k)})}});var TooltipV2Root=_export_sfc$1(_sfc_main$V,[["__file","root.vue"]]);const __default__$o=defineComponent({name:"ElTooltipV2Arrow"}),_sfc_main$U=defineComponent({...__default__$o,props:{...tooltipV2ArrowProps,...tooltipV2ArrowSpecialProps},setup(e){const t=e,{ns:y}=inject(tooltipV2RootKey),{arrowRef:n}=inject(tooltipV2ContentKey),$=computed(()=>{const{style:k,width:L,height:j}=t,V=y.namespace.value;return{[`--${V}-tooltip-v2-arrow-width`]:`${L}px`,[`--${V}-tooltip-v2-arrow-height`]:`${j}px`,[`--${V}-tooltip-v2-arrow-border-width`]:`${L/2}px`,[`--${V}-tooltip-v2-arrow-cover-width`]:L/2-1,...k||{}}});return(k,L)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:n,style:normalizeStyle(unref($)),class:normalizeClass(unref(y).e("arrow"))},null,6))}});var TooltipV2Arrow=_export_sfc$1(_sfc_main$U,[["__file","arrow.vue"]]);const visualHiddenProps=buildProps({style:{type:definePropType([String,Object,Array]),default:()=>({})}}),__default__$n=defineComponent({name:"ElVisuallyHidden"}),_sfc_main$T=defineComponent({...__default__$n,props:visualHiddenProps,setup(e){const t=e,y=computed(()=>[t.style,{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}]);return(n,$)=>(openBlock(),createElementBlock("span",mergeProps(n.$attrs,{style:unref(y)}),[renderSlot(n.$slots,"default")],16))}});var ElVisuallyHidden=_export_sfc$1(_sfc_main$T,[["__file","visual-hidden.vue"]]);const __default__$m=defineComponent({name:"ElTooltipV2Content"}),_sfc_main$S=defineComponent({...__default__$m,props:{...tooltipV2ContentProps,...tooltipV2CommonProps},setup(e){const t=e,{triggerRef:y,contentId:n}=inject(tooltipV2RootKey),$=ref$1(t.placement),k=ref$1(t.strategy),L=ref$1(null),{referenceRef:j,contentRef:V,middlewareData:z,x:re,y:oe,update:ue}=useFloating$2({placement:$,strategy:k,middleware:computed(()=>{const Fe=[offset(t.offset)];return t.showArrow&&Fe.push(arrowMiddleware({arrowRef:L})),Fe})}),de=useZIndex().nextZIndex(),_e=useNamespace("tooltip-v2"),Ne=computed(()=>$.value.split("-")[0]),Ue=computed(()=>({position:unref(k),top:`${unref(oe)||0}px`,left:`${unref(re)||0}px`,zIndex:de})),$e=computed(()=>{if(!t.showArrow)return{};const{arrow:Fe}=unref(z);return{[`--${_e.namespace.value}-tooltip-v2-arrow-x`]:`${Fe==null?void 0:Fe.x}px`||"",[`--${_e.namespace.value}-tooltip-v2-arrow-y`]:`${Fe==null?void 0:Fe.y}px`||""}}),Ve=computed(()=>[_e.e("content"),_e.is("dark",t.effect==="dark"),_e.is(unref(k)),t.contentClass]);return watch(L,()=>ue()),watch(()=>t.placement,Fe=>$.value=Fe),onMounted(()=>{watch(()=>t.reference||y.value,Fe=>{j.value=Fe||void 0},{immediate:!0})}),provide(tooltipV2ContentKey,{arrowRef:L}),(Fe,qe)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:V,style:normalizeStyle(unref(Ue)),"data-tooltip-v2-root":""},[Fe.nowrap?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,"data-side":unref(Ne),class:normalizeClass(unref(Ve))},[renderSlot(Fe.$slots,"default",{contentStyle:unref(Ue),contentClass:unref(Ve)}),createVNode(unref(ElVisuallyHidden),{id:unref(n),role:"tooltip"},{default:withCtx(()=>[Fe.ariaLabel?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(Fe.ariaLabel),1)],64)):renderSlot(Fe.$slots,"default",{key:1})]),_:3},8,["id"]),renderSlot(Fe.$slots,"arrow",{style:normalizeStyle(unref($e)),side:unref(Ne)})],10,["data-side"]))],4))}});var TooltipV2Content=_export_sfc$1(_sfc_main$S,[["__file","content.vue"]]);const forwardRefProps=buildProps({setRef:{type:definePropType(Function),required:!0},onlyChild:Boolean});var ForwardRef=defineComponent({props:forwardRefProps,setup(e,{slots:t}){const y=ref$1(),n=composeRefs(y,$=>{$?e.setRef($.nextElementSibling):e.setRef(null)});return()=>{var $;const[k]=(($=t.default)==null?void 0:$.call(t))||[],L=e.onlyChild?ensureOnlyChild(k.children):k.children;return createVNode(Fragment,{ref:n},[L])}}});const __default__$l=defineComponent({name:"ElTooltipV2Trigger"}),_sfc_main$R=defineComponent({...__default__$l,props:{...tooltipV2CommonProps,...tooltipV2TriggerProps},setup(e){const t=e,{onClose:y,onOpen:n,onDelayOpen:$,triggerRef:k,contentId:L}=inject(tooltipV2RootKey);let j=!1;const V=Ve=>{k.value=Ve},z=()=>{j=!1},re=composeEventHandlers(t.onMouseEnter,$),oe=composeEventHandlers(t.onMouseLeave,y),ue=composeEventHandlers(t.onMouseDown,()=>{y(),j=!0,document.addEventListener("mouseup",z,{once:!0})}),de=composeEventHandlers(t.onFocus,()=>{j||n()}),_e=composeEventHandlers(t.onBlur,y),Ne=composeEventHandlers(t.onClick,Ve=>{Ve.detail===0&&y()}),Ue={blur:_e,click:Ne,focus:de,mousedown:ue,mouseenter:re,mouseleave:oe},$e=(Ve,Fe,qe)=>{Ve&&Object.entries(Fe).forEach(([er,ir])=>{Ve[qe](er,ir)})};return watch(k,(Ve,Fe)=>{$e(Ve,Ue,"addEventListener"),$e(Fe,Ue,"removeEventListener"),Ve&&Ve.setAttribute("aria-describedby",L.value)}),onBeforeUnmount(()=>{$e(k.value,Ue,"removeEventListener"),document.removeEventListener("mouseup",z)}),(Ve,Fe)=>Ve.nowrap?(openBlock(),createBlock(unref(ForwardRef),{key:0,"set-ref":V,"only-child":""},{default:withCtx(()=>[renderSlot(Ve.$slots,"default")]),_:3})):(openBlock(),createElementBlock("button",mergeProps({key:1,ref_key:"triggerRef",ref:k},Ve.$attrs),[renderSlot(Ve.$slots,"default")],16))}});var TooltipV2Trigger=_export_sfc$1(_sfc_main$R,[["__file","trigger.vue"]]);const __default__$k=defineComponent({name:"ElTooltipV2"}),_sfc_main$Q=defineComponent({...__default__$k,props:tooltipV2Props,setup(e){const y=toRefs(e),n=reactive(pick(y,Object.keys(tooltipV2ArrowProps))),$=reactive(pick(y,Object.keys(tooltipV2ContentProps))),k=reactive(pick(y,Object.keys(tooltipV2RootProps))),L=reactive(pick(y,Object.keys(tooltipV2TriggerProps)));return(j,V)=>(openBlock(),createBlock(TooltipV2Root,normalizeProps(guardReactiveProps(k)),{default:withCtx(({open:z})=>[createVNode(TooltipV2Trigger,mergeProps(L,{nowrap:""}),{default:withCtx(()=>[renderSlot(j.$slots,"trigger")]),_:3},16),createVNode(unref(ElTeleport),{to:j.to,disabled:!j.teleported},{default:withCtx(()=>[j.fullTransition?(openBlock(),createBlock(Transition,normalizeProps(mergeProps({key:0},j.transitionProps)),{default:withCtx(()=>[j.alwaysOn||z?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},$)),{arrow:withCtx(({style:re,side:oe})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:oe}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)]),_:2},1040)):(openBlock(),createElementBlock(Fragment,{key:1},[j.alwaysOn||z?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},$)),{arrow:withCtx(({style:re,side:oe})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:oe}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)],64))]),_:2},1032,["to","disabled"])]),_:3},16))}});var TooltipV2=_export_sfc$1(_sfc_main$Q,[["__file","tooltip.vue"]]);const ElTooltipV2=withInstall(TooltipV2),LEFT_CHECK_CHANGE_EVENT="left-check-change",RIGHT_CHECK_CHANGE_EVENT="right-check-change",transferProps=buildProps({data:{type:definePropType(Array),default:()=>[]},titles:{type:definePropType(Array),default:()=>[]},buttonTexts:{type:definePropType(Array),default:()=>[]},filterPlaceholder:String,filterMethod:{type:definePropType(Function)},leftDefaultChecked:{type:definePropType(Array),default:()=>[]},rightDefaultChecked:{type:definePropType(Array),default:()=>[]},renderContent:{type:definePropType(Function)},modelValue:{type:definePropType(Array),default:()=>[]},format:{type:definePropType(Object),default:()=>({})},filterable:Boolean,props:{type:definePropType(Object),default:()=>mutable({label:"label",key:"key",disabled:"disabled"})},targetOrder:{type:String,values:["original","push","unshift"],default:"original"},validateEvent:{type:Boolean,default:!0}}),transferCheckedChangeFn=(e,t)=>[e,t].every(isArray$4)||isArray$4(e)&&isNil(t),transferEmits={[CHANGE_EVENT]:(e,t,y)=>[e,y].every(isArray$4)&&["left","right"].includes(t),[UPDATE_MODEL_EVENT]:e=>isArray$4(e),[LEFT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn,[RIGHT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn},CHECKED_CHANGE_EVENT="checked-change",transferPanelProps=buildProps({data:transferProps.data,optionRender:{type:definePropType(Function)},placeholder:String,title:String,filterable:Boolean,format:transferProps.format,filterMethod:transferProps.filterMethod,defaultChecked:transferProps.leftDefaultChecked,props:transferProps.props}),transferPanelEmits={[CHECKED_CHANGE_EVENT]:transferCheckedChangeFn},usePropsAlias=e=>{const t={label:"label",key:"key",disabled:"disabled"};return computed(()=>({...t,...e.props}))},useCheck$1=(e,t,y)=>{const n=usePropsAlias(e),$=computed(()=>e.data.filter(re=>isFunction$5(e.filterMethod)?e.filterMethod(t.query,re):String(re[n.value.label]||re[n.value.key]).toLowerCase().includes(t.query.toLowerCase()))),k=computed(()=>$.value.filter(re=>!re[n.value.disabled])),L=computed(()=>{const re=t.checked.length,oe=e.data.length,{noChecked:ue,hasChecked:de}=e.format;return ue&&de?re>0?de.replace(/\${checked}/g,re.toString()).replace(/\${total}/g,oe.toString()):ue.replace(/\${total}/g,oe.toString()):`${re}/${oe}`}),j=computed(()=>{const re=t.checked.length;return re>0&&re{const re=k.value.map(oe=>oe[n.value.key]);t.allChecked=re.length>0&&re.every(oe=>t.checked.includes(oe))},z=re=>{t.checked=re?k.value.map(oe=>oe[n.value.key]):[]};return watch(()=>t.checked,(re,oe)=>{if(V(),t.checkChangeByUser){const ue=re.concat(oe).filter(de=>!re.includes(de)||!oe.includes(de));y(CHECKED_CHANGE_EVENT,re,ue)}else y(CHECKED_CHANGE_EVENT,re),t.checkChangeByUser=!0}),watch(k,()=>{V()}),watch(()=>e.data,()=>{const re=[],oe=$.value.map(ue=>ue[n.value.key]);t.checked.forEach(ue=>{oe.includes(ue)&&re.push(ue)}),t.checkChangeByUser=!1,t.checked=re}),watch(()=>e.defaultChecked,(re,oe)=>{if(oe&&re.length===oe.length&&re.every(_e=>oe.includes(_e)))return;const ue=[],de=k.value.map(_e=>_e[n.value.key]);re.forEach(_e=>{de.includes(_e)&&ue.push(_e)}),t.checkChangeByUser=!1,t.checked=ue},{immediate:!0}),{filteredData:$,checkableData:k,checkedSummary:L,isIndeterminate:j,updateAllChecked:V,handleAllCheckedChange:z}},useCheckedChange=(e,t)=>({onSourceCheckedChange:($,k)=>{e.leftChecked=$,k&&t(LEFT_CHECK_CHANGE_EVENT,$,k)},onTargetCheckedChange:($,k)=>{e.rightChecked=$,k&&t(RIGHT_CHECK_CHANGE_EVENT,$,k)}}),useComputedData=e=>{const t=usePropsAlias(e),y=computed(()=>e.data.reduce((k,L)=>(k[L[t.value.key]]=L)&&k,{})),n=computed(()=>e.data.filter(k=>!e.modelValue.includes(k[t.value.key]))),$=computed(()=>e.targetOrder==="original"?e.data.filter(k=>e.modelValue.includes(k[t.value.key])):e.modelValue.reduce((k,L)=>{const j=y.value[L];return j&&k.push(j),k},[]));return{sourceData:n,targetData:$}},useMove=(e,t,y)=>{const n=usePropsAlias(e),$=(j,V,z)=>{y(UPDATE_MODEL_EVENT,j),y(CHANGE_EVENT,j,V,z)};return{addToLeft:()=>{const j=e.modelValue.slice();t.rightChecked.forEach(V=>{const z=j.indexOf(V);z>-1&&j.splice(z,1)}),$(j,"left",t.rightChecked)},addToRight:()=>{let j=e.modelValue.slice();const V=e.data.filter(z=>{const re=z[n.value.key];return t.leftChecked.includes(re)&&!e.modelValue.includes(re)}).map(z=>z[n.value.key]);j=e.targetOrder==="unshift"?V.concat(j):j.concat(V),e.targetOrder==="original"&&(j=e.data.filter(z=>j.includes(z[n.value.key])).map(z=>z[n.value.key])),$(j,"right",t.leftChecked)}}},__default__$j=defineComponent({name:"ElTransferPanel"}),_sfc_main$P=defineComponent({...__default__$j,props:transferPanelProps,emits:transferPanelEmits,setup(e,{expose:t,emit:y}){const n=e,$=useSlots(),k=({option:Fe})=>Fe,{t:L}=useLocale(),j=useNamespace("transfer"),V=reactive({checked:[],allChecked:!1,query:"",checkChangeByUser:!0}),z=usePropsAlias(n),{filteredData:re,checkedSummary:oe,isIndeterminate:ue,handleAllCheckedChange:de}=useCheck$1(n,V,y),_e=computed(()=>!isEmpty(V.query)&&isEmpty(re.value)),Ne=computed(()=>!isEmpty($.default()[0].children)),{checked:Ue,allChecked:$e,query:Ve}=toRefs(V);return t({query:Ve}),(Fe,qe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(j).b("panel"))},[createBaseVNode("p",{class:normalizeClass(unref(j).be("panel","header"))},[createVNode(unref(ElCheckbox),{modelValue:unref($e),"onUpdate:modelValue":er=>isRef($e)?$e.value=er:null,indeterminate:unref(ue),"validate-event":!1,onChange:unref(de)},{default:withCtx(()=>[createTextVNode(toDisplayString(Fe.title)+" ",1),createBaseVNode("span",null,toDisplayString(unref(oe)),1)]),_:1},8,["modelValue","onUpdate:modelValue","indeterminate","onChange"])],2),createBaseVNode("div",{class:normalizeClass([unref(j).be("panel","body"),unref(j).is("with-footer",unref(Ne))])},[Fe.filterable?(openBlock(),createBlock(unref(ElInput),{key:0,modelValue:unref(Ve),"onUpdate:modelValue":er=>isRef(Ve)?Ve.value=er:null,class:normalizeClass(unref(j).be("panel","filter")),size:"default",placeholder:Fe.placeholder,"prefix-icon":unref(search_default),clearable:"","validate-event":!1},null,8,["modelValue","onUpdate:modelValue","class","placeholder","prefix-icon"])):createCommentVNode("v-if",!0),withDirectives(createVNode(unref(ElCheckboxGroup$1),{modelValue:unref(Ue),"onUpdate:modelValue":er=>isRef(Ue)?Ue.value=er:null,"validate-event":!1,class:normalizeClass([unref(j).is("filterable",Fe.filterable),unref(j).be("panel","list")])},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),er=>(openBlock(),createBlock(unref(ElCheckbox),{key:er[unref(z).key],class:normalizeClass(unref(j).be("panel","item")),value:er[unref(z).key],disabled:er[unref(z).disabled],"validate-event":!1},{default:withCtx(()=>{var ir;return[createVNode(k,{option:(ir=Fe.optionRender)==null?void 0:ir.call(Fe,er)},null,8,["option"])]}),_:2},1032,["class","value","disabled"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"]),[[vShow,!unref(_e)&&!unref(isEmpty)(Fe.data)]]),withDirectives(createBaseVNode("p",{class:normalizeClass(unref(j).be("panel","empty"))},toDisplayString(unref(_e)?unref(L)("el.transfer.noMatch"):unref(L)("el.transfer.noData")),3),[[vShow,unref(_e)||unref(isEmpty)(Fe.data)]])],2),unref(Ne)?(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(j).be("panel","footer"))},[renderSlot(Fe.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var TransferPanel=_export_sfc$1(_sfc_main$P,[["__file","transfer-panel.vue"]]);const __default__$i=defineComponent({name:"ElTransfer"}),_sfc_main$O=defineComponent({...__default__$i,props:transferProps,emits:transferEmits,setup(e,{expose:t,emit:y}){const n=e,$=useSlots(),{t:k}=useLocale(),L=useNamespace("transfer"),{formItem:j}=useFormItem(),V=reactive({leftChecked:[],rightChecked:[]}),z=usePropsAlias(n),{sourceData:re,targetData:oe}=useComputedData(n),{onSourceCheckedChange:ue,onTargetCheckedChange:de}=useCheckedChange(V,y),{addToLeft:_e,addToRight:Ne}=useMove(n,V,y),Ue=ref$1(),$e=ref$1(),Ve=cr=>{switch(cr){case"left":Ue.value.query="";break;case"right":$e.value.query="";break}},Fe=computed(()=>n.buttonTexts.length===2),qe=computed(()=>n.titles[0]||k("el.transfer.titles.0")),er=computed(()=>n.titles[1]||k("el.transfer.titles.1")),ir=computed(()=>n.filterPlaceholder||k("el.transfer.filterPlaceholder"));watch(()=>n.modelValue,()=>{var cr;n.validateEvent&&((cr=j==null?void 0:j.validate)==null||cr.call(j,"change").catch(nr=>void 0))});const dr=computed(()=>cr=>n.renderContent?n.renderContent(h$1,cr):$.default?$.default({option:cr}):h$1("span",cr[z.value.label]||cr[z.value.key]));return t({clearQuery:Ve,leftPanel:Ue,rightPanel:$e}),(cr,nr)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L).b())},[createVNode(TransferPanel,{ref_key:"leftPanel",ref:Ue,data:unref(re),"option-render":unref(dr),placeholder:unref(ir),title:unref(qe),filterable:cr.filterable,format:cr.format,"filter-method":cr.filterMethod,"default-checked":cr.leftDefaultChecked,props:n.props,onCheckedChange:unref(ue)},{default:withCtx(()=>[renderSlot(cr.$slots,"left-footer")]),_:3},8,["data","option-render","placeholder","title","filterable","format","filter-method","default-checked","props","onCheckedChange"]),createBaseVNode("div",{class:normalizeClass(unref(L).e("buttons"))},[createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref(L).e("button"),unref(L).is("with-texts",unref(Fe))]),disabled:unref(isEmpty)(V.rightChecked),onClick:unref(_e)},{default:withCtx(()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1}),unref(isUndefined$2)(cr.buttonTexts[0])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(cr.buttonTexts[0]),1))]),_:1},8,["class","disabled","onClick"]),createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref(L).e("button"),unref(L).is("with-texts",unref(Fe))]),disabled:unref(isEmpty)(V.leftChecked),onClick:unref(Ne)},{default:withCtx(()=>[unref(isUndefined$2)(cr.buttonTexts[1])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(cr.buttonTexts[1]),1)),createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})]),_:1},8,["class","disabled","onClick"])],2),createVNode(TransferPanel,{ref_key:"rightPanel",ref:$e,data:unref(oe),"option-render":unref(dr),placeholder:unref(ir),filterable:cr.filterable,format:cr.format,"filter-method":cr.filterMethod,title:unref(er),"default-checked":cr.rightDefaultChecked,props:n.props,onCheckedChange:unref(de)},{default:withCtx(()=>[renderSlot(cr.$slots,"right-footer")]),_:3},8,["data","option-render","placeholder","filterable","format","filter-method","title","default-checked","props","onCheckedChange"])],2))}});var Transfer=_export_sfc$1(_sfc_main$O,[["__file","transfer.vue"]]);const ElTransfer=withInstall(Transfer),NODE_KEY="$treeNodeId",markNodeData=function(e,t){!t||t[NODE_KEY]||Object.defineProperty(t,NODE_KEY,{value:e.id,enumerable:!1,configurable:!1,writable:!1})},getNodeKey=function(e,t){return e?t[e]:t[NODE_KEY]},handleCurrentChange=(e,t,y)=>{const n=e.value.currentNode;y();const $=e.value.currentNode;n!==$&&t("current-change",$?$.data:null,$)},getChildState=e=>{let t=!0,y=!0,n=!0;for(let $=0,k=e.length;$"u"){const k=n[t];return k===void 0?"":k}};let nodeIdSeed=0,Node$1=class P0{constructor(t){this.id=nodeIdSeed++,this.text=null,this.checked=!1,this.indeterminate=!1,this.data=null,this.expanded=!1,this.parent=null,this.visible=!0,this.isCurrent=!1,this.canFocus=!1;for(const y in t)hasOwn$1(t,y)&&(this[y]=t[y]);this.level=0,this.loaded=!1,this.childNodes=[],this.loading=!1,this.parent&&(this.level=this.parent.level+1)}initialize(){const t=this.store;if(!t)throw new Error("[Node]store is required!");t.registerNode(this);const y=t.props;if(y&&typeof y.isLeaf<"u"){const k=getPropertyFromData(this,"isLeaf");typeof k=="boolean"&&(this.isLeafByUser=k)}if(t.lazy!==!0&&this.data?(this.setData(this.data),t.defaultExpandAll&&(this.expanded=!0,this.canFocus=!0)):this.level>0&&t.lazy&&t.defaultExpandAll&&!this.isLeafByUser&&this.expand(),Array.isArray(this.data)||markNodeData(this,this.data),!this.data)return;const n=t.defaultExpandedKeys,$=t.key;$&&n&&n.includes(this.key)&&this.expand(null,t.autoExpandParent),$&&t.currentNodeKey!==void 0&&this.key===t.currentNodeKey&&(t.currentNode=this,t.currentNode.isCurrent=!0),t.lazy&&t._initDefaultCheckedNode(this),this.updateLeafState(),this.parent&&(this.level===1||this.parent.expanded===!0)&&(this.canFocus=!0)}setData(t){Array.isArray(t)||markNodeData(this,t),this.data=t,this.childNodes=[];let y;this.level===0&&Array.isArray(this.data)?y=this.data:y=getPropertyFromData(this,"children")||[];for(let n=0,$=y.length;n<$;n++)this.insertChild({data:y[n]})}get label(){return getPropertyFromData(this,"label")}get key(){const t=this.store.key;return this.data?this.data[t]:null}get disabled(){return getPropertyFromData(this,"disabled")}get nextSibling(){const t=this.parent;if(t){const y=t.childNodes.indexOf(this);if(y>-1)return t.childNodes[y+1]}return null}get previousSibling(){const t=this.parent;if(t){const y=t.childNodes.indexOf(this);if(y>-1)return y>0?t.childNodes[y-1]:null}return null}contains(t,y=!0){return(this.childNodes||[]).some(n=>n===t||y&&n.contains(t))}remove(){const t=this.parent;t&&t.removeChild(this)}insertChild(t,y,n){if(!t)throw new Error("InsertChild error: child is required.");if(!(t instanceof P0)){if(!n){const $=this.getChildren(!0);$.includes(t.data)||(typeof y>"u"||y<0?$.push(t.data):$.splice(y,0,t.data))}Object.assign(t,{parent:this,store:this.store}),t=reactive(new P0(t)),t instanceof P0&&t.initialize()}t.level=this.level+1,typeof y>"u"||y<0?this.childNodes.push(t):this.childNodes.splice(y,0,t),this.updateLeafState()}insertBefore(t,y){let n;y&&(n=this.childNodes.indexOf(y)),this.insertChild(t,n)}insertAfter(t,y){let n;y&&(n=this.childNodes.indexOf(y),n!==-1&&(n+=1)),this.insertChild(t,n)}removeChild(t){const y=this.getChildren()||[],n=y.indexOf(t.data);n>-1&&y.splice(n,1);const $=this.childNodes.indexOf(t);$>-1&&(this.store&&this.store.deregisterNode(t),t.parent=null,this.childNodes.splice($,1)),this.updateLeafState()}removeChildByData(t){let y=null;for(let n=0;n{if(y){let $=this.parent;for(;$.level>0;)$.expanded=!0,$=$.parent}this.expanded=!0,t&&t(),this.childNodes.forEach($=>{$.canFocus=!0})};this.shouldLoadData()?this.loadData($=>{Array.isArray($)&&(this.checked?this.setChecked(!0,!0):this.store.checkStrictly||reInitChecked(this),n())}):n()}doCreateChildren(t,y={}){t.forEach(n=>{this.insertChild(Object.assign({data:n},y),void 0,!0)})}collapse(){this.expanded=!1,this.childNodes.forEach(t=>{t.canFocus=!1})}shouldLoadData(){return this.store.lazy===!0&&this.store.load&&!this.loaded}updateLeafState(){if(this.store.lazy===!0&&this.loaded!==!0&&typeof this.isLeafByUser<"u"){this.isLeaf=this.isLeafByUser;return}const t=this.childNodes;if(!this.store.lazy||this.store.lazy===!0&&this.loaded===!0){this.isLeaf=!t||t.length===0;return}this.isLeaf=!1}setChecked(t,y,n,$){if(this.indeterminate=t==="half",this.checked=t===!0,this.store.checkStrictly)return;if(!(this.shouldLoadData()&&!this.store.checkDescendants)){const{all:L,allWithoutDisable:j}=getChildState(this.childNodes);!this.isLeaf&&!L&&j&&(this.checked=!1,t=!1);const V=()=>{if(y){const z=this.childNodes;for(let ue=0,de=z.length;ue{V(),reInitChecked(this)},{checked:t!==!1});return}else V()}const k=this.parent;!k||k.level===0||n||reInitChecked(k)}getChildren(t=!1){if(this.level===0)return this.data;const y=this.data;if(!y)return null;const n=this.store.props;let $="children";return n&&($=n.children||"children"),y[$]===void 0&&(y[$]=null),t&&!y[$]&&(y[$]=[]),y[$]}updateChildren(){const t=this.getChildren()||[],y=this.childNodes.map(k=>k.data),n={},$=[];t.forEach((k,L)=>{const j=k[NODE_KEY];!!j&&y.findIndex(z=>z[NODE_KEY]===j)>=0?n[j]={index:L,data:k}:$.push({index:L,data:k})}),this.store.lazy||y.forEach(k=>{n[k[NODE_KEY]]||this.removeChildByData(k)}),$.forEach(({index:k,data:L})=>{this.insertChild({data:L},k)}),this.updateLeafState()}loadData(t,y={}){if(this.store.lazy===!0&&this.store.load&&!this.loaded&&(!this.loading||Object.keys(y).length)){this.loading=!0;const n=k=>{this.childNodes=[],this.doCreateChildren(k,y),this.loaded=!0,this.loading=!1,this.updateLeafState(),t&&t.call(this,k)},$=()=>{this.loading=!1};this.store.load(this,n,$)}else t&&t.call(this)}eachNode(t){const y=[this];for(;y.length;){const n=y.shift();y.unshift(...n.childNodes),t(n)}}reInitChecked(){this.store.checkStrictly||reInitChecked(this)}};class TreeStore{constructor(t){this.currentNode=null,this.currentNodeKey=null;for(const y in t)hasOwn$1(t,y)&&(this[y]=t[y]);this.nodesMap={}}initialize(){if(this.root=new Node$1({data:this.data,store:this}),this.root.initialize(),this.lazy&&this.load){const t=this.load;t(this.root,y=>{this.root.doCreateChildren(y),this._initDefaultCheckedNodes()})}else this._initDefaultCheckedNodes()}filter(t){const y=this.filterNodeMethod,n=this.lazy,$=function(k){const L=k.root?k.root.childNodes:k.childNodes;if(L.forEach(j=>{j.visible=y.call(j,t,j.data,j),$(j)}),!k.visible&&L.length){let j=!0;j=!L.some(V=>V.visible),k.root?k.root.visible=j===!1:k.visible=j===!1}t&&k.visible&&!k.isLeaf&&(!n||k.loaded)&&k.expand()};$(this)}setData(t){t!==this.root.data?(this.root.setData(t),this._initDefaultCheckedNodes()):this.root.updateChildren()}getNode(t){if(t instanceof Node$1)return t;const y=isObject$5(t)?getNodeKey(this.key,t):t;return this.nodesMap[y]||null}insertBefore(t,y){const n=this.getNode(y);n.parent.insertBefore({data:t},n)}insertAfter(t,y){const n=this.getNode(y);n.parent.insertAfter({data:t},n)}remove(t){const y=this.getNode(t);y&&y.parent&&(y===this.currentNode&&(this.currentNode=null),y.parent.removeChild(y))}append(t,y){const n=isPropAbsent(y)?this.root:this.getNode(y);n&&n.insertChild({data:t})}_initDefaultCheckedNodes(){const t=this.defaultCheckedKeys||[],y=this.nodesMap;t.forEach(n=>{const $=y[n];$&&$.setChecked(!0,!this.checkStrictly)})}_initDefaultCheckedNode(t){(this.defaultCheckedKeys||[]).includes(t.key)&&t.setChecked(!0,!this.checkStrictly)}setDefaultCheckedKey(t){t!==this.defaultCheckedKeys&&(this.defaultCheckedKeys=t,this._initDefaultCheckedNodes())}registerNode(t){const y=this.key;!t||!t.data||(y?t.key!==void 0&&(this.nodesMap[t.key]=t):this.nodesMap[t.id]=t)}deregisterNode(t){!this.key||!t||!t.data||(t.childNodes.forEach(n=>{this.deregisterNode(n)}),delete this.nodesMap[t.key])}getCheckedNodes(t=!1,y=!1){const n=[],$=function(k){(k.root?k.root.childNodes:k.childNodes).forEach(j=>{(j.checked||y&&j.indeterminate)&&(!t||t&&j.isLeaf)&&n.push(j.data),$(j)})};return $(this),n}getCheckedKeys(t=!1){return this.getCheckedNodes(t).map(y=>(y||{})[this.key])}getHalfCheckedNodes(){const t=[],y=function(n){(n.root?n.root.childNodes:n.childNodes).forEach(k=>{k.indeterminate&&t.push(k.data),y(k)})};return y(this),t}getHalfCheckedKeys(){return this.getHalfCheckedNodes().map(t=>(t||{})[this.key])}_getAllNodes(){const t=[],y=this.nodesMap;for(const n in y)hasOwn$1(y,n)&&t.push(y[n]);return t}updateChildren(t,y){const n=this.nodesMap[t];if(!n)return;const $=n.childNodes;for(let k=$.length-1;k>=0;k--){const L=$[k];this.remove(L.data)}for(let k=0,L=y.length;kV.level-z.level),k=Object.create(null),L=Object.keys(n);$.forEach(V=>V.setChecked(!1,!1));const j=V=>{V.childNodes.forEach(z=>{var re;k[z.data[t]]=!0,(re=z.childNodes)!=null&&re.length&&j(z)})};for(let V=0,z=$.length;V{Ue.isLeaf||Ue.setChecked(!1,!1),de(Ue)})};de(re)}}}setCheckedNodes(t,y=!1){const n=this.key,$={};t.forEach(k=>{$[(k||{})[n]]=!0}),this._setCheckedKeys(n,y,$)}setCheckedKeys(t,y=!1){this.defaultCheckedKeys=t;const n=this.key,$={};t.forEach(k=>{$[k]=!0}),this._setCheckedKeys(n,y,$)}setDefaultExpandedKeys(t){t=t||[],this.defaultExpandedKeys=t,t.forEach(y=>{const n=this.getNode(y);n&&n.expand(null,this.autoExpandParent)})}setChecked(t,y,n){const $=this.getNode(t);$&&$.setChecked(!!y,n)}getCurrentNode(){return this.currentNode}setCurrentNode(t){const y=this.currentNode;y&&(y.isCurrent=!1),this.currentNode=t,this.currentNode.isCurrent=!0}setUserCurrentNode(t,y=!0){const n=t[this.key],$=this.nodesMap[n];this.setCurrentNode($),y&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0)}setCurrentNodeKey(t,y=!0){if(t==null){this.currentNode&&(this.currentNode.isCurrent=!1),this.currentNode=null;return}const n=this.getNode(t);n&&(this.setCurrentNode(n),y&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0))}}const _sfc_main$N=defineComponent({name:"ElTreeNodeContent",props:{node:{type:Object,required:!0},renderContent:Function},setup(e){const t=useNamespace("tree"),y=inject("NodeInstance"),n=inject("RootTree");return()=>{const $=e.node,{data:k,store:L}=$;return e.renderContent?e.renderContent(h$1,{_self:y,node:$,data:k,store:L}):renderSlot(n.ctx.slots,"default",{node:$,data:k},()=>[h$1("span",{class:t.be("node","label")},[$.label])])}}});var NodeContent=_export_sfc$1(_sfc_main$N,[["__file","tree-node-content.vue"]]);function useNodeExpandEventBroadcast(e){const t=inject("TreeNodeMap",null),y={treeNodeExpand:n=>{e.node!==n&&e.node.collapse()},children:[]};return t&&t.children.push(y),provide("TreeNodeMap",y),{broadcastExpanded:n=>{if(e.accordion)for(const $ of y.children)$.treeNodeExpand(n)}}}const dragEventsKey=Symbol("dragEvents");function useDragNodeHandler({props:e,ctx:t,el$:y,dropIndicator$:n,store:$}){const k=useNamespace("tree"),L=ref$1({showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0,dropType:null});return provide(dragEventsKey,{treeNodeDragStart:({event:re,treeNode:oe})=>{if(typeof e.allowDrag=="function"&&!e.allowDrag(oe.node))return re.preventDefault(),!1;re.dataTransfer.effectAllowed="move";try{re.dataTransfer.setData("text/plain","")}catch{}L.value.draggingNode=oe,t.emit("node-drag-start",oe.node,re)},treeNodeDragOver:({event:re,treeNode:oe})=>{const ue=oe,de=L.value.dropNode;de&&de.node.id!==ue.node.id&&removeClass(de.$el,k.is("drop-inner"));const _e=L.value.draggingNode;if(!_e||!ue)return;let Ne=!0,Ue=!0,$e=!0,Ve=!0;typeof e.allowDrop=="function"&&(Ne=e.allowDrop(_e.node,ue.node,"prev"),Ve=Ue=e.allowDrop(_e.node,ue.node,"inner"),$e=e.allowDrop(_e.node,ue.node,"next")),re.dataTransfer.dropEffect=Ue||Ne||$e?"move":"none",(Ne||Ue||$e)&&(de==null?void 0:de.node.id)!==ue.node.id&&(de&&t.emit("node-drag-leave",_e.node,de.node,re),t.emit("node-drag-enter",_e.node,ue.node,re)),Ne||Ue||$e?L.value.dropNode=ue:L.value.dropNode=null,ue.node.nextSibling===_e.node&&($e=!1),ue.node.previousSibling===_e.node&&(Ne=!1),ue.node.contains(_e.node,!1)&&(Ue=!1),(_e.node===ue.node||_e.node.contains(ue.node))&&(Ne=!1,Ue=!1,$e=!1);const Fe=ue.$el.querySelector(`.${k.be("node","content")}`).getBoundingClientRect(),qe=y.value.getBoundingClientRect();let er;const ir=Ne?Ue?.25:$e?.45:1:-1,dr=$e?Ue?.75:Ne?.55:0:1;let cr=-9999;const nr=re.clientY-Fe.top;nrFe.height*dr?er="after":Ue?er="inner":er="none";const lr=ue.$el.querySelector(`.${k.be("node","expand-icon")}`).getBoundingClientRect(),Et=n.value;er==="before"?cr=lr.top-qe.top:er==="after"&&(cr=lr.bottom-qe.top),Et.style.top=`${cr}px`,Et.style.left=`${lr.right-qe.left}px`,er==="inner"?addClass(ue.$el,k.is("drop-inner")):removeClass(ue.$el,k.is("drop-inner")),L.value.showDropIndicator=er==="before"||er==="after",L.value.allowDrop=L.value.showDropIndicator||Ve,L.value.dropType=er,t.emit("node-drag-over",_e.node,ue.node,re)},treeNodeDragEnd:re=>{const{draggingNode:oe,dropType:ue,dropNode:de}=L.value;if(re.preventDefault(),re.dataTransfer.dropEffect="move",oe&&de){const _e={data:oe.node.data};ue!=="none"&&oe.node.remove(),ue==="before"?de.node.parent.insertBefore(_e,de.node):ue==="after"?de.node.parent.insertAfter(_e,de.node):ue==="inner"&&de.node.insertChild(_e),ue!=="none"&&($.value.registerNode(_e),$.value.key&&oe.node.eachNode(Ne=>{var Ue;(Ue=$.value.nodesMap[Ne.data[$.value.key]])==null||Ue.setChecked(Ne.checked,!$.value.checkStrictly)})),removeClass(de.$el,k.is("drop-inner")),t.emit("node-drag-end",oe.node,de.node,ue,re),ue!=="none"&&t.emit("node-drop",oe.node,de.node,ue,re)}oe&&!de&&t.emit("node-drag-end",oe.node,null,ue,re),L.value.showDropIndicator=!1,L.value.draggingNode=null,L.value.dropNode=null,L.value.allowDrop=!0}}),{dragState:L}}const _sfc_main$M=defineComponent({name:"ElTreeNode",components:{ElCollapseTransition,ElCheckbox,NodeContent,ElIcon,Loading:loading_default},props:{node:{type:Node$1,default:()=>({})},props:{type:Object,default:()=>({})},accordion:Boolean,renderContent:Function,renderAfterExpand:Boolean,showCheckbox:{type:Boolean,default:!1}},emits:["node-expand"],setup(e,t){const y=useNamespace("tree"),{broadcastExpanded:n}=useNodeExpandEventBroadcast(e),$=inject("RootTree"),k=ref$1(!1),L=ref$1(!1),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=inject(dragEventsKey),oe=getCurrentInstance();provide("NodeInstance",oe),e.node.expanded&&(k.value=!0,L.value=!0);const ue=$.props.props.children||"children";watch(()=>{const nr=e.node.data[ue];return nr&&[...nr]},()=>{e.node.updateChildren()}),watch(()=>e.node.indeterminate,nr=>{Ne(e.node.checked,nr)}),watch(()=>e.node.checked,nr=>{Ne(nr,e.node.indeterminate)}),watch(()=>e.node.childNodes.length,()=>e.node.reInitChecked()),watch(()=>e.node.expanded,nr=>{nextTick$3(()=>k.value=nr),nr&&(L.value=!0)});const de=nr=>getNodeKey($.props.nodeKey,nr.data),_e=nr=>{const lr=e.props.class;if(!lr)return{};let Et;if(isFunction$5(lr)){const{data:ie}=nr;Et=lr(ie,nr)}else Et=lr;return isString$4(Et)?{[Et]:!0}:Et},Ne=(nr,lr)=>{(j.value!==nr||V.value!==lr)&&$.ctx.emit("check-change",e.node.data,nr,lr),j.value=nr,V.value=lr},Ue=nr=>{handleCurrentChange($.store,$.ctx.emit,()=>$.store.value.setCurrentNode(e.node)),$.currentNode.value=e.node,$.props.expandOnClickNode&&Ve(),$.props.checkOnClickNode&&!e.node.disabled&&Fe(null,{target:{checked:!e.node.checked}}),$.ctx.emit("node-click",e.node.data,e.node,oe,nr)},$e=nr=>{$.instance.vnode.props.onNodeContextmenu&&(nr.stopPropagation(),nr.preventDefault()),$.ctx.emit("node-contextmenu",nr,e.node.data,e.node,oe)},Ve=()=>{e.node.isLeaf||(k.value?($.ctx.emit("node-collapse",e.node.data,e.node,oe),e.node.collapse()):(e.node.expand(),t.emit("node-expand",e.node.data,e.node,oe)))},Fe=(nr,lr)=>{e.node.setChecked(lr.target.checked,!$.props.checkStrictly),nextTick$3(()=>{const Et=$.store.value;$.ctx.emit("check",e.node.data,{checkedNodes:Et.getCheckedNodes(),checkedKeys:Et.getCheckedKeys(),halfCheckedNodes:Et.getHalfCheckedNodes(),halfCheckedKeys:Et.getHalfCheckedKeys()})})};return{ns:y,node$:z,tree:$,expanded:k,childNodeRendered:L,oldChecked:j,oldIndeterminate:V,getNodeKey:de,getNodeClass:_e,handleSelectChange:Ne,handleClick:Ue,handleContextMenu:$e,handleExpandIconClick:Ve,handleCheckChange:Fe,handleChildNodeExpand:(nr,lr,Et)=>{n(lr),$.ctx.emit("node-expand",nr,lr,Et)},handleDragStart:nr=>{$.props.draggable&&re.treeNodeDragStart({event:nr,treeNode:e})},handleDragOver:nr=>{nr.preventDefault(),$.props.draggable&&re.treeNodeDragOver({event:nr,treeNode:{$el:z.value,node:e.node}})},handleDrop:nr=>{nr.preventDefault()},handleDragEnd:nr=>{$.props.draggable&&re.treeNodeDragEnd(nr)},CaretRight:caret_right_default}}});function _sfc_render$2(e,t,y,n,$,k){const L=resolveComponent("el-icon"),j=resolveComponent("el-checkbox"),V=resolveComponent("loading"),z=resolveComponent("node-content"),re=resolveComponent("el-tree-node"),oe=resolveComponent("el-collapse-transition");return withDirectives((openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([e.ns.b("node"),e.ns.is("expanded",e.expanded),e.ns.is("current",e.node.isCurrent),e.ns.is("hidden",!e.node.visible),e.ns.is("focusable",!e.node.disabled),e.ns.is("checked",!e.node.disabled&&e.node.checked),e.getNodeClass(e.node)]),role:"treeitem",tabindex:"-1","aria-expanded":e.expanded,"aria-disabled":e.node.disabled,"aria-checked":e.node.checked,draggable:e.tree.props.draggable,"data-key":e.getNodeKey(e.node),onClick:withModifiers(e.handleClick,["stop"]),onContextmenu:e.handleContextMenu,onDragstart:withModifiers(e.handleDragStart,["stop"]),onDragover:withModifiers(e.handleDragOver,["stop"]),onDragend:withModifiers(e.handleDragEnd,["stop"]),onDrop:withModifiers(e.handleDrop,["stop"])},[createBaseVNode("div",{class:normalizeClass(e.ns.be("node","content")),style:normalizeStyle({paddingLeft:(e.node.level-1)*e.tree.props.indent+"px"})},[e.tree.props.icon||e.CaretRight?(openBlock(),createBlock(L,{key:0,class:normalizeClass([e.ns.be("node","expand-icon"),e.ns.is("leaf",e.node.isLeaf),{expanded:!e.node.isLeaf&&e.expanded}]),onClick:withModifiers(e.handleExpandIconClick,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.tree.props.icon||e.CaretRight)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.showCheckbox?(openBlock(),createBlock(j,{key:1,"model-value":e.node.checked,indeterminate:e.node.indeterminate,disabled:!!e.node.disabled,onClick:withModifiers(()=>{},["stop"]),onChange:e.handleCheckChange},null,8,["model-value","indeterminate","disabled","onClick","onChange"])):createCommentVNode("v-if",!0),e.node.loading?(openBlock(),createBlock(L,{key:2,class:normalizeClass([e.ns.be("node","loading-icon"),e.ns.is("loading")])},{default:withCtx(()=>[createVNode(V)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(z,{node:e.node,"render-content":e.renderContent},null,8,["node","render-content"])],6),createVNode(oe,null,{default:withCtx(()=>[!e.renderAfterExpand||e.childNodeRendered?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.be("node","children")),role:"group","aria-expanded":e.expanded},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.node.childNodes,ue=>(openBlock(),createBlock(re,{key:e.getNodeKey(ue),"render-content":e.renderContent,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,node:ue,accordion:e.accordion,props:e.props,onNodeExpand:e.handleChildNodeExpand},null,8,["render-content","render-after-expand","show-checkbox","node","accordion","props","onNodeExpand"]))),128))],10,["aria-expanded"])),[[vShow,e.expanded]]):createCommentVNode("v-if",!0)]),_:1})],42,["aria-expanded","aria-disabled","aria-checked","draggable","data-key","onClick","onContextmenu","onDragstart","onDragover","onDragend","onDrop"])),[[vShow,e.node.visible]])}var ElTreeNode$1=_export_sfc$1(_sfc_main$M,[["render",_sfc_render$2],["__file","tree-node.vue"]]);function useKeydown({el$:e},t){const y=useNamespace("tree"),n=shallowRef([]),$=shallowRef([]);onMounted(()=>{L()}),onUpdated(()=>{n.value=Array.from(e.value.querySelectorAll("[role=treeitem]")),$.value=Array.from(e.value.querySelectorAll("input[type=checkbox]"))}),watch($,j=>{j.forEach(V=>{V.setAttribute("tabindex","-1")})}),useEventListener(e,"keydown",j=>{const V=j.target;if(!V.className.includes(y.b("node")))return;const z=j.code;n.value=Array.from(e.value.querySelectorAll(`.${y.is("focusable")}[role=treeitem]`));const re=n.value.indexOf(V);let oe;if([EVENT_CODE.up,EVENT_CODE.down].includes(z)){if(j.preventDefault(),z===EVENT_CODE.up){oe=re===-1?0:re!==0?re-1:n.value.length-1;const de=oe;for(;!t.value.getNode(n.value[oe].dataset.key).canFocus;){if(oe--,oe===de){oe=-1;break}oe<0&&(oe=n.value.length-1)}}else{oe=re===-1?0:re=n.value.length&&(oe=0)}}oe!==-1&&n.value[oe].focus()}[EVENT_CODE.left,EVENT_CODE.right].includes(z)&&(j.preventDefault(),V.click());const ue=V.querySelector('[type="checkbox"]');[EVENT_CODE.enter,EVENT_CODE.space].includes(z)&&ue&&(j.preventDefault(),ue.click())});const L=()=>{var j;n.value=Array.from(e.value.querySelectorAll(`.${y.is("focusable")}[role=treeitem]`)),$.value=Array.from(e.value.querySelectorAll("input[type=checkbox]"));const V=e.value.querySelectorAll(`.${y.is("checked")}[role=treeitem]`);if(V.length){V[0].setAttribute("tabindex","0");return}(j=n.value[0])==null||j.setAttribute("tabindex","0")}}const _sfc_main$L=defineComponent({name:"ElTree",components:{ElTreeNode:ElTreeNode$1},props:{data:{type:Array,default:()=>[]},emptyText:{type:String},renderAfterExpand:{type:Boolean,default:!0},nodeKey:String,checkStrictly:Boolean,defaultExpandAll:Boolean,expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkDescendants:{type:Boolean,default:!1},autoExpandParent:{type:Boolean,default:!0},defaultCheckedKeys:Array,defaultExpandedKeys:Array,currentNodeKey:[String,Number],renderContent:Function,showCheckbox:{type:Boolean,default:!1},draggable:{type:Boolean,default:!1},allowDrag:Function,allowDrop:Function,props:{type:Object,default:()=>({children:"children",label:"label",disabled:"disabled"})},lazy:{type:Boolean,default:!1},highlightCurrent:Boolean,load:Function,filterNodeMethod:Function,accordion:Boolean,indent:{type:Number,default:18},icon:{type:iconPropType}},emits:["check-change","current-change","node-click","node-contextmenu","node-collapse","node-expand","check","node-drag-start","node-drag-end","node-drop","node-drag-leave","node-drag-enter","node-drag-over"],setup(e,t){const{t:y}=useLocale(),n=useNamespace("tree"),$=inject(selectKey,null),k=ref$1(new TreeStore({key:e.nodeKey,data:e.data,lazy:e.lazy,props:e.props,load:e.load,currentNodeKey:e.currentNodeKey,checkStrictly:e.checkStrictly,checkDescendants:e.checkDescendants,defaultCheckedKeys:e.defaultCheckedKeys,defaultExpandedKeys:e.defaultExpandedKeys,autoExpandParent:e.autoExpandParent,defaultExpandAll:e.defaultExpandAll,filterNodeMethod:e.filterNodeMethod}));k.value.initialize();const L=ref$1(k.value.root),j=ref$1(null),V=ref$1(null),z=ref$1(null),{broadcastExpanded:re}=useNodeExpandEventBroadcast(e),{dragState:oe}=useDragNodeHandler({props:e,ctx:t,el$:V,dropIndicator$:z,store:k});useKeydown({el$:V},k);const ue=computed(()=>{const{childNodes:ur}=L.value,kt=$?$.hasFilteredOptions!==0:!1;return(!ur||ur.length===0||ur.every(({visible:he})=>!he))&&!kt});watch(()=>e.currentNodeKey,ur=>{k.value.setCurrentNodeKey(ur)}),watch(()=>e.defaultCheckedKeys,ur=>{k.value.setDefaultCheckedKey(ur)}),watch(()=>e.defaultExpandedKeys,ur=>{k.value.setDefaultExpandedKeys(ur)}),watch(()=>e.data,ur=>{k.value.setData(ur)},{deep:!0}),watch(()=>e.checkStrictly,ur=>{k.value.checkStrictly=ur});const de=ur=>{if(!e.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");k.value.filter(ur)},_e=ur=>getNodeKey(e.nodeKey,ur.data),Ne=ur=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");const kt=k.value.getNode(ur);if(!kt)return[];const he=[kt.data];let tr=kt.parent;for(;tr&&tr!==L.value;)he.push(tr.data),tr=tr.parent;return he.reverse()},Ue=(ur,kt)=>k.value.getCheckedNodes(ur,kt),$e=ur=>k.value.getCheckedKeys(ur),Ve=()=>{const ur=k.value.getCurrentNode();return ur?ur.data:null},Fe=()=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");const ur=Ve();return ur?ur[e.nodeKey]:null},qe=(ur,kt)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");k.value.setCheckedNodes(ur,kt)},er=(ur,kt)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");k.value.setCheckedKeys(ur,kt)},ir=(ur,kt,he)=>{k.value.setChecked(ur,kt,he)},dr=()=>k.value.getHalfCheckedNodes(),cr=()=>k.value.getHalfCheckedKeys(),nr=(ur,kt=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");handleCurrentChange(k,t.emit,()=>{re(ur),k.value.setUserCurrentNode(ur,kt)})},lr=(ur,kt=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");handleCurrentChange(k,t.emit,()=>{re(),k.value.setCurrentNodeKey(ur,kt)})},Et=ur=>k.value.getNode(ur),ie=ur=>{k.value.remove(ur)},pe=(ur,kt)=>{k.value.append(ur,kt)},Ce=(ur,kt)=>{k.value.insertBefore(ur,kt)},Ie=(ur,kt)=>{k.value.insertAfter(ur,kt)},jt=(ur,kt,he)=>{re(kt),t.emit("node-expand",ur,kt,he)},ar=(ur,kt)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");k.value.updateChildren(ur,kt)};return provide("RootTree",{ctx:t,props:e,store:k,root:L,currentNode:j,instance:getCurrentInstance()}),provide(formItemContextKey,void 0),{ns:n,store:k,root:L,currentNode:j,dragState:oe,el$:V,dropIndicator$:z,isEmpty:ue,filter:de,getNodeKey:_e,getNodePath:Ne,getCheckedNodes:Ue,getCheckedKeys:$e,getCurrentNode:Ve,getCurrentKey:Fe,setCheckedNodes:qe,setCheckedKeys:er,setChecked:ir,getHalfCheckedNodes:dr,getHalfCheckedKeys:cr,setCurrentNode:nr,setCurrentKey:lr,t:y,getNode:Et,remove:ie,append:pe,insertBefore:Ce,insertAfter:Ie,handleNodeExpand:jt,updateKeyChildren:ar}}});function _sfc_render$1(e,t,y,n,$,k){const L=resolveComponent("el-tree-node");return openBlock(),createElementBlock("div",{ref:"el$",class:normalizeClass([e.ns.b(),e.ns.is("dragging",!!e.dragState.draggingNode),e.ns.is("drop-not-allow",!e.dragState.allowDrop),e.ns.is("drop-inner",e.dragState.dropType==="inner"),{[e.ns.m("highlight-current")]:e.highlightCurrent}]),role:"tree"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.root.childNodes,j=>(openBlock(),createBlock(L,{key:e.getNodeKey(j),node:j,props:e.props,accordion:e.accordion,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,"render-content":e.renderContent,onNodeExpand:e.handleNodeExpand},null,8,["node","props","accordion","render-after-expand","show-checkbox","render-content","onNodeExpand"]))),128)),e.isEmpty?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.e("empty-block"))},[renderSlot(e.$slots,"empty",{},()=>{var j;return[createBaseVNode("span",{class:normalizeClass(e.ns.e("empty-text"))},toDisplayString((j=e.emptyText)!=null?j:e.t("el.tree.emptyText")),3)]})],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{ref:"dropIndicator$",class:normalizeClass(e.ns.e("drop-indicator"))},null,2),[[vShow,e.dragState.showDropIndicator]])],2)}var Tree=_export_sfc$1(_sfc_main$L,[["render",_sfc_render$1],["__file","tree.vue"]]);const ElTree=withInstall(Tree),useSelect=(e,{attrs:t,emit:y},{select:n,tree:$,key:k})=>{const L=useNamespace("tree-select");return watch(()=>e.data,()=>{e.filterable&&nextTick$3(()=>{var V,z;(z=$.value)==null||z.filter((V=n.value)==null?void 0:V.states.inputValue)})},{flush:"post"}),{...pick(toRefs(e),Object.keys(ElSelect.props)),...t,"onUpdate:modelValue":V=>y(UPDATE_MODEL_EVENT,V),valueKey:k,popperClass:computed(()=>{const V=[L.e("popper")];return e.popperClass&&V.push(e.popperClass),V.join(" ")}),filterMethod:(V="")=>{var z;e.filterMethod?e.filterMethod(V):e.remoteMethod?e.remoteMethod(V):(z=$.value)==null||z.filter(V)}}},component=defineComponent({extends:ElOption,setup(e,t){const y=ElOption.setup(e,t);delete y.selectOptionClick;const n=getCurrentInstance().proxy;return nextTick$3(()=>{y.select.states.cachedOptions.get(n.value)||y.select.onOptionCreate(n)}),watch(()=>t.attrs.visible,$=>{y.states.visible=$},{immediate:!0}),y},methods:{selectOptionClick(){this.$el.parentElement.click()}}});function isValidValue(e){return e||e===0}function isValidArray(e){return Array.isArray(e)&&e.length}function toValidArray(e){return Array.isArray(e)?e:isValidValue(e)?[e]:[]}function treeFind(e,t,y,n,$){for(let k=0;k{watch(()=>e.modelValue,()=>{e.showCheckbox&&nextTick$3(()=>{const oe=k.value;oe&&!isEqual$1(oe.getCheckedKeys(),toValidArray(e.modelValue))&&oe.setCheckedKeys(toValidArray(e.modelValue))})},{immediate:!0,deep:!0});const j=computed(()=>({value:L.value,label:"label",children:"children",disabled:"disabled",isLeaf:"isLeaf",...e.props})),V=(oe,ue)=>{var de;const _e=j.value[oe];return isFunction$5(_e)?_e(ue,(de=k.value)==null?void 0:de.getNode(V("value",ue))):ue[_e]},z=toValidArray(e.modelValue).map(oe=>treeFind(e.data||[],ue=>V("value",ue)===oe,ue=>V("children",ue),(ue,de,_e,Ne)=>Ne&&V("value",Ne))).filter(oe=>isValidValue(oe)),re=computed(()=>{if(!e.renderAfterExpand&&!e.lazy)return[];const oe=[];return treeEach(e.data.concat(e.cacheData),ue=>{const de=V("value",ue);oe.push({value:de,currentLabel:V("label",ue),isDisabled:V("disabled",ue)})},ue=>V("children",ue)),oe});return{...pick(toRefs(e),Object.keys(ElTree.props)),...t,nodeKey:L,expandOnClickNode:computed(()=>!e.checkStrictly&&e.expandOnClickNode),defaultExpandedKeys:computed(()=>e.defaultExpandedKeys?e.defaultExpandedKeys.concat(z):z),renderContent:(oe,{node:ue,data:de,store:_e})=>oe(component,{value:V("value",de),label:V("label",de),disabled:V("disabled",de),visible:ue.visible},e.renderContent?()=>e.renderContent(oe,{node:ue,data:de,store:_e}):y.default?()=>y.default({node:ue,data:de,store:_e}):void 0),filterNodeMethod:(oe,ue,de)=>e.filterNodeMethod?e.filterNodeMethod(oe,ue,de):oe?new RegExp(escapeStringRegexp(oe),"i").test(V("label",ue)||""):!0,onNodeClick:(oe,ue,de)=>{var _e,Ne,Ue,$e;if((_e=t.onNodeClick)==null||_e.call(t,oe,ue,de),!(e.showCheckbox&&e.checkOnClickNode)){if(!e.showCheckbox&&(e.checkStrictly||ue.isLeaf)){if(!V("disabled",oe)){const Ve=(Ne=$.value)==null?void 0:Ne.states.options.get(V("value",oe));(Ue=$.value)==null||Ue.handleOptionSelect(Ve)}}else e.expandOnClickNode&&de.proxy.handleExpandIconClick();($e=$.value)==null||$e.focus()}},onCheck:(oe,ue)=>{var de;if(!e.showCheckbox)return;const _e=V("value",oe),Ne={};treeEach([k.value.store.root],Fe=>Ne[Fe.key]=Fe,Fe=>Fe.childNodes);const Ue=ue.checkedKeys,$e=e.multiple?toValidArray(e.modelValue).filter(Fe=>!(Fe in Ne)&&!Ue.includes(Fe)):[],Ve=$e.concat(Ue);if(e.checkStrictly)n(UPDATE_MODEL_EVENT,e.multiple?Ve:Ve.includes(_e)?_e:void 0);else if(e.multiple)n(UPDATE_MODEL_EVENT,$e.concat(k.value.getCheckedKeys(!0)));else{const Fe=treeFind([oe],ir=>!isValidArray(V("children",ir))&&!V("disabled",ir),ir=>V("children",ir)),qe=Fe?V("value",Fe):void 0,er=isValidValue(e.modelValue)&&!!treeFind([oe],ir=>V("value",ir)===e.modelValue,ir=>V("children",ir));n(UPDATE_MODEL_EVENT,qe===e.modelValue||er?void 0:qe)}nextTick$3(()=>{var Fe;const qe=toValidArray(e.modelValue);k.value.setCheckedKeys(qe),(Fe=t.onCheck)==null||Fe.call(t,oe,{checkedKeys:k.value.getCheckedKeys(),checkedNodes:k.value.getCheckedNodes(),halfCheckedKeys:k.value.getHalfCheckedKeys(),halfCheckedNodes:k.value.getHalfCheckedNodes()})}),(de=$.value)==null||de.focus()},cacheOptions:re}};var CacheOptions=defineComponent({props:{data:{type:Array,default:()=>[]}},setup(e){const t=inject(selectKey);return watch(()=>e.data,()=>{var y;e.data.forEach($=>{t.states.cachedOptions.has($.value)||t.states.cachedOptions.set($.value,$)});const n=((y=t.selectRef)==null?void 0:y.querySelectorAll("input"))||[];isClient&&!Array.from(n).includes(document.activeElement)&&t.setSelected()},{flush:"post",immediate:!0}),()=>{}}});const _sfc_main$K=defineComponent({name:"ElTreeSelect",inheritAttrs:!1,props:{...ElSelect.props,...ElTree.props,cacheData:{type:Array,default:()=>[]}},setup(e,t){const{slots:y,expose:n}=t,$=ref$1(),k=ref$1(),L=computed(()=>e.nodeKey||e.valueKey||"value"),j=useSelect(e,t,{select:$,tree:k,key:L}),{cacheOptions:V,...z}=useTree$1(e,t,{select:$,tree:k,key:L}),re=reactive({});return n(re),onMounted(()=>{Object.assign(re,{...pick(k.value,["filter","updateKeyChildren","getCheckedNodes","setCheckedNodes","getCheckedKeys","setCheckedKeys","setChecked","getHalfCheckedNodes","getHalfCheckedKeys","getCurrentKey","getCurrentNode","setCurrentKey","setCurrentNode","getNode","remove","append","insertBefore","insertAfter"]),...pick($.value,["focus","blur"])})}),()=>h$1(ElSelect,reactive({...j,ref:oe=>$.value=oe}),{...y,default:()=>[h$1(CacheOptions,{data:V.value}),h$1(ElTree,reactive({...z,ref:oe=>k.value=oe}))]})}});var TreeSelect=_export_sfc$1(_sfc_main$K,[["__file","tree-select.vue"]]);const ElTreeSelect=withInstall(TreeSelect),ROOT_TREE_INJECTION_KEY=Symbol(),EMPTY_NODE={key:-1,level:-1,data:{}};var TreeOptionsEnum=(e=>(e.KEY="id",e.LABEL="label",e.CHILDREN="children",e.DISABLED="disabled",e))(TreeOptionsEnum||{}),SetOperationEnum=(e=>(e.ADD="add",e.DELETE="delete",e))(SetOperationEnum||{});const itemSize={type:Number,default:26},treeProps=buildProps({data:{type:definePropType(Array),default:()=>mutable([])},emptyText:{type:String},height:{type:Number,default:200},props:{type:definePropType(Object),default:()=>mutable({children:"children",label:"label",disabled:"disabled",value:"id"})},highlightCurrent:{type:Boolean,default:!1},showCheckbox:{type:Boolean,default:!1},defaultCheckedKeys:{type:definePropType(Array),default:()=>mutable([])},checkStrictly:{type:Boolean,default:!1},defaultExpandedKeys:{type:definePropType(Array),default:()=>mutable([])},indent:{type:Number,default:16},itemSize,icon:{type:iconPropType},expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:{type:Boolean,default:!1},currentNodeKey:{type:definePropType([String,Number])},accordion:{type:Boolean,default:!1},filterMethod:{type:definePropType(Function)},perfMode:{type:Boolean,default:!0}}),treeNodeProps=buildProps({node:{type:definePropType(Object),default:()=>mutable(EMPTY_NODE)},expanded:{type:Boolean,default:!1},checked:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},showCheckbox:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},current:{type:Boolean,default:!1},hiddenExpandIcon:{type:Boolean,default:!1},itemSize}),treeNodeContentProps=buildProps({node:{type:definePropType(Object),required:!0}}),NODE_CLICK="node-click",NODE_EXPAND="node-expand",NODE_COLLAPSE="node-collapse",CURRENT_CHANGE="current-change",NODE_CHECK="check",NODE_CHECK_CHANGE="check-change",NODE_CONTEXTMENU="node-contextmenu",treeEmits={[NODE_CLICK]:(e,t,y)=>e&&t&&y,[NODE_EXPAND]:(e,t)=>e&&t,[NODE_COLLAPSE]:(e,t)=>e&&t,[CURRENT_CHANGE]:(e,t)=>e&&t,[NODE_CHECK]:(e,t)=>e&&t,[NODE_CHECK_CHANGE]:(e,t)=>e&&typeof t=="boolean",[NODE_CONTEXTMENU]:(e,t,y)=>e&&t&&y},treeNodeEmits={click:(e,t)=>!!(e&&t),toggle:e=>!!e,check:(e,t)=>e&&typeof t=="boolean"};function useCheck(e,t){const y=ref$1(new Set),n=ref$1(new Set),{emit:$}=getCurrentInstance();watch([()=>t.value,()=>e.defaultCheckedKeys],()=>nextTick$3(()=>{Ve(e.defaultCheckedKeys)}),{immediate:!0});const k=()=>{if(!t.value||!e.showCheckbox||e.checkStrictly)return;const{levelTreeNodeMap:Fe,maxLevel:qe}=t.value,er=y.value,ir=new Set;for(let dr=qe-1;dr>=1;--dr){const cr=Fe.get(dr);cr&&cr.forEach(nr=>{const lr=nr.children;if(lr){let Et=!0,ie=!1;for(const pe of lr){const Ce=pe.key;if(er.has(Ce))ie=!0;else if(ir.has(Ce)){Et=!1,ie=!0;break}else Et=!1}Et?er.add(nr.key):ie?(ir.add(nr.key),er.delete(nr.key)):(er.delete(nr.key),ir.delete(nr.key))}})}n.value=ir},L=Fe=>y.value.has(Fe.key),j=Fe=>n.value.has(Fe.key),V=(Fe,qe,er=!0)=>{const ir=y.value,dr=(cr,nr)=>{ir[nr?SetOperationEnum.ADD:SetOperationEnum.DELETE](cr.key);const lr=cr.children;!e.checkStrictly&&lr&&lr.forEach(Et=>{Et.disabled||dr(Et,nr)})};dr(Fe,qe),k(),er&&z(Fe,qe)},z=(Fe,qe)=>{const{checkedNodes:er,checkedKeys:ir}=_e(),{halfCheckedNodes:dr,halfCheckedKeys:cr}=Ne();$(NODE_CHECK,Fe.data,{checkedKeys:ir,checkedNodes:er,halfCheckedKeys:cr,halfCheckedNodes:dr}),$(NODE_CHECK_CHANGE,Fe.data,qe)};function re(Fe=!1){return _e(Fe).checkedKeys}function oe(Fe=!1){return _e(Fe).checkedNodes}function ue(){return Ne().halfCheckedKeys}function de(){return Ne().halfCheckedNodes}function _e(Fe=!1){const qe=[],er=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:ir}=t.value;y.value.forEach(dr=>{const cr=ir.get(dr);cr&&(!Fe||Fe&&cr.isLeaf)&&(er.push(dr),qe.push(cr.data))})}return{checkedKeys:er,checkedNodes:qe}}function Ne(){const Fe=[],qe=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:er}=t.value;n.value.forEach(ir=>{const dr=er.get(ir);dr&&(qe.push(ir),Fe.push(dr.data))})}return{halfCheckedNodes:Fe,halfCheckedKeys:qe}}function Ue(Fe){y.value.clear(),n.value.clear(),nextTick$3(()=>{Ve(Fe)})}function $e(Fe,qe){if(t!=null&&t.value&&e.showCheckbox){const er=t.value.treeNodeMap.get(Fe);er&&V(er,qe,!1)}}function Ve(Fe){if(t!=null&&t.value){const{treeNodeMap:qe}=t.value;if(e.showCheckbox&&qe&&Fe)for(const er of Fe){const ir=qe.get(er);ir&&!L(ir)&&V(ir,!0,!1)}}}return{updateCheckedKeys:k,toggleCheckbox:V,isChecked:L,isIndeterminate:j,getCheckedKeys:re,getCheckedNodes:oe,getHalfCheckedKeys:ue,getHalfCheckedNodes:de,setChecked:$e,setCheckedKeys:Ue}}function useFilter(e,t){const y=ref$1(new Set([])),n=ref$1(new Set([])),$=computed(()=>isFunction$5(e.filterMethod));function k(j){var V;if(!$.value)return;const z=new Set,re=n.value,oe=y.value,ue=[],de=((V=t.value)==null?void 0:V.treeNodes)||[],_e=e.filterMethod;oe.clear();function Ne(Ue){Ue.forEach($e=>{ue.push($e),_e!=null&&_e(j,$e.data)?ue.forEach(Fe=>{z.add(Fe.key)}):$e.isLeaf&&oe.add($e.key);const Ve=$e.children;if(Ve&&Ne(Ve),!$e.isLeaf){if(!z.has($e.key))oe.add($e.key);else if(Ve){let Fe=!0;for(const qe of Ve)if(!oe.has(qe.key)){Fe=!1;break}Fe?re.add($e.key):re.delete($e.key)}}ue.pop()})}return Ne(de),z}function L(j){return n.value.has(j.key)}return{hiddenExpandIconKeySet:n,hiddenNodeKeySet:y,doFilter:k,isForceHiddenExpandIcon:L}}function useTree(e,t){const y=ref$1(new Set(e.defaultExpandedKeys)),n=ref$1(),$=shallowRef(),k=ref$1();watch(()=>e.currentNodeKey,Gr=>{n.value=Gr},{immediate:!0}),watch(()=>e.data,Gr=>{Tr(Gr)},{immediate:!0});const{isIndeterminate:L,isChecked:j,toggleCheckbox:V,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:oe,getHalfCheckedNodes:ue,setChecked:de,setCheckedKeys:_e}=useCheck(e,$),{doFilter:Ne,hiddenNodeKeySet:Ue,isForceHiddenExpandIcon:$e}=useFilter(e,$),Ve=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.value)||TreeOptionsEnum.KEY}),Fe=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.children)||TreeOptionsEnum.CHILDREN}),qe=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.disabled)||TreeOptionsEnum.DISABLED}),er=computed(()=>{var Gr;return((Gr=e.props)==null?void 0:Gr.label)||TreeOptionsEnum.LABEL}),ir=computed(()=>{const Gr=y.value,Vr=Ue.value,Dr=[],Ir=$.value&&$.value.treeNodes||[];function Br(){const Rr=[];for(let Lr=Ir.length-1;Lr>=0;--Lr)Rr.push(Ir[Lr]);for(;Rr.length;){const Lr=Rr.pop();if(Lr&&(Vr.has(Lr.key)||Dr.push(Lr),Gr.has(Lr.key))){const $r=Lr.children;if($r){const jr=$r.length;for(let vn=jr-1;vn>=0;--vn)Rr.push($r[vn])}}}}return Br(),Dr}),dr=computed(()=>ir.value.length>0);function cr(Gr){const Vr=new Map,Dr=new Map;let Ir=1;function Br(Lr,$r=1,jr=void 0){var vn;const Kr=[];for(const kr of Lr){const Qr=Et(kr),Zr={level:$r,key:Qr,data:kr};Zr.label=pe(kr),Zr.parent=jr;const Vi=lr(kr);Zr.disabled=ie(kr),Zr.isLeaf=!Vi||Vi.length===0,Vi&&Vi.length&&(Zr.children=Br(Vi,$r+1,Zr)),Kr.push(Zr),Vr.set(Qr,Zr),Dr.has($r)||Dr.set($r,[]),(vn=Dr.get($r))==null||vn.push(Zr)}return $r>Ir&&(Ir=$r),Kr}const Rr=Br(Gr);return{treeNodeMap:Vr,levelTreeNodeMap:Dr,maxLevel:Ir,treeNodes:Rr}}function nr(Gr){const Vr=Ne(Gr);Vr&&(y.value=Vr)}function lr(Gr){return Gr[Fe.value]}function Et(Gr){return Gr?Gr[Ve.value]:""}function ie(Gr){return Gr[qe.value]}function pe(Gr){return Gr[er.value]}function Ce(Gr){y.value.has(Gr.key)?he(Gr):kt(Gr)}function Ie(Gr){y.value=new Set(Gr)}function jt(Gr,Vr){t(NODE_CLICK,Gr.data,Gr,Vr),ar(Gr),e.expandOnClickNode&&Ce(Gr),e.showCheckbox&&e.checkOnClickNode&&!Gr.disabled&&V(Gr,!j(Gr),!0)}function ar(Gr){_r(Gr)||(n.value=Gr.key,t(CURRENT_CHANGE,Gr.data,Gr))}function ur(Gr,Vr){V(Gr,Vr)}function kt(Gr){const Vr=y.value;if($.value&&e.accordion){const{treeNodeMap:Dr}=$.value;Vr.forEach(Ir=>{const Br=Dr.get(Ir);Gr&&Gr.level===(Br==null?void 0:Br.level)&&Vr.delete(Ir)})}Vr.add(Gr.key),t(NODE_EXPAND,Gr.data,Gr)}function he(Gr){y.value.delete(Gr.key),t(NODE_COLLAPSE,Gr.data,Gr)}function tr(Gr){return y.value.has(Gr.key)}function gr(Gr){return!!Gr.disabled}function _r(Gr){const Vr=n.value;return Vr!==void 0&&Vr===Gr.key}function yr(){var Gr,Vr;if(n.value)return(Vr=(Gr=$.value)==null?void 0:Gr.treeNodeMap.get(n.value))==null?void 0:Vr.data}function xr(){return n.value}function Nr(Gr){n.value=Gr}function Tr(Gr){nextTick$3(()=>$.value=cr(Gr))}function Sr(Gr){var Vr;const Dr=isObject$5(Gr)?Et(Gr):Gr;return(Vr=$.value)==null?void 0:Vr.treeNodeMap.get(Dr)}function Ar(Gr,Vr="auto"){const Dr=Sr(Gr);Dr&&k.value&&k.value.scrollToItem(ir.value.indexOf(Dr),Vr)}function Fr(Gr){var Vr;(Vr=k.value)==null||Vr.scrollTo(Gr)}return{tree:$,flattenTree:ir,isNotEmpty:dr,listRef:k,getKey:Et,getChildren:lr,toggleExpand:Ce,toggleCheckbox:V,isExpanded:tr,isChecked:j,isIndeterminate:L,isDisabled:gr,isCurrent:_r,isForceHiddenExpandIcon:$e,handleNodeClick:jt,handleNodeCheck:ur,getCurrentNode:yr,getCurrentKey:xr,setCurrentKey:Nr,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:oe,getHalfCheckedNodes:ue,setChecked:de,setCheckedKeys:_e,filter:nr,setData:Tr,getNode:Sr,expandNode:kt,collapseNode:he,setExpandedKeys:Ie,scrollToNode:Ar,scrollTo:Fr}}var ElNodeContent=defineComponent({name:"ElTreeNodeContent",props:treeNodeContentProps,setup(e){const t=inject(ROOT_TREE_INJECTION_KEY),y=useNamespace("tree");return()=>{const n=e.node,{data:$}=n;return t!=null&&t.ctx.slots.default?t.ctx.slots.default({node:n,data:$}):h$1("span",{class:y.be("node","label")},[n==null?void 0:n.label])}}});const __default__$h=defineComponent({name:"ElTreeNode"}),_sfc_main$J=defineComponent({...__default__$h,props:treeNodeProps,emits:treeNodeEmits,setup(e,{emit:t}){const y=e,n=inject(ROOT_TREE_INJECTION_KEY),$=useNamespace("tree"),k=computed(()=>{var oe;return(oe=n==null?void 0:n.props.indent)!=null?oe:16}),L=computed(()=>{var oe;return(oe=n==null?void 0:n.props.icon)!=null?oe:caret_right_default}),j=oe=>{t("click",y.node,oe)},V=()=>{t("toggle",y.node)},z=oe=>{t("check",y.node,oe)},re=oe=>{var ue,de,_e,Ne;(_e=(de=(ue=n==null?void 0:n.instance)==null?void 0:ue.vnode)==null?void 0:de.props)!=null&&_e.onNodeContextmenu&&(oe.stopPropagation(),oe.preventDefault()),n==null||n.ctx.emit(NODE_CONTEXTMENU,oe,(Ne=y.node)==null?void 0:Ne.data,y.node)};return(oe,ue)=>{var de,_e,Ne;return openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([unref($).b("node"),unref($).is("expanded",oe.expanded),unref($).is("current",oe.current),unref($).is("focusable",!oe.disabled),unref($).is("checked",!oe.disabled&&oe.checked)]),role:"treeitem",tabindex:"-1","aria-expanded":oe.expanded,"aria-disabled":oe.disabled,"aria-checked":oe.checked,"data-key":(de=oe.node)==null?void 0:de.key,onClick:withModifiers(j,["stop"]),onContextmenu:re},[createBaseVNode("div",{class:normalizeClass(unref($).be("node","content")),style:normalizeStyle({paddingLeft:`${(oe.node.level-1)*unref(k)}px`,height:oe.itemSize+"px"})},[unref(L)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref($).is("leaf",!!((_e=oe.node)!=null&&_e.isLeaf)),unref($).is("hidden",oe.hiddenExpandIcon),{expanded:!((Ne=oe.node)!=null&&Ne.isLeaf)&&oe.expanded},unref($).be("node","expand-icon")]),onClick:withModifiers(V,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(L))))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),oe.showCheckbox?(openBlock(),createBlock(unref(ElCheckbox),{key:1,"model-value":oe.checked,indeterminate:oe.indeterminate,disabled:oe.disabled,onChange:z,onClick:withModifiers(()=>{},["stop"])},null,8,["model-value","indeterminate","disabled","onClick"])):createCommentVNode("v-if",!0),createVNode(unref(ElNodeContent),{node:oe.node},null,8,["node"])],6)],42,["aria-expanded","aria-disabled","aria-checked","data-key","onClick"])}}});var ElTreeNode=_export_sfc$1(_sfc_main$J,[["__file","tree-node.vue"]]);const __default__$g=defineComponent({name:"ElTreeV2"}),_sfc_main$I=defineComponent({...__default__$g,props:treeProps,emits:treeEmits,setup(e,{expose:t,emit:y}){const n=e,$=useSlots(),k=computed(()=>n.itemSize);provide(ROOT_TREE_INJECTION_KEY,{ctx:{emit:y,slots:$},props:n,instance:getCurrentInstance()}),provide(formItemContextKey,void 0);const{t:L}=useLocale(),j=useNamespace("tree"),{flattenTree:V,isNotEmpty:z,listRef:re,toggleExpand:oe,isExpanded:ue,isIndeterminate:de,isChecked:_e,isDisabled:Ne,isCurrent:Ue,isForceHiddenExpandIcon:$e,handleNodeClick:Ve,handleNodeCheck:Fe,toggleCheckbox:qe,getCurrentNode:er,getCurrentKey:ir,setCurrentKey:dr,getCheckedKeys:cr,getCheckedNodes:nr,getHalfCheckedKeys:lr,getHalfCheckedNodes:Et,setChecked:ie,setCheckedKeys:pe,filter:Ce,setData:Ie,getNode:jt,expandNode:ar,collapseNode:ur,setExpandedKeys:kt,scrollToNode:he,scrollTo:tr}=useTree(n,y);return t({toggleCheckbox:qe,getCurrentNode:er,getCurrentKey:ir,setCurrentKey:dr,getCheckedKeys:cr,getCheckedNodes:nr,getHalfCheckedKeys:lr,getHalfCheckedNodes:Et,setChecked:ie,setCheckedKeys:pe,filter:Ce,setData:Ie,getNode:jt,expandNode:ar,collapseNode:ur,setExpandedKeys:kt,scrollToNode:he,scrollTo:tr}),(gr,_r)=>{var yr;return openBlock(),createElementBlock("div",{class:normalizeClass([unref(j).b(),{[unref(j).m("highlight-current")]:gr.highlightCurrent}]),role:"tree"},[unref(z)?(openBlock(),createBlock(unref(FixedSizeList),{key:0,ref_key:"listRef",ref:re,"class-name":unref(j).b("virtual-list"),data:unref(V),total:unref(V).length,height:gr.height,"item-size":unref(k),"perf-mode":gr.perfMode},{default:withCtx(({data:xr,index:Nr,style:Tr})=>[(openBlock(),createBlock(ElTreeNode,{key:xr[Nr].key,style:normalizeStyle(Tr),node:xr[Nr],expanded:unref(ue)(xr[Nr]),"show-checkbox":gr.showCheckbox,checked:unref(_e)(xr[Nr]),indeterminate:unref(de)(xr[Nr]),"item-size":unref(k),disabled:unref(Ne)(xr[Nr]),current:unref(Ue)(xr[Nr]),"hidden-expand-icon":unref($e)(xr[Nr]),onClick:unref(Ve),onToggle:unref(oe),onCheck:unref(Fe)},null,8,["style","node","expanded","show-checkbox","checked","indeterminate","item-size","disabled","current","hidden-expand-icon","onClick","onToggle","onCheck"]))]),_:1},8,["class-name","data","total","height","item-size","perf-mode"])):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(j).e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(unref(j).e("empty-text"))},toDisplayString((yr=gr.emptyText)!=null?yr:unref(L)("el.tree.emptyText")),3)],2))],2)}}});var TreeV2=_export_sfc$1(_sfc_main$I,[["__file","tree.vue"]]);const ElTreeV2=withInstall(TreeV2),uploadContextKey=Symbol("uploadContextKey"),SCOPE$2="ElUpload";class UploadAjaxError extends Error{constructor(t,y,n,$){super(t),this.name="UploadAjaxError",this.status=y,this.method=n,this.url=$}}function getError(e,t,y){let n;return y.response?n=`${y.response.error||y.response}`:y.responseText?n=`${y.responseText}`:n=`fail to ${t.method} ${e} ${y.status}`,new UploadAjaxError(n,y.status,t.method,e)}function getBody(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}const ajaxUpload=e=>{typeof XMLHttpRequest>"u"&&throwError(SCOPE$2,"XMLHttpRequest is undefined");const t=new XMLHttpRequest,y=e.action;t.upload&&t.upload.addEventListener("progress",k=>{const L=k;L.percent=k.total>0?k.loaded/k.total*100:0,e.onProgress(L)});const n=new FormData;if(e.data)for(const[k,L]of Object.entries(e.data))isArray$4(L)&&L.length?n.append(k,...L):n.append(k,L);n.append(e.filename,e.file,e.file.name),t.addEventListener("error",()=>{e.onError(getError(y,e,t))}),t.addEventListener("load",()=>{if(t.status<200||t.status>=300)return e.onError(getError(y,e,t));e.onSuccess(getBody(t))}),t.open(e.method,y,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0);const $=e.headers||{};if($ instanceof Headers)$.forEach((k,L)=>t.setRequestHeader(L,k));else for(const[k,L]of Object.entries($))isNil(L)||t.setRequestHeader(k,String(L));return t.send(n),t},uploadListTypes=["text","picture","picture-card"];let fileId=1;const genFileId=()=>Date.now()+fileId++,uploadBaseProps=buildProps({action:{type:String,default:"#"},headers:{type:definePropType(Object)},method:{type:String,default:"post"},data:{type:definePropType([Object,Function,Promise]),default:()=>mutable({})},multiple:Boolean,name:{type:String,default:"file"},drag:Boolean,withCredentials:Boolean,showFileList:{type:Boolean,default:!0},accept:{type:String,default:""},fileList:{type:definePropType(Array),default:()=>mutable([])},autoUpload:{type:Boolean,default:!0},listType:{type:String,values:uploadListTypes,default:"text"},httpRequest:{type:definePropType(Function),default:ajaxUpload},disabled:Boolean,limit:Number}),uploadProps=buildProps({...uploadBaseProps,beforeUpload:{type:definePropType(Function),default:NOOP},beforeRemove:{type:definePropType(Function)},onRemove:{type:definePropType(Function),default:NOOP},onChange:{type:definePropType(Function),default:NOOP},onPreview:{type:definePropType(Function),default:NOOP},onSuccess:{type:definePropType(Function),default:NOOP},onProgress:{type:definePropType(Function),default:NOOP},onError:{type:definePropType(Function),default:NOOP},onExceed:{type:definePropType(Function),default:NOOP},crossorigin:{type:definePropType(String)}}),uploadListProps=buildProps({files:{type:definePropType(Array),default:()=>mutable([])},disabled:{type:Boolean,default:!1},handlePreview:{type:definePropType(Function),default:NOOP},listType:{type:String,values:uploadListTypes,default:"text"},crossorigin:{type:definePropType(String)}}),uploadListEmits={remove:e=>!!e},__default__$f=defineComponent({name:"ElUploadList"}),_sfc_main$H=defineComponent({...__default__$f,props:uploadListProps,emits:uploadListEmits,setup(e,{emit:t}){const y=e,{t:n}=useLocale(),$=useNamespace("upload"),k=useNamespace("icon"),L=useNamespace("list"),j=useFormDisabled(),V=ref$1(!1),z=computed(()=>[$.b("list"),$.bm("list",y.listType),$.is("disabled",y.disabled)]),re=oe=>{t("remove",oe)};return(oe,ue)=>(openBlock(),createBlock(TransitionGroup,{tag:"ul",class:normalizeClass(unref(z)),name:unref(L).b()},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(oe.files,(de,_e)=>(openBlock(),createElementBlock("li",{key:de.uid||de.name,class:normalizeClass([unref($).be("list","item"),unref($).is(de.status),{focusing:V.value}]),tabindex:"0",onKeydown:withKeys(Ne=>!unref(j)&&re(de),["delete"]),onFocus:Ne=>V.value=!0,onBlur:Ne=>V.value=!1,onClick:Ne=>V.value=!1},[renderSlot(oe.$slots,"default",{file:de,index:_e},()=>[oe.listType==="picture"||de.status!=="uploading"&&oe.listType==="picture-card"?(openBlock(),createElementBlock("img",{key:0,class:normalizeClass(unref($).be("list","item-thumbnail")),src:de.url,crossorigin:oe.crossorigin,alt:""},null,10,["src","crossorigin"])):createCommentVNode("v-if",!0),de.status==="uploading"||oe.listType!=="picture-card"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).be("list","item-info"))},[createBaseVNode("a",{class:normalizeClass(unref($).be("list","item-name")),onClick:withModifiers(Ne=>oe.handlePreview(de),["prevent"])},[createVNode(unref(ElIcon),{class:normalizeClass(unref(k).m("document"))},{default:withCtx(()=>[createVNode(unref(document_default))]),_:1},8,["class"]),createBaseVNode("span",{class:normalizeClass(unref($).be("list","item-file-name")),title:de.name},toDisplayString(de.name),11,["title"])],10,["onClick"]),de.status==="uploading"?(openBlock(),createBlock(unref(ElProgress),{key:0,type:oe.listType==="picture-card"?"circle":"line","stroke-width":oe.listType==="picture-card"?6:2,percentage:Number(de.percentage),style:normalizeStyle(oe.listType==="picture-card"?"":"margin-top: 0.5rem")},null,8,["type","stroke-width","percentage","style"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("label",{class:normalizeClass(unref($).be("list","item-status-label"))},[oe.listType==="text"?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(k).m("upload-success"),unref(k).m("circle-check")])},{default:withCtx(()=>[createVNode(unref(circle_check_default))]),_:1},8,["class"])):["picture-card","picture"].includes(oe.listType)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(k).m("upload-success"),unref(k).m("check")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(k).m("close")),onClick:Ne=>re(de)},{default:withCtx(()=>[createVNode(unref(close_default))]),_:2},1032,["class","onClick"])),createCommentVNode(" Due to close btn only appears when li gets focused disappears after li gets blurred, thus keyboard navigation can never reach close btn"),createCommentVNode(" This is a bug which needs to be fixed "),createCommentVNode(" TODO: Fix the incorrect navigation interaction "),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("i",{key:3,class:normalizeClass(unref(k).m("close-tip"))},toDisplayString(unref(n)("el.upload.deleteTip")),3)),oe.listType==="picture-card"?(openBlock(),createElementBlock("span",{key:4,class:normalizeClass(unref($).be("list","item-actions"))},[createBaseVNode("span",{class:normalizeClass(unref($).be("list","item-preview")),onClick:Ne=>oe.handlePreview(de)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(k).m("zoom-in"))},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["class"])],10,["onClick"]),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref($).be("list","item-delete")),onClick:Ne=>re(de)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(k).m("delete"))},{default:withCtx(()=>[createVNode(unref(delete_default))]),_:1},8,["class"])],10,["onClick"]))],2)):createCommentVNode("v-if",!0)])],42,["onKeydown","onFocus","onBlur","onClick"]))),128)),renderSlot(oe.$slots,"append")]),_:3},8,["class","name"]))}});var UploadList=_export_sfc$1(_sfc_main$H,[["__file","upload-list.vue"]]);const uploadDraggerProps=buildProps({disabled:{type:Boolean,default:!1}}),uploadDraggerEmits={file:e=>isArray$4(e)},COMPONENT_NAME="ElUploadDrag",__default__$e=defineComponent({name:COMPONENT_NAME}),_sfc_main$G=defineComponent({...__default__$e,props:uploadDraggerProps,emits:uploadDraggerEmits,setup(e,{emit:t}){inject(uploadContextKey)||throwError(COMPONENT_NAME,"usage: ");const n=useNamespace("upload"),$=ref$1(!1),k=useFormDisabled(),L=V=>{if(k.value)return;$.value=!1,V.stopPropagation();const z=Array.from(V.dataTransfer.files);t("file",z)},j=()=>{k.value||($.value=!0)};return(V,z)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("dragger"),unref(n).is("dragover",$.value)]),onDrop:withModifiers(L,["prevent"]),onDragover:withModifiers(j,["prevent"]),onDragleave:withModifiers(re=>$.value=!1,["prevent"])},[renderSlot(V.$slots,"default")],42,["onDrop","onDragover","onDragleave"]))}});var UploadDragger=_export_sfc$1(_sfc_main$G,[["__file","upload-dragger.vue"]]);const uploadContentProps=buildProps({...uploadBaseProps,beforeUpload:{type:definePropType(Function),default:NOOP},onRemove:{type:definePropType(Function),default:NOOP},onStart:{type:definePropType(Function),default:NOOP},onSuccess:{type:definePropType(Function),default:NOOP},onProgress:{type:definePropType(Function),default:NOOP},onError:{type:definePropType(Function),default:NOOP},onExceed:{type:definePropType(Function),default:NOOP}}),__default__$d=defineComponent({name:"ElUploadContent",inheritAttrs:!1}),_sfc_main$F=defineComponent({...__default__$d,props:uploadContentProps,setup(e,{expose:t}){const y=e,n=useNamespace("upload"),$=useFormDisabled(),k=shallowRef({}),L=shallowRef(),j=Ne=>{if(Ne.length===0)return;const{autoUpload:Ue,limit:$e,fileList:Ve,multiple:Fe,onStart:qe,onExceed:er}=y;if($e&&Ve.length+Ne.length>$e){er(Ne,Ve);return}Fe||(Ne=Ne.slice(0,1));for(const ir of Ne){const dr=ir;dr.uid=genFileId(),qe(dr),Ue&&V(dr)}},V=async Ne=>{if(L.value.value="",!y.beforeUpload)return re(Ne);let Ue,$e={};try{const Fe=y.data,qe=y.beforeUpload(Ne);$e=isPlainObject$3(y.data)?cloneDeep(y.data):y.data,Ue=await qe,isPlainObject$3(y.data)&&isEqual$1(Fe,$e)&&($e=cloneDeep(y.data))}catch{Ue=!1}if(Ue===!1){y.onRemove(Ne);return}let Ve=Ne;Ue instanceof Blob&&(Ue instanceof File?Ve=Ue:Ve=new File([Ue],Ne.name,{type:Ne.type})),re(Object.assign(Ve,{uid:Ne.uid}),$e)},z=async(Ne,Ue)=>isFunction$5(Ne)?Ne(Ue):Ne,re=async(Ne,Ue)=>{const{headers:$e,data:Ve,method:Fe,withCredentials:qe,name:er,action:ir,onProgress:dr,onSuccess:cr,onError:nr,httpRequest:lr}=y;try{Ue=await z(Ue??Ve,Ne)}catch{y.onRemove(Ne);return}const{uid:Et}=Ne,ie={headers:$e||{},withCredentials:qe,file:Ne,data:Ue,method:Fe,filename:er,action:ir,onProgress:Ce=>{dr(Ce,Ne)},onSuccess:Ce=>{cr(Ce,Ne),delete k.value[Et]},onError:Ce=>{nr(Ce,Ne),delete k.value[Et]}},pe=lr(ie);k.value[Et]=pe,pe instanceof Promise&&pe.then(ie.onSuccess,ie.onError)},oe=Ne=>{const Ue=Ne.target.files;Ue&&j(Array.from(Ue))},ue=()=>{$.value||(L.value.value="",L.value.click())},de=()=>{ue()};return t({abort:Ne=>{entriesOf(k.value).filter(Ne?([$e])=>String(Ne.uid)===$e:()=>!0).forEach(([$e,Ve])=>{Ve instanceof XMLHttpRequest&&Ve.abort(),delete k.value[$e]})},upload:V}),(Ne,Ue)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(Ne.listType),unref(n).is("drag",Ne.drag),unref(n).is("disabled",unref($))]),tabindex:unref($)?"-1":"0",onClick:ue,onKeydown:withKeys(withModifiers(de,["self"]),["enter","space"])},[Ne.drag?(openBlock(),createBlock(UploadDragger,{key:0,disabled:unref($),onFile:j},{default:withCtx(()=>[renderSlot(Ne.$slots,"default")]),_:3},8,["disabled"])):renderSlot(Ne.$slots,"default",{key:1}),createBaseVNode("input",{ref_key:"inputRef",ref:L,class:normalizeClass(unref(n).e("input")),name:Ne.name,disabled:unref($),multiple:Ne.multiple,accept:Ne.accept,type:"file",onChange:oe,onClick:withModifiers(()=>{},["stop"])},null,42,["name","disabled","multiple","accept","onClick"])],42,["tabindex","onKeydown"]))}});var UploadContent=_export_sfc$1(_sfc_main$F,[["__file","upload-content.vue"]]);const SCOPE$1="ElUpload",revokeFileObjectURL=e=>{var t;(t=e.url)!=null&&t.startsWith("blob:")&&URL.revokeObjectURL(e.url)},useHandlers=(e,t)=>{const y=useVModel(e,"fileList",void 0,{passive:!0}),n=de=>y.value.find(_e=>_e.uid===de.uid);function $(de){var _e;(_e=t.value)==null||_e.abort(de)}function k(de=["ready","uploading","success","fail"]){y.value=y.value.filter(_e=>!de.includes(_e.status))}function L(de){y.value=y.value.filter(_e=>_e!==de)}const j=(de,_e)=>{const Ne=n(_e);Ne&&(console.error(de),Ne.status="fail",L(Ne),e.onError(de,Ne,y.value),e.onChange(Ne,y.value))},V=(de,_e)=>{const Ne=n(_e);Ne&&(e.onProgress(de,Ne,y.value),Ne.status="uploading",Ne.percentage=Math.round(de.percent))},z=(de,_e)=>{const Ne=n(_e);Ne&&(Ne.status="success",Ne.response=de,e.onSuccess(de,Ne,y.value),e.onChange(Ne,y.value))},re=de=>{isNil(de.uid)&&(de.uid=genFileId());const _e={name:de.name,percentage:0,status:"ready",size:de.size,raw:de,uid:de.uid};if(e.listType==="picture-card"||e.listType==="picture")try{_e.url=URL.createObjectURL(de)}catch(Ne){Ne.message,e.onError(Ne,_e,y.value)}y.value=[...y.value,_e],e.onChange(_e,y.value)},oe=async de=>{const _e=de instanceof File?n(de):de;_e||throwError(SCOPE$1,"file to be removed not found");const Ne=Ue=>{$(Ue),L(Ue),e.onRemove(Ue,y.value),revokeFileObjectURL(Ue)};e.beforeRemove?await e.beforeRemove(_e,y.value)!==!1&&Ne(_e):Ne(_e)};function ue(){y.value.filter(({status:de})=>de==="ready").forEach(({raw:de})=>{var _e;return de&&((_e=t.value)==null?void 0:_e.upload(de))})}return watch(()=>e.listType,de=>{de!=="picture-card"&&de!=="picture"||(y.value=y.value.map(_e=>{const{raw:Ne,url:Ue}=_e;if(!Ue&&Ne)try{_e.url=URL.createObjectURL(Ne)}catch($e){e.onError($e,_e,y.value)}return _e}))}),watch(y,de=>{for(const _e of de)_e.uid||(_e.uid=genFileId()),_e.status||(_e.status="success")},{immediate:!0,deep:!0}),{uploadFiles:y,abort:$,clearFiles:k,handleError:j,handleProgress:V,handleStart:re,handleSuccess:z,handleRemove:oe,submit:ue,revokeFileObjectURL}},__default__$c=defineComponent({name:"ElUpload"}),_sfc_main$E=defineComponent({...__default__$c,props:uploadProps,setup(e,{expose:t}){const y=e,n=useFormDisabled(),$=shallowRef(),{abort:k,submit:L,clearFiles:j,uploadFiles:V,handleStart:z,handleError:re,handleRemove:oe,handleSuccess:ue,handleProgress:de,revokeFileObjectURL:_e}=useHandlers(y,$),Ne=computed(()=>y.listType==="picture-card"),Ue=computed(()=>({...y,fileList:V.value,onStart:z,onProgress:de,onSuccess:ue,onError:re,onRemove:oe}));return onBeforeUnmount(()=>{V.value.forEach(_e)}),provide(uploadContextKey,{accept:toRef$1(y,"accept")}),t({abort:k,submit:L,clearFiles:j,handleStart:z,handleRemove:oe}),($e,Ve)=>(openBlock(),createElementBlock("div",null,[unref(Ne)&&$e.showFileList?(openBlock(),createBlock(UploadList,{key:0,disabled:unref(n),"list-type":$e.listType,files:unref(V),crossorigin:$e.crossorigin,"handle-preview":$e.onPreview,onRemove:unref(oe)},createSlots({append:withCtx(()=>[createVNode(UploadContent,mergeProps({ref_key:"uploadRef",ref:$},unref(Ue)),{default:withCtx(()=>[$e.$slots.trigger?renderSlot($e.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!$e.$slots.trigger&&$e.$slots.default?renderSlot($e.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)]),_:2},[$e.$slots.file?{name:"default",fn:withCtx(({file:Fe,index:qe})=>[renderSlot($e.$slots,"file",{file:Fe,index:qe})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0),!unref(Ne)||unref(Ne)&&!$e.showFileList?(openBlock(),createBlock(UploadContent,mergeProps({key:1,ref_key:"uploadRef",ref:$},unref(Ue)),{default:withCtx(()=>[$e.$slots.trigger?renderSlot($e.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!$e.$slots.trigger&&$e.$slots.default?renderSlot($e.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)):createCommentVNode("v-if",!0),$e.$slots.trigger?renderSlot($e.$slots,"default",{key:2}):createCommentVNode("v-if",!0),renderSlot($e.$slots,"tip"),!unref(Ne)&&$e.showFileList?(openBlock(),createBlock(UploadList,{key:3,disabled:unref(n),"list-type":$e.listType,files:unref(V),crossorigin:$e.crossorigin,"handle-preview":$e.onPreview,onRemove:unref(oe)},createSlots({_:2},[$e.$slots.file?{name:"default",fn:withCtx(({file:Fe,index:qe})=>[renderSlot($e.$slots,"file",{file:Fe,index:qe})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0)]))}});var Upload=_export_sfc$1(_sfc_main$E,[["__file","upload.vue"]]);const ElUpload=withInstall(Upload),watermarkProps=buildProps({zIndex:{type:Number,default:9},rotate:{type:Number,default:-22},width:Number,height:Number,image:String,content:{type:definePropType([String,Array]),default:"Element Plus"},font:{type:definePropType(Object)},gap:{type:definePropType(Array),default:()=>[100,100]},offset:{type:definePropType(Array)}});function toLowercaseSeparator(e){return e.replace(/([A-Z])/g,"-$1").toLowerCase()}function getStyleStr(e){return Object.keys(e).map(t=>`${toLowercaseSeparator(t)}: ${e[t]};`).join(" ")}function getPixelRatio(){return window.devicePixelRatio||1}const reRendering=(e,t)=>{let y=!1;return e.removedNodes.length&&t&&(y=Array.from(e.removedNodes).includes(t)),e.type==="attributes"&&e.target===t&&(y=!0),y},FontGap=3;function prepareCanvas(e,t,y=1){const n=document.createElement("canvas"),$=n.getContext("2d"),k=e*y,L=t*y;return n.setAttribute("width",`${k}px`),n.setAttribute("height",`${L}px`),$.save(),[$,n,k,L]}function useClips(){function e(t,y,n,$,k,L,j,V){const[z,re,oe,ue]=prepareCanvas($,k,n);if(t instanceof HTMLImageElement)z.drawImage(t,0,0,oe,ue);else{const{color:tr,fontSize:gr,fontStyle:_r,fontWeight:yr,fontFamily:xr,textAlign:Nr,textBaseline:Tr}=L,Sr=Number(gr)*n;z.font=`${_r} normal ${yr} ${Sr}px/${k}px ${xr}`,z.fillStyle=tr,z.textAlign=Nr,z.textBaseline=Tr;const Ar=Array.isArray(t)?t:[t];Ar==null||Ar.forEach((Fr,Gr)=>{z.fillText(Fr??"",oe/2,Gr*(Sr+FontGap*n))})}const de=Math.PI/180*Number(y),_e=Math.max($,k),[Ne,Ue,$e]=prepareCanvas(_e,_e,n);Ne.translate($e/2,$e/2),Ne.rotate(de),oe>0&&ue>0&&Ne.drawImage(re,-oe/2,-ue/2);function Ve(tr,gr){const _r=tr*Math.cos(de)-gr*Math.sin(de),yr=tr*Math.sin(de)+gr*Math.cos(de);return[_r,yr]}let Fe=0,qe=0,er=0,ir=0;const dr=oe/2,cr=ue/2;[[0-dr,0-cr],[0+dr,0-cr],[0+dr,0+cr],[0-dr,0+cr]].forEach(([tr,gr])=>{const[_r,yr]=Ve(tr,gr);Fe=Math.min(Fe,_r),qe=Math.max(qe,_r),er=Math.min(er,yr),ir=Math.max(ir,yr)});const lr=Fe+$e/2,Et=er+$e/2,ie=qe-Fe,pe=ir-er,Ce=j*n,Ie=V*n,jt=(ie+Ce)*2,ar=pe+Ie,[ur,kt]=prepareCanvas(jt,ar);function he(tr=0,gr=0){ur.drawImage(Ue,lr,Et,ie,pe,tr,gr,ie,pe)}return he(),he(ie+Ce,-pe/2-Ie/2),he(ie+Ce,+pe/2+Ie/2),[kt.toDataURL(),jt/n,ar/n]}return e}const __default__$b=defineComponent({name:"ElWatermark"}),_sfc_main$D=defineComponent({...__default__$b,props:watermarkProps,setup(e){const t=e,y={position:"relative"},n=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.color)!=null?Et:"rgba(0,0,0,.15)"}),$=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontSize)!=null?Et:16}),k=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontWeight)!=null?Et:"normal"}),L=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontStyle)!=null?Et:"normal"}),j=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.fontFamily)!=null?Et:"sans-serif"}),V=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.textAlign)!=null?Et:"center"}),z=computed(()=>{var lr,Et;return(Et=(lr=t.font)==null?void 0:lr.textBaseline)!=null?Et:"hanging"}),re=computed(()=>t.gap[0]),oe=computed(()=>t.gap[1]),ue=computed(()=>re.value/2),de=computed(()=>oe.value/2),_e=computed(()=>{var lr,Et;return(Et=(lr=t.offset)==null?void 0:lr[0])!=null?Et:ue.value}),Ne=computed(()=>{var lr,Et;return(Et=(lr=t.offset)==null?void 0:lr[1])!=null?Et:de.value}),Ue=()=>{const lr={zIndex:t.zIndex,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let Et=_e.value-ue.value,ie=Ne.value-de.value;return Et>0&&(lr.left=`${Et}px`,lr.width=`calc(100% - ${Et}px)`,Et=0),ie>0&&(lr.top=`${ie}px`,lr.height=`calc(100% - ${ie}px)`,ie=0),lr.backgroundPosition=`${Et}px ${ie}px`,lr},$e=shallowRef(null),Ve=shallowRef(),Fe=ref$1(!1),qe=()=>{Ve.value&&(Ve.value.remove(),Ve.value=void 0)},er=(lr,Et)=>{var ie;$e.value&&Ve.value&&(Fe.value=!0,Ve.value.setAttribute("style",getStyleStr({...Ue(),backgroundImage:`url('${lr}')`,backgroundSize:`${Math.floor(Et)}px`})),(ie=$e.value)==null||ie.append(Ve.value),setTimeout(()=>{Fe.value=!1}))},ir=lr=>{let Et=120,ie=64;const pe=t.image,Ce=t.content,Ie=t.width,jt=t.height;if(!pe&&lr.measureText){lr.font=`${Number($.value)}px ${j.value}`;const ar=Array.isArray(Ce)?Ce:[Ce],ur=ar.map(kt=>{const he=lr.measureText(kt);return[he.width,he.fontBoundingBoxAscent!==void 0?he.fontBoundingBoxAscent+he.fontBoundingBoxDescent:he.actualBoundingBoxAscent+he.actualBoundingBoxDescent]});Et=Math.ceil(Math.max(...ur.map(kt=>kt[0]))),ie=Math.ceil(Math.max(...ur.map(kt=>kt[1])))*ar.length+(ar.length-1)*FontGap}return[Ie??Et,jt??ie]},dr=useClips(),cr=()=>{const Et=document.createElement("canvas").getContext("2d"),ie=t.image,pe=t.content,Ce=t.rotate;if(Et){Ve.value||(Ve.value=document.createElement("div"));const Ie=getPixelRatio(),[jt,ar]=ir(Et),ur=kt=>{const[he,tr]=dr(kt||"",Ce,Ie,jt,ar,{color:n.value,fontSize:$.value,fontStyle:L.value,fontWeight:k.value,fontFamily:j.value,textAlign:V.value,textBaseline:z.value},re.value,oe.value);er(he,tr)};if(ie){const kt=new Image;kt.onload=()=>{ur(kt)},kt.onerror=()=>{ur(pe)},kt.crossOrigin="anonymous",kt.referrerPolicy="no-referrer",kt.src=ie}else ur(pe)}};return onMounted(()=>{cr()}),watch(()=>t,()=>{cr()},{deep:!0,flush:"post"}),onBeforeUnmount(()=>{qe()}),useMutationObserver($e,lr=>{Fe.value||lr.forEach(Et=>{reRendering(Et,Ve.value)&&(qe(),cr())})},{attributes:!0,subtree:!0,childList:!0}),(lr,Et)=>(openBlock(),createElementBlock("div",{ref_key:"containerRef",ref:$e,style:normalizeStyle([y])},[renderSlot(lr.$slots,"default")],4))}});var Watermark=_export_sfc$1(_sfc_main$D,[["__file","watermark.vue"]]);const ElWatermark=withInstall(Watermark),maskProps=buildProps({zIndex:{type:Number,default:1001},visible:Boolean,fill:{type:String,default:"rgba(0,0,0,0.5)"},pos:{type:definePropType(Object)},targetAreaClickable:{type:Boolean,default:!0}}),useTarget=(e,t,y,n,$)=>{const k=ref$1(null),L=()=>{let oe;return isString$4(e.value)?oe=document.querySelector(e.value):isFunction$5(e.value)?oe=e.value():oe=e.value,oe},j=()=>{const oe=L();if(!oe||!t.value){k.value=null;return}!isInViewPort(oe)&&t.value&&oe.scrollIntoView($.value);const{left:ue,top:de,width:_e,height:Ne}=oe.getBoundingClientRect();k.value={left:ue,top:de,width:_e,height:Ne,radius:0}};onMounted(()=>{watch([t,e],()=>{j()},{immediate:!0}),window.addEventListener("resize",j)}),onBeforeUnmount(()=>{window.removeEventListener("resize",j)});const V=oe=>{var ue;return(ue=isArray$4(y.value.offset)?y.value.offset[oe]:y.value.offset)!=null?ue:6},z=computed(()=>{var oe;if(!k.value)return k.value;const ue=V(0),de=V(1),_e=((oe=y.value)==null?void 0:oe.radius)||2;return{left:k.value.left-ue,top:k.value.top-de,width:k.value.width+ue*2,height:k.value.height+de*2,radius:_e}}),re=computed(()=>{const oe=L();return!n.value||!oe||!window.DOMRect?oe||void 0:{getBoundingClientRect(){var ue,de,_e,Ne;return window.DOMRect.fromRect({width:((ue=z.value)==null?void 0:ue.width)||0,height:((de=z.value)==null?void 0:de.height)||0,x:((_e=z.value)==null?void 0:_e.left)||0,y:((Ne=z.value)==null?void 0:Ne.top)||0})}}});return{mergedPosInfo:z,triggerTarget:re}},tourKey=Symbol("ElTour");function isInViewPort(e){const t=window.innerWidth||document.documentElement.clientWidth,y=window.innerHeight||document.documentElement.clientHeight,{top:n,right:$,bottom:k,left:L}=e.getBoundingClientRect();return n>=0&&L>=0&&$<=t&&k<=y}const useFloating$1=(e,t,y,n,$,k,L,j)=>{const V=ref$1(),z=ref$1(),re=ref$1({}),oe={x:V,y:z,placement:n,strategy:$,middlewareData:re},ue=computed(()=>{const $e=[offset(unref(k)),flip(),shift(),overflowMiddleware()];return unref(j)&&unref(y)&&$e.push(arrow$1({element:unref(y)})),$e}),de=async()=>{if(!isClient)return;const $e=unref(e),Ve=unref(t);if(!$e||!Ve)return;const Fe=await computePosition($e,Ve,{placement:unref(n),strategy:unref($),middleware:unref(ue)});keysOf(oe).forEach(qe=>{oe[qe].value=Fe[qe]})},_e=computed(()=>{if(!unref(e))return{position:"fixed",top:"50%",left:"50%",transform:"translate3d(-50%, -50%, 0)",maxWidth:"100vw",zIndex:unref(L)};const{overflow:$e}=unref(re);return{position:unref($),zIndex:unref(L),top:unref(z)!=null?`${unref(z)}px`:"",left:unref(V)!=null?`${unref(V)}px`:"",maxWidth:$e!=null&&$e.maxWidth?`${$e==null?void 0:$e.maxWidth}px`:""}}),Ne=computed(()=>{if(!unref(j))return{};const{arrow:$e}=unref(re);return{left:($e==null?void 0:$e.x)!=null?`${$e==null?void 0:$e.x}px`:"",top:($e==null?void 0:$e.y)!=null?`${$e==null?void 0:$e.y}px`:""}});let Ue;return onMounted(()=>{const $e=unref(e),Ve=unref(t);$e&&Ve&&(Ue=autoUpdate($e,Ve,de)),watchEffect(()=>{de()})}),onBeforeUnmount(()=>{Ue&&Ue()}),{update:de,contentStyle:_e,arrowStyle:Ne}},overflowMiddleware=()=>({name:"overflow",async fn(e){const t=await detectOverflow(e);let y=0;return t.left>0&&(y=t.left),t.right>0&&(y=t.right),{data:{maxWidth:e.rects.floating.width-y}}}}),__default__$a=defineComponent({name:"ElTourMask",inheritAttrs:!1}),_sfc_main$C=defineComponent({...__default__$a,props:maskProps,setup(e){const t=e,{ns:y}=inject(tourKey),n=computed(()=>{var j,V;return(V=(j=t.pos)==null?void 0:j.radius)!=null?V:2}),$=computed(()=>{const j=n.value,V=`a${j},${j} 0 0 1`;return{topRight:`${V} ${j},${j}`,bottomRight:`${V} ${-j},${j}`,bottomLeft:`${V} ${-j},${-j}`,topLeft:`${V} ${j},${-j}`}}),k=computed(()=>{const j=window.innerWidth,V=window.innerHeight,z=$.value,re=`M${j},0 L0,0 L0,${V} L${j},${V} L${j},0 Z`,oe=n.value;return t.pos?`${re} M${t.pos.left+oe},${t.pos.top} h${t.pos.width-oe*2} ${z.topRight} v${t.pos.height-oe*2} ${z.bottomRight} h${-t.pos.width+oe*2} ${z.bottomLeft} v${-t.pos.height+oe*2} ${z.topLeft} z`:re}),L=computed(()=>({fill:t.fill,pointerEvents:"auto",cursor:"auto"}));return useLockscreen(toRef$1(t,"visible"),{ns:y}),(j,V)=>j.visible?(openBlock(),createElementBlock("div",mergeProps({key:0,class:unref(y).e("mask"),style:{position:"fixed",left:0,right:0,top:0,bottom:0,zIndex:j.zIndex,pointerEvents:j.pos&&j.targetAreaClickable?"none":"auto"}},j.$attrs),[(openBlock(),createElementBlock("svg",{style:{width:"100%",height:"100%"}},[createBaseVNode("path",{class:normalizeClass(unref(y).e("hollow")),style:normalizeStyle(unref(L)),d:unref(k)},null,14,["d"])]))],16)):createCommentVNode("v-if",!0)}});var ElTourMask=_export_sfc$1(_sfc_main$C,[["__file","mask.vue"]]);const tourStrategies=["absolute","fixed"],tourPlacements=["top-start","top-end","top","bottom-start","bottom-end","bottom","left-start","left-end","left","right-start","right-end","right"],tourContentProps=buildProps({placement:{type:definePropType(String),values:tourPlacements,default:"bottom"},reference:{type:definePropType(Object),default:null},strategy:{type:definePropType(String),values:tourStrategies,default:"absolute"},offset:{type:Number,default:10},showArrow:Boolean,zIndex:{type:Number,default:2001}}),tourContentEmits={close:()=>!0},__default__$9=defineComponent({name:"ElTourContent"}),_sfc_main$B=defineComponent({...__default__$9,props:tourContentProps,emits:tourContentEmits,setup(e,{emit:t}){const y=e,n=ref$1(y.placement),$=ref$1(y.strategy),k=ref$1(null),L=ref$1(null);watch(()=>y.placement,()=>{n.value=y.placement});const{contentStyle:j,arrowStyle:V}=useFloating$1(toRef$1(y,"reference"),k,L,n,$,toRef$1(y,"offset"),toRef$1(y,"zIndex"),toRef$1(y,"showArrow")),z=computed(()=>n.value.split("-")[0]),{ns:re}=inject(tourKey),oe=()=>{t("close")},ue=de=>{de.detail.focusReason==="pointer"&&de.preventDefault()};return(de,_e)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:k,style:normalizeStyle(unref(j)),class:normalizeClass(unref(re).e("content")),"data-side":unref(z),tabindex:"-1"},[createVNode(unref(ElFocusTrap),{loop:"",trapped:"","focus-start-el":"container","focus-trap-el":k.value||void 0,onReleaseRequested:oe,onFocusoutPrevented:ue},{default:withCtx(()=>[renderSlot(de.$slots,"default")]),_:3},8,["focus-trap-el"]),de.showArrow?(openBlock(),createElementBlock("span",{key:0,ref_key:"arrowRef",ref:L,style:normalizeStyle(unref(V)),class:normalizeClass(unref(re).e("arrow"))},null,6)):createCommentVNode("v-if",!0)],14,["data-side"]))}});var ElTourContent=_export_sfc$1(_sfc_main$B,[["__file","content.vue"]]),ElTourSteps=defineComponent({name:"ElTourSteps",props:{current:{type:Number,default:0}},emits:["update-total"],setup(e,{slots:t,emit:y}){let n=0;return()=>{var $,k;const L=($=t.default)==null?void 0:$.call(t),j=[];let V=0;function z(re){isArray$4(re)&&re.forEach(oe=>{var ue;((ue=(oe==null?void 0:oe.type)||{})==null?void 0:ue.name)==="ElTourStep"&&(j.push(oe),V+=1)})}return L.length&&z(flattedChildren((k=L[0])==null?void 0:k.children)),n!==V&&(n=V,y("update-total",V)),j.length?j[e.current]:null}}});const tourProps=buildProps({modelValue:Boolean,current:{type:Number,default:0},showArrow:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeIcon:{type:iconPropType},placement:tourContentProps.placement,contentStyle:{type:definePropType([Object])},mask:{type:definePropType([Boolean,Object]),default:!0},gap:{type:definePropType(Object),default:()=>({offset:6,radius:2})},zIndex:{type:Number},scrollIntoViewOptions:{type:definePropType([Boolean,Object]),default:()=>({block:"center"})},type:{type:definePropType(String)},appendTo:{type:definePropType([String,Object]),default:"body"},closeOnPressEscape:{type:Boolean,default:!0},targetAreaClickable:{type:Boolean,default:!0}}),tourEmits={[UPDATE_MODEL_EVENT]:e=>isBoolean$3(e),"update:current":e=>isNumber$4(e),close:e=>isNumber$4(e),finish:()=>!0,change:e=>isNumber$4(e)},__default__$8=defineComponent({name:"ElTour"}),_sfc_main$A=defineComponent({...__default__$8,props:tourProps,emits:tourEmits,setup(e,{emit:t}){const y=e,n=useNamespace("tour"),$=ref$1(0),k=ref$1(),L=useVModel(y,"current",t,{passive:!0}),j=computed(()=>{var nr;return(nr=k.value)==null?void 0:nr.target}),V=computed(()=>[n.b(),Ue.value==="primary"?n.m("primary"):""]),z=computed(()=>{var nr;return((nr=k.value)==null?void 0:nr.placement)||y.placement}),re=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.contentStyle)!=null?lr:y.contentStyle}),oe=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.mask)!=null?lr:y.mask}),ue=computed(()=>!!oe.value&&y.modelValue),de=computed(()=>isBoolean$3(oe.value)?void 0:oe.value),_e=computed(()=>{var nr,lr;return!!j.value&&((lr=(nr=k.value)==null?void 0:nr.showArrow)!=null?lr:y.showArrow)}),Ne=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.scrollIntoViewOptions)!=null?lr:y.scrollIntoViewOptions}),Ue=computed(()=>{var nr,lr;return(lr=(nr=k.value)==null?void 0:nr.type)!=null?lr:y.type}),{nextZIndex:$e}=useZIndex(),Ve=$e(),Fe=computed(()=>{var nr;return(nr=y.zIndex)!=null?nr:Ve}),{mergedPosInfo:qe,triggerTarget:er}=useTarget(j,toRef$1(y,"modelValue"),toRef$1(y,"gap"),oe,Ne);watch(()=>y.modelValue,nr=>{nr||(L.value=0)});const ir=()=>{y.closeOnPressEscape&&(t("update:modelValue",!1),t("close",L.value))},dr=nr=>{$.value=nr},cr=useSlots();return provide(tourKey,{currentStep:k,current:L,total:$,showClose:toRef$1(y,"showClose"),closeIcon:toRef$1(y,"closeIcon"),mergedType:Ue,ns:n,slots:cr,updateModelValue(nr){t("update:modelValue",nr)},onClose(){t("close",L.value)},onFinish(){t("finish")},onChange(){t("change",L.value)}}),(nr,lr)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(ElTeleport),{to:nr.appendTo},{default:withCtx(()=>{var Et,ie;return[createBaseVNode("div",mergeProps({class:unref(V)},nr.$attrs),[createVNode(ElTourMask,{visible:unref(ue),fill:(Et=unref(de))==null?void 0:Et.color,style:normalizeStyle((ie=unref(de))==null?void 0:ie.style),pos:unref(qe),"z-index":unref(Fe),"target-area-clickable":nr.targetAreaClickable},null,8,["visible","fill","style","pos","z-index","target-area-clickable"]),nr.modelValue?(openBlock(),createBlock(ElTourContent,{key:unref(L),reference:unref(er),placement:unref(z),"show-arrow":unref(_e),"z-index":unref(Fe),style:normalizeStyle(unref(re)),onClose:ir},{default:withCtx(()=>[createVNode(unref(ElTourSteps),{current:unref(L),onUpdateTotal:dr},{default:withCtx(()=>[renderSlot(nr.$slots,"default")]),_:3},8,["current"])]),_:3},8,["reference","placement","show-arrow","z-index","style"])):createCommentVNode("v-if",!0)],16)]}),_:3},8,["to"]),createCommentVNode(" just for IDE "),createCommentVNode("v-if",!0)],64))}});var Tour=_export_sfc$1(_sfc_main$A,[["__file","tour.vue"]]);const tourStepProps=buildProps({target:{type:definePropType([String,Object,Function])},title:String,description:String,showClose:{type:Boolean,default:void 0},closeIcon:{type:iconPropType},showArrow:{type:Boolean,default:void 0},placement:tourContentProps.placement,mask:{type:definePropType([Boolean,Object]),default:void 0},contentStyle:{type:definePropType([Object])},prevButtonProps:{type:definePropType(Object)},nextButtonProps:{type:definePropType(Object)},scrollIntoViewOptions:{type:definePropType([Boolean,Object]),default:void 0},type:{type:definePropType(String)}}),tourStepEmits={close:()=>!0},__default__$7=defineComponent({name:"ElTourStep"}),_sfc_main$z=defineComponent({...__default__$7,props:tourStepProps,emits:tourStepEmits,setup(e,{emit:t}){const y=e,{Close:n}=CloseComponents,{t:$}=useLocale(),{currentStep:k,current:L,total:j,showClose:V,closeIcon:z,mergedType:re,ns:oe,slots:ue,updateModelValue:de,onClose:_e,onFinish:Ne,onChange:Ue}=inject(tourKey);watch(y,cr=>{k.value=cr},{immediate:!0});const $e=computed(()=>{var cr;return(cr=y.showClose)!=null?cr:V.value}),Ve=computed(()=>{var cr,nr;return(nr=(cr=y.closeIcon)!=null?cr:z.value)!=null?nr:n}),Fe=cr=>{if(cr)return omit(cr,["children","onClick"])},qe=()=>{var cr,nr;L.value-=1,(cr=y.prevButtonProps)!=null&&cr.onClick&&((nr=y.prevButtonProps)==null||nr.onClick()),Ue()},er=()=>{var cr;L.value>=j.value-1?ir():L.value+=1,(cr=y.nextButtonProps)!=null&&cr.onClick&&y.nextButtonProps.onClick(),Ue()},ir=()=>{dr(),Ne()},dr=()=>{de(!1),_e(),t("close")};return(cr,nr)=>(openBlock(),createElementBlock(Fragment,null,[unref($e)?(openBlock(),createElementBlock("button",{key:0,"aria-label":"Close",class:normalizeClass(unref(oe).e("closebtn")),type:"button",onClick:dr},[createVNode(unref(ElIcon),{class:normalizeClass(unref(oe).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ve))))]),_:1},8,["class"])],2)):createCommentVNode("v-if",!0),createBaseVNode("header",{class:normalizeClass([unref(oe).e("header"),{"show-close":unref(V)}])},[renderSlot(cr.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading",class:normalizeClass(unref(oe).e("title"))},toDisplayString(cr.title),3)])],2),createBaseVNode("div",{class:normalizeClass(unref(oe).e("body"))},[renderSlot(cr.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(cr.description),1)])],2),createBaseVNode("footer",{class:normalizeClass(unref(oe).e("footer"))},[createBaseVNode("div",{class:normalizeClass(unref(oe).b("indicators"))},[unref(ue).indicators?(openBlock(),createBlock(resolveDynamicComponent(unref(ue).indicators),{key:0,current:unref(L),total:unref(j)},null,8,["current","total"])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(j),(lr,Et)=>(openBlock(),createElementBlock("span",{key:lr,class:normalizeClass([unref(oe).b("indicator"),Et===unref(L)?"is-active":""])},null,2))),128))],2),createBaseVNode("div",{class:normalizeClass(unref(oe).b("buttons"))},[unref(L)>0?(openBlock(),createBlock(unref(ElButton),mergeProps({key:0,size:"small",type:unref(re)},Fe(cr.prevButtonProps),{onClick:qe}),{default:withCtx(()=>{var lr,Et;return[createTextVNode(toDisplayString((Et=(lr=cr.prevButtonProps)==null?void 0:lr.children)!=null?Et:unref($)("el.tour.previous")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0),unref(L)<=unref(j)-1?(openBlock(),createBlock(unref(ElButton),mergeProps({key:1,size:"small",type:unref(re)==="primary"?"default":"primary"},Fe(cr.nextButtonProps),{onClick:er}),{default:withCtx(()=>{var lr,Et;return[createTextVNode(toDisplayString((Et=(lr=cr.nextButtonProps)==null?void 0:lr.children)!=null?Et:unref(L)===unref(j)-1?unref($)("el.tour.finish"):unref($)("el.tour.next")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0)],2)],2)],64))}});var TourStep=_export_sfc$1(_sfc_main$z,[["__file","step.vue"]]);const ElTour=withInstall(Tour,{TourStep}),ElTourStep=withNoopInstall(TourStep),anchorProps=buildProps({container:{type:definePropType([String,Object])},offset:{type:Number,default:0},bound:{type:Number,default:15},duration:{type:Number,default:300},marker:{type:Boolean,default:!0},type:{type:definePropType(String),default:"default"},direction:{type:definePropType(String),default:"vertical"}}),anchorEmits={change:e=>isString$4(e),click:(e,t)=>e instanceof MouseEvent&&(isString$4(t)||isUndefined$2(t))},anchorKey=Symbol("anchor"),__default__$6=defineComponent({name:"ElAnchor"}),_sfc_main$y=defineComponent({...__default__$6,props:anchorProps,emits:anchorEmits,setup(e,{expose:t,emit:y}){const n=e,$=ref$1(""),k=ref$1(null),L=ref$1(null),j=ref$1(),V={};let z=!1,re=0;const oe=useNamespace("anchor"),ue=computed(()=>[oe.b(),n.type==="underline"?oe.m("underline"):"",oe.m(n.direction)]),de=cr=>{V[cr.href]=cr.el},_e=cr=>{delete V[cr]},Ne=cr=>{$.value!==cr&&($.value=cr,y("change",cr))};let Ue=null;const $e=cr=>{if(!j.value)return;const nr=getElement(cr);if(!nr)return;Ue&&Ue(),z=!0;const lr=getScrollElement(nr,j.value),Et=getOffsetTopDistance(nr,lr),ie=lr.scrollHeight-lr.clientHeight,pe=Math.min(Et-n.offset,ie);Ue=animateScrollTo(j.value,re,pe,n.duration,()=>{setTimeout(()=>{z=!1},20)})},Ve=cr=>{cr&&(Ne(cr),$e(cr))},Fe=(cr,nr)=>{y("click",cr,nr),Ve(nr)},qe=throttleByRaf(()=>{j.value&&(re=getScrollTop(j.value));const cr=er();z||isUndefined$2(cr)||Ne(cr)}),er=()=>{if(!j.value)return;const cr=getScrollTop(j.value),nr=[];for(const lr of Object.keys(V)){const Et=getElement(lr);if(!Et)continue;const ie=getScrollElement(Et,j.value),pe=getOffsetTopDistance(Et,ie);nr.push({top:pe-n.offset-n.bound,href:lr})}nr.sort((lr,Et)=>lr.top-Et.top);for(let lr=0;lrcr))return Et.href}},ir=()=>{const cr=getElement(n.container);!cr||isWindow(cr)?j.value=window:j.value=cr};useEventListener(j,"scroll",qe);const dr=computed(()=>{if(!k.value||!L.value||!$.value)return{};const cr=V[$.value];if(!cr)return{};const nr=k.value.getBoundingClientRect(),lr=L.value.getBoundingClientRect(),Et=cr.getBoundingClientRect();return n.direction==="horizontal"?{left:`${Et.left-nr.left}px`,width:`${Et.width}px`,opacity:1}:{top:`${Et.top-nr.top+(Et.height-lr.height)/2}px`,opacity:1}});return onMounted(()=>{ir();const cr=decodeURIComponent(window.location.hash);getElement(cr)?Ve(cr):qe()}),watch(()=>n.container,()=>{ir()}),provide(anchorKey,{ns:oe,direction:n.direction,currentAnchor:$,addLink:de,removeLink:_e,handleClick:Fe}),t({scrollTo:Ve}),(cr,nr)=>(openBlock(),createElementBlock("div",{ref_key:"anchorRef",ref:k,class:normalizeClass(unref(ue))},[cr.marker?(openBlock(),createElementBlock("div",{key:0,ref_key:"markerRef",ref:L,class:normalizeClass(unref(oe).e("marker")),style:normalizeStyle(unref(dr))},null,6)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(oe).e("list"))},[renderSlot(cr.$slots,"default")],2)],2))}});var Anchor$1=_export_sfc$1(_sfc_main$y,[["__file","anchor.vue"]]);const anchorLinkProps=buildProps({title:String,href:String}),__default__$5=defineComponent({name:"ElAnchorLink"}),_sfc_main$x=defineComponent({...__default__$5,props:anchorLinkProps,setup(e){const t=e,y=ref$1(null),{ns:n,direction:$,currentAnchor:k,addLink:L,removeLink:j,handleClick:V}=inject(anchorKey),z=computed(()=>[n.e("link"),n.is("active",k.value===t.href)]),re=oe=>{V(oe,t.href)};return watch(()=>t.href,(oe,ue)=>{nextTick$3(()=>{ue&&j(ue),oe&&L({href:oe,el:y.value})})}),onMounted(()=>{const{href:oe}=t;oe&&L({href:oe,el:y.value})}),onBeforeUnmount(()=>{const{href:oe}=t;oe&&j(oe)}),(oe,ue)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).e("item"))},[createBaseVNode("a",{ref_key:"linkRef",ref:y,class:normalizeClass(unref(z)),href:oe.href,onClick:re},[renderSlot(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.title),1)])],10,["href"]),oe.$slots["sub-link"]&&unref($)==="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("list"))},[renderSlot(oe.$slots,"sub-link")],2)):createCommentVNode("v-if",!0)],2))}});var AnchorLink=_export_sfc$1(_sfc_main$x,[["__file","anchor-link.vue"]]);const ElAnchor=withInstall(Anchor$1,{AnchorLink}),ElAnchorLink=withNoopInstall(AnchorLink),segmentedProps=buildProps({options:{type:definePropType(Array),default:()=>[]},modelValue:{type:[String,Number,Boolean],default:void 0},block:Boolean,size:useSizeProp,disabled:Boolean,validateEvent:{type:Boolean,default:!0},id:String,name:String,...useAriaProps(["ariaLabel"])}),segmentedEmits={[UPDATE_MODEL_EVENT]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e),[CHANGE_EVENT]:e=>isString$4(e)||isNumber$4(e)||isBoolean$3(e)},__default__$4=defineComponent({name:"ElSegmented"}),_sfc_main$w=defineComponent({...__default__$4,props:segmentedProps,emits:segmentedEmits,setup(e,{emit:t}){const y=e,n=useNamespace("segmented"),$=useId(),k=useFormSize(),L=useFormDisabled(),{formItem:j}=useFormItem(),{inputId:V,isLabeledByFormItem:z}=useFormItemInputId(y,{formItemContext:j}),re=ref$1(null),oe=useActiveElement(),ue=reactive({isInit:!1,width:0,translateX:0,disabled:!1,focusVisible:!1}),de=nr=>{const lr=_e(nr);t(UPDATE_MODEL_EVENT,lr),t(CHANGE_EVENT,lr)},_e=nr=>isObject$5(nr)?nr.value:nr,Ne=nr=>isObject$5(nr)?nr.label:nr,Ue=nr=>!!(L.value||isObject$5(nr)&&nr.disabled),$e=nr=>y.modelValue===_e(nr),Ve=nr=>y.options.find(lr=>_e(lr)===nr),Fe=nr=>[n.e("item"),n.is("selected",$e(nr)),n.is("disabled",Ue(nr))],qe=()=>{if(!re.value)return;const nr=re.value.querySelector(".is-selected"),lr=re.value.querySelector(".is-selected input");if(!nr||!lr){ue.width=0,ue.translateX=0,ue.disabled=!1,ue.focusVisible=!1;return}const Et=nr.getBoundingClientRect();ue.isInit=!0,ue.width=Et.width,ue.translateX=nr.offsetLeft,ue.disabled=Ue(Ve(y.modelValue));try{ue.focusVisible=lr.matches(":focus-visible")}catch{}},er=computed(()=>[n.b(),n.m(k.value),n.is("block",y.block)]),ir=computed(()=>({width:`${ue.width}px`,transform:`translateX(${ue.translateX}px)`,display:ue.isInit?"block":"none"})),dr=computed(()=>[n.e("item-selected"),n.is("disabled",ue.disabled),n.is("focus-visible",ue.focusVisible)]),cr=computed(()=>y.name||$.value);return useResizeObserver(re,qe),watch(oe,qe),watch(()=>y.modelValue,()=>{var nr;qe(),y.validateEvent&&((nr=j==null?void 0:j.validate)==null||nr.call(j,"change").catch(lr=>void 0))},{flush:"post"}),(nr,lr)=>(openBlock(),createElementBlock("div",{id:unref(V),ref_key:"segmentedRef",ref:re,class:normalizeClass(unref(er)),role:"radiogroup","aria-label":unref(z)?void 0:nr.ariaLabel||"segmented","aria-labelledby":unref(z)?unref(j).labelId:void 0},[createBaseVNode("div",{class:normalizeClass(unref(n).e("group"))},[createBaseVNode("div",{style:normalizeStyle(unref(ir)),class:normalizeClass(unref(dr))},null,6),(openBlock(!0),createElementBlock(Fragment,null,renderList(nr.options,(Et,ie)=>(openBlock(),createElementBlock("label",{key:ie,class:normalizeClass(Fe(Et))},[createBaseVNode("input",{class:normalizeClass(unref(n).e("item-input")),type:"radio",name:unref(cr),disabled:Ue(Et),checked:$e(Et),onChange:pe=>de(Et)},null,42,["name","disabled","checked","onChange"]),createBaseVNode("div",{class:normalizeClass(unref(n).e("item-label"))},[renderSlot(nr.$slots,"default",{item:Et},()=>[createTextVNode(toDisplayString(Ne(Et)),1)])],2)],2))),128))],2)],10,["id","aria-label","aria-labelledby"]))}});var Segmented=_export_sfc$1(_sfc_main$w,[["__file","segmented.vue"]]);const ElSegmented=withInstall(Segmented),filterOption=(e,t)=>{const y=e.toLowerCase();return(t.label||t.value).toLowerCase().includes(y)},getMentionCtx=(e,t,y)=>{const{selectionEnd:n}=e;if(n===null)return;const $=e.value,k=castArray$1(t);let L=-1,j;for(let V=n-1;V>=0;--V){const z=$[V];if(z===y||z===` -`||z==="\r"){L=V;continue}if(k.includes(z)){const re=L===-1?n:L;j={pattern:$.slice(V+1,re),start:V+1,end:re,prefix:z,prefixIndex:V,splitIndex:L,selectionEnd:n};break}}return j},getCursorPosition=(e,t={debug:!1,useSelectionEnd:!1})=>{const y=e.selectionStart!==null?e.selectionStart:0,n=e.selectionEnd!==null?e.selectionEnd:0,$=t.useSelectionEnd?n:y,k=["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","borderStyle","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing","tabSize","MozTabSize"];if(t.debug){const ue=document.querySelector("#input-textarea-caret-position-mirror-div");ue!=null&&ue.parentNode&&ue.parentNode.removeChild(ue)}const L=document.createElement("div");L.id="input-textarea-caret-position-mirror-div",document.body.appendChild(L);const j=L.style,V=window.getComputedStyle(e),z=e.nodeName==="INPUT";j.whiteSpace=z?"nowrap":"pre-wrap",z||(j.wordWrap="break-word"),j.position="absolute",t.debug||(j.visibility="hidden"),k.forEach(ue=>{if(z&&ue==="lineHeight")if(V.boxSizing==="border-box"){const de=Number.parseInt(V.height),_e=Number.parseInt(V.paddingTop)+Number.parseInt(V.paddingBottom)+Number.parseInt(V.borderTopWidth)+Number.parseInt(V.borderBottomWidth),Ne=_e+Number.parseInt(V.lineHeight);de>Ne?j.lineHeight=`${de-_e}px`:de===Ne?j.lineHeight=V.lineHeight:j.lineHeight="0"}else j.lineHeight=V.height;else j[ue]=V[ue]}),isFirefox()?e.scrollHeight>Number.parseInt(V.height)&&(j.overflowY="scroll"):j.overflow="hidden",L.textContent=e.value.slice(0,Math.max(0,$)),z&&L.textContent&&(L.textContent=L.textContent.replace(/\s/g," "));const re=document.createElement("span");re.textContent=e.value.slice(Math.max(0,$))||".",re.style.position="relative",re.style.left=`${-e.scrollLeft}px`,re.style.top=`${-e.scrollTop}px`,L.appendChild(re);const oe={top:re.offsetTop+Number.parseInt(V.borderTopWidth),left:re.offsetLeft+Number.parseInt(V.borderLeftWidth),height:Number.parseInt(V.fontSize)*1.5};return t.debug?re.style.backgroundColor="#aaa":document.body.removeChild(L),oe.left>=e.clientWidth&&(oe.left=e.clientWidth),oe},mentionProps=buildProps({...inputProps,options:{type:definePropType(Array),default:()=>[]},prefix:{type:definePropType([String,Array]),default:"@",validator:e=>isString$4(e)?e.length===1:e.every(t=>isString$4(t)&&t.length===1)},split:{type:String,default:" ",validator:e=>e.length===1},filterOption:{type:definePropType([Boolean,Function]),default:()=>filterOption,validator:e=>e===!1?!0:isFunction$5(e)},placement:{type:definePropType(String),default:"bottom"},showArrow:Boolean,offset:{type:Number,default:0},whole:Boolean,checkIsWhole:{type:definePropType(Function)},modelValue:String,loading:Boolean,popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})}}),mentionEmits={[UPDATE_MODEL_EVENT]:e=>isString$4(e),search:(e,t)=>isString$4(e)&&isString$4(t),select:(e,t)=>isString$4(e.value)&&isString$4(t),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},mentionDropdownProps=buildProps({options:{type:definePropType(Array),default:()=>[]},loading:Boolean,disabled:Boolean}),mentionDropdownEmits={select:e=>isString$4(e.value)},__default__$3=defineComponent({name:"ElMentionDropdown"}),_sfc_main$v=defineComponent({...__default__$3,props:mentionDropdownProps,emits:mentionDropdownEmits,setup(e,{expose:t,emit:y}){const n=e,$=useNamespace("mention"),{t:k}=useLocale(),L=ref$1(-1),j=ref$1(),V=ref$1(),z=ref$1(),re=(Fe,qe)=>[$.be("dropdown","item"),$.is("hovering",L.value===qe),$.is("disabled",Fe.disabled||n.disabled)],oe=Fe=>{Fe.disabled||n.disabled||y("select",Fe)},ue=Fe=>{L.value=Fe},de=computed(()=>n.disabled||n.options.every(Fe=>Fe.disabled)),_e=computed(()=>n.options[L.value]),Ne=()=>{_e.value&&y("select",_e.value)},Ue=Fe=>{const{options:qe}=n;if(qe.length===0||de.value)return;Fe==="next"?(L.value++,L.value===qe.length&&(L.value=0)):Fe==="prev"&&(L.value--,L.value<0&&(L.value=qe.length-1));const er=qe[L.value];if(er.disabled){Ue(Fe);return}nextTick$3(()=>$e(er))},$e=Fe=>{var qe,er,ir,dr;const{options:cr}=n,nr=cr.findIndex(Et=>Et.value===Fe.value),lr=(qe=V.value)==null?void 0:qe[nr];if(lr){const Et=(ir=(er=z.value)==null?void 0:er.querySelector)==null?void 0:ir.call(er,`.${$.be("dropdown","wrap")}`);Et&&scrollIntoView(Et,lr)}(dr=j.value)==null||dr.handleScroll()};return watch(()=>n.options,()=>{de.value||n.options.length===0?L.value=-1:L.value=0},{immediate:!0}),t({navigateOptions:Ue,selectHoverOption:Ne,hoverOption:_e}),(Fe,qe)=>(openBlock(),createElementBlock("div",{ref_key:"dropdownRef",ref:z,class:normalizeClass(unref($).b("dropdown"))},[Fe.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).be("dropdown","header"))},[renderSlot(Fe.$slots,"header")],2)):createCommentVNode("v-if",!0),withDirectives(createVNode(unref(ElScrollbar),{ref_key:"scrollbarRef",ref:j,tag:"ul","wrap-class":unref($).be("dropdown","wrap"),"view-class":unref($).be("dropdown","list")},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(Fe.options,(er,ir)=>(openBlock(),createElementBlock("li",{ref_for:!0,ref_key:"optionRefs",ref:V,key:er.value,class:normalizeClass(re(er,ir)),onMouseenter:dr=>ue(ir),onClick:withModifiers(dr=>oe(er),["stop"])},[renderSlot(Fe.$slots,"label",{item:er,index:ir},()=>{var dr;return[createBaseVNode("span",null,toDisplayString((dr=er.label)!=null?dr:er.value),1)]})],42,["onMouseenter","onClick"]))),128))]),_:3},8,["wrap-class","view-class"]),[[vShow,Fe.options.length>0&&!Fe.loading]]),Fe.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref($).be("dropdown","loading"))},[renderSlot(Fe.$slots,"loading",{},()=>[createTextVNode(toDisplayString(unref(k)("el.mention.loading")),1)])],2)):createCommentVNode("v-if",!0),Fe.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref($).be("dropdown","footer"))},[renderSlot(Fe.$slots,"footer")],2)):createCommentVNode("v-if",!0)],2))}});var ElMentionDropdown=_export_sfc$1(_sfc_main$v,[["__file","mention-dropdown.vue"]]);const __default__$2=defineComponent({name:"ElMention"}),_sfc_main$u=defineComponent({...__default__$2,props:mentionProps,emits:mentionEmits,setup(e,{expose:t,emit:y}){const n=e,$=computed(()=>pick(n,Object.keys(inputProps))),k=useNamespace("mention"),L=ref$1(),j=ref$1(),V=ref$1(),z=ref$1(!1),re=ref$1(),oe=ref$1(),ue=computed(()=>n.showArrow?n.placement:`${n.placement}-start`),de=computed(()=>n.showArrow?["bottom","top"]:["bottom-start","top-start"]),_e=computed(()=>{const{filterOption:cr,options:nr}=n;return!oe.value||!cr?nr:nr.filter(lr=>cr(oe.value.pattern,lr))}),Ne=cr=>{y("update:modelValue",cr),er()},Ue=cr=>{var nr,lr,Et,ie;if("key"in cr&&!((nr=L.value)!=null&&nr.isComposing)){if(["ArrowLeft","ArrowRight"].includes(cr.key))er();else if(["ArrowUp","ArrowDown"].includes(cr.key)){if(!z.value)return;cr.preventDefault();const pe=cr.key==="ArrowUp"?"prev":"next";(lr=V.value)==null||lr.navigateOptions(pe)}else if(["Enter"].includes(cr.key)){if(!z.value)return;cr.preventDefault(),(Et=V.value)!=null&&Et.hoverOption?(ie=V.value)==null||ie.selectHoverOption():z.value=!1}else if(["Backspace"].includes(cr.key)&&n.whole&&oe.value){const{splitIndex:pe,selectionEnd:Ce,pattern:Ie,prefixIndex:jt,prefix:ar}=oe.value,ur=qe();if(!ur)return;const kt=ur.value,he=n.options.find(gr=>gr.value===Ie);if((isFunction$5(n.checkIsWhole)?n.checkIsWhole(Ie,ar):he)&&pe!==-1&&pe+1===Ce){cr.preventDefault();const gr=kt.slice(0,jt)+kt.slice(pe+1);y(UPDATE_MODEL_EVENT,gr);const _r=jt;nextTick$3(()=>{ur.selectionStart=_r,ur.selectionEnd=_r,dr()})}}}},{wrapperRef:$e}=useFocusController(L,{afterFocus(){er()},beforeBlur(cr){var nr;return(nr=j.value)==null?void 0:nr.isFocusInsideContent(cr)},afterBlur(){z.value=!1}}),Ve=()=>{er()},Fe=cr=>{if(!oe.value)return;const nr=qe();if(!nr)return;const lr=nr.value,{split:Et}=n,ie=lr.slice(oe.value.end),pe=ie.startsWith(Et),Ce=`${cr.value}${pe?"":Et}`,Ie=lr.slice(0,oe.value.start)+Ce+ie;y(UPDATE_MODEL_EVENT,Ie),y("select",cr,oe.value.prefix);const jt=oe.value.start+Ce.length+(pe?1:0);nextTick$3(()=>{nr.selectionStart=jt,nr.selectionEnd=jt,nr.focus(),dr()})},qe=()=>{var cr,nr;return n.type==="textarea"?(cr=L.value)==null?void 0:cr.textarea:(nr=L.value)==null?void 0:nr.input},er=()=>{setTimeout(()=>{ir(),dr(),nextTick$3(()=>{var cr;return(cr=j.value)==null?void 0:cr.updatePopper()})},0)},ir=()=>{const cr=qe();if(!cr)return;const nr=getCursorPosition(cr),lr=cr.getBoundingClientRect(),Et=L.value.$el.getBoundingClientRect();re.value={position:"absolute",width:0,height:`${nr.height}px`,left:`${nr.left+lr.left-Et.left}px`,top:`${nr.top+lr.top-Et.top}px`}},dr=()=>{const cr=qe();if(document.activeElement!==cr){z.value=!1;return}const{prefix:nr,split:lr}=n;if(oe.value=getMentionCtx(cr,nr,lr),oe.value&&oe.value.splitIndex===-1){z.value=!0,y("search",oe.value.pattern,oe.value.prefix);return}z.value=!1};return t({input:L,tooltip:j}),(cr,nr)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:$e,class:normalizeClass(unref(k).b())},[createVNode(unref(ElInput),mergeProps(mergeProps(unref($),cr.$attrs),{ref_key:"elInputRef",ref:L,"model-value":cr.modelValue,onInput:Ne,onKeydown:Ue,onMousedown:Ve}),createSlots({_:2},[renderList(cr.$slots,(lr,Et)=>({name:Et,fn:withCtx(ie=>[renderSlot(cr.$slots,Et,normalizeProps(guardReactiveProps(ie)))])}))]),1040,["model-value"]),createVNode(unref(ElTooltip),{ref_key:"tooltipRef",ref:j,visible:z.value&&(!!unref(_e).length||cr.loading),"popper-class":[unref(k).e("popper"),cr.popperClass],"popper-options":cr.popperOptions,placement:unref(ue),"fallback-placements":unref(de),effect:"light",pure:"",offset:cr.offset,"show-arrow":cr.showArrow},{default:withCtx(()=>[createBaseVNode("div",{style:normalizeStyle(re.value)},null,4)]),content:withCtx(()=>{var lr;return[createVNode(ElMentionDropdown,{ref_key:"dropdownRef",ref:V,options:unref(_e),disabled:cr.disabled,loading:cr.loading,onSelect:Fe,onClick:withModifiers((lr=L.value)==null?void 0:lr.focus,["stop"])},createSlots({_:2},[renderList(cr.$slots,(Et,ie)=>({name:ie,fn:withCtx(pe=>[renderSlot(cr.$slots,ie,normalizeProps(guardReactiveProps(pe)))])}))]),1032,["options","disabled","loading","onClick"])]}),_:3},8,["visible","popper-class","popper-options","placement","fallback-placements","offset","show-arrow"])],2))}});var Mention=_export_sfc$1(_sfc_main$u,[["__file","mention.vue"]]);const ElMention=withInstall(Mention);var Components=[ElAffix,ElAlert,ElAutocomplete,ElAutoResizer,ElAvatar,ElBacktop,ElBadge,ElBreadcrumb,ElBreadcrumbItem,ElButton,ElButtonGroup$1,ElCalendar,ElCard,ElCarousel,ElCarouselItem,ElCascader,ElCascaderPanel,ElCheckTag,ElCheckbox,ElCheckboxButton,ElCheckboxGroup$1,ElCol,ElCollapse,ElCollapseItem,ElCollapseTransition,ElColorPicker,ElConfigProvider,ElContainer,ElAside,ElFooter,ElHeader,ElMain,ElDatePicker,ElDescriptions,ElDescriptionsItem,ElDialog,ElDivider,ElDrawer,ElDropdown,ElDropdownItem,ElDropdownMenu,ElEmpty,ElForm,ElFormItem,ElIcon,ElImage,ElImageViewer,ElInput,ElInputNumber,ElLink,ElMenu,ElMenuItem,ElMenuItemGroup,ElSubMenu,ElPageHeader,ElPagination,ElPopconfirm,ElPopover,ElPopper,ElProgress,ElRadio,ElRadioButton,ElRadioGroup,ElRate,ElResult,ElRow,ElScrollbar,ElSelect,ElOption,ElOptionGroup,ElSelectV2,ElSkeleton,ElSkeletonItem,ElSlider,ElSpace,ElStatistic,ElCountdown,ElSteps,ElStep,ElSwitch,ElTable,ElTableColumn,ElTableV2,ElTabs,ElTabPane,ElTag,ElText,ElTimePicker,ElTimeSelect,ElTimeline,ElTimelineItem,ElTooltip,ElTooltipV2,ElTransfer,ElTree,ElTreeSelect,ElTreeV2,ElUpload,ElWatermark,ElTour,ElTourStep,ElAnchor,ElAnchorLink,ElSegmented,ElMention];const SCOPE="ElInfiniteScroll",CHECK_INTERVAL=50,DEFAULT_DELAY=200,DEFAULT_DISTANCE=0,attributes$2={delay:{type:Number,default:DEFAULT_DELAY},distance:{type:Number,default:DEFAULT_DISTANCE},disabled:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0}},getScrollOptions=(e,t)=>Object.entries(attributes$2).reduce((y,[n,$])=>{var k,L;const{type:j,default:V}=$,z=e.getAttribute(`infinite-scroll-${n}`);let re=(L=(k=t[z])!=null?k:z)!=null?L:V;return re=re==="false"?!1:re,re=j(re),y[n]=Number.isNaN(re)?V:re,y},{}),destroyObserver=e=>{const{observer:t}=e[SCOPE];t&&(t.disconnect(),delete e[SCOPE].observer)},handleScroll=(e,t)=>{const{container:y,containerEl:n,instance:$,observer:k,lastScrollTop:L}=e[SCOPE],{disabled:j,distance:V}=getScrollOptions(e,$),{clientHeight:z,scrollHeight:re,scrollTop:oe}=n,ue=oe-L;if(e[SCOPE].lastScrollTop=oe,k||j||ue<0)return;let de=!1;if(y===e)de=re-(z+oe)<=V;else{const{clientTop:_e,scrollHeight:Ne}=e,Ue=getOffsetTopDistance(e,n);de=oe+z>=Ue+_e+Ne-V}de&&t.call($)};function checkFull(e,t){const{containerEl:y,instance:n}=e[SCOPE],{disabled:$}=getScrollOptions(e,n);$||y.clientHeight===0||(y.scrollHeight<=y.clientHeight?t.call(n):destroyObserver(e))}const InfiniteScroll={async mounted(e,t){const{instance:y,value:n}=t;isFunction$5(n)||throwError(SCOPE,"'v-infinite-scroll' binding value must be a function"),await nextTick$3();const{delay:$,immediate:k}=getScrollOptions(e,y),L=getScrollContainer(e,!0),j=L===window?document.documentElement:L,V=throttle$1(handleScroll.bind(null,e,n),$);if(L){if(e[SCOPE]={instance:y,container:L,containerEl:j,delay:$,cb:n,onScroll:V,lastScrollTop:j.scrollTop},k){const z=new MutationObserver(throttle$1(checkFull.bind(null,e,n),CHECK_INTERVAL));e[SCOPE].observer=z,z.observe(e,{childList:!0,subtree:!0}),checkFull(e,n)}L.addEventListener("scroll",V)}},unmounted(e){if(!e[SCOPE])return;const{container:t,onScroll:y}=e[SCOPE];t==null||t.removeEventListener("scroll",y),destroyObserver(e)},async updated(e){if(!e[SCOPE])await nextTick$3();else{const{containerEl:t,cb:y,observer:n}=e[SCOPE];t.clientHeight&&n&&checkFull(e,y)}}},_InfiniteScroll=InfiniteScroll;_InfiniteScroll.install=e=>{e.directive("InfiniteScroll",_InfiniteScroll)};const ElInfiniteScroll=_InfiniteScroll;function createLoadingComponent(e){let t;const y=ref$1(!1),n=reactive({...e,originalPosition:"",originalOverflow:"",visible:!1});function $(ue){n.text=ue}function k(){const ue=n.parent,de=oe.ns;if(!ue.vLoadingAddClassList){let _e=ue.getAttribute("loading-number");_e=Number.parseInt(_e)-1,_e?ue.setAttribute("loading-number",_e.toString()):(removeClass(ue,de.bm("parent","relative")),ue.removeAttribute("loading-number")),removeClass(ue,de.bm("parent","hidden"))}L(),re.unmount()}function L(){var ue,de;(de=(ue=oe.$el)==null?void 0:ue.parentNode)==null||de.removeChild(oe.$el)}function j(){var ue;e.beforeClose&&!e.beforeClose()||(y.value=!0,clearTimeout(t),t=setTimeout(V,400),n.visible=!1,(ue=e.closed)==null||ue.call(e))}function V(){if(!y.value)return;const ue=n.parent;y.value=!1,ue.vLoadingAddClassList=void 0,k()}const re=createApp(defineComponent({name:"ElLoading",setup(ue,{expose:de}){const{ns:_e,zIndex:Ne}=useGlobalComponentSettings("loading");return de({ns:_e,zIndex:Ne}),()=>{const Ue=n.spinner||n.svg,$e=h$1("svg",{class:"circular",viewBox:n.svgViewBox?n.svgViewBox:"0 0 50 50",...Ue?{innerHTML:Ue}:{}},[h$1("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none"})]),Ve=n.text?h$1("p",{class:_e.b("text")},[n.text]):void 0;return h$1(Transition,{name:_e.b("fade"),onAfterLeave:V},{default:withCtx(()=>[withDirectives(createVNode("div",{style:{backgroundColor:n.background||""},class:[_e.b("mask"),n.customClass,n.fullscreen?"is-fullscreen":""]},[h$1("div",{class:_e.b("spinner")},[$e,Ve])]),[[vShow,n.visible]])])})}}})),oe=re.mount(document.createElement("div"));return{...toRefs(n),setText:$,removeElLoadingChild:L,close:j,handleAfterLeave:V,vm:oe,get $el(){return oe.$el}}}let fullscreenInstance;const Loading=function(e={}){if(!isClient)return;const t=resolveOptions(e);if(t.fullscreen&&fullscreenInstance)return fullscreenInstance;const y=createLoadingComponent({...t,closed:()=>{var $;($=t.closed)==null||$.call(t),t.fullscreen&&(fullscreenInstance=void 0)}});addStyle(t,t.parent,y),addClassList(t,t.parent,y),t.parent.vLoadingAddClassList=()=>addClassList(t,t.parent,y);let n=t.parent.getAttribute("loading-number");return n?n=`${Number.parseInt(n)+1}`:n="1",t.parent.setAttribute("loading-number",n),t.parent.appendChild(y.$el),nextTick$3(()=>y.visible.value=t.visible),t.fullscreen&&(fullscreenInstance=y),y},resolveOptions=e=>{var t,y,n,$;let k;return isString$4(e.target)?k=(t=document.querySelector(e.target))!=null?t:document.body:k=e.target||document.body,{parent:k===document.body||e.body?document.body:k,background:e.background||"",svg:e.svg||"",svgViewBox:e.svgViewBox||"",spinner:e.spinner||!1,text:e.text||"",fullscreen:k===document.body&&((y=e.fullscreen)!=null?y:!0),lock:(n=e.lock)!=null?n:!1,customClass:e.customClass||"",visible:($=e.visible)!=null?$:!0,beforeClose:e.beforeClose,closed:e.closed,target:k}},addStyle=async(e,t,y)=>{const{nextZIndex:n}=y.vm.zIndex||y.vm._.exposed.zIndex,$={};if(e.fullscreen)y.originalPosition.value=getStyle(document.body,"position"),y.originalOverflow.value=getStyle(document.body,"overflow"),$.zIndex=n();else if(e.parent===document.body){y.originalPosition.value=getStyle(document.body,"position"),await nextTick$3();for(const k of["top","left"]){const L=k==="top"?"scrollTop":"scrollLeft";$[k]=`${e.target.getBoundingClientRect()[k]+document.body[L]+document.documentElement[L]-Number.parseInt(getStyle(document.body,`margin-${k}`),10)}px`}for(const k of["height","width"])$[k]=`${e.target.getBoundingClientRect()[k]}px`}else y.originalPosition.value=getStyle(t,"position");for(const[k,L]of Object.entries($))y.$el.style[k]=L},addClassList=(e,t,y)=>{const n=y.vm.ns||y.vm._.exposed.ns;["absolute","fixed","sticky"].includes(y.originalPosition.value)?removeClass(t,n.bm("parent","relative")):addClass(t,n.bm("parent","relative")),e.fullscreen&&e.lock?addClass(t,n.bm("parent","hidden")):removeClass(t,n.bm("parent","hidden"))},INSTANCE_KEY=Symbol("ElLoading"),createInstance$1=(e,t)=>{var y,n,$,k;const L=t.instance,j=ue=>isObject$5(t.value)?t.value[ue]:void 0,V=ue=>{const de=isString$4(ue)&&(L==null?void 0:L[ue])||ue;return de&&ref$1(de)},z=ue=>V(j(ue)||e.getAttribute(`element-loading-${hyphenate$1(ue)}`)),re=(y=j("fullscreen"))!=null?y:t.modifiers.fullscreen,oe={text:z("text"),svg:z("svg"),svgViewBox:z("svgViewBox"),spinner:z("spinner"),background:z("background"),customClass:z("customClass"),fullscreen:re,target:(n=j("target"))!=null?n:re?void 0:e,body:($=j("body"))!=null?$:t.modifiers.body,lock:(k=j("lock"))!=null?k:t.modifiers.lock};e[INSTANCE_KEY]={options:oe,instance:Loading(oe)}},updateOptions=(e,t)=>{for(const y of Object.keys(t))isRef(t[y])&&(t[y].value=e[y])},vLoading={mounted(e,t){t.value&&createInstance$1(e,t)},updated(e,t){const y=e[INSTANCE_KEY];t.oldValue!==t.value&&(t.value&&!t.oldValue?createInstance$1(e,t):t.value&&t.oldValue?isObject$5(t.value)&&updateOptions(t.value,y.options):y==null||y.instance.close())},unmounted(e){var t;(t=e[INSTANCE_KEY])==null||t.instance.close(),e[INSTANCE_KEY]=null}},ElLoading={install(e){e.directive("loading",vLoading),e.config.globalProperties.$loading=Loading},directive:vLoading,service:Loading},messageTypes=["success","info","warning","error"],messageDefaults=mutable({customClass:"",center:!1,dangerouslyUseHTMLString:!1,duration:3e3,icon:void 0,id:"",message:"",onClose:void 0,showClose:!1,type:"info",plain:!1,offset:16,zIndex:0,grouping:!1,repeatNum:1,appendTo:isClient?document.body:void 0}),messageProps=buildProps({customClass:{type:String,default:messageDefaults.customClass},center:{type:Boolean,default:messageDefaults.center},dangerouslyUseHTMLString:{type:Boolean,default:messageDefaults.dangerouslyUseHTMLString},duration:{type:Number,default:messageDefaults.duration},icon:{type:iconPropType,default:messageDefaults.icon},id:{type:String,default:messageDefaults.id},message:{type:definePropType([String,Object,Function]),default:messageDefaults.message},onClose:{type:definePropType(Function),default:messageDefaults.onClose},showClose:{type:Boolean,default:messageDefaults.showClose},type:{type:String,values:messageTypes,default:messageDefaults.type},plain:{type:Boolean,default:messageDefaults.plain},offset:{type:Number,default:messageDefaults.offset},zIndex:{type:Number,default:messageDefaults.zIndex},grouping:{type:Boolean,default:messageDefaults.grouping},repeatNum:{type:Number,default:messageDefaults.repeatNum}}),messageEmits={destroy:()=>!0},instances=shallowReactive([]),getInstance=e=>{const t=instances.findIndex($=>$.id===e),y=instances[t];let n;return t>0&&(n=instances[t-1]),{current:y,prev:n}},getLastOffset=e=>{const{prev:t}=getInstance(e);return t?t.vm.exposed.bottom.value:0},getOffsetOrSpace=(e,t)=>instances.findIndex(n=>n.id===e)>0?16:t,__default__$1=defineComponent({name:"ElMessage"}),_sfc_main$t=defineComponent({...__default__$1,props:messageProps,emits:messageEmits,setup(e,{expose:t}){const y=e,{Close:n}=TypeComponents,{ns:$,zIndex:k}=useGlobalComponentSettings("message"),{currentZIndex:L,nextZIndex:j}=k,V=ref$1(),z=ref$1(!1),re=ref$1(0);let oe;const ue=computed(()=>y.type?y.type==="error"?"danger":y.type:"info"),de=computed(()=>{const dr=y.type;return{[$.bm("icon",dr)]:dr&&TypeComponentsMap[dr]}}),_e=computed(()=>y.icon||TypeComponentsMap[y.type]||""),Ne=computed(()=>getLastOffset(y.id)),Ue=computed(()=>getOffsetOrSpace(y.id,y.offset)+Ne.value),$e=computed(()=>re.value+Ue.value),Ve=computed(()=>({top:`${Ue.value}px`,zIndex:L.value}));function Fe(){y.duration!==0&&({stop:oe}=useTimeoutFn(()=>{er()},y.duration))}function qe(){oe==null||oe()}function er(){z.value=!1}function ir({code:dr}){dr===EVENT_CODE.esc&&er()}return onMounted(()=>{Fe(),j(),z.value=!0}),watch(()=>y.repeatNum,()=>{qe(),Fe()}),useEventListener(document,"keydown",ir),useResizeObserver(V,()=>{re.value=V.value.getBoundingClientRect().height}),t({visible:z,bottom:$e,close:er}),(dr,cr)=>(openBlock(),createBlock(Transition,{name:unref($).b("fade"),onBeforeLeave:dr.onClose,onAfterLeave:nr=>dr.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:dr.id,ref_key:"messageRef",ref:V,class:normalizeClass([unref($).b(),{[unref($).m(dr.type)]:dr.type},unref($).is("center",dr.center),unref($).is("closable",dr.showClose),unref($).is("plain",dr.plain),dr.customClass]),style:normalizeStyle(unref(Ve)),role:"alert",onMouseenter:qe,onMouseleave:Fe},[dr.repeatNum>1?(openBlock(),createBlock(unref(ElBadge),{key:0,value:dr.repeatNum,type:unref(ue),class:normalizeClass(unref($).e("badge"))},null,8,["value","type","class"])):createCommentVNode("v-if",!0),unref(_e)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref($).e("icon"),unref(de)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(_e))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),renderSlot(dr.$slots,"default",{},()=>[dr.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{class:normalizeClass(unref($).e("content")),innerHTML:dr.message},null,10,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref($).e("content"))},toDisplayString(dr.message),3))]),dr.showClose?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref($).e("closeBtn")),onClick:withModifiers(er,["stop"])},{default:withCtx(()=>[createVNode(unref(n))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],46,["id"]),[[vShow,z.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var MessageConstructor=_export_sfc$1(_sfc_main$t,[["__file","message.vue"]]);let seed$1=1;const normalizeOptions=e=>{const t=!e||isString$4(e)||isVNode(e)||isFunction$5(e)?{message:e}:e,y={...messageDefaults,...t};if(!y.appendTo)y.appendTo=document.body;else if(isString$4(y.appendTo)){let n=document.querySelector(y.appendTo);isElement$2(n)||(n=document.body),y.appendTo=n}return y},closeMessage=e=>{const t=instances.indexOf(e);if(t===-1)return;instances.splice(t,1);const{handler:y}=e;y.close()},createMessage=({appendTo:e,...t},y)=>{const n=`message_${seed$1++}`,$=t.onClose,k=document.createElement("div"),L={...t,id:n,onClose:()=>{$==null||$(),closeMessage(re)},onDestroy:()=>{render$1(null,k)}},j=createVNode(MessageConstructor,L,isFunction$5(L.message)||isVNode(L.message)?{default:isFunction$5(L.message)?L.message:()=>L.message}:null);j.appContext=y||message._context,render$1(j,k),e.appendChild(k.firstElementChild);const V=j.component,re={id:n,vnode:j,vm:V,handler:{close:()=>{V.exposed.visible.value=!1}},props:j.component.props};return re},message=(e={},t)=>{if(!isClient)return{close:()=>{}};if(isNumber$4(messageConfig.max)&&instances.length>=messageConfig.max)return{close:()=>{}};const y=normalizeOptions(e);if(y.grouping&&instances.length){const $=instances.find(({vnode:k})=>{var L;return((L=k.props)==null?void 0:L.message)===y.message});if($)return $.props.repeatNum+=1,$.props.type=y.type,$.handler}const n=createMessage(y,t);return instances.push(n),n.handler};messageTypes.forEach(e=>{message[e]=(t={},y)=>{const n=normalizeOptions(t);return message({...n,type:e},y)}});function closeAll$1(e){for(const t of instances)(!e||e===t.props.type)&&t.handler.close()}message.closeAll=closeAll$1;message._context=null;const ElMessage=withInstallFunction(message,"$message"),_sfc_main$s=defineComponent({name:"ElMessageBox",directives:{TrapFocus},components:{ElButton,ElFocusTrap,ElInput,ElOverlay,ElIcon,...TypeComponents},inheritAttrs:!1,props:{buttonSize:{type:String,validator:isValidComponentSize},modal:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},closeOnHashChange:{type:Boolean,default:!0},center:Boolean,draggable:Boolean,overflow:Boolean,roundButton:{default:!1,type:Boolean},container:{type:String,default:"body"},boxType:{type:String,default:""}},emits:["vanish","action"],setup(e,{emit:t}){const{locale:y,zIndex:n,ns:$,size:k}=useGlobalComponentSettings("message-box",computed(()=>e.buttonSize)),{t:L}=y,{nextZIndex:j}=n,V=ref$1(!1),z=reactive({autofocus:!0,beforeClose:null,callback:null,cancelButtonText:"",cancelButtonClass:"",confirmButtonText:"",confirmButtonClass:"",customClass:"",customStyle:{},dangerouslyUseHTMLString:!1,distinguishCancelAndClose:!1,icon:"",inputPattern:null,inputPlaceholder:"",inputType:"text",inputValue:null,inputValidator:null,inputErrorMessage:"",message:null,modalFade:!0,modalClass:"",showCancelButton:!1,showConfirmButton:!0,type:"",title:void 0,showInput:!1,action:"",confirmButtonLoading:!1,cancelButtonLoading:!1,confirmButtonLoadingIcon:markRaw(loading_default),cancelButtonLoadingIcon:markRaw(loading_default),confirmButtonDisabled:!1,editorErrorMessage:"",validateError:!1,zIndex:j()}),re=computed(()=>{const jt=z.type;return{[$.bm("icon",jt)]:jt&&TypeComponentsMap[jt]}}),oe=useId(),ue=useId(),de=computed(()=>z.icon||TypeComponentsMap[z.type]||""),_e=computed(()=>!!z.message),Ne=ref$1(),Ue=ref$1(),$e=ref$1(),Ve=ref$1(),Fe=ref$1(),qe=computed(()=>z.confirmButtonClass);watch(()=>z.inputValue,async jt=>{await nextTick$3(),e.boxType==="prompt"&&jt!==null&&ie()},{immediate:!0}),watch(()=>V.value,jt=>{var ar,ur;jt&&(e.boxType!=="prompt"&&(z.autofocus?$e.value=(ur=(ar=Fe.value)==null?void 0:ar.$el)!=null?ur:Ne.value:$e.value=Ne.value),z.zIndex=j()),e.boxType==="prompt"&&(jt?nextTick$3().then(()=>{var kt;Ve.value&&Ve.value.$el&&(z.autofocus?$e.value=(kt=pe())!=null?kt:Ne.value:$e.value=Ne.value)}):(z.editorErrorMessage="",z.validateError=!1))});const er=computed(()=>e.draggable),ir=computed(()=>e.overflow);useDraggable(Ne,Ue,er,ir),onMounted(async()=>{await nextTick$3(),e.closeOnHashChange&&window.addEventListener("hashchange",dr)}),onBeforeUnmount(()=>{e.closeOnHashChange&&window.removeEventListener("hashchange",dr)});function dr(){V.value&&(V.value=!1,nextTick$3(()=>{z.action&&t("action",z.action)}))}const cr=()=>{e.closeOnClickModal&&Et(z.distinguishCancelAndClose?"close":"cancel")},nr=useSameTarget(cr),lr=jt=>{if(z.inputType!=="textarea")return jt.preventDefault(),Et("confirm")},Et=jt=>{var ar;e.boxType==="prompt"&&jt==="confirm"&&!ie()||(z.action=jt,z.beforeClose?(ar=z.beforeClose)==null||ar.call(z,jt,z,dr):dr())},ie=()=>{if(e.boxType==="prompt"){const jt=z.inputPattern;if(jt&&!jt.test(z.inputValue||""))return z.editorErrorMessage=z.inputErrorMessage||L("el.messagebox.error"),z.validateError=!0,!1;const ar=z.inputValidator;if(typeof ar=="function"){const ur=ar(z.inputValue);if(ur===!1)return z.editorErrorMessage=z.inputErrorMessage||L("el.messagebox.error"),z.validateError=!0,!1;if(typeof ur=="string")return z.editorErrorMessage=ur,z.validateError=!0,!1}}return z.editorErrorMessage="",z.validateError=!1,!0},pe=()=>{const jt=Ve.value.$refs;return jt.input||jt.textarea},Ce=()=>{Et("close")},Ie=()=>{e.closeOnPressEscape&&Ce()};return e.lockScroll&&useLockscreen(V),{...toRefs(z),ns:$,overlayEvent:nr,visible:V,hasMessage:_e,typeClass:re,contentId:oe,inputId:ue,btnSize:k,iconComponent:de,confirmButtonClasses:qe,rootRef:Ne,focusStartRef:$e,headerRef:Ue,inputRef:Ve,confirmRef:Fe,doClose:dr,handleClose:Ce,onCloseRequested:Ie,handleWrapperClick:cr,handleInputEnter:lr,handleAction:Et,t:L}}});function _sfc_render(e,t,y,n,$,k){const L=resolveComponent("el-icon"),j=resolveComponent("close"),V=resolveComponent("el-input"),z=resolveComponent("el-button"),re=resolveComponent("el-focus-trap"),oe=resolveComponent("el-overlay");return openBlock(),createBlock(Transition,{name:"fade-in-linear",onAfterLeave:ue=>e.$emit("vanish"),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(oe,{"z-index":e.zIndex,"overlay-class":[e.ns.is("message-box"),e.modalClass],mask:e.modal},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-label":e.title,"aria-modal":"true","aria-describedby":e.showInput?void 0:e.contentId,class:normalizeClass(`${e.ns.namespace.value}-overlay-message-box`),onClick:e.overlayEvent.onClick,onMousedown:e.overlayEvent.onMousedown,onMouseup:e.overlayEvent.onMouseup},[createVNode(re,{loop:"",trapped:e.visible,"focus-trap-el":e.rootRef,"focus-start-el":e.focusStartRef,onReleaseRequested:e.onCloseRequested},{default:withCtx(()=>[createBaseVNode("div",{ref:"rootRef",class:normalizeClass([e.ns.b(),e.customClass,e.ns.is("draggable",e.draggable),{[e.ns.m("center")]:e.center}]),style:normalizeStyle(e.customStyle),tabindex:"-1",onClick:withModifiers(()=>{},["stop"])},[e.title!==null&&e.title!==void 0?(openBlock(),createElementBlock("div",{key:0,ref:"headerRef",class:normalizeClass([e.ns.e("header"),{"show-close":e.showClose}])},[createBaseVNode("div",{class:normalizeClass(e.ns.e("title"))},[e.iconComponent&&e.center?(openBlock(),createBlock(L,{key:0,class:normalizeClass([e.ns.e("status"),e.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("span",null,toDisplayString(e.title),1)],2),e.showClose?(openBlock(),createElementBlock("button",{key:0,type:"button",class:normalizeClass(e.ns.e("headerbtn")),"aria-label":e.t("el.messagebox.close"),onClick:ue=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),onKeydown:withKeys(withModifiers(ue=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),["prevent"]),["enter"])},[createVNode(L,{class:normalizeClass(e.ns.e("close"))},{default:withCtx(()=>[createVNode(j)]),_:1},8,["class"])],42,["aria-label","onClick","onKeydown"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{id:e.contentId,class:normalizeClass(e.ns.e("content"))},[createBaseVNode("div",{class:normalizeClass(e.ns.e("container"))},[e.iconComponent&&!e.center&&e.hasMessage?(openBlock(),createBlock(L,{key:0,class:normalizeClass([e.ns.e("status"),e.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),e.hasMessage?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.e("message"))},[renderSlot(e.$slots,"default",{},()=>[e.dangerouslyUseHTMLString?(openBlock(),createBlock(resolveDynamicComponent(e.showInput?"label":"p"),{key:1,for:e.showInput?e.inputId:void 0,innerHTML:e.message},null,8,["for","innerHTML"])):(openBlock(),createBlock(resolveDynamicComponent(e.showInput?"label":"p"),{key:0,for:e.showInput?e.inputId:void 0},{default:withCtx(()=>[createTextVNode(toDisplayString(e.dangerouslyUseHTMLString?"":e.message),1)]),_:1},8,["for"]))])],2)):createCommentVNode("v-if",!0)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(e.ns.e("input"))},[createVNode(V,{id:e.inputId,ref:"inputRef",modelValue:e.inputValue,"onUpdate:modelValue":ue=>e.inputValue=ue,type:e.inputType,placeholder:e.inputPlaceholder,"aria-invalid":e.validateError,class:normalizeClass({invalid:e.validateError}),onKeydown:withKeys(e.handleInputEnter,["enter"])},null,8,["id","modelValue","onUpdate:modelValue","type","placeholder","aria-invalid","class","onKeydown"]),createBaseVNode("div",{class:normalizeClass(e.ns.e("errormsg")),style:normalizeStyle({visibility:e.editorErrorMessage?"visible":"hidden"})},toDisplayString(e.editorErrorMessage),7)],2),[[vShow,e.showInput]])],10,["id"]),createBaseVNode("div",{class:normalizeClass(e.ns.e("btns"))},[e.showCancelButton?(openBlock(),createBlock(z,{key:0,loading:e.cancelButtonLoading,"loading-icon":e.cancelButtonLoadingIcon,class:normalizeClass([e.cancelButtonClass]),round:e.roundButton,size:e.btnSize,onClick:ue=>e.handleAction("cancel"),onKeydown:withKeys(withModifiers(ue=>e.handleAction("cancel"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(e.cancelButtonText||e.t("el.messagebox.cancel")),1)]),_:1},8,["loading","loading-icon","class","round","size","onClick","onKeydown"])):createCommentVNode("v-if",!0),withDirectives(createVNode(z,{ref:"confirmRef",type:"primary",loading:e.confirmButtonLoading,"loading-icon":e.confirmButtonLoadingIcon,class:normalizeClass([e.confirmButtonClasses]),round:e.roundButton,disabled:e.confirmButtonDisabled,size:e.btnSize,onClick:ue=>e.handleAction("confirm"),onKeydown:withKeys(withModifiers(ue=>e.handleAction("confirm"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(e.confirmButtonText||e.t("el.messagebox.confirm")),1)]),_:1},8,["loading","loading-icon","class","round","disabled","size","onClick","onKeydown"]),[[vShow,e.showConfirmButton]])],2)],14,["onClick"])]),_:3},8,["trapped","focus-trap-el","focus-start-el","onReleaseRequested"])],42,["aria-label","aria-describedby","onClick","onMousedown","onMouseup"])]),_:3},8,["z-index","overlay-class","mask"]),[[vShow,e.visible]])]),_:3},8,["onAfterLeave"])}var MessageBoxConstructor=_export_sfc$1(_sfc_main$s,[["render",_sfc_render],["__file","index.vue"]]);const messageInstance=new Map,getAppendToElement=e=>{let t=document.body;return e.appendTo&&(isString$4(e.appendTo)&&(t=document.querySelector(e.appendTo)),isElement$2(e.appendTo)&&(t=e.appendTo),isElement$2(t)||(t=document.body)),t},initInstance=(e,t,y=null)=>{const n=createVNode(MessageBoxConstructor,e,isFunction$5(e.message)||isVNode(e.message)?{default:isFunction$5(e.message)?e.message:()=>e.message}:null);return n.appContext=y,render$1(n,t),getAppendToElement(e).appendChild(t.firstElementChild),n.component},genContainer=()=>document.createElement("div"),showMessage=(e,t)=>{const y=genContainer();e.onVanish=()=>{render$1(null,y),messageInstance.delete($)},e.onAction=k=>{const L=messageInstance.get($);let j;e.showInput?j={value:$.inputValue,action:k}:j=k,e.callback?e.callback(j,n.proxy):k==="cancel"||k==="close"?e.distinguishCancelAndClose&&k!=="cancel"?L.reject("close"):L.reject("cancel"):L.resolve(j)};const n=initInstance(e,y,t),$=n.proxy;for(const k in e)hasOwn$1(e,k)&&!hasOwn$1($.$props,k)&&($[k]=e[k]);return $.visible=!0,$};function MessageBox(e,t=null){if(!isClient)return Promise.reject();let y;return isString$4(e)||isVNode(e)?e={message:e}:y=e.callback,new Promise((n,$)=>{const k=showMessage(e,t??MessageBox._context);messageInstance.set(k,{options:e,callback:y,resolve:n,reject:$})})}const MESSAGE_BOX_VARIANTS=["alert","confirm","prompt"],MESSAGE_BOX_DEFAULT_OPTS={alert:{closeOnPressEscape:!1,closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}};MESSAGE_BOX_VARIANTS.forEach(e=>{MessageBox[e]=messageBoxFactory(e)});function messageBoxFactory(e){return(t,y,n,$)=>{let k="";return isObject$5(y)?(n=y,k=""):isUndefined$2(y)?k="":k=y,MessageBox(Object.assign({title:k,message:t,type:"",...MESSAGE_BOX_DEFAULT_OPTS[e]},n,{boxType:e}),$)}}MessageBox.close=()=>{messageInstance.forEach((e,t)=>{t.doClose()}),messageInstance.clear()};MessageBox._context=null;const _MessageBox=MessageBox;_MessageBox.install=e=>{_MessageBox._context=e._context,e.config.globalProperties.$msgbox=_MessageBox,e.config.globalProperties.$messageBox=_MessageBox,e.config.globalProperties.$alert=_MessageBox.alert,e.config.globalProperties.$confirm=_MessageBox.confirm,e.config.globalProperties.$prompt=_MessageBox.prompt};const ElMessageBox=_MessageBox,notificationTypes=["success","info","warning","error"],notificationProps=buildProps({customClass:{type:String,default:""},dangerouslyUseHTMLString:Boolean,duration:{type:Number,default:4500},icon:{type:iconPropType},id:{type:String,default:""},message:{type:definePropType([String,Object]),default:""},offset:{type:Number,default:0},onClick:{type:definePropType(Function),default:()=>{}},onClose:{type:definePropType(Function),required:!0},position:{type:String,values:["top-right","top-left","bottom-right","bottom-left"],default:"top-right"},showClose:{type:Boolean,default:!0},title:{type:String,default:""},type:{type:String,values:[...notificationTypes,""],default:""},zIndex:Number}),notificationEmits={destroy:()=>!0},__default__=defineComponent({name:"ElNotification"}),_sfc_main$r=defineComponent({...__default__,props:notificationProps,emits:notificationEmits,setup(e,{expose:t}){const y=e,{ns:n,zIndex:$}=useGlobalComponentSettings("notification"),{nextZIndex:k,currentZIndex:L}=$,{Close:j}=CloseComponents,V=ref$1(!1);let z;const re=computed(()=>{const Fe=y.type;return Fe&&TypeComponentsMap[y.type]?n.m(Fe):""}),oe=computed(()=>y.type&&TypeComponentsMap[y.type]||y.icon),ue=computed(()=>y.position.endsWith("right")?"right":"left"),de=computed(()=>y.position.startsWith("top")?"top":"bottom"),_e=computed(()=>{var Fe;return{[de.value]:`${y.offset}px`,zIndex:(Fe=y.zIndex)!=null?Fe:L.value}});function Ne(){y.duration>0&&({stop:z}=useTimeoutFn(()=>{V.value&&$e()},y.duration))}function Ue(){z==null||z()}function $e(){V.value=!1}function Ve({code:Fe}){Fe===EVENT_CODE.delete||Fe===EVENT_CODE.backspace?Ue():Fe===EVENT_CODE.esc?V.value&&$e():Ne()}return onMounted(()=>{Ne(),k(),V.value=!0}),useEventListener(document,"keydown",Ve),t({visible:V,close:$e}),(Fe,qe)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),onBeforeLeave:Fe.onClose,onAfterLeave:er=>Fe.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:Fe.id,class:normalizeClass([unref(n).b(),Fe.customClass,unref(ue)]),style:normalizeStyle(unref(_e)),role:"alert",onMouseenter:Ue,onMouseleave:Ne,onClick:Fe.onClick},[unref(oe)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(n).e("icon"),unref(re)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(oe))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(n).e("group"))},[createBaseVNode("h2",{class:normalizeClass(unref(n).e("title")),textContent:toDisplayString(Fe.title)},null,10,["textContent"]),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(n).e("content")),style:normalizeStyle(Fe.title?void 0:{margin:0})},[renderSlot(Fe.$slots,"default",{},()=>[Fe.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{innerHTML:Fe.message},null,8,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0},toDisplayString(Fe.message),1))])],6),[[vShow,Fe.message]]),Fe.showClose?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(n).e("closeBtn")),onClick:withModifiers($e,["stop"])},{default:withCtx(()=>[createVNode(unref(j))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],2)],46,["id","onClick"]),[[vShow,V.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var NotificationConstructor=_export_sfc$1(_sfc_main$r,[["__file","notification.vue"]]);const notifications={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]},GAP_SIZE=16;let seed=1;const notify=function(e={},t=null){if(!isClient)return{close:()=>{}};(typeof e=="string"||isVNode(e))&&(e={message:e});const y=e.position||"top-right";let n=e.offset||0;notifications[y].forEach(({vm:re})=>{var oe;n+=(((oe=re.el)==null?void 0:oe.offsetHeight)||0)+GAP_SIZE}),n+=GAP_SIZE;const $=`notification_${seed++}`,k=e.onClose,L={...e,offset:n,id:$,onClose:()=>{close$1($,y,k)}};let j=document.body;isElement$2(e.appendTo)?j=e.appendTo:isString$4(e.appendTo)&&(j=document.querySelector(e.appendTo)),isElement$2(j)||(j=document.body);const V=document.createElement("div"),z=createVNode(NotificationConstructor,L,isVNode(L.message)?{default:()=>L.message}:null);return z.appContext=t??notify._context,z.props.onDestroy=()=>{render$1(null,V)},render$1(z,V),notifications[y].push({vm:z}),j.appendChild(V.firstElementChild),{close:()=>{z.component.exposed.visible.value=!1}}};notificationTypes.forEach(e=>{notify[e]=(t={})=>((typeof t=="string"||isVNode(t))&&(t={message:t}),notify({...t,type:e}))});function close$1(e,t,y){const n=notifications[t],$=n.findIndex(({vm:z})=>{var re;return((re=z.component)==null?void 0:re.props.id)===e});if($===-1)return;const{vm:k}=n[$];if(!k)return;y==null||y(k);const L=k.el.offsetHeight,j=t.split("-")[0];n.splice($,1);const V=n.length;if(!(V<1))for(let z=$;z{t.component.exposed.visible.value=!1})}notify.closeAll=closeAll;notify._context=null;const ElNotification=withInstallFunction(notify,"$notify");var Plugins=[ElInfiniteScroll,ElLoading,ElMessage,ElMessageBox,ElNotification,ElPopoverDirective],installer=makeInstaller([...Components,...Plugins]);const prefix="MD",fontFamilyOptions=[{label:"无衬线",value:"-apple-system-font,BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB , Microsoft YaHei UI , Microsoft YaHei ,Arial,sans-serif",desc:"字体123Abc"},{label:"衬线",value:"Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif",desc:"字体123Abc"},{label:"等宽",value:"Menlo, Monaco, 'Courier New', monospace",desc:"字体123Abc"}],fontSizeOptions=[{label:"12px",value:"12px",desc:"更小"},{label:"13px",value:"13px",desc:"稍小"},{label:"14px",value:"14px",desc:"推荐"},{label:"15px",value:"15px",desc:"稍大"},{label:"16px",value:"16px",desc:"更大"}],colorOptions=[{label:"经典蓝",value:"rgba(15, 76, 129, 1)",desc:"最新流行"},{label:"翡翠绿",value:"rgba(0, 152, 116, 1)",desc:"优雅清新"},{label:"活力橘",value:"rgba(250, 81, 81, 1)",desc:"热情活泼"}],codeBlockThemeOptions=[{label:"github",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/github.min.css",desc:"light"},{label:"solarized-light",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/solarized-light.min.css",desc:"light"},{label:"atom-one-dark",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/atom-one-dark.min.css",desc:"dark"},{label:"obsidian",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/obsidian.min.css",desc:"dark"},{label:"vs2015",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/vs2015.min.css",desc:"dark"}],legendOptions=[{label:"title 优先",value:"title-alt",desc:""},{label:"alt 优先",value:"alt-title",desc:""},{label:"只显示 title",value:"title",desc:""},{label:"只显示 alt",value:"alt",desc:""},{label:"不显示",value:"none",desc:""}],githubConfig={username:"filess",repoList:Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],e=>`img${e}`),branch:"main",accessTokenList:["7715d7ca67b5d3837cfdoocsmde8c38421815aa423510af","c411415bf95dbe39625doocsmd5047ba9b7a2a6c9642abe","2821cd8819fa345c053doocsmdca86ac653f8bc20db1f1b","445f0dae46ef1f2a4d6doocsmdc797301e94797b4750a4c","cc1d0c1426d0fd0902bdoocsmdd2d7184b14da61b86ec46","b67e9d15cb6f910492fdoocsmdac6b44d379c953bb19eff","618c4dc2244ccbbc088doocsmd125d17fd31b7d06a50cf3","a4b581732e1c1507458doocsmdc5b223b27dae5e2e16a55","77904db41aee57ad79bdoocsmd760f848201dac9c96fd5e","02f251cb14ac62ab100doocsmdddbfc8527d773f1f04ce1","eb321079a95ba7028d9doocsmde2e84c502dac70de7cf08","22f74fcfb071a961fa2doocsmde28dabc746f0503a15e5d","85124c2bfe7abba0938doocsmd0af7f67918b99d085a5fd","0a561b4d4bbecb2de7edoocsmdd9ba3833d11dbc5e430f5","e8a01491188d8d5a097doocsmd03ede0aad1fe9e3af24e9","36e1f420d7e5bdebd67doocsmd65463562f5f25b20b8377"]},giteeConfig={username:"filesss",repoList:Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],e=>`img${e}`),branch:"main",accessTokenList:["ed5fc9866bd6c2fdoocsmddd433f806fd2f399c","5448ffebbbf1151doocsmdc4e337cf814fc8a62","25b05efd2557ca2doocsmd75b5c0835e3395911","11628c7a5aef015doocsmd2eeff9fb9566f0458","cb2f5145ed938dedoocsmdbd063b4ed244eecf8","d8c0b57500672c1doocsmd55f48b866b5ebcd98","78c56eadb88e453doocsmd43ddd95753351771a","03e1a688003948fdoocsmda16fcf41e6f03f1f0","c49121cf4d191fbdoocsmdd6a7877ed537e474a","adfeb2fadcdc4aadoocsmdfe1ee869ac9c968ff","116c94549ca4a0ddoocsmd192653af5c0694616","ecf30ed7f2eb184doocsmd51ea4ec8300371d9e","5837cf2bd5afd93doocsmd73904bed31934949e","b5b7e1c7d57e01fdoocsmd5266f552574297d78","684d55564ffbd0bdoocsmd7d747e5cc23aed6d6","3fc04a9d272ab71doocsmd010c56cb57d88d2ba"]},baseColor="#3f3f3f",defaultTheme={BASE:{"text-align":"left","line-height":"1.75"},block:{h1:{"font-size":"1.2em","text-align":"center","font-weight":"bold",display:"table",margin:"2em auto 1em",padding:"0 1em","border-bottom":"2px solid rgba(0, 152, 116, 0.9)",color:"var(--el-text-color-regular)"},h2:{"font-size":"1.2em","text-align":"center","font-weight":"bold",display:"table",margin:"4em auto 2em",padding:"0 0.2em",background:"rgba(0, 152, 116, 0.9)",color:"#fff"},h3:{"font-weight":"bold","font-size":"1.1em",margin:"2em 8px 0.75em 0","line-height":"1.2","padding-left":"8px","border-left":"3px solid rgba(0, 152, 116, 0.9)",color:"var(--el-text-color-regular)"},h4:{"font-weight":"bold","font-size":"1em",margin:"2em 8px 0.5em",color:"rgba(66, 185, 131, 0.9)"},p:{margin:"1.5em 8px","letter-spacing":"0.1em",color:"var(--el-text-color-regular)","text-align":"justify"},blockquote:{"font-style":"normal","border-left":"none",padding:"1em","border-radius":"8px",color:"rgba(0,0,0,0.5)",background:"#f7f7f7",margin:"2em 8px"},blockquote_p:{"letter-spacing":"0.1em",color:"rgb(80, 80, 80)","font-size":"1em",display:"block"},code_pre:{"font-size":"14px","overflow-x":"auto","border-radius":"8px",padding:"1em","line-height":"1.5",margin:"10px 8px"},code:{margin:0,"white-space":"nowrap","font-family":"Menlo, Operator Mono, Consolas, Monaco, monospace"},image:{"border-radius":"4px",display:"block",margin:"0.1em auto 0.5em",width:"100% !important"},ol:{"margin-left":"0","padding-left":"1em",color:"var(--el-text-color-regular)"},ul:{"margin-left":"0","padding-left":"1em","list-style":"circle",color:"var(--el-text-color-regular)"},footnotes:{margin:"0.5em 8px","font-size":"80%",color:"var(--el-text-color-regular)"},figure:{margin:"1.5em 8px",color:"var(--el-text-color-regular)"},hr:{"border-style":"solid","border-width":"1px 0 0","border-color":"rgba(0,0,0,0.1)","-webkit-transform-origin":"0 0","-webkit-transform":"scale(1, 0.5)","transform-origin":"0 0",transform:"scale(1, 0.5)"}},inline:{listitem:{"text-indent":"-1em",display:"block",margin:"0.2em 8px",color:"var(--el-text-color-regular)"},codespan:{"font-size":"90%",color:"#d14",background:"rgba(27,31,35,.05)",padding:"3px 5px","border-radius":"4px"},link:{color:"#576b95"},wx_link:{color:"#576b95","text-decoration":"none"},strong:{color:"rgba(15, 76, 129, 0.9)","font-weight":"bold"},table:{"border-collapse":"collapse","text-align":"center",margin:"1em 8px",color:"var(--el-text-color-regular)"},thead:{background:"rgba(0, 0, 0, 0.05)","font-weight":"bold",color:"var(--el-text-color-regular)"},td:{border:"1px solid #dfdfdf",padding:"0.25em 0.5em",color:baseColor},footnote:{"font-size":"12px",color:"var(--el-text-color-regular)"},figcaption:{"text-align":"center",color:"#888","font-size":"0.8em"}}};function deepFreeze(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error("set is read-only")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(t=>{const y=e[t],n=typeof y;(n==="object"||n==="function")&&!Object.isFrozen(y)&&deepFreeze(y)}),e}let Response$1=class{constructor(t){t.data===void 0&&(t.data={}),this.data=t.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function escapeHTML(e){return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function inherit$1(e,...t){const y=Object.create(null);for(const n in e)y[n]=e[n];return t.forEach(function(n){for(const $ in n)y[$]=n[$]}),y}const SPAN_CLOSE="",emitsWrappingTags=e=>!!e.scope,scopeToCSSClass=(e,{prefix:t})=>{if(e.startsWith("language:"))return e.replace("language:","language-");if(e.includes(".")){const y=e.split(".");return[`${t}${y.shift()}`,...y.map((n,$)=>`${n}${"_".repeat($+1)}`)].join(" ")}return`${t}${e}`};class HTMLRenderer{constructor(t,y){this.buffer="",this.classPrefix=y.classPrefix,t.walk(this)}addText(t){this.buffer+=escapeHTML(t)}openNode(t){if(!emitsWrappingTags(t))return;const y=scopeToCSSClass(t.scope,{prefix:this.classPrefix});this.span(y)}closeNode(t){emitsWrappingTags(t)&&(this.buffer+=SPAN_CLOSE)}value(){return this.buffer}span(t){this.buffer+=``}}const newNode=(e={})=>{const t={children:[]};return Object.assign(t,e),t};class TokenTree{constructor(){this.rootNode=newNode(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(t){this.top.children.push(t)}openNode(t){const y=newNode({scope:t});this.add(y),this.stack.push(y)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(t){return this.constructor._walk(t,this.rootNode)}static _walk(t,y){return typeof y=="string"?t.addText(y):y.children&&(t.openNode(y),y.children.forEach(n=>this._walk(t,n)),t.closeNode(y)),t}static _collapse(t){typeof t!="string"&&t.children&&(t.children.every(y=>typeof y=="string")?t.children=[t.children.join("")]:t.children.forEach(y=>{TokenTree._collapse(y)}))}}class TokenTreeEmitter extends TokenTree{constructor(t){super(),this.options=t}addText(t){t!==""&&this.add(t)}startScope(t){this.openNode(t)}endScope(){this.closeNode()}__addSublanguage(t,y){const n=t.root;y&&(n.scope=`language:${y}`),this.add(n)}toHTML(){return new HTMLRenderer(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function source(e){return e?typeof e=="string"?e:e.source:null}function lookahead(e){return concat$2("(?=",e,")")}function anyNumberOfTimes(e){return concat$2("(?:",e,")*")}function optional(e){return concat$2("(?:",e,")?")}function concat$2(...e){return e.map(y=>source(y)).join("")}function stripOptionsFromArgs(e){const t=e[e.length-1];return typeof t=="object"&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function either(...e){return"("+(stripOptionsFromArgs(e).capture?"":"?:")+e.map(n=>source(n)).join("|")+")"}function countMatchGroups(e){return new RegExp(e.toString()+"|").exec("").length-1}function startsWith$1(e,t){const y=e&&e.exec(t);return y&&y.index===0}const BACKREF_RE=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function _rewriteBackreferences(e,{joinWith:t}){let y=0;return e.map(n=>{y+=1;const $=y;let k=source(n),L="";for(;k.length>0;){const j=BACKREF_RE.exec(k);if(!j){L+=k;break}L+=k.substring(0,j.index),k=k.substring(j.index+j[0].length),j[0][0]==="\\"&&j[1]?L+="\\"+String(Number(j[1])+$):(L+=j[0],j[0]==="("&&y++)}return L}).map(n=>`(${n})`).join(t)}const MATCH_NOTHING_RE=/\b\B/,IDENT_RE="[a-zA-Z]\\w*",UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",NUMBER_RE="\\b\\d+(\\.\\d+)?",C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",BINARY_NUMBER_RE="\\b(0b[01]+)",RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG=(e={})=>{const t=/^#![ ]*\//;return e.binary&&(e.begin=concat$2(t,/.*\b/,e.binary,/\b.*/)),inherit$1({scope:"meta",begin:t,end:/$/,relevance:0,"on:begin":(y,n)=>{y.index!==0&&n.ignoreMatch()}},e)},BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},APOS_STRING_MODE={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[BACKSLASH_ESCAPE]},QUOTE_STRING_MODE={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[BACKSLASH_ESCAPE]},PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},COMMENT=function(e,t,y={}){const n=inherit$1({scope:"comment",begin:e,end:t,contains:[]},y);n.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const $=either("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return n.contains.push({begin:concat$2(/[ ]+/,"(",$,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),n},C_LINE_COMMENT_MODE=COMMENT("//","$"),C_BLOCK_COMMENT_MODE=COMMENT("/\\*","\\*/"),HASH_COMMENT_MODE=COMMENT("#","$"),NUMBER_MODE={scope:"number",begin:NUMBER_RE,relevance:0},C_NUMBER_MODE={scope:"number",begin:C_NUMBER_RE,relevance:0},BINARY_NUMBER_MODE={scope:"number",begin:BINARY_NUMBER_RE,relevance:0},REGEXP_MODE={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[BACKSLASH_ESCAPE]}]},TITLE_MODE={scope:"title",begin:IDENT_RE,relevance:0},UNDERSCORE_TITLE_MODE={scope:"title",begin:UNDERSCORE_IDENT_RE,relevance:0},METHOD_GUARD={begin:"\\.\\s*"+UNDERSCORE_IDENT_RE,relevance:0},END_SAME_AS_BEGIN=function(e){return Object.assign(e,{"on:begin":(t,y)=>{y.data._beginMatch=t[1]},"on:end":(t,y)=>{y.data._beginMatch!==t[1]&&y.ignoreMatch()}})};var MODES$2=Object.freeze({__proto__:null,APOS_STRING_MODE,BACKSLASH_ESCAPE,BINARY_NUMBER_MODE,BINARY_NUMBER_RE,COMMENT,C_BLOCK_COMMENT_MODE,C_LINE_COMMENT_MODE,C_NUMBER_MODE,C_NUMBER_RE,END_SAME_AS_BEGIN,HASH_COMMENT_MODE,IDENT_RE,MATCH_NOTHING_RE,METHOD_GUARD,NUMBER_MODE,NUMBER_RE,PHRASAL_WORDS_MODE,QUOTE_STRING_MODE,REGEXP_MODE,RE_STARTERS_RE,SHEBANG,TITLE_MODE,UNDERSCORE_IDENT_RE,UNDERSCORE_TITLE_MODE});function skipIfHasPrecedingDot(e,t){e.input[e.index-1]==="."&&t.ignoreMatch()}function scopeClassName(e,t){e.className!==void 0&&(e.scope=e.className,delete e.className)}function beginKeywords(e,t){t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=skipIfHasPrecedingDot,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,e.relevance===void 0&&(e.relevance=0))}function compileIllegal(e,t){Array.isArray(e.illegal)&&(e.illegal=either(...e.illegal))}function compileMatch(e,t){if(e.match){if(e.begin||e.end)throw new Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function compileRelevance(e,t){e.relevance===void 0&&(e.relevance=1)}const beforeMatchExt=(e,t)=>{if(!e.beforeMatch)return;if(e.starts)throw new Error("beforeMatch cannot be used with starts");const y=Object.assign({},e);Object.keys(e).forEach(n=>{delete e[n]}),e.keywords=y.keywords,e.begin=concat$2(y.beforeMatch,lookahead(y.begin)),e.starts={relevance:0,contains:[Object.assign(y,{endsParent:!0})]},e.relevance=0,delete y.beforeMatch},COMMON_KEYWORDS=["of","and","for","in","not","or","if","then","parent","list","value"],DEFAULT_KEYWORD_SCOPE="keyword";function compileKeywords(e,t,y=DEFAULT_KEYWORD_SCOPE){const n=Object.create(null);return typeof e=="string"?$(y,e.split(" ")):Array.isArray(e)?$(y,e):Object.keys(e).forEach(function(k){Object.assign(n,compileKeywords(e[k],t,k))}),n;function $(k,L){t&&(L=L.map(j=>j.toLowerCase())),L.forEach(function(j){const V=j.split("|");n[V[0]]=[k,scoreForKeyword(V[0],V[1])]})}}function scoreForKeyword(e,t){return t?Number(t):commonKeyword(e)?0:1}function commonKeyword(e){return COMMON_KEYWORDS.includes(e.toLowerCase())}const seenDeprecations={},error=e=>{console.error(e)},warn=(e,...t)=>{console.log(`WARN: ${e}`,...t)},deprecated=(e,t)=>{seenDeprecations[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),seenDeprecations[`${e}/${t}`]=!0)},MultiClassError=new Error;function remapScopeNames(e,t,{key:y}){let n=0;const $=e[y],k={},L={};for(let j=1;j<=t.length;j++)L[j+n]=$[j],k[j+n]=!0,n+=countMatchGroups(t[j-1]);e[y]=L,e[y]._emit=k,e[y]._multi=!0}function beginMultiClass(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw error("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),MultiClassError;if(typeof e.beginScope!="object"||e.beginScope===null)throw error("beginScope must be object"),MultiClassError;remapScopeNames(e,e.begin,{key:"beginScope"}),e.begin=_rewriteBackreferences(e.begin,{joinWith:""})}}function endMultiClass(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw error("skip, excludeEnd, returnEnd not compatible with endScope: {}"),MultiClassError;if(typeof e.endScope!="object"||e.endScope===null)throw error("endScope must be object"),MultiClassError;remapScopeNames(e,e.end,{key:"endScope"}),e.end=_rewriteBackreferences(e.end,{joinWith:""})}}function scopeSugar(e){e.scope&&typeof e.scope=="object"&&e.scope!==null&&(e.beginScope=e.scope,delete e.scope)}function MultiClass(e){scopeSugar(e),typeof e.beginScope=="string"&&(e.beginScope={_wrap:e.beginScope}),typeof e.endScope=="string"&&(e.endScope={_wrap:e.endScope}),beginMultiClass(e),endMultiClass(e)}function compileLanguage(e){function t(L,j){return new RegExp(source(L),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(j?"g":""))}class y{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(j,V){V.position=this.position++,this.matchIndexes[this.matchAt]=V,this.regexes.push([V,j]),this.matchAt+=countMatchGroups(j)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const j=this.regexes.map(V=>V[1]);this.matcherRe=t(_rewriteBackreferences(j,{joinWith:"|"}),!0),this.lastIndex=0}exec(j){this.matcherRe.lastIndex=this.lastIndex;const V=this.matcherRe.exec(j);if(!V)return null;const z=V.findIndex((oe,ue)=>ue>0&&oe!==void 0),re=this.matchIndexes[z];return V.splice(0,z),Object.assign(V,re)}}class n{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(j){if(this.multiRegexes[j])return this.multiRegexes[j];const V=new y;return this.rules.slice(j).forEach(([z,re])=>V.addRule(z,re)),V.compile(),this.multiRegexes[j]=V,V}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(j,V){this.rules.push([j,V]),V.type==="begin"&&this.count++}exec(j){const V=this.getMatcher(this.regexIndex);V.lastIndex=this.lastIndex;let z=V.exec(j);if(this.resumingScanAtSamePosition()&&!(z&&z.index===this.lastIndex)){const re=this.getMatcher(0);re.lastIndex=this.lastIndex+1,z=re.exec(j)}return z&&(this.regexIndex+=z.position+1,this.regexIndex===this.count&&this.considerAll()),z}}function $(L){const j=new n;return L.contains.forEach(V=>j.addRule(V.begin,{rule:V,type:"begin"})),L.terminatorEnd&&j.addRule(L.terminatorEnd,{type:"end"}),L.illegal&&j.addRule(L.illegal,{type:"illegal"}),j}function k(L,j){const V=L;if(L.isCompiled)return V;[scopeClassName,compileMatch,MultiClass,beforeMatchExt].forEach(re=>re(L,j)),e.compilerExtensions.forEach(re=>re(L,j)),L.__beforeBegin=null,[beginKeywords,compileIllegal,compileRelevance].forEach(re=>re(L,j)),L.isCompiled=!0;let z=null;return typeof L.keywords=="object"&&L.keywords.$pattern&&(L.keywords=Object.assign({},L.keywords),z=L.keywords.$pattern,delete L.keywords.$pattern),z=z||/\w+/,L.keywords&&(L.keywords=compileKeywords(L.keywords,e.case_insensitive)),V.keywordPatternRe=t(z,!0),j&&(L.begin||(L.begin=/\B|\b/),V.beginRe=t(V.begin),!L.end&&!L.endsWithParent&&(L.end=/\B|\b/),L.end&&(V.endRe=t(V.end)),V.terminatorEnd=source(V.end)||"",L.endsWithParent&&j.terminatorEnd&&(V.terminatorEnd+=(L.end?"|":"")+j.terminatorEnd)),L.illegal&&(V.illegalRe=t(L.illegal)),L.contains||(L.contains=[]),L.contains=[].concat(...L.contains.map(function(re){return expandOrCloneMode(re==="self"?L:re)})),L.contains.forEach(function(re){k(re,V)}),L.starts&&k(L.starts,j),V.matcher=$(V),V}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=inherit$1(e.classNameAliases||{}),k(e)}function dependencyOnParent(e){return e?e.endsWithParent||dependencyOnParent(e.starts):!1}function expandOrCloneMode(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(t){return inherit$1(e,{variants:null},t)})),e.cachedVariants?e.cachedVariants:dependencyOnParent(e)?inherit$1(e,{starts:e.starts?inherit$1(e.starts):null}):Object.isFrozen(e)?inherit$1(e):e}var version$2="11.10.0";class HTMLInjectionError extends Error{constructor(t,y){super(t),this.name="HTMLInjectionError",this.html=y}}const escape$3=escapeHTML,inherit=inherit$1,NO_MATCH=Symbol("nomatch"),MAX_KEYWORD_HITS=7,HLJS=function(e){const t=Object.create(null),y=Object.create(null),n=[];let $=!0;const k="Could not find the language '{}', did you forget to load/include a language module?",L={disableAutodetect:!0,name:"Plain text",contains:[]};let j={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:TokenTreeEmitter};function V(ar){return j.noHighlightRe.test(ar)}function z(ar){let ur=ar.className+" ";ur+=ar.parentNode?ar.parentNode.className:"";const kt=j.languageDetectRe.exec(ur);if(kt){const he=nr(kt[1]);return he||(warn(k.replace("{}",kt[1])),warn("Falling back to no-highlight mode for this block.",ar)),he?kt[1]:"no-highlight"}return ur.split(/\s+/).find(he=>V(he)||nr(he))}function re(ar,ur,kt){let he="",tr="";typeof ur=="object"?(he=ar,kt=ur.ignoreIllegals,tr=ur.language):(deprecated("10.7.0","highlight(lang, code, ...args) has been deprecated."),deprecated("10.7.0",`Please use highlight(code, options) instead. -https://github.com/highlightjs/highlight.js/issues/2277`),tr=ar,he=ur),kt===void 0&&(kt=!0);const gr={code:he,language:tr};Ie("before:highlight",gr);const _r=gr.result?gr.result:oe(gr.language,gr.code,kt);return _r.code=gr.code,Ie("after:highlight",_r),_r}function oe(ar,ur,kt,he){const tr=Object.create(null);function gr(oa,Ba){return oa.keywords[Ba]}function _r(){if(!jr.keywords){Kr.addText(kr);return}let oa=0;jr.keywordPatternRe.lastIndex=0;let Ba=jr.keywordPatternRe.exec(kr),rs="";for(;Ba;){rs+=kr.substring(oa,Ba.index);const Mn=Rr.case_insensitive?Ba[0].toLowerCase():Ba[0],Wr=gr(jr,Mn);if(Wr){const[Ur,Sn]=Wr;if(Kr.addText(rs),rs="",tr[Mn]=(tr[Mn]||0)+1,tr[Mn]<=MAX_KEYWORD_HITS&&(Qr+=Sn),Ur.startsWith("_"))rs+=Ba[0];else{const Nn=Rr.classNameAliases[Ur]||Ur;Nr(Ba[0],Nn)}}else rs+=Ba[0];oa=jr.keywordPatternRe.lastIndex,Ba=jr.keywordPatternRe.exec(kr)}rs+=kr.substring(oa),Kr.addText(rs)}function yr(){if(kr==="")return;let oa=null;if(typeof jr.subLanguage=="string"){if(!t[jr.subLanguage]){Kr.addText(kr);return}oa=oe(jr.subLanguage,kr,!0,vn[jr.subLanguage]),vn[jr.subLanguage]=oa._top}else oa=de(kr,jr.subLanguage.length?jr.subLanguage:null);jr.relevance>0&&(Qr+=oa.relevance),Kr.__addSublanguage(oa._emitter,oa.language)}function xr(){jr.subLanguage!=null?yr():_r(),kr=""}function Nr(oa,Ba){oa!==""&&(Kr.startScope(Ba),Kr.addText(oa),Kr.endScope())}function Tr(oa,Ba){let rs=1;const Mn=Ba.length-1;for(;rs<=Mn;){if(!oa._emit[rs]){rs++;continue}const Wr=Rr.classNameAliases[oa[rs]]||oa[rs],Ur=Ba[rs];Wr?Nr(Ur,Wr):(kr=Ur,_r(),kr=""),rs++}}function Sr(oa,Ba){return oa.scope&&typeof oa.scope=="string"&&Kr.openNode(Rr.classNameAliases[oa.scope]||oa.scope),oa.beginScope&&(oa.beginScope._wrap?(Nr(kr,Rr.classNameAliases[oa.beginScope._wrap]||oa.beginScope._wrap),kr=""):oa.beginScope._multi&&(Tr(oa.beginScope,Ba),kr="")),jr=Object.create(oa,{parent:{value:jr}}),jr}function Ar(oa,Ba,rs){let Mn=startsWith$1(oa.endRe,rs);if(Mn){if(oa["on:end"]){const Wr=new Response$1(oa);oa["on:end"](Ba,Wr),Wr.isMatchIgnored&&(Mn=!1)}if(Mn){for(;oa.endsParent&&oa.parent;)oa=oa.parent;return oa}}if(oa.endsWithParent)return Ar(oa.parent,Ba,rs)}function Fr(oa){return jr.matcher.regexIndex===0?(kr+=oa[0],1):(To=!0,0)}function Gr(oa){const Ba=oa[0],rs=oa.rule,Mn=new Response$1(rs),Wr=[rs.__beforeBegin,rs["on:begin"]];for(const Ur of Wr)if(Ur&&(Ur(oa,Mn),Mn.isMatchIgnored))return Fr(Ba);return rs.skip?kr+=Ba:(rs.excludeBegin&&(kr+=Ba),xr(),!rs.returnBegin&&!rs.excludeBegin&&(kr=Ba)),Sr(rs,oa),rs.returnBegin?0:Ba.length}function Vr(oa){const Ba=oa[0],rs=ur.substring(oa.index),Mn=Ar(jr,oa,rs);if(!Mn)return NO_MATCH;const Wr=jr;jr.endScope&&jr.endScope._wrap?(xr(),Nr(Ba,jr.endScope._wrap)):jr.endScope&&jr.endScope._multi?(xr(),Tr(jr.endScope,oa)):Wr.skip?kr+=Ba:(Wr.returnEnd||Wr.excludeEnd||(kr+=Ba),xr(),Wr.excludeEnd&&(kr=Ba));do jr.scope&&Kr.closeNode(),!jr.skip&&!jr.subLanguage&&(Qr+=jr.relevance),jr=jr.parent;while(jr!==Mn.parent);return Mn.starts&&Sr(Mn.starts,oa),Wr.returnEnd?0:Ba.length}function Dr(){const oa=[];for(let Ba=jr;Ba!==Rr;Ba=Ba.parent)Ba.scope&&oa.unshift(Ba.scope);oa.forEach(Ba=>Kr.openNode(Ba))}let Ir={};function Br(oa,Ba){const rs=Ba&&Ba[0];if(kr+=oa,rs==null)return xr(),0;if(Ir.type==="begin"&&Ba.type==="end"&&Ir.index===Ba.index&&rs===""){if(kr+=ur.slice(Ba.index,Ba.index+1),!$){const Mn=new Error(`0 width match regex (${ar})`);throw Mn.languageName=ar,Mn.badRule=Ir.rule,Mn}return 1}if(Ir=Ba,Ba.type==="begin")return Gr(Ba);if(Ba.type==="illegal"&&!kt){const Mn=new Error('Illegal lexeme "'+rs+'" for mode "'+(jr.scope||"")+'"');throw Mn.mode=jr,Mn}else if(Ba.type==="end"){const Mn=Vr(Ba);if(Mn!==NO_MATCH)return Mn}if(Ba.type==="illegal"&&rs==="")return 1;if(Vi>1e5&&Vi>Ba.index*3)throw new Error("potential infinite loop, way more iterations than matches");return kr+=rs,rs.length}const Rr=nr(ar);if(!Rr)throw error(k.replace("{}",ar)),new Error('Unknown language: "'+ar+'"');const Lr=compileLanguage(Rr);let $r="",jr=he||Lr;const vn={},Kr=new j.__emitter(j);Dr();let kr="",Qr=0,Zr=0,Vi=0,To=!1;try{if(Rr.__emitTokens)Rr.__emitTokens(ur,Kr);else{for(jr.matcher.considerAll();;){Vi++,To?To=!1:jr.matcher.considerAll(),jr.matcher.lastIndex=Zr;const oa=jr.matcher.exec(ur);if(!oa)break;const Ba=ur.substring(Zr,oa.index),rs=Br(Ba,oa);Zr=oa.index+rs}Br(ur.substring(Zr))}return Kr.finalize(),$r=Kr.toHTML(),{language:ar,value:$r,relevance:Qr,illegal:!1,_emitter:Kr,_top:jr}}catch(oa){if(oa.message&&oa.message.includes("Illegal"))return{language:ar,value:escape$3(ur),illegal:!0,relevance:0,_illegalBy:{message:oa.message,index:Zr,context:ur.slice(Zr-100,Zr+100),mode:oa.mode,resultSoFar:$r},_emitter:Kr};if($)return{language:ar,value:escape$3(ur),illegal:!1,relevance:0,errorRaised:oa,_emitter:Kr,_top:jr};throw oa}}function ue(ar){const ur={value:escape$3(ar),illegal:!1,relevance:0,_top:L,_emitter:new j.__emitter(j)};return ur._emitter.addText(ar),ur}function de(ar,ur){ur=ur||j.languages||Object.keys(t);const kt=ue(ar),he=ur.filter(nr).filter(Et).map(xr=>oe(xr,ar,!1));he.unshift(kt);const tr=he.sort((xr,Nr)=>{if(xr.relevance!==Nr.relevance)return Nr.relevance-xr.relevance;if(xr.language&&Nr.language){if(nr(xr.language).supersetOf===Nr.language)return 1;if(nr(Nr.language).supersetOf===xr.language)return-1}return 0}),[gr,_r]=tr,yr=gr;return yr.secondBest=_r,yr}function _e(ar,ur,kt){const he=ur&&y[ur]||kt;ar.classList.add("hljs"),ar.classList.add(`language-${he}`)}function Ne(ar){let ur=null;const kt=z(ar);if(V(kt))return;if(Ie("before:highlightElement",{el:ar,language:kt}),ar.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",ar);return}if(ar.children.length>0&&(j.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(ar)),j.throwUnescapedHTML))throw new HTMLInjectionError("One of your code blocks includes unescaped HTML.",ar.innerHTML);ur=ar;const he=ur.textContent,tr=kt?re(he,{language:kt,ignoreIllegals:!0}):de(he);ar.innerHTML=tr.value,ar.dataset.highlighted="yes",_e(ar,kt,tr.language),ar.result={language:tr.language,re:tr.relevance,relevance:tr.relevance},tr.secondBest&&(ar.secondBest={language:tr.secondBest.language,relevance:tr.secondBest.relevance}),Ie("after:highlightElement",{el:ar,result:tr,text:he})}function Ue(ar){j=inherit(j,ar)}const $e=()=>{qe(),deprecated("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function Ve(){qe(),deprecated("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let Fe=!1;function qe(){if(document.readyState==="loading"){Fe=!0;return}document.querySelectorAll(j.cssSelector).forEach(Ne)}function er(){Fe&&qe()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",er,!1);function ir(ar,ur){let kt=null;try{kt=ur(e)}catch(he){if(error("Language definition for '{}' could not be registered.".replace("{}",ar)),$)error(he);else throw he;kt=L}kt.name||(kt.name=ar),t[ar]=kt,kt.rawDefinition=ur.bind(null,e),kt.aliases&&lr(kt.aliases,{languageName:ar})}function dr(ar){delete t[ar];for(const ur of Object.keys(y))y[ur]===ar&&delete y[ur]}function cr(){return Object.keys(t)}function nr(ar){return ar=(ar||"").toLowerCase(),t[ar]||t[y[ar]]}function lr(ar,{languageName:ur}){typeof ar=="string"&&(ar=[ar]),ar.forEach(kt=>{y[kt.toLowerCase()]=ur})}function Et(ar){const ur=nr(ar);return ur&&!ur.disableAutodetect}function ie(ar){ar["before:highlightBlock"]&&!ar["before:highlightElement"]&&(ar["before:highlightElement"]=ur=>{ar["before:highlightBlock"](Object.assign({block:ur.el},ur))}),ar["after:highlightBlock"]&&!ar["after:highlightElement"]&&(ar["after:highlightElement"]=ur=>{ar["after:highlightBlock"](Object.assign({block:ur.el},ur))})}function pe(ar){ie(ar),n.push(ar)}function Ce(ar){const ur=n.indexOf(ar);ur!==-1&&n.splice(ur,1)}function Ie(ar,ur){const kt=ar;n.forEach(function(he){he[kt]&&he[kt](ur)})}function jt(ar){return deprecated("10.7.0","highlightBlock will be removed entirely in v12.0"),deprecated("10.7.0","Please use highlightElement now."),Ne(ar)}Object.assign(e,{highlight:re,highlightAuto:de,highlightAll:qe,highlightElement:Ne,highlightBlock:jt,configure:Ue,initHighlighting:$e,initHighlightingOnLoad:Ve,registerLanguage:ir,unregisterLanguage:dr,listLanguages:cr,getLanguage:nr,registerAliases:lr,autoDetection:Et,inherit,addPlugin:pe,removePlugin:Ce}),e.debugMode=function(){$=!1},e.safeMode=function(){$=!0},e.versionString=version$2,e.regex={concat:concat$2,lookahead,either,optional,anyNumberOfTimes};for(const ar in MODES$2)typeof MODES$2[ar]=="object"&&deepFreeze(MODES$2[ar]);return Object.assign(e,MODES$2),e},highlight=HLJS({});highlight.newInstance=()=>HLJS({});var core$1=highlight;highlight.HighlightJS=highlight;highlight.default=highlight;var _1c_1,hasRequired_1c;function require_1c(){if(hasRequired_1c)return _1c_1;hasRequired_1c=1;function e(t){const y="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+",k="далее "+"возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ",V="загрузитьизфайла "+"вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ",de="разделительстраниц разделительстрок символтабуляции "+"ansitooem oemtoansi ввестивидсубконто ввестиперечисление ввестипериод ввестиплансчетов выбранныйплансчетов датагод датамесяц датачисло заголовоксистемы значениевстроку значениеизстроки каталогиб каталогпользователя кодсимв конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца коннедели лог лог10 максимальноеколичествосубконто названиеинтерфейса названиенабораправ назначитьвид назначитьсчет найтиссылки началопериодаби началостандартногоинтервала начгода начквартала начмесяца начнедели номерднягода номерднянедели номернеделигода обработкаожидания основнойжурналрасчетов основнойплансчетов основнойязык очиститьокносообщений периодстр получитьвремята получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта префиксавтонумерации пропись пустоезначение разм разобратьпозициюдокумента рассчитатьрегистрына рассчитатьрегистрыпо симв создатьобъект статусвозврата стрколичествострок сформироватьпозициюдокумента счетпокоду текущеевремя типзначения типзначениястр установитьтана установитьтапо фиксшаблон шаблон "+"acos asin atan base64значение base64строка cos exp log log10 pow sin sqrt tan xmlзначение xmlстрока xmlтип xmlтипзнч активноеокно безопасныйрежим безопасныйрежимразделенияданных булево ввестидату ввестизначение ввестистроку ввестичисло возможностьчтенияxml вопрос восстановитьзначение врег выгрузитьжурналрегистрации выполнитьобработкуоповещения выполнитьпроверкуправдоступа вычислить год данныеформывзначение дата день деньгода деньнедели добавитьмесяц заблокироватьданныедляредактирования заблокироватьработупользователя завершитьработусистемы загрузитьвнешнююкомпоненту закрытьсправку записатьjson записатьxml записатьдатуjson записьжурналарегистрации заполнитьзначениясвойств запроситьразрешениепользователя запуститьприложение запуститьсистему зафиксироватьтранзакцию значениевданныеформы значениевстрокувнутр значениевфайл значениезаполнено значениеизстрокивнутр значениеизфайла изxmlтипа импортмоделиxdto имякомпьютера имяпользователя инициализироватьпредопределенныеданные информацияобошибке каталогбиблиотекимобильногоустройства каталогвременныхфайлов каталогдокументов каталогпрограммы кодироватьстроку кодлокализацииинформационнойбазы кодсимвола командасистемы конецгода конецдня конецквартала конецмесяца конецминуты конецнедели конецчаса конфигурациябазыданныхизмененадинамически конфигурацияизменена копироватьданныеформы копироватьфайл краткоепредставлениеошибки лев макс местноевремя месяц мин минута монопольныйрежим найти найтинедопустимыесимволыxml найтиокнопонавигационнойссылке найтипомеченныенаудаление найтипоссылкам найтифайлы началогода началодня началоквартала началомесяца началоминуты началонедели началочаса начатьзапросразрешенияпользователя начатьзапускприложения начатькопированиефайла начатьперемещениефайла начатьподключениевнешнейкомпоненты начатьподключениерасширенияработыскриптографией начатьподключениерасширенияработысфайлами начатьпоискфайлов начатьполучениекаталогавременныхфайлов начатьполучениекаталогадокументов начатьполучениерабочегокаталогаданныхпользователя начатьполучениефайлов начатьпомещениефайла начатьпомещениефайлов начатьсозданиедвоичныхданныхизфайла начатьсозданиекаталога начатьтранзакцию начатьудалениефайлов начатьустановкувнешнейкомпоненты начатьустановкурасширенияработыскриптографией начатьустановкурасширенияработысфайлами неделягода необходимостьзавершениясоединения номерсеансаинформационнойбазы номерсоединенияинформационнойбазы нрег нстр обновитьинтерфейс обновитьнумерациюобъектов обновитьповторноиспользуемыезначения обработкапрерыванияпользователя объединитьфайлы окр описаниеошибки оповестить оповеститьобизменении отключитьобработчикзапросанастроекклиенталицензирования отключитьобработчикожидания отключитьобработчикоповещения открытьзначение открытьиндекссправки открытьсодержаниесправки открытьсправку открытьформу открытьформумодально отменитьтранзакцию очиститьжурналрегистрации очиститьнастройкипользователя очиститьсообщения параметрыдоступа перейтипонавигационнойссылке переместитьфайл подключитьвнешнююкомпоненту подключитьобработчикзапросанастроекклиенталицензирования подключитьобработчикожидания подключитьобработчикоповещения подключитьрасширениеработыскриптографией подключитьрасширениеработысфайлами подробноепредставлениеошибки показатьвводдаты показатьвводзначения показатьвводстроки показатьвводчисла показатьвопрос показатьзначение показатьинформациюобошибке показатьнакарте показатьоповещениепользователя показатьпредупреждение полноеимяпользователя получитьcomобъект получитьxmlтип получитьадреспоместоположению получитьблокировкусеансов получитьвремязавершенияспящегосеанса получитьвремязасыпанияпассивногосеанса получитьвремяожиданияблокировкиданных получитьданныевыбора получитьдополнительныйпараметрклиенталицензирования получитьдопустимыекодылокализации получитьдопустимыечасовыепояса получитьзаголовокклиентскогоприложения получитьзаголовоксистемы получитьзначенияотборажурналарегистрации получитьидентификаторконфигурации получитьизвременногохранилища получитьимявременногофайла получитьимяклиенталицензирования получитьинформациюэкрановклиента получитьиспользованиежурналарегистрации получитьиспользованиесобытияжурналарегистрации получитькраткийзаголовокприложения получитьмакетоформления получитьмаскувсефайлы получитьмаскувсефайлыклиента получитьмаскувсефайлысервера получитьместоположениепоадресу получитьминимальнуюдлинупаролейпользователей получитьнавигационнуюссылку получитьнавигационнуюссылкуинформационнойбазы получитьобновлениеконфигурациибазыданных получитьобновлениепредопределенныхданныхинформационнойбазы получитьобщиймакет получитьобщуюформу получитьокна получитьоперативнуюотметкувремени получитьотключениебезопасногорежима получитьпараметрыфункциональныхопцийинтерфейса получитьполноеимяпредопределенногозначения получитьпредставлениянавигационныхссылок получитьпроверкусложностипаролейпользователей получитьразделительпути получитьразделительпутиклиента получитьразделительпутисервера получитьсеансыинформационнойбазы получитьскоростьклиентскогосоединения получитьсоединенияинформационнойбазы получитьсообщенияпользователю получитьсоответствиеобъектаиформы получитьсоставстандартногоинтерфейсаodata получитьструктурухранениябазыданных получитьтекущийсеансинформационнойбазы получитьфайл получитьфайлы получитьформу получитьфункциональнуюопцию получитьфункциональнуюопциюинтерфейса получитьчасовойпоясинформационнойбазы пользователиос поместитьвовременноехранилище поместитьфайл поместитьфайлы прав праводоступа предопределенноезначение представлениекодалокализации представлениепериода представлениеправа представлениеприложения представлениесобытияжурналарегистрации представлениечасовогопояса предупреждение прекратитьработусистемы привилегированныйрежим продолжитьвызов прочитатьjson прочитатьxml прочитатьдатуjson пустаястрока рабочийкаталогданныхпользователя разблокироватьданныедляредактирования разделитьфайл разорватьсоединениесвнешнимисточникомданных раскодироватьстроку рольдоступна секунда сигнал символ скопироватьжурналрегистрации смещениелетнеговремени смещениестандартноговремени соединитьбуферыдвоичныхданных создатькаталог создатьфабрикуxdto сокрл сокрлп сокрп сообщить состояние сохранитьзначение сохранитьнастройкипользователя сред стрдлина стрзаканчиваетсяна стрзаменить стрнайти стрначинаетсяс строка строкасоединенияинформационнойбазы стрполучитьстроку стрразделить стрсоединить стрсравнить стрчисловхождений стрчислострок стршаблон текущаядата текущаядатасеанса текущаяуниверсальнаядата текущаяуниверсальнаядатавмиллисекундах текущийвариантинтерфейсаклиентскогоприложения текущийвариантосновногошрифтаклиентскогоприложения текущийкодлокализации текущийрежимзапуска текущийязык текущийязыксистемы тип типзнч транзакцияактивна трег удалитьданныеинформационнойбазы удалитьизвременногохранилища удалитьобъекты удалитьфайлы универсальноевремя установитьбезопасныйрежим установитьбезопасныйрежимразделенияданных установитьблокировкусеансов установитьвнешнююкомпоненту установитьвремязавершенияспящегосеанса установитьвремязасыпанияпассивногосеанса установитьвремяожиданияблокировкиданных установитьзаголовокклиентскогоприложения установитьзаголовоксистемы установитьиспользованиежурналарегистрации установитьиспользованиесобытияжурналарегистрации установитькраткийзаголовокприложения установитьминимальнуюдлинупаролейпользователей установитьмонопольныйрежим установитьнастройкиклиенталицензирования установитьобновлениепредопределенныхданныхинформационнойбазы установитьотключениебезопасногорежима установитьпараметрыфункциональныхопцийинтерфейса установитьпривилегированныйрежим установитьпроверкусложностипаролейпользователей установитьрасширениеработыскриптографией установитьрасширениеработысфайлами установитьсоединениесвнешнимисточникомданных установитьсоответствиеобъектаиформы установитьсоставстандартногоинтерфейсаodata установитьчасовойпоясинформационнойбазы установитьчасовойпояссеанса формат цел час часовойпояс часовойпояссеанса число числопрописью этоадресвременногохранилища "+"wsссылки библиотекакартинок библиотекамакетовоформлениякомпоновкиданных библиотекастилей бизнеспроцессы внешниеисточникиданных внешниеобработки внешниеотчеты встроенныепокупки главныйинтерфейс главныйстиль документы доставляемыеуведомления журналыдокументов задачи информацияобинтернетсоединении использованиерабочейдаты историяработыпользователя константы критерииотбора метаданные обработки отображениерекламы отправкадоставляемыхуведомлений отчеты панельзадачос параметрзапуска параметрысеанса перечисления планывидоврасчета планывидовхарактеристик планыобмена планысчетов полнотекстовыйпоиск пользователиинформационнойбазы последовательности проверкавстроенныхпокупок рабочаядата расширенияконфигурации регистрыбухгалтерии регистрынакопления регистрырасчета регистрысведений регламентныезадания сериализаторxdto справочники средствагеопозиционирования средствакриптографии средствамультимедиа средстваотображениярекламы средствапочты средствателефонии фабрикаxdto файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",he="webцвета windowsцвета windowsшрифты библиотекакартинок рамкистиля символы цветастиля шрифтыстиля "+"автоматическоесохранениеданныхформывнастройках автонумерациявформе автораздвижениесерий анимациядиаграммы вариантвыравниванияэлементовизаголовков вариантуправлениявысотойтаблицы вертикальнаяпрокруткаформы вертикальноеположение вертикальноеположениеэлемента видгруппыформы виддекорацииформы виддополненияэлементаформы видизмененияданных видкнопкиформы видпереключателя видподписейкдиаграмме видполяформы видфлажка влияниеразмеранапузырекдиаграммы горизонтальноеположение горизонтальноеположениеэлемента группировкаколонок группировкаподчиненныхэлементовформы группыиэлементы действиеперетаскивания дополнительныйрежимотображения допустимыедействияперетаскивания интервалмеждуэлементамиформы использованиевывода использованиеполосыпрокрутки используемоезначениеточкибиржевойдиаграммы историявыборапривводе источникзначенийоситочекдиаграммы источникзначенияразмерапузырькадиаграммы категориягруппыкоманд максимумсерий начальноеотображениедерева начальноеотображениесписка обновлениетекстаредактирования ориентациядендрограммы ориентациядиаграммы ориентацияметокдиаграммы ориентацияметоксводнойдиаграммы ориентацияэлементаформы отображениевдиаграмме отображениевлегендедиаграммы отображениегруппыкнопок отображениезаголовкашкалыдиаграммы отображениезначенийсводнойдиаграммы отображениезначенияизмерительнойдиаграммы отображениеинтерваладиаграммыганта отображениекнопки отображениекнопкивыбора отображениеобсужденийформы отображениеобычнойгруппы отображениеотрицательныхзначенийпузырьковойдиаграммы отображениепанелипоиска отображениеподсказки отображениепредупрежденияприредактировании отображениеразметкиполосырегулирования отображениестраницформы отображениетаблицы отображениетекстазначениядиаграммыганта отображениеуправленияобычнойгруппы отображениефигурыкнопки палитрацветовдиаграммы поведениеобычнойгруппы поддержкамасштабадендрограммы поддержкамасштабадиаграммыганта поддержкамасштабасводнойдиаграммы поисквтаблицепривводе положениезаголовкаэлементаформы положениекартинкикнопкиформы положениекартинкиэлементаграфическойсхемы положениекоманднойпанелиформы положениекоманднойпанелиэлементаформы положениеопорнойточкиотрисовки положениеподписейкдиаграмме положениеподписейшкалызначенийизмерительнойдиаграммы положениесостоянияпросмотра положениестрокипоиска положениетекстасоединительнойлинии положениеуправленияпоиском положениешкалывремени порядокотображенияточекгоризонтальнойгистограммы порядоксерийвлегендедиаграммы размеркартинки расположениезаголовкашкалыдиаграммы растягиваниеповертикалидиаграммыганта режимавтоотображениясостояния режимвводастроктаблицы режимвыборанезаполненного режимвыделениядаты режимвыделениястрокитаблицы режимвыделениятаблицы режимизмененияразмера режимизменениясвязанногозначения режимиспользованиядиалогапечати режимиспользованияпараметракоманды режиммасштабированияпросмотра режимосновногоокнаклиентскогоприложения режимоткрытияокнаформы режимотображениявыделения режимотображениягеографическойсхемы режимотображениязначенийсерии режимотрисовкисеткиграфическойсхемы режимполупрозрачностидиаграммы режимпробеловдиаграммы режимразмещениянастранице режимредактированияколонки режимсглаживаниядиаграммы режимсглаживанияиндикатора режимсписказадач сквозноевыравнивание сохранениеданныхформывнастройках способзаполнениятекстазаголовкашкалыдиаграммы способопределенияограничивающегозначениядиаграммы стандартнаягруппакоманд стандартноеоформление статусоповещенияпользователя стильстрелки типаппроксимациилиниитрендадиаграммы типдиаграммы типединицышкалывремени типимпортасерийслоягеографическойсхемы типлиниигеографическойсхемы типлиниидиаграммы типмаркерагеографическойсхемы типмаркерадиаграммы типобластиоформления типорганизацииисточникаданныхгеографическойсхемы типотображениясериислоягеографическойсхемы типотображенияточечногообъектагеографическойсхемы типотображенияшкалыэлементалегендыгеографическойсхемы типпоискаобъектовгеографическойсхемы типпроекциигеографическойсхемы типразмещенияизмерений типразмещенияреквизитовизмерений типрамкиэлементауправления типсводнойдиаграммы типсвязидиаграммыганта типсоединениязначенийпосериямдиаграммы типсоединенияточекдиаграммы типсоединительнойлинии типстороныэлементаграфическойсхемы типформыотчета типшкалырадарнойдиаграммы факторлиниитрендадиаграммы фигуракнопки фигурыграфическойсхемы фиксациявтаблице форматдняшкалывремени форматкартинки ширинаподчиненныхэлементовформы "+"виддвижениябухгалтерии виддвижениянакопления видпериодарегистрарасчета видсчета видточкимаршрутабизнеспроцесса использованиеагрегатарегистранакопления использованиегруппиэлементов использованиережимапроведения использованиесреза периодичностьагрегатарегистранакопления режимавтовремя режимзаписидокумента режимпроведениядокумента "+"авторегистрацияизменений допустимыйномерсообщения отправкаэлементаданных получениеэлементаданных "+"использованиерасшифровкитабличногодокумента ориентациястраницы положениеитоговколоноксводнойтаблицы положениеитоговстроксводнойтаблицы положениетекстаотносительнокартинки расположениезаголовкагруппировкитабличногодокумента способчтениязначенийтабличногодокумента типдвустороннейпечати типзаполненияобластитабличногодокумента типкурсоровтабличногодокумента типлиниирисункатабличногодокумента типлинииячейкитабличногодокумента типнаправленияпереходатабличногодокумента типотображениявыделениятабличногодокумента типотображениялинийсводнойтаблицы типразмещениятекстатабличногодокумента типрисункатабличногодокумента типсмещениятабличногодокумента типузоратабличногодокумента типфайлатабличногодокумента точностьпечати чередованиерасположениястраниц "+"отображениевремениэлементовпланировщика "+"типфайлаформатированногодокумента "+"обходрезультатазапроса типзаписизапроса "+"видзаполнениярасшифровкипостроителяотчета типдобавленияпредставлений типизмеренияпостроителяотчета типразмещенияитогов "+"доступкфайлу режимдиалогавыборафайла режимоткрытияфайла "+"типизмеренияпостроителязапроса "+"видданныханализа методкластеризации типединицыинтервалавременианализаданных типзаполнениятаблицырезультатаанализаданных типиспользованиячисловыхзначенийанализаданных типисточникаданныхпоискаассоциаций типколонкианализаданныхдереворешений типколонкианализаданныхкластеризация типколонкианализаданныхобщаястатистика типколонкианализаданныхпоискассоциаций типколонкианализаданныхпоискпоследовательностей типколонкимоделипрогноза типмерырасстоянияанализаданных типотсеченияправилассоциации типполяанализаданных типстандартизациианализаданных типупорядочиванияправилассоциациианализаданных типупорядочиванияшаблоновпоследовательностейанализаданных типупрощениядереварешений "+"wsнаправлениепараметра вариантxpathxs вариантзаписидатыjson вариантпростоготипаxs видгруппымоделиxs видфасетаxdto действиепостроителяdom завершенностьпростоготипаxs завершенностьсоставноготипаxs завершенностьсхемыxs запрещенныеподстановкиxs исключениягруппподстановкиxs категорияиспользованияатрибутаxs категорияограниченияидентичностиxs категорияограниченияпространствименxs методнаследованияxs модельсодержимогоxs назначениетипаxml недопустимыеподстановкиxs обработкапробельныхсимволовxs обработкасодержимогоxs ограничениезначенияxs параметрыотбораузловdom переносстрокjson позициявдокументеdom пробельныесимволыxml типатрибутаxml типзначенияjson типканоническогоxml типкомпонентыxs типпроверкиxml типрезультатаdomxpath типузлаdom типузлаxml формаxml формапредставленияxs форматдатыjson экранированиесимволовjson "+"видсравнениякомпоновкиданных действиеобработкирасшифровкикомпоновкиданных направлениесортировкикомпоновкиданных расположениевложенныхэлементоврезультатакомпоновкиданных расположениеитоговкомпоновкиданных расположениегруппировкикомпоновкиданных расположениеполейгруппировкикомпоновкиданных расположениеполякомпоновкиданных расположениереквизитовкомпоновкиданных расположениересурсовкомпоновкиданных типбухгалтерскогоостаткакомпоновкиданных типвыводатекстакомпоновкиданных типгруппировкикомпоновкиданных типгруппыэлементовотборакомпоновкиданных типдополненияпериодакомпоновкиданных типзаголовкаполейкомпоновкиданных типмакетагруппировкикомпоновкиданных типмакетаобластикомпоновкиданных типостаткакомпоновкиданных типпериодакомпоновкиданных типразмещениятекстакомпоновкиданных типсвязинаборовданныхкомпоновкиданных типэлементарезультатакомпоновкиданных расположениелегендыдиаграммыкомпоновкиданных типпримененияотборакомпоновкиданных режимотображенияэлементанастройкикомпоновкиданных режимотображениянастроеккомпоновкиданных состояниеэлементанастройкикомпоновкиданных способвосстановлениянастроеккомпоновкиданных режимкомпоновкирезультата использованиепараметракомпоновкиданных автопозицияресурсовкомпоновкиданных вариантиспользованиягруппировкикомпоновкиданных расположениересурсоввдиаграммекомпоновкиданных фиксациякомпоновкиданных использованиеусловногооформлениякомпоновкиданных "+"важностьинтернетпочтовогосообщения обработкатекстаинтернетпочтовогосообщения способкодированияинтернетпочтовоговложения способкодированиянеasciiсимволовинтернетпочтовогосообщения типтекстапочтовогосообщения протоколинтернетпочты статусразборапочтовогосообщения "+"режимтранзакциизаписижурналарегистрации статустранзакциизаписижурналарегистрации уровеньжурналарегистрации "+"расположениехранилищасертификатовкриптографии режимвключениясертификатовкриптографии режимпроверкисертификатакриптографии типхранилищасертификатовкриптографии "+"кодировкаименфайловвzipфайле методсжатияzip методшифрованияzip режимвосстановленияпутейфайловzip режимобработкиподкаталоговzip режимсохраненияпутейzip уровеньсжатияzip "+"звуковоеоповещение направлениепереходакстроке позициявпотоке порядокбайтов режимблокировкиданных режимуправленияблокировкойданных сервисвстроенныхпокупок состояниефоновогозадания типподписчикадоставляемыхуведомлений уровеньиспользованиязащищенногосоединенияftp "+"направлениепорядкасхемызапроса типдополненияпериодамисхемызапроса типконтрольнойточкисхемызапроса типобъединениясхемызапроса типпараметрадоступнойтаблицысхемызапроса типсоединениясхемызапроса "+"httpметод автоиспользованиеобщегореквизита автопрефиксномеразадачи вариантвстроенногоязыка видиерархии видрегистранакопления видтаблицывнешнегоисточникаданных записьдвиженийприпроведении заполнениепоследовательностей индексирование использованиебазыпланавидоврасчета использованиебыстроговыбора использованиеобщегореквизита использованиеподчинения использованиеполнотекстовогопоиска использованиеразделяемыхданныхобщегореквизита использованиереквизита назначениеиспользованияприложения назначениерасширенияконфигурации направлениепередачи обновлениепредопределенныхданных оперативноепроведение основноепредставлениевидарасчета основноепредставлениевидахарактеристики основноепредставлениезадачи основноепредставлениепланаобмена основноепредставлениесправочника основноепредставлениесчета перемещениеграницыприпроведении периодичностьномерабизнеспроцесса периодичностьномерадокумента периодичностьрегистрарасчета периодичностьрегистрасведений повторноеиспользованиевозвращаемыхзначений полнотекстовыйпоискпривводепостроке принадлежностьобъекта проведение разделениеаутентификацииобщегореквизита разделениеданныхобщегореквизита разделениерасширенийконфигурацииобщегореквизита режимавтонумерацииобъектов режимзаписирегистра режимиспользованиямодальности режимиспользованиясинхронныхвызововрасширенийплатформыивнешнихкомпонент режимповторногоиспользованиясеансов режимполученияданныхвыборапривводепостроке режимсовместимости режимсовместимостиинтерфейса режимуправленияблокировкойданныхпоумолчанию сериикодовпланавидовхарактеристик сериикодовпланасчетов сериикодовсправочника созданиепривводе способвыбора способпоискастрокипривводепостроке способредактирования типданныхтаблицывнешнегоисточникаданных типкодапланавидоврасчета типкодасправочника типмакета типномерабизнеспроцесса типномерадокумента типномеразадачи типформы удалениедвижений "+"важностьпроблемыприменениярасширенияконфигурации вариантинтерфейсаклиентскогоприложения вариантмасштабаформклиентскогоприложения вариантосновногошрифтаклиентскогоприложения вариантстандартногопериода вариантстандартнойдатыначала видграницы видкартинки видотображенияполнотекстовогопоиска видрамки видсравнения видцвета видчисловогозначения видшрифта допустимаядлина допустимыйзнак использованиеbyteordermark использованиеметаданныхполнотекстовогопоиска источникрасширенийконфигурации клавиша кодвозвратадиалога кодировкаxbase кодировкатекста направлениепоиска направлениесортировки обновлениепредопределенныхданных обновлениеприизмененииданных отображениепанелиразделов проверказаполнения режимдиалогавопрос режимзапускаклиентскогоприложения режимокругления режимоткрытияформприложения режимполнотекстовогопоиска скоростьклиентскогосоединения состояниевнешнегоисточникаданных состояниеобновленияконфигурациибазыданных способвыборасертификатаwindows способкодированиястроки статуссообщения типвнешнейкомпоненты типплатформы типповеденияклавишиenter типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",_r="comобъект ftpсоединение httpзапрос httpсервисответ httpсоединение wsопределения wsпрокси xbase анализданных аннотацияxs блокировкаданных буфердвоичныхданных включениеxs выражениекомпоновкиданных генераторслучайныхчисел географическаясхема географическиекоординаты графическаясхема группамоделиxs данныерасшифровкикомпоновкиданных двоичныеданные дендрограмма диаграмма диаграммаганта диалогвыборафайла диалогвыборацвета диалогвыборашрифта диалограсписаниярегламентногозадания диалогредактированиястандартногопериода диапазон документdom документhtml документацияxs доставляемоеуведомление записьdom записьfastinfoset записьhtml записьjson записьxml записьzipфайла записьданных записьтекста записьузловdom запрос защищенноесоединениеopenssl значенияполейрасшифровкикомпоновкиданных извлечениетекста импортxs интернетпочта интернетпочтовоесообщение интернетпочтовыйпрофиль интернетпрокси интернетсоединение информациядляприложенияxs использованиеатрибутаxs использованиесобытияжурналарегистрации источникдоступныхнастроеккомпоновкиданных итераторузловdom картинка квалификаторыдаты квалификаторыдвоичныхданных квалификаторыстроки квалификаторычисла компоновщикмакетакомпоновкиданных компоновщикнастроеккомпоновкиданных конструктормакетаоформлениякомпоновкиданных конструкторнастроеккомпоновкиданных конструкторформатнойстроки линия макеткомпоновкиданных макетобластикомпоновкиданных макетоформлениякомпоновкиданных маскаxs менеджеркриптографии наборсхемxml настройкикомпоновкиданных настройкисериализацииjson обработкакартинок обработкарасшифровкикомпоновкиданных обходдереваdom объявлениеатрибутаxs объявлениенотацииxs объявлениеэлементаxs описаниеиспользованиясобытиядоступжурналарегистрации описаниеиспользованиясобытияотказвдоступежурналарегистрации описаниеобработкирасшифровкикомпоновкиданных описаниепередаваемогофайла описаниетипов определениегруппыатрибутовxs определениегруппымоделиxs определениеограниченияидентичностиxs определениепростоготипаxs определениесоставноготипаxs определениетипадокументаdom определенияxpathxs отборкомпоновкиданных пакетотображаемыхдокументов параметрвыбора параметркомпоновкиданных параметрызаписиjson параметрызаписиxml параметрычтенияxml переопределениеxs планировщик полеанализаданных полекомпоновкиданных построительdom построительзапроса построительотчета построительотчетаанализаданных построительсхемxml поток потоквпамяти почта почтовоесообщение преобразованиеxsl преобразованиекканоническомуxml процессорвыводарезультатакомпоновкиданныхвколлекциюзначений процессорвыводарезультатакомпоновкиданныхвтабличныйдокумент процессоркомпоновкиданных разыменовательпространствименdom рамка расписаниерегламентногозадания расширенноеимяxml результатчтенияданных своднаядиаграмма связьпараметравыбора связьпотипу связьпотипукомпоновкиданных сериализаторxdto сертификатклиентаwindows сертификатклиентафайл сертификаткриптографии сертификатыудостоверяющихцентровwindows сертификатыудостоверяющихцентровфайл сжатиеданных системнаяинформация сообщениепользователю сочетаниеклавиш сравнениезначений стандартнаядатаначала стандартныйпериод схемаxml схемакомпоновкиданных табличныйдокумент текстовыйдокумент тестируемоеприложение типданныхxml уникальныйидентификатор фабрикаxdto файл файловыйпоток фасетдлиныxs фасетколичестваразрядовдробнойчастиxs фасетмаксимальноговключающегозначенияxs фасетмаксимальногоисключающегозначенияxs фасетмаксимальнойдлиныxs фасетминимальноговключающегозначенияxs фасетминимальногоисключающегозначенияxs фасетминимальнойдлиныxs фасетобразцаxs фасетобщегоколичестваразрядовxs фасетперечисленияxs фасетпробельныхсимволовxs фильтрузловdom форматированнаястрока форматированныйдокумент фрагментxs хешированиеданных хранилищезначения цвет чтениеfastinfoset чтениеhtml чтениеjson чтениеxml чтениеzipфайла чтениеданных чтениетекста чтениеузловdom шрифт элементрезультатакомпоновкиданных "+"comsafearray деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",yr="null истина ложь неопределено",xr=t.inherit(t.NUMBER_MODE),Nr={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},Tr={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},Sr={match:/[;()+\-:=,]/,className:"punctuation",relevance:0},Ar=t.inherit(t.C_LINE_COMMENT_MODE),Fr={className:"meta",begin:"#|&",end:"$",keywords:{$pattern:y,keyword:k+V},contains:[Ar]},Gr={className:"symbol",begin:"~",end:";|:",excludeEnd:!0},Vr={className:"function",variants:[{begin:"процедура|функция",end:"\\)",keywords:"процедура функция"},{begin:"конецпроцедуры|конецфункции",keywords:"конецпроцедуры конецфункции"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",begin:y,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:y,keyword:"знач",literal:yr},contains:[xr,Nr,Tr]},Ar]},t.inherit(t.TITLE_MODE,{begin:y})]};return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:y,keyword:k,built_in:de,class:he,type:_r,literal:yr},contains:[Fr,Vr,Ar,Gr,xr,Nr,Tr,Sr]}}return _1c_1=e,_1c_1}var abnf_1,hasRequiredAbnf;function requireAbnf(){if(hasRequiredAbnf)return abnf_1;hasRequiredAbnf=1;function e(t){const y=t.regex,n=/^[a-zA-Z][a-zA-Z0-9-]*/,$=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],k=t.COMMENT(/;/,/$/),L={scope:"symbol",match:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+)?/},j={scope:"symbol",match:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+)?/},V={scope:"symbol",match:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+)?/},z={scope:"symbol",match:/%[si](?=".*")/},re={scope:"attribute",match:y.concat(n,/(?=\s*=)/)};return{name:"Augmented Backus-Naur Form",illegal:/[!@#$^&',?+~`|:]/,keywords:$,contains:[{scope:"operator",match:/=\/?/},re,k,L,j,V,z,t.QUOTE_STRING_MODE,t.NUMBER_MODE]}}return abnf_1=e,abnf_1}var accesslog_1,hasRequiredAccesslog;function requireAccesslog(){if(hasRequiredAccesslog)return accesslog_1;hasRequiredAccesslog=1;function e(t){const y=t.regex,n=["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","PATCH","TRACE"];return{name:"Apache Access Log",contains:[{className:"number",begin:/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?\b/,relevance:5},{className:"number",begin:/\b\d+\b/,relevance:0},{className:"string",begin:y.concat(/"/,y.either(...n)),end:/"/,keywords:n,illegal:/\n/,relevance:5,contains:[{begin:/HTTP\/[12]\.\d'/,relevance:5}]},{className:"string",begin:/\[\d[^\]\n]{8,}\]/,illegal:/\n/,relevance:1},{className:"string",begin:/\[/,end:/\]/,illegal:/\n/,relevance:0},{className:"string",begin:/"Mozilla\/\d\.\d \(/,end:/"/,illegal:/\n/,relevance:3},{className:"string",begin:/"/,end:/"/,illegal:/\n/,relevance:0}]}}return accesslog_1=e,accesslog_1}var actionscript_1,hasRequiredActionscript;function requireActionscript(){if(hasRequiredActionscript)return actionscript_1;hasRequiredActionscript=1;function e(t){const y=t.regex,n=/[a-zA-Z_$][a-zA-Z0-9_$]*/,$=y.concat(n,y.concat("(\\.",n,")*")),k=/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/,L={className:"rest_arg",begin:/[.]{3}/,end:n,relevance:10};return{name:"ActionScript",aliases:["as"],keywords:{keyword:["as","break","case","catch","class","const","continue","default","delete","do","dynamic","each","else","extends","final","finally","for","function","get","if","implements","import","in","include","instanceof","interface","internal","is","namespace","native","new","override","package","private","protected","public","return","set","static","super","switch","this","throw","try","typeof","use","var","void","while","with"],literal:["true","false","null","undefined"]},contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.C_NUMBER_MODE,{match:[/\bpackage/,/\s+/,$],className:{1:"keyword",3:"title.class"}},{match:[/\b(?:class|interface|extends|implements)/,/\s+/,n],className:{1:"keyword",3:"title.class"}},{className:"meta",beginKeywords:"import include",end:/;/,keywords:{keyword:"import include"}},{beginKeywords:"function",end:/[{;]/,excludeEnd:!0,illegal:/\S/,contains:[t.inherit(t.TITLE_MODE,{className:"title.function"}),{className:"params",begin:/\(/,end:/\)/,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,L]},{begin:y.concat(/:\s*/,k)}]},t.METHOD_GUARD],illegal:/#/}}return actionscript_1=e,actionscript_1}var ada_1,hasRequiredAda;function requireAda(){if(hasRequiredAda)return ada_1;hasRequiredAda=1;function e(t){const y="\\d(_|\\d)*",n="[eE][-+]?"+y,$=y+"(\\."+y+")?("+n+")?",k="\\w+",j="\\b("+(y+"#"+k+"(\\."+k+")?#("+n+")?")+"|"+$+")",V="[A-Za-z](_?[A-Za-z0-9.])*",z=`[]\\{\\}%#'"`,re=t.COMMENT("--","$"),oe={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:z,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:V,endsParent:!0,relevance:0}]};return{name:"Ada",case_insensitive:!0,keywords:{keyword:["abort","else","new","return","abs","elsif","not","reverse","abstract","end","accept","entry","select","access","exception","of","separate","aliased","exit","or","some","all","others","subtype","and","for","out","synchronized","array","function","overriding","at","tagged","generic","package","task","begin","goto","pragma","terminate","body","private","then","if","procedure","type","case","in","protected","constant","interface","is","raise","use","declare","range","delay","limited","record","when","delta","loop","rem","while","digits","renames","with","do","mod","requeue","xor"],literal:["True","False"]},contains:[re,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:j,relevance:0},{className:"symbol",begin:"'"+V},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:z},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[re,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:z},oe,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:z}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:z},oe]}}return ada_1=e,ada_1}var angelscript_1,hasRequiredAngelscript;function requireAngelscript(){if(hasRequiredAngelscript)return angelscript_1;hasRequiredAngelscript=1;function e(t){const y={className:"built_in",begin:"\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)"},n={className:"symbol",begin:"[a-zA-Z0-9_]+@"},$={className:"keyword",begin:"<",end:">",contains:[y,n]};return y.contains=[$],n.contains=[$],{name:"AngelScript",aliases:["asc"],keywords:["for","in|0","break","continue","while","do|0","return","if","else","case","switch","namespace","is","cast","or","and","xor","not","get|0","in","inout|10","out","override","set|0","private","public","const","default|0","final","shared","external","mixin|10","enum","typedef","funcdef","this","super","import","from","interface","abstract|0","try","catch","protected","explicit","property"],illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunction\\s*[^\\(])",contains:[{className:"string",begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE],relevance:0},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"string",begin:"^\\s*\\[",end:"\\]"},{beginKeywords:"interface namespace",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{beginKeywords:"class",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]}]}]},y,n,{className:"literal",begin:"\\b(null|true|false)"},{className:"number",relevance:0,begin:"(-?)(\\b0[xXbBoOdD][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"}]}}return angelscript_1=e,angelscript_1}var apache_1,hasRequiredApache;function requireApache(){if(hasRequiredApache)return apache_1;hasRequiredApache=1;function e(t){const y={className:"number",begin:/[$%]\d+/},n={className:"number",begin:/\b\d+/},$={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/},k={className:"number",begin:/:\d{1,5}/};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[t.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,contains:[$,k,t.inherit(t.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{_:["order","deny","allow","setenv","rewriterule","rewriteengine","rewritecond","documentroot","sethandler","errordocument","loadmodule","options","header","listen","serverroot","servername"]},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",begin:/[\$%]\{/,end:/\}/,contains:["self",y]},$,n,t.QUOTE_STRING_MODE]}}],illegal:/\S/}}return apache_1=e,apache_1}var applescript_1,hasRequiredApplescript;function requireApplescript(){if(hasRequiredApplescript)return applescript_1;hasRequiredApplescript=1;function e(t){const y=t.regex,n=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),$={className:"params",begin:/\(/,end:/\)/,contains:["self",t.C_NUMBER_MODE,n]},k=t.COMMENT(/--/,/$/),L=t.COMMENT(/\(\*/,/\*\)/,{contains:["self",k]}),j=[k,L,t.HASH_COMMENT_MODE],V=[/apart from/,/aside from/,/instead of/,/out of/,/greater than/,/isn't|(doesn't|does not) (equal|come before|come after|contain)/,/(greater|less) than( or equal)?/,/(starts?|ends|begins?) with/,/contained by/,/comes (before|after)/,/a (ref|reference)/,/POSIX (file|path)/,/(date|time) string/,/quoted form/],z=[/clipboard info/,/the clipboard/,/info for/,/list (disks|folder)/,/mount volume/,/path to/,/(close|open for) access/,/(get|set) eof/,/current date/,/do shell script/,/get volume settings/,/random number/,/set volume/,/system attribute/,/system info/,/time to GMT/,/(load|run|store) script/,/scripting components/,/ASCII (character|number)/,/localized string/,/choose (application|color|file|file name|folder|from list|remote application|URL)/,/display (alert|dialog)/];return{name:"AppleScript",aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name|0 paragraph paragraphs rest reverse running time version weekday word words year"},contains:[n,t.C_NUMBER_MODE,{className:"built_in",begin:y.concat(/\b/,y.either(...z),/\b/)},{className:"built_in",begin:/^\s*return\b/},{className:"literal",begin:/\b(text item delimiters|current application|missing value)\b/},{className:"keyword",begin:y.concat(/\b/,y.either(...V),/\b/)},{beginKeywords:"on",illegal:/[${=;\n]/,contains:[t.UNDERSCORE_TITLE_MODE,$]},...j],illegal:/\/\/|->|=>|\[\[/}}return applescript_1=e,applescript_1}var arcade_1,hasRequiredArcade;function requireArcade(){if(hasRequiredArcade)return arcade_1;hasRequiredArcade=1;function e(t){const y=t.regex,n="[A-Za-z_][0-9A-Za-z_]*",$={keyword:["break","case","catch","continue","debugger","do","else","export","for","function","if","import","in","new","return","switch","try","var","void","while"],literal:["BackSlash","DoubleQuote","ForwardSlash","Infinity","NaN","NewLine","PI","SingleQuote","Tab","TextFormatting","false","null","true","undefined"],built_in:["Abs","Acos","All","Angle","Any","Area","AreaGeodetic","Array","Asin","Atan","Atan2","Attachments","Average","Back","Bearing","Boolean","Buffer","BufferGeodetic","Ceil","Centroid","ChangeTimeZone","Clip","Concatenate","Console","Constrain","Contains","ConvertDirection","ConvexHull","Cos","Count","Crosses","Cut","Date|0","DateAdd","DateDiff","DateOnly","Day","Decode","DefaultValue","Densify","DensifyGeodetic","Dictionary","Difference","Disjoint","Distance","DistanceGeodetic","Distinct","Domain","DomainCode","DomainName","EnvelopeIntersects","Equals","Erase","Exp","Expects","Extent","Feature","FeatureSet","FeatureSetByAssociation","FeatureSetById","FeatureSetByName","FeatureSetByPortalItem","FeatureSetByRelationshipClass","FeatureSetByRelationshipName","Filter","Find","First|0","Floor","FromCharCode","FromCodePoint","FromJSON","Front","GdbVersion","Generalize","Geometry","GetEnvironment","GetFeatureSet","GetFeatureSetInfo","GetUser","GroupBy","Guid","HasKey","HasValue","Hash","Hour","IIf","ISOMonth","ISOWeek","ISOWeekday","ISOYear","Includes","IndexOf","Insert","Intersection","Intersects","IsEmpty","IsNan","IsSelfIntersecting","IsSimple","Left|0","Length","Length3D","LengthGeodetic","Log","Lower","Map","Max","Mean","Mid","Millisecond","Min","Minute","Month","MultiPartToSinglePart","Multipoint","NearestCoordinate","NearestVertex","NextSequenceValue","None","Now","Number","Offset","OrderBy","Overlaps","Point","Polygon","Polyline","Pop","Portal","Pow","Proper","Push","Random","Reduce","Relate","Replace","Resize","Reverse","Right|0","RingIsClockwise","Rotate","Round","Schema","Second","SetGeometry","Simplify","Sin","Slice","Sort","Splice","Split","Sqrt","StandardizeGuid","Stdev","SubtypeCode","SubtypeName","Subtypes","Sum","SymmetricDifference","Tan","Text","Time","TimeZone","TimeZoneOffset","Timestamp","ToCharCode","ToCodePoint","ToHex","ToLocal","ToUTC","Today","Top|0","Touches","TrackAccelerationAt","TrackAccelerationWindow","TrackCurrentAcceleration","TrackCurrentDistance","TrackCurrentSpeed","TrackCurrentTime","TrackDistanceAt","TrackDistanceWindow","TrackDuration","TrackFieldWindow","TrackGeometryWindow","TrackIndex","TrackSpeedAt","TrackSpeedWindow","TrackStartTime","TrackWindow","Trim","TypeOf","Union","Upper","UrlEncode","Variance","Week","Weekday","When|0","Within","Year|0"]},k=["aggregatedFeatures","analytic","config","datapoint","datastore","editcontext","feature","featureSet","feedfeature","fencefeature","fencenotificationtype","join","layer","locationupdate","map","measure","measure","originalFeature","record","reference","rowindex","sourcedatastore","sourcefeature","sourcelayer","target","targetdatastore","targetfeature","targetlayer","value","view"],L={className:"symbol",begin:"\\$"+y.either(...k)},j={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},V={className:"subst",begin:"\\$\\{",end:"\\}",keywords:$,contains:[]},z={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,V]};V.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,j,t.REGEXP_MODE];const re=V.contains.concat([t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]);return{name:"ArcGIS Arcade",case_insensitive:!0,keywords:$,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,L,j,{begin:/[{,]\s*/,relevance:0,contains:[{begin:n+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:n,relevance:0}]}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+n+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:n},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:$,contains:re}]}]}],relevance:0},{beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{className:"title.function",begin:n}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:re}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}return arcade_1=e,arcade_1}var arduino_1,hasRequiredArduino;function requireArduino(){if(hasRequiredArduino)return arduino_1;hasRequiredArduino=1;function e(y){const n=y.regex,$=y.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),k="decltype\\(auto\\)",L="[a-zA-Z_]\\w*::",V="(?!struct)("+k+"|"+n.optional(L)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",z={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},oe={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[y.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},y.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},ue={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},de={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},y.inherit(oe,{className:"string"}),{className:"string",begin:/<.*?>/},$,y.C_BLOCK_COMMENT_MODE]},_e={className:"title",begin:n.optional(L)+y.IDENT_RE,relevance:0},Ne=n.optional(L)+y.IDENT_RE+"\\s*\\(",Ue=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],$e=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],Ve=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],Fe=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],ir={type:$e,keyword:Ue,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:Ve},dr={className:"function.dispatch",relevance:0,keywords:{_hint:Fe},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,y.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},cr=[dr,de,z,$,y.C_BLOCK_COMMENT_MODE,ue,oe],nr={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:ir,contains:cr.concat([{begin:/\(/,end:/\)/,keywords:ir,contains:cr.concat(["self"]),relevance:0}]),relevance:0},lr={className:"function",begin:"("+V+"[\\*&\\s]+)+"+Ne,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:ir,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:k,keywords:ir,relevance:0},{begin:Ne,returnBegin:!0,contains:[_e],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[oe,ue]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:ir,relevance:0,contains:[$,y.C_BLOCK_COMMENT_MODE,oe,ue,z,{begin:/\(/,end:/\)/,keywords:ir,relevance:0,contains:["self",$,y.C_BLOCK_COMMENT_MODE,oe,ue,z]}]},z,$,y.C_BLOCK_COMMENT_MODE,de]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:ir,illegal:"",keywords:ir,contains:["self",z]},{begin:y.IDENT_RE+"::",keywords:ir},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function t(y){const n={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},$=e(y),k=$.keywords;return k.type=[...k.type,...n.type],k.literal=[...k.literal,...n.literal],k.built_in=[...k.built_in,...n.built_in],k._hints=n._hints,$.name="Arduino",$.aliases=["ino"],$.supersetOf="cpp",$}return arduino_1=t,arduino_1}var armasm_1,hasRequiredArmasm;function requireArmasm(){if(hasRequiredArmasm)return armasm_1;hasRequiredArmasm=1;function e(t){const y={variants:[t.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),t.COMMENT("[;@]","$",{relevance:0}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+t.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w26 w27 w28 w29 w30 x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},y,t.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}return armasm_1=e,armasm_1}var xml_1,hasRequiredXml$1;function requireXml$1(){if(hasRequiredXml$1)return xml_1;hasRequiredXml$1=1;function e(t){const y=t.regex,n=y.concat(/[\p{L}_]/u,y.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),$=/[\p{L}0-9._:-]+/u,k={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},L={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},j=t.inherit(L,{begin:/\(/,end:/\)/}),V=t.inherit(t.APOS_STRING_MODE,{className:"string"}),z=t.inherit(t.QUOTE_STRING_MODE,{className:"string"}),re={endsWithParent:!0,illegal:/`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[L,z,V,j,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[L,j,z,V]}]}]},t.COMMENT(//,{relevance:10}),{begin://,relevance:10},k,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[z]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/)/,end:/>/,keywords:{name:"style"},contains:[re],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/)/,end:/>/,keywords:{name:"script"},contains:[re],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:y.concat(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:n,relevance:0,starts:re}]},{className:"tag",begin:y.concat(/<\//,y.lookahead(y.concat(n,/>/))),contains:[{className:"name",begin:n,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}return xml_1=e,xml_1}var asciidoc_1,hasRequiredAsciidoc;function requireAsciidoc(){if(hasRequiredAsciidoc)return asciidoc_1;hasRequiredAsciidoc=1;function e(t){const y=t.regex,n={begin:"^'{3,}[ \\t]*$",relevance:10},$=[{begin:/\\[*_`]/},{begin:/\\\\\*{2}[^\n]*?\*{2}/},{begin:/\\\\_{2}[^\n]*_{2}/},{begin:/\\\\`{2}[^\n]*`{2}/},{begin:/[:;}][*_`](?![*_`])/}],k=[{className:"strong",begin:/\*{2}([^\n]+?)\*{2}/},{className:"strong",begin:y.concat(/\*\*/,/((\*(?!\*)|\\[^\n]|[^*\n\\])+\n)+/,/(\*(?!\*)|\\[^\n]|[^*\n\\])*/,/\*\*/),relevance:0},{className:"strong",begin:/\B\*(\S|\S[^\n]*?\S)\*(?!\w)/},{className:"strong",begin:/\*[^\s]([^\n]+\n)+([^\n]+)\*/}],L=[{className:"emphasis",begin:/_{2}([^\n]+?)_{2}/},{className:"emphasis",begin:y.concat(/__/,/((_(?!_)|\\[^\n]|[^_\n\\])+\n)+/,/(_(?!_)|\\[^\n]|[^_\n\\])*/,/__/),relevance:0},{className:"emphasis",begin:/\b_(\S|\S[^\n]*?\S)_(?!\w)/},{className:"emphasis",begin:/_[^\s]([^\n]+\n)+([^\n]+)_/},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0}],j={className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},V={className:"bullet",begin:"^(\\*+|-+|\\.+|[^\\n]+?::)\\s+"};return{name:"AsciiDoc",aliases:["adoc"],contains:[t.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),t.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,6})[ ].+?([ ]\\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},V,j,...$,...k,...L,{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:/`{2}/,end:/(\n{2}|`{2})/},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},n,{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+?\\[[^[]*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}return asciidoc_1=e,asciidoc_1}var aspectj_1,hasRequiredAspectj;function requireAspectj(){if(hasRequiredAspectj)return aspectj_1;hasRequiredAspectj=1;function e(t){const y=t.regex,n=["false","synchronized","int","abstract","float","private","char","boolean","static","null","if","const","for","true","while","long","throw","strictfp","finally","protected","import","native","final","return","void","enum","else","extends","implements","break","transient","new","catch","instanceof","byte","super","volatile","case","assert","short","package","default","double","public","try","this","switch","continue","throws","privileged","aspectOf","adviceexecution","proceed","cflowbelow","cflow","initialization","preinitialization","staticinitialization","withincode","target","within","execution","getWithinTypeName","handler","thisJoinPoint","thisJoinPointStaticPart","thisEnclosingJoinPointStaticPart","declare","parents","warning","error","soft","precedence","thisAspectInstance"],$=["get","set","args","call"];return{name:"AspectJ",keywords:n,illegal:/<\/|#/,contains:[t.COMMENT(/\/\*\*/,/\*\//,{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:/@[A-Za-z]+/}]}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},t.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:n.concat($),excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:y.concat(t.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,contains:[t.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:n,illegal:/["\[\]]/,contains:[{begin:y.concat(t.UNDERSCORE_IDENT_RE,/\s*\(/),keywords:n.concat($),relevance:0},t.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.\w+)?\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:n,excludeEnd:!0,contains:[{begin:y.concat(t.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,relevance:0,contains:[t.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:n,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},t.C_NUMBER_MODE,{className:"meta",begin:/@[A-Za-z]+/}]}}return aspectj_1=e,aspectj_1}var autohotkey_1,hasRequiredAutohotkey;function requireAutohotkey(){if(hasRequiredAutohotkey)return autohotkey_1;hasRequiredAutohotkey=1;function e(t){const y={begin:"`[\\s\\S]"};return{name:"AutoHotkey",case_insensitive:!0,aliases:["ahk"],keywords:{keyword:"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group",literal:"true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},contains:[y,t.inherit(t.QUOTE_STRING_MODE,{contains:[y]}),t.COMMENT(";","$",{relevance:0}),t.C_BLOCK_COMMENT_MODE,{className:"number",begin:t.NUMBER_RE,relevance:0},{className:"variable",begin:"%[a-zA-Z0-9#_$@]+%"},{className:"built_in",begin:"^\\s*\\w+\\s*(,|%)"},{className:"title",variants:[{begin:'^[^\\n";]+::(?!=)'},{begin:'^[^\\n";]+:(?!=)',relevance:0}]},{className:"meta",begin:"^\\s*#\\w+",end:"$",relevance:0},{className:"built_in",begin:"A_[a-zA-Z0-9]+"},{begin:",\\s*,"}]}}return autohotkey_1=e,autohotkey_1}var autoit_1,hasRequiredAutoit;function requireAutoit(){if(hasRequiredAutoit)return autoit_1;hasRequiredAutoit=1;function e(t){const y="ByRef Case Const ContinueCase ContinueLoop Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",n=["EndRegion","forcedef","forceref","ignorefunc","include","include-once","NoTrayIcon","OnAutoItStartRegister","pragma","Region","RequireAdmin","Tidy_Off","Tidy_On","Tidy_Parameters"],$="True False And Null Not Or Default",k="Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait WinWaitActive WinWaitClose WinWaitNotActive",L={variants:[t.COMMENT(";","$",{relevance:0}),t.COMMENT("#cs","#ce"),t.COMMENT("#comments-start","#comments-end")]},j={begin:"\\$[A-z0-9_]+"},V={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},z={variants:[t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE]},re={className:"meta",begin:"#",end:"$",keywords:{keyword:n},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{keyword:"include"},end:"$",contains:[V,{className:"string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},V,L]},oe={className:"symbol",begin:"@[A-z0-9_]+"},ue={beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[t.inherit(t.UNDERSCORE_TITLE_MODE,{className:"title.function"}),{className:"params",begin:"\\(",end:"\\)",contains:[j,V,z]}]};return{name:"AutoIt",case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:y,built_in:k,literal:$},contains:[L,j,V,z,re,oe,ue]}}return autoit_1=e,autoit_1}var avrasm_1,hasRequiredAvrasm;function requireAvrasm(){if(hasRequiredAvrasm)return avrasm_1;hasRequiredAvrasm=1;function e(t){return{name:"AVR Assembly",case_insensitive:!0,keywords:{$pattern:"\\.?"+t.IDENT_RE,keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},contains:[t.C_BLOCK_COMMENT_MODE,t.COMMENT(";","$",{relevance:0}),t.C_NUMBER_MODE,t.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},t.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{className:"subst",begin:"@[0-9]+"}]}}return avrasm_1=e,avrasm_1}var awk_1,hasRequiredAwk;function requireAwk(){if(hasRequiredAwk)return awk_1;hasRequiredAwk=1;function e(t){const y={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},n="BEGIN END if else while do for in break continue delete next nextfile function func exit|10",$={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]};return{name:"Awk",keywords:{keyword:n},contains:[y,$,t.REGEXP_MODE,t.HASH_COMMENT_MODE,t.NUMBER_MODE]}}return awk_1=e,awk_1}var axapta_1,hasRequiredAxapta;function requireAxapta(){if(hasRequiredAxapta)return axapta_1;hasRequiredAxapta=1;function e(t){const y=t.UNDERSCORE_IDENT_RE,L={keyword:["abstract","as","asc","avg","break","breakpoint","by","byref","case","catch","changecompany","class","client","client","common","const","continue","count","crosscompany","delegate","delete_from","desc","display","div","do","edit","else","eventhandler","exists","extends","final","finally","firstfast","firstonly","firstonly1","firstonly10","firstonly100","firstonly1000","flush","for","forceliterals","forcenestedloop","forceplaceholders","forceselectorder","forupdate","from","generateonly","group","hint","if","implements","in","index","insert_recordset","interface","internal","is","join","like","maxof","minof","mod","namespace","new","next","nofetch","notexists","optimisticlock","order","outer","pessimisticlock","print","private","protected","public","readonly","repeatableread","retry","return","reverse","select","server","setting","static","sum","super","switch","this","throw","try","ttsabort","ttsbegin","ttscommit","unchecked","update_recordset","using","validtimestate","void","where","while"],built_in:["anytype","boolean","byte","char","container","date","double","enum","guid","int","int64","long","real","short","str","utcdatetime","var"],literal:["default","false","null","true"]},j={variants:[{match:[/(class|interface)\s+/,y,/\s+(extends|implements)\s+/,y]},{match:[/class\s+/,y]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:L};return{name:"X++",aliases:["x++"],keywords:L,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},j]}}return axapta_1=e,axapta_1}var bash_1,hasRequiredBash;function requireBash(){if(hasRequiredBash)return bash_1;hasRequiredBash=1;function e(t){const y=t.regex,n={},$={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{begin:y.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},$]});const k={className:"subst",begin:/\$\(/,end:/\)/,contains:[t.BACKSLASH_ESCAPE]},L=t.inherit(t.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:"comment"}}),j={begin:/<<-?\s*(?=\w+)/,starts:{contains:[t.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},V={className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,n,k]};k.contains.push(V);const z={match:/\\"/},re={className:"string",begin:/'/,end:/'/},oe={match:/\\'/},ue={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},t.NUMBER_MODE,n]},de=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],_e=t.SHEBANG({binary:`(${de.join("|")})`,relevance:10}),Ne={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[t.inherit(t.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},Ue=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],$e=["true","false"],Ve={match:/(\/[a-z._-]+)+/},Fe=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],qe=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],er=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],ir=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:Ue,literal:$e,built_in:[...Fe,...qe,"set","shopt",...er,...ir]},contains:[_e,t.SHEBANG(),Ne,ue,L,j,Ve,V,z,re,oe,n]}}return bash_1=e,bash_1}var basic_1,hasRequiredBasic;function requireBasic(){if(hasRequiredBasic)return basic_1;hasRequiredBasic=1;function e(t){return{name:"BASIC",case_insensitive:!0,illegal:"^.",keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keyword:["ABS","ASC","AND","ATN","AUTO|0","BEEP","BLOAD|10","BSAVE|10","CALL","CALLS","CDBL","CHAIN","CHDIR","CHR$|10","CINT","CIRCLE","CLEAR","CLOSE","CLS","COLOR","COM","COMMON","CONT","COS","CSNG","CSRLIN","CVD","CVI","CVS","DATA","DATE$","DEFDBL","DEFINT","DEFSNG","DEFSTR","DEF|0","SEG","USR","DELETE","DIM","DRAW","EDIT","END","ENVIRON","ENVIRON$","EOF","EQV","ERASE","ERDEV","ERDEV$","ERL","ERR","ERROR","EXP","FIELD","FILES","FIX","FOR|0","FRE","GET","GOSUB|10","GOTO","HEX$","IF","THEN","ELSE|0","INKEY$","INP","INPUT","INPUT#","INPUT$","INSTR","IMP","INT","IOCTL","IOCTL$","KEY","ON","OFF","LIST","KILL","LEFT$","LEN","LET","LINE","LLIST","LOAD","LOC","LOCATE","LOF","LOG","LPRINT","USING","LSET","MERGE","MID$","MKDIR","MKD$","MKI$","MKS$","MOD","NAME","NEW","NEXT","NOISE","NOT","OCT$","ON","OR","PEN","PLAY","STRIG","OPEN","OPTION","BASE","OUT","PAINT","PALETTE","PCOPY","PEEK","PMAP","POINT","POKE","POS","PRINT","PRINT]","PSET","PRESET","PUT","RANDOMIZE","READ","REM","RENUM","RESET|0","RESTORE","RESUME","RETURN|0","RIGHT$","RMDIR","RND","RSET","RUN","SAVE","SCREEN","SGN","SHELL","SIN","SOUND","SPACE$","SPC","SQR","STEP","STICK","STOP","STR$","STRING$","SWAP","SYSTEM","TAB","TAN","TIME$","TIMER","TROFF","TRON","TO","USR","VAL","VARPTR","VARPTR$","VIEW","WAIT","WHILE","WEND","WIDTH","WINDOW","WRITE","XOR"]},contains:[t.QUOTE_STRING_MODE,t.COMMENT("REM","$",{relevance:10}),t.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b\\d+(\\.\\d+)?([edED]\\d+)?[#!]?",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}return basic_1=e,basic_1}var bnf_1,hasRequiredBnf;function requireBnf(){if(hasRequiredBnf)return bnf_1;hasRequiredBnf=1;function e(t){return{name:"Backus–Naur Form",contains:[{className:"attribute",begin://},{begin:/::=/,end:/$/,contains:[{begin://},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]}]}}return bnf_1=e,bnf_1}var brainfuck_1,hasRequiredBrainfuck;function requireBrainfuck(){if(hasRequiredBrainfuck)return brainfuck_1;hasRequiredBrainfuck=1;function e(t){const y={className:"literal",begin:/[+-]+/,relevance:0};return{name:"Brainfuck",aliases:["bf"],contains:[t.COMMENT(/[^\[\]\.,\+\-<> \r\n]/,/[\[\]\.,\+\-<> \r\n]/,{contains:[{match:/[ ]+[^\[\]\.,\+\-<> \r\n]/,relevance:0}],returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/(?=\+\+|--)/,contains:[y]},y]}}return brainfuck_1=e,brainfuck_1}var c_1,hasRequiredC;function requireC(){if(hasRequiredC)return c_1;hasRequiredC=1;function e(t){const y=t.regex,n=t.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),$="decltype\\(auto\\)",k="[a-zA-Z_]\\w*::",j="("+$+"|"+y.optional(k)+"[a-zA-Z_]\\w*"+y.optional("<[^<>]+>")+")",V={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},re={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},t.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},oe={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},ue={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef elifdef elifndef include"},contains:[{begin:/\\\n/,relevance:0},t.inherit(re,{className:"string"}),{className:"string",begin:/<.*?>/},n,t.C_BLOCK_COMMENT_MODE]},de={className:"title",begin:y.optional(k)+t.IDENT_RE,relevance:0},_e=y.optional(k)+t.IDENT_RE+"\\s*\\(",$e={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","typeof","typeof_unqual","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_BitInt","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal96","_Decimal128","_Decimal64x","_Decimal128x","_Float16","_Float32","_Float64","_Float128","_Float32x","_Float64x","_Float128x","const","static","constexpr","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},Ve=[ue,V,n,t.C_BLOCK_COMMENT_MODE,oe,re],Fe={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:$e,contains:Ve.concat([{begin:/\(/,end:/\)/,keywords:$e,contains:Ve.concat(["self"]),relevance:0}]),relevance:0},qe={begin:"("+j+"[\\*&\\s]+)+"+_e,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:$e,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:$,keywords:$e,relevance:0},{begin:_e,returnBegin:!0,contains:[t.inherit(de,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:$e,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,oe,V,{begin:/\(/,end:/\)/,keywords:$e,relevance:0,contains:["self",n,t.C_BLOCK_COMMENT_MODE,re,oe,V]}]},V,n,t.C_BLOCK_COMMENT_MODE,ue]};return{name:"C",aliases:["h"],keywords:$e,disableAutodetect:!0,illegal:"=]/,contains:[{beginKeywords:"final class struct"},t.TITLE_MODE]}]),exports:{preprocessor:ue,strings:re,keywords:$e}}}return c_1=e,c_1}var cal_1,hasRequiredCal;function requireCal(){if(hasRequiredCal)return cal_1;hasRequiredCal=1;function e(t){const y=t.regex,n=["div","mod","in","and","or","not","xor","asserterror","begin","case","do","downto","else","end","exit","for","local","if","of","repeat","then","to","until","while","with","var"],$="false true",k=[t.C_LINE_COMMENT_MODE,t.COMMENT(/\{/,/\}/,{relevance:0}),t.COMMENT(/\(\*/,/\*\)/,{relevance:10})],L={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},j={className:"string",begin:/(#\d+)+/},V={className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},z={className:"string",begin:'"',end:'"'},re={match:[/procedure/,/\s+/,/[a-zA-Z_][\w@]*/,/\s*/],scope:{1:"keyword",3:"title.function"},contains:[{className:"params",begin:/\(/,end:/\)/,keywords:n,contains:[L,j,t.NUMBER_MODE]},...k]},oe=["Table","Form","Report","Dataport","Codeunit","XMLport","MenuSuite","Page","Query"],ue={match:[/OBJECT/,/\s+/,y.either(...oe),/\s+/,/\d+/,/\s+(?=[^\s])/,/.*/,/$/],relevance:3,scope:{1:"keyword",3:"type",5:"number",7:"title"}};return{name:"C/AL",case_insensitive:!0,keywords:{keyword:n,literal:$},illegal:/\/\*/,contains:[{match:/[\w]+(?=\=)/,scope:"attribute",relevance:0},L,j,V,z,t.NUMBER_MODE,ue,re]}}return cal_1=e,cal_1}var capnproto_1,hasRequiredCapnproto;function requireCapnproto(){if(hasRequiredCapnproto)return capnproto_1;hasRequiredCapnproto=1;function e(t){const y=["struct","enum","interface","union","group","import","using","const","annotation","extends","in","of","on","as","with","from","fixed"],n=["Void","Bool","Int8","Int16","Int32","Int64","UInt8","UInt16","UInt32","UInt64","Float32","Float64","Text","Data","AnyPointer","AnyStruct","Capability","List"],$=["true","false"],k={variants:[{match:[/(struct|enum|interface)/,/\s+/,t.IDENT_RE]},{match:[/extends/,/\s*\(/,t.IDENT_RE,/\s*\)/]}],scope:{1:"keyword",3:"title.class"}};return{name:"Cap’n Proto",aliases:["capnp"],keywords:{keyword:y,type:n,literal:$},contains:[t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},k]}}return capnproto_1=e,capnproto_1}var ceylon_1,hasRequiredCeylon;function requireCeylon(){if(hasRequiredCeylon)return ceylon_1;hasRequiredCeylon=1;function e(t){const y=["assembly","module","package","import","alias","class","interface","object","given","value","assign","void","function","new","of","extends","satisfies","abstracts","in","out","return","break","continue","throw","assert","dynamic","if","else","switch","case","for","while","try","catch","finally","then","let","this","outer","super","is","exists","nonempty"],n=["shared","abstract","formal","default","actual","variable","late","native","deprecated","final","sealed","annotation","suppressWarnings","small"],$=["doc","by","license","see","throws","tagged"],k={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:y,relevance:10},L=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[k]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return k.contains=L,{name:"Ceylon",keywords:{keyword:y.concat(n),meta:$},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(L)}}return ceylon_1=e,ceylon_1}var clean_1,hasRequiredClean;function requireClean(){if(hasRequiredClean)return clean_1;hasRequiredClean=1;function e(t){return{name:"Clean",aliases:["icl","dcl"],keywords:{keyword:["if","let","in","with","where","case","of","class","instance","otherwise","implementation","definition","system","module","from","import","qualified","as","special","code","inline","foreign","export","ccall","stdcall","generic","derive","infix","infixl","infixr"],built_in:"Int Real Char Bool",literal:"True False"},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]}}return clean_1=e,clean_1}var clojure_1,hasRequiredClojure;function requireClojure(){if(hasRequiredClojure)return clojure_1;hasRequiredClojure=1;function e(t){const y="a-zA-Z_\\-!.?+*=<>&'",n="[#]?["+y+"]["+y+"0-9/;:$#]*",$="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",k={$pattern:n,built_in:$+" cond apply if-not if-let if not not= =|0 <|0 >|0 <=|0 >=|0 ==|0 +|0 /|0 *|0 -|0 rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy first rest cons cast coll last butlast sigs reify second ffirst fnext nfirst nnext meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},L={begin:n,relevance:0},j={scope:"number",relevance:0,variants:[{match:/[-+]?0[xX][0-9a-fA-F]+N?/},{match:/[-+]?0[0-7]+N?/},{match:/[-+]?[1-9][0-9]?[rR][0-9a-zA-Z]+N?/},{match:/[-+]?[0-9]+\/[0-9]+N?/},{match:/[-+]?[0-9]+((\.[0-9]*([eE][+-]?[0-9]+)?M?)|([eE][+-]?[0-9]+M?|M))/},{match:/[-+]?([1-9][0-9]*|0)N?/}]},V={scope:"character",variants:[{match:/\\o[0-3]?[0-7]{1,2}/},{match:/\\u[0-9a-fA-F]{4}/},{match:/\\(newline|space|tab|formfeed|backspace|return)/},{match:/\\\S/,relevance:0}]},z={scope:"regex",begin:/#"/,end:/"/,contains:[t.BACKSLASH_ESCAPE]},re=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),oe={scope:"punctuation",match:/,/,relevance:0},ue=t.COMMENT(";","$",{relevance:0}),de={className:"literal",begin:/\b(true|false|nil)\b/},_e={begin:"\\[|(#::?"+n+")?\\{",end:"[\\]\\}]",relevance:0},Ne={className:"symbol",begin:"[:]{1,2}"+n},Ue={begin:"\\(",end:"\\)"},$e={endsWithParent:!0,relevance:0},Ve={keywords:k,className:"name",begin:n,relevance:0,starts:$e},Fe=[oe,Ue,V,z,re,ue,Ne,_e,j,de,L],qe={beginKeywords:$,keywords:{$pattern:n,keyword:$},end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:n,relevance:0,excludeEnd:!0,endsParent:!0}].concat(Fe)};return Ue.contains=[qe,Ve,$e],$e.contains=Fe,_e.contains=Fe,{name:"Clojure",aliases:["clj","edn"],illegal:/\S/,contains:[oe,Ue,V,z,re,ue,Ne,_e,j,de]}}return clojure_1=e,clojure_1}var clojureRepl_1,hasRequiredClojureRepl;function requireClojureRepl(){if(hasRequiredClojureRepl)return clojureRepl_1;hasRequiredClojureRepl=1;function e(t){return{name:"Clojure REPL",contains:[{className:"meta.prompt",begin:/^([\w.-]+|\s*#_)?=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}return clojureRepl_1=e,clojureRepl_1}var cmake_1,hasRequiredCmake;function requireCmake(){if(hasRequiredCmake)return cmake_1;hasRequiredCmake=1;function e(t){return{name:"CMake",aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"},contains:[{className:"variable",begin:/\$\{/,end:/\}/},t.COMMENT(/#\[\[/,/]]/),t.HASH_COMMENT_MODE,t.QUOTE_STRING_MODE,t.NUMBER_MODE]}}return cmake_1=e,cmake_1}var coffeescript_1,hasRequiredCoffeescript;function requireCoffeescript(){if(hasRequiredCoffeescript)return coffeescript_1;hasRequiredCoffeescript=1;const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],t=["true","false","null","undefined","NaN","Infinity"],y=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],n=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],$=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],k=[].concat($,y,n);function L(j){const V=["npm","print"],z=["yes","no","on","off"],re=["then","unless","until","loop","by","when","and","or","is","isnt","not"],oe=["var","const","let","function","static"],ue=er=>ir=>!er.includes(ir),de={keyword:e.concat(re).filter(ue(oe)),literal:t.concat(z),built_in:k.concat(V)},_e="[A-Za-z$_][0-9A-Za-z$_]*",Ne={className:"subst",begin:/#\{/,end:/\}/,keywords:de},Ue=[j.BINARY_NUMBER_MODE,j.inherit(j.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[j.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[j.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[j.BACKSLASH_ESCAPE,Ne]},{begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE,Ne]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[Ne,j.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+_e},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];Ne.contains=Ue;const $e=j.inherit(j.TITLE_MODE,{begin:_e}),Ve="(\\(.*\\)\\s*)?\\B[-=]>",Fe={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:de,contains:["self"].concat(Ue)}]},qe={variants:[{match:[/class\s+/,_e,/\s+extends\s+/,_e]},{match:[/class\s+/,_e]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:de};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:de,illegal:/\/\*/,contains:[...Ue,j.COMMENT("###","###"),j.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+_e+"\\s*=\\s*"+Ve,end:"[-=]>",returnBegin:!0,contains:[$e,Fe]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:Ve,end:"[-=]>",returnBegin:!0,contains:[Fe]}]},qe,{begin:_e+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}]}}return coffeescript_1=L,coffeescript_1}var coq_1,hasRequiredCoq;function requireCoq(){if(hasRequiredCoq)return coq_1;hasRequiredCoq=1;function e(t){return{name:"Coq",keywords:{keyword:["_|0","as","at","cofix","else","end","exists","exists2","fix","for","forall","fun","if","IF","in","let","match","mod","Prop","return","Set","then","Type","using","where","with","Abort","About","Add","Admit","Admitted","All","Arguments","Assumptions","Axiom","Back","BackTo","Backtrack","Bind","Blacklist","Canonical","Cd","Check","Class","Classes","Close","Coercion","Coercions","CoFixpoint","CoInductive","Collection","Combined","Compute","Conjecture","Conjectures","Constant","constr","Constraint","Constructors","Context","Corollary","CreateHintDb","Cut","Declare","Defined","Definition","Delimit","Dependencies","Dependent","Derive","Drop","eauto","End","Equality","Eval","Example","Existential","Existentials","Existing","Export","exporting","Extern","Extract","Extraction","Fact","Field","Fields","File","Fixpoint","Focus","for","From","Function","Functional","Generalizable","Global","Goal","Grab","Grammar","Graph","Guarded","Heap","Hint","HintDb","Hints","Hypotheses","Hypothesis","ident","Identity","If","Immediate","Implicit","Import","Include","Inductive","Infix","Info","Initial","Inline","Inspect","Instance","Instances","Intro","Intros","Inversion","Inversion_clear","Language","Left","Lemma","Let","Libraries","Library","Load","LoadPath","Local","Locate","Ltac","ML","Mode","Module","Modules","Monomorphic","Morphism","Next","NoInline","Notation","Obligation","Obligations","Opaque","Open","Optimize","Options","Parameter","Parameters","Parametric","Path","Paths","pattern","Polymorphic","Preterm","Print","Printing","Program","Projections","Proof","Proposition","Pwd","Qed","Quit","Rec","Record","Recursive","Redirect","Relation","Remark","Remove","Require","Reserved","Reset","Resolve","Restart","Rewrite","Right","Ring","Rings","Save","Scheme","Scope","Scopes","Script","Search","SearchAbout","SearchHead","SearchPattern","SearchRewrite","Section","Separate","Set","Setoid","Show","Solve","Sorted","Step","Strategies","Strategy","Structure","SubClass","Table","Tables","Tactic","Term","Test","Theorem","Time","Timeout","Transparent","Type","Typeclasses","Types","Undelimit","Undo","Unfocus","Unfocused","Unfold","Universe","Universes","Unset","Unshelve","using","Variable","Variables","Variant","Verbose","Visibility","where","with"],built_in:["abstract","absurd","admit","after","apply","as","assert","assumption","at","auto","autorewrite","autounfold","before","bottom","btauto","by","case","case_eq","cbn","cbv","change","classical_left","classical_right","clear","clearbody","cofix","compare","compute","congruence","constr_eq","constructor","contradict","contradiction","cut","cutrewrite","cycle","decide","decompose","dependent","destruct","destruction","dintuition","discriminate","discrR","do","double","dtauto","eapply","eassumption","eauto","ecase","econstructor","edestruct","ediscriminate","eelim","eexact","eexists","einduction","einjection","eleft","elim","elimtype","enough","equality","erewrite","eright","esimplify_eq","esplit","evar","exact","exactly_once","exfalso","exists","f_equal","fail","field","field_simplify","field_simplify_eq","first","firstorder","fix","fold","fourier","functional","generalize","generalizing","gfail","give_up","has_evar","hnf","idtac","in","induction","injection","instantiate","intro","intro_pattern","intros","intuition","inversion","inversion_clear","is_evar","is_var","lapply","lazy","left","lia","lra","move","native_compute","nia","nsatz","omega","once","pattern","pose","progress","proof","psatz","quote","record","red","refine","reflexivity","remember","rename","repeat","replace","revert","revgoals","rewrite","rewrite_strat","right","ring","ring_simplify","rtauto","set","setoid_reflexivity","setoid_replace","setoid_rewrite","setoid_symmetry","setoid_transitivity","shelve","shelve_unifiable","simpl","simple","simplify_eq","solve","specialize","split","split_Rabs","split_Rmult","stepl","stepr","subst","sum","swap","symmetry","tactic","tauto","time","timeout","top","transitivity","trivial","try","tryif","unfold","unify","until","using","vm_compute","with"]},contains:[t.QUOTE_STRING_MODE,t.COMMENT("\\(\\*","\\*\\)"),t.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}return coq_1=e,coq_1}var cos_1,hasRequiredCos;function requireCos(){if(hasRequiredCos)return cos_1;hasRequiredCos=1;function e(t){return{name:"Caché Object Script",case_insensitive:!0,aliases:["cls"],keywords:"property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii",contains:[{className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*\s*>/,subLanguage:"xml"}]}}return cos_1=e,cos_1}var cpp_1,hasRequiredCpp;function requireCpp(){if(hasRequiredCpp)return cpp_1;hasRequiredCpp=1;function e(t){const y=t.regex,n=t.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),$="decltype\\(auto\\)",k="[a-zA-Z_]\\w*::",j="(?!struct)("+$+"|"+y.optional(k)+"[a-zA-Z_]\\w*"+y.optional("<[^<>]+>")+")",V={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},re={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},t.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},oe={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},ue={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},t.inherit(re,{className:"string"}),{className:"string",begin:/<.*?>/},n,t.C_BLOCK_COMMENT_MODE]},de={className:"title",begin:y.optional(k)+t.IDENT_RE,relevance:0},_e=y.optional(k)+t.IDENT_RE+"\\s*\\(",Ne=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],Ue=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],$e=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],Ve=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],er={type:Ue,keyword:Ne,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:$e},ir={className:"function.dispatch",relevance:0,keywords:{_hint:Ve},begin:y.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,t.IDENT_RE,y.lookahead(/(<[^<>]+>|)\s*\(/))},dr=[ir,ue,V,n,t.C_BLOCK_COMMENT_MODE,oe,re],cr={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:er,contains:dr.concat([{begin:/\(/,end:/\)/,keywords:er,contains:dr.concat(["self"]),relevance:0}]),relevance:0},nr={className:"function",begin:"("+j+"[\\*&\\s]+)+"+_e,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:er,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:$,keywords:er,relevance:0},{begin:_e,returnBegin:!0,contains:[de],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[re,oe]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:er,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,oe,V,{begin:/\(/,end:/\)/,keywords:er,relevance:0,contains:["self",n,t.C_BLOCK_COMMENT_MODE,re,oe,V]}]},V,n,t.C_BLOCK_COMMENT_MODE,ue]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:er,illegal:"",keywords:er,contains:["self",V]},{begin:t.IDENT_RE+"::",keywords:er},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}return cpp_1=e,cpp_1}var crmsh_1,hasRequiredCrmsh;function requireCrmsh(){if(hasRequiredCrmsh)return crmsh_1;hasRequiredCrmsh=1;function e(t){const y="primitive rsc_template",n="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml";return{name:"crmsh",aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:"params meta operations op rule attributes utilization"+" "+"read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\"+" "+"number string",literal:"Master Started Slave Stopped start promote demote stop monitor true false"},contains:[t.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:y,starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+n.split(" ").join("|")+")\\s+",keywords:n,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},t.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z$_#][\w_-]+)=/,relevance:0},{className:"tag",begin:"",relevance:0}]}}return crmsh_1=e,crmsh_1}var crystal_1,hasRequiredCrystal;function requireCrystal(){if(hasRequiredCrystal)return crystal_1;hasRequiredCrystal=1;function e(t){const y="(_?[ui](8|16|32|64|128))?",n="(_?f(32|64))?",$="[a-zA-Z_]\\w*[!?=]?",k="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",L="[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",j={$pattern:$,keyword:"abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",literal:"false nil true"},V={className:"subst",begin:/#\{/,end:/\}/,keywords:j},z={className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},re={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:j};function oe(Ve,Fe){const qe=[{begin:Ve,end:Fe}];return qe[0].contains=qe,qe}const ue={className:"string",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:oe("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:oe("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:oe(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:oe("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},de={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:oe("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:oe("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:oe(/\{/,/\}/)},{begin:"%q<",end:">",contains:oe("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},_e={begin:"(?!%\\})("+t.RE_STARTERS_RE+"|\\n|\\b(case|if|select|unless|until|when|while)\\b)\\s*",keywords:"case if select unless until when while",contains:[{className:"regexp",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/(?!\\/)",end:"/[a-z]*"}]}],relevance:0},Ne={className:"regexp",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:"%r\\(",end:"\\)",contains:oe("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:oe("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:oe(/\{/,/\}/)},{begin:"%r<",end:">",contains:oe("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},Ue={className:"meta",begin:"@\\[",end:"\\]",contains:[t.inherit(t.QUOTE_STRING_MODE,{className:"string"})]},$e=[re,ue,de,Ne,_e,Ue,z,t.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:L}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:L})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:L})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:k,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:k,endsParent:!0})],relevance:2},{className:"symbol",begin:t.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[ue,{begin:k}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]+)"+y},{begin:"\\b0o([0-7_]+)"+y},{begin:"\\b0x([A-Fa-f0-9_]+)"+y},{begin:"\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?"+n+"(?!_)"},{begin:"\\b([1-9][0-9_]*|0)"+y}],relevance:0}];return V.contains=$e,re.contains=$e.slice(1),{name:"Crystal",aliases:["cr"],keywords:j,contains:$e}}return crystal_1=e,crystal_1}var csharp_1,hasRequiredCsharp;function requireCsharp(){if(hasRequiredCsharp)return csharp_1;hasRequiredCsharp=1;function e(t){const y=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],n=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],$=["default","false","null","true"],k=["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],L=["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"],j={keyword:k.concat(L),built_in:y,literal:$},V=t.inherit(t.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),z={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},re={className:"string",begin:/"""("*)(?!")(.|\n)*?"""\1/,relevance:1},oe={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},ue=t.inherit(oe,{illegal:/\n/}),de={className:"subst",begin:/\{/,end:/\}/,keywords:j},_e=t.inherit(de,{illegal:/\n/}),Ne={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},t.BACKSLASH_ESCAPE,_e]},Ue={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},de]},$e=t.inherit(Ue,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},_e]});de.contains=[Ue,Ne,oe,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.C_BLOCK_COMMENT_MODE],_e.contains=[$e,Ne,ue,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.inherit(t.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const Ve={variants:[re,Ue,Ne,oe,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},Fe={begin:"<",end:">",contains:[{beginKeywords:"in out"},V]},qe=t.IDENT_RE+"(<"+t.IDENT_RE+"(\\s*,\\s*"+t.IDENT_RE+")*>)?(\\[\\])?",er={begin:"@"+t.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:j,illegal:/::/,contains:[t.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:""},{begin:""}]}]}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},Ve,z,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},V,Fe,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[V,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[V,Fe,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+qe+"\\s+)+"+t.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:j,contains:[{beginKeywords:n.join(" "),relevance:0},{begin:t.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[t.TITLE_MODE,Fe],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:j,relevance:0,contains:[Ve,z,t.C_BLOCK_COMMENT_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},er]}}return csharp_1=e,csharp_1}var csp_1,hasRequiredCsp;function requireCsp(){if(hasRequiredCsp)return csp_1;hasRequiredCsp=1;function e(t){return{name:"CSP",case_insensitive:!1,keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_-]*",keyword:["base-uri","child-src","connect-src","default-src","font-src","form-action","frame-ancestors","frame-src","img-src","manifest-src","media-src","object-src","plugin-types","report-uri","sandbox","script-src","style-src","trusted-types","unsafe-hashes","worker-src"]},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}return csp_1=e,csp_1}var css_1,hasRequiredCss$1;function requireCss$1(){if(hasRequiredCss$1)return css_1;hasRequiredCss$1=1;const e=z=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:z.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:z.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),t=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],y=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],n=[...t,...y],$=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),k=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-end-end-radius","border-end-start-radius","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse();function V(z){const re=z.regex,oe=e(z),ue={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},de="and or not only",_e=/@-?\w[\w]*(-\w+)*/,Ne="[a-zA-Z-][a-zA-Z0-9_-]*",Ue=[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[oe.BLOCK_COMMENT,ue,oe.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+Ne,relevance:0},oe.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+k.join("|")+")"},{begin:":(:)?("+L.join("|")+")"}]},oe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[oe.BLOCK_COMMENT,oe.HEXCOLOR,oe.IMPORTANT,oe.CSS_NUMBER_MODE,...Ue,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...Ue,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},oe.FUNCTION_DISPATCH]},{begin:re.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:_e},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:de,attribute:$.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...Ue,oe.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+n.join("|")+")\\b"}]}}return css_1=V,css_1}var d_1,hasRequiredD;function requireD(){if(hasRequiredD)return d_1;hasRequiredD=1;function e(t){const y={$pattern:t.UNDERSCORE_IDENT_RE,keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},n="(0|[1-9][\\d_]*)",$="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",k="0[bB][01_]+",L="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",j="0[xX]"+L,V="([eE][+-]?"+$+")",z="("+$+"(\\.\\d*|"+V+")|\\d+\\."+$+"|\\."+n+V+"?)",re="(0[xX]("+L+"\\."+L+"|\\.?"+L+")[pP][+-]?"+$+")",oe="("+n+"|"+k+"|"+j+")",ue="("+re+"|"+z+")",de=`\\\\(['"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};`,_e={className:"number",begin:"\\b"+oe+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},Ne={className:"number",begin:"\\b("+ue+"([fF]|L|i|[fF]i|Li)?|"+oe+"(i|[fF]i|Li))",relevance:0},Ue={className:"string",begin:"'("+de+"|.)",end:"'",illegal:"."},Ve={className:"string",begin:'"',contains:[{begin:de,relevance:0}],end:'"[cwd]?'},Fe={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},qe={className:"string",begin:"`",end:"`[cwd]?"},er={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},ir={className:"string",begin:'q"\\{',end:'\\}"'},dr={className:"meta",begin:"^#!",end:"$",relevance:5},cr={className:"meta",begin:"#(line)",end:"$",relevance:5},nr={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},lr=t.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:y,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,lr,er,Ve,Fe,qe,ir,Ne,_e,Ue,dr,cr,nr]}}return d_1=e,d_1}var markdown_1,hasRequiredMarkdown;function requireMarkdown(){if(hasRequiredMarkdown)return markdown_1;hasRequiredMarkdown=1;function e(t){const y=t.regex,n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},$={begin:"^[-\\*]{3,}",end:"$"},k={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},L={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},j={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},V=/[A-Za-z][A-Za-z0-9+.-]*/,z={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:y.concat(/\[.+?\]\(/,V,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},re={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},oe={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},ue=t.inherit(re,{contains:[]}),de=t.inherit(oe,{contains:[]});re.contains.push(de),oe.contains.push(ue);let _e=[n,z];return[re,oe,ue,de].forEach(Ve=>{Ve.contains=Ve.contains.concat(_e)}),_e=_e.concat(re,oe),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:_e},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:_e}]}]},n,L,re,oe,{className:"quote",begin:"^>\\s+",contains:_e,end:"$"},k,$,z,j,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}return markdown_1=e,markdown_1}var dart_1,hasRequiredDart;function requireDart(){if(hasRequiredDart)return dart_1;hasRequiredDart=1;function e(t){const y={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},n={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},$={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:'"""',end:'"""',contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,y,n]}]};n.contains=[t.C_NUMBER_MODE,$];const k=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],L=k.map(z=>`${z}?`);return{name:"Dart",keywords:{keyword:["abstract","as","assert","async","await","base","break","case","catch","class","const","continue","covariant","default","deferred","do","dynamic","else","enum","export","extends","extension","external","factory","false","final","finally","for","Function","get","hide","if","implements","import","in","interface","is","late","library","mixin","new","null","on","operator","part","required","rethrow","return","sealed","set","show","static","super","switch","sync","this","throw","true","try","typedef","var","void","when","while","with","yield"],built_in:k.concat(L).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[$,t.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),t.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},t.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}return dart_1=e,dart_1}var delphi_1,hasRequiredDelphi;function requireDelphi(){if(hasRequiredDelphi)return delphi_1;hasRequiredDelphi=1;function e(t){const y=["exports","register","file","shl","array","record","property","for","mod","while","set","ally","label","uses","raise","not","stored","class","safecall","var","interface","or","private","static","exit","index","inherited","to","else","stdcall","override","shr","asm","far","resourcestring","finalization","packed","virtual","out","and","protected","library","do","xorwrite","goto","near","function","end","div","overload","object","unit","begin","string","on","inline","repeat","until","destructor","write","message","program","with","read","initialization","except","default","nil","if","case","cdecl","in","downto","threadvar","of","try","pascal","const","external","constructor","type","public","then","implementation","finally","published","procedure","absolute","reintroduce","operator","as","is","abstract","alias","assembler","bitpacked","break","continue","cppdecl","cvar","enumerator","experimental","platform","deprecated","unimplemented","dynamic","export","far16","forward","generic","helper","implements","interrupt","iochecks","local","name","nodefault","noreturn","nostackframe","oldfpccall","otherwise","saveregisters","softfloat","specialize","strict","unaligned","varargs"],n=[t.C_LINE_COMMENT_MODE,t.COMMENT(/\{/,/\}/,{relevance:0}),t.COMMENT(/\(\*/,/\*\)/,{relevance:10})],$={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},k={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},L={className:"number",relevance:0,variants:[{match:/\b\d[\d_]*(\.\d[\d_]*)?/},{match:/\$[\dA-Fa-f_]+/},{match:/\$/,relevance:0},{match:/&[0-7][0-7_]*/},{match:/%[01_]+/},{match:/%/,relevance:0}]},j={className:"string",variants:[{match:/#\d[\d_]*/},{match:/#\$[\dA-Fa-f][\dA-Fa-f_]*/},{match:/#&[0-7][0-7_]*/},{match:/#%[01][01_]*/}]},V={begin:t.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[t.TITLE_MODE]},z={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[t.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:y,contains:[k,j,$].concat(n)},$].concat(n)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal"],case_insensitive:!0,keywords:y,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[k,j,L,V,z,$].concat(n)}}return delphi_1=e,delphi_1}var diff_1,hasRequiredDiff;function requireDiff(){if(hasRequiredDiff)return diff_1;hasRequiredDiff=1;function e(t){const y=t.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:y.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:y.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}return diff_1=e,diff_1}var django_1,hasRequiredDjango;function requireDjango(){if(hasRequiredDjango)return django_1;hasRequiredDjango=1;function e(t){const y={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[t.QUOTE_STRING_MODE,t.APOS_STRING_MODE]};return{name:"Django",aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[t.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),t.COMMENT(/\{#/,/#\}/),{className:"template-tag",begin:/\{%/,end:/%\}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[y],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[y]}]}}return django_1=e,django_1}var dns_1,hasRequiredDns;function requireDns(){if(hasRequiredDns)return dns_1;hasRequiredDns=1;function e(t){return{name:"DNS Zone",aliases:["bind","zone"],keywords:["IN","A","AAAA","AFSDB","APL","CAA","CDNSKEY","CDS","CERT","CNAME","DHCID","DLV","DNAME","DNSKEY","DS","HIP","IPSECKEY","KEY","KX","LOC","MX","NAPTR","NS","NSEC","NSEC3","NSEC3PARAM","PTR","RRSIG","RP","SIG","SOA","SRV","SSHFP","TA","TKEY","TLSA","TSIG","TXT"],contains:[t.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},t.inherit(t.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}return dns_1=e,dns_1}var dockerfile_1,hasRequiredDockerfile;function requireDockerfile(){if(hasRequiredDockerfile)return dockerfile_1;hasRequiredDockerfile=1;function e(t){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],contains:[t.HASH_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"",illegal:"\\n"}]},y,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},k={className:"variable",begin:/&[a-z\d_]*\b/},L={className:"keyword",begin:"/[a-z][a-z\\d-]*/"},j={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},V={className:"params",relevance:0,begin:"<",end:">",contains:[n,k]},z={className:"title.class",begin:/[a-zA-Z_][a-zA-Z\d_@-]*(?=\s\{)/,relevance:.2},re={className:"title.class",begin:/^\/(?=\s*\{)/,relevance:10},oe={match:/[a-z][a-z-,]+(?=;)/,relevance:0,scope:"attr"},ue={relevance:0,match:[/[a-z][a-z-,]+/,/\s*/,/=/],scope:{1:"attr",3:"operator"}},de={scope:"punctuation",relevance:0,match:/\};|[;{}]/};return{name:"Device Tree",contains:[re,k,L,j,z,ue,oe,V,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n,y,$,de,{begin:t.IDENT_RE+"::",keywords:""}]}}return dts_1=e,dts_1}var dust_1,hasRequiredDust;function requireDust(){if(hasRequiredDust)return dust_1;hasRequiredDust=1;function e(t){return{name:"Dust",aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[t.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}return dust_1=e,dust_1}var ebnf_1,hasRequiredEbnf;function requireEbnf(){if(hasRequiredEbnf)return ebnf_1;hasRequiredEbnf=1;function e(t){const y=t.COMMENT(/\(\*/,/\*\)/),n={className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},k={begin:/=/,end:/[.;]/,contains:[y,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]};return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[y,n,k]}}return ebnf_1=e,ebnf_1}var elixir_1,hasRequiredElixir;function requireElixir(){if(hasRequiredElixir)return elixir_1;hasRequiredElixir=1;function e(t){const y=t.regex,n="[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",$="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",j={$pattern:n,keyword:["after","alias","and","case","catch","cond","defstruct","defguard","do","else","end","fn","for","if","import","in","not","or","quote","raise","receive","require","reraise","rescue","try","unless","unquote","unquote_splicing","use","when","with|0"],literal:["false","nil","true"]},V={className:"subst",begin:/#\{/,end:/\}/,keywords:j},z={className:"number",begin:"(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[0-9][0-9_]*(\\.[0-9_]+([eE][-+]?[0-9]+)?)?)",relevance:0},oe={match:/\\[\s\S]/,scope:"char.escape",relevance:0},ue=`[/|([{<"']`,de=[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin://}],_e=ir=>({scope:"char.escape",begin:y.concat(/\\/,ir),relevance:0}),Ne={className:"string",begin:"~[a-z](?="+ue+")",contains:de.map(ir=>t.inherit(ir,{contains:[_e(ir.end),oe,V]}))},Ue={className:"string",begin:"~[A-Z](?="+ue+")",contains:de.map(ir=>t.inherit(ir,{contains:[_e(ir.end)]}))},$e={className:"regex",variants:[{begin:"~r(?="+ue+")",contains:de.map(ir=>t.inherit(ir,{end:y.concat(ir.end,/[uismxfU]{0,7}/),contains:[_e(ir.end),oe,V]}))},{begin:"~R(?="+ue+")",contains:de.map(ir=>t.inherit(ir,{end:y.concat(ir.end,/[uismxfU]{0,7}/),contains:[_e(ir.end)]}))}]},Ve={className:"string",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},Fe={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:n,endsParent:!0})]},qe=t.inherit(Fe,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),er=[Ve,$e,Ue,Ne,t.HASH_COMMENT_MODE,qe,Fe,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[Ve,{begin:$}],relevance:0},{className:"symbol",begin:n+":(?!:)",relevance:0},{className:"title.class",begin:/(\b[A-Z][a-zA-Z0-9_]+)/,relevance:0},z,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))"}];return V.contains=er,{name:"Elixir",aliases:["ex","exs"],keywords:j,contains:er}}return elixir_1=e,elixir_1}var elm_1,hasRequiredElm;function requireElm(){if(hasRequiredElm)return elm_1;hasRequiredElm=1;function e(t){const y={variants:[t.COMMENT("--","$"),t.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},n={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},$={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},y]},k={begin:/\{/,end:/\}/,contains:$.contains},L={className:"string",begin:"'\\\\?.",end:"'",illegal:"."};return{name:"Elm",keywords:["let","in","if","then","else","case","of","where","module","import","exposing","type","alias","as","infix","infixl","infixr","port","effect","command","subscription"],contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[$,y],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[$,y],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[n,$,k,y]},{beginKeywords:"infix infixl infixr",end:"$",contains:[t.C_NUMBER_MODE,y]},{begin:"port",end:"$",keywords:"port",contains:[y]},L,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,n,t.inherit(t.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),y,{begin:"->|<-"}],illegal:/;/}}return elm_1=e,elm_1}var ruby_1,hasRequiredRuby;function requireRuby(){if(hasRequiredRuby)return ruby_1;hasRequiredRuby=1;function e(t){const y=t.regex,n="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",$=y.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),k=y.concat($,/(::\w+)*/),j={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield",...["include","extend","prepend","public","private","protected","raise","throw"]],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},V={className:"doctag",begin:"@[A-Za-z]+"},z={begin:"#<",end:">"},re=[t.COMMENT("#","$",{contains:[V]}),t.COMMENT("^=begin","^=end",{contains:[V],relevance:10}),t.COMMENT("^__END__",t.MATCH_NOTHING_RE)],oe={className:"subst",begin:/#\{/,end:/\}/,keywords:j},ue={className:"string",contains:[t.BACKSLASH_ESCAPE,oe],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:y.concat(/<<[-~]?'?/,y.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[t.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[t.BACKSLASH_ESCAPE,oe]})]}]},de="[1-9](_?[0-9])*|0",_e="[0-9](_?[0-9])*",Ne={className:"number",relevance:0,variants:[{begin:`\\b(${de})(\\.(${_e}))?([eE][+-]?(${_e})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},Ue={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:j}]},dr=[ue,{variants:[{match:[/class\s+/,k,/\s+<\s+/,k]},{match:[/\b(class|module)\s+/,k]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:j},{match:[/(include|extend)\s+/,k],scope:{2:"title.class"},keywords:j},{relevance:0,match:[k,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:$,scope:"title.class"},{match:[/def/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[Ue]},{begin:t.IDENT_RE+"::"},{className:"symbol",begin:t.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[ue,{begin:n}],relevance:0},Ne,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:j},{begin:"("+t.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[t.BACKSLASH_ESCAPE,oe],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(z,re),relevance:0}].concat(z,re);oe.contains=dr,Ue.contains=dr;const Et=[{begin:/^\s*=>/,starts:{end:"$",contains:dr}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:j,contains:dr}}];return re.unshift(z),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:j,illegal:/\/\*/,contains:[t.SHEBANG({binary:"ruby"})].concat(Et).concat(re).concat(dr)}}return ruby_1=e,ruby_1}var erb_1,hasRequiredErb;function requireErb(){if(hasRequiredErb)return erb_1;hasRequiredErb=1;function e(t){return{name:"ERB",subLanguage:"xml",contains:[t.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return erb_1=e,erb_1}var erlangRepl_1,hasRequiredErlangRepl;function requireErlangRepl(){if(hasRequiredErlangRepl)return erlangRepl_1;hasRequiredErlangRepl=1;function e(t){const y=t.regex;return{name:"Erlang REPL",keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta.prompt",begin:"^[0-9]+> ",relevance:10},t.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:y.concat(/\?(::)?/,/([A-Z]\w*)/,/((::)[A-Z]\w*)*/)},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}return erlangRepl_1=e,erlangRepl_1}var erlang_1,hasRequiredErlang;function requireErlang(){if(hasRequiredErlang)return erlang_1;hasRequiredErlang=1;function e(t){const y="[a-z'][a-zA-Z0-9_']*",n="("+y+":"+y+"|"+y+")",$={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},k=t.COMMENT("%","$"),L={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},j={begin:"fun\\s+"+y+"/\\d+"},V={begin:n+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:n,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},z={begin:/\{/,end:/\}/,relevance:0},re={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},oe={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},ue={begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},de={scope:"string",match:/\$(\\([^0-9]|[0-9]{1,3}|)|.)/},_e={beginKeywords:"fun receive if try case",end:"end",keywords:$};_e.contains=[k,j,t.inherit(t.APOS_STRING_MODE,{className:""}),_e,V,t.QUOTE_STRING_MODE,L,z,re,oe,ue,de];const Ne=[k,j,_e,V,t.QUOTE_STRING_MODE,L,z,re,oe,ue,de];V.contains[1].contains=Ne,z.contains=Ne,ue.contains[1].contains=Ne;const Ue=["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"],$e={className:"params",begin:"\\(",end:"\\)",contains:Ne};return{name:"Erlang",aliases:["erl"],keywords:$,illegal:"(",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[$e,t.inherit(t.TITLE_MODE,{begin:y})],starts:{end:";|\\.",keywords:$,contains:Ne}},k,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+t.IDENT_RE,keyword:Ue.map(Ve=>`${Ve}|1.5`).join(" ")},contains:[$e]},L,t.QUOTE_STRING_MODE,ue,re,oe,z,de,{begin:/\.$/}]}}return erlang_1=e,erlang_1}var excel_1,hasRequiredExcel;function requireExcel(){if(hasRequiredExcel)return excel_1;hasRequiredExcel=1;function e(t){return{name:"Excel formulae",aliases:["xlsx","xls"],case_insensitive:!0,keywords:{$pattern:/[a-zA-Z][\w\.]*/,built_in:["ABS","ACCRINT","ACCRINTM","ACOS","ACOSH","ACOT","ACOTH","AGGREGATE","ADDRESS","AMORDEGRC","AMORLINC","AND","ARABIC","AREAS","ASC","ASIN","ASINH","ATAN","ATAN2","ATANH","AVEDEV","AVERAGE","AVERAGEA","AVERAGEIF","AVERAGEIFS","BAHTTEXT","BASE","BESSELI","BESSELJ","BESSELK","BESSELY","BETADIST","BETA.DIST","BETAINV","BETA.INV","BIN2DEC","BIN2HEX","BIN2OCT","BINOMDIST","BINOM.DIST","BINOM.DIST.RANGE","BINOM.INV","BITAND","BITLSHIFT","BITOR","BITRSHIFT","BITXOR","CALL","CEILING","CEILING.MATH","CEILING.PRECISE","CELL","CHAR","CHIDIST","CHIINV","CHITEST","CHISQ.DIST","CHISQ.DIST.RT","CHISQ.INV","CHISQ.INV.RT","CHISQ.TEST","CHOOSE","CLEAN","CODE","COLUMN","COLUMNS","COMBIN","COMBINA","COMPLEX","CONCAT","CONCATENATE","CONFIDENCE","CONFIDENCE.NORM","CONFIDENCE.T","CONVERT","CORREL","COS","COSH","COT","COTH","COUNT","COUNTA","COUNTBLANK","COUNTIF","COUNTIFS","COUPDAYBS","COUPDAYS","COUPDAYSNC","COUPNCD","COUPNUM","COUPPCD","COVAR","COVARIANCE.P","COVARIANCE.S","CRITBINOM","CSC","CSCH","CUBEKPIMEMBER","CUBEMEMBER","CUBEMEMBERPROPERTY","CUBERANKEDMEMBER","CUBESET","CUBESETCOUNT","CUBEVALUE","CUMIPMT","CUMPRINC","DATE","DATEDIF","DATEVALUE","DAVERAGE","DAY","DAYS","DAYS360","DB","DBCS","DCOUNT","DCOUNTA","DDB","DEC2BIN","DEC2HEX","DEC2OCT","DECIMAL","DEGREES","DELTA","DEVSQ","DGET","DISC","DMAX","DMIN","DOLLAR","DOLLARDE","DOLLARFR","DPRODUCT","DSTDEV","DSTDEVP","DSUM","DURATION","DVAR","DVARP","EDATE","EFFECT","ENCODEURL","EOMONTH","ERF","ERF.PRECISE","ERFC","ERFC.PRECISE","ERROR.TYPE","EUROCONVERT","EVEN","EXACT","EXP","EXPON.DIST","EXPONDIST","FACT","FACTDOUBLE","FALSE|0","F.DIST","FDIST","F.DIST.RT","FILTERXML","FIND","FINDB","F.INV","F.INV.RT","FINV","FISHER","FISHERINV","FIXED","FLOOR","FLOOR.MATH","FLOOR.PRECISE","FORECAST","FORECAST.ETS","FORECAST.ETS.CONFINT","FORECAST.ETS.SEASONALITY","FORECAST.ETS.STAT","FORECAST.LINEAR","FORMULATEXT","FREQUENCY","F.TEST","FTEST","FV","FVSCHEDULE","GAMMA","GAMMA.DIST","GAMMADIST","GAMMA.INV","GAMMAINV","GAMMALN","GAMMALN.PRECISE","GAUSS","GCD","GEOMEAN","GESTEP","GETPIVOTDATA","GROWTH","HARMEAN","HEX2BIN","HEX2DEC","HEX2OCT","HLOOKUP","HOUR","HYPERLINK","HYPGEOM.DIST","HYPGEOMDIST","IF","IFERROR","IFNA","IFS","IMABS","IMAGINARY","IMARGUMENT","IMCONJUGATE","IMCOS","IMCOSH","IMCOT","IMCSC","IMCSCH","IMDIV","IMEXP","IMLN","IMLOG10","IMLOG2","IMPOWER","IMPRODUCT","IMREAL","IMSEC","IMSECH","IMSIN","IMSINH","IMSQRT","IMSUB","IMSUM","IMTAN","INDEX","INDIRECT","INFO","INT","INTERCEPT","INTRATE","IPMT","IRR","ISBLANK","ISERR","ISERROR","ISEVEN","ISFORMULA","ISLOGICAL","ISNA","ISNONTEXT","ISNUMBER","ISODD","ISREF","ISTEXT","ISO.CEILING","ISOWEEKNUM","ISPMT","JIS","KURT","LARGE","LCM","LEFT","LEFTB","LEN","LENB","LINEST","LN","LOG","LOG10","LOGEST","LOGINV","LOGNORM.DIST","LOGNORMDIST","LOGNORM.INV","LOOKUP","LOWER","MATCH","MAX","MAXA","MAXIFS","MDETERM","MDURATION","MEDIAN","MID","MIDBs","MIN","MINIFS","MINA","MINUTE","MINVERSE","MIRR","MMULT","MOD","MODE","MODE.MULT","MODE.SNGL","MONTH","MROUND","MULTINOMIAL","MUNIT","N","NA","NEGBINOM.DIST","NEGBINOMDIST","NETWORKDAYS","NETWORKDAYS.INTL","NOMINAL","NORM.DIST","NORMDIST","NORMINV","NORM.INV","NORM.S.DIST","NORMSDIST","NORM.S.INV","NORMSINV","NOT","NOW","NPER","NPV","NUMBERVALUE","OCT2BIN","OCT2DEC","OCT2HEX","ODD","ODDFPRICE","ODDFYIELD","ODDLPRICE","ODDLYIELD","OFFSET","OR","PDURATION","PEARSON","PERCENTILE.EXC","PERCENTILE.INC","PERCENTILE","PERCENTRANK.EXC","PERCENTRANK.INC","PERCENTRANK","PERMUT","PERMUTATIONA","PHI","PHONETIC","PI","PMT","POISSON.DIST","POISSON","POWER","PPMT","PRICE","PRICEDISC","PRICEMAT","PROB","PRODUCT","PROPER","PV","QUARTILE","QUARTILE.EXC","QUARTILE.INC","QUOTIENT","RADIANS","RAND","RANDBETWEEN","RANK.AVG","RANK.EQ","RANK","RATE","RECEIVED","REGISTER.ID","REPLACE","REPLACEB","REPT","RIGHT","RIGHTB","ROMAN","ROUND","ROUNDDOWN","ROUNDUP","ROW","ROWS","RRI","RSQ","RTD","SEARCH","SEARCHB","SEC","SECH","SECOND","SERIESSUM","SHEET","SHEETS","SIGN","SIN","SINH","SKEW","SKEW.P","SLN","SLOPE","SMALL","SQL.REQUEST","SQRT","SQRTPI","STANDARDIZE","STDEV","STDEV.P","STDEV.S","STDEVA","STDEVP","STDEVPA","STEYX","SUBSTITUTE","SUBTOTAL","SUM","SUMIF","SUMIFS","SUMPRODUCT","SUMSQ","SUMX2MY2","SUMX2PY2","SUMXMY2","SWITCH","SYD","T","TAN","TANH","TBILLEQ","TBILLPRICE","TBILLYIELD","T.DIST","T.DIST.2T","T.DIST.RT","TDIST","TEXT","TEXTJOIN","TIME","TIMEVALUE","T.INV","T.INV.2T","TINV","TODAY","TRANSPOSE","TREND","TRIM","TRIMMEAN","TRUE|0","TRUNC","T.TEST","TTEST","TYPE","UNICHAR","UNICODE","UPPER","VALUE","VAR","VAR.P","VAR.S","VARA","VARP","VARPA","VDB","VLOOKUP","WEBSERVICE","WEEKDAY","WEEKNUM","WEIBULL","WEIBULL.DIST","WORKDAY","WORKDAY.INTL","XIRR","XNPV","XOR","YEAR","YEARFRAC","YIELD","YIELDDISC","YIELDMAT","Z.TEST","ZTEST"]},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},t.BACKSLASH_ESCAPE,t.QUOTE_STRING_MODE,{className:"number",begin:t.NUMBER_RE+"(%)?",relevance:0},t.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}return excel_1=e,excel_1}var fix_1,hasRequiredFix;function requireFix(){if(hasRequiredFix)return fix_1;hasRequiredFix=1;function e(t){return{name:"FIX",contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}return fix_1=e,fix_1}var flix_1,hasRequiredFlix;function requireFlix(){if(hasRequiredFlix)return flix_1;hasRequiredFlix=1;function e(t){const y={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},n={className:"string",variants:[{begin:'"',end:'"'}]},k={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[{className:"title",relevance:0,begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/}]};return{name:"Flix",keywords:{keyword:["case","class","def","else","enum","if","impl","import","in","lat","rel","index","let","match","namespace","switch","type","yield","with"],literal:["true","false"]},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,y,n,k,t.C_NUMBER_MODE]}}return flix_1=e,flix_1}var fortran_1,hasRequiredFortran;function requireFortran(){if(hasRequiredFortran)return fortran_1;hasRequiredFortran=1;function e(t){const y=t.regex,n={className:"params",begin:"\\(",end:"\\)"},$={variants:[t.COMMENT("!","$",{relevance:0}),t.COMMENT("^C[ ]","$",{relevance:0}),t.COMMENT("^C$","$",{relevance:0})]},k=/(_[a-z_\d]+)?/,L=/([de][+-]?\d+)?/,j={className:"number",variants:[{begin:y.concat(/\b\d+/,/\.(\d*)/,L,k)},{begin:y.concat(/\b\d+/,L,k)},{begin:y.concat(/\.\d+/,L,k)}],relevance:0},V={className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[t.UNDERSCORE_TITLE_MODE,n]},z={className:"string",relevance:0,variants:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]};return{name:"Fortran",case_insensitive:!0,aliases:["f90","f95"],keywords:{$pattern:/\b[a-z][a-z0-9_]+\b|\.[a-z][a-z0-9_]+\./,keyword:["kind","do","concurrent","local","shared","while","private","call","intrinsic","where","elsewhere","type","endtype","endmodule","endselect","endinterface","end","enddo","endif","if","forall","endforall","only","contains","default","return","stop","then","block","endblock","endassociate","public","subroutine|10","function","program",".and.",".or.",".not.",".le.",".eq.",".ge.",".gt.",".lt.","goto","save","else","use","module","select","case","access","blank","direct","exist","file","fmt","form","formatted","iostat","name","named","nextrec","number","opened","rec","recl","sequential","status","unformatted","unit","continue","format","pause","cycle","exit","c_null_char","c_alert","c_backspace","c_form_feed","flush","wait","decimal","round","iomsg","synchronous","nopass","non_overridable","pass","protected","volatile","abstract","extends","import","non_intrinsic","value","deferred","generic","final","enumerator","class","associate","bind","enum","c_int","c_short","c_long","c_long_long","c_signed_char","c_size_t","c_int8_t","c_int16_t","c_int32_t","c_int64_t","c_int_least8_t","c_int_least16_t","c_int_least32_t","c_int_least64_t","c_int_fast8_t","c_int_fast16_t","c_int_fast32_t","c_int_fast64_t","c_intmax_t","C_intptr_t","c_float","c_double","c_long_double","c_float_complex","c_double_complex","c_long_double_complex","c_bool","c_char","c_null_ptr","c_null_funptr","c_new_line","c_carriage_return","c_horizontal_tab","c_vertical_tab","iso_c_binding","c_loc","c_funloc","c_associated","c_f_pointer","c_ptr","c_funptr","iso_fortran_env","character_storage_size","error_unit","file_storage_size","input_unit","iostat_end","iostat_eor","numeric_storage_size","output_unit","c_f_procpointer","ieee_arithmetic","ieee_support_underflow_control","ieee_get_underflow_mode","ieee_set_underflow_mode","newunit","contiguous","recursive","pad","position","action","delim","readwrite","eor","advance","nml","interface","procedure","namelist","include","sequence","elemental","pure","impure","integer","real","character","complex","logical","codimension","dimension","allocatable|10","parameter","external","implicit|10","none","double","precision","assign","intent","optional","pointer","target","in","out","common","equivalence","data"],literal:[".False.",".True."],built_in:["alog","alog10","amax0","amax1","amin0","amin1","amod","cabs","ccos","cexp","clog","csin","csqrt","dabs","dacos","dasin","datan","datan2","dcos","dcosh","ddim","dexp","dint","dlog","dlog10","dmax1","dmin1","dmod","dnint","dsign","dsin","dsinh","dsqrt","dtan","dtanh","float","iabs","idim","idint","idnint","ifix","isign","max0","max1","min0","min1","sngl","algama","cdabs","cdcos","cdexp","cdlog","cdsin","cdsqrt","cqabs","cqcos","cqexp","cqlog","cqsin","cqsqrt","dcmplx","dconjg","derf","derfc","dfloat","dgamma","dimag","dlgama","iqint","qabs","qacos","qasin","qatan","qatan2","qcmplx","qconjg","qcos","qcosh","qdim","qerf","qerfc","qexp","qgamma","qimag","qlgama","qlog","qlog10","qmax1","qmin1","qmod","qnint","qsign","qsin","qsinh","qsqrt","qtan","qtanh","abs","acos","aimag","aint","anint","asin","atan","atan2","char","cmplx","conjg","cos","cosh","exp","ichar","index","int","log","log10","max","min","nint","sign","sin","sinh","sqrt","tan","tanh","print","write","dim","lge","lgt","lle","llt","mod","nullify","allocate","deallocate","adjustl","adjustr","all","allocated","any","associated","bit_size","btest","ceiling","count","cshift","date_and_time","digits","dot_product","eoshift","epsilon","exponent","floor","fraction","huge","iand","ibclr","ibits","ibset","ieor","ior","ishft","ishftc","lbound","len_trim","matmul","maxexponent","maxloc","maxval","merge","minexponent","minloc","minval","modulo","mvbits","nearest","pack","present","product","radix","random_number","random_seed","range","repeat","reshape","rrspacing","scale","scan","selected_int_kind","selected_real_kind","set_exponent","shape","size","spacing","spread","sum","system_clock","tiny","transpose","trim","ubound","unpack","verify","achar","iachar","transfer","dble","entry","dprod","cpu_time","command_argument_count","get_command","get_command_argument","get_environment_variable","is_iostat_end","ieee_arithmetic","ieee_support_underflow_control","ieee_get_underflow_mode","ieee_set_underflow_mode","is_iostat_eor","move_alloc","new_line","selected_char_kind","same_type_as","extends_type_of","acosh","asinh","atanh","bessel_j0","bessel_j1","bessel_jn","bessel_y0","bessel_y1","bessel_yn","erf","erfc","erfc_scaled","gamma","log_gamma","hypot","norm2","atomic_define","atomic_ref","execute_command_line","leadz","trailz","storage_size","merge_bits","bge","bgt","ble","blt","dshiftl","dshiftr","findloc","iall","iany","iparity","image_index","lcobound","ucobound","maskl","maskr","num_images","parity","popcnt","poppar","shifta","shiftl","shiftr","this_image","sync","change","team","co_broadcast","co_max","co_min","co_sum","co_reduce"]},illegal:/\/\*/,contains:[z,V,{begin:/^C\s*=(?!=)/,relevance:0},$,j]}}return fortran_1=e,fortran_1}var fsharp_1,hasRequiredFsharp;function requireFsharp(){if(hasRequiredFsharp)return fsharp_1;hasRequiredFsharp=1;function e(j){return new RegExp(j.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function t(j){return j?typeof j=="string"?j:j.source:null}function y(j){return n("(?=",j,")")}function n(...j){return j.map(z=>t(z)).join("")}function $(j){const V=j[j.length-1];return typeof V=="object"&&V.constructor===Object?(j.splice(j.length-1,1),V):{}}function k(...j){return"("+($(j).capture?"":"?:")+j.map(re=>t(re)).join("|")+")"}function L(j){const V=["abstract","and","as","assert","base","begin","class","default","delegate","do","done","downcast","downto","elif","else","end","exception","extern","finally","fixed","for","fun","function","global","if","in","inherit","inline","interface","internal","lazy","let","match","member","module","mutable","namespace","new","of","open","or","override","private","public","rec","return","static","struct","then","to","try","type","upcast","use","val","void","when","while","with","yield"],z={scope:"keyword",match:/\b(yield|return|let|do|match|use)!/},re=["if","else","endif","line","nowarn","light","r","i","I","load","time","help","quit"],oe=["true","false","null","Some","None","Ok","Error","infinity","infinityf","nan","nanf"],ue=["__LINE__","__SOURCE_DIRECTORY__","__SOURCE_FILE__"],de=["bool","byte","sbyte","int8","int16","int32","uint8","uint16","uint32","int","uint","int64","uint64","nativeint","unativeint","decimal","float","double","float32","single","char","string","unit","bigint","option","voption","list","array","seq","byref","exn","inref","nativeptr","obj","outref","voidptr","Result"],Ne={keyword:V,literal:oe,built_in:["not","ref","raise","reraise","dict","readOnlyDict","set","get","enum","sizeof","typeof","typedefof","nameof","nullArg","invalidArg","invalidOp","id","fst","snd","ignore","lock","using","box","unbox","tryUnbox","printf","printfn","sprintf","eprintf","eprintfn","fprintf","fprintfn","failwith","failwithf"],"variable.constant":ue},$e={variants:[j.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),j.C_LINE_COMMENT_MODE]},Ve=/[a-zA-Z_](\w|')*/,Fe={scope:"variable",begin:/``/,end:/``/},qe=/\B('|\^)/,er={scope:"symbol",variants:[{match:n(qe,/``.*?``/)},{match:n(qe,j.UNDERSCORE_IDENT_RE)}],relevance:0},ir=function({includeEqual:xr}){let Nr;xr?Nr="!%&*+-/<=>@^|~?":Nr="!%&*+-/<>@^|~?";const Tr=Array.from(Nr),Sr=n("[",...Tr.map(e),"]"),Ar=k(Sr,/\./),Fr=n(Ar,y(Ar)),Gr=k(n(Fr,Ar,"*"),n(Sr,"+"));return{scope:"operator",match:k(Gr,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},dr=ir({includeEqual:!0}),cr=ir({includeEqual:!1}),nr=function(xr,Nr){return{begin:n(xr,y(n(/\s*/,k(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:Nr,end:y(k(/\n/,/=/)),relevance:0,keywords:j.inherit(Ne,{type:de}),contains:[$e,er,j.inherit(Fe,{scope:null}),cr]}},lr=nr(/:/,"operator"),Et=nr(/\bof\b/,"keyword"),ie={begin:[/(^|\s+)/,/type/,/\s+/,Ve],beginScope:{2:"keyword",4:"title.class"},end:y(/\(|=|$/),keywords:Ne,contains:[$e,j.inherit(Fe,{scope:null}),er,{scope:"operator",match:/<|>/},lr]},pe={scope:"computation-expression",match:/\b[_a-z]\w*(?=\s*\{)/},Ce={begin:[/^\s*/,n(/#/,k(...re)),/\b/],beginScope:{2:"meta"},end:y(/\s|$/)},Ie={variants:[j.BINARY_NUMBER_MODE,j.C_NUMBER_MODE]},jt={scope:"string",begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE]},ar={scope:"string",begin:/@"/,end:/"/,contains:[{match:/""/},j.BACKSLASH_ESCAPE]},ur={scope:"string",begin:/"""/,end:/"""/,relevance:2},kt={scope:"subst",begin:/\{/,end:/\}/,keywords:Ne},he={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},j.BACKSLASH_ESCAPE,kt]},tr={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},j.BACKSLASH_ESCAPE,kt]},gr={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},kt],relevance:2},_r={scope:"string",match:n(/'/,k(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return kt.contains=[tr,he,ar,jt,_r,z,$e,Fe,lr,pe,Ce,Ie,er,dr],{name:"F#",aliases:["fs","f#"],keywords:Ne,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[z,{variants:[gr,tr,he,ur,ar,jt,_r]},$e,Fe,ie,{scope:"meta",begin:/\[\]/,relevance:2,contains:[Fe,ur,ar,jt,_r,Ie]},Et,lr,pe,Ce,Ie,er,dr]}}return fsharp_1=L,fsharp_1}var gams_1,hasRequiredGams;function requireGams(){if(hasRequiredGams)return gams_1;hasRequiredGams=1;function e(t){const y=t.regex,n={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na",built_in:"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"},$={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},k={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},L={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},j={begin:"/",end:"/",keywords:n,contains:[L,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_NUMBER_MODE]},V=/[a-z0-9&#*=?@\\><:,()$[\]_.{}!+%^-]+/,z={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[L,j,{className:"comment",begin:y.concat(V,y.anyNumberOfTimes(y.concat(/[ ]+/,V))),relevance:0}]};return{name:"GAMS",aliases:["gms"],case_insensitive:!0,keywords:n,contains:[t.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"keyword",begin:"^\\$[a-z0-9]+"}]},t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,j,z]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[z]},t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},$,k]},t.C_NUMBER_MODE,k]}}return gams_1=e,gams_1}var gauss_1,hasRequiredGauss;function requireGauss(){if(hasRequiredGauss)return gauss_1;hasRequiredGauss=1;function e(t){const y={keyword:"bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new open output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint ne ge le gt lt and xor or not eq eqv",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin sylvester strtrim",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS __STDIN __STDOUT __STDERR __FILE_DIR"},n=t.COMMENT("@","@"),$={className:"meta",begin:"#",end:"$",keywords:{keyword:"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{keyword:"include"},contains:[{className:"string",begin:'"',end:'"',illegal:"\\n"}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n]},k={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:t.UNDERSCORE_IDENT_RE,relevance:0}]},L=[{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\.\.\./},t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,k]}],j={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},V=function(de,_e,Ne){const Ue=t.inherit({className:"function",beginKeywords:de,end:_e,excludeEnd:!0,contains:[].concat(L)},{});return Ue.contains.push(j),Ue.contains.push(t.C_NUMBER_MODE),Ue.contains.push(t.C_BLOCK_COMMENT_MODE),Ue.contains.push(n),Ue},z={className:"built_in",begin:"\\b("+y.built_in.split(" ").join("|")+")\\b"},re={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE],relevance:0},oe={begin:t.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,keywords:y,relevance:0,contains:[{beginKeywords:y.keyword},z,{className:"built_in",begin:t.UNDERSCORE_IDENT_RE,relevance:0}]},ue={begin:/\(/,end:/\)/,relevance:0,keywords:{built_in:y.built_in,literal:y.literal},contains:[t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,z,oe,re,"self"]};return oe.contains.push(ue),{name:"GAUSS",aliases:["gss"],case_insensitive:!0,keywords:y,illegal:/(\{[%#]|[%#]\}| <- )/,contains:[t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n,re,$,{className:"keyword",begin:/\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},V("proc keyword",";"),V("fn","="),{beginKeywords:"for threadfor",end:/;/,relevance:0,contains:[t.C_BLOCK_COMMENT_MODE,n,ue]},{variants:[{begin:t.UNDERSCORE_IDENT_RE+"\\."+t.UNDERSCORE_IDENT_RE},{begin:t.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},oe,k]}}return gauss_1=e,gauss_1}var gcode_1,hasRequiredGcode;function requireGcode(){if(hasRequiredGcode)return gcode_1;hasRequiredGcode=1;function e(t){const y="[A-Z_][A-Z0-9_.]*",n="%",$={$pattern:y,keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"},k={className:"meta",begin:"([O])([0-9]+)"},L=t.inherit(t.C_NUMBER_MODE,{begin:"([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|"+t.C_NUMBER_RE}),j=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.COMMENT(/\(/,/\)/),L,t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",contains:[L],end:"\\]"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,keywords:$,contains:[{className:"meta",begin:n},k].concat(j)}}return gcode_1=e,gcode_1}var gherkin_1,hasRequiredGherkin;function requireGherkin(){if(hasRequiredGherkin)return gherkin_1;hasRequiredGherkin=1;function e(t){return{name:"Gherkin",aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},t.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},t.QUOTE_STRING_MODE]}}return gherkin_1=e,gherkin_1}var glsl_1,hasRequiredGlsl;function requireGlsl(){if(hasRequiredGlsl)return glsl_1;hasRequiredGlsl=1;function e(t){return{name:"GLSL",keywords:{keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}return glsl_1=e,glsl_1}var gml_1,hasRequiredGml;function requireGml(){if(hasRequiredGml)return gml_1;hasRequiredGml=1;function e(t){return{name:"GML",case_insensitive:!1,keywords:{keyword:["#endregion","#macro","#region","and","begin","break","case","constructor","continue","default","delete","div","do","else","end","enum","exit","for","function","globalvar","if","mod","new","not","or","repeat","return","static","switch","then","until","var","while","with","xor"],built_in:["abs","alarm_get","alarm_set","angle_difference","animcurve_channel_evaluate","animcurve_channel_new","animcurve_create","animcurve_destroy","animcurve_exists","animcurve_get","animcurve_get_channel","animcurve_get_channel_index","animcurve_point_new","ansi_char","application_get_position","application_surface_draw_enable","application_surface_enable","application_surface_is_enabled","arccos","arcsin","arctan","arctan2","array_all","array_any","array_concat","array_contains","array_contains_ext","array_copy","array_copy_while","array_create","array_create_ext","array_delete","array_equals","array_filter","array_filter_ext","array_find_index","array_first","array_foreach","array_get","array_get_index","array_insert","array_intersection","array_last","array_length","array_map","array_map_ext","array_pop","array_push","array_reduce","array_resize","array_reverse","array_reverse_ext","array_set","array_shuffle","array_shuffle_ext","array_sort","array_union","array_unique","array_unique_ext","asset_add_tags","asset_clear_tags","asset_get_ids","asset_get_index","asset_get_tags","asset_get_type","asset_has_any_tag","asset_has_tags","asset_remove_tags","audio_bus_clear_emitters","audio_bus_create","audio_bus_get_emitters","audio_channel_num","audio_create_buffer_sound","audio_create_play_queue","audio_create_stream","audio_create_sync_group","audio_debug","audio_destroy_stream","audio_destroy_sync_group","audio_effect_create","audio_emitter_bus","audio_emitter_create","audio_emitter_exists","audio_emitter_falloff","audio_emitter_free","audio_emitter_gain","audio_emitter_get_bus","audio_emitter_get_gain","audio_emitter_get_listener_mask","audio_emitter_get_pitch","audio_emitter_get_vx","audio_emitter_get_vy","audio_emitter_get_vz","audio_emitter_get_x","audio_emitter_get_y","audio_emitter_get_z","audio_emitter_pitch","audio_emitter_position","audio_emitter_set_listener_mask","audio_emitter_velocity","audio_exists","audio_falloff_set_model","audio_free_buffer_sound","audio_free_play_queue","audio_get_listener_count","audio_get_listener_info","audio_get_listener_mask","audio_get_master_gain","audio_get_name","audio_get_recorder_count","audio_get_recorder_info","audio_get_type","audio_group_get_assets","audio_group_get_gain","audio_group_is_loaded","audio_group_load","audio_group_load_progress","audio_group_name","audio_group_set_gain","audio_group_stop_all","audio_group_unload","audio_is_paused","audio_is_playing","audio_listener_get_data","audio_listener_orientation","audio_listener_position","audio_listener_set_orientation","audio_listener_set_position","audio_listener_set_velocity","audio_listener_velocity","audio_master_gain","audio_pause_all","audio_pause_sound","audio_pause_sync_group","audio_play_in_sync_group","audio_play_sound","audio_play_sound_at","audio_play_sound_ext","audio_play_sound_on","audio_queue_sound","audio_resume_all","audio_resume_sound","audio_resume_sync_group","audio_set_listener_mask","audio_set_master_gain","audio_sound_gain","audio_sound_get_audio_group","audio_sound_get_gain","audio_sound_get_listener_mask","audio_sound_get_loop","audio_sound_get_loop_end","audio_sound_get_loop_start","audio_sound_get_pitch","audio_sound_get_track_position","audio_sound_is_playable","audio_sound_length","audio_sound_loop","audio_sound_loop_end","audio_sound_loop_start","audio_sound_pitch","audio_sound_set_listener_mask","audio_sound_set_track_position","audio_start_recording","audio_start_sync_group","audio_stop_all","audio_stop_recording","audio_stop_sound","audio_stop_sync_group","audio_sync_group_debug","audio_sync_group_get_track_pos","audio_sync_group_is_paused","audio_sync_group_is_playing","audio_system_is_available","audio_system_is_initialised","base64_decode","base64_encode","bool","browser_input_capture","buffer_async_group_begin","buffer_async_group_end","buffer_async_group_option","buffer_base64_decode","buffer_base64_decode_ext","buffer_base64_encode","buffer_compress","buffer_copy","buffer_copy_from_vertex_buffer","buffer_copy_stride","buffer_crc32","buffer_create","buffer_create_from_vertex_buffer","buffer_create_from_vertex_buffer_ext","buffer_decompress","buffer_delete","buffer_exists","buffer_fill","buffer_get_address","buffer_get_alignment","buffer_get_size","buffer_get_surface","buffer_get_type","buffer_load","buffer_load_async","buffer_load_ext","buffer_load_partial","buffer_md5","buffer_peek","buffer_poke","buffer_read","buffer_resize","buffer_save","buffer_save_async","buffer_save_ext","buffer_seek","buffer_set_surface","buffer_set_used_size","buffer_sha1","buffer_sizeof","buffer_tell","buffer_write","call_cancel","call_later","camera_apply","camera_copy_transforms","camera_create","camera_create_view","camera_destroy","camera_get_active","camera_get_begin_script","camera_get_default","camera_get_end_script","camera_get_proj_mat","camera_get_update_script","camera_get_view_angle","camera_get_view_border_x","camera_get_view_border_y","camera_get_view_height","camera_get_view_mat","camera_get_view_speed_x","camera_get_view_speed_y","camera_get_view_target","camera_get_view_width","camera_get_view_x","camera_get_view_y","camera_set_begin_script","camera_set_default","camera_set_end_script","camera_set_proj_mat","camera_set_update_script","camera_set_view_angle","camera_set_view_border","camera_set_view_mat","camera_set_view_pos","camera_set_view_size","camera_set_view_speed","camera_set_view_target","ceil","choose","chr","clamp","clickable_add","clickable_add_ext","clickable_change","clickable_change_ext","clickable_delete","clickable_exists","clickable_set_style","clipboard_get_text","clipboard_has_text","clipboard_set_text","cloud_file_save","cloud_string_save","cloud_synchronise","code_is_compiled","collision_circle","collision_circle_list","collision_ellipse","collision_ellipse_list","collision_line","collision_line_list","collision_point","collision_point_list","collision_rectangle","collision_rectangle_list","color_get_blue","color_get_green","color_get_hue","color_get_red","color_get_saturation","color_get_value","colour_get_blue","colour_get_green","colour_get_hue","colour_get_red","colour_get_saturation","colour_get_value","cos","darccos","darcsin","darctan","darctan2","date_compare_date","date_compare_datetime","date_compare_time","date_create_datetime","date_current_datetime","date_date_of","date_date_string","date_datetime_string","date_day_span","date_days_in_month","date_days_in_year","date_get_day","date_get_day_of_year","date_get_hour","date_get_hour_of_year","date_get_minute","date_get_minute_of_year","date_get_month","date_get_second","date_get_second_of_year","date_get_timezone","date_get_week","date_get_weekday","date_get_year","date_hour_span","date_inc_day","date_inc_hour","date_inc_minute","date_inc_month","date_inc_second","date_inc_week","date_inc_year","date_is_today","date_leap_year","date_minute_span","date_month_span","date_second_span","date_set_timezone","date_time_of","date_time_string","date_valid_datetime","date_week_span","date_year_span","db_to_lin","dbg_add_font_glyphs","dbg_button","dbg_checkbox","dbg_color","dbg_colour","dbg_drop_down","dbg_same_line","dbg_section","dbg_section_delete","dbg_section_exists","dbg_slider","dbg_slider_int","dbg_sprite","dbg_text","dbg_text_input","dbg_view","dbg_view_delete","dbg_view_exists","dbg_watch","dcos","debug_event","debug_get_callstack","degtorad","device_get_tilt_x","device_get_tilt_y","device_get_tilt_z","device_is_keypad_open","device_mouse_check_button","device_mouse_check_button_pressed","device_mouse_check_button_released","device_mouse_dbclick_enable","device_mouse_raw_x","device_mouse_raw_y","device_mouse_x","device_mouse_x_to_gui","device_mouse_y","device_mouse_y_to_gui","directory_create","directory_destroy","directory_exists","display_get_dpi_x","display_get_dpi_y","display_get_frequency","display_get_gui_height","display_get_gui_width","display_get_height","display_get_orientation","display_get_sleep_margin","display_get_timing_method","display_get_width","display_mouse_get_x","display_mouse_get_y","display_mouse_set","display_reset","display_set_gui_maximise","display_set_gui_maximize","display_set_gui_size","display_set_sleep_margin","display_set_timing_method","display_set_ui_visibility","distance_to_object","distance_to_point","dot_product","dot_product_3d","dot_product_3d_normalised","dot_product_3d_normalized","dot_product_normalised","dot_product_normalized","draw_arrow","draw_button","draw_circle","draw_circle_color","draw_circle_colour","draw_clear","draw_clear_alpha","draw_ellipse","draw_ellipse_color","draw_ellipse_colour","draw_enable_drawevent","draw_enable_skeleton_blendmodes","draw_enable_swf_aa","draw_flush","draw_get_alpha","draw_get_color","draw_get_colour","draw_get_enable_skeleton_blendmodes","draw_get_font","draw_get_halign","draw_get_lighting","draw_get_swf_aa_level","draw_get_valign","draw_getpixel","draw_getpixel_ext","draw_healthbar","draw_highscore","draw_light_define_ambient","draw_light_define_direction","draw_light_define_point","draw_light_enable","draw_light_get","draw_light_get_ambient","draw_line","draw_line_color","draw_line_colour","draw_line_width","draw_line_width_color","draw_line_width_colour","draw_path","draw_point","draw_point_color","draw_point_colour","draw_primitive_begin","draw_primitive_begin_texture","draw_primitive_end","draw_rectangle","draw_rectangle_color","draw_rectangle_colour","draw_roundrect","draw_roundrect_color","draw_roundrect_color_ext","draw_roundrect_colour","draw_roundrect_colour_ext","draw_roundrect_ext","draw_self","draw_set_alpha","draw_set_circle_precision","draw_set_color","draw_set_colour","draw_set_font","draw_set_halign","draw_set_lighting","draw_set_swf_aa_level","draw_set_valign","draw_skeleton","draw_skeleton_collision","draw_skeleton_instance","draw_skeleton_time","draw_sprite","draw_sprite_ext","draw_sprite_general","draw_sprite_part","draw_sprite_part_ext","draw_sprite_pos","draw_sprite_stretched","draw_sprite_stretched_ext","draw_sprite_tiled","draw_sprite_tiled_ext","draw_surface","draw_surface_ext","draw_surface_general","draw_surface_part","draw_surface_part_ext","draw_surface_stretched","draw_surface_stretched_ext","draw_surface_tiled","draw_surface_tiled_ext","draw_text","draw_text_color","draw_text_colour","draw_text_ext","draw_text_ext_color","draw_text_ext_colour","draw_text_ext_transformed","draw_text_ext_transformed_color","draw_text_ext_transformed_colour","draw_text_transformed","draw_text_transformed_color","draw_text_transformed_colour","draw_texture_flush","draw_tile","draw_tilemap","draw_triangle","draw_triangle_color","draw_triangle_colour","draw_vertex","draw_vertex_color","draw_vertex_colour","draw_vertex_texture","draw_vertex_texture_color","draw_vertex_texture_colour","ds_exists","ds_grid_add","ds_grid_add_disk","ds_grid_add_grid_region","ds_grid_add_region","ds_grid_clear","ds_grid_copy","ds_grid_create","ds_grid_destroy","ds_grid_get","ds_grid_get_disk_max","ds_grid_get_disk_mean","ds_grid_get_disk_min","ds_grid_get_disk_sum","ds_grid_get_max","ds_grid_get_mean","ds_grid_get_min","ds_grid_get_sum","ds_grid_height","ds_grid_multiply","ds_grid_multiply_disk","ds_grid_multiply_grid_region","ds_grid_multiply_region","ds_grid_read","ds_grid_resize","ds_grid_set","ds_grid_set_disk","ds_grid_set_grid_region","ds_grid_set_region","ds_grid_shuffle","ds_grid_sort","ds_grid_to_mp_grid","ds_grid_value_disk_exists","ds_grid_value_disk_x","ds_grid_value_disk_y","ds_grid_value_exists","ds_grid_value_x","ds_grid_value_y","ds_grid_width","ds_grid_write","ds_list_add","ds_list_clear","ds_list_copy","ds_list_create","ds_list_delete","ds_list_destroy","ds_list_empty","ds_list_find_index","ds_list_find_value","ds_list_insert","ds_list_is_list","ds_list_is_map","ds_list_mark_as_list","ds_list_mark_as_map","ds_list_read","ds_list_replace","ds_list_set","ds_list_shuffle","ds_list_size","ds_list_sort","ds_list_write","ds_map_add","ds_map_add_list","ds_map_add_map","ds_map_clear","ds_map_copy","ds_map_create","ds_map_delete","ds_map_destroy","ds_map_empty","ds_map_exists","ds_map_find_first","ds_map_find_last","ds_map_find_next","ds_map_find_previous","ds_map_find_value","ds_map_is_list","ds_map_is_map","ds_map_keys_to_array","ds_map_read","ds_map_replace","ds_map_replace_list","ds_map_replace_map","ds_map_secure_load","ds_map_secure_load_buffer","ds_map_secure_save","ds_map_secure_save_buffer","ds_map_set","ds_map_size","ds_map_values_to_array","ds_map_write","ds_priority_add","ds_priority_change_priority","ds_priority_clear","ds_priority_copy","ds_priority_create","ds_priority_delete_max","ds_priority_delete_min","ds_priority_delete_value","ds_priority_destroy","ds_priority_empty","ds_priority_find_max","ds_priority_find_min","ds_priority_find_priority","ds_priority_read","ds_priority_size","ds_priority_write","ds_queue_clear","ds_queue_copy","ds_queue_create","ds_queue_dequeue","ds_queue_destroy","ds_queue_empty","ds_queue_enqueue","ds_queue_head","ds_queue_read","ds_queue_size","ds_queue_tail","ds_queue_write","ds_set_precision","ds_stack_clear","ds_stack_copy","ds_stack_create","ds_stack_destroy","ds_stack_empty","ds_stack_pop","ds_stack_push","ds_stack_read","ds_stack_size","ds_stack_top","ds_stack_write","dsin","dtan","effect_clear","effect_create_above","effect_create_below","effect_create_depth","effect_create_layer","environment_get_variable","event_inherited","event_perform","event_perform_async","event_perform_object","event_user","exception_unhandled_handler","exp","extension_exists","extension_get_option_count","extension_get_option_names","extension_get_option_value","extension_get_options","extension_get_version","external_call","external_define","external_free","file_attributes","file_bin_close","file_bin_open","file_bin_position","file_bin_read_byte","file_bin_rewrite","file_bin_seek","file_bin_size","file_bin_write_byte","file_copy","file_delete","file_exists","file_find_close","file_find_first","file_find_next","file_rename","file_text_close","file_text_eof","file_text_eoln","file_text_open_append","file_text_open_from_string","file_text_open_read","file_text_open_write","file_text_read_real","file_text_read_string","file_text_readln","file_text_write_real","file_text_write_string","file_text_writeln","filename_change_ext","filename_dir","filename_drive","filename_ext","filename_name","filename_path","floor","font_add","font_add_enable_aa","font_add_get_enable_aa","font_add_sprite","font_add_sprite_ext","font_cache_glyph","font_delete","font_enable_effects","font_enable_sdf","font_exists","font_get_bold","font_get_first","font_get_fontname","font_get_info","font_get_italic","font_get_last","font_get_name","font_get_sdf_enabled","font_get_sdf_spread","font_get_size","font_get_texture","font_get_uvs","font_replace_sprite","font_replace_sprite_ext","font_sdf_spread","font_set_cache_size","frac","fx_create","fx_get_name","fx_get_parameter","fx_get_parameter_names","fx_get_parameters","fx_get_single_layer","fx_set_parameter","fx_set_parameters","fx_set_single_layer","game_change","game_end","game_get_speed","game_load","game_load_buffer","game_restart","game_save","game_save_buffer","game_set_speed","gamepad_axis_count","gamepad_axis_value","gamepad_button_check","gamepad_button_check_pressed","gamepad_button_check_released","gamepad_button_count","gamepad_button_value","gamepad_get_axis_deadzone","gamepad_get_button_threshold","gamepad_get_description","gamepad_get_device_count","gamepad_get_guid","gamepad_get_mapping","gamepad_get_option","gamepad_hat_count","gamepad_hat_value","gamepad_is_connected","gamepad_is_supported","gamepad_remove_mapping","gamepad_set_axis_deadzone","gamepad_set_button_threshold","gamepad_set_color","gamepad_set_colour","gamepad_set_option","gamepad_set_vibration","gamepad_test_mapping","gc_collect","gc_enable","gc_get_stats","gc_get_target_frame_time","gc_is_enabled","gc_target_frame_time","gesture_double_tap_distance","gesture_double_tap_time","gesture_drag_distance","gesture_drag_time","gesture_flick_speed","gesture_get_double_tap_distance","gesture_get_double_tap_time","gesture_get_drag_distance","gesture_get_drag_time","gesture_get_flick_speed","gesture_get_pinch_angle_away","gesture_get_pinch_angle_towards","gesture_get_pinch_distance","gesture_get_rotate_angle","gesture_get_rotate_time","gesture_get_tap_count","gesture_pinch_angle_away","gesture_pinch_angle_towards","gesture_pinch_distance","gesture_rotate_angle","gesture_rotate_time","gesture_tap_count","get_integer","get_integer_async","get_login_async","get_open_filename","get_open_filename_ext","get_save_filename","get_save_filename_ext","get_string","get_string_async","get_timer","gif_add_surface","gif_open","gif_save","gif_save_buffer","gml_pragma","gml_release_mode","gpu_get_alphatestenable","gpu_get_alphatestref","gpu_get_blendenable","gpu_get_blendmode","gpu_get_blendmode_dest","gpu_get_blendmode_destalpha","gpu_get_blendmode_ext","gpu_get_blendmode_ext_sepalpha","gpu_get_blendmode_src","gpu_get_blendmode_srcalpha","gpu_get_colorwriteenable","gpu_get_colourwriteenable","gpu_get_cullmode","gpu_get_depth","gpu_get_fog","gpu_get_state","gpu_get_tex_filter","gpu_get_tex_filter_ext","gpu_get_tex_max_aniso","gpu_get_tex_max_aniso_ext","gpu_get_tex_max_mip","gpu_get_tex_max_mip_ext","gpu_get_tex_min_mip","gpu_get_tex_min_mip_ext","gpu_get_tex_mip_bias","gpu_get_tex_mip_bias_ext","gpu_get_tex_mip_enable","gpu_get_tex_mip_enable_ext","gpu_get_tex_mip_filter","gpu_get_tex_mip_filter_ext","gpu_get_tex_repeat","gpu_get_tex_repeat_ext","gpu_get_texfilter","gpu_get_texfilter_ext","gpu_get_texrepeat","gpu_get_texrepeat_ext","gpu_get_zfunc","gpu_get_ztestenable","gpu_get_zwriteenable","gpu_pop_state","gpu_push_state","gpu_set_alphatestenable","gpu_set_alphatestref","gpu_set_blendenable","gpu_set_blendmode","gpu_set_blendmode_ext","gpu_set_blendmode_ext_sepalpha","gpu_set_colorwriteenable","gpu_set_colourwriteenable","gpu_set_cullmode","gpu_set_depth","gpu_set_fog","gpu_set_state","gpu_set_tex_filter","gpu_set_tex_filter_ext","gpu_set_tex_max_aniso","gpu_set_tex_max_aniso_ext","gpu_set_tex_max_mip","gpu_set_tex_max_mip_ext","gpu_set_tex_min_mip","gpu_set_tex_min_mip_ext","gpu_set_tex_mip_bias","gpu_set_tex_mip_bias_ext","gpu_set_tex_mip_enable","gpu_set_tex_mip_enable_ext","gpu_set_tex_mip_filter","gpu_set_tex_mip_filter_ext","gpu_set_tex_repeat","gpu_set_tex_repeat_ext","gpu_set_texfilter","gpu_set_texfilter_ext","gpu_set_texrepeat","gpu_set_texrepeat_ext","gpu_set_zfunc","gpu_set_ztestenable","gpu_set_zwriteenable","handle_parse","highscore_add","highscore_clear","highscore_name","highscore_value","http_get","http_get_file","http_get_request_crossorigin","http_post_string","http_request","http_set_request_crossorigin","iap_acquire","iap_activate","iap_consume","iap_enumerate_products","iap_product_details","iap_purchase_details","iap_restore_all","iap_status","ini_close","ini_key_delete","ini_key_exists","ini_open","ini_open_from_string","ini_read_real","ini_read_string","ini_section_delete","ini_section_exists","ini_write_real","ini_write_string","instance_activate_all","instance_activate_layer","instance_activate_object","instance_activate_region","instance_change","instance_copy","instance_create_depth","instance_create_layer","instance_deactivate_all","instance_deactivate_layer","instance_deactivate_object","instance_deactivate_region","instance_destroy","instance_exists","instance_find","instance_furthest","instance_id_get","instance_nearest","instance_number","instance_place","instance_place_list","instance_position","instance_position_list","instanceof","int64","io_clear","irandom","irandom_range","is_array","is_bool","is_callable","is_debug_overlay_open","is_handle","is_infinity","is_instanceof","is_int32","is_int64","is_keyboard_used_debug_overlay","is_method","is_mouse_over_debug_overlay","is_nan","is_numeric","is_ptr","is_real","is_string","is_struct","is_undefined","json_decode","json_encode","json_parse","json_stringify","keyboard_check","keyboard_check_direct","keyboard_check_pressed","keyboard_check_released","keyboard_clear","keyboard_get_map","keyboard_get_numlock","keyboard_key_press","keyboard_key_release","keyboard_set_map","keyboard_set_numlock","keyboard_unset_map","keyboard_virtual_height","keyboard_virtual_hide","keyboard_virtual_show","keyboard_virtual_status","layer_add_instance","layer_background_alpha","layer_background_blend","layer_background_change","layer_background_create","layer_background_destroy","layer_background_exists","layer_background_get_alpha","layer_background_get_blend","layer_background_get_htiled","layer_background_get_id","layer_background_get_index","layer_background_get_speed","layer_background_get_sprite","layer_background_get_stretch","layer_background_get_visible","layer_background_get_vtiled","layer_background_get_xscale","layer_background_get_yscale","layer_background_htiled","layer_background_index","layer_background_speed","layer_background_sprite","layer_background_stretch","layer_background_visible","layer_background_vtiled","layer_background_xscale","layer_background_yscale","layer_clear_fx","layer_create","layer_depth","layer_destroy","layer_destroy_instances","layer_element_move","layer_enable_fx","layer_exists","layer_force_draw_depth","layer_fx_is_enabled","layer_get_all","layer_get_all_elements","layer_get_depth","layer_get_element_layer","layer_get_element_type","layer_get_forced_depth","layer_get_fx","layer_get_hspeed","layer_get_id","layer_get_id_at_depth","layer_get_name","layer_get_script_begin","layer_get_script_end","layer_get_shader","layer_get_target_room","layer_get_visible","layer_get_vspeed","layer_get_x","layer_get_y","layer_has_instance","layer_hspeed","layer_instance_get_instance","layer_is_draw_depth_forced","layer_reset_target_room","layer_script_begin","layer_script_end","layer_sequence_angle","layer_sequence_create","layer_sequence_destroy","layer_sequence_exists","layer_sequence_get_angle","layer_sequence_get_headdir","layer_sequence_get_headpos","layer_sequence_get_instance","layer_sequence_get_length","layer_sequence_get_sequence","layer_sequence_get_speedscale","layer_sequence_get_x","layer_sequence_get_xscale","layer_sequence_get_y","layer_sequence_get_yscale","layer_sequence_headdir","layer_sequence_headpos","layer_sequence_is_finished","layer_sequence_is_paused","layer_sequence_pause","layer_sequence_play","layer_sequence_speedscale","layer_sequence_x","layer_sequence_xscale","layer_sequence_y","layer_sequence_yscale","layer_set_fx","layer_set_target_room","layer_set_visible","layer_shader","layer_sprite_alpha","layer_sprite_angle","layer_sprite_blend","layer_sprite_change","layer_sprite_create","layer_sprite_destroy","layer_sprite_exists","layer_sprite_get_alpha","layer_sprite_get_angle","layer_sprite_get_blend","layer_sprite_get_id","layer_sprite_get_index","layer_sprite_get_speed","layer_sprite_get_sprite","layer_sprite_get_x","layer_sprite_get_xscale","layer_sprite_get_y","layer_sprite_get_yscale","layer_sprite_index","layer_sprite_speed","layer_sprite_x","layer_sprite_xscale","layer_sprite_y","layer_sprite_yscale","layer_tile_alpha","layer_tile_blend","layer_tile_change","layer_tile_create","layer_tile_destroy","layer_tile_exists","layer_tile_get_alpha","layer_tile_get_blend","layer_tile_get_region","layer_tile_get_sprite","layer_tile_get_visible","layer_tile_get_x","layer_tile_get_xscale","layer_tile_get_y","layer_tile_get_yscale","layer_tile_region","layer_tile_visible","layer_tile_x","layer_tile_xscale","layer_tile_y","layer_tile_yscale","layer_tilemap_create","layer_tilemap_destroy","layer_tilemap_exists","layer_tilemap_get_id","layer_vspeed","layer_x","layer_y","lengthdir_x","lengthdir_y","lerp","lin_to_db","ln","load_csv","log10","log2","logn","make_color_hsv","make_color_rgb","make_colour_hsv","make_colour_rgb","math_get_epsilon","math_set_epsilon","matrix_build","matrix_build_identity","matrix_build_lookat","matrix_build_projection_ortho","matrix_build_projection_perspective","matrix_build_projection_perspective_fov","matrix_get","matrix_multiply","matrix_set","matrix_stack_clear","matrix_stack_is_empty","matrix_stack_pop","matrix_stack_push","matrix_stack_set","matrix_stack_top","matrix_transform_vertex","max","md5_file","md5_string_unicode","md5_string_utf8","mean","median","merge_color","merge_colour","method","method_call","method_get_index","method_get_self","min","motion_add","motion_set","mouse_check_button","mouse_check_button_pressed","mouse_check_button_released","mouse_clear","mouse_wheel_down","mouse_wheel_up","move_and_collide","move_bounce_all","move_bounce_solid","move_contact_all","move_contact_solid","move_outside_all","move_outside_solid","move_random","move_snap","move_towards_point","move_wrap","mp_grid_add_cell","mp_grid_add_instances","mp_grid_add_rectangle","mp_grid_clear_all","mp_grid_clear_cell","mp_grid_clear_rectangle","mp_grid_create","mp_grid_destroy","mp_grid_draw","mp_grid_get_cell","mp_grid_path","mp_grid_to_ds_grid","mp_linear_path","mp_linear_path_object","mp_linear_step","mp_linear_step_object","mp_potential_path","mp_potential_path_object","mp_potential_settings","mp_potential_step","mp_potential_step_object","nameof","network_connect","network_connect_async","network_connect_raw","network_connect_raw_async","network_create_server","network_create_server_raw","network_create_socket","network_create_socket_ext","network_destroy","network_resolve","network_send_broadcast","network_send_packet","network_send_raw","network_send_udp","network_send_udp_raw","network_set_config","network_set_timeout","object_exists","object_get_mask","object_get_name","object_get_parent","object_get_persistent","object_get_physics","object_get_solid","object_get_sprite","object_get_visible","object_is_ancestor","object_set_mask","object_set_persistent","object_set_solid","object_set_sprite","object_set_visible","ord","os_check_permission","os_get_config","os_get_info","os_get_language","os_get_region","os_is_network_connected","os_is_paused","os_lock_orientation","os_powersave_enable","os_request_permission","os_set_orientation_lock","parameter_count","parameter_string","part_emitter_burst","part_emitter_clear","part_emitter_create","part_emitter_delay","part_emitter_destroy","part_emitter_destroy_all","part_emitter_enable","part_emitter_exists","part_emitter_interval","part_emitter_region","part_emitter_relative","part_emitter_stream","part_particles_burst","part_particles_clear","part_particles_count","part_particles_create","part_particles_create_color","part_particles_create_colour","part_system_angle","part_system_automatic_draw","part_system_automatic_update","part_system_clear","part_system_color","part_system_colour","part_system_create","part_system_create_layer","part_system_depth","part_system_destroy","part_system_draw_order","part_system_drawit","part_system_exists","part_system_get_info","part_system_get_layer","part_system_global_space","part_system_layer","part_system_position","part_system_update","part_type_alpha1","part_type_alpha2","part_type_alpha3","part_type_blend","part_type_clear","part_type_color1","part_type_color2","part_type_color3","part_type_color_hsv","part_type_color_mix","part_type_color_rgb","part_type_colour1","part_type_colour2","part_type_colour3","part_type_colour_hsv","part_type_colour_mix","part_type_colour_rgb","part_type_create","part_type_death","part_type_destroy","part_type_direction","part_type_exists","part_type_gravity","part_type_life","part_type_orientation","part_type_scale","part_type_shape","part_type_size","part_type_size_x","part_type_size_y","part_type_speed","part_type_sprite","part_type_step","part_type_subimage","particle_exists","particle_get_info","path_add","path_add_point","path_append","path_assign","path_change_point","path_clear_points","path_delete","path_delete_point","path_duplicate","path_end","path_exists","path_flip","path_get_closed","path_get_kind","path_get_length","path_get_name","path_get_number","path_get_point_speed","path_get_point_x","path_get_point_y","path_get_precision","path_get_speed","path_get_x","path_get_y","path_insert_point","path_mirror","path_rescale","path_reverse","path_rotate","path_set_closed","path_set_kind","path_set_precision","path_shift","path_start","physics_apply_angular_impulse","physics_apply_force","physics_apply_impulse","physics_apply_local_force","physics_apply_local_impulse","physics_apply_torque","physics_draw_debug","physics_fixture_add_point","physics_fixture_bind","physics_fixture_bind_ext","physics_fixture_create","physics_fixture_delete","physics_fixture_set_angular_damping","physics_fixture_set_awake","physics_fixture_set_box_shape","physics_fixture_set_chain_shape","physics_fixture_set_circle_shape","physics_fixture_set_collision_group","physics_fixture_set_density","physics_fixture_set_edge_shape","physics_fixture_set_friction","physics_fixture_set_kinematic","physics_fixture_set_linear_damping","physics_fixture_set_polygon_shape","physics_fixture_set_restitution","physics_fixture_set_sensor","physics_get_density","physics_get_friction","physics_get_restitution","physics_joint_delete","physics_joint_distance_create","physics_joint_enable_motor","physics_joint_friction_create","physics_joint_gear_create","physics_joint_get_value","physics_joint_prismatic_create","physics_joint_pulley_create","physics_joint_revolute_create","physics_joint_rope_create","physics_joint_set_value","physics_joint_weld_create","physics_joint_wheel_create","physics_mass_properties","physics_particle_count","physics_particle_create","physics_particle_delete","physics_particle_delete_region_box","physics_particle_delete_region_circle","physics_particle_delete_region_poly","physics_particle_draw","physics_particle_draw_ext","physics_particle_get_damping","physics_particle_get_data","physics_particle_get_data_particle","physics_particle_get_density","physics_particle_get_gravity_scale","physics_particle_get_group_flags","physics_particle_get_max_count","physics_particle_get_radius","physics_particle_group_add_point","physics_particle_group_begin","physics_particle_group_box","physics_particle_group_circle","physics_particle_group_count","physics_particle_group_delete","physics_particle_group_end","physics_particle_group_get_ang_vel","physics_particle_group_get_angle","physics_particle_group_get_centre_x","physics_particle_group_get_centre_y","physics_particle_group_get_data","physics_particle_group_get_inertia","physics_particle_group_get_mass","physics_particle_group_get_vel_x","physics_particle_group_get_vel_y","physics_particle_group_get_x","physics_particle_group_get_y","physics_particle_group_join","physics_particle_group_polygon","physics_particle_set_category_flags","physics_particle_set_damping","physics_particle_set_density","physics_particle_set_flags","physics_particle_set_gravity_scale","physics_particle_set_group_flags","physics_particle_set_max_count","physics_particle_set_radius","physics_pause_enable","physics_remove_fixture","physics_set_density","physics_set_friction","physics_set_restitution","physics_test_overlap","physics_world_create","physics_world_draw_debug","physics_world_gravity","physics_world_update_iterations","physics_world_update_speed","place_empty","place_free","place_meeting","place_snapped","point_direction","point_distance","point_distance_3d","point_in_circle","point_in_rectangle","point_in_triangle","position_change","position_destroy","position_empty","position_meeting","power","ptr","radtodeg","random","random_get_seed","random_range","random_set_seed","randomise","randomize","real","rectangle_in_circle","rectangle_in_rectangle","rectangle_in_triangle","ref_create","rollback_chat","rollback_create_game","rollback_define_extra_network_latency","rollback_define_input","rollback_define_input_frame_delay","rollback_define_mock_input","rollback_define_player","rollback_display_events","rollback_get_info","rollback_get_input","rollback_get_player_prefs","rollback_join_game","rollback_leave_game","rollback_set_player_prefs","rollback_start_game","rollback_sync_on_frame","rollback_use_late_join","rollback_use_manual_start","rollback_use_player_prefs","rollback_use_random_input","room_add","room_assign","room_duplicate","room_exists","room_get_camera","room_get_info","room_get_name","room_get_viewport","room_goto","room_goto_next","room_goto_previous","room_instance_add","room_instance_clear","room_next","room_previous","room_restart","room_set_camera","room_set_height","room_set_persistent","room_set_view_enabled","room_set_viewport","room_set_width","round","scheduler_resolution_get","scheduler_resolution_set","screen_save","screen_save_part","script_execute","script_execute_ext","script_exists","script_get_name","sequence_create","sequence_destroy","sequence_exists","sequence_get","sequence_get_objects","sequence_instance_override_object","sequence_keyframe_new","sequence_keyframedata_new","sequence_track_new","sha1_file","sha1_string_unicode","sha1_string_utf8","shader_current","shader_enable_corner_id","shader_get_name","shader_get_sampler_index","shader_get_uniform","shader_is_compiled","shader_reset","shader_set","shader_set_uniform_f","shader_set_uniform_f_array","shader_set_uniform_f_buffer","shader_set_uniform_i","shader_set_uniform_i_array","shader_set_uniform_matrix","shader_set_uniform_matrix_array","shaders_are_supported","shop_leave_rating","show_debug_message","show_debug_message_ext","show_debug_overlay","show_error","show_message","show_message_async","show_question","show_question_async","sign","sin","skeleton_animation_clear","skeleton_animation_get","skeleton_animation_get_duration","skeleton_animation_get_event_frames","skeleton_animation_get_ext","skeleton_animation_get_frame","skeleton_animation_get_frames","skeleton_animation_get_position","skeleton_animation_is_finished","skeleton_animation_is_looping","skeleton_animation_list","skeleton_animation_mix","skeleton_animation_set","skeleton_animation_set_ext","skeleton_animation_set_frame","skeleton_animation_set_position","skeleton_attachment_create","skeleton_attachment_create_color","skeleton_attachment_create_colour","skeleton_attachment_destroy","skeleton_attachment_exists","skeleton_attachment_get","skeleton_attachment_replace","skeleton_attachment_replace_color","skeleton_attachment_replace_colour","skeleton_attachment_set","skeleton_bone_data_get","skeleton_bone_data_set","skeleton_bone_list","skeleton_bone_state_get","skeleton_bone_state_set","skeleton_collision_draw_set","skeleton_find_slot","skeleton_get_bounds","skeleton_get_minmax","skeleton_get_num_bounds","skeleton_skin_create","skeleton_skin_get","skeleton_skin_list","skeleton_skin_set","skeleton_slot_alpha_get","skeleton_slot_color_get","skeleton_slot_color_set","skeleton_slot_colour_get","skeleton_slot_colour_set","skeleton_slot_data","skeleton_slot_data_instance","skeleton_slot_list","sprite_add","sprite_add_ext","sprite_add_from_surface","sprite_assign","sprite_collision_mask","sprite_create_from_surface","sprite_delete","sprite_duplicate","sprite_exists","sprite_flush","sprite_flush_multi","sprite_get_bbox_bottom","sprite_get_bbox_left","sprite_get_bbox_mode","sprite_get_bbox_right","sprite_get_bbox_top","sprite_get_height","sprite_get_info","sprite_get_name","sprite_get_nineslice","sprite_get_number","sprite_get_speed","sprite_get_speed_type","sprite_get_texture","sprite_get_tpe","sprite_get_uvs","sprite_get_width","sprite_get_xoffset","sprite_get_yoffset","sprite_merge","sprite_nineslice_create","sprite_prefetch","sprite_prefetch_multi","sprite_replace","sprite_save","sprite_save_strip","sprite_set_alpha_from_sprite","sprite_set_bbox","sprite_set_bbox_mode","sprite_set_cache_size","sprite_set_cache_size_ext","sprite_set_nineslice","sprite_set_offset","sprite_set_speed","sqr","sqrt","static_get","static_set","string","string_byte_at","string_byte_length","string_char_at","string_concat","string_concat_ext","string_copy","string_count","string_delete","string_digits","string_ends_with","string_ext","string_foreach","string_format","string_hash_to_newline","string_height","string_height_ext","string_insert","string_join","string_join_ext","string_last_pos","string_last_pos_ext","string_length","string_letters","string_lettersdigits","string_lower","string_ord_at","string_pos","string_pos_ext","string_repeat","string_replace","string_replace_all","string_set_byte_at","string_split","string_split_ext","string_starts_with","string_trim","string_trim_end","string_trim_start","string_upper","string_width","string_width_ext","struct_exists","struct_foreach","struct_get","struct_get_from_hash","struct_get_names","struct_names_count","struct_remove","struct_set","struct_set_from_hash","surface_copy","surface_copy_part","surface_create","surface_create_ext","surface_depth_disable","surface_exists","surface_format_is_supported","surface_free","surface_get_depth_disable","surface_get_format","surface_get_height","surface_get_target","surface_get_target_ext","surface_get_texture","surface_get_width","surface_getpixel","surface_getpixel_ext","surface_reset_target","surface_resize","surface_save","surface_save_part","surface_set_target","surface_set_target_ext","tag_get_asset_ids","tag_get_assets","tan","texture_debug_messages","texture_flush","texture_get_height","texture_get_texel_height","texture_get_texel_width","texture_get_uvs","texture_get_width","texture_global_scale","texture_is_ready","texture_prefetch","texture_set_stage","texturegroup_get_fonts","texturegroup_get_names","texturegroup_get_sprites","texturegroup_get_status","texturegroup_get_textures","texturegroup_get_tilesets","texturegroup_load","texturegroup_set_mode","texturegroup_unload","tile_get_empty","tile_get_flip","tile_get_index","tile_get_mirror","tile_get_rotate","tile_set_empty","tile_set_flip","tile_set_index","tile_set_mirror","tile_set_rotate","tilemap_clear","tilemap_get","tilemap_get_at_pixel","tilemap_get_cell_x_at_pixel","tilemap_get_cell_y_at_pixel","tilemap_get_frame","tilemap_get_global_mask","tilemap_get_height","tilemap_get_mask","tilemap_get_tile_height","tilemap_get_tile_width","tilemap_get_tileset","tilemap_get_width","tilemap_get_x","tilemap_get_y","tilemap_set","tilemap_set_at_pixel","tilemap_set_global_mask","tilemap_set_height","tilemap_set_mask","tilemap_set_width","tilemap_tileset","tilemap_x","tilemap_y","tileset_get_info","tileset_get_name","tileset_get_texture","tileset_get_uvs","time_bpm_to_seconds","time_seconds_to_bpm","time_source_create","time_source_destroy","time_source_exists","time_source_get_children","time_source_get_parent","time_source_get_period","time_source_get_reps_completed","time_source_get_reps_remaining","time_source_get_state","time_source_get_time_remaining","time_source_get_units","time_source_pause","time_source_reconfigure","time_source_reset","time_source_resume","time_source_start","time_source_stop","timeline_add","timeline_clear","timeline_delete","timeline_exists","timeline_get_name","timeline_max_moment","timeline_moment_add_script","timeline_moment_clear","timeline_size","typeof","url_get_domain","url_open","url_open_ext","url_open_full","uwp_device_touchscreen_available","uwp_livetile_badge_clear","uwp_livetile_badge_notification","uwp_livetile_notification_begin","uwp_livetile_notification_end","uwp_livetile_notification_expiry","uwp_livetile_notification_image_add","uwp_livetile_notification_secondary_begin","uwp_livetile_notification_tag","uwp_livetile_notification_template_add","uwp_livetile_notification_text_add","uwp_livetile_queue_enable","uwp_livetile_tile_clear","uwp_secondarytile_badge_clear","uwp_secondarytile_badge_notification","uwp_secondarytile_delete","uwp_secondarytile_pin","uwp_secondarytile_tile_clear","variable_clone","variable_get_hash","variable_global_exists","variable_global_get","variable_global_set","variable_instance_exists","variable_instance_get","variable_instance_get_names","variable_instance_names_count","variable_instance_set","variable_struct_exists","variable_struct_get","variable_struct_get_names","variable_struct_names_count","variable_struct_remove","variable_struct_set","vertex_argb","vertex_begin","vertex_color","vertex_colour","vertex_create_buffer","vertex_create_buffer_ext","vertex_create_buffer_from_buffer","vertex_create_buffer_from_buffer_ext","vertex_delete_buffer","vertex_end","vertex_float1","vertex_float2","vertex_float3","vertex_float4","vertex_format_add_color","vertex_format_add_colour","vertex_format_add_custom","vertex_format_add_normal","vertex_format_add_position","vertex_format_add_position_3d","vertex_format_add_texcoord","vertex_format_begin","vertex_format_delete","vertex_format_end","vertex_format_get_info","vertex_freeze","vertex_get_buffer_size","vertex_get_number","vertex_normal","vertex_position","vertex_position_3d","vertex_submit","vertex_submit_ext","vertex_texcoord","vertex_ubyte4","vertex_update_buffer_from_buffer","vertex_update_buffer_from_vertex","video_close","video_draw","video_enable_loop","video_get_duration","video_get_format","video_get_position","video_get_status","video_get_volume","video_is_looping","video_open","video_pause","video_resume","video_seek_to","video_set_volume","view_get_camera","view_get_hport","view_get_surface_id","view_get_visible","view_get_wport","view_get_xport","view_get_yport","view_set_camera","view_set_hport","view_set_surface_id","view_set_visible","view_set_wport","view_set_xport","view_set_yport","virtual_key_add","virtual_key_delete","virtual_key_hide","virtual_key_show","wallpaper_set_config","wallpaper_set_subscriptions","weak_ref_alive","weak_ref_any_alive","weak_ref_create","window_center","window_device","window_enable_borderless_fullscreen","window_get_borderless_fullscreen","window_get_caption","window_get_color","window_get_colour","window_get_cursor","window_get_fullscreen","window_get_height","window_get_showborder","window_get_visible_rects","window_get_width","window_get_x","window_get_y","window_handle","window_has_focus","window_mouse_get_delta_x","window_mouse_get_delta_y","window_mouse_get_locked","window_mouse_get_x","window_mouse_get_y","window_mouse_set","window_mouse_set_locked","window_set_caption","window_set_color","window_set_colour","window_set_cursor","window_set_fullscreen","window_set_max_height","window_set_max_width","window_set_min_height","window_set_min_width","window_set_position","window_set_rectangle","window_set_showborder","window_set_size","window_view_mouse_get_x","window_view_mouse_get_y","window_views_mouse_get_x","window_views_mouse_get_y","winphone_tile_background_color","winphone_tile_background_colour","zip_add_file","zip_create","zip_save","zip_unzip","zip_unzip_async"],symbol:["AudioEffect","AudioEffectType","AudioLFOType","GM_build_date","GM_build_type","GM_is_sandboxed","GM_project_filename","GM_runtime_version","GM_version","NaN","_GMFILE_","_GMFUNCTION_","_GMLINE_","alignmentH","alignmentV","all","animcurvetype_bezier","animcurvetype_catmullrom","animcurvetype_linear","asset_animationcurve","asset_font","asset_object","asset_path","asset_room","asset_script","asset_sequence","asset_shader","asset_sound","asset_sprite","asset_tiles","asset_timeline","asset_unknown","audio_3D","audio_bus_main","audio_falloff_exponent_distance","audio_falloff_exponent_distance_clamped","audio_falloff_exponent_distance_scaled","audio_falloff_inverse_distance","audio_falloff_inverse_distance_clamped","audio_falloff_inverse_distance_scaled","audio_falloff_linear_distance","audio_falloff_linear_distance_clamped","audio_falloff_none","audio_mono","audio_stereo","bboxkind_diamond","bboxkind_ellipse","bboxkind_precise","bboxkind_rectangular","bboxmode_automatic","bboxmode_fullimage","bboxmode_manual","bm_add","bm_dest_alpha","bm_dest_color","bm_dest_colour","bm_inv_dest_alpha","bm_inv_dest_color","bm_inv_dest_colour","bm_inv_src_alpha","bm_inv_src_color","bm_inv_src_colour","bm_max","bm_normal","bm_one","bm_src_alpha","bm_src_alpha_sat","bm_src_color","bm_src_colour","bm_subtract","bm_zero","browser_chrome","browser_edge","browser_firefox","browser_ie","browser_ie_mobile","browser_not_a_browser","browser_opera","browser_safari","browser_safari_mobile","browser_tizen","browser_unknown","browser_windows_store","buffer_bool","buffer_f16","buffer_f32","buffer_f64","buffer_fast","buffer_fixed","buffer_grow","buffer_s16","buffer_s32","buffer_s8","buffer_seek_end","buffer_seek_relative","buffer_seek_start","buffer_string","buffer_text","buffer_u16","buffer_u32","buffer_u64","buffer_u8","buffer_vbuffer","buffer_wrap","c_aqua","c_black","c_blue","c_dkgray","c_dkgrey","c_fuchsia","c_gray","c_green","c_grey","c_lime","c_ltgray","c_ltgrey","c_maroon","c_navy","c_olive","c_orange","c_purple","c_red","c_silver","c_teal","c_white","c_yellow","cache_directory","characterSpacing","cmpfunc_always","cmpfunc_equal","cmpfunc_greater","cmpfunc_greaterequal","cmpfunc_less","cmpfunc_lessequal","cmpfunc_never","cmpfunc_notequal","coreColor","coreColour","cr_appstart","cr_arrow","cr_beam","cr_cross","cr_default","cr_drag","cr_handpoint","cr_hourglass","cr_none","cr_size_all","cr_size_nesw","cr_size_ns","cr_size_nwse","cr_size_we","cr_uparrow","cull_clockwise","cull_counterclockwise","cull_noculling","device_emulator","device_ios_ipad","device_ios_ipad_retina","device_ios_iphone","device_ios_iphone5","device_ios_iphone6","device_ios_iphone6plus","device_ios_iphone_retina","device_ios_unknown","device_tablet","display_landscape","display_landscape_flipped","display_portrait","display_portrait_flipped","dll_cdecl","dll_stdcall","dropShadowEnabled","dropShadowEnabled","ds_type_grid","ds_type_list","ds_type_map","ds_type_priority","ds_type_queue","ds_type_stack","ef_cloud","ef_ellipse","ef_explosion","ef_firework","ef_flare","ef_rain","ef_ring","ef_smoke","ef_smokeup","ef_snow","ef_spark","ef_star","effectsEnabled","effectsEnabled","ev_alarm","ev_animation_end","ev_animation_event","ev_animation_update","ev_async_audio_playback","ev_async_audio_playback_ended","ev_async_audio_recording","ev_async_dialog","ev_async_push_notification","ev_async_save_load","ev_async_save_load","ev_async_social","ev_async_system_event","ev_async_web","ev_async_web_cloud","ev_async_web_iap","ev_async_web_image_load","ev_async_web_networking","ev_async_web_steam","ev_audio_playback","ev_audio_playback_ended","ev_audio_recording","ev_boundary","ev_boundary_view0","ev_boundary_view1","ev_boundary_view2","ev_boundary_view3","ev_boundary_view4","ev_boundary_view5","ev_boundary_view6","ev_boundary_view7","ev_broadcast_message","ev_cleanup","ev_collision","ev_create","ev_destroy","ev_dialog_async","ev_draw","ev_draw_begin","ev_draw_end","ev_draw_normal","ev_draw_post","ev_draw_pre","ev_end_of_path","ev_game_end","ev_game_start","ev_gesture","ev_gesture_double_tap","ev_gesture_drag_end","ev_gesture_drag_start","ev_gesture_dragging","ev_gesture_flick","ev_gesture_pinch_end","ev_gesture_pinch_in","ev_gesture_pinch_out","ev_gesture_pinch_start","ev_gesture_rotate_end","ev_gesture_rotate_start","ev_gesture_rotating","ev_gesture_tap","ev_global_gesture_double_tap","ev_global_gesture_drag_end","ev_global_gesture_drag_start","ev_global_gesture_dragging","ev_global_gesture_flick","ev_global_gesture_pinch_end","ev_global_gesture_pinch_in","ev_global_gesture_pinch_out","ev_global_gesture_pinch_start","ev_global_gesture_rotate_end","ev_global_gesture_rotate_start","ev_global_gesture_rotating","ev_global_gesture_tap","ev_global_left_button","ev_global_left_press","ev_global_left_release","ev_global_middle_button","ev_global_middle_press","ev_global_middle_release","ev_global_right_button","ev_global_right_press","ev_global_right_release","ev_gui","ev_gui_begin","ev_gui_end","ev_joystick1_button1","ev_joystick1_button2","ev_joystick1_button3","ev_joystick1_button4","ev_joystick1_button5","ev_joystick1_button6","ev_joystick1_button7","ev_joystick1_button8","ev_joystick1_down","ev_joystick1_left","ev_joystick1_right","ev_joystick1_up","ev_joystick2_button1","ev_joystick2_button2","ev_joystick2_button3","ev_joystick2_button4","ev_joystick2_button5","ev_joystick2_button6","ev_joystick2_button7","ev_joystick2_button8","ev_joystick2_down","ev_joystick2_left","ev_joystick2_right","ev_joystick2_up","ev_keyboard","ev_keypress","ev_keyrelease","ev_left_button","ev_left_press","ev_left_release","ev_middle_button","ev_middle_press","ev_middle_release","ev_mouse","ev_mouse_enter","ev_mouse_leave","ev_mouse_wheel_down","ev_mouse_wheel_up","ev_no_button","ev_no_more_health","ev_no_more_lives","ev_other","ev_outside","ev_outside_view0","ev_outside_view1","ev_outside_view2","ev_outside_view3","ev_outside_view4","ev_outside_view5","ev_outside_view6","ev_outside_view7","ev_pre_create","ev_push_notification","ev_right_button","ev_right_press","ev_right_release","ev_room_end","ev_room_start","ev_social","ev_step","ev_step_begin","ev_step_end","ev_step_normal","ev_system_event","ev_trigger","ev_user0","ev_user1","ev_user10","ev_user11","ev_user12","ev_user13","ev_user14","ev_user15","ev_user2","ev_user3","ev_user4","ev_user5","ev_user6","ev_user7","ev_user8","ev_user9","ev_web_async","ev_web_cloud","ev_web_iap","ev_web_image_load","ev_web_networking","ev_web_sound_load","ev_web_steam","fa_archive","fa_bottom","fa_center","fa_directory","fa_hidden","fa_left","fa_middle","fa_none","fa_readonly","fa_right","fa_sysfile","fa_top","fa_volumeid","false","frameSizeX","frameSizeY","gamespeed_fps","gamespeed_microseconds","global","glowColor","glowColour","glowEnabled","glowEnabled","glowEnd","glowStart","gp_axis_acceleration_x","gp_axis_acceleration_y","gp_axis_acceleration_z","gp_axis_angular_velocity_x","gp_axis_angular_velocity_y","gp_axis_angular_velocity_z","gp_axis_orientation_w","gp_axis_orientation_x","gp_axis_orientation_y","gp_axis_orientation_z","gp_axislh","gp_axislv","gp_axisrh","gp_axisrv","gp_face1","gp_face2","gp_face3","gp_face4","gp_padd","gp_padl","gp_padr","gp_padu","gp_select","gp_shoulderl","gp_shoulderlb","gp_shoulderr","gp_shoulderrb","gp_start","gp_stickl","gp_stickr","iap_available","iap_canceled","iap_ev_consume","iap_ev_product","iap_ev_purchase","iap_ev_restore","iap_ev_storeload","iap_failed","iap_purchased","iap_refunded","iap_status_available","iap_status_loading","iap_status_processing","iap_status_restoring","iap_status_unavailable","iap_status_uninitialised","iap_storeload_failed","iap_storeload_ok","iap_unavailable","infinity","kbv_autocapitalize_characters","kbv_autocapitalize_none","kbv_autocapitalize_sentences","kbv_autocapitalize_words","kbv_returnkey_continue","kbv_returnkey_default","kbv_returnkey_done","kbv_returnkey_emergency","kbv_returnkey_go","kbv_returnkey_google","kbv_returnkey_join","kbv_returnkey_next","kbv_returnkey_route","kbv_returnkey_search","kbv_returnkey_send","kbv_returnkey_yahoo","kbv_type_ascii","kbv_type_default","kbv_type_email","kbv_type_numbers","kbv_type_phone","kbv_type_phone_name","kbv_type_url","layerelementtype_background","layerelementtype_instance","layerelementtype_oldtilemap","layerelementtype_particlesystem","layerelementtype_sequence","layerelementtype_sprite","layerelementtype_tile","layerelementtype_tilemap","layerelementtype_undefined","leaderboard_type_number","leaderboard_type_time_mins_secs","lighttype_dir","lighttype_point","lineSpacing","m_axisx","m_axisx_gui","m_axisy","m_axisy_gui","m_scroll_down","m_scroll_up","matrix_projection","matrix_view","matrix_world","mb_any","mb_left","mb_middle","mb_none","mb_right","mb_side1","mb_side2","mip_markedonly","mip_off","mip_on","network_config_avoid_time_wait","network_config_connect_timeout","network_config_disable_multicast","network_config_disable_reliable_udp","network_config_enable_multicast","network_config_enable_reliable_udp","network_config_use_non_blocking_socket","network_config_websocket_protocol","network_connect_active","network_connect_blocking","network_connect_nonblocking","network_connect_none","network_connect_passive","network_send_binary","network_send_text","network_socket_bluetooth","network_socket_tcp","network_socket_udp","network_socket_ws","network_socket_wss","network_type_connect","network_type_data","network_type_disconnect","network_type_down","network_type_non_blocking_connect","network_type_up","network_type_up_failed","nineslice_blank","nineslice_bottom","nineslice_center","nineslice_centre","nineslice_hide","nineslice_left","nineslice_mirror","nineslice_repeat","nineslice_right","nineslice_stretch","nineslice_top","noone","of_challenge_lose","of_challenge_tie","of_challenge_win","os_android","os_gdk","os_gxgames","os_ios","os_linux","os_macosx","os_operagx","os_permission_denied","os_permission_denied_dont_request","os_permission_granted","os_ps3","os_ps4","os_ps5","os_psvita","os_switch","os_tvos","os_unknown","os_uwp","os_win8native","os_windows","os_winphone","os_xboxone","os_xboxseriesxs","other","outlineColor","outlineColour","outlineDist","outlineEnabled","outlineEnabled","paragraphSpacing","path_action_continue","path_action_restart","path_action_reverse","path_action_stop","phy_debug_render_aabb","phy_debug_render_collision_pairs","phy_debug_render_coms","phy_debug_render_core_shapes","phy_debug_render_joints","phy_debug_render_obb","phy_debug_render_shapes","phy_joint_anchor_1_x","phy_joint_anchor_1_y","phy_joint_anchor_2_x","phy_joint_anchor_2_y","phy_joint_angle","phy_joint_angle_limits","phy_joint_damping_ratio","phy_joint_frequency","phy_joint_length_1","phy_joint_length_2","phy_joint_lower_angle_limit","phy_joint_max_force","phy_joint_max_length","phy_joint_max_motor_force","phy_joint_max_motor_torque","phy_joint_max_torque","phy_joint_motor_force","phy_joint_motor_speed","phy_joint_motor_torque","phy_joint_reaction_force_x","phy_joint_reaction_force_y","phy_joint_reaction_torque","phy_joint_speed","phy_joint_translation","phy_joint_upper_angle_limit","phy_particle_data_flag_category","phy_particle_data_flag_color","phy_particle_data_flag_colour","phy_particle_data_flag_position","phy_particle_data_flag_typeflags","phy_particle_data_flag_velocity","phy_particle_flag_colormixing","phy_particle_flag_colourmixing","phy_particle_flag_elastic","phy_particle_flag_powder","phy_particle_flag_spring","phy_particle_flag_tensile","phy_particle_flag_viscous","phy_particle_flag_wall","phy_particle_flag_water","phy_particle_flag_zombie","phy_particle_group_flag_rigid","phy_particle_group_flag_solid","pi","pointer_invalid","pointer_null","pr_linelist","pr_linestrip","pr_pointlist","pr_trianglefan","pr_trianglelist","pr_trianglestrip","ps_distr_gaussian","ps_distr_invgaussian","ps_distr_linear","ps_mode_burst","ps_mode_stream","ps_shape_diamond","ps_shape_ellipse","ps_shape_line","ps_shape_rectangle","pt_shape_circle","pt_shape_cloud","pt_shape_disk","pt_shape_explosion","pt_shape_flare","pt_shape_line","pt_shape_pixel","pt_shape_ring","pt_shape_smoke","pt_shape_snow","pt_shape_spark","pt_shape_sphere","pt_shape_square","pt_shape_star","rollback_chat_message","rollback_connect_error","rollback_connect_info","rollback_connected_to_peer","rollback_connection_rejected","rollback_disconnected_from_peer","rollback_end_game","rollback_game_full","rollback_game_info","rollback_game_interrupted","rollback_game_resumed","rollback_high_latency","rollback_player_prefs","rollback_protocol_rejected","rollback_synchronized_with_peer","rollback_synchronizing_with_peer","self","seqaudiokey_loop","seqaudiokey_oneshot","seqdir_left","seqdir_right","seqinterpolation_assign","seqinterpolation_lerp","seqplay_loop","seqplay_oneshot","seqplay_pingpong","seqtextkey_bottom","seqtextkey_center","seqtextkey_justify","seqtextkey_left","seqtextkey_middle","seqtextkey_right","seqtextkey_top","seqtracktype_audio","seqtracktype_bool","seqtracktype_clipmask","seqtracktype_clipmask_mask","seqtracktype_clipmask_subject","seqtracktype_color","seqtracktype_colour","seqtracktype_empty","seqtracktype_graphic","seqtracktype_group","seqtracktype_instance","seqtracktype_message","seqtracktype_moment","seqtracktype_particlesystem","seqtracktype_real","seqtracktype_sequence","seqtracktype_spriteframes","seqtracktype_string","seqtracktype_text","shadowColor","shadowColour","shadowOffsetX","shadowOffsetY","shadowSoftness","sprite_add_ext_error_cancelled","sprite_add_ext_error_decompressfailed","sprite_add_ext_error_loadfailed","sprite_add_ext_error_setupfailed","sprite_add_ext_error_spritenotfound","sprite_add_ext_error_unknown","spritespeed_framespergameframe","spritespeed_framespersecond","surface_r16float","surface_r32float","surface_r8unorm","surface_rg8unorm","surface_rgba16float","surface_rgba32float","surface_rgba4unorm","surface_rgba8unorm","texturegroup_status_fetched","texturegroup_status_loaded","texturegroup_status_loading","texturegroup_status_unloaded","tf_anisotropic","tf_linear","tf_point","thickness","tile_flip","tile_index_mask","tile_mirror","tile_rotate","time_source_expire_after","time_source_expire_nearest","time_source_game","time_source_global","time_source_state_active","time_source_state_initial","time_source_state_paused","time_source_state_stopped","time_source_units_frames","time_source_units_seconds","timezone_local","timezone_utc","tm_countvsyncs","tm_sleep","tm_systemtiming","true","ty_real","ty_string","undefined","vertex_type_color","vertex_type_colour","vertex_type_float1","vertex_type_float2","vertex_type_float3","vertex_type_float4","vertex_type_ubyte4","vertex_usage_binormal","vertex_usage_blendindices","vertex_usage_blendweight","vertex_usage_color","vertex_usage_colour","vertex_usage_depth","vertex_usage_fog","vertex_usage_normal","vertex_usage_position","vertex_usage_psize","vertex_usage_sample","vertex_usage_tangent","vertex_usage_texcoord","video_format_rgba","video_format_yuv","video_status_closed","video_status_paused","video_status_playing","video_status_preparing","vk_add","vk_alt","vk_anykey","vk_backspace","vk_control","vk_decimal","vk_delete","vk_divide","vk_down","vk_end","vk_enter","vk_escape","vk_f1","vk_f10","vk_f11","vk_f12","vk_f2","vk_f3","vk_f4","vk_f5","vk_f6","vk_f7","vk_f8","vk_f9","vk_home","vk_insert","vk_lalt","vk_lcontrol","vk_left","vk_lshift","vk_multiply","vk_nokey","vk_numpad0","vk_numpad1","vk_numpad2","vk_numpad3","vk_numpad4","vk_numpad5","vk_numpad6","vk_numpad7","vk_numpad8","vk_numpad9","vk_pagedown","vk_pageup","vk_pause","vk_printscreen","vk_ralt","vk_rcontrol","vk_return","vk_right","vk_rshift","vk_shift","vk_space","vk_subtract","vk_tab","vk_up","wallpaper_config","wallpaper_subscription_data","wrap"],"variable.language":["alarm","application_surface","argument","argument0","argument1","argument2","argument3","argument4","argument5","argument6","argument7","argument8","argument9","argument10","argument11","argument12","argument13","argument14","argument15","argument_count","async_load","background_color","background_colour","background_showcolor","background_showcolour","bbox_bottom","bbox_left","bbox_right","bbox_top","browser_height","browser_width","colour?ColourTrack","current_day","current_hour","current_minute","current_month","current_second","current_time","current_weekday","current_year","cursor_sprite","debug_mode","delta_time","depth","direction","display_aa","drawn_by_sequence","event_action","event_data","event_number","event_object","event_type","font_texture_page_size","fps","fps_real","friction","game_display_name","game_id","game_project_name","game_save_id","gravity","gravity_direction","health","hspeed","iap_data","id","image_alpha","image_angle","image_blend","image_index","image_number","image_speed","image_xscale","image_yscale","in_collision_tree","in_sequence","instance_count","instance_id","keyboard_key","keyboard_lastchar","keyboard_lastkey","keyboard_string","layer","lives","longMessage","managed","mask_index","message","mouse_button","mouse_lastbutton","mouse_x","mouse_y","object_index","os_browser","os_device","os_type","os_version","path_endaction","path_index","path_orientation","path_position","path_positionprevious","path_scale","path_speed","persistent","phy_active","phy_angular_damping","phy_angular_velocity","phy_bullet","phy_col_normal_x","phy_col_normal_y","phy_collision_points","phy_collision_x","phy_collision_y","phy_com_x","phy_com_y","phy_dynamic","phy_fixed_rotation","phy_inertia","phy_kinematic","phy_linear_damping","phy_linear_velocity_x","phy_linear_velocity_y","phy_mass","phy_position_x","phy_position_xprevious","phy_position_y","phy_position_yprevious","phy_rotation","phy_sleeping","phy_speed","phy_speed_x","phy_speed_y","player_avatar_sprite","player_avatar_url","player_id","player_local","player_type","player_user_id","program_directory","rollback_api_server","rollback_confirmed_frame","rollback_current_frame","rollback_event_id","rollback_event_param","rollback_game_running","room","room_first","room_height","room_last","room_persistent","room_speed","room_width","score","script","sequence_instance","solid","speed","sprite_height","sprite_index","sprite_width","sprite_xoffset","sprite_yoffset","stacktrace","temp_directory","timeline_index","timeline_loop","timeline_position","timeline_running","timeline_speed","view_camera","view_current","view_enabled","view_hport","view_surface_id","view_visible","view_wport","view_xport","view_yport","visible","vspeed","webgl_enabled","working_directory","x","xprevious","xstart","y","yprevious","ystart"]},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return gml_1=e,gml_1}var go_1,hasRequiredGo;function requireGo(){if(hasRequiredGo)return go_1;hasRequiredGo=1;function e(t){const L={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:L,illegal:"",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,end:/\}/,subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return haml_1=e,haml_1}var handlebars_1,hasRequiredHandlebars;function requireHandlebars(){if(hasRequiredHandlebars)return handlebars_1;hasRequiredHandlebars=1;function e(t){const y=t.regex,n={$pattern:/[\w.\/]+/,built_in:["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},$={$pattern:/[\w.\/]+/,literal:["true","false","undefined","null"]},k=/""|"[^"]+"/,L=/''|'[^']+'/,j=/\[\]|\[[^\]]+\]/,V=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,z=/(\.|\/)/,re=y.either(k,L,j,V),oe=y.concat(y.optional(/\.|\.\/|\//),re,y.anyNumberOfTimes(y.concat(z,re))),ue=y.concat("(",j,"|",V,")(?==)"),de={begin:oe},_e=t.inherit(de,{keywords:$}),Ne={begin:/\(/,end:/\)/},Ue={className:"attr",begin:ue,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[t.NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,_e,Ne]}}},$e={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},Ve={contains:[t.NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,$e,Ue,_e,Ne],returnEnd:!0},Fe=t.inherit(de,{className:"name",keywords:n,starts:t.inherit(Ve,{end:/\)/})});Ne.contains=[Fe];const qe=t.inherit(de,{keywords:n,className:"name",starts:t.inherit(Ve,{end:/\}\}/})}),er=t.inherit(de,{keywords:n,className:"name"}),ir=t.inherit(de,{className:"name",keywords:n,starts:t.inherit(Ve,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},t.COMMENT(/\{\{!--/,/--\}\}/),t.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[qe],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[er]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[qe]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[er]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[ir]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[ir]}]}}return handlebars_1=e,handlebars_1}var haskell_1,hasRequiredHaskell;function requireHaskell(){if(hasRequiredHaskell)return haskell_1;hasRequiredHaskell=1;function e(t){const y="([0-9]_*)+",n="([0-9a-fA-F]_*)+",$="([01]_*)+",k="([0-7]_*)+",z="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",re={variants:[t.COMMENT("--+","$"),t.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},oe={className:"meta",begin:/\{-#/,end:/#-\}/},ue={className:"meta",begin:"^#",end:"$"},de={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},_e={begin:"\\(",end:"\\)",illegal:'"',contains:[oe,ue,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t.inherit(t.TITLE_MODE,{begin:"[_a-z][\\w']*"}),re]},Ne={begin:/\{/,end:/\}/,contains:_e.contains},Ue={className:"number",relevance:0,variants:[{match:`\\b(${y})(\\.(${y}))?([eE][+-]?(${y}))?\\b`},{match:`\\b0[xX]_*(${n})(\\.(${n}))?([pP][+-]?(${y}))?\\b`},{match:`\\b0[oO](${k})\\b`},{match:`\\b0[bB](${$})\\b`}]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",unicodeRegex:!0,contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[_e,re],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[_e,re],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[de,_e,re]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[oe,de,_e,Ne,re]},{beginKeywords:"default",end:"$",contains:[de,_e,re]},{beginKeywords:"infix infixl infixr",end:"$",contains:[t.C_NUMBER_MODE,re]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[de,t.QUOTE_STRING_MODE,re]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},oe,ue,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},t.QUOTE_STRING_MODE,Ue,de,t.inherit(t.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),{begin:`(?!-)${z}--+|--+(?!-)${z}`},re,{begin:"->|<-"}]}}return haskell_1=e,haskell_1}var haxe_1,hasRequiredHaxe;function requireHaxe(){if(hasRequiredHaxe)return haxe_1;hasRequiredHaxe=1;function e(t){const y="[a-zA-Z_$][a-zA-Z0-9_$]*",n=/(-?)(\b0[xX][a-fA-F0-9_]+|(\b\d+(\.[\d_]*)?|\.[\d_]+)(([eE][-+]?\d+)|i32|u32|i64|f64)?)/;return{name:"Haxe",aliases:["hx"],keywords:{keyword:"abstract break case cast catch continue default do dynamic else enum extern final for function here if import in inline is macro never new override package private get set public return static super switch this throw trace try typedef untyped using var while "+"Int Float String Bool Dynamic Void Array ",built_in:"trace this",literal:"true false null _"},contains:[{className:"string",begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE,{className:"subst",begin:/\$\{/,end:/\}/},{className:"subst",begin:/\$/,end:/\W\}/}]},t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"number",begin:n,relevance:0},{className:"variable",begin:"\\$"+y},{className:"meta",begin:/@:?/,end:/\(|$/,excludeEnd:!0},{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elseif end error"}},{className:"type",begin:/:[ \t]*/,end:/[^A-Za-z0-9_ \t\->]/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/:[ \t]*/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",beginKeywords:"new",end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"title.class",beginKeywords:"enum",end:/\{/,contains:[t.TITLE_MODE]},{className:"title.class",begin:"\\babstract\\b(?=\\s*"+t.IDENT_RE+"\\s*\\()",end:/[\{$]/,contains:[{className:"type",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/from +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/to +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},t.TITLE_MODE],keywords:{keyword:"abstract from to"}},{className:"title.class",begin:/\b(class|interface) +/,end:/[\{$]/,excludeEnd:!0,keywords:"class interface",contains:[{className:"keyword",begin:/\b(extends|implements) +/,keywords:"extends implements",contains:[{className:"type",begin:t.IDENT_RE,relevance:0}]},t.TITLE_MODE]},{className:"title.function",beginKeywords:"function",end:/\(/,excludeEnd:!0,illegal:/\S/,contains:[t.TITLE_MODE]}],illegal:/<\//}}return haxe_1=e,haxe_1}var hsp_1,hasRequiredHsp;function requireHsp(){if(hasRequiredHsp)return hsp_1;hasRequiredHsp=1;function e(t){return{name:"HSP",case_insensitive:!0,keywords:{$pattern:/[\w._]+/,keyword:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop"},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{className:"string",begin:/\{"/,end:/"\}/,contains:[t.BACKSLASH_ESCAPE]},t.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{keyword:"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[t.inherit(t.QUOTE_STRING_MODE,{className:"string"}),t.NUMBER_MODE,t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},t.NUMBER_MODE,t.C_NUMBER_MODE]}}return hsp_1=e,hsp_1}var http_1,hasRequiredHttp;function requireHttp(){if(hasRequiredHttp)return http_1;hasRequiredHttp=1;function e(t){const y=t.regex,n="HTTP/([32]|1\\.[01])",$=/[A-Za-z][A-Za-z0-9-]*/,k={className:"attribute",begin:y.concat("^",$,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},L=[k,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+n+" \\d{3})",end:/$/,contains:[{className:"meta",begin:n},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:L}},{begin:"(?=^[A-Z]+ (.*?) "+n+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:n},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:L}},t.inherit(k,{relevance:0})]}}return http_1=e,http_1}var hy_1,hasRequiredHy;function requireHy(){if(hasRequiredHy)return hy_1;hasRequiredHy=1;function e(t){const y="a-zA-Z_\\-!.?+*=<>&#'",n="["+y+"]["+y+"0-9/;:]*",$={$pattern:n,built_in:"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"},k="[-+]?\\d+(\\.\\d+)?",L={begin:n,relevance:0},j={className:"number",begin:k,relevance:0},V=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),z=t.COMMENT(";","$",{relevance:0}),re={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},oe={begin:"[\\[\\{]",end:"[\\]\\}]",relevance:0},ue={className:"comment",begin:"\\^"+n},de=t.COMMENT("\\^\\{","\\}"),_e={className:"symbol",begin:"[:]{1,2}"+n},Ne={begin:"\\(",end:"\\)"},Ue={endsWithParent:!0,relevance:0},$e={className:"name",relevance:0,keywords:$,begin:n,starts:Ue},Ve=[Ne,V,ue,de,z,_e,oe,j,re,L];return Ne.contains=[t.COMMENT("comment",""),$e,Ue],Ue.contains=Ve,oe.contains=Ve,{name:"Hy",aliases:["hylang"],illegal:/\S/,contains:[t.SHEBANG(),Ne,V,ue,de,z,_e,oe,j,re]}}return hy_1=e,hy_1}var inform7_1,hasRequiredInform7;function requireInform7(){if(hasRequiredInform7)return inform7_1;hasRequiredInform7=1;function e(t){const y="\\[",n="\\]";return{name:"Inform 7",aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:y,end:n}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:y,end:n,contains:["self"]}]}}return inform7_1=e,inform7_1}var ini_1,hasRequiredIni;function requireIni(){if(hasRequiredIni)return ini_1;hasRequiredIni=1;function e(t){const y=t.regex,n={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:t.NUMBER_RE}]},$=t.COMMENT();$.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const k={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},L={className:"literal",begin:/\bon|off|true|false|yes|no\b/},j={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},V={begin:/\[/,end:/\]/,contains:[$,L,k,j,n,"self"],relevance:0},z=/[A-Za-z0-9_-]+/,re=/"(\\"|[^"])*"/,oe=/'[^']*'/,ue=y.either(z,re,oe),de=y.concat(ue,"(\\s*\\.\\s*",ue,")*",y.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[$,{className:"section",begin:/\[+/,end:/\]+/},{begin:de,className:"attr",starts:{end:/$/,contains:[$,V,L,k,j,n]}}]}}return ini_1=e,ini_1}var irpf90_1,hasRequiredIrpf90;function requireIrpf90(){if(hasRequiredIrpf90)return irpf90_1;hasRequiredIrpf90=1;function e(t){const y=t.regex,n={className:"params",begin:"\\(",end:"\\)"},$=/(_[a-z_\d]+)?/,k=/([de][+-]?\d+)?/,L={className:"number",variants:[{begin:y.concat(/\b\d+/,/\.(\d*)/,k,$)},{begin:y.concat(/\b\d+/,k,$)},{begin:y.concat(/\.\d+/,k,$)}],relevance:0};return{name:"IRPF90",case_insensitive:!0,keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"},illegal:/\/\*/,contains:[t.inherit(t.APOS_STRING_MODE,{className:"string",relevance:0}),t.inherit(t.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[t.UNDERSCORE_TITLE_MODE,n]},t.COMMENT("!","$",{relevance:0}),t.COMMENT("begin_doc","end_doc",{relevance:10}),L]}}return irpf90_1=e,irpf90_1}var isbl_1,hasRequiredIsbl;function requireIsbl(){if(hasRequiredIsbl)return isbl_1;hasRequiredIsbl=1;function e(t){const y="[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*",n="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*",$="and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока except exitfor finally foreach все if если in в not не or или try while пока ",xr="SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE "+"CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE "+"ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME "+"DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY "+"ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION "+"JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY "+"ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE "+"smHidden smMaximized smMinimized smNormal wmNo wmYes "+"COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND "+"COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE "+"MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY "+"NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY "+"dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT "+"CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM "+"ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME "+"PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE "+"ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE "+"CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT "+"STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER "+"COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE "+"SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE SYSREQ_STATЕ SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID "+"RESULT_VAR_NAME RESULT_VAR_NAME_ENG "+"AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID "+"SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY "+"SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY "+"SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS "+"SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS "+"SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS "+"ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME "+"TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME "+"ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk "+"EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE "+"cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate "+"ISBL_SYNTAX NO_SYNTAX XML_SYNTAX "+"WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY "+"SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP ",Rf="atUser atGroup atRole "+"aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty "+"apBegin apEnd "+"alLeft alRight "+"asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways "+"cirCommon cirRevoked "+"ctSignature ctEncode ctSignatureEncode "+"clbUnchecked clbChecked clbGrayed "+"ceISB ceAlways ceNever "+"ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob "+"cfInternal cfDisplay "+"ciUnspecified ciWrite ciRead "+"ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog "+"ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton "+"cctDate cctInteger cctNumeric cctPick cctReference cctString cctText "+"cltInternal cltPrimary cltGUI "+"dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange "+"dssEdit dssInsert dssBrowse dssInActive "+"dftDate dftShortDate dftDateTime dftTimeStamp "+"dotDays dotHours dotMinutes dotSeconds "+"dtkndLocal dtkndUTC "+"arNone arView arEdit arFull "+"ddaView ddaEdit "+"emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode "+"ecotFile ecotProcess "+"eaGet eaCopy eaCreate eaCreateStandardRoute "+"edltAll edltNothing edltQuery "+"essmText essmCard "+"esvtLast esvtLastActive esvtSpecified "+"edsfExecutive edsfArchive "+"edstSQLServer edstFile "+"edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile "+"vsDefault vsDesign vsActive vsObsolete "+"etNone etCertificate etPassword etCertificatePassword "+"ecException ecWarning ecInformation "+"estAll estApprovingOnly "+"evtLast evtLastActive evtQuery "+"fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger "+"ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch "+"grhAuto grhX1 grhX2 grhX3 "+"hltText hltRTF hltHTML "+"iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG "+"im8bGrayscale im24bRGB im1bMonochrome "+"itBMP itJPEG itWMF itPNG "+"ikhInformation ikhWarning ikhError ikhNoIcon "+"icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler "+"isShow isHide isByUserSettings "+"jkJob jkNotice jkControlJob "+"jtInner jtLeft jtRight jtFull jtCross "+"lbpAbove lbpBelow lbpLeft lbpRight "+"eltPerConnection eltPerUser "+"sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac "+"sfsItalic sfsStrikeout sfsNormal "+"ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents "+"mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom "+"vtEqual vtGreaterOrEqual vtLessOrEqual vtRange "+"rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth "+"rdWindow rdFile rdPrinter "+"rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument "+"reOnChange reOnChangeValues "+"ttGlobal ttLocal ttUser ttSystem "+"ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal "+"smSelect smLike smCard "+"stNone stAuthenticating stApproving "+"sctString sctStream "+"sstAnsiSort sstNaturalSort "+"svtEqual svtContain "+"soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown "+"tarAbortByUser tarAbortByWorkflowException "+"tvtAllWords tvtExactPhrase tvtAnyWord "+"usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp "+"utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected "+"btAnd btDetailAnd btOr btNotOr btOnly "+"vmView vmSelect vmNavigation "+"vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection "+"wfatPrevious wfatNext wfatCancel wfatFinish "+"wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 "+"wfetQueryParameter wfetText wfetDelimiter wfetLabel "+"wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate "+"wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal "+"wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal "+"waAll waPerformers waManual "+"wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause "+"wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection "+"wiLow wiNormal wiHigh "+"wrtSoft wrtHard "+"wsInit wsRunning wsDone wsControlled wsAborted wsContinued "+"wtmFull wtmFromCurrent wtmOnlyCurrent ",Rp="AddSubString AdjustLineBreaks AmountInWords Analysis ArrayDimCount ArrayHighBound ArrayLowBound ArrayOf ArrayReDim Assert Assigned BeginOfMonth BeginOfPeriod BuildProfilingOperationAnalysis CallProcedure CanReadFile CArrayElement CDataSetRequisite ChangeDate ChangeReferenceDataset Char CharPos CheckParam CheckParamValue CompareStrings ConstantExists ControlState ConvertDateStr Copy CopyFile CreateArray CreateCachedReference CreateConnection CreateDialog CreateDualListDialog CreateEditor CreateException CreateFile CreateFolderDialog CreateInputDialog CreateLinkFile CreateList CreateLock CreateMemoryDataSet CreateObject CreateOpenDialog CreateProgress CreateQuery CreateReference CreateReport CreateSaveDialog CreateScript CreateSQLPivotFunction CreateStringList CreateTreeListSelectDialog CSelectSQL CSQL CSubString CurrentUserID CurrentUserName CurrentVersion DataSetLocateEx DateDiff DateTimeDiff DateToStr DayOfWeek DeleteFile DirectoryExists DisableCheckAccessRights DisableCheckFullShowingRestriction DisableMassTaskSendingRestrictions DropTable DupeString EditText EnableCheckAccessRights EnableCheckFullShowingRestriction EnableMassTaskSendingRestrictions EndOfMonth EndOfPeriod ExceptionExists ExceptionsOff ExceptionsOn Execute ExecuteProcess Exit ExpandEnvironmentVariables ExtractFileDrive ExtractFileExt ExtractFileName ExtractFilePath ExtractParams FileExists FileSize FindFile FindSubString FirmContext ForceDirectories Format FormatDate FormatNumeric FormatSQLDate FormatString FreeException GetComponent GetComponentLaunchParam GetConstant GetLastException GetReferenceRecord GetRefTypeByRefID GetTableID GetTempFolder IfThen In IndexOf InputDialog InputDialogEx InteractiveMode IsFileLocked IsGraphicFile IsNumeric Length LoadString LoadStringFmt LocalTimeToUTC LowerCase Max MessageBox MessageBoxEx MimeDecodeBinary MimeDecodeString MimeEncodeBinary MimeEncodeString Min MoneyInWords MoveFile NewID Now OpenFile Ord Precision Raise ReadCertificateFromFile ReadFile ReferenceCodeByID ReferenceNumber ReferenceRequisiteMode ReferenceRequisiteValue RegionDateSettings RegionNumberSettings RegionTimeSettings RegRead RegWrite RenameFile Replace Round SelectServerCode SelectSQL ServerDateTime SetConstant SetManagedFolderFieldsState ShowConstantsInputDialog ShowMessage Sleep Split SQL SQL2XLSTAB SQLProfilingSendReport StrToDate SubString SubStringCount SystemSetting Time TimeDiff Today Transliterate Trim UpperCase UserStatus UTCToLocalTime ValidateXML VarIsClear VarIsEmpty VarIsNull WorkTimeDiff WriteFile WriteFileEx WriteObjectHistory Анализ БазаДанных БлокЕсть БлокЕстьРасш БлокИнфо БлокСнять БлокСнятьРасш БлокУстановить Ввод ВводМеню ВедС ВедСпр ВерхняяГраницаМассива ВнешПрогр Восст ВременнаяПапка Время ВыборSQL ВыбратьЗапись ВыделитьСтр Вызвать Выполнить ВыпПрогр ГрафическийФайл ГруппаДополнительно ДатаВремяСерв ДеньНедели ДиалогДаНет ДлинаСтр ДобПодстр ЕПусто ЕслиТо ЕЧисло ЗамПодстр ЗаписьСправочника ЗначПоляСпр ИДТипСпр ИзвлечьДиск ИзвлечьИмяФайла ИзвлечьПуть ИзвлечьРасширение ИзмДат ИзменитьРазмерМассива ИзмеренийМассива ИмяОрг ИмяПоляСпр Индекс ИндикаторЗакрыть ИндикаторОткрыть ИндикаторШаг ИнтерактивныйРежим ИтогТблСпр КодВидВедСпр КодВидСпрПоИД КодПоAnalit КодСимвола КодСпр КолПодстр КолПроп КонМес Конст КонстЕсть КонстЗнач КонТран КопироватьФайл КопияСтр КПериод КСтрТблСпр Макс МаксСтрТблСпр Массив Меню МенюРасш Мин НаборДанныхНайтиРасш НаимВидСпр НаимПоAnalit НаимСпр НастроитьПереводыСтрок НачМес НачТран НижняяГраницаМассива НомерСпр НПериод Окно Окр Окружение ОтлИнфДобавить ОтлИнфУдалить Отчет ОтчетАнал ОтчетИнт ПапкаСуществует Пауза ПВыборSQL ПереименоватьФайл Переменные ПереместитьФайл Подстр ПоискПодстр ПоискСтр ПолучитьИДТаблицы ПользовательДополнительно ПользовательИД ПользовательИмя ПользовательСтатус Прервать ПроверитьПараметр ПроверитьПараметрЗнач ПроверитьУсловие РазбСтр РазнВремя РазнДат РазнДатаВремя РазнРабВремя РегУстВрем РегУстДат РегУстЧсл РедТекст РеестрЗапись РеестрСписокИменПарам РеестрЧтение РеквСпр РеквСпрПр Сегодня Сейчас Сервер СерверПроцессИД СертификатФайлСчитать СжПроб Символ СистемаДиректумКод СистемаИнформация СистемаКод Содержит СоединениеЗакрыть СоединениеОткрыть СоздатьДиалог СоздатьДиалогВыбораИзДвухСписков СоздатьДиалогВыбораПапки СоздатьДиалогОткрытияФайла СоздатьДиалогСохраненияФайла СоздатьЗапрос СоздатьИндикатор СоздатьИсключение СоздатьКэшированныйСправочник СоздатьМассив СоздатьНаборДанных СоздатьОбъект СоздатьОтчет СоздатьПапку СоздатьРедактор СоздатьСоединение СоздатьСписок СоздатьСписокСтрок СоздатьСправочник СоздатьСценарий СоздСпр СостСпр Сохр СохрСпр СписокСистем Спр Справочник СпрБлокЕсть СпрБлокСнять СпрБлокСнятьРасш СпрБлокУстановить СпрИзмНабДан СпрКод СпрНомер СпрОбновить СпрОткрыть СпрОтменить СпрПарам СпрПолеЗнач СпрПолеИмя СпрРекв СпрРеквВведЗн СпрРеквНовые СпрРеквПр СпрРеквПредЗн СпрРеквРежим СпрРеквТипТекст СпрСоздать СпрСост СпрСохранить СпрТблИтог СпрТблСтр СпрТблСтрКол СпрТблСтрМакс СпрТблСтрМин СпрТблСтрПред СпрТблСтрСлед СпрТблСтрСозд СпрТблСтрУд СпрТекПредст СпрУдалить СравнитьСтр СтрВерхРегистр СтрНижнРегистр СтрТблСпр СумПроп Сценарий СценарийПарам ТекВерсия ТекОрг Точн Тран Транслитерация УдалитьТаблицу УдалитьФайл УдСпр УдСтрТблСпр Уст УстановкиКонстант ФайлАтрибутСчитать ФайлАтрибутУстановить ФайлВремя ФайлВремяУстановить ФайлВыбрать ФайлЗанят ФайлЗаписать ФайлИскать ФайлКопировать ФайлМожноЧитать ФайлОткрыть ФайлПереименовать ФайлПерекодировать ФайлПереместить ФайлПросмотреть ФайлРазмер ФайлСоздать ФайлСсылкаСоздать ФайлСуществует ФайлСчитать ФайлУдалить ФмтSQLДат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр ",Pp="AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work ВызовСпособ ИмяОтчета РеквЗнач ",_p="IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto ",Pf=xr+Rf,Ih=Pp,Lp="null true false nil ",Oc={className:"number",begin:t.NUMBER_RE,relevance:0},Ip={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},Df={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},vp={className:"comment",begin:"//",end:"$",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Df]},Yp={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Df]},Op={variants:[vp,Yp]},Xp={$pattern:y,keyword:$,built_in:Pf,class:Ih,literal:Lp},Xf={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,keywords:Xp,relevance:0},Oh={className:"type",begin:":[ \\t]*("+_p.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},Wh={className:"variable",keywords:Xp,begin:y,relevance:0,contains:[Oh,Xf]},np=n+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:Xp,illegal:"\\$|\\?|%|,|;$|~|#|@|$(L,j,V-1))}function k(L){const j=L.regex,V="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",z=V+$("(?:<"+V+"~~~(?:\\s*,\\s*"+V+"~~~)*>)?",/~~~/g,2),_e={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits","goto"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},Ne={className:"meta",begin:"@"+V,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},Ue={className:"params",begin:/\(/,end:/\)/,keywords:_e,relevance:0,contains:[L.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:_e,illegal:/<\/|#/,contains:[L.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},L.C_LINE_COMMENT_MODE,L.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[L.BACKSLASH_ESCAPE]},L.APOS_STRING_MODE,L.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,V],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[j.concat(/(?!else)/,V),/\s+/,V,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,V],className:{1:"keyword",3:"title.class"},contains:[Ue,L.C_LINE_COMMENT_MODE,L.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+z+"\\s+)",L.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:_e,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:_e,relevance:0,contains:[Ne,L.APOS_STRING_MODE,L.QUOTE_STRING_MODE,n,L.C_BLOCK_COMMENT_MODE]},L.C_LINE_COMMENT_MODE,L.C_BLOCK_COMMENT_MODE]},n,Ne]}}return java_1=k,java_1}var javascript_1,hasRequiredJavascript;function requireJavascript(){if(hasRequiredJavascript)return javascript_1;hasRequiredJavascript=1;const e="[A-Za-z$_][0-9A-Za-z$_]*",t=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],y=["true","false","null","undefined","NaN","Infinity"],n=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],$=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],k=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],L=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],j=[].concat(k,n,$);function V(z){const re=z.regex,oe=(Tr,{after:Sr})=>{const Ar="",end:""},_e=/<[A-Za-z0-9\\._:-]+\s*\/>/,Ne={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Tr,Sr)=>{const Ar=Tr[0].length+Tr.index,Fr=Tr.input[Ar];if(Fr==="<"||Fr===","){Sr.ignoreMatch();return}Fr===">"&&(oe(Tr,{after:Ar})||Sr.ignoreMatch());let Gr;const Vr=Tr.input.substring(Ar);if(Gr=Vr.match(/^\s*=/)){Sr.ignoreMatch();return}if((Gr=Vr.match(/^\s+extends\s+/))&&Gr.index===0){Sr.ignoreMatch();return}}},Ue={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":L},$e="[0-9](_?[0-9])*",Ve=`\\.(${$e})`,Fe="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",qe={className:"number",variants:[{begin:`(\\b(${Fe})((${Ve})|\\.)?|(${Ve}))[eE][+-]?(${$e})\\b`},{begin:`\\b(${Fe})\\b((${Ve})\\b|\\.)?|(${Ve})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},er={className:"subst",begin:"\\$\\{",end:"\\}",keywords:Ue,contains:[]},ir={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,er],subLanguage:"xml"}},dr={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,er],subLanguage:"css"}},cr={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,er],subLanguage:"graphql"}},nr={className:"string",begin:"`",end:"`",contains:[z.BACKSLASH_ESCAPE,er]},Et={className:"comment",variants:[z.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:ue+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),z.C_BLOCK_COMMENT_MODE,z.C_LINE_COMMENT_MODE]},ie=[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,ir,dr,cr,nr,{match:/\$\d+/},qe];er.contains=ie.concat({begin:/\{/,end:/\}/,keywords:Ue,contains:["self"].concat(ie)});const pe=[].concat(Et,er.contains),Ce=pe.concat([{begin:/(\s*)\(/,end:/\)/,keywords:Ue,contains:["self"].concat(pe)}]),Ie={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ue,contains:Ce},jt={variants:[{match:[/class/,/\s+/,ue,/\s+/,/extends/,/\s+/,re.concat(ue,"(",re.concat(/\./,ue),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,ue],scope:{1:"keyword",3:"title.class"}}]},ar={relevance:0,match:re.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...n,...$]}},ur={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},kt={variants:[{match:[/function/,/\s+/,ue,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[Ie],illegal:/%/},he={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function tr(Tr){return re.concat("(?!",Tr.join("|"),")")}const gr={match:re.concat(/\b/,tr([...k,"super","import"].map(Tr=>`${Tr}\\s*\\(`)),ue,re.lookahead(/\s*\(/)),className:"title.function",relevance:0},_r={begin:re.concat(/\./,re.lookahead(re.concat(ue,/(?![0-9A-Za-z$_(])/))),end:ue,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},yr={match:[/get|set/,/\s+/,ue,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},Ie]},xr="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+z.UNDERSCORE_IDENT_RE+")\\s*=>",Nr={match:[/const|var|let/,/\s+/,ue,/\s*/,/=\s*/,/(async\s*)?/,re.lookahead(xr)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[Ie]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:Ue,exports:{PARAMS_CONTAINS:Ce,CLASS_REFERENCE:ar},illegal:/#(?![$_A-z])/,contains:[z.SHEBANG({label:"shebang",binary:"node",relevance:5}),ur,z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,ir,dr,cr,nr,Et,{match:/\$\d+/},qe,ar,{className:"attr",begin:ue+re.lookahead(":"),relevance:0},Nr,{begin:"("+z.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[Et,z.REGEXP_MODE,{className:"function",begin:xr,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:z.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ue,contains:Ce}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:de.begin,end:de.end},{match:_e},{begin:Ne.begin,"on:begin":Ne.isTrulyOpeningTag,end:Ne.end}],subLanguage:"xml",contains:[{begin:Ne.begin,end:Ne.end,skip:!0,contains:["self"]}]}]},kt,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+z.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[Ie,z.inherit(z.TITLE_MODE,{begin:ue,className:"title.function"})]},{match:/\.\.\./,relevance:0},_r,{match:"\\$"+ue,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[Ie]},gr,he,jt,yr,{match:/\$[(.]/}]}}return javascript_1=V,javascript_1}var jbossCli_1,hasRequiredJbossCli;function requireJbossCli(){if(hasRequiredJbossCli)return jbossCli_1;hasRequiredJbossCli=1;function e(t){const n={className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0},$={className:"function",begin:/:[\w\-.]+/,relevance:0},k={className:"string",begin:/\B([\/.])[\w\-.\/=]+/},L={className:"params",begin:/--[\w\-=\/]+/};return{name:"JBoss CLI",aliases:["wildfly-cli"],keywords:{$pattern:"[a-z-]+",keyword:"alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source",literal:"true false"},contains:[t.HASH_COMMENT_MODE,t.QUOTE_STRING_MODE,L,$,k,n]}}return jbossCli_1=e,jbossCli_1}var json_1,hasRequiredJson;function requireJson(){if(hasRequiredJson)return json_1;hasRequiredJson=1;function e(t){const y={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},n={match:/[{}[\],:]/,className:"punctuation",relevance:0},$=["true","false","null"],k={scope:"literal",beginKeywords:$.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:$},contains:[y,n,t.QUOTE_STRING_MODE,k,t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}return json_1=e,json_1}var julia_1,hasRequiredJulia;function requireJulia(){if(hasRequiredJulia)return julia_1;hasRequiredJulia=1;function e(t){const y="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",L={$pattern:y,keyword:["baremodule","begin","break","catch","ccall","const","continue","do","else","elseif","end","export","false","finally","for","function","global","if","import","in","isa","let","local","macro","module","quote","return","true","try","using","where","while"],literal:["ARGS","C_NULL","DEPOT_PATH","ENDIAN_BOM","ENV","Inf","Inf16","Inf32","Inf64","InsertionSort","LOAD_PATH","MergeSort","NaN","NaN16","NaN32","NaN64","PROGRAM_FILE","QuickSort","RoundDown","RoundFromZero","RoundNearest","RoundNearestTiesAway","RoundNearestTiesUp","RoundToZero","RoundUp","VERSION|0","devnull","false","im","missing","nothing","pi","stderr","stdin","stdout","true","undef","π","ℯ"],built_in:["AbstractArray","AbstractChannel","AbstractChar","AbstractDict","AbstractDisplay","AbstractFloat","AbstractIrrational","AbstractMatrix","AbstractRange","AbstractSet","AbstractString","AbstractUnitRange","AbstractVecOrMat","AbstractVector","Any","ArgumentError","Array","AssertionError","BigFloat","BigInt","BitArray","BitMatrix","BitSet","BitVector","Bool","BoundsError","CapturedException","CartesianIndex","CartesianIndices","Cchar","Cdouble","Cfloat","Channel","Char","Cint","Cintmax_t","Clong","Clonglong","Cmd","Colon","Complex","ComplexF16","ComplexF32","ComplexF64","CompositeException","Condition","Cptrdiff_t","Cshort","Csize_t","Cssize_t","Cstring","Cuchar","Cuint","Cuintmax_t","Culong","Culonglong","Cushort","Cvoid","Cwchar_t","Cwstring","DataType","DenseArray","DenseMatrix","DenseVecOrMat","DenseVector","Dict","DimensionMismatch","Dims","DivideError","DomainError","EOFError","Enum","ErrorException","Exception","ExponentialBackOff","Expr","Float16","Float32","Float64","Function","GlobalRef","HTML","IO","IOBuffer","IOContext","IOStream","IdDict","IndexCartesian","IndexLinear","IndexStyle","InexactError","InitError","Int","Int128","Int16","Int32","Int64","Int8","Integer","InterruptException","InvalidStateException","Irrational","KeyError","LinRange","LineNumberNode","LinearIndices","LoadError","MIME","Matrix","Method","MethodError","Missing","MissingException","Module","NTuple","NamedTuple","Nothing","Number","OrdinalRange","OutOfMemoryError","OverflowError","Pair","PartialQuickSort","PermutedDimsArray","Pipe","ProcessFailedException","Ptr","QuoteNode","Rational","RawFD","ReadOnlyMemoryError","Real","ReentrantLock","Ref","Regex","RegexMatch","RoundingMode","SegmentationFault","Set","Signed","Some","StackOverflowError","StepRange","StepRangeLen","StridedArray","StridedMatrix","StridedVecOrMat","StridedVector","String","StringIndexError","SubArray","SubString","SubstitutionString","Symbol","SystemError","Task","TaskFailedException","Text","TextDisplay","Timer","Tuple","Type","TypeError","TypeVar","UInt","UInt128","UInt16","UInt32","UInt64","UInt8","UndefInitializer","UndefKeywordError","UndefRefError","UndefVarError","Union","UnionAll","UnitRange","Unsigned","Val","Vararg","VecElement","VecOrMat","Vector","VersionNumber","WeakKeyDict","WeakRef"]},j={keywords:L,illegal:/<\//},V={className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},z={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},re={className:"subst",begin:/\$\(/,end:/\)/,keywords:L},oe={className:"variable",begin:"\\$"+y},ue={className:"string",contains:[t.BACKSLASH_ESCAPE,re,oe],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},de={className:"string",contains:[t.BACKSLASH_ESCAPE,re,oe],begin:"`",end:"`"},_e={className:"meta",begin:"@"+y},Ne={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return j.name="Julia",j.contains=[V,z,ue,de,_e,Ne,t.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],re.contains=j.contains,j}return julia_1=e,julia_1}var juliaRepl_1,hasRequiredJuliaRepl;function requireJuliaRepl(){if(hasRequiredJuliaRepl)return juliaRepl_1;hasRequiredJuliaRepl=1;function e(t){return{name:"Julia REPL",contains:[{className:"meta.prompt",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"}}],aliases:["jldoctest"]}}return juliaRepl_1=e,juliaRepl_1}var kotlin_1,hasRequiredKotlin;function requireKotlin(){if(hasRequiredKotlin)return kotlin_1;hasRequiredKotlin=1;var e="[0-9](_*[0-9])*",t=`\\.(${e})`,y="[0-9a-fA-F](_*[0-9a-fA-F])*",n={className:"number",variants:[{begin:`(\\b(${e})((${t})|\\.)?|(${t}))[eE][+-]?(${e})[fFdD]?\\b`},{begin:`\\b(${e})((${t})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${t})[fFdD]?\\b`},{begin:`\\b(${e})[fFdD]\\b`},{begin:`\\b0[xX]((${y})\\.?|(${y})?\\.(${y}))[pP][+-]?(${e})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${y})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function $(k){const L={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},j={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},V={className:"symbol",begin:k.UNDERSCORE_IDENT_RE+"@"},z={className:"subst",begin:/\$\{/,end:/\}/,contains:[k.C_NUMBER_MODE]},re={className:"variable",begin:"\\$"+k.UNDERSCORE_IDENT_RE},oe={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[re,z]},{begin:"'",end:"'",illegal:/\n/,contains:[k.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[k.BACKSLASH_ESCAPE,re,z]}]};z.contains.push(oe);const ue={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+k.UNDERSCORE_IDENT_RE+")?"},de={className:"meta",begin:"@"+k.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[k.inherit(oe,{className:"string"}),"self"]}]},_e=n,Ne=k.COMMENT("/\\*","\\*/",{contains:[k.C_BLOCK_COMMENT_MODE]}),Ue={variants:[{className:"type",begin:k.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},$e=Ue;return $e.variants[1].contains=[Ue],Ue.variants[1].contains=[$e],{name:"Kotlin",aliases:["kt","kts"],keywords:L,contains:[k.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),k.C_LINE_COMMENT_MODE,Ne,j,V,ue,de,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:L,relevance:5,contains:[{begin:k.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[k.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:L,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[Ue,k.C_LINE_COMMENT_MODE,Ne],relevance:0},k.C_LINE_COMMENT_MODE,Ne,ue,de,oe,k.C_NUMBER_MODE]},Ne]},{begin:[/class|interface|trait/,/\s+/,k.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},k.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},ue,de]},oe,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:` -`},_e]}}return kotlin_1=$,kotlin_1}var lasso_1,hasRequiredLasso;function requireLasso(){if(hasRequiredLasso)return lasso_1;hasRequiredLasso=1;function e(t){const y="[a-zA-Z_][\\w.]*",n="<\\?(lasso(script)?|=)",$="\\]|\\?>",k={$pattern:y+"|&[lg]t;",literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},L=t.COMMENT("",{relevance:0}),j={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[L]}},V={className:"meta",begin:"\\[/noprocess|"+n},z={className:"symbol",begin:"'"+y+"'"},re=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.inherit(t.C_NUMBER_MODE,{begin:t.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+y},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:y,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+y,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[z]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[t.inherit(t.TITLE_MODE,{begin:y+"(=(?!>))?|[-+*/%](?!>)"})]}];return{name:"Lasso",aliases:["ls","lassoscript"],case_insensitive:!0,keywords:k,contains:[{className:"meta",begin:$,relevance:0,starts:{end:"\\[|"+n,returnEnd:!0,relevance:0,contains:[L]}},j,V,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:k,contains:[{className:"meta",begin:$,relevance:0,starts:{end:"\\[noprocess\\]|"+n,returnEnd:!0,contains:[L]}},j,V].concat(re)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(re)}}return lasso_1=e,lasso_1}var latex_1,hasRequiredLatex;function requireLatex(){if(hasRequiredLatex)return latex_1;hasRequiredLatex=1;function e(t){const n=t.regex.either(...["(?:NeedsTeXFormat|RequirePackage|GetIdInfo)","Provides(?:Expl)?(?:Package|Class|File)","(?:DeclareOption|ProcessOptions)","(?:documentclass|usepackage|input|include)","makeat(?:letter|other)","ExplSyntax(?:On|Off)","(?:new|renew|provide)?command","(?:re)newenvironment","(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand","(?:New|Renew|Provide|Declare)DocumentEnvironment","(?:(?:e|g|x)?def|let)","(?:begin|end)","(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)","caption","(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)","(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)","(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)","(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)","(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)","(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)"].map(Et=>Et+"(?![a-zA-Z@:_])")),$=new RegExp(["(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*","[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}","[qs]__?[a-zA-Z](?:_?[a-zA-Z])+","use(?:_i)?:[a-zA-Z]*","(?:else|fi|or):","(?:if|cs|exp):w","(?:hbox|vbox):n","::[a-zA-Z]_unbraced","::[a-zA-Z:]"].map(Et=>Et+"(?![a-zA-Z:_])").join("|")),k=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],L=[{begin:/\^{6}[0-9a-f]{6}/},{begin:/\^{5}[0-9a-f]{5}/},{begin:/\^{4}[0-9a-f]{4}/},{begin:/\^{3}[0-9a-f]{3}/},{begin:/\^{2}[0-9a-f]{2}/},{begin:/\^{2}[\u0000-\u007f]/}],j={className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0,begin:n},{endsParent:!0,begin:$},{endsParent:!0,variants:L},{endsParent:!0,relevance:0,variants:k}]},V={className:"params",relevance:0,begin:/#+\d?/},z={variants:L},re={className:"built_in",relevance:0,begin:/[$&^_]/},oe={className:"meta",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:"$",relevance:10},ue=t.COMMENT("%","$",{relevance:0}),de=[j,V,z,re,oe,ue],_e={begin:/\{/,end:/\}/,relevance:0,contains:["self",...de]},Ne=t.inherit(_e,{relevance:0,endsParent:!0,contains:[_e,...de]}),Ue={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[_e,...de]},$e={begin:/\s+/,relevance:0},Ve=[Ne],Fe=[Ue],qe=function(Et,ie){return{contains:[$e],starts:{relevance:0,contains:Et,starts:ie}}},er=function(Et,ie){return{begin:"\\\\"+Et+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+Et},relevance:0,contains:[$e],starts:ie}},ir=function(Et,ie){return t.inherit({begin:"\\\\begin(?=[ ]*(\\r?\\n[ ]*)?\\{"+Et+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},qe(Ve,ie))},dr=(Et="string")=>t.END_SAME_AS_BEGIN({className:Et,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),cr=function(Et){return{className:"string",end:"(?=\\\\end\\{"+Et+"\\})"}},nr=(Et="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:Et,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}),lr=[...["verb","lstinline"].map(Et=>er(Et,{contains:[dr()]})),er("mint",qe(Ve,{contains:[dr()]})),er("mintinline",qe(Ve,{contains:[nr(),dr()]})),er("url",{contains:[nr("link"),nr("link")]}),er("hyperref",{contains:[nr("link")]}),er("href",qe(Fe,{contains:[nr("link")]})),...[].concat(...["","\\*"].map(Et=>[ir("verbatim"+Et,cr("verbatim"+Et)),ir("filecontents"+Et,qe(Ve,cr("filecontents"+Et))),...["","B","L"].map(ie=>ir(ie+"Verbatim"+Et,qe(Fe,cr(ie+"Verbatim"+Et))))])),ir("minted",qe(Fe,qe(Ve,cr("minted"))))];return{name:"LaTeX",aliases:["tex"],contains:[...lr,...de]}}return latex_1=e,latex_1}var ldif_1,hasRequiredLdif;function requireLdif(){if(hasRequiredLdif)return ldif_1;hasRequiredLdif=1;function e(t){return{name:"LDIF",contains:[{className:"attribute",match:"^dn(?=:)",relevance:10},{className:"attribute",match:"^\\w+(?=:)"},{className:"literal",match:"^-"},t.HASH_COMMENT_MODE]}}return ldif_1=e,ldif_1}var leaf_1,hasRequiredLeaf;function requireLeaf(){if(hasRequiredLeaf)return leaf_1;hasRequiredLeaf=1;function e(t){const y=/([A-Za-z_][A-Za-z_0-9]*)?/,$={scope:"params",begin:/\(/,end:/\)(?=\:?)/,endsParent:!0,relevance:7,contains:[{scope:"string",begin:'"',end:'"'},{scope:"keyword",match:["true","false","in"].join("|")},{scope:"variable",match:/[A-Za-z_][A-Za-z_0-9]*/},{scope:"operator",match:/\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/}]},k={match:[y,/(?=\()/],scope:{1:"keyword"},contains:[$]};return $.contains.unshift(k),{name:"Leaf",contains:[{match:[/#+/,y,/(?=\()/],scope:{1:"punctuation",2:"keyword"},starts:{contains:[{match:/\:/,scope:"punctuation"}]},contains:[$]},{match:[/#+/,y,/:?/],scope:{1:"punctuation",2:"keyword",3:"punctuation"}}]}}return leaf_1=e,leaf_1}var less_1,hasRequiredLess;function requireLess(){if(hasRequiredLess)return less_1;hasRequiredLess=1;const e=re=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:re.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[re.APOS_STRING_MODE,re.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:re.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),t=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],y=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],n=[...t,...y],$=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),k=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-end-end-radius","border-end-start-radius","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse(),V=k.concat(L).sort().reverse();function z(re){const oe=e(re),ue=V,de="and or not only",_e="[\\w-]+",Ne="("+_e+"|@\\{"+_e+"\\})",Ue=[],$e=[],Ve=function(pe){return{className:"string",begin:"~?"+pe+".*?"+pe}},Fe=function(pe,Ce,Ie){return{className:pe,begin:Ce,relevance:Ie}},qe={$pattern:/[a-z-]+/,keyword:de,attribute:$.join(" ")},er={begin:"\\(",end:"\\)",contains:$e,keywords:qe,relevance:0};$e.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,Ve("'"),Ve('"'),oe.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},oe.HEXCOLOR,er,Fe("variable","@@?"+_e,10),Fe("variable","@\\{"+_e+"\\}"),Fe("built_in","~?`[^`]*?`"),{className:"attribute",begin:_e+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},oe.IMPORTANT,{beginKeywords:"and not"},oe.FUNCTION_DISPATCH);const ir=$e.concat({begin:/\{/,end:/\}/,contains:Ue}),dr={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat($e)},cr={begin:Ne+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},oe.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:$e}}]},nr={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:qe,returnEnd:!0,contains:$e,relevance:0}},lr={className:"variable",variants:[{begin:"@"+_e+"\\s*:",relevance:15},{begin:"@"+_e}],starts:{end:"[;}]",returnEnd:!0,contains:ir}},Et={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:Ne,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,dr,Fe("keyword","all\\b"),Fe("variable","@\\{"+_e+"\\}"),{begin:"\\b("+n.join("|")+")\\b",className:"selector-tag"},oe.CSS_NUMBER_MODE,Fe("selector-tag",Ne,0),Fe("selector-id","#"+Ne),Fe("selector-class","\\."+Ne,0),Fe("selector-tag","&",0),oe.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+k.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+L.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:ir},{begin:"!important"},oe.FUNCTION_DISPATCH]},ie={begin:_e+`:(:)?(${ue.join("|")})`,returnBegin:!0,contains:[Et]};return Ue.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,nr,lr,ie,cr,Et,dr,oe.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:Ue}}return less_1=z,less_1}var lisp_1,hasRequiredLisp;function requireLisp(){if(hasRequiredLisp)return lisp_1;hasRequiredLisp=1;function e(t){const y="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",n="\\|[^]*?\\|",$="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",k={className:"literal",begin:"\\b(t{1}|nil)\\b"},L={className:"number",variants:[{begin:$,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+$+" +"+$,end:"\\)"}]},j=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),V=t.COMMENT(";","$",{relevance:0}),z={begin:"\\*",end:"\\*"},re={className:"symbol",begin:"[:&]"+y},oe={begin:y,relevance:0},ue={begin:n},_e={contains:[L,j,z,re,{begin:"\\(",end:"\\)",contains:["self",k,j,L,oe]},oe],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+n}]},Ne={variants:[{begin:"'"+y},{begin:"#'"+y+"(::"+y+")*"}]},Ue={begin:"\\(\\s*",end:"\\)"},$e={endsWithParent:!0,relevance:0};return Ue.contains=[{className:"name",variants:[{begin:y,relevance:0},{begin:n}]},$e],$e.contains=[_e,Ne,Ue,k,L,j,V,z,re,ue,oe],{name:"Lisp",illegal:/\S/,contains:[L,t.SHEBANG(),k,j,V,_e,Ne,Ue,oe]}}return lisp_1=e,lisp_1}var livecodeserver_1,hasRequiredLivecodeserver;function requireLivecodeserver(){if(hasRequiredLivecodeserver)return livecodeserver_1;hasRequiredLivecodeserver=1;function e(t){const y={className:"variable",variants:[{begin:"\\b([gtps][A-Z]{1}[a-zA-Z0-9]*)(\\[.+\\])?(?:\\s*?)"},{begin:"\\$_[A-Z]+"}],relevance:0},n=[t.C_BLOCK_COMMENT_MODE,t.HASH_COMMENT_MODE,t.COMMENT("--","$"),t.COMMENT("[^:]//","$")],$=t.inherit(t.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z][A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),k=t.inherit(t.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{name:"LiveCode",case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress difference directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge messageAuthenticationCode messageDigest millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetDriver libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load extension loadedExtensions multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract symmetric union unload vectorDotProduct wait write"},contains:[y,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[y,k,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,$]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[k,$],relevance:0},{beginKeywords:"command on",end:"$",contains:[y,k,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,$]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,$].concat(n),illegal:";$|^\\[|^=|&|\\{"}}return livecodeserver_1=e,livecodeserver_1}var livescript_1,hasRequiredLivescript;function requireLivescript(){if(hasRequiredLivescript)return livescript_1;hasRequiredLivescript=1;const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],t=["true","false","null","undefined","NaN","Infinity"],y=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],n=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],$=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],k=[].concat($,y,n);function L(j){const V=["npm","print"],z=["yes","no","on","off","it","that","void"],re=["then","unless","until","loop","of","by","when","and","or","is","isnt","not","it","that","otherwise","from","to","til","fallthrough","case","enum","native","list","map","__hasProp","__extends","__slice","__bind","__indexOf"],oe={keyword:e.concat(re),literal:t.concat(z),built_in:k.concat(V)},ue="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",de=j.inherit(j.TITLE_MODE,{begin:ue}),_e={className:"subst",begin:/#\{/,end:/\}/,keywords:oe},Ne={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:oe},Ue=[j.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[j.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[j.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[j.BACKSLASH_ESCAPE,_e,Ne]},{begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE,_e,Ne]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[_e,j.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\.|[^\\\n])*?\/[gim]*(?=\W)/}]},{begin:"@"+ue},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];_e.contains=Ue;const $e={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:oe,contains:["self"].concat(Ue)}]},Ve={begin:"(#=>|=>|\\|>>|-?->|!->)"},Fe={variants:[{match:[/class\s+/,ue,/\s+extends\s+/,ue]},{match:[/class\s+/,ue]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:oe};return{name:"LiveScript",aliases:["ls"],keywords:oe,illegal:/\/\*/,contains:Ue.concat([j.COMMENT("\\/\\*","\\*\\/"),j.HASH_COMMENT_MODE,Ve,{className:"function",contains:[de,$e],returnBegin:!0,variants:[{begin:"("+ue+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B->\\*?",end:"->\\*?"},{begin:"("+ue+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\)\\s*)?\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+ue+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},Fe,{begin:ue+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return livescript_1=L,livescript_1}var llvm_1,hasRequiredLlvm;function requireLlvm(){if(hasRequiredLlvm)return llvm_1;hasRequiredLlvm=1;function e(t){const y=t.regex,n=/([-a-zA-Z$._][\w$.-]*)/,$={className:"type",begin:/\bi\d+(?=\s|\b)/},k={className:"operator",relevance:0,begin:/=/},L={className:"punctuation",relevance:0,begin:/,/},j={className:"number",variants:[{begin:/[su]?0[xX][KMLHR]?[a-fA-F0-9]+/},{begin:/[-+]?\d+(?:[.]\d+)?(?:[eE][-+]?\d+(?:[.]\d+)?)?/}],relevance:0},V={className:"symbol",variants:[{begin:/^\s*[a-z]+:/}],relevance:0},z={className:"variable",variants:[{begin:y.concat(/%/,n)},{begin:/%\d+/},{begin:/#\d+/}]},re={className:"title",variants:[{begin:y.concat(/@/,n)},{begin:/@\d+/},{begin:y.concat(/!/,n)},{begin:y.concat(/!\d+/,n)},{begin:/!\d+/}]};return{name:"LLVM IR",keywords:{keyword:"begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout volatile nuw nsw nnan ninf nsz arcp fast exact inbounds align addrspace section alias module asm sideeffect gc dbg linker_private_weak attributes blockaddress initialexec localdynamic localexec prefix unnamed_addr ccc fastcc coldcc x86_stdcallcc x86_fastcallcc arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ptx_kernel intel_ocl_bicc msp430_intrcc spir_func spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc cc c signext zeroext inreg sret nounwind noreturn noalias nocapture byval nest readnone readonly inlinehint noinline alwaysinline optsize ssp sspreq noredzone noimplicitfloat naked builtin cold nobuiltin noduplicate nonlazybind optnone returns_twice sanitize_address sanitize_memory sanitize_thread sspstrong uwtable returned type opaque eq ne slt sgt sle sge ult ugt ule uge oeq one olt ogt ole oge ord uno ueq une x acq_rel acquire alignstack atomic catch cleanup filter inteldialect max min monotonic nand personality release seq_cst singlethread umax umin unordered xchg add fadd sub fsub mul fmul udiv sdiv fdiv urem srem frem shl lshr ashr and or xor icmp fcmp phi call trunc zext sext fptrunc fpext uitofp sitofp fptoui fptosi inttoptr ptrtoint bitcast addrspacecast select va_arg ret br switch invoke unwind unreachable indirectbr landingpad resume malloc alloca free load store getelementptr extractelement insertelement shufflevector getresult extractvalue insertvalue atomicrmw cmpxchg fence argmemonly",type:"void half bfloat float double fp128 x86_fp80 ppc_fp128 x86_amx x86_mmx ptr label token metadata opaque"},contains:[$,t.COMMENT(/;\s*$/,null,{relevance:0}),t.COMMENT(/;/,/$/),{className:"string",begin:/"/,end:/"/,contains:[{className:"char.escape",match:/\\\d\d/}]},re,L,k,z,V,j]}}return llvm_1=e,llvm_1}var lsl_1,hasRequiredLsl;function requireLsl(){if(hasRequiredLsl)return lsl_1;hasRequiredLsl=1;function e(t){const n={className:"string",begin:'"',end:'"',contains:[{className:"subst",begin:/\\[tn"\\]/}]},$={className:"number",relevance:0,begin:t.C_NUMBER_RE},k={className:"literal",variants:[{begin:"\\b(PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(XP_ERROR_(EXPERIENCES_DISABLED|EXPERIENCE_(DISABLED|SUSPENDED)|INVALID_(EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(FOUND|PERMITTED(_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(_OBJECT)?|(DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(_(BY_(LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(PARCEL(_OWNER)?|REGION)))?|CAMERA_(PITCH|DISTANCE|BEHINDNESS_(ANGLE|LAG)|(FOCUS|POSITION)(_(THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(ROOT|SET|ALL_(OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(IVE|_(ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(FWD|BACK|(ROT_)?(LEFT|RIGHT)|UP|DOWN|(ML_)?LBUTTON)|PERMISSION_(RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(_START)?|TELEPORT|MEDIA)|OBJECT_(CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_(ATTACHED|ON_REZ)|NAME|DESC|POS|PRIM_(COUNT|EQUIVALENCE)|RETURN_(PARCEL(_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP(_TAG)?|CREATOR|ATTACHED_(POINT|SLOTS_AVAILABLE)|RENDER_WEIGHT|(BODY_SHAPE|PATHFINDING)_TYPE|(RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(MEMORY|TIME))|TYPE_(INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(DEBUG|PUBLIC)_CHANNEL|ATTACH_(AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](SHOULDER|HAND|FOOT|EAR|EYE|[UL](ARM|LEG)|HIP)|(LEFT|RIGHT)_PEC|HUD_(CENTER_[12]|TOP_(RIGHT|CENTER|LEFT)|BOTTOM(_(RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(BASE|TIP)|[LR]WING|FACE_(JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(ONLINE|NAME|BORN|SIM_(POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(ON_FILE|USED)|REMOTE_DATA_(CHANNEL|REQUEST|REPLY)|PSYS_(PART_(BF_(ZERO|ONE(_MINUS_(DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(START|END)_(COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(RIBBON|WIND|INTERP_(COLOR|SCALE)|BOUNCE|FOLLOW_(SRC|VELOCITY)|TARGET_(POS|LINEAR)|EMISSIVE)_MASK)|SRC_(MAX_AGE|PATTERN|ANGLE_(BEGIN|END)|BURST_(RATE|PART_COUNT|RADIUS|SPEED_(MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(DROP|EXPLODE|ANGLE(_CONE(_EMPTY)?)?)))|VEHICLE_(REFERENCE_FRAME|TYPE_(NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(LINEAR|ANGULAR)_(FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(LINEAR|ANGULAR)_(DEFLECTION_(EFFICIENCY|TIMESCALE)|MOTOR_(DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(EFFICIENCY|TIMESCALE)|BANKING_(EFFICIENCY|MIX|TIMESCALE)|FLAG_(NO_DEFLECTION_UP|LIMIT_(ROLL_ONLY|MOTOR_UP)|HOVER_((WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(ALLOW_UNSIT|ALPHA_MODE(_(BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(_(BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(_(STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(NONE|LOW|MEDIUM|HIGH)|BUMP_(NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(DEFAULT|PLANAR)|SCRIPTED_SIT_ONLY|SCULPT_(TYPE_(SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(MIRROR|INVERT))|PHYSICS(_(SHAPE_(CONVEX|NONE|PRIM|TYPE)))?|(POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIT_TARGET|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(ALT_IMAGE_ENABLE|CONTROLS|(CURRENT|HOME)_URL|AUTO_(LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(WIDTH|HEIGHT)_PIXELS|WHITELIST(_ENABLE)?|PERMS_(INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(STANDARD|MINI)|PERM_(NONE|OWNER|GROUP|ANYONE)|MAX_(URL_LENGTH|WHITELIST_(SIZE|COUNT)|(WIDTH|HEIGHT)_PIXELS)))|MASK_(BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(MEDIA_COMMAND_(STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(ALLOW_(FLY|(GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(GROUP_)?OBJECTS)|USE_(ACCESS_(GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(GROUP|ALL)_OBJECT_ENTRY)|COUNT_(TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(HIDE|DEFAULT)|REGION_FLAG_(ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(METHOD|MIMETYPE|BODY_(MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|SIT_(INVALID_(AGENT|LINK_OBJECT)|NO(T_EXPERIENCE|_(ACCESS|EXPERIENCE_PERMISSION|SIT_TARGET)))|STRING_(TRIM(_(HEAD|TAIL))?)|CLICK_ACTION_(NONE|TOUCH|SIT|BUY|PAY|OPEN(_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(NONE|SCRIPT_MEMORY)|RC_(DATA_FLAGS|DETECT_PHANTOM|GET_(LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(TYPES|AGENTS|(NON)?PHYSICAL|LAND))|RCERR_(CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(ALLOWED_(AGENT|GROUP)_(ADD|REMOVE)|BANNED_AGENT_(ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(COMMAND|CMD_(PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(CMD_((SMOOTH_)?STOP|JUMP)|DESIRED_(TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(_([ABCD]|NONE))?|MAX_(DECEL|TURN_RADIUS|(ACCEL|SPEED)))|PURSUIT_(OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(EVADE_(HIDDEN|SPOTTED)|FAILURE_(DYNAMIC_PATHFINDING_DISABLED|INVALID_(GOAL|START)|NO_(NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(PARCEL_)?UNREACHABLE)|(GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(_(FAST|NONE|SLOW))?|CONTENT_TYPE_(ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(RADIUS|STATIC)|(PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(FALSE|TRUE)\\b"},{begin:"\\b(ZERO_ROTATION)\\b"},{begin:"\\b(EOF|JSON_(ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(GRANTED|DENIED))\\b"},{begin:"\\b(ZERO_VECTOR|TOUCH_INVALID_(TEXCOORD|VECTOR))\\b"}]},L={className:"built_in",begin:"\\b(ll(AgentInExperience|(Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(Details|ErrorMessage)|ReturnObjectsBy(ID|Owner)|Json(2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(Mag|Norm|Dist)|Rot(Between|2(Euler|Fwd|Left|Up))|(Euler|Axes)2Rot|Whisper|(Region|Owner)?Say|Shout|Listen(Control|Remove)?|Sensor(Repeat|Remove)?|Detected(Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|([GS]et)(AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(Scale|Offset|Rotate)Texture|(Rot)?Target(Remove)?|(Stop)?MoveToTarget|Apply(Rotational)?Impulse|Set(KeyframedMotion|ContentType|RegionPos|(Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(Queueing|Radius)|Vehicle(Type|(Float|Vector|Rotation)Param)|(Touch|Sit)?Text|Camera(Eye|At)Offset|PrimitiveParams|ClickAction|Link(Alpha|Color|PrimitiveParams(Fast)?|Texture(Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get((Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(PrimitiveParams|Number(OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(Details|PermMask|PrimCount)|Parcel(MaxPrims|Details|Prim(Count|Owners))|Attached(List)?|(SPMax|Free|Used)Memory|Region(Name|TimeDilation|FPS|Corner|AgentCount)|Root(Position|Rotation)|UnixTime|(Parcel|Region)Flags|(Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(Prims|NotecardLines|Sides)|Animation(List)?|(Camera|Local)(Pos|Rot)|Vel|Accel|Omega|Time(stamp|OfDay)|(Object|CenterOf)?Mass|MassMKS|Energy|Owner|(Owner)?Key|SunDirection|Texture(Offset|Scale|Rot)|Inventory(Number|Name|Key|Type|Creator|PermMask)|Permissions(Key)?|StartParameter|List(Length|EntryType)|Date|Agent(Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(Name|State))|(Get|Reset|GetAndReset)Time|PlaySound(Slave)?|LoopSound(Master|Slave)?|(Trigger|Stop|Preload)Sound|((Get|Delete)Sub|Insert)String|To(Upper|Lower)|Give(InventoryList|Money)|RezObject|(Stop)?LookAt|Sleep|CollisionFilter|(Take|Release)Controls|DetachFromAvatar|AttachToAvatar(Temp)?|InstantMessage|(GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(Length|Trim)|(Start|Stop)Animation|TargetOmega|Request(Experience)?Permissions|(Create|Break)Link|BreakAllLinks|(Give|Remove)Inventory|Water|PassTouches|Request(Agent|Inventory)Data|TeleportAgent(Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(Axis|Angle)|A(cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(CSV|Integer|Json|Float|String|Key|Vector|Rot|List(Strided)?)|DeleteSubList|List(Statistics|Sort|Randomize|(Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(Slope|Normal|Contour)|GroundRepel|(Set|Remove)VehicleFlags|SitOnLink|(AvatarOn)?(Link)?SitTarget|Script(Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(Integer|String)ToBase64|XorBase64|Log(10)?|Base64To(String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(Load|Release|(E|Une)scape)URL|ParcelMedia(CommandList|Query)|ModPow|MapDestination|(RemoveFrom|AddTo|Reset)Land(Pass|Ban)List|(Set|Clear)CameraParams|HTTP(Request|Response)|TextBox|DetectedTouch(UV|Face|Pos|(N|Bin)ormal|ST)|(MD5|SHA1|DumpList2)String|Request(Secure)?URL|Clear(Prim|Link)Media|(Link)?ParticleSystem|(Get|Request)(Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"};return{name:"LSL (Linden Scripting Language)",illegal:":",contains:[n,{className:"comment",variants:[t.COMMENT("//","$"),t.COMMENT("/\\*","\\*/")],relevance:0},$,{className:"section",variants:[{begin:"\\b(state|default)\\b"},{begin:"\\b(state_(entry|exit)|touch(_(start|end))?|(land_)?collision(_(start|end))?|timer|listen|(no_)?sensor|control|(not_)?at_(rot_)?target|money|email|experience_permissions(_denied)?|run_time_permissions|changed|attach|dataserver|moving_(start|end)|link_message|(on|object)_rez|remote_data|http_re(sponse|quest)|path_update|transaction_result)\\b"}]},L,k,{className:"type",begin:"\\b(integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}return lsl_1=e,lsl_1}var lua_1,hasRequiredLua;function requireLua(){if(hasRequiredLua)return lua_1;hasRequiredLua=1;function e(t){const y="\\[=*\\[",n="\\]=*\\]",$={begin:y,end:n,contains:["self"]},k=[t.COMMENT("--(?!"+y+")","$"),t.COMMENT("--"+y,n,{contains:[$],relevance:10})];return{name:"Lua",keywords:{$pattern:t.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:k.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[t.inherit(t.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:k}].concat(k)},t.C_NUMBER_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:y,end:n,contains:[$],relevance:5}])}}return lua_1=e,lua_1}var makefile_1,hasRequiredMakefile;function requireMakefile(){if(hasRequiredMakefile)return makefile_1;hasRequiredMakefile=1;function e(t){const y={className:"variable",variants:[{begin:"\\$\\("+t.UNDERSCORE_IDENT_RE+"\\)",contains:[t.BACKSLASH_ESCAPE]},{begin:/\$[@%{Ne.has(dr[0])||cr.ignoreMatch()}},{className:"symbol",relevance:0,begin:_e}]},$e={className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},Ve={className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},Fe={className:"pattern",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},qe={className:"slot",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},er={className:"brace",relevance:0,begin:/[[\](){}]/},ir={className:"message-name",relevance:0,begin:n.concat("::",_e)};return{name:"Mathematica",aliases:["mma","wl"],classNameAliases:{brace:"punctuation",pattern:"type",slot:"type",symbol:"variable","named-character":"variable","builtin-symbol":"built_in","message-name":"string"},contains:[y.COMMENT(/\(\*/,/\*\)/,{contains:["self"]}),Fe,qe,ir,Ue,$e,y.QUOTE_STRING_MODE,de,Ve,er]}}return mathematica_1=t,mathematica_1}var matlab_1,hasRequiredMatlab;function requireMatlab(){if(hasRequiredMatlab)return matlab_1;hasRequiredMatlab=1;function e(t){const y="('|\\.')+",n={relevance:0,contains:[{begin:y}]};return{name:"Matlab",keywords:{keyword:"arguments break case catch classdef continue else elseif end enumeration events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i|0 inf nan isnan isinf isfinite j|0 why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell "},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[t.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:n},{begin:"[a-zA-Z][a-zA-Z_0-9]*"+y,relevance:0},{className:"number",begin:t.C_NUMBER_RE,relevance:0,starts:n},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{begin:/\]|\}|\)/,relevance:0,starts:n},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}],starts:n},t.COMMENT("^\\s*%\\{\\s*$","^\\s*%\\}\\s*$"),t.COMMENT("%","$")]}}return matlab_1=e,matlab_1}var maxima_1,hasRequiredMaxima;function requireMaxima(){if(hasRequiredMaxima)return maxima_1;hasRequiredMaxima=1;function e(t){return{name:"Maxima",keywords:{$pattern:"[A-Za-z_%][0-9A-Za-z_%]*",keyword:"if then else elseif for thru do while unless step in and or not",literal:"true false unknown inf minf ind und %e %i %pi %phi %gamma",built_in:" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",symbol:"_ __ %|0 %%|0"},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},t.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}return maxima_1=e,maxima_1}var mel_1,hasRequiredMel;function requireMel(){if(hasRequiredMel)return mel_1;hasRequiredMel=1;function e(t){return{name:"MEL",keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform",illegal:""},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|-->"},{begin:"=",relevance:0}]},n,t.C_BLOCK_COMMENT_MODE,$,t.NUMBER_MODE,k,L,{begin:/:-/},{begin:/\.$/}]}}return mercury_1=e,mercury_1}var mipsasm_1,hasRequiredMipsasm;function requireMipsasm(){if(hasRequiredMipsasm)return mipsasm_1;hasRequiredMipsasm=1;function e(t){return{name:"MIPS Assembly",case_insensitive:!0,aliases:["mips"],keywords:{$pattern:"\\.?"+t.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\.hb)?|jr(\\.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs\\.[sd]|add\\.[sd]|alnv.ps|bc1[ft]l?|c\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\.[sd]|(ceil|floor|round|trunc)\\.[lw]\\.[sd]|cfc1|cvt\\.d\\.[lsw]|cvt\\.l\\.[dsw]|cvt\\.ps\\.s|cvt\\.s\\.[dlw]|cvt\\.s\\.p[lu]|cvt\\.w\\.[dls]|div\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\.[sd]|mfc1|mov[fntz]?\\.[ds]|msub\\.[sd]|mth?c1|mul\\.[ds]|neg\\.[ds]|nmadd\\.[ds]|nmsub\\.[ds]|p[lu][lu]\\.ps|recip\\.fmt|r?sqrt\\.[ds]|sdx?c1|sub\\.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},t.COMMENT("[;#](?!\\s*$)","$"),t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:/\//}}return mipsasm_1=e,mipsasm_1}var mizar_1,hasRequiredMizar;function requireMizar(){if(hasRequiredMizar)return mizar_1;hasRequiredMizar=1;function e(t){return{name:"Mizar",keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[t.COMMENT("::","$")]}}return mizar_1=e,mizar_1}var perl_1,hasRequiredPerl;function requirePerl(){if(hasRequiredPerl)return perl_1;hasRequiredPerl=1;function e(t){const y=t.regex,n=["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","class","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","field","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","method","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"],$=/[dualxmsipngr]{0,12}/,k={$pattern:/[\w.]+/,keyword:n.join(" ")},L={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:k},j={begin:/->\{/,end:/\}/},V={scope:"attr",match:/\s+:\s*\w+(\s*\(.*?\))?/},z={scope:"variable",variants:[{begin:/\$\d/},{begin:y.concat(/[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@](?!")[^\s\w{=]|\$=/,relevance:0}],contains:[V]},re={className:"number",variants:[{match:/0?\.[0-9][0-9_]+\b/},{match:/\bv?(0|[1-9][0-9_]*(\.[0-9_]+)?|[1-9][0-9_]*)\b/},{match:/\b0[0-7][0-7_]*\b/},{match:/\b0x[0-9a-fA-F][0-9a-fA-F_]*\b/},{match:/\b0b[0-1][0-1_]*\b/}],relevance:0},oe=[t.BACKSLASH_ESCAPE,L,z],ue=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],de=(Ue,$e,Ve="\\1")=>{const Fe=Ve==="\\1"?Ve:y.concat(Ve,$e);return y.concat(y.concat("(?:",Ue,")"),$e,/(?:\\.|[^\\\/])*?/,Fe,/(?:\\.|[^\\\/])*?/,Ve,$)},_e=(Ue,$e,Ve)=>y.concat(y.concat("(?:",Ue,")"),$e,/(?:\\.|[^\\\/])*?/,Ve,$),Ne=[z,t.HASH_COMMENT_MODE,t.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),j,{className:"string",contains:oe,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},re,{begin:"(\\/\\/|"+t.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[t.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:de("s|tr|y",y.either(...ue,{capture:!0}))},{begin:de("s|tr|y","\\(","\\)")},{begin:de("s|tr|y","\\[","\\]")},{begin:de("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:_e("(?:m|qr)?",/\//,/\//)},{begin:_e("m|qr",y.either(...ue,{capture:!0}),/\1/)},{begin:_e("m|qr",/\(/,/\)/)},{begin:_e("m|qr",/\[/,/\]/)},{begin:_e("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub method",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[t.TITLE_MODE,V]},{className:"class",beginKeywords:"class",end:"[;{]",excludeEnd:!0,relevance:5,contains:[t.TITLE_MODE,V,re]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return L.contains=Ne,j.contains=Ne,{name:"Perl",aliases:["pl","pm"],keywords:k,contains:Ne}}return perl_1=e,perl_1}var mojolicious_1,hasRequiredMojolicious;function requireMojolicious(){if(hasRequiredMojolicious)return mojolicious_1;hasRequiredMojolicious=1;function e(t){return{name:"Mojolicious",subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}return mojolicious_1=e,mojolicious_1}var monkey_1,hasRequiredMonkey;function requireMonkey(){if(hasRequiredMonkey)return monkey_1;hasRequiredMonkey=1;function e(t){const y={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},t.NUMBER_MODE]},n={variants:[{match:[/(function|method)/,/\s+/,t.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.function"}},$={variants:[{match:[/(class|interface|extends|implements)/,/\s+/,t.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.class"}};return{name:"Monkey",case_insensitive:!0,keywords:{keyword:["public","private","property","continue","exit","extern","new","try","catch","eachin","not","abstract","final","select","case","default","const","local","global","field","end","if","then","else","elseif","endif","while","wend","repeat","until","forever","for","to","step","next","return","module","inline","throw","import","and","or","shl","shr","mod"],built_in:["DebugLog","DebugStop","Error","Print","ACos","ACosr","ASin","ASinr","ATan","ATan2","ATan2r","ATanr","Abs","Abs","Ceil","Clamp","Clamp","Cos","Cosr","Exp","Floor","Log","Max","Max","Min","Min","Pow","Sgn","Sgn","Sin","Sinr","Sqrt","Tan","Tanr","Seed","PI","HALFPI","TWOPI"],literal:["true","false","null"]},illegal:/\/\*/,contains:[t.COMMENT("#rem","#end"),t.COMMENT("'","$",{relevance:0}),n,$,{className:"variable.language",begin:/\b(self|super)\b/},{className:"meta",begin:/\s*#/,end:"$",keywords:{keyword:"if else elseif endif end then"}},{match:[/^\s*/,/strict\b/],scope:{2:"meta"}},{beginKeywords:"alias",end:"=",contains:[t.UNDERSCORE_TITLE_MODE]},t.QUOTE_STRING_MODE,y]}}return monkey_1=e,monkey_1}var moonscript_1,hasRequiredMoonscript;function requireMoonscript(){if(hasRequiredMoonscript)return moonscript_1;hasRequiredMoonscript=1;function e(t){const y={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},n="[A-Za-z$_][0-9A-Za-z$_]*",$={className:"subst",begin:/#\{/,end:/\}/,keywords:y},k=[t.inherit(t.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[t.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,$]}]},{className:"built_in",begin:"@__"+t.IDENT_RE},{begin:"@"+t.IDENT_RE},{begin:t.IDENT_RE+"\\\\"+t.IDENT_RE}];$.contains=k;const L=t.inherit(t.TITLE_MODE,{begin:n}),j="(\\(.*\\)\\s*)?\\B[-=]>",V={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:y,contains:["self"].concat(k)}]};return{name:"MoonScript",aliases:["moon"],keywords:y,illegal:/\/\*/,contains:k.concat([t.COMMENT("--","$"),{className:"function",begin:"^\\s*"+n+"\\s*=\\s*"+j,end:"[-=]>",returnBegin:!0,contains:[L,V]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:j,end:"[-=]>",returnBegin:!0,contains:[V]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[L]},L]},{className:"name",begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return moonscript_1=e,moonscript_1}var n1ql_1,hasRequiredN1ql;function requireN1ql(){if(hasRequiredN1ql)return n1ql_1;hasRequiredN1ql=1;function e(t){return{name:"N1QL",case_insensitive:!0,contains:[{beginKeywords:"build create index delete drop explain infer|10 insert merge prepare select update upsert|10",end:/;/,keywords:{keyword:["all","alter","analyze","and","any","array","as","asc","begin","between","binary","boolean","break","bucket","build","by","call","case","cast","cluster","collate","collection","commit","connect","continue","correlate","cover","create","database","dataset","datastore","declare","decrement","delete","derived","desc","describe","distinct","do","drop","each","element","else","end","every","except","exclude","execute","exists","explain","fetch","first","flatten","for","force","from","function","grant","group","gsi","having","if","ignore","ilike","in","include","increment","index","infer","inline","inner","insert","intersect","into","is","join","key","keys","keyspace","known","last","left","let","letting","like","limit","lsm","map","mapping","matched","materialized","merge","minus","namespace","nest","not","number","object","offset","on","option","or","order","outer","over","parse","partition","password","path","pool","prepare","primary","private","privilege","procedure","public","raw","realm","reduce","rename","return","returning","revoke","right","role","rollback","satisfies","schema","select","self","semi","set","show","some","start","statistics","string","system","then","to","transaction","trigger","truncate","under","union","unique","unknown","unnest","unset","update","upsert","use","user","using","validate","value","valued","values","via","view","when","where","while","with","within","work","xor"],literal:["true","false","null","missing|5"],built_in:["array_agg","array_append","array_concat","array_contains","array_count","array_distinct","array_ifnull","array_length","array_max","array_min","array_position","array_prepend","array_put","array_range","array_remove","array_repeat","array_replace","array_reverse","array_sort","array_sum","avg","count","max","min","sum","greatest","least","ifmissing","ifmissingornull","ifnull","missingif","nullif","ifinf","ifnan","ifnanorinf","naninf","neginfif","posinfif","clock_millis","clock_str","date_add_millis","date_add_str","date_diff_millis","date_diff_str","date_part_millis","date_part_str","date_trunc_millis","date_trunc_str","duration_to_str","millis","str_to_millis","millis_to_str","millis_to_utc","millis_to_zone_name","now_millis","now_str","str_to_duration","str_to_utc","str_to_zone_name","decode_json","encode_json","encoded_size","poly_length","base64","base64_encode","base64_decode","meta","uuid","abs","acos","asin","atan","atan2","ceil","cos","degrees","e","exp","ln","log","floor","pi","power","radians","random","round","sign","sin","sqrt","tan","trunc","object_length","object_names","object_pairs","object_inner_pairs","object_values","object_inner_values","object_add","object_put","object_remove","object_unwrap","regexp_contains","regexp_like","regexp_position","regexp_replace","contains","initcap","length","lower","ltrim","position","repeat","replace","rtrim","split","substr","title","trim","upper","isarray","isatom","isboolean","isnumber","isobject","isstring","type","toarray","toatom","toboolean","tonumber","toobject","tostring"]},contains:[{className:"string",begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE]},{className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE]},{className:"symbol",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE]},t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE]},t.C_BLOCK_COMMENT_MODE]}}return n1ql_1=e,n1ql_1}var nestedtext_1,hasRequiredNestedtext;function requireNestedtext(){if(hasRequiredNestedtext)return nestedtext_1;hasRequiredNestedtext=1;function e(t){const y={match:[/^\s*(?=\S)/,/[^:]+/,/:\s*/,/$/],className:{2:"attribute",3:"punctuation"}},n={match:[/^\s*(?=\S)/,/[^:]*[^: ]/,/[ ]*:/,/[ ]/,/.*$/],className:{2:"attribute",3:"punctuation",5:"string"}},$={match:[/^\s*/,/>/,/[ ]/,/.*$/],className:{2:"punctuation",4:"string"}},k={variants:[{match:[/^\s*/,/-/,/[ ]/,/.*$/]},{match:[/^\s*/,/-$/]}],className:{2:"bullet",4:"string"}};return{name:"Nested Text",aliases:["nt"],contains:[t.inherit(t.HASH_COMMENT_MODE,{begin:/^\s*(?=#)/,excludeBegin:!0}),k,$,y,n]}}return nestedtext_1=e,nestedtext_1}var nginx_1,hasRequiredNginx;function requireNginx(){if(hasRequiredNginx)return nginx_1;hasRequiredNginx=1;function e(t){const y=t.regex,n={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{\w+\}/},{begin:y.concat(/[$@]/,t.UNDERSCORE_IDENT_RE)}]},k={endsWithParent:!0,keywords:{$pattern:/[a-z_]{2,}|\/dev\/poll/,literal:["on","off","yes","no","true","false","none","blocked","debug","info","notice","warn","error","crit","select","break","last","permanent","redirect","kqueue","rtsig","epoll","poll","/dev/poll"]},relevance:0,illegal:"=>",contains:[t.HASH_COMMENT_MODE,{className:"string",contains:[t.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n]},{className:"regexp",contains:[t.BACKSLASH_ESCAPE,n],variants:[{begin:"\\s\\^",end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]?\\b",relevance:0},n]};return{name:"Nginx config",aliases:["nginxconf"],contains:[t.HASH_COMMENT_MODE,{beginKeywords:"upstream location",end:/;|\{/,contains:k.contains,keywords:{section:"upstream location"}},{className:"section",begin:y.concat(t.UNDERSCORE_IDENT_RE+y.lookahead(/\s+\{/)),relevance:0},{begin:y.lookahead(t.UNDERSCORE_IDENT_RE+"\\s"),end:";|\\{",contains:[{className:"attribute",begin:t.UNDERSCORE_IDENT_RE,starts:k}],relevance:0}],illegal:"[^\\s\\}\\{]"}}return nginx_1=e,nginx_1}var nim_1,hasRequiredNim;function requireNim(){if(hasRequiredNim)return nim_1;hasRequiredNim=1;function e(t){return{name:"Nim",keywords:{keyword:["addr","and","as","asm","bind","block","break","case","cast","const","continue","converter","discard","distinct","div","do","elif","else","end","enum","except","export","finally","for","from","func","generic","guarded","if","import","in","include","interface","is","isnot","iterator","let","macro","method","mixin","mod","nil","not","notin","object","of","or","out","proc","ptr","raise","ref","return","shared","shl","shr","static","template","try","tuple","type","using","var","when","while","with","without","xor","yield"],literal:["true","false"],type:["int","int8","int16","int32","int64","uint","uint8","uint16","uint32","uint64","float","float32","float64","bool","char","string","cstring","pointer","expr","stmt","void","auto","any","range","array","openarray","varargs","seq","set","clong","culong","cchar","cschar","cshort","cint","csize","clonglong","cfloat","cdouble","clongdouble","cuchar","cushort","cuint","culonglong","cstringarray","semistatic"],built_in:["stdin","stdout","stderr","result"]},contains:[{className:"meta",begin:/\{\./,end:/\.\}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},t.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},t.HASH_COMMENT_MODE]}}return nim_1=e,nim_1}var nix_1,hasRequiredNix;function requireNix(){if(hasRequiredNix)return nix_1;hasRequiredNix=1;function e(t){const y={keyword:["rec","with","let","in","inherit","assert","if","else","then"],literal:["true","false","or","and","null"],built_in:["import","abort","baseNameOf","dirOf","isNull","builtins","map","removeAttrs","throw","toString","derivation"]},n={className:"subst",begin:/\$\{/,end:/\}/,keywords:y},$={className:"char.escape",begin:/''\$/},k={begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/,relevance:.2}]},L={className:"string",contains:[$,n],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},j=[t.NUMBER_MODE,t.HASH_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,L,k];return n.contains=j,{name:"Nix",aliases:["nixos"],keywords:y,contains:j}}return nix_1=e,nix_1}var nodeRepl_1,hasRequiredNodeRepl;function requireNodeRepl(){if(hasRequiredNodeRepl)return nodeRepl_1;hasRequiredNodeRepl=1;function e(t){return{name:"Node REPL",contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"javascript"}},variants:[{begin:/^>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return nodeRepl_1=e,nodeRepl_1}var nsis_1,hasRequiredNsis;function requireNsis(){if(hasRequiredNsis)return nsis_1;hasRequiredNsis=1;function e(t){const y=t.regex,n=["ADMINTOOLS","APPDATA","CDBURN_AREA","CMDLINE","COMMONFILES32","COMMONFILES64","COMMONFILES","COOKIES","DESKTOP","DOCUMENTS","EXEDIR","EXEFILE","EXEPATH","FAVORITES","FONTS","HISTORY","HWNDPARENT","INSTDIR","INTERNET_CACHE","LANGUAGE","LOCALAPPDATA","MUSIC","NETHOOD","OUTDIR","PICTURES","PLUGINSDIR","PRINTHOOD","PROFILE","PROGRAMFILES32","PROGRAMFILES64","PROGRAMFILES","QUICKLAUNCH","RECENT","RESOURCES_LOCALIZED","RESOURCES","SENDTO","SMPROGRAMS","SMSTARTUP","STARTMENU","SYSDIR","TEMP","TEMPLATES","VIDEOS","WINDIR"],$=["ARCHIVE","FILE_ATTRIBUTE_ARCHIVE","FILE_ATTRIBUTE_NORMAL","FILE_ATTRIBUTE_OFFLINE","FILE_ATTRIBUTE_READONLY","FILE_ATTRIBUTE_SYSTEM","FILE_ATTRIBUTE_TEMPORARY","HKCR","HKCU","HKDD","HKEY_CLASSES_ROOT","HKEY_CURRENT_CONFIG","HKEY_CURRENT_USER","HKEY_DYN_DATA","HKEY_LOCAL_MACHINE","HKEY_PERFORMANCE_DATA","HKEY_USERS","HKLM","HKPD","HKU","IDABORT","IDCANCEL","IDIGNORE","IDNO","IDOK","IDRETRY","IDYES","MB_ABORTRETRYIGNORE","MB_DEFBUTTON1","MB_DEFBUTTON2","MB_DEFBUTTON3","MB_DEFBUTTON4","MB_ICONEXCLAMATION","MB_ICONINFORMATION","MB_ICONQUESTION","MB_ICONSTOP","MB_OK","MB_OKCANCEL","MB_RETRYCANCEL","MB_RIGHT","MB_RTLREADING","MB_SETFOREGROUND","MB_TOPMOST","MB_USERICON","MB_YESNO","NORMAL","OFFLINE","READONLY","SHCTX","SHELL_CONTEXT","SYSTEM|TEMPORARY"],k=["addincludedir","addplugindir","appendfile","assert","cd","define","delfile","echo","else","endif","error","execute","finalize","getdllversion","gettlbversion","if","ifdef","ifmacrodef","ifmacrondef","ifndef","include","insertmacro","macro","macroend","makensis","packhdr","searchparse","searchreplace","system","tempfile","undef","uninstfinalize","verbose","warning"],L={className:"variable.constant",begin:y.concat(/\$/,y.either(...n))},j={className:"variable",begin:/\$+\{[\!\w.:-]+\}/},V={className:"variable",begin:/\$+\w[\w\.]*/,illegal:/\(\)\{\}/},z={className:"variable",begin:/\$+\([\w^.:!-]+\)/},re={className:"params",begin:y.either(...$)},oe={className:"keyword",begin:y.concat(/!/,y.either(...k))},ue={className:"char.escape",begin:/\$(\\[nrt]|\$)/},de={className:"title.function",begin:/\w+::\w+/},_e={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[ue,L,j,V,z]},Ne=["Abort","AddBrandingImage","AddSize","AllowRootDirInstall","AllowSkipFiles","AutoCloseWindow","BGFont","BGGradient","BrandingText","BringToFront","Call","CallInstDLL","Caption","ChangeUI","CheckBitmap","ClearErrors","CompletedText","ComponentText","CopyFiles","CRCCheck","CreateDirectory","CreateFont","CreateShortCut","Delete","DeleteINISec","DeleteINIStr","DeleteRegKey","DeleteRegValue","DetailPrint","DetailsButtonText","DirText","DirVar","DirVerify","EnableWindow","EnumRegKey","EnumRegValue","Exch","Exec","ExecShell","ExecShellWait","ExecWait","ExpandEnvStrings","File","FileBufSize","FileClose","FileErrorText","FileOpen","FileRead","FileReadByte","FileReadUTF16LE","FileReadWord","FileWriteUTF16LE","FileSeek","FileWrite","FileWriteByte","FileWriteWord","FindClose","FindFirst","FindNext","FindWindow","FlushINI","GetCurInstType","GetCurrentAddress","GetDlgItem","GetDLLVersion","GetDLLVersionLocal","GetErrorLevel","GetFileTime","GetFileTimeLocal","GetFullPathName","GetFunctionAddress","GetInstDirError","GetKnownFolderPath","GetLabelAddress","GetTempFileName","GetWinVer","Goto","HideWindow","Icon","IfAbort","IfErrors","IfFileExists","IfRebootFlag","IfRtlLanguage","IfShellVarContextAll","IfSilent","InitPluginsDir","InstallButtonText","InstallColors","InstallDir","InstallDirRegKey","InstProgressFlags","InstType","InstTypeGetText","InstTypeSetText","Int64Cmp","Int64CmpU","Int64Fmt","IntCmp","IntCmpU","IntFmt","IntOp","IntPtrCmp","IntPtrCmpU","IntPtrOp","IsWindow","LangString","LicenseBkColor","LicenseData","LicenseForceSelection","LicenseLangString","LicenseText","LoadAndSetImage","LoadLanguageFile","LockWindow","LogSet","LogText","ManifestDPIAware","ManifestLongPathAware","ManifestMaxVersionTested","ManifestSupportedOS","MessageBox","MiscButtonText","Name|0","Nop","OutFile","Page","PageCallbacks","PEAddResource","PEDllCharacteristics","PERemoveResource","PESubsysVer","Pop","Push","Quit","ReadEnvStr","ReadINIStr","ReadRegDWORD","ReadRegStr","Reboot","RegDLL","Rename","RequestExecutionLevel","ReserveFile","Return","RMDir","SearchPath","SectionGetFlags","SectionGetInstTypes","SectionGetSize","SectionGetText","SectionIn","SectionSetFlags","SectionSetInstTypes","SectionSetSize","SectionSetText","SendMessage","SetAutoClose","SetBrandingImage","SetCompress","SetCompressor","SetCompressorDictSize","SetCtlColors","SetCurInstType","SetDatablockOptimize","SetDateSave","SetDetailsPrint","SetDetailsView","SetErrorLevel","SetErrors","SetFileAttributes","SetFont","SetOutPath","SetOverwrite","SetRebootFlag","SetRegView","SetShellVarContext","SetSilent","ShowInstDetails","ShowUninstDetails","ShowWindow","SilentInstall","SilentUnInstall","Sleep","SpaceTexts","StrCmp","StrCmpS","StrCpy","StrLen","SubCaption","Unicode","UninstallButtonText","UninstallCaption","UninstallIcon","UninstallSubCaption","UninstallText","UninstPage","UnRegDLL","Var","VIAddVersionKey","VIFileVersion","VIProductVersion","WindowIcon","WriteINIStr","WriteRegBin","WriteRegDWORD","WriteRegExpandStr","WriteRegMultiStr","WriteRegNone","WriteRegStr","WriteUninstaller","XPStyle"],Ue=["admin","all","auto","both","bottom","bzip2","colored","components","current","custom","directory","false","force","hide","highest","ifdiff","ifnewer","instfiles","lastused","leave","left","license","listonly","lzma","nevershow","none","normal","notset","off","on","open","print","right","show","silent","silentlog","smooth","textonly","top","true","try","un.components","un.custom","un.directory","un.instfiles","un.license","uninstConfirm","user","Win10","Win7","Win8","WinVista","zlib"],$e={match:[/Function/,/\s+/,y.concat(/(\.)?/,t.IDENT_RE)],scope:{1:"keyword",3:"title.function"}},Fe={match:[/Var/,/\s+/,/(?:\/GLOBAL\s+)?/,/[A-Za-z][\w.]*/],scope:{1:"keyword",3:"params",4:"variable"}};return{name:"NSIS",case_insensitive:!0,keywords:{keyword:Ne,literal:Ue},contains:[t.HASH_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.COMMENT(";","$",{relevance:0}),Fe,$e,{beginKeywords:"Function PageEx Section SectionGroup FunctionEnd SectionEnd"},_e,oe,j,V,z,re,de,t.NUMBER_MODE]}}return nsis_1=e,nsis_1}var objectivec_1,hasRequiredObjectivec;function requireObjectivec(){if(hasRequiredObjectivec)return objectivec_1;hasRequiredObjectivec=1;function e(t){const y={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},n=/[a-zA-Z@][a-zA-Z0-9_]*/,V={"variable.language":["this","super"],$pattern:n,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},z={$pattern:n,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:V,illegal:"/,end:/$/,illegal:"\\n"},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+z.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:z,contains:[t.UNDERSCORE_TITLE_MODE]},{begin:"\\."+t.UNDERSCORE_IDENT_RE,relevance:0}]}}return objectivec_1=e,objectivec_1}var ocaml_1,hasRequiredOcaml;function requireOcaml(){if(hasRequiredOcaml)return ocaml_1;hasRequiredOcaml=1;function e(t){return{name:"OCaml",aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},t.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},t.inherit(t.APOS_STRING_MODE,{className:"string",relevance:0}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/->/}]}}return ocaml_1=e,ocaml_1}var openscad_1,hasRequiredOpenscad;function requireOpenscad(){if(hasRequiredOpenscad)return openscad_1;hasRequiredOpenscad=1;function e(t){const y={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},n={className:"literal",begin:"false|true|PI|undef"},$={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},k=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),L={className:"meta",keywords:{keyword:"include use"},begin:"include|use <",end:">"},j={className:"params",begin:"\\(",end:"\\)",contains:["self",$,k,y,n]},V={begin:"[*!#%]",relevance:0},z={className:"function",beginKeywords:"module function",end:/=|\{/,contains:[j,t.UNDERSCORE_TITLE_MODE]};return{name:"OpenSCAD",aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$,L,k,y,V,z]}}return openscad_1=e,openscad_1}var oxygene_1,hasRequiredOxygene;function requireOxygene(){if(hasRequiredOxygene)return oxygene_1;hasRequiredOxygene=1;function e(t){const y={$pattern:/\.?\w+/,keyword:"abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained"},n=t.COMMENT(/\{/,/\}/,{relevance:0}),$=t.COMMENT("\\(\\*","\\*\\)",{relevance:10}),k={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},L={className:"string",begin:"(#\\d+)+"},j={beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[t.inherit(t.TITLE_MODE,{scope:"title.function"}),{className:"params",begin:"\\(",end:"\\)",keywords:y,contains:[k,L]},n,$]},V={scope:"punctuation",match:/;/,relevance:0};return{name:"Oxygene",case_insensitive:!0,keywords:y,illegal:'("|\\$[G-Zg-z]|\\/\\*||->)',contains:[n,$,t.C_LINE_COMMENT_MODE,k,L,t.NUMBER_MODE,j,V]}}return oxygene_1=e,oxygene_1}var parser3_1,hasRequiredParser3;function requireParser3(){if(hasRequiredParser3)return parser3_1;hasRequiredParser3=1;function e(t){const y=t.COMMENT(/\{/,/\}/,{contains:["self"]});return{name:"Parser3",subLanguage:"xml",relevance:0,contains:[t.COMMENT("^#","$"),t.COMMENT(/\^rem\{/,/\}/,{relevance:10,contains:[y]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:/\$\{?[\w\-.:]+\}?/},{className:"keyword",begin:/\^[\w\-.:]+/},{className:"number",begin:"\\^#[0-9a-fA-F]+"},t.C_NUMBER_MODE]}}return parser3_1=e,parser3_1}var pf_1,hasRequiredPf;function requirePf(){if(hasRequiredPf)return pf_1;hasRequiredPf=1;function e(t){const y={className:"variable",begin:/\$[\w\d#@][\w\d_]*/,relevance:0},n={className:"variable",begin:/<(?!\/)/,end:/>/};return{name:"Packet Filter config",aliases:["pf.conf"],keywords:{$pattern:/[a-z0-9_<>-]+/,built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to route allow-opts divert-packet divert-reply divert-to flags group icmp-type icmp6-type label once probability recieved-on rtable prio queue tos tag tagged user keep fragment for os drop af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin source-hash static-port dup-to reply-to route-to parent bandwidth default min max qlimit block-policy debug fingerprints hostid limit loginterface optimization reassemble ruleset-optimization basic none profile skip state-defaults state-policy timeout const counters persist no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy source-track global rule max-src-nodes max-src-states max-src-conn max-src-conn-rate overload flush scrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[t.HASH_COMMENT_MODE,t.NUMBER_MODE,t.QUOTE_STRING_MODE,y,n]}}return pf_1=e,pf_1}var pgsql_1,hasRequiredPgsql;function requirePgsql(){if(hasRequiredPgsql)return pgsql_1;hasRequiredPgsql=1;function e(t){const y=t.COMMENT("--","$"),n="[a-zA-Z_][a-zA-Z_0-9$]*",$="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",k="<<\\s*"+n+"\\s*>>",L="ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ",j="SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",V="ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN ",z="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",re=z.trim().split(" ").map(function(Ue){return Ue.split("|")[0]}).join("|"),oe="CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ",ue="FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 ",de="SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED ",Ne="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map(function(Ue){return Ue.split("|")[0]}).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],supersetOf:"sql",case_insensitive:!0,keywords:{keyword:L+V+j,built_in:oe+ue+de},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|\{\{|[a-z]:\s*$|\.\.\.|TO:|DO:/,contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{begin:/\bGROUPING\s+SETS\b/},{begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",end:t.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,keywords:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{begin:"\\b("+Ne+")\\s*\\("},{begin:"\\.("+re+")\\b"},{begin:"\\b("+re+")\\s+PATH\\b",keywords:{keyword:"PATH",type:z.replace("PATH ","")}},{className:"type",begin:"\\b("+re+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},t.END_SAME_AS_BEGIN({begin:$,end:$,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]},t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,y,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:k,relevance:10}]}}return pgsql_1=e,pgsql_1}var php_1,hasRequiredPhp;function requirePhp(){if(hasRequiredPhp)return php_1;hasRequiredPhp=1;function e(t){const y=t.regex,n=/(?![A-Za-z0-9])(?![$])/,$=y.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,n),k=y.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,n),L={scope:"variable",match:"\\$+"+$},j={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},V={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},z=t.inherit(t.APOS_STRING_MODE,{illegal:null}),re=t.inherit(t.QUOTE_STRING_MODE,{illegal:null,contains:t.QUOTE_STRING_MODE.contains.concat(V)}),oe={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:t.QUOTE_STRING_MODE.contains.concat(V),"on:begin":(Ce,Ie)=>{Ie.data._beginMatch=Ce[1]||Ce[2]},"on:end":(Ce,Ie)=>{Ie.data._beginMatch!==Ce[1]&&Ie.ignoreMatch()}},ue=t.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),de=`[ -]`,_e={scope:"string",variants:[re,z,oe,ue]},Ne={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},Ue=["false","null","true"],$e=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],Ve=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],qe={keyword:$e,literal:(Ce=>{const Ie=[];return Ce.forEach(jt=>{Ie.push(jt),jt.toLowerCase()===jt?Ie.push(jt.toUpperCase()):Ie.push(jt.toLowerCase())}),Ie})(Ue),built_in:Ve},er=Ce=>Ce.map(Ie=>Ie.replace(/\|\d+$/,"")),ir={variants:[{match:[/new/,y.concat(de,"+"),y.concat("(?!",er(Ve).join("\\b|"),"\\b)"),k],scope:{1:"keyword",4:"title.class"}}]},dr=y.concat($,"\\b(?!\\()"),cr={variants:[{match:[y.concat(/::/,y.lookahead(/(?!class\b)/)),dr],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[k,y.concat(/::/,y.lookahead(/(?!class\b)/)),dr],scope:{1:"title.class",3:"variable.constant"}},{match:[k,y.concat("::",y.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[k,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},nr={scope:"attr",match:y.concat($,y.lookahead(":"),y.lookahead(/(?!::)/))},lr={relevance:0,begin:/\(/,end:/\)/,keywords:qe,contains:[nr,L,cr,t.C_BLOCK_COMMENT_MODE,_e,Ne,ir]},Et={relevance:0,match:[/\b/,y.concat("(?!fn\\b|function\\b|",er($e).join("\\b|"),"|",er(Ve).join("\\b|"),"\\b)"),$,y.concat(de,"*"),y.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[lr]};lr.contains.push(Et);const ie=[nr,cr,t.C_BLOCK_COMMENT_MODE,_e,Ne,ir],pe={begin:y.concat(/#\[\s*/,k),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:Ue,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:Ue,keyword:["new","array"]},contains:["self",...ie]},...ie,{scope:"meta",match:k}]};return{case_insensitive:!1,keywords:qe,contains:[pe,t.HASH_COMMENT_MODE,t.COMMENT("//","$"),t.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:t.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},j,{scope:"variable.language",match:/\$this\b/},L,Et,cr,{match:[/const/,/\s/,$],scope:{1:"keyword",3:"variable.constant"}},ir,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},t.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:qe,contains:["self",L,cr,t.C_BLOCK_COMMENT_MODE,_e,Ne]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[t.inherit(t.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},t.UNDERSCORE_TITLE_MODE]},_e,Ne]}}return php_1=e,php_1}var phpTemplate_1,hasRequiredPhpTemplate;function requirePhpTemplate(){if(hasRequiredPhpTemplate)return phpTemplate_1;hasRequiredPhpTemplate=1;function e(t){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},t.inherit(t.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}return phpTemplate_1=e,phpTemplate_1}var plaintext_1,hasRequiredPlaintext;function requirePlaintext(){if(hasRequiredPlaintext)return plaintext_1;hasRequiredPlaintext=1;function e(t){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}return plaintext_1=e,plaintext_1}var pony_1,hasRequiredPony;function requirePony(){if(hasRequiredPony)return pony_1;hasRequiredPony=1;function e(t){const y={keyword:"actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},n={className:"string",begin:'"""',end:'"""',relevance:10},$={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE]},k={className:"string",begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE],relevance:0},L={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},j={begin:t.IDENT_RE+"'",relevance:0};return{name:"Pony",keywords:y,contains:[L,n,$,k,j,{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",relevance:0},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]}}return pony_1=e,pony_1}var powershell_1,hasRequiredPowershell;function requirePowershell(){if(hasRequiredPowershell)return powershell_1;hasRequiredPowershell=1;function e(t){const y=["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"],n="Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",$="-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",k={$pattern:/-?[A-z\.\-]+\b/,keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"},L=/\w[\w\d]*((-)[\w\d]+)*/,j={begin:"`[\\s\\S]",relevance:0},V={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},z={className:"literal",begin:/\$(null|true|false)\b/},re={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[j,V,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},oe={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},ue={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},de=t.inherit(t.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[ue]}),_e={className:"built_in",variants:[{begin:"(".concat(n,")+(-)[\\w\\d]+")}]},Ne={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[t.TITLE_MODE]},Ue={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:L,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[V]}]},$e={begin:/using\s/,end:/$/,returnBegin:!0,contains:[re,oe,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},Ve={variants:[{className:"operator",begin:"(".concat($,")\\b")},{className:"literal",begin:/(-){1,2}[\w\d-]+/,relevance:0}]},Fe={className:"selector-tag",begin:/@\B/,relevance:0},qe={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(k.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},t.inherit(t.TITLE_MODE,{endsParent:!0})]},er=[qe,de,j,t.NUMBER_MODE,re,oe,_e,V,z,Fe],ir={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",er,{begin:"("+y.join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return qe.contains.unshift(ir),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:k,contains:er.concat(Ne,Ue,$e,Ve,ir)}}return powershell_1=e,powershell_1}var processing_1,hasRequiredProcessing;function requireProcessing(){if(hasRequiredProcessing)return processing_1;hasRequiredProcessing=1;function e(t){const y=t.regex,n=["displayHeight","displayWidth","mouseY","mouseX","mousePressed","pmouseX","pmouseY","key","keyCode","pixels","focused","frameCount","frameRate","height","width","size","createGraphics","beginDraw","createShape","loadShape","PShape","arc","ellipse","line","point","quad","rect","triangle","bezier","bezierDetail","bezierPoint","bezierTangent","curve","curveDetail","curvePoint","curveTangent","curveTightness","shape","shapeMode","beginContour","beginShape","bezierVertex","curveVertex","endContour","endShape","quadraticVertex","vertex","ellipseMode","noSmooth","rectMode","smooth","strokeCap","strokeJoin","strokeWeight","mouseClicked","mouseDragged","mouseMoved","mousePressed","mouseReleased","mouseWheel","keyPressed","keyPressedkeyReleased","keyTyped","print","println","save","saveFrame","day","hour","millis","minute","month","second","year","background","clear","colorMode","fill","noFill","noStroke","stroke","alpha","blue","brightness","color","green","hue","lerpColor","red","saturation","modelX","modelY","modelZ","screenX","screenY","screenZ","ambient","emissive","shininess","specular","add","createImage","beginCamera","camera","endCamera","frustum","ortho","perspective","printCamera","printProjection","cursor","frameRate","noCursor","exit","loop","noLoop","popStyle","pushStyle","redraw","binary","boolean","byte","char","float","hex","int","str","unbinary","unhex","join","match","matchAll","nf","nfc","nfp","nfs","split","splitTokens","trim","append","arrayCopy","concat","expand","reverse","shorten","sort","splice","subset","box","sphere","sphereDetail","createInput","createReader","loadBytes","loadJSONArray","loadJSONObject","loadStrings","loadTable","loadXML","open","parseXML","saveTable","selectFolder","selectInput","beginRaw","beginRecord","createOutput","createWriter","endRaw","endRecord","PrintWritersaveBytes","saveJSONArray","saveJSONObject","saveStream","saveStrings","saveXML","selectOutput","popMatrix","printMatrix","pushMatrix","resetMatrix","rotate","rotateX","rotateY","rotateZ","scale","shearX","shearY","translate","ambientLight","directionalLight","lightFalloff","lights","lightSpecular","noLights","normal","pointLight","spotLight","image","imageMode","loadImage","noTint","requestImage","tint","texture","textureMode","textureWrap","blend","copy","filter","get","loadPixels","set","updatePixels","blendMode","loadShader","PShaderresetShader","shader","createFont","loadFont","text","textFont","textAlign","textLeading","textMode","textSize","textWidth","textAscent","textDescent","abs","ceil","constrain","dist","exp","floor","lerp","log","mag","map","max","min","norm","pow","round","sq","sqrt","acos","asin","atan","atan2","cos","degrees","radians","sin","tan","noise","noiseDetail","noiseSeed","random","randomGaussian","randomSeed"],$=t.IDENT_RE,k={variants:[{match:y.concat(y.either(...n),y.lookahead(/\s*\(/)),className:"built_in"},{relevance:0,match:y.concat(/\b(?!for|if|while)/,$,y.lookahead(/\s*\(/)),className:"title.function"}]},L={match:[/new\s+/,$],className:{1:"keyword",2:"class.title"}},j={relevance:0,match:[/\./,$],className:{2:"property"}},V={variants:[{match:[/class/,/\s+/,$,/\s+/,/extends/,/\s+/,$]},{match:[/class/,/\s+/,$]}],className:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},z=["boolean","byte","char","color","double","float","int","long","short"],re=["BufferedReader","PVector","PFont","PImage","PGraphics","HashMap","String","Array","FloatDict","ArrayList","FloatList","IntDict","IntList","JSONArray","JSONObject","Object","StringDict","StringList","Table","TableRow","XML"];return{name:"Processing",aliases:["pde"],keywords:{keyword:[...["abstract","assert","break","case","catch","const","continue","default","else","enum","final","finally","for","if","import","instanceof","long","native","new","package","private","private","protected","protected","public","public","return","static","strictfp","switch","synchronized","throw","throws","transient","try","void","volatile","while"]],literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI null true false",title:"setup draw",variable:"super this",built_in:[...n,...re],type:z},contains:[V,L,k,j,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return processing_1=e,processing_1}var profile_1,hasRequiredProfile;function requireProfile(){if(hasRequiredProfile)return profile_1;hasRequiredProfile=1;function e(t){return{name:"Python profiler",contains:[t.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[t.C_NUMBER_MODE],relevance:10},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}return profile_1=e,profile_1}var prolog_1,hasRequiredProlog;function requireProlog(){if(hasRequiredProlog)return prolog_1;hasRequiredProlog=1;function e(t){const y={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},n={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},$={begin:/\(/,end:/\)/,relevance:0},k={begin:/\[/,end:/\]/},L={className:"comment",begin:/%/,end:/$/,contains:[t.PHRASAL_WORDS_MODE]},j={className:"string",begin:/`/,end:/`/,contains:[t.BACKSLASH_ESCAPE]},V={className:"string",begin:/0'(\\'|.)/},z={className:"string",begin:/0'\\s/},oe=[y,n,$,{begin:/:-/},k,L,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,j,V,z,t.C_NUMBER_MODE];return $.contains=oe,k.contains=oe,{name:"Prolog",contains:oe.concat([{begin:/\.$/}])}}return prolog_1=e,prolog_1}var properties_1,hasRequiredProperties;function requireProperties(){if(hasRequiredProperties)return properties_1;hasRequiredProperties=1;function e(t){const y="[ \\t\\f]*",n="[ \\t\\f]+",$=y+"[:=]"+y,k=n,L="("+$+"|"+k+")",j="([^\\\\:= \\t\\f\\n]|\\\\.)+",V={end:L,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,contains:[t.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:j+$},{begin:j+k}],contains:[{className:"attr",begin:j,endsParent:!0}],starts:V},{className:"attr",begin:j+y+"$"}]}}return properties_1=e,properties_1}var protobuf_1,hasRequiredProtobuf;function requireProtobuf(){if(hasRequiredProtobuf)return protobuf_1;hasRequiredProtobuf=1;function e(t){const y=["package","import","option","optional","required","repeated","group","oneof"],n=["double","float","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","bool","string","bytes"],$={match:[/(message|enum|service)\s+/,t.IDENT_RE],scope:{1:"keyword",2:"title.class"}};return{name:"Protocol Buffers",aliases:["proto"],keywords:{keyword:y,type:n,literal:["true","false"]},contains:[t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$,{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}return protobuf_1=e,protobuf_1}var puppet_1,hasRequiredPuppet;function requirePuppet(){if(hasRequiredPuppet)return puppet_1;hasRequiredPuppet=1;function e(t){const y={keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},n=t.COMMENT("#","$"),$="([A-Za-z_]|::)(\\w|::)*",k=t.inherit(t.TITLE_MODE,{begin:$}),L={className:"variable",begin:"\\$"+$},j={className:"string",contains:[t.BACKSLASH_ESCAPE,L],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[n,L,j,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[k,n]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:t.IDENT_RE,endsParent:!0}]},{begin:t.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:t.IDENT_RE,relevance:.2},{begin:/\{/,end:/\}/,keywords:y,relevance:0,contains:[j,n,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:t.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},L]}],relevance:0}]}}return puppet_1=e,puppet_1}var purebasic_1,hasRequiredPurebasic;function requirePurebasic(){if(hasRequiredPurebasic)return purebasic_1;hasRequiredPurebasic=1;function e(t){const y={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},n={className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"};return{name:"PureBASIC",aliases:["pb","pbi"],keywords:"Align And Array As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerElseIf CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect CompilerWarning Continue Data DataSection Debug DebugLevel Declare DeclareC DeclareCDLL DeclareDLL DeclareModule Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndDataSection EndDeclareModule EndEnumeration EndIf EndImport EndInterface EndMacro EndModule EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration EnumerationBinary Extends FakeReturn For ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface List Macro MacroExpandedCount Map Module NewList NewMap Next Not Or Procedure ProcedureC ProcedureCDLL ProcedureDLL ProcedureReturn Protected Prototype PrototypeC ReDim Read Repeat Restore Return Runtime Select Shared Static Step Structure StructureUnion Swap Threaded To UndefineMacro Until Until UnuseModule UseModule Wend While With XIncludeFile XOr",contains:[t.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},t.UNDERSCORE_TITLE_MODE]},y,n]}}return purebasic_1=e,purebasic_1}var python_1,hasRequiredPython;function requirePython(){if(hasRequiredPython)return python_1;hasRequiredPython=1;function e(t){const y=t.regex,n=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),$=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],V={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:$,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},z={className:"meta",begin:/^(>>>|\.\.\.) /},re={className:"subst",begin:/\{/,end:/\}/,keywords:V,illegal:/#/},oe={begin:/\{\{/,relevance:0},ue={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[t.BACKSLASH_ESCAPE,z],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[t.BACKSLASH_ESCAPE,z],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[t.BACKSLASH_ESCAPE,z,oe,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[t.BACKSLASH_ESCAPE,z,oe,re]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[t.BACKSLASH_ESCAPE,oe,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,oe,re]},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},de="[0-9](_?[0-9])*",_e=`(\\b(${de}))?\\.(${de})|\\b(${de})\\.`,Ne=`\\b|${$.join("|")}`,Ue={className:"number",relevance:0,variants:[{begin:`(\\b(${de})|(${_e}))[eE][+-]?(${de})[jJ]?(?=${Ne})`},{begin:`(${_e})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${Ne})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${Ne})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${Ne})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${Ne})`},{begin:`\\b(${de})[jJ](?=${Ne})`}]},$e={className:"comment",begin:y.lookahead(/# type:/),end:/$/,keywords:V,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},Ve={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:V,contains:["self",z,Ue,ue,t.HASH_COMMENT_MODE]}]};return re.contains=[ue,Ue,z],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:V,illegal:/(<\/|\?)|=>/,contains:[z,Ue,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},ue,$e,t.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[Ve]},{variants:[{match:[/\bclass/,/\s+/,n,/\s*/,/\(\s*/,n,/\s*\)/]},{match:[/\bclass/,/\s+/,n]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[Ue,Ve,ue]}]}}return python_1=e,python_1}var pythonRepl_1,hasRequiredPythonRepl;function requirePythonRepl(){if(hasRequiredPythonRepl)return pythonRepl_1;hasRequiredPythonRepl=1;function e(t){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return pythonRepl_1=e,pythonRepl_1}var q_1,hasRequiredQ;function requireQ(){if(hasRequiredQ)return q_1;hasRequiredQ=1;function e(t){return{name:"Q",aliases:["k","kdb"],keywords:{$pattern:/(`?)[A-Za-z0-9_]+\b/,keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"},contains:[t.C_LINE_COMMENT_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return q_1=e,q_1}var qml_1,hasRequiredQml;function requireQml(){if(hasRequiredQml)return qml_1;hasRequiredQml=1;function e(t){const y=t.regex,n={keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url variant vector2d vector3d vector4d Promise"},$="[a-zA-Z_][a-zA-Z0-9\\._]*",k={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},L={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},j={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:$,returnEnd:!1}},V={begin:$+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:$,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},z={begin:y.concat($,/\s*\{/),end:/\{/,returnBegin:!0,relevance:0,contains:[t.inherit(t.TITLE_MODE,{begin:$})]};return{name:"QML",aliases:["qt"],case_insensitive:!1,keywords:n,contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},{begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{begin:/\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},L,k,{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+t.IDENT_RE,relevance:0},j,V,z],illegal:/#/}}return qml_1=e,qml_1}var r_1,hasRequiredR;function requireR(){if(hasRequiredR)return r_1;hasRequiredR=1;function e(t){const y=t.regex,n=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,$=y.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),k=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,L=y.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:n,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[t.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:y.lookahead(y.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:n},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),t.HASH_COMMENT_MODE,{scope:"string",contains:[t.BACKSLASH_ESCAPE],variants:[t.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),t.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),t.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),t.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),t.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),t.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[k,$]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,$]},{scope:{1:"punctuation",2:"number"},match:[L,$]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,$]}]},{scope:{3:"operator"},match:[n,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:k},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:L},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}return r_1=e,r_1}var reasonml_1,hasRequiredReasonml;function requireReasonml(){if(hasRequiredReasonml)return reasonml_1;hasRequiredReasonml=1;function e(t){return{name:"ReasonML",aliases:["re"],keywords:{$pattern:/[a-z_]\w*!?/,keyword:["and","as","asr","assert","begin","class","constraint","do","done","downto","else","end","esfun","exception","external","for","fun","function","functor","if","in","include","inherit","initializer","land","lazy","let","lor","lsl","lsr","lxor","mod","module","mutable","new","nonrec","object","of","open","or","pri","pub","rec","sig","struct","switch","then","to","try","type","val","virtual","when","while","with"],built_in:["array","bool","bytes","char","exn|5","float","int","int32","int64","list","lazy_t|5","nativeint|5","ref","string","unit"],literal:["true","false"]},illegal:/(:-|:=|\$\{|\+=)/,contains:[{scope:"literal",match:/\[(\|\|)?\]|\(\)/,relevance:0},t.C_LINE_COMMENT_MODE,t.COMMENT(/\/\*/,/\*\//,{illegal:/^(#,\/\/)/}),{scope:"symbol",match:/\'[A-Za-z_](?!\')[\w\']*/},{scope:"type",match:/`[A-Z][\w\']*/},{scope:"type",match:/\b[A-Z][\w\']*/,relevance:0},{match:/[a-z_]\w*\'[\w\']*/,relevance:0},{scope:"operator",match:/\s+(\|\||\+[\+\.]?|\*[\*\/\.]?|\/[\.]?|\.\.\.|\|>|&&|===?)\s+/,relevance:0},t.inherit(t.APOS_STRING_MODE,{scope:"string",relevance:0}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{scope:"number",variants:[{match:/\b0[xX][a-fA-F0-9_]+[Lln]?/},{match:/\b0[oO][0-7_]+[Lln]?/},{match:/\b0[bB][01_]+[Lln]?/},{match:/\b[0-9][0-9_]*([Lln]|(\.[0-9_]*)?([eE][-+]?[0-9_]+)?)/}],relevance:0}]}}return reasonml_1=e,reasonml_1}var rib_1,hasRequiredRib;function requireRib(){if(hasRequiredRib)return rib_1;hasRequiredRib=1;function e(t){return{name:"RenderMan RIB",keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:"/}],illegal:/./},t.COMMENT("^#","$"),V,z,j,{begin:/[\w-]+=([^\s{}[\]()>]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[V,z,j,{className:"literal",begin:"\\b("+k.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+$.split(" ").join("|")+")([\\s[(\\]|])",returnBegin:!0,contains:[{className:"built_in",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+L.split(" ").join("|")+");?\\s)+"},{begin:/\.\./,relevance:0}]}]}}return routeros_1=e,routeros_1}var rsl_1,hasRequiredRsl;function requireRsl(){if(hasRequiredRsl)return rsl_1;hasRequiredRsl=1;function e(t){const y=["abs","acos","ambient","area","asin","atan","atmosphere","attribute","calculatenormal","ceil","cellnoise","clamp","comp","concat","cos","degrees","depth","Deriv","diffuse","distance","Du","Dv","environment","exp","faceforward","filterstep","floor","format","fresnel","incident","length","lightsource","log","match","max","min","mod","noise","normalize","ntransform","opposite","option","phong","pnoise","pow","printf","ptlined","radians","random","reflect","refract","renderinfo","round","setcomp","setxcomp","setycomp","setzcomp","shadow","sign","sin","smoothstep","specular","specularbrdf","spline","sqrt","step","tan","texture","textureinfo","trace","transform","vtransform","xcomp","ycomp","zcomp"],n=["matrix","float","color","point","normal","vector"],$=["while","for","if","do","return","else","break","extern","continue"],k={match:[/(surface|displacement|light|volume|imager)/,/\s+/,t.IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"RenderMan RSL",keywords:{keyword:$,built_in:y,type:n},illegal:""},L]}}return rust_1=e,rust_1}var sas_1,hasRequiredSas;function requireSas(){if(hasRequiredSas)return sas_1;hasRequiredSas=1;function e(t){const y=t.regex,n=["do","if","then","else","end","until","while","abort","array","attrib","by","call","cards","cards4","catname","continue","datalines","datalines4","delete","delim","delimiter","display","dm","drop","endsas","error","file","filename","footnote","format","goto","in","infile","informat","input","keep","label","leave","length","libname","link","list","lostcard","merge","missing","modify","options","output","out","page","put","redirect","remove","rename","replace","retain","return","select","set","skip","startsas","stop","title","update","waitsas","where","window","x|0","systask","add","and","alter","as","cascade","check","create","delete","describe","distinct","drop","foreign","from","group","having","index","insert","into","in","key","like","message","modify","msgtype","not","null","on","or","order","primary","references","reset","restrict","select","set","table","unique","update","validate","view","where"],$=["abs","addr","airy","arcos","arsin","atan","attrc","attrn","band","betainv","blshift","bnot","bor","brshift","bxor","byte","cdf","ceil","cexist","cinv","close","cnonct","collate","compbl","compound","compress","cos","cosh","css","curobs","cv","daccdb","daccdbsl","daccsl","daccsyd","dacctab","dairy","date","datejul","datepart","datetime","day","dclose","depdb","depdbsl","depdbsl","depsl","depsl","depsyd","depsyd","deptab","deptab","dequote","dhms","dif","digamma","dim","dinfo","dnum","dopen","doptname","doptnum","dread","dropnote","dsname","erf","erfc","exist","exp","fappend","fclose","fcol","fdelete","fetch","fetchobs","fexist","fget","fileexist","filename","fileref","finfo","finv","fipname","fipnamel","fipstate","floor","fnonct","fnote","fopen","foptname","foptnum","fpoint","fpos","fput","fread","frewind","frlen","fsep","fuzz","fwrite","gaminv","gamma","getoption","getvarc","getvarn","hbound","hms","hosthelp","hour","ibessel","index","indexc","indexw","input","inputc","inputn","int","intck","intnx","intrr","irr","jbessel","juldate","kurtosis","lag","lbound","left","length","lgamma","libname","libref","log","log10","log2","logpdf","logpmf","logsdf","lowcase","max","mdy","mean","min","minute","mod","month","mopen","mort","n","netpv","nmiss","normal","note","npv","open","ordinal","pathname","pdf","peek","peekc","pmf","point","poisson","poke","probbeta","probbnml","probchi","probf","probgam","probhypr","probit","probnegb","probnorm","probt","put","putc","putn","qtr","quote","ranbin","rancau","ranexp","rangam","range","rank","rannor","ranpoi","rantbl","rantri","ranuni","repeat","resolve","reverse","rewind","right","round","saving","scan","sdf","second","sign","sin","sinh","skewness","soundex","spedis","sqrt","std","stderr","stfips","stname","stnamel","substr","sum","symget","sysget","sysmsg","sysprod","sysrc","system","tan","tanh","time","timepart","tinv","tnonct","today","translate","tranwrd","trigamma","trim","trimn","trunc","uniform","upcase","uss","var","varfmt","varinfmt","varlabel","varlen","varname","varnum","varray","varrayx","vartype","verify","vformat","vformatd","vformatdx","vformatn","vformatnx","vformatw","vformatwx","vformatx","vinarray","vinarrayx","vinformat","vinformatd","vinformatdx","vinformatn","vinformatnx","vinformatw","vinformatwx","vinformatx","vlabel","vlabelx","vlength","vlengthx","vname","vnamex","vtype","vtypex","weekday","year","yyq","zipfips","zipname","zipnamel","zipstate"],k=["bquote","nrbquote","cmpres","qcmpres","compstor","datatyp","display","do","else","end","eval","global","goto","if","index","input","keydef","label","left","length","let","local","lowcase","macro","mend","nrbquote","nrquote","nrstr","put","qcmpres","qleft","qlowcase","qscan","qsubstr","qsysfunc","qtrim","quote","qupcase","scan","str","substr","superq","syscall","sysevalf","sysexec","sysfunc","sysget","syslput","sysprod","sysrc","sysrput","then","to","trim","unquote","until","upcase","verify","while","window"];return{name:"SAS",case_insensitive:!0,keywords:{literal:["null","missing","_all_","_automatic_","_character_","_infile_","_n_","_name_","_null_","_numeric_","_user_","_webout_"],keyword:n},contains:[{className:"keyword",begin:/^\s*(proc [\w\d_]+|data|run|quit)[\s;]/},{className:"variable",begin:/&[a-zA-Z_&][a-zA-Z0-9_]*\.?/},{begin:[/^\s*/,/datalines;|cards;/,/(?:.*\n)+/,/^\s*;\s*$/],className:{2:"keyword",3:"string"}},{begin:[/%mend|%macro/,/\s+/,/[a-zA-Z_&][a-zA-Z0-9_]*/],className:{1:"built_in",3:"title.function"}},{className:"built_in",begin:"%"+y.either(...k)},{className:"title.function",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:y.either(...$)+"(?=\\()"},{className:"string",variants:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},t.COMMENT("\\*",";"),t.C_BLOCK_COMMENT_MODE]}}return sas_1=e,sas_1}var scala_1,hasRequiredScala;function requireScala(){if(hasRequiredScala)return scala_1;hasRequiredScala=1;function e(t){const y=t.regex,n={className:"meta",begin:"@[A-Za-z]+"},$={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},k={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,$]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[$],relevance:10}]},L={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},j={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},V={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[L,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[L,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},j]},z={className:"function",beginKeywords:"def",end:y.lookahead(/[:={\[(\n;]/),contains:[j]},re={begin:[/^\s*/,"extension",/\s+(?=[[(])/],beginScope:{2:"keyword"}},oe={begin:[/^\s*/,/end/,/\s+/,/(extension\b)?/],beginScope:{2:"keyword",4:"keyword"}},ue=[{match:/\.inline\b/},{begin:/\binline(?=\s)/,keywords:"inline"}],de={begin:[/\(\s*/,/using/,/\s+(?!\))/],beginScope:{2:"keyword"}};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent"},contains:[{begin:["//>",/\s+/,/using/,/\s+/,/\S+/],beginScope:{1:"comment",3:"keyword",5:"type"},end:/$/,contains:[{className:"string",begin:/\S+/}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,k,L,z,V,t.C_NUMBER_MODE,re,oe,...ue,de,n]}}return scala_1=e,scala_1}var scheme_1,hasRequiredScheme;function requireScheme(){if(hasRequiredScheme)return scheme_1;hasRequiredScheme=1;function e(t){const y="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",n="(-|\\+)?\\d+([./]\\d+)?",$=n+"[+\\-]"+n+"i",k={$pattern:y,built_in:"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},L={className:"literal",begin:"(#t|#f|#\\\\"+y+"|#\\\\.)"},j={className:"number",variants:[{begin:n,relevance:0},{begin:$,relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},V=t.QUOTE_STRING_MODE,z=[t.COMMENT(";","$",{relevance:0}),t.COMMENT("#\\|","\\|#")],re={begin:y,relevance:0},oe={className:"symbol",begin:"'"+y},ue={endsWithParent:!0,relevance:0},de={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",L,V,j,re,oe]}]},_e={className:"name",relevance:0,begin:y,keywords:k},Ue={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[_e,{endsParent:!0,variants:[{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/}],contains:[re]}]},_e,ue]};return ue.contains=[L,j,V,re,oe,de,Ue].concat(z),{name:"Scheme",aliases:["scm"],illegal:/\S/,contains:[t.SHEBANG(),j,V,oe,de,Ue].concat(z)}}return scheme_1=e,scheme_1}var scilab_1,hasRequiredScilab;function requireScilab(){if(hasRequiredScilab)return scilab_1;hasRequiredScilab=1;function e(t){const y=[t.C_NUMBER_MODE,{className:"string",begin:`'|"`,end:`'|"`,contains:[t.BACKSLASH_ESCAPE,{begin:"''"}]}];return{name:"Scilab",aliases:["sci"],keywords:{$pattern:/%?\w+/,keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[t.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*[\\.']+",relevance:0},{begin:"\\[",end:"\\][\\.']*",relevance:0,contains:y},t.COMMENT("//","$")].concat(y)}}return scilab_1=e,scilab_1}var scss_1,hasRequiredScss;function requireScss(){if(hasRequiredScss)return scss_1;hasRequiredScss=1;const e=z=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:z.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:z.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),t=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],y=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],n=[...t,...y],$=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),k=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-end-end-radius","border-end-start-radius","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse();function V(z){const re=e(z),oe=L,ue=k,de="@[a-z-]+",_e="and or not only",Ue={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[z.C_LINE_COMMENT_MODE,z.C_BLOCK_COMMENT_MODE,re.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},re.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+n.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+ue.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+oe.join("|")+")"},Ue,{begin:/\(/,end:/\)/,contains:[re.CSS_NUMBER_MODE]},re.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[re.BLOCK_COMMENT,Ue,re.HEXCOLOR,re.CSS_NUMBER_MODE,z.QUOTE_STRING_MODE,z.APOS_STRING_MODE,re.IMPORTANT,re.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:de,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:_e,attribute:$.join(" ")},contains:[{begin:de,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},Ue,z.QUOTE_STRING_MODE,z.APOS_STRING_MODE,re.HEXCOLOR,re.CSS_NUMBER_MODE]},re.FUNCTION_DISPATCH]}}return scss_1=V,scss_1}var shell_1,hasRequiredShell;function requireShell(){if(hasRequiredShell)return shell_1;hasRequiredShell=1;function e(t){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}return shell_1=e,shell_1}var smali_1,hasRequiredSmali;function requireSmali(){if(hasRequiredSmali)return smali_1;hasRequiredSmali=1;function e(t){const y=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"],n=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],$=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{name:"Smali",contains:[{className:"string",begin:'"',end:'"',relevance:0},t.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+$.join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+y.join("|")+")\\s"},{begin:"\\s("+y.join("|")+")((-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+n.join("|")+")((-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:`L[^(;: -]*;`,relevance:0},{begin:"[vp][0-9]+"}]}}return smali_1=e,smali_1}var smalltalk_1,hasRequiredSmalltalk;function requireSmalltalk(){if(hasRequiredSmalltalk)return smalltalk_1;hasRequiredSmalltalk=1;function e(t){const y="[a-z][a-zA-Z0-9_]*",n={className:"string",begin:"\\$.{1}"},$={className:"symbol",begin:"#"+t.UNDERSCORE_IDENT_RE};return{name:"Smalltalk",aliases:["st"],keywords:["self","super","nil","true","false","thisContext"],contains:[t.COMMENT('"','"'),t.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:y+":",relevance:0},t.C_NUMBER_MODE,$,n,{begin:"\\|[ ]*"+y+"([ ]+"+y+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+y}]},{begin:"#\\(",end:"\\)",contains:[t.APOS_STRING_MODE,n,t.C_NUMBER_MODE,$]}]}}return smalltalk_1=e,smalltalk_1}var sml_1,hasRequiredSml;function requireSml(){if(hasRequiredSml)return sml_1;hasRequiredSml=1;function e(t){return{name:"SML (Standard ML)",aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},illegal:/\/\/|>>/,contains:[{className:"literal",begin:/\[(\|\|)?\]|\(\)/,relevance:0},t.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*"},t.inherit(t.APOS_STRING_MODE,{className:"string",relevance:0}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}return sml_1=e,sml_1}var sqf_1,hasRequiredSqf;function requireSqf(){if(hasRequiredSqf)return sqf_1;hasRequiredSqf=1;function e(t){const y={className:"variable",begin:/\b_+[a-zA-Z]\w*/},n={className:"title",begin:/[a-zA-Z][a-zA-Z_0-9]*_fnc_[a-zA-Z_0-9]+/},$={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},k=["break","breakWith","breakOut","breakTo","case","catch","continue","continueWith","default","do","else","exit","exitWith","for","forEach","from","if","local","private","switch","step","then","throw","to","try","waitUntil","while","with"],L=["blufor","civilian","configNull","controlNull","displayNull","diaryRecordNull","east","endl","false","grpNull","independent","lineBreak","locationNull","nil","objNull","opfor","pi","resistance","scriptNull","sideAmbientLife","sideEmpty","sideEnemy","sideFriendly","sideLogic","sideUnknown","taskNull","teamMemberNull","true","west"],j=["abs","accTime","acos","action","actionIDs","actionKeys","actionKeysEx","actionKeysImages","actionKeysNames","actionKeysNamesArray","actionName","actionParams","activateAddons","activatedAddons","activateKey","activeTitleEffectParams","add3DENConnection","add3DENEventHandler","add3DENLayer","addAction","addBackpack","addBackpackCargo","addBackpackCargoGlobal","addBackpackGlobal","addBinocularItem","addCamShake","addCuratorAddons","addCuratorCameraArea","addCuratorEditableObjects","addCuratorEditingArea","addCuratorPoints","addEditorObject","addEventHandler","addForce","addForceGeneratorRTD","addGoggles","addGroupIcon","addHandgunItem","addHeadgear","addItem","addItemCargo","addItemCargoGlobal","addItemPool","addItemToBackpack","addItemToUniform","addItemToVest","addLiveStats","addMagazine","addMagazineAmmoCargo","addMagazineCargo","addMagazineCargoGlobal","addMagazineGlobal","addMagazinePool","addMagazines","addMagazineTurret","addMenu","addMenuItem","addMissionEventHandler","addMPEventHandler","addMusicEventHandler","addonFiles","addOwnedMine","addPlayerScores","addPrimaryWeaponItem","addPublicVariableEventHandler","addRating","addResources","addScore","addScoreSide","addSecondaryWeaponItem","addSwitchableUnit","addTeamMember","addToRemainsCollector","addTorque","addUniform","addUserActionEventHandler","addVehicle","addVest","addWaypoint","addWeapon","addWeaponCargo","addWeaponCargoGlobal","addWeaponGlobal","addWeaponItem","addWeaponPool","addWeaponTurret","addWeaponWithAttachmentsCargo","addWeaponWithAttachmentsCargoGlobal","admin","agent","agents","AGLToASL","aimedAtTarget","aimPos","airDensityCurveRTD","airDensityRTD","airplaneThrottle","airportSide","AISFinishHeal","alive","all3DENEntities","allActiveTitleEffects","allAddonsInfo","allAirports","allControls","allCurators","allCutLayers","allDead","allDeadMen","allDiaryRecords","allDiarySubjects","allDisplays","allEnv3DSoundSources","allGroups","allLODs","allMapMarkers","allMines","allMissionObjects","allObjects","allow3DMode","allowCrewInImmobile","allowCuratorLogicIgnoreAreas","allowDamage","allowDammage","allowedService","allowFileOperations","allowFleeing","allowGetIn","allowService","allowSprint","allPlayers","allSimpleObjects","allSites","allTurrets","allUnits","allUnitsUAV","allUsers","allVariables","ambientTemperature","ammo","ammoOnPylon","and","animate","animateBay","animateDoor","animatePylon","animateSource","animationNames","animationPhase","animationSourcePhase","animationState","apertureParams","append","apply","armoryPoints","arrayIntersect","asin","ASLToAGL","ASLToATL","assert","assignAsCargo","assignAsCargoIndex","assignAsCommander","assignAsDriver","assignAsGunner","assignAsTurret","assignCurator","assignedCargo","assignedCommander","assignedDriver","assignedGroup","assignedGunner","assignedItems","assignedTarget","assignedTeam","assignedVehicle","assignedVehicleRole","assignedVehicles","assignItem","assignTeam","assignToAirport","atan","atan2","atg","ATLToASL","attachedObject","attachedObjects","attachedTo","attachObject","attachTo","attackEnabled","awake","backpack","backpackCargo","backpackContainer","backpackItems","backpackMagazines","backpackSpaceFor","behaviour","benchmark","bezierInterpolation","binocular","binocularItems","binocularMagazine","boundingBox","boundingBoxReal","boundingCenter","brakesDisabled","briefingName","buildingExit","buildingPos","buldozer_EnableRoadDiag","buldozer_IsEnabledRoadDiag","buldozer_LoadNewRoads","buldozer_reloadOperMap","buttonAction","buttonSetAction","cadetMode","calculatePath","calculatePlayerVisibilityByFriendly","call","callExtension","camCommand","camCommit","camCommitPrepared","camCommitted","camConstuctionSetParams","camCreate","camDestroy","cameraEffect","cameraEffectEnableHUD","cameraInterest","cameraOn","cameraView","campaignConfigFile","camPreload","camPreloaded","camPrepareBank","camPrepareDir","camPrepareDive","camPrepareFocus","camPrepareFov","camPrepareFovRange","camPreparePos","camPrepareRelPos","camPrepareTarget","camSetBank","camSetDir","camSetDive","camSetFocus","camSetFov","camSetFovRange","camSetPos","camSetRelPos","camSetTarget","camTarget","camUseNVG","canAdd","canAddItemToBackpack","canAddItemToUniform","canAddItemToVest","cancelSimpleTaskDestination","canDeployWeapon","canFire","canMove","canSlingLoad","canStand","canSuspend","canTriggerDynamicSimulation","canUnloadInCombat","canVehicleCargo","captive","captiveNum","cbChecked","cbSetChecked","ceil","channelEnabled","cheatsEnabled","checkAIFeature","checkVisibility","className","clear3DENAttribute","clear3DENInventory","clearAllItemsFromBackpack","clearBackpackCargo","clearBackpackCargoGlobal","clearForcesRTD","clearGroupIcons","clearItemCargo","clearItemCargoGlobal","clearItemPool","clearMagazineCargo","clearMagazineCargoGlobal","clearMagazinePool","clearOverlay","clearRadio","clearWeaponCargo","clearWeaponCargoGlobal","clearWeaponPool","clientOwner","closeDialog","closeDisplay","closeOverlay","collapseObjectTree","collect3DENHistory","collectiveRTD","collisionDisabledWith","combatBehaviour","combatMode","commandArtilleryFire","commandChat","commander","commandFire","commandFollow","commandFSM","commandGetOut","commandingMenu","commandMove","commandRadio","commandStop","commandSuppressiveFire","commandTarget","commandWatch","comment","commitOverlay","compatibleItems","compatibleMagazines","compile","compileFinal","compileScript","completedFSM","composeText","configClasses","configFile","configHierarchy","configName","configOf","configProperties","configSourceAddonList","configSourceMod","configSourceModList","confirmSensorTarget","connectTerminalToUAV","connectToServer","controlsGroupCtrl","conversationDisabled","copyFromClipboard","copyToClipboard","copyWaypoints","cos","count","countEnemy","countFriendly","countSide","countType","countUnknown","create3DENComposition","create3DENEntity","createAgent","createCenter","createDialog","createDiaryLink","createDiaryRecord","createDiarySubject","createDisplay","createGearDialog","createGroup","createGuardedPoint","createHashMap","createHashMapFromArray","createLocation","createMarker","createMarkerLocal","createMenu","createMine","createMissionDisplay","createMPCampaignDisplay","createSimpleObject","createSimpleTask","createSite","createSoundSource","createTask","createTeam","createTrigger","createUnit","createVehicle","createVehicleCrew","createVehicleLocal","crew","ctAddHeader","ctAddRow","ctClear","ctCurSel","ctData","ctFindHeaderRows","ctFindRowHeader","ctHeaderControls","ctHeaderCount","ctRemoveHeaders","ctRemoveRows","ctrlActivate","ctrlAddEventHandler","ctrlAngle","ctrlAnimateModel","ctrlAnimationPhaseModel","ctrlAt","ctrlAutoScrollDelay","ctrlAutoScrollRewind","ctrlAutoScrollSpeed","ctrlBackgroundColor","ctrlChecked","ctrlClassName","ctrlCommit","ctrlCommitted","ctrlCreate","ctrlDelete","ctrlEnable","ctrlEnabled","ctrlFade","ctrlFontHeight","ctrlForegroundColor","ctrlHTMLLoaded","ctrlIDC","ctrlIDD","ctrlMapAnimAdd","ctrlMapAnimClear","ctrlMapAnimCommit","ctrlMapAnimDone","ctrlMapCursor","ctrlMapMouseOver","ctrlMapPosition","ctrlMapScale","ctrlMapScreenToWorld","ctrlMapSetPosition","ctrlMapWorldToScreen","ctrlModel","ctrlModelDirAndUp","ctrlModelScale","ctrlMousePosition","ctrlParent","ctrlParentControlsGroup","ctrlPosition","ctrlRemoveAllEventHandlers","ctrlRemoveEventHandler","ctrlScale","ctrlScrollValues","ctrlSetActiveColor","ctrlSetAngle","ctrlSetAutoScrollDelay","ctrlSetAutoScrollRewind","ctrlSetAutoScrollSpeed","ctrlSetBackgroundColor","ctrlSetChecked","ctrlSetDisabledColor","ctrlSetEventHandler","ctrlSetFade","ctrlSetFocus","ctrlSetFont","ctrlSetFontH1","ctrlSetFontH1B","ctrlSetFontH2","ctrlSetFontH2B","ctrlSetFontH3","ctrlSetFontH3B","ctrlSetFontH4","ctrlSetFontH4B","ctrlSetFontH5","ctrlSetFontH5B","ctrlSetFontH6","ctrlSetFontH6B","ctrlSetFontHeight","ctrlSetFontHeightH1","ctrlSetFontHeightH2","ctrlSetFontHeightH3","ctrlSetFontHeightH4","ctrlSetFontHeightH5","ctrlSetFontHeightH6","ctrlSetFontHeightSecondary","ctrlSetFontP","ctrlSetFontPB","ctrlSetFontSecondary","ctrlSetForegroundColor","ctrlSetModel","ctrlSetModelDirAndUp","ctrlSetModelScale","ctrlSetMousePosition","ctrlSetPixelPrecision","ctrlSetPosition","ctrlSetPositionH","ctrlSetPositionW","ctrlSetPositionX","ctrlSetPositionY","ctrlSetScale","ctrlSetScrollValues","ctrlSetShadow","ctrlSetStructuredText","ctrlSetText","ctrlSetTextColor","ctrlSetTextColorSecondary","ctrlSetTextSecondary","ctrlSetTextSelection","ctrlSetTooltip","ctrlSetTooltipColorBox","ctrlSetTooltipColorShade","ctrlSetTooltipColorText","ctrlSetTooltipMaxWidth","ctrlSetURL","ctrlSetURLOverlayMode","ctrlShadow","ctrlShow","ctrlShown","ctrlStyle","ctrlText","ctrlTextColor","ctrlTextHeight","ctrlTextSecondary","ctrlTextSelection","ctrlTextWidth","ctrlTooltip","ctrlType","ctrlURL","ctrlURLOverlayMode","ctrlVisible","ctRowControls","ctRowCount","ctSetCurSel","ctSetData","ctSetHeaderTemplate","ctSetRowTemplate","ctSetValue","ctValue","curatorAddons","curatorCamera","curatorCameraArea","curatorCameraAreaCeiling","curatorCoef","curatorEditableObjects","curatorEditingArea","curatorEditingAreaType","curatorMouseOver","curatorPoints","curatorRegisteredObjects","curatorSelected","curatorWaypointCost","current3DENOperation","currentChannel","currentCommand","currentMagazine","currentMagazineDetail","currentMagazineDetailTurret","currentMagazineTurret","currentMuzzle","currentNamespace","currentPilot","currentTask","currentTasks","currentThrowable","currentVisionMode","currentWaypoint","currentWeapon","currentWeaponMode","currentWeaponTurret","currentZeroing","cursorObject","cursorTarget","customChat","customRadio","customWaypointPosition","cutFadeOut","cutObj","cutRsc","cutText","damage","date","dateToNumber","dayTime","deActivateKey","debriefingText","debugFSM","debugLog","decayGraphValues","deg","delete3DENEntities","deleteAt","deleteCenter","deleteCollection","deleteEditorObject","deleteGroup","deleteGroupWhenEmpty","deleteIdentity","deleteLocation","deleteMarker","deleteMarkerLocal","deleteRange","deleteResources","deleteSite","deleteStatus","deleteTeam","deleteVehicle","deleteVehicleCrew","deleteWaypoint","detach","detectedMines","diag_activeMissionFSMs","diag_activeScripts","diag_activeSQFScripts","diag_activeSQSScripts","diag_allMissionEventHandlers","diag_captureFrame","diag_captureFrameToFile","diag_captureSlowFrame","diag_codePerformance","diag_deltaTime","diag_drawmode","diag_dumpCalltraceToLog","diag_dumpScriptAssembly","diag_dumpTerrainSynth","diag_dynamicSimulationEnd","diag_enable","diag_enabled","diag_exportConfig","diag_exportTerrainSVG","diag_fps","diag_fpsmin","diag_frameno","diag_getTerrainSegmentOffset","diag_lightNewLoad","diag_list","diag_localized","diag_log","diag_logSlowFrame","diag_mergeConfigFile","diag_recordTurretLimits","diag_resetFSM","diag_resetshapes","diag_scope","diag_setLightNew","diag_stacktrace","diag_tickTime","diag_toggle","dialog","diarySubjectExists","didJIP","didJIPOwner","difficulty","difficultyEnabled","difficultyEnabledRTD","difficultyOption","direction","directionStabilizationEnabled","directSay","disableAI","disableBrakes","disableCollisionWith","disableConversation","disableDebriefingStats","disableMapIndicators","disableNVGEquipment","disableRemoteSensors","disableSerialization","disableTIEquipment","disableUAVConnectability","disableUserInput","displayAddEventHandler","displayChild","displayCtrl","displayParent","displayRemoveAllEventHandlers","displayRemoveEventHandler","displaySetEventHandler","displayUniqueName","displayUpdate","dissolveTeam","distance","distance2D","distanceSqr","distributionRegion","do3DENAction","doArtilleryFire","doFire","doFollow","doFSM","doGetOut","doMove","doorPhase","doStop","doSuppressiveFire","doTarget","doWatch","drawArrow","drawEllipse","drawIcon","drawIcon3D","drawLaser","drawLine","drawLine3D","drawLink","drawLocation","drawPolygon","drawRectangle","drawTriangle","driver","drop","dynamicSimulationDistance","dynamicSimulationDistanceCoef","dynamicSimulationEnabled","dynamicSimulationSystemEnabled","echo","edit3DENMissionAttributes","editObject","editorSetEventHandler","effectiveCommander","elevatePeriscope","emptyPositions","enableAI","enableAIFeature","enableAimPrecision","enableAttack","enableAudioFeature","enableAutoStartUpRTD","enableAutoTrimRTD","enableCamShake","enableCaustics","enableChannel","enableCollisionWith","enableCopilot","enableDebriefingStats","enableDiagLegend","enableDirectionStabilization","enableDynamicSimulation","enableDynamicSimulationSystem","enableEndDialog","enableEngineArtillery","enableEnvironment","enableFatigue","enableGunLights","enableInfoPanelComponent","enableIRLasers","enableMimics","enablePersonTurret","enableRadio","enableReload","enableRopeAttach","enableSatNormalOnDetail","enableSaving","enableSentences","enableSimulation","enableSimulationGlobal","enableStamina","enableStressDamage","enableTeamSwitch","enableTraffic","enableUAVConnectability","enableUAVWaypoints","enableVehicleCargo","enableVehicleSensor","enableWeaponDisassembly","endLoadingScreen","endMission","engineOn","enginesIsOnRTD","enginesPowerRTD","enginesRpmRTD","enginesTorqueRTD","entities","environmentEnabled","environmentVolume","equipmentDisabled","estimatedEndServerTime","estimatedTimeLeft","evalObjectArgument","everyBackpack","everyContainer","exec","execEditorScript","execFSM","execVM","exp","expectedDestination","exportJIPMessages","eyeDirection","eyePos","face","faction","fadeEnvironment","fadeMusic","fadeRadio","fadeSound","fadeSpeech","failMission","fileExists","fillWeaponsFromPool","find","findAny","findCover","findDisplay","findEditorObject","findEmptyPosition","findEmptyPositionReady","findIf","findNearestEnemy","finishMissionInit","finite","fire","fireAtTarget","firstBackpack","flag","flagAnimationPhase","flagOwner","flagSide","flagTexture","flatten","fleeing","floor","flyInHeight","flyInHeightASL","focusedCtrl","fog","fogForecast","fogParams","forceAddUniform","forceAtPositionRTD","forceCadetDifficulty","forcedMap","forceEnd","forceFlagTexture","forceFollowRoad","forceGeneratorRTD","forceMap","forceRespawn","forceSpeed","forceUnicode","forceWalk","forceWeaponFire","forceWeatherChange","forEachMember","forEachMemberAgent","forEachMemberTeam","forgetTarget","format","formation","formationDirection","formationLeader","formationMembers","formationPosition","formationTask","formatText","formLeader","freeExtension","freeLook","fromEditor","fuel","fullCrew","gearIDCAmmoCount","gearSlotAmmoCount","gearSlotData","gestureState","get","get3DENActionState","get3DENAttribute","get3DENCamera","get3DENConnections","get3DENEntity","get3DENEntityID","get3DENGrid","get3DENIconsVisible","get3DENLayerEntities","get3DENLinesVisible","get3DENMissionAttribute","get3DENMouseOver","get3DENSelected","getAimingCoef","getAllEnv3DSoundControllers","getAllEnvSoundControllers","getAllHitPointsDamage","getAllOwnedMines","getAllPylonsInfo","getAllSoundControllers","getAllUnitTraits","getAmmoCargo","getAnimAimPrecision","getAnimSpeedCoef","getArray","getArtilleryAmmo","getArtilleryComputerSettings","getArtilleryETA","getAssetDLCInfo","getAssignedCuratorLogic","getAssignedCuratorUnit","getAttackTarget","getAudioOptionVolumes","getBackpackCargo","getBleedingRemaining","getBurningValue","getCalculatePlayerVisibilityByFriendly","getCameraViewDirection","getCargoIndex","getCenterOfMass","getClientState","getClientStateNumber","getCompatiblePylonMagazines","getConnectedUAV","getConnectedUAVUnit","getContainerMaxLoad","getCorpse","getCruiseControl","getCursorObjectParams","getCustomAimCoef","getCustomSoundController","getCustomSoundControllerCount","getDammage","getDebriefingText","getDescription","getDir","getDirVisual","getDiverState","getDLCAssetsUsage","getDLCAssetsUsageByName","getDLCs","getDLCUsageTime","getEditorCamera","getEditorMode","getEditorObjectScope","getElevationOffset","getEngineTargetRPMRTD","getEnv3DSoundController","getEnvSoundController","getEventHandlerInfo","getFatigue","getFieldManualStartPage","getForcedFlagTexture","getForcedSpeed","getFriend","getFSMVariable","getFuelCargo","getGraphValues","getGroupIcon","getGroupIconParams","getGroupIcons","getHideFrom","getHit","getHitIndex","getHitPointDamage","getItemCargo","getLighting","getLightingAt","getLoadedModsInfo","getMagazineCargo","getMarkerColor","getMarkerPos","getMarkerSize","getMarkerType","getMass","getMissionConfig","getMissionConfigValue","getMissionDLCs","getMissionLayerEntities","getMissionLayers","getMissionPath","getModelInfo","getMousePosition","getMusicPlayedTime","getNumber","getObjectArgument","getObjectChildren","getObjectDLC","getObjectFOV","getObjectID","getObjectMaterials","getObjectProxy","getObjectScale","getObjectTextures","getObjectType","getObjectViewDistance","getOpticsMode","getOrDefault","getOrDefaultCall","getOxygenRemaining","getPersonUsedDLCs","getPilotCameraDirection","getPilotCameraPosition","getPilotCameraRotation","getPilotCameraTarget","getPiPViewDistance","getPlateNumber","getPlayerChannel","getPlayerID","getPlayerScores","getPlayerUID","getPlayerVoNVolume","getPos","getPosASL","getPosASLVisual","getPosASLW","getPosATL","getPosATLVisual","getPosVisual","getPosWorld","getPosWorldVisual","getPylonMagazines","getRelDir","getRelPos","getRemoteSensorsDisabled","getRepairCargo","getResolution","getRoadInfo","getRotorBrakeRTD","getSensorTargets","getSensorThreats","getShadowDistance","getShotParents","getSlingLoad","getSoundController","getSoundControllerResult","getSpeed","getStamina","getStatValue","getSteamFriendsServers","getSubtitleOptions","getSuppression","getTerrainGrid","getTerrainHeight","getTerrainHeightASL","getTerrainInfo","getText","getTextRaw","getTextureInfo","getTextWidth","getTiParameters","getTotalDLCUsageTime","getTrimOffsetRTD","getTurretLimits","getTurretOpticsMode","getUnitFreefallInfo","getUnitLoadout","getUnitTrait","getUnloadInCombat","getUserInfo","getUserMFDText","getUserMFDValue","getVariable","getVehicleCargo","getVehicleTiPars","getWeaponCargo","getWeaponSway","getWingsOrientationRTD","getWingsPositionRTD","getWPPos","glanceAt","globalChat","globalRadio","goggles","goto","group","groupChat","groupFromNetId","groupIconSelectable","groupIconsVisible","groupID","groupOwner","groupRadio","groups","groupSelectedUnits","groupSelectUnit","gunner","gusts","halt","handgunItems","handgunMagazine","handgunWeapon","handsHit","hashValue","hasInterface","hasPilotCamera","hasWeapon","hcAllGroups","hcGroupParams","hcLeader","hcRemoveAllGroups","hcRemoveGroup","hcSelected","hcSelectGroup","hcSetGroup","hcShowBar","hcShownBar","headgear","hideBody","hideObject","hideObjectGlobal","hideSelection","hint","hintC","hintCadet","hintSilent","hmd","hostMission","htmlLoad","HUDMovementLevels","humidity","image","importAllGroups","importance","in","inArea","inAreaArray","incapacitatedState","inflame","inflamed","infoPanel","infoPanelComponentEnabled","infoPanelComponents","infoPanels","inGameUISetEventHandler","inheritsFrom","initAmbientLife","inPolygon","inputAction","inputController","inputMouse","inRangeOfArtillery","insert","insertEditorObject","intersect","is3DEN","is3DENMultiplayer","is3DENPreview","isAbleToBreathe","isActionMenuVisible","isAgent","isAimPrecisionEnabled","isAllowedCrewInImmobile","isArray","isAutoHoverOn","isAutonomous","isAutoStartUpEnabledRTD","isAutotest","isAutoTrimOnRTD","isAwake","isBleeding","isBurning","isClass","isCollisionLightOn","isCopilotEnabled","isDamageAllowed","isDedicated","isDLCAvailable","isEngineOn","isEqualRef","isEqualTo","isEqualType","isEqualTypeAll","isEqualTypeAny","isEqualTypeArray","isEqualTypeParams","isFilePatchingEnabled","isFinal","isFlashlightOn","isFlatEmpty","isForcedWalk","isFormationLeader","isGameFocused","isGamePaused","isGroupDeletedWhenEmpty","isHidden","isInRemainsCollector","isInstructorFigureEnabled","isIRLaserOn","isKeyActive","isKindOf","isLaserOn","isLightOn","isLocalized","isManualFire","isMarkedForCollection","isMissionProfileNamespaceLoaded","isMultiplayer","isMultiplayerSolo","isNil","isNotEqualRef","isNotEqualTo","isNull","isNumber","isObjectHidden","isObjectRTD","isOnRoad","isPiPEnabled","isPlayer","isRealTime","isRemoteExecuted","isRemoteExecutedJIP","isSaving","isSensorTargetConfirmed","isServer","isShowing3DIcons","isSimpleObject","isSprintAllowed","isStaminaEnabled","isSteamMission","isSteamOverlayEnabled","isStreamFriendlyUIEnabled","isStressDamageEnabled","isText","isTouchingGround","isTurnedOut","isTutHintsEnabled","isUAVConnectable","isUAVConnected","isUIContext","isUniformAllowed","isVehicleCargo","isVehicleRadarOn","isVehicleSensorEnabled","isWalking","isWeaponDeployed","isWeaponRested","itemCargo","items","itemsWithMagazines","join","joinAs","joinAsSilent","joinSilent","joinString","kbAddDatabase","kbAddDatabaseTargets","kbAddTopic","kbHasTopic","kbReact","kbRemoveTopic","kbTell","kbWasSaid","keyImage","keyName","keys","knowsAbout","land","landAt","landResult","language","laserTarget","lbAdd","lbClear","lbColor","lbColorRight","lbCurSel","lbData","lbDelete","lbIsSelected","lbPicture","lbPictureRight","lbSelection","lbSetColor","lbSetColorRight","lbSetCurSel","lbSetData","lbSetPicture","lbSetPictureColor","lbSetPictureColorDisabled","lbSetPictureColorSelected","lbSetPictureRight","lbSetPictureRightColor","lbSetPictureRightColorDisabled","lbSetPictureRightColorSelected","lbSetSelectColor","lbSetSelectColorRight","lbSetSelected","lbSetText","lbSetTextRight","lbSetTooltip","lbSetValue","lbSize","lbSort","lbSortBy","lbSortByValue","lbText","lbTextRight","lbTooltip","lbValue","leader","leaderboardDeInit","leaderboardGetRows","leaderboardInit","leaderboardRequestRowsFriends","leaderboardRequestRowsGlobal","leaderboardRequestRowsGlobalAroundUser","leaderboardsRequestUploadScore","leaderboardsRequestUploadScoreKeepBest","leaderboardState","leaveVehicle","libraryCredits","libraryDisclaimers","lifeState","lightAttachObject","lightDetachObject","lightIsOn","lightnings","limitSpeed","linearConversion","lineIntersects","lineIntersectsObjs","lineIntersectsSurfaces","lineIntersectsWith","linkItem","list","listObjects","listRemoteTargets","listVehicleSensors","ln","lnbAddArray","lnbAddColumn","lnbAddRow","lnbClear","lnbColor","lnbColorRight","lnbCurSelRow","lnbData","lnbDeleteColumn","lnbDeleteRow","lnbGetColumnsPosition","lnbPicture","lnbPictureRight","lnbSetColor","lnbSetColorRight","lnbSetColumnsPos","lnbSetCurSelRow","lnbSetData","lnbSetPicture","lnbSetPictureColor","lnbSetPictureColorRight","lnbSetPictureColorSelected","lnbSetPictureColorSelectedRight","lnbSetPictureRight","lnbSetText","lnbSetTextRight","lnbSetTooltip","lnbSetValue","lnbSize","lnbSort","lnbSortBy","lnbSortByValue","lnbText","lnbTextRight","lnbValue","load","loadAbs","loadBackpack","loadConfig","loadFile","loadGame","loadIdentity","loadMagazine","loadOverlay","loadStatus","loadUniform","loadVest","localize","localNamespace","locationPosition","lock","lockCameraTo","lockCargo","lockDriver","locked","lockedCameraTo","lockedCargo","lockedDriver","lockedInventory","lockedTurret","lockIdentity","lockInventory","lockTurret","lockWp","log","logEntities","logNetwork","logNetworkTerminate","lookAt","lookAtPos","magazineCargo","magazines","magazinesAllTurrets","magazinesAmmo","magazinesAmmoCargo","magazinesAmmoFull","magazinesDetail","magazinesDetailBackpack","magazinesDetailUniform","magazinesDetailVest","magazinesTurret","magazineTurretAmmo","mapAnimAdd","mapAnimClear","mapAnimCommit","mapAnimDone","mapCenterOnCamera","mapGridPosition","markAsFinishedOnSteam","markerAlpha","markerBrush","markerChannel","markerColor","markerDir","markerPolyline","markerPos","markerShadow","markerShape","markerSize","markerText","markerType","matrixMultiply","matrixTranspose","max","maxLoad","members","menuAction","menuAdd","menuChecked","menuClear","menuCollapse","menuData","menuDelete","menuEnable","menuEnabled","menuExpand","menuHover","menuPicture","menuSetAction","menuSetCheck","menuSetData","menuSetPicture","menuSetShortcut","menuSetText","menuSetURL","menuSetValue","menuShortcut","menuShortcutText","menuSize","menuSort","menuText","menuURL","menuValue","merge","min","mineActive","mineDetectedBy","missileTarget","missileTargetPos","missionConfigFile","missionDifficulty","missionEnd","missionName","missionNameSource","missionNamespace","missionProfileNamespace","missionStart","missionVersion","mod","modelToWorld","modelToWorldVisual","modelToWorldVisualWorld","modelToWorldWorld","modParams","moonIntensity","moonPhase","morale","move","move3DENCamera","moveInAny","moveInCargo","moveInCommander","moveInDriver","moveInGunner","moveInTurret","moveObjectToEnd","moveOut","moveTime","moveTo","moveToCompleted","moveToFailed","musicVolume","name","namedProperties","nameSound","nearEntities","nearestBuilding","nearestLocation","nearestLocations","nearestLocationWithDubbing","nearestMines","nearestObject","nearestObjects","nearestTerrainObjects","nearObjects","nearObjectsReady","nearRoads","nearSupplies","nearTargets","needReload","needService","netId","netObjNull","newOverlay","nextMenuItemIndex","nextWeatherChange","nMenuItems","not","numberOfEnginesRTD","numberToDate","objectCurators","objectFromNetId","objectParent","objStatus","onBriefingGroup","onBriefingNotes","onBriefingPlan","onBriefingTeamSwitch","onCommandModeChanged","onDoubleClick","onEachFrame","onGroupIconClick","onGroupIconOverEnter","onGroupIconOverLeave","onHCGroupSelectionChanged","onMapSingleClick","onPlayerConnected","onPlayerDisconnected","onPreloadFinished","onPreloadStarted","onShowNewObject","onTeamSwitch","openCuratorInterface","openDLCPage","openGPS","openMap","openSteamApp","openYoutubeVideo","or","orderGetIn","overcast","overcastForecast","owner","param","params","parseNumber","parseSimpleArray","parseText","parsingNamespace","particlesQuality","periscopeElevation","pickWeaponPool","pitch","pixelGrid","pixelGridBase","pixelGridNoUIScale","pixelH","pixelW","playableSlotsNumber","playableUnits","playAction","playActionNow","player","playerRespawnTime","playerSide","playersNumber","playGesture","playMission","playMove","playMoveNow","playMusic","playScriptedMission","playSound","playSound3D","playSoundUI","pose","position","positionCameraToWorld","posScreenToWorld","posWorldToScreen","ppEffectAdjust","ppEffectCommit","ppEffectCommitted","ppEffectCreate","ppEffectDestroy","ppEffectEnable","ppEffectEnabled","ppEffectForceInNVG","precision","preloadCamera","preloadObject","preloadSound","preloadTitleObj","preloadTitleRsc","preprocessFile","preprocessFileLineNumbers","primaryWeapon","primaryWeaponItems","primaryWeaponMagazine","priority","processDiaryLink","productVersion","profileName","profileNamespace","profileNameSteam","progressLoadingScreen","progressPosition","progressSetPosition","publicVariable","publicVariableClient","publicVariableServer","pushBack","pushBackUnique","putWeaponPool","queryItemsPool","queryMagazinePool","queryWeaponPool","rad","radioChannelAdd","radioChannelCreate","radioChannelInfo","radioChannelRemove","radioChannelSetCallSign","radioChannelSetLabel","radioEnabled","radioVolume","rain","rainbow","rainParams","random","rank","rankId","rating","rectangular","regexFind","regexMatch","regexReplace","registeredTasks","registerTask","reload","reloadEnabled","remoteControl","remoteExec","remoteExecCall","remoteExecutedOwner","remove3DENConnection","remove3DENEventHandler","remove3DENLayer","removeAction","removeAll3DENEventHandlers","removeAllActions","removeAllAssignedItems","removeAllBinocularItems","removeAllContainers","removeAllCuratorAddons","removeAllCuratorCameraAreas","removeAllCuratorEditingAreas","removeAllEventHandlers","removeAllHandgunItems","removeAllItems","removeAllItemsWithMagazines","removeAllMissionEventHandlers","removeAllMPEventHandlers","removeAllMusicEventHandlers","removeAllOwnedMines","removeAllPrimaryWeaponItems","removeAllSecondaryWeaponItems","removeAllUserActionEventHandlers","removeAllWeapons","removeBackpack","removeBackpackGlobal","removeBinocularItem","removeCuratorAddons","removeCuratorCameraArea","removeCuratorEditableObjects","removeCuratorEditingArea","removeDiaryRecord","removeDiarySubject","removeDrawIcon","removeDrawLinks","removeEventHandler","removeFromRemainsCollector","removeGoggles","removeGroupIcon","removeHandgunItem","removeHeadgear","removeItem","removeItemFromBackpack","removeItemFromUniform","removeItemFromVest","removeItems","removeMagazine","removeMagazineGlobal","removeMagazines","removeMagazinesTurret","removeMagazineTurret","removeMenuItem","removeMissionEventHandler","removeMPEventHandler","removeMusicEventHandler","removeOwnedMine","removePrimaryWeaponItem","removeSecondaryWeaponItem","removeSimpleTask","removeSwitchableUnit","removeTeamMember","removeUniform","removeUserActionEventHandler","removeVest","removeWeapon","removeWeaponAttachmentCargo","removeWeaponCargo","removeWeaponGlobal","removeWeaponTurret","reportRemoteTarget","requiredVersion","resetCamShake","resetSubgroupDirection","resize","resources","respawnVehicle","restartEditorCamera","reveal","revealMine","reverse","reversedMouseY","roadAt","roadsConnectedTo","roleDescription","ropeAttachedObjects","ropeAttachedTo","ropeAttachEnabled","ropeAttachTo","ropeCreate","ropeCut","ropeDestroy","ropeDetach","ropeEndPosition","ropeLength","ropes","ropesAttachedTo","ropeSegments","ropeUnwind","ropeUnwound","rotorsForcesRTD","rotorsRpmRTD","round","runInitScript","safeZoneH","safeZoneW","safeZoneWAbs","safeZoneX","safeZoneXAbs","safeZoneY","save3DENInventory","saveGame","saveIdentity","saveJoysticks","saveMissionProfileNamespace","saveOverlay","saveProfileNamespace","saveStatus","saveVar","savingEnabled","say","say2D","say3D","scopeName","score","scoreSide","screenshot","screenToWorld","scriptDone","scriptName","scudState","secondaryWeapon","secondaryWeaponItems","secondaryWeaponMagazine","select","selectBestPlaces","selectDiarySubject","selectedEditorObjects","selectEditorObject","selectionNames","selectionPosition","selectionVectorDirAndUp","selectLeader","selectMax","selectMin","selectNoPlayer","selectPlayer","selectRandom","selectRandomWeighted","selectWeapon","selectWeaponTurret","sendAUMessage","sendSimpleCommand","sendTask","sendTaskResult","sendUDPMessage","sentencesEnabled","serverCommand","serverCommandAvailable","serverCommandExecutable","serverName","serverNamespace","serverTime","set","set3DENAttribute","set3DENAttributes","set3DENGrid","set3DENIconsVisible","set3DENLayer","set3DENLinesVisible","set3DENLogicType","set3DENMissionAttribute","set3DENMissionAttributes","set3DENModelsVisible","set3DENObjectType","set3DENSelected","setAccTime","setActualCollectiveRTD","setAirplaneThrottle","setAirportSide","setAmmo","setAmmoCargo","setAmmoOnPylon","setAnimSpeedCoef","setAperture","setApertureNew","setArmoryPoints","setAttributes","setAutonomous","setBehaviour","setBehaviourStrong","setBleedingRemaining","setBrakesRTD","setCameraInterest","setCamShakeDefParams","setCamShakeParams","setCamUseTi","setCaptive","setCenterOfMass","setCollisionLight","setCombatBehaviour","setCombatMode","setCompassOscillation","setConvoySeparation","setCruiseControl","setCuratorCameraAreaCeiling","setCuratorCoef","setCuratorEditingAreaType","setCuratorWaypointCost","setCurrentChannel","setCurrentTask","setCurrentWaypoint","setCustomAimCoef","SetCustomMissionData","setCustomSoundController","setCustomWeightRTD","setDamage","setDammage","setDate","setDebriefingText","setDefaultCamera","setDestination","setDetailMapBlendPars","setDiaryRecordText","setDiarySubjectPicture","setDir","setDirection","setDrawIcon","setDriveOnPath","setDropInterval","setDynamicSimulationDistance","setDynamicSimulationDistanceCoef","setEditorMode","setEditorObjectScope","setEffectCondition","setEffectiveCommander","setEngineRpmRTD","setFace","setFaceanimation","setFatigue","setFeatureType","setFlagAnimationPhase","setFlagOwner","setFlagSide","setFlagTexture","setFog","setForceGeneratorRTD","setFormation","setFormationTask","setFormDir","setFriend","setFromEditor","setFSMVariable","setFuel","setFuelCargo","setGroupIcon","setGroupIconParams","setGroupIconsSelectable","setGroupIconsVisible","setGroupid","setGroupIdGlobal","setGroupOwner","setGusts","setHideBehind","setHit","setHitIndex","setHitPointDamage","setHorizonParallaxCoef","setHUDMovementLevels","setHumidity","setIdentity","setImportance","setInfoPanel","setLeader","setLightAmbient","setLightAttenuation","setLightBrightness","setLightColor","setLightConePars","setLightDayLight","setLightFlareMaxDistance","setLightFlareSize","setLightIntensity","setLightIR","setLightnings","setLightUseFlare","setLightVolumeShape","setLocalWindParams","setMagazineTurretAmmo","setMarkerAlpha","setMarkerAlphaLocal","setMarkerBrush","setMarkerBrushLocal","setMarkerColor","setMarkerColorLocal","setMarkerDir","setMarkerDirLocal","setMarkerPolyline","setMarkerPolylineLocal","setMarkerPos","setMarkerPosLocal","setMarkerShadow","setMarkerShadowLocal","setMarkerShape","setMarkerShapeLocal","setMarkerSize","setMarkerSizeLocal","setMarkerText","setMarkerTextLocal","setMarkerType","setMarkerTypeLocal","setMass","setMaxLoad","setMimic","setMissileTarget","setMissileTargetPos","setMousePosition","setMusicEffect","setMusicEventHandler","setName","setNameSound","setObjectArguments","setObjectMaterial","setObjectMaterialGlobal","setObjectProxy","setObjectScale","setObjectTexture","setObjectTextureGlobal","setObjectViewDistance","setOpticsMode","setOvercast","setOwner","setOxygenRemaining","setParticleCircle","setParticleClass","setParticleFire","setParticleParams","setParticleRandom","setPilotCameraDirection","setPilotCameraRotation","setPilotCameraTarget","setPilotLight","setPiPEffect","setPiPViewDistance","setPitch","setPlateNumber","setPlayable","setPlayerRespawnTime","setPlayerVoNVolume","setPos","setPosASL","setPosASL2","setPosASLW","setPosATL","setPosition","setPosWorld","setPylonLoadout","setPylonsPriority","setRadioMsg","setRain","setRainbow","setRandomLip","setRank","setRectangular","setRepairCargo","setRotorBrakeRTD","setShadowDistance","setShotParents","setSide","setSimpleTaskAlwaysVisible","setSimpleTaskCustomData","setSimpleTaskDescription","setSimpleTaskDestination","setSimpleTaskTarget","setSimpleTaskType","setSimulWeatherLayers","setSize","setSkill","setSlingLoad","setSoundEffect","setSpeaker","setSpeech","setSpeedMode","setStamina","setStaminaScheme","setStatValue","setSuppression","setSystemOfUnits","setTargetAge","setTaskMarkerOffset","setTaskResult","setTaskState","setTerrainGrid","setTerrainHeight","setText","setTimeMultiplier","setTiParameter","setTitleEffect","setTowParent","setTrafficDensity","setTrafficDistance","setTrafficGap","setTrafficSpeed","setTriggerActivation","setTriggerArea","setTriggerInterval","setTriggerStatements","setTriggerText","setTriggerTimeout","setTriggerType","setTurretLimits","setTurretOpticsMode","setType","setUnconscious","setUnitAbility","setUnitCombatMode","setUnitFreefallHeight","setUnitLoadout","setUnitPos","setUnitPosWeak","setUnitRank","setUnitRecoilCoefficient","setUnitTrait","setUnloadInCombat","setUserActionText","setUserMFDText","setUserMFDValue","setVariable","setVectorDir","setVectorDirAndUp","setVectorUp","setVehicleAmmo","setVehicleAmmoDef","setVehicleArmor","setVehicleCargo","setVehicleId","setVehicleLock","setVehiclePosition","setVehicleRadar","setVehicleReceiveRemoteTargets","setVehicleReportOwnPosition","setVehicleReportRemoteTargets","setVehicleTiPars","setVehicleVarName","setVelocity","setVelocityModelSpace","setVelocityTransformation","setViewDistance","setVisibleIfTreeCollapsed","setWantedRPMRTD","setWaves","setWaypointBehaviour","setWaypointCombatMode","setWaypointCompletionRadius","setWaypointDescription","setWaypointForceBehaviour","setWaypointFormation","setWaypointHousePosition","setWaypointLoiterAltitude","setWaypointLoiterRadius","setWaypointLoiterType","setWaypointName","setWaypointPosition","setWaypointScript","setWaypointSpeed","setWaypointStatements","setWaypointTimeout","setWaypointType","setWaypointVisible","setWeaponReloadingTime","setWeaponZeroing","setWind","setWindDir","setWindForce","setWindStr","setWingForceScaleRTD","setWPPos","show3DIcons","showChat","showCinemaBorder","showCommandingMenu","showCompass","showCuratorCompass","showGps","showHUD","showLegend","showMap","shownArtilleryComputer","shownChat","shownCompass","shownCuratorCompass","showNewEditorObject","shownGps","shownHUD","shownMap","shownPad","shownRadio","shownScoretable","shownSubtitles","shownUAVFeed","shownWarrant","shownWatch","showPad","showRadio","showScoretable","showSubtitles","showUAVFeed","showWarrant","showWatch","showWaypoint","showWaypoints","side","sideChat","sideRadio","simpleTasks","simulationEnabled","simulCloudDensity","simulCloudOcclusion","simulInClouds","simulWeatherSync","sin","size","sizeOf","skill","skillFinal","skipTime","sleep","sliderPosition","sliderRange","sliderSetPosition","sliderSetRange","sliderSetSpeed","sliderSpeed","slingLoadAssistantShown","soldierMagazines","someAmmo","sort","soundVolume","spawn","speaker","speechVolume","speed","speedMode","splitString","sqrt","squadParams","stance","startLoadingScreen","stop","stopEngineRTD","stopped","str","sunOrMoon","supportInfo","suppressFor","surfaceIsWater","surfaceNormal","surfaceTexture","surfaceType","swimInDepth","switchableUnits","switchAction","switchCamera","switchGesture","switchLight","switchMove","synchronizedObjects","synchronizedTriggers","synchronizedWaypoints","synchronizeObjectsAdd","synchronizeObjectsRemove","synchronizeTrigger","synchronizeWaypoint","systemChat","systemOfUnits","systemTime","systemTimeUTC","tan","targetKnowledge","targets","targetsAggregate","targetsQuery","taskAlwaysVisible","taskChildren","taskCompleted","taskCustomData","taskDescription","taskDestination","taskHint","taskMarkerOffset","taskName","taskParent","taskResult","taskState","taskType","teamMember","teamName","teams","teamSwitch","teamSwitchEnabled","teamType","terminate","terrainIntersect","terrainIntersectASL","terrainIntersectAtASL","text","textLog","textLogFormat","tg","time","timeMultiplier","titleCut","titleFadeOut","titleObj","titleRsc","titleText","toArray","toFixed","toLower","toLowerANSI","toString","toUpper","toUpperANSI","triggerActivated","triggerActivation","triggerAmmo","triggerArea","triggerAttachedVehicle","triggerAttachObject","triggerAttachVehicle","triggerDynamicSimulation","triggerInterval","triggerStatements","triggerText","triggerTimeout","triggerTimeoutCurrent","triggerType","trim","turretLocal","turretOwner","turretUnit","tvAdd","tvClear","tvCollapse","tvCollapseAll","tvCount","tvCurSel","tvData","tvDelete","tvExpand","tvExpandAll","tvIsSelected","tvPicture","tvPictureRight","tvSelection","tvSetColor","tvSetCurSel","tvSetData","tvSetPicture","tvSetPictureColor","tvSetPictureColorDisabled","tvSetPictureColorSelected","tvSetPictureRight","tvSetPictureRightColor","tvSetPictureRightColorDisabled","tvSetPictureRightColorSelected","tvSetSelectColor","tvSetSelected","tvSetText","tvSetTooltip","tvSetValue","tvSort","tvSortAll","tvSortByValue","tvSortByValueAll","tvText","tvTooltip","tvValue","type","typeName","typeOf","UAVControl","uiNamespace","uiSleep","unassignCurator","unassignItem","unassignTeam","unassignVehicle","underwater","uniform","uniformContainer","uniformItems","uniformMagazines","uniqueUnitItems","unitAddons","unitAimPosition","unitAimPositionVisual","unitBackpack","unitCombatMode","unitIsUAV","unitPos","unitReady","unitRecoilCoefficient","units","unitsBelowHeight","unitTurret","unlinkItem","unlockAchievement","unregisterTask","updateDrawIcon","updateMenuItem","updateObjectTree","useAIOperMapObstructionTest","useAISteeringComponent","useAudioTimeForMoves","userInputDisabled","values","vectorAdd","vectorCos","vectorCrossProduct","vectorDiff","vectorDir","vectorDirVisual","vectorDistance","vectorDistanceSqr","vectorDotProduct","vectorFromTo","vectorLinearConversion","vectorMagnitude","vectorMagnitudeSqr","vectorModelToWorld","vectorModelToWorldVisual","vectorMultiply","vectorNormalized","vectorUp","vectorUpVisual","vectorWorldToModel","vectorWorldToModelVisual","vehicle","vehicleCargoEnabled","vehicleChat","vehicleMoveInfo","vehicleRadio","vehicleReceiveRemoteTargets","vehicleReportOwnPosition","vehicleReportRemoteTargets","vehicles","vehicleVarName","velocity","velocityModelSpace","verifySignature","vest","vestContainer","vestItems","vestMagazines","viewDistance","visibleCompass","visibleGps","visibleMap","visiblePosition","visiblePositionASL","visibleScoretable","visibleWatch","waves","waypointAttachedObject","waypointAttachedVehicle","waypointAttachObject","waypointAttachVehicle","waypointBehaviour","waypointCombatMode","waypointCompletionRadius","waypointDescription","waypointForceBehaviour","waypointFormation","waypointHousePosition","waypointLoiterAltitude","waypointLoiterRadius","waypointLoiterType","waypointName","waypointPosition","waypoints","waypointScript","waypointsEnabledUAV","waypointShow","waypointSpeed","waypointStatements","waypointTimeout","waypointTimeoutCurrent","waypointType","waypointVisible","weaponAccessories","weaponAccessoriesCargo","weaponCargo","weaponDirection","weaponInertia","weaponLowered","weaponReloadingTime","weapons","weaponsInfo","weaponsItems","weaponsItemsCargo","weaponState","weaponsTurret","weightRTD","WFSideText","wind","windDir","windRTD","windStr","wingsForcesRTD","worldName","worldSize","worldToModel","worldToModelVisual","worldToScreen"],V={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:"define undef ifdef ifndef else endif include if",contains:[{begin:/\\\n/,relevance:0},t.inherit($,{className:"string"}),{begin:/<[^\n>]*>/,end:/$/,illegal:"\\n"},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]};return{name:"SQF",case_insensitive:!0,keywords:{keyword:k,built_in:j,literal:L},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.NUMBER_MODE,y,n,$,V],illegal:[/\$[^a-fA-F0-9]/,/\w\$/,/\?/,/@/,/ \| /,/[a-zA-Z_]\./,/\:\=/,/\[\:/]}}return sqf_1=e,sqf_1}var sql_1,hasRequiredSql;function requireSql(){if(hasRequiredSql)return sql_1;hasRequiredSql=1;function e(t){const y=t.regex,n=t.COMMENT("--","$"),$={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},k={begin:/"/,end:/"/,contains:[{begin:/""/}]},L=["true","false","unknown"],j=["double precision","large object","with timezone","without timezone"],V=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],z=["add","asc","collation","desc","final","first","last","view"],re=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],oe=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],ue=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],de=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],_e=oe,Ne=[...re,...z].filter(qe=>!oe.includes(qe)),Ue={className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},$e={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},Ve={begin:y.concat(/\b/,y.either(..._e),/\s*\(/),relevance:0,keywords:{built_in:_e}};function Fe(qe,{exceptions:er,when:ir}={}){const dr=ir;return er=er||[],qe.map(cr=>cr.match(/\|\d+$/)||er.includes(cr)?cr:dr(cr)?`${cr}|0`:cr)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:Fe(Ne,{when:qe=>qe.length<3}),literal:L,type:V,built_in:ue},contains:[{begin:y.either(...de),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:Ne.concat(de),literal:L,type:V}},{className:"type",begin:y.either(...j)},Ve,Ue,$,k,t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,$e]}}return sql_1=e,sql_1}var stan_1,hasRequiredStan;function requireStan(){if(hasRequiredStan)return stan_1;hasRequiredStan=1;function e(t){const y=t.regex,n=["functions","model","data","parameters","quantities","transformed","generated"],$=["for","in","if","else","while","break","continue","return"],k=["array","tuple","complex","int","real","vector","complex_vector","ordered","positive_ordered","simplex","unit_vector","row_vector","complex_row_vector","matrix","complex_matrix","cholesky_factor_corr|10","cholesky_factor_cov|10","corr_matrix|10","cov_matrix|10","void"],L=["abs","acos","acosh","add_diag","algebra_solver","algebra_solver_newton","append_array","append_col","append_row","asin","asinh","atan","atan2","atanh","bessel_first_kind","bessel_second_kind","binary_log_loss","block","cbrt","ceil","chol2inv","cholesky_decompose","choose","col","cols","columns_dot_product","columns_dot_self","complex_schur_decompose","complex_schur_decompose_t","complex_schur_decompose_u","conj","cos","cosh","cov_exp_quad","crossprod","csr_extract","csr_extract_u","csr_extract_v","csr_extract_w","csr_matrix_times_vector","csr_to_dense_matrix","cumulative_sum","dae","dae_tol","determinant","diag_matrix","diagonal","diag_post_multiply","diag_pre_multiply","digamma","dims","distance","dot_product","dot_self","eigendecompose","eigendecompose_sym","eigenvalues","eigenvalues_sym","eigenvectors","eigenvectors_sym","erf","erfc","exp","exp2","expm1","falling_factorial","fdim","fft","fft2","floor","fma","fmax","fmin","fmod","gamma_p","gamma_q","generalized_inverse","get_imag","get_real","head","hmm_hidden_state_prob","hmm_marginal","hypot","identity_matrix","inc_beta","integrate_1d","integrate_ode","integrate_ode_adams","integrate_ode_bdf","integrate_ode_rk45","int_step","inv","inv_cloglog","inv_erfc","inverse","inverse_spd","inv_fft","inv_fft2","inv_inc_beta","inv_logit","inv_Phi","inv_sqrt","inv_square","is_inf","is_nan","lambert_w0","lambert_wm1","lbeta","lchoose","ldexp","lgamma","linspaced_array","linspaced_int_array","linspaced_row_vector","linspaced_vector","lmgamma","lmultiply","log","log1m","log1m_exp","log1m_inv_logit","log1p","log1p_exp","log_determinant","log_diff_exp","log_falling_factorial","log_inv_logit","log_inv_logit_diff","logit","log_mix","log_modified_bessel_first_kind","log_rising_factorial","log_softmax","log_sum_exp","machine_precision","map_rect","matrix_exp","matrix_exp_multiply","matrix_power","max","mdivide_left_spd","mdivide_left_tri_low","mdivide_right_spd","mdivide_right_tri_low","mean","min","modified_bessel_first_kind","modified_bessel_second_kind","multiply_lower_tri_self_transpose","negative_infinity","norm","norm1","norm2","not_a_number","num_elements","ode_adams","ode_adams_tol","ode_adjoint_tol_ctl","ode_bdf","ode_bdf_tol","ode_ckrk","ode_ckrk_tol","ode_rk45","ode_rk45_tol","one_hot_array","one_hot_int_array","one_hot_row_vector","one_hot_vector","ones_array","ones_int_array","ones_row_vector","ones_vector","owens_t","Phi","Phi_approx","polar","positive_infinity","pow","print","prod","proj","qr","qr_Q","qr_R","qr_thin","qr_thin_Q","qr_thin_R","quad_form","quad_form_diag","quad_form_sym","quantile","rank","reduce_sum","reject","rep_array","rep_matrix","rep_row_vector","rep_vector","reverse","rising_factorial","round","row","rows","rows_dot_product","rows_dot_self","scale_matrix_exp_multiply","sd","segment","sin","singular_values","sinh","size","softmax","sort_asc","sort_desc","sort_indices_asc","sort_indices_desc","sqrt","square","squared_distance","step","sub_col","sub_row","sum","svd","svd_U","svd_V","symmetrize_from_lower_tri","tail","tan","tanh","target","tcrossprod","tgamma","to_array_1d","to_array_2d","to_complex","to_int","to_matrix","to_row_vector","to_vector","trace","trace_gen_quad_form","trace_quad_form","trigamma","trunc","uniform_simplex","variance","zeros_array","zeros_int_array","zeros_row_vector"],j=["bernoulli","bernoulli_logit","bernoulli_logit_glm","beta","beta_binomial","beta_proportion","binomial","binomial_logit","categorical","categorical_logit","categorical_logit_glm","cauchy","chi_square","dirichlet","discrete_range","double_exponential","exp_mod_normal","exponential","frechet","gamma","gaussian_dlm_obs","gumbel","hmm_latent","hypergeometric","inv_chi_square","inv_gamma","inv_wishart","inv_wishart_cholesky","lkj_corr","lkj_corr_cholesky","logistic","loglogistic","lognormal","multi_gp","multi_gp_cholesky","multinomial","multinomial_logit","multi_normal","multi_normal_cholesky","multi_normal_prec","multi_student_cholesky_t","multi_student_t","multi_student_t_cholesky","neg_binomial","neg_binomial_2","neg_binomial_2_log","neg_binomial_2_log_glm","normal","normal_id_glm","ordered_logistic","ordered_logistic_glm","ordered_probit","pareto","pareto_type_2","poisson","poisson_log","poisson_log_glm","rayleigh","scaled_inv_chi_square","skew_double_exponential","skew_normal","std_normal","std_normal_log","student_t","uniform","von_mises","weibull","wiener","wishart","wishart_cholesky"],V=t.COMMENT(/\/\*/,/\*\//,{relevance:0,contains:[{scope:"doctag",match:/@(return|param)/}]}),z={scope:"meta",begin:/#include\b/,end:/$/,contains:[{match:/[a-z][a-z-._]+/,scope:"string"},t.C_LINE_COMMENT_MODE]},re=["lower","upper","offset","multiplier"];return{name:"Stan",aliases:["stanfuncs"],keywords:{$pattern:t.IDENT_RE,title:n,type:k,keyword:$,built_in:L},contains:[t.C_LINE_COMMENT_MODE,z,t.HASH_COMMENT_MODE,V,{scope:"built_in",match:/\s(pi|e|sqrt2|log2|log10)(?=\()/,relevance:0},{match:y.concat(/[<,]\s*/,y.either(...re),/\s*=/),keywords:re},{scope:"keyword",match:/\btarget(?=\s*\+=)/},{match:[/~\s*/,y.either(...j),/(?:\(\))/,/\s*T(?=\s*\[)/],scope:{2:"built_in",4:"keyword"}},{scope:"built_in",keywords:j,begin:y.concat(/\w*/,y.either(...j),/(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/)},{begin:[/~/,/\s*/,y.concat(y.either(...j),/(?=\s*[\(.*\)])/)],scope:{3:"built_in"}},{begin:[/~/,/\s*\w+(?=\s*[\(.*\)])/,"(?!.*/\b("+y.either(...j)+")\b)"],scope:{2:"title.function"}},{scope:"title.function",begin:/\w*(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/},{scope:"number",match:y.concat(/(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)/,/(?:[eE][+-]?\d+(?:_\d+)*)?i?(?!\w)/),relevance:0},{scope:"string",begin:/"/,end:/"/}]}}return stan_1=e,stan_1}var stata_1,hasRequiredStata;function requireStata(){if(hasRequiredStata)return stata_1;hasRequiredStata=1;function e(t){return{name:"Stata",aliases:["do","ado"],case_insensitive:!0,keywords:"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey bias binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 bubble bubbleplot ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error esize est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 forest forestplot form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate funnel funnelplot g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labbe labbeplot labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize menl meqparse mer merg merge meta mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trimfill trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5",contains:[{className:"symbol",begin:/`[a-zA-Z0-9_]+'/},{className:"variable",begin:/\$\{?[a-zA-Z0-9_]+\}?/,relevance:0},{className:"string",variants:[{begin:`\`"[^\r + 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((Ue,kt)=>isString$3(Ue)?{color:Ue,percentage:(kt+1)*Ne}:Ue).sort((Ue,kt)=>Ue.percentage-kt.percentage)}const Ce=he=>{var Ne;const{color:Fe}=t;if(isFunction$4(Fe))return Fe(he);if(isString$3(Fe))return Fe;{const Ue=_e(Fe);for(const kt of Ue)if(kt.percentage>he)return kt.color;return(Ne=Ue[Ue.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$1f,[["__file","progress.vue"]]);const ElProgress=withInstall(Progress),rateProps=buildProps({modelValue:{type:Number,default:0},id:{type:String,default:void 0},lowThreshold:{type:Number,default:2},highThreshold:{type:Number,default:4},max:{type:Number,default:5},colors:{type:definePropType([Array,Object]),default:()=>mutable(["","",""])},voidColor:{type:String,default:""},disabledVoidColor:{type:String,default:""},icons:{type:definePropType([Array,Object]),default:()=>[star_filled_default,star_filled_default,star_filled_default]},voidIcon:{type:iconPropType,default:()=>star_default},disabledVoidIcon:{type:iconPropType,default:()=>star_filled_default},disabled:Boolean,allowHalf:Boolean,showText:Boolean,showScore:Boolean,textColor:{type:String,default:""},texts:{type:definePropType(Array),default:()=>mutable(["Extremely bad","Disappointed","Fair","Satisfied","Surprise"])},scoreTemplate:{type:String,default:"{value}"},size:useSizeProp,clearable:Boolean,...useAriaProps(["ariaLabel"])}),rateEmits={[CHANGE_EVENT]:e=>isNumber$3(e),[UPDATE_MODEL_EVENT]:e=>isNumber$3(e)},__default__$F=defineComponent({name:"ElRate"}),_sfc_main$1e=defineComponent({...__default__$F,props:rateProps,emits:rateEmits,setup(e,{expose:t,emit:y}){const n=e;function k(ur,cr){const _r=kr=>isObject$4(kr),hr=Object.keys(cr).map(kr=>+kr).filter(kr=>{const xr=cr[kr];return(_r(xr)?xr.excluded:!1)?urkr-xr),Er=cr[hr[0]];return _r(Er)&&Er.value||Er}const L=inject(formContextKey,void 0),$=inject(formItemContextKey,void 0),j=useFormSize(),V=useNamespace("rate"),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:$}),ie=ref$1(n.modelValue),oe=ref$1(-1),ue=ref$1(!0),de=computed(()=>[V.b(),V.m(j.value)]),pe=computed(()=>n.disabled||(L==null?void 0:L.disabled)),Ie=computed(()=>V.cssVarBlock({"void-color":n.voidColor,"disabled-void-color":n.disabledVoidColor,"fill-color":Ne.value})),_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}}),Ue=computed(()=>{let ur=isArray$2(n.icons)?[...n.icons]:{...n.icons};return ur=markRaw(ur),isArray$2(ur)?{[n.lowThreshold]:ur[0],[n.highThreshold]:{value:ur[1],excluded:!0},[n.max]:ur[2]}:ur}),kt=computed(()=>k(n.modelValue,Ue.value)),Et=computed(()=>pe.value?isString$3(n.disabledVoidIcon)?n.disabledVoidIcon:markRaw(n.disabledVoidIcon):isString$3(n.voidIcon)?n.voidIcon:markRaw(n.voidIcon)),Ve=computed(()=>k(ie.value,Ue.value));function qe(ur){const cr=pe.value&&Ce.value>0&&ur-1n.modelValue,_r=n.allowHalf&&ue.value&&ur-.5<=ie.value&&ur>ie.value;return cr||_r}function jt(ur){n.clearable&&ur===n.modelValue&&(ur=0),y(UPDATE_MODEL_EVENT,ur),n.modelValue!==ur&&y("change",ur)}function tr(ur){pe.value||(n.allowHalf&&ue.value?jt(ie.value):jt(ur))}function rr(ur){if(pe.value)return;let cr=ie.value;const _r=ur.code;return _r===EVENT_CODE.up||_r===EVENT_CODE.right?(n.allowHalf?cr+=.5:cr+=1,ur.stopPropagation(),ur.preventDefault()):(_r===EVENT_CODE.left||_r===EVENT_CODE.down)&&(n.allowHalf?cr-=.5:cr-=1,ur.stopPropagation(),ur.preventDefault()),cr=cr<0?0:cr,cr=cr>n.max?n.max:cr,y(UPDATE_MODEL_EVENT,cr),y("change",cr),cr}function ar(ur,cr){if(!pe.value){if(n.allowHalf&&cr){let _r=cr.target;hasClass(_r,V.e("item"))&&(_r=_r.querySelector(`.${V.e("icon")}`)),(_r.clientWidth===0||hasClass(_r,V.e("decimal")))&&(_r=_r.parentNode),ue.value=cr.offsetX*2<=_r.clientWidth,ie.value=ue.value?ur-.5:ur}else ie.value=ur;oe.value=ur}}function nr(){pe.value||(n.allowHalf&&(ue.value=n.modelValue!==Math.floor(n.modelValue)),ie.value=n.modelValue,oe.value=-1)}return watch(()=>n.modelValue,ur=>{ie.value=ur,ue.value=n.modelValue!==Math.floor(n.modelValue)}),n.modelValue||y(UPDATE_MODEL_EVENT,0),t({setCurrentValue:ar,resetCurrentValue:nr}),(ur,cr)=>{var _r;return openBlock(),createElementBlock("div",{id:unref(z),class:normalizeClass([unref(de),unref(V).is("disabled",unref(pe))]),role:"slider","aria-label":unref(re)?void 0:ur.ariaLabel||"rating","aria-labelledby":unref(re)?(_r=unref($))==null?void 0:_r.labelId:void 0,"aria-valuenow":ie.value,"aria-valuetext":unref(_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,Er)=>(openBlock(),createElementBlock("span",{key:Er,class:normalizeClass(unref(V).e("item")),onMousemove:kr=>ar(hr,kr),onMouseleave:nr,onClick:kr=>tr(hr)},[createVNode(unref(ElIcon),{class:normalizeClass([unref(V).e("icon"),{hover:oe.value===hr},unref(V).is("active",hr<=ie.value)])},{default:withCtx(()=>[qe(hr)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(Ve)),null,null,512)),[[vShow,hr<=ie.value]]),withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(Et)),null,null,512)),[[vShow,!(hr<=ie.value)]])],64)),qe(hr)?(openBlock(),createElementBlock(Fragment,{key:1},[(openBlock(),createBlock(resolveDynamicComponent(unref(Et)),{class:normalizeClass([unref(V).em("decimal","box")])},null,8,["class"])),createVNode(unref(ElIcon),{style:normalizeStyle(unref(Fe)),class:normalizeClass([unref(V).e("icon"),unref(V).e("decimal")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(kt))))]),_:1},8,["style","class"])],64)):createCommentVNode("v-if",!0)]),_:2},1032,["class"])],42,["onMousemove","onClick"]))),128)),ur.showText||ur.showScore?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(V).e("text")),style:normalizeStyle({color:ur.textColor})},toDisplayString(unref(_e)),7)):createCommentVNode("v-if",!0)],46,["id","aria-label","aria-labelledby","aria-valuenow","aria-valuetext","aria-valuemax"])}}});var Rate=_export_sfc$1(_sfc_main$1e,[["__file","rate.vue"]]);const ElRate=withInstall(Rate),IconMap={success:"icon-success",warning:"icon-warning",error:"icon-error",info:"icon-info"},IconComponentMap={[IconMap.success]:circle_check_filled_default,[IconMap.warning]:warning_filled_default,[IconMap.error]:circle_close_filled_default,[IconMap.info]:info_filled_default},resultProps=buildProps({title:{type:String,default:""},subTitle:{type:String,default:""},icon:{type:String,values:["success","warning","info","error"],default:"info"}}),__default__$E=defineComponent({name:"ElResult"}),_sfc_main$1d=defineComponent({...__default__$E,props:resultProps,setup(e){const t=e,y=useNamespace("result"),n=computed(()=>{const k=t.icon,L=k&&IconMap[k]?IconMap[k]:"icon-info",$=IconComponentMap[L]||IconComponentMap["icon-info"];return{class:L,component:$}});return(k,L)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(y).b())},[createBaseVNode("div",{class:normalizeClass(unref(y).e("icon"))},[renderSlot(k.$slots,"icon",{},()=>[unref(n).component?(openBlock(),createBlock(resolveDynamicComponent(unref(n).component),{key:0,class:normalizeClass(unref(n).class)},null,8,["class"])):createCommentVNode("v-if",!0)])],2),k.title||k.$slots.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("title"))},[renderSlot(k.$slots,"title",{},()=>[createBaseVNode("p",null,toDisplayString(k.title),1)])],2)):createCommentVNode("v-if",!0),k.subTitle||k.$slots["sub-title"]?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("subtitle"))},[renderSlot(k.$slots,"sub-title",{},()=>[createBaseVNode("p",null,toDisplayString(k.subTitle),1)])],2)):createCommentVNode("v-if",!0),k.$slots.extra?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(y).e("extra"))},[renderSlot(k.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2))}});var Result=_export_sfc$1(_sfc_main$1d,[["__file","result.vue"]]);const ElResult=withInstall(Result);var safeIsNaN=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function isEqual(e,t){return!!(e===t||safeIsNaN(e)&&safeIsNaN(t))}function areInputsEqual(e,t){if(e.length!==t.length)return!1;for(var y=0;y{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)=>ee===LTR||e===RTL||e===HORIZONTAL,isRTL=e=>e===RTL;let cachedRTLResult=null;function getRTLOffsetType(e=!1){if(cachedRTLResult===null||e){const t=document.createElement("div"),y=t.style;y.width="50px",y.height="50px",y.overflow="scroll",y.direction="rtl";const n=document.createElement("div"),k=n.style;return k.width="100px",k.height="100px",t.appendChild(n),document.body.appendChild(t),t.scrollLeft>0?cachedRTLResult=RTL_OFFSET_POS_DESC:(t.scrollLeft=1,t.scrollLeft===0?cachedRTLResult=RTL_OFFSET_NAG:cachedRTLResult=RTL_OFFSET_POS_ASC),document.body.removeChild(t),cachedRTLResult}return cachedRTLResult}function renderThumbStyle({move:e,size:t,bar:y},n){const k={},L=`translate${y.axis}(${e}px)`;return k[y.size]=t,k.transform=L,k.msTransform=L,k.webkitTransform=L,n==="horizontal"?k.height="100%":k.width="100%",k}const ScrollBar=defineComponent({name:"ElVirtualScrollBar",props:virtualizedScrollbarProps,emits:["scroll","start-move","stop-move"],setup(e,{emit:t}){const y=computed(()=>e.startGap+e.endGap),n=useNamespace("virtual-scrollbar"),k=useNamespace("scrollbar"),L=ref$1(),$=ref$1();let j=null,V=null;const z=reactive({isDragging:!1,traveled:0}),re=computed(()=>BAR_MAP[e.layout]),ie=computed(()=>e.clientSize-unref(y)),oe=computed(()=>({position:"absolute",width:`${HORIZONTAL===e.layout?ie.value:e.scrollbarSize}px`,height:`${HORIZONTAL===e.layout?e.scrollbarSize:ie.value}px`,[ScrollbarDirKey[e.layout]]:"2px",right:"2px",bottom:"2px",borderRadius:"4px"})),ue=computed(()=>{const Ue=e.ratio,kt=e.clientSize;if(Ue>=100)return Number.POSITIVE_INFINITY;if(Ue>=50)return Ue*kt/100;const Et=kt/3;return Math.floor(Math.min(Math.max(Ue*kt,SCROLLBAR_MIN_SIZE),Et))}),de=computed(()=>{if(!Number.isFinite(ue.value))return{display:"none"};const Ue=`${ue.value}px`;return renderThumbStyle({bar:re.value,size:Ue,move:z.traveled},e.layout)}),pe=computed(()=>Math.floor(e.clientSize-ue.value-unref(y))),Ie=()=>{window.addEventListener("mousemove",Ne),window.addEventListener("mouseup",he);const Ue=unref($);Ue&&(V=document.onselectstart,document.onselectstart=()=>!1,Ue.addEventListener("touchmove",Ne,{passive:!0}),Ue.addEventListener("touchend",he))},_e=()=>{window.removeEventListener("mousemove",Ne),window.removeEventListener("mouseup",he),document.onselectstart=V,V=null;const Ue=unref($);Ue&&(Ue.removeEventListener("touchmove",Ne),Ue.removeEventListener("touchend",he))},Ce=Ue=>{Ue.stopImmediatePropagation(),!(Ue.ctrlKey||[1,2].includes(Ue.button))&&(z.isDragging=!0,z[re.value.axis]=Ue.currentTarget[re.value.offset]-(Ue[re.value.client]-Ue.currentTarget.getBoundingClientRect()[re.value.direction]),t("start-move"),Ie())},he=()=>{z.isDragging=!1,z[re.value.axis]=0,t("stop-move"),_e()},Ne=Ue=>{const{isDragging:kt}=z;if(!kt||!$.value||!L.value)return;const Et=z[re.value.axis];if(!Et)return;cAF(j);const Ve=(L.value.getBoundingClientRect()[re.value.direction]-Ue[re.value.client])*-1,qe=$.value[re.value.offset]-Et,jt=Ve-qe;j=rAF(()=>{z.traveled=Math.max(e.startGap,Math.min(jt,pe.value)),t("scroll",jt,pe.value)})},Fe=Ue=>{const kt=Math.abs(Ue.target.getBoundingClientRect()[re.value.direction]-Ue[re.value.client]),Et=$.value[re.value.offset]/2,Ve=kt-Et;z.traveled=Math.max(0,Math.min(Ve,pe.value)),t("scroll",Ve,pe.value)};return watch(()=>e.scrollFrom,Ue=>{z.isDragging||(z.traveled=Math.ceil(Ue*pe.value))}),onBeforeUnmount(()=>{_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:yr,cache:vr}=re,{isScrolling:Rr,scrollDir:Br,scrollOffset:mr}=unref(Ne);if(yr===0)return[0,0,0,0];const gr=L(re,mr,unref(pe)),jr=$(re,gr,mr,unref(pe)),Hr=!Rr||Br===BACKWARD?Math.max(1,vr):1,Ur=!Rr||Br===FORWARD?Math.max(1,vr):1;return[Math.max(0,gr-Hr),Math.max(0,Math.min(yr-1,jr+Ur)),gr,jr]}),Ue=computed(()=>k(re,unref(pe))),kt=computed(()=>isHorizontal(re.layout)),Et=computed(()=>[{position:"relative",[`overflow-${kt.value?"x":"y"}`]:"scroll",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:re.direction,height:isNumber$3(re.height)?`${re.height}px`:re.height,width:isNumber$3(re.width)?`${re.width}px`:re.width},re.style]),Ve=computed(()=>{const yr=unref(Ue),vr=unref(kt);return{height:vr?"100%":`${yr}px`,pointerEvents:unref(Ne).isScrolling?"none":void 0,width:vr?`${yr}px`:"100%"}}),qe=computed(()=>kt.value?re.width:re.height),{onWheel:jt}=useWheel({atStartEdge:computed(()=>Ne.value.scrollOffset<=0),atEndEdge:computed(()=>Ne.value.scrollOffset>=Ue.value),layout:computed(()=>re.layout)},yr=>{var vr,Rr;(Rr=(vr=he.value).onMouseUp)==null||Rr.call(vr),cr(Math.min(Ne.value.scrollOffset+yr,Ue.value-qe.value))});useEventListener(_e,"wheel",jt,{passive:!1});const tr=()=>{const{total:yr}=re;if(yr>0){const[mr,gr,jr,Hr]=unref(Fe);ie(ITEM_RENDER_EVT,mr,gr,jr,Hr)}const{scrollDir:vr,scrollOffset:Rr,updateRequested:Br}=unref(Ne);ie(SCROLL_EVT,vr,Rr,Br)},rr=yr=>{const{clientHeight:vr,scrollHeight:Rr,scrollTop:Br}=yr.currentTarget,mr=unref(Ne);if(mr.scrollOffset===Br)return;const gr=Math.max(0,Math.min(Br,Rr-vr));Ne.value={...mr,isScrolling:!0,scrollDir:getScrollDir(mr.scrollOffset,gr),scrollOffset:gr,updateRequested:!1},nextTick$1(Er)},ar=yr=>{const{clientWidth:vr,scrollLeft:Rr,scrollWidth:Br}=yr.currentTarget,mr=unref(Ne);if(mr.scrollOffset===Rr)return;const{direction:gr}=re;let jr=Rr;if(gr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{jr=-Rr;break}case RTL_OFFSET_POS_DESC:{jr=Br-vr-Rr;break}}jr=Math.max(0,Math.min(jr,Br-vr)),Ne.value={...mr,isScrolling:!0,scrollDir:getScrollDir(mr.scrollOffset,jr),scrollOffset:jr,updateRequested:!1},nextTick$1(Er)},nr=yr=>{unref(kt)?ar(yr):rr(yr),tr()},ur=(yr,vr)=>{const Rr=(Ue.value-qe.value)/vr*yr;cr(Math.min(Ue.value-qe.value,Rr))},cr=yr=>{yr=Math.max(yr,0),yr!==unref(Ne).scrollOffset&&(Ne.value={...unref(Ne),scrollOffset:yr,scrollDir:getScrollDir(unref(Ne).scrollOffset,yr),updateRequested:!0},nextTick$1(Er))},_r=(yr,vr=AUTO_ALIGNMENT)=>{const{scrollOffset:Rr}=unref(Ne);yr=Math.max(0,Math.min(yr,re.total-1)),cr(t(re,yr,vr,Rr,unref(pe)))},hr=yr=>{const{direction:vr,itemSize:Rr,layout:Br}=re,mr=Ie.value(V&&Rr,V&&Br,V&&vr);let gr;if(hasOwn$1(mr,String(yr)))gr=mr[yr];else{const jr=n(re,yr,unref(pe)),Hr=y(re,yr,unref(pe)),Ur=unref(kt),zr=vr===RTL,Sr=Ur?jr:0;mr[yr]=gr={position:"absolute",left:zr?void 0:`${Sr}px`,right:zr?`${Sr}px`:void 0,top:Ur?0:`${jr}px`,height:Ur?"100%":`${Hr}px`,width:Ur?`${Hr}px`:"100%"}}return gr},Er=()=>{Ne.value.isScrolling=!1,nextTick$1(()=>{Ie.value(-1,null,null)})},kr=()=>{const yr=_e.value;yr&&(yr.scrollTop=0)};onMounted(()=>{if(!isClient)return;const{initScrollOffset:yr}=re,vr=unref(_e);isNumber$3(yr)&&vr&&(unref(kt)?vr.scrollLeft=yr:vr.scrollTop=yr),tr()}),onUpdated(()=>{const{direction:yr,layout:vr}=re,{scrollOffset:Rr,updateRequested:Br}=unref(Ne),mr=unref(_e);if(Br&&mr)if(vr===HORIZONTAL)if(yr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{mr.scrollLeft=-Rr;break}case RTL_OFFSET_POS_ASC:{mr.scrollLeft=Rr;break}default:{const{clientWidth:gr,scrollWidth:jr}=mr;mr.scrollLeft=jr-gr-Rr;break}}else mr.scrollLeft=Rr;else mr.scrollTop=Rr}),onActivated(()=>{unref(_e).scrollTop=unref(Ne).scrollOffset});const xr={ns:de,clientSize:qe,estimatedTotalSize:Ue,windowStyle:Et,windowRef:_e,innerRef:Ce,innerStyle:Ve,itemsToRender:Fe,scrollbarRef:he,states:Ne,getItemStyle:hr,onScroll:nr,onScrollbarScroll:ur,onWheel:jt,scrollTo:cr,scrollToItem:_r,resetScrollTop:kr};return oe({windowRef:_e,innerRef:Ce,getItemStyleCache:Ie,scrollTo:cr,scrollToItem:_r,resetScrollTop:kr,states:Ne}),xr},render(re){var ie;const{$slots:oe,className:ue,clientSize:de,containerElement:pe,data:Ie,getItemStyle:_e,innerElement:Ce,itemsToRender:he,innerStyle:Ne,layout:Fe,total:Ue,onScroll:kt,onScrollbarScroll:Et,states:Ve,useIsScrolling:qe,windowStyle:jt,ns:tr}=re,[rr,ar]=he,nr=resolveDynamicComponent(pe),ur=resolveDynamicComponent(Ce),cr=[];if(Ue>0)for(let kr=rr;kr<=ar;kr++)cr.push((ie=oe.default)==null?void 0:ie.call(oe,{data:Ie,key:kr,index:kr,isScrolling:qe?Ve.isScrolling:void 0,style:_e(kr)}));const _r=[h$1(ur,{style:Ne,ref:"innerRef"},isString$3(ur)?cr:{default:()=>cr})],hr=h$1(ScrollBar,{ref:"scrollbarRef",clientSize:de,layout:Fe,onScroll:Et,ratio:de*100/this.estimatedTotalSize,scrollFrom:Ve.scrollOffset/(this.estimatedTotalSize-de),total:Ue}),Er=h$1(nr,{class:[tr.e("window"),ue],style:jt,onScroll:kt,ref:"windowRef",key:0},isString$3(nr)?[_r]:{default:()=>[_r]});return h$1("div",{key:0,class:[tr.e("wrapper"),Ve.scrollbarAlwaysOn?"always-on":""]},[Er,hr])}}),FixedSizeList=createList({name:"ElFixedSizeList",getItemOffset:({itemSize:e},t)=>t*e,getItemSize:({itemSize:e})=>e,getEstimatedTotalSize:({total:e,itemSize:t})=>t*e,getOffset:({height:e,total:t,itemSize:y,layout:n,width:k},L,$,j)=>{const V=isHorizontal(n)?k:e,z=Math.max(0,t*y-V),re=Math.min(z,L*y),ie=Math.max(0,(L+1)*y-V);switch($===SMART_ALIGNMENT&&(j>=ie-V&&j<=re+V?$=AUTO_ALIGNMENT:$=CENTERED_ALIGNMENT),$){case START_ALIGNMENT:return re;case END_ALIGNMENT:return ie;case CENTERED_ALIGNMENT:{const oe=Math.round(ie+(re-ie)/2);return oez+Math.floor(V/2)?z:oe}case AUTO_ALIGNMENT:default:return j>=ie&&j<=re?j:jMath.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&&(n=L-1)}return Math.max(0,y-1)},es$2=(e,t,y,n)=>{const{total:k}=e;let L=1;for(;y{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:nfindItem$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{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 Ue=ref$1(),kt=ref$1(),Et=ref$1(),Ve=ref$1(null),qe=ref$1({isScrolling:!1,scrollLeft:isNumber$3(pe.initScrollLeft)?pe.initScrollLeft:0,scrollTop:isNumber$3(pe.initScrollTop)?pe.initScrollTop:0,updateRequested:!1,xAxisScrollDir:FORWARD,yAxisScrollDir:FORWARD}),jt=useCache(),tr=computed(()=>Number.parseInt(`${pe.height}`,10)),rr=computed(()=>Number.parseInt(`${pe.width}`,10)),ar=computed(()=>{const{totalColumn:Cr,totalRow:Ir,columnCache:Dr}=pe,{isScrolling:Kr,xAxisScrollDir:Wr,scrollLeft:Nr}=unref(qe);if(Cr===0||Ir===0)return[0,0,0,0];const Fr=n(pe,Nr,unref(Fe)),Qr=k(pe,Fr,Nr,unref(Fe)),ca=!Kr||Wr===BACKWARD?Math.max(1,Dr):1,Po=!Kr||Wr===FORWARD?Math.max(1,Dr):1;return[Math.max(0,Fr-ca),Math.max(0,Math.min(Cr-1,Qr+Po)),Fr,Qr]}),nr=computed(()=>{const{totalColumn:Cr,totalRow:Ir,rowCache:Dr}=pe,{isScrolling:Kr,yAxisScrollDir:Wr,scrollTop:Nr}=unref(qe);if(Cr===0||Ir===0)return[0,0,0,0];const Fr=re(pe,Nr,unref(Fe)),Qr=ie(pe,Fr,Nr,unref(Fe)),ca=!Kr||Wr===BACKWARD?Math.max(1,Dr):1,Po=!Kr||Wr===FORWARD?Math.max(1,Dr):1;return[Math.max(0,Fr-ca),Math.max(0,Math.min(Ir-1,Qr+Po)),Fr,Qr]}),ur=computed(()=>L(pe,unref(Fe))),cr=computed(()=>$(pe,unref(Fe))),_r=computed(()=>{var Cr;return[{position:"relative",overflow:"hidden",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:pe.direction,height:isNumber$3(pe.height)?`${pe.height}px`:pe.height,width:isNumber$3(pe.width)?`${pe.width}px`:pe.width},(Cr=pe.style)!=null?Cr:{}]}),hr=computed(()=>{const Cr=`${unref(cr)}px`;return{height:`${unref(ur)}px`,pointerEvents:unref(qe).isScrolling?"none":void 0,width:Cr}}),Er=()=>{const{totalColumn:Cr,totalRow:Ir}=pe;if(Cr>0&&Ir>0){const[Qr,ca,Po,Wa]=unref(ar),[Go,us,Kn,Gr]=unref(nr);Ie(ITEM_RENDER_EVT,{columnCacheStart:Qr,columnCacheEnd:ca,rowCacheStart:Go,rowCacheEnd:us,columnVisibleStart:Po,columnVisibleEnd:Wa,rowVisibleStart:Kn,rowVisibleEnd:Gr})}const{scrollLeft:Dr,scrollTop:Kr,updateRequested:Wr,xAxisScrollDir:Nr,yAxisScrollDir:Fr}=unref(qe);Ie(SCROLL_EVT,{xAxisScrollDir:Nr,scrollLeft:Dr,yAxisScrollDir:Fr,scrollTop:Kr,updateRequested:Wr})},kr=Cr=>{const{clientHeight:Ir,clientWidth:Dr,scrollHeight:Kr,scrollLeft:Wr,scrollTop:Nr,scrollWidth:Fr}=Cr.currentTarget,Qr=unref(qe);if(Qr.scrollTop===Nr&&Qr.scrollLeft===Wr)return;let ca=Wr;if(isRTL(pe.direction))switch(getRTLOffsetType()){case RTL_OFFSET_NAG:ca=-Wr;break;case RTL_OFFSET_POS_DESC:ca=Fr-Dr-Wr;break}qe.value={...Qr,isScrolling:!0,scrollLeft:ca,scrollTop:Math.max(0,Math.min(Nr,Kr-Ir)),updateRequested:!0,xAxisScrollDir:getScrollDir(Qr.scrollLeft,ca),yAxisScrollDir:getScrollDir(Qr.scrollTop,Nr)},nextTick$1(()=>gr()),jr(),Er()},xr=(Cr,Ir)=>{const Dr=unref(tr),Kr=(ur.value-Dr)/Ir*Cr;Rr({scrollTop:Math.min(ur.value-Dr,Kr)})},yr=(Cr,Ir)=>{const Dr=unref(rr),Kr=(cr.value-Dr)/Ir*Cr;Rr({scrollLeft:Math.min(cr.value-Dr,Kr)})},{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))},(Cr,Ir)=>{var Dr,Kr,Wr,Nr;(Kr=(Dr=kt.value)==null?void 0:Dr.onMouseUp)==null||Kr.call(Dr),(Nr=(Wr=Et.value)==null?void 0:Wr.onMouseUp)==null||Nr.call(Wr);const Fr=unref(rr),Qr=unref(tr);Rr({scrollLeft:Math.min(qe.value.scrollLeft+Cr,cr.value-Fr),scrollTop:Math.min(qe.value.scrollTop+Ir,ur.value-Qr)})});useEventListener(Ue,"wheel",vr,{passive:!1});const Rr=({scrollLeft:Cr=qe.value.scrollLeft,scrollTop:Ir=qe.value.scrollTop})=>{Cr=Math.max(Cr,0),Ir=Math.max(Ir,0);const Dr=unref(qe);Ir===Dr.scrollTop&&Cr===Dr.scrollLeft||(qe.value={...Dr,xAxisScrollDir:getScrollDir(Dr.scrollLeft,Cr),yAxisScrollDir:getScrollDir(Dr.scrollTop,Ir),scrollLeft:Cr,scrollTop:Ir,updateRequested:!0},nextTick$1(()=>gr()),jr(),Er())},Br=(Cr=0,Ir=0,Dr=AUTO_ALIGNMENT)=>{const Kr=unref(qe);Ir=Math.max(0,Math.min(Ir,pe.totalColumn-1)),Cr=Math.max(0,Math.min(Cr,pe.totalRow-1));const Wr=getScrollBarWidth(he.namespace.value),Nr=unref(Fe),Fr=L(pe,Nr),Qr=$(pe,Nr);Rr({scrollLeft:j(pe,Ir,Dr,Kr.scrollLeft,Nr,Qr>pe.width?Wr:0),scrollTop:V(pe,Cr,Dr,Kr.scrollTop,Nr,Fr>pe.height?Wr:0)})},mr=(Cr,Ir)=>{const{columnWidth:Dr,direction:Kr,rowHeight:Wr}=pe,Nr=jt.value(t&&Dr,t&&Wr,t&&Kr),Fr=`${Cr},${Ir}`;if(hasOwn$1(Nr,Fr))return Nr[Fr];{const[,Qr]=y(pe,Ir,unref(Fe)),ca=unref(Fe),Po=isRTL(Kr),[Wa,Go]=z(pe,Cr,ca),[us]=y(pe,Ir,ca);return Nr[Fr]={position:"absolute",left:Po?void 0:`${Qr}px`,right:Po?`${Qr}px`:void 0,top:`${Go}px`,height:`${Wa}px`,width:`${us}px`},Nr[Fr]}},gr=()=>{qe.value.isScrolling=!1,nextTick$1(()=>{jt.value(-1,null,null)})};onMounted(()=>{if(!isClient)return;const{initScrollLeft:Cr,initScrollTop:Ir}=pe,Dr=unref(Ue);Dr&&(isNumber$3(Cr)&&(Dr.scrollLeft=Cr),isNumber$3(Ir)&&(Dr.scrollTop=Ir)),Er()});const jr=()=>{const{direction:Cr}=pe,{scrollLeft:Ir,scrollTop:Dr,updateRequested:Kr}=unref(qe),Wr=unref(Ue);if(Kr&&Wr){if(Cr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Wr.scrollLeft=-Ir;break}case RTL_OFFSET_POS_ASC:{Wr.scrollLeft=Ir;break}default:{const{clientWidth:Nr,scrollWidth:Fr}=Wr;Wr.scrollLeft=Fr-Nr-Ir;break}}else Wr.scrollLeft=Math.max(0,Ir);Wr.scrollTop=Math.max(0,Dr)}},{resetAfterColumnIndex:Hr,resetAfterRowIndex:Ur,resetAfter:zr}=Ne.proxy;_e({windowRef:Ue,innerRef:Ve,getItemStyleCache:jt,scrollTo:Rr,scrollToItem:Br,states:qe,resetAfterColumnIndex:Hr,resetAfterRowIndex:Ur,resetAfter:zr});const Sr=()=>{const{scrollbarAlwaysOn:Cr,scrollbarStartGap:Ir,scrollbarEndGap:Dr,totalColumn:Kr,totalRow:Wr}=pe,Nr=unref(rr),Fr=unref(tr),Qr=unref(cr),ca=unref(ur),{scrollLeft:Po,scrollTop:Wa}=unref(qe),Go=h$1(ScrollBar,{ref:kt,alwaysOn:Cr,startGap:Ir,endGap:Dr,class:he.e("horizontal"),clientSize:Nr,layout:"horizontal",onScroll:yr,ratio:Nr*100/Qr,scrollFrom:Po/(Qr-Nr),total:Wr,visible:!0}),us=h$1(ScrollBar,{ref:Et,alwaysOn:Cr,startGap:Ir,endGap:Dr,class:he.e("vertical"),clientSize:Fr,layout:"vertical",onScroll:xr,ratio:Fr*100/ca,scrollFrom:Wa/(ca-Fr),total:Kr,visible:!0});return{horizontalScrollbar:Go,verticalScrollbar:us}},Tr=()=>{var Cr;const[Ir,Dr]=unref(ar),[Kr,Wr]=unref(nr),{data:Nr,totalColumn:Fr,totalRow:Qr,useIsScrolling:ca,itemKey:Po}=pe,Wa=[];if(Qr>0&&Fr>0)for(let Go=Kr;Go<=Wr;Go++)for(let us=Ir;us<=Dr;us++)Wa.push((Cr=Ce.default)==null?void 0:Cr.call(Ce,{columnIndex:us,data:Nr,key:Po({columnIndex:us,data:Nr,rowIndex:Go}),isScrolling:ca?unref(qe).isScrolling:void 0,style:mr(Go,us),rowIndex:Go}));return Wa},Mr=()=>{const Cr=resolveDynamicComponent(pe.innerElement),Ir=Tr();return[h$1(Cr,{style:unref(hr),ref:Ve},isString$3(Cr)?Ir:{default:()=>Ir})]};return()=>{const Cr=resolveDynamicComponent(pe.containerElement),{horizontalScrollbar:Ir,verticalScrollbar:Dr}=Sr(),Kr=Mr();return h$1("div",{key:0,class:he.e("wrapper"),role:pe.role},[h$1(Cr,{class:pe.className,style:unref(_r),onScroll:kr,ref:Ue},isString$3(Cr)?Kr:{default:()=>Kr}),Ir,Dr])}}}),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 ieV+Math.floor(y/2)?V:ie}case AUTO_ALIGNMENT:default:return L>=re&&L<=z?L:re>z||L{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 ieV+Math.floor(t/2)?V:ie}case AUTO_ALIGNMENT:default:return L>=re&&L<=z?L:re>z||LMath.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{const L=k==="column"?e.totalColumn:e.totalRow;let $=1;for(;y{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{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(;jfindItem(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{const y=({columnIndex:L,rowIndex:$},j)=>{var V,z;j=isUndefined$1(j)?!0:j,isNumber$3(L)&&(t.value.lastVisitedColumnIndex=Math.min(t.value.lastVisitedColumnIndex,L-1)),isNumber$3($)&&(t.value.lastVisitedRowIndex=Math.min(t.value.lastVisitedRowIndex,$-1)),(V=e.exposed)==null||V.getItemStyleCache.value(-1,null,null),j&&((z=e.proxy)==null||z.$forceUpdate())},n=(L,$)=>{y({columnIndex:L},$)},k=(L,$)=>{y({rowIndex:L},$)};Object.assign(e.proxy,{resetAfterColumnIndex:n,resetAfterRowIndex:k,resetAfter:y})},initCache:({estimatedColumnWidth:e=DEFAULT_DYNAMIC_LIST_ITEM_SIZE,estimatedRowHeight:t=DEFAULT_DYNAMIC_LIST_ITEM_SIZE})=>({column:{},estimatedColumnWidth:e,estimatedRowHeight:t,lastVisitedColumnIndex:-1,lastVisitedRowIndex:-1,row:{}}),clearCache:!1,validateProps:({columnWidth:e,rowHeight:t})=>{}}),_sfc_main$1c=defineComponent({props:{item:{type:Object,required:!0},style:Object,height:Number},setup(){return{ns:useNamespace("select")}}});function _sfc_render$7(e,t,y,n,k,L){return openBlock(),createElementBlock("div",{class:normalizeClass(e.ns.be("group","title")),style:normalizeStyle([e.style,{lineHeight:`${e.height}px`}])},toDisplayString(e.item.label),7)}var GroupItem=_export_sfc$1(_sfc_main$1c,[["render",_sfc_render$7],["__file","group-item.vue"]]);function useOption(e,{emit:t}){return{hoverItem:()=>{e.disabled||t("hover",e.index)},selectOptionClick:()=>{e.disabled||t("select",e.item,e.index)}}}const defaultProps$3={label:"label",value:"value",disabled:"disabled",options:"options"};function useProps(e){const t=computed(()=>({...defaultProps$3,...e.props}));return{aliasProps:t,getLabel:$=>get($,t.value.label),getValue:$=>get($,t.value.value),getDisabled:$=>get($,t.value.disabled),getOptions:$=>get($,t.value.options)}}const SelectProps=buildProps({allowCreate:Boolean,autocomplete:{type:definePropType(String),default:"none"},automaticDropdown:Boolean,clearable:Boolean,clearIcon:{type:iconPropType,default:circle_close_default},effect:{type:definePropType(String),default:"light"},collapseTags:Boolean,collapseTagsTooltip:Boolean,maxCollapseTags:{type:Number,default:1},defaultFirstOption:Boolean,disabled:Boolean,estimatedOptionHeight:{type:Number,default:void 0},filterable:Boolean,filterMethod:Function,height:{type:Number,default:274},itemHeight:{type:Number,default:34},id:String,loading:Boolean,loadingText:String,modelValue:{type:definePropType([Array,String,Number,Boolean,Object])},multiple:Boolean,multipleLimit:{type:Number,default:0},name:String,noDataText:String,noMatchText:String,remoteMethod:Function,reserveKeyword:{type:Boolean,default:!0},options:{type:definePropType(Array),required:!0},placeholder:{type:String},teleported:useTooltipContentProps.teleported,persistent:{type:Boolean,default:!0},popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})},remote:Boolean,size:useSizeProp,props:{type:definePropType(Object),default:()=>defaultProps$3},valueKey:{type:String,default:"value"},scrollbarAlwaysOn:Boolean,validateEvent:{type:Boolean,default:!0},placement:{type:definePropType(String),values:Ee,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),OptionProps=buildProps({data:Array,disabled:Boolean,hovering:Boolean,item:{type:definePropType(Object),required:!0},index:Number,style:Object,selected:Boolean,created:Boolean}),selectV2InjectionKey=Symbol("ElSelectV2Injection"),_sfc_main$1b=defineComponent({props:OptionProps,emits:["select","hover"],setup(e,{emit:t}){const y=inject(selectV2InjectionKey),n=useNamespace("select"),{hoverItem:k,selectOptionClick:L}=useOption(e,{emit:t}),{getLabel:$}=useProps(y.props);return{ns:n,hoverItem:k,selectOptionClick:L,getLabel:$}}});function _sfc_render$6(e,t,y,n,k,L){return openBlock(),createElementBlock("li",{"aria-selected":e.selected,style:normalizeStyle(e.style),class:normalizeClass([e.ns.be("dropdown","item"),e.ns.is("selected",e.selected),e.ns.is("disabled",e.disabled),e.ns.is("created",e.created),e.ns.is("hovering",e.hovering)]),onMouseenter:e.hoverItem,onClick:withModifiers(e.selectOptionClick,["stop"])},[renderSlot(e.$slots,"default",{item:e.item,index:e.index,disabled:e.disabled},()=>[createBaseVNode("span",null,toDisplayString(e.getLabel(e.item)),1)])],46,["aria-selected","onMouseenter","onClick"])}var OptionItem=_export_sfc$1(_sfc_main$1b,[["render",_sfc_render$6],["__file","option-item.vue"]]),ElSelectMenu=defineComponent({name:"ElSelectDropdown",props:{loading:Boolean,data:{type:Array,required:!0},hoveringIndex:Number,width:Number},setup(e,{slots:t,expose:y}){const n=inject(selectV2InjectionKey),k=useNamespace("select"),{getLabel:L,getValue:$,getDisabled:j}=useProps(n.props),V=ref$1([]),z=ref$1(),re=computed(()=>e.data.length);watch(()=>re.value,()=>{var jt,tr;(tr=(jt=n.tooltipRef.value).updatePopper)==null||tr.call(jt)});const ie=computed(()=>isUndefined$1(n.props.estimatedOptionHeight)),oe=computed(()=>ie.value?{itemSize:n.props.itemHeight}:{estimatedSize:n.props.estimatedOptionHeight,itemSize:jt=>V.value[jt]}),ue=(jt=[],tr)=>{const{props:{valueKey:rr}}=n;return isObject$4(tr)?jt&&jt.some(ar=>toRaw(get(ar,rr))===get(tr,rr)):jt.includes(tr)},de=(jt,tr)=>{if(isObject$4(tr)){const{valueKey:rr}=n.props;return get(jt,rr)===get(tr,rr)}else return jt===tr},pe=(jt,tr)=>n.props.multiple?ue(jt,$(tr)):de(jt,$(tr)),Ie=(jt,tr)=>{const{disabled:rr,multiple:ar,multipleLimit:nr}=n.props;return rr||!tr&&(ar?nr>0&&jt.length>=nr:!1)},_e=jt=>e.hoveringIndex===jt;y({listRef:z,isSized:ie,isItemDisabled:Ie,isItemHovering:_e,isItemSelected:pe,scrollToItem:jt=>{const tr=z.value;tr&&tr.scrollToItem(jt)},resetScrollTop:()=>{const jt=z.value;jt&&jt.resetScrollTop()}});const Ne=jt=>{const{index:tr,data:rr,style:ar}=jt,nr=unref(ie),{itemSize:ur,estimatedSize:cr}=unref(oe),{modelValue:_r}=n.props,{onSelect:hr,onHover:Er}=n,kr=rr[tr];if(kr.type==="Group")return createVNode(GroupItem,{item:kr,style:ar,height:nr?ur:cr},null);const xr=pe(_r,kr),yr=Ie(_r,xr),vr=_e(tr);return createVNode(OptionItem,mergeProps(jt,{selected:xr,disabled:j(kr)||yr,created:!!kr.created,hovering:vr,item:kr,onSelect:hr,onHover:Er}),{default:Rr=>{var Br;return((Br=t.default)==null?void 0:Br.call(t,Rr))||createVNode("span",null,[L(kr)])}})},{onKeyboardNavigate:Fe,onKeyboardSelect:Ue}=n,kt=()=>{Fe("forward")},Et=()=>{Fe("backward")},Ve=()=>{n.expanded=!1},qe=jt=>{const{code:tr}=jt,{tab:rr,esc:ar,down:nr,up:ur,enter:cr}=EVENT_CODE;switch(tr!==rr&&(jt.preventDefault(),jt.stopPropagation()),tr){case rr:case ar:{Ve();break}case nr:{kt();break}case ur:{Et();break}case cr:{Ue();break}}};return()=>{var jt,tr,rr,ar;const{data:nr,width:ur}=e,{height:cr,multiple:_r,scrollbarAlwaysOn:hr}=n.props,Er=unref(ie)?FixedSizeList:DynamicSizeList;return createVNode("div",{class:[k.b("dropdown"),k.is("multiple",_r)],style:{width:`${ur}px`}},[(jt=t.header)==null?void 0:jt.call(t),((tr=t.loading)==null?void 0:tr.call(t))||((rr=t.empty)==null?void 0:rr.call(t))||createVNode(Er,mergeProps({ref:z},unref(oe),{className:k.be("dropdown","list"),scrollbarAlwaysOn:hr,data:nr,height:cr,width:ur,total:nr.length,onKeydown:qe}),{default:kr=>createVNode(Ne,kr,null)}),(ar=t.footer)==null?void 0:ar.call(t)])}}});function useAllowCreate(e,t){const{aliasProps:y,getLabel:n,getValue:k}=useProps(e),L=ref$1(0),$=ref$1(null),j=computed(()=>e.allowCreate&&e.filterable);function V(ue){const de=pe=>n(pe)===ue;return e.options&&e.options.some(de)||t.createdOptions.some(de)}function z(ue){j.value&&(e.multiple&&ue.created?L.value++:$.value=ue)}function re(ue){if(j.value)if(ue&&ue.length>0){if(V(ue))return;const de={[y.value.value]:ue,[y.value.label]:ue,created:!0,[y.value.disabled]:!1};t.createdOptions.length>=L.value?t.createdOptions[L.value]=de:t.createdOptions.push(de)}else if(e.multiple)t.createdOptions.length=L.value;else{const de=$.value;t.createdOptions.length=0,de&&de.created&&t.createdOptions.push(de)}}function ie(ue){if(!j.value||!ue||!ue.created||ue.created&&e.reserveKeyword&&t.inputValue===n(ue))return;const de=t.createdOptions.findIndex(pe=>k(pe)===k(ue));~de&&(t.createdOptions.splice(de,1),L.value--)}function oe(){j.value&&(t.createdOptions.length=0,L.value=0)}return{createNewOption:re,removeNewOption:ie,selectNewOption:z,clearAllNewOption:oe}}const MINIMUM_INPUT_WIDTH=11,useSelect$1=(e,t)=>{const{t:y}=useLocale(),n=useNamespace("select"),k=useNamespace("input"),{form:L,formItem:$}=useFormItem(),{inputId:j}=useFormItemInputId(e,{formItemContext:$}),{aliasProps:V,getLabel:z,getValue:re,getDisabled:ie,getOptions:oe}=useProps(e),{valueOnClear:ue,isEmptyValue:de}=useEmptyValues(e),pe=reactive({inputValue:"",cachedOptions:[],createdOptions:[],hoveringIndex:-1,inputHovering:!1,selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,previousQuery:null,previousValue:void 0,selectedLabel:"",menuVisibleOnFocus:!1,isBeforeHide:!1}),Ie=ref$1(-1),_e=ref$1(null),Ce=ref$1(null),he=ref$1(null),Ne=ref$1(null),Fe=ref$1(null),Ue=ref$1(null),kt=ref$1(null),Et=ref$1(null),Ve=ref$1(null),qe=ref$1(null),jt=ref$1(null),{isComposing:tr,handleCompositionStart:rr,handleCompositionEnd:ar,handleCompositionUpdate:nr}=useComposition({afterComposition:Eo=>Ln(Eo)}),{wrapperRef:ur,isFocused:cr}=useFocusController(Fe,{afterFocus(){e.automaticDropdown&&!Er.value&&(Er.value=!0,pe.menuVisibleOnFocus=!0)},beforeBlur(Eo){var Fo,hs;return((Fo=he.value)==null?void 0:Fo.isFocusInsideContent(Eo))||((hs=Ne.value)==null?void 0:hs.isFocusInsideContent(Eo))},afterBlur(){Er.value=!1,pe.menuVisibleOnFocus=!1}}),_r=ref$1([]),hr=ref$1([]),Er=ref$1(!1),kr=computed(()=>e.disabled||(L==null?void 0:L.disabled)),xr=computed(()=>{const Eo=hr.value.length*e.itemHeight;return Eo>e.height?e.height:Eo}),yr=computed(()=>e.multiple?isArray$2(e.modelValue)&&e.modelValue.length>0:!de(e.modelValue)),vr=computed(()=>e.clearable&&!kr.value&&pe.inputHovering&&yr.value),Rr=computed(()=>e.remote&&e.filterable?"":arrow_down_default),Br=computed(()=>Rr.value&&n.is("reverse",Er.value)),mr=computed(()=>($==null?void 0:$.validateState)||""),gr=computed(()=>ValidateComponentsMap[mr.value]),jr=computed(()=>e.remote?300:0),Hr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!pe.inputValue&&_r.value.length===0?!1:e.filterable&&pe.inputValue&&_r.value.length>0&&hr.value.length===0?e.noMatchText||y("el.select.noMatch"):_r.value.length===0?e.noDataText||y("el.select.noData"):null),Ur=Eo=>{const Fo=hs=>{if(e.filterable&&isFunction$4(e.filterMethod)||e.filterable&&e.remote&&isFunction$4(e.remoteMethod))return!0;const An=new RegExp(escapeStringRegexp(Eo),"i");return Eo?An.test(z(hs)||""):!0};return e.loading?[]:[...pe.createdOptions,...e.options].reduce((hs,An)=>{const Uo=oe(An);if(isArray$2(Uo)){const cu=Uo.filter(Fo);cu.length>0&&hs.push({label:z(An),type:"Group"},...cu)}else(e.remote||Fo(An))&&hs.push(An);return hs},[])},zr=()=>{_r.value=Ur(""),hr.value=Ur(pe.inputValue)},Sr=computed(()=>{const Eo=new Map;return _r.value.forEach((Fo,hs)=>{Eo.set(Ns(re(Fo)),{option:Fo,index:hs})}),Eo}),Tr=computed(()=>{const Eo=new Map;return hr.value.forEach((Fo,hs)=>{Eo.set(Ns(re(Fo)),{option:Fo,index:hs})}),Eo}),Mr=computed(()=>hr.value.every(Eo=>ie(Eo))),br=useFormSize(),Cr=computed(()=>br.value==="small"?"small":"default"),Ir=()=>{var Eo;Ie.value=((Eo=_e.value)==null?void 0:Eo.offsetWidth)||200},Dr=()=>{if(!Ce.value)return 0;const Eo=window.getComputedStyle(Ce.value);return Number.parseFloat(Eo.gap||"6px")},Kr=computed(()=>{const Eo=Dr();return{maxWidth:`${jt.value&&e.maxCollapseTags===1?pe.selectionWidth-pe.collapseItemWidth-Eo:pe.selectionWidth}px`}}),Wr=computed(()=>({maxWidth:`${pe.selectionWidth}px`})),Nr=computed(()=>({width:`${Math.max(pe.calculatorWidth,MINIMUM_INPUT_WIDTH)}px`})),Fr=computed(()=>isArray$2(e.modelValue)?e.modelValue.length===0&&!pe.inputValue:e.filterable?!pe.inputValue:!0),Qr=computed(()=>{var Eo;const Fo=(Eo=e.placeholder)!=null?Eo:y("el.select.placeholder");return e.multiple||!yr.value?Fo:pe.selectedLabel}),ca=computed(()=>{var Eo,Fo;return(Fo=(Eo=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&&Tr.value.has(e.modelValue[Eo-1])){const{index:Fo}=Tr.value.get(e.modelValue[Eo-1]);return Fo}}else if(e.modelValue&&Tr.value.has(e.modelValue)){const{index:Eo}=Tr.value.get(e.modelValue);return Eo}return-1}),Wa=computed({get(){return Er.value&&Hr.value!==!1},set(Eo){Er.value=Eo}}),Go=computed(()=>e.multiple?e.collapseTags?pe.cachedOptions.slice(0,e.maxCollapseTags):pe.cachedOptions:[]),us=computed(()=>e.multiple?e.collapseTags?pe.cachedOptions.slice(e.maxCollapseTags):[]:[]),{createNewOption:Kn,removeNewOption:Gr,selectNewOption:Ar,clearAllNewOption:On}=useAllowCreate(e,pe),kn=()=>{kr.value||(pe.menuVisibleOnFocus?pe.menuVisibleOnFocus=!1:Er.value=!Er.value)},Sa=()=>{pe.inputValue.length>0&&!Er.value&&(Er.value=!0),Kn(pe.inputValue),qa(pe.inputValue)},sa=debounce(Sa,jr.value),qa=Eo=>{pe.previousQuery===Eo||tr.value||(pe.previousQuery=Eo,e.filterable&&isFunction$4(e.filterMethod)?e.filterMethod(Eo):e.filterable&&e.remote&&isFunction$4(e.remoteMethod)&&e.remoteMethod(Eo),e.defaultFirstOption&&(e.filterable||e.remote)&&hr.value.length?nextTick$1(To):nextTick$1(hn))},To=()=>{const Eo=hr.value.filter(An=>!An.disabled&&An.type!=="Group"),Fo=Eo.find(An=>An.created),hs=Eo[0];pe.hoveringIndex=Ma(hr.value,Fo||hs)},Hi=Eo=>{isEqual$1(e.modelValue,Eo)||t(CHANGE_EVENT,Eo)},na=Eo=>{t(UPDATE_MODEL_EVENT,Eo),Hi(Eo),pe.previousValue=e.multiple?String(Eo):Eo},Ma=(Eo=[],Fo)=>{if(!isObject$4(Fo))return Eo.indexOf(Fo);const hs=e.valueKey;let An=-1;return Eo.some((Uo,cu)=>get(Uo,hs)===get(Fo,hs)?(An=cu,!0):!1),An},Ns=Eo=>isObject$4(Eo)?get(Eo,e.valueKey):Eo,cs=()=>{Ir()},vl=()=>{pe.selectionWidth=Ce.value.getBoundingClientRect().width},Bl=()=>{pe.calculatorWidth=Ue.value.getBoundingClientRect().width},Au=()=>{pe.collapseItemWidth=jt.value.getBoundingClientRect().width},xs=()=>{var Eo,Fo;(Fo=(Eo=he.value)==null?void 0:Eo.updatePopper)==null||Fo.call(Eo)},ju=()=>{var Eo,Fo;(Fo=(Eo=Ne.value)==null?void 0:Eo.updatePopper)==null||Fo.call(Eo)},Lu=Eo=>{if(e.multiple){let Fo=e.modelValue.slice();const hs=Ma(Fo,re(Eo));hs>-1?(Fo=[...Fo.slice(0,hs),...Fo.slice(hs+1)],pe.cachedOptions.splice(hs,1),Gr(Eo)):(e.multipleLimit<=0||Fo.length{let hs=e.modelValue.slice();const An=Ma(hs,re(Fo));An>-1&&!kr.value&&(hs=[...e.modelValue.slice(0,An),...e.modelValue.slice(An+1)],pe.cachedOptions.splice(An,1),na(hs),t("remove-tag",re(Fo)),Gr(Fo)),Eo.stopPropagation(),Nc()},Nc=()=>{var Eo;(Eo=Fe.value)==null||Eo.focus()},gc=()=>{var Eo;(Eo=Fe.value)==null||Eo.blur()},Wl=()=>{pe.inputValue.length>0?pe.inputValue="":Er.value=!1},ps=Eo=>findLastIndex(Eo,Fo=>!pe.cachedOptions.some(hs=>re(hs)===Fo&&ie(hs))),Ds=Eo=>{if(e.multiple&&Eo.code!==EVENT_CODE.delete&&pe.inputValue.length===0){Eo.preventDefault();const Fo=e.modelValue.slice(),hs=ps(Fo);if(hs<0)return;const An=Fo[hs];Fo.splice(hs,1);const Uo=pe.cachedOptions[hs];pe.cachedOptions.splice(hs,1),Gr(Uo),na(Fo),t("remove-tag",An)}},Us=()=>{let Eo;isArray$2(e.modelValue)?Eo=[]:Eo=ue.value,e.multiple?pe.cachedOptions=[]:pe.selectedLabel="",Er.value=!1,na(Eo),t("clear"),On(),Nc()},Vs=(Eo,Fo=void 0)=>{const hs=hr.value;if(!["forward","backward"].includes(Eo)||kr.value||hs.length<=0||Mr.value||tr.value)return;if(!Er.value)return kn();Fo===void 0&&(Fo=pe.hoveringIndex);let An=-1;Eo==="forward"?(An=Fo+1,An>=hs.length&&(An=0)):Eo==="backward"&&(An=Fo-1,(An<0||An>=hs.length)&&(An=hs.length-1));const Uo=hs[An];if(ie(Uo)||Uo.type==="Group")return Vs(Eo,An);pe.hoveringIndex=An,pa(An)},Lr=()=>{if(Er.value)~pe.hoveringIndex&&hr.value[pe.hoveringIndex]&&Lu(hr.value[pe.hoveringIndex]);else return kn()},Zn=Eo=>{pe.hoveringIndex=Eo},hn=()=>{e.multiple?pe.hoveringIndex=hr.value.findIndex(Eo=>e.modelValue.some(Fo=>Ns(Fo)===Ns(Eo))):pe.hoveringIndex=hr.value.findIndex(Eo=>Ns(Eo)===Ns(e.modelValue))},Ln=Eo=>{if(pe.inputValue=Eo.target.value,e.remote)sa();else return Sa()},Vi=Eo=>{if(Er.value=!1,cr.value){const Fo=new FocusEvent("focus",Eo);handleBlur(Fo)}},Wi=()=>(pe.isBeforeHide=!1,nextTick$1(()=>{~Po.value&&pa(pe.hoveringIndex)})),pa=Eo=>{Ve.value.scrollToItem(Eo)},Ki=Eo=>{const Fo=Ns(Eo);if(Sr.value.has(Fo)){const{option:hs}=Sr.value.get(Fo);return hs}return{[V.value.value]:Eo,[V.value.label]:Eo}},Yo=()=>{if(e.multiple)if(e.modelValue.length>0){pe.cachedOptions.length=0,pe.previousValue=e.modelValue.toString();for(const Eo of e.modelValue){const Fo=Ki(Eo);pe.cachedOptions.push(Fo)}}else pe.cachedOptions=[],pe.previousValue=void 0;else if(yr.value){pe.previousValue=e.modelValue;const Eo=hr.value,Fo=Eo.findIndex(hs=>Ns(re(hs))===Ns(e.modelValue));~Fo?pe.selectedLabel=z(Eo[Fo]):pe.selectedLabel=Ns(e.modelValue)}else pe.selectedLabel="",pe.previousValue=void 0;On(),Ir()};return watch(Er,Eo=>{Eo?qa(""):(pe.inputValue="",pe.previousQuery=null,pe.isBeforeHide=!0,Kn("")),t("visible-change",Eo)}),watch(()=>e.modelValue,(Eo,Fo)=>{var hs;(!Eo||e.multiple&&Eo.toString()!==pe.previousValue||!e.multiple&&Ns(Eo)!==Ns(pe.previousValue))&&Yo(),!isEqual$1(Eo,Fo)&&e.validateEvent&&((hs=$==null?void 0:$.validate)==null||hs.call($,"change").catch(An=>void 0))},{deep:!0}),watch(()=>e.options,()=>{const Eo=Fe.value;(!Eo||Eo&&document.activeElement!==Eo)&&Yo()},{deep:!0,flush:"post"}),watch(()=>hr.value,()=>Ve.value&&nextTick$1(Ve.value.resetScrollTop)),watchEffect(()=>{pe.isBeforeHide||zr()}),watchEffect(()=>{const{valueKey:Eo,options:Fo}=e,hs=new Map;for(const An of Fo){const Uo=re(An);let cu=Uo;if(isObject$4(cu)&&(cu=get(Uo,Eo)),hs.get(cu))break;hs.set(cu,!0)}}),onMounted(()=>{Yo()}),useResizeObserver(_e,cs),useResizeObserver(Ce,vl),useResizeObserver(Ue,Bl),useResizeObserver(Ve,xs),useResizeObserver(ur,xs),useResizeObserver(qe,ju),useResizeObserver(jt,Au),{inputId:j,collapseTagSize:Cr,currentPlaceholder:Qr,expanded:Er,emptyText:Hr,popupHeight:xr,debounce:jr,allOptions:_r,filteredOptions:hr,iconComponent:Rr,iconReverse:Br,tagStyle:Kr,collapseTagStyle:Wr,inputStyle:Nr,popperSize:Ie,dropdownMenuVisible:Wa,hasModelValue:yr,shouldShowPlaceholder:Fr,selectDisabled:kr,selectSize:br,showClearBtn:vr,states:pe,isFocused:cr,nsSelect:n,nsInput:k,calculatorRef:Ue,inputRef:Fe,menuRef:Ve,tagMenuRef:qe,tooltipRef:he,tagTooltipRef:Ne,selectRef:_e,wrapperRef:ur,selectionRef:Ce,prefixRef:kt,suffixRef:Et,collapseItemRef:jt,popperRef:ca,validateState:mr,validateIcon:gr,showTagList:Go,collapseTagList:us,debouncedOnInputChange:sa,deleteTag:Pc,getLabel:z,getValue:re,getDisabled:ie,getValueKey:Ns,handleClear:Us,handleClickOutside:Vi,handleDel:Ds,handleEsc:Wl,focus:Nc,blur:gc,handleMenuEnter:Wi,handleResize:cs,resetSelectionWidth:vl,resetCalculatorWidth:Bl,updateTooltip:xs,updateTagTooltip:ju,updateOptions:zr,toggleMenu:kn,scrollTo:pa,onInput:Ln,onKeyboardNavigate:Vs,onKeyboardSelect:Lr,onSelect:Lu,onHover:Zn,handleCompositionStart:rr,handleCompositionEnd:ar,handleCompositionUpdate:nr}},_sfc_main$1a=defineComponent({name:"ElSelectV2",components:{ElSelectMenu,ElTag,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(e,{emit:t}){const y=computed(()=>{const{modelValue:k,multiple:L}=e,$=L?[]:void 0;return isArray$2(k)?L?k:$:L?$:k}),n=useSelect$1(reactive({...toRefs(e),modelValue:y}),t);return provide(selectV2InjectionKey,{props:reactive({...toRefs(e),height:n.popupHeight,modelValue:y}),tooltipRef:n.tooltipRef,onSelect:n.onSelect,onHover:n.onHover,onKeyboardNavigate:n.onKeyboardNavigate,onKeyboardSelect:n.onKeyboardSelect}),{...n,modelValue:y}}});function _sfc_render$5(e,t,y,n,k,L){const $=resolveComponent("el-tag"),j=resolveComponent("el-tooltip"),V=resolveComponent("el-icon"),z=resolveComponent("el-select-menu"),re=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([e.nsSelect.b(),e.nsSelect.m(e.selectSize)]),onMouseenter:ie=>e.states.inputHovering=!0,onMouseleave:ie=>e.states.inputHovering=!1},[createVNode(j,{ref:"tooltipRef",visible:e.dropdownMenuVisible,teleported:e.teleported,"popper-class":[e.nsSelect.e("popper"),e.popperClass],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"popper-options":e.popperOptions,"fallback-placements":e.fallbackPlacements,effect:e.effect,placement:e.placement,pure:"",transition:`${e.nsSelect.namespace.value}-zoom-in-top`,trigger:"click",persistent:e.persistent,onBeforeShow:e.handleMenuEnter,onHide:ie=>e.states.isBeforeHide=!1},{default:withCtx(()=>[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([e.nsSelect.e("wrapper"),e.nsSelect.is("focused",e.isFocused),e.nsSelect.is("hovering",e.states.inputHovering),e.nsSelect.is("filterable",e.filterable),e.nsSelect.is("disabled",e.selectDisabled)]),onClick:withModifiers(e.toggleMenu,["prevent","stop"])},[e.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(e.nsSelect.e("prefix"))},[renderSlot(e.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([e.nsSelect.e("selection"),e.nsSelect.is("near",e.multiple&&!e.$slots.prefix&&!!e.modelValue.length)])},[e.multiple?renderSlot(e.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.showTagList,ie=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(ie)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{closable:!e.selectDisabled&&!e.getDisabled(ie),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:oe=>e.deleteTag(oe,ie)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(ie),value:e.getValue(ie)},()=>[createTextVNode(toDisplayString(e.getLabel(ie)),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),e.collapseTags&&e.modelValue.length>e.maxCollapseTags?(openBlock(),createBlock(j,{key:0,ref:"tagTooltipRef",disabled:e.dropdownMenuVisible||!e.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:e.effect,placement:"bottom",teleported:e.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{closable:!1,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,style:normalizeStyle(e.collapseTagStyle),"disable-transitions":""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))}," + "+toDisplayString(e.modelValue.length-e.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(e.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.collapseTagList,ie=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(ie)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{class:"in-tooltip",closable:!e.selectDisabled&&!e.getDisabled(ie),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:oe=>e.deleteTag(oe,ie)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(ie),value:e.getValue(ie)},()=>[createTextVNode(toDisplayString(e.getLabel(ie)),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","effect","teleported"])):createCommentVNode("v-if",!0)]):createCommentVNode("v-if",!0),e.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("input-wrapper"),e.nsSelect.is("hidden",!e.filterable)])},[withDirectives(createBaseVNode("input",{id:e.inputId,ref:"inputRef","onUpdate:modelValue":ie=>e.states.inputValue=ie,style:normalizeStyle(e.inputStyle),autocomplete:e.autocomplete,"aria-autocomplete":"list","aria-haspopup":"listbox",autocapitalize:"off","aria-expanded":e.expanded,"aria-label":e.ariaLabel,class:normalizeClass([e.nsSelect.e("input"),e.nsSelect.is(e.selectSize)]),disabled:e.selectDisabled,role:"combobox",readonly:!e.filterable,spellcheck:"false",type:"text",name:e.name,onInput:e.onInput,onCompositionstart:e.handleCompositionStart,onCompositionupdate:e.handleCompositionUpdate,onCompositionend:e.handleCompositionEnd,onKeydown:[withKeys(withModifiers(ie=>e.onKeyboardNavigate("backward"),["stop","prevent"]),["up"]),withKeys(withModifiers(ie=>e.onKeyboardNavigate("forward"),["stop","prevent"]),["down"]),withKeys(withModifiers(e.onKeyboardSelect,["stop","prevent"]),["enter"]),withKeys(withModifiers(e.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(e.handleDel,["stop"]),["delete"])],onClick:withModifiers(e.toggleMenu,["stop"])},null,46,["id","onUpdate:modelValue","autocomplete","aria-expanded","aria-label","disabled","readonly","name","onInput","onCompositionstart","onCompositionupdate","onCompositionend","onKeydown","onClick"]),[[vModelText,e.states.inputValue]]),e.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(e.nsSelect.e("input-calculator")),textContent:toDisplayString(e.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),e.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([e.nsSelect.e("selected-item"),e.nsSelect.e("placeholder"),e.nsSelect.is("transparent",!e.hasModelValue||e.expanded&&!e.states.inputValue)])},[e.hasModelValue?renderSlot(e.$slots,"label",{key:0,label:e.currentPlaceholder,value:e.modelValue},()=>[createBaseVNode("span",null,toDisplayString(e.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(e.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(e.nsSelect.e("suffix"))},[e.iconComponent?withDirectives((openBlock(),createBlock(V,{key:0,class:normalizeClass([e.nsSelect.e("caret"),e.nsInput.e("icon"),e.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])),[[vShow,!e.showClearBtn]]):createCommentVNode("v-if",!0),e.showClearBtn&&e.clearIcon?(openBlock(),createBlock(V,{key:1,class:normalizeClass([e.nsSelect.e("caret"),e.nsInput.e("icon")]),onClick:withModifiers(e.handleClear,["prevent","stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.validateState&&e.validateIcon?(openBlock(),createBlock(V,{key:2,class:normalizeClass([e.nsInput.e("icon"),e.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]),content:withCtx(()=>[createVNode(z,{ref:"menuRef",data:e.filteredOptions,width:e.popperSize,"hovering-index":e.states.hoveringIndex,"scrollbar-always-on":e.scrollbarAlwaysOn},createSlots({default:withCtx(ie=>[renderSlot(e.$slots,"default",normalizeProps(guardReactiveProps(ie)))]),_:2},[e.$slots.header?{name:"header",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","header"))},[renderSlot(e.$slots,"header")],2)])}:void 0,e.$slots.loading&&e.loading?{name:"loading",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","loading"))},[renderSlot(e.$slots,"loading")],2)])}:e.loading||e.filteredOptions.length===0?{name:"empty",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","empty"))},[renderSlot(e.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(e.emptyText),1)])],2)])}:void 0,e.$slots.footer?{name:"footer",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(e.nsSelect.be("dropdown","footer"))},[renderSlot(e.$slots,"footer")],2)])}:void 0]),1032,["data","width","hovering-index","scrollbar-always-on"])]),_:3},8,["visible","teleported","popper-class","popper-options","fallback-placements","effect","placement","transition","persistent","onBeforeShow","onHide"])],42,["onMouseenter","onMouseleave"])),[[re,e.handleClickOutside,e.popperRef]])}var Select=_export_sfc$1(_sfc_main$1a,[["render",_sfc_render$5],["__file","select.vue"]]);const ElSelectV2=withInstall(Select),skeletonProps=buildProps({animated:{type:Boolean,default:!1},count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:Number}}),skeletonItemProps=buildProps({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}}),__default__$D=defineComponent({name:"ElSkeletonItem"}),_sfc_main$19=defineComponent({...__default__$D,props:skeletonItemProps,setup(e){const t=useNamespace("skeleton");return(y,n)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(t).e("item"),unref(t).e(y.variant)])},[y.variant==="image"?(openBlock(),createBlock(unref(picture_filled_default),{key:0})):createCommentVNode("v-if",!0)],2))}});var SkeletonItem=_export_sfc$1(_sfc_main$19,[["__file","skeleton-item.vue"]]);const __default__$C=defineComponent({name:"ElSkeleton"}),_sfc_main$18=defineComponent({...__default__$C,props:skeletonProps,setup(e,{expose:t}){const y=e,n=useNamespace("skeleton"),k=useThrottleRender(toRef$1(y,"loading"),y.throttle);return t({uiLoading:k}),(L,$)=>unref(k)?(openBlock(),createElementBlock("div",mergeProps({key:0,class:[unref(n).b(),unref(n).is("animated",L.animated)]},L.$attrs),[(openBlock(!0),createElementBlock(Fragment,null,renderList(L.count,j=>(openBlock(),createElementBlock(Fragment,{key:j},[L.loading?renderSlot(L.$slots,"template",{key:j},()=>[createVNode(SkeletonItem,{class:normalizeClass(unref(n).is("first")),variant:"p"},null,8,["class"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(L.rows,V=>(openBlock(),createBlock(SkeletonItem,{key:V,class:normalizeClass([unref(n).e("paragraph"),unref(n).is("last",V===L.rows&&L.rows>1)]),variant:"p"},null,8,["class"]))),128))]):createCommentVNode("v-if",!0)],64))),128))],16)):renderSlot(L.$slots,"default",normalizeProps(mergeProps({key:1},L.$attrs)))}});var Skeleton=_export_sfc$1(_sfc_main$18,[["__file","skeleton.vue"]]);const ElSkeleton=withInstall(Skeleton,{SkeletonItem}),ElSkeletonItem=withNoopInstall(SkeletonItem),sliderContextKey=Symbol("sliderContextKey"),sliderProps=buildProps({modelValue:{type:definePropType([Number,Array]),default:0},id:{type:String,default:void 0},min:{type:Number,default:0},max:{type:Number,default:100},step:{type:Number,default:1},showInput:Boolean,showInputControls:{type:Boolean,default:!0},size:useSizeProp,inputSize:useSizeProp,showStops:Boolean,showTooltip:{type:Boolean,default:!0},formatTooltip:{type:definePropType(Function),default:void 0},disabled:Boolean,range:Boolean,vertical:Boolean,height:String,debounce:{type:Number,default:300},rangeStartLabel:{type:String,default:void 0},rangeEndLabel:{type:String,default:void 0},formatValueText:{type:definePropType(Function),default:void 0},tooltipClass:{type:String,default:void 0},placement:{type:String,values:Ee,default:"top"},marks:{type:definePropType(Object)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),isValidValue$1=e=>isNumber$3(e)||isArray$2(e)&&e.every(isNumber$3),sliderEmits={[UPDATE_MODEL_EVENT]:isValidValue$1,[INPUT_EVENT]:isValidValue$1,[CHANGE_EVENT]:isValidValue$1},useLifecycle=(e,t,y)=>{const n=ref$1();return onMounted(async()=>{e.range?(Array.isArray(e.modelValue)?(t.firstValue=Math.max(e.min,e.modelValue[0]),t.secondValue=Math.min(e.max,e.modelValue[1])):(t.firstValue=e.min,t.secondValue=e.max),t.oldValue=[t.firstValue,t.secondValue]):(typeof e.modelValue!="number"||Number.isNaN(e.modelValue)?t.firstValue=e.min:t.firstValue=Math.min(e.max,Math.max(e.min,e.modelValue)),t.oldValue=t.firstValue),useEventListener(window,"resize",y),await nextTick$1(),y()}),{sliderWrapper:n}},useMarks=e=>computed(()=>e.marks?Object.keys(e.marks).map(Number.parseFloat).sort((y,n)=>y-n).filter(y=>y<=e.max&&y>=e.min).map(y=>({point:y,position:(y-e.min)*100/(e.max-e.min),mark:e.marks[y]})):[]),useSlide=(e,t,y)=>{const{form:n,formItem:k}=useFormItem(),L=shallowRef(),$=ref$1(),j=ref$1(),V={firstButton:$,secondButton:j},z=computed(()=>e.disabled||(n==null?void 0:n.disabled)||!1),re=computed(()=>Math.min(t.firstValue,t.secondValue)),ie=computed(()=>Math.max(t.firstValue,t.secondValue)),oe=computed(()=>e.range?`${100*(ie.value-re.value)/(e.max-e.min)}%`:`${100*(t.firstValue-e.min)/(e.max-e.min)}%`),ue=computed(()=>e.range?`${100*(re.value-e.min)/(e.max-e.min)}%`:"0%"),de=computed(()=>e.vertical?{height:e.height}:{}),pe=computed(()=>e.vertical?{height:oe.value,bottom:ue.value}:{width:oe.value,left:ue.value}),Ie=()=>{L.value&&(t.sliderSize=L.value[`client${e.vertical?"Height":"Width"}`])},_e=tr=>{const rr=e.min+tr*(e.max-e.min)/100;if(!e.range)return $;let ar;return Math.abs(re.value-rr)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)},Ue=async()=>{await nextTick$1(),y(CHANGE_EVENT,e.range?[re.value,ie.value]:e.modelValue)},kt=tr=>{var rr,ar,nr,ur,cr,_r;if(z.value||t.dragging)return;Ie();let hr=0;if(e.vertical){const Er=(nr=(ar=(rr=tr.touches)==null?void 0:rr.item(0))==null?void 0:ar.clientY)!=null?nr:tr.clientY;hr=(L.value.getBoundingClientRect().bottom-Er)/t.sliderSize*100}else{const Er=(_r=(cr=(ur=tr.touches)==null?void 0:ur.item(0))==null?void 0:cr.clientX)!=null?_r:tr.clientX,kr=L.value.getBoundingClientRect().left;hr=(Er-kr)/t.sliderSize*100}if(!(hr<0||hr>100))return Ce(hr)};return{elFormItem:k,slider:L,firstButton:$,secondButton:j,sliderDisabled:z,minValue:re,maxValue:ie,runwayStyle:de,barStyle:pe,resetSize:Ie,setPosition:Ce,emitChange:Ue,onSliderWrapperPrevent:tr=>{var rr,ar;((rr=V.firstButton.value)!=null&&rr.dragging||(ar=V.secondButton.value)!=null&&ar.dragging)&&tr.preventDefault()},onSliderClick:tr=>{kt(tr)&&Ue()},onSliderDown:async tr=>{const rr=kt(tr);rr&&(await nextTick$1(),rr.value.onButtonDown(tr))},onSliderMarkerDown:tr=>{z.value||t.dragging||Ce(tr)},setFirstValue: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}),Ue=()=>{t.hovering=!0,_e()},kt=()=>{t.hovering=!1,t.dragging||Ce()},Et=xr=>{n.value||(xr.preventDefault(),_r(xr),window.addEventListener("mousemove",hr),window.addEventListener("touchmove",hr),window.addEventListener("mouseup",Er),window.addEventListener("touchend",Er),window.addEventListener("contextmenu",Er),he.value.focus())},Ve=xr=>{n.value||(t.newPosition=Number.parseFloat(Ne.value)+xr/(L.value-k.value)*100,kr(t.newPosition),ie())},qe=()=>{Ve(-$.value)},jt=()=>{Ve($.value)},tr=()=>{Ve(-$.value*4)},rr=()=>{Ve($.value*4)},ar=()=>{n.value||(kr(0),ie())},nr=()=>{n.value||(kr(100),ie())},ur=xr=>{let yr=!0;[left,down].includes(xr.key)?qe():[right,up].includes(xr.key)?jt():xr.key===home?ar():xr.key===end?nr():xr.key===pageDown?tr():xr.key===pageUp?rr():yr=!1,yr&&xr.preventDefault()},cr=xr=>{let yr,vr;return xr.type.startsWith("touch")?(vr=xr.touches[0].clientY,yr=xr.touches[0].clientX):(vr=xr.clientY,yr=xr.clientX),{clientX:yr,clientY:vr}},_r=xr=>{t.dragging=!0,t.isClick=!0;const{clientX:yr,clientY:vr}=cr(xr);e.vertical?t.startY=vr:t.startX=yr,t.startPosition=Number.parseFloat(Ne.value),t.newPosition=t.startPosition},hr=xr=>{if(t.dragging){t.isClick=!1,_e(),oe();let yr;const{clientX:vr,clientY:Rr}=cr(xr);e.vertical?(t.currentY=Rr,yr=(t.startY-t.currentY)/z.value*100):(t.currentX=vr,yr=(t.currentX-t.startX)/z.value*100),t.newPosition=t.startPosition+yr,kr(t.newPosition)}},Er=()=>{t.dragging&&(setTimeout(()=>{t.dragging=!1,t.hovering||Ce(),t.isClick||kr(t.newPosition),ie()},0),window.removeEventListener("mousemove",hr),window.removeEventListener("touchmove",hr),window.removeEventListener("mouseup",Er),window.removeEventListener("touchend",Er),window.removeEventListener("contextmenu",Er))},kr=async xr=>{if(xr===null||Number.isNaN(+xr))return;xr<0?xr=0:xr>100&&(xr=100);const yr=100/((L.value-k.value)/$.value);let Rr=Math.round(xr/yr)*yr*(L.value-k.value)*.01+k.value;Rr=Number.parseFloat(Rr.toFixed(V.value)),Rr!==e.modelValue&&y(UPDATE_MODEL_EVENT,Rr),!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:Ue,handleMouseLeave:kt,onButtonDown:Et,onKeyDown:ur,setPosition:kr}},useStops=(e,t,y,n)=>({stops:computed(()=>{if(!e.showStops||e.min>e.max)return[];if(e.step===0)return[];const $=(e.max-e.min)/e.step,j=100*e.step/(e.max-e.min),V=Array.from({length:$-1}).map((z,re)=>(re+1)*j);return e.range?V.filter(z=>z<100*(y.value-e.min)/(e.max-e.min)||z>100*(n.value-e.min)/(e.max-e.min)):V.filter(z=>z>100*(t.firstValue-e.min)/(e.max-e.min))}),getStopStyle:$=>e.vertical?{bottom:`${$}%`}:{left:`${$}%`}}),useWatch=(e,t,y,n,k,L)=>{const $=z=>{k(UPDATE_MODEL_EVENT,z),k(INPUT_EVENT,z)},j=()=>e.range?![y.value,n.value].every((z,re)=>z===t.oldValue[re]):e.modelValue!==t.oldValue,V=()=>{var z,re;e.min>e.max&&throwError("Slider","min should not be greater than max.");const ie=e.modelValue;e.range&&Array.isArray(ie)?ie[1]e.max?$([e.max,e.max]):ie[0]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)&&(iee.max?$(e.max):(t.firstValue=ie,j()&&(e.validateEvent&&((re=L==null?void 0:L.validate)==null||re.call(L,"change").catch(oe=>void 0)),t.oldValue=ie)))};V(),watch(()=>t.dragging,z=>{z||V()}),watch(()=>e.modelValue,(z,re)=>{t.dragging||Array.isArray(z)&&Array.isArray(re)&&z.every((ie,oe)=>ie===re[oe])&&t.firstValue===z[0]&&t.secondValue===z[1]||V()},{deep:!0}),watch(()=>[e.min,e.max],()=>{V()})},sliderButtonProps=buildProps({modelValue:{type:Number,default:0},vertical:Boolean,tooltipClass:String,placement:{type:String,values:Ee,default:"top"}}),sliderButtonEmits={[UPDATE_MODEL_EVENT]:e=>isNumber$3(e)},__default__$B=defineComponent({name:"ElSliderButton"}),_sfc_main$17=defineComponent({...__default__$B,props:sliderButtonProps,emits:sliderButtonEmits,setup(e,{expose:t,emit:y}){const n=e,k=useNamespace("slider"),L=reactive({hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:0,oldValue:n.modelValue}),{disabled:$,button:j,tooltip:V,showTooltip:z,tooltipVisible:re,wrapperStyle:ie,formatValue:oe,handleMouseEnter:ue,handleMouseLeave:de,onButtonDown:pe,onKeyDown:Ie,setPosition:_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$17,[["__file","button.vue"]]);const sliderMarkerProps=buildProps({mark:{type:definePropType([String,Object]),default:void 0}});var SliderMarker=defineComponent({name:"ElSliderMarker",props:sliderMarkerProps,setup(e){const t=useNamespace("slider"),y=computed(()=>isString$3(e.mark)?e.mark:e.mark.label),n=computed(()=>isString$3(e.mark)?void 0:e.mark.style);return()=>h$1("div",{class:t.e("marks-text"),style:n.value},y.value)}});const __default__$A=defineComponent({name:"ElSlider"}),_sfc_main$16=defineComponent({...__default__$A,props:sliderProps,emits:sliderEmits,setup(e,{expose:t,emit:y}){const n=e,k=useNamespace("slider"),{t:L}=useLocale(),$=reactive({firstValue:0,secondValue:0,oldValue:0,dragging:!1,sliderSize:1}),{elFormItem:j,slider:V,firstButton:z,secondButton:re,sliderDisabled:ie,minValue:oe,maxValue:ue,runwayStyle:de,barStyle:pe,resetSize:Ie,emitChange:_e,onSliderWrapperPrevent:Ce,onSliderClick:he,onSliderDown:Ne,onSliderMarkerDown:Fe,setFirstValue:Ue,setSecondValue:kt}=useSlide(n,$,y),{stops:Et,getStopStyle:Ve}=useStops(n,$,oe,ue),{inputId:qe,isLabeledByFormItem:jt}=useFormItemInputId(n,{formItemContext:j}),tr=useFormSize(),rr=computed(()=>n.inputSize||tr.value),ar=computed(()=>n.ariaLabel||L("el.slider.defaultLabel",{min:n.min,max:n.max})),nr=computed(()=>n.range?n.rangeStartLabel||L("el.slider.defaultRangeStartLabel"):ar.value),ur=computed(()=>n.formatValueText?n.formatValueText(yr.value):`${yr.value}`),cr=computed(()=>n.rangeEndLabel||L("el.slider.defaultRangeEndLabel")),_r=computed(()=>n.formatValueText?n.formatValueText(vr.value):`${vr.value}`),hr=computed(()=>[k.b(),k.m(tr.value),k.is("vertical",n.vertical),{[k.m("with-input")]:n.showInput}]),Er=useMarks(n);useWatch(n,$,oe,ue,y,j);const kr=computed(()=>{const mr=[n.min,n.max,n.step].map(gr=>{const jr=`${gr}`.split(".")[1];return jr?jr.length:0});return Math.max.apply(null,mr)}),{sliderWrapper:xr}=useLifecycle(n,$,Ie),{firstValue:yr,secondValue:vr,sliderSize:Rr}=toRefs($),Br=mr=>{$.dragging=mr};return useEventListener(xr,"touchstart",Ce,{passive:!1}),useEventListener(xr,"touchmove",Ce,{passive:!1}),provide(sliderContextKey,{...toRefs(n),sliderSize:Rr,disabled:ie,precision:kr,emitChange:_e,resetSize:Ie,updateDragging:Br}),t({onSliderClick:he}),(mr,gr)=>{var jr,Hr;return openBlock(),createElementBlock("div",{id:mr.range?unref(qe):void 0,ref_key:"sliderWrapper",ref:xr,class:normalizeClass(unref(hr)),role:mr.range?"group":void 0,"aria-label":mr.range&&!unref(jt)?unref(ar):void 0,"aria-labelledby":mr.range&&unref(jt)?(jr=unref(j))==null?void 0:jr.labelId:void 0},[createBaseVNode("div",{ref_key:"slider",ref:V,class:normalizeClass([unref(k).e("runway"),{"show-input":mr.showInput&&!mr.range},unref(k).is("disabled",unref(ie))]),style:normalizeStyle(unref(de)),onMousedown:unref(Ne),onTouchstartPassive:unref(Ne)},[createBaseVNode("div",{class:normalizeClass(unref(k).e("bar")),style:normalizeStyle(unref(pe))},null,6),createVNode(SliderButton,{id:mr.range?void 0:unref(qe),ref_key:"firstButton",ref:z,"model-value":unref(yr),vertical:mr.vertical,"tooltip-class":mr.tooltipClass,placement:mr.placement,role:"slider","aria-label":mr.range||!unref(jt)?unref(nr):void 0,"aria-labelledby":!mr.range&&unref(jt)?(Hr=unref(j))==null?void 0:Hr.labelId:void 0,"aria-valuemin":mr.min,"aria-valuemax":mr.range?unref(vr):mr.max,"aria-valuenow":unref(yr),"aria-valuetext":unref(ur),"aria-orientation":mr.vertical?"vertical":"horizontal","aria-disabled":unref(ie),"onUpdate:modelValue":unref(Ue)},null,8,["id","model-value","vertical","tooltip-class","placement","aria-label","aria-labelledby","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"]),mr.range?(openBlock(),createBlock(SliderButton,{key:0,ref_key:"secondButton",ref:re,"model-value":unref(vr),vertical:mr.vertical,"tooltip-class":mr.tooltipClass,placement:mr.placement,role:"slider","aria-label":unref(cr),"aria-valuemin":unref(yr),"aria-valuemax":mr.max,"aria-valuenow":unref(vr),"aria-valuetext":unref(_r),"aria-orientation":mr.vertical?"vertical":"horizontal","aria-disabled":unref(ie),"onUpdate:modelValue":unref(kt)},null,8,["model-value","vertical","tooltip-class","placement","aria-label","aria-valuemin","aria-valuemax","aria-valuenow","aria-valuetext","aria-orientation","aria-disabled","onUpdate:modelValue"])):createCommentVNode("v-if",!0),mr.showStops?(openBlock(),createElementBlock("div",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Et),(Ur,zr)=>(openBlock(),createElementBlock("div",{key:zr,class:normalizeClass(unref(k).e("stop")),style:normalizeStyle(unref(Ve)(Ur))},null,6))),128))])):createCommentVNode("v-if",!0),unref(Er).length>0?(openBlock(),createElementBlock(Fragment,{key:2},[createBaseVNode("div",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Er),(Ur,zr)=>(openBlock(),createElementBlock("div",{key:zr,style:normalizeStyle(unref(Ve)(Ur.position)),class:normalizeClass([unref(k).e("stop"),unref(k).e("marks-stop")])},null,6))),128))]),createBaseVNode("div",{class:normalizeClass(unref(k).e("marks"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Er),(Ur,zr)=>(openBlock(),createBlock(unref(SliderMarker),{key:zr,mark:Ur.mark,style:normalizeStyle(unref(Ve)(Ur.position)),onMousedown:withModifiers(Sr=>unref(Fe)(Ur.position),["stop"])},null,8,["mark","style","onMousedown"]))),128))],2)],64)):createCommentVNode("v-if",!0)],46,["onMousedown","onTouchstartPassive"]),mr.showInput&&!mr.range?(openBlock(),createBlock(unref(ElInputNumber),{key:0,ref:"input","model-value":unref(yr),class:normalizeClass(unref(k).e("input")),step:mr.step,disabled:unref(ie),controls:mr.showInputControls,min:mr.min,max:mr.max,precision:unref(kr),debounce:mr.debounce,size:unref(rr),"onUpdate:modelValue":unref(Ue),onChange:unref(_e)},null,8,["model-value","class","step","disabled","controls","min","max","precision","debounce","size","onUpdate:modelValue","onChange"])):createCommentVNode("v-if",!0)],10,["id","role","aria-label","aria-labelledby"])}}});var Slider=_export_sfc$1(_sfc_main$16,[["__file","slider.vue"]]);const ElSlider=withInstall(Slider),spaceItemProps=buildProps({prefixCls:{type:String}}),SpaceItem=defineComponent({name:"ElSpaceItem",props:spaceItemProps,setup(e,{slots:t}){const y=useNamespace("space"),n=computed(()=>`${e.prefixCls||y.b()}__item`);return()=>h$1("div",{class:n.value},renderSlot(t,"default"))}}),SIZE_MAP={small:8,default:12,large:16};function useSpace(e){const t=useNamespace("space"),y=computed(()=>[t.b(),t.m(e.direction),e.class]),n=ref$1(0),k=ref$1(0),L=computed(()=>{const j=e.wrap||e.fill?{flexWrap:"wrap"}:{},V={alignItems:e.alignment},z={rowGap:`${k.value}px`,columnGap:`${n.value}px`};return[j,V,z,e.style]}),$=computed(()=>e.fill?{flexGrow:1,minWidth:`${e.fillRatio}%`}:{});return watchEffect(()=>{const{size:j="small",wrap:V,direction:z,fill:re}=e;if(isArray$2(j)){const[ie=0,oe=0]=j;n.value=ie,k.value=oe}else{let ie;isNumber$3(j)?ie=j:ie=SIZE_MAP[j||"small"]||SIZE_MAP.small,(V||re)&&z==="horizontal"?n.value=k.value=ie:z==="horizontal"?(n.value=ie,k.value=0):(k.value=ie,n.value=0)}}),{classes:y,containerStyle:L,itemStyle:$}}const spaceProps=buildProps({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},class:{type:definePropType([String,Object,Array]),default:""},style:{type:definePropType([String,Array,Object]),default:""},alignment:{type:definePropType(String),default:"center"},prefixCls:{type:String},spacer:{type:definePropType([Object,String,Number,Array]),default:null,validator:e=>isVNode(e)||isNumber$3(e)||isString$3(e)},wrap:Boolean,fill:Boolean,fillRatio:{type:Number,default:100},size:{type:[String,Array,Number],values:componentSizes,validator:e=>isNumber$3(e)||isArray$2(e)&&e.length===2&&e.every(isNumber$3)}}),Space=defineComponent({name:"ElSpace",props:spaceProps,setup(e,{slots:t}){const{classes:y,containerStyle:n,itemStyle:k}=useSpace(e);function L($,j="",V=[]){const{prefixCls:z}=e;return $.forEach((re,ie)=>{isFragment(re)?isArray$2(re.children)&&re.children.forEach((oe,ue)=>{isFragment(oe)&&isArray$2(oe.children)?L(oe.children,`${j+ue}-`,V):V.push(createVNode(SpaceItem,{style:k.value,prefixCls:z,key:`nested-${j+ue}`},{default:()=>[oe]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}):isValidElementNode(re)&&V.push(createVNode(SpaceItem,{style:k.value,prefixCls:z,key:`LoopKey${j+ie}`},{default:()=>[re]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}),V}return()=>{var $;const{spacer:j,direction:V}=e,z=renderSlot(t,"default",{key:0},()=>[]);if((($=z.children)!=null?$:[]).length===0)return null;if(isArray$2(z.children)){let re=L(z.children);if(j){const ie=re.length-1;re=re.reduce((oe,ue,de)=>{const pe=[...oe,ue];return de!==ie&&pe.push(createVNode("span",{style:[k.value,V==="vertical"?"width: 100%":null],key:de},[isVNode(j)?j:createTextVNode(j,PatchFlags.TEXT)],PatchFlags.STYLE)),pe},[])}return createVNode("div",{class:y.value,style:n.value},re,PatchFlags.STYLE|PatchFlags.CLASS)}return z.children}}}),ElSpace=withInstall(Space),statisticProps=buildProps({decimalSeparator:{type:String,default:"."},groupSeparator:{type:String,default:","},precision:{type:Number,default:0},formatter:Function,value:{type:definePropType([Number,Object]),default:0},prefix:String,suffix:String,title:String,valueStyle:{type:definePropType([String,Object,Array])}}),__default__$z=defineComponent({name:"ElStatistic"}),_sfc_main$15=defineComponent({...__default__$z,props:statisticProps,setup(e,{expose:t}){const y=e,n=useNamespace("statistic"),k=computed(()=>{const{value:L,formatter:$,precision:j,decimalSeparator:V,groupSeparator:z}=y;if(isFunction$4($))return $(L);if(!isNumber$3(L)||Number.isNaN(L))return L;let[re,ie=""]=String(L).split(".");return ie=ie.padEnd(j,"0").slice(0,j>0?j:0),re=re.replace(/\B(?=(\d{3})+(?!\d))/g,z),[re,ie].join(ie?V:"")});return t({displayValue:k}),(L,$)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[L.$slots.title||L.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("head"))},[renderSlot(L.$slots,"title",{},()=>[createTextVNode(toDisplayString(L.title),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(n).e("content"))},[L.$slots.prefix||L.prefix?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("prefix"))},[renderSlot(L.$slots,"prefix",{},()=>[createBaseVNode("span",null,toDisplayString(L.prefix),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{class:normalizeClass(unref(n).e("number")),style:normalizeStyle(L.valueStyle)},toDisplayString(unref(k)),7),L.$slots.suffix||L.suffix?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(n).e("suffix"))},[renderSlot(L.$slots,"suffix",{},()=>[createBaseVNode("span",null,toDisplayString(L.suffix),1)])],2)):createCommentVNode("v-if",!0)],2)],2))}});var Statistic=_export_sfc$1(_sfc_main$15,[["__file","statistic.vue"]]);const ElStatistic=withInstall(Statistic),countdownProps=buildProps({format:{type:String,default:"HH:mm:ss"},prefix:String,suffix:String,title:String,value:{type:definePropType([Number,Object]),default:0},valueStyle:{type:definePropType([String,Object,Array])}}),countdownEmits={finish:()=>!0,[CHANGE_EVENT]:e=>isNumber$3(e)},timeUnits=[["Y",1e3*60*60*24*365],["M",1e3*60*60*24*30],["D",1e3*60*60*24],["H",1e3*60*60],["m",1e3*60],["s",1e3],["S",1]],getTime=e=>isNumber$3(e)?new Date(e).getTime():e.valueOf(),formatTime$1=(e,t)=>{let y=e;const n=/\[([^\]]*)]/g;return timeUnits.reduce((L,[$,j])=>{const V=new RegExp(`${$}+(?![^\\[\\]]*\\])`,"g");if(V.test(L)){const z=Math.floor(y/j);return y-=z*j,L.replace(V,re=>String(z).padStart(re.length,"0"))}return L},t).replace(n,"$1")},__default__$y=defineComponent({name:"ElCountdown"}),_sfc_main$14=defineComponent({...__default__$y,props:countdownProps,emits:countdownEmits,setup(e,{expose:t,emit:y}){const n=e;let k;const L=ref$1(0),$=computed(()=>formatTime$1(L.value,n.format)),j=re=>formatTime$1(re,n.format),V=()=>{k&&(cAF(k),k=void 0)},z=()=>{const re=getTime(n.value),ie=()=>{let oe=re-Date.now();y("change",oe),oe<=0?(oe=0,V(),y("finish")):k=rAF(ie),L.value=oe};k=rAF(ie)};return onMounted(()=>{L.value=getTime(n.value)-Date.now(),watch(()=>[n.value,n.format],()=>{V(),z()},{immediate:!0})}),onBeforeUnmount(()=>{V()}),t({displayValue:$}),(re,ie)=>(openBlock(),createBlock(unref(ElStatistic),{value:L.value,title:re.title,prefix:re.prefix,suffix:re.suffix,"value-style":re.valueStyle,formatter:j},createSlots({_:2},[renderList(re.$slots,(oe,ue)=>({name:ue,fn:withCtx(()=>[renderSlot(re.$slots,ue)])}))]),1032,["value","title","prefix","suffix","value-style"]))}});var Countdown=_export_sfc$1(_sfc_main$14,[["__file","countdown.vue"]]);const ElCountdown=withInstall(Countdown),stepsProps=buildProps({space:{type:[Number,String],default:""},active:{type:Number,default:0},direction:{type:String,default:"horizontal",values:["horizontal","vertical"]},alignCenter:{type:Boolean},simple:{type:Boolean},finishStatus:{type:String,values:["wait","process","finish","error","success"],default:"finish"},processStatus:{type:String,values:["wait","process","finish","error","success"],default:"process"}}),stepsEmits={[CHANGE_EVENT]:(e,t)=>[e,t].every(isNumber$3)},__default__$x=defineComponent({name:"ElSteps"}),_sfc_main$13=defineComponent({...__default__$x,props:stepsProps,emits:stepsEmits,setup(e,{emit:t}){const y=e,n=useNamespace("steps"),{children:k,addChild:L,removeChild:$}=useOrderedChildren(getCurrentInstance(),"ElStep");return watch(k,()=>{k.value.forEach((j,V)=>{j.setIndex(V)})}),provide("ElSteps",{props:y,steps:k,addStep:L,removeStep:$}),watch(()=>y.active,(j,V)=>{t(CHANGE_EVENT,j,V)}),(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(j.simple?"simple":j.direction)])},[renderSlot(j.$slots,"default")],2))}});var Steps=_export_sfc$1(_sfc_main$13,[["__file","steps.vue"]]);const stepProps=buildProps({title:{type:String,default:""},icon:{type:iconPropType},description:{type:String,default:""},status:{type:String,values:["","wait","process","finish","error","success"],default:""}}),__default__$w=defineComponent({name:"ElStep"}),_sfc_main$12=defineComponent({...__default__$w,props:stepProps,setup(e){const t=e,y=useNamespace("step"),n=ref$1(-1),k=ref$1({}),L=ref$1(""),$=inject("ElSteps"),j=getCurrentInstance();onMounted(()=>{watch([()=>$.props.active,()=>$.props.processStatus,()=>$.props.finishStatus],([Ue])=>{Ne(Ue)},{immediate:!0})}),onBeforeUnmount(()=>{$.removeStep(Fe.uid)});const V=computed(()=>t.status||L.value),z=computed(()=>{const Ue=$.steps.value[n.value-1];return Ue?Ue.currentStatus:"wait"}),re=computed(()=>$.props.alignCenter),ie=computed(()=>$.props.direction==="vertical"),oe=computed(()=>$.props.simple),ue=computed(()=>$.steps.value.length),de=computed(()=>{var Ue;return((Ue=$.steps.value[ue.value-1])==null?void 0:Ue.uid)===(j==null?void 0:j.uid)}),pe=computed(()=>oe.value?"":$.props.space),Ie=computed(()=>[y.b(),y.is(oe.value?"simple":$.props.direction),y.is("flex",de.value&&!pe.value&&!re.value),y.is("center",re.value&&!ie.value&&!oe.value)]),_e=computed(()=>{const Ue={flexBasis:isNumber$3(pe.value)?`${pe.value}px`:pe.value?pe.value:`${100/(ue.value-(re.value?0:1))}%`};return ie.value||de.value&&(Ue.maxWidth=`${100/ue.value}%`),Ue}),Ce=Ue=>{n.value=Ue},he=Ue=>{const kt=Ue==="wait",Et={transitionDelay:`${kt?"-":""}${150*n.value}ms`},Ve=Ue===$.props.processStatus||kt?0:100;Et.borderWidth=Ve&&!oe.value?"1px":0,Et[$.props.direction==="vertical"?"height":"width"]=`${Ve}%`,k.value=Et},Ne=Ue=>{Ue>n.value?L.value=$.props.finishStatus:Ue===n.value&&z.value!=="error"?L.value=$.props.processStatus:L.value="wait";const kt=$.steps.value[n.value-1];kt&&kt.calcProgress(L.value)},Fe=reactive({uid:j.uid,currentStatus:V,setIndex:Ce,calcProgress:he});return $.addStep(Fe),(Ue,kt)=>(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(Ue.icon||Ue.$slots.icon?"icon":"text")])},[renderSlot(Ue.$slots,"icon",{},()=>[Ue.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon-inner"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ue.icon)))]),_:1},8,["class"])):unref(V)==="success"?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(y).e("icon-inner"),unref(y).is("status")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):unref(V)==="error"?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(y).e("icon-inner"),unref(y).is("status")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"])):unref(oe)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(unref(y).e("icon-inner"))},toDisplayString(n.value+1),3))])],2)],2),createCommentVNode(" title & description "),createBaseVNode("div",{class:normalizeClass(unref(y).e("main"))},[createBaseVNode("div",{class:normalizeClass([unref(y).e("title"),unref(y).is(unref(V))])},[renderSlot(Ue.$slots,"title",{},()=>[createTextVNode(toDisplayString(Ue.title),1)])],2),unref(oe)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("arrow"))},null,2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(y).e("description"),unref(y).is(unref(V))])},[renderSlot(Ue.$slots,"description",{},()=>[createTextVNode(toDisplayString(Ue.description),1)])],2))],2)],6))}});var Step=_export_sfc$1(_sfc_main$12,[["__file","item.vue"]]);const ElSteps=withInstall(Steps,{Step}),ElStep=withNoopInstall(Step),switchProps=buildProps({modelValue:{type:[Boolean,String,Number],default:!1},disabled:Boolean,loading:Boolean,size:{type:String,validator:isValidComponentSize},width:{type:[String,Number],default:""},inlinePrompt:Boolean,inactiveActionIcon:{type:iconPropType},activeActionIcon:{type:iconPropType},activeIcon:{type:iconPropType},inactiveIcon:{type:iconPropType},activeText:{type:String,default:""},inactiveText:{type:String,default:""},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{type:String,default:""},validateEvent:{type:Boolean,default:!0},beforeChange:{type:definePropType(Function)},id:String,tabindex:{type:[String,Number]},...useAriaProps(["ariaLabel"])}),switchEmits={[UPDATE_MODEL_EVENT]:e=>isBoolean$2(e)||isString$3(e)||isNumber$3(e),[CHANGE_EVENT]:e=>isBoolean$2(e)||isString$3(e)||isNumber$3(e),[INPUT_EVENT]:e=>isBoolean$2(e)||isString$3(e)||isNumber$3(e)},COMPONENT_NAME$8="ElSwitch",__default__$v=defineComponent({name:COMPONENT_NAME$8}),_sfc_main$11=defineComponent({...__default__$v,props:switchProps,emits:switchEmits,setup(e,{expose:t,emit:y}){const n=e,{formItem:k}=useFormItem(),L=useFormSize(),$=useNamespace("switch"),{inputId:j}=useFormItemInputId(n,{formItemContext:k}),V=useFormDisabled(computed(()=>n.loading)),z=ref$1(n.modelValue!==!1),re=ref$1(),ie=ref$1(),oe=computed(()=>[$.b(),$.m(L.value),$.is("disabled",V.value),$.is("checked",_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 Ue;re.value.checked=Fe,n.validateEvent&&((Ue=k==null?void 0:k.validate)==null||Ue.call(k,"change").catch(kt=>void 0))});const Ce=()=>{const Fe=_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 Ue=Fe();[isPromise(Ue),isBoolean$2(Ue)].includes(!0)||throwError(COMPONENT_NAME$8,"beforeChange must return type `Promise` or `boolean`"),isPromise(Ue)?Ue.then(Et=>{Et&&Ce()}).catch(Et=>{}):Ue&&Ce()},Ne=()=>{var Fe,Ue;(Ue=(Fe=re.value)==null?void 0:Fe.focus)==null||Ue.call(Fe)};return onMounted(()=>{re.value.checked=_e.value}),t({focus:Ne,checked:_e}),(Fe,Ue)=>(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$11,[["__file","switch.vue"]]);const ElSwitch=withInstall(Switch),getCell=function(e){var t;return(t=e.target)==null?void 0:t.closest("td")},orderBy=function(e,t,y,n,k){if(!t&&!n&&(!k||Array.isArray(k)&&!k.length))return e;typeof y=="string"?y=y==="descending"?-1:1:y=y&&y<0?-1:1;const L=n?null:function(j,V){return k?(Array.isArray(k)||(k=[k]),k.map(z=>typeof z=="string"?get(j,z):z(j,V,e))):(t!=="$key"&&isObject$4(j)&&"$value"in j&&(j=j.$value),[isObject$4(j)?get(j,t):j])},$=function(j,V){if(n)return n(j.value,V.value);for(let z=0,re=j.key.length;zV.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{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=$.length-y.states.rightFixedLeafColumnsLength.value&&(j="right");break;default:L=$.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 Ue={children:[]};L.value[Fe].forEach(kt=>{const Et=getRowIdentity(kt,Ce);Ue.children.push(Et),kt[$.value]&&!Ne[Et]&&(Ne[Et]={children:[]})}),Ne[Fe]=Ue}}),Ne}),oe=Ce=>{const he=e.rowKey.value,Ne={};return walkTreeNode(Ce,(Fe,Ue,kt)=>{const Et=getRowIdentity(Fe,he);Array.isArray(Ue)?Ne[Et]={children:Ue.map(Ve=>getRowIdentity(Ve,he)),level:kt}:k.value&&(Ne[Et]={children:[],lazy:!0,level:kt})},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,Ue=ie.value,kt=Object.keys(Fe),Et={};if(kt.length){const Ve=unref(y),qe=[],jt=(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)}};kt.forEach(rr=>{const ar=Ve[rr],nr={...Fe[rr]};if(nr.expanded=jt(ar,rr),nr.lazy){const{loaded:ur=!1,loading:cr=!1}=ar||{};nr.loaded=!!ur,nr.loading=!!cr,qe.push(rr)}Et[rr]=nr});const tr=Object.keys(Ue);k.value&&tr.length&&qe.length&&tr.forEach(rr=>{const ar=Ve[rr],nr=Ue[rr].children;if(qe.includes(rr)){if(Et[rr].children.length!==0)throw new Error("[ElTable]children must be an empty array.");Et[rr].children=nr}else{const{loaded:ur=!1,loading:cr=!1}=ar||{};Et[rr]={lazy:!0,loaded:!!ur,loading:!!cr,expanded:jt(ar,rr),children:nr,level:""}}})}y.value=Et,(Ne=z.store)==null||Ne.updateTableScrollY()};watch(()=>t.value,()=>{ue(!0)}),watch(()=>re.value,()=>{ue()}),watch(()=>ie.value,()=>{ue()});const de=Ce=>{t.value=Ce,ue()},pe=(Ce,he)=>{z.store.assertRowKey();const Ne=e.rowKey.value,Fe=getRowIdentity(Ce,Ne),Ue=Fe&&y.value[Fe];if(Fe&&Ue&&"expanded"in Ue){const kt=Ue.expanded;he=typeof he>"u"?!Ue.expanded:he,y.value[Fe].expanded=he,kt!==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,Ue=>{if(!Array.isArray(Ue))throw new TypeError("[ElTable] data must be an array");y.value[he].loading=!1,y.value[he].loaded=!0,y.value[he].expanded=!0,Ue.length&&(L.value[he]=Ue),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),Ue=ref$1(!1),kt=ref$1(null),Et=ref$1({}),Ve=ref$1(null),qe=ref$1(null),jt=ref$1(null),tr=ref$1(null),rr=ref$1(null);watch(k,()=>t.state&&cr(!1),{deep:!0});const ar=()=>{if(!n.value)throw new Error("[ElTable] prop row-key is required")},nr=Kn=>{var Gr;(Gr=Kn.children)==null||Gr.forEach(Ar=>{Ar.fixed=Kn.fixed,nr(Ar)})},ur=()=>{j.value.forEach(kn=>{nr(kn)}),re.value=j.value.filter(kn=>kn.fixed===!0||kn.fixed==="left"),ie.value=j.value.filter(kn=>kn.fixed==="right"),re.value.length>0&&j.value[0]&&j.value[0].type==="selection"&&!j.value[0].fixed&&(j.value[0].fixed=!0,re.value.unshift(j.value[0]));const Kn=j.value.filter(kn=>!kn.fixed);V.value=[].concat(re.value).concat(Kn).concat(ie.value);const Gr=doFlattenColumns(Kn),Ar=doFlattenColumns(re.value),On=doFlattenColumns(ie.value);Ie.value=Gr.length,_e.value=Ar.length,Ce.value=On.length,z.value=[].concat(Ar).concat(Gr).concat(On),$.value=re.value.length>0||ie.value.length>0},cr=(Kn,Gr=!1)=>{Kn&&ur(),Gr?t.state.doLayout():t.state.debouncedUpdateLayout()},_r=Kn=>Ne.value.includes(Kn),hr=()=>{he.value=!1;const Kn=Ne.value;Ne.value=[],Kn.length&&t.emit("selection-change",[])},Er=()=>{let Kn;if(n.value){Kn=[];const Gr=getKeysMap(Ne.value,n.value),Ar=getKeysMap(k.value,n.value);for(const On in Gr)hasOwn$1(Gr,On)&&!Ar[On]&&Kn.push(Gr[On].row)}else Kn=Ne.value.filter(Gr=>!k.value.includes(Gr));if(Kn.length){const Gr=Ne.value.filter(Ar=>!Kn.includes(Ar));Ne.value=Gr,t.emit("selection-change",Gr.slice())}},kr=()=>(Ne.value||[]).slice(),xr=(Kn,Gr,Ar=!0)=>{var On,kn,Sa,sa;const qa={children:(kn=(On=t==null?void 0:t.store)==null?void 0:On.states)==null?void 0:kn.childrenColumnName.value,checkStrictly:(sa=(Sa=t==null?void 0:t.store)==null?void 0:Sa.states)==null?void 0:sa.checkStrictly.value};if(toggleRowStatus(Ne.value,Kn,Gr,qa,kt.value)){const Hi=(Ne.value||[]).slice();Ar&&t.emit("select",Hi,Kn),t.emit("selection-change",Hi)}},yr=()=>{var Kn,Gr;const Ar=Ue.value?!he.value:!(he.value||Ne.value.length);he.value=Ar;let On=!1,kn=0;const Sa=(Gr=(Kn=t==null?void 0:t.store)==null?void 0:Kn.states)==null?void 0:Gr.rowKey.value,{childrenColumnName:sa}=t.store.states,qa={children:sa.value,checkStrictly:!1};k.value.forEach((To,Hi)=>{const na=Hi+kn;toggleRowStatus(Ne.value,To,Ar,qa,kt.value,na)&&(On=!0),kn+=Br(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(Gr=>{const Ar=getRowIdentity(Gr,n.value),On=Kn[Ar];On&&(Ne.value[On.index]=Gr)})},Rr=()=>{var Kn;if(((Kn=k.value)==null?void 0:Kn.length)===0){he.value=!1;return}const{childrenColumnName:Gr}=t.store.states,Ar=n.value?getKeysMap(Ne.value,n.value):void 0;let On=0,kn=0;const Sa=To=>Ar?!!Ar[getRowIdentity(To,n.value)]:Ne.value.includes(To),sa=To=>{var Hi;for(const na of To){const Ma=kt.value&&kt.value.call(null,na,On);if(Sa(na))kn++;else if(!kt.value||Ma)return!1;if(On++,(Hi=na[Gr.value])!=null&&Hi.length&&!sa(na[Gr.value]))return!1}return!0},qa=sa(k.value||[]);he.value=kn===0?!1:qa},Br=Kn=>{var Gr;if(!t||!t.store)return 0;const{treeData:Ar}=t.store.states;let On=0;const kn=(Gr=Ar.value[Kn])==null?void 0:Gr.children;return kn&&(On+=kn.length,kn.forEach(Sa=>{On+=Br(Sa)})),On},mr=(Kn,Gr)=>{Array.isArray(Kn)||(Kn=[Kn]);const Ar={};return Kn.forEach(On=>{Et.value[On.id]=Gr,Ar[On.columnKey||On.id]=Gr}),Ar},gr=(Kn,Gr,Ar)=>{qe.value&&qe.value!==Kn&&(qe.value.order=null),qe.value=Kn,jt.value=Gr,tr.value=Ar},jr=()=>{let Kn=unref(L);Object.keys(Et.value).forEach(Gr=>{const Ar=Et.value[Gr];if(!Ar||Ar.length===0)return;const On=getColumnById({columns:z.value},Gr);On&&On.filterMethod&&(Kn=Kn.filter(kn=>Ar.some(Sa=>On.filterMethod.call(null,Sa,kn,On))))}),Ve.value=Kn},Hr=()=>{k.value=sortData(Ve.value,{sortingColumn:qe.value,sortProp:jt.value,sortOrder:tr.value})},Ur=(Kn=void 0)=>{Kn&&Kn.filter||jr(),Hr()},zr=Kn=>{const{tableHeaderRef:Gr}=t.refs;if(!Gr)return;const Ar=Object.assign({},Gr.filterPanels),On=Object.keys(Ar);if(On.length)if(typeof Kn=="string"&&(Kn=[Kn]),Array.isArray(Kn)){const kn=Kn.map(Sa=>getColumnByKey({columns:z.value},Sa));On.forEach(Sa=>{const sa=kn.find(qa=>qa.id===Sa);sa&&(sa.filteredValue=[])}),t.store.commit("filterChange",{column:kn,values:[],silent:!0,multi:!0})}else On.forEach(kn=>{const Sa=z.value.find(sa=>sa.id===kn);Sa&&(Sa.filteredValue=[])}),Et.value={},t.store.commit("filterChange",{column:{},values:[],silent:!0})},Sr=()=>{qe.value&&(gr(null,null,null),t.store.commit("changeSortCondition",{silent:!0}))},{setExpandRowKeys:Tr,toggleRowExpansion:Mr,updateExpandRows:br,states:Cr,isRowExpanded:Ir}=useExpand({data:k,rowKey:n}),{updateTreeExpandKeys:Dr,toggleTreeExpansion:Kr,updateTreeData:Wr,loadOrToggle:Nr,states:Fr}=useTree$2({data:k,rowKey:n}),{updateCurrentRowData:Qr,updateCurrentRow:ca,setCurrentRowKey:Po,states:Wa}=useCurrent({data:k,rowKey:n});return{assertRowKey:ar,updateColumns:ur,scheduleLayout:cr,isSelected:_r,clearSelection:hr,cleanSelection:Er,getSelectionRows:kr,toggleRowSelection:xr,_toggleAllSelection:yr,toggleAllSelection:null,updateSelectionByRowKey:vr,updateAllSelected:Rr,updateFilters:mr,updateCurrentRow:ca,updateSort:gr,execFilter:jr,execSort:Hr,execQuery:Ur,clearFilter:zr,clearSort:Sr,toggleRowExpansion:Mr,setExpandRowKeysAdapter:Kn=>{Tr(Kn),Dr(Kn)},setCurrentRowKey:Po,toggleRowExpansionAdapter:(Kn,Gr)=>{z.value.some(({type:On})=>On==="expand")?Mr(Kn,Gr):Kr(Kn,Gr)},isRowExpanded:Ir,updateExpandRows:br,updateCurrentRowData:Qr,loadOrToggle:Nr,updateTreeData:Wr,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:Ue,selectable:kt,filters:Et,filteredData:Ve,sortingColumn:qe,sortProp:jt,sortOrder:tr,hoverRow:rr,...Cr,...Fr,...Wa}}}function replaceColumn(e,t){return e.map(y=>{var n;return y.id===t.id?t:((n=y.children)!=null&&n.length&&(y.children=replaceColumn(y.children,t)),y)})}function sortColumn(e){e.forEach(t=>{var y,n;t.no=(y=t.getColumnIndex)==null?void 0:y.call(t),(n=t.children)!=null&&n.length&&sortColumn(t.children)}),e.sort((t,y)=>t.no-y.no)}function useStore$1(){const e=getCurrentInstance(),t=useWatcher$1();return{ns:useNamespace("table"),...t,mutations:{setData($,j){const V=unref($._data)!==j;$.data.value=j,$._data.value=j,e.store.execQuery(),e.store.updateCurrentRowData(),e.store.updateExpandRows(),e.store.updateTreeData(e.store.states.defaultExpandAll.value),unref($.reserveSelection)?(e.store.assertRowKey(),e.store.updateSelectionByRowKey()):V?e.store.clearSelection():e.store.cleanSelection(),e.store.updateAllSelected(),e.$ready&&e.store.scheduleLayout()},insertColumn($,j,V,z){const re=unref($._columns);let ie=[];V?(V&&!V.children&&(V.children=[]),V.children.push(j),ie=replaceColumn(re,V)):(re.push(j),ie=re),sortColumn(ie),$._columns.value=ie,$.updateOrderFns.push(z),j.type==="selection"&&($.selectable.value=j.selectable,$.reserveSelection.value=j.reserveSelection),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},updateColumnOrder($,j){var V;((V=j.getColumnIndex)==null?void 0:V.call(j))!==j.no&&(sortColumn($._columns.value),e.$ready&&e.store.updateColumns())},removeColumn($,j,V,z){const re=unref($._columns)||[];if(V)V.children.splice(V.children.findIndex(oe=>oe.id===j.id),1),nextTick$1(()=>{var oe;((oe=V.children)==null?void 0:oe.length)===0&&delete V.children}),$._columns.value=replaceColumn(re,V);else{const oe=re.indexOf(j);oe>-1&&(re.splice(oe,1),$._columns.value=re)}const ie=$.updateOrderFns.indexOf(z);ie>-1&&$.updateOrderFns.splice(ie,1),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},sort($,j){const{prop:V,order:z,init:re}=j;if(V){const ie=unref($.columns).find(oe=>oe.property===V);ie&&(ie.order=z,e.store.updateSort(ie,V,z),e.store.commit("changeSortCondition",{init:re}))}},changeSortCondition($,j){const{sortingColumn:V,sortProp:z,sortOrder:re}=$,ie=unref(V),oe=unref(z),ue=unref(re);ue===null&&($.sortingColumn.value=null,$.sortProp.value=null);const de={filter:!0};e.store.execQuery(de),(!j||!(j.silent||j.init))&&e.emit("sort-change",{column:ie,prop:oe,order:ue}),e.store.updateTableScrollY()},filterChange($,j){const{column:V,values:z,silent:re}=j,ie=e.store.updateFilters(V,z);e.store.execQuery(),re||e.emit("filter-change",ie),e.store.updateTableScrollY()},toggleAllSelection(){e.store.toggleAllSelection()},rowSelectedChanged($,j){e.store.toggleRowSelection(j),e.store.updateAllSelected()},setHoverRow($,j){$.hoverRow.value=j},setCurrentRow($,j){e.store.updateCurrentRow(j)}},commit:function($,...j){const V=e.store.mutations;if(V[$])V[$].apply(e,[e.store.states].concat(j));else throw new Error(`Action not found: ${$}`)},updateTableScrollY:function(){nextTick$1(()=>e.layout.updateScrollY.apply(e.layout))}}}const InitialStateMap={rowKey:"rowKey",defaultExpandAll:"defaultExpandAll",selectOnIndeterminate:"selectOnIndeterminate",indent:"indent",lazy:"lazy",data:"data","treeProps.hasChildren":{key:"lazyColumnIdentifier",default:"hasChildren"},"treeProps.children":{key:"childrenColumnName",default:"children"},"treeProps.checkStrictly":{key:"checkStrictly",default:!1}};function createStore(e,t){if(!e)throw new Error("Table is required.");const y=useStore$1();return y.toggleAllSelection=debounce(y._toggleAllSelection,10),Object.keys(InitialStateMap).forEach(n=>{handleValue(getArrKeysValue(t,n),n,y)}),proxyTableProps(y,t),y}function proxyTableProps(e,t){Object.keys(InitialStateMap).forEach(y=>{watch(()=>getArrKeysValue(t,y),n=>{handleValue(n,y,e)})})}function handleValue(e,t,y){let n=e,k=InitialStateMap[t];typeof InitialStateMap[t]=="object"&&(k=k.key,n=n||InitialStateMap[t].default),y.states[k].value=n}function getArrKeysValue(e,t){if(t.includes(".")){const y=t.split(".");let n=e;return y.forEach(k=>{n=n[k]}),n}else return e[t]}class TableLayout{constructor(t){this.observers=[],this.table=null,this.store=null,this.columns=[],this.fit=!0,this.showHeader=!0,this.height=ref$1(null),this.scrollX=ref$1(!1),this.scrollY=ref$1(!1),this.bodyWidth=ref$1(null),this.fixedWidth=ref$1(null),this.rightFixedWidth=ref$1(null),this.gutterWidth=0;for(const y in t)hasOwn$1(t,y)&&(isRef(this[y])?this[y].value=t[y]:this[y]=t[y]);if(!this.table)throw new Error("Table is required for Table Layout");if(!this.store)throw new Error("Store is required for Table Layout")}updateScrollY(){if(this.height.value===null)return!1;const y=this.table.refs.scrollBarRef;if(this.table.vnode.el&&(y!=null&&y.wrapRef)){let n=!0;const k=this.scrollY.value;return n=y.wrapRef.scrollHeight>y.wrapRef.clientHeight,this.scrollY.value=n,k!==n}return!1}setHeight(t,y="height"){if(!isClient)return;const n=this.table.vnode.el;if(t=parseHeight(t),this.height.value=Number(t),!n&&(t||t===0))return nextTick$1(()=>this.setHeight(t,y));typeof t=="number"?(n.style[y]=`${t}px`,this.updateElsHeight()):typeof t=="string"&&(n.style[y]=t,this.updateElsHeight())}setMaxHeight(t){this.setHeight(t,"max-height")}getFlattenColumns(){const t=[];return this.table.store.states.columns.value.forEach(n=>{n.isColumnGroup?t.push.apply(t,n.columns):t.push(n)}),t}updateElsHeight(){this.updateScrollY(),this.notifyObservers("scrollable")}headerDisplayNone(t){if(!t)return!0;let y=t;for(;y.tagName!=="DIV";){if(getComputedStyle(y).display==="none")return!0;y=y.parentElement}return!1}updateColumnsWidth(){if(!isClient)return;const t=this.fit,y=this.table.vnode.el.clientWidth;let n=0;const k=this.getFlattenColumns(),L=k.filter(V=>typeof V.width!="number");if(k.forEach(V=>{typeof V.width=="number"&&V.realWidth&&(V.realWidth=null)}),L.length>0&&t){if(k.forEach(V=>{n+=Number(V.width||V.minWidth||80)}),n<=y){this.scrollX.value=!1;const V=y-n;if(L.length===1)L[0].realWidth=Number(L[0].minWidth||80)+V;else{const z=L.reduce((oe,ue)=>oe+Number(ue.minWidth||80),0),re=V/z;let ie=0;L.forEach((oe,ue)=>{if(ue===0)return;const de=Math.floor(Number(oe.minWidth||80)*re);ie+=de,oe.realWidth=Number(oe.minWidth||80)+de}),L[0].realWidth=Number(L[0].minWidth||80)+V-ie}}else this.scrollX.value=!0,L.forEach(V=>{V.realWidth=Number(V.minWidth)});this.bodyWidth.value=Math.max(n,y),this.table.state.resizeState.value.width=this.bodyWidth.value}else k.forEach(V=>{!V.width&&!V.minWidth?V.realWidth=80:V.realWidth=Number(V.width||V.minWidth),n+=V.realWidth}),this.scrollX.value=n>y,this.bodyWidth.value=n;const $=this.store.states.fixedColumns.value;if($.length>0){let V=0;$.forEach(z=>{V+=Number(z.realWidth||z.width)}),this.fixedWidth.value=V}const j=this.store.states.rightFixedColumns.value;if(j.length>0){let V=0;j.forEach(z=>{V+=Number(z.realWidth||z.width)}),this.rightFixedWidth.value=V}this.notifyObservers("columns")}addObserver(t){this.observers.push(t)}removeObserver(t){const y=this.observers.indexOf(t);y!==-1&&this.observers.splice(y,1)}notifyObservers(t){this.observers.forEach(n=>{var k,L;switch(t){case"columns":(k=n.state)==null||k.onColumnsChange(this);break;case"scrollable":(L=n.state)==null||L.onScrollableChange(this);break;default:throw new Error(`Table Layout don't have event ${t}.`)}})}}const{CheckboxGroup:ElCheckboxGroup}=ElCheckbox,_sfc_main$10=defineComponent({name:"ElTableFilterPanel",components:{ElCheckbox,ElCheckboxGroup,ElScrollbar,ElTooltip,ElIcon,ArrowDown:arrow_down_default,ArrowUp:arrow_up_default},directives:{ClickOutside},props:{placement:{type:String,default:"bottom-start"},store:{type:Object},column:{type:Object},upDataColumn:{type:Function}},setup(e){const t=getCurrentInstance(),{t:y}=useLocale(),n=useNamespace("table-filter"),k=t==null?void 0:t.parent;k.filterPanels.value[e.column.id]||(k.filterPanels.value[e.column.id]=t);const L=ref$1(!1),$=ref$1(null),j=computed(()=>e.column&&e.column.filters),V=computed(()=>e.column.filterClassName?`${n.b()} ${e.column.filterClassName}`:n.b()),z=computed({get:()=>{var Fe;return(((Fe=e.column)==null?void 0:Fe.filteredValue)||[])[0]},set:Fe=>{re.value&&(typeof Fe<"u"&&Fe!==null?re.value.splice(0,1,Fe):re.value.splice(0,1))}}),re=computed({get(){return e.column?e.column.filteredValue||[]:[]},set(Fe){e.column&&e.upDataColumn("filteredValue",Fe)}}),ie=computed(()=>e.column?e.column.filterMultiple:!0),oe=Fe=>Fe.value===z.value,ue=()=>{L.value=!1},de=Fe=>{Fe.stopPropagation(),L.value=!L.value},pe=()=>{L.value=!1},Ie=()=>{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,Ue;return(Ue=(Fe=$.value)==null?void 0:Fe.popperRef)==null?void 0:Ue.contentRef});return{tooltipVisible:L,multiple:ie,filterClassName:V,filteredValue:re,filterValue:z,filters:j,handleConfirm:Ie,handleReset:_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$10,[["render",_sfc_render$4],["__file","filter-panel.vue"]]);function useLayoutObserver(e){const t=getCurrentInstance();onBeforeMount(()=>{y.value.addObserver(t)}),onMounted(()=>{n(y.value),k(y.value)}),onUpdated(()=>{n(y.value),k(y.value)}),onUnmounted(()=>{y.value.removeObserver(t)});const y=computed(()=>{const L=e.layout;if(!L)throw new Error("Can not find table layout.");return L}),n=L=>{var $;const j=(($=e.vnode.el)==null?void 0:$.querySelectorAll("colgroup > col"))||[];if(!j.length)return;const V=L.getFlattenColumns(),z={};V.forEach(re=>{z[re.id]=re});for(let re=0,ie=j.length;re{var $,j;const V=(($=e.vnode.el)==null?void 0:$.querySelectorAll("colgroup > col[name=gutter]"))||[];for(let re=0,ie=V.length;re{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(),Ue=Fe.left-he+30;addClass(Ne,"noclick"),z.value={startMouseLeft:pe.clientX,startLeft:Fe.right-he,startColumnLeft:Fe.left-he,tableLeft:he};const kt=_e==null?void 0:_e.refs.resizeProxy;kt.style.left=`${z.value.startLeft}px`,document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};const Et=qe=>{const jt=qe.clientX-z.value.startMouseLeft,tr=z.value.startLeft+jt;kt.style.left=`${Math.max(Ue,tr)}px`},Ve=()=>{if(V.value){const{startColumnLeft:qe,startLeft:jt}=z.value,rr=Number.parseInt(kt.style.left,10)-qe;Ie.width=Ie.realWidth=rr,_e==null||_e.emit("header-dragend",Ie.width,jt-qe,Ie,pe),requestAnimationFrame(()=>{e.store.scheduleLayout(!1,!0)}),document.body.style.cursor="",V.value=!1,j.value=null,z.value={},t("set-drag-visible",!1)}document.removeEventListener("mousemove",Et),document.removeEventListener("mouseup",Ve),document.onselectstart=null,document.ondragstart=null,setTimeout(()=>{removeClass(Ne,"noclick")},0)};document.addEventListener("mousemove",Et),document.addEventListener("mouseup",Ve)}},ie=(pe,Ie)=>{if(Ie.children&&Ie.children.length>0)return;const _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 Ue=e.store.states;let kt=Ue.sortProp.value,Et;const Ve=Ue.sortingColumn.value;(Ve!==Ie||Ve===Ie&&Ve.order===null)&&(Ve&&(Ve.order=null),Ue.sortingColumn.value=Ie,kt=Ie.property),he?Et=Ie.order=he:Et=Ie.order=null,Ue.sortProp.value=kt,Ue.sortOrder.value=Et,n==null||n.store.commit("changeSortCondition")};return{handleHeaderClick:L,handleHeaderContextMenu:$,handleMouseDown:re,handleMouseMove:ie,handleMouseOut:oe,handleSortClick:de,handleFilterClick:k}}function useStyle$2(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table");return{getHeaderRowStyle:j=>{const V=t==null?void 0:t.props.headerRowStyle;return typeof V=="function"?V.call(null,{rowIndex:j}):V},getHeaderRowClass:j=>{const V=[],z=t==null?void 0:t.props.headerRowClassName;return typeof z=="string"?V.push(z):typeof z=="function"&&V.push(z.call(null,{rowIndex:j})),V.join(" ")},getHeaderCellStyle:(j,V,z,re)=>{var ie;let oe=(ie=t==null?void 0:t.props.headerCellStyle)!=null?ie:{};typeof oe=="function"&&(oe=oe.call(null,{rowIndex:j,columnIndex:V,row:z,column:re}));const ue=getFixedColumnOffset(V,re.fixed,e.store,z);return ensurePosition(ue,"left"),ensurePosition(ue,"right"),Object.assign({},oe,ue)},getHeaderCellClass:(j,V,z,re)=>{const ie=getFixedColumnsClass(y.b(),V,re.fixed,e.store,z),oe=[re.id,re.order,re.headerAlign,re.className,re.labelClassName,...ie];re.children||oe.push("is-leaf"),re.sortable&&oe.push("is-sortable");const ue=t==null?void 0:t.props.headerCellClassName;return typeof ue=="string"?oe.push(ue):typeof ue=="function"&&oe.push(ue.call(null,{rowIndex:j,columnIndex:V,row:z,column:re})),oe.push(y.e("cell")),oe.filter(de=>!!de).join(" ")}}}const getAllColumns=e=>{const t=[];return e.forEach(y=>{y.children?(t.push(y),t.push.apply(t,getAllColumns(y.children))):t.push(y)}),t},convertToRows=e=>{let t=1;const y=(L,$)=>{if($&&(L.level=$.level+1,t{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{L.children?(L.rowSpan=1,L.children.forEach($=>$.isSubColumn=!0)):L.rowSpan=t-L.level+1,n[L.level-1].push(L)}),n};function useUtils$1(e){const t=inject(TABLE_INJECTION_KEY),y=computed(()=>convertToRows(e.store.states.originColumns.value));return{isGroup:computed(()=>{const L=y.value.length>1;return L&&t&&(t.state.isGroup.value=!0),L}),toggleAllSelection:L=>{L.stopPropagation(),t==null||t.store.commit("toggleAllSelection")},columnRows:y}}var TableHeader=defineComponent({name:"ElTableHeader",components:{ElCheckbox},props:{fixed:{type:String,default:""},store:{required:!0,type:Object},border:Boolean,defaultSort:{type:Object,default:()=>({prop:"",order:""})}},setup(e,{emit:t}){const y=getCurrentInstance(),n=inject(TABLE_INJECTION_KEY),k=useNamespace("table"),L=ref$1({}),{onColumnsChange:$,onScrollableChange:j}=useLayoutObserver(n);onMounted(async()=>{await nextTick$1(),await nextTick$1();const{prop:Ue,order:kt}=e.defaultSort;n==null||n.store.commit("sort",{prop:Ue,order:kt,init:!0})});const{handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:ie,handleMouseOut:oe,handleSortClick:ue,handleFilterClick:de}=useEvent(e,t),{getHeaderRowStyle:pe,getHeaderRowClass:Ie,getHeaderCellStyle:_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 _r=Ce.hoverState={cell:he,column:cr,row:pe};Ce==null||Ce.emit("cell-mouse-enter",_r.row,_r.column,_r.cell,de)}if(!Ie)return;const Fe=de.target.querySelector(".cell");if(!(hasClass(Fe,`${Ne}-tooltip`)&&Fe.childNodes.length))return;const Ue=document.createRange();Ue.setStart(Fe,0),Ue.setEnd(Fe,Fe.childNodes.length);const{width:kt,height:Et}=Ue.getBoundingClientRect(),{width:Ve,height:qe}=Fe.getBoundingClientRect(),{top:jt,left:tr,right:rr,bottom:ar}=re(Fe),nr=tr+rr,ur=jt+ar;(isGreaterThan(kt+nr,Ve)||isGreaterThan(Et+ur,qe)||isGreaterThan(Fe.scrollWidth,Ve))&&createTablePopper(Ie,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:kt})=>kt==="default")),he=(kt,Et)=>{const Ve=t.props.rowKey;return Ve?getRowIdentity(kt,Ve):Et},Ne=(kt,Et,Ve,qe=!1)=>{const{tooltipEffect:jt,tooltipOptions:tr,store:rr}=e,{indent:ar,columns:nr}=rr.states,ur=ue(kt,Et);let cr=!0;return Ve&&(ur.push(y.em("row",`level-${Ve.level}`)),cr=Ve.display),h$1("tr",{style:[cr?null:{display:"none"},oe(kt,Et)],class:ur,key:he(kt,Et),onDblclick:hr=>n(hr,kt),onClick:hr=>k(hr,kt),onContextmenu:hr=>L(hr,kt),onMouseenter:()=>$(Et),onMouseleave:j},nr.value.map((hr,Er)=>{const{rowspan:kr,colspan:xr}=Ie(kt,hr,Et,Er);if(!kr||!xr)return null;const yr=Object.assign({},hr);yr.realWidth=_e(nr.value,xr,Er);const vr={store:e.store,_self:e.context||t,column:yr,row:kt,$index:Et,cellIndex:Er,expanded:qe};Er===Ce.value&&Ve&&(vr.treeNode={indent:Ve.level*ar.value,level:Ve.level},typeof Ve.expanded=="boolean"&&(vr.treeNode.expanded=Ve.expanded,"loading"in Ve&&(vr.treeNode.loading=Ve.loading),"noLazyChildren"in Ve&&(vr.treeNode.noLazyChildren=Ve.noLazyChildren)));const Rr=`${he(kt,Et)},${Er}`,Br=yr.columnKey||yr.rawColumnKey||"",mr=Fe(Er,hr,vr),gr=hr.showOverflowTooltip&&merge$1({effect:jt},tr,hr.showOverflowTooltip);return h$1("td",{style:de(Et,Er,kt,hr),class:pe(Et,Er,kt,hr,xr-1),key:`${Br}${Rr}`,rowspan:kr,colspan:xr,onMouseenter:jr=>V(jr,kt,gr),onMouseleave:z},[mr])}))},Fe=(kt,Et,Ve)=>Et.renderCell(Ve);return{wrappedRowRender:(kt,Et)=>{const Ve=e.store,{isRowExpanded:qe,assertRowKey:jt}=Ve,{treeData:tr,lazyTreeNodeMap:rr,childrenColumnName:ar,rowKey:nr}=Ve.states,ur=Ve.states.columns.value;if(ur.some(({type:_r})=>_r==="expand")){const _r=qe(kt),hr=Ne(kt,Et,void 0,_r),Er=t.renderExpanded;return _r?Er?[[hr,h$1("tr",{key:`expanded-row__${hr.key}`},[h$1("td",{colspan:ur.length,class:`${y.e("cell")} ${y.e("expanded-cell")}`},[Er({row:kt,$index:Et,store:Ve,expanded:_r})])])]]:(console.error("[Element Error]renderExpanded is required."),hr):[[hr]]}else if(Object.keys(tr.value).length){jt();const _r=getRowIdentity(kt,nr.value);let hr=tr.value[_r],Er=null;hr&&(Er={expanded:hr.expanded,level:hr.level,display:!0},typeof hr.lazy=="boolean"&&(typeof hr.loaded=="boolean"&&hr.loaded&&(Er.noLazyChildren=!(hr.children&&hr.children.length)),Er.loading=hr.loading));const kr=[Ne(kt,Et,Er)];if(hr){let xr=0;const yr=(Rr,Br)=>{Rr&&Rr.length&&Br&&Rr.forEach(mr=>{const gr={display:Br.display&&Br.expanded,level:Br.level+1,expanded:!1,noLazyChildren:!1,loading:!1},jr=getRowIdentity(mr,nr.value);if(jr==null)throw new Error("For nested data item, row-key is required.");if(hr={...tr.value[jr]},hr&&(gr.expanded=hr.expanded,hr.level=hr.level||gr.level,hr.display=!!(hr.expanded&&gr.display),typeof hr.lazy=="boolean"&&(typeof hr.loaded=="boolean"&&hr.loaded&&(gr.noLazyChildren=!(hr.children&&hr.children.length)),gr.loading=hr.loading)),xr++,kr.push(Ne(mr,Et+xr,gr)),hr){const Hr=rr.value[jr]||mr[ar.value];yr(Hr,hr)}})};hr.display=!0;const vr=rr.value[_r]||kt[ar.value];yr(vr,hr)}return kr}else return Ne(kt,Et,void 0)},tooltipContent:re,tooltipTrigger:ie}}const defaultProps$2={store:{required:!0,type:Object},stripe:Boolean,tooltipEffect:String,tooltipOptions:{type:Object},context:{default:()=>({}),type:Object},rowClassName:[String,Function],rowStyle:[Object,Function],fixed:{type:String,default:""},highlight:Boolean};var TableBody=defineComponent({name:"ElTableBody",props:defaultProps$2,setup(e){const t=getCurrentInstance(),y=inject(TABLE_INJECTION_KEY),n=useNamespace("table"),{wrappedRowRender:k,tooltipContent:L,tooltipTrigger:$}=useRender$1(e),{onColumnsChange:j,onScrollableChange:V}=useLayoutObserver(y),z=[];return watch(e.store.states.hoverRow,(re,ie)=>{var oe;const ue=t==null?void 0:t.vnode.el,de=Array.from((ue==null?void 0:ue.children)||[]).filter(_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 Ue,kt;return((Ue=Ie[Fe])==null?void 0:Ue.colSpan)>1&&(_e=(kt=Ie[Fe])==null?void 0:kt.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,Er])=>{!unref(Er)||!unref(hr)||y.setCurrentRowKey(`${hr}`)},{immediate:!0}),watch(()=>e.data,hr=>{n.store.commit("setData",hr)},{immediate:!0,deep:!0}),watchEffect(()=>{e.expandRowKeys&&y.setExpandRowKeysAdapter(e.expandRowKeys)});const _e=()=>{n.store.commit("setHoverRow",null),n.hoverState&&(n.hoverState=null)},Ce=(hr,Er)=>{const{pixelX:kr,pixelY:xr}=Er;Math.abs(kr)>=Math.abs(xr)&&(n.refs.bodyWrapper.scrollLeft+=Er.pixelX/5)},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(Ve)};onMounted(async()=>{await nextTick$1(),y.updateColumns(),qe(),requestAnimationFrame(Fe);const hr=n.vnode.el,Er=n.refs.headerWrapper;e.flexible&&hr&&hr.parentElement&&(hr.parentElement.style.minWidth="0"),V.value={width:ie.value=hr.offsetWidth,height:hr.offsetHeight,headerHeight:e.showHeader&&Er?Er.offsetHeight:null},y.states.columns.value.forEach(kr=>{kr.filteredValue&&kr.filteredValue.length&&n.store.commit("filterChange",{column:kr,values:kr.filteredValue,silent:!0})}),n.$ready=!0});const Ue=(hr,Er)=>{if(!hr)return;const kr=Array.from(hr.classList).filter(xr=>!xr.startsWith("is-scrolling-"));kr.push(t.scrollX.value?Er:"is-scrolling-none"),hr.className=kr.join(" ")},kt=hr=>{const{tableWrapper:Er}=n.refs;Ue(Er,hr)},Et=hr=>{const{tableWrapper:Er}=n.refs;return!!(Er&&Er.classList.contains(hr))},Ve=function(){if(!n.refs.scrollBarRef)return;if(!t.scrollX.value){const Br="is-scrolling-none";Et(Br)||kt(Br);return}const hr=n.refs.scrollBarRef.wrapRef;if(!hr)return;const{scrollLeft:Er,offsetWidth:kr,scrollWidth:xr}=hr,{headerWrapper:yr,footerWrapper:vr}=n.refs;yr&&(yr.scrollLeft=Er),vr&&(vr.scrollLeft=Er);const Rr=xr-kr-1;Er>=Rr?kt("is-scrolling-right"):kt(Er===0?"is-scrolling-left":"is-scrolling-middle")},qe=()=>{n.refs.scrollBarRef&&(n.refs.scrollBarRef.wrapRef&&useEventListener(n.refs.scrollBarRef.wrapRef,"scroll",Ve,{passive:!0}),e.fit?useResizeObserver(n.vnode.el,jt):useEventListener(window,"resize",jt),useResizeObserver(n.refs.bodyWrapper,()=>{var hr,Er;jt(),(Er=(hr=n.refs)==null?void 0:hr.scrollBarRef)==null||Er.update()}))},jt=()=>{var hr,Er,kr,xr;const yr=n.vnode.el;if(!n.$ready||!yr)return;let vr=!1;const{width:Rr,height:Br,headerHeight:mr}=V.value,gr=ie.value=yr.offsetWidth;Rr!==gr&&(vr=!0);const jr=yr.offsetHeight;(e.height||he.value)&&Br!==jr&&(vr=!0);const Hr=e.tableLayout==="fixed"?n.refs.headerWrapper:(hr=n.refs.tableHeaderRef)==null?void 0:hr.$el;e.showHeader&&(Hr==null?void 0:Hr.offsetHeight)!==mr&&(vr=!0),oe.value=((Er=n.refs.tableWrapper)==null?void 0:Er.scrollHeight)||0,de.value=(Hr==null?void 0:Hr.scrollHeight)||0,pe.value=((kr=n.refs.footerWrapper)==null?void 0:kr.offsetHeight)||0,Ie.value=((xr=n.refs.appendWrapper)==null?void 0:xr.offsetHeight)||0,ue.value=oe.value-de.value-pe.value-Ie.value,vr&&(V.value={width:gr,height:jr,headerHeight:e.showHeader&&(Hr==null?void 0:Hr.offsetHeight)||0},Fe())},tr=useFormSize(),rr=computed(()=>{const{bodyWidth:hr,scrollY:Er,gutterWidth:kr}=t;return hr.value?`${hr.value-(Er.value?kr:0)}px`:""}),ar=computed(()=>e.maxHeight?"fixed":e.tableLayout),nr=computed(()=>{if(e.data&&e.data.length)return null;let hr="100%";e.height&&ue.value&&(hr=`${ue.value}px`);const Er=ie.value;return{width:Er?`${Er}px`:"",height:hr}}),ur=computed(()=>e.height?{height:Number.isNaN(Number(e.height))?e.height:`${e.height}px`}:e.maxHeight?{maxHeight:Number.isNaN(Number(e.maxHeight))?e.maxHeight:`${e.maxHeight}px`}:{}),cr=computed(()=>e.height?{height:"100%"}:e.maxHeight?Number.isNaN(Number(e.maxHeight))?{maxHeight:`calc(${e.maxHeight} - ${de.value+pe.value}px)`}:{maxHeight:`${e.maxHeight-de.value-pe.value}px`}:{});return{isHidden:k,renderExpanded:L,setDragVisible:j,isGroup:z,handleMouseLeave:_e,handleHeaderFooterMousewheel:Ce,tableSize:tr,emptyBlockStyle:nr,handleFixedMousewheel:(hr,Er)=>{const kr=n.refs.bodyWrapper;if(Math.abs(Er.spinY)>0){const xr=kr.scrollTop;Er.pixelY<0&&xr!==0&&hr.preventDefault(),Er.pixelY>0&&kr.scrollHeight-kr.clientHeight>xr&&hr.preventDefault(),kr.scrollTop+=Math.ceil(Er.pixelY/5)}else kr.scrollLeft+=Math.ceil(Er.pixelX/5)},resizeProxyVisible:$,bodyWidth:rr,resizeState:V,doLayout:Fe,tableBodyStyles:Ne,tableLayout:ar,scrollbarViewStyle:re,tableInnerStyle:ur,scrollbarStyle:cr}}function useKeyRender(e){const t=ref$1(),y=()=>{const k=e.vnode.el.querySelector(".hidden-columns"),L={childList:!0,subtree:!0},$=e.store.states.updateOrderFns;t.value=new MutationObserver(()=>{$.forEach(j=>j())}),t.value.observe(k,L)};onMounted(()=>{y()}),onUnmounted(()=>{var n;(n=t.value)==null||n.disconnect()})}var defaultProps$1={data:{type:Array,default:()=>[]},size:useSizeProp,width:[String,Number],height:[String,Number],maxHeight:[String,Number],fit:{type:Boolean,default:!0},stripe:Boolean,border:Boolean,rowKey:[String,Function],showHeader:{type:Boolean,default:!0},showSummary:Boolean,sumText:String,summaryMethod:Function,rowClassName:[String,Function],rowStyle:[Object,Function],cellClassName:[String,Function],cellStyle:[Object,Function],headerRowClassName:[String,Function],headerRowStyle:[Object,Function],headerCellClassName:[String,Function],headerCellStyle:[Object,Function],highlightCurrentRow:Boolean,currentRowKey:[String,Number],emptyText:String,expandRowKeys:Array,defaultExpandAll:Boolean,defaultSort:Object,tooltipEffect:String,tooltipOptions:Object,spanMethod:Function,selectOnIndeterminate:{type:Boolean,default:!0},indent:{type:Number,default:16},treeProps:{type:Object,default:()=>({hasChildren:"hasChildren",children:"children",checkStrictly:!1})},lazy:Boolean,load:Function,style:{type:Object,default:()=>({})},className:{type:String,default:""},tableLayout:{type:String,default:"fixed"},scrollbarAlwaysOn:Boolean,flexible:Boolean,showOverflowTooltip:[Boolean,Object]};function hColgroup(e){const t=e.tableLayout==="auto";let y=e.columns||[];t&&y.every(k=>k.width===void 0)&&(y=[]);const n=k=>{const L={key:`${e.tableLayout}_${k.id}`,style:{},name:void 0};return t?L.style={width:`${k.width}px`}:L.name=k.id,L};return h$1("colgroup",{},y.map(k=>h$1("col",n(k))))}hColgroup.props=["columns","tableLayout"];const useScrollbar$1=()=>{const e=ref$1(),t=(L,$)=>{const j=e.value;j&&j.scrollTo(L,$)},y=(L,$)=>{const j=e.value;j&&isNumber$3($)&&["Top","Left"].includes(L)&&j[`setScroll${L}`]($)};return{scrollBarRef:e,scrollTo:t,setScrollTop:L=>y("Top",L),setScrollLeft:L=>y("Left",L)}};let tableIdSeed=1;const _sfc_main$$=defineComponent({name:"ElTable",directives:{Mousewheel},components:{TableHeader,TableBody,TableFooter,ElScrollbar,hColgroup},props:defaultProps$1,emits:["select","select-all","selection-change","cell-mouse-enter","cell-mouse-leave","cell-contextmenu","cell-click","cell-dblclick","row-click","row-contextmenu","row-dblclick","header-click","header-contextmenu","sort-change","filter-change","current-change","header-dragend","expand-change"],setup(e){const{t}=useLocale(),y=useNamespace("table"),n=getCurrentInstance();provide(TABLE_INJECTION_KEY,n);const k=createStore(n,e);n.store=k;const L=new TableLayout({store:n.store,table:n,fit:e.fit,showHeader:e.showHeader});n.layout=L;const $=computed(()=>(k.states.data.value||[]).length===0),{setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:ie,toggleAllSelection:oe,toggleRowExpansion:ue,clearSort:de,sort:pe}=useUtils(k),{isHidden:Ie,renderExpanded:_e,setDragVisible:Ce,isGroup:he,handleMouseLeave:Ne,handleHeaderFooterMousewheel:Fe,tableSize:Ue,emptyBlockStyle:kt,handleFixedMousewheel:Et,resizeProxyVisible:Ve,bodyWidth:qe,resizeState:jt,doLayout:tr,tableBodyStyles:rr,tableLayout:ar,scrollbarViewStyle:nr,tableInnerStyle:ur,scrollbarStyle:cr}=useStyle(e,L,k,n),{scrollBarRef:_r,scrollTo:hr,setScrollLeft:Er,setScrollTop:kr}=useScrollbar$1(),xr=debounce(tr,50),yr=`${y.namespace.value}-table_${tableIdSeed++}`;n.tableId=yr,n.state={isGroup:he,resizeState:jt,doLayout:tr,debouncedUpdateLayout:xr};const vr=computed(()=>e.sumText||t("el.table.sumText")),Rr=computed(()=>e.emptyText||t("el.table.emptyText")),Br=computed(()=>convertToRows(k.states.originColumns.value)[0]);return useKeyRender(n),{ns:y,layout:L,store:k,columns:Br,handleHeaderFooterMousewheel:Fe,handleMouseLeave:Ne,tableId:yr,tableSize:Ue,isHidden:Ie,isEmpty:$,renderExpanded:_e,resizeProxyVisible:Ve,resizeState:jt,isGroup:he,bodyWidth:qe,tableBodyStyles:rr,emptyBlockStyle:kt,debouncedUpdateLayout:xr,handleFixedMousewheel:Et,setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:ie,toggleAllSelection:oe,toggleRowExpansion:ue,clearSort:de,doLayout:tr,sort:pe,t,setDragVisible:Ce,context:n,computedSumText:vr,computedEmptyText:Rr,tableLayout:ar,scrollbarViewStyle:nr,tableInnerStyle:ur,scrollbarStyle:cr,scrollBarRef:_r,scrollTo:hr,setScrollLeft:Er,setScrollTop:kr}}});function _sfc_render$3(e,t,y,n,k,L){const $=resolveComponent("hColgroup"),j=resolveComponent("table-header"),V=resolveComponent("table-body"),z=resolveComponent("table-footer"),re=resolveComponent("el-scrollbar"),ie=resolveDirective("mousewheel");return openBlock(),createElementBlock("div",{ref:"tableWrapper",class:normalizeClass([{[e.ns.m("fit")]:e.fit,[e.ns.m("striped")]:e.stripe,[e.ns.m("border")]:e.border||e.isGroup,[e.ns.m("hidden")]:e.isHidden,[e.ns.m("group")]:e.isGroup,[e.ns.m("fluid-height")]:e.maxHeight,[e.ns.m("scrollable-x")]:e.layout.scrollX.value,[e.ns.m("scrollable-y")]:e.layout.scrollY.value,[e.ns.m("enable-row-hover")]:!e.store.states.isComplex.value,[e.ns.m("enable-row-transition")]:(e.store.states.data.value||[]).length!==0&&(e.store.states.data.value||[]).length<100,"has-footer":e.showSummary},e.ns.m(e.tableSize),e.className,e.ns.b(),e.ns.m(`layout-${e.tableLayout}`)]),style:normalizeStyle(e.style),"data-prefix":e.ns.namespace.value,onMouseleave:e.handleMouseLeave},[createBaseVNode("div",{class:normalizeClass(e.ns.e("inner-wrapper")),style:normalizeStyle(e.tableInnerStyle)},[createBaseVNode("div",{ref:"hiddenColumns",class:"hidden-columns"},[renderSlot(e.$slots,"default")],512),e.showHeader&&e.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:0,ref:"headerWrapper",class:normalizeClass(e.ns.e("header-wrapper"))},[createBaseVNode("table",{ref:"tableHeader",class:normalizeClass(e.ns.e("header")),style:normalizeStyle(e.tableBodyStyles),border:"0",cellpadding:"0",cellspacing:"0"},[createVNode($,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),createVNode(j,{ref:"tableHeaderRef",border:e.border,"default-sort":e.defaultSort,store:e.store,onSetDragVisible:e.setDragVisible},null,8,["border","default-sort","store","onSetDragVisible"])],6)],2)),[[ie,e.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"bodyWrapper",class:normalizeClass(e.ns.e("body-wrapper"))},[createVNode(re,{ref:"scrollBarRef","view-style":e.scrollbarViewStyle,"wrap-style":e.scrollbarStyle,always:e.scrollbarAlwaysOn},{default:withCtx(()=>[createBaseVNode("table",{ref:"tableBody",class:normalizeClass(e.ns.e("body")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle({width:e.bodyWidth,tableLayout:e.tableLayout})},[createVNode($,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),e.showHeader&&e.tableLayout==="auto"?(openBlock(),createBlock(j,{key:0,ref:"tableHeaderRef",class:normalizeClass(e.ns.e("body-header")),border:e.border,"default-sort":e.defaultSort,store:e.store,onSetDragVisible:e.setDragVisible},null,8,["class","border","default-sort","store","onSetDragVisible"])):createCommentVNode("v-if",!0),createVNode(V,{context:e.context,highlight:e.highlightCurrentRow,"row-class-name":e.rowClassName,"tooltip-effect":e.tooltipEffect,"tooltip-options":e.tooltipOptions,"row-style":e.rowStyle,store:e.store,stripe:e.stripe},null,8,["context","highlight","row-class-name","tooltip-effect","tooltip-options","row-style","store","stripe"]),e.showSummary&&e.tableLayout==="auto"?(openBlock(),createBlock(z,{key:1,class:normalizeClass(e.ns.e("body-footer")),border:e.border,"default-sort":e.defaultSort,store:e.store,"sum-text":e.computedSumText,"summary-method":e.summaryMethod},null,8,["class","border","default-sort","store","sum-text","summary-method"])):createCommentVNode("v-if",!0)],6),e.isEmpty?(openBlock(),createElementBlock("div",{key:0,ref:"emptyBlock",style:normalizeStyle(e.emptyBlockStyle),class:normalizeClass(e.ns.e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(e.ns.e("empty-text"))},[renderSlot(e.$slots,"empty",{},()=>[createTextVNode(toDisplayString(e.computedEmptyText),1)])],2)],6)):createCommentVNode("v-if",!0),e.$slots.append?(openBlock(),createElementBlock("div",{key:1,ref:"appendWrapper",class:normalizeClass(e.ns.e("append-wrapper"))},[renderSlot(e.$slots,"append")],2)):createCommentVNode("v-if",!0)]),_:3},8,["view-style","wrap-style","always"])],2),e.showSummary&&e.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:1,ref:"footerWrapper",class:normalizeClass(e.ns.e("footer-wrapper"))},[createBaseVNode("table",{class:normalizeClass(e.ns.e("footer")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle(e.tableBodyStyles)},[createVNode($,{columns:e.store.states.columns.value,"table-layout":e.tableLayout},null,8,["columns","table-layout"]),createVNode(z,{border:e.border,"default-sort":e.defaultSort,store:e.store,"sum-text":e.computedSumText,"summary-method":e.summaryMethod},null,8,["border","default-sort","store","sum-text","summary-method"])],6)],2)),[[vShow,!e.isEmpty],[ie,e.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),e.border||e.isGroup?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(e.ns.e("border-left-patch"))},null,2)):createCommentVNode("v-if",!0)],6),withDirectives(createBaseVNode("div",{ref:"resizeProxy",class:normalizeClass(e.ns.e("column-resize-proxy"))},null,2),[[vShow,e.resizeProxyVisible]])],46,["data-prefix","onMouseleave"])}var Table=_export_sfc$1(_sfc_main$$,[["render",_sfc_render$3],["__file","table.vue"]]);const defaultClassNames={selection:"table-column--selection",expand:"table__expand-column"},cellStarts={default:{order:""},selection:{width:48,minWidth:48,realWidth:48,order:""},expand:{width:48,minWidth:48,realWidth:48,order:""},index:{width:48,minWidth:48,realWidth:48,order:""}},getDefaultClassName=e=>defaultClassNames[e]||"",cellForced={selection:{renderHeader({store:e,column:t}){function y(){return e.states.data.value&&e.states.data.value.length===0}return h$1(ElCheckbox,{disabled:y(),size:e.states.tableSize.value,indeterminate:e.states.selection.value.length>0&&!e.states.isAllSelected.value,"onUpdate:modelValue":e.toggleAllSelection,modelValue:e.states.isAllSelected.value,ariaLabel:t.label})},renderCell({row:e,column:t,store:y,$index:n}){return h$1(ElCheckbox,{disabled:t.selectable?!t.selectable.call(null,e,n):!1,size:y.states.tableSize.value,onChange:()=>{y.commit("rowSelectedChanged",e)},onClick:k=>k.stopPropagation(),modelValue:y.isSelected(e),ariaLabel:t.label})},sortable:!1,resizable:!1},index:{renderHeader({column:e}){return e.label||"#"},renderCell({column:e,$index:t}){let y=t+1;const n=e.index;return typeof n=="number"?y=t+n:typeof n=="function"&&(y=n(t)),h$1("div",{},[y])},sortable:!1},expand:{renderHeader({column:e}){return e.label||""},renderCell({row:e,store:t,expanded:y}){const{ns:n}=t,k=[n.e("expand-icon")];return y&&k.push(n.em("expand-icon","expanded")),h$1("div",{class:k,onClick:function($){$.stopPropagation(),t.toggleRowExpansion(e)}},{default:()=>[h$1(ElIcon,null,{default:()=>[h$1(arrow_right_default)]})]})},sortable:!1,resizable:!1}};function defaultRenderCell({row:e,column:t,$index:y}){var n;const k=t.property,L=k&&getProp(e,k).value;return t&&t.formatter?t.formatter(e,t,L,y):((n=L==null?void 0:L.toString)==null?void 0:n.call(L))||""}function treeCellPrefix({row:e,treeNode:t,store:y},n=!1){const{ns:k}=y;if(!t)return n?[h$1("span",{class:k.e("placeholder")})]:null;const L=[],$=function(j){j.stopPropagation(),!t.loading&&y.loadOrToggle(e)};if(t.indent&&L.push(h$1("span",{class:k.e("indent"),style:{"padding-left":`${t.indent}px`}})),typeof t.expanded=="boolean"&&!t.noLazyChildren){const j=[k.e("expand-icon"),t.expanded?k.em("expand-icon","expanded"):""];let V=arrow_right_default;t.loading&&(V=loading_default),L.push(h$1("div",{class:j,onClick:$},{default:()=>[h$1(ElIcon,{class:{[k.is("loading")]:t.loading}},{default:()=>[h$1(V)]})]}))}else L.push(h$1("span",{class:k.e("placeholder")}));return L}function getAllAliases(e,t){return e.reduce((y,n)=>(y[n]=n,y),t)}function useWatcher(e,t){const y=getCurrentInstance();return{registerComplexWatchers:()=>{const L=["fixed"],$={realWidth:"width",realMinWidth:"minWidth"},j=getAllAliases(L,$);Object.keys(j).forEach(V=>{const z=$[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{let ie=re;z==="width"&&V==="realWidth"&&(ie=parseWidth(re)),z==="minWidth"&&V==="realMinWidth"&&(ie=parseMinWidth(re)),y.columnConfig.value[z]=ie,y.columnConfig.value[V]=ie;const oe=z==="fixed";e.value.store.scheduleLayout(oe)})})},registerNormalWatchers:()=>{const L=["label","filters","filterMultiple","filteredValue","sortable","index","formatter","className","labelClassName","filterClassName","showOverflowTooltip"],$={property:"prop",align:"realAlign",headerAlign:"realHeaderAlign"},j=getAllAliases(L,$);Object.keys(j).forEach(V=>{const z=$[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{y.columnConfig.value[V]=re})})}}}function useRender(e,t,y){const n=getCurrentInstance(),k=ref$1(""),L=ref$1(!1),$=ref$1(),j=ref$1(),V=useNamespace("table");watchEffect(()=>{$.value=e.align?`is-${e.align}`:null,$.value}),watchEffect(()=>{j.value=e.headerAlign?`is-${e.headerAlign}`:$.value,j.value});const z=computed(()=>{let Ne=n.vnode.vParent||n.parent;for(;Ne&&!Ne.tableId&&!Ne.columnId;)Ne=Ne.vnode.vParent||Ne.parent;return Ne}),re=computed(()=>{const{store:Ne}=n.parent;if(!Ne)return!1;const{treeData:Fe}=Ne.states,Ue=Fe.value;return Ue&&Object.keys(Ue).length>0}),ie=ref$1(parseWidth(e.width)),oe=ref$1(parseMinWidth(e.minWidth)),ue=Ne=>(ie.value&&(Ne.width=ie.value),oe.value&&(Ne.minWidth=oe.value),!ie.value&&oe.value&&(Ne.width=void 0),Ne.minWidth||(Ne.minWidth=80),Ne.realWidth=Number(Ne.width===void 0?Ne.minWidth:Ne.width),Ne),de=Ne=>{const Fe=Ne.type,Ue=cellForced[Fe]||{};Object.keys(Ue).forEach(Et=>{const Ve=Ue[Et];Et!=="className"&&Ve!==void 0&&(Ne[Et]=Ve)});const kt=getDefaultClassName(Fe);if(kt){const Et=`${unref(V.namespace)}-${kt}`;Ne.className=Ne.className?`${Ne.className} ${Et}`:Et}return Ne},pe=Ne=>{Array.isArray(Ne)?Ne.forEach(Ue=>Fe(Ue)):Fe(Ne);function Fe(Ue){var kt;((kt=Ue==null?void 0:Ue.type)==null?void 0:kt.name)==="ElTableColumn"&&(Ue.vParent=n)}};return{columnId:k,realAlign:$,isSubColumn:L,realHeaderAlign:j,columnOrTableParent:z,setColumnWidth:ue,setColumnForcedProps:de,setColumnRenders:Ne=>{e.renderHeader||Ne.type!=="selection"&&(Ne.renderHeader=Ue=>(n.columnConfig.value.label,renderSlot(t,"header",Ue,()=>[Ne.label]))),t["filter-icon"]&&(Ne.renderFilterIcon=Ue=>renderSlot(t,"filter-icon",Ue));let Fe=Ne.renderCell;return Ne.type==="expand"?(Ne.renderCell=Ue=>h$1("div",{class:"cell"},[Fe(Ue)]),y.value.renderExpanded=Ue=>t.default?t.default(Ue):t.default):(Fe=Fe||defaultRenderCell,Ne.renderCell=Ue=>{let kt=null;if(t.default){const rr=t.default(Ue);kt=rr.some(ar=>ar.type!==Comment)?rr:Fe(Ue)}else kt=Fe(Ue);const{columns:Et}=y.value.store.states,Ve=Et.value.findIndex(rr=>rr.type==="default"),qe=re.value&&Ue.cellIndex===Ve,jt=treeCellPrefix(Ue,qe),tr={class:"cell",style:{}};return Ne.showOverflowTooltip&&(tr.class=`${tr.class} ${unref(V.namespace)}-tooltip`,tr.style={width:`${(Ue.column.realWidth||Number(Ue.column.width))-1}px`}),pe(kt),h$1("div",tr,[jt,kt])}),Ne},getPropsData:(...Ne)=>Ne.reduce((Fe,Ue)=>(Array.isArray(Ue)&&Ue.forEach(kt=>{Fe[kt]=e[kt]}),Fe),{}),getColumnElIndex:(Ne,Fe)=>Array.prototype.indexOf.call(Ne,Fe),updateColumnOrder:()=>{y.value.store.commit("updateColumnOrder",n.columnConfig.value)}}}var defaultProps={type:{type:String,default:"default"},label:String,className:String,labelClassName:String,property:String,prop:String,width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},renderHeader:Function,sortable:{type:[Boolean,String],default:!1},sortMethod:Function,sortBy:[String,Function,Array],resizable:{type:Boolean,default:!0},columnKey:String,align:String,headerAlign:String,showOverflowTooltip:{type:[Boolean,Object],default:void 0},fixed:[Boolean,String],formatter:Function,selectable:Function,reserveSelection:Boolean,filterMethod:Function,filteredValue:Array,filters:Array,filterPlacement:String,filterMultiple:{type:Boolean,default:!0},filterClassName:String,index:[Number,Function],sortOrders:{type:Array,default:()=>["ascending","descending",null],validator:e=>e.every(t=>["ascending","descending",null].includes(t))}};let columnIdSeed=1;var ElTableColumn$1=defineComponent({name:"ElTableColumn",components:{ElCheckbox},props:defaultProps,setup(e,{slots:t}){const y=getCurrentInstance(),n=ref$1({}),k=computed(()=>{let 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,Ue={...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 jt=de(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement","filterClassName"]);jt=mergeOptions$1(Ue,jt),jt=compose$1(ue,ie,oe)(jt),n.value=jt,L(),$()}),onMounted(()=>{var he;const Ne=re.value,Fe=V.value?Ne.vnode.el.children:(he=Ne.refs.hiddenColumns)==null?void 0:he.children,Ue=()=>pe(Fe||[],y.vnode.el);n.value.getColumnIndex=Ue,Ue()>-1&&k.value.store.commit("insertColumn",n.value,V.value?Ne.columnConfig.value:null,_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 jt;(jt=e.onRowsRendered)==null||jt.call(e,qe),qe.rowCacheEnd>unref(ie)&&(ie.value=qe.rowCacheEnd)}function Ne({hovered:qe,rowKey:jt}){if($.value)return;k.vnode.el.querySelectorAll(`[rowkey="${String(jt)}"]`).forEach(ar=>{qe?ar.classList.add(L.is("hovered")):ar.classList.remove(L.is("hovered"))})}function Fe({expanded:qe,rowData:jt,rowIndex:tr,rowKey:rr}){var ar,nr;const ur=[...unref(re)],cr=ur.indexOf(rr);qe?cr===-1&&ur.push(rr):cr>-1&&ur.splice(cr,1),re.value=ur,V("update:expandedRowKeys",ur),(ar=e.onRowExpand)==null||ar.call(e,{expanded:qe,rowData:jt,rowIndex:tr,rowKey:rr}),(nr=e.onExpandedRowsChange)==null||nr.call(e,ur)}const Ue=debounce(()=>{var qe,jt,tr,rr;z.value=!0,ue.value={...unref(ue),...unref(de)},kt(unref(oe),!1),de.value={},oe.value=null,(qe=t.value)==null||qe.forceUpdate(),(jt=y.value)==null||jt.forceUpdate(),(tr=n.value)==null||tr.forceUpdate(),(rr=j.proxy)==null||rr.$forceUpdate(),z.value=!1},0);function kt(qe,jt=!1){unref(Ce)&&[t,y,n].forEach(tr=>{const rr=unref(tr);rr&&rr.resetAfterRowIndex(qe,jt)})}function Et(qe,jt,tr){const rr=unref(oe);(rr===null||rr>tr)&&(oe.value=tr),de.value[qe]=jt}function Ve({rowKey:qe,height:jt,rowIndex:tr},rr){rr?rr===FixedDir.RIGHT?_e.value[qe]=jt:pe.value[qe]=jt:Ie.value[qe]=jt;const ar=Math.max(...[pe,_e,Ie].map(nr=>nr.value[qe]||0));unref(ue)[qe]!==ar&&(Et(qe,ar,tr),Ue())}return{expandedRowKeys:re,lastRenderedRowIndex:ie,isDynamic:Ce,isResetting:z,rowHeights:ue,resetAfterIndex:kt,onRowExpanded:Fe,onRowHovered:Ne,onRowsRendered:he,onRowHeightChange:Ve}},useData=(e,{expandedRowKeys:t,lastRenderedRowIndex:y,resetAfterIndex:n})=>{const k=ref$1({}),L=computed(()=>{const j={},{data:V,rowKey:z}=e,re=unref(t);if(!re||!re.length)return V;const ie=[],oe=new Set;re.forEach(de=>oe.add(de));let ue=V.slice();for(ue.forEach(de=>j[de[z]]=0);ue.length>0;){const de=ue.shift();ie.push(de),oe.has(de[z])&&Array.isArray(de.children)&&de.children.length>0&&(ue=[...de.children,...ue],de.children.forEach(pe=>j[pe[z]]=j[de[z]]+1))}return k.value=j,ie}),$=computed(()=>{const{data:j,expandColumnKey:V}=e;return V?unref(L):j});return watch($,(j,V)=>{j!==V&&(y.value=-1,n(0,!0))}),{data:$,depthMap:k}},sumReducer=(e,t)=>e+t,sum$3=e=>isArray$2(e)?e.reduce(sumReducer,0):e,tryCall=(e,t,y={})=>isFunction$4(e)?e(t):e??y,enforceUnit=e=>(["width","maxWidth","minWidth","height"].forEach(t=>{e[t]=addUnit(e[t])}),e),componentToSlot=e=>isVNode(e)?t=>h$1(e,t):e,useStyles=(e,{columnsTotalWidth:t,data:y,fixedColumnsOnLeft:n,fixedColumnsOnRight:k})=>{const L=computed(()=>{const{fixed:he,width:Ne,vScrollbarSize:Fe}=e,Ue=Ne-Fe;return he?Math.max(Math.round(unref(t)),Ue):Ue}),$=computed(()=>unref(L)+e.vScrollbarSize),j=computed(()=>{const{height:he=0,maxHeight:Ne=0,footerHeight:Fe,hScrollbarSize:Ue}=e;if(Ne>0){const kt=unref(de),Et=unref(V),qe=unref(ue)+kt+Et+Ue;return Math.min(qe,Ne-Fe)}return 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:Sr}),he=useNamespace("table-v2"),Ne=getCurrentInstance(),Fe=shallowRef(!1),{expandedRowKeys:Ue,lastRenderedRowIndex:kt,isDynamic:Et,isResetting:Ve,rowHeights:qe,resetAfterIndex:jt,onRowExpanded:tr,onRowHeightChange:rr,onRowHovered:ar,onRowsRendered:nr}=useRow(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:Ne,ns:he,isScrolling:Fe}),{data:ur,depthMap:cr}=useData(e,{expandedRowKeys:Ue,lastRenderedRowIndex:kt,resetAfterIndex:jt}),{bodyWidth:_r,fixedTableHeight:hr,mainTableHeight:Er,leftTableWidth:kr,rightTableWidth:xr,headerWidth:yr,rowsHeight:vr,windowHeight:Rr,footerHeight:Br,emptyStyle:mr,rootStyle:gr,headerHeight:jr}=useStyles(e,{columnsTotalWidth:$,data:ur,fixedColumnsOnLeft:j,fixedColumnsOnRight:V}),Hr=ref$1(),Ur=computed(()=>{const Tr=unref(ur).length===0;return isArray$2(e.fixedData)?e.fixedData.length===0&&Tr:Tr});function zr(Tr){const{estimatedRowHeight:Mr,rowHeight:br,rowKey:Cr}=e;return Mr?unref(qe)[unref(ur)[Tr][Cr]]||Mr:br}function Sr(){const{onEndReached:Tr}=e;if(!Tr)return;const{scrollTop:Mr}=unref(Ce),br=unref(vr),Cr=unref(Rr),Ir=br-(Mr+Cr)+e.hScrollbarSize;unref(kt)>=0&&br===Mr+unref(Er)-unref(jr)&&Tr(Ir)}return watch(()=>e.expandedRowKeys,Tr=>Ue.value=Tr,{deep:!0}),{columns:k,containerRef:Hr,mainTableRef:t,leftTableRef:y,rightTableRef:n,isDynamic:Et,isResetting:Ve,isScrolling:Fe,hasFixedColumns:z,columnsStyles:L,columnsTotalWidth:$,data:ur,expandedRowKeys:Ue,depthMap:cr,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,mainColumns:re,bodyWidth:_r,emptyStyle:mr,rootStyle:gr,headerWidth:yr,footerHeight:Br,mainTableHeight:Er,fixedTableHeight:hr,leftTableWidth:kr,rightTableWidth:xr,showEmpty:Ur,getRowHeight:zr,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:Ue,useIsScrolling:kt,scrollbarAlwaysOn:Et,scrollbarEndGap:Ve,scrollbarStartGap:qe,style:jt,rowHeight:tr,bodyWidth:rr,estimatedRowHeight:ar,headerWidth:nr,height:ur,width:cr,getRowHeight:_r,onScroll:hr}=e,Er=isNumber$3(ar),kr=Er?DynamicSizeGrid:FixedSizeGrid,xr=unref(z);return createVNode("div",{role:"table",class:[n.e("table"),e.class],style:jt},[createVNode(kr,{ref:k,data:Fe,useIsScrolling:kt,itemKey:oe,columnCache:0,columnWidth:Er?Ce:rr,totalColumn:1,totalRow:Fe.length,rowCache:he,rowHeight:Er?_r:tr,width:cr,height:unref($),class:n.e("body"),role:"rowgroup",scrollbarStartGap:qe,scrollbarEndGap:Ve,scrollbarAlwaysOn:Et,onScroll:hr,onItemRendered:ue,perfMode:!1},{default:yr=>{var vr;const Rr=Fe[yr.rowIndex];return(vr=t.row)==null?void 0:vr.call(t,{...yr,columns:Ne,rowData:Rr})}}),unref(j)&&createVNode(TableV2Header,{ref:V,class:n.e("header-wrapper"),columns:Ne,headerData:Fe,headerHeight:e.headerHeight,fixedHeaderData:Ue,rowWidth:nr,rowHeight:tr,width:cr,height:Math.min(xr+unref(L),ur)},{dynamic:t.header,fixed:t.row})])}}});function _isSlot$5(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const MainTable=(e,{slots:t})=>{const{mainTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$5(t)?t:{default:()=>[t]})};function _isSlot$4(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const LeftTable$1=(e,{slots:t})=>{if(!e.columns.length)return;const{leftTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$4(t)?t:{default:()=>[t]})};function _isSlot$3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const LeftTable=(e,{slots:t})=>{if(!e.columns.length)return;const{rightTableRef:y,...n}=e;return createVNode(TableGrid,mergeProps({ref:y},n),_isSlot$3(t)?t:{default:()=>[t]})};function _isSlot$2(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const RowRenderer=(e,{slots:t})=>{const{columns:y,columnsStyles:n,depthMap:k,expandColumnKey:L,expandedRowKeys:$,estimatedRowHeight:j,hasFixedColumns:V,rowData:z,rowIndex:re,style:ie,isScrolling:oe,rowProps:ue,rowClass:de,rowKey:pe,rowEventHandlers:Ie,ns:_e,onRowHovered:Ce,onRowExpanded:he}=e,Ne=tryCall(de,{columns:y,rowData:z,rowIndex:re},""),Fe=tryCall(ue,{columns:y,rowData:z,rowIndex:re}),Ue=z[pe],kt=k[Ue]||0,Et=!!L,Ve=re<0,qe=[_e.e("row"),Ne,{[_e.e(`row-depth-${kt}`)]:Et&&re>=0,[_e.is("expanded")]:Et&&$.includes(Ue),[_e.is("fixed")]:!kt&&Ve,[_e.is("customized")]:!!t.row}],jt=V?Ce:void 0,tr={...Fe,columns:y,columnsStyles:n,class:qe,depth:kt,expandColumnKey:L,estimatedRowHeight:Ve?void 0:j,isScrolling:oe,rowIndex:re,rowData:z,rowKey:Ue,rowEventHandlers:Ie,style:ie};return createVNode(TableV2Row,mergeProps(tr,{onRowExpand:he,onMouseenter:nr=>{jt==null||jt({hovered:!0,rowKey:Ue,event:nr,rowData:z,rowIndex:re})},onMouseleave:nr=>{jt==null||jt({hovered:!1,rowKey:Ue,event:nr,rowData:z,rowIndex:re})},rowkey:Ue}),_isSlot$2(t)?t:{default:()=>[t]})},CellRenderer=({columns:e,column:t,columnIndex:y,depth:n,expandIconProps:k,isScrolling:L,rowData:$,rowIndex:j,style:V,expandedRowKeys:z,ns:re,cellProps:ie,expandColumnKey:oe,indentSize:ue,iconSize:de,rowKey:pe},{slots:Ie})=>{const _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??""),Ue=tryCall(ie,{cellData:Fe,columns:e,column:t,columnIndex:y,rowIndex:j,rowData:$}),kt={class:re.e("cell-text"),columns:e,column:t,columnIndex:y,cellData:Fe,isScrolling:L,rowData:$,rowIndex:j},Et=componentToSlot(Ce),Ve=Et?Et(kt):renderSlot(Ie,"default",kt,()=>[createVNode(TableV2Cell,kt,null)]),qe=[re.e("row-cell"),t.class,t.align===Alignment.CENTER&&re.is("align-center"),t.align===Alignment.RIGHT&&re.is("align-right")],jt=j>=0&&oe&&t.key===oe,tr=j>=0&&z.includes($[pe]);let rr;const ar=`margin-inline-start: ${n*ue}px;`;return jt&&(isObject$4(k)?rr=createVNode(ExpandIcon,mergeProps(k,{class:[re.e("expand-icon"),re.is("expanded",tr)],size:de,expanded:tr,style:ar,expandable:!0}),null):rr=createVNode("div",{style:[ar,`width: ${de}px; height: ${de}px;`].join(" ")},null)),createVNode("div",mergeProps({class:qe,style:_e},Ue,{role:"cell"}),[rr,Ve])};CellRenderer.inheritAttrs=!1;function _isSlot$1(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const HeaderRenderer=({columns:e,columnsStyles:t,headerIndex:y,style:n,headerClass:k,headerProps:L,ns:$},{slots:j})=>{const V={columns:e,headerIndex:y},z=[$.e("header-row"),tryCall(k,V,""),{[$.is("customized")]:!!j.header}],re={...tryCall(L,V),columnsStyles:t,class:z,columns:e,headerIndex:y,style:n};return createVNode(TableV2HeaderRow,re,_isSlot$1(j)?j:{default:()=>[j]})},HeaderCellRenderer=(e,{slots:t})=>{const{column:y,ns:n,style:k,onColumnSorted:L}=e,$=enforceUnit(k);if(y.placeholderSign===placeholderSign)return createVNode("div",{class:n.em("header-row-cell","placeholder"),style:$},null);const{headerCellRenderer:j,headerClass:V,sortable:z}=y,re={...e,class:n.e("header-cell-text")},ie=componentToSlot(j),oe=ie?ie(re):renderSlot(t,"default",re,()=>[createVNode(HeaderCell,re,null)]),{sortBy:ue,sortState:de,headerCellProps:pe}=e;let Ie,_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:Ue,emptyStyle:kt,rootStyle:Et,headerWidth:Ve,footerHeight:qe,showEmpty:jt,scrollTo:tr,scrollToLeft:rr,scrollToTop:ar,scrollToRow:nr,getRowHeight:ur,onColumnSorted:cr,onRowHeightChange:_r,onRowHovered:hr,onRowExpanded:Er,onRowsRendered:kr,onScroll:xr,onVerticalScroll:yr}=useTable(e);return y({scrollTo:tr,scrollToLeft:rr,scrollToTop:ar,scrollToRow:nr}),provide(TableV2InjectionKey,{ns:n,isResetting:Ne,isScrolling:Fe}),()=>{const{cache:vr,cellProps:Rr,estimatedRowHeight:Br,expandColumnKey:mr,fixedData:gr,headerHeight:jr,headerClass:Hr,headerProps:Ur,headerCellProps:zr,sortBy:Sr,sortState:Tr,rowHeight:Mr,rowClass:br,rowEventHandlers:Cr,rowKey:Ir,rowProps:Dr,scrollbarAlwaysOn:Kr,indentSize:Wr,iconSize:Nr,useIsScrolling:Fr,vScrollbarSize:Qr,width:ca}=e,Po=unref(oe),Wa={cache:vr,class:n.e("main"),columns:unref(j),data:Po,fixedData:gr,estimatedRowHeight:Br,bodyWidth:unref(Ue)+Qr,headerHeight:jr,headerWidth:unref(Ve),height:unref(V),mainTableRef:Ie,rowKey:Ir,rowHeight:Mr,scrollbarAlwaysOn:Kr,scrollbarStartGap:2,scrollbarEndGap:Qr,useIsScrolling:Fr,width:ca,getRowHeight:ur,onRowsRendered:kr,onScroll:xr},Go=unref(re),us=unref(z),Kn={cache:vr,class:n.e("left"),columns:unref(L),data:Po,estimatedRowHeight:Br,leftTableRef:_e,rowHeight:Mr,bodyWidth:Go,headerWidth:Go,headerHeight:jr,height:us,rowKey:Ir,scrollbarAlwaysOn:Kr,scrollbarStartGap:2,scrollbarEndGap:Qr,useIsScrolling:Fr,width:Go,getRowHeight:ur,onScroll:yr},Ar=unref(ie)+Qr,On={cache:vr,class:n.e("right"),columns:unref($),data:Po,estimatedRowHeight:Br,rightTableRef:Ce,rowHeight:Mr,bodyWidth:Ar,headerWidth:Ar,headerHeight:jr,height:us,rowKey:Ir,scrollbarAlwaysOn:Kr,scrollbarStartGap:2,scrollbarEndGap:Qr,width:Ar,style:`--${unref(n.namespace)}-table-scrollbar-size: ${Qr}px`,useIsScrolling:Fr,getRowHeight:ur,onScroll:yr},kn=unref(k),Sa={ns:n,depthMap:unref(ue),columnsStyles:kn,expandColumnKey:mr,expandedRowKeys:unref(de),estimatedRowHeight:Br,hasFixedColumns:unref(pe),rowProps:Dr,rowClass:br,rowKey:Ir,rowEventHandlers:Cr,onRowHovered:hr,onRowExpanded:Er,onRowHeightChange:_r},sa={cellProps:Rr,expandColumnKey:mr,indentSize:Wr,iconSize:Nr,rowKey:Ir,expandedRowKeys:unref(de),ns:n},qa={ns:n,headerClass:Hr,headerProps:Ur,columnsStyles:kn},To={ns:n,sortBy:Sr,sortState:Tr,headerCellProps:zr,onColumnSorted:cr},Hi={row:Ns=>createVNode(RowRenderer,mergeProps(Ns,Sa),{row:t.row,cell:cs=>{let vl;return t.cell?createVNode(CellRenderer,mergeProps(cs,sa,{style:kn[cs.column.key]}),_isSlot(vl=t.cell(cs))?vl:{default:()=>[vl]}):createVNode(CellRenderer,mergeProps(cs,sa,{style:kn[cs.column.key]}),null)}}),header:Ns=>createVNode(HeaderRenderer,mergeProps(Ns,qa),{header:t.header,cell:cs=>{let vl;return t["header-cell"]?createVNode(HeaderCellRenderer,mergeProps(cs,To,{style:kn[cs.column.key]}),_isSlot(vl=t["header-cell"](cs))?vl:{default:()=>[vl]}):createVNode(HeaderCellRenderer,mergeProps(cs,To,{style:kn[cs.column.key]}),null)}})},na=[e.class,n.b(),n.e("root"),{[n.is("dynamic")]:unref(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(jt)&&createVNode(Footer,{class:n.e("empty"),style:unref(kt)},{default:t.empty}),t.overlay&&createVNode(Overlay,{class:n.e("overlay")},{default:t.overlay})])}}}),autoResizerProps=buildProps({disableWidth:Boolean,disableHeight:Boolean,onResize:{type:definePropType(Function)}}),AutoResizer=defineComponent({name:"ElAutoResizer",props:autoResizerProps,setup(e,{slots:t}){const y=useNamespace("auto-resizer"),{height:n,width:k,sizer:L}=useAutoResize(e),$={width:"100%",height:"100%"};return()=>{var j;return createVNode("div",{ref:L,class:y.b(),style:$},[(j=t.default)==null?void 0:j.call(t,{height:n.value,width:k.value})])}}}),ElTableV2=withInstall(TableV2),ElAutoResizer=withInstall(AutoResizer),tabsRootContextKey=Symbol("tabsRootContextKey"),tabBarProps=buildProps({tabs:{type:definePropType(Array),default:()=>mutable([])}}),COMPONENT_NAME$3="ElTabBar",__default__$u=defineComponent({name:COMPONENT_NAME$3}),_sfc_main$_=defineComponent({...__default__$u,props:tabBarProps,setup(e,{expose:t}){const y=e,n=getCurrentInstance(),k=inject(tabsRootContextKey);k||throwError(COMPONENT_NAME$3,"");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$_,[["__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,"");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)}`],Ve=oe.value;if(!Ve)return;const qe=Ve>Et?Ve-Et:0;oe.value=qe},Ce=()=>{if(!j.value||!V.value)return;const Et=V.value[`offset${capitalize(pe.value)}`],Ve=j.value[`offset${capitalize(pe.value)}`],qe=oe.value;if(Et-qe<=Ve)return;const jt=Et-qe>Ve*2?qe+Ve:Et-Ve;oe.value=jt},he=async()=>{const Et=V.value;if(!ie.value||!z.value||!j.value||!Et)return;await nextTick$1();const Ve=z.value.querySelector(".is-active");if(!Ve)return;const qe=j.value,jt=["top","bottom"].includes(n.props.tabPosition),tr=Ve.getBoundingClientRect(),rr=qe.getBoundingClientRect(),ar=jt?Et.offsetWidth-rr.width:Et.offsetHeight-rr.height,nr=oe.value;let ur=nr;jt?(tr.leftrr.right&&(ur=nr+tr.right-rr.right)):(tr.toprr.bottom&&(ur=nr+(tr.bottom-rr.bottom))),ur=Math.max(ur,0),oe.value=Math.min(ur,ar)},Ne=()=>{var Et;if(!V.value||!j.value)return;e.stretch&&((Et=re.value)==null||Et.update());const Ve=V.value[`offset${capitalize(pe.value)}`],qe=j.value[`offset${capitalize(pe.value)}`],jt=oe.value;qe0&&(oe.value=0))},Fe=Et=>{const Ve=Et.code,{up:qe,down:jt,left:tr,right:rr}=EVENT_CODE;if(![qe,jt,tr,rr].includes(Ve))return;const ar=Array.from(Et.currentTarget.querySelectorAll("[role=tab]:not(.is-disabled)")),nr=ar.indexOf(Et.target);let ur;Ve===tr||Ve===qe?nr===0?ur=ar.length-1:ur=nr-1:nr{de.value&&(ue.value=!0)},kt=()=>ue.value=!1;return watch(L,Et=>{Et==="hidden"?de.value=!1:Et==="visible"&&setTimeout(()=>de.value=!0,50)}),watch($,Et=>{Et?setTimeout(()=>de.value=!0,50):de.value=!1}),useResizeObserver(z,Ne),onMounted(()=>setTimeout(()=>he(),0)),onUpdated(()=>Ne()),t({scrollToActiveTab:he,removeFocus:kt}),()=>{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,Ve=e.panes.map((qe,jt)=>{var tr,rr,ar,nr;const ur=qe.uid,cr=qe.props.disabled,_r=(rr=(tr=qe.props.name)!=null?tr:qe.index)!=null?rr:`${jt}`,hr=!cr&&(qe.isClosable||e.editable);qe.index=`${jt}`;const Er=hr?createVNode(ElIcon,{class:"is-icon-close",onClick:yr=>y("tabRemove",qe,yr)},{default:()=>[createVNode(close_default,null,null)]}):null,kr=((nr=(ar=qe.slots).label)==null?void 0:nr.call(ar))||qe.props.label,xr=!cr&&qe.active?0:-1;return createVNode("div",{ref:`tab-${ur}`,class:[k.e("item"),k.is(n.props.tabPosition),k.is("active",qe.active),k.is("disabled",cr),k.is("closable",hr),k.is("focus",ue.value)],id:`tab-${_r}`,key:`tab-${ur}`,"aria-controls":`pane-${_r}`,role:"tab","aria-selected":qe.active,tabindex:xr,onFocus:()=>Ue(),onBlur:()=>kt(),onClick:yr=>{kt(),y("tabClick",qe,_r,yr)},onKeydown:yr=>{hr&&(yr.code===EVENT_CODE.delete||yr.code===EVENT_CODE.backspace)&&y("tabRemove",qe,yr)}},[kr,Er])});return createVNode("div",{ref:z,class:[k.e("nav-wrap"),k.is("scrollable",!!ie.value),k.is(n.props.tabPosition)]},[Et,createVNode("div",{class:k.e("nav-scroll"),ref:j},[createVNode("div",{class:[k.e("nav"),k.is(n.props.tabPosition),k.is("stretch",e.stretch&&["top","bottom"].includes(n.props.tabPosition))],ref:V,style:Ie.value,role:"tablist",onKeydown:Fe},[e.type?null:createVNode(TabBar,{ref:re,tabs:[...e.panes]},null),Ve])])])}}}),tabsProps=buildProps({type:{type:String,values:["card","border-card",""],default:""},closable:Boolean,addable:Boolean,modelValue:{type:[String,Number]},editable:Boolean,tabPosition:{type:String,values:["top","right","bottom","left"],default:"top"},beforeLeave:{type:definePropType(Function),default:()=>!0},stretch:Boolean}),isPaneName=e=>isString$3(e)||isNumber$3(e),tabsEmits={[UPDATE_MODEL_EVENT]:e=>isPaneName(e),tabClick:(e,t)=>t instanceof Event,tabChange:e=>isPaneName(e),edit:(e,t)=>["remove","add"].includes(t),tabRemove:e=>isPaneName(e),tabAdd:()=>!0},Tabs=defineComponent({name:"ElTabs",props:tabsProps,emits:tabsEmits,setup(e,{emit:t,slots:y,expose:n}){var k;const L=useNamespace("tabs"),$=computed(()=>["left","right"].includes(e.tabPosition)),{children:j,addChild:V,removeChild:z}=useOrderedChildren(getCurrentInstance(),"ElTabPane"),re=ref$1(),ie=ref$1((k=e.modelValue)!=null?k:"0"),oe=async(_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(Ue=>Ue.slots.label);return createVNode(TabNav,{ref:re,currentName:ie.value,editable:e.editable,type:e.type,panes:j.value,stretch:e.stretch,onTabClick:ue,onTabRemove:de},{$stable:!Fe})}},null),Ce]),Ne=createVNode("div",{class:L.e("content")},[renderSlot(y,"default")]);return createVNode("div",{class:[L.b(),L.m(e.tabPosition),{[L.m("card")]:e.type==="card",[L.m("border-card")]:e.type==="border-card"}]},[Ne,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$Z=defineComponent({...__default__$t,props:tabPaneProps,setup(e){const t=e,y=getCurrentInstance(),n=useSlots(),k=inject(tabsRootContextKey);k||throwError(COMPONENT_NAME$1,"usage: ");const L=useNamespace("tab-pane"),$=ref$1(),j=computed(()=>t.closable||k.props.closable),V=computedEager(()=>{var ue;return k.currentName.value===((ue=t.name)!=null?ue:$.value)}),z=ref$1(V.value),re=computed(()=>{var ue;return(ue=t.name)!=null?ue:$.value}),ie=computedEager(()=>!t.lazy||z.value||V.value);watch(V,ue=>{ue&&(z.value=!0)});const oe=reactive({uid:y.uid,slots:n,props:t,paneName:re,active:V,index:$,isClosable:j});return k.registerPane(oe),onMounted(()=>{k.sortPane(oe)}),onUnmounted(()=>{k.unregisterPane(oe.uid)}),(ue,de)=>unref(ie)?withDirectives((openBlock(),createElementBlock("div",{key:0,id:`pane-${unref(re)}`,class:normalizeClass(unref(L).b()),role:"tabpanel","aria-hidden":!unref(V),"aria-labelledby":`tab-${unref(re)}`},[renderSlot(ue.$slots,"default")],10,["id","aria-hidden","aria-labelledby"])),[[vShow,unref(V)]]):createCommentVNode("v-if",!0)}});var TabPane=_export_sfc$1(_sfc_main$Z,[["__file","tab-pane.vue"]]);const ElTabs=withInstall(Tabs,{TabPane}),ElTabPane=withNoopInstall(TabPane),textProps=buildProps({type:{type:String,values:["primary","success","info","warning","danger",""],default:""},size:{type:String,values:componentSizes,default:""},truncated:Boolean,lineClamp:{type:[String,Number]},tag:{type:String,default:"span"}}),__default__$s=defineComponent({name:"ElText"}),_sfc_main$Y=defineComponent({...__default__$s,props:textProps,setup(e){const t=e,y=useFormSize(),n=useNamespace("text"),k=computed(()=>[n.b(),n.m(t.type),n.m(y.value),n.is("truncated",t.truncated),n.is("line-clamp",!isUndefined$1(t.lineClamp))]);return(L,$)=>(openBlock(),createBlock(resolveDynamicComponent(L.tag),{class:normalizeClass(unref(k)),style:normalizeStyle({"-webkit-line-clamp":L.lineClamp})},{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},8,["class","style"]))}});var Text=_export_sfc$1(_sfc_main$Y,[["__file","text.vue"]]);const ElText=withInstall(Text),timeSelectProps=buildProps({format:{type:String,default:"HH:mm"},modelValue:String,disabled:Boolean,editable:{type:Boolean,default:!0},effect:{type:definePropType(String),default:"light"},clearable:{type:Boolean,default:!0},size:useSizeProp,placeholder:String,start:{type:String,default:"09:00"},end:{type:String,default:"18:00"},step:{type:String,default:"00:30"},minTime:String,maxTime:String,name:String,prefixIcon:{type:definePropType([String,Object]),default:()=>clock_default},clearIcon:{type:definePropType([String,Object]),default:()=>circle_close_default},...useEmptyValuesProps}),parseTime=e=>{const t=(e||"").split(":");if(t.length>=2){let y=Number.parseInt(t[0],10);const n=Number.parseInt(t[1],10),k=e.toUpperCase();return k.includes("AM")&&y===12?y=0:k.includes("PM")&&y!==12&&(y+=12),{hours:y,minutes:n}}return null},compareTime=(e,t)=>{const y=parseTime(e);if(!y)return-1;const n=parseTime(t);if(!n)return-1;const k=y.minutes+y.hours*60,L=n.minutes+n.hours*60;return k===L?0:k>L?1:-1},padTime=e=>`${e}`.padStart(2,"0"),formatTime=e=>`${padTime(e.hours)}:${padTime(e.minutes)}`,nextTime=(e,t)=>{const y=parseTime(e);if(!y)return"";const n=parseTime(t);if(!n)return"";const k={hours:y.hours,minutes:y.minutes};return k.minutes+=n.minutes,k.hours+=n.hours,k.hours+=Math.floor(k.minutes/60),k.minutes=k.minutes%60,formatTime(k)},__default__$r=defineComponent({name:"ElTimeSelect"}),_sfc_main$X=defineComponent({...__default__$r,props:timeSelectProps,emits:["change","blur","focus","clear","update:modelValue"],setup(e,{expose:t}){const y=e;dayjs.extend(customParseFormat);const{Option:n}=ElSelect,k=useNamespace("input"),L=ref$1(),$=useFormDisabled(),{lang:j}=useLocale(),V=computed(()=>y.modelValue),z=computed(()=>{const _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$X,[["__file","time-select.vue"]]);const ElTimeSelect=withInstall(TimeSelect),Timeline=defineComponent({name:"ElTimeline",setup(e,{slots:t}){const y=useNamespace("timeline");return provide("timeline",t),()=>h$1("ul",{class:[y.b()]},[renderSlot(t,"default")])}}),timelineItemProps=buildProps({timestamp:{type:String,default:""},hideTimestamp:Boolean,center:Boolean,placement:{type:String,values:["top","bottom"],default:"bottom"},type:{type:String,values:["primary","success","warning","danger","info"],default:""},color:{type:String,default:""},size:{type:String,values:["normal","large"],default:"normal"},icon:{type:iconPropType},hollow:Boolean}),__default__$q=defineComponent({name:"ElTimelineItem"}),_sfc_main$W=defineComponent({...__default__$q,props:timelineItemProps,setup(e){const t=e,y=useNamespace("timeline-item"),n=computed(()=>[y.e("node"),y.em("node",t.size||""),y.em("node",t.type||""),y.is("hollow",t.hollow)]);return(k,L)=>(openBlock(),createElementBlock("li",{class:normalizeClass([unref(y).b(),{[unref(y).e("center")]:k.center}])},[createBaseVNode("div",{class:normalizeClass(unref(y).e("tail"))},null,2),k.$slots.dot?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n)),style:normalizeStyle({backgroundColor:k.color})},[k.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(k.icon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],6)),k.$slots.dot?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("dot"))},[renderSlot(k.$slots,"dot")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("wrapper"))},[!k.hideTimestamp&&k.placement==="top"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("top")])},toDisplayString(k.timestamp),3)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("content"))},[renderSlot(k.$slots,"default")],2),!k.hideTimestamp&&k.placement==="bottom"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("bottom")])},toDisplayString(k.timestamp),3)):createCommentVNode("v-if",!0)],2)],2))}});var TimelineItem=_export_sfc$1(_sfc_main$W,[["__file","timeline-item.vue"]]);const ElTimeline=withInstall(Timeline,{TimelineItem}),ElTimelineItem=withNoopInstall(TimelineItem),tooltipV2CommonProps=buildProps({nowrap:Boolean});var TooltipV2Sides=(e=>(e.top="top",e.bottom="bottom",e.left="left",e.right="right",e))(TooltipV2Sides||{});const tooltipV2Sides=Object.values(TooltipV2Sides),tooltipV2ArrowProps=buildProps({width:{type:Number,default:10},height:{type:Number,default:10},style:{type:definePropType(Object),default:null}}),tooltipV2ArrowSpecialProps=buildProps({side:{type:definePropType(String),values:tooltipV2Sides,required:!0}}),tooltipV2Strategies=["absolute","fixed"],tooltipV2Placements=["top-start","top-end","top","bottom-start","bottom-end","bottom","left-start","left-end","left","right-start","right-end","right"],tooltipV2ContentProps=buildProps({arrowPadding:{type:definePropType(Number),default:5},effect:{type:definePropType(String),default:"light"},contentClass:String,placement:{type:definePropType(String),values:tooltipV2Placements,default:"bottom"},reference:{type:definePropType(Object),default:null},offset:{type:Number,default:8},strategy:{type:definePropType(String),values:tooltipV2Strategies,default:"absolute"},showArrow:Boolean,...useAriaProps(["ariaLabel"])}),tooltipV2RootProps=buildProps({delayDuration:{type:Number,default:300},defaultOpen:Boolean,open:{type:Boolean,default:void 0},onOpenChange:{type:definePropType(Function)},"onUpdate:open":{type:definePropType(Function)}}),EventHandler={type:definePropType(Function)},tooltipV2TriggerProps=buildProps({onBlur:EventHandler,onClick:EventHandler,onFocus:EventHandler,onMouseDown:EventHandler,onMouseEnter:EventHandler,onMouseLeave:EventHandler}),tooltipV2Props=buildProps({...tooltipV2RootProps,...tooltipV2ArrowProps,...tooltipV2TriggerProps,...tooltipV2ContentProps,alwaysOn:Boolean,fullTransition:Boolean,transitionProps:{type:definePropType(Object),default:null},teleported:Boolean,to:{type:definePropType(String),default:"body"}}),tooltipV2RootKey=Symbol("tooltipV2"),tooltipV2ContentKey=Symbol("tooltipV2Content"),TOOLTIP_V2_OPEN="tooltip_v2.open",__default__$p=defineComponent({name:"ElTooltipV2Root"}),_sfc_main$V=defineComponent({...__default__$p,props:tooltipV2RootProps,setup(e,{expose:t}){const y=e,n=ref$1(y.defaultOpen),k=ref$1(null),L=computed({get:()=>isPropAbsent(y.open)?n.value:y.open,set:Ie=>{var _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$V,[["__file","root.vue"]]);const __default__$o=defineComponent({name:"ElTooltipV2Arrow"}),_sfc_main$U=defineComponent({...__default__$o,props:{...tooltipV2ArrowProps,...tooltipV2ArrowSpecialProps},setup(e){const t=e,{ns:y}=inject(tooltipV2RootKey),{arrowRef:n}=inject(tooltipV2ContentKey),k=computed(()=>{const{style:L,width:$,height:j}=t,V=y.namespace.value;return{[`--${V}-tooltip-v2-arrow-width`]:`${$}px`,[`--${V}-tooltip-v2-arrow-height`]:`${j}px`,[`--${V}-tooltip-v2-arrow-border-width`]:`${$/2}px`,[`--${V}-tooltip-v2-arrow-cover-width`]:$/2-1,...L||{}}});return(L,$)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:n,style:normalizeStyle(unref(k)),class:normalizeClass(unref(y).e("arrow"))},null,6))}});var TooltipV2Arrow=_export_sfc$1(_sfc_main$U,[["__file","arrow.vue"]]);const visualHiddenProps=buildProps({style:{type:definePropType([String,Object,Array]),default:()=>({})}}),__default__$n=defineComponent({name:"ElVisuallyHidden"}),_sfc_main$T=defineComponent({...__default__$n,props:visualHiddenProps,setup(e){const t=e,y=computed(()=>[t.style,{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}]);return(n,k)=>(openBlock(),createElementBlock("span",mergeProps(n.$attrs,{style:unref(y)}),[renderSlot(n.$slots,"default")],16))}});var ElVisuallyHidden=_export_sfc$1(_sfc_main$T,[["__file","visual-hidden.vue"]]);const __default__$m=defineComponent({name:"ElTooltipV2Content"}),_sfc_main$S=defineComponent({...__default__$m,props:{...tooltipV2ContentProps,...tooltipV2CommonProps},setup(e){const t=e,{triggerRef:y,contentId:n}=inject(tooltipV2RootKey),k=ref$1(t.placement),L=ref$1(t.strategy),$=ref$1(null),{referenceRef:j,contentRef:V,middlewareData:z,x:re,y:ie,update:oe}=useFloating$2({placement:k,strategy:L,middleware:computed(()=>{const 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$S,[["__file","content.vue"]]);const forwardRefProps=buildProps({setRef:{type:definePropType(Function),required:!0},onlyChild:Boolean});var ForwardRef=defineComponent({props:forwardRefProps,setup(e,{slots:t}){const y=ref$1(),n=composeRefs(y,k=>{k?e.setRef(k.nextElementSibling):e.setRef(null)});return()=>{var k;const[L]=((k=t.default)==null?void 0:k.call(t))||[],$=e.onlyChild?ensureOnlyChild(L.children):L.children;return createVNode(Fragment,{ref:n},[$])}}});const __default__$l=defineComponent({name:"ElTooltipV2Trigger"}),_sfc_main$R=defineComponent({...__default__$l,props:{...tooltipV2CommonProps,...tooltipV2TriggerProps},setup(e){const t=e,{onClose:y,onOpen:n,onDelayOpen:k,triggerRef:L,contentId:$}=inject(tooltipV2RootKey);let j=!1;const V=Ce=>{L.value=Ce},z=()=>{j=!1},re=composeEventHandlers(t.onMouseEnter,k),ie=composeEventHandlers(t.onMouseLeave,y),oe=composeEventHandlers(t.onMouseDown,()=>{y(),j=!0,document.addEventListener("mouseup",z,{once:!0})}),ue=composeEventHandlers(t.onFocus,()=>{j||n()}),de=composeEventHandlers(t.onBlur,y),pe=composeEventHandlers(t.onClick,Ce=>{Ce.detail===0&&y()}),Ie={blur:de,click:pe,focus:ue,mousedown:oe,mouseenter:re,mouseleave:ie},_e=(Ce,he,Ne)=>{Ce&&Object.entries(he).forEach(([Fe,Ue])=>{Ce[Ne](Fe,Ue)})};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$R,[["__file","trigger.vue"]]);const __default__$k=defineComponent({name:"ElTooltipV2"}),_sfc_main$Q=defineComponent({...__default__$k,props:tooltipV2Props,setup(e){const y=toRefs(e),n=reactive(pick(y,Object.keys(tooltipV2ArrowProps))),k=reactive(pick(y,Object.keys(tooltipV2ContentProps))),L=reactive(pick(y,Object.keys(tooltipV2RootProps))),$=reactive(pick(y,Object.keys(tooltipV2TriggerProps)));return(j,V)=>(openBlock(),createBlock(TooltipV2Root,normalizeProps(guardReactiveProps(L)),{default:withCtx(({open:z})=>[createVNode(TooltipV2Trigger,mergeProps($,{nowrap:""}),{default:withCtx(()=>[renderSlot(j.$slots,"trigger")]),_:3},16),createVNode(unref(ElTeleport),{to:j.to,disabled:!j.teleported},{default:withCtx(()=>[j.fullTransition?(openBlock(),createBlock(Transition,normalizeProps(mergeProps({key:0},j.transitionProps)),{default:withCtx(()=>[j.alwaysOn||z?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},k)),{arrow:withCtx(({style:re,side:ie})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:ie}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)]),_:2},1040)):(openBlock(),createElementBlock(Fragment,{key:1},[j.alwaysOn||z?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},k)),{arrow:withCtx(({style:re,side:ie})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:ie}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)],64))]),_:2},1032,["to","disabled"])]),_:3},16))}});var TooltipV2=_export_sfc$1(_sfc_main$Q,[["__file","tooltip.vue"]]);const ElTooltipV2=withInstall(TooltipV2),LEFT_CHECK_CHANGE_EVENT="left-check-change",RIGHT_CHECK_CHANGE_EVENT="right-check-change",transferProps=buildProps({data:{type:definePropType(Array),default:()=>[]},titles:{type:definePropType(Array),default:()=>[]},buttonTexts:{type:definePropType(Array),default:()=>[]},filterPlaceholder:String,filterMethod:{type:definePropType(Function)},leftDefaultChecked:{type:definePropType(Array),default:()=>[]},rightDefaultChecked:{type:definePropType(Array),default:()=>[]},renderContent:{type:definePropType(Function)},modelValue:{type:definePropType(Array),default:()=>[]},format:{type:definePropType(Object),default:()=>({})},filterable:Boolean,props:{type:definePropType(Object),default:()=>mutable({label:"label",key:"key",disabled:"disabled"})},targetOrder:{type:String,values:["original","push","unshift"],default:"original"},validateEvent:{type:Boolean,default:!0}}),transferCheckedChangeFn=(e,t)=>[e,t].every(isArray$2)||isArray$2(e)&&isNil(t),transferEmits={[CHANGE_EVENT]:(e,t,y)=>[e,y].every(isArray$2)&&["left","right"].includes(t),[UPDATE_MODEL_EVENT]:e=>isArray$2(e),[LEFT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn,[RIGHT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn},CHECKED_CHANGE_EVENT="checked-change",transferPanelProps=buildProps({data:transferProps.data,optionRender:{type:definePropType(Function)},placeholder:String,title:String,filterable:Boolean,format:transferProps.format,filterMethod:transferProps.filterMethod,defaultChecked:transferProps.leftDefaultChecked,props:transferProps.props}),transferPanelEmits={[CHECKED_CHANGE_EVENT]:transferCheckedChangeFn},usePropsAlias=e=>{const t={label:"label",key:"key",disabled:"disabled"};return computed(()=>({...t,...e.props}))},useCheck$1=(e,t,y)=>{const n=usePropsAlias(e),k=computed(()=>e.data.filter(re=>isFunction$4(e.filterMethod)?e.filterMethod(t.query,re):String(re[n.value.label]||re[n.value.key]).toLowerCase().includes(t.query.toLowerCase()))),L=computed(()=>k.value.filter(re=>!re[n.value.disabled])),$=computed(()=>{const re=t.checked.length,ie=e.data.length,{noChecked:oe,hasChecked:ue}=e.format;return oe&&ue?re>0?ue.replace(/\${checked}/g,re.toString()).replace(/\${total}/g,ie.toString()):oe.replace(/\${total}/g,ie.toString()):`${re}/${ie}`}),j=computed(()=>{const re=t.checked.length;return re>0&&re{const re=L.value.map(ie=>ie[n.value.key]);t.allChecked=re.length>0&&re.every(ie=>t.checked.includes(ie))},z=re=>{t.checked=re?L.value.map(ie=>ie[n.value.key]):[]};return watch(()=>t.checked,(re,ie)=>{if(V(),t.checkChangeByUser){const oe=re.concat(ie).filter(ue=>!re.includes(ue)||!ie.includes(ue));y(CHECKED_CHANGE_EVENT,re,oe)}else y(CHECKED_CHANGE_EVENT,re),t.checkChangeByUser=!0}),watch(L,()=>{V()}),watch(()=>e.data,()=>{const re=[],ie=k.value.map(oe=>oe[n.value.key]);t.checked.forEach(oe=>{ie.includes(oe)&&re.push(oe)}),t.checkChangeByUser=!1,t.checked=re}),watch(()=>e.defaultChecked,(re,ie)=>{if(ie&&re.length===ie.length&&re.every(de=>ie.includes(de)))return;const oe=[],ue=L.value.map(de=>de[n.value.key]);re.forEach(de=>{ue.includes(de)&&oe.push(de)}),t.checkChangeByUser=!1,t.checked=oe},{immediate:!0}),{filteredData:k,checkableData:L,checkedSummary:$,isIndeterminate:j,updateAllChecked:V,handleAllCheckedChange:z}},useCheckedChange=(e,t)=>({onSourceCheckedChange:(k,L)=>{e.leftChecked=k,L&&t(LEFT_CHECK_CHANGE_EVENT,k,L)},onTargetCheckedChange:(k,L)=>{e.rightChecked=k,L&&t(RIGHT_CHECK_CHANGE_EVENT,k,L)}}),useComputedData=e=>{const t=usePropsAlias(e),y=computed(()=>e.data.reduce((L,$)=>(L[$[t.value.key]]=$)&&L,{})),n=computed(()=>e.data.filter(L=>!e.modelValue.includes(L[t.value.key]))),k=computed(()=>e.targetOrder==="original"?e.data.filter(L=>e.modelValue.includes(L[t.value.key])):e.modelValue.reduce((L,$)=>{const j=y.value[$];return j&&L.push(j),L},[]));return{sourceData:n,targetData:k}},useMove=(e,t,y)=>{const n=usePropsAlias(e),k=(j,V,z)=>{y(UPDATE_MODEL_EVENT,j),y(CHANGE_EVENT,j,V,z)};return{addToLeft:()=>{const j=e.modelValue.slice();t.rightChecked.forEach(V=>{const z=j.indexOf(V);z>-1&&j.splice(z,1)}),k(j,"left",t.rightChecked)},addToRight:()=>{let j=e.modelValue.slice();const V=e.data.filter(z=>{const re=z[n.value.key];return t.leftChecked.includes(re)&&!e.modelValue.includes(re)}).map(z=>z[n.value.key]);j=e.targetOrder==="unshift"?V.concat(j):j.concat(V),e.targetOrder==="original"&&(j=e.data.filter(z=>j.includes(z[n.value.key])).map(z=>z[n.value.key])),k(j,"right",t.leftChecked)}}},__default__$j=defineComponent({name:"ElTransferPanel"}),_sfc_main$P=defineComponent({...__default__$j,props:transferPanelProps,emits:transferPanelEmits,setup(e,{expose:t,emit:y}){const n=e,k=useSlots(),L=({option: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 Ue;return[createVNode(L,{option:(Ue=he.optionRender)==null?void 0:Ue.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$P,[["__file","transfer-panel.vue"]]);const __default__$i=defineComponent({name:"ElTransfer"}),_sfc_main$O=defineComponent({...__default__$i,props:transferProps,emits:transferEmits,setup(e,{expose:t,emit:y}){const n=e,k=useSlots(),{t:L}=useLocale(),$=useNamespace("transfer"),{formItem:j}=useFormItem(),V=reactive({leftChecked:[],rightChecked:[]}),z=usePropsAlias(n),{sourceData:re,targetData:ie}=useComputedData(n),{onSourceCheckedChange:oe,onTargetCheckedChange:ue}=useCheckedChange(V,y),{addToLeft:de,addToRight:pe}=useMove(n,V,y),Ie=ref$1(),_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")),Ue=computed(()=>n.filterPlaceholder||L("el.transfer.filterPlaceholder"));watch(()=>n.modelValue,()=>{var Et;n.validateEvent&&((Et=j==null?void 0:j.validate)==null||Et.call(j,"change").catch(Ve=>void 0))});const kt=computed(()=>Et=>n.renderContent?n.renderContent(h$1,Et):k.default?k.default({option:Et}):h$1("span",Et[z.value.label]||Et[z.value.key]));return t({clearQuery:Ce,leftPanel:Ie,rightPanel:_e}),(Et,Ve)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($).b())},[createVNode(TransferPanel,{ref_key:"leftPanel",ref:Ie,data:unref(re),"option-render":unref(kt),placeholder:unref(Ue),title:unref(Ne),filterable:Et.filterable,format:Et.format,"filter-method":Et.filterMethod,"default-checked":Et.leftDefaultChecked,props:n.props,onCheckedChange:unref(oe)},{default:withCtx(()=>[renderSlot(Et.$slots,"left-footer")]),_:3},8,["data","option-render","placeholder","title","filterable","format","filter-method","default-checked","props","onCheckedChange"]),createBaseVNode("div",{class:normalizeClass(unref($).e("buttons"))},[createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref($).e("button"),unref($).is("with-texts",unref(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(kt),placeholder:unref(Ue),filterable:Et.filterable,format:Et.format,"filter-method":Et.filterMethod,title:unref(Fe),"default-checked":Et.rightDefaultChecked,props:n.props,onCheckedChange:unref(ue)},{default:withCtx(()=>[renderSlot(Et.$slots,"right-footer")]),_:3},8,["data","option-render","placeholder","filterable","format","filter-method","title","default-checked","props","onCheckedChange"])],2))}});var Transfer=_export_sfc$1(_sfc_main$O,[["__file","transfer.vue"]]);const ElTransfer=withInstall(Transfer),NODE_KEY="$treeNodeId",markNodeData=function(e,t){!t||t[NODE_KEY]||Object.defineProperty(t,NODE_KEY,{value:e.id,enumerable:!1,configurable:!1,writable:!1})},getNodeKey=function(e,t){return e?t[e]:t[NODE_KEY]},handleCurrentChange=(e,t,y)=>{const n=e.value.currentNode;y();const k=e.value.currentNode;n!==k&&t("current-change",k?k.data:null,k)},getChildState=e=>{let t=!0,y=!0,n=!0;for(let k=0,L=e.length;k"u"){const L=n[t];return L===void 0?"":L}};let nodeIdSeed=0,Node$1=class w0{constructor(t){this.id=nodeIdSeed++,this.text=null,this.checked=!1,this.indeterminate=!1,this.data=null,this.expanded=!1,this.parent=null,this.visible=!0,this.isCurrent=!1,this.canFocus=!1;for(const y in t)hasOwn$1(t,y)&&(this[y]=t[y]);this.level=0,this.loaded=!1,this.childNodes=[],this.loading=!1,this.parent&&(this.level=this.parent.level+1)}initialize(){const t=this.store;if(!t)throw new Error("[Node]store is required!");t.registerNode(this);const y=t.props;if(y&&typeof y.isLeaf<"u"){const L=getPropertyFromData(this,"isLeaf");typeof L=="boolean"&&(this.isLeafByUser=L)}if(t.lazy!==!0&&this.data?(this.setData(this.data),t.defaultExpandAll&&(this.expanded=!0,this.canFocus=!0)):this.level>0&&t.lazy&&t.defaultExpandAll&&!this.isLeafByUser&&this.expand(),Array.isArray(this.data)||markNodeData(this,this.data),!this.data)return;const n=t.defaultExpandedKeys,k=t.key;k&&n&&n.includes(this.key)&&this.expand(null,t.autoExpandParent),k&&t.currentNodeKey!==void 0&&this.key===t.currentNodeKey&&(t.currentNode=this,t.currentNode.isCurrent=!0),t.lazy&&t._initDefaultCheckedNode(this),this.updateLeafState(),this.parent&&(this.level===1||this.parent.expanded===!0)&&(this.canFocus=!0)}setData(t){Array.isArray(t)||markNodeData(this,t),this.data=t,this.childNodes=[];let y;this.level===0&&Array.isArray(this.data)?y=this.data:y=getPropertyFromData(this,"children")||[];for(let n=0,k=y.length;n-1)return t.childNodes[y+1]}return null}get previousSibling(){const t=this.parent;if(t){const y=t.childNodes.indexOf(this);if(y>-1)return y>0?t.childNodes[y-1]:null}return null}contains(t,y=!0){return(this.childNodes||[]).some(n=>n===t||y&&n.contains(t))}remove(){const t=this.parent;t&&t.removeChild(this)}insertChild(t,y,n){if(!t)throw new Error("InsertChild error: child is required.");if(!(t instanceof w0)){if(!n){const k=this.getChildren(!0);k.includes(t.data)||(typeof y>"u"||y<0?k.push(t.data):k.splice(y,0,t.data))}Object.assign(t,{parent:this,store:this.store}),t=reactive(new w0(t)),t instanceof w0&&t.initialize()}t.level=this.level+1,typeof y>"u"||y<0?this.childNodes.push(t):this.childNodes.splice(y,0,t),this.updateLeafState()}insertBefore(t,y){let n;y&&(n=this.childNodes.indexOf(y)),this.insertChild(t,n)}insertAfter(t,y){let n;y&&(n=this.childNodes.indexOf(y),n!==-1&&(n+=1)),this.insertChild(t,n)}removeChild(t){const y=this.getChildren()||[],n=y.indexOf(t.data);n>-1&&y.splice(n,1);const k=this.childNodes.indexOf(t);k>-1&&(this.store&&this.store.deregisterNode(t),t.parent=null,this.childNodes.splice(k,1)),this.updateLeafState()}removeChildByData(t){let y=null;for(let n=0;n{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{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{Ie.isLeaf||Ie.setChecked(!1,!1),ue(Ie)})};ue(re)}}}setCheckedNodes(t,y=!1){const n=this.key,k={};t.forEach(L=>{k[(L||{})[n]]=!0}),this._setCheckedKeys(n,y,k)}setCheckedKeys(t,y=!1){this.defaultCheckedKeys=t;const n=this.key,k={};t.forEach(L=>{k[L]=!0}),this._setCheckedKeys(n,y,k)}setDefaultExpandedKeys(t){t=t||[],this.defaultExpandedKeys=t,t.forEach(y=>{const n=this.getNode(y);n&&n.expand(null,this.autoExpandParent)})}setChecked(t,y,n){const k=this.getNode(t);k&&k.setChecked(!!y,n)}getCurrentNode(){return this.currentNode}setCurrentNode(t){const y=this.currentNode;y&&(y.isCurrent=!1),this.currentNode=t,this.currentNode.isCurrent=!0}setUserCurrentNode(t,y=!0){const n=t[this.key],k=this.nodesMap[n];this.setCurrentNode(k),y&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0)}setCurrentNodeKey(t,y=!0){if(t==null){this.currentNode&&(this.currentNode.isCurrent=!1),this.currentNode=null;return}const n=this.getNode(t);n&&(this.setCurrentNode(n),y&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0))}}const _sfc_main$N=defineComponent({name:"ElTreeNodeContent",props:{node:{type:Object,required:!0},renderContent:Function},setup(e){const t=useNamespace("tree"),y=inject("NodeInstance"),n=inject("RootTree");return()=>{const k=e.node,{data:L,store:$}=k;return e.renderContent?e.renderContent(h$1,{_self:y,node:k,data:L,store:$}):renderSlot(n.ctx.slots,"default",{node:k,data:L},()=>[h$1("span",{class:t.be("node","label")},[k.label])])}}});var NodeContent=_export_sfc$1(_sfc_main$N,[["__file","tree-node-content.vue"]]);function useNodeExpandEventBroadcast(e){const t=inject("TreeNodeMap",null),y={treeNodeExpand:n=>{e.node!==n&&e.node.collapse()},children:[]};return t&&t.children.push(y),provide("TreeNodeMap",y),{broadcastExpanded:n=>{if(e.accordion)for(const k of y.children)k.treeNodeExpand(n)}}}const dragEventsKey=Symbol("dragEvents");function useDragNodeHandler({props:e,ctx:t,el$:y,dropIndicator$:n,store:k}){const L=useNamespace("tree"),$=ref$1({showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0,dropType:null});return provide(dragEventsKey,{treeNodeDragStart:({event:re,treeNode:ie})=>{if(typeof e.allowDrag=="function"&&!e.allowDrag(ie.node))return re.preventDefault(),!1;re.dataTransfer.effectAllowed="move";try{re.dataTransfer.setData("text/plain","")}catch{}$.value.draggingNode=ie,t.emit("node-drag-start",ie.node,re)},treeNodeDragOver:({event:re,treeNode:ie})=>{const oe=ie,ue=$.value.dropNode;ue&&ue.node.id!==oe.node.id&&removeClass(ue.$el,L.is("drop-inner"));const de=$.value.draggingNode;if(!de||!oe)return;let pe=!0,Ie=!0,_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 Ue=pe?Ie?.25:_e?.45:1:-1,kt=_e?Ie?.75:pe?.55:0:1;let Et=-9999;const Ve=re.clientY-he.top;Vehe.height*kt?Fe="after":Ie?Fe="inner":Fe="none";const qe=oe.$el.querySelector(`.${L.be("node","expand-icon")}`).getBoundingClientRect(),jt=n.value;Fe==="before"?Et=qe.top-Ne.top:Fe==="after"&&(Et=qe.bottom-Ne.top),jt.style.top=`${Et}px`,jt.style.left=`${qe.right-Ne.left}px`,Fe==="inner"?addClass(oe.$el,L.is("drop-inner")):removeClass(oe.$el,L.is("drop-inner")),$.value.showDropIndicator=Fe==="before"||Fe==="after",$.value.allowDrop=$.value.showDropIndicator||Ce,$.value.dropType=Fe,t.emit("node-drag-over",de.node,oe.node,re)},treeNodeDragEnd:re=>{const{draggingNode:ie,dropType:oe,dropNode:ue}=$.value;if(re.preventDefault(),re.dataTransfer.dropEffect="move",ie&&ue){const de={data:ie.node.data};oe!=="none"&&ie.node.remove(),oe==="before"?ue.node.parent.insertBefore(de,ue.node):oe==="after"?ue.node.parent.insertAfter(de,ue.node):oe==="inner"&&ue.node.insertChild(de),oe!=="none"&&(k.value.registerNode(de),k.value.key&&ie.node.eachNode(pe=>{var Ie;(Ie=k.value.nodesMap[pe.data[k.value.key]])==null||Ie.setChecked(pe.checked,!k.value.checkStrictly)})),removeClass(ue.$el,L.is("drop-inner")),t.emit("node-drag-end",ie.node,ue.node,oe,re),oe!=="none"&&t.emit("node-drop",ie.node,ue.node,oe,re)}ie&&!ue&&t.emit("node-drag-end",ie.node,null,oe,re),$.value.showDropIndicator=!1,$.value.draggingNode=null,$.value.dropNode=null,$.value.allowDrop=!0}}),{dragState:$}}const _sfc_main$M=defineComponent({name:"ElTreeNode",components:{ElCollapseTransition,ElCheckbox,NodeContent,ElIcon,Loading:loading_default},props:{node:{type:Node$1,default:()=>({})},props:{type:Object,default:()=>({})},accordion:Boolean,renderContent:Function,renderAfterExpand:Boolean,showCheckbox:{type:Boolean,default:!1}},emits:["node-expand"],setup(e,t){const y=useNamespace("tree"),{broadcastExpanded:n}=useNodeExpandEventBroadcast(e),k=inject("RootTree"),L=ref$1(!1),$=ref$1(!1),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=inject(dragEventsKey),ie=getCurrentInstance();provide("NodeInstance",ie),e.node.expanded&&(L.value=!0,$.value=!0);const oe=k.props.props.children||"children";watch(()=>{const Ve=e.node.data[oe];return Ve&&[...Ve]},()=>{e.node.updateChildren()}),watch(()=>e.node.indeterminate,Ve=>{pe(e.node.checked,Ve)}),watch(()=>e.node.checked,Ve=>{pe(Ve,e.node.indeterminate)}),watch(()=>e.node.childNodes.length,()=>e.node.reInitChecked()),watch(()=>e.node.expanded,Ve=>{nextTick$1(()=>L.value=Ve),Ve&&($.value=!0)});const ue=Ve=>getNodeKey(k.props.nodeKey,Ve.data),de=Ve=>{const qe=e.props.class;if(!qe)return{};let jt;if(isFunction$4(qe)){const{data:tr}=Ve;jt=qe(tr,Ve)}else jt=qe;return isString$3(jt)?{[jt]:!0}:jt},pe=(Ve,qe)=>{(j.value!==Ve||V.value!==qe)&&k.ctx.emit("check-change",e.node.data,Ve,qe),j.value=Ve,V.value=qe},Ie=Ve=>{handleCurrentChange(k.store,k.ctx.emit,()=>k.store.value.setCurrentNode(e.node)),k.currentNode.value=e.node,k.props.expandOnClickNode&&Ce(),k.props.checkOnClickNode&&!e.node.disabled&&he(null,{target:{checked:!e.node.checked}}),k.ctx.emit("node-click",e.node.data,e.node,ie,Ve)},_e=Ve=>{k.instance.vnode.props.onNodeContextmenu&&(Ve.stopPropagation(),Ve.preventDefault()),k.ctx.emit("node-contextmenu",Ve,e.node.data,e.node,ie)},Ce=()=>{e.node.isLeaf||(L.value?(k.ctx.emit("node-collapse",e.node.data,e.node,ie),e.node.collapse()):(e.node.expand(),t.emit("node-expand",e.node.data,e.node,ie)))},he=(Ve,qe)=>{e.node.setChecked(qe.target.checked,!k.props.checkStrictly),nextTick$1(()=>{const jt=k.store.value;k.ctx.emit("check",e.node.data,{checkedNodes:jt.getCheckedNodes(),checkedKeys:jt.getCheckedKeys(),halfCheckedNodes:jt.getHalfCheckedNodes(),halfCheckedKeys:jt.getHalfCheckedKeys()})})};return{ns:y,node$:z,tree:k,expanded:L,childNodeRendered:$,oldChecked:j,oldIndeterminate:V,getNodeKey:ue,getNodeClass:de,handleSelectChange:pe,handleClick:Ie,handleContextMenu:_e,handleExpandIconClick:Ce,handleCheckChange:he,handleChildNodeExpand:(Ve,qe,jt)=>{n(qe),k.ctx.emit("node-expand",Ve,qe,jt)},handleDragStart:Ve=>{k.props.draggable&&re.treeNodeDragStart({event:Ve,treeNode:e})},handleDragOver:Ve=>{Ve.preventDefault(),k.props.draggable&&re.treeNodeDragOver({event:Ve,treeNode:{$el:z.value,node:e.node}})},handleDrop:Ve=>{Ve.preventDefault()},handleDragEnd:Ve=>{k.props.draggable&&re.treeNodeDragEnd(Ve)},CaretRight:caret_right_default}}});function _sfc_render$2(e,t,y,n,k,L){const $=resolveComponent("el-icon"),j=resolveComponent("el-checkbox"),V=resolveComponent("loading"),z=resolveComponent("node-content"),re=resolveComponent("el-tree-node"),ie=resolveComponent("el-collapse-transition");return withDirectives((openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([e.ns.b("node"),e.ns.is("expanded",e.expanded),e.ns.is("current",e.node.isCurrent),e.ns.is("hidden",!e.node.visible),e.ns.is("focusable",!e.node.disabled),e.ns.is("checked",!e.node.disabled&&e.node.checked),e.getNodeClass(e.node)]),role:"treeitem",tabindex:"-1","aria-expanded":e.expanded,"aria-disabled":e.node.disabled,"aria-checked":e.node.checked,draggable:e.tree.props.draggable,"data-key":e.getNodeKey(e.node),onClick:withModifiers(e.handleClick,["stop"]),onContextmenu:e.handleContextMenu,onDragstart:withModifiers(e.handleDragStart,["stop"]),onDragover:withModifiers(e.handleDragOver,["stop"]),onDragend:withModifiers(e.handleDragEnd,["stop"]),onDrop:withModifiers(e.handleDrop,["stop"])},[createBaseVNode("div",{class:normalizeClass(e.ns.be("node","content")),style:normalizeStyle({paddingLeft:(e.node.level-1)*e.tree.props.indent+"px"})},[e.tree.props.icon||e.CaretRight?(openBlock(),createBlock($,{key:0,class:normalizeClass([e.ns.be("node","expand-icon"),e.ns.is("leaf",e.node.isLeaf),{expanded:!e.node.isLeaf&&e.expanded}]),onClick:withModifiers(e.handleExpandIconClick,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.tree.props.icon||e.CaretRight)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),e.showCheckbox?(openBlock(),createBlock(j,{key:1,"model-value":e.node.checked,indeterminate:e.node.indeterminate,disabled:!!e.node.disabled,onClick:withModifiers(()=>{},["stop"]),onChange:e.handleCheckChange},null,8,["model-value","indeterminate","disabled","onClick","onChange"])):createCommentVNode("v-if",!0),e.node.loading?(openBlock(),createBlock($,{key:2,class:normalizeClass([e.ns.be("node","loading-icon"),e.ns.is("loading")])},{default:withCtx(()=>[createVNode(V)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(z,{node:e.node,"render-content":e.renderContent},null,8,["node","render-content"])],6),createVNode(ie,null,{default:withCtx(()=>[!e.renderAfterExpand||e.childNodeRendered?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.be("node","children")),role:"group","aria-expanded":e.expanded},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.node.childNodes,oe=>(openBlock(),createBlock(re,{key:e.getNodeKey(oe),"render-content":e.renderContent,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,node:oe,accordion:e.accordion,props:e.props,onNodeExpand:e.handleChildNodeExpand},null,8,["render-content","render-after-expand","show-checkbox","node","accordion","props","onNodeExpand"]))),128))],10,["aria-expanded"])),[[vShow,e.expanded]]):createCommentVNode("v-if",!0)]),_:1})],42,["aria-expanded","aria-disabled","aria-checked","draggable","data-key","onClick","onContextmenu","onDragstart","onDragover","onDragend","onDrop"])),[[vShow,e.node.visible]])}var ElTreeNode$1=_export_sfc$1(_sfc_main$M,[["render",_sfc_render$2],["__file","tree-node.vue"]]);function useKeydown({el$:e},t){const y=useNamespace("tree"),n=shallowRef([]),k=shallowRef([]);onMounted(()=>{$()}),onUpdated(()=>{n.value=Array.from(e.value.querySelectorAll("[role=treeitem]")),k.value=Array.from(e.value.querySelectorAll("input[type=checkbox]"))}),watch(k,j=>{j.forEach(V=>{V.setAttribute("tabindex","-1")})}),useEventListener(e,"keydown",j=>{const V=j.target;if(!V.className.includes(y.b("node")))return;const z=j.code;n.value=Array.from(e.value.querySelectorAll(`.${y.is("focusable")}[role=treeitem]`));const re=n.value.indexOf(V);let ie;if([EVENT_CODE.up,EVENT_CODE.down].includes(z)){if(j.preventDefault(),z===EVENT_CODE.up){ie=re===-1?0:re!==0?re-1:n.value.length-1;const ue=ie;for(;!t.value.getNode(n.value[ie].dataset.key).canFocus;){if(ie--,ie===ue){ie=-1;break}ie<0&&(ie=n.value.length-1)}}else{ie=re===-1?0:re=n.value.length&&(ie=0)}}ie!==-1&&n.value[ie].focus()}[EVENT_CODE.left,EVENT_CODE.right].includes(z)&&(j.preventDefault(),V.click());const oe=V.querySelector('[type="checkbox"]');[EVENT_CODE.enter,EVENT_CODE.space].includes(z)&&oe&&(j.preventDefault(),oe.click())});const $=()=>{var j;n.value=Array.from(e.value.querySelectorAll(`.${y.is("focusable")}[role=treeitem]`)),k.value=Array.from(e.value.querySelectorAll("input[type=checkbox]"));const V=e.value.querySelectorAll(`.${y.is("checked")}[role=treeitem]`);if(V.length){V[0].setAttribute("tabindex","0");return}(j=n.value[0])==null||j.setAttribute("tabindex","0")}}const _sfc_main$L=defineComponent({name:"ElTree",components:{ElTreeNode:ElTreeNode$1},props:{data:{type:Array,default:()=>[]},emptyText:{type:String},renderAfterExpand:{type:Boolean,default:!0},nodeKey:String,checkStrictly:Boolean,defaultExpandAll:Boolean,expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkDescendants:{type:Boolean,default:!1},autoExpandParent:{type:Boolean,default:!0},defaultCheckedKeys:Array,defaultExpandedKeys:Array,currentNodeKey:[String,Number],renderContent:Function,showCheckbox:{type:Boolean,default:!1},draggable:{type:Boolean,default:!1},allowDrag:Function,allowDrop:Function,props:{type:Object,default:()=>({children:"children",label:"label",disabled:"disabled"})},lazy:{type:Boolean,default:!1},highlightCurrent:Boolean,load:Function,filterNodeMethod:Function,accordion:Boolean,indent:{type:Number,default:18},icon:{type:iconPropType}},emits:["check-change","current-change","node-click","node-contextmenu","node-collapse","node-expand","check","node-drag-start","node-drag-end","node-drop","node-drag-leave","node-drag-enter","node-drag-over"],setup(e,t){const{t:y}=useLocale(),n=useNamespace("tree"),k=inject(selectKey,null),L=ref$1(new TreeStore({key:e.nodeKey,data:e.data,lazy:e.lazy,props:e.props,load:e.load,currentNodeKey:e.currentNodeKey,checkStrictly:e.checkStrictly,checkDescendants:e.checkDescendants,defaultCheckedKeys:e.defaultCheckedKeys,defaultExpandedKeys:e.defaultExpandedKeys,autoExpandParent:e.autoExpandParent,defaultExpandAll:e.defaultExpandAll,filterNodeMethod:e.filterNodeMethod}));L.value.initialize();const $=ref$1(L.value.root),j=ref$1(null),V=ref$1(null),z=ref$1(null),{broadcastExpanded:re}=useNodeExpandEventBroadcast(e),{dragState:ie}=useDragNodeHandler({props:e,ctx:t,el$:V,dropIndicator$:z,store:L});useKeydown({el$:V},L);const oe=computed(()=>{const{childNodes:_r}=$.value,hr=k?k.hasFilteredOptions!==0:!1;return(!_r||_r.length===0||_r.every(({visible:Er})=>!Er))&&!hr});watch(()=>e.currentNodeKey,_r=>{L.value.setCurrentNodeKey(_r)}),watch(()=>e.defaultCheckedKeys,_r=>{L.value.setDefaultCheckedKey(_r)}),watch(()=>e.defaultExpandedKeys,_r=>{L.value.setDefaultExpandedKeys(_r)}),watch(()=>e.data,_r=>{L.value.setData(_r)},{deep:!0}),watch(()=>e.checkStrictly,_r=>{L.value.checkStrictly=_r});const ue=_r=>{if(!e.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");L.value.filter(_r)},de=_r=>getNodeKey(e.nodeKey,_r.data),pe=_r=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");const hr=L.value.getNode(_r);if(!hr)return[];const Er=[hr.data];let kr=hr.parent;for(;kr&&kr!==$.value;)Er.push(kr.data),kr=kr.parent;return Er.reverse()},Ie=(_r,hr)=>L.value.getCheckedNodes(_r,hr),_e=_r=>L.value.getCheckedKeys(_r),Ce=()=>{const _r=L.value.getCurrentNode();return _r?_r.data:null},he=()=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");const _r=Ce();return _r?_r[e.nodeKey]:null},Ne=(_r,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");L.value.setCheckedNodes(_r,hr)},Fe=(_r,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");L.value.setCheckedKeys(_r,hr)},Ue=(_r,hr,Er)=>{L.value.setChecked(_r,hr,Er)},kt=()=>L.value.getHalfCheckedNodes(),Et=()=>L.value.getHalfCheckedKeys(),Ve=(_r,hr=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");handleCurrentChange(L,t.emit,()=>{re(_r),L.value.setUserCurrentNode(_r,hr)})},qe=(_r,hr=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");handleCurrentChange(L,t.emit,()=>{re(),L.value.setCurrentNodeKey(_r,hr)})},jt=_r=>L.value.getNode(_r),tr=_r=>{L.value.remove(_r)},rr=(_r,hr)=>{L.value.append(_r,hr)},ar=(_r,hr)=>{L.value.insertBefore(_r,hr)},nr=(_r,hr)=>{L.value.insertAfter(_r,hr)},ur=(_r,hr,Er)=>{re(hr),t.emit("node-expand",_r,hr,Er)},cr=(_r,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");L.value.updateChildren(_r,hr)};return provide("RootTree",{ctx:t,props:e,store:L,root:$,currentNode:j,instance:getCurrentInstance()}),provide(formItemContextKey,void 0),{ns:n,store:L,root:$,currentNode:j,dragState:ie,el$:V,dropIndicator$:z,isEmpty:oe,filter:ue,getNodeKey:de,getNodePath:pe,getCheckedNodes:Ie,getCheckedKeys:_e,getCurrentNode:Ce,getCurrentKey:he,setCheckedNodes:Ne,setCheckedKeys:Fe,setChecked:Ue,getHalfCheckedNodes:kt,getHalfCheckedKeys:Et,setCurrentNode:Ve,setCurrentKey:qe,t:y,getNode:jt,remove:tr,append:rr,insertBefore:ar,insertAfter:nr,handleNodeExpand:ur,updateKeyChildren:cr}}});function _sfc_render$1(e,t,y,n,k,L){const $=resolveComponent("el-tree-node");return openBlock(),createElementBlock("div",{ref:"el$",class:normalizeClass([e.ns.b(),e.ns.is("dragging",!!e.dragState.draggingNode),e.ns.is("drop-not-allow",!e.dragState.allowDrop),e.ns.is("drop-inner",e.dragState.dropType==="inner"),{[e.ns.m("highlight-current")]:e.highlightCurrent}]),role:"tree"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.root.childNodes,j=>(openBlock(),createBlock($,{key:e.getNodeKey(j),node:j,props:e.props,accordion:e.accordion,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,"render-content":e.renderContent,onNodeExpand:e.handleNodeExpand},null,8,["node","props","accordion","render-after-expand","show-checkbox","render-content","onNodeExpand"]))),128)),e.isEmpty?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(e.ns.e("empty-block"))},[renderSlot(e.$slots,"empty",{},()=>{var j;return[createBaseVNode("span",{class:normalizeClass(e.ns.e("empty-text"))},toDisplayString((j=e.emptyText)!=null?j:e.t("el.tree.emptyText")),3)]})],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{ref:"dropIndicator$",class:normalizeClass(e.ns.e("drop-indicator"))},null,2),[[vShow,e.dragState.showDropIndicator]])],2)}var Tree=_export_sfc$1(_sfc_main$L,[["render",_sfc_render$1],["__file","tree.vue"]]);const ElTree=withInstall(Tree),useSelect=(e,{attrs:t,emit:y},{select:n,tree:k,key:L})=>{const $=useNamespace("tree-select");return watch(()=>e.data,()=>{e.filterable&&nextTick$1(()=>{var V,z;(z=k.value)==null||z.filter((V=n.value)==null?void 0:V.states.inputValue)})},{flush:"post"}),{...pick(toRefs(e),Object.keys(ElSelect.props)),...t,"onUpdate:modelValue":V=>y(UPDATE_MODEL_EVENT,V),valueKey:L,popperClass:computed(()=>{const V=[$.e("popper")];return e.popperClass&&V.push(e.popperClass),V.join(" ")}),filterMethod:(V="")=>{var z;e.filterMethod?e.filterMethod(V):e.remoteMethod?e.remoteMethod(V):(z=k.value)==null||z.filter(V)}}},component=defineComponent({extends:ElOption,setup(e,t){const y=ElOption.setup(e,t);delete y.selectOptionClick;const n=getCurrentInstance().proxy;return nextTick$1(()=>{y.select.states.cachedOptions.get(n.value)||y.select.onOptionCreate(n)}),watch(()=>t.attrs.visible,k=>{y.states.visible=k},{immediate:!0}),y},methods:{selectOptionClick(){this.$el.parentElement.click()}}});function isValidValue(e){return e||e===0}function isValidArray(e){return Array.isArray(e)&&e.length}function toValidArray(e){return Array.isArray(e)?e:isValidValue(e)?[e]:[]}function treeFind(e,t,y,n,k){for(let L=0;L{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],Ue=>!isValidArray(V("children",Ue))&&!V("disabled",Ue),Ue=>V("children",Ue)),Ne=he?V("value",he):void 0,Fe=isValidValue(e.modelValue)&&!!treeFind([ie],Ue=>V("value",Ue)===e.modelValue,Ue=>V("children",Ue));n(UPDATE_MODEL_EVENT,Ne===e.modelValue||Fe?void 0:Ne)}nextTick$1(()=>{var 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$K=defineComponent({name:"ElTreeSelect",inheritAttrs:!1,props:{...ElSelect.props,...ElTree.props,cacheData:{type:Array,default:()=>[]}},setup(e,t){const{slots:y,expose:n}=t,k=ref$1(),L=ref$1(),$=computed(()=>e.nodeKey||e.valueKey||"value"),j=useSelect(e,t,{select:k,tree:L,key:$}),{cacheOptions:V,...z}=useTree$1(e,t,{select:k,tree:L,key:$}),re=reactive({});return n(re),onMounted(()=>{Object.assign(re,{...pick(L.value,["filter","updateKeyChildren","getCheckedNodes","setCheckedNodes","getCheckedKeys","setCheckedKeys","setChecked","getHalfCheckedNodes","getHalfCheckedKeys","getCurrentKey","getCurrentNode","setCurrentKey","setCurrentNode","getNode","remove","append","insertBefore","insertAfter"]),...pick(k.value,["focus","blur"])})}),()=>h$1(ElSelect,reactive({...j,ref:ie=>k.value=ie}),{...y,default:()=>[h$1(CacheOptions,{data:V.value}),h$1(ElTree,reactive({...z,ref:ie=>L.value=ie}))]})}});var TreeSelect=_export_sfc$1(_sfc_main$K,[["__file","tree-select.vue"]]);const ElTreeSelect=withInstall(TreeSelect),ROOT_TREE_INJECTION_KEY=Symbol(),EMPTY_NODE={key:-1,level:-1,data:{}};var TreeOptionsEnum=(e=>(e.KEY="id",e.LABEL="label",e.CHILDREN="children",e.DISABLED="disabled",e))(TreeOptionsEnum||{}),SetOperationEnum=(e=>(e.ADD="add",e.DELETE="delete",e))(SetOperationEnum||{});const itemSize={type:Number,default:26},treeProps=buildProps({data:{type:definePropType(Array),default:()=>mutable([])},emptyText:{type:String},height:{type:Number,default:200},props:{type:definePropType(Object),default:()=>mutable({children:"children",label:"label",disabled:"disabled",value:"id"})},highlightCurrent:{type:Boolean,default:!1},showCheckbox:{type:Boolean,default:!1},defaultCheckedKeys:{type:definePropType(Array),default:()=>mutable([])},checkStrictly:{type:Boolean,default:!1},defaultExpandedKeys:{type:definePropType(Array),default:()=>mutable([])},indent:{type:Number,default:16},itemSize,icon:{type:iconPropType},expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:{type:Boolean,default:!1},currentNodeKey:{type:definePropType([String,Number])},accordion:{type:Boolean,default:!1},filterMethod:{type:definePropType(Function)},perfMode:{type:Boolean,default:!0}}),treeNodeProps=buildProps({node:{type:definePropType(Object),default:()=>mutable(EMPTY_NODE)},expanded:{type:Boolean,default:!1},checked:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},showCheckbox:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},current:{type:Boolean,default:!1},hiddenExpandIcon:{type:Boolean,default:!1},itemSize}),treeNodeContentProps=buildProps({node:{type:definePropType(Object),required:!0}}),NODE_CLICK="node-click",NODE_EXPAND="node-expand",NODE_COLLAPSE="node-collapse",CURRENT_CHANGE="current-change",NODE_CHECK="check",NODE_CHECK_CHANGE="check-change",NODE_CONTEXTMENU="node-contextmenu",treeEmits={[NODE_CLICK]:(e,t,y)=>e&&t&&y,[NODE_EXPAND]:(e,t)=>e&&t,[NODE_COLLAPSE]:(e,t)=>e&&t,[CURRENT_CHANGE]:(e,t)=>e&&t,[NODE_CHECK]:(e,t)=>e&&t,[NODE_CHECK_CHANGE]:(e,t)=>e&&typeof t=="boolean",[NODE_CONTEXTMENU]:(e,t,y)=>e&&t&&y},treeNodeEmits={click:(e,t)=>!!(e&&t),toggle:e=>!!e,check:(e,t)=>e&&typeof t=="boolean"};function useCheck(e,t){const y=ref$1(new Set),n=ref$1(new Set),{emit:k}=getCurrentInstance();watch([()=>t.value,()=>e.defaultCheckedKeys],()=>nextTick$1(()=>{Ce(e.defaultCheckedKeys)}),{immediate:!0});const L=()=>{if(!t.value||!e.showCheckbox||e.checkStrictly)return;const{levelTreeNodeMap:he,maxLevel:Ne}=t.value,Fe=y.value,Ue=new Set;for(let kt=Ne-1;kt>=1;--kt){const Et=he.get(kt);Et&&Et.forEach(Ve=>{const qe=Ve.children;if(qe){let jt=!0,tr=!1;for(const rr of qe){const ar=rr.key;if(Fe.has(ar))tr=!0;else if(Ue.has(ar)){jt=!1,tr=!0;break}else jt=!1}jt?Fe.add(Ve.key):tr?(Ue.add(Ve.key),Fe.delete(Ve.key)):(Fe.delete(Ve.key),Ue.delete(Ve.key))}})}n.value=Ue},$=he=>y.value.has(he.key),j=he=>n.value.has(he.key),V=(he,Ne,Fe=!0)=>{const Ue=y.value,kt=(Et,Ve)=>{Ue[Ve?SetOperationEnum.ADD:SetOperationEnum.DELETE](Et.key);const qe=Et.children;!e.checkStrictly&&qe&&qe.forEach(jt=>{jt.disabled||kt(jt,Ve)})};kt(he,Ne),L(),Fe&&z(he,Ne)},z=(he,Ne)=>{const{checkedNodes:Fe,checkedKeys:Ue}=de(),{halfCheckedNodes:kt,halfCheckedKeys:Et}=pe();k(NODE_CHECK,he.data,{checkedKeys:Ue,checkedNodes:Fe,halfCheckedKeys:Et,halfCheckedNodes:kt}),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:Ue}=t.value;y.value.forEach(kt=>{const Et=Ue.get(kt);Et&&(!he||he&&Et.isLeaf)&&(Fe.push(kt),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(Ue=>{const kt=Fe.get(Ue);kt&&(Ne.push(Ue),he.push(kt.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 Ue=Ne.get(Fe);Ue&&!$(Ue)&&V(Ue,!0,!1)}}}return{updateCheckedKeys:L,toggleCheckbox:V,isChecked:$,isIndeterminate:j,getCheckedKeys:re,getCheckedNodes:ie,getHalfCheckedKeys:oe,getHalfCheckedNodes:ue,setChecked:_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,Ur=>{n.value=Ur},{immediate:!0}),watch(()=>e.data,Ur=>{mr(Ur)},{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 Ur;return((Ur=e.props)==null?void 0:Ur.value)||TreeOptionsEnum.KEY}),he=computed(()=>{var Ur;return((Ur=e.props)==null?void 0:Ur.children)||TreeOptionsEnum.CHILDREN}),Ne=computed(()=>{var Ur;return((Ur=e.props)==null?void 0:Ur.disabled)||TreeOptionsEnum.DISABLED}),Fe=computed(()=>{var Ur;return((Ur=e.props)==null?void 0:Ur.label)||TreeOptionsEnum.LABEL}),Ue=computed(()=>{const Ur=y.value,zr=Ie.value,Sr=[],Tr=k.value&&k.value.treeNodes||[];function Mr(){const br=[];for(let Cr=Tr.length-1;Cr>=0;--Cr)br.push(Tr[Cr]);for(;br.length;){const Cr=br.pop();if(Cr&&(zr.has(Cr.key)||Sr.push(Cr),Ur.has(Cr.key))){const Ir=Cr.children;if(Ir){const Dr=Ir.length;for(let Kr=Dr-1;Kr>=0;--Kr)br.push(Ir[Kr])}}}}return Mr(),Sr}),kt=computed(()=>Ue.value.length>0);function Et(Ur){const zr=new Map,Sr=new Map;let Tr=1;function Mr(Cr,Ir=1,Dr=void 0){var Kr;const Wr=[];for(const Nr of Cr){const Fr=jt(Nr),Qr={level:Ir,key:Fr,data:Nr};Qr.label=rr(Nr),Qr.parent=Dr;const ca=qe(Nr);Qr.disabled=tr(Nr),Qr.isLeaf=!ca||ca.length===0,ca&&ca.length&&(Qr.children=Mr(ca,Ir+1,Qr)),Wr.push(Qr),zr.set(Fr,Qr),Sr.has(Ir)||Sr.set(Ir,[]),(Kr=Sr.get(Ir))==null||Kr.push(Qr)}return Ir>Tr&&(Tr=Ir),Wr}const br=Mr(Ur);return{treeNodeMap:zr,levelTreeNodeMap:Sr,maxLevel:Tr,treeNodes:br}}function Ve(Ur){const zr=pe(Ur);zr&&(y.value=zr)}function qe(Ur){return Ur[he.value]}function jt(Ur){return Ur?Ur[Ce.value]:""}function tr(Ur){return Ur[Ne.value]}function rr(Ur){return Ur[Fe.value]}function ar(Ur){y.value.has(Ur.key)?Er(Ur):hr(Ur)}function nr(Ur){y.value=new Set(Ur)}function ur(Ur,zr){t(NODE_CLICK,Ur.data,Ur,zr),cr(Ur),e.expandOnClickNode&&ar(Ur),e.showCheckbox&&e.checkOnClickNode&&!Ur.disabled&&V(Ur,!j(Ur),!0)}function cr(Ur){yr(Ur)||(n.value=Ur.key,t(CURRENT_CHANGE,Ur.data,Ur))}function _r(Ur,zr){V(Ur,zr)}function hr(Ur){const zr=y.value;if(k.value&&e.accordion){const{treeNodeMap:Sr}=k.value;zr.forEach(Tr=>{const Mr=Sr.get(Tr);Ur&&Ur.level===(Mr==null?void 0:Mr.level)&&zr.delete(Tr)})}zr.add(Ur.key),t(NODE_EXPAND,Ur.data,Ur)}function Er(Ur){y.value.delete(Ur.key),t(NODE_COLLAPSE,Ur.data,Ur)}function kr(Ur){return y.value.has(Ur.key)}function xr(Ur){return!!Ur.disabled}function yr(Ur){const zr=n.value;return zr!==void 0&&zr===Ur.key}function vr(){var Ur,zr;if(n.value)return(zr=(Ur=k.value)==null?void 0:Ur.treeNodeMap.get(n.value))==null?void 0:zr.data}function Rr(){return n.value}function Br(Ur){n.value=Ur}function mr(Ur){nextTick$1(()=>k.value=Et(Ur))}function gr(Ur){var zr;const Sr=isObject$4(Ur)?jt(Ur):Ur;return(zr=k.value)==null?void 0:zr.treeNodeMap.get(Sr)}function jr(Ur,zr="auto"){const Sr=gr(Ur);Sr&&L.value&&L.value.scrollToItem(Ue.value.indexOf(Sr),zr)}function Hr(Ur){var zr;(zr=L.value)==null||zr.scrollTo(Ur)}return{tree:k,flattenTree:Ue,isNotEmpty:kt,listRef:L,getKey:jt,getChildren:qe,toggleExpand:ar,toggleCheckbox:V,isExpanded:kr,isChecked:j,isIndeterminate:$,isDisabled:xr,isCurrent:yr,isForceHiddenExpandIcon:_e,handleNodeClick:ur,handleNodeCheck:_r,getCurrentNode:vr,getCurrentKey:Rr,setCurrentKey:Br,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:ie,getHalfCheckedNodes:oe,setChecked:ue,setCheckedKeys:de,filter:Ve,setData:mr,getNode:gr,expandNode:hr,collapseNode:Er,setExpandedKeys:nr,scrollToNode:jr,scrollTo:Hr}}var ElNodeContent=defineComponent({name:"ElTreeNodeContent",props:treeNodeContentProps,setup(e){const t=inject(ROOT_TREE_INJECTION_KEY),y=useNamespace("tree");return()=>{const n=e.node,{data:k}=n;return t!=null&&t.ctx.slots.default?t.ctx.slots.default({node:n,data:k}):h$1("span",{class:y.be("node","label")},[n==null?void 0:n.label])}}});const __default__$h=defineComponent({name:"ElTreeNode"}),_sfc_main$J=defineComponent({...__default__$h,props:treeNodeProps,emits:treeNodeEmits,setup(e,{emit:t}){const y=e,n=inject(ROOT_TREE_INJECTION_KEY),k=useNamespace("tree"),L=computed(()=>{var ie;return(ie=n==null?void 0:n.props.indent)!=null?ie:16}),$=computed(()=>{var ie;return(ie=n==null?void 0:n.props.icon)!=null?ie:caret_right_default}),j=ie=>{t("click",y.node,ie)},V=()=>{t("toggle",y.node)},z=ie=>{t("check",y.node,ie)},re=ie=>{var oe,ue,de,pe;(de=(ue=(oe=n==null?void 0:n.instance)==null?void 0:oe.vnode)==null?void 0:ue.props)!=null&&de.onNodeContextmenu&&(ie.stopPropagation(),ie.preventDefault()),n==null||n.ctx.emit(NODE_CONTEXTMENU,ie,(pe=y.node)==null?void 0:pe.data,y.node)};return(ie,oe)=>{var ue,de,pe;return openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([unref(k).b("node"),unref(k).is("expanded",ie.expanded),unref(k).is("current",ie.current),unref(k).is("focusable",!ie.disabled),unref(k).is("checked",!ie.disabled&&ie.checked)]),role:"treeitem",tabindex:"-1","aria-expanded":ie.expanded,"aria-disabled":ie.disabled,"aria-checked":ie.checked,"data-key":(ue=ie.node)==null?void 0:ue.key,onClick:withModifiers(j,["stop"]),onContextmenu:re},[createBaseVNode("div",{class:normalizeClass(unref(k).be("node","content")),style:normalizeStyle({paddingLeft:`${(ie.node.level-1)*unref(L)}px`,height:ie.itemSize+"px"})},[unref($)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(k).is("leaf",!!((de=ie.node)!=null&&de.isLeaf)),unref(k).is("hidden",ie.hiddenExpandIcon),{expanded:!((pe=ie.node)!=null&&pe.isLeaf)&&ie.expanded},unref(k).be("node","expand-icon")]),onClick:withModifiers(V,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref($))))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),ie.showCheckbox?(openBlock(),createBlock(unref(ElCheckbox),{key:1,"model-value":ie.checked,indeterminate:ie.indeterminate,disabled:ie.disabled,onChange:z,onClick:withModifiers(()=>{},["stop"])},null,8,["model-value","indeterminate","disabled","onClick"])):createCommentVNode("v-if",!0),createVNode(unref(ElNodeContent),{node:ie.node},null,8,["node"])],6)],42,["aria-expanded","aria-disabled","aria-checked","data-key","onClick"])}}});var ElTreeNode=_export_sfc$1(_sfc_main$J,[["__file","tree-node.vue"]]);const __default__$g=defineComponent({name:"ElTreeV2"}),_sfc_main$I=defineComponent({...__default__$g,props:treeProps,emits:treeEmits,setup(e,{expose:t,emit:y}){const n=e,k=useSlots(),L=computed(()=>n.itemSize);provide(ROOT_TREE_INJECTION_KEY,{ctx:{emit:y,slots:k},props:n,instance:getCurrentInstance()}),provide(formItemContextKey,void 0);const{t:$}=useLocale(),j=useNamespace("tree"),{flattenTree:V,isNotEmpty:z,listRef:re,toggleExpand:ie,isExpanded:oe,isIndeterminate:ue,isChecked:de,isDisabled:pe,isCurrent:Ie,isForceHiddenExpandIcon:_e,handleNodeClick:Ce,handleNodeCheck:he,toggleCheckbox:Ne,getCurrentNode:Fe,getCurrentKey:Ue,setCurrentKey:kt,getCheckedKeys:Et,getCheckedNodes:Ve,getHalfCheckedKeys:qe,getHalfCheckedNodes:jt,setChecked:tr,setCheckedKeys:rr,filter:ar,setData:nr,getNode:ur,expandNode:cr,collapseNode:_r,setExpandedKeys:hr,scrollToNode:Er,scrollTo:kr}=useTree(n,y);return t({toggleCheckbox:Ne,getCurrentNode:Fe,getCurrentKey:Ue,setCurrentKey:kt,getCheckedKeys:Et,getCheckedNodes:Ve,getHalfCheckedKeys:qe,getHalfCheckedNodes:jt,setChecked:tr,setCheckedKeys:rr,filter:ar,setData:nr,getNode:ur,expandNode:cr,collapseNode:_r,setExpandedKeys:hr,scrollToNode:Er,scrollTo:kr}),(xr,yr)=>{var 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:Rr,index:Br,style:mr})=>[(openBlock(),createBlock(ElTreeNode,{key:Rr[Br].key,style:normalizeStyle(mr),node:Rr[Br],expanded:unref(oe)(Rr[Br]),"show-checkbox":xr.showCheckbox,checked:unref(de)(Rr[Br]),indeterminate:unref(ue)(Rr[Br]),"item-size":unref(L),disabled:unref(pe)(Rr[Br]),current:unref(Ie)(Rr[Br]),"hidden-expand-icon":unref(_e)(Rr[Br]),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$I,[["__file","tree.vue"]]);const ElTreeV2=withInstall(TreeV2),uploadContextKey=Symbol("uploadContextKey"),SCOPE$2="ElUpload";class UploadAjaxError extends Error{constructor(t,y,n,k){super(t),this.name="UploadAjaxError",this.status=y,this.method=n,this.url=k}}function getError(e,t,y){let n;return y.response?n=`${y.response.error||y.response}`:y.responseText?n=`${y.responseText}`:n=`fail to ${t.method} ${e} ${y.status}`,new UploadAjaxError(n,y.status,t.method,e)}function getBody(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}const ajaxUpload=e=>{typeof XMLHttpRequest>"u"&&throwError(SCOPE$2,"XMLHttpRequest is undefined");const t=new XMLHttpRequest,y=e.action;t.upload&&t.upload.addEventListener("progress",L=>{const $=L;$.percent=L.total>0?L.loaded/L.total*100:0,e.onProgress($)});const n=new FormData;if(e.data)for(const[L,$]of Object.entries(e.data))isArray$2($)&&$.length?n.append(L,...$):n.append(L,$);n.append(e.filename,e.file,e.file.name),t.addEventListener("error",()=>{e.onError(getError(y,e,t))}),t.addEventListener("load",()=>{if(t.status<200||t.status>=300)return e.onError(getError(y,e,t));e.onSuccess(getBody(t))}),t.open(e.method,y,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0);const k=e.headers||{};if(k instanceof Headers)k.forEach((L,$)=>t.setRequestHeader($,L));else for(const[L,$]of Object.entries(k))isNil($)||t.setRequestHeader(L,String($));return t.send(n),t},uploadListTypes=["text","picture","picture-card"];let fileId=1;const genFileId=()=>Date.now()+fileId++,uploadBaseProps=buildProps({action:{type:String,default:"#"},headers:{type:definePropType(Object)},method:{type:String,default:"post"},data:{type:definePropType([Object,Function,Promise]),default:()=>mutable({})},multiple:Boolean,name:{type:String,default:"file"},drag:Boolean,withCredentials:Boolean,showFileList:{type:Boolean,default:!0},accept:{type:String,default:""},fileList:{type:definePropType(Array),default:()=>mutable([])},autoUpload:{type:Boolean,default:!0},listType:{type:String,values:uploadListTypes,default:"text"},httpRequest:{type:definePropType(Function),default:ajaxUpload},disabled:Boolean,limit:Number}),uploadProps=buildProps({...uploadBaseProps,beforeUpload:{type:definePropType(Function),default:NOOP},beforeRemove:{type:definePropType(Function)},onRemove:{type:definePropType(Function),default:NOOP},onChange:{type:definePropType(Function),default:NOOP},onPreview:{type:definePropType(Function),default:NOOP},onSuccess:{type:definePropType(Function),default:NOOP},onProgress:{type:definePropType(Function),default:NOOP},onError:{type:definePropType(Function),default:NOOP},onExceed:{type:definePropType(Function),default:NOOP},crossorigin:{type:definePropType(String)}}),uploadListProps=buildProps({files:{type:definePropType(Array),default:()=>mutable([])},disabled:{type:Boolean,default:!1},handlePreview:{type:definePropType(Function),default:NOOP},listType:{type:String,values:uploadListTypes,default:"text"},crossorigin:{type:definePropType(String)}}),uploadListEmits={remove:e=>!!e},__default__$f=defineComponent({name:"ElUploadList"}),_sfc_main$H=defineComponent({...__default__$f,props:uploadListProps,emits:uploadListEmits,setup(e,{emit:t}){const y=e,{t:n}=useLocale(),k=useNamespace("upload"),L=useNamespace("icon"),$=useNamespace("list"),j=useFormDisabled(),V=ref$1(!1),z=computed(()=>[k.b("list"),k.bm("list",y.listType),k.is("disabled",y.disabled)]),re=ie=>{t("remove",ie)};return(ie,oe)=>(openBlock(),createBlock(TransitionGroup,{tag:"ul",class:normalizeClass(unref(z)),name:unref($).b()},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(ie.files,(ue,de)=>(openBlock(),createElementBlock("li",{key:ue.uid||ue.name,class:normalizeClass([unref(k).be("list","item"),unref(k).is(ue.status),{focusing:V.value}]),tabindex:"0",onKeydown:withKeys(pe=>!unref(j)&&re(ue),["delete"]),onFocus:pe=>V.value=!0,onBlur:pe=>V.value=!1,onClick:pe=>V.value=!1},[renderSlot(ie.$slots,"default",{file:ue,index:de},()=>[ie.listType==="picture"||ue.status!=="uploading"&&ie.listType==="picture-card"?(openBlock(),createElementBlock("img",{key:0,class:normalizeClass(unref(k).be("list","item-thumbnail")),src:ue.url,crossorigin:ie.crossorigin,alt:""},null,10,["src","crossorigin"])):createCommentVNode("v-if",!0),ue.status==="uploading"||ie.listType!=="picture-card"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).be("list","item-info"))},[createBaseVNode("a",{class:normalizeClass(unref(k).be("list","item-name")),onClick:withModifiers(pe=>ie.handlePreview(ue),["prevent"])},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).m("document"))},{default:withCtx(()=>[createVNode(unref(document_default))]),_:1},8,["class"]),createBaseVNode("span",{class:normalizeClass(unref(k).be("list","item-file-name")),title:ue.name},toDisplayString(ue.name),11,["title"])],10,["onClick"]),ue.status==="uploading"?(openBlock(),createBlock(unref(ElProgress),{key:0,type:ie.listType==="picture-card"?"circle":"line","stroke-width":ie.listType==="picture-card"?6:2,percentage:Number(ue.percentage),style:normalizeStyle(ie.listType==="picture-card"?"":"margin-top: 0.5rem")},null,8,["type","stroke-width","percentage","style"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("label",{class:normalizeClass(unref(k).be("list","item-status-label"))},[ie.listType==="text"?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(L).m("upload-success"),unref(L).m("circle-check")])},{default:withCtx(()=>[createVNode(unref(circle_check_default))]),_:1},8,["class"])):["picture-card","picture"].includes(ie.listType)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(L).m("upload-success"),unref(L).m("check")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(L).m("close")),onClick:pe=>re(ue)},{default:withCtx(()=>[createVNode(unref(close_default))]),_:2},1032,["class","onClick"])),createCommentVNode(" Due to close btn only appears when li gets focused disappears after li gets blurred, thus keyboard navigation can never reach close btn"),createCommentVNode(" This is a bug which needs to be fixed "),createCommentVNode(" TODO: Fix the incorrect navigation interaction "),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("i",{key:3,class:normalizeClass(unref(L).m("close-tip"))},toDisplayString(unref(n)("el.upload.deleteTip")),3)),ie.listType==="picture-card"?(openBlock(),createElementBlock("span",{key:4,class:normalizeClass(unref(k).be("list","item-actions"))},[createBaseVNode("span",{class:normalizeClass(unref(k).be("list","item-preview")),onClick:pe=>ie.handlePreview(ue)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).m("zoom-in"))},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["class"])],10,["onClick"]),unref(j)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(k).be("list","item-delete")),onClick:pe=>re(ue)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).m("delete"))},{default:withCtx(()=>[createVNode(unref(delete_default))]),_:1},8,["class"])],10,["onClick"]))],2)):createCommentVNode("v-if",!0)])],42,["onKeydown","onFocus","onBlur","onClick"]))),128)),renderSlot(ie.$slots,"append")]),_:3},8,["class","name"]))}});var UploadList=_export_sfc$1(_sfc_main$H,[["__file","upload-list.vue"]]);const uploadDraggerProps=buildProps({disabled:{type:Boolean,default:!1}}),uploadDraggerEmits={file:e=>isArray$2(e)},COMPONENT_NAME="ElUploadDrag",__default__$e=defineComponent({name:COMPONENT_NAME}),_sfc_main$G=defineComponent({...__default__$e,props:uploadDraggerProps,emits:uploadDraggerEmits,setup(e,{emit:t}){inject(uploadContextKey)||throwError(COMPONENT_NAME,"usage: ");const n=useNamespace("upload"),k=ref$1(!1),L=useFormDisabled(),$=V=>{if(L.value)return;k.value=!1,V.stopPropagation();const z=Array.from(V.dataTransfer.files);t("file",z)},j=()=>{L.value||(k.value=!0)};return(V,z)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("dragger"),unref(n).is("dragover",k.value)]),onDrop:withModifiers($,["prevent"]),onDragover:withModifiers(j,["prevent"]),onDragleave:withModifiers(re=>k.value=!1,["prevent"])},[renderSlot(V.$slots,"default")],42,["onDrop","onDragover","onDragleave"]))}});var UploadDragger=_export_sfc$1(_sfc_main$G,[["__file","upload-dragger.vue"]]);const uploadContentProps=buildProps({...uploadBaseProps,beforeUpload:{type:definePropType(Function),default:NOOP},onRemove:{type:definePropType(Function),default:NOOP},onStart:{type:definePropType(Function),default:NOOP},onSuccess:{type:definePropType(Function),default:NOOP},onProgress:{type:definePropType(Function),default:NOOP},onError:{type:definePropType(Function),default:NOOP},onExceed:{type:definePropType(Function),default:NOOP}}),__default__$d=defineComponent({name:"ElUploadContent",inheritAttrs:!1}),_sfc_main$F=defineComponent({...__default__$d,props:uploadContentProps,setup(e,{expose:t}){const y=e,n=useNamespace("upload"),k=useFormDisabled(),L=shallowRef({}),$=shallowRef(),j=pe=>{if(pe.length===0)return;const{autoUpload:Ie,limit:_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 Ue of pe){const kt=Ue;kt.uid=genFileId(),Ne(kt),Ie&&V(kt)}},V=async pe=>{if($.value.value="",!y.beforeUpload)return re(pe);let Ie,_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:Ue,onProgress:kt,onSuccess:Et,onError:Ve,httpRequest:qe}=y;try{Ie=await z(Ie??Ce,pe)}catch{y.onRemove(pe);return}const{uid:jt}=pe,tr={headers:_e||{},withCredentials:Ne,file:pe,data:Ie,method:he,filename:Fe,action:Ue,onProgress:ar=>{kt(ar,pe)},onSuccess:ar=>{Et(ar,pe),delete L.value[jt]},onError:ar=>{Ve(ar,pe),delete L.value[jt]}},rr=qe(tr);L.value[jt]=rr,rr instanceof Promise&&rr.then(tr.onSuccess,tr.onError)},ie=pe=>{const Ie=pe.target.files;Ie&&j(Array.from(Ie))},oe=()=>{k.value||($.value.value="",$.value.click())},ue=()=>{oe()};return t({abort:pe=>{entriesOf(L.value).filter(pe?([_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$F,[["__file","upload-content.vue"]]);const SCOPE$1="ElUpload",revokeFileObjectURL=e=>{var t;(t=e.url)!=null&&t.startsWith("blob:")&&URL.revokeObjectURL(e.url)},useHandlers=(e,t)=>{const y=useVModel(e,"fileList",void 0,{passive:!0}),n=ue=>y.value.find(de=>de.uid===ue.uid);function k(ue){var de;(de=t.value)==null||de.abort(ue)}function L(ue=["ready","uploading","success","fail"]){y.value=y.value.filter(de=>!ue.includes(de.status))}function $(ue){y.value=y.value.filter(de=>de!==ue)}const j=(ue,de)=>{const pe=n(de);pe&&(console.error(ue),pe.status="fail",$(pe),e.onError(ue,pe,y.value),e.onChange(pe,y.value))},V=(ue,de)=>{const pe=n(de);pe&&(e.onProgress(ue,pe,y.value),pe.status="uploading",pe.percentage=Math.round(ue.percent))},z=(ue,de)=>{const pe=n(de);pe&&(pe.status="success",pe.response=ue,e.onSuccess(ue,pe,y.value),e.onChange(pe,y.value))},re=ue=>{isNil(ue.uid)&&(ue.uid=genFileId());const de={name:ue.name,percentage:0,status:"ready",size:ue.size,raw:ue,uid:ue.uid};if(e.listType==="picture-card"||e.listType==="picture")try{de.url=URL.createObjectURL(ue)}catch(pe){pe.message,e.onError(pe,de,y.value)}y.value=[...y.value,de],e.onChange(de,y.value)},ie=async ue=>{const de=ue instanceof File?n(ue):ue;de||throwError(SCOPE$1,"file to be removed not found");const pe=Ie=>{k(Ie),$(Ie),e.onRemove(Ie,y.value),revokeFileObjectURL(Ie)};e.beforeRemove?await e.beforeRemove(de,y.value)!==!1&&pe(de):pe(de)};function oe(){y.value.filter(({status:ue})=>ue==="ready").forEach(({raw:ue})=>{var de;return ue&&((de=t.value)==null?void 0:de.upload(ue))})}return watch(()=>e.listType,ue=>{ue!=="picture-card"&&ue!=="picture"||(y.value=y.value.map(de=>{const{raw:pe,url:Ie}=de;if(!Ie&&pe)try{de.url=URL.createObjectURL(pe)}catch(_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$E=defineComponent({...__default__$c,props:uploadProps,setup(e,{expose:t}){const y=e,n=useFormDisabled(),k=shallowRef(),{abort:L,submit:$,clearFiles:j,uploadFiles:V,handleStart:z,handleError:re,handleRemove:ie,handleSuccess:oe,handleProgress:ue,revokeFileObjectURL:de}=useHandlers(y,k),pe=computed(()=>y.listType==="picture-card"),Ie=computed(()=>({...y,fileList:V.value,onStart:z,onProgress:ue,onSuccess:oe,onError:re,onRemove:ie}));return onBeforeUnmount(()=>{V.value.forEach(de)}),provide(uploadContextKey,{accept:toRef$1(y,"accept")}),t({abort:L,submit:$,clearFiles:j,handleStart:z,handleRemove:ie}),(_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$E,[["__file","upload.vue"]]);const ElUpload=withInstall(Upload),watermarkProps=buildProps({zIndex:{type:Number,default:9},rotate:{type:Number,default:-22},width:Number,height:Number,image:String,content:{type:definePropType([String,Array]),default:"Element Plus"},font:{type:definePropType(Object)},gap:{type:definePropType(Array),default:()=>[100,100]},offset:{type:definePropType(Array)}});function toLowercaseSeparator(e){return e.replace(/([A-Z])/g,"-$1").toLowerCase()}function getStyleStr(e){return Object.keys(e).map(t=>`${toLowercaseSeparator(t)}: ${e[t]};`).join(" ")}function getPixelRatio(){return window.devicePixelRatio||1}const reRendering=(e,t)=>{let y=!1;return e.removedNodes.length&&t&&(y=Array.from(e.removedNodes).includes(t)),e.type==="attributes"&&e.target===t&&(y=!0),y},FontGap=3;function prepareCanvas(e,t,y=1){const n=document.createElement("canvas"),k=n.getContext("2d"),L=e*y,$=t*y;return n.setAttribute("width",`${L}px`),n.setAttribute("height",`${$}px`),k.save(),[k,n,L,$]}function useClips(){function e(t,y,n,k,L,$,j,V){const[z,re,ie,oe]=prepareCanvas(k,L,n);if(t instanceof HTMLImageElement)z.drawImage(t,0,0,ie,oe);else{const{color:kr,fontSize:xr,fontStyle:yr,fontWeight:vr,fontFamily:Rr,textAlign:Br,textBaseline:mr}=$,gr=Number(xr)*n;z.font=`${yr} normal ${vr} ${gr}px/${L}px ${Rr}`,z.fillStyle=kr,z.textAlign=Br,z.textBaseline=mr;const jr=Array.isArray(t)?t:[t];jr==null||jr.forEach((Hr,Ur)=>{z.fillText(Hr??"",ie/2,Ur*(gr+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(kr,xr){const yr=kr*Math.cos(ue)-xr*Math.sin(ue),vr=kr*Math.sin(ue)+xr*Math.cos(ue);return[yr,vr]}let he=0,Ne=0,Fe=0,Ue=0;const kt=ie/2,Et=oe/2;[[0-kt,0-Et],[0+kt,0-Et],[0+kt,0+Et],[0-kt,0+Et]].forEach(([kr,xr])=>{const[yr,vr]=Ce(kr,xr);he=Math.min(he,yr),Ne=Math.max(Ne,yr),Fe=Math.min(Fe,vr),Ue=Math.max(Ue,vr)});const qe=he+_e/2,jt=Fe+_e/2,tr=Ne-he,rr=Ue-Fe,ar=j*n,nr=V*n,ur=(tr+ar)*2,cr=rr+nr,[_r,hr]=prepareCanvas(ur,cr);function Er(kr=0,xr=0){_r.drawImage(Ie,qe,jt,tr,rr,kr,xr,tr,rr)}return Er(),Er(tr+ar,-rr/2-nr/2),Er(tr+ar,+rr/2+nr/2),[hr.toDataURL(),ur/n,cr/n]}return e}const __default__$b=defineComponent({name:"ElWatermark"}),_sfc_main$D=defineComponent({...__default__$b,props:watermarkProps,setup(e){const t=e,y={position:"relative"},n=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.color)!=null?jt:"rgba(0,0,0,.15)"}),k=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontSize)!=null?jt:16}),L=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontWeight)!=null?jt:"normal"}),$=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontStyle)!=null?jt:"normal"}),j=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontFamily)!=null?jt:"sans-serif"}),V=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.textAlign)!=null?jt:"center"}),z=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.textBaseline)!=null?jt:"hanging"}),re=computed(()=>t.gap[0]),ie=computed(()=>t.gap[1]),oe=computed(()=>re.value/2),ue=computed(()=>ie.value/2),de=computed(()=>{var qe,jt;return(jt=(qe=t.offset)==null?void 0:qe[0])!=null?jt:oe.value}),pe=computed(()=>{var qe,jt;return(jt=(qe=t.offset)==null?void 0:qe[1])!=null?jt:ue.value}),Ie=()=>{const qe={zIndex:t.zIndex,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let jt=de.value-oe.value,tr=pe.value-ue.value;return jt>0&&(qe.left=`${jt}px`,qe.width=`calc(100% - ${jt}px)`,jt=0),tr>0&&(qe.top=`${tr}px`,qe.height=`calc(100% - ${tr}px)`,tr=0),qe.backgroundPosition=`${jt}px ${tr}px`,qe},_e=shallowRef(null),Ce=shallowRef(),he=ref$1(!1),Ne=()=>{Ce.value&&(Ce.value.remove(),Ce.value=void 0)},Fe=(qe,jt)=>{var tr;_e.value&&Ce.value&&(he.value=!0,Ce.value.setAttribute("style",getStyleStr({...Ie(),backgroundImage:`url('${qe}')`,backgroundSize:`${Math.floor(jt)}px`})),(tr=_e.value)==null||tr.append(Ce.value),setTimeout(()=>{he.value=!1}))},Ue=qe=>{let jt=120,tr=64;const rr=t.image,ar=t.content,nr=t.width,ur=t.height;if(!rr&&qe.measureText){qe.font=`${Number(k.value)}px ${j.value}`;const cr=Array.isArray(ar)?ar:[ar],_r=cr.map(hr=>{const Er=qe.measureText(hr);return[Er.width,Er.fontBoundingBoxAscent!==void 0?Er.fontBoundingBoxAscent+Er.fontBoundingBoxDescent:Er.actualBoundingBoxAscent+Er.actualBoundingBoxDescent]});jt=Math.ceil(Math.max(..._r.map(hr=>hr[0]))),tr=Math.ceil(Math.max(..._r.map(hr=>hr[1])))*cr.length+(cr.length-1)*FontGap}return[nr??jt,ur??tr]},kt=useClips(),Et=()=>{const jt=document.createElement("canvas").getContext("2d"),tr=t.image,rr=t.content,ar=t.rotate;if(jt){Ce.value||(Ce.value=document.createElement("div"));const nr=getPixelRatio(),[ur,cr]=Ue(jt),_r=hr=>{const[Er,kr]=kt(hr||"",ar,nr,ur,cr,{color:n.value,fontSize:k.value,fontStyle:$.value,fontWeight:L.value,fontFamily:j.value,textAlign:V.value,textBaseline:z.value},re.value,ie.value);Fe(Er,kr)};if(tr){const hr=new Image;hr.onload=()=>{_r(hr)},hr.onerror=()=>{_r(rr)},hr.crossOrigin="anonymous",hr.referrerPolicy="no-referrer",hr.src=tr}else _r(rr)}};return onMounted(()=>{Et()}),watch(()=>t,()=>{Et()},{deep:!0,flush:"post"}),onBeforeUnmount(()=>{Ne()}),useMutationObserver(_e,qe=>{he.value||qe.forEach(jt=>{reRendering(jt,Ce.value)&&(Ne(),Et())})},{attributes:!0,subtree:!0,childList:!0}),(qe,jt)=>(openBlock(),createElementBlock("div",{ref_key:"containerRef",ref:_e,style:normalizeStyle([y])},[renderSlot(qe.$slots,"default")],4))}});var Watermark=_export_sfc$1(_sfc_main$D,[["__file","watermark.vue"]]);const ElWatermark=withInstall(Watermark),maskProps=buildProps({zIndex:{type:Number,default:1001},visible:Boolean,fill:{type:String,default:"rgba(0,0,0,0.5)"},pos:{type:definePropType(Object)},targetAreaClickable:{type:Boolean,default:!0}}),useTarget=(e,t,y,n,k)=>{const L=ref$1(null),$=()=>{let ie;return isString$3(e.value)?ie=document.querySelector(e.value):isFunction$4(e.value)?ie=e.value():ie=e.value,ie},j=()=>{const ie=$();if(!ie||!t.value){L.value=null;return}!isInViewPort(ie)&&t.value&&ie.scrollIntoView(k.value);const{left:oe,top:ue,width:de,height:pe}=ie.getBoundingClientRect();L.value={left:oe,top:ue,width:de,height:pe,radius:0}};onMounted(()=>{watch([t,e],()=>{j()},{immediate:!0}),window.addEventListener("resize",j)}),onBeforeUnmount(()=>{window.removeEventListener("resize",j)});const V=ie=>{var oe;return(oe=isArray$2(y.value.offset)?y.value.offset[ie]:y.value.offset)!=null?oe:6},z=computed(()=>{var ie;if(!L.value)return L.value;const oe=V(0),ue=V(1),de=((ie=y.value)==null?void 0:ie.radius)||2;return{left:L.value.left-oe,top:L.value.top-ue,width:L.value.width+oe*2,height:L.value.height+ue*2,radius:de}}),re=computed(()=>{const ie=$();return!n.value||!ie||!window.DOMRect?ie||void 0:{getBoundingClientRect(){var oe,ue,de,pe;return window.DOMRect.fromRect({width:((oe=z.value)==null?void 0:oe.width)||0,height:((ue=z.value)==null?void 0:ue.height)||0,x:((de=z.value)==null?void 0:de.left)||0,y:((pe=z.value)==null?void 0:pe.top)||0})}}});return{mergedPosInfo:z,triggerTarget:re}},tourKey=Symbol("ElTour");function isInViewPort(e){const t=window.innerWidth||document.documentElement.clientWidth,y=window.innerHeight||document.documentElement.clientHeight,{top:n,right:k,bottom:L,left:$}=e.getBoundingClientRect();return n>=0&&$>=0&&k<=t&&L<=y}const useFloating$1=(e,t,y,n,k,L,$,j)=>{const V=ref$1(),z=ref$1(),re=ref$1({}),ie={x:V,y:z,placement:n,strategy:k,middlewareData:re},oe=computed(()=>{const _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$C=defineComponent({...__default__$a,props:maskProps,setup(e){const t=e,{ns:y}=inject(tourKey),n=computed(()=>{var j,V;return(V=(j=t.pos)==null?void 0:j.radius)!=null?V:2}),k=computed(()=>{const j=n.value,V=`a${j},${j} 0 0 1`;return{topRight:`${V} ${j},${j}`,bottomRight:`${V} ${-j},${j}`,bottomLeft:`${V} ${-j},${-j}`,topLeft:`${V} ${j},${-j}`}}),L=computed(()=>{const j=window.innerWidth,V=window.innerHeight,z=k.value,re=`M${j},0 L0,0 L0,${V} L${j},${V} L${j},0 Z`,ie=n.value;return t.pos?`${re} M${t.pos.left+ie},${t.pos.top} h${t.pos.width-ie*2} ${z.topRight} v${t.pos.height-ie*2} ${z.bottomRight} h${-t.pos.width+ie*2} ${z.bottomLeft} v${-t.pos.height+ie*2} ${z.topLeft} z`:re}),$=computed(()=>({fill:t.fill,pointerEvents:"auto",cursor:"auto"}));return useLockscreen(toRef$1(t,"visible"),{ns:y}),(j,V)=>j.visible?(openBlock(),createElementBlock("div",mergeProps({key:0,class:unref(y).e("mask"),style:{position:"fixed",left:0,right:0,top:0,bottom:0,zIndex:j.zIndex,pointerEvents:j.pos&&j.targetAreaClickable?"none":"auto"}},j.$attrs),[(openBlock(),createElementBlock("svg",{style:{width:"100%",height:"100%"}},[createBaseVNode("path",{class:normalizeClass(unref(y).e("hollow")),style:normalizeStyle(unref($)),d:unref(L)},null,14,["d"])]))],16)):createCommentVNode("v-if",!0)}});var ElTourMask=_export_sfc$1(_sfc_main$C,[["__file","mask.vue"]]);const tourStrategies=["absolute","fixed"],tourPlacements=["top-start","top-end","top","bottom-start","bottom-end","bottom","left-start","left-end","left","right-start","right-end","right"],tourContentProps=buildProps({placement:{type:definePropType(String),values:tourPlacements,default:"bottom"},reference:{type:definePropType(Object),default:null},strategy:{type:definePropType(String),values:tourStrategies,default:"absolute"},offset:{type:Number,default:10},showArrow:Boolean,zIndex:{type:Number,default:2001}}),tourContentEmits={close:()=>!0},__default__$9=defineComponent({name:"ElTourContent"}),_sfc_main$B=defineComponent({...__default__$9,props:tourContentProps,emits:tourContentEmits,setup(e,{emit:t}){const y=e,n=ref$1(y.placement),k=ref$1(y.strategy),L=ref$1(null),$=ref$1(null);watch(()=>y.placement,()=>{n.value=y.placement});const{contentStyle:j,arrowStyle:V}=useFloating$1(toRef$1(y,"reference"),L,$,n,k,toRef$1(y,"offset"),toRef$1(y,"zIndex"),toRef$1(y,"showArrow")),z=computed(()=>n.value.split("-")[0]),{ns:re}=inject(tourKey),ie=()=>{t("close")},oe=ue=>{ue.detail.focusReason==="pointer"&&ue.preventDefault()};return(ue,de)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:L,style:normalizeStyle(unref(j)),class:normalizeClass(unref(re).e("content")),"data-side":unref(z),tabindex:"-1"},[createVNode(unref(ElFocusTrap),{loop:"",trapped:"","focus-start-el":"container","focus-trap-el":L.value||void 0,onReleaseRequested:ie,onFocusoutPrevented:oe},{default:withCtx(()=>[renderSlot(ue.$slots,"default")]),_:3},8,["focus-trap-el"]),ue.showArrow?(openBlock(),createElementBlock("span",{key:0,ref_key:"arrowRef",ref:$,style:normalizeStyle(unref(V)),class:normalizeClass(unref(re).e("arrow"))},null,6)):createCommentVNode("v-if",!0)],14,["data-side"]))}});var ElTourContent=_export_sfc$1(_sfc_main$B,[["__file","content.vue"]]),ElTourSteps=defineComponent({name:"ElTourSteps",props:{current:{type:Number,default:0}},emits:["update-total"],setup(e,{slots:t,emit:y}){let n=0;return()=>{var k,L;const $=(k=t.default)==null?void 0:k.call(t),j=[];let V=0;function z(re){isArray$2(re)&&re.forEach(ie=>{var oe;((oe=(ie==null?void 0:ie.type)||{})==null?void 0:oe.name)==="ElTourStep"&&(j.push(ie),V+=1)})}return $.length&&z(flattedChildren((L=$[0])==null?void 0:L.children)),n!==V&&(n=V,y("update-total",V)),j.length?j[e.current]:null}}});const tourProps=buildProps({modelValue:Boolean,current:{type:Number,default:0},showArrow:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeIcon:{type:iconPropType},placement:tourContentProps.placement,contentStyle:{type:definePropType([Object])},mask:{type:definePropType([Boolean,Object]),default:!0},gap:{type:definePropType(Object),default:()=>({offset:6,radius:2})},zIndex:{type:Number},scrollIntoViewOptions:{type:definePropType([Boolean,Object]),default:()=>({block:"center"})},type:{type:definePropType(String)},appendTo:{type:definePropType([String,Object]),default:"body"},closeOnPressEscape:{type:Boolean,default:!0},targetAreaClickable:{type:Boolean,default:!0}}),tourEmits={[UPDATE_MODEL_EVENT]:e=>isBoolean$2(e),"update:current":e=>isNumber$3(e),close:e=>isNumber$3(e),finish:()=>!0,change:e=>isNumber$3(e)},__default__$8=defineComponent({name:"ElTour"}),_sfc_main$A=defineComponent({...__default__$8,props:tourProps,emits:tourEmits,setup(e,{emit:t}){const y=e,n=useNamespace("tour"),k=ref$1(0),L=ref$1(),$=useVModel(y,"current",t,{passive:!0}),j=computed(()=>{var Ve;return(Ve=L.value)==null?void 0:Ve.target}),V=computed(()=>[n.b(),Ie.value==="primary"?n.m("primary"):""]),z=computed(()=>{var Ve;return((Ve=L.value)==null?void 0:Ve.placement)||y.placement}),re=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.contentStyle)!=null?qe:y.contentStyle}),ie=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.mask)!=null?qe:y.mask}),oe=computed(()=>!!ie.value&&y.modelValue),ue=computed(()=>isBoolean$2(ie.value)?void 0:ie.value),de=computed(()=>{var Ve,qe;return!!j.value&&((qe=(Ve=L.value)==null?void 0:Ve.showArrow)!=null?qe:y.showArrow)}),pe=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.scrollIntoViewOptions)!=null?qe:y.scrollIntoViewOptions}),Ie=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.type)!=null?qe:y.type}),{nextZIndex:_e}=useZIndex(),Ce=_e(),he=computed(()=>{var Ve;return(Ve=y.zIndex)!=null?Ve:Ce}),{mergedPosInfo:Ne,triggerTarget:Fe}=useTarget(j,toRef$1(y,"modelValue"),toRef$1(y,"gap"),ie,pe);watch(()=>y.modelValue,Ve=>{Ve||($.value=0)});const Ue=()=>{y.closeOnPressEscape&&(t("update:modelValue",!1),t("close",$.value))},kt=Ve=>{k.value=Ve},Et=useSlots();return provide(tourKey,{currentStep:L,current:$,total:k,showClose:toRef$1(y,"showClose"),closeIcon:toRef$1(y,"closeIcon"),mergedType:Ie,ns:n,slots:Et,updateModelValue(Ve){t("update:modelValue",Ve)},onClose(){t("close",$.value)},onFinish(){t("finish")},onChange(){t("change",$.value)}}),(Ve,qe)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(ElTeleport),{to:Ve.appendTo},{default:withCtx(()=>{var jt,tr;return[createBaseVNode("div",mergeProps({class:unref(V)},Ve.$attrs),[createVNode(ElTourMask,{visible:unref(oe),fill:(jt=unref(ue))==null?void 0:jt.color,style:normalizeStyle((tr=unref(ue))==null?void 0:tr.style),pos:unref(Ne),"z-index":unref(he),"target-area-clickable":Ve.targetAreaClickable},null,8,["visible","fill","style","pos","z-index","target-area-clickable"]),Ve.modelValue?(openBlock(),createBlock(ElTourContent,{key:unref($),reference:unref(Fe),placement:unref(z),"show-arrow":unref(de),"z-index":unref(he),style:normalizeStyle(unref(re)),onClose:Ue},{default:withCtx(()=>[createVNode(unref(ElTourSteps),{current:unref($),onUpdateTotal:kt},{default:withCtx(()=>[renderSlot(Ve.$slots,"default")]),_:3},8,["current"])]),_:3},8,["reference","placement","show-arrow","z-index","style"])):createCommentVNode("v-if",!0)],16)]}),_:3},8,["to"]),createCommentVNode(" just for IDE "),createCommentVNode("v-if",!0)],64))}});var Tour=_export_sfc$1(_sfc_main$A,[["__file","tour.vue"]]);const tourStepProps=buildProps({target:{type:definePropType([String,Object,Function])},title:String,description:String,showClose:{type:Boolean,default:void 0},closeIcon:{type:iconPropType},showArrow:{type:Boolean,default:void 0},placement:tourContentProps.placement,mask:{type:definePropType([Boolean,Object]),default:void 0},contentStyle:{type:definePropType([Object])},prevButtonProps:{type:definePropType(Object)},nextButtonProps:{type:definePropType(Object)},scrollIntoViewOptions:{type:definePropType([Boolean,Object]),default:void 0},type:{type:definePropType(String)}}),tourStepEmits={close:()=>!0},__default__$7=defineComponent({name:"ElTourStep"}),_sfc_main$z=defineComponent({...__default__$7,props:tourStepProps,emits:tourStepEmits,setup(e,{emit:t}){const y=e,{Close:n}=CloseComponents,{t:k}=useLocale(),{currentStep:L,current:$,total:j,showClose:V,closeIcon:z,mergedType:re,ns:ie,slots:oe,updateModelValue:ue,onClose:de,onFinish:pe,onChange:Ie}=inject(tourKey);watch(y,Et=>{L.value=Et},{immediate:!0});const _e=computed(()=>{var Et;return(Et=y.showClose)!=null?Et:V.value}),Ce=computed(()=>{var Et,Ve;return(Ve=(Et=y.closeIcon)!=null?Et:z.value)!=null?Ve:n}),he=Et=>{if(Et)return omit(Et,["children","onClick"])},Ne=()=>{var Et,Ve;$.value-=1,(Et=y.prevButtonProps)!=null&&Et.onClick&&((Ve=y.prevButtonProps)==null||Ve.onClick()),Ie()},Fe=()=>{var Et;$.value>=j.value-1?Ue():$.value+=1,(Et=y.nextButtonProps)!=null&&Et.onClick&&y.nextButtonProps.onClick(),Ie()},Ue=()=>{kt(),pe()},kt=()=>{ue(!1),de(),t("close")};return(Et,Ve)=>(openBlock(),createElementBlock(Fragment,null,[unref(_e)?(openBlock(),createElementBlock("button",{key:0,"aria-label":"Close",class:normalizeClass(unref(ie).e("closebtn")),type:"button",onClick:kt},[createVNode(unref(ElIcon),{class:normalizeClass(unref(ie).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ce))))]),_:1},8,["class"])],2)):createCommentVNode("v-if",!0),createBaseVNode("header",{class:normalizeClass([unref(ie).e("header"),{"show-close":unref(V)}])},[renderSlot(Et.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading",class:normalizeClass(unref(ie).e("title"))},toDisplayString(Et.title),3)])],2),createBaseVNode("div",{class:normalizeClass(unref(ie).e("body"))},[renderSlot(Et.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(Et.description),1)])],2),createBaseVNode("footer",{class:normalizeClass(unref(ie).e("footer"))},[createBaseVNode("div",{class:normalizeClass(unref(ie).b("indicators"))},[unref(oe).indicators?(openBlock(),createBlock(resolveDynamicComponent(unref(oe).indicators),{key:0,current:unref($),total:unref(j)},null,8,["current","total"])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(j),(qe,jt)=>(openBlock(),createElementBlock("span",{key:qe,class:normalizeClass([unref(ie).b("indicator"),jt===unref($)?"is-active":""])},null,2))),128))],2),createBaseVNode("div",{class:normalizeClass(unref(ie).b("buttons"))},[unref($)>0?(openBlock(),createBlock(unref(ElButton),mergeProps({key:0,size:"small",type:unref(re)},he(Et.prevButtonProps),{onClick:Ne}),{default:withCtx(()=>{var qe,jt;return[createTextVNode(toDisplayString((jt=(qe=Et.prevButtonProps)==null?void 0:qe.children)!=null?jt:unref(k)("el.tour.previous")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0),unref($)<=unref(j)-1?(openBlock(),createBlock(unref(ElButton),mergeProps({key:1,size:"small",type:unref(re)==="primary"?"default":"primary"},he(Et.nextButtonProps),{onClick:Fe}),{default:withCtx(()=>{var qe,jt;return[createTextVNode(toDisplayString((jt=(qe=Et.nextButtonProps)==null?void 0:qe.children)!=null?jt:unref($)===unref(j)-1?unref(k)("el.tour.finish"):unref(k)("el.tour.next")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0)],2)],2)],64))}});var TourStep=_export_sfc$1(_sfc_main$z,[["__file","step.vue"]]);const ElTour=withInstall(Tour,{TourStep}),ElTourStep=withNoopInstall(TourStep),anchorProps=buildProps({container:{type:definePropType([String,Object])},offset:{type:Number,default:0},bound:{type:Number,default:15},duration:{type:Number,default:300},marker:{type:Boolean,default:!0},type:{type:definePropType(String),default:"default"},direction:{type:definePropType(String),default:"vertical"}}),anchorEmits={change:e=>isString$3(e),click:(e,t)=>e instanceof MouseEvent&&(isString$3(t)||isUndefined$1(t))},anchorKey=Symbol("anchor"),__default__$6=defineComponent({name:"ElAnchor"}),_sfc_main$y=defineComponent({...__default__$6,props:anchorProps,emits:anchorEmits,setup(e,{expose:t,emit:y}){const n=e,k=ref$1(""),L=ref$1(null),$=ref$1(null),j=ref$1(),V={};let z=!1,re=0;const ie=useNamespace("anchor"),oe=computed(()=>[ie.b(),n.type==="underline"?ie.m("underline"):"",ie.m(n.direction)]),ue=Et=>{V[Et.href]=Et.el},de=Et=>{delete V[Et]},pe=Et=>{k.value!==Et&&(k.value=Et,y("change",Et))};let Ie=null;const _e=Et=>{if(!j.value)return;const Ve=getElement(Et);if(!Ve)return;Ie&&Ie(),z=!0;const qe=getScrollElement(Ve,j.value),jt=getOffsetTopDistance(Ve,qe),tr=qe.scrollHeight-qe.clientHeight,rr=Math.min(jt-n.offset,tr);Ie=animateScrollTo(j.value,re,rr,n.duration,()=>{setTimeout(()=>{z=!1},20)})},Ce=Et=>{Et&&(pe(Et),_e(Et))},he=(Et,Ve)=>{y("click",Et,Ve),Ce(Ve)},Ne=throttleByRaf(()=>{j.value&&(re=getScrollTop(j.value));const Et=Fe();z||isUndefined$1(Et)||pe(Et)}),Fe=()=>{if(!j.value)return;const Et=getScrollTop(j.value),Ve=[];for(const qe of Object.keys(V)){const jt=getElement(qe);if(!jt)continue;const tr=getScrollElement(jt,j.value),rr=getOffsetTopDistance(jt,tr);Ve.push({top:rr-n.offset-n.bound,href:qe})}Ve.sort((qe,jt)=>qe.top-jt.top);for(let qe=0;qeEt))return jt.href}},Ue=()=>{const Et=getElement(n.container);!Et||isWindow(Et)?j.value=window:j.value=Et};useEventListener(j,"scroll",Ne);const kt=computed(()=>{if(!L.value||!$.value||!k.value)return{};const Et=V[k.value];if(!Et)return{};const Ve=L.value.getBoundingClientRect(),qe=$.value.getBoundingClientRect(),jt=Et.getBoundingClientRect();return n.direction==="horizontal"?{left:`${jt.left-Ve.left}px`,width:`${jt.width}px`,opacity:1}:{top:`${jt.top-Ve.top+(jt.height-qe.height)/2}px`,opacity:1}});return onMounted(()=>{Ue();const Et=decodeURIComponent(window.location.hash);getElement(Et)?Ce(Et):Ne()}),watch(()=>n.container,()=>{Ue()}),provide(anchorKey,{ns:ie,direction:n.direction,currentAnchor:k,addLink:ue,removeLink:de,handleClick:he}),t({scrollTo:Ce}),(Et,Ve)=>(openBlock(),createElementBlock("div",{ref_key:"anchorRef",ref:L,class:normalizeClass(unref(oe))},[Et.marker?(openBlock(),createElementBlock("div",{key:0,ref_key:"markerRef",ref:$,class:normalizeClass(unref(ie).e("marker")),style:normalizeStyle(unref(kt))},null,6)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(ie).e("list"))},[renderSlot(Et.$slots,"default")],2)],2))}});var Anchor$1=_export_sfc$1(_sfc_main$y,[["__file","anchor.vue"]]);const anchorLinkProps=buildProps({title:String,href:String}),__default__$5=defineComponent({name:"ElAnchorLink"}),_sfc_main$x=defineComponent({...__default__$5,props:anchorLinkProps,setup(e){const t=e,y=ref$1(null),{ns:n,direction:k,currentAnchor:L,addLink:$,removeLink:j,handleClick:V}=inject(anchorKey),z=computed(()=>[n.e("link"),n.is("active",L.value===t.href)]),re=ie=>{V(ie,t.href)};return watch(()=>t.href,(ie,oe)=>{nextTick$1(()=>{oe&&j(oe),ie&&$({href:ie,el:y.value})})}),onMounted(()=>{const{href:ie}=t;ie&&$({href:ie,el:y.value})}),onBeforeUnmount(()=>{const{href:ie}=t;ie&&j(ie)}),(ie,oe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).e("item"))},[createBaseVNode("a",{ref_key:"linkRef",ref:y,class:normalizeClass(unref(z)),href:ie.href,onClick:re},[renderSlot(ie.$slots,"default",{},()=>[createTextVNode(toDisplayString(ie.title),1)])],10,["href"]),ie.$slots["sub-link"]&&unref(k)==="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("list"))},[renderSlot(ie.$slots,"sub-link")],2)):createCommentVNode("v-if",!0)],2))}});var AnchorLink=_export_sfc$1(_sfc_main$x,[["__file","anchor-link.vue"]]);const ElAnchor=withInstall(Anchor$1,{AnchorLink}),ElAnchorLink=withNoopInstall(AnchorLink),segmentedProps=buildProps({options:{type:definePropType(Array),default:()=>[]},modelValue:{type:[String,Number,Boolean],default:void 0},block:Boolean,size:useSizeProp,disabled:Boolean,validateEvent:{type:Boolean,default:!0},id:String,name:String,...useAriaProps(["ariaLabel"])}),segmentedEmits={[UPDATE_MODEL_EVENT]:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e),[CHANGE_EVENT]:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e)},__default__$4=defineComponent({name:"ElSegmented"}),_sfc_main$w=defineComponent({...__default__$4,props:segmentedProps,emits:segmentedEmits,setup(e,{emit:t}){const y=e,n=useNamespace("segmented"),k=useId(),L=useFormSize(),$=useFormDisabled(),{formItem:j}=useFormItem(),{inputId:V,isLabeledByFormItem:z}=useFormItemInputId(y,{formItemContext:j}),re=ref$1(null),ie=useActiveElement(),oe=reactive({isInit:!1,width:0,translateX:0,disabled:!1,focusVisible:!1}),ue=Ve=>{const qe=de(Ve);t(UPDATE_MODEL_EVENT,qe),t(CHANGE_EVENT,qe)},de=Ve=>isObject$4(Ve)?Ve.value:Ve,pe=Ve=>isObject$4(Ve)?Ve.label:Ve,Ie=Ve=>!!($.value||isObject$4(Ve)&&Ve.disabled),_e=Ve=>y.modelValue===de(Ve),Ce=Ve=>y.options.find(qe=>de(qe)===Ve),he=Ve=>[n.e("item"),n.is("selected",_e(Ve)),n.is("disabled",Ie(Ve))],Ne=()=>{if(!re.value)return;const Ve=re.value.querySelector(".is-selected"),qe=re.value.querySelector(".is-selected input");if(!Ve||!qe){oe.width=0,oe.translateX=0,oe.disabled=!1,oe.focusVisible=!1;return}const jt=Ve.getBoundingClientRect();oe.isInit=!0,oe.width=jt.width,oe.translateX=Ve.offsetLeft,oe.disabled=Ie(Ce(y.modelValue));try{oe.focusVisible=qe.matches(":focus-visible")}catch{}},Fe=computed(()=>[n.b(),n.m(L.value),n.is("block",y.block)]),Ue=computed(()=>({width:`${oe.width}px`,transform:`translateX(${oe.translateX}px)`,display:oe.isInit?"block":"none"})),kt=computed(()=>[n.e("item-selected"),n.is("disabled",oe.disabled),n.is("focus-visible",oe.focusVisible)]),Et=computed(()=>y.name||k.value);return useResizeObserver(re,Ne),watch(ie,Ne),watch(()=>y.modelValue,()=>{var Ve;Ne(),y.validateEvent&&((Ve=j==null?void 0:j.validate)==null||Ve.call(j,"change").catch(qe=>void 0))},{flush:"post"}),(Ve,qe)=>(openBlock(),createElementBlock("div",{id:unref(V),ref_key:"segmentedRef",ref:re,class:normalizeClass(unref(Fe)),role:"radiogroup","aria-label":unref(z)?void 0:Ve.ariaLabel||"segmented","aria-labelledby":unref(z)?unref(j).labelId:void 0},[createBaseVNode("div",{class:normalizeClass(unref(n).e("group"))},[createBaseVNode("div",{style:normalizeStyle(unref(Ue)),class:normalizeClass(unref(kt))},null,6),(openBlock(!0),createElementBlock(Fragment,null,renderList(Ve.options,(jt,tr)=>(openBlock(),createElementBlock("label",{key:tr,class:normalizeClass(he(jt))},[createBaseVNode("input",{class:normalizeClass(unref(n).e("item-input")),type:"radio",name:unref(Et),disabled:Ie(jt),checked:_e(jt),onChange:rr=>ue(jt)},null,42,["name","disabled","checked","onChange"]),createBaseVNode("div",{class:normalizeClass(unref(n).e("item-label"))},[renderSlot(Ve.$slots,"default",{item:jt},()=>[createTextVNode(toDisplayString(pe(jt)),1)])],2)],2))),128))],2)],10,["id","aria-label","aria-labelledby"]))}});var Segmented=_export_sfc$1(_sfc_main$w,[["__file","segmented.vue"]]);const ElSegmented=withInstall(Segmented),filterOption=(e,t)=>{const y=e.toLowerCase();return(t.label||t.value).toLowerCase().includes(y)},getMentionCtx=(e,t,y)=>{const{selectionEnd:n}=e;if(n===null)return;const k=e.value,L=castArray$1(t);let $=-1,j;for(let V=n-1;V>=0;--V){const z=k[V];if(z===y||z===` +`||z==="\r"){$=V;continue}if(L.includes(z)){const re=$===-1?n:$;j={pattern:k.slice(V+1,re),start:V+1,end:re,prefix:z,prefixIndex:V,splitIndex:$,selectionEnd:n};break}}return j},getCursorPosition=(e,t={debug:!1,useSelectionEnd:!1})=>{const y=e.selectionStart!==null?e.selectionStart:0,n=e.selectionEnd!==null?e.selectionEnd:0,k=t.useSelectionEnd?n:y,L=["direction","boxSizing","width","height","overflowX","overflowY","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","borderStyle","paddingTop","paddingRight","paddingBottom","paddingLeft","fontStyle","fontVariant","fontWeight","fontStretch","fontSize","fontSizeAdjust","lineHeight","fontFamily","textAlign","textTransform","textIndent","textDecoration","letterSpacing","wordSpacing","tabSize","MozTabSize"];if(t.debug){const oe=document.querySelector("#input-textarea-caret-position-mirror-div");oe!=null&&oe.parentNode&&oe.parentNode.removeChild(oe)}const $=document.createElement("div");$.id="input-textarea-caret-position-mirror-div",document.body.appendChild($);const j=$.style,V=window.getComputedStyle(e),z=e.nodeName==="INPUT";j.whiteSpace=z?"nowrap":"pre-wrap",z||(j.wordWrap="break-word"),j.position="absolute",t.debug||(j.visibility="hidden"),L.forEach(oe=>{if(z&&oe==="lineHeight")if(V.boxSizing==="border-box"){const ue=Number.parseInt(V.height),de=Number.parseInt(V.paddingTop)+Number.parseInt(V.paddingBottom)+Number.parseInt(V.borderTopWidth)+Number.parseInt(V.borderBottomWidth),pe=de+Number.parseInt(V.lineHeight);ue>pe?j.lineHeight=`${ue-de}px`:ue===pe?j.lineHeight=V.lineHeight:j.lineHeight="0"}else j.lineHeight=V.height;else j[oe]=V[oe]}),isFirefox()?e.scrollHeight>Number.parseInt(V.height)&&(j.overflowY="scroll"):j.overflow="hidden",$.textContent=e.value.slice(0,Math.max(0,k)),z&&$.textContent&&($.textContent=$.textContent.replace(/\s/g," "));const re=document.createElement("span");re.textContent=e.value.slice(Math.max(0,k))||".",re.style.position="relative",re.style.left=`${-e.scrollLeft}px`,re.style.top=`${-e.scrollTop}px`,$.appendChild(re);const ie={top:re.offsetTop+Number.parseInt(V.borderTopWidth),left:re.offsetLeft+Number.parseInt(V.borderLeftWidth),height:Number.parseInt(V.fontSize)*1.5};return t.debug?re.style.backgroundColor="#aaa":document.body.removeChild($),ie.left>=e.clientWidth&&(ie.left=e.clientWidth),ie},mentionProps=buildProps({...inputProps,options:{type:definePropType(Array),default:()=>[]},prefix:{type:definePropType([String,Array]),default:"@",validator:e=>isString$3(e)?e.length===1:e.every(t=>isString$3(t)&&t.length===1)},split:{type:String,default:" ",validator:e=>e.length===1},filterOption:{type:definePropType([Boolean,Function]),default:()=>filterOption,validator:e=>e===!1?!0:isFunction$4(e)},placement:{type:definePropType(String),default:"bottom"},showArrow:Boolean,offset:{type:Number,default:0},whole:Boolean,checkIsWhole:{type:definePropType(Function)},modelValue:String,loading:Boolean,popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})}}),mentionEmits={[UPDATE_MODEL_EVENT]:e=>isString$3(e),search:(e,t)=>isString$3(e)&&isString$3(t),select:(e,t)=>isString$3(e.value)&&isString$3(t),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent},mentionDropdownProps=buildProps({options:{type:definePropType(Array),default:()=>[]},loading:Boolean,disabled:Boolean}),mentionDropdownEmits={select:e=>isString$3(e.value)},__default__$3=defineComponent({name:"ElMentionDropdown"}),_sfc_main$v=defineComponent({...__default__$3,props:mentionDropdownProps,emits:mentionDropdownEmits,setup(e,{expose:t,emit:y}){const n=e,k=useNamespace("mention"),{t:L}=useLocale(),$=ref$1(-1),j=ref$1(),V=ref$1(),z=ref$1(),re=(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,Ue,kt;const{options:Et}=n,Ve=Et.findIndex(jt=>jt.value===he.value),qe=(Ne=V.value)==null?void 0:Ne[Ve];if(qe){const jt=(Ue=(Fe=z.value)==null?void 0:Fe.querySelector)==null?void 0:Ue.call(Fe,`.${k.be("dropdown","wrap")}`);jt&&scrollIntoView(jt,qe)}(kt=j.value)==null||kt.handleScroll()};return watch(()=>n.options,()=>{ue.value||n.options.length===0?$.value=-1:$.value=0},{immediate:!0}),t({navigateOptions:Ie,selectHoverOption:pe,hoverOption:de}),(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,Ue)=>(openBlock(),createElementBlock("li",{ref_for:!0,ref_key:"optionRefs",ref:V,key:Fe.value,class:normalizeClass(re(Fe,Ue)),onMouseenter:kt=>oe(Ue),onClick:withModifiers(kt=>ie(Fe),["stop"])},[renderSlot(he.$slots,"label",{item:Fe,index:Ue},()=>{var kt;return[createBaseVNode("span",null,toDisplayString((kt=Fe.label)!=null?kt:Fe.value),1)]})],42,["onMouseenter","onClick"]))),128))]),_:3},8,["wrap-class","view-class"]),[[vShow,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$v,[["__file","mention-dropdown.vue"]]);const __default__$2=defineComponent({name:"ElMention"}),_sfc_main$u=defineComponent({...__default__$2,props:mentionProps,emits:mentionEmits,setup(e,{expose:t,emit:y}){const n=e,k=computed(()=>pick(n,Object.keys(inputProps))),L=useNamespace("mention"),$=ref$1(),j=ref$1(),V=ref$1(),z=ref$1(!1),re=ref$1(),ie=ref$1(),oe=computed(()=>n.showArrow?n.placement:`${n.placement}-start`),ue=computed(()=>n.showArrow?["bottom","top"]:["bottom-start","top-start"]),de=computed(()=>{const{filterOption:Et,options:Ve}=n;return!ie.value||!Et?Ve:Ve.filter(qe=>Et(ie.value.pattern,qe))}),pe=Et=>{y("update:modelValue",Et),Fe()},Ie=Et=>{var Ve,qe,jt,tr;if("key"in Et&&!((Ve=$.value)!=null&&Ve.isComposing)){if(["ArrowLeft","ArrowRight"].includes(Et.key))Fe();else if(["ArrowUp","ArrowDown"].includes(Et.key)){if(!z.value)return;Et.preventDefault();const rr=Et.key==="ArrowUp"?"prev":"next";(qe=V.value)==null||qe.navigateOptions(rr)}else if(["Enter"].includes(Et.key)){if(!z.value)return;Et.preventDefault(),(jt=V.value)!=null&&jt.hoverOption?(tr=V.value)==null||tr.selectHoverOption():z.value=!1}else if(["Backspace"].includes(Et.key)&&n.whole&&ie.value){const{splitIndex:rr,selectionEnd:ar,pattern:nr,prefixIndex:ur,prefix:cr}=ie.value,_r=Ne();if(!_r)return;const hr=_r.value,Er=n.options.find(xr=>xr.value===nr);if((isFunction$4(n.checkIsWhole)?n.checkIsWhole(nr,cr):Er)&&rr!==-1&&rr+1===ar){Et.preventDefault();const xr=hr.slice(0,ur)+hr.slice(rr+1);y(UPDATE_MODEL_EVENT,xr);const yr=ur;nextTick$1(()=>{_r.selectionStart=yr,_r.selectionEnd=yr,kt()})}}}},{wrapperRef:_e}=useFocusController($,{afterFocus(){Fe()},beforeBlur(Et){var Ve;return(Ve=j.value)==null?void 0:Ve.isFocusInsideContent(Et)},afterBlur(){z.value=!1}}),Ce=()=>{Fe()},he=Et=>{if(!ie.value)return;const Ve=Ne();if(!Ve)return;const qe=Ve.value,{split:jt}=n,tr=qe.slice(ie.value.end),rr=tr.startsWith(jt),ar=`${Et.value}${rr?"":jt}`,nr=qe.slice(0,ie.value.start)+ar+tr;y(UPDATE_MODEL_EVENT,nr),y("select",Et,ie.value.prefix);const ur=ie.value.start+ar.length+(rr?1:0);nextTick$1(()=>{Ve.selectionStart=ur,Ve.selectionEnd=ur,Ve.focus(),kt()})},Ne=()=>{var Et,Ve;return n.type==="textarea"?(Et=$.value)==null?void 0:Et.textarea:(Ve=$.value)==null?void 0:Ve.input},Fe=()=>{setTimeout(()=>{Ue(),kt(),nextTick$1(()=>{var Et;return(Et=j.value)==null?void 0:Et.updatePopper()})},0)},Ue=()=>{const Et=Ne();if(!Et)return;const Ve=getCursorPosition(Et),qe=Et.getBoundingClientRect(),jt=$.value.$el.getBoundingClientRect();re.value={position:"absolute",width:0,height:`${Ve.height}px`,left:`${Ve.left+qe.left-jt.left}px`,top:`${Ve.top+qe.top-jt.top}px`}},kt=()=>{const Et=Ne();if(document.activeElement!==Et){z.value=!1;return}const{prefix:Ve,split:qe}=n;if(ie.value=getMentionCtx(Et,Ve,qe),ie.value&&ie.value.splitIndex===-1){z.value=!0,y("search",ie.value.pattern,ie.value.prefix);return}z.value=!1};return t({input:$,tooltip:j}),(Et,Ve)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:_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,jt)=>({name:jt,fn:withCtx(tr=>[renderSlot(Et.$slots,jt,normalizeProps(guardReactiveProps(tr)))])}))]),1040,["model-value"]),createVNode(unref(ElTooltip),{ref_key:"tooltipRef",ref:j,visible:z.value&&(!!unref(de).length||Et.loading),"popper-class":[unref(L).e("popper"),Et.popperClass],"popper-options":Et.popperOptions,placement:unref(oe),"fallback-placements":unref(ue),effect:"light",pure:"",offset:Et.offset,"show-arrow":Et.showArrow},{default:withCtx(()=>[createBaseVNode("div",{style:normalizeStyle(re.value)},null,4)]),content:withCtx(()=>{var qe;return[createVNode(ElMentionDropdown,{ref_key:"dropdownRef",ref:V,options:unref(de),disabled:Et.disabled,loading:Et.loading,onSelect:he,onClick:withModifiers((qe=$.value)==null?void 0:qe.focus,["stop"])},createSlots({_:2},[renderList(Et.$slots,(jt,tr)=>({name:tr,fn:withCtx(rr=>[renderSlot(Et.$slots,tr,normalizeProps(guardReactiveProps(rr)))])}))]),1032,["options","disabled","loading","onClick"])]}),_:3},8,["visible","popper-class","popper-options","placement","fallback-placements","offset","show-arrow"])],2))}});var Mention=_export_sfc$1(_sfc_main$u,[["__file","mention.vue"]]);const ElMention=withInstall(Mention);var Components=[ElAffix,ElAlert,ElAutocomplete,ElAutoResizer,ElAvatar,ElBacktop,ElBadge,ElBreadcrumb,ElBreadcrumbItem,ElButton,ElButtonGroup$1,ElCalendar,ElCard,ElCarousel,ElCarouselItem,ElCascader,ElCascaderPanel,ElCheckTag,ElCheckbox,ElCheckboxButton,ElCheckboxGroup$1,ElCol,ElCollapse,ElCollapseItem,ElCollapseTransition,ElColorPicker,ElConfigProvider,ElContainer,ElAside,ElFooter,ElHeader,ElMain,ElDatePicker,ElDescriptions,ElDescriptionsItem,ElDialog,ElDivider,ElDrawer,ElDropdown,ElDropdownItem,ElDropdownMenu,ElEmpty,ElForm,ElFormItem,ElIcon,ElImage,ElImageViewer,ElInput,ElInputNumber,ElLink,ElMenu,ElMenuItem,ElMenuItemGroup,ElSubMenu,ElPageHeader,ElPagination,ElPopconfirm,ElPopover,ElPopper,ElProgress,ElRadio,ElRadioButton,ElRadioGroup,ElRate,ElResult,ElRow,ElScrollbar,ElSelect,ElOption,ElOptionGroup,ElSelectV2,ElSkeleton,ElSkeletonItem,ElSlider,ElSpace,ElStatistic,ElCountdown,ElSteps,ElStep,ElSwitch,ElTable,ElTableColumn,ElTableV2,ElTabs,ElTabPane,ElTag,ElText,ElTimePicker,ElTimeSelect,ElTimeline,ElTimelineItem,ElTooltip,ElTooltipV2,ElTransfer,ElTree,ElTreeSelect,ElTreeV2,ElUpload,ElWatermark,ElTour,ElTourStep,ElAnchor,ElAnchorLink,ElSegmented,ElMention];const SCOPE="ElInfiniteScroll",CHECK_INTERVAL=50,DEFAULT_DELAY=200,DEFAULT_DISTANCE=0,attributes$2={delay:{type:Number,default:DEFAULT_DELAY},distance:{type:Number,default:DEFAULT_DISTANCE},disabled:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0}},getScrollOptions=(e,t)=>Object.entries(attributes$2).reduce((y,[n,k])=>{var L,$;const{type:j,default:V}=k,z=e.getAttribute(`infinite-scroll-${n}`);let re=($=(L=t[z])!=null?L:z)!=null?$:V;return re=re==="false"?!1:re,re=j(re),y[n]=Number.isNaN(re)?V:re,y},{}),destroyObserver=e=>{const{observer:t}=e[SCOPE];t&&(t.disconnect(),delete e[SCOPE].observer)},handleScroll=(e,t)=>{const{container:y,containerEl:n,instance:k,observer:L,lastScrollTop:$}=e[SCOPE],{disabled:j,distance:V}=getScrollOptions(e,k),{clientHeight:z,scrollHeight:re,scrollTop:ie}=n,oe=ie-$;if(e[SCOPE].lastScrollTop=ie,L||j||oe<0)return;let ue=!1;if(y===e)ue=re-(z+ie)<=V;else{const{clientTop:de,scrollHeight:pe}=e,Ie=getOffsetTopDistance(e,n);ue=ie+z>=Ie+de+pe-V}ue&&t.call(k)};function checkFull(e,t){const{containerEl:y,instance:n}=e[SCOPE],{disabled:k}=getScrollOptions(e,n);k||y.clientHeight===0||(y.scrollHeight<=y.clientHeight?t.call(n):destroyObserver(e))}const InfiniteScroll={async mounted(e,t){const{instance:y,value:n}=t;isFunction$4(n)||throwError(SCOPE,"'v-infinite-scroll' binding value must be a function"),await nextTick$1();const{delay:k,immediate:L}=getScrollOptions(e,y),$=getScrollContainer(e,!0),j=$===window?document.documentElement:$,V=throttle$1(handleScroll.bind(null,e,n),k);if($){if(e[SCOPE]={instance:y,container:$,containerEl:j,delay:k,cb:n,onScroll:V,lastScrollTop:j.scrollTop},L){const z=new MutationObserver(throttle$1(checkFull.bind(null,e,n),CHECK_INTERVAL));e[SCOPE].observer=z,z.observe(e,{childList:!0,subtree:!0}),checkFull(e,n)}$.addEventListener("scroll",V)}},unmounted(e){if(!e[SCOPE])return;const{container:t,onScroll:y}=e[SCOPE];t==null||t.removeEventListener("scroll",y),destroyObserver(e)},async updated(e){if(!e[SCOPE])await nextTick$1();else{const{containerEl:t,cb:y,observer:n}=e[SCOPE];t.clientHeight&&n&&checkFull(e,y)}}},_InfiniteScroll=InfiniteScroll;_InfiniteScroll.install=e=>{e.directive("InfiniteScroll",_InfiniteScroll)};const ElInfiniteScroll=_InfiniteScroll;function createLoadingComponent(e){let t;const y=ref$1(!1),n=reactive({...e,originalPosition:"",originalOverflow:"",visible:!1});function k(oe){n.text=oe}function L(){const oe=n.parent,ue=ie.ns;if(!oe.vLoadingAddClassList){let de=oe.getAttribute("loading-number");de=Number.parseInt(de)-1,de?oe.setAttribute("loading-number",de.toString()):(removeClass(oe,ue.bm("parent","relative")),oe.removeAttribute("loading-number")),removeClass(oe,ue.bm("parent","hidden"))}$(),re.unmount()}function $(){var oe,ue;(ue=(oe=ie.$el)==null?void 0:oe.parentNode)==null||ue.removeChild(ie.$el)}function j(){var oe;e.beforeClose&&!e.beforeClose()||(y.value=!0,clearTimeout(t),t=setTimeout(V,400),n.visible=!1,(oe=e.closed)==null||oe.call(e))}function V(){if(!y.value)return;const oe=n.parent;y.value=!1,oe.vLoadingAddClassList=void 0,L()}const re=createApp(defineComponent({name:"ElLoading",setup(oe,{expose:ue}){const{ns:de,zIndex:pe}=useGlobalComponentSettings("loading");return ue({ns:de,zIndex:pe}),()=>{const Ie=n.spinner||n.svg,_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$t=defineComponent({...__default__$1,props:messageProps,emits:messageEmits,setup(e,{expose:t}){const y=e,{Close:n}=TypeComponents,{ns:k,zIndex:L}=useGlobalComponentSettings("message"),{currentZIndex:$,nextZIndex:j}=L,V=ref$1(),z=ref$1(!1),re=ref$1(0);let ie;const oe=computed(()=>y.type?y.type==="error"?"danger":y.type:"info"),ue=computed(()=>{const kt=y.type;return{[k.bm("icon",kt)]:kt&&TypeComponentsMap[kt]}}),de=computed(()=>y.icon||TypeComponentsMap[y.type]||""),pe=computed(()=>getLastOffset(y.id)),Ie=computed(()=>getOffsetOrSpace(y.id,y.offset)+pe.value),_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 Ue({code:kt}){kt===EVENT_CODE.esc&&Fe()}return onMounted(()=>{he(),j(),z.value=!0}),watch(()=>y.repeatNum,()=>{Ne(),he()}),useEventListener(document,"keydown",Ue),useResizeObserver(V,()=>{re.value=V.value.getBoundingClientRect().height}),t({visible:z,bottom:_e,close:Fe}),(kt,Et)=>(openBlock(),createBlock(Transition,{name:unref(k).b("fade"),onBeforeLeave:kt.onClose,onAfterLeave:Ve=>kt.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:kt.id,ref_key:"messageRef",ref:V,class:normalizeClass([unref(k).b(),{[unref(k).m(kt.type)]:kt.type},unref(k).is("center",kt.center),unref(k).is("closable",kt.showClose),unref(k).is("plain",kt.plain),kt.customClass]),style:normalizeStyle(unref(Ce)),role:"alert",onMouseenter:Ne,onMouseleave:he},[kt.repeatNum>1?(openBlock(),createBlock(unref(ElBadge),{key:0,value:kt.repeatNum,type:unref(oe),class:normalizeClass(unref(k).e("badge"))},null,8,["value","type","class"])):createCommentVNode("v-if",!0),unref(de)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(k).e("icon"),unref(ue)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(de))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),renderSlot(kt.$slots,"default",{},()=>[kt.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{class:normalizeClass(unref(k).e("content")),innerHTML:kt.message},null,10,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(k).e("content"))},toDisplayString(kt.message),3))]),kt.showClose?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(k).e("closeBtn")),onClick:withModifiers(Fe,["stop"])},{default:withCtx(()=>[createVNode(unref(n))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],46,["id"]),[[vShow,z.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var MessageConstructor=_export_sfc$1(_sfc_main$t,[["__file","message.vue"]]);let seed$1=1;const normalizeOptions=e=>{const t=!e||isString$3(e)||isVNode(e)||isFunction$4(e)?{message:e}:e,y={...messageDefaults,...t};if(!y.appendTo)y.appendTo=document.body;else if(isString$3(y.appendTo)){let n=document.querySelector(y.appendTo);isElement$2(n)||(n=document.body),y.appendTo=n}return y},closeMessage=e=>{const t=instances.indexOf(e);if(t===-1)return;instances.splice(t,1);const{handler:y}=e;y.close()},createMessage=({appendTo:e,...t},y)=>{const n=`message_${seed$1++}`,k=t.onClose,L=document.createElement("div"),$={...t,id:n,onClose:()=>{k==null||k(),closeMessage(re)},onDestroy:()=>{render$1(null,L)}},j=createVNode(MessageConstructor,$,isFunction$4($.message)||isVNode($.message)?{default:isFunction$4($.message)?$.message:()=>$.message}:null);j.appContext=y||message._context,render$1(j,L),e.appendChild(L.firstElementChild);const V=j.component,re={id:n,vnode:j,vm:V,handler:{close:()=>{V.exposed.visible.value=!1}},props:j.component.props};return re},message=(e={},t)=>{if(!isClient)return{close:()=>{}};if(isNumber$3(messageConfig.max)&&instances.length>=messageConfig.max)return{close:()=>{}};const y=normalizeOptions(e);if(y.grouping&&instances.length){const k=instances.find(({vnode:L})=>{var $;return(($=L.props)==null?void 0:$.message)===y.message});if(k)return k.props.repeatNum+=1,k.props.type=y.type,k.handler}const n=createMessage(y,t);return instances.push(n),n.handler};messageTypes.forEach(e=>{message[e]=(t={},y)=>{const n=normalizeOptions(t);return message({...n,type:e},y)}});function closeAll$1(e){for(const t of instances)(!e||e===t.props.type)&&t.handler.close()}message.closeAll=closeAll$1;message._context=null;const ElMessage=withInstallFunction(message,"$message"),_sfc_main$s=defineComponent({name:"ElMessageBox",directives:{TrapFocus},components:{ElButton,ElFocusTrap,ElInput,ElOverlay,ElIcon,...TypeComponents},inheritAttrs:!1,props:{buttonSize:{type:String,validator:isValidComponentSize},modal:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},closeOnHashChange:{type:Boolean,default:!0},center:Boolean,draggable:Boolean,overflow:Boolean,roundButton:{default:!1,type:Boolean},container:{type:String,default:"body"},boxType:{type:String,default:""}},emits:["vanish","action"],setup(e,{emit:t}){const{locale:y,zIndex:n,ns:k,size:L}=useGlobalComponentSettings("message-box",computed(()=>e.buttonSize)),{t:$}=y,{nextZIndex:j}=n,V=ref$1(!1),z=reactive({autofocus:!0,beforeClose:null,callback:null,cancelButtonText:"",cancelButtonClass:"",confirmButtonText:"",confirmButtonClass:"",customClass:"",customStyle:{},dangerouslyUseHTMLString:!1,distinguishCancelAndClose:!1,icon:"",inputPattern:null,inputPlaceholder:"",inputType:"text",inputValue:null,inputValidator:null,inputErrorMessage:"",message:null,modalFade:!0,modalClass:"",showCancelButton:!1,showConfirmButton:!0,type:"",title:void 0,showInput:!1,action:"",confirmButtonLoading:!1,cancelButtonLoading:!1,confirmButtonLoadingIcon:markRaw(loading_default),cancelButtonLoadingIcon:markRaw(loading_default),confirmButtonDisabled:!1,editorErrorMessage:"",validateError:!1,zIndex:j()}),re=computed(()=>{const ur=z.type;return{[k.bm("icon",ur)]:ur&&TypeComponentsMap[ur]}}),ie=useId(),oe=useId(),ue=computed(()=>z.icon||TypeComponentsMap[z.type]||""),de=computed(()=>!!z.message),pe=ref$1(),Ie=ref$1(),_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,_r;ur&&(e.boxType!=="prompt"&&(z.autofocus?_e.value=(_r=(cr=he.value)==null?void 0:cr.$el)!=null?_r: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),Ue=computed(()=>e.overflow);useDraggable(pe,Ie,Fe,Ue),onMounted(async()=>{await nextTick$1(),e.closeOnHashChange&&window.addEventListener("hashchange",kt)}),onBeforeUnmount(()=>{e.closeOnHashChange&&window.removeEventListener("hashchange",kt)});function kt(){V.value&&(V.value=!1,nextTick$1(()=>{z.action&&t("action",z.action)}))}const Et=()=>{e.closeOnClickModal&&jt(z.distinguishCancelAndClose?"close":"cancel")},Ve=useSameTarget(Et),qe=ur=>{if(z.inputType!=="textarea")return ur.preventDefault(),jt("confirm")},jt=ur=>{var cr;e.boxType==="prompt"&&ur==="confirm"&&!tr()||(z.action=ur,z.beforeClose?(cr=z.beforeClose)==null||cr.call(z,ur,z,kt):kt())},tr=()=>{if(e.boxType==="prompt"){const ur=z.inputPattern;if(ur&&!ur.test(z.inputValue||""))return z.editorErrorMessage=z.inputErrorMessage||$("el.messagebox.error"),z.validateError=!0,!1;const cr=z.inputValidator;if(typeof cr=="function"){const _r=cr(z.inputValue);if(_r===!1)return z.editorErrorMessage=z.inputErrorMessage||$("el.messagebox.error"),z.validateError=!0,!1;if(typeof _r=="string")return z.editorErrorMessage=_r,z.validateError=!0,!1}}return z.editorErrorMessage="",z.validateError=!1,!0},rr=()=>{const ur=Ce.value.$refs;return ur.input||ur.textarea},ar=()=>{jt("close")},nr=()=>{e.closeOnPressEscape&&ar()};return e.lockScroll&&useLockscreen(V),{...toRefs(z),ns:k,overlayEvent:Ve,visible:V,hasMessage:de,typeClass:re,contentId:ie,inputId:oe,btnSize:L,iconComponent:ue,confirmButtonClasses:Ne,rootRef:pe,focusStartRef:_e,headerRef:Ie,inputRef:Ce,confirmRef:he,doClose:kt,handleClose:ar,onCloseRequested:nr,handleWrapperClick:Et,handleInputEnter:qe,handleAction:jt,t:$}}});function _sfc_render(e,t,y,n,k,L){const $=resolveComponent("el-icon"),j=resolveComponent("close"),V=resolveComponent("el-input"),z=resolveComponent("el-button"),re=resolveComponent("el-focus-trap"),ie=resolveComponent("el-overlay");return openBlock(),createBlock(Transition,{name:"fade-in-linear",onAfterLeave:oe=>e.$emit("vanish"),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(ie,{"z-index":e.zIndex,"overlay-class":[e.ns.is("message-box"),e.modalClass],mask:e.modal},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-label":e.title,"aria-modal":"true","aria-describedby":e.showInput?void 0:e.contentId,class:normalizeClass(`${e.ns.namespace.value}-overlay-message-box`),onClick:e.overlayEvent.onClick,onMousedown:e.overlayEvent.onMousedown,onMouseup:e.overlayEvent.onMouseup},[createVNode(re,{loop:"",trapped:e.visible,"focus-trap-el":e.rootRef,"focus-start-el":e.focusStartRef,onReleaseRequested:e.onCloseRequested},{default:withCtx(()=>[createBaseVNode("div",{ref:"rootRef",class:normalizeClass([e.ns.b(),e.customClass,e.ns.is("draggable",e.draggable),{[e.ns.m("center")]:e.center}]),style:normalizeStyle(e.customStyle),tabindex:"-1",onClick:withModifiers(()=>{},["stop"])},[e.title!==null&&e.title!==void 0?(openBlock(),createElementBlock("div",{key:0,ref:"headerRef",class:normalizeClass([e.ns.e("header"),{"show-close":e.showClose}])},[createBaseVNode("div",{class:normalizeClass(e.ns.e("title"))},[e.iconComponent&&e.center?(openBlock(),createBlock($,{key:0,class:normalizeClass([e.ns.e("status"),e.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("span",null,toDisplayString(e.title),1)],2),e.showClose?(openBlock(),createElementBlock("button",{key:0,type:"button",class:normalizeClass(e.ns.e("headerbtn")),"aria-label":e.t("el.messagebox.close"),onClick:oe=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),onKeydown:withKeys(withModifiers(oe=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),["prevent"]),["enter"])},[createVNode($,{class:normalizeClass(e.ns.e("close"))},{default:withCtx(()=>[createVNode(j)]),_:1},8,["class"])],42,["aria-label","onClick","onKeydown"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{id:e.contentId,class:normalizeClass(e.ns.e("content"))},[createBaseVNode("div",{class:normalizeClass(e.ns.e("container"))},[e.iconComponent&&!e.center&&e.hasMessage?(openBlock(),createBlock($,{key:0,class:normalizeClass([e.ns.e("status"),e.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(e.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),e.hasMessage?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(e.ns.e("message"))},[renderSlot(e.$slots,"default",{},()=>[e.dangerouslyUseHTMLString?(openBlock(),createBlock(resolveDynamicComponent(e.showInput?"label":"p"),{key:1,for:e.showInput?e.inputId:void 0,innerHTML:e.message},null,8,["for","innerHTML"])):(openBlock(),createBlock(resolveDynamicComponent(e.showInput?"label":"p"),{key:0,for:e.showInput?e.inputId:void 0},{default:withCtx(()=>[createTextVNode(toDisplayString(e.dangerouslyUseHTMLString?"":e.message),1)]),_:1},8,["for"]))])],2)):createCommentVNode("v-if",!0)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(e.ns.e("input"))},[createVNode(V,{id:e.inputId,ref:"inputRef",modelValue:e.inputValue,"onUpdate:modelValue":oe=>e.inputValue=oe,type:e.inputType,placeholder:e.inputPlaceholder,"aria-invalid":e.validateError,class:normalizeClass({invalid:e.validateError}),onKeydown:withKeys(e.handleInputEnter,["enter"])},null,8,["id","modelValue","onUpdate:modelValue","type","placeholder","aria-invalid","class","onKeydown"]),createBaseVNode("div",{class:normalizeClass(e.ns.e("errormsg")),style:normalizeStyle({visibility:e.editorErrorMessage?"visible":"hidden"})},toDisplayString(e.editorErrorMessage),7)],2),[[vShow,e.showInput]])],10,["id"]),createBaseVNode("div",{class:normalizeClass(e.ns.e("btns"))},[e.showCancelButton?(openBlock(),createBlock(z,{key:0,loading:e.cancelButtonLoading,"loading-icon":e.cancelButtonLoadingIcon,class:normalizeClass([e.cancelButtonClass]),round:e.roundButton,size:e.btnSize,onClick:oe=>e.handleAction("cancel"),onKeydown:withKeys(withModifiers(oe=>e.handleAction("cancel"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(e.cancelButtonText||e.t("el.messagebox.cancel")),1)]),_:1},8,["loading","loading-icon","class","round","size","onClick","onKeydown"])):createCommentVNode("v-if",!0),withDirectives(createVNode(z,{ref:"confirmRef",type:"primary",loading:e.confirmButtonLoading,"loading-icon":e.confirmButtonLoadingIcon,class:normalizeClass([e.confirmButtonClasses]),round:e.roundButton,disabled:e.confirmButtonDisabled,size:e.btnSize,onClick:oe=>e.handleAction("confirm"),onKeydown:withKeys(withModifiers(oe=>e.handleAction("confirm"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(e.confirmButtonText||e.t("el.messagebox.confirm")),1)]),_:1},8,["loading","loading-icon","class","round","disabled","size","onClick","onKeydown"]),[[vShow,e.showConfirmButton]])],2)],14,["onClick"])]),_:3},8,["trapped","focus-trap-el","focus-start-el","onReleaseRequested"])],42,["aria-label","aria-describedby","onClick","onMousedown","onMouseup"])]),_:3},8,["z-index","overlay-class","mask"]),[[vShow,e.visible]])]),_:3},8,["onAfterLeave"])}var MessageBoxConstructor=_export_sfc$1(_sfc_main$s,[["render",_sfc_render],["__file","index.vue"]]);const messageInstance=new Map,getAppendToElement=e=>{let t=document.body;return e.appendTo&&(isString$3(e.appendTo)&&(t=document.querySelector(e.appendTo)),isElement$2(e.appendTo)&&(t=e.appendTo),isElement$2(t)||(t=document.body)),t},initInstance=(e,t,y=null)=>{const n=createVNode(MessageBoxConstructor,e,isFunction$4(e.message)||isVNode(e.message)?{default:isFunction$4(e.message)?e.message:()=>e.message}:null);return n.appContext=y,render$1(n,t),getAppendToElement(e).appendChild(t.firstElementChild),n.component},genContainer=()=>document.createElement("div"),showMessage=(e,t)=>{const y=genContainer();e.onVanish=()=>{render$1(null,y),messageInstance.delete(k)},e.onAction=L=>{const $=messageInstance.get(k);let j;e.showInput?j={value:k.inputValue,action:L}:j=L,e.callback?e.callback(j,n.proxy):L==="cancel"||L==="close"?e.distinguishCancelAndClose&&L!=="cancel"?$.reject("close"):$.reject("cancel"):$.resolve(j)};const n=initInstance(e,y,t),k=n.proxy;for(const L in e)hasOwn$1(e,L)&&!hasOwn$1(k.$props,L)&&(k[L]=e[L]);return k.visible=!0,k};function MessageBox(e,t=null){if(!isClient)return Promise.reject();let y;return isString$3(e)||isVNode(e)?e={message:e}:y=e.callback,new Promise((n,k)=>{const L=showMessage(e,t??MessageBox._context);messageInstance.set(L,{options:e,callback:y,resolve:n,reject:k})})}const MESSAGE_BOX_VARIANTS=["alert","confirm","prompt"],MESSAGE_BOX_DEFAULT_OPTS={alert:{closeOnPressEscape:!1,closeOnClickModal:!1},confirm:{showCancelButton:!0},prompt:{showCancelButton:!0,showInput:!0}};MESSAGE_BOX_VARIANTS.forEach(e=>{MessageBox[e]=messageBoxFactory(e)});function messageBoxFactory(e){return(t,y,n,k)=>{let L="";return isObject$4(y)?(n=y,L=""):isUndefined$1(y)?L="":L=y,MessageBox(Object.assign({title:L,message:t,type:"",...MESSAGE_BOX_DEFAULT_OPTS[e]},n,{boxType:e}),k)}}MessageBox.close=()=>{messageInstance.forEach((e,t)=>{t.doClose()}),messageInstance.clear()};MessageBox._context=null;const _MessageBox=MessageBox;_MessageBox.install=e=>{_MessageBox._context=e._context,e.config.globalProperties.$msgbox=_MessageBox,e.config.globalProperties.$messageBox=_MessageBox,e.config.globalProperties.$alert=_MessageBox.alert,e.config.globalProperties.$confirm=_MessageBox.confirm,e.config.globalProperties.$prompt=_MessageBox.prompt};const ElMessageBox=_MessageBox,notificationTypes=["success","info","warning","error"],notificationProps=buildProps({customClass:{type:String,default:""},dangerouslyUseHTMLString:Boolean,duration:{type:Number,default:4500},icon:{type:iconPropType},id:{type:String,default:""},message:{type:definePropType([String,Object]),default:""},offset:{type:Number,default:0},onClick:{type:definePropType(Function),default:()=>{}},onClose:{type:definePropType(Function),required:!0},position:{type:String,values:["top-right","top-left","bottom-right","bottom-left"],default:"top-right"},showClose:{type:Boolean,default:!0},title:{type:String,default:""},type:{type:String,values:[...notificationTypes,""],default:""},zIndex:Number}),notificationEmits={destroy:()=>!0},__default__=defineComponent({name:"ElNotification"}),_sfc_main$r=defineComponent({...__default__,props:notificationProps,emits:notificationEmits,setup(e,{expose:t}){const y=e,{ns:n,zIndex:k}=useGlobalComponentSettings("notification"),{nextZIndex:L,currentZIndex:$}=k,{Close:j}=CloseComponents,V=ref$1(!1);let z;const re=computed(()=>{const 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$r,[["__file","notification.vue"]]);const notifications={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]},GAP_SIZE=16;let seed=1;const notify=function(e={},t=null){if(!isClient)return{close:()=>{}};(typeof e=="string"||isVNode(e))&&(e={message:e});const y=e.position||"top-right";let n=e.offset||0;notifications[y].forEach(({vm:re})=>{var ie;n+=(((ie=re.el)==null?void 0:ie.offsetHeight)||0)+GAP_SIZE}),n+=GAP_SIZE;const k=`notification_${seed++}`,L=e.onClose,$={...e,offset:n,id:k,onClose:()=>{close$1(k,y,L)}};let j=document.body;isElement$2(e.appendTo)?j=e.appendTo:isString$3(e.appendTo)&&(j=document.querySelector(e.appendTo)),isElement$2(j)||(j=document.body);const V=document.createElement("div"),z=createVNode(NotificationConstructor,$,isVNode($.message)?{default:()=>$.message}:null);return z.appContext=t??notify._context,z.props.onDestroy=()=>{render$1(null,V)},render$1(z,V),notifications[y].push({vm:z}),j.appendChild(V.firstElementChild),{close:()=>{z.component.exposed.visible.value=!1}}};notificationTypes.forEach(e=>{notify[e]=(t={})=>((typeof t=="string"||isVNode(t))&&(t={message:t}),notify({...t,type:e}))});function close$1(e,t,y){const n=notifications[t],k=n.findIndex(({vm:z})=>{var re;return((re=z.component)==null?void 0:re.props.id)===e});if(k===-1)return;const{vm:L}=n[k];if(!L)return;y==null||y(L);const $=L.el.offsetHeight,j=t.split("-")[0];n.splice(k,1);const V=n.length;if(!(V<1))for(let z=k;z{t.component.exposed.visible.value=!1})}notify.closeAll=closeAll;notify._context=null;const ElNotification=withInstallFunction(notify,"$notify");var Plugins=[ElInfiniteScroll,ElLoading,ElMessage,ElMessageBox,ElNotification,ElPopoverDirective],installer=makeInstaller([...Components,...Plugins]);const prefix="MD",fontFamilyOptions=[{label:"无衬线",value:"-apple-system-font,BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB , Microsoft YaHei UI , Microsoft YaHei ,Arial,sans-serif",desc:"字体123Abc"},{label:"衬线",value:"Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif",desc:"字体123Abc"},{label:"等宽",value:"Menlo, Monaco, 'Courier New', monospace",desc:"字体123Abc"}],fontSizeOptions=[{label:"12px",value:"12px",desc:"更小"},{label:"13px",value:"13px",desc:"稍小"},{label:"14px",value:"14px",desc:"推荐"},{label:"15px",value:"15px",desc:"稍大"},{label:"16px",value:"16px",desc:"更大"}],colorOptions=[{label:"经典蓝",value:"rgba(15, 76, 129, 1)",desc:"最新流行"},{label:"翡翠绿",value:"rgba(0, 152, 116, 1)",desc:"优雅清新"},{label:"活力橘",value:"rgba(250, 81, 81, 1)",desc:"热情活泼"}],codeBlockThemeOptions=[{label:"github",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/github.min.css",desc:"light"},{label:"solarized-light",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/solarized-light.min.css",desc:"light"},{label:"atom-one-dark",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/atom-one-dark.min.css",desc:"dark"},{label:"obsidian",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/obsidian.min.css",desc:"dark"},{label:"vs2015",value:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlight.js@11.5.1/styles/vs2015.min.css",desc:"dark"}],legendOptions=[{label:"title 优先",value:"title-alt",desc:""},{label:"alt 优先",value:"alt-title",desc:""},{label:"只显示 title",value:"title",desc:""},{label:"只显示 alt",value:"alt",desc:""},{label:"不显示",value:"none",desc:""}],githubConfig={username:"filess",repoList:Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],e=>`img${e}`),branch:"main",accessTokenList:["7715d7ca67b5d3837cfdoocsmde8c38421815aa423510af","c411415bf95dbe39625doocsmd5047ba9b7a2a6c9642abe","2821cd8819fa345c053doocsmdca86ac653f8bc20db1f1b","445f0dae46ef1f2a4d6doocsmdc797301e94797b4750a4c","cc1d0c1426d0fd0902bdoocsmdd2d7184b14da61b86ec46","b67e9d15cb6f910492fdoocsmdac6b44d379c953bb19eff","618c4dc2244ccbbc088doocsmd125d17fd31b7d06a50cf3","a4b581732e1c1507458doocsmdc5b223b27dae5e2e16a55","77904db41aee57ad79bdoocsmd760f848201dac9c96fd5e","02f251cb14ac62ab100doocsmdddbfc8527d773f1f04ce1","eb321079a95ba7028d9doocsmde2e84c502dac70de7cf08","22f74fcfb071a961fa2doocsmde28dabc746f0503a15e5d","85124c2bfe7abba0938doocsmd0af7f67918b99d085a5fd","0a561b4d4bbecb2de7edoocsmdd9ba3833d11dbc5e430f5","e8a01491188d8d5a097doocsmd03ede0aad1fe9e3af24e9","36e1f420d7e5bdebd67doocsmd65463562f5f25b20b8377"]},giteeConfig={username:"filesss",repoList:Array.from([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],e=>`img${e}`),branch:"main",accessTokenList:["ed5fc9866bd6c2fdoocsmddd433f806fd2f399c","5448ffebbbf1151doocsmdc4e337cf814fc8a62","25b05efd2557ca2doocsmd75b5c0835e3395911","11628c7a5aef015doocsmd2eeff9fb9566f0458","cb2f5145ed938dedoocsmdbd063b4ed244eecf8","d8c0b57500672c1doocsmd55f48b866b5ebcd98","78c56eadb88e453doocsmd43ddd95753351771a","03e1a688003948fdoocsmda16fcf41e6f03f1f0","c49121cf4d191fbdoocsmdd6a7877ed537e474a","adfeb2fadcdc4aadoocsmdfe1ee869ac9c968ff","116c94549ca4a0ddoocsmd192653af5c0694616","ecf30ed7f2eb184doocsmd51ea4ec8300371d9e","5837cf2bd5afd93doocsmd73904bed31934949e","b5b7e1c7d57e01fdoocsmd5266f552574297d78","684d55564ffbd0bdoocsmd7d747e5cc23aed6d6","3fc04a9d272ab71doocsmd010c56cb57d88d2ba"]},baseColor="#3f3f3f",defaultTheme={BASE:{"text-align":"left","line-height":"1.75"},block:{h1:{"font-size":"1.2em","text-align":"center","font-weight":"bold",display:"table",margin:"2em auto 1em",padding:"0 1em","border-bottom":"2px solid rgba(0, 152, 116, 0.9)",color:"var(--el-text-color-regular)"},h2:{"font-size":"1.2em","text-align":"center","font-weight":"bold",display:"table",margin:"4em auto 2em",padding:"0 0.2em",background:"rgba(0, 152, 116, 0.9)",color:"#fff"},h3:{"font-weight":"bold","font-size":"1.1em",margin:"2em 8px 0.75em 0","line-height":"1.2","padding-left":"8px","border-left":"3px solid rgba(0, 152, 116, 0.9)",color:"var(--el-text-color-regular)"},h4:{"font-weight":"bold","font-size":"1em",margin:"2em 8px 0.5em",color:"rgba(66, 185, 131, 0.9)"},p:{margin:"1.5em 8px","letter-spacing":"0.1em",color:"var(--el-text-color-regular)","text-align":"justify"},blockquote:{"font-style":"normal","border-left":"none",padding:"1em","border-radius":"8px",color:"rgba(0,0,0,0.5)",background:"#f7f7f7",margin:"2em 8px"},blockquote_p:{"letter-spacing":"0.1em",color:"rgb(80, 80, 80)","font-size":"1em",display:"block"},code_pre:{"font-size":"14px","overflow-x":"auto","border-radius":"8px",padding:"1em","line-height":"1.5",margin:"10px 8px"},code:{margin:0,"white-space":"nowrap","font-family":"Menlo, Operator Mono, Consolas, Monaco, monospace"},image:{"border-radius":"4px",display:"block",margin:"0.1em auto 0.5em",width:"100% !important"},ol:{"margin-left":"0","padding-left":"1em",color:"var(--el-text-color-regular)"},ul:{"margin-left":"0","padding-left":"1em","list-style":"circle",color:"var(--el-text-color-regular)"},footnotes:{margin:"0.5em 8px","font-size":"80%",color:"var(--el-text-color-regular)"},figure:{margin:"1.5em 8px",color:"var(--el-text-color-regular)"},hr:{"border-style":"solid","border-width":"1px 0 0","border-color":"rgba(0,0,0,0.1)","-webkit-transform-origin":"0 0","-webkit-transform":"scale(1, 0.5)","transform-origin":"0 0",transform:"scale(1, 0.5)"}},inline:{listitem:{"text-indent":"-1em",display:"block",margin:"0.2em 8px",color:"var(--el-text-color-regular)"},codespan:{"font-size":"90%",color:"#d14",background:"rgba(27,31,35,.05)",padding:"3px 5px","border-radius":"4px"},link:{color:"#576b95"},wx_link:{color:"#576b95","text-decoration":"none"},strong:{color:"rgba(15, 76, 129, 0.9)","font-weight":"bold"},table:{"border-collapse":"collapse","text-align":"center",margin:"1em 8px",color:"var(--el-text-color-regular)"},thead:{background:"rgba(0, 0, 0, 0.05)","font-weight":"bold",color:"var(--el-text-color-regular)"},td:{border:"1px solid #dfdfdf",padding:"0.25em 0.5em",color:baseColor},footnote:{"font-size":"12px",color:"var(--el-text-color-regular)"},figcaption:{"text-align":"center",color:"#888","font-size":"0.8em"}}};function deepFreeze(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error("set is read-only")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(t=>{const y=e[t],n=typeof y;(n==="object"||n==="function")&&!Object.isFrozen(y)&&deepFreeze(y)}),e}let Response$1=class{constructor(t){t.data===void 0&&(t.data={}),this.data=t.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function escapeHTML(e){return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}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="",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+=``}}const newNode=(e={})=>{const t={children:[]};return Object.assign(t,e),t};class TokenTree{constructor(){this.rootNode=newNode(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(t){this.top.children.push(t)}openNode(t){const y=newNode({scope:t});this.add(y),this.stack.push(y)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(t){return this.constructor._walk(t,this.rootNode)}static _walk(t,y){return typeof y=="string"?t.addText(y):y.children&&(t.openNode(y),y.children.forEach(n=>this._walk(t,n)),t.closeNode(y)),t}static _collapse(t){typeof t!="string"&&t.children&&(t.children.every(y=>typeof y=="string")?t.children=[t.children.join("")]:t.children.forEach(y=>{TokenTree._collapse(y)}))}}class TokenTreeEmitter extends TokenTree{constructor(t){super(),this.options=t}addText(t){t!==""&&this.add(t)}startScope(t){this.openNode(t)}endScope(){this.closeNode()}__addSublanguage(t,y){const n=t.root;y&&(n.scope=`language:${y}`),this.add(n)}toHTML(){return new HTMLRenderer(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function source(e){return e?typeof e=="string"?e:e.source:null}function lookahead(e){return concat$2("(?=",e,")")}function anyNumberOfTimes(e){return concat$2("(?:",e,")*")}function optional(e){return concat$2("(?:",e,")?")}function concat$2(...e){return e.map(y=>source(y)).join("")}function stripOptionsFromArgs(e){const t=e[e.length-1];return typeof t=="object"&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function either(...e){return"("+(stripOptionsFromArgs(e).capture?"":"?:")+e.map(n=>source(n)).join("|")+")"}function countMatchGroups(e){return new RegExp(e.toString()+"|").exec("").length-1}function startsWith$1(e,t){const y=e&&e.exec(t);return y&&y.index===0}const BACKREF_RE=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function _rewriteBackreferences(e,{joinWith:t}){let y=0;return e.map(n=>{y+=1;const k=y;let L=source(n),$="";for(;L.length>0;){const j=BACKREF_RE.exec(L);if(!j){$+=L;break}$+=L.substring(0,j.index),L=L.substring(j.index+j[0].length),j[0][0]==="\\"&&j[1]?$+="\\"+String(Number(j[1])+k):($+=j[0],j[0]==="("&&y++)}return $}).map(n=>`(${n})`).join(t)}const MATCH_NOTHING_RE=/\b\B/,IDENT_RE="[a-zA-Z]\\w*",UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",NUMBER_RE="\\b\\d+(\\.\\d+)?",C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",BINARY_NUMBER_RE="\\b(0b[01]+)",RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG=(e={})=>{const t=/^#![ ]*\//;return e.binary&&(e.begin=concat$2(t,/.*\b/,e.binary,/\b.*/)),inherit$1({scope:"meta",begin:t,end:/$/,relevance:0,"on:begin":(y,n)=>{y.index!==0&&n.ignoreMatch()}},e)},BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},APOS_STRING_MODE={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[BACKSLASH_ESCAPE]},QUOTE_STRING_MODE={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[BACKSLASH_ESCAPE]},PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},COMMENT=function(e,t,y={}){const n=inherit$1({scope:"comment",begin:e,end:t,contains:[]},y);n.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const k=either("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return n.contains.push({begin:concat$2(/[ ]+/,"(",k,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),n},C_LINE_COMMENT_MODE=COMMENT("//","$"),C_BLOCK_COMMENT_MODE=COMMENT("/\\*","\\*/"),HASH_COMMENT_MODE=COMMENT("#","$"),NUMBER_MODE={scope:"number",begin:NUMBER_RE,relevance:0},C_NUMBER_MODE={scope:"number",begin:C_NUMBER_RE,relevance:0},BINARY_NUMBER_MODE={scope:"number",begin:BINARY_NUMBER_RE,relevance:0},REGEXP_MODE={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[BACKSLASH_ESCAPE]}]},TITLE_MODE={scope:"title",begin:IDENT_RE,relevance:0},UNDERSCORE_TITLE_MODE={scope:"title",begin:UNDERSCORE_IDENT_RE,relevance:0},METHOD_GUARD={begin:"\\.\\s*"+UNDERSCORE_IDENT_RE,relevance:0},END_SAME_AS_BEGIN=function(e){return Object.assign(e,{"on:begin":(t,y)=>{y.data._beginMatch=t[1]},"on:end":(t,y)=>{y.data._beginMatch!==t[1]&&y.ignoreMatch()}})};var MODES=Object.freeze({__proto__:null,APOS_STRING_MODE,BACKSLASH_ESCAPE,BINARY_NUMBER_MODE,BINARY_NUMBER_RE,COMMENT,C_BLOCK_COMMENT_MODE,C_LINE_COMMENT_MODE,C_NUMBER_MODE,C_NUMBER_RE,END_SAME_AS_BEGIN,HASH_COMMENT_MODE,IDENT_RE,MATCH_NOTHING_RE,METHOD_GUARD,NUMBER_MODE,NUMBER_RE,PHRASAL_WORDS_MODE,QUOTE_STRING_MODE,REGEXP_MODE,RE_STARTERS_RE,SHEBANG,TITLE_MODE,UNDERSCORE_IDENT_RE,UNDERSCORE_TITLE_MODE});function skipIfHasPrecedingDot(e,t){e.input[e.index-1]==="."&&t.ignoreMatch()}function scopeClassName(e,t){e.className!==void 0&&(e.scope=e.className,delete e.className)}function beginKeywords(e,t){t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=skipIfHasPrecedingDot,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,e.relevance===void 0&&(e.relevance=0))}function compileIllegal(e,t){Array.isArray(e.illegal)&&(e.illegal=either(...e.illegal))}function compileMatch(e,t){if(e.match){if(e.begin||e.end)throw new Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function compileRelevance(e,t){e.relevance===void 0&&(e.relevance=1)}const beforeMatchExt=(e,t)=>{if(!e.beforeMatch)return;if(e.starts)throw new Error("beforeMatch cannot be used with starts");const y=Object.assign({},e);Object.keys(e).forEach(n=>{delete e[n]}),e.keywords=y.keywords,e.begin=concat$2(y.beforeMatch,lookahead(y.begin)),e.starts={relevance:0,contains:[Object.assign(y,{endsParent:!0})]},e.relevance=0,delete y.beforeMatch},COMMON_KEYWORDS=["of","and","for","in","not","or","if","then","parent","list","value"],DEFAULT_KEYWORD_SCOPE="keyword";function compileKeywords(e,t,y=DEFAULT_KEYWORD_SCOPE){const n=Object.create(null);return typeof e=="string"?k(y,e.split(" ")):Array.isArray(e)?k(y,e):Object.keys(e).forEach(function(L){Object.assign(n,compileKeywords(e[L],t,L))}),n;function k(L,$){t&&($=$.map(j=>j.toLowerCase())),$.forEach(function(j){const V=j.split("|");n[V[0]]=[L,scoreForKeyword(V[0],V[1])]})}}function scoreForKeyword(e,t){return t?Number(t):commonKeyword(e)?0:1}function commonKeyword(e){return COMMON_KEYWORDS.includes(e.toLowerCase())}const seenDeprecations={},error=e=>{console.error(e)},warn=(e,...t)=>{console.log(`WARN: ${e}`,...t)},deprecated=(e,t)=>{seenDeprecations[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),seenDeprecations[`${e}/${t}`]=!0)},MultiClassError=new Error;function remapScopeNames(e,t,{key:y}){let n=0;const k=e[y],L={},$={};for(let j=1;j<=t.length;j++)$[j+n]=k[j],L[j+n]=!0,n+=countMatchGroups(t[j-1]);e[y]=$,e[y]._emit=L,e[y]._multi=!0}function beginMultiClass(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw error("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),MultiClassError;if(typeof e.beginScope!="object"||e.beginScope===null)throw error("beginScope must be object"),MultiClassError;remapScopeNames(e,e.begin,{key:"beginScope"}),e.begin=_rewriteBackreferences(e.begin,{joinWith:""})}}function endMultiClass(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw error("skip, excludeEnd, returnEnd not compatible with endScope: {}"),MultiClassError;if(typeof e.endScope!="object"||e.endScope===null)throw error("endScope must be object"),MultiClassError;remapScopeNames(e,e.end,{key:"endScope"}),e.end=_rewriteBackreferences(e.end,{joinWith:""})}}function scopeSugar(e){e.scope&&typeof e.scope=="object"&&e.scope!==null&&(e.beginScope=e.scope,delete e.scope)}function MultiClass(e){scopeSugar(e),typeof e.beginScope=="string"&&(e.beginScope={_wrap:e.beginScope}),typeof e.endScope=="string"&&(e.endScope={_wrap:e.endScope}),beginMultiClass(e),endMultiClass(e)}function compileLanguage(e){function t($,j){return new RegExp(source($),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(j?"g":""))}class y{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(j,V){V.position=this.position++,this.matchIndexes[this.matchAt]=V,this.regexes.push([V,j]),this.matchAt+=countMatchGroups(j)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const j=this.regexes.map(V=>V[1]);this.matcherRe=t(_rewriteBackreferences(j,{joinWith:"|"}),!0),this.lastIndex=0}exec(j){this.matcherRe.lastIndex=this.lastIndex;const V=this.matcherRe.exec(j);if(!V)return null;const z=V.findIndex((ie,oe)=>oe>0&&ie!==void 0),re=this.matchIndexes[z];return V.splice(0,z),Object.assign(V,re)}}class n{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(j){if(this.multiRegexes[j])return this.multiRegexes[j];const V=new y;return this.rules.slice(j).forEach(([z,re])=>V.addRule(z,re)),V.compile(),this.multiRegexes[j]=V,V}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(j,V){this.rules.push([j,V]),V.type==="begin"&&this.count++}exec(j){const V=this.getMatcher(this.regexIndex);V.lastIndex=this.lastIndex;let z=V.exec(j);if(this.resumingScanAtSamePosition()&&!(z&&z.index===this.lastIndex)){const re=this.getMatcher(0);re.lastIndex=this.lastIndex+1,z=re.exec(j)}return z&&(this.regexIndex+=z.position+1,this.regexIndex===this.count&&this.considerAll()),z}}function k($){const j=new n;return $.contains.forEach(V=>j.addRule(V.begin,{rule:V,type:"begin"})),$.terminatorEnd&&j.addRule($.terminatorEnd,{type:"end"}),$.illegal&&j.addRule($.illegal,{type:"illegal"}),j}function L($,j){const V=$;if($.isCompiled)return V;[scopeClassName,compileMatch,MultiClass,beforeMatchExt].forEach(re=>re($,j)),e.compilerExtensions.forEach(re=>re($,j)),$.__beforeBegin=null,[beginKeywords,compileIllegal,compileRelevance].forEach(re=>re($,j)),$.isCompiled=!0;let z=null;return typeof $.keywords=="object"&&$.keywords.$pattern&&($.keywords=Object.assign({},$.keywords),z=$.keywords.$pattern,delete $.keywords.$pattern),z=z||/\w+/,$.keywords&&($.keywords=compileKeywords($.keywords,e.case_insensitive)),V.keywordPatternRe=t(z,!0),j&&($.begin||($.begin=/\B|\b/),V.beginRe=t(V.begin),!$.end&&!$.endsWithParent&&($.end=/\B|\b/),$.end&&(V.endRe=t(V.end)),V.terminatorEnd=source(V.end)||"",$.endsWithParent&&j.terminatorEnd&&(V.terminatorEnd+=($.end?"|":"")+j.terminatorEnd)),$.illegal&&(V.illegalRe=t($.illegal)),$.contains||($.contains=[]),$.contains=[].concat(...$.contains.map(function(re){return expandOrCloneMode(re==="self"?$:re)})),$.contains.forEach(function(re){L(re,V)}),$.starts&&L($.starts,j),V.matcher=k(V),V}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=inherit$1(e.classNameAliases||{}),L(e)}function dependencyOnParent(e){return e?e.endsWithParent||dependencyOnParent(e.starts):!1}function expandOrCloneMode(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(t){return inherit$1(e,{variants:null},t)})),e.cachedVariants?e.cachedVariants:dependencyOnParent(e)?inherit$1(e,{starts:e.starts?inherit$1(e.starts):null}):Object.isFrozen(e)?inherit$1(e):e}var version="11.10.0";class HTMLInjectionError extends Error{constructor(t,y){super(t),this.name="HTMLInjectionError",this.html=y}}const escape$3=escapeHTML,inherit=inherit$1,NO_MATCH=Symbol("nomatch"),MAX_KEYWORD_HITS=7,HLJS=function(e){const t=Object.create(null),y=Object.create(null),n=[];let k=!0;const L="Could not find the language '{}', did you forget to load/include a language module?",$={disableAutodetect:!0,name:"Plain text",contains:[]};let j={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:TokenTreeEmitter};function V(cr){return j.noHighlightRe.test(cr)}function z(cr){let _r=cr.className+" ";_r+=cr.parentNode?cr.parentNode.className:"";const hr=j.languageDetectRe.exec(_r);if(hr){const Er=Ve(hr[1]);return Er||(warn(L.replace("{}",hr[1])),warn("Falling back to no-highlight mode for this block.",cr)),Er?hr[1]:"no-highlight"}return _r.split(/\s+/).find(Er=>V(Er)||Ve(Er))}function re(cr,_r,hr){let Er="",kr="";typeof _r=="object"?(Er=cr,hr=_r.ignoreIllegals,kr=_r.language):(deprecated("10.7.0","highlight(lang, code, ...args) has been deprecated."),deprecated("10.7.0",`Please use highlight(code, options) instead. +https://github.com/highlightjs/highlight.js/issues/2277`),kr=cr,Er=_r),hr===void 0&&(hr=!0);const xr={code:Er,language:kr};nr("before:highlight",xr);const yr=xr.result?xr.result:ie(xr.language,xr.code,hr);return yr.code=xr.code,nr("after:highlight",yr),yr}function ie(cr,_r,hr,Er){const kr=Object.create(null);function xr(Wa,Go){return Wa.keywords[Go]}function yr(){if(!Dr.keywords){Wr.addText(Nr);return}let Wa=0;Dr.keywordPatternRe.lastIndex=0;let Go=Dr.keywordPatternRe.exec(Nr),us="";for(;Go;){us+=Nr.substring(Wa,Go.index);const Kn=br.case_insensitive?Go[0].toLowerCase():Go[0],Gr=xr(Dr,Kn);if(Gr){const[Ar,On]=Gr;if(Wr.addText(us),us="",kr[Kn]=(kr[Kn]||0)+1,kr[Kn]<=MAX_KEYWORD_HITS&&(Fr+=On),Ar.startsWith("_"))us+=Go[0];else{const kn=br.classNameAliases[Ar]||Ar;Br(Go[0],kn)}}else us+=Go[0];Wa=Dr.keywordPatternRe.lastIndex,Go=Dr.keywordPatternRe.exec(Nr)}us+=Nr.substring(Wa),Wr.addText(us)}function vr(){if(Nr==="")return;let Wa=null;if(typeof Dr.subLanguage=="string"){if(!t[Dr.subLanguage]){Wr.addText(Nr);return}Wa=ie(Dr.subLanguage,Nr,!0,Kr[Dr.subLanguage]),Kr[Dr.subLanguage]=Wa._top}else Wa=ue(Nr,Dr.subLanguage.length?Dr.subLanguage:null);Dr.relevance>0&&(Fr+=Wa.relevance),Wr.__addSublanguage(Wa._emitter,Wa.language)}function Rr(){Dr.subLanguage!=null?vr():yr(),Nr=""}function Br(Wa,Go){Wa!==""&&(Wr.startScope(Go),Wr.addText(Wa),Wr.endScope())}function mr(Wa,Go){let us=1;const Kn=Go.length-1;for(;us<=Kn;){if(!Wa._emit[us]){us++;continue}const Gr=br.classNameAliases[Wa[us]]||Wa[us],Ar=Go[us];Gr?Br(Ar,Gr):(Nr=Ar,yr(),Nr=""),us++}}function gr(Wa,Go){return Wa.scope&&typeof Wa.scope=="string"&&Wr.openNode(br.classNameAliases[Wa.scope]||Wa.scope),Wa.beginScope&&(Wa.beginScope._wrap?(Br(Nr,br.classNameAliases[Wa.beginScope._wrap]||Wa.beginScope._wrap),Nr=""):Wa.beginScope._multi&&(mr(Wa.beginScope,Go),Nr="")),Dr=Object.create(Wa,{parent:{value:Dr}}),Dr}function jr(Wa,Go,us){let Kn=startsWith$1(Wa.endRe,us);if(Kn){if(Wa["on:end"]){const Gr=new Response$1(Wa);Wa["on:end"](Go,Gr),Gr.isMatchIgnored&&(Kn=!1)}if(Kn){for(;Wa.endsParent&&Wa.parent;)Wa=Wa.parent;return Wa}}if(Wa.endsWithParent)return jr(Wa.parent,Go,us)}function Hr(Wa){return Dr.matcher.regexIndex===0?(Nr+=Wa[0],1):(Po=!0,0)}function Ur(Wa){const Go=Wa[0],us=Wa.rule,Kn=new Response$1(us),Gr=[us.__beforeBegin,us["on:begin"]];for(const Ar of Gr)if(Ar&&(Ar(Wa,Kn),Kn.isMatchIgnored))return Hr(Go);return us.skip?Nr+=Go:(us.excludeBegin&&(Nr+=Go),Rr(),!us.returnBegin&&!us.excludeBegin&&(Nr=Go)),gr(us,Wa),us.returnBegin?0:Go.length}function zr(Wa){const Go=Wa[0],us=_r.substring(Wa.index),Kn=jr(Dr,Wa,us);if(!Kn)return NO_MATCH;const Gr=Dr;Dr.endScope&&Dr.endScope._wrap?(Rr(),Br(Go,Dr.endScope._wrap)):Dr.endScope&&Dr.endScope._multi?(Rr(),mr(Dr.endScope,Wa)):Gr.skip?Nr+=Go:(Gr.returnEnd||Gr.excludeEnd||(Nr+=Go),Rr(),Gr.excludeEnd&&(Nr=Go));do Dr.scope&&Wr.closeNode(),!Dr.skip&&!Dr.subLanguage&&(Fr+=Dr.relevance),Dr=Dr.parent;while(Dr!==Kn.parent);return Kn.starts&&gr(Kn.starts,Wa),Gr.returnEnd?0:Go.length}function Sr(){const Wa=[];for(let Go=Dr;Go!==br;Go=Go.parent)Go.scope&&Wa.unshift(Go.scope);Wa.forEach(Go=>Wr.openNode(Go))}let Tr={};function Mr(Wa,Go){const us=Go&&Go[0];if(Nr+=Wa,us==null)return Rr(),0;if(Tr.type==="begin"&&Go.type==="end"&&Tr.index===Go.index&&us===""){if(Nr+=_r.slice(Go.index,Go.index+1),!k){const Kn=new Error(`0 width match regex (${cr})`);throw Kn.languageName=cr,Kn.badRule=Tr.rule,Kn}return 1}if(Tr=Go,Go.type==="begin")return Ur(Go);if(Go.type==="illegal"&&!hr){const Kn=new Error('Illegal lexeme "'+us+'" for mode "'+(Dr.scope||"")+'"');throw Kn.mode=Dr,Kn}else if(Go.type==="end"){const Kn=zr(Go);if(Kn!==NO_MATCH)return Kn}if(Go.type==="illegal"&&us==="")return 1;if(ca>1e5&&ca>Go.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Nr+=us,us.length}const br=Ve(cr);if(!br)throw error(L.replace("{}",cr)),new Error('Unknown language: "'+cr+'"');const Cr=compileLanguage(br);let Ir="",Dr=Er||Cr;const Kr={},Wr=new j.__emitter(j);Sr();let Nr="",Fr=0,Qr=0,ca=0,Po=!1;try{if(br.__emitTokens)br.__emitTokens(_r,Wr);else{for(Dr.matcher.considerAll();;){ca++,Po?Po=!1:Dr.matcher.considerAll(),Dr.matcher.lastIndex=Qr;const Wa=Dr.matcher.exec(_r);if(!Wa)break;const Go=_r.substring(Qr,Wa.index),us=Mr(Go,Wa);Qr=Wa.index+us}Mr(_r.substring(Qr))}return Wr.finalize(),Ir=Wr.toHTML(),{language:cr,value:Ir,relevance:Fr,illegal:!1,_emitter:Wr,_top:Dr}}catch(Wa){if(Wa.message&&Wa.message.includes("Illegal"))return{language:cr,value:escape$3(_r),illegal:!0,relevance:0,_illegalBy:{message:Wa.message,index:Qr,context:_r.slice(Qr-100,Qr+100),mode:Wa.mode,resultSoFar:Ir},_emitter:Wr};if(k)return{language:cr,value:escape$3(_r),illegal:!1,relevance:0,errorRaised:Wa,_emitter:Wr,_top:Dr};throw Wa}}function oe(cr){const _r={value:escape$3(cr),illegal:!1,relevance:0,_top:$,_emitter:new j.__emitter(j)};return _r._emitter.addText(cr),_r}function ue(cr,_r){_r=_r||j.languages||Object.keys(t);const hr=oe(cr),Er=_r.filter(Ve).filter(jt).map(Rr=>ie(Rr,cr,!1));Er.unshift(hr);const kr=Er.sort((Rr,Br)=>{if(Rr.relevance!==Br.relevance)return Br.relevance-Rr.relevance;if(Rr.language&&Br.language){if(Ve(Rr.language).supersetOf===Br.language)return 1;if(Ve(Br.language).supersetOf===Rr.language)return-1}return 0}),[xr,yr]=kr,vr=xr;return vr.secondBest=yr,vr}function de(cr,_r,hr){const Er=_r&&y[_r]||hr;cr.classList.add("hljs"),cr.classList.add(`language-${Er}`)}function pe(cr){let _r=null;const hr=z(cr);if(V(hr))return;if(nr("before:highlightElement",{el:cr,language:hr}),cr.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",cr);return}if(cr.children.length>0&&(j.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(cr)),j.throwUnescapedHTML))throw new HTMLInjectionError("One of your code blocks includes unescaped HTML.",cr.innerHTML);_r=cr;const Er=_r.textContent,kr=hr?re(Er,{language:hr,ignoreIllegals:!0}):ue(Er);cr.innerHTML=kr.value,cr.dataset.highlighted="yes",de(cr,hr,kr.language),cr.result={language:kr.language,re:kr.relevance,relevance:kr.relevance},kr.secondBest&&(cr.secondBest={language:kr.secondBest.language,relevance:kr.secondBest.relevance}),nr("after:highlightElement",{el:cr,result:kr,text:Er})}function Ie(cr){j=inherit(j,cr)}const _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 Ue(cr,_r){let hr=null;try{hr=_r(e)}catch(Er){if(error("Language definition for '{}' could not be registered.".replace("{}",cr)),k)error(Er);else throw Er;hr=$}hr.name||(hr.name=cr),t[cr]=hr,hr.rawDefinition=_r.bind(null,e),hr.aliases&&qe(hr.aliases,{languageName:cr})}function kt(cr){delete t[cr];for(const _r of Object.keys(y))y[_r]===cr&&delete y[_r]}function Et(){return Object.keys(t)}function Ve(cr){return cr=(cr||"").toLowerCase(),t[cr]||t[y[cr]]}function qe(cr,{languageName:_r}){typeof cr=="string"&&(cr=[cr]),cr.forEach(hr=>{y[hr.toLowerCase()]=_r})}function jt(cr){const _r=Ve(cr);return _r&&!_r.disableAutodetect}function tr(cr){cr["before:highlightBlock"]&&!cr["before:highlightElement"]&&(cr["before:highlightElement"]=_r=>{cr["before:highlightBlock"](Object.assign({block:_r.el},_r))}),cr["after:highlightBlock"]&&!cr["after:highlightElement"]&&(cr["after:highlightElement"]=_r=>{cr["after:highlightBlock"](Object.assign({block:_r.el},_r))})}function rr(cr){tr(cr),n.push(cr)}function ar(cr){const _r=n.indexOf(cr);_r!==-1&&n.splice(_r,1)}function nr(cr,_r){const hr=cr;n.forEach(function(Er){Er[hr]&&Er[hr](_r)})}function ur(cr){return deprecated("10.7.0","highlightBlock will be removed entirely in v12.0"),deprecated("10.7.0","Please use highlightElement now."),pe(cr)}Object.assign(e,{highlight:re,highlightAuto:ue,highlightAll:Ne,highlightElement:pe,highlightBlock:ur,configure:Ie,initHighlighting:_e,initHighlightingOnLoad:Ce,registerLanguage:Ue,unregisterLanguage:kt,listLanguages:Et,getLanguage:Ve,registerAliases:qe,autoDetection:jt,inherit,addPlugin:rr,removePlugin:ar}),e.debugMode=function(){k=!1},e.safeMode=function(){k=!0},e.versionString=version,e.regex={concat:concat$2,lookahead,either,optional,anyNumberOfTimes};for(const cr in MODES)typeof MODES[cr]=="object"&&deepFreeze(MODES[cr]);return Object.assign(e,MODES),e},highlight=HLJS({});highlight.newInstance=()=>HLJS({});var core$1=highlight;highlight.HighlightJS=highlight;highlight.default=highlight;var _1c_1,hasRequired_1c;function require_1c(){if(hasRequired_1c)return _1c_1;hasRequired_1c=1;function e(t){const y="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+",L="далее "+"возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ",V="загрузитьизфайла "+"вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ",ue="разделительстраниц разделительстрок символтабуляции "+"ansitooem oemtoansi ввестивидсубконто ввестиперечисление ввестипериод ввестиплансчетов выбранныйплансчетов датагод датамесяц датачисло заголовоксистемы значениевстроку значениеизстроки каталогиб каталогпользователя кодсимв конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца коннедели лог лог10 максимальноеколичествосубконто названиеинтерфейса названиенабораправ назначитьвид назначитьсчет найтиссылки началопериодаби началостандартногоинтервала начгода начквартала начмесяца начнедели номерднягода номерднянедели номернеделигода обработкаожидания основнойжурналрасчетов основнойплансчетов основнойязык очиститьокносообщений периодстр получитьвремята получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта префиксавтонумерации пропись пустоезначение разм разобратьпозициюдокумента рассчитатьрегистрына рассчитатьрегистрыпо симв создатьобъект статусвозврата стрколичествострок сформироватьпозициюдокумента счетпокоду текущеевремя типзначения типзначениястр установитьтана установитьтапо фиксшаблон шаблон "+"acos asin atan base64значение base64строка cos exp log log10 pow sin sqrt tan xmlзначение xmlстрока xmlтип xmlтипзнч активноеокно безопасныйрежим безопасныйрежимразделенияданных булево ввестидату ввестизначение ввестистроку ввестичисло возможностьчтенияxml вопрос восстановитьзначение врег выгрузитьжурналрегистрации выполнитьобработкуоповещения выполнитьпроверкуправдоступа вычислить год данныеформывзначение дата день деньгода деньнедели добавитьмесяц заблокироватьданныедляредактирования заблокироватьработупользователя завершитьработусистемы загрузитьвнешнююкомпоненту закрытьсправку записатьjson записатьxml записатьдатуjson записьжурналарегистрации заполнитьзначениясвойств запроситьразрешениепользователя запуститьприложение запуститьсистему зафиксироватьтранзакцию значениевданныеформы значениевстрокувнутр значениевфайл значениезаполнено значениеизстрокивнутр значениеизфайла изxmlтипа импортмоделиxdto имякомпьютера имяпользователя инициализироватьпредопределенныеданные информацияобошибке каталогбиблиотекимобильногоустройства каталогвременныхфайлов каталогдокументов каталогпрограммы кодироватьстроку кодлокализацииинформационнойбазы кодсимвола командасистемы конецгода конецдня конецквартала конецмесяца конецминуты конецнедели конецчаса конфигурациябазыданныхизмененадинамически конфигурацияизменена копироватьданныеформы копироватьфайл краткоепредставлениеошибки лев макс местноевремя месяц мин минута монопольныйрежим найти найтинедопустимыесимволыxml найтиокнопонавигационнойссылке найтипомеченныенаудаление найтипоссылкам найтифайлы началогода началодня началоквартала началомесяца началоминуты началонедели началочаса начатьзапросразрешенияпользователя начатьзапускприложения начатькопированиефайла начатьперемещениефайла начатьподключениевнешнейкомпоненты начатьподключениерасширенияработыскриптографией начатьподключениерасширенияработысфайлами начатьпоискфайлов начатьполучениекаталогавременныхфайлов начатьполучениекаталогадокументов начатьполучениерабочегокаталогаданныхпользователя начатьполучениефайлов начатьпомещениефайла начатьпомещениефайлов начатьсозданиедвоичныхданныхизфайла начатьсозданиекаталога начатьтранзакцию начатьудалениефайлов начатьустановкувнешнейкомпоненты начатьустановкурасширенияработыскриптографией начатьустановкурасширенияработысфайлами неделягода необходимостьзавершениясоединения номерсеансаинформационнойбазы номерсоединенияинформационнойбазы нрег нстр обновитьинтерфейс обновитьнумерациюобъектов обновитьповторноиспользуемыезначения обработкапрерыванияпользователя объединитьфайлы окр описаниеошибки оповестить оповеститьобизменении отключитьобработчикзапросанастроекклиенталицензирования отключитьобработчикожидания отключитьобработчикоповещения открытьзначение открытьиндекссправки открытьсодержаниесправки открытьсправку открытьформу открытьформумодально отменитьтранзакцию очиститьжурналрегистрации очиститьнастройкипользователя очиститьсообщения параметрыдоступа перейтипонавигационнойссылке переместитьфайл подключитьвнешнююкомпоненту подключитьобработчикзапросанастроекклиенталицензирования подключитьобработчикожидания подключитьобработчикоповещения подключитьрасширениеработыскриптографией подключитьрасширениеработысфайлами подробноепредставлениеошибки показатьвводдаты показатьвводзначения показатьвводстроки показатьвводчисла показатьвопрос показатьзначение показатьинформациюобошибке показатьнакарте показатьоповещениепользователя показатьпредупреждение полноеимяпользователя получитьcomобъект получитьxmlтип получитьадреспоместоположению получитьблокировкусеансов получитьвремязавершенияспящегосеанса получитьвремязасыпанияпассивногосеанса получитьвремяожиданияблокировкиданных получитьданныевыбора получитьдополнительныйпараметрклиенталицензирования получитьдопустимыекодылокализации получитьдопустимыечасовыепояса получитьзаголовокклиентскогоприложения получитьзаголовоксистемы получитьзначенияотборажурналарегистрации получитьидентификаторконфигурации получитьизвременногохранилища получитьимявременногофайла получитьимяклиенталицензирования получитьинформациюэкрановклиента получитьиспользованиежурналарегистрации получитьиспользованиесобытияжурналарегистрации получитькраткийзаголовокприложения получитьмакетоформления получитьмаскувсефайлы получитьмаскувсефайлыклиента получитьмаскувсефайлысервера получитьместоположениепоадресу получитьминимальнуюдлинупаролейпользователей получитьнавигационнуюссылку получитьнавигационнуюссылкуинформационнойбазы получитьобновлениеконфигурациибазыданных получитьобновлениепредопределенныхданныхинформационнойбазы получитьобщиймакет получитьобщуюформу получитьокна получитьоперативнуюотметкувремени получитьотключениебезопасногорежима получитьпараметрыфункциональныхопцийинтерфейса получитьполноеимяпредопределенногозначения получитьпредставлениянавигационныхссылок получитьпроверкусложностипаролейпользователей получитьразделительпути получитьразделительпутиклиента получитьразделительпутисервера получитьсеансыинформационнойбазы получитьскоростьклиентскогосоединения получитьсоединенияинформационнойбазы получитьсообщенияпользователю получитьсоответствиеобъектаиформы получитьсоставстандартногоинтерфейсаodata получитьструктурухранениябазыданных получитьтекущийсеансинформационнойбазы получитьфайл получитьфайлы получитьформу получитьфункциональнуюопцию получитьфункциональнуюопциюинтерфейса получитьчасовойпоясинформационнойбазы пользователиос поместитьвовременноехранилище поместитьфайл поместитьфайлы прав праводоступа предопределенноезначение представлениекодалокализации представлениепериода представлениеправа представлениеприложения представлениесобытияжурналарегистрации представлениечасовогопояса предупреждение прекратитьработусистемы привилегированныйрежим продолжитьвызов прочитатьjson прочитатьxml прочитатьдатуjson пустаястрока рабочийкаталогданныхпользователя разблокироватьданныедляредактирования разделитьфайл разорватьсоединениесвнешнимисточникомданных раскодироватьстроку рольдоступна секунда сигнал символ скопироватьжурналрегистрации смещениелетнеговремени смещениестандартноговремени соединитьбуферыдвоичныхданных создатькаталог создатьфабрикуxdto сокрл сокрлп сокрп сообщить состояние сохранитьзначение сохранитьнастройкипользователя сред стрдлина стрзаканчиваетсяна стрзаменить стрнайти стрначинаетсяс строка строкасоединенияинформационнойбазы стрполучитьстроку стрразделить стрсоединить стрсравнить стрчисловхождений стрчислострок стршаблон текущаядата текущаядатасеанса текущаяуниверсальнаядата текущаяуниверсальнаядатавмиллисекундах текущийвариантинтерфейсаклиентскогоприложения текущийвариантосновногошрифтаклиентскогоприложения текущийкодлокализации текущийрежимзапуска текущийязык текущийязыксистемы тип типзнч транзакцияактивна трег удалитьданныеинформационнойбазы удалитьизвременногохранилища удалитьобъекты удалитьфайлы универсальноевремя установитьбезопасныйрежим установитьбезопасныйрежимразделенияданных установитьблокировкусеансов установитьвнешнююкомпоненту установитьвремязавершенияспящегосеанса установитьвремязасыпанияпассивногосеанса установитьвремяожиданияблокировкиданных установитьзаголовокклиентскогоприложения установитьзаголовоксистемы установитьиспользованиежурналарегистрации установитьиспользованиесобытияжурналарегистрации установитькраткийзаголовокприложения установитьминимальнуюдлинупаролейпользователей установитьмонопольныйрежим установитьнастройкиклиенталицензирования установитьобновлениепредопределенныхданныхинформационнойбазы установитьотключениебезопасногорежима установитьпараметрыфункциональныхопцийинтерфейса установитьпривилегированныйрежим установитьпроверкусложностипаролейпользователей установитьрасширениеработыскриптографией установитьрасширениеработысфайлами установитьсоединениесвнешнимисточникомданных установитьсоответствиеобъектаиформы установитьсоставстандартногоинтерфейсаodata установитьчасовойпоясинформационнойбазы установитьчасовойпояссеанса формат цел час часовойпояс часовойпояссеанса число числопрописью этоадресвременногохранилища "+"wsссылки библиотекакартинок библиотекамакетовоформлениякомпоновкиданных библиотекастилей бизнеспроцессы внешниеисточникиданных внешниеобработки внешниеотчеты встроенныепокупки главныйинтерфейс главныйстиль документы доставляемыеуведомления журналыдокументов задачи информацияобинтернетсоединении использованиерабочейдаты историяработыпользователя константы критерииотбора метаданные обработки отображениерекламы отправкадоставляемыхуведомлений отчеты панельзадачос параметрзапуска параметрысеанса перечисления планывидоврасчета планывидовхарактеристик планыобмена планысчетов полнотекстовыйпоиск пользователиинформационнойбазы последовательности проверкавстроенныхпокупок рабочаядата расширенияконфигурации регистрыбухгалтерии регистрынакопления регистрырасчета регистрысведений регламентныезадания сериализаторxdto справочники средствагеопозиционирования средствакриптографии средствамультимедиа средстваотображениярекламы средствапочты средствателефонии фабрикаxdto файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",Er="webцвета windowsцвета windowsшрифты библиотекакартинок рамкистиля символы цветастиля шрифтыстиля "+"автоматическоесохранениеданныхформывнастройках автонумерациявформе автораздвижениесерий анимациядиаграммы вариантвыравниванияэлементовизаголовков вариантуправлениявысотойтаблицы вертикальнаяпрокруткаформы вертикальноеположение вертикальноеположениеэлемента видгруппыформы виддекорацииформы виддополненияэлементаформы видизмененияданных видкнопкиформы видпереключателя видподписейкдиаграмме видполяформы видфлажка влияниеразмеранапузырекдиаграммы горизонтальноеположение горизонтальноеположениеэлемента группировкаколонок группировкаподчиненныхэлементовформы группыиэлементы действиеперетаскивания дополнительныйрежимотображения допустимыедействияперетаскивания интервалмеждуэлементамиформы использованиевывода использованиеполосыпрокрутки используемоезначениеточкибиржевойдиаграммы историявыборапривводе источникзначенийоситочекдиаграммы источникзначенияразмерапузырькадиаграммы категориягруппыкоманд максимумсерий начальноеотображениедерева начальноеотображениесписка обновлениетекстаредактирования ориентациядендрограммы ориентациядиаграммы ориентацияметокдиаграммы ориентацияметоксводнойдиаграммы ориентацияэлементаформы отображениевдиаграмме отображениевлегендедиаграммы отображениегруппыкнопок отображениезаголовкашкалыдиаграммы отображениезначенийсводнойдиаграммы отображениезначенияизмерительнойдиаграммы отображениеинтерваладиаграммыганта отображениекнопки отображениекнопкивыбора отображениеобсужденийформы отображениеобычнойгруппы отображениеотрицательныхзначенийпузырьковойдиаграммы отображениепанелипоиска отображениеподсказки отображениепредупрежденияприредактировании отображениеразметкиполосырегулирования отображениестраницформы отображениетаблицы отображениетекстазначениядиаграммыганта отображениеуправленияобычнойгруппы отображениефигурыкнопки палитрацветовдиаграммы поведениеобычнойгруппы поддержкамасштабадендрограммы поддержкамасштабадиаграммыганта поддержкамасштабасводнойдиаграммы поисквтаблицепривводе положениезаголовкаэлементаформы положениекартинкикнопкиформы положениекартинкиэлементаграфическойсхемы положениекоманднойпанелиформы положениекоманднойпанелиэлементаформы положениеопорнойточкиотрисовки положениеподписейкдиаграмме положениеподписейшкалызначенийизмерительнойдиаграммы положениесостоянияпросмотра положениестрокипоиска положениетекстасоединительнойлинии положениеуправленияпоиском положениешкалывремени порядокотображенияточекгоризонтальнойгистограммы порядоксерийвлегендедиаграммы размеркартинки расположениезаголовкашкалыдиаграммы растягиваниеповертикалидиаграммыганта режимавтоотображениясостояния режимвводастроктаблицы режимвыборанезаполненного режимвыделениядаты режимвыделениястрокитаблицы режимвыделениятаблицы режимизмененияразмера режимизменениясвязанногозначения режимиспользованиядиалогапечати режимиспользованияпараметракоманды режиммасштабированияпросмотра режимосновногоокнаклиентскогоприложения режимоткрытияокнаформы режимотображениявыделения режимотображениягеографическойсхемы режимотображениязначенийсерии режимотрисовкисеткиграфическойсхемы режимполупрозрачностидиаграммы режимпробеловдиаграммы режимразмещениянастранице режимредактированияколонки режимсглаживаниядиаграммы режимсглаживанияиндикатора режимсписказадач сквозноевыравнивание сохранениеданныхформывнастройках способзаполнениятекстазаголовкашкалыдиаграммы способопределенияограничивающегозначениядиаграммы стандартнаягруппакоманд стандартноеоформление статусоповещенияпользователя стильстрелки типаппроксимациилиниитрендадиаграммы типдиаграммы типединицышкалывремени типимпортасерийслоягеографическойсхемы типлиниигеографическойсхемы типлиниидиаграммы типмаркерагеографическойсхемы типмаркерадиаграммы типобластиоформления типорганизацииисточникаданныхгеографическойсхемы типотображениясериислоягеографическойсхемы типотображенияточечногообъектагеографическойсхемы типотображенияшкалыэлементалегендыгеографическойсхемы типпоискаобъектовгеографическойсхемы типпроекциигеографическойсхемы типразмещенияизмерений типразмещенияреквизитовизмерений типрамкиэлементауправления типсводнойдиаграммы типсвязидиаграммыганта типсоединениязначенийпосериямдиаграммы типсоединенияточекдиаграммы типсоединительнойлинии типстороныэлементаграфическойсхемы типформыотчета типшкалырадарнойдиаграммы факторлиниитрендадиаграммы фигуракнопки фигурыграфическойсхемы фиксациявтаблице форматдняшкалывремени форматкартинки ширинаподчиненныхэлементовформы "+"виддвижениябухгалтерии виддвижениянакопления видпериодарегистрарасчета видсчета видточкимаршрутабизнеспроцесса использованиеагрегатарегистранакопления использованиегруппиэлементов использованиережимапроведения использованиесреза периодичностьагрегатарегистранакопления режимавтовремя режимзаписидокумента режимпроведениядокумента "+"авторегистрацияизменений допустимыйномерсообщения отправкаэлементаданных получениеэлементаданных "+"использованиерасшифровкитабличногодокумента ориентациястраницы положениеитоговколоноксводнойтаблицы положениеитоговстроксводнойтаблицы положениетекстаотносительнокартинки расположениезаголовкагруппировкитабличногодокумента способчтениязначенийтабличногодокумента типдвустороннейпечати типзаполненияобластитабличногодокумента типкурсоровтабличногодокумента типлиниирисункатабличногодокумента типлинииячейкитабличногодокумента типнаправленияпереходатабличногодокумента типотображениявыделениятабличногодокумента типотображениялинийсводнойтаблицы типразмещениятекстатабличногодокумента типрисункатабличногодокумента типсмещениятабличногодокумента типузоратабличногодокумента типфайлатабличногодокумента точностьпечати чередованиерасположениястраниц "+"отображениевремениэлементовпланировщика "+"типфайлаформатированногодокумента "+"обходрезультатазапроса типзаписизапроса "+"видзаполнениярасшифровкипостроителяотчета типдобавленияпредставлений типизмеренияпостроителяотчета типразмещенияитогов "+"доступкфайлу режимдиалогавыборафайла режимоткрытияфайла "+"типизмеренияпостроителязапроса "+"видданныханализа методкластеризации типединицыинтервалавременианализаданных типзаполнениятаблицырезультатаанализаданных типиспользованиячисловыхзначенийанализаданных типисточникаданныхпоискаассоциаций типколонкианализаданныхдереворешений типколонкианализаданныхкластеризация типколонкианализаданныхобщаястатистика типколонкианализаданныхпоискассоциаций типколонкианализаданныхпоискпоследовательностей типколонкимоделипрогноза типмерырасстоянияанализаданных типотсеченияправилассоциации типполяанализаданных типстандартизациианализаданных типупорядочиванияправилассоциациианализаданных типупорядочиванияшаблоновпоследовательностейанализаданных типупрощениядереварешений "+"wsнаправлениепараметра вариантxpathxs вариантзаписидатыjson вариантпростоготипаxs видгруппымоделиxs видфасетаxdto действиепостроителяdom завершенностьпростоготипаxs завершенностьсоставноготипаxs завершенностьсхемыxs запрещенныеподстановкиxs исключениягруппподстановкиxs категорияиспользованияатрибутаxs категорияограниченияидентичностиxs категорияограниченияпространствименxs методнаследованияxs модельсодержимогоxs назначениетипаxml недопустимыеподстановкиxs обработкапробельныхсимволовxs обработкасодержимогоxs ограничениезначенияxs параметрыотбораузловdom переносстрокjson позициявдокументеdom пробельныесимволыxml типатрибутаxml типзначенияjson типканоническогоxml типкомпонентыxs типпроверкиxml типрезультатаdomxpath типузлаdom типузлаxml формаxml формапредставленияxs форматдатыjson экранированиесимволовjson "+"видсравнениякомпоновкиданных действиеобработкирасшифровкикомпоновкиданных направлениесортировкикомпоновкиданных расположениевложенныхэлементоврезультатакомпоновкиданных расположениеитоговкомпоновкиданных расположениегруппировкикомпоновкиданных расположениеполейгруппировкикомпоновкиданных расположениеполякомпоновкиданных расположениереквизитовкомпоновкиданных расположениересурсовкомпоновкиданных типбухгалтерскогоостаткакомпоновкиданных типвыводатекстакомпоновкиданных типгруппировкикомпоновкиданных типгруппыэлементовотборакомпоновкиданных типдополненияпериодакомпоновкиданных типзаголовкаполейкомпоновкиданных типмакетагруппировкикомпоновкиданных типмакетаобластикомпоновкиданных типостаткакомпоновкиданных типпериодакомпоновкиданных типразмещениятекстакомпоновкиданных типсвязинаборовданныхкомпоновкиданных типэлементарезультатакомпоновкиданных расположениелегендыдиаграммыкомпоновкиданных типпримененияотборакомпоновкиданных режимотображенияэлементанастройкикомпоновкиданных режимотображениянастроеккомпоновкиданных состояниеэлементанастройкикомпоновкиданных способвосстановлениянастроеккомпоновкиданных режимкомпоновкирезультата использованиепараметракомпоновкиданных автопозицияресурсовкомпоновкиданных вариантиспользованиягруппировкикомпоновкиданных расположениересурсоввдиаграммекомпоновкиданных фиксациякомпоновкиданных использованиеусловногооформлениякомпоновкиданных "+"важностьинтернетпочтовогосообщения обработкатекстаинтернетпочтовогосообщения способкодированияинтернетпочтовоговложения способкодированиянеasciiсимволовинтернетпочтовогосообщения типтекстапочтовогосообщения протоколинтернетпочты статусразборапочтовогосообщения "+"режимтранзакциизаписижурналарегистрации статустранзакциизаписижурналарегистрации уровеньжурналарегистрации "+"расположениехранилищасертификатовкриптографии режимвключениясертификатовкриптографии режимпроверкисертификатакриптографии типхранилищасертификатовкриптографии "+"кодировкаименфайловвzipфайле методсжатияzip методшифрованияzip режимвосстановленияпутейфайловzip режимобработкиподкаталоговzip режимсохраненияпутейzip уровеньсжатияzip "+"звуковоеоповещение направлениепереходакстроке позициявпотоке порядокбайтов режимблокировкиданных режимуправленияблокировкойданных сервисвстроенныхпокупок состояниефоновогозадания типподписчикадоставляемыхуведомлений уровеньиспользованиязащищенногосоединенияftp "+"направлениепорядкасхемызапроса типдополненияпериодамисхемызапроса типконтрольнойточкисхемызапроса типобъединениясхемызапроса типпараметрадоступнойтаблицысхемызапроса типсоединениясхемызапроса "+"httpметод автоиспользованиеобщегореквизита автопрефиксномеразадачи вариантвстроенногоязыка видиерархии видрегистранакопления видтаблицывнешнегоисточникаданных записьдвиженийприпроведении заполнениепоследовательностей индексирование использованиебазыпланавидоврасчета использованиебыстроговыбора использованиеобщегореквизита использованиеподчинения использованиеполнотекстовогопоиска использованиеразделяемыхданныхобщегореквизита использованиереквизита назначениеиспользованияприложения назначениерасширенияконфигурации направлениепередачи обновлениепредопределенныхданных оперативноепроведение основноепредставлениевидарасчета основноепредставлениевидахарактеристики основноепредставлениезадачи основноепредставлениепланаобмена основноепредставлениесправочника основноепредставлениесчета перемещениеграницыприпроведении периодичностьномерабизнеспроцесса периодичностьномерадокумента периодичностьрегистрарасчета периодичностьрегистрасведений повторноеиспользованиевозвращаемыхзначений полнотекстовыйпоискпривводепостроке принадлежностьобъекта проведение разделениеаутентификацииобщегореквизита разделениеданныхобщегореквизита разделениерасширенийконфигурацииобщегореквизита режимавтонумерацииобъектов режимзаписирегистра режимиспользованиямодальности режимиспользованиясинхронныхвызововрасширенийплатформыивнешнихкомпонент режимповторногоиспользованиясеансов режимполученияданныхвыборапривводепостроке режимсовместимости режимсовместимостиинтерфейса режимуправленияблокировкойданныхпоумолчанию сериикодовпланавидовхарактеристик сериикодовпланасчетов сериикодовсправочника созданиепривводе способвыбора способпоискастрокипривводепостроке способредактирования типданныхтаблицывнешнегоисточникаданных типкодапланавидоврасчета типкодасправочника типмакета типномерабизнеспроцесса типномерадокумента типномеразадачи типформы удалениедвижений "+"важностьпроблемыприменениярасширенияконфигурации вариантинтерфейсаклиентскогоприложения вариантмасштабаформклиентскогоприложения вариантосновногошрифтаклиентскогоприложения вариантстандартногопериода вариантстандартнойдатыначала видграницы видкартинки видотображенияполнотекстовогопоиска видрамки видсравнения видцвета видчисловогозначения видшрифта допустимаядлина допустимыйзнак использованиеbyteordermark использованиеметаданныхполнотекстовогопоиска источникрасширенийконфигурации клавиша кодвозвратадиалога кодировкаxbase кодировкатекста направлениепоиска направлениесортировки обновлениепредопределенныхданных обновлениеприизмененииданных отображениепанелиразделов проверказаполнения режимдиалогавопрос режимзапускаклиентскогоприложения режимокругления режимоткрытияформприложения режимполнотекстовогопоиска скоростьклиентскогосоединения состояниевнешнегоисточникаданных состояниеобновленияконфигурациибазыданных способвыборасертификатаwindows способкодированиястроки статуссообщения типвнешнейкомпоненты типплатформы типповеденияклавишиenter типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",yr="comобъект ftpсоединение httpзапрос httpсервисответ httpсоединение wsопределения wsпрокси xbase анализданных аннотацияxs блокировкаданных буфердвоичныхданных включениеxs выражениекомпоновкиданных генераторслучайныхчисел географическаясхема географическиекоординаты графическаясхема группамоделиxs данныерасшифровкикомпоновкиданных двоичныеданные дендрограмма диаграмма диаграммаганта диалогвыборафайла диалогвыборацвета диалогвыборашрифта диалограсписаниярегламентногозадания диалогредактированиястандартногопериода диапазон документdom документhtml документацияxs доставляемоеуведомление записьdom записьfastinfoset записьhtml записьjson записьxml записьzipфайла записьданных записьтекста записьузловdom запрос защищенноесоединениеopenssl значенияполейрасшифровкикомпоновкиданных извлечениетекста импортxs интернетпочта интернетпочтовоесообщение интернетпочтовыйпрофиль интернетпрокси интернетсоединение информациядляприложенияxs использованиеатрибутаxs использованиесобытияжурналарегистрации источникдоступныхнастроеккомпоновкиданных итераторузловdom картинка квалификаторыдаты квалификаторыдвоичныхданных квалификаторыстроки квалификаторычисла компоновщикмакетакомпоновкиданных компоновщикнастроеккомпоновкиданных конструктормакетаоформлениякомпоновкиданных конструкторнастроеккомпоновкиданных конструкторформатнойстроки линия макеткомпоновкиданных макетобластикомпоновкиданных макетоформлениякомпоновкиданных маскаxs менеджеркриптографии наборсхемxml настройкикомпоновкиданных настройкисериализацииjson обработкакартинок обработкарасшифровкикомпоновкиданных обходдереваdom объявлениеатрибутаxs объявлениенотацииxs объявлениеэлементаxs описаниеиспользованиясобытиядоступжурналарегистрации описаниеиспользованиясобытияотказвдоступежурналарегистрации описаниеобработкирасшифровкикомпоновкиданных описаниепередаваемогофайла описаниетипов определениегруппыатрибутовxs определениегруппымоделиxs определениеограниченияидентичностиxs определениепростоготипаxs определениесоставноготипаxs определениетипадокументаdom определенияxpathxs отборкомпоновкиданных пакетотображаемыхдокументов параметрвыбора параметркомпоновкиданных параметрызаписиjson параметрызаписиxml параметрычтенияxml переопределениеxs планировщик полеанализаданных полекомпоновкиданных построительdom построительзапроса построительотчета построительотчетаанализаданных построительсхемxml поток потоквпамяти почта почтовоесообщение преобразованиеxsl преобразованиекканоническомуxml процессорвыводарезультатакомпоновкиданныхвколлекциюзначений процессорвыводарезультатакомпоновкиданныхвтабличныйдокумент процессоркомпоновкиданных разыменовательпространствименdom рамка расписаниерегламентногозадания расширенноеимяxml результатчтенияданных своднаядиаграмма связьпараметравыбора связьпотипу связьпотипукомпоновкиданных сериализаторxdto сертификатклиентаwindows сертификатклиентафайл сертификаткриптографии сертификатыудостоверяющихцентровwindows сертификатыудостоверяющихцентровфайл сжатиеданных системнаяинформация сообщениепользователю сочетаниеклавиш сравнениезначений стандартнаядатаначала стандартныйпериод схемаxml схемакомпоновкиданных табличныйдокумент текстовыйдокумент тестируемоеприложение типданныхxml уникальныйидентификатор фабрикаxdto файл файловыйпоток фасетдлиныxs фасетколичестваразрядовдробнойчастиxs фасетмаксимальноговключающегозначенияxs фасетмаксимальногоисключающегозначенияxs фасетмаксимальнойдлиныxs фасетминимальноговключающегозначенияxs фасетминимальногоисключающегозначенияxs фасетминимальнойдлиныxs фасетобразцаxs фасетобщегоколичестваразрядовxs фасетперечисленияxs фасетпробельныхсимволовxs фильтрузловdom форматированнаястрока форматированныйдокумент фрагментxs хешированиеданных хранилищезначения цвет чтениеfastinfoset чтениеhtml чтениеjson чтениеxml чтениеzipфайла чтениеданных чтениетекста чтениеузловdom шрифт элементрезультатакомпоновкиданных "+"comsafearray деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",vr="null истина ложь неопределено",Rr=t.inherit(t.NUMBER_MODE),Br={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},mr={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},gr={match:/[;()+\-:=,]/,className:"punctuation",relevance:0},jr=t.inherit(t.C_LINE_COMMENT_MODE),Hr={className:"meta",begin:"#|&",end:"$",keywords:{$pattern:y,keyword:L+V},contains:[jr]},Ur={className:"symbol",begin:"~",end:";|:",excludeEnd:!0},zr={className:"function",variants:[{begin:"процедура|функция",end:"\\)",keywords:"процедура функция"},{begin:"конецпроцедуры|конецфункции",keywords:"конецпроцедуры конецфункции"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",begin:y,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:y,keyword:"знач",literal:vr},contains:[Rr,Br,mr]},jr]},t.inherit(t.TITLE_MODE,{begin:y})]};return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:y,keyword:L,built_in:ue,class:Er,type:yr,literal:vr},contains:[Hr,zr,jr,Ur,Rr,Br,mr,gr]}}return _1c_1=e,_1c_1}var abnf_1,hasRequiredAbnf;function requireAbnf(){if(hasRequiredAbnf)return abnf_1;hasRequiredAbnf=1;function e(t){const y=t.regex,n=/^[a-zA-Z][a-zA-Z0-9-]*/,k=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],L=t.COMMENT(/;/,/$/),$={scope:"symbol",match:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+)?/},j={scope:"symbol",match:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+)?/},V={scope:"symbol",match:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+)?/},z={scope:"symbol",match:/%[si](?=".*")/},re={scope:"attribute",match:y.concat(n,/(?=\s*=)/)};return{name:"Augmented Backus-Naur Form",illegal:/[!@#$^&',?+~`|:]/,keywords:k,contains:[{scope:"operator",match:/=\/?/},re,L,$,j,V,z,t.QUOTE_STRING_MODE,t.NUMBER_MODE]}}return abnf_1=e,abnf_1}var accesslog_1,hasRequiredAccesslog;function requireAccesslog(){if(hasRequiredAccesslog)return accesslog_1;hasRequiredAccesslog=1;function e(t){const y=t.regex,n=["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","PATCH","TRACE"];return{name:"Apache Access Log",contains:[{className:"number",begin:/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?\b/,relevance:5},{className:"number",begin:/\b\d+\b/,relevance:0},{className:"string",begin:y.concat(/"/,y.either(...n)),end:/"/,keywords:n,illegal:/\n/,relevance:5,contains:[{begin:/HTTP\/[12]\.\d'/,relevance:5}]},{className:"string",begin:/\[\d[^\]\n]{8,}\]/,illegal:/\n/,relevance:1},{className:"string",begin:/\[/,end:/\]/,illegal:/\n/,relevance:0},{className:"string",begin:/"Mozilla\/\d\.\d \(/,end:/"/,illegal:/\n/,relevance:3},{className:"string",begin:/"/,end:/"/,illegal:/\n/,relevance:0}]}}return accesslog_1=e,accesslog_1}var actionscript_1,hasRequiredActionscript;function requireActionscript(){if(hasRequiredActionscript)return actionscript_1;hasRequiredActionscript=1;function e(t){const y=t.regex,n=/[a-zA-Z_$][a-zA-Z0-9_$]*/,k=y.concat(n,y.concat("(\\.",n,")*")),L=/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/,$={className:"rest_arg",begin:/[.]{3}/,end:n,relevance:10};return{name:"ActionScript",aliases:["as"],keywords:{keyword:["as","break","case","catch","class","const","continue","default","delete","do","dynamic","each","else","extends","final","finally","for","function","get","if","implements","import","in","include","instanceof","interface","internal","is","namespace","native","new","override","package","private","protected","public","return","set","static","super","switch","this","throw","try","typeof","use","var","void","while","with"],literal:["true","false","null","undefined"]},contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.C_NUMBER_MODE,{match:[/\bpackage/,/\s+/,k],className:{1:"keyword",3:"title.class"}},{match:[/\b(?:class|interface|extends|implements)/,/\s+/,n],className:{1:"keyword",3:"title.class"}},{className:"meta",beginKeywords:"import include",end:/;/,keywords:{keyword:"import include"}},{beginKeywords:"function",end:/[{;]/,excludeEnd:!0,illegal:/\S/,contains:[t.inherit(t.TITLE_MODE,{className:"title.function"}),{className:"params",begin:/\(/,end:/\)/,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$]},{begin:y.concat(/:\s*/,L)}]},t.METHOD_GUARD],illegal:/#/}}return actionscript_1=e,actionscript_1}var ada_1,hasRequiredAda;function requireAda(){if(hasRequiredAda)return ada_1;hasRequiredAda=1;function e(t){const y="\\d(_|\\d)*",n="[eE][-+]?"+y,k=y+"(\\."+y+")?("+n+")?",L="\\w+",j="\\b("+(y+"#"+L+"(\\."+L+")?#("+n+")?")+"|"+k+")",V="[A-Za-z](_?[A-Za-z0-9.])*",z=`[]\\{\\}%#'"`,re=t.COMMENT("--","$"),ie={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:z,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:V,endsParent:!0,relevance:0}]};return{name:"Ada",case_insensitive:!0,keywords:{keyword:["abort","else","new","return","abs","elsif","not","reverse","abstract","end","accept","entry","select","access","exception","of","separate","aliased","exit","or","some","all","others","subtype","and","for","out","synchronized","array","function","overriding","at","tagged","generic","package","task","begin","goto","pragma","terminate","body","private","then","if","procedure","type","case","in","protected","constant","interface","is","raise","use","declare","range","delay","limited","record","when","delta","loop","rem","while","digits","renames","with","do","mod","requeue","xor"],literal:["True","False"]},contains:[re,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:j,relevance:0},{className:"symbol",begin:"'"+V},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:z},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[re,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:z},ie,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:z}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:z},ie]}}return ada_1=e,ada_1}var angelscript_1,hasRequiredAngelscript;function requireAngelscript(){if(hasRequiredAngelscript)return angelscript_1;hasRequiredAngelscript=1;function e(t){const y={className:"built_in",begin:"\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)"},n={className:"symbol",begin:"[a-zA-Z0-9_]+@"},k={className:"keyword",begin:"<",end:">",contains:[y,n]};return y.contains=[k],n.contains=[k],{name:"AngelScript",aliases:["asc"],keywords:["for","in|0","break","continue","while","do|0","return","if","else","case","switch","namespace","is","cast","or","and","xor","not","get|0","in","inout|10","out","override","set|0","private","public","const","default|0","final","shared","external","mixin|10","enum","typedef","funcdef","this","super","import","from","interface","abstract|0","try","catch","protected","explicit","property"],illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunction\\s*[^\\(])",contains:[{className:"string",begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE],relevance:0},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"string",begin:"^\\s*\\[",end:"\\]"},{beginKeywords:"interface namespace",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{beginKeywords:"class",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]}]}]},y,n,{className:"literal",begin:"\\b(null|true|false)"},{className:"number",relevance:0,begin:"(-?)(\\b0[xXbBoOdD][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"}]}}return angelscript_1=e,angelscript_1}var apache_1,hasRequiredApache;function requireApache(){if(hasRequiredApache)return apache_1;hasRequiredApache=1;function e(t){const y={className:"number",begin:/[$%]\d+/},n={className:"number",begin:/\b\d+/},k={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/},L={className:"number",begin:/:\d{1,5}/};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[t.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,contains:[k,L,t.inherit(t.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",begin:/\w+/,relevance:0,keywords:{_:["order","deny","allow","setenv","rewriterule","rewriteengine","rewritecond","documentroot","sethandler","errordocument","loadmodule","options","header","listen","serverroot","servername"]},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",begin:/[\$%]\{/,end:/\}/,contains:["self",y]},k,n,t.QUOTE_STRING_MODE]}}],illegal:/\S/}}return apache_1=e,apache_1}var applescript_1,hasRequiredApplescript;function requireApplescript(){if(hasRequiredApplescript)return applescript_1;hasRequiredApplescript=1;function e(t){const y=t.regex,n=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),k={className:"params",begin:/\(/,end:/\)/,contains:["self",t.C_NUMBER_MODE,n]},L=t.COMMENT(/--/,/$/),$=t.COMMENT(/\(\*/,/\*\)/,{contains:["self",L]}),j=[L,$,t.HASH_COMMENT_MODE],V=[/apart from/,/aside from/,/instead of/,/out of/,/greater than/,/isn't|(doesn't|does not) (equal|come before|come after|contain)/,/(greater|less) than( or equal)?/,/(starts?|ends|begins?) with/,/contained by/,/comes (before|after)/,/a (ref|reference)/,/POSIX (file|path)/,/(date|time) string/,/quoted form/],z=[/clipboard info/,/the clipboard/,/info for/,/list (disks|folder)/,/mount volume/,/path to/,/(close|open for) access/,/(get|set) eof/,/current date/,/do shell script/,/get volume settings/,/random number/,/set volume/,/system attribute/,/system info/,/time to GMT/,/(load|run|store) script/,/scripting components/,/ASCII (character|number)/,/localized string/,/choose (application|color|file|file name|folder|from list|remote application|URL)/,/display (alert|dialog)/];return{name:"AppleScript",aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name|0 paragraph paragraphs rest reverse running time version weekday word words year"},contains:[n,t.C_NUMBER_MODE,{className:"built_in",begin:y.concat(/\b/,y.either(...z),/\b/)},{className:"built_in",begin:/^\s*return\b/},{className:"literal",begin:/\b(text item delimiters|current application|missing value)\b/},{className:"keyword",begin:y.concat(/\b/,y.either(...V),/\b/)},{beginKeywords:"on",illegal:/[${=;\n]/,contains:[t.UNDERSCORE_TITLE_MODE,k]},...j],illegal:/\/\/|->|=>|\[\[/}}return applescript_1=e,applescript_1}var arcade_1,hasRequiredArcade;function requireArcade(){if(hasRequiredArcade)return arcade_1;hasRequiredArcade=1;function e(t){const y=t.regex,n="[A-Za-z_][0-9A-Za-z_]*",k={keyword:["break","case","catch","continue","debugger","do","else","export","for","function","if","import","in","new","return","switch","try","var","void","while"],literal:["BackSlash","DoubleQuote","ForwardSlash","Infinity","NaN","NewLine","PI","SingleQuote","Tab","TextFormatting","false","null","true","undefined"],built_in:["Abs","Acos","All","Angle","Any","Area","AreaGeodetic","Array","Asin","Atan","Atan2","Attachments","Average","Back","Bearing","Boolean","Buffer","BufferGeodetic","Ceil","Centroid","ChangeTimeZone","Clip","Concatenate","Console","Constrain","Contains","ConvertDirection","ConvexHull","Cos","Count","Crosses","Cut","Date|0","DateAdd","DateDiff","DateOnly","Day","Decode","DefaultValue","Densify","DensifyGeodetic","Dictionary","Difference","Disjoint","Distance","DistanceGeodetic","Distinct","Domain","DomainCode","DomainName","EnvelopeIntersects","Equals","Erase","Exp","Expects","Extent","Feature","FeatureSet","FeatureSetByAssociation","FeatureSetById","FeatureSetByName","FeatureSetByPortalItem","FeatureSetByRelationshipClass","FeatureSetByRelationshipName","Filter","Find","First|0","Floor","FromCharCode","FromCodePoint","FromJSON","Front","GdbVersion","Generalize","Geometry","GetEnvironment","GetFeatureSet","GetFeatureSetInfo","GetUser","GroupBy","Guid","HasKey","HasValue","Hash","Hour","IIf","ISOMonth","ISOWeek","ISOWeekday","ISOYear","Includes","IndexOf","Insert","Intersection","Intersects","IsEmpty","IsNan","IsSelfIntersecting","IsSimple","Left|0","Length","Length3D","LengthGeodetic","Log","Lower","Map","Max","Mean","Mid","Millisecond","Min","Minute","Month","MultiPartToSinglePart","Multipoint","NearestCoordinate","NearestVertex","NextSequenceValue","None","Now","Number","Offset","OrderBy","Overlaps","Point","Polygon","Polyline","Pop","Portal","Pow","Proper","Push","Random","Reduce","Relate","Replace","Resize","Reverse","Right|0","RingIsClockwise","Rotate","Round","Schema","Second","SetGeometry","Simplify","Sin","Slice","Sort","Splice","Split","Sqrt","StandardizeGuid","Stdev","SubtypeCode","SubtypeName","Subtypes","Sum","SymmetricDifference","Tan","Text","Time","TimeZone","TimeZoneOffset","Timestamp","ToCharCode","ToCodePoint","ToHex","ToLocal","ToUTC","Today","Top|0","Touches","TrackAccelerationAt","TrackAccelerationWindow","TrackCurrentAcceleration","TrackCurrentDistance","TrackCurrentSpeed","TrackCurrentTime","TrackDistanceAt","TrackDistanceWindow","TrackDuration","TrackFieldWindow","TrackGeometryWindow","TrackIndex","TrackSpeedAt","TrackSpeedWindow","TrackStartTime","TrackWindow","Trim","TypeOf","Union","Upper","UrlEncode","Variance","Week","Weekday","When|0","Within","Year|0"]},L=["aggregatedFeatures","analytic","config","datapoint","datastore","editcontext","feature","featureSet","feedfeature","fencefeature","fencenotificationtype","join","layer","locationupdate","map","measure","measure","originalFeature","record","reference","rowindex","sourcedatastore","sourcefeature","sourcelayer","target","targetdatastore","targetfeature","targetlayer","value","view"],$={className:"symbol",begin:"\\$"+y.either(...L)},j={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:t.C_NUMBER_RE}],relevance:0},V={className:"subst",begin:"\\$\\{",end:"\\}",keywords:k,contains:[]},z={className:"string",begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,V]};V.contains=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,j,t.REGEXP_MODE];const re=V.contains.concat([t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]);return{name:"ArcGIS Arcade",case_insensitive:!0,keywords:k,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$,j,{begin:/[{,]\s*/,relevance:0,contains:[{begin:n+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:n,relevance:0}]}]},{begin:"("+t.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+n+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:n},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:k,contains:re}]}]}],relevance:0},{beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{className:"title.function",begin:n}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:re}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}return arcade_1=e,arcade_1}var arduino_1,hasRequiredArduino;function requireArduino(){if(hasRequiredArduino)return arduino_1;hasRequiredArduino=1;function e(y){const n=y.regex,k=y.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),L="decltype\\(auto\\)",$="[a-zA-Z_]\\w*::",V="(?!struct)("+L+"|"+n.optional($)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",z={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},ie={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[y.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},y.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},oe={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},ue={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},y.inherit(ie,{className:"string"}),{className:"string",begin:/<.*?>/},k,y.C_BLOCK_COMMENT_MODE]},de={className:"title",begin:n.optional($)+y.IDENT_RE,relevance:0},pe=n.optional($)+y.IDENT_RE+"\\s*\\(",Ie=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],_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"],Ue={type:_e,keyword:Ie,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:Ce},kt={className:"function.dispatch",relevance:0,keywords:{_hint:he},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,y.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},Et=[kt,ue,z,k,y.C_BLOCK_COMMENT_MODE,oe,ie],Ve={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Ue,contains:Et.concat([{begin:/\(/,end:/\)/,keywords:Ue,contains:Et.concat(["self"]),relevance:0}]),relevance:0},qe={className:"function",begin:"("+V+"[\\*&\\s]+)+"+pe,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Ue,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:L,keywords:Ue,relevance:0},{begin:pe,returnBegin:!0,contains:[de],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[ie,oe]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Ue,relevance:0,contains:[k,y.C_BLOCK_COMMENT_MODE,ie,oe,z,{begin:/\(/,end:/\)/,keywords:Ue,relevance:0,contains:["self",k,y.C_BLOCK_COMMENT_MODE,ie,oe,z]}]},z,k,y.C_BLOCK_COMMENT_MODE,ue]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:Ue,illegal:"",keywords:Ue,contains:["self",z]},{begin:y.IDENT_RE+"::",keywords:Ue},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function t(y){const n={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},k=e(y),L=k.keywords;return L.type=[...L.type,...n.type],L.literal=[...L.literal,...n.literal],L.built_in=[...L.built_in,...n.built_in],L._hints=n._hints,k.name="Arduino",k.aliases=["ino"],k.supersetOf="cpp",k}return arduino_1=t,arduino_1}var armasm_1,hasRequiredArmasm;function requireArmasm(){if(hasRequiredArmasm)return armasm_1;hasRequiredArmasm=1;function e(t){const y={variants:[t.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),t.COMMENT("[;@]","$",{relevance:0}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+t.IDENT_RE,meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w26 w27 w28 w29 w30 x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"},y,t.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}return armasm_1=e,armasm_1}var xml_1,hasRequiredXml$1;function requireXml$1(){if(hasRequiredXml$1)return xml_1;hasRequiredXml$1=1;function e(t){const y=t.regex,n=y.concat(/[\p{L}_]/u,y.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),k=/[\p{L}0-9._:-]+/u,L={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},$={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},j=t.inherit($,{begin:/\(/,end:/\)/}),V=t.inherit(t.APOS_STRING_MODE,{className:"string"}),z=t.inherit(t.QUOTE_STRING_MODE,{className:"string"}),re={endsWithParent:!0,illegal:/`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[$,z,V,j,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[$,j,z,V]}]}]},t.COMMENT(//,{relevance:10}),{begin://,relevance:10},L,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[z]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/)/,end:/>/,keywords:{name:"style"},contains:[re],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/)/,end:/>/,keywords:{name:"script"},contains:[re],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:y.concat(//,/>/,/\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"],Ue=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:Ie,literal:_e,built_in:[...he,...Ne,"set","shopt",...Fe,...Ue]},contains:[de,t.SHEBANG(),pe,oe,$,j,Ce,V,z,re,ie,n]}}return bash_1=e,bash_1}var basic_1,hasRequiredBasic;function requireBasic(){if(hasRequiredBasic)return basic_1;hasRequiredBasic=1;function e(t){return{name:"BASIC",case_insensitive:!0,illegal:"^.",keywords:{$pattern:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keyword:["ABS","ASC","AND","ATN","AUTO|0","BEEP","BLOAD|10","BSAVE|10","CALL","CALLS","CDBL","CHAIN","CHDIR","CHR$|10","CINT","CIRCLE","CLEAR","CLOSE","CLS","COLOR","COM","COMMON","CONT","COS","CSNG","CSRLIN","CVD","CVI","CVS","DATA","DATE$","DEFDBL","DEFINT","DEFSNG","DEFSTR","DEF|0","SEG","USR","DELETE","DIM","DRAW","EDIT","END","ENVIRON","ENVIRON$","EOF","EQV","ERASE","ERDEV","ERDEV$","ERL","ERR","ERROR","EXP","FIELD","FILES","FIX","FOR|0","FRE","GET","GOSUB|10","GOTO","HEX$","IF","THEN","ELSE|0","INKEY$","INP","INPUT","INPUT#","INPUT$","INSTR","IMP","INT","IOCTL","IOCTL$","KEY","ON","OFF","LIST","KILL","LEFT$","LEN","LET","LINE","LLIST","LOAD","LOC","LOCATE","LOF","LOG","LPRINT","USING","LSET","MERGE","MID$","MKDIR","MKD$","MKI$","MKS$","MOD","NAME","NEW","NEXT","NOISE","NOT","OCT$","ON","OR","PEN","PLAY","STRIG","OPEN","OPTION","BASE","OUT","PAINT","PALETTE","PCOPY","PEEK","PMAP","POINT","POKE","POS","PRINT","PRINT]","PSET","PRESET","PUT","RANDOMIZE","READ","REM","RENUM","RESET|0","RESTORE","RESUME","RETURN|0","RIGHT$","RMDIR","RND","RSET","RUN","SAVE","SCREEN","SGN","SHELL","SIN","SOUND","SPACE$","SPC","SQR","STEP","STICK","STOP","STR$","STRING$","SWAP","SYSTEM","TAB","TAN","TIME$","TIMER","TROFF","TRON","TO","USR","VAL","VARPTR","VARPTR$","VIEW","WAIT","WHILE","WEND","WIDTH","WINDOW","WRITE","XOR"]},contains:[t.QUOTE_STRING_MODE,t.COMMENT("REM","$",{relevance:10}),t.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b\\d+(\\.\\d+)?([edED]\\d+)?[#!]?",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}return basic_1=e,basic_1}var bnf_1,hasRequiredBnf;function requireBnf(){if(hasRequiredBnf)return bnf_1;hasRequiredBnf=1;function e(t){return{name:"Backus–Naur Form",contains:[{className:"attribute",begin://},{begin:/::=/,end:/$/,contains:[{begin://},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:[{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:"Cap’n 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=>Ue=>!Fe.includes(Ue),ue={keyword:e.concat(re).filter(oe(ie)),literal:t.concat(z),built_in:L.concat(V)},de="[A-Za-z$_][0-9A-Za-z$_]*",pe={className:"subst",begin:/#\{/,end:/\}/,keywords:ue},Ie=[j.BINARY_NUMBER_MODE,j.inherit(j.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[j.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[j.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[j.BACKSLASH_ESCAPE,pe]},{begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE,pe]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[pe,j.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+de},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];pe.contains=Ie;const _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)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*\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},Ue={className:"function.dispatch",relevance:0,keywords:{_hint:Ce},begin:y.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,t.IDENT_RE,y.lookahead(/(<[^<>]+>|)\s*\(/))},kt=[Ue,oe,V,n,t.C_BLOCK_COMMENT_MODE,ie,re],Et={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Fe,contains:kt.concat([{begin:/\(/,end:/\)/,keywords:Fe,contains:kt.concat(["self"]),relevance:0}]),relevance:0},Ve={className:"function",begin:"("+j+"[\\*&\\s]+)+"+de,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Fe,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:k,keywords:Fe,relevance:0},{begin:de,returnBegin:!0,contains:[ue],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[re,ie]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Fe,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,ie,V,{begin:/\(/,end:/\)/,keywords:Fe,relevance:0,contains:["self",n,t.C_BLOCK_COMMENT_MODE,re,ie,V]}]},V,n,t.C_BLOCK_COMMENT_MODE,oe]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:Fe,illegal:"",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:"",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:""}]}]}),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},Ue={className:"string",begin:'q"\\{',end:'\\}"'},kt={className:"meta",begin:"^#!",end:"$",relevance:5},Et={className:"meta",begin:"#(line)",end:"$",relevance:5},Ve={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},qe=t.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:y,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,qe,Fe,Ce,he,Ne,Ue,pe,de,Ie,kt,Et,Ve]}}return d_1=e,d_1}var markdown_1,hasRequiredMarkdown;function requireMarkdown(){if(hasRequiredMarkdown)return markdown_1;hasRequiredMarkdown=1;function e(t){const y=t.regex,n={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},k={begin:"^[-\\*]{3,}",end:"$"},L={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},$={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},j={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},V=/[A-Za-z][A-Za-z0-9+.-]*/,z={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:y.concat(/\[.+?\]\(/,V,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},re={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},ie={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},oe=t.inherit(re,{contains:[]}),ue=t.inherit(ie,{contains:[]});re.contains.push(ue),ie.contains.push(oe);let de=[n,z];return[re,ie,oe,ue].forEach(Ce=>{Ce.contains=Ce.contains.concat(de)}),de=de.concat(re,ie),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:de},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:de}]}]},n,$,re,ie,{className:"quote",begin:"^>\\s+",contains:de,end:"$"},L,k,z,j,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}return markdown_1=e,markdown_1}var dart_1,hasRequiredDart;function requireDart(){if(hasRequiredDart)return dart_1;hasRequiredDart=1;function e(t){const y={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},n={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},k={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:'"""',end:'"""',contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,y,n]},{begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,y,n]}]};n.contains=[t.C_NUMBER_MODE,k];const L=["Comparable","DateTime","Duration","Function","Iterable","Iterator","List","Map","Match","Object","Pattern","RegExp","Set","Stopwatch","String","StringBuffer","StringSink","Symbol","Type","Uri","bool","double","int","num","Element","ElementList"],$=L.map(z=>`${z}?`);return{name:"Dart",keywords:{keyword:["abstract","as","assert","async","await","base","break","case","catch","class","const","continue","covariant","default","deferred","do","dynamic","else","enum","export","extends","extension","external","factory","false","final","finally","for","Function","get","hide","if","implements","import","in","interface","is","late","library","mixin","new","null","on","operator","part","required","rethrow","return","sealed","set","show","static","super","switch","sync","this","throw","true","try","typedef","var","void","when","while","with","yield"],built_in:L.concat($).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[k,t.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),t.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},t.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}return dart_1=e,dart_1}var delphi_1,hasRequiredDelphi;function requireDelphi(){if(hasRequiredDelphi)return delphi_1;hasRequiredDelphi=1;function e(t){const y=["exports","register","file","shl","array","record","property","for","mod","while","set","ally","label","uses","raise","not","stored","class","safecall","var","interface","or","private","static","exit","index","inherited","to","else","stdcall","override","shr","asm","far","resourcestring","finalization","packed","virtual","out","and","protected","library","do","xorwrite","goto","near","function","end","div","overload","object","unit","begin","string","on","inline","repeat","until","destructor","write","message","program","with","read","initialization","except","default","nil","if","case","cdecl","in","downto","threadvar","of","try","pascal","const","external","constructor","type","public","then","implementation","finally","published","procedure","absolute","reintroduce","operator","as","is","abstract","alias","assembler","bitpacked","break","continue","cppdecl","cvar","enumerator","experimental","platform","deprecated","unimplemented","dynamic","export","far16","forward","generic","helper","implements","interrupt","iochecks","local","name","nodefault","noreturn","nostackframe","oldfpccall","otherwise","saveregisters","softfloat","specialize","strict","unaligned","varargs"],n=[t.C_LINE_COMMENT_MODE,t.COMMENT(/\{/,/\}/,{relevance:0}),t.COMMENT(/\(\*/,/\*\)/,{relevance:10})],k={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},L={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},$={className:"number",relevance:0,variants:[{match:/\b\d[\d_]*(\.\d[\d_]*)?/},{match:/\$[\dA-Fa-f_]+/},{match:/\$/,relevance:0},{match:/&[0-7][0-7_]*/},{match:/%[01_]+/},{match:/%/,relevance:0}]},j={className:"string",variants:[{match:/#\d[\d_]*/},{match:/#\$[\dA-Fa-f][\dA-Fa-f_]*/},{match:/#&[0-7][0-7_]*/},{match:/#%[01][01_]*/}]},V={begin:t.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[t.TITLE_MODE]},z={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[t.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:y,contains:[L,j,k].concat(n)},k].concat(n)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal"],case_insensitive:!0,keywords:y,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[L,j,$,V,z,k].concat(n)}}return delphi_1=e,delphi_1}var diff_1,hasRequiredDiff;function requireDiff(){if(hasRequiredDiff)return diff_1;hasRequiredDiff=1;function e(t){const y=t.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:y.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:y.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}return diff_1=e,diff_1}var django_1,hasRequiredDjango;function requireDjango(){if(hasRequiredDjango)return django_1;hasRequiredDjango=1;function e(t){const y={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[t.QUOTE_STRING_MODE,t.APOS_STRING_MODE]};return{name:"Django",aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[t.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),t.COMMENT(/\{#/,/#\}/),{className:"template-tag",begin:/\{%/,end:/%\}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[y],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[y]}]}}return django_1=e,django_1}var dns_1,hasRequiredDns;function requireDns(){if(hasRequiredDns)return dns_1;hasRequiredDns=1;function e(t){return{name:"DNS Zone",aliases:["bind","zone"],keywords:["IN","A","AAAA","AFSDB","APL","CAA","CDNSKEY","CDS","CERT","CNAME","DHCID","DLV","DNAME","DNSKEY","DS","HIP","IPSECKEY","KEY","KX","LOC","MX","NAPTR","NS","NSEC","NSEC3","NSEC3PARAM","PTR","RRSIG","RP","SIG","SOA","SRV","SSHFP","TA","TKEY","TLSA","TSIG","TXT"],contains:[t.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},t.inherit(t.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}return dns_1=e,dns_1}var dockerfile_1,hasRequiredDockerfile;function requireDockerfile(){if(hasRequiredDockerfile)return dockerfile_1;hasRequiredDockerfile=1;function e(t){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],contains:[t.HASH_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"",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://}],de=Ue=>({scope:"char.escape",begin:y.concat(/\\/,Ue),relevance:0}),pe={className:"string",begin:"~[a-z](?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{contains:[de(Ue.end),ie,V]}))},Ie={className:"string",begin:"~[A-Z](?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{contains:[de(Ue.end)]}))},_e={className:"regex",variants:[{begin:"~r(?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{end:y.concat(Ue.end,/[uismxfU]{0,7}/),contains:[de(Ue.end),ie,V]}))},{begin:"~R(?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{end:y.concat(Ue.end,/[uismxfU]{0,7}/),contains:[de(Ue.end)]}))}]},Ce={className:"string",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},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]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:y.concat(/<<[-~]?'?/,y.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[t.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[t.BACKSLASH_ESCAPE,ie]})]}]},ue="[1-9](_?[0-9])*|0",de="[0-9](_?[0-9])*",pe={className:"number",relevance:0,variants:[{begin:`\\b(${ue})(\\.(${de}))?([eE][+-]?(${de})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},Ie={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:j}]},kt=[oe,{variants:[{match:[/class\s+/,L,/\s+<\s+/,L]},{match:[/\b(class|module)\s+/,L]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:j},{match:[/(include|extend)\s+/,L],scope:{2:"title.class"},keywords:j},{relevance:0,match:[L,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:k,scope:"title.class"},{match:[/def/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[Ie]},{begin:t.IDENT_RE+"::"},{className:"symbol",begin:t.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[oe,{begin:n}],relevance:0},pe,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:j},{begin:"("+t.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[t.BACKSLASH_ESCAPE,ie],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(z,re),relevance:0}].concat(z,re);ie.contains=kt,Ie.contains=kt;const jt=[{begin:/^\s*=>/,starts:{end:"$",contains:kt}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:j,contains:kt}}];return re.unshift(z),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:j,illegal:/\/\*/,contains:[t.SHEBANG({binary:"ruby"})].concat(jt).concat(re).concat(kt)}}return ruby_1=e,ruby_1}var erb_1,hasRequiredErb;function requireErb(){if(hasRequiredErb)return erb_1;hasRequiredErb=1;function e(t){return{name:"ERB",subLanguage:"xml",contains:[t.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return erb_1=e,erb_1}var erlangRepl_1,hasRequiredErlangRepl;function requireErlangRepl(){if(hasRequiredErlangRepl)return erlangRepl_1;hasRequiredErlangRepl=1;function e(t){const y=t.regex;return{name:"Erlang REPL",keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta.prompt",begin:"^[0-9]+> ",relevance:10},t.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{begin:y.concat(/\?(::)?/,/([A-Z]\w*)/,/((::)[A-Z]\w*)*/)},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}return erlangRepl_1=e,erlangRepl_1}var erlang_1,hasRequiredErlang;function requireErlang(){if(hasRequiredErlang)return erlang_1;hasRequiredErlang=1;function e(t){const y="[a-z'][a-zA-Z0-9_']*",n="("+y+":"+y+"|"+y+")",k={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},L=t.COMMENT("%","$"),$={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},j={begin:"fun\\s+"+y+"/\\d+"},V={begin:n+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:n,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},z={begin:/\{/,end:/\}/,relevance:0},re={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},ie={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},oe={begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},ue={scope:"string",match:/\$(\\([^0-9]|[0-9]{1,3}|)|.)/},de={beginKeywords:"fun receive if try case",end:"end",keywords:k};de.contains=[L,j,t.inherit(t.APOS_STRING_MODE,{className:""}),de,V,t.QUOTE_STRING_MODE,$,z,re,ie,oe,ue];const pe=[L,j,de,V,t.QUOTE_STRING_MODE,$,z,re,ie,oe,ue];V.contains[1].contains=pe,z.contains=pe,oe.contains[1].contains=pe;const Ie=["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"],_e={className:"params",begin:"\\(",end:"\\)",contains:pe};return{name:"Erlang",aliases:["erl"],keywords:k,illegal:"(",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},Ue=function({includeEqual:Rr}){let Br;Rr?Br="!%&*+-/<=>@^|~?":Br="!%&*+-/<>@^|~?";const mr=Array.from(Br),gr=n("[",...mr.map(e),"]"),jr=L(gr,/\./),Hr=n(jr,y(jr)),Ur=L(n(Hr,jr,"*"),n(gr,"+"));return{scope:"operator",match:L(Ur,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},kt=Ue({includeEqual:!0}),Et=Ue({includeEqual:!1}),Ve=function(Rr,Br){return{begin:n(Rr,y(n(/\s*/,L(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:Br,end:y(L(/\n/,/=/)),relevance:0,keywords:j.inherit(pe,{type:ue}),contains:[_e,Fe,j.inherit(he,{scope:null}),Et]}},qe=Ve(/:/,"operator"),jt=Ve(/\bof\b/,"keyword"),tr={begin:[/(^|\s+)/,/type/,/\s+/,Ce],beginScope:{2:"keyword",4:"title.class"},end:y(/\(|=|$/),keywords:pe,contains:[_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]},_r={scope:"string",begin:/"""/,end:/"""/,relevance:2},hr={scope:"subst",begin:/\{/,end:/\}/,keywords:pe},Er={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},j.BACKSLASH_ESCAPE,hr]},kr={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},j.BACKSLASH_ESCAPE,hr]},xr={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},hr],relevance:2},yr={scope:"string",match:n(/'/,L(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return hr.contains=[kr,Er,cr,ur,yr,z,_e,he,qe,rr,ar,nr,Fe,kt],{name:"F#",aliases:["fs","f#"],keywords:pe,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[z,{variants:[xr,kr,Er,_r,cr,ur,yr]},_e,he,tr,{scope:"meta",begin:/\[\]/,relevance:2,contains:[he,_r,cr,ur,yr,nr]},jt,qe,rr,ar,nr,Fe,kt]}}return fsharp_1=$,fsharp_1}var gams_1,hasRequiredGams;function requireGams(){if(hasRequiredGams)return gams_1;hasRequiredGams=1;function e(t){const y=t.regex,n={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na",built_in:"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"},k={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},L={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},$={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},j={begin:"/",end:"/",keywords:n,contains:[$,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_NUMBER_MODE]},V=/[a-z0-9&#*=?@\\><:,()$[\]_.{}!+%^-]+/,z={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[$,j,{className:"comment",begin:y.concat(V,y.anyNumberOfTimes(y.concat(/[ ]+/,V))),relevance:0}]};return{name:"GAMS",aliases:["gms"],case_insensitive:!0,keywords:n,contains:[t.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"keyword",begin:"^\\$[a-z0-9]+"}]},t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,j,z]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[z]},t.COMMENT("^\\*","$"),t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,t.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},k,L]},t.C_NUMBER_MODE,L]}}return gams_1=e,gams_1}var gauss_1,hasRequiredGauss;function requireGauss(){if(hasRequiredGauss)return gauss_1;hasRequiredGauss=1;function e(t){const y={keyword:"bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new open output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint ne ge le gt lt and xor or not eq eqv",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin sylvester strtrim",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS __STDIN __STDOUT __STDERR __FILE_DIR"},n=t.COMMENT("@","@"),k={className:"meta",begin:"#",end:"$",keywords:{keyword:"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{keyword:"include"},contains:[{className:"string",begin:'"',end:'"',illegal:"\\n"}]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n]},L={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:t.UNDERSCORE_IDENT_RE,relevance:0}]},$=[{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\.\.\./},t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,L]}],j={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},V=function(ue,de,pe){const Ie=t.inherit({className:"function",beginKeywords:ue,end:de,excludeEnd:!0,contains:[].concat($)},{});return Ie.contains.push(j),Ie.contains.push(t.C_NUMBER_MODE),Ie.contains.push(t.C_BLOCK_COMMENT_MODE),Ie.contains.push(n),Ie},z={className:"built_in",begin:"\\b("+y.built_in.split(" ").join("|")+")\\b"},re={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE],relevance:0},ie={begin:t.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,keywords:y,relevance:0,contains:[{beginKeywords:y.keyword},z,{className:"built_in",begin:t.UNDERSCORE_IDENT_RE,relevance:0}]},oe={begin:/\(/,end:/\)/,relevance:0,keywords:{built_in:y.built_in,literal:y.literal},contains:[t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,z,ie,re,"self"]};return ie.contains.push(oe),{name:"GAUSS",aliases:["gss"],case_insensitive:!0,keywords:y,illegal:/(\{[%#]|[%#]\}| <- )/,contains:[t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n,re,k,{className:"keyword",begin:/\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},V("proc keyword",";"),V("fn","="),{beginKeywords:"for threadfor",end:/;/,relevance:0,contains:[t.C_BLOCK_COMMENT_MODE,n,oe]},{variants:[{begin:t.UNDERSCORE_IDENT_RE+"\\."+t.UNDERSCORE_IDENT_RE},{begin:t.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},ie,L]}}return gauss_1=e,gauss_1}var gcode_1,hasRequiredGcode;function requireGcode(){if(hasRequiredGcode)return gcode_1;hasRequiredGcode=1;function e(t){const y="[A-Z_][A-Z0-9_.]*",n="%",k={$pattern:y,keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"},L={className:"meta",begin:"([O])([0-9]+)"},$=t.inherit(t.C_NUMBER_MODE,{begin:"([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|"+t.C_NUMBER_RE}),j=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.COMMENT(/\(/,/\)/),$,t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",contains:[$],end:"\\]"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,keywords:k,contains:[{className:"meta",begin:n},L].concat(j)}}return gcode_1=e,gcode_1}var gherkin_1,hasRequiredGherkin;function requireGherkin(){if(hasRequiredGherkin)return gherkin_1;hasRequiredGherkin=1;function e(t){return{name:"Gherkin",aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},t.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},t.QUOTE_STRING_MODE]}}return gherkin_1=e,gherkin_1}var glsl_1,hasRequiredGlsl;function requireGlsl(){if(hasRequiredGlsl)return glsl_1;hasRequiredGlsl=1;function e(t){return{name:"GLSL",keywords:{keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}return glsl_1=e,glsl_1}var gml_1,hasRequiredGml;function requireGml(){if(hasRequiredGml)return gml_1;hasRequiredGml=1;function e(t){return{name:"GML",case_insensitive:!1,keywords:{keyword:["#endregion","#macro","#region","and","begin","break","case","constructor","continue","default","delete","div","do","else","end","enum","exit","for","function","globalvar","if","mod","new","not","or","repeat","return","static","switch","then","until","var","while","with","xor"],built_in:["abs","alarm_get","alarm_set","angle_difference","animcurve_channel_evaluate","animcurve_channel_new","animcurve_create","animcurve_destroy","animcurve_exists","animcurve_get","animcurve_get_channel","animcurve_get_channel_index","animcurve_point_new","ansi_char","application_get_position","application_surface_draw_enable","application_surface_enable","application_surface_is_enabled","arccos","arcsin","arctan","arctan2","array_all","array_any","array_concat","array_contains","array_contains_ext","array_copy","array_copy_while","array_create","array_create_ext","array_delete","array_equals","array_filter","array_filter_ext","array_find_index","array_first","array_foreach","array_get","array_get_index","array_insert","array_intersection","array_last","array_length","array_map","array_map_ext","array_pop","array_push","array_reduce","array_resize","array_reverse","array_reverse_ext","array_set","array_shuffle","array_shuffle_ext","array_sort","array_union","array_unique","array_unique_ext","asset_add_tags","asset_clear_tags","asset_get_ids","asset_get_index","asset_get_tags","asset_get_type","asset_has_any_tag","asset_has_tags","asset_remove_tags","audio_bus_clear_emitters","audio_bus_create","audio_bus_get_emitters","audio_channel_num","audio_create_buffer_sound","audio_create_play_queue","audio_create_stream","audio_create_sync_group","audio_debug","audio_destroy_stream","audio_destroy_sync_group","audio_effect_create","audio_emitter_bus","audio_emitter_create","audio_emitter_exists","audio_emitter_falloff","audio_emitter_free","audio_emitter_gain","audio_emitter_get_bus","audio_emitter_get_gain","audio_emitter_get_listener_mask","audio_emitter_get_pitch","audio_emitter_get_vx","audio_emitter_get_vy","audio_emitter_get_vz","audio_emitter_get_x","audio_emitter_get_y","audio_emitter_get_z","audio_emitter_pitch","audio_emitter_position","audio_emitter_set_listener_mask","audio_emitter_velocity","audio_exists","audio_falloff_set_model","audio_free_buffer_sound","audio_free_play_queue","audio_get_listener_count","audio_get_listener_info","audio_get_listener_mask","audio_get_master_gain","audio_get_name","audio_get_recorder_count","audio_get_recorder_info","audio_get_type","audio_group_get_assets","audio_group_get_gain","audio_group_is_loaded","audio_group_load","audio_group_load_progress","audio_group_name","audio_group_set_gain","audio_group_stop_all","audio_group_unload","audio_is_paused","audio_is_playing","audio_listener_get_data","audio_listener_orientation","audio_listener_position","audio_listener_set_orientation","audio_listener_set_position","audio_listener_set_velocity","audio_listener_velocity","audio_master_gain","audio_pause_all","audio_pause_sound","audio_pause_sync_group","audio_play_in_sync_group","audio_play_sound","audio_play_sound_at","audio_play_sound_ext","audio_play_sound_on","audio_queue_sound","audio_resume_all","audio_resume_sound","audio_resume_sync_group","audio_set_listener_mask","audio_set_master_gain","audio_sound_gain","audio_sound_get_audio_group","audio_sound_get_gain","audio_sound_get_listener_mask","audio_sound_get_loop","audio_sound_get_loop_end","audio_sound_get_loop_start","audio_sound_get_pitch","audio_sound_get_track_position","audio_sound_is_playable","audio_sound_length","audio_sound_loop","audio_sound_loop_end","audio_sound_loop_start","audio_sound_pitch","audio_sound_set_listener_mask","audio_sound_set_track_position","audio_start_recording","audio_start_sync_group","audio_stop_all","audio_stop_recording","audio_stop_sound","audio_stop_sync_group","audio_sync_group_debug","audio_sync_group_get_track_pos","audio_sync_group_is_paused","audio_sync_group_is_playing","audio_system_is_available","audio_system_is_initialised","base64_decode","base64_encode","bool","browser_input_capture","buffer_async_group_begin","buffer_async_group_end","buffer_async_group_option","buffer_base64_decode","buffer_base64_decode_ext","buffer_base64_encode","buffer_compress","buffer_copy","buffer_copy_from_vertex_buffer","buffer_copy_stride","buffer_crc32","buffer_create","buffer_create_from_vertex_buffer","buffer_create_from_vertex_buffer_ext","buffer_decompress","buffer_delete","buffer_exists","buffer_fill","buffer_get_address","buffer_get_alignment","buffer_get_size","buffer_get_surface","buffer_get_type","buffer_load","buffer_load_async","buffer_load_ext","buffer_load_partial","buffer_md5","buffer_peek","buffer_poke","buffer_read","buffer_resize","buffer_save","buffer_save_async","buffer_save_ext","buffer_seek","buffer_set_surface","buffer_set_used_size","buffer_sha1","buffer_sizeof","buffer_tell","buffer_write","call_cancel","call_later","camera_apply","camera_copy_transforms","camera_create","camera_create_view","camera_destroy","camera_get_active","camera_get_begin_script","camera_get_default","camera_get_end_script","camera_get_proj_mat","camera_get_update_script","camera_get_view_angle","camera_get_view_border_x","camera_get_view_border_y","camera_get_view_height","camera_get_view_mat","camera_get_view_speed_x","camera_get_view_speed_y","camera_get_view_target","camera_get_view_width","camera_get_view_x","camera_get_view_y","camera_set_begin_script","camera_set_default","camera_set_end_script","camera_set_proj_mat","camera_set_update_script","camera_set_view_angle","camera_set_view_border","camera_set_view_mat","camera_set_view_pos","camera_set_view_size","camera_set_view_speed","camera_set_view_target","ceil","choose","chr","clamp","clickable_add","clickable_add_ext","clickable_change","clickable_change_ext","clickable_delete","clickable_exists","clickable_set_style","clipboard_get_text","clipboard_has_text","clipboard_set_text","cloud_file_save","cloud_string_save","cloud_synchronise","code_is_compiled","collision_circle","collision_circle_list","collision_ellipse","collision_ellipse_list","collision_line","collision_line_list","collision_point","collision_point_list","collision_rectangle","collision_rectangle_list","color_get_blue","color_get_green","color_get_hue","color_get_red","color_get_saturation","color_get_value","colour_get_blue","colour_get_green","colour_get_hue","colour_get_red","colour_get_saturation","colour_get_value","cos","darccos","darcsin","darctan","darctan2","date_compare_date","date_compare_datetime","date_compare_time","date_create_datetime","date_current_datetime","date_date_of","date_date_string","date_datetime_string","date_day_span","date_days_in_month","date_days_in_year","date_get_day","date_get_day_of_year","date_get_hour","date_get_hour_of_year","date_get_minute","date_get_minute_of_year","date_get_month","date_get_second","date_get_second_of_year","date_get_timezone","date_get_week","date_get_weekday","date_get_year","date_hour_span","date_inc_day","date_inc_hour","date_inc_minute","date_inc_month","date_inc_second","date_inc_week","date_inc_year","date_is_today","date_leap_year","date_minute_span","date_month_span","date_second_span","date_set_timezone","date_time_of","date_time_string","date_valid_datetime","date_week_span","date_year_span","db_to_lin","dbg_add_font_glyphs","dbg_button","dbg_checkbox","dbg_color","dbg_colour","dbg_drop_down","dbg_same_line","dbg_section","dbg_section_delete","dbg_section_exists","dbg_slider","dbg_slider_int","dbg_sprite","dbg_text","dbg_text_input","dbg_view","dbg_view_delete","dbg_view_exists","dbg_watch","dcos","debug_event","debug_get_callstack","degtorad","device_get_tilt_x","device_get_tilt_y","device_get_tilt_z","device_is_keypad_open","device_mouse_check_button","device_mouse_check_button_pressed","device_mouse_check_button_released","device_mouse_dbclick_enable","device_mouse_raw_x","device_mouse_raw_y","device_mouse_x","device_mouse_x_to_gui","device_mouse_y","device_mouse_y_to_gui","directory_create","directory_destroy","directory_exists","display_get_dpi_x","display_get_dpi_y","display_get_frequency","display_get_gui_height","display_get_gui_width","display_get_height","display_get_orientation","display_get_sleep_margin","display_get_timing_method","display_get_width","display_mouse_get_x","display_mouse_get_y","display_mouse_set","display_reset","display_set_gui_maximise","display_set_gui_maximize","display_set_gui_size","display_set_sleep_margin","display_set_timing_method","display_set_ui_visibility","distance_to_object","distance_to_point","dot_product","dot_product_3d","dot_product_3d_normalised","dot_product_3d_normalized","dot_product_normalised","dot_product_normalized","draw_arrow","draw_button","draw_circle","draw_circle_color","draw_circle_colour","draw_clear","draw_clear_alpha","draw_ellipse","draw_ellipse_color","draw_ellipse_colour","draw_enable_drawevent","draw_enable_skeleton_blendmodes","draw_enable_swf_aa","draw_flush","draw_get_alpha","draw_get_color","draw_get_colour","draw_get_enable_skeleton_blendmodes","draw_get_font","draw_get_halign","draw_get_lighting","draw_get_swf_aa_level","draw_get_valign","draw_getpixel","draw_getpixel_ext","draw_healthbar","draw_highscore","draw_light_define_ambient","draw_light_define_direction","draw_light_define_point","draw_light_enable","draw_light_get","draw_light_get_ambient","draw_line","draw_line_color","draw_line_colour","draw_line_width","draw_line_width_color","draw_line_width_colour","draw_path","draw_point","draw_point_color","draw_point_colour","draw_primitive_begin","draw_primitive_begin_texture","draw_primitive_end","draw_rectangle","draw_rectangle_color","draw_rectangle_colour","draw_roundrect","draw_roundrect_color","draw_roundrect_color_ext","draw_roundrect_colour","draw_roundrect_colour_ext","draw_roundrect_ext","draw_self","draw_set_alpha","draw_set_circle_precision","draw_set_color","draw_set_colour","draw_set_font","draw_set_halign","draw_set_lighting","draw_set_swf_aa_level","draw_set_valign","draw_skeleton","draw_skeleton_collision","draw_skeleton_instance","draw_skeleton_time","draw_sprite","draw_sprite_ext","draw_sprite_general","draw_sprite_part","draw_sprite_part_ext","draw_sprite_pos","draw_sprite_stretched","draw_sprite_stretched_ext","draw_sprite_tiled","draw_sprite_tiled_ext","draw_surface","draw_surface_ext","draw_surface_general","draw_surface_part","draw_surface_part_ext","draw_surface_stretched","draw_surface_stretched_ext","draw_surface_tiled","draw_surface_tiled_ext","draw_text","draw_text_color","draw_text_colour","draw_text_ext","draw_text_ext_color","draw_text_ext_colour","draw_text_ext_transformed","draw_text_ext_transformed_color","draw_text_ext_transformed_colour","draw_text_transformed","draw_text_transformed_color","draw_text_transformed_colour","draw_texture_flush","draw_tile","draw_tilemap","draw_triangle","draw_triangle_color","draw_triangle_colour","draw_vertex","draw_vertex_color","draw_vertex_colour","draw_vertex_texture","draw_vertex_texture_color","draw_vertex_texture_colour","ds_exists","ds_grid_add","ds_grid_add_disk","ds_grid_add_grid_region","ds_grid_add_region","ds_grid_clear","ds_grid_copy","ds_grid_create","ds_grid_destroy","ds_grid_get","ds_grid_get_disk_max","ds_grid_get_disk_mean","ds_grid_get_disk_min","ds_grid_get_disk_sum","ds_grid_get_max","ds_grid_get_mean","ds_grid_get_min","ds_grid_get_sum","ds_grid_height","ds_grid_multiply","ds_grid_multiply_disk","ds_grid_multiply_grid_region","ds_grid_multiply_region","ds_grid_read","ds_grid_resize","ds_grid_set","ds_grid_set_disk","ds_grid_set_grid_region","ds_grid_set_region","ds_grid_shuffle","ds_grid_sort","ds_grid_to_mp_grid","ds_grid_value_disk_exists","ds_grid_value_disk_x","ds_grid_value_disk_y","ds_grid_value_exists","ds_grid_value_x","ds_grid_value_y","ds_grid_width","ds_grid_write","ds_list_add","ds_list_clear","ds_list_copy","ds_list_create","ds_list_delete","ds_list_destroy","ds_list_empty","ds_list_find_index","ds_list_find_value","ds_list_insert","ds_list_is_list","ds_list_is_map","ds_list_mark_as_list","ds_list_mark_as_map","ds_list_read","ds_list_replace","ds_list_set","ds_list_shuffle","ds_list_size","ds_list_sort","ds_list_write","ds_map_add","ds_map_add_list","ds_map_add_map","ds_map_clear","ds_map_copy","ds_map_create","ds_map_delete","ds_map_destroy","ds_map_empty","ds_map_exists","ds_map_find_first","ds_map_find_last","ds_map_find_next","ds_map_find_previous","ds_map_find_value","ds_map_is_list","ds_map_is_map","ds_map_keys_to_array","ds_map_read","ds_map_replace","ds_map_replace_list","ds_map_replace_map","ds_map_secure_load","ds_map_secure_load_buffer","ds_map_secure_save","ds_map_secure_save_buffer","ds_map_set","ds_map_size","ds_map_values_to_array","ds_map_write","ds_priority_add","ds_priority_change_priority","ds_priority_clear","ds_priority_copy","ds_priority_create","ds_priority_delete_max","ds_priority_delete_min","ds_priority_delete_value","ds_priority_destroy","ds_priority_empty","ds_priority_find_max","ds_priority_find_min","ds_priority_find_priority","ds_priority_read","ds_priority_size","ds_priority_write","ds_queue_clear","ds_queue_copy","ds_queue_create","ds_queue_dequeue","ds_queue_destroy","ds_queue_empty","ds_queue_enqueue","ds_queue_head","ds_queue_read","ds_queue_size","ds_queue_tail","ds_queue_write","ds_set_precision","ds_stack_clear","ds_stack_copy","ds_stack_create","ds_stack_destroy","ds_stack_empty","ds_stack_pop","ds_stack_push","ds_stack_read","ds_stack_size","ds_stack_top","ds_stack_write","dsin","dtan","effect_clear","effect_create_above","effect_create_below","effect_create_depth","effect_create_layer","environment_get_variable","event_inherited","event_perform","event_perform_async","event_perform_object","event_user","exception_unhandled_handler","exp","extension_exists","extension_get_option_count","extension_get_option_names","extension_get_option_value","extension_get_options","extension_get_version","external_call","external_define","external_free","file_attributes","file_bin_close","file_bin_open","file_bin_position","file_bin_read_byte","file_bin_rewrite","file_bin_seek","file_bin_size","file_bin_write_byte","file_copy","file_delete","file_exists","file_find_close","file_find_first","file_find_next","file_rename","file_text_close","file_text_eof","file_text_eoln","file_text_open_append","file_text_open_from_string","file_text_open_read","file_text_open_write","file_text_read_real","file_text_read_string","file_text_readln","file_text_write_real","file_text_write_string","file_text_writeln","filename_change_ext","filename_dir","filename_drive","filename_ext","filename_name","filename_path","floor","font_add","font_add_enable_aa","font_add_get_enable_aa","font_add_sprite","font_add_sprite_ext","font_cache_glyph","font_delete","font_enable_effects","font_enable_sdf","font_exists","font_get_bold","font_get_first","font_get_fontname","font_get_info","font_get_italic","font_get_last","font_get_name","font_get_sdf_enabled","font_get_sdf_spread","font_get_size","font_get_texture","font_get_uvs","font_replace_sprite","font_replace_sprite_ext","font_sdf_spread","font_set_cache_size","frac","fx_create","fx_get_name","fx_get_parameter","fx_get_parameter_names","fx_get_parameters","fx_get_single_layer","fx_set_parameter","fx_set_parameters","fx_set_single_layer","game_change","game_end","game_get_speed","game_load","game_load_buffer","game_restart","game_save","game_save_buffer","game_set_speed","gamepad_axis_count","gamepad_axis_value","gamepad_button_check","gamepad_button_check_pressed","gamepad_button_check_released","gamepad_button_count","gamepad_button_value","gamepad_get_axis_deadzone","gamepad_get_button_threshold","gamepad_get_description","gamepad_get_device_count","gamepad_get_guid","gamepad_get_mapping","gamepad_get_option","gamepad_hat_count","gamepad_hat_value","gamepad_is_connected","gamepad_is_supported","gamepad_remove_mapping","gamepad_set_axis_deadzone","gamepad_set_button_threshold","gamepad_set_color","gamepad_set_colour","gamepad_set_option","gamepad_set_vibration","gamepad_test_mapping","gc_collect","gc_enable","gc_get_stats","gc_get_target_frame_time","gc_is_enabled","gc_target_frame_time","gesture_double_tap_distance","gesture_double_tap_time","gesture_drag_distance","gesture_drag_time","gesture_flick_speed","gesture_get_double_tap_distance","gesture_get_double_tap_time","gesture_get_drag_distance","gesture_get_drag_time","gesture_get_flick_speed","gesture_get_pinch_angle_away","gesture_get_pinch_angle_towards","gesture_get_pinch_distance","gesture_get_rotate_angle","gesture_get_rotate_time","gesture_get_tap_count","gesture_pinch_angle_away","gesture_pinch_angle_towards","gesture_pinch_distance","gesture_rotate_angle","gesture_rotate_time","gesture_tap_count","get_integer","get_integer_async","get_login_async","get_open_filename","get_open_filename_ext","get_save_filename","get_save_filename_ext","get_string","get_string_async","get_timer","gif_add_surface","gif_open","gif_save","gif_save_buffer","gml_pragma","gml_release_mode","gpu_get_alphatestenable","gpu_get_alphatestref","gpu_get_blendenable","gpu_get_blendmode","gpu_get_blendmode_dest","gpu_get_blendmode_destalpha","gpu_get_blendmode_ext","gpu_get_blendmode_ext_sepalpha","gpu_get_blendmode_src","gpu_get_blendmode_srcalpha","gpu_get_colorwriteenable","gpu_get_colourwriteenable","gpu_get_cullmode","gpu_get_depth","gpu_get_fog","gpu_get_state","gpu_get_tex_filter","gpu_get_tex_filter_ext","gpu_get_tex_max_aniso","gpu_get_tex_max_aniso_ext","gpu_get_tex_max_mip","gpu_get_tex_max_mip_ext","gpu_get_tex_min_mip","gpu_get_tex_min_mip_ext","gpu_get_tex_mip_bias","gpu_get_tex_mip_bias_ext","gpu_get_tex_mip_enable","gpu_get_tex_mip_enable_ext","gpu_get_tex_mip_filter","gpu_get_tex_mip_filter_ext","gpu_get_tex_repeat","gpu_get_tex_repeat_ext","gpu_get_texfilter","gpu_get_texfilter_ext","gpu_get_texrepeat","gpu_get_texrepeat_ext","gpu_get_zfunc","gpu_get_ztestenable","gpu_get_zwriteenable","gpu_pop_state","gpu_push_state","gpu_set_alphatestenable","gpu_set_alphatestref","gpu_set_blendenable","gpu_set_blendmode","gpu_set_blendmode_ext","gpu_set_blendmode_ext_sepalpha","gpu_set_colorwriteenable","gpu_set_colourwriteenable","gpu_set_cullmode","gpu_set_depth","gpu_set_fog","gpu_set_state","gpu_set_tex_filter","gpu_set_tex_filter_ext","gpu_set_tex_max_aniso","gpu_set_tex_max_aniso_ext","gpu_set_tex_max_mip","gpu_set_tex_max_mip_ext","gpu_set_tex_min_mip","gpu_set_tex_min_mip_ext","gpu_set_tex_mip_bias","gpu_set_tex_mip_bias_ext","gpu_set_tex_mip_enable","gpu_set_tex_mip_enable_ext","gpu_set_tex_mip_filter","gpu_set_tex_mip_filter_ext","gpu_set_tex_repeat","gpu_set_tex_repeat_ext","gpu_set_texfilter","gpu_set_texfilter_ext","gpu_set_texrepeat","gpu_set_texrepeat_ext","gpu_set_zfunc","gpu_set_ztestenable","gpu_set_zwriteenable","handle_parse","highscore_add","highscore_clear","highscore_name","highscore_value","http_get","http_get_file","http_get_request_crossorigin","http_post_string","http_request","http_set_request_crossorigin","iap_acquire","iap_activate","iap_consume","iap_enumerate_products","iap_product_details","iap_purchase_details","iap_restore_all","iap_status","ini_close","ini_key_delete","ini_key_exists","ini_open","ini_open_from_string","ini_read_real","ini_read_string","ini_section_delete","ini_section_exists","ini_write_real","ini_write_string","instance_activate_all","instance_activate_layer","instance_activate_object","instance_activate_region","instance_change","instance_copy","instance_create_depth","instance_create_layer","instance_deactivate_all","instance_deactivate_layer","instance_deactivate_object","instance_deactivate_region","instance_destroy","instance_exists","instance_find","instance_furthest","instance_id_get","instance_nearest","instance_number","instance_place","instance_place_list","instance_position","instance_position_list","instanceof","int64","io_clear","irandom","irandom_range","is_array","is_bool","is_callable","is_debug_overlay_open","is_handle","is_infinity","is_instanceof","is_int32","is_int64","is_keyboard_used_debug_overlay","is_method","is_mouse_over_debug_overlay","is_nan","is_numeric","is_ptr","is_real","is_string","is_struct","is_undefined","json_decode","json_encode","json_parse","json_stringify","keyboard_check","keyboard_check_direct","keyboard_check_pressed","keyboard_check_released","keyboard_clear","keyboard_get_map","keyboard_get_numlock","keyboard_key_press","keyboard_key_release","keyboard_set_map","keyboard_set_numlock","keyboard_unset_map","keyboard_virtual_height","keyboard_virtual_hide","keyboard_virtual_show","keyboard_virtual_status","layer_add_instance","layer_background_alpha","layer_background_blend","layer_background_change","layer_background_create","layer_background_destroy","layer_background_exists","layer_background_get_alpha","layer_background_get_blend","layer_background_get_htiled","layer_background_get_id","layer_background_get_index","layer_background_get_speed","layer_background_get_sprite","layer_background_get_stretch","layer_background_get_visible","layer_background_get_vtiled","layer_background_get_xscale","layer_background_get_yscale","layer_background_htiled","layer_background_index","layer_background_speed","layer_background_sprite","layer_background_stretch","layer_background_visible","layer_background_vtiled","layer_background_xscale","layer_background_yscale","layer_clear_fx","layer_create","layer_depth","layer_destroy","layer_destroy_instances","layer_element_move","layer_enable_fx","layer_exists","layer_force_draw_depth","layer_fx_is_enabled","layer_get_all","layer_get_all_elements","layer_get_depth","layer_get_element_layer","layer_get_element_type","layer_get_forced_depth","layer_get_fx","layer_get_hspeed","layer_get_id","layer_get_id_at_depth","layer_get_name","layer_get_script_begin","layer_get_script_end","layer_get_shader","layer_get_target_room","layer_get_visible","layer_get_vspeed","layer_get_x","layer_get_y","layer_has_instance","layer_hspeed","layer_instance_get_instance","layer_is_draw_depth_forced","layer_reset_target_room","layer_script_begin","layer_script_end","layer_sequence_angle","layer_sequence_create","layer_sequence_destroy","layer_sequence_exists","layer_sequence_get_angle","layer_sequence_get_headdir","layer_sequence_get_headpos","layer_sequence_get_instance","layer_sequence_get_length","layer_sequence_get_sequence","layer_sequence_get_speedscale","layer_sequence_get_x","layer_sequence_get_xscale","layer_sequence_get_y","layer_sequence_get_yscale","layer_sequence_headdir","layer_sequence_headpos","layer_sequence_is_finished","layer_sequence_is_paused","layer_sequence_pause","layer_sequence_play","layer_sequence_speedscale","layer_sequence_x","layer_sequence_xscale","layer_sequence_y","layer_sequence_yscale","layer_set_fx","layer_set_target_room","layer_set_visible","layer_shader","layer_sprite_alpha","layer_sprite_angle","layer_sprite_blend","layer_sprite_change","layer_sprite_create","layer_sprite_destroy","layer_sprite_exists","layer_sprite_get_alpha","layer_sprite_get_angle","layer_sprite_get_blend","layer_sprite_get_id","layer_sprite_get_index","layer_sprite_get_speed","layer_sprite_get_sprite","layer_sprite_get_x","layer_sprite_get_xscale","layer_sprite_get_y","layer_sprite_get_yscale","layer_sprite_index","layer_sprite_speed","layer_sprite_x","layer_sprite_xscale","layer_sprite_y","layer_sprite_yscale","layer_tile_alpha","layer_tile_blend","layer_tile_change","layer_tile_create","layer_tile_destroy","layer_tile_exists","layer_tile_get_alpha","layer_tile_get_blend","layer_tile_get_region","layer_tile_get_sprite","layer_tile_get_visible","layer_tile_get_x","layer_tile_get_xscale","layer_tile_get_y","layer_tile_get_yscale","layer_tile_region","layer_tile_visible","layer_tile_x","layer_tile_xscale","layer_tile_y","layer_tile_yscale","layer_tilemap_create","layer_tilemap_destroy","layer_tilemap_exists","layer_tilemap_get_id","layer_vspeed","layer_x","layer_y","lengthdir_x","lengthdir_y","lerp","lin_to_db","ln","load_csv","log10","log2","logn","make_color_hsv","make_color_rgb","make_colour_hsv","make_colour_rgb","math_get_epsilon","math_set_epsilon","matrix_build","matrix_build_identity","matrix_build_lookat","matrix_build_projection_ortho","matrix_build_projection_perspective","matrix_build_projection_perspective_fov","matrix_get","matrix_multiply","matrix_set","matrix_stack_clear","matrix_stack_is_empty","matrix_stack_pop","matrix_stack_push","matrix_stack_set","matrix_stack_top","matrix_transform_vertex","max","md5_file","md5_string_unicode","md5_string_utf8","mean","median","merge_color","merge_colour","method","method_call","method_get_index","method_get_self","min","motion_add","motion_set","mouse_check_button","mouse_check_button_pressed","mouse_check_button_released","mouse_clear","mouse_wheel_down","mouse_wheel_up","move_and_collide","move_bounce_all","move_bounce_solid","move_contact_all","move_contact_solid","move_outside_all","move_outside_solid","move_random","move_snap","move_towards_point","move_wrap","mp_grid_add_cell","mp_grid_add_instances","mp_grid_add_rectangle","mp_grid_clear_all","mp_grid_clear_cell","mp_grid_clear_rectangle","mp_grid_create","mp_grid_destroy","mp_grid_draw","mp_grid_get_cell","mp_grid_path","mp_grid_to_ds_grid","mp_linear_path","mp_linear_path_object","mp_linear_step","mp_linear_step_object","mp_potential_path","mp_potential_path_object","mp_potential_settings","mp_potential_step","mp_potential_step_object","nameof","network_connect","network_connect_async","network_connect_raw","network_connect_raw_async","network_create_server","network_create_server_raw","network_create_socket","network_create_socket_ext","network_destroy","network_resolve","network_send_broadcast","network_send_packet","network_send_raw","network_send_udp","network_send_udp_raw","network_set_config","network_set_timeout","object_exists","object_get_mask","object_get_name","object_get_parent","object_get_persistent","object_get_physics","object_get_solid","object_get_sprite","object_get_visible","object_is_ancestor","object_set_mask","object_set_persistent","object_set_solid","object_set_sprite","object_set_visible","ord","os_check_permission","os_get_config","os_get_info","os_get_language","os_get_region","os_is_network_connected","os_is_paused","os_lock_orientation","os_powersave_enable","os_request_permission","os_set_orientation_lock","parameter_count","parameter_string","part_emitter_burst","part_emitter_clear","part_emitter_create","part_emitter_delay","part_emitter_destroy","part_emitter_destroy_all","part_emitter_enable","part_emitter_exists","part_emitter_interval","part_emitter_region","part_emitter_relative","part_emitter_stream","part_particles_burst","part_particles_clear","part_particles_count","part_particles_create","part_particles_create_color","part_particles_create_colour","part_system_angle","part_system_automatic_draw","part_system_automatic_update","part_system_clear","part_system_color","part_system_colour","part_system_create","part_system_create_layer","part_system_depth","part_system_destroy","part_system_draw_order","part_system_drawit","part_system_exists","part_system_get_info","part_system_get_layer","part_system_global_space","part_system_layer","part_system_position","part_system_update","part_type_alpha1","part_type_alpha2","part_type_alpha3","part_type_blend","part_type_clear","part_type_color1","part_type_color2","part_type_color3","part_type_color_hsv","part_type_color_mix","part_type_color_rgb","part_type_colour1","part_type_colour2","part_type_colour3","part_type_colour_hsv","part_type_colour_mix","part_type_colour_rgb","part_type_create","part_type_death","part_type_destroy","part_type_direction","part_type_exists","part_type_gravity","part_type_life","part_type_orientation","part_type_scale","part_type_shape","part_type_size","part_type_size_x","part_type_size_y","part_type_speed","part_type_sprite","part_type_step","part_type_subimage","particle_exists","particle_get_info","path_add","path_add_point","path_append","path_assign","path_change_point","path_clear_points","path_delete","path_delete_point","path_duplicate","path_end","path_exists","path_flip","path_get_closed","path_get_kind","path_get_length","path_get_name","path_get_number","path_get_point_speed","path_get_point_x","path_get_point_y","path_get_precision","path_get_speed","path_get_x","path_get_y","path_insert_point","path_mirror","path_rescale","path_reverse","path_rotate","path_set_closed","path_set_kind","path_set_precision","path_shift","path_start","physics_apply_angular_impulse","physics_apply_force","physics_apply_impulse","physics_apply_local_force","physics_apply_local_impulse","physics_apply_torque","physics_draw_debug","physics_fixture_add_point","physics_fixture_bind","physics_fixture_bind_ext","physics_fixture_create","physics_fixture_delete","physics_fixture_set_angular_damping","physics_fixture_set_awake","physics_fixture_set_box_shape","physics_fixture_set_chain_shape","physics_fixture_set_circle_shape","physics_fixture_set_collision_group","physics_fixture_set_density","physics_fixture_set_edge_shape","physics_fixture_set_friction","physics_fixture_set_kinematic","physics_fixture_set_linear_damping","physics_fixture_set_polygon_shape","physics_fixture_set_restitution","physics_fixture_set_sensor","physics_get_density","physics_get_friction","physics_get_restitution","physics_joint_delete","physics_joint_distance_create","physics_joint_enable_motor","physics_joint_friction_create","physics_joint_gear_create","physics_joint_get_value","physics_joint_prismatic_create","physics_joint_pulley_create","physics_joint_revolute_create","physics_joint_rope_create","physics_joint_set_value","physics_joint_weld_create","physics_joint_wheel_create","physics_mass_properties","physics_particle_count","physics_particle_create","physics_particle_delete","physics_particle_delete_region_box","physics_particle_delete_region_circle","physics_particle_delete_region_poly","physics_particle_draw","physics_particle_draw_ext","physics_particle_get_damping","physics_particle_get_data","physics_particle_get_data_particle","physics_particle_get_density","physics_particle_get_gravity_scale","physics_particle_get_group_flags","physics_particle_get_max_count","physics_particle_get_radius","physics_particle_group_add_point","physics_particle_group_begin","physics_particle_group_box","physics_particle_group_circle","physics_particle_group_count","physics_particle_group_delete","physics_particle_group_end","physics_particle_group_get_ang_vel","physics_particle_group_get_angle","physics_particle_group_get_centre_x","physics_particle_group_get_centre_y","physics_particle_group_get_data","physics_particle_group_get_inertia","physics_particle_group_get_mass","physics_particle_group_get_vel_x","physics_particle_group_get_vel_y","physics_particle_group_get_x","physics_particle_group_get_y","physics_particle_group_join","physics_particle_group_polygon","physics_particle_set_category_flags","physics_particle_set_damping","physics_particle_set_density","physics_particle_set_flags","physics_particle_set_gravity_scale","physics_particle_set_group_flags","physics_particle_set_max_count","physics_particle_set_radius","physics_pause_enable","physics_remove_fixture","physics_set_density","physics_set_friction","physics_set_restitution","physics_test_overlap","physics_world_create","physics_world_draw_debug","physics_world_gravity","physics_world_update_iterations","physics_world_update_speed","place_empty","place_free","place_meeting","place_snapped","point_direction","point_distance","point_distance_3d","point_in_circle","point_in_rectangle","point_in_triangle","position_change","position_destroy","position_empty","position_meeting","power","ptr","radtodeg","random","random_get_seed","random_range","random_set_seed","randomise","randomize","real","rectangle_in_circle","rectangle_in_rectangle","rectangle_in_triangle","ref_create","rollback_chat","rollback_create_game","rollback_define_extra_network_latency","rollback_define_input","rollback_define_input_frame_delay","rollback_define_mock_input","rollback_define_player","rollback_display_events","rollback_get_info","rollback_get_input","rollback_get_player_prefs","rollback_join_game","rollback_leave_game","rollback_set_player_prefs","rollback_start_game","rollback_sync_on_frame","rollback_use_late_join","rollback_use_manual_start","rollback_use_player_prefs","rollback_use_random_input","room_add","room_assign","room_duplicate","room_exists","room_get_camera","room_get_info","room_get_name","room_get_viewport","room_goto","room_goto_next","room_goto_previous","room_instance_add","room_instance_clear","room_next","room_previous","room_restart","room_set_camera","room_set_height","room_set_persistent","room_set_view_enabled","room_set_viewport","room_set_width","round","scheduler_resolution_get","scheduler_resolution_set","screen_save","screen_save_part","script_execute","script_execute_ext","script_exists","script_get_name","sequence_create","sequence_destroy","sequence_exists","sequence_get","sequence_get_objects","sequence_instance_override_object","sequence_keyframe_new","sequence_keyframedata_new","sequence_track_new","sha1_file","sha1_string_unicode","sha1_string_utf8","shader_current","shader_enable_corner_id","shader_get_name","shader_get_sampler_index","shader_get_uniform","shader_is_compiled","shader_reset","shader_set","shader_set_uniform_f","shader_set_uniform_f_array","shader_set_uniform_f_buffer","shader_set_uniform_i","shader_set_uniform_i_array","shader_set_uniform_matrix","shader_set_uniform_matrix_array","shaders_are_supported","shop_leave_rating","show_debug_message","show_debug_message_ext","show_debug_overlay","show_error","show_message","show_message_async","show_question","show_question_async","sign","sin","skeleton_animation_clear","skeleton_animation_get","skeleton_animation_get_duration","skeleton_animation_get_event_frames","skeleton_animation_get_ext","skeleton_animation_get_frame","skeleton_animation_get_frames","skeleton_animation_get_position","skeleton_animation_is_finished","skeleton_animation_is_looping","skeleton_animation_list","skeleton_animation_mix","skeleton_animation_set","skeleton_animation_set_ext","skeleton_animation_set_frame","skeleton_animation_set_position","skeleton_attachment_create","skeleton_attachment_create_color","skeleton_attachment_create_colour","skeleton_attachment_destroy","skeleton_attachment_exists","skeleton_attachment_get","skeleton_attachment_replace","skeleton_attachment_replace_color","skeleton_attachment_replace_colour","skeleton_attachment_set","skeleton_bone_data_get","skeleton_bone_data_set","skeleton_bone_list","skeleton_bone_state_get","skeleton_bone_state_set","skeleton_collision_draw_set","skeleton_find_slot","skeleton_get_bounds","skeleton_get_minmax","skeleton_get_num_bounds","skeleton_skin_create","skeleton_skin_get","skeleton_skin_list","skeleton_skin_set","skeleton_slot_alpha_get","skeleton_slot_color_get","skeleton_slot_color_set","skeleton_slot_colour_get","skeleton_slot_colour_set","skeleton_slot_data","skeleton_slot_data_instance","skeleton_slot_list","sprite_add","sprite_add_ext","sprite_add_from_surface","sprite_assign","sprite_collision_mask","sprite_create_from_surface","sprite_delete","sprite_duplicate","sprite_exists","sprite_flush","sprite_flush_multi","sprite_get_bbox_bottom","sprite_get_bbox_left","sprite_get_bbox_mode","sprite_get_bbox_right","sprite_get_bbox_top","sprite_get_height","sprite_get_info","sprite_get_name","sprite_get_nineslice","sprite_get_number","sprite_get_speed","sprite_get_speed_type","sprite_get_texture","sprite_get_tpe","sprite_get_uvs","sprite_get_width","sprite_get_xoffset","sprite_get_yoffset","sprite_merge","sprite_nineslice_create","sprite_prefetch","sprite_prefetch_multi","sprite_replace","sprite_save","sprite_save_strip","sprite_set_alpha_from_sprite","sprite_set_bbox","sprite_set_bbox_mode","sprite_set_cache_size","sprite_set_cache_size_ext","sprite_set_nineslice","sprite_set_offset","sprite_set_speed","sqr","sqrt","static_get","static_set","string","string_byte_at","string_byte_length","string_char_at","string_concat","string_concat_ext","string_copy","string_count","string_delete","string_digits","string_ends_with","string_ext","string_foreach","string_format","string_hash_to_newline","string_height","string_height_ext","string_insert","string_join","string_join_ext","string_last_pos","string_last_pos_ext","string_length","string_letters","string_lettersdigits","string_lower","string_ord_at","string_pos","string_pos_ext","string_repeat","string_replace","string_replace_all","string_set_byte_at","string_split","string_split_ext","string_starts_with","string_trim","string_trim_end","string_trim_start","string_upper","string_width","string_width_ext","struct_exists","struct_foreach","struct_get","struct_get_from_hash","struct_get_names","struct_names_count","struct_remove","struct_set","struct_set_from_hash","surface_copy","surface_copy_part","surface_create","surface_create_ext","surface_depth_disable","surface_exists","surface_format_is_supported","surface_free","surface_get_depth_disable","surface_get_format","surface_get_height","surface_get_target","surface_get_target_ext","surface_get_texture","surface_get_width","surface_getpixel","surface_getpixel_ext","surface_reset_target","surface_resize","surface_save","surface_save_part","surface_set_target","surface_set_target_ext","tag_get_asset_ids","tag_get_assets","tan","texture_debug_messages","texture_flush","texture_get_height","texture_get_texel_height","texture_get_texel_width","texture_get_uvs","texture_get_width","texture_global_scale","texture_is_ready","texture_prefetch","texture_set_stage","texturegroup_get_fonts","texturegroup_get_names","texturegroup_get_sprites","texturegroup_get_status","texturegroup_get_textures","texturegroup_get_tilesets","texturegroup_load","texturegroup_set_mode","texturegroup_unload","tile_get_empty","tile_get_flip","tile_get_index","tile_get_mirror","tile_get_rotate","tile_set_empty","tile_set_flip","tile_set_index","tile_set_mirror","tile_set_rotate","tilemap_clear","tilemap_get","tilemap_get_at_pixel","tilemap_get_cell_x_at_pixel","tilemap_get_cell_y_at_pixel","tilemap_get_frame","tilemap_get_global_mask","tilemap_get_height","tilemap_get_mask","tilemap_get_tile_height","tilemap_get_tile_width","tilemap_get_tileset","tilemap_get_width","tilemap_get_x","tilemap_get_y","tilemap_set","tilemap_set_at_pixel","tilemap_set_global_mask","tilemap_set_height","tilemap_set_mask","tilemap_set_width","tilemap_tileset","tilemap_x","tilemap_y","tileset_get_info","tileset_get_name","tileset_get_texture","tileset_get_uvs","time_bpm_to_seconds","time_seconds_to_bpm","time_source_create","time_source_destroy","time_source_exists","time_source_get_children","time_source_get_parent","time_source_get_period","time_source_get_reps_completed","time_source_get_reps_remaining","time_source_get_state","time_source_get_time_remaining","time_source_get_units","time_source_pause","time_source_reconfigure","time_source_reset","time_source_resume","time_source_start","time_source_stop","timeline_add","timeline_clear","timeline_delete","timeline_exists","timeline_get_name","timeline_max_moment","timeline_moment_add_script","timeline_moment_clear","timeline_size","typeof","url_get_domain","url_open","url_open_ext","url_open_full","uwp_device_touchscreen_available","uwp_livetile_badge_clear","uwp_livetile_badge_notification","uwp_livetile_notification_begin","uwp_livetile_notification_end","uwp_livetile_notification_expiry","uwp_livetile_notification_image_add","uwp_livetile_notification_secondary_begin","uwp_livetile_notification_tag","uwp_livetile_notification_template_add","uwp_livetile_notification_text_add","uwp_livetile_queue_enable","uwp_livetile_tile_clear","uwp_secondarytile_badge_clear","uwp_secondarytile_badge_notification","uwp_secondarytile_delete","uwp_secondarytile_pin","uwp_secondarytile_tile_clear","variable_clone","variable_get_hash","variable_global_exists","variable_global_get","variable_global_set","variable_instance_exists","variable_instance_get","variable_instance_get_names","variable_instance_names_count","variable_instance_set","variable_struct_exists","variable_struct_get","variable_struct_get_names","variable_struct_names_count","variable_struct_remove","variable_struct_set","vertex_argb","vertex_begin","vertex_color","vertex_colour","vertex_create_buffer","vertex_create_buffer_ext","vertex_create_buffer_from_buffer","vertex_create_buffer_from_buffer_ext","vertex_delete_buffer","vertex_end","vertex_float1","vertex_float2","vertex_float3","vertex_float4","vertex_format_add_color","vertex_format_add_colour","vertex_format_add_custom","vertex_format_add_normal","vertex_format_add_position","vertex_format_add_position_3d","vertex_format_add_texcoord","vertex_format_begin","vertex_format_delete","vertex_format_end","vertex_format_get_info","vertex_freeze","vertex_get_buffer_size","vertex_get_number","vertex_normal","vertex_position","vertex_position_3d","vertex_submit","vertex_submit_ext","vertex_texcoord","vertex_ubyte4","vertex_update_buffer_from_buffer","vertex_update_buffer_from_vertex","video_close","video_draw","video_enable_loop","video_get_duration","video_get_format","video_get_position","video_get_status","video_get_volume","video_is_looping","video_open","video_pause","video_resume","video_seek_to","video_set_volume","view_get_camera","view_get_hport","view_get_surface_id","view_get_visible","view_get_wport","view_get_xport","view_get_yport","view_set_camera","view_set_hport","view_set_surface_id","view_set_visible","view_set_wport","view_set_xport","view_set_yport","virtual_key_add","virtual_key_delete","virtual_key_hide","virtual_key_show","wallpaper_set_config","wallpaper_set_subscriptions","weak_ref_alive","weak_ref_any_alive","weak_ref_create","window_center","window_device","window_enable_borderless_fullscreen","window_get_borderless_fullscreen","window_get_caption","window_get_color","window_get_colour","window_get_cursor","window_get_fullscreen","window_get_height","window_get_showborder","window_get_visible_rects","window_get_width","window_get_x","window_get_y","window_handle","window_has_focus","window_mouse_get_delta_x","window_mouse_get_delta_y","window_mouse_get_locked","window_mouse_get_x","window_mouse_get_y","window_mouse_set","window_mouse_set_locked","window_set_caption","window_set_color","window_set_colour","window_set_cursor","window_set_fullscreen","window_set_max_height","window_set_max_width","window_set_min_height","window_set_min_width","window_set_position","window_set_rectangle","window_set_showborder","window_set_size","window_view_mouse_get_x","window_view_mouse_get_y","window_views_mouse_get_x","window_views_mouse_get_y","winphone_tile_background_color","winphone_tile_background_colour","zip_add_file","zip_create","zip_save","zip_unzip","zip_unzip_async"],symbol:["AudioEffect","AudioEffectType","AudioLFOType","GM_build_date","GM_build_type","GM_is_sandboxed","GM_project_filename","GM_runtime_version","GM_version","NaN","_GMFILE_","_GMFUNCTION_","_GMLINE_","alignmentH","alignmentV","all","animcurvetype_bezier","animcurvetype_catmullrom","animcurvetype_linear","asset_animationcurve","asset_font","asset_object","asset_path","asset_room","asset_script","asset_sequence","asset_shader","asset_sound","asset_sprite","asset_tiles","asset_timeline","asset_unknown","audio_3D","audio_bus_main","audio_falloff_exponent_distance","audio_falloff_exponent_distance_clamped","audio_falloff_exponent_distance_scaled","audio_falloff_inverse_distance","audio_falloff_inverse_distance_clamped","audio_falloff_inverse_distance_scaled","audio_falloff_linear_distance","audio_falloff_linear_distance_clamped","audio_falloff_none","audio_mono","audio_stereo","bboxkind_diamond","bboxkind_ellipse","bboxkind_precise","bboxkind_rectangular","bboxmode_automatic","bboxmode_fullimage","bboxmode_manual","bm_add","bm_dest_alpha","bm_dest_color","bm_dest_colour","bm_inv_dest_alpha","bm_inv_dest_color","bm_inv_dest_colour","bm_inv_src_alpha","bm_inv_src_color","bm_inv_src_colour","bm_max","bm_normal","bm_one","bm_src_alpha","bm_src_alpha_sat","bm_src_color","bm_src_colour","bm_subtract","bm_zero","browser_chrome","browser_edge","browser_firefox","browser_ie","browser_ie_mobile","browser_not_a_browser","browser_opera","browser_safari","browser_safari_mobile","browser_tizen","browser_unknown","browser_windows_store","buffer_bool","buffer_f16","buffer_f32","buffer_f64","buffer_fast","buffer_fixed","buffer_grow","buffer_s16","buffer_s32","buffer_s8","buffer_seek_end","buffer_seek_relative","buffer_seek_start","buffer_string","buffer_text","buffer_u16","buffer_u32","buffer_u64","buffer_u8","buffer_vbuffer","buffer_wrap","c_aqua","c_black","c_blue","c_dkgray","c_dkgrey","c_fuchsia","c_gray","c_green","c_grey","c_lime","c_ltgray","c_ltgrey","c_maroon","c_navy","c_olive","c_orange","c_purple","c_red","c_silver","c_teal","c_white","c_yellow","cache_directory","characterSpacing","cmpfunc_always","cmpfunc_equal","cmpfunc_greater","cmpfunc_greaterequal","cmpfunc_less","cmpfunc_lessequal","cmpfunc_never","cmpfunc_notequal","coreColor","coreColour","cr_appstart","cr_arrow","cr_beam","cr_cross","cr_default","cr_drag","cr_handpoint","cr_hourglass","cr_none","cr_size_all","cr_size_nesw","cr_size_ns","cr_size_nwse","cr_size_we","cr_uparrow","cull_clockwise","cull_counterclockwise","cull_noculling","device_emulator","device_ios_ipad","device_ios_ipad_retina","device_ios_iphone","device_ios_iphone5","device_ios_iphone6","device_ios_iphone6plus","device_ios_iphone_retina","device_ios_unknown","device_tablet","display_landscape","display_landscape_flipped","display_portrait","display_portrait_flipped","dll_cdecl","dll_stdcall","dropShadowEnabled","dropShadowEnabled","ds_type_grid","ds_type_list","ds_type_map","ds_type_priority","ds_type_queue","ds_type_stack","ef_cloud","ef_ellipse","ef_explosion","ef_firework","ef_flare","ef_rain","ef_ring","ef_smoke","ef_smokeup","ef_snow","ef_spark","ef_star","effectsEnabled","effectsEnabled","ev_alarm","ev_animation_end","ev_animation_event","ev_animation_update","ev_async_audio_playback","ev_async_audio_playback_ended","ev_async_audio_recording","ev_async_dialog","ev_async_push_notification","ev_async_save_load","ev_async_save_load","ev_async_social","ev_async_system_event","ev_async_web","ev_async_web_cloud","ev_async_web_iap","ev_async_web_image_load","ev_async_web_networking","ev_async_web_steam","ev_audio_playback","ev_audio_playback_ended","ev_audio_recording","ev_boundary","ev_boundary_view0","ev_boundary_view1","ev_boundary_view2","ev_boundary_view3","ev_boundary_view4","ev_boundary_view5","ev_boundary_view6","ev_boundary_view7","ev_broadcast_message","ev_cleanup","ev_collision","ev_create","ev_destroy","ev_dialog_async","ev_draw","ev_draw_begin","ev_draw_end","ev_draw_normal","ev_draw_post","ev_draw_pre","ev_end_of_path","ev_game_end","ev_game_start","ev_gesture","ev_gesture_double_tap","ev_gesture_drag_end","ev_gesture_drag_start","ev_gesture_dragging","ev_gesture_flick","ev_gesture_pinch_end","ev_gesture_pinch_in","ev_gesture_pinch_out","ev_gesture_pinch_start","ev_gesture_rotate_end","ev_gesture_rotate_start","ev_gesture_rotating","ev_gesture_tap","ev_global_gesture_double_tap","ev_global_gesture_drag_end","ev_global_gesture_drag_start","ev_global_gesture_dragging","ev_global_gesture_flick","ev_global_gesture_pinch_end","ev_global_gesture_pinch_in","ev_global_gesture_pinch_out","ev_global_gesture_pinch_start","ev_global_gesture_rotate_end","ev_global_gesture_rotate_start","ev_global_gesture_rotating","ev_global_gesture_tap","ev_global_left_button","ev_global_left_press","ev_global_left_release","ev_global_middle_button","ev_global_middle_press","ev_global_middle_release","ev_global_right_button","ev_global_right_press","ev_global_right_release","ev_gui","ev_gui_begin","ev_gui_end","ev_joystick1_button1","ev_joystick1_button2","ev_joystick1_button3","ev_joystick1_button4","ev_joystick1_button5","ev_joystick1_button6","ev_joystick1_button7","ev_joystick1_button8","ev_joystick1_down","ev_joystick1_left","ev_joystick1_right","ev_joystick1_up","ev_joystick2_button1","ev_joystick2_button2","ev_joystick2_button3","ev_joystick2_button4","ev_joystick2_button5","ev_joystick2_button6","ev_joystick2_button7","ev_joystick2_button8","ev_joystick2_down","ev_joystick2_left","ev_joystick2_right","ev_joystick2_up","ev_keyboard","ev_keypress","ev_keyrelease","ev_left_button","ev_left_press","ev_left_release","ev_middle_button","ev_middle_press","ev_middle_release","ev_mouse","ev_mouse_enter","ev_mouse_leave","ev_mouse_wheel_down","ev_mouse_wheel_up","ev_no_button","ev_no_more_health","ev_no_more_lives","ev_other","ev_outside","ev_outside_view0","ev_outside_view1","ev_outside_view2","ev_outside_view3","ev_outside_view4","ev_outside_view5","ev_outside_view6","ev_outside_view7","ev_pre_create","ev_push_notification","ev_right_button","ev_right_press","ev_right_release","ev_room_end","ev_room_start","ev_social","ev_step","ev_step_begin","ev_step_end","ev_step_normal","ev_system_event","ev_trigger","ev_user0","ev_user1","ev_user10","ev_user11","ev_user12","ev_user13","ev_user14","ev_user15","ev_user2","ev_user3","ev_user4","ev_user5","ev_user6","ev_user7","ev_user8","ev_user9","ev_web_async","ev_web_cloud","ev_web_iap","ev_web_image_load","ev_web_networking","ev_web_sound_load","ev_web_steam","fa_archive","fa_bottom","fa_center","fa_directory","fa_hidden","fa_left","fa_middle","fa_none","fa_readonly","fa_right","fa_sysfile","fa_top","fa_volumeid","false","frameSizeX","frameSizeY","gamespeed_fps","gamespeed_microseconds","global","glowColor","glowColour","glowEnabled","glowEnabled","glowEnd","glowStart","gp_axis_acceleration_x","gp_axis_acceleration_y","gp_axis_acceleration_z","gp_axis_angular_velocity_x","gp_axis_angular_velocity_y","gp_axis_angular_velocity_z","gp_axis_orientation_w","gp_axis_orientation_x","gp_axis_orientation_y","gp_axis_orientation_z","gp_axislh","gp_axislv","gp_axisrh","gp_axisrv","gp_face1","gp_face2","gp_face3","gp_face4","gp_padd","gp_padl","gp_padr","gp_padu","gp_select","gp_shoulderl","gp_shoulderlb","gp_shoulderr","gp_shoulderrb","gp_start","gp_stickl","gp_stickr","iap_available","iap_canceled","iap_ev_consume","iap_ev_product","iap_ev_purchase","iap_ev_restore","iap_ev_storeload","iap_failed","iap_purchased","iap_refunded","iap_status_available","iap_status_loading","iap_status_processing","iap_status_restoring","iap_status_unavailable","iap_status_uninitialised","iap_storeload_failed","iap_storeload_ok","iap_unavailable","infinity","kbv_autocapitalize_characters","kbv_autocapitalize_none","kbv_autocapitalize_sentences","kbv_autocapitalize_words","kbv_returnkey_continue","kbv_returnkey_default","kbv_returnkey_done","kbv_returnkey_emergency","kbv_returnkey_go","kbv_returnkey_google","kbv_returnkey_join","kbv_returnkey_next","kbv_returnkey_route","kbv_returnkey_search","kbv_returnkey_send","kbv_returnkey_yahoo","kbv_type_ascii","kbv_type_default","kbv_type_email","kbv_type_numbers","kbv_type_phone","kbv_type_phone_name","kbv_type_url","layerelementtype_background","layerelementtype_instance","layerelementtype_oldtilemap","layerelementtype_particlesystem","layerelementtype_sequence","layerelementtype_sprite","layerelementtype_tile","layerelementtype_tilemap","layerelementtype_undefined","leaderboard_type_number","leaderboard_type_time_mins_secs","lighttype_dir","lighttype_point","lineSpacing","m_axisx","m_axisx_gui","m_axisy","m_axisy_gui","m_scroll_down","m_scroll_up","matrix_projection","matrix_view","matrix_world","mb_any","mb_left","mb_middle","mb_none","mb_right","mb_side1","mb_side2","mip_markedonly","mip_off","mip_on","network_config_avoid_time_wait","network_config_connect_timeout","network_config_disable_multicast","network_config_disable_reliable_udp","network_config_enable_multicast","network_config_enable_reliable_udp","network_config_use_non_blocking_socket","network_config_websocket_protocol","network_connect_active","network_connect_blocking","network_connect_nonblocking","network_connect_none","network_connect_passive","network_send_binary","network_send_text","network_socket_bluetooth","network_socket_tcp","network_socket_udp","network_socket_ws","network_socket_wss","network_type_connect","network_type_data","network_type_disconnect","network_type_down","network_type_non_blocking_connect","network_type_up","network_type_up_failed","nineslice_blank","nineslice_bottom","nineslice_center","nineslice_centre","nineslice_hide","nineslice_left","nineslice_mirror","nineslice_repeat","nineslice_right","nineslice_stretch","nineslice_top","noone","of_challenge_lose","of_challenge_tie","of_challenge_win","os_android","os_gdk","os_gxgames","os_ios","os_linux","os_macosx","os_operagx","os_permission_denied","os_permission_denied_dont_request","os_permission_granted","os_ps3","os_ps4","os_ps5","os_psvita","os_switch","os_tvos","os_unknown","os_uwp","os_win8native","os_windows","os_winphone","os_xboxone","os_xboxseriesxs","other","outlineColor","outlineColour","outlineDist","outlineEnabled","outlineEnabled","paragraphSpacing","path_action_continue","path_action_restart","path_action_reverse","path_action_stop","phy_debug_render_aabb","phy_debug_render_collision_pairs","phy_debug_render_coms","phy_debug_render_core_shapes","phy_debug_render_joints","phy_debug_render_obb","phy_debug_render_shapes","phy_joint_anchor_1_x","phy_joint_anchor_1_y","phy_joint_anchor_2_x","phy_joint_anchor_2_y","phy_joint_angle","phy_joint_angle_limits","phy_joint_damping_ratio","phy_joint_frequency","phy_joint_length_1","phy_joint_length_2","phy_joint_lower_angle_limit","phy_joint_max_force","phy_joint_max_length","phy_joint_max_motor_force","phy_joint_max_motor_torque","phy_joint_max_torque","phy_joint_motor_force","phy_joint_motor_speed","phy_joint_motor_torque","phy_joint_reaction_force_x","phy_joint_reaction_force_y","phy_joint_reaction_torque","phy_joint_speed","phy_joint_translation","phy_joint_upper_angle_limit","phy_particle_data_flag_category","phy_particle_data_flag_color","phy_particle_data_flag_colour","phy_particle_data_flag_position","phy_particle_data_flag_typeflags","phy_particle_data_flag_velocity","phy_particle_flag_colormixing","phy_particle_flag_colourmixing","phy_particle_flag_elastic","phy_particle_flag_powder","phy_particle_flag_spring","phy_particle_flag_tensile","phy_particle_flag_viscous","phy_particle_flag_wall","phy_particle_flag_water","phy_particle_flag_zombie","phy_particle_group_flag_rigid","phy_particle_group_flag_solid","pi","pointer_invalid","pointer_null","pr_linelist","pr_linestrip","pr_pointlist","pr_trianglefan","pr_trianglelist","pr_trianglestrip","ps_distr_gaussian","ps_distr_invgaussian","ps_distr_linear","ps_mode_burst","ps_mode_stream","ps_shape_diamond","ps_shape_ellipse","ps_shape_line","ps_shape_rectangle","pt_shape_circle","pt_shape_cloud","pt_shape_disk","pt_shape_explosion","pt_shape_flare","pt_shape_line","pt_shape_pixel","pt_shape_ring","pt_shape_smoke","pt_shape_snow","pt_shape_spark","pt_shape_sphere","pt_shape_square","pt_shape_star","rollback_chat_message","rollback_connect_error","rollback_connect_info","rollback_connected_to_peer","rollback_connection_rejected","rollback_disconnected_from_peer","rollback_end_game","rollback_game_full","rollback_game_info","rollback_game_interrupted","rollback_game_resumed","rollback_high_latency","rollback_player_prefs","rollback_protocol_rejected","rollback_synchronized_with_peer","rollback_synchronizing_with_peer","self","seqaudiokey_loop","seqaudiokey_oneshot","seqdir_left","seqdir_right","seqinterpolation_assign","seqinterpolation_lerp","seqplay_loop","seqplay_oneshot","seqplay_pingpong","seqtextkey_bottom","seqtextkey_center","seqtextkey_justify","seqtextkey_left","seqtextkey_middle","seqtextkey_right","seqtextkey_top","seqtracktype_audio","seqtracktype_bool","seqtracktype_clipmask","seqtracktype_clipmask_mask","seqtracktype_clipmask_subject","seqtracktype_color","seqtracktype_colour","seqtracktype_empty","seqtracktype_graphic","seqtracktype_group","seqtracktype_instance","seqtracktype_message","seqtracktype_moment","seqtracktype_particlesystem","seqtracktype_real","seqtracktype_sequence","seqtracktype_spriteframes","seqtracktype_string","seqtracktype_text","shadowColor","shadowColour","shadowOffsetX","shadowOffsetY","shadowSoftness","sprite_add_ext_error_cancelled","sprite_add_ext_error_decompressfailed","sprite_add_ext_error_loadfailed","sprite_add_ext_error_setupfailed","sprite_add_ext_error_spritenotfound","sprite_add_ext_error_unknown","spritespeed_framespergameframe","spritespeed_framespersecond","surface_r16float","surface_r32float","surface_r8unorm","surface_rg8unorm","surface_rgba16float","surface_rgba32float","surface_rgba4unorm","surface_rgba8unorm","texturegroup_status_fetched","texturegroup_status_loaded","texturegroup_status_loading","texturegroup_status_unloaded","tf_anisotropic","tf_linear","tf_point","thickness","tile_flip","tile_index_mask","tile_mirror","tile_rotate","time_source_expire_after","time_source_expire_nearest","time_source_game","time_source_global","time_source_state_active","time_source_state_initial","time_source_state_paused","time_source_state_stopped","time_source_units_frames","time_source_units_seconds","timezone_local","timezone_utc","tm_countvsyncs","tm_sleep","tm_systemtiming","true","ty_real","ty_string","undefined","vertex_type_color","vertex_type_colour","vertex_type_float1","vertex_type_float2","vertex_type_float3","vertex_type_float4","vertex_type_ubyte4","vertex_usage_binormal","vertex_usage_blendindices","vertex_usage_blendweight","vertex_usage_color","vertex_usage_colour","vertex_usage_depth","vertex_usage_fog","vertex_usage_normal","vertex_usage_position","vertex_usage_psize","vertex_usage_sample","vertex_usage_tangent","vertex_usage_texcoord","video_format_rgba","video_format_yuv","video_status_closed","video_status_paused","video_status_playing","video_status_preparing","vk_add","vk_alt","vk_anykey","vk_backspace","vk_control","vk_decimal","vk_delete","vk_divide","vk_down","vk_end","vk_enter","vk_escape","vk_f1","vk_f10","vk_f11","vk_f12","vk_f2","vk_f3","vk_f4","vk_f5","vk_f6","vk_f7","vk_f8","vk_f9","vk_home","vk_insert","vk_lalt","vk_lcontrol","vk_left","vk_lshift","vk_multiply","vk_nokey","vk_numpad0","vk_numpad1","vk_numpad2","vk_numpad3","vk_numpad4","vk_numpad5","vk_numpad6","vk_numpad7","vk_numpad8","vk_numpad9","vk_pagedown","vk_pageup","vk_pause","vk_printscreen","vk_ralt","vk_rcontrol","vk_return","vk_right","vk_rshift","vk_shift","vk_space","vk_subtract","vk_tab","vk_up","wallpaper_config","wallpaper_subscription_data","wrap"],"variable.language":["alarm","application_surface","argument","argument0","argument1","argument2","argument3","argument4","argument5","argument6","argument7","argument8","argument9","argument10","argument11","argument12","argument13","argument14","argument15","argument_count","async_load","background_color","background_colour","background_showcolor","background_showcolour","bbox_bottom","bbox_left","bbox_right","bbox_top","browser_height","browser_width","colour?ColourTrack","current_day","current_hour","current_minute","current_month","current_second","current_time","current_weekday","current_year","cursor_sprite","debug_mode","delta_time","depth","direction","display_aa","drawn_by_sequence","event_action","event_data","event_number","event_object","event_type","font_texture_page_size","fps","fps_real","friction","game_display_name","game_id","game_project_name","game_save_id","gravity","gravity_direction","health","hspeed","iap_data","id","image_alpha","image_angle","image_blend","image_index","image_number","image_speed","image_xscale","image_yscale","in_collision_tree","in_sequence","instance_count","instance_id","keyboard_key","keyboard_lastchar","keyboard_lastkey","keyboard_string","layer","lives","longMessage","managed","mask_index","message","mouse_button","mouse_lastbutton","mouse_x","mouse_y","object_index","os_browser","os_device","os_type","os_version","path_endaction","path_index","path_orientation","path_position","path_positionprevious","path_scale","path_speed","persistent","phy_active","phy_angular_damping","phy_angular_velocity","phy_bullet","phy_col_normal_x","phy_col_normal_y","phy_collision_points","phy_collision_x","phy_collision_y","phy_com_x","phy_com_y","phy_dynamic","phy_fixed_rotation","phy_inertia","phy_kinematic","phy_linear_damping","phy_linear_velocity_x","phy_linear_velocity_y","phy_mass","phy_position_x","phy_position_xprevious","phy_position_y","phy_position_yprevious","phy_rotation","phy_sleeping","phy_speed","phy_speed_x","phy_speed_y","player_avatar_sprite","player_avatar_url","player_id","player_local","player_type","player_user_id","program_directory","rollback_api_server","rollback_confirmed_frame","rollback_current_frame","rollback_event_id","rollback_event_param","rollback_game_running","room","room_first","room_height","room_last","room_persistent","room_speed","room_width","score","script","sequence_instance","solid","speed","sprite_height","sprite_index","sprite_width","sprite_xoffset","sprite_yoffset","stacktrace","temp_directory","timeline_index","timeline_loop","timeline_position","timeline_running","timeline_speed","view_camera","view_current","view_enabled","view_hport","view_surface_id","view_visible","view_wport","view_xport","view_yport","visible","vspeed","webgl_enabled","working_directory","x","xprevious","xstart","y","yprevious","ystart"]},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return gml_1=e,gml_1}var go_1,hasRequiredGo;function requireGo(){if(hasRequiredGo)return go_1;hasRequiredGo=1;function e(t){const $={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:$,illegal:"",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"}),Ue=t.inherit(ue,{className:"name",keywords:n,starts:t.inherit(Ce,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},t.COMMENT(/\{\{!--/,/--\}\}/),t.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[Ne],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[Fe]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[Ne]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[Fe]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[Ue]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[Ue]}]}}return handlebars_1=e,handlebars_1}var haskell_1,hasRequiredHaskell;function requireHaskell(){if(hasRequiredHaskell)return haskell_1;hasRequiredHaskell=1;function e(t){const y="([0-9]_*)+",n="([0-9a-fA-F]_*)+",k="([01]_*)+",L="([0-7]_*)+",z="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",re={variants:[t.COMMENT("--+","$"),t.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},ie={className:"meta",begin:/\{-#/,end:/#-\}/},oe={className:"meta",begin:"^#",end:"$"},ue={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},de={begin:"\\(",end:"\\)",illegal:'"',contains:[ie,oe,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t.inherit(t.TITLE_MODE,{begin:"[_a-z][\\w']*"}),re]},pe={begin:/\{/,end:/\}/,contains:de.contains},Ie={className:"number",relevance:0,variants:[{match:`\\b(${y})(\\.(${y}))?([eE][+-]?(${y}))?\\b`},{match:`\\b0[xX]_*(${n})(\\.(${n}))?([pP][+-]?(${y}))?\\b`},{match:`\\b0[oO](${L})\\b`},{match:`\\b0[bB](${k})\\b`}]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",unicodeRegex:!0,contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[de,re],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[de,re],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[ue,de,re]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[ie,ue,de,pe,re]},{beginKeywords:"default",end:"$",contains:[ue,de,re]},{beginKeywords:"infix infixl infixr",end:"$",contains:[t.C_NUMBER_MODE,re]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[ue,t.QUOTE_STRING_MODE,re]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},ie,oe,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},t.QUOTE_STRING_MODE,Ie,ue,t.inherit(t.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),{begin:`(?!-)${z}--+|--+(?!-)${z}`},re,{begin:"->|<-"}]}}return haskell_1=e,haskell_1}var haxe_1,hasRequiredHaxe;function requireHaxe(){if(hasRequiredHaxe)return haxe_1;hasRequiredHaxe=1;function e(t){const y="[a-zA-Z_$][a-zA-Z0-9_$]*",n=/(-?)(\b0[xX][a-fA-F0-9_]+|(\b\d+(\.[\d_]*)?|\.[\d_]+)(([eE][-+]?\d+)|i32|u32|i64|f64)?)/;return{name:"Haxe",aliases:["hx"],keywords:{keyword:"abstract break case cast catch continue default do dynamic else enum extern final for function here if import in inline is macro never new override package private get set public return static super switch this throw trace try typedef untyped using var while "+"Int Float String Bool Dynamic Void Array ",built_in:"trace this",literal:"true false null _"},contains:[{className:"string",begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE,{className:"subst",begin:/\$\{/,end:/\}/},{className:"subst",begin:/\$/,end:/\W\}/}]},t.QUOTE_STRING_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"number",begin:n,relevance:0},{className:"variable",begin:"\\$"+y},{className:"meta",begin:/@:?/,end:/\(|$/,excludeEnd:!0},{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elseif end error"}},{className:"type",begin:/:[ \t]*/,end:/[^A-Za-z0-9_ \t\->]/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/:[ \t]*/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",beginKeywords:"new",end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"title.class",beginKeywords:"enum",end:/\{/,contains:[t.TITLE_MODE]},{className:"title.class",begin:"\\babstract\\b(?=\\s*"+t.IDENT_RE+"\\s*\\()",end:/[\{$]/,contains:[{className:"type",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/from +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},{className:"type",begin:/to +/,end:/\W/,excludeBegin:!0,excludeEnd:!0},t.TITLE_MODE],keywords:{keyword:"abstract from to"}},{className:"title.class",begin:/\b(class|interface) +/,end:/[\{$]/,excludeEnd:!0,keywords:"class interface",contains:[{className:"keyword",begin:/\b(extends|implements) +/,keywords:"extends implements",contains:[{className:"type",begin:t.IDENT_RE,relevance:0}]},t.TITLE_MODE]},{className:"title.function",beginKeywords:"function",end:/\(/,excludeEnd:!0,illegal:/\S/,contains:[t.TITLE_MODE]}],illegal:/<\//}}return haxe_1=e,haxe_1}var hsp_1,hasRequiredHsp;function requireHsp(){if(hasRequiredHsp)return hsp_1;hasRequiredHsp=1;function e(t){return{name:"HSP",case_insensitive:!0,keywords:{$pattern:/[\w._]+/,keyword:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop"},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,{className:"string",begin:/\{"/,end:/"\}/,contains:[t.BACKSLASH_ESCAPE]},t.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{keyword:"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[t.inherit(t.QUOTE_STRING_MODE,{className:"string"}),t.NUMBER_MODE,t.C_NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},t.NUMBER_MODE,t.C_NUMBER_MODE]}}return hsp_1=e,hsp_1}var http_1,hasRequiredHttp;function requireHttp(){if(hasRequiredHttp)return http_1;hasRequiredHttp=1;function e(t){const y=t.regex,n="HTTP/([32]|1\\.[01])",k=/[A-Za-z][A-Za-z0-9-]*/,L={className:"attribute",begin:y.concat("^",k,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},$=[L,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+n+" \\d{3})",end:/$/,contains:[{className:"meta",begin:n},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:$}},{begin:"(?=^[A-Z]+ (.*?) "+n+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:n},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:$}},t.inherit(L,{relevance:0})]}}return http_1=e,http_1}var hy_1,hasRequiredHy;function requireHy(){if(hasRequiredHy)return hy_1;hasRequiredHy=1;function e(t){const y="a-zA-Z_\\-!.?+*=<>&#'",n="["+y+"]["+y+"0-9/;:]*",k={$pattern:n,built_in:"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"},L="[-+]?\\d+(\\.\\d+)?",$={begin:n,relevance:0},j={className:"number",begin:L,relevance:0},V=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),z=t.COMMENT(";","$",{relevance:0}),re={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},ie={begin:"[\\[\\{]",end:"[\\]\\}]",relevance:0},oe={className:"comment",begin:"\\^"+n},ue=t.COMMENT("\\^\\{","\\}"),de={className:"symbol",begin:"[:]{1,2}"+n},pe={begin:"\\(",end:"\\)"},Ie={endsWithParent:!0,relevance:0},_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 пока ",Rr="SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE "+"CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE "+"ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME "+"DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY "+"ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION "+"JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY "+"ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE "+"smHidden smMaximized smMinimized smNormal wmNo wmYes "+"COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND "+"COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE "+"MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY "+"NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY "+"dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT "+"CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM "+"ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME "+"PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE "+"ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE "+"CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT "+"STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER "+"COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE "+"SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE SYSREQ_STATЕ SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID "+"RESULT_VAR_NAME RESULT_VAR_NAME_ENG "+"AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID "+"SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY "+"SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY "+"SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS "+"SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS "+"SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS "+"ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME "+"TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME "+"ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk "+"EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE "+"cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate "+"ISBL_SYNTAX NO_SYNTAX XML_SYNTAX "+"WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY "+"SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP ",Tp="atUser atGroup atRole "+"aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty "+"apBegin apEnd "+"alLeft alRight "+"asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways "+"cirCommon cirRevoked "+"ctSignature ctEncode ctSignatureEncode "+"clbUnchecked clbChecked clbGrayed "+"ceISB ceAlways ceNever "+"ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob "+"cfInternal cfDisplay "+"ciUnspecified ciWrite ciRead "+"ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog "+"ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton "+"cctDate cctInteger cctNumeric cctPick cctReference cctString cctText "+"cltInternal cltPrimary cltGUI "+"dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange "+"dssEdit dssInsert dssBrowse dssInActive "+"dftDate dftShortDate dftDateTime dftTimeStamp "+"dotDays dotHours dotMinutes dotSeconds "+"dtkndLocal dtkndUTC "+"arNone arView arEdit arFull "+"ddaView ddaEdit "+"emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode "+"ecotFile ecotProcess "+"eaGet eaCopy eaCreate eaCreateStandardRoute "+"edltAll edltNothing edltQuery "+"essmText essmCard "+"esvtLast esvtLastActive esvtSpecified "+"edsfExecutive edsfArchive "+"edstSQLServer edstFile "+"edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile "+"vsDefault vsDesign vsActive vsObsolete "+"etNone etCertificate etPassword etCertificatePassword "+"ecException ecWarning ecInformation "+"estAll estApprovingOnly "+"evtLast evtLastActive evtQuery "+"fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger "+"ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch "+"grhAuto grhX1 grhX2 grhX3 "+"hltText hltRTF hltHTML "+"iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG "+"im8bGrayscale im24bRGB im1bMonochrome "+"itBMP itJPEG itWMF itPNG "+"ikhInformation ikhWarning ikhError ikhNoIcon "+"icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler "+"isShow isHide isByUserSettings "+"jkJob jkNotice jkControlJob "+"jtInner jtLeft jtRight jtFull jtCross "+"lbpAbove lbpBelow lbpLeft lbpRight "+"eltPerConnection eltPerUser "+"sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac "+"sfsItalic sfsStrikeout sfsNormal "+"ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents "+"mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom "+"vtEqual vtGreaterOrEqual vtLessOrEqual vtRange "+"rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth "+"rdWindow rdFile rdPrinter "+"rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument "+"reOnChange reOnChangeValues "+"ttGlobal ttLocal ttUser ttSystem "+"ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal "+"smSelect smLike smCard "+"stNone stAuthenticating stApproving "+"sctString sctStream "+"sstAnsiSort sstNaturalSort "+"svtEqual svtContain "+"soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown "+"tarAbortByUser tarAbortByWorkflowException "+"tvtAllWords tvtExactPhrase tvtAnyWord "+"usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp "+"utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected "+"btAnd btDetailAnd btOr btNotOr btOnly "+"vmView vmSelect vmNavigation "+"vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection "+"wfatPrevious wfatNext wfatCancel wfatFinish "+"wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 "+"wfetQueryParameter wfetText wfetDelimiter wfetLabel "+"wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate "+"wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal "+"wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal "+"waAll waPerformers waManual "+"wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause "+"wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection "+"wiLow wiNormal wiHigh "+"wrtSoft wrtHard "+"wsInit wsRunning wsDone wsControlled wsAborted wsContinued "+"wtmFull wtmFromCurrent wtmOnlyCurrent ",Sf="AddSubString AdjustLineBreaks AmountInWords Analysis ArrayDimCount ArrayHighBound ArrayLowBound ArrayOf ArrayReDim Assert Assigned BeginOfMonth BeginOfPeriod BuildProfilingOperationAnalysis CallProcedure CanReadFile CArrayElement CDataSetRequisite ChangeDate ChangeReferenceDataset Char CharPos CheckParam CheckParamValue CompareStrings ConstantExists ControlState ConvertDateStr Copy CopyFile CreateArray CreateCachedReference CreateConnection CreateDialog CreateDualListDialog CreateEditor CreateException CreateFile CreateFolderDialog CreateInputDialog CreateLinkFile CreateList CreateLock CreateMemoryDataSet CreateObject CreateOpenDialog CreateProgress CreateQuery CreateReference CreateReport CreateSaveDialog CreateScript CreateSQLPivotFunction CreateStringList CreateTreeListSelectDialog CSelectSQL CSQL CSubString CurrentUserID CurrentUserName CurrentVersion DataSetLocateEx DateDiff DateTimeDiff DateToStr DayOfWeek DeleteFile DirectoryExists DisableCheckAccessRights DisableCheckFullShowingRestriction DisableMassTaskSendingRestrictions DropTable DupeString EditText EnableCheckAccessRights EnableCheckFullShowingRestriction EnableMassTaskSendingRestrictions EndOfMonth EndOfPeriod ExceptionExists ExceptionsOff ExceptionsOn Execute ExecuteProcess Exit ExpandEnvironmentVariables ExtractFileDrive ExtractFileExt ExtractFileName ExtractFilePath ExtractParams FileExists FileSize FindFile FindSubString FirmContext ForceDirectories Format FormatDate FormatNumeric FormatSQLDate FormatString FreeException GetComponent GetComponentLaunchParam GetConstant GetLastException GetReferenceRecord GetRefTypeByRefID GetTableID GetTempFolder IfThen In IndexOf InputDialog InputDialogEx InteractiveMode IsFileLocked IsGraphicFile IsNumeric Length LoadString LoadStringFmt LocalTimeToUTC LowerCase Max MessageBox MessageBoxEx MimeDecodeBinary MimeDecodeString MimeEncodeBinary MimeEncodeString Min MoneyInWords MoveFile NewID Now OpenFile Ord Precision Raise ReadCertificateFromFile ReadFile ReferenceCodeByID ReferenceNumber ReferenceRequisiteMode ReferenceRequisiteValue RegionDateSettings RegionNumberSettings RegionTimeSettings RegRead RegWrite RenameFile Replace Round SelectServerCode SelectSQL ServerDateTime SetConstant SetManagedFolderFieldsState ShowConstantsInputDialog ShowMessage Sleep Split SQL SQL2XLSTAB SQLProfilingSendReport StrToDate SubString SubStringCount SystemSetting Time TimeDiff Today Transliterate Trim UpperCase UserStatus UTCToLocalTime ValidateXML VarIsClear VarIsEmpty VarIsNull WorkTimeDiff WriteFile WriteFileEx WriteObjectHistory Анализ БазаДанных БлокЕсть БлокЕстьРасш БлокИнфо БлокСнять БлокСнятьРасш БлокУстановить Ввод ВводМеню ВедС ВедСпр ВерхняяГраницаМассива ВнешПрогр Восст ВременнаяПапка Время ВыборSQL ВыбратьЗапись ВыделитьСтр Вызвать Выполнить ВыпПрогр ГрафическийФайл ГруппаДополнительно ДатаВремяСерв ДеньНедели ДиалогДаНет ДлинаСтр ДобПодстр ЕПусто ЕслиТо ЕЧисло ЗамПодстр ЗаписьСправочника ЗначПоляСпр ИДТипСпр ИзвлечьДиск ИзвлечьИмяФайла ИзвлечьПуть ИзвлечьРасширение ИзмДат ИзменитьРазмерМассива ИзмеренийМассива ИмяОрг ИмяПоляСпр Индекс ИндикаторЗакрыть ИндикаторОткрыть ИндикаторШаг ИнтерактивныйРежим ИтогТблСпр КодВидВедСпр КодВидСпрПоИД КодПоAnalit КодСимвола КодСпр КолПодстр КолПроп КонМес Конст КонстЕсть КонстЗнач КонТран КопироватьФайл КопияСтр КПериод КСтрТблСпр Макс МаксСтрТблСпр Массив Меню МенюРасш Мин НаборДанныхНайтиРасш НаимВидСпр НаимПоAnalit НаимСпр НастроитьПереводыСтрок НачМес НачТран НижняяГраницаМассива НомерСпр НПериод Окно Окр Окружение ОтлИнфДобавить ОтлИнфУдалить Отчет ОтчетАнал ОтчетИнт ПапкаСуществует Пауза ПВыборSQL ПереименоватьФайл Переменные ПереместитьФайл Подстр ПоискПодстр ПоискСтр ПолучитьИДТаблицы ПользовательДополнительно ПользовательИД ПользовательИмя ПользовательСтатус Прервать ПроверитьПараметр ПроверитьПараметрЗнач ПроверитьУсловие РазбСтр РазнВремя РазнДат РазнДатаВремя РазнРабВремя РегУстВрем РегУстДат РегУстЧсл РедТекст РеестрЗапись РеестрСписокИменПарам РеестрЧтение РеквСпр РеквСпрПр Сегодня Сейчас Сервер СерверПроцессИД СертификатФайлСчитать СжПроб Символ СистемаДиректумКод СистемаИнформация СистемаКод Содержит СоединениеЗакрыть СоединениеОткрыть СоздатьДиалог СоздатьДиалогВыбораИзДвухСписков СоздатьДиалогВыбораПапки СоздатьДиалогОткрытияФайла СоздатьДиалогСохраненияФайла СоздатьЗапрос СоздатьИндикатор СоздатьИсключение СоздатьКэшированныйСправочник СоздатьМассив СоздатьНаборДанных СоздатьОбъект СоздатьОтчет СоздатьПапку СоздатьРедактор СоздатьСоединение СоздатьСписок СоздатьСписокСтрок СоздатьСправочник СоздатьСценарий СоздСпр СостСпр Сохр СохрСпр СписокСистем Спр Справочник СпрБлокЕсть СпрБлокСнять СпрБлокСнятьРасш СпрБлокУстановить СпрИзмНабДан СпрКод СпрНомер СпрОбновить СпрОткрыть СпрОтменить СпрПарам СпрПолеЗнач СпрПолеИмя СпрРекв СпрРеквВведЗн СпрРеквНовые СпрРеквПр СпрРеквПредЗн СпрРеквРежим СпрРеквТипТекст СпрСоздать СпрСост СпрСохранить СпрТблИтог СпрТблСтр СпрТблСтрКол СпрТблСтрМакс СпрТблСтрМин СпрТблСтрПред СпрТблСтрСлед СпрТблСтрСозд СпрТблСтрУд СпрТекПредст СпрУдалить СравнитьСтр СтрВерхРегистр СтрНижнРегистр СтрТблСпр СумПроп Сценарий СценарийПарам ТекВерсия ТекОрг Точн Тран Транслитерация УдалитьТаблицу УдалитьФайл УдСпр УдСтрТблСпр Уст УстановкиКонстант ФайлАтрибутСчитать ФайлАтрибутУстановить ФайлВремя ФайлВремяУстановить ФайлВыбрать ФайлЗанят ФайлЗаписать ФайлИскать ФайлКопировать ФайлМожноЧитать ФайлОткрыть ФайлПереименовать ФайлПерекодировать ФайлПереместить ФайлПросмотреть ФайлРазмер ФайлСоздать ФайлСсылкаСоздать ФайлСуществует ФайлСчитать ФайлУдалить ФмтSQLДат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр ",Af="AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work ВызовСпособ ИмяОтчета РеквЗнач ",lf="IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto ",Op=Rr+Tp,sm=Af,Df="null true false nil ",yc={className:"number",begin:t.NUMBER_RE,relevance:0},Tf={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},Ep={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},uf={className:"comment",begin:"//",end:"$",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Ep]},Ff={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Ep]},Cf={variants:[uf,Ff]},Uf={$pattern:y,keyword:k,built_in:Op,class:sm,literal:Df},Hp={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,keywords:Uf,relevance:0},lm={className:"type",begin:":[ \\t]*("+lf.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},Tm={className:"variable",keywords:Uf,begin:y,relevance:0,contains:[lm,Hp]},Xp=n+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:Uf,illegal:"\\$|\\?|%|,|;$|~|#|@|k($,j,V-1))}function L($){const j=$.regex,V="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",z=V+k("(?:<"+V+"~~~(?:\\s*,\\s*"+V+"~~~)*>)?",/~~~/g,2),de={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits","goto"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},pe={className:"meta",begin:"@"+V,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},Ie={className:"params",begin:/\(/,end:/\)/,keywords:de,relevance:0,contains:[$.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:de,illegal:/<\/|#/,contains:[$.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},$.C_LINE_COMMENT_MODE,$.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[$.BACKSLASH_ESCAPE]},$.APOS_STRING_MODE,$.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,V],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[j.concat(/(?!else)/,V),/\s+/,V,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,V],className:{1:"keyword",3:"title.class"},contains:[Ie,$.C_LINE_COMMENT_MODE,$.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+z+"\\s+)",$.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:de,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:de,relevance:0,contains:[pe,$.APOS_STRING_MODE,$.QUOTE_STRING_MODE,n,$.C_BLOCK_COMMENT_MODE]},$.C_LINE_COMMENT_MODE,$.C_BLOCK_COMMENT_MODE]},n,pe]}}return java_1=L,java_1}var javascript_1,hasRequiredJavascript;function requireJavascript(){if(hasRequiredJavascript)return javascript_1;hasRequiredJavascript=1;const e="[A-Za-z$_][0-9A-Za-z$_]*",t=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],y=["true","false","null","undefined","NaN","Infinity"],n=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],k=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],L=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],$=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],j=[].concat(L,n,k);function V(z){const re=z.regex,ie=(mr,{after:gr})=>{const jr="",end:""},de=/<[A-Za-z0-9\\._:-]+\s*\/>/,pe={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(mr,gr)=>{const jr=mr[0].length+mr.index,Hr=mr.input[jr];if(Hr==="<"||Hr===","){gr.ignoreMatch();return}Hr===">"&&(ie(mr,{after:jr})||gr.ignoreMatch());let Ur;const zr=mr.input.substring(jr);if(Ur=zr.match(/^\s*=/)){gr.ignoreMatch();return}if((Ur=zr.match(/^\s+extends\s+/))&&Ur.index===0){gr.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:[]},Ue={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,Fe],subLanguage:"xml"}},kt={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,Fe],subLanguage:"css"}},Et={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,Fe],subLanguage:"graphql"}},Ve={className:"string",begin:"`",end:"`",contains:[z.BACKSLASH_ESCAPE,Fe]},jt={className:"comment",variants:[z.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:oe+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),z.C_BLOCK_COMMENT_MODE,z.C_LINE_COMMENT_MODE]},tr=[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,Ue,kt,Et,Ve,{match:/\$\d+/},Ne];Fe.contains=tr.concat({begin:/\{/,end:/\}/,keywords:Ie,contains:["self"].concat(tr)});const rr=[].concat(jt,Fe.contains),ar=rr.concat([{begin:/(\s*)\(/,end:/\)/,keywords:Ie,contains:["self"].concat(rr)}]),nr={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ie,contains:ar},ur={variants:[{match:[/class/,/\s+/,oe,/\s+/,/extends/,/\s+/,re.concat(oe,"(",re.concat(/\./,oe),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,oe],scope:{1:"keyword",3:"title.class"}}]},cr={relevance:0,match:re.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...n,...k]}},_r={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},hr={variants:[{match:[/function/,/\s+/,oe,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[nr],illegal:/%/},Er={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function kr(mr){return re.concat("(?!",mr.join("|"),")")}const xr={match:re.concat(/\b/,kr([...L,"super","import"].map(mr=>`${mr}\\s*\\(`)),oe,re.lookahead(/\s*\(/)),className:"title.function",relevance:0},yr={begin:re.concat(/\./,re.lookahead(re.concat(oe,/(?![0-9A-Za-z$_(])/))),end:oe,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},vr={match:[/get|set/,/\s+/,oe,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},nr]},Rr="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+z.UNDERSCORE_IDENT_RE+")\\s*=>",Br={match:[/const|var|let/,/\s+/,oe,/\s*/,/=\s*/,/(async\s*)?/,re.lookahead(Rr)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[nr]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:Ie,exports:{PARAMS_CONTAINS:ar,CLASS_REFERENCE:cr},illegal:/#(?![$_A-z])/,contains:[z.SHEBANG({label:"shebang",binary:"node",relevance:5}),_r,z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,Ue,kt,Et,Ve,jt,{match:/\$\d+/},Ne,cr,{className:"attr",begin:oe+re.lookahead(":"),relevance:0},Br,{begin:"("+z.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[jt,z.REGEXP_MODE,{className:"function",begin:Rr,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:z.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ie,contains:ar}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:ue.begin,end:ue.end},{match:de},{begin:pe.begin,"on:begin":pe.isTrulyOpeningTag,end:pe.end}],subLanguage:"xml",contains:[{begin:pe.begin,end:pe.end,skip:!0,contains:["self"]}]}]},hr,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+z.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[nr,z.inherit(z.TITLE_MODE,{begin:oe,className:"title.function"})]},{match:/\.\.\./,relevance:0},yr,{match:"\\$"+oe,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[nr]},xr,Er,ur,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://,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://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},oe,ue]},ie,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:` +`},de]}}return kotlin_1=k,kotlin_1}var lasso_1,hasRequiredLasso;function requireLasso(){if(hasRequiredLasso)return lasso_1;hasRequiredLasso=1;function e(t){const y="[a-zA-Z_][\\w.]*",n="<\\?(lasso(script)?|=)",k="\\]|\\?>",L={$pattern:y+"|&[lg]t;",literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},$=t.COMMENT("",{relevance:0}),j={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[$]}},V={className:"meta",begin:"\\[/noprocess|"+n},z={className:"symbol",begin:"'"+y+"'"},re=[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.inherit(t.C_NUMBER_MODE,{begin:t.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+y},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:y,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+y,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[z]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[t.inherit(t.TITLE_MODE,{begin:y+"(=(?!>))?|[-+*/%](?!>)"})]}];return{name:"Lasso",aliases:["ls","lassoscript"],case_insensitive:!0,keywords:L,contains:[{className:"meta",begin:k,relevance:0,starts:{end:"\\[|"+n,returnEnd:!0,relevance:0,contains:[$]}},j,V,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:L,contains:[{className:"meta",begin:k,relevance:0,starts:{end:"\\[noprocess\\]|"+n,returnEnd:!0,contains:[$]}},j,V].concat(re)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(re)}}return lasso_1=e,lasso_1}var latex_1,hasRequiredLatex;function requireLatex(){if(hasRequiredLatex)return latex_1;hasRequiredLatex=1;function e(t){const n=t.regex.either(...["(?:NeedsTeXFormat|RequirePackage|GetIdInfo)","Provides(?:Expl)?(?:Package|Class|File)","(?:DeclareOption|ProcessOptions)","(?:documentclass|usepackage|input|include)","makeat(?:letter|other)","ExplSyntax(?:On|Off)","(?:new|renew|provide)?command","(?:re)newenvironment","(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand","(?:New|Renew|Provide|Declare)DocumentEnvironment","(?:(?:e|g|x)?def|let)","(?:begin|end)","(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)","caption","(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)","(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)","(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)","(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)","(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)","(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)"].map(jt=>jt+"(?![a-zA-Z@:_])")),k=new RegExp(["(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*","[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}","[qs]__?[a-zA-Z](?:_?[a-zA-Z])+","use(?:_i)?:[a-zA-Z]*","(?:else|fi|or):","(?:if|cs|exp):w","(?:hbox|vbox):n","::[a-zA-Z]_unbraced","::[a-zA-Z:]"].map(jt=>jt+"(?![a-zA-Z:_])").join("|")),L=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],$=[{begin:/\^{6}[0-9a-f]{6}/},{begin:/\^{5}[0-9a-f]{5}/},{begin:/\^{4}[0-9a-f]{4}/},{begin:/\^{3}[0-9a-f]{3}/},{begin:/\^{2}[0-9a-f]{2}/},{begin:/\^{2}[\u0000-\u007f]/}],j={className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0,begin:n},{endsParent:!0,begin:k},{endsParent:!0,variants:$},{endsParent:!0,relevance:0,variants:L}]},V={className:"params",relevance:0,begin:/#+\d?/},z={variants:$},re={className:"built_in",relevance:0,begin:/[$&^_]/},ie={className:"meta",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:"$",relevance:10},oe=t.COMMENT("%","$",{relevance:0}),ue=[j,V,z,re,ie,oe],de={begin:/\{/,end:/\}/,relevance:0,contains:["self",...ue]},pe=t.inherit(de,{relevance:0,endsParent:!0,contains:[de,...ue]}),Ie={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[de,...ue]},_e={begin:/\s+/,relevance:0},Ce=[pe],he=[Ie],Ne=function(jt,tr){return{contains:[_e],starts:{relevance:0,contains:jt,starts:tr}}},Fe=function(jt,tr){return{begin:"\\\\"+jt+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+jt},relevance:0,contains:[_e],starts:tr}},Ue=function(jt,tr){return t.inherit({begin:"\\\\begin(?=[ ]*(\\r?\\n[ ]*)?\\{"+jt+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},Ne(Ce,tr))},kt=(jt="string")=>t.END_SAME_AS_BEGIN({className:jt,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),Et=function(jt){return{className:"string",end:"(?=\\\\end\\{"+jt+"\\})"}},Ve=(jt="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:jt,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}),qe=[...["verb","lstinline"].map(jt=>Fe(jt,{contains:[kt()]})),Fe("mint",Ne(Ce,{contains:[kt()]})),Fe("mintinline",Ne(Ce,{contains:[Ve(),kt()]})),Fe("url",{contains:[Ve("link"),Ve("link")]}),Fe("hyperref",{contains:[Ve("link")]}),Fe("href",Ne(he,{contains:[Ve("link")]})),...[].concat(...["","\\*"].map(jt=>[Ue("verbatim"+jt,Et("verbatim"+jt)),Ue("filecontents"+jt,Ne(Ce,Et("filecontents"+jt))),...["","B","L"].map(tr=>Ue(tr+"Verbatim"+jt,Ne(he,Et(tr+"Verbatim"+jt))))])),Ue("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 Ue=_e.concat({begin:/\{/,end:/\}/,contains:Ie}),kt={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}}]},Ve={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:Ne,returnEnd:!0,contains:_e,relevance:0}},qe={className:"variable",variants:[{begin:"@"+de+"\\s*:",relevance:15},{begin:"@"+de}],starts:{end:"[;}]",returnEnd:!0,contains:Ue}},jt={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:pe,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,kt,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:Ue},{begin:"!important"},ie.FUNCTION_DISPATCH]},tr={begin:de+`:(:)?(${oe.join("|")})`,returnBegin:!0,contains:[jt]};return Ie.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,Ve,qe,tr,Et,jt,kt,ie.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:Ie}}return less_1=z,less_1}var lisp_1,hasRequiredLisp;function requireLisp(){if(hasRequiredLisp)return lisp_1;hasRequiredLisp=1;function e(t){const y="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",n="\\|[^]*?\\|",k="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",L={className:"literal",begin:"\\b(t{1}|nil)\\b"},$={className:"number",variants:[{begin:k,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+k+" +"+k,end:"\\)"}]},j=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),V=t.COMMENT(";","$",{relevance:0}),z={begin:"\\*",end:"\\*"},re={className:"symbol",begin:"[:&]"+y},ie={begin:y,relevance:0},oe={begin:n},de={contains:[$,j,z,re,{begin:"\\(",end:"\\)",contains:["self",L,j,$,ie]},ie],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+n}]},pe={variants:[{begin:"'"+y},{begin:"#'"+y+"(::"+y+")*"}]},Ie={begin:"\\(\\s*",end:"\\)"},_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:/\$[@%{pe.has(kt[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:/[[\](){}]/},Ue={className:"message-name",relevance:0,begin:n.concat("::",de)};return{name:"Mathematica",aliases:["mma","wl"],classNameAliases:{brace:"punctuation",pattern:"type",slot:"type",symbol:"variable","named-character":"variable","builtin-symbol":"built_in","message-name":"string"},contains:[y.COMMENT(/\(\*/,/\*\)/,{contains:["self"]}),he,Ne,Ue,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:""},{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:"/,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+$/,"")),Ue={variants:[{match:[/new/,y.concat(ue,"+"),y.concat("(?!",Fe(Ce).join("\\b|"),"\\b)"),L],scope:{1:"keyword",4:"title.class"}}]},kt=y.concat(k,"\\b(?!\\()"),Et={variants:[{match:[y.concat(/::/,y.lookahead(/(?!class\b)/)),kt],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[L,y.concat(/::/,y.lookahead(/(?!class\b)/)),kt],scope:{1:"title.class",3:"variable.constant"}},{match:[L,y.concat("::",y.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[L,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},Ve={scope:"attr",match:y.concat(k,y.lookahead(":"),y.lookahead(/(?!::)/))},qe={relevance:0,begin:/\(/,end:/\)/,keywords:Ne,contains:[Ve,$,Et,t.C_BLOCK_COMMENT_MODE,de,pe,Ue]},jt={relevance:0,match:[/\b/,y.concat("(?!fn\\b|function\\b|",Fe(_e).join("\\b|"),"|",Fe(Ce).join("\\b|"),"\\b)"),k,y.concat(ue,"*"),y.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[qe]};qe.contains.push(jt);const tr=[Ve,Et,t.C_BLOCK_COMMENT_MODE,de,pe,Ue],rr={begin:y.concat(/#\[\s*/,L),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:Ie,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:Ie,keyword:["new","array"]},contains:["self",...tr]},...tr,{scope:"meta",match:L}]};return{case_insensitive:!1,keywords:Ne,contains:[rr,t.HASH_COMMENT_MODE,t.COMMENT("//","$"),t.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:t.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},j,{scope:"variable.language",match:/\$this\b/},$,jt,Et,{match:[/const/,/\s/,k],scope:{1:"keyword",3:"variable.constant"}},Ue,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},t.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:Ne,contains:["self",$,Et,t.C_BLOCK_COMMENT_MODE,de,pe]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},t.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[t.inherit(t.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},t.UNDERSCORE_TITLE_MODE]},de,pe]}}return php_1=e,php_1}var phpTemplate_1,hasRequiredPhpTemplate;function requirePhpTemplate(){if(hasRequiredPhpTemplate)return phpTemplate_1;hasRequiredPhpTemplate=1;function e(t){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},t.inherit(t.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}return phpTemplate_1=e,phpTemplate_1}var plaintext_1,hasRequiredPlaintext;function requirePlaintext(){if(hasRequiredPlaintext)return plaintext_1;hasRequiredPlaintext=1;function e(t){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}return plaintext_1=e,plaintext_1}var pony_1,hasRequiredPony;function requirePony(){if(hasRequiredPony)return pony_1;hasRequiredPony=1;function e(t){const y={keyword:"actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},n={className:"string",begin:'"""',end:'"""',relevance:10},k={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE]},L={className:"string",begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE],relevance:0},$={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},j={begin:t.IDENT_RE+"'",relevance:0};return{name:"Pony",keywords:y,contains:[$,n,k,L,j,{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",relevance:0},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]}}return pony_1=e,pony_1}var powershell_1,hasRequiredPowershell;function requirePowershell(){if(hasRequiredPowershell)return powershell_1;hasRequiredPowershell=1;function e(t){const y=["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"],n="Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where",k="-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor",L={$pattern:/-?[A-z\.\-]+\b/,keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"},$=/\w[\w\d]*((-)[\w\d]+)*/,j={begin:"`[\\s\\S]",relevance:0},V={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},z={className:"literal",begin:/\$(null|true|false)\b/},re={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[j,V,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},ie={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},oe={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},ue=t.inherit(t.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[oe]}),de={className:"built_in",variants:[{begin:"(".concat(n,")+(-)[\\w\\d]+")}]},pe={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[t.TITLE_MODE]},Ie={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:$,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[V]}]},_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],Ue={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",Fe,{begin:"("+y.join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return Ne.contains.unshift(Ue),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:L,contains:Fe.concat(pe,Ie,_e,Ce,Ue)}}return powershell_1=e,powershell_1}var processing_1,hasRequiredProcessing;function requireProcessing(){if(hasRequiredProcessing)return processing_1;hasRequiredProcessing=1;function e(t){const y=t.regex,n=["displayHeight","displayWidth","mouseY","mouseX","mousePressed","pmouseX","pmouseY","key","keyCode","pixels","focused","frameCount","frameRate","height","width","size","createGraphics","beginDraw","createShape","loadShape","PShape","arc","ellipse","line","point","quad","rect","triangle","bezier","bezierDetail","bezierPoint","bezierTangent","curve","curveDetail","curvePoint","curveTangent","curveTightness","shape","shapeMode","beginContour","beginShape","bezierVertex","curveVertex","endContour","endShape","quadraticVertex","vertex","ellipseMode","noSmooth","rectMode","smooth","strokeCap","strokeJoin","strokeWeight","mouseClicked","mouseDragged","mouseMoved","mousePressed","mouseReleased","mouseWheel","keyPressed","keyPressedkeyReleased","keyTyped","print","println","save","saveFrame","day","hour","millis","minute","month","second","year","background","clear","colorMode","fill","noFill","noStroke","stroke","alpha","blue","brightness","color","green","hue","lerpColor","red","saturation","modelX","modelY","modelZ","screenX","screenY","screenZ","ambient","emissive","shininess","specular","add","createImage","beginCamera","camera","endCamera","frustum","ortho","perspective","printCamera","printProjection","cursor","frameRate","noCursor","exit","loop","noLoop","popStyle","pushStyle","redraw","binary","boolean","byte","char","float","hex","int","str","unbinary","unhex","join","match","matchAll","nf","nfc","nfp","nfs","split","splitTokens","trim","append","arrayCopy","concat","expand","reverse","shorten","sort","splice","subset","box","sphere","sphereDetail","createInput","createReader","loadBytes","loadJSONArray","loadJSONObject","loadStrings","loadTable","loadXML","open","parseXML","saveTable","selectFolder","selectInput","beginRaw","beginRecord","createOutput","createWriter","endRaw","endRecord","PrintWritersaveBytes","saveJSONArray","saveJSONObject","saveStream","saveStrings","saveXML","selectOutput","popMatrix","printMatrix","pushMatrix","resetMatrix","rotate","rotateX","rotateY","rotateZ","scale","shearX","shearY","translate","ambientLight","directionalLight","lightFalloff","lights","lightSpecular","noLights","normal","pointLight","spotLight","image","imageMode","loadImage","noTint","requestImage","tint","texture","textureMode","textureWrap","blend","copy","filter","get","loadPixels","set","updatePixels","blendMode","loadShader","PShaderresetShader","shader","createFont","loadFont","text","textFont","textAlign","textLeading","textMode","textSize","textWidth","textAscent","textDescent","abs","ceil","constrain","dist","exp","floor","lerp","log","mag","map","max","min","norm","pow","round","sq","sqrt","acos","asin","atan","atan2","cos","degrees","radians","sin","tan","noise","noiseDetail","noiseSeed","random","randomGaussian","randomSeed"],k=t.IDENT_RE,L={variants:[{match:y.concat(y.either(...n),y.lookahead(/\s*\(/)),className:"built_in"},{relevance:0,match:y.concat(/\b(?!for|if|while)/,k,y.lookahead(/\s*\(/)),className:"title.function"}]},$={match:[/new\s+/,k],className:{1:"keyword",2:"class.title"}},j={relevance:0,match:[/\./,k],className:{2:"property"}},V={variants:[{match:[/class/,/\s+/,k,/\s+/,/extends/,/\s+/,k]},{match:[/class/,/\s+/,k]}],className:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},z=["boolean","byte","char","color","double","float","int","long","short"],re=["BufferedReader","PVector","PFont","PImage","PGraphics","HashMap","String","Array","FloatDict","ArrayList","FloatList","IntDict","IntList","JSONArray","JSONObject","Object","StringDict","StringList","Table","TableRow","XML"];return{name:"Processing",aliases:["pde"],keywords:{keyword:[...["abstract","assert","break","case","catch","const","continue","default","else","enum","final","finally","for","if","import","instanceof","long","native","new","package","private","private","protected","protected","public","public","return","static","strictfp","switch","synchronized","throw","throws","transient","try","void","volatile","while"]],literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI null true false",title:"setup draw",variable:"super this",built_in:[...n,...re],type:z},contains:[V,$,L,j,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE]}}return processing_1=e,processing_1}var profile_1,hasRequiredProfile;function requireProfile(){if(hasRequiredProfile)return profile_1;hasRequiredProfile=1;function e(t){return{name:"Python profiler",contains:[t.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[t.C_NUMBER_MODE],relevance:10},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}return profile_1=e,profile_1}var prolog_1,hasRequiredProlog;function requireProlog(){if(hasRequiredProlog)return prolog_1;hasRequiredProlog=1;function e(t){const y={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},n={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},k={begin:/\(/,end:/\)/,relevance:0},L={begin:/\[/,end:/\]/},$={className:"comment",begin:/%/,end:/$/,contains:[t.PHRASAL_WORDS_MODE]},j={className:"string",begin:/`/,end:/`/,contains:[t.BACKSLASH_ESCAPE]},V={className:"string",begin:/0'(\\'|.)/},z={className:"string",begin:/0'\\s/},ie=[y,n,k,{begin:/:-/},L,$,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,j,V,z,t.C_NUMBER_MODE];return k.contains=ie,L.contains=ie,{name:"Prolog",contains:ie.concat([{begin:/\.$/}])}}return prolog_1=e,prolog_1}var properties_1,hasRequiredProperties;function requireProperties(){if(hasRequiredProperties)return properties_1;hasRequiredProperties=1;function e(t){const y="[ \\t\\f]*",n="[ \\t\\f]+",k=y+"[:=]"+y,L=n,$="("+k+"|"+L+")",j="([^\\\\:= \\t\\f\\n]|\\\\.)+",V={end:$,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,contains:[t.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:j+k},{begin:j+L}],contains:[{className:"attr",begin:j,endsParent:!0}],starts:V},{className:"attr",begin:j+y+"$"}]}}return properties_1=e,properties_1}var protobuf_1,hasRequiredProtobuf;function requireProtobuf(){if(hasRequiredProtobuf)return protobuf_1;hasRequiredProtobuf=1;function e(t){const y=["package","import","option","optional","required","repeated","group","oneof"],n=["double","float","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","bool","string","bytes"],k={match:[/(message|enum|service)\s+/,t.IDENT_RE],scope:{1:"keyword",2:"title.class"}};return{name:"Protocol Buffers",aliases:["proto"],keywords:{keyword:y,type:n,literal:["true","false"]},contains:[t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,k,{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}return protobuf_1=e,protobuf_1}var puppet_1,hasRequiredPuppet;function requirePuppet(){if(hasRequiredPuppet)return puppet_1;hasRequiredPuppet=1;function e(t){const y={keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},n=t.COMMENT("#","$"),k="([A-Za-z_]|::)(\\w|::)*",L=t.inherit(t.TITLE_MODE,{begin:k}),$={className:"variable",begin:"\\$"+k},j={className:"string",contains:[t.BACKSLASH_ESCAPE,$],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[n,$,j,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[L,n]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:t.IDENT_RE,endsParent:!0}]},{begin:t.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:t.IDENT_RE,relevance:.2},{begin:/\{/,end:/\}/,keywords:y,relevance:0,contains:[j,n,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:t.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},$]}],relevance:0}]}}return puppet_1=e,puppet_1}var purebasic_1,hasRequiredPurebasic;function requirePurebasic(){if(hasRequiredPurebasic)return purebasic_1;hasRequiredPurebasic=1;function e(t){const y={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},n={className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"};return{name:"PureBASIC",aliases:["pb","pbi"],keywords:"Align And Array As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerElseIf CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect CompilerWarning Continue Data DataSection Debug DebugLevel Declare DeclareC DeclareCDLL DeclareDLL DeclareModule Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndDataSection EndDeclareModule EndEnumeration EndIf EndImport EndInterface EndMacro EndModule EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration EnumerationBinary Extends FakeReturn For ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface List Macro MacroExpandedCount Map Module NewList NewMap Next Not Or Procedure ProcedureC ProcedureCDLL ProcedureDLL ProcedureReturn Protected Prototype PrototypeC ReDim Read Repeat Restore Return Runtime Select Shared Static Step Structure StructureUnion Swap Threaded To UndefineMacro Until Until UnuseModule UseModule Wend While With XIncludeFile XOr",contains:[t.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},t.UNDERSCORE_TITLE_MODE]},y,n]}}return purebasic_1=e,purebasic_1}var python_1,hasRequiredPython;function requirePython(){if(hasRequiredPython)return python_1;hasRequiredPython=1;function e(t){const y=t.regex,n=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),k=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],V={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:k,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},z={className:"meta",begin:/^(>>>|\.\.\.) /},re={className:"subst",begin:/\{/,end:/\}/,keywords:V,illegal:/#/},ie={begin:/\{\{/,relevance:0},oe={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[t.BACKSLASH_ESCAPE,z],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[t.BACKSLASH_ESCAPE,z],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[t.BACKSLASH_ESCAPE,z,ie,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[t.BACKSLASH_ESCAPE,z,ie,re]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[t.BACKSLASH_ESCAPE,ie,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,ie,re]},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},ue="[0-9](_?[0-9])*",de=`(\\b(${ue}))?\\.(${ue})|\\b(${ue})\\.`,pe=`\\b|${k.join("|")}`,Ie={className:"number",relevance:0,variants:[{begin:`(\\b(${ue})|(${de}))[eE][+-]?(${ue})[jJ]?(?=${pe})`},{begin:`(${de})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${pe})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${pe})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${pe})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${pe})`},{begin:`\\b(${ue})[jJ](?=${pe})`}]},_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:/\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:"/}],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:""},$]}}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-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},$={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:Ue}={}){const kt=Ue;return Fe=Fe||[],Ne.map(Et=>Et.match(/\|\d+$/)||Fe.includes(Et)?Et:kt(Et)?`${Et}|0`:Et)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword: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],$=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),k=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),L=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),j=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-end-end-radius","border-end-start-radius","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse();function V(z){const re=e(z),oe="and or not only",ue={className:"variable",begin:"\\$"+z.IDENT_RE},de=["charset","css","debug","extend","font-face","for","import","include","keyframes","media","mixin","page","warn","while"],_e="(?=[.\\s\\n[:,(])";return{name:"Stylus",aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+["\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)","(\\bdef\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"].join("|")+")",contains:[z.QUOTE_STRING_MODE,z.APOS_STRING_MODE,z.C_LINE_COMMENT_MODE,z.C_BLOCK_COMMENT_MODE,re.HEXCOLOR,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+_e,className:"selector-class"},{begin:"#[a-zA-Z][a-zA-Z0-9_-]*"+_e,className:"selector-id"},{begin:"\\b("+n.join("|")+")"+_e,className:"selector-tag"},{className:"selector-pseudo",begin:"&?:("+k.join("|")+")"+_e},{className:"selector-pseudo",begin:"&?:(:)?("+L.join("|")+")"+_e},re.ATTRIBUTE_SELECTOR_MODE,{className:"keyword",begin:/@media/,starts:{end:/[{;}]/,keywords:{$pattern:/[a-z-]+/,keyword:oe,attribute:$.join(" ")},contains:[re.CSS_NUMBER_MODE]}},{className:"keyword",begin:"@((-(o|moz|ms|webkit)-)?("+de.join("|")+"))\\b"},ue,re.CSS_NUMBER_MODE,{className:"function",begin:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",illegal:"[\\n]",returnBegin:!0,contains:[{className:"title",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{className:"params",begin:/\(/,end:/\)/,contains:[re.HEXCOLOR,ue,z.APOS_STRING_MODE,re.CSS_NUMBER_MODE,z.QUOTE_STRING_MODE]}]},re.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b",starts:{end:/;|$/,contains:[re.HEXCOLOR,ue,z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,re.CSS_NUMBER_MODE,z.C_BLOCK_COMMENT_MODE,re.IMPORTANT,re.FUNCTION_DISPATCH],illegal:/\./,relevance:0}},re.FUNCTION_DISPATCH]}}return stylus_1=V,stylus_1}var subunit_1,hasRequiredSubunit;function requireSubunit(){if(hasRequiredSubunit)return subunit_1;hasRequiredSubunit=1;function e(t){return{name:"SubUnit",case_insensitive:!0,contains:[{className:"string",begin:`\\[ +"]*"`}]},{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(cr){return cr?typeof cr=="string"?cr:cr.source:null}function t(cr){return y("(?=",cr,")")}function y(...cr){return cr.map(lr=>e(lr)).join("")}function n(cr){const nr=cr[cr.length-1];return typeof nr=="object"&&nr.constructor===Object?(cr.splice(cr.length-1,1),nr):{}}function $(...cr){return"("+(n(cr).capture?"":"?:")+cr.map(Et=>e(Et)).join("|")+")"}const k=cr=>y(/\b/,cr,/\w$/.test(cr)?/\b/:/\B/),L=["Protocol","Type"].map(k),j=["init","self"].map(k),V=["Any","Self"],z=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","borrowing","break","case","catch","class","consume","consuming","continue","convenience","copy","default","defer","deinit","didSet","distributed","do","dynamic","each","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","macro","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","package","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],re=["false","nil","true"],oe=["assignment","associativity","higherThan","left","lowerThan","none","right"],ue=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],de=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],_e=$(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),Ne=$(_e,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),Ue=y(_e,Ne,"*"),$e=$(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),Ve=$($e,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),Fe=y($e,Ve,"*"),qe=y(/[A-Z]/,Ve,"*"),er=["attached","autoclosure",y(/convention\(/,$("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",y(/objc\(/,Fe,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],ir=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function dr(cr){const nr={match:/\s+/,relevance:0},lr=cr.COMMENT("/\\*","\\*/",{contains:["self"]}),Et=[cr.C_LINE_COMMENT_MODE,lr],ie={match:[/\./,$(...L,...j)],className:{2:"keyword"}},pe={match:y(/\./,$(...z)),relevance:0},Ce=z.filter(fo=>typeof fo=="string").concat(["_|0"]),Ie=z.filter(fo=>typeof fo!="string").concat(V).map(k),jt={variants:[{className:"keyword",match:$(...Ie,...j)}]},ar={$pattern:$(/\b\w+/,/#\w+/),keyword:Ce.concat(ue),literal:re},ur=[ie,pe,jt],kt={match:y(/\./,$(...de)),relevance:0},he={className:"built_in",match:y(/\b/,$(...de),/(?=\()/)},tr=[kt,he],gr={match:/->/,relevance:0},_r={className:"operator",relevance:0,variants:[{match:Ue},{match:`\\.(\\.|${Ne})+`}]},yr=[gr,_r],xr="([0-9]_*)+",Nr="([0-9a-fA-F]_*)+",Tr={className:"number",relevance:0,variants:[{match:`\\b(${xr})(\\.(${xr}))?([eE][+-]?(${xr}))?\\b`},{match:`\\b0x(${Nr})(\\.(${Nr}))?([pP][+-]?(${xr}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},Sr=(fo="")=>({className:"subst",variants:[{match:y(/\\/,fo,/[0\\tnr"']/)},{match:y(/\\/,fo,/u\{[0-9a-fA-F]{1,8}\}/)}]}),Ar=(fo="")=>({className:"subst",match:y(/\\/,fo,/[\t ]*(?:[\r\n]|\r\n)/)}),Fr=(fo="")=>({className:"subst",label:"interpol",begin:y(/\\/,fo,/\(/),end:/\)/}),Gr=(fo="")=>({begin:y(fo,/"""/),end:y(/"""/,fo),contains:[Sr(fo),Ar(fo),Fr(fo)]}),Vr=(fo="")=>({begin:y(fo,/"/),end:y(/"/,fo),contains:[Sr(fo),Fr(fo)]}),Dr={className:"string",variants:[Gr(),Gr("#"),Gr("##"),Gr("###"),Vr(),Vr("#"),Vr("##"),Vr("###")]},Ir=[cr.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[cr.BACKSLASH_ESCAPE]}],Br={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:Ir},Rr=fo=>{const zn=y(fo,/\//),ki=y(/\//,fo);return{begin:zn,end:ki,contains:[...Ir,{scope:"comment",begin:`#(?!.*${ki})`,end:/$/}]}},Lr={scope:"regexp",variants:[Rr("###"),Rr("##"),Rr("#"),Br]},$r={match:y(/`/,Fe,/`/)},jr={className:"variable",match:/\$\d+/},vn={className:"variable",match:`\\$${Ve}+`},Kr=[$r,jr,vn],kr={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:ir,contains:[...yr,Tr,Dr]}]}},Qr={scope:"keyword",match:y(/@/,$(...er),t($(/\(/,/\s+/)))},Zr={scope:"meta",match:y(/@/,Fe)},Vi=[kr,Qr,Zr],To={match:t(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:y(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,Ve,"+")},{className:"type",match:qe,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:y(/\s+&\s+/,t(qe)),relevance:0}]},oa={begin://,keywords:ar,contains:[...Et,...ur,...Vi,gr,To]};To.contains.push(oa);const Ba={match:y(Fe,/\s*:/),keywords:"_|0",relevance:0},rs={begin:/\(/,end:/\)/,relevance:0,keywords:ar,contains:["self",Ba,...Et,Lr,...ur,...tr,...yr,Tr,Dr,...Kr,...Vi,To]},Mn={begin://,keywords:"repeat each",contains:[...Et,To]},Wr={begin:$(t(y(Fe,/\s*:/)),t(y(Fe,/\s+/,Fe,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:Fe}]},Ur={begin:/\(/,end:/\)/,keywords:ar,contains:[Wr,...Et,...ur,...yr,Tr,Dr,...Vi,To,rs],endsParent:!0,illegal:/["']/},Sn={match:[/(func|macro)/,/\s+/,$($r.match,Fe,Ue)],className:{1:"keyword",3:"title.function"},contains:[Mn,Ur,nr],illegal:[/\[/,/%/]},Nn={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Mn,Ur,nr],illegal:/\[|%/},Sa={match:[/operator/,/\s+/,Ue],className:{1:"keyword",3:"title"}},Li={begin:[/precedencegroup/,/\s+/,qe],className:{1:"keyword",3:"title"},contains:[To],keywords:[...oe,...re],end:/}/},ca={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,Fe,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:ar,contains:[Mn,...ur,{begin:/:/,end:/\{/,keywords:ar,contains:[{scope:"title.class.inherited",match:qe},...ur],relevance:0}]};for(const fo of Dr.variants){const zn=fo.contains.find(Ra=>Ra.label==="interpol");zn.keywords=ar;const ki=[...ur,...tr,...yr,Tr,Dr,...Kr];zn.contains=[...ki,{begin:/\(/,end:/\)/,contains:["self",...ki]}]}return{name:"Swift",keywords:ar,contains:[...Et,Sn,Nn,ca,Sa,Li,{beginKeywords:"import",end:/$/,contains:[...Et],relevance:0},Lr,...ur,...tr,...yr,Tr,Dr,...Kr,...Vi,To,rs]}}return swift_1=dr,swift_1}var taggerscript_1,hasRequiredTaggerscript;function requireTaggerscript(){if(hasRequiredTaggerscript)return taggerscript_1;hasRequiredTaggerscript=1;function e(t){return{name:"Tagger Script",contains:[{className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\\[()]/},{begin:/\(/,end:/\)/,contains:[{begin:/\\[()]/},"self"]}],relevance:10},{className:"keyword",begin:/\$[_a-zA-Z0-9]+(?=\()/},{className:"variable",begin:/%[_a-zA-Z0-9:]+%/},{className:"symbol",begin:/\\[\\nt$%,()]/},{className:"symbol",begin:/\\u[a-fA-F0-9]{4}/}]}}return taggerscript_1=e,taggerscript_1}var yaml_1,hasRequiredYaml;function requireYaml(){if(hasRequiredYaml)return yaml_1;hasRequiredYaml=1;function e(t){const y="true false yes no null",n="[\\w#;/?:@&=+$,.~*'()[\\]]+",$={className:"attr",variants:[{begin:/\w[\w :()\./-]*:(?=[ \t]|$)/},{begin:/"\w[\w :()\./-]*":(?=[ \t]|$)/},{begin:/'\w[\w :()\./-]*':(?=[ \t]|$)/}]},k={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},L={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[t.BACKSLASH_ESCAPE,k]},j=t.inherit(L,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),ue={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},de={end:",",endsWithParent:!0,excludeEnd:!0,keywords:y,relevance:0},_e={begin:/\{/,end:/\}/,contains:[de],illegal:"\\n",relevance:0},Ne={begin:"\\[",end:"\\]",contains:[de],illegal:"\\n",relevance:0},Ue=[$,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+n},{className:"type",begin:"!<"+n+">"},{className:"type",begin:"!"+n},{className:"type",begin:"!!"+n},{className:"meta",begin:"&"+t.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+t.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},t.HASH_COMMENT_MODE,{beginKeywords:y,keywords:{literal:y}},ue,{className:"number",begin:t.C_NUMBER_RE+"\\b",relevance:0},_e,Ne,L],$e=[...Ue];return $e.pop(),$e.push(j),de.contains=$e,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:Ue}}return yaml_1=e,yaml_1}var tap_1,hasRequiredTap;function requireTap(){if(hasRequiredTap)return tap_1;hasRequiredTap=1;function e(t){return{name:"Test Anything Protocol",case_insensitive:!0,contains:[t.HASH_COMMENT_MODE,{className:"meta",variants:[{begin:"^TAP version (\\d+)$"},{begin:"^1\\.\\.(\\d+)$"}]},{begin:/---$/,end:"\\.\\.\\.$",subLanguage:"yaml",relevance:0},{className:"number",begin:" (\\d+) "},{className:"symbol",variants:[{begin:"^ok"},{begin:"^not ok"}]}]}}return tap_1=e,tap_1}var tcl_1,hasRequiredTcl;function requireTcl(){if(hasRequiredTcl)return tcl_1;hasRequiredTcl=1;function e(t){const y=t.regex,n=/[a-zA-Z_][a-zA-Z0-9_]*/,$={className:"number",variants:[t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE]};return{name:"Tcl",aliases:["tk"],keywords:["after","append","apply","array","auto_execok","auto_import","auto_load","auto_mkindex","auto_mkindex_old","auto_qualify","auto_reset","bgerror","binary","break","catch","cd","chan","clock","close","concat","continue","dde","dict","encoding","eof","error","eval","exec","exit","expr","fblocked","fconfigure","fcopy","file","fileevent","filename","flush","for","foreach","format","gets","glob","global","history","http","if","incr","info","interp","join","lappend|10","lassign|10","lindex|10","linsert|10","list","llength|10","load","lrange|10","lrepeat|10","lreplace|10","lreverse|10","lsearch|10","lset|10","lsort|10","mathfunc","mathop","memory","msgcat","namespace","open","package","parray","pid","pkg::create","pkg_mkIndex","platform","platform::shell","proc","puts","pwd","read","refchan","regexp","registry","regsub|10","rename","return","safe","scan","seek","set","socket","source","split","string","subst","switch","tcl_endOfWord","tcl_findLibrary","tcl_startOfNextWord","tcl_startOfPreviousWord","tcl_wordBreakAfter","tcl_wordBreakBefore","tcltest","tclvars","tell","time","tm","trace","unknown","unload","unset","update","uplevel","upvar","variable","vwait","while"],contains:[t.COMMENT(";[ \\t]*#","$"),t.COMMENT("^[ \\t]*#","$"),{beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",endsWithParent:!0,excludeEnd:!0}]},{className:"variable",variants:[{begin:y.concat(/\$/,y.optional(/::/),n,"(::",n,")*")},{begin:"\\$\\{(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"\\}",contains:[$]}]},{className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[t.inherit(t.QUOTE_STRING_MODE,{illegal:null})]},$]}}return tcl_1=e,tcl_1}var thrift_1,hasRequiredThrift;function requireThrift(){if(hasRequiredThrift)return thrift_1;hasRequiredThrift=1;function e(t){const y=["bool","byte","i16","i32","i64","double","string","binary"];return{name:"Thrift",keywords:{keyword:["namespace","const","typedef","struct","enum","service","exception","void","oneway","set","list","map","required","optional"],type:y,literal:"true false"},contains:[t.QUOTE_STRING_MODE,t.NUMBER_MODE,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[t.inherit(t.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",keywords:{type:[...y,"set","list","map"]},end:">",contains:["self"]}]}}return thrift_1=e,thrift_1}var tp_1,hasRequiredTp;function requireTp(){if(hasRequiredTp)return tp_1;hasRequiredTp=1;function e(t){const y={className:"number",begin:"[1-9][0-9]*",relevance:0},n={className:"symbol",begin:":[^\\]]+"},$={className:"built_in",begin:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",end:"\\]",contains:["self",y,n]},k={className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",y,t.QUOTE_STRING_MODE,n]};return{name:"TP",keywords:{keyword:["ABORT","ACC","ADJUST","AND","AP_LD","BREAK","CALL","CNT","COL","CONDITION","CONFIG","DA","DB","DIV","DETECT","ELSE","END","ENDFOR","ERR_NUM","ERROR_PROG","FINE","FOR","GP","GUARD","INC","IF","JMP","LINEAR_MAX_SPEED","LOCK","MOD","MONITOR","OFFSET","Offset","OR","OVERRIDE","PAUSE","PREG","PTH","RT_LD","RUN","SELECT","SKIP","Skip","TA","TB","TO","TOOL_OFFSET","Tool_Offset","UF","UT","UFRAME_NUM","UTOOL_NUM","UNLOCK","WAIT","X","Y","Z","W","P","R","STRLEN","SUBSTR","FINDSTR","VOFFSET","PROG","ATTR","MN","POS"],literal:["ON","OFF","max_speed","LPOS","JPOS","ENABLE","DISABLE","START","STOP","RESET"]},contains:[$,k,{className:"keyword",begin:"/(PROG|ATTR|MN|POS|END)\\b"},{className:"keyword",begin:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{className:"keyword",begin:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{className:"number",begin:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",relevance:0},t.COMMENT("//","[;$]"),t.COMMENT("!","[;$]"),t.COMMENT("--eg:","$"),t.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},t.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}return tp_1=e,tp_1}var twig_1,hasRequiredTwig;function requireTwig(){if(hasRequiredTwig)return twig_1;hasRequiredTwig=1;function e(t){const y=t.regex,n=["absolute_url","asset|0","asset_version","attribute","block","constant","controller|0","country_timezones","csrf_token","cycle","date","dump","expression","form|0","form_end","form_errors","form_help","form_label","form_rest","form_row","form_start","form_widget","html_classes","include","is_granted","logout_path","logout_url","max","min","parent","path|0","random","range","relative_path","render","render_esi","source","template_from_string","url|0"],$=["abs","abbr_class","abbr_method","batch","capitalize","column","convert_encoding","country_name","currency_name","currency_symbol","data_uri","date","date_modify","default","escape","file_excerpt","file_link","file_relative","filter","first","format","format_args","format_args_as_text","format_currency","format_date","format_datetime","format_file","format_file_from_text","format_number","format_time","html_to_markdown","humanize","inky_to_html","inline_css","join","json_encode","keys","language_name","last","length","locale_name","lower","map","markdown","markdown_to_html","merge","nl2br","number_format","raw","reduce","replace","reverse","round","slice","slug","sort","spaceless","split","striptags","timezone_name","title","trans","transchoice","trim","u|0","upper","url_encode","yaml_dump","yaml_encode"];let k=["apply","autoescape","block","cache","deprecated","do","embed","extends","filter","flush","for","form_theme","from","if","import","include","macro","sandbox","set","stopwatch","trans","trans_default_domain","transchoice","use","verbatim","with"];k=k.concat(k.map(Ne=>`end${Ne}`));const L={scope:"string",variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},j={scope:"number",match:/\d+/},V={begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[L,j]},z={beginKeywords:n.join(" "),keywords:{name:n},relevance:0,contains:[V]},re={match:/\|(?=[A-Za-z_]+:?)/,beginScope:"punctuation",relevance:0,contains:[{match:/[A-Za-z_]+:?/,keywords:$}]},oe=(Ne,{relevance:Ue})=>({beginScope:{1:"template-tag",3:"name"},relevance:Ue||2,endScope:"template-tag",begin:[/\{%/,/\s*/,y.either(...Ne)],end:/%\}/,keywords:"in",contains:[re,z,L,j]}),ue=/[a-z_]+/,de=oe(k,{relevance:2}),_e=oe([ue],{relevance:1});return{name:"Twig",aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[t.COMMENT(/\{#/,/#\}/),de,_e,{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:["self",re,z,L,j]}]}}return twig_1=e,twig_1}var typescript_1,hasRequiredTypescript;function requireTypescript(){if(hasRequiredTypescript)return typescript_1;hasRequiredTypescript=1;const e="[A-Za-z$_][0-9A-Za-z$_]*",t=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],y=["true","false","null","undefined","NaN","Infinity"],n=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],$=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],k=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],L=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],j=[].concat(k,n,$);function V(re){const oe=re.regex,ue=(Sr,{after:Ar})=>{const Fr="",end:""},Ne=/<[A-Za-z0-9\\._:-]+\s*\/>/,Ue={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Sr,Ar)=>{const Fr=Sr[0].length+Sr.index,Gr=Sr.input[Fr];if(Gr==="<"||Gr===","){Ar.ignoreMatch();return}Gr===">"&&(ue(Sr,{after:Fr})||Ar.ignoreMatch());let Vr;const Dr=Sr.input.substring(Fr);if(Vr=Dr.match(/^\s*=/)){Ar.ignoreMatch();return}if((Vr=Dr.match(/^\s+extends\s+/))&&Vr.index===0){Ar.ignoreMatch();return}}},$e={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":L},Ve="[0-9](_?[0-9])*",Fe=`\\.(${Ve})`,qe="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",er={className:"number",variants:[{begin:`(\\b(${qe})((${Fe})|\\.)?|(${Fe}))[eE][+-]?(${Ve})\\b`},{begin:`\\b(${qe})\\b((${Fe})\\b|\\.)?|(${Fe})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},ir={className:"subst",begin:"\\$\\{",end:"\\}",keywords:$e,contains:[]},dr={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,ir],subLanguage:"xml"}},cr={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,ir],subLanguage:"css"}},nr={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,ir],subLanguage:"graphql"}},lr={className:"string",begin:"`",end:"`",contains:[re.BACKSLASH_ESCAPE,ir]},ie={className:"comment",variants:[re.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:de+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),re.C_BLOCK_COMMENT_MODE,re.C_LINE_COMMENT_MODE]},pe=[re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,dr,cr,nr,lr,{match:/\$\d+/},er];ir.contains=pe.concat({begin:/\{/,end:/\}/,keywords:$e,contains:["self"].concat(pe)});const Ce=[].concat(ie,ir.contains),Ie=Ce.concat([{begin:/(\s*)\(/,end:/\)/,keywords:$e,contains:["self"].concat(Ce)}]),jt={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:$e,contains:Ie},ar={variants:[{match:[/class/,/\s+/,de,/\s+/,/extends/,/\s+/,oe.concat(de,"(",oe.concat(/\./,de),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,de],scope:{1:"keyword",3:"title.class"}}]},ur={relevance:0,match:oe.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...n,...$]}},kt={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},he={variants:[{match:[/function/,/\s+/,de,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[jt],illegal:/%/},tr={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function gr(Sr){return oe.concat("(?!",Sr.join("|"),")")}const _r={match:oe.concat(/\b/,gr([...k,"super","import"].map(Sr=>`${Sr}\\s*\\(`)),de,oe.lookahead(/\s*\(/)),className:"title.function",relevance:0},yr={begin:oe.concat(/\./,oe.lookahead(oe.concat(de,/(?![0-9A-Za-z$_(])/))),end:de,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},xr={match:[/get|set/,/\s+/,de,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},jt]},Nr="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+re.UNDERSCORE_IDENT_RE+")\\s*=>",Tr={match:[/const|var|let/,/\s+/,de,/\s*/,/=\s*/,/(async\s*)?/,oe.lookahead(Nr)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[jt]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:$e,exports:{PARAMS_CONTAINS:Ie,CLASS_REFERENCE:ur},illegal:/#(?![$_A-z])/,contains:[re.SHEBANG({label:"shebang",binary:"node",relevance:5}),kt,re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,dr,cr,nr,lr,ie,{match:/\$\d+/},er,ur,{className:"attr",begin:de+oe.lookahead(":"),relevance:0},Tr,{begin:"("+re.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[ie,re.REGEXP_MODE,{className:"function",begin:Nr,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:re.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:$e,contains:Ie}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:_e.begin,end:_e.end},{match:Ne},{begin:Ue.begin,"on:begin":Ue.isTrulyOpeningTag,end:Ue.end}],subLanguage:"xml",contains:[{begin:Ue.begin,end:Ue.end,skip:!0,contains:["self"]}]}]},he,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+re.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[jt,re.inherit(re.TITLE_MODE,{begin:de,className:"title.function"})]},{match:/\.\.\./,relevance:0},yr,{match:"\\$"+de,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[jt]},_r,tr,ar,xr,{match:/\$[(.]/}]}}function z(re){const oe=V(re),ue=e,de=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],_e={begin:[/namespace/,/\s+/,re.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},Ne={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:de},contains:[oe.exports.CLASS_REFERENCE]},Ue={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},$e=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],Ve={$pattern:e,keyword:t.concat($e),literal:y,built_in:j.concat(de),"variable.language":L},Fe={className:"meta",begin:"@"+ue},qe=(dr,cr,nr)=>{const lr=dr.contains.findIndex(Et=>Et.label===cr);if(lr===-1)throw new Error("can not find mode to replace");dr.contains.splice(lr,1,nr)};Object.assign(oe.keywords,Ve),oe.exports.PARAMS_CONTAINS.push(Fe);const er=oe.contains.find(dr=>dr.className==="attr");oe.exports.PARAMS_CONTAINS.push([oe.exports.CLASS_REFERENCE,er]),oe.contains=oe.contains.concat([Fe,_e,Ne]),qe(oe,"shebang",re.SHEBANG()),qe(oe,"use_strict",Ue);const ir=oe.contains.find(dr=>dr.label==="func.def");return ir.relevance=0,Object.assign(oe,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),oe}return typescript_1=z,typescript_1}var vala_1,hasRequiredVala;function requireVala(){if(hasRequiredVala)return vala_1;hasRequiredVala=1;function e(t){return{name:"Vala",keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:/\{/,excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[t.UNDERSCORE_TITLE_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$"}]}}return vala_1=e,vala_1}var vbnet_1,hasRequiredVbnet;function requireVbnet(){if(hasRequiredVbnet)return vbnet_1;hasRequiredVbnet=1;function e(t){const y=t.regex,n={className:"string",begin:/"(""|[^/n])"C\b/},$={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},k=/\d{1,2}\/\d{1,2}\/\d{4}/,L=/\d{4}-\d{1,2}-\d{1,2}/,j=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,V=/\d{1,2}(:\d{1,2}){1,2}/,z={className:"literal",variants:[{begin:y.concat(/# */,y.either(L,k),/ *#/)},{begin:y.concat(/# */,V,/ *#/)},{begin:y.concat(/# */,j,/ *#/)},{begin:y.concat(/# */,y.either(L,k),/ +/,y.either(j,V),/ *#/)}]},re={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},oe={className:"label",begin:/^\w+:/},ue=t.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),de=t.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[n,$,z,re,oe,ue,de,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[de]}]}}return vbnet_1=e,vbnet_1}var vbscript_1,hasRequiredVbscript;function requireVbscript(){if(hasRequiredVbscript)return vbscript_1;hasRequiredVbscript=1;function e(t){const y=t.regex,n=["lcase","month","vartype","instrrev","ubound","setlocale","getobject","rgb","getref","string","weekdayname","rnd","dateadd","monthname","now","day","minute","isarray","cbool","round","formatcurrency","conversions","csng","timevalue","second","year","space","abs","clng","timeserial","fixs","len","asc","isempty","maths","dateserial","atn","timer","isobject","filter","weekday","datevalue","ccur","isdate","instr","datediff","formatdatetime","replace","isnull","right","sgn","array","snumeric","log","cdbl","hex","chr","lbound","msgbox","ucase","getlocale","cos","cdate","cbyte","rtrim","join","hour","oct","typename","trim","strcomp","int","createobject","loadpicture","tan","formatnumber","mid","split","cint","sin","datepart","ltrim","sqr","time","derived","eval","date","formatpercent","exp","inputbox","left","ascw","chrw","regexp","cstr","err"],$=["server","response","request","scriptengine","scriptenginebuildversion","scriptengineminorversion","scriptenginemajorversion"],k={begin:y.concat(y.either(...n),"\\s*\\("),relevance:0,keywords:{built_in:n}};return{name:"VBScript",aliases:["vbs"],case_insensitive:!0,keywords:{keyword:["call","class","const","dim","do","loop","erase","execute","executeglobal","exit","for","each","next","function","if","then","else","on","error","option","explicit","new","private","property","let","get","public","randomize","redim","rem","select","case","set","stop","sub","while","wend","with","end","to","elseif","is","or","xor","and","not","class_initialize","class_terminate","default","preserve","in","me","byval","byref","step","resume","goto"],built_in:$,literal:["true","false","null","nothing","empty"]},illegal:"//",contains:[k,t.inherit(t.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),t.COMMENT(/'/,/$/,{relevance:0}),t.C_NUMBER_MODE]}}return vbscript_1=e,vbscript_1}var vbscriptHtml_1,hasRequiredVbscriptHtml;function requireVbscriptHtml(){if(hasRequiredVbscriptHtml)return vbscriptHtml_1;hasRequiredVbscriptHtml=1;function e(t){return{name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}return vbscriptHtml_1=e,vbscriptHtml_1}var verilog_1,hasRequiredVerilog;function requireVerilog(){if(hasRequiredVerilog)return verilog_1;hasRequiredVerilog=1;function e(t){const y=t.regex,n={$pattern:/\$?[\w]+(\$[\w]+)*/,keyword:["accept_on","alias","always","always_comb","always_ff","always_latch","and","assert","assign","assume","automatic","before","begin","bind","bins","binsof","bit","break","buf|0","bufif0","bufif1","byte","case","casex","casez","cell","chandle","checker","class","clocking","cmos","config","const","constraint","context","continue","cover","covergroup","coverpoint","cross","deassign","default","defparam","design","disable","dist","do","edge","else","end","endcase","endchecker","endclass","endclocking","endconfig","endfunction","endgenerate","endgroup","endinterface","endmodule","endpackage","endprimitive","endprogram","endproperty","endspecify","endsequence","endtable","endtask","enum","event","eventually","expect","export","extends","extern","final","first_match","for","force","foreach","forever","fork","forkjoin","function","generate|5","genvar","global","highz0","highz1","if","iff","ifnone","ignore_bins","illegal_bins","implements","implies","import","incdir","include","initial","inout","input","inside","instance","int","integer","interconnect","interface","intersect","join","join_any","join_none","large","let","liblist","library","local","localparam","logic","longint","macromodule","matches","medium","modport","module","nand","negedge","nettype","new","nexttime","nmos","nor","noshowcancelled","not","notif0","notif1","or","output","package","packed","parameter","pmos","posedge","primitive","priority","program","property","protected","pull0","pull1","pulldown","pullup","pulsestyle_ondetect","pulsestyle_onevent","pure","rand","randc","randcase","randsequence","rcmos","real","realtime","ref","reg","reject_on","release","repeat","restrict","return","rnmos","rpmos","rtran","rtranif0","rtranif1","s_always","s_eventually","s_nexttime","s_until","s_until_with","scalared","sequence","shortint","shortreal","showcancelled","signed","small","soft","solve","specify","specparam","static","string","strong","strong0","strong1","struct","super","supply0","supply1","sync_accept_on","sync_reject_on","table","tagged","task","this","throughout","time","timeprecision","timeunit","tran","tranif0","tranif1","tri","tri0","tri1","triand","trior","trireg","type","typedef","union","unique","unique0","unsigned","until","until_with","untyped","use","uwire","var","vectored","virtual","void","wait","wait_order","wand","weak","weak0","weak1","while","wildcard","wire","with","within","wor","xnor","xor"],literal:["null"],built_in:["$finish","$stop","$exit","$fatal","$error","$warning","$info","$realtime","$time","$printtimescale","$bitstoreal","$bitstoshortreal","$itor","$signed","$cast","$bits","$stime","$timeformat","$realtobits","$shortrealtobits","$rtoi","$unsigned","$asserton","$assertkill","$assertpasson","$assertfailon","$assertnonvacuouson","$assertoff","$assertcontrol","$assertpassoff","$assertfailoff","$assertvacuousoff","$isunbounded","$sampled","$fell","$changed","$past_gclk","$fell_gclk","$changed_gclk","$rising_gclk","$steady_gclk","$coverage_control","$coverage_get","$coverage_save","$set_coverage_db_name","$rose","$stable","$past","$rose_gclk","$stable_gclk","$future_gclk","$falling_gclk","$changing_gclk","$display","$coverage_get_max","$coverage_merge","$get_coverage","$load_coverage_db","$typename","$unpacked_dimensions","$left","$low","$increment","$clog2","$ln","$log10","$exp","$sqrt","$pow","$floor","$ceil","$sin","$cos","$tan","$countbits","$onehot","$isunknown","$fatal","$warning","$dimensions","$right","$high","$size","$asin","$acos","$atan","$atan2","$hypot","$sinh","$cosh","$tanh","$asinh","$acosh","$atanh","$countones","$onehot0","$error","$info","$random","$dist_chi_square","$dist_erlang","$dist_exponential","$dist_normal","$dist_poisson","$dist_t","$dist_uniform","$q_initialize","$q_remove","$q_exam","$async$and$array","$async$nand$array","$async$or$array","$async$nor$array","$sync$and$array","$sync$nand$array","$sync$or$array","$sync$nor$array","$q_add","$q_full","$psprintf","$async$and$plane","$async$nand$plane","$async$or$plane","$async$nor$plane","$sync$and$plane","$sync$nand$plane","$sync$or$plane","$sync$nor$plane","$system","$display","$displayb","$displayh","$displayo","$strobe","$strobeb","$strobeh","$strobeo","$write","$readmemb","$readmemh","$writememh","$value$plusargs","$dumpvars","$dumpon","$dumplimit","$dumpports","$dumpportson","$dumpportslimit","$writeb","$writeh","$writeo","$monitor","$monitorb","$monitorh","$monitoro","$writememb","$dumpfile","$dumpoff","$dumpall","$dumpflush","$dumpportsoff","$dumpportsall","$dumpportsflush","$fclose","$fdisplay","$fdisplayb","$fdisplayh","$fdisplayo","$fstrobe","$fstrobeb","$fstrobeh","$fstrobeo","$swrite","$swriteb","$swriteh","$swriteo","$fscanf","$fread","$fseek","$fflush","$feof","$fopen","$fwrite","$fwriteb","$fwriteh","$fwriteo","$fmonitor","$fmonitorb","$fmonitorh","$fmonitoro","$sformat","$sformatf","$fgetc","$ungetc","$fgets","$sscanf","$rewind","$ftell","$ferror"]},$=["__FILE__","__LINE__"],k=["begin_keywords","celldefine","default_nettype","default_decay_time","default_trireg_strength","define","delay_mode_distributed","delay_mode_path","delay_mode_unit","delay_mode_zero","else","elsif","end_keywords","endcelldefine","endif","ifdef","ifndef","include","line","nounconnected_drive","pragma","resetall","timescale","unconnected_drive","undef","undefineall"];return{name:"Verilog",aliases:["v","sv","svh"],case_insensitive:!1,keywords:n,contains:[t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE,t.QUOTE_STRING_MODE,{scope:"number",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:/\b((\d+'([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\B(('([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\b[0-9][0-9_]*/,relevance:0}]},{scope:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{scope:"variable.constant",match:y.concat(/`/,y.either(...$))},{scope:"meta",begin:y.concat(/`/,y.either(...k)),end:/$|\/\/|\/\*/,returnEnd:!0,keywords:k}]}}return verilog_1=e,verilog_1}var vhdl_1,hasRequiredVhdl;function requireVhdl(){if(hasRequiredVhdl)return vhdl_1;hasRequiredVhdl=1;function e(t){const y="\\d(_|\\d)*",n="[eE][-+]?"+y,$=y+"(\\."+y+")?("+n+")?",k="\\w+",j="\\b("+(y+"#"+k+"(\\."+k+")?#("+n+")?")+"|"+$+")";return{name:"VHDL",case_insensitive:!0,keywords:{keyword:["abs","access","after","alias","all","and","architecture","array","assert","assume","assume_guarantee","attribute","begin","block","body","buffer","bus","case","component","configuration","constant","context","cover","disconnect","downto","default","else","elsif","end","entity","exit","fairness","file","for","force","function","generate","generic","group","guarded","if","impure","in","inertial","inout","is","label","library","linkage","literal","loop","map","mod","nand","new","next","nor","not","null","of","on","open","or","others","out","package","parameter","port","postponed","procedure","process","property","protected","pure","range","record","register","reject","release","rem","report","restrict","restrict_guarantee","return","rol","ror","select","sequence","severity","shared","signal","sla","sll","sra","srl","strong","subtype","then","to","transport","type","unaffected","units","until","use","variable","view","vmode","vprop","vunit","wait","when","while","with","xnor","xor"],built_in:["boolean","bit","character","integer","time","delay_length","natural","positive","string","bit_vector","file_open_kind","file_open_status","std_logic","std_logic_vector","unsigned","signed","boolean_vector","integer_vector","std_ulogic","std_ulogic_vector","unresolved_unsigned","u_unsigned","unresolved_signed","u_signed","real_vector","time_vector"],literal:["false","true","note","warning","error","failure","line","text","side","width"]},illegal:/\{/,contains:[t.C_BLOCK_COMMENT_MODE,t.COMMENT("--","$"),t.QUOTE_STRING_MODE,{className:"number",begin:j,relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[t.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[t.BACKSLASH_ESCAPE]}]}}return vhdl_1=e,vhdl_1}var vim_1,hasRequiredVim;function requireVim(){if(hasRequiredVim)return vim_1;hasRequiredVim=1;function e(t){return{name:"Vim Script",keywords:{$pattern:/[!#@\w]+/,keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[t.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},t.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]+/},{begin:[/\b(?:function|function!)/,/\s+/,t.IDENT_RE],className:{1:"keyword",3:"title"},end:"$",relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}return vim_1=e,vim_1}var wasm_1,hasRequiredWasm;function requireWasm(){if(hasRequiredWasm)return wasm_1;hasRequiredWasm=1;function e(t){t.regex;const y=t.COMMENT(/\(;/,/;\)/);y.contains.push("self");const n=t.COMMENT(/;;/,/$/),$=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],k={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},L={className:"variable",begin:/\$[\w_]+/},j={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},V={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},z={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},re={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:$},contains:[n,y,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},L,j,k,t.QUOTE_STRING_MODE,z,re,V]}}return wasm_1=e,wasm_1}var wren_1,hasRequiredWren;function requireWren(){if(hasRequiredWren)return wren_1;hasRequiredWren=1;function e(t){const y=t.regex,n=/[a-zA-Z]\w*/,$=["as","break","class","construct","continue","else","for","foreign","if","import","in","is","return","static","var","while"],k=["true","false","null"],L=["this","super"],j=["Bool","Class","Fiber","Fn","List","Map","Null","Num","Object","Range","Sequence","String","System"],V=["-","~",/\*/,"%",/\.\.\./,/\.\./,/\+/,"<<",">>",">=","<=","<",">",/\^/,/!=/,/!/,/\bis\b/,"==","&&","&",/\|\|/,/\|/,/\?:/,"="],z={relevance:0,match:y.concat(/\b(?!(if|while|for|else|super)\b)/,n,/(?=\s*[({])/),className:"title.function"},re={match:y.concat(y.either(y.concat(/\b(?!(if|while|for|else|super)\b)/,n),y.either(...V)),/(?=\s*\([^)]+\)\s*\{)/),className:"title.function",starts:{contains:[{begin:/\(/,end:/\)/,contains:[{relevance:0,scope:"params",match:n}]}]}},oe={variants:[{match:[/class\s+/,n,/\s+is\s+/,n]},{match:[/class\s+/,n]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:$},ue={relevance:0,match:y.either(...V),className:"operator"},de={className:"string",begin:/"""/,end:/"""/},_e={className:"property",begin:y.concat(/\./,y.lookahead(n)),end:n,excludeBegin:!0,relevance:0},Ne={relevance:0,match:y.concat(/\b_/,n),scope:"variable"},Ue={relevance:0,match:/\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:"title.class",keywords:{_:j}},$e=t.C_NUMBER_MODE,Ve={match:[n,/\s*/,/=/,/\s*/,/\(/,n,/\)\s*\{/],scope:{1:"title.function",3:"operator",6:"params"}},Fe=t.COMMENT(/\/\*\*/,/\*\//,{contains:[{match:/@[a-z]+/,scope:"doctag"},"self"]}),qe={scope:"subst",begin:/%\(/,end:/\)/,contains:[$e,Ue,z,Ne,ue]},er={scope:"string",begin:/"/,end:/"/,contains:[qe,{scope:"char.escape",variants:[{match:/\\\\|\\["0%abefnrtv]/},{match:/\\x[0-9A-F]{2}/},{match:/\\u[0-9A-F]{4}/},{match:/\\U[0-9A-F]{8}/}]}]};qe.contains.push(er);const ir=[...$,...L,...k],dr={relevance:0,match:y.concat("\\b(?!",ir.join("|"),"\\b)",/[a-zA-Z_]\w*(?:[?!]|\b)/),className:"variable"};return{name:"Wren",keywords:{keyword:$,"variable.language":L,literal:k},contains:[{scope:"comment",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\()/],beginScope:{},keywords:{literal:k},contains:[],end:/\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]},$e,er,de,Fe,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,Ue,oe,Ve,re,z,ue,Ne,_e,dr]}}return wren_1=e,wren_1}var x86asm_1,hasRequiredX86asm;function requireX86asm(){if(hasRequiredX86asm)return x86asm_1;hasRequiredX86asm=1;function e(t){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+t.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[t.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*(\\.[0-9_]*)?(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},t.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}return x86asm_1=e,x86asm_1}var xl_1,hasRequiredXl;function requireXl(){if(hasRequiredXl)return xl_1;hasRequiredXl=1;function e(t){const y=["if","then","else","do","while","until","for","loop","import","with","is","as","where","when","by","data","constant","integer","real","text","name","boolean","symbol","infix","prefix","postfix","block","tree"],n=["in","mod","rem","and","or","xor","not","abs","sign","floor","ceil","sqrt","sin","cos","tan","asin","acos","atan","exp","expm1","log","log2","log10","log1p","pi","at","text_length","text_range","text_find","text_replace","contains","page","slide","basic_slide","title_slide","title","subtitle","fade_in","fade_out","fade_at","clear_color","color","line_color","line_width","texture_wrap","texture_transform","texture","scale_?x","scale_?y","scale_?z?","translate_?x","translate_?y","translate_?z?","rotate_?x","rotate_?y","rotate_?z?","rectangle","circle","ellipse","sphere","path","line_to","move_to","quad_to","curve_to","theme","background","contents","locally","time","mouse_?x","mouse_?y","mouse_buttons"],$=["ObjectLoader","Animate","MovieCredits","Slides","Filters","Shading","Materials","LensFlare","Mapping","VLCAudioVideo","StereoDecoder","PointCloud","NetworkAccess","RemoteControl","RegExp","ChromaKey","Snowfall","NodeJS","Speech","Charts"],L={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:y,literal:["true","false","nil"],built_in:n.concat($)},j={className:"string",begin:'"',end:'"',illegal:"\\n"},V={className:"string",begin:"'",end:"'",illegal:"\\n"},z={className:"string",begin:"<<",end:">>"},re={className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},oe={beginKeywords:"import",end:"$",keywords:L,contains:[j]},ue={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[t.inherit(t.TITLE_MODE,{starts:{endsWithParent:!0,keywords:L}})]};return{name:"XL",aliases:["tao"],keywords:L,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,j,V,z,ue,oe,re,t.NUMBER_MODE]}}return xl_1=e,xl_1}var xquery_1,hasRequiredXquery;function requireXquery(){if(hasRequiredXquery)return xquery_1;hasRequiredXquery=1;function e(t){return{name:"XQuery",aliases:["xpath","xq","xqm"],case_insensitive:!1,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{$pattern:/[a-zA-Z$][a-zA-Z0-9_:-]*/,keyword:["module","schema","namespace","boundary-space","preserve","no-preserve","strip","default","collation","base-uri","ordering","context","decimal-format","decimal-separator","copy-namespaces","empty-sequence","except","exponent-separator","external","grouping-separator","inherit","no-inherit","lax","minus-sign","per-mille","percent","schema-attribute","schema-element","strict","unordered","zero-digit","declare","import","option","function","validate","variable","for","at","in","let","where","order","group","by","return","if","then","else","tumbling","sliding","window","start","when","only","end","previous","next","stable","ascending","descending","allowing","empty","greatest","least","some","every","satisfies","switch","case","typeswitch","try","catch","and","or","to","union","intersect","instance","of","treat","as","castable","cast","map","array","delete","insert","into","replace","value","rename","copy","modify","update"],type:["item","document-node","node","attribute","document","element","comment","namespace","namespace-node","processing-instruction","text","construction","xs:anyAtomicType","xs:untypedAtomic","xs:duration","xs:time","xs:decimal","xs:float","xs:double","xs:gYearMonth","xs:gYear","xs:gMonthDay","xs:gMonth","xs:gDay","xs:boolean","xs:base64Binary","xs:hexBinary","xs:anyURI","xs:QName","xs:NOTATION","xs:dateTime","xs:dateTimeStamp","xs:date","xs:string","xs:normalizedString","xs:token","xs:language","xs:NMTOKEN","xs:Name","xs:NCName","xs:ID","xs:IDREF","xs:ENTITY","xs:integer","xs:nonPositiveInteger","xs:negativeInteger","xs:long","xs:int","xs:short","xs:byte","xs:nonNegativeInteger","xs:unisignedLong","xs:unsignedInt","xs:unsignedShort","xs:unsignedByte","xs:positiveInteger","xs:yearMonthDuration","xs:dayTimeDuration"],literal:["eq","ne","lt","le","gt","ge","is","self::","child::","descendant::","descendant-or-self::","attribute::","following::","following-sibling::","parent::","ancestor::","ancestor-or-self::","preceding::","preceding-sibling::","NaN"]},contains:[{className:"variable",begin:/[$][\w\-:]+/},{className:"built_in",variants:[{begin:/\barray:/,end:/(?:append|filter|flatten|fold-(?:left|right)|for-each(?:-pair)?|get|head|insert-before|join|put|remove|reverse|size|sort|subarray|tail)\b/},{begin:/\bmap:/,end:/(?:contains|entry|find|for-each|get|keys|merge|put|remove|size)\b/},{begin:/\bmath:/,end:/(?:a(?:cos|sin|tan[2]?)|cos|exp(?:10)?|log(?:10)?|pi|pow|sin|sqrt|tan)\b/},{begin:/\bop:/,end:/\(/,excludeEnd:!0},{begin:/\bfn:/,end:/\(/,excludeEnd:!0},{begin:/[^/,end:/(\/[\w._:-]+>)/,subLanguage:"xml",contains:[{begin:/\{/,end:/\}/,subLanguage:"xquery"},"self"]}]}}return xquery_1=e,xquery_1}var zephir_1,hasRequiredZephir;function requireZephir(){if(hasRequiredZephir)return zephir_1;hasRequiredZephir=1;function e(t){const y={className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[t.inherit(t.APOS_STRING_MODE,{illegal:null}),t.inherit(t.QUOTE_STRING_MODE,{illegal:null})]},n=t.UNDERSCORE_TITLE_MODE,$={variants:[t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE]},k="namespace class interface use extends function return abstract final public protected private static deprecated throw try catch Exception echo empty isset instanceof unset let var new const self require if else elseif switch case default do while loop for continue break likely unlikely __LINE__ __FILE__ __DIR__ __FUNCTION__ __CLASS__ __TRAIT__ __METHOD__ __NAMESPACE__ array boolean float double integer object resource string char long unsigned bool int uint ulong uchar true false null undefined";return{name:"Zephir",aliases:["zep"],keywords:k,contains:[t.C_LINE_COMMENT_MODE,t.COMMENT(/\/\*/,/\*\//,{contains:[{className:"doctag",begin:/@[A-Za-z]+/}]}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;/,contains:[t.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function fn",end:/[;{]/,excludeEnd:!0,illegal:/\$|\[|%/,contains:[n,{className:"params",begin:/\(/,end:/\)/,keywords:k,contains:["self",t.C_BLOCK_COMMENT_MODE,y,$]}]},{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,illegal:/[:($"]/,contains:[{beginKeywords:"extends implements"},n]},{beginKeywords:"namespace",end:/;/,illegal:/[.']/,contains:[n]},{beginKeywords:"use",end:/;/,contains:[n]},{begin:/=>/},y,$]}}return zephir_1=e,zephir_1}var hljs=core$1;hljs.registerLanguage("1c",require_1c());hljs.registerLanguage("abnf",requireAbnf());hljs.registerLanguage("accesslog",requireAccesslog());hljs.registerLanguage("actionscript",requireActionscript());hljs.registerLanguage("ada",requireAda());hljs.registerLanguage("angelscript",requireAngelscript());hljs.registerLanguage("apache",requireApache());hljs.registerLanguage("applescript",requireApplescript());hljs.registerLanguage("arcade",requireArcade());hljs.registerLanguage("arduino",requireArduino());hljs.registerLanguage("armasm",requireArmasm());hljs.registerLanguage("xml",requireXml$1());hljs.registerLanguage("asciidoc",requireAsciidoc());hljs.registerLanguage("aspectj",requireAspectj());hljs.registerLanguage("autohotkey",requireAutohotkey());hljs.registerLanguage("autoit",requireAutoit());hljs.registerLanguage("avrasm",requireAvrasm());hljs.registerLanguage("awk",requireAwk());hljs.registerLanguage("axapta",requireAxapta());hljs.registerLanguage("bash",requireBash());hljs.registerLanguage("basic",requireBasic());hljs.registerLanguage("bnf",requireBnf());hljs.registerLanguage("brainfuck",requireBrainfuck());hljs.registerLanguage("c",requireC());hljs.registerLanguage("cal",requireCal());hljs.registerLanguage("capnproto",requireCapnproto());hljs.registerLanguage("ceylon",requireCeylon());hljs.registerLanguage("clean",requireClean());hljs.registerLanguage("clojure",requireClojure());hljs.registerLanguage("clojure-repl",requireClojureRepl());hljs.registerLanguage("cmake",requireCmake());hljs.registerLanguage("coffeescript",requireCoffeescript());hljs.registerLanguage("coq",requireCoq());hljs.registerLanguage("cos",requireCos());hljs.registerLanguage("cpp",requireCpp());hljs.registerLanguage("crmsh",requireCrmsh());hljs.registerLanguage("crystal",requireCrystal());hljs.registerLanguage("csharp",requireCsharp());hljs.registerLanguage("csp",requireCsp());hljs.registerLanguage("css",requireCss$1());hljs.registerLanguage("d",requireD());hljs.registerLanguage("markdown",requireMarkdown());hljs.registerLanguage("dart",requireDart());hljs.registerLanguage("delphi",requireDelphi());hljs.registerLanguage("diff",requireDiff());hljs.registerLanguage("django",requireDjango());hljs.registerLanguage("dns",requireDns());hljs.registerLanguage("dockerfile",requireDockerfile());hljs.registerLanguage("dos",requireDos());hljs.registerLanguage("dsconfig",requireDsconfig());hljs.registerLanguage("dts",requireDts());hljs.registerLanguage("dust",requireDust());hljs.registerLanguage("ebnf",requireEbnf());hljs.registerLanguage("elixir",requireElixir());hljs.registerLanguage("elm",requireElm());hljs.registerLanguage("ruby",requireRuby());hljs.registerLanguage("erb",requireErb());hljs.registerLanguage("erlang-repl",requireErlangRepl());hljs.registerLanguage("erlang",requireErlang());hljs.registerLanguage("excel",requireExcel());hljs.registerLanguage("fix",requireFix());hljs.registerLanguage("flix",requireFlix());hljs.registerLanguage("fortran",requireFortran());hljs.registerLanguage("fsharp",requireFsharp());hljs.registerLanguage("gams",requireGams());hljs.registerLanguage("gauss",requireGauss());hljs.registerLanguage("gcode",requireGcode());hljs.registerLanguage("gherkin",requireGherkin());hljs.registerLanguage("glsl",requireGlsl());hljs.registerLanguage("gml",requireGml());hljs.registerLanguage("go",requireGo());hljs.registerLanguage("golo",requireGolo());hljs.registerLanguage("gradle",requireGradle());hljs.registerLanguage("graphql",requireGraphql());hljs.registerLanguage("groovy",requireGroovy());hljs.registerLanguage("haml",requireHaml());hljs.registerLanguage("handlebars",requireHandlebars());hljs.registerLanguage("haskell",requireHaskell());hljs.registerLanguage("haxe",requireHaxe());hljs.registerLanguage("hsp",requireHsp());hljs.registerLanguage("http",requireHttp());hljs.registerLanguage("hy",requireHy());hljs.registerLanguage("inform7",requireInform7());hljs.registerLanguage("ini",requireIni());hljs.registerLanguage("irpf90",requireIrpf90());hljs.registerLanguage("isbl",requireIsbl());hljs.registerLanguage("java",requireJava());hljs.registerLanguage("javascript",requireJavascript());hljs.registerLanguage("jboss-cli",requireJbossCli());hljs.registerLanguage("json",requireJson());hljs.registerLanguage("julia",requireJulia());hljs.registerLanguage("julia-repl",requireJuliaRepl());hljs.registerLanguage("kotlin",requireKotlin());hljs.registerLanguage("lasso",requireLasso());hljs.registerLanguage("latex",requireLatex());hljs.registerLanguage("ldif",requireLdif());hljs.registerLanguage("leaf",requireLeaf());hljs.registerLanguage("less",requireLess());hljs.registerLanguage("lisp",requireLisp());hljs.registerLanguage("livecodeserver",requireLivecodeserver());hljs.registerLanguage("livescript",requireLivescript());hljs.registerLanguage("llvm",requireLlvm());hljs.registerLanguage("lsl",requireLsl());hljs.registerLanguage("lua",requireLua());hljs.registerLanguage("makefile",requireMakefile());hljs.registerLanguage("mathematica",requireMathematica());hljs.registerLanguage("matlab",requireMatlab());hljs.registerLanguage("maxima",requireMaxima());hljs.registerLanguage("mel",requireMel());hljs.registerLanguage("mercury",requireMercury());hljs.registerLanguage("mipsasm",requireMipsasm());hljs.registerLanguage("mizar",requireMizar());hljs.registerLanguage("perl",requirePerl());hljs.registerLanguage("mojolicious",requireMojolicious());hljs.registerLanguage("monkey",requireMonkey());hljs.registerLanguage("moonscript",requireMoonscript());hljs.registerLanguage("n1ql",requireN1ql());hljs.registerLanguage("nestedtext",requireNestedtext());hljs.registerLanguage("nginx",requireNginx());hljs.registerLanguage("nim",requireNim());hljs.registerLanguage("nix",requireNix());hljs.registerLanguage("node-repl",requireNodeRepl());hljs.registerLanguage("nsis",requireNsis());hljs.registerLanguage("objectivec",requireObjectivec());hljs.registerLanguage("ocaml",requireOcaml());hljs.registerLanguage("openscad",requireOpenscad());hljs.registerLanguage("oxygene",requireOxygene());hljs.registerLanguage("parser3",requireParser3());hljs.registerLanguage("pf",requirePf());hljs.registerLanguage("pgsql",requirePgsql());hljs.registerLanguage("php",requirePhp());hljs.registerLanguage("php-template",requirePhpTemplate());hljs.registerLanguage("plaintext",requirePlaintext());hljs.registerLanguage("pony",requirePony());hljs.registerLanguage("powershell",requirePowershell());hljs.registerLanguage("processing",requireProcessing());hljs.registerLanguage("profile",requireProfile());hljs.registerLanguage("prolog",requireProlog());hljs.registerLanguage("properties",requireProperties());hljs.registerLanguage("protobuf",requireProtobuf());hljs.registerLanguage("puppet",requirePuppet());hljs.registerLanguage("purebasic",requirePurebasic());hljs.registerLanguage("python",requirePython());hljs.registerLanguage("python-repl",requirePythonRepl());hljs.registerLanguage("q",requireQ());hljs.registerLanguage("qml",requireQml());hljs.registerLanguage("r",requireR());hljs.registerLanguage("reasonml",requireReasonml());hljs.registerLanguage("rib",requireRib());hljs.registerLanguage("roboconf",requireRoboconf());hljs.registerLanguage("routeros",requireRouteros());hljs.registerLanguage("rsl",requireRsl());hljs.registerLanguage("ruleslanguage",requireRuleslanguage());hljs.registerLanguage("rust",requireRust());hljs.registerLanguage("sas",requireSas());hljs.registerLanguage("scala",requireScala());hljs.registerLanguage("scheme",requireScheme());hljs.registerLanguage("scilab",requireScilab());hljs.registerLanguage("scss",requireScss());hljs.registerLanguage("shell",requireShell());hljs.registerLanguage("smali",requireSmali());hljs.registerLanguage("smalltalk",requireSmalltalk());hljs.registerLanguage("sml",requireSml());hljs.registerLanguage("sqf",requireSqf());hljs.registerLanguage("sql",requireSql());hljs.registerLanguage("stan",requireStan());hljs.registerLanguage("stata",requireStata());hljs.registerLanguage("step21",requireStep21());hljs.registerLanguage("stylus",requireStylus());hljs.registerLanguage("subunit",requireSubunit());hljs.registerLanguage("swift",requireSwift());hljs.registerLanguage("taggerscript",requireTaggerscript());hljs.registerLanguage("yaml",requireYaml());hljs.registerLanguage("tap",requireTap());hljs.registerLanguage("tcl",requireTcl());hljs.registerLanguage("thrift",requireThrift());hljs.registerLanguage("tp",requireTp());hljs.registerLanguage("twig",requireTwig());hljs.registerLanguage("typescript",requireTypescript());hljs.registerLanguage("vala",requireVala());hljs.registerLanguage("vbnet",requireVbnet());hljs.registerLanguage("vbscript",requireVbscript());hljs.registerLanguage("vbscript-html",requireVbscriptHtml());hljs.registerLanguage("verilog",requireVerilog());hljs.registerLanguage("vhdl",requireVhdl());hljs.registerLanguage("vim",requireVim());hljs.registerLanguage("wasm",requireWasm());hljs.registerLanguage("wren",requireWren());hljs.registerLanguage("x86asm",requireX86asm());hljs.registerLanguage("xl",requireXl());hljs.registerLanguage("xquery",requireXquery());hljs.registerLanguage("zephir",requireZephir());hljs.HighlightJS=hljs;hljs.default=hljs;var lib$f=hljs;const HighlightJS=getDefaultExportFromCjs(lib$f);class SourceLocation{constructor(t,y,n){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=y,this.end=n}static range(t,y){return y?!t||!t.loc||!y.loc||t.loc.lexer!==y.loc.lexer?null:new SourceLocation(t.loc.lexer,t.loc.start,y.loc.end):t&&t.loc}}class Token{constructor(t,y){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=t,this.loc=y}range(t,y){return new Token(y,SourceLocation.range(this,t))}}class ParseError{constructor(t,y){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var n="KaTeX parse error: "+t,$,k,L=y&&y.loc;if(L&&L.start<=L.end){var j=L.lexer.input;$=L.start,k=L.end,$===j.length?n+=" at end of input: ":n+=" at position "+($+1)+": ";var V=j.slice($,k).replace(/[^]/g,"$&̲"),z;$>15?z="…"+j.slice($-15,$):z=j.slice(0,$);var re;k+15":">","<":"<",'"':""","'":"'"},ESCAPE_REGEX=/[&><"']/g;function escape$2(e){return String(e).replace(ESCAPE_REGEX,t=>ESCAPE_LOOKUP[t])}var getBaseElem=function e(t){return t.type==="ordgroup"||t.type==="color"?t.body.length===1?e(t.body[0]):t:t.type==="font"?e(t.body):t},isCharacterBox=function(t){var y=getBaseElem(t);return y.type==="mathord"||y.type==="textord"||y.type==="atom"},assert$k=function(t){if(!t)throw new Error("Expected non-null, but got "+String(t));return t},protocolFromUrl=function(t){var y=/^[\x00-\x20]*([^\\/#?]*?)(:|�*58|�*3a|&colon)/i.exec(t);return y?y[2]!==":"||!/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(y[1])?null:y[1].toLowerCase():"_relative"},utils$u={contains,deflt,escape:escape$2,hyphenate,getBaseElem,isCharacterBox,protocolFromUrl},SETTINGS_SCHEMA={displayMode:{type:"boolean",description:"Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.",cli:"-d, --display-mode"},output:{type:{enum:["htmlAndMathml","html","mathml"]},description:"Determines the markup language of the output.",cli:"-F, --format "},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 ",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 ",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 ",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 ",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 ",cliProcessor:e=>e==="Infinity"?1/0:parseInt(e)},globalGroup:{type:"boolean",cli:!1}};function getDefaultValue(e){if(e.default)return e.default;var t=e.type,y=Array.isArray(t)?t[0]:t;if(typeof y!="string")return y.enum[0];switch(y){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class Settings{constructor(t){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,t=t||{};for(var y in SETTINGS_SCHEMA)if(SETTINGS_SCHEMA.hasOwnProperty(y)){var n=SETTINGS_SCHEMA[y];this[y]=t[y]!==void 0?n.processor?n.processor(t[y]):t[y]:getDefaultValue(n)}}reportNonstrict(t,y,n){var $=this.strict;if(typeof $=="function"&&($=$(t,y,n)),!(!$||$==="ignore")){if($===!0||$==="error")throw new ParseError("LaTeX-incompatible input and strict mode is set to 'error': "+(y+" ["+t+"]"),n);$==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(y+" ["+t+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+$+"': "+y+" ["+t+"]"))}}useStrictBehavior(t,y,n){var $=this.strict;if(typeof $=="function")try{$=$(t,y,n)}catch{$="error"}return!$||$==="ignore"?!1:$===!0||$==="error"?!0:$==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(y+" ["+t+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+$+"': "+y+" ["+t+"]")),!1)}isTrusted(t){if(t.url&&!t.protocol){var y=utils$u.protocolFromUrl(t.url);if(y==null)return!1;t.protocol=y}var n=typeof this.trust=="function"?this.trust(t):this.trust;return!!n}}class Style{constructor(t,y,n){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=y,this.cramped=n}sup(){return styles[sup$2[this.id]]}sub(){return styles[sub$2[this.id]]}fracNum(){return styles[fracNum[this.id]]}fracDen(){return styles[fracDen[this.id]]}cramp(){return styles[cramp[this.id]]}text(){return styles[text$1[this.id]]}isTight(){return this.size>=2}}var D=0,Dc=1,T$1=2,Tc=3,S=4,Sc$2=5,SS=6,SSc=7,styles=[new Style(D,0,!1),new Style(Dc,0,!0),new Style(T$1,1,!1),new Style(Tc,1,!0),new Style(S,2,!1),new Style(Sc$2,2,!0),new Style(SS,3,!1),new Style(SSc,3,!0)],sup$2=[S,Sc$2,S,Sc$2,SS,SSc,SS,SSc],sub$2=[Sc$2,Sc$2,Sc$2,Sc$2,SSc,SSc,SSc,SSc],fracNum=[T$1,Tc,S,Sc$2,SS,SSc,SS,SSc],fracDen=[Tc,Tc,Sc$2,Sc$2,SSc,SSc,SSc,SSc],cramp=[Dc,Dc,Tc,Tc,Sc$2,Sc$2,SSc,SSc],text$1=[D,Dc,T$1,Tc,T$1,Tc,T$1,Tc],Style$1={DISPLAY:styles[D],TEXT:styles[T$1],SCRIPT:styles[S],SCRIPTSCRIPT:styles[SS]},scriptData=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function scriptFromCodepoint(e){for(var t=0;t=$[0]&&e<=$[1])return y.name}return null}var allBlocks=[];scriptData.forEach(e=>e.blocks.forEach(t=>allBlocks.push(...t)));function supportedCodepoint(e){for(var t=0;t=allBlocks[t]&&e<=allBlocks[t+1])return!0;return!1}var hLinePad=80,sqrtMain=function(t,y){return"M95,"+(622+t+y)+` +`},{className:"string",begin:"\\d{4}-\\d{2}-\\d{2}(\\s+)\\d{2}:\\d{2}:\\d{2}.\\d+Z"},{className:"string",begin:"(\\+|-)\\d+"},{className:"keyword",relevance:10,variants:[{begin:"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\s+(test)?"},{begin:"^progress(:?)(\\s+)?(pop|push)?"},{begin:"^tags:"},{begin:"^time:"}]}]}}return subunit_1=e,subunit_1}var swift_1,hasRequiredSwift;function requireSwift(){if(hasRequiredSwift)return swift_1;hasRequiredSwift=1;function e(Et){return Et?typeof Et=="string"?Et:Et.source:null}function t(Et){return y("(?=",Et,")")}function y(...Et){return Et.map(qe=>e(qe)).join("")}function n(Et){const Ve=Et[Et.length-1];return typeof Ve=="object"&&Ve.constructor===Object?(Et.splice(Et.length-1,1),Ve):{}}function k(...Et){return"("+(n(Et).capture?"":"?:")+Et.map(jt=>e(jt)).join("|")+")"}const L=Et=>y(/\b/,Et,/\w$/.test(Et)?/\b/:/\B/),$=["Protocol","Type"].map(L),j=["init","self"].map(L),V=["Any","Self"],z=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","borrowing","break","case","catch","class","consume","consuming","continue","convenience","copy","default","defer","deinit","didSet","distributed","do","dynamic","each","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","macro","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","package","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],re=["false","nil","true"],ie=["assignment","associativity","higherThan","left","lowerThan","none","right"],oe=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],ue=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],de=k(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),pe=k(de,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),Ie=y(de,pe,"*"),_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"],Ue=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function kt(Et){const Ve={match:/\s+/,relevance:0},qe=Et.COMMENT("/\\*","\\*/",{contains:["self"]}),jt=[Et.C_LINE_COMMENT_MODE,qe],tr={match:[/\./,k(...$,...j)],className:{2:"keyword"}},rr={match:y(/\./,k(...z)),relevance:0},ar=z.filter(To=>typeof To=="string").concat(["_|0"]),nr=z.filter(To=>typeof To!="string").concat(V).map(L),ur={variants:[{className:"keyword",match:k(...nr,...j)}]},cr={$pattern:k(/\b\w+/,/#\w+/),keyword:ar.concat(oe),literal:re},_r=[tr,rr,ur],hr={match:y(/\./,k(...ue)),relevance:0},Er={className:"built_in",match:y(/\b/,k(...ue),/(?=\()/)},kr=[hr,Er],xr={match:/->/,relevance:0},yr={className:"operator",relevance:0,variants:[{match:Ie},{match:`\\.(\\.|${pe})+`}]},vr=[xr,yr],Rr="([0-9]_*)+",Br="([0-9a-fA-F]_*)+",mr={className:"number",relevance:0,variants:[{match:`\\b(${Rr})(\\.(${Rr}))?([eE][+-]?(${Rr}))?\\b`},{match:`\\b0x(${Br})(\\.(${Br}))?([pP][+-]?(${Rr}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},gr=(To="")=>({className:"subst",variants:[{match:y(/\\/,To,/[0\\tnr"']/)},{match:y(/\\/,To,/u\{[0-9a-fA-F]{1,8}\}/)}]}),jr=(To="")=>({className:"subst",match:y(/\\/,To,/[\t ]*(?:[\r\n]|\r\n)/)}),Hr=(To="")=>({className:"subst",label:"interpol",begin:y(/\\/,To,/\(/),end:/\)/}),Ur=(To="")=>({begin:y(To,/"""/),end:y(/"""/,To),contains:[gr(To),jr(To),Hr(To)]}),zr=(To="")=>({begin:y(To,/"/),end:y(/"/,To),contains:[gr(To),Hr(To)]}),Sr={className:"string",variants:[Ur(),Ur("#"),Ur("##"),Ur("###"),zr(),zr("#"),zr("##"),zr("###")]},Tr=[Et.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[Et.BACKSLASH_ESCAPE]}],Mr={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:Tr},br=To=>{const Hi=y(To,/\//),na=y(/\//,To);return{begin:Hi,end:na,contains:[...Tr,{scope:"comment",begin:`#(?!.*${na})`,end:/$/}]}},Cr={scope:"regexp",variants:[br("###"),br("##"),br("#"),Mr]},Ir={match:y(/`/,he,/`/)},Dr={className:"variable",match:/\$\d+/},Kr={className:"variable",match:`\\$${Ce}+`},Wr=[Ir,Dr,Kr],Nr={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:Ue,contains:[...vr,mr,Sr]}]}},Fr={scope:"keyword",match:y(/@/,k(...Fe),t(k(/\(/,/\s+/)))},Qr={scope:"meta",match:y(/@/,he)},ca=[Nr,Fr,Qr],Po={match:t(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:y(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,Ce,"+")},{className:"type",match:Ne,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:y(/\s+&\s+/,t(Ne)),relevance:0}]},Wa={begin://,keywords:cr,contains:[...jt,..._r,...ca,xr,Po]};Po.contains.push(Wa);const Go={match:y(he,/\s*:/),keywords:"_|0",relevance:0},us={begin:/\(/,end:/\)/,relevance:0,keywords:cr,contains:["self",Go,...jt,Cr,..._r,...kr,...vr,mr,Sr,...Wr,...ca,Po]},Kn={begin://,keywords:"repeat each",contains:[...jt,Po]},Gr={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:[Gr,...jt,..._r,...vr,mr,Sr,...ca,Po,us],endsParent:!0,illegal:/["']/},On={match:[/(func|macro)/,/\s+/,k(Ir.match,he,Ie)],className:{1:"keyword",3:"title.function"},contains:[Kn,Ar,Ve],illegal:[/\[/,/%/]},kn={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Kn,Ar,Ve],illegal:/\[|%/},Sa={match:[/operator/,/\s+/,Ie],className:{1:"keyword",3:"title"}},sa={begin:[/precedencegroup/,/\s+/,Ne],className:{1:"keyword",3:"title"},contains:[Po],keywords:[...ie,...re],end:/}/},qa={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,he,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:cr,contains:[Kn,..._r,{begin:/:/,end:/\{/,keywords:cr,contains:[{scope:"title.class.inherited",match:Ne},..._r],relevance:0}]};for(const To of Sr.variants){const Hi=To.contains.find(Ma=>Ma.label==="interpol");Hi.keywords=cr;const na=[..._r,...kr,...vr,mr,Sr,...Wr];Hi.contains=[...na,{begin:/\(/,end:/\)/,contains:["self",...na]}]}return{name:"Swift",keywords:cr,contains:[...jt,On,kn,qa,Sa,sa,{beginKeywords:"import",end:/$/,contains:[...jt],relevance:0},Cr,..._r,...kr,...vr,mr,Sr,...Wr,...ca,Po,us]}}return swift_1=kt,swift_1}var taggerscript_1,hasRequiredTaggerscript;function requireTaggerscript(){if(hasRequiredTaggerscript)return taggerscript_1;hasRequiredTaggerscript=1;function e(t){return{name:"Tagger Script",contains:[{className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\\[()]/},{begin:/\(/,end:/\)/,contains:[{begin:/\\[()]/},"self"]}],relevance:10},{className:"keyword",begin:/\$[_a-zA-Z0-9]+(?=\()/},{className:"variable",begin:/%[_a-zA-Z0-9:]+%/},{className:"symbol",begin:/\\[\\nt$%,()]/},{className:"symbol",begin:/\\u[a-fA-F0-9]{4}/}]}}return taggerscript_1=e,taggerscript_1}var yaml_1,hasRequiredYaml;function requireYaml(){if(hasRequiredYaml)return yaml_1;hasRequiredYaml=1;function e(t){const y="true false yes no null",n="[\\w#;/?:@&=+$,.~*'()[\\]]+",k={className:"attr",variants:[{begin:/\w[\w :()\./-]*:(?=[ \t]|$)/},{begin:/"\w[\w :()\./-]*":(?=[ \t]|$)/},{begin:/'\w[\w :()\./-]*':(?=[ \t]|$)/}]},L={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},$={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[t.BACKSLASH_ESCAPE,L]},j=t.inherit($,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),oe={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},ue={end:",",endsWithParent:!0,excludeEnd:!0,keywords:y,relevance:0},de={begin:/\{/,end:/\}/,contains:[ue],illegal:"\\n",relevance:0},pe={begin:"\\[",end:"\\]",contains:[ue],illegal:"\\n",relevance:0},Ie=[k,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+n},{className:"type",begin:"!<"+n+">"},{className:"type",begin:"!"+n},{className:"type",begin:"!!"+n},{className:"meta",begin:"&"+t.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+t.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},t.HASH_COMMENT_MODE,{beginKeywords:y,keywords:{literal:y}},oe,{className:"number",begin:t.C_NUMBER_RE+"\\b",relevance:0},de,pe,$],_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=(gr,{after:jr})=>{const Hr="",end:""},pe=/<[A-Za-z0-9\\._:-]+\s*\/>/,Ie={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(gr,jr)=>{const Hr=gr[0].length+gr.index,Ur=gr.input[Hr];if(Ur==="<"||Ur===","){jr.ignoreMatch();return}Ur===">"&&(oe(gr,{after:Hr})||jr.ignoreMatch());let zr;const Sr=gr.input.substring(Hr);if(zr=Sr.match(/^\s*=/)){jr.ignoreMatch();return}if((zr=Sr.match(/^\s+extends\s+/))&&zr.index===0){jr.ignoreMatch();return}}},_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},Ue={className:"subst",begin:"\\$\\{",end:"\\}",keywords:_e,contains:[]},kt={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ue],subLanguage:"xml"}},Et={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ue],subLanguage:"css"}},Ve={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ue],subLanguage:"graphql"}},qe={className:"string",begin:"`",end:"`",contains:[re.BACKSLASH_ESCAPE,Ue]},tr={className:"comment",variants:[re.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:ue+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),re.C_BLOCK_COMMENT_MODE,re.C_LINE_COMMENT_MODE]},rr=[re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,kt,Et,Ve,qe,{match:/\$\d+/},Fe];Ue.contains=rr.concat({begin:/\{/,end:/\}/,keywords:_e,contains:["self"].concat(rr)});const ar=[].concat(tr,Ue.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"}}]},_r={relevance:0,match:ie.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...n,...k]}},hr={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},Er={variants:[{match:[/function/,/\s+/,ue,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[ur],illegal:/%/},kr={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function xr(gr){return ie.concat("(?!",gr.join("|"),")")}const yr={match:ie.concat(/\b/,xr([...L,"super","import"].map(gr=>`${gr}\\s*\\(`)),ue,ie.lookahead(/\s*\(/)),className:"title.function",relevance:0},vr={begin:ie.concat(/\./,ie.lookahead(ie.concat(ue,/(?![0-9A-Za-z$_(])/))),end:ue,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},Rr={match:[/get|set/,/\s+/,ue,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},ur]},Br="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+re.UNDERSCORE_IDENT_RE+")\\s*=>",mr={match:[/const|var|let/,/\s+/,ue,/\s*/,/=\s*/,/(async\s*)?/,ie.lookahead(Br)],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:_r},illegal:/#(?![$_A-z])/,contains:[re.SHEBANG({label:"shebang",binary:"node",relevance:5}),hr,re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,kt,Et,Ve,qe,tr,{match:/\$\d+/},Fe,_r,{className:"attr",begin:ue+ie.lookahead(":"),relevance:0},mr,{begin:"("+re.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[tr,re.REGEXP_MODE,{className:"function",begin:Br,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"]}]}]},Er,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+re.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[ur,re.inherit(re.TITLE_MODE,{begin:ue,className:"title.function"})]},{match:/\.\.\./,relevance:0},vr,{match:"\\$"+ue,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[ur]},yr,kr,cr,Rr,{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=(kt,Et,Ve)=>{const qe=kt.contains.findIndex(jt=>jt.label===Et);if(qe===-1)throw new Error("can not find mode to replace");kt.contains.splice(qe,1,Ve)};Object.assign(ie.keywords,Ce),ie.exports.PARAMS_CONTAINS.push(he);const Fe=ie.contains.find(kt=>kt.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 Ue=ie.contains.find(kt=>kt.label==="func.def");return Ue.relevance=0,Object.assign(ie,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),ie}return typescript_1=z,typescript_1}var vala_1,hasRequiredVala;function requireVala(){if(hasRequiredVala)return vala_1;hasRequiredVala=1;function e(t){return{name:"Vala",keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:/\{/,excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[t.UNDERSCORE_TITLE_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$"}]}}return vala_1=e,vala_1}var vbnet_1,hasRequiredVbnet;function requireVbnet(){if(hasRequiredVbnet)return vbnet_1;hasRequiredVbnet=1;function e(t){const y=t.regex,n={className:"string",begin:/"(""|[^/n])"C\b/},k={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},L=/\d{1,2}\/\d{1,2}\/\d{4}/,$=/\d{4}-\d{1,2}-\d{1,2}/,j=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,V=/\d{1,2}(:\d{1,2}){1,2}/,z={className:"literal",variants:[{begin:y.concat(/# */,y.either($,L),/ *#/)},{begin:y.concat(/# */,V,/ *#/)},{begin:y.concat(/# */,j,/ *#/)},{begin:y.concat(/# */,y.either($,L),/ +/,y.either(j,V),/ *#/)}]},re={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},ie={className:"label",begin:/^\w+:/},oe=t.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),ue=t.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[n,k,z,re,ie,oe,ue,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[ue]}]}}return vbnet_1=e,vbnet_1}var vbscript_1,hasRequiredVbscript;function requireVbscript(){if(hasRequiredVbscript)return vbscript_1;hasRequiredVbscript=1;function e(t){const y=t.regex,n=["lcase","month","vartype","instrrev","ubound","setlocale","getobject","rgb","getref","string","weekdayname","rnd","dateadd","monthname","now","day","minute","isarray","cbool","round","formatcurrency","conversions","csng","timevalue","second","year","space","abs","clng","timeserial","fixs","len","asc","isempty","maths","dateserial","atn","timer","isobject","filter","weekday","datevalue","ccur","isdate","instr","datediff","formatdatetime","replace","isnull","right","sgn","array","snumeric","log","cdbl","hex","chr","lbound","msgbox","ucase","getlocale","cos","cdate","cbyte","rtrim","join","hour","oct","typename","trim","strcomp","int","createobject","loadpicture","tan","formatnumber","mid","split","cint","sin","datepart","ltrim","sqr","time","derived","eval","date","formatpercent","exp","inputbox","left","ascw","chrw","regexp","cstr","err"],k=["server","response","request","scriptengine","scriptenginebuildversion","scriptengineminorversion","scriptenginemajorversion"],L={begin:y.concat(y.either(...n),"\\s*\\("),relevance:0,keywords:{built_in:n}};return{name:"VBScript",aliases:["vbs"],case_insensitive:!0,keywords:{keyword:["call","class","const","dim","do","loop","erase","execute","executeglobal","exit","for","each","next","function","if","then","else","on","error","option","explicit","new","private","property","let","get","public","randomize","redim","rem","select","case","set","stop","sub","while","wend","with","end","to","elseif","is","or","xor","and","not","class_initialize","class_terminate","default","preserve","in","me","byval","byref","step","resume","goto"],built_in:k,literal:["true","false","null","nothing","empty"]},illegal:"//",contains:[L,t.inherit(t.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),t.COMMENT(/'/,/$/,{relevance:0}),t.C_NUMBER_MODE]}}return vbscript_1=e,vbscript_1}var vbscriptHtml_1,hasRequiredVbscriptHtml;function requireVbscriptHtml(){if(hasRequiredVbscriptHtml)return vbscriptHtml_1;hasRequiredVbscriptHtml=1;function e(t){return{name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}return vbscriptHtml_1=e,vbscriptHtml_1}var verilog_1,hasRequiredVerilog;function requireVerilog(){if(hasRequiredVerilog)return verilog_1;hasRequiredVerilog=1;function e(t){const y=t.regex,n={$pattern:/\$?[\w]+(\$[\w]+)*/,keyword:["accept_on","alias","always","always_comb","always_ff","always_latch","and","assert","assign","assume","automatic","before","begin","bind","bins","binsof","bit","break","buf|0","bufif0","bufif1","byte","case","casex","casez","cell","chandle","checker","class","clocking","cmos","config","const","constraint","context","continue","cover","covergroup","coverpoint","cross","deassign","default","defparam","design","disable","dist","do","edge","else","end","endcase","endchecker","endclass","endclocking","endconfig","endfunction","endgenerate","endgroup","endinterface","endmodule","endpackage","endprimitive","endprogram","endproperty","endspecify","endsequence","endtable","endtask","enum","event","eventually","expect","export","extends","extern","final","first_match","for","force","foreach","forever","fork","forkjoin","function","generate|5","genvar","global","highz0","highz1","if","iff","ifnone","ignore_bins","illegal_bins","implements","implies","import","incdir","include","initial","inout","input","inside","instance","int","integer","interconnect","interface","intersect","join","join_any","join_none","large","let","liblist","library","local","localparam","logic","longint","macromodule","matches","medium","modport","module","nand","negedge","nettype","new","nexttime","nmos","nor","noshowcancelled","not","notif0","notif1","or","output","package","packed","parameter","pmos","posedge","primitive","priority","program","property","protected","pull0","pull1","pulldown","pullup","pulsestyle_ondetect","pulsestyle_onevent","pure","rand","randc","randcase","randsequence","rcmos","real","realtime","ref","reg","reject_on","release","repeat","restrict","return","rnmos","rpmos","rtran","rtranif0","rtranif1","s_always","s_eventually","s_nexttime","s_until","s_until_with","scalared","sequence","shortint","shortreal","showcancelled","signed","small","soft","solve","specify","specparam","static","string","strong","strong0","strong1","struct","super","supply0","supply1","sync_accept_on","sync_reject_on","table","tagged","task","this","throughout","time","timeprecision","timeunit","tran","tranif0","tranif1","tri","tri0","tri1","triand","trior","trireg","type","typedef","union","unique","unique0","unsigned","until","until_with","untyped","use","uwire","var","vectored","virtual","void","wait","wait_order","wand","weak","weak0","weak1","while","wildcard","wire","with","within","wor","xnor","xor"],literal:["null"],built_in:["$finish","$stop","$exit","$fatal","$error","$warning","$info","$realtime","$time","$printtimescale","$bitstoreal","$bitstoshortreal","$itor","$signed","$cast","$bits","$stime","$timeformat","$realtobits","$shortrealtobits","$rtoi","$unsigned","$asserton","$assertkill","$assertpasson","$assertfailon","$assertnonvacuouson","$assertoff","$assertcontrol","$assertpassoff","$assertfailoff","$assertvacuousoff","$isunbounded","$sampled","$fell","$changed","$past_gclk","$fell_gclk","$changed_gclk","$rising_gclk","$steady_gclk","$coverage_control","$coverage_get","$coverage_save","$set_coverage_db_name","$rose","$stable","$past","$rose_gclk","$stable_gclk","$future_gclk","$falling_gclk","$changing_gclk","$display","$coverage_get_max","$coverage_merge","$get_coverage","$load_coverage_db","$typename","$unpacked_dimensions","$left","$low","$increment","$clog2","$ln","$log10","$exp","$sqrt","$pow","$floor","$ceil","$sin","$cos","$tan","$countbits","$onehot","$isunknown","$fatal","$warning","$dimensions","$right","$high","$size","$asin","$acos","$atan","$atan2","$hypot","$sinh","$cosh","$tanh","$asinh","$acosh","$atanh","$countones","$onehot0","$error","$info","$random","$dist_chi_square","$dist_erlang","$dist_exponential","$dist_normal","$dist_poisson","$dist_t","$dist_uniform","$q_initialize","$q_remove","$q_exam","$async$and$array","$async$nand$array","$async$or$array","$async$nor$array","$sync$and$array","$sync$nand$array","$sync$or$array","$sync$nor$array","$q_add","$q_full","$psprintf","$async$and$plane","$async$nand$plane","$async$or$plane","$async$nor$plane","$sync$and$plane","$sync$nand$plane","$sync$or$plane","$sync$nor$plane","$system","$display","$displayb","$displayh","$displayo","$strobe","$strobeb","$strobeh","$strobeo","$write","$readmemb","$readmemh","$writememh","$value$plusargs","$dumpvars","$dumpon","$dumplimit","$dumpports","$dumpportson","$dumpportslimit","$writeb","$writeh","$writeo","$monitor","$monitorb","$monitorh","$monitoro","$writememb","$dumpfile","$dumpoff","$dumpall","$dumpflush","$dumpportsoff","$dumpportsall","$dumpportsflush","$fclose","$fdisplay","$fdisplayb","$fdisplayh","$fdisplayo","$fstrobe","$fstrobeb","$fstrobeh","$fstrobeo","$swrite","$swriteb","$swriteh","$swriteo","$fscanf","$fread","$fseek","$fflush","$feof","$fopen","$fwrite","$fwriteb","$fwriteh","$fwriteo","$fmonitor","$fmonitorb","$fmonitorh","$fmonitoro","$sformat","$sformatf","$fgetc","$ungetc","$fgets","$sscanf","$rewind","$ftell","$ferror"]},k=["__FILE__","__LINE__"],L=["begin_keywords","celldefine","default_nettype","default_decay_time","default_trireg_strength","define","delay_mode_distributed","delay_mode_path","delay_mode_unit","delay_mode_zero","else","elsif","end_keywords","endcelldefine","endif","ifdef","ifndef","include","line","nounconnected_drive","pragma","resetall","timescale","unconnected_drive","undef","undefineall"];return{name:"Verilog",aliases:["v","sv","svh"],case_insensitive:!1,keywords:n,contains:[t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE,t.QUOTE_STRING_MODE,{scope:"number",contains:[t.BACKSLASH_ESCAPE],variants:[{begin:/\b((\d+'([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\B(('([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\b[0-9][0-9_]*/,relevance:0}]},{scope:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{scope:"variable.constant",match:y.concat(/`/,y.either(...k))},{scope:"meta",begin:y.concat(/`/,y.either(...L)),end:/$|\/\/|\/\*/,returnEnd:!0,keywords:L}]}}return verilog_1=e,verilog_1}var vhdl_1,hasRequiredVhdl;function requireVhdl(){if(hasRequiredVhdl)return vhdl_1;hasRequiredVhdl=1;function e(t){const y="\\d(_|\\d)*",n="[eE][-+]?"+y,k=y+"(\\."+y+")?("+n+")?",L="\\w+",j="\\b("+(y+"#"+L+"(\\."+L+")?#("+n+")?")+"|"+k+")";return{name:"VHDL",case_insensitive:!0,keywords:{keyword:["abs","access","after","alias","all","and","architecture","array","assert","assume","assume_guarantee","attribute","begin","block","body","buffer","bus","case","component","configuration","constant","context","cover","disconnect","downto","default","else","elsif","end","entity","exit","fairness","file","for","force","function","generate","generic","group","guarded","if","impure","in","inertial","inout","is","label","library","linkage","literal","loop","map","mod","nand","new","next","nor","not","null","of","on","open","or","others","out","package","parameter","port","postponed","procedure","process","property","protected","pure","range","record","register","reject","release","rem","report","restrict","restrict_guarantee","return","rol","ror","select","sequence","severity","shared","signal","sla","sll","sra","srl","strong","subtype","then","to","transport","type","unaffected","units","until","use","variable","view","vmode","vprop","vunit","wait","when","while","with","xnor","xor"],built_in:["boolean","bit","character","integer","time","delay_length","natural","positive","string","bit_vector","file_open_kind","file_open_status","std_logic","std_logic_vector","unsigned","signed","boolean_vector","integer_vector","std_ulogic","std_ulogic_vector","unresolved_unsigned","u_unsigned","unresolved_signed","u_signed","real_vector","time_vector"],literal:["false","true","note","warning","error","failure","line","text","side","width"]},illegal:/\{/,contains:[t.C_BLOCK_COMMENT_MODE,t.COMMENT("--","$"),t.QUOTE_STRING_MODE,{className:"number",begin:j,relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[t.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[t.BACKSLASH_ESCAPE]}]}}return vhdl_1=e,vhdl_1}var vim_1,hasRequiredVim;function requireVim(){if(hasRequiredVim)return vim_1;hasRequiredVim=1;function e(t){return{name:"Vim Script",keywords:{$pattern:/[!#@\w]+/,keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[t.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},t.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]+/},{begin:[/\b(?:function|function!)/,/\s+/,t.IDENT_RE],className:{1:"keyword",3:"title"},end:"$",relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}return vim_1=e,vim_1}var wasm_1,hasRequiredWasm;function requireWasm(){if(hasRequiredWasm)return wasm_1;hasRequiredWasm=1;function e(t){t.regex;const y=t.COMMENT(/\(;/,/;\)/);y.contains.push("self");const n=t.COMMENT(/;;/,/$/),k=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],L={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},$={className:"variable",begin:/\$[\w_]+/},j={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},V={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},z={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},re={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:k},contains:[n,y,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},$,j,L,t.QUOTE_STRING_MODE,z,re,V]}}return wasm_1=e,wasm_1}var wren_1,hasRequiredWren;function requireWren(){if(hasRequiredWren)return wren_1;hasRequiredWren=1;function e(t){const y=t.regex,n=/[a-zA-Z]\w*/,k=["as","break","class","construct","continue","else","for","foreign","if","import","in","is","return","static","var","while"],L=["true","false","null"],$=["this","super"],j=["Bool","Class","Fiber","Fn","List","Map","Null","Num","Object","Range","Sequence","String","System"],V=["-","~",/\*/,"%",/\.\.\./,/\.\./,/\+/,"<<",">>",">=","<=","<",">",/\^/,/!=/,/!/,/\bis\b/,"==","&&","&",/\|\|/,/\|/,/\?:/,"="],z={relevance:0,match:y.concat(/\b(?!(if|while|for|else|super)\b)/,n,/(?=\s*[({])/),className:"title.function"},re={match:y.concat(y.either(y.concat(/\b(?!(if|while|for|else|super)\b)/,n),y.either(...V)),/(?=\s*\([^)]+\)\s*\{)/),className:"title.function",starts:{contains:[{begin:/\(/,end:/\)/,contains:[{relevance:0,scope:"params",match:n}]}]}},ie={variants:[{match:[/class\s+/,n,/\s+is\s+/,n]},{match:[/class\s+/,n]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:k},oe={relevance:0,match:y.either(...V),className:"operator"},ue={className:"string",begin:/"""/,end:/"""/},de={className:"property",begin:y.concat(/\./,y.lookahead(n)),end:n,excludeBegin:!0,relevance:0},pe={relevance:0,match:y.concat(/\b_/,n),scope:"variable"},Ie={relevance:0,match:/\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:"title.class",keywords:{_:j}},_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 Ue=[...k,...$,...L],kt={relevance:0,match:y.concat("\\b(?!",Ue.join("|"),"\\b)",/[a-zA-Z_]\w*(?:[?!]|\b)/),className:"variable"};return{name:"Wren",keywords:{keyword:k,"variable.language":$,literal:L},contains:[{scope:"comment",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\()/],beginScope:{},keywords:{literal:L},contains:[],end:/\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]},_e,Fe,ue,he,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,Ie,ie,Ce,re,z,oe,pe,de,kt]}}return wren_1=e,wren_1}var x86asm_1,hasRequiredX86asm;function requireX86asm(){if(hasRequiredX86asm)return x86asm_1;hasRequiredX86asm=1;function e(t){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+t.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[t.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*(\\.[0-9_]*)?(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},t.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}return x86asm_1=e,x86asm_1}var xl_1,hasRequiredXl;function requireXl(){if(hasRequiredXl)return xl_1;hasRequiredXl=1;function e(t){const y=["if","then","else","do","while","until","for","loop","import","with","is","as","where","when","by","data","constant","integer","real","text","name","boolean","symbol","infix","prefix","postfix","block","tree"],n=["in","mod","rem","and","or","xor","not","abs","sign","floor","ceil","sqrt","sin","cos","tan","asin","acos","atan","exp","expm1","log","log2","log10","log1p","pi","at","text_length","text_range","text_find","text_replace","contains","page","slide","basic_slide","title_slide","title","subtitle","fade_in","fade_out","fade_at","clear_color","color","line_color","line_width","texture_wrap","texture_transform","texture","scale_?x","scale_?y","scale_?z?","translate_?x","translate_?y","translate_?z?","rotate_?x","rotate_?y","rotate_?z?","rectangle","circle","ellipse","sphere","path","line_to","move_to","quad_to","curve_to","theme","background","contents","locally","time","mouse_?x","mouse_?y","mouse_buttons"],k=["ObjectLoader","Animate","MovieCredits","Slides","Filters","Shading","Materials","LensFlare","Mapping","VLCAudioVideo","StereoDecoder","PointCloud","NetworkAccess","RemoteControl","RegExp","ChromaKey","Snowfall","NodeJS","Speech","Charts"],$={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:y,literal:["true","false","nil"],built_in:n.concat(k)},j={className:"string",begin:'"',end:'"',illegal:"\\n"},V={className:"string",begin:"'",end:"'",illegal:"\\n"},z={className:"string",begin:"<<",end:">>"},re={className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},ie={beginKeywords:"import",end:"$",keywords:$,contains:[j]},oe={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[t.inherit(t.TITLE_MODE,{starts:{endsWithParent:!0,keywords:$}})]};return{name:"XL",aliases:["tao"],keywords:$,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,j,V,z,oe,ie,re,t.NUMBER_MODE]}}return xl_1=e,xl_1}var xquery_1,hasRequiredXquery;function requireXquery(){if(hasRequiredXquery)return xquery_1;hasRequiredXquery=1;function e(t){return{name:"XQuery",aliases:["xpath","xq","xqm"],case_insensitive:!1,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{$pattern:/[a-zA-Z$][a-zA-Z0-9_:-]*/,keyword:["module","schema","namespace","boundary-space","preserve","no-preserve","strip","default","collation","base-uri","ordering","context","decimal-format","decimal-separator","copy-namespaces","empty-sequence","except","exponent-separator","external","grouping-separator","inherit","no-inherit","lax","minus-sign","per-mille","percent","schema-attribute","schema-element","strict","unordered","zero-digit","declare","import","option","function","validate","variable","for","at","in","let","where","order","group","by","return","if","then","else","tumbling","sliding","window","start","when","only","end","previous","next","stable","ascending","descending","allowing","empty","greatest","least","some","every","satisfies","switch","case","typeswitch","try","catch","and","or","to","union","intersect","instance","of","treat","as","castable","cast","map","array","delete","insert","into","replace","value","rename","copy","modify","update"],type:["item","document-node","node","attribute","document","element","comment","namespace","namespace-node","processing-instruction","text","construction","xs:anyAtomicType","xs:untypedAtomic","xs:duration","xs:time","xs:decimal","xs:float","xs:double","xs:gYearMonth","xs:gYear","xs:gMonthDay","xs:gMonth","xs:gDay","xs:boolean","xs:base64Binary","xs:hexBinary","xs:anyURI","xs:QName","xs:NOTATION","xs:dateTime","xs:dateTimeStamp","xs:date","xs:string","xs:normalizedString","xs:token","xs:language","xs:NMTOKEN","xs:Name","xs:NCName","xs:ID","xs:IDREF","xs:ENTITY","xs:integer","xs:nonPositiveInteger","xs:negativeInteger","xs:long","xs:int","xs:short","xs:byte","xs:nonNegativeInteger","xs:unisignedLong","xs:unsignedInt","xs:unsignedShort","xs:unsignedByte","xs:positiveInteger","xs:yearMonthDuration","xs:dayTimeDuration"],literal:["eq","ne","lt","le","gt","ge","is","self::","child::","descendant::","descendant-or-self::","attribute::","following::","following-sibling::","parent::","ancestor::","ancestor-or-self::","preceding::","preceding-sibling::","NaN"]},contains:[{className:"variable",begin:/[$][\w\-:]+/},{className:"built_in",variants:[{begin:/\barray:/,end:/(?:append|filter|flatten|fold-(?:left|right)|for-each(?:-pair)?|get|head|insert-before|join|put|remove|reverse|size|sort|subarray|tail)\b/},{begin:/\bmap:/,end:/(?:contains|entry|find|for-each|get|keys|merge|put|remove|size)\b/},{begin:/\bmath:/,end:/(?:a(?:cos|sin|tan[2]?)|cos|exp(?:10)?|log(?:10)?|pi|pow|sin|sqrt|tan)\b/},{begin:/\bop:/,end:/\(/,excludeEnd:!0},{begin:/\bfn:/,end:/\(/,excludeEnd:!0},{begin:/[^/,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":">","<":"<",'"':""","'":"'"},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]*([^\\/#?]*?)(:|�*58|�*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 "},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 ",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 ",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 ",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 ",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 ",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=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[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 @@ -184,11 +184,11 @@ s-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9 c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200 c0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26 s76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104, -606zM`+(1001+t)+" "+y+"h400000v"+(40+t)+"H1017.7z"},phasePath=function(t){var y=t/2;return"M400000 "+t+" H0 L"+y+" 0 l65 45 L145 "+(t-80)+" H400000z"},sqrtTall=function(t,y,n){var $=n-54-y-t;return"M702 "+(t+y)+"H400000"+(40+t)+` -H742v`+$+`l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1 +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 $="";switch(t){case"sqrtMain":$=sqrtMain(y,hLinePad);break;case"sqrtSize1":$=sqrtSize1(y,hLinePad);break;case"sqrtSize2":$=sqrtSize2(y,hLinePad);break;case"sqrtSize3":$=sqrtSize3(y,hLinePad);break;case"sqrtSize4":$=sqrtSize4(y,hLinePad);break;case"sqrtTall":$=sqrtTall(y,hLinePad,n)}return $},innerPath=function(t,y){switch(t){case"⎜":return"M291 0 H417 V"+y+" H291z M291 0 H417 V"+y+" H291z";case"∣":return"M145 0 H188 V"+y+" H145z M145 0 H188 V"+y+" H145z";case"∥":return"M145 0 H188 V"+y+" H145z M145 0 H188 V"+y+" H145z"+("M367 0 H410 V"+y+" H367z M367 0 H410 V"+y+" H367z");case"⎟":return"M457 0 H583 V"+y+" H457z M457 0 H583 V"+y+" H457z";case"⎢":return"M319 0 H403 V"+y+" H319z M319 0 H403 V"+y+" H319z";case"⎥":return"M263 0 H347 V"+y+" H263z M263 0 H347 V"+y+" H263z";case"⎪":return"M384 0 H504 V"+y+" H384z M384 0 H504 V"+y+" H384z";case"⏐":return"M312 0 H355 V"+y+" H312z M312 0 H355 V"+y+" H312z";case"‖":return"M257 0 H300 V"+y+" H257z M257 0 H300 V"+y+" H257z"+("M478 0 H521 V"+y+" H478z M478 0 H521 V"+y+" H478z");default:return""}},path$2={doubleleftarrow:`M262 157 +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 @@ -391,14 +391,14 @@ 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 c0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17 c242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558 l0,-`+(y+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7, --470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z`;default:throw new Error("Unknown stretchy delimiter.")}};class DocumentFragment{constructor(t){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){for(var t=document.createDocumentFragment(),y=0;yy.toText();return this.children.map(t).join("")}}var fontMetricsData={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},sigmasAndXis={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},extraCharacterMap={Å:"A",Ð:"D",Þ:"o",å:"a",ð:"d",þ:"o",А:"A",Б:"B",В:"B",Г:"F",Д:"A",Е:"E",Ж:"K",З:"3",И:"N",Й:"N",К:"K",Л:"N",М:"M",Н:"H",О:"O",П:"N",Р:"P",С:"C",Т:"T",У:"y",Ф:"O",Х:"X",Ц:"U",Ч:"h",Ш:"W",Щ:"W",Ъ:"B",Ы:"X",Ь:"B",Э:"3",Ю:"X",Я:"R",а:"a",б:"b",в:"a",г:"r",д:"y",е:"e",ж:"m",з:"e",и:"n",й:"n",к:"n",л:"n",м:"m",н:"n",о:"o",п:"n",р:"p",с:"c",т:"o",у:"y",ф:"b",х:"x",ц:"n",ч:"n",ш:"w",щ:"w",ъ:"a",ы:"m",ь:"a",э:"e",ю:"m",я:"r"};function setFontMetrics(e,t){fontMetricsData[e]=t}function getCharacterMetrics(e,t,y){if(!fontMetricsData[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),$=fontMetricsData[t][n];if(!$&&e[0]in extraCharacterMap&&(n=extraCharacterMap[e[0]].charCodeAt(0),$=fontMetricsData[t][n]),!$&&y==="text"&&supportedCodepoint(n)&&($=fontMetricsData[t][77]),$)return{depth:$[0],height:$[1],italic:$[2],skew:$[3],width:$[4]}}var fontMetricsBySizeIndex={};function getGlobalMetrics(e){var t;if(e>=5?t=0:e>=3?t=1:t=2,!fontMetricsBySizeIndex[t]){var y=fontMetricsBySizeIndex[t]={cssEmPerMu:sigmasAndXis.quad[t]/18};for(var n in sigmasAndXis)sigmasAndXis.hasOwnProperty(n)&&(y[n]=sigmasAndXis[n][t])}return fontMetricsBySizeIndex[t]}var sizeStyleMap=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],sizeMultipliers=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],sizeAtStyle=function(t,y){return y.size<2?t:sizeStyleMap[t-1][y.size-1]};class Options{constructor(t){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=t.style,this.color=t.color,this.size=t.size||Options.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||"",this.fontFamily=t.fontFamily||"",this.fontWeight=t.fontWeight||"",this.fontShape=t.fontShape||"",this.sizeMultiplier=sizeMultipliers[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}extend(t){var y={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var n in t)t.hasOwnProperty(n)&&(y[n]=t[n]);return new Options(y)}havingStyle(t){return this.style===t?this:this.extend({style:t,size:sizeAtStyle(this.textSize,t)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(t){return this.size===t&&this.textSize===t?this:this.extend({style:this.style.text(),size:t,textSize:t,sizeMultiplier:sizeMultipliers[t-1]})}havingBaseStyle(t){t=t||this.style.text();var y=sizeAtStyle(Options.BASESIZE,t);return this.size===y&&this.textSize===Options.BASESIZE&&this.style===t?this:this.extend({style:t,size:y})}havingBaseSizing(){var t;switch(this.style.id){case 4:case 5:t=3;break;case 6:case 7:t=1;break;default:t=6}return this.extend({style:this.style.text(),size:t})}withColor(t){return this.extend({color:t})}withPhantom(){return this.extend({phantom:!0})}withFont(t){return this.extend({font:t})}withTextFontFamily(t){return this.extend({fontFamily:t,font:""})}withTextFontWeight(t){return this.extend({fontWeight:t,font:""})}withTextFontShape(t){return this.extend({fontShape:t,font:""})}sizingClasses(t){return t.size!==this.size?["sizing","reset-size"+t.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==Options.BASESIZE?["sizing","reset-size"+this.size,"size"+Options.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=getGlobalMetrics(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}Options.BASESIZE=6;var ptPerUnit={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},relativeUnit={ex:!0,em:!0,mu:!0},validUnit=function(t){return typeof t!="string"&&(t=t.unit),t in ptPerUnit||t in relativeUnit||t==="ex"},calculateSize=function(t,y){var n;if(t.unit in ptPerUnit)n=ptPerUnit[t.unit]/y.fontMetrics().ptPerEm/y.sizeMultiplier;else if(t.unit==="mu")n=y.fontMetrics().cssEmPerMu;else{var $;if(y.style.isTight()?$=y.havingStyle(y.style.text()):$=y,t.unit==="ex")n=$.fontMetrics().xHeight;else if(t.unit==="em")n=$.fontMetrics().quad;else throw new ParseError("Invalid unit: '"+t.unit+"'");$!==y&&(n*=$.sizeMultiplier/y.sizeMultiplier)}return Math.min(t.number*n,y.maxSize)},makeEm=function(t){return+t.toFixed(4)+"em"},createClass=function(t){return t.filter(y=>y).join(" ")},initNode=function(t,y,n){if(this.classes=t||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=n||{},y){y.style.isTight()&&this.classes.push("mtight");var $=y.getColor();$&&(this.style.color=$)}},toNode=function(t){var y=document.createElement(t);y.className=createClass(this.classes);for(var n in this.style)this.style.hasOwnProperty(n)&&(y.style[n]=this.style[n]);for(var $ in this.attributes)this.attributes.hasOwnProperty($)&&y.setAttribute($,this.attributes[$]);for(var k=0;k",y};class Span{constructor(t,y,n,$){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,initNode.call(this,t,n,$),this.children=y||[]}setAttribute(t,y){this.attributes[t]=y}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){return toNode.call(this,"span")}toMarkup(){return toMarkup.call(this,"span")}}class Anchor{constructor(t,y,n,$){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,initNode.call(this,y,$),this.children=n||[],this.setAttribute("href",t)}setAttribute(t,y){this.attributes[t]=y}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){return toNode.call(this,"a")}toMarkup(){return toMarkup.call(this,"a")}}class Img{constructor(t,y,n){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=y,this.src=t,this.classes=["mord"],this.style=n}hasClass(t){return utils$u.contains(this.classes,t)}toNode(){var t=document.createElement("img");t.src=this.src,t.alt=this.alt,t.className="mord";for(var y in this.style)this.style.hasOwnProperty(y)&&(t.style[y]=this.style[y]);return t}toMarkup(){var t=''+utils$u.escape(this.alt)+'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="0&&(n+="margin-right:"+this.italic+"em;");for(var $ in this.style)this.style.hasOwnProperty($)&&(n+=utils$u.hyphenate($)+":"+this.style[$]+";");n&&(t=!0,y+=' style="'+utils$u.escape(n)+'"');var k=utils$u.escape(this.text);return t?(y+=">",y+=k,y+="",y):k}}class SvgNode{constructor(t,y){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=y||{}}toNode(){var t="http://www.w3.org/2000/svg",y=document.createElementNS(t,"svg");for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&y.setAttribute(n,this.attributes[n]);for(var $=0;$':''}}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=" but got "+String(e)+".")}var ATOMS={bin:1,close:1,inner:1,open:1,punct:1,rel:1},NON_ATOMS={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},symbols={math:{},text:{}};function defineSymbol(e,t,y,n,$,k){symbols[e][$]={font:t,group:y,replace:n},k&&n&&(symbols[e][n]=symbols[e][$])}var math="math",text="text",main$3="main",ams="ams",accent="accent-token",bin="bin",close="close",inner="inner",mathord="mathord",op="op-token",open="open",punct="punct",rel="rel",spacing="spacing",textord="textord";defineSymbol(math,main$3,rel,"≡","\\equiv",!0);defineSymbol(math,main$3,rel,"≺","\\prec",!0);defineSymbol(math,main$3,rel,"≻","\\succ",!0);defineSymbol(math,main$3,rel,"∼","\\sim",!0);defineSymbol(math,main$3,rel,"⊥","\\perp");defineSymbol(math,main$3,rel,"⪯","\\preceq",!0);defineSymbol(math,main$3,rel,"⪰","\\succeq",!0);defineSymbol(math,main$3,rel,"≃","\\simeq",!0);defineSymbol(math,main$3,rel,"∣","\\mid",!0);defineSymbol(math,main$3,rel,"≪","\\ll",!0);defineSymbol(math,main$3,rel,"≫","\\gg",!0);defineSymbol(math,main$3,rel,"≍","\\asymp",!0);defineSymbol(math,main$3,rel,"∥","\\parallel");defineSymbol(math,main$3,rel,"⋈","\\bowtie",!0);defineSymbol(math,main$3,rel,"⌣","\\smile",!0);defineSymbol(math,main$3,rel,"⊑","\\sqsubseteq",!0);defineSymbol(math,main$3,rel,"⊒","\\sqsupseteq",!0);defineSymbol(math,main$3,rel,"≐","\\doteq",!0);defineSymbol(math,main$3,rel,"⌢","\\frown",!0);defineSymbol(math,main$3,rel,"∋","\\ni",!0);defineSymbol(math,main$3,rel,"∝","\\propto",!0);defineSymbol(math,main$3,rel,"⊢","\\vdash",!0);defineSymbol(math,main$3,rel,"⊣","\\dashv",!0);defineSymbol(math,main$3,rel,"∋","\\owns");defineSymbol(math,main$3,punct,".","\\ldotp");defineSymbol(math,main$3,punct,"⋅","\\cdotp");defineSymbol(math,main$3,textord,"#","\\#");defineSymbol(text,main$3,textord,"#","\\#");defineSymbol(math,main$3,textord,"&","\\&");defineSymbol(text,main$3,textord,"&","\\&");defineSymbol(math,main$3,textord,"ℵ","\\aleph",!0);defineSymbol(math,main$3,textord,"∀","\\forall",!0);defineSymbol(math,main$3,textord,"ℏ","\\hbar",!0);defineSymbol(math,main$3,textord,"∃","\\exists",!0);defineSymbol(math,main$3,textord,"∇","\\nabla",!0);defineSymbol(math,main$3,textord,"♭","\\flat",!0);defineSymbol(math,main$3,textord,"ℓ","\\ell",!0);defineSymbol(math,main$3,textord,"♮","\\natural",!0);defineSymbol(math,main$3,textord,"♣","\\clubsuit",!0);defineSymbol(math,main$3,textord,"℘","\\wp",!0);defineSymbol(math,main$3,textord,"♯","\\sharp",!0);defineSymbol(math,main$3,textord,"♢","\\diamondsuit",!0);defineSymbol(math,main$3,textord,"ℜ","\\Re",!0);defineSymbol(math,main$3,textord,"♡","\\heartsuit",!0);defineSymbol(math,main$3,textord,"ℑ","\\Im",!0);defineSymbol(math,main$3,textord,"♠","\\spadesuit",!0);defineSymbol(math,main$3,textord,"§","\\S",!0);defineSymbol(text,main$3,textord,"§","\\S");defineSymbol(math,main$3,textord,"¶","\\P",!0);defineSymbol(text,main$3,textord,"¶","\\P");defineSymbol(math,main$3,textord,"†","\\dag");defineSymbol(text,main$3,textord,"†","\\dag");defineSymbol(text,main$3,textord,"†","\\textdagger");defineSymbol(math,main$3,textord,"‡","\\ddag");defineSymbol(text,main$3,textord,"‡","\\ddag");defineSymbol(text,main$3,textord,"‡","\\textdaggerdbl");defineSymbol(math,main$3,close,"⎱","\\rmoustache",!0);defineSymbol(math,main$3,open,"⎰","\\lmoustache",!0);defineSymbol(math,main$3,close,"⟯","\\rgroup",!0);defineSymbol(math,main$3,open,"⟮","\\lgroup",!0);defineSymbol(math,main$3,bin,"∓","\\mp",!0);defineSymbol(math,main$3,bin,"⊖","\\ominus",!0);defineSymbol(math,main$3,bin,"⊎","\\uplus",!0);defineSymbol(math,main$3,bin,"⊓","\\sqcap",!0);defineSymbol(math,main$3,bin,"∗","\\ast");defineSymbol(math,main$3,bin,"⊔","\\sqcup",!0);defineSymbol(math,main$3,bin,"◯","\\bigcirc",!0);defineSymbol(math,main$3,bin,"∙","\\bullet",!0);defineSymbol(math,main$3,bin,"‡","\\ddagger");defineSymbol(math,main$3,bin,"≀","\\wr",!0);defineSymbol(math,main$3,bin,"⨿","\\amalg");defineSymbol(math,main$3,bin,"&","\\And");defineSymbol(math,main$3,rel,"⟵","\\longleftarrow",!0);defineSymbol(math,main$3,rel,"⇐","\\Leftarrow",!0);defineSymbol(math,main$3,rel,"⟸","\\Longleftarrow",!0);defineSymbol(math,main$3,rel,"⟶","\\longrightarrow",!0);defineSymbol(math,main$3,rel,"⇒","\\Rightarrow",!0);defineSymbol(math,main$3,rel,"⟹","\\Longrightarrow",!0);defineSymbol(math,main$3,rel,"↔","\\leftrightarrow",!0);defineSymbol(math,main$3,rel,"⟷","\\longleftrightarrow",!0);defineSymbol(math,main$3,rel,"⇔","\\Leftrightarrow",!0);defineSymbol(math,main$3,rel,"⟺","\\Longleftrightarrow",!0);defineSymbol(math,main$3,rel,"↦","\\mapsto",!0);defineSymbol(math,main$3,rel,"⟼","\\longmapsto",!0);defineSymbol(math,main$3,rel,"↗","\\nearrow",!0);defineSymbol(math,main$3,rel,"↩","\\hookleftarrow",!0);defineSymbol(math,main$3,rel,"↪","\\hookrightarrow",!0);defineSymbol(math,main$3,rel,"↘","\\searrow",!0);defineSymbol(math,main$3,rel,"↼","\\leftharpoonup",!0);defineSymbol(math,main$3,rel,"⇀","\\rightharpoonup",!0);defineSymbol(math,main$3,rel,"↙","\\swarrow",!0);defineSymbol(math,main$3,rel,"↽","\\leftharpoondown",!0);defineSymbol(math,main$3,rel,"⇁","\\rightharpoondown",!0);defineSymbol(math,main$3,rel,"↖","\\nwarrow",!0);defineSymbol(math,main$3,rel,"⇌","\\rightleftharpoons",!0);defineSymbol(math,ams,rel,"≮","\\nless",!0);defineSymbol(math,ams,rel,"","\\@nleqslant");defineSymbol(math,ams,rel,"","\\@nleqq");defineSymbol(math,ams,rel,"⪇","\\lneq",!0);defineSymbol(math,ams,rel,"≨","\\lneqq",!0);defineSymbol(math,ams,rel,"","\\@lvertneqq");defineSymbol(math,ams,rel,"⋦","\\lnsim",!0);defineSymbol(math,ams,rel,"⪉","\\lnapprox",!0);defineSymbol(math,ams,rel,"⊀","\\nprec",!0);defineSymbol(math,ams,rel,"⋠","\\npreceq",!0);defineSymbol(math,ams,rel,"⋨","\\precnsim",!0);defineSymbol(math,ams,rel,"⪹","\\precnapprox",!0);defineSymbol(math,ams,rel,"≁","\\nsim",!0);defineSymbol(math,ams,rel,"","\\@nshortmid");defineSymbol(math,ams,rel,"∤","\\nmid",!0);defineSymbol(math,ams,rel,"⊬","\\nvdash",!0);defineSymbol(math,ams,rel,"⊭","\\nvDash",!0);defineSymbol(math,ams,rel,"⋪","\\ntriangleleft");defineSymbol(math,ams,rel,"⋬","\\ntrianglelefteq",!0);defineSymbol(math,ams,rel,"⊊","\\subsetneq",!0);defineSymbol(math,ams,rel,"","\\@varsubsetneq");defineSymbol(math,ams,rel,"⫋","\\subsetneqq",!0);defineSymbol(math,ams,rel,"","\\@varsubsetneqq");defineSymbol(math,ams,rel,"≯","\\ngtr",!0);defineSymbol(math,ams,rel,"","\\@ngeqslant");defineSymbol(math,ams,rel,"","\\@ngeqq");defineSymbol(math,ams,rel,"⪈","\\gneq",!0);defineSymbol(math,ams,rel,"≩","\\gneqq",!0);defineSymbol(math,ams,rel,"","\\@gvertneqq");defineSymbol(math,ams,rel,"⋧","\\gnsim",!0);defineSymbol(math,ams,rel,"⪊","\\gnapprox",!0);defineSymbol(math,ams,rel,"⊁","\\nsucc",!0);defineSymbol(math,ams,rel,"⋡","\\nsucceq",!0);defineSymbol(math,ams,rel,"⋩","\\succnsim",!0);defineSymbol(math,ams,rel,"⪺","\\succnapprox",!0);defineSymbol(math,ams,rel,"≆","\\ncong",!0);defineSymbol(math,ams,rel,"","\\@nshortparallel");defineSymbol(math,ams,rel,"∦","\\nparallel",!0);defineSymbol(math,ams,rel,"⊯","\\nVDash",!0);defineSymbol(math,ams,rel,"⋫","\\ntriangleright");defineSymbol(math,ams,rel,"⋭","\\ntrianglerighteq",!0);defineSymbol(math,ams,rel,"","\\@nsupseteqq");defineSymbol(math,ams,rel,"⊋","\\supsetneq",!0);defineSymbol(math,ams,rel,"","\\@varsupsetneq");defineSymbol(math,ams,rel,"⫌","\\supsetneqq",!0);defineSymbol(math,ams,rel,"","\\@varsupsetneqq");defineSymbol(math,ams,rel,"⊮","\\nVdash",!0);defineSymbol(math,ams,rel,"⪵","\\precneqq",!0);defineSymbol(math,ams,rel,"⪶","\\succneqq",!0);defineSymbol(math,ams,rel,"","\\@nsubseteqq");defineSymbol(math,ams,bin,"⊴","\\unlhd");defineSymbol(math,ams,bin,"⊵","\\unrhd");defineSymbol(math,ams,rel,"↚","\\nleftarrow",!0);defineSymbol(math,ams,rel,"↛","\\nrightarrow",!0);defineSymbol(math,ams,rel,"⇍","\\nLeftarrow",!0);defineSymbol(math,ams,rel,"⇏","\\nRightarrow",!0);defineSymbol(math,ams,rel,"↮","\\nleftrightarrow",!0);defineSymbol(math,ams,rel,"⇎","\\nLeftrightarrow",!0);defineSymbol(math,ams,rel,"△","\\vartriangle");defineSymbol(math,ams,textord,"ℏ","\\hslash");defineSymbol(math,ams,textord,"▽","\\triangledown");defineSymbol(math,ams,textord,"◊","\\lozenge");defineSymbol(math,ams,textord,"Ⓢ","\\circledS");defineSymbol(math,ams,textord,"®","\\circledR");defineSymbol(text,ams,textord,"®","\\circledR");defineSymbol(math,ams,textord,"∡","\\measuredangle",!0);defineSymbol(math,ams,textord,"∄","\\nexists");defineSymbol(math,ams,textord,"℧","\\mho");defineSymbol(math,ams,textord,"Ⅎ","\\Finv",!0);defineSymbol(math,ams,textord,"⅁","\\Game",!0);defineSymbol(math,ams,textord,"‵","\\backprime");defineSymbol(math,ams,textord,"▲","\\blacktriangle");defineSymbol(math,ams,textord,"▼","\\blacktriangledown");defineSymbol(math,ams,textord,"■","\\blacksquare");defineSymbol(math,ams,textord,"⧫","\\blacklozenge");defineSymbol(math,ams,textord,"★","\\bigstar");defineSymbol(math,ams,textord,"∢","\\sphericalangle",!0);defineSymbol(math,ams,textord,"∁","\\complement",!0);defineSymbol(math,ams,textord,"ð","\\eth",!0);defineSymbol(text,main$3,textord,"ð","ð");defineSymbol(math,ams,textord,"╱","\\diagup");defineSymbol(math,ams,textord,"╲","\\diagdown");defineSymbol(math,ams,textord,"□","\\square");defineSymbol(math,ams,textord,"□","\\Box");defineSymbol(math,ams,textord,"◊","\\Diamond");defineSymbol(math,ams,textord,"¥","\\yen",!0);defineSymbol(text,ams,textord,"¥","\\yen",!0);defineSymbol(math,ams,textord,"✓","\\checkmark",!0);defineSymbol(text,ams,textord,"✓","\\checkmark");defineSymbol(math,ams,textord,"ℶ","\\beth",!0);defineSymbol(math,ams,textord,"ℸ","\\daleth",!0);defineSymbol(math,ams,textord,"ℷ","\\gimel",!0);defineSymbol(math,ams,textord,"ϝ","\\digamma",!0);defineSymbol(math,ams,textord,"ϰ","\\varkappa");defineSymbol(math,ams,open,"┌","\\@ulcorner",!0);defineSymbol(math,ams,close,"┐","\\@urcorner",!0);defineSymbol(math,ams,open,"└","\\@llcorner",!0);defineSymbol(math,ams,close,"┘","\\@lrcorner",!0);defineSymbol(math,ams,rel,"≦","\\leqq",!0);defineSymbol(math,ams,rel,"⩽","\\leqslant",!0);defineSymbol(math,ams,rel,"⪕","\\eqslantless",!0);defineSymbol(math,ams,rel,"≲","\\lesssim",!0);defineSymbol(math,ams,rel,"⪅","\\lessapprox",!0);defineSymbol(math,ams,rel,"≊","\\approxeq",!0);defineSymbol(math,ams,bin,"⋖","\\lessdot");defineSymbol(math,ams,rel,"⋘","\\lll",!0);defineSymbol(math,ams,rel,"≶","\\lessgtr",!0);defineSymbol(math,ams,rel,"⋚","\\lesseqgtr",!0);defineSymbol(math,ams,rel,"⪋","\\lesseqqgtr",!0);defineSymbol(math,ams,rel,"≑","\\doteqdot");defineSymbol(math,ams,rel,"≓","\\risingdotseq",!0);defineSymbol(math,ams,rel,"≒","\\fallingdotseq",!0);defineSymbol(math,ams,rel,"∽","\\backsim",!0);defineSymbol(math,ams,rel,"⋍","\\backsimeq",!0);defineSymbol(math,ams,rel,"⫅","\\subseteqq",!0);defineSymbol(math,ams,rel,"⋐","\\Subset",!0);defineSymbol(math,ams,rel,"⊏","\\sqsubset",!0);defineSymbol(math,ams,rel,"≼","\\preccurlyeq",!0);defineSymbol(math,ams,rel,"⋞","\\curlyeqprec",!0);defineSymbol(math,ams,rel,"≾","\\precsim",!0);defineSymbol(math,ams,rel,"⪷","\\precapprox",!0);defineSymbol(math,ams,rel,"⊲","\\vartriangleleft");defineSymbol(math,ams,rel,"⊴","\\trianglelefteq");defineSymbol(math,ams,rel,"⊨","\\vDash",!0);defineSymbol(math,ams,rel,"⊪","\\Vvdash",!0);defineSymbol(math,ams,rel,"⌣","\\smallsmile");defineSymbol(math,ams,rel,"⌢","\\smallfrown");defineSymbol(math,ams,rel,"≏","\\bumpeq",!0);defineSymbol(math,ams,rel,"≎","\\Bumpeq",!0);defineSymbol(math,ams,rel,"≧","\\geqq",!0);defineSymbol(math,ams,rel,"⩾","\\geqslant",!0);defineSymbol(math,ams,rel,"⪖","\\eqslantgtr",!0);defineSymbol(math,ams,rel,"≳","\\gtrsim",!0);defineSymbol(math,ams,rel,"⪆","\\gtrapprox",!0);defineSymbol(math,ams,bin,"⋗","\\gtrdot");defineSymbol(math,ams,rel,"⋙","\\ggg",!0);defineSymbol(math,ams,rel,"≷","\\gtrless",!0);defineSymbol(math,ams,rel,"⋛","\\gtreqless",!0);defineSymbol(math,ams,rel,"⪌","\\gtreqqless",!0);defineSymbol(math,ams,rel,"≖","\\eqcirc",!0);defineSymbol(math,ams,rel,"≗","\\circeq",!0);defineSymbol(math,ams,rel,"≜","\\triangleq",!0);defineSymbol(math,ams,rel,"∼","\\thicksim");defineSymbol(math,ams,rel,"≈","\\thickapprox");defineSymbol(math,ams,rel,"⫆","\\supseteqq",!0);defineSymbol(math,ams,rel,"⋑","\\Supset",!0);defineSymbol(math,ams,rel,"⊐","\\sqsupset",!0);defineSymbol(math,ams,rel,"≽","\\succcurlyeq",!0);defineSymbol(math,ams,rel,"⋟","\\curlyeqsucc",!0);defineSymbol(math,ams,rel,"≿","\\succsim",!0);defineSymbol(math,ams,rel,"⪸","\\succapprox",!0);defineSymbol(math,ams,rel,"⊳","\\vartriangleright");defineSymbol(math,ams,rel,"⊵","\\trianglerighteq");defineSymbol(math,ams,rel,"⊩","\\Vdash",!0);defineSymbol(math,ams,rel,"∣","\\shortmid");defineSymbol(math,ams,rel,"∥","\\shortparallel");defineSymbol(math,ams,rel,"≬","\\between",!0);defineSymbol(math,ams,rel,"⋔","\\pitchfork",!0);defineSymbol(math,ams,rel,"∝","\\varpropto");defineSymbol(math,ams,rel,"◀","\\blacktriangleleft");defineSymbol(math,ams,rel,"∴","\\therefore",!0);defineSymbol(math,ams,rel,"∍","\\backepsilon");defineSymbol(math,ams,rel,"▶","\\blacktriangleright");defineSymbol(math,ams,rel,"∵","\\because",!0);defineSymbol(math,ams,rel,"⋘","\\llless");defineSymbol(math,ams,rel,"⋙","\\gggtr");defineSymbol(math,ams,bin,"⊲","\\lhd");defineSymbol(math,ams,bin,"⊳","\\rhd");defineSymbol(math,ams,rel,"≂","\\eqsim",!0);defineSymbol(math,main$3,rel,"⋈","\\Join");defineSymbol(math,ams,rel,"≑","\\Doteq",!0);defineSymbol(math,ams,bin,"∔","\\dotplus",!0);defineSymbol(math,ams,bin,"∖","\\smallsetminus");defineSymbol(math,ams,bin,"⋒","\\Cap",!0);defineSymbol(math,ams,bin,"⋓","\\Cup",!0);defineSymbol(math,ams,bin,"⩞","\\doublebarwedge",!0);defineSymbol(math,ams,bin,"⊟","\\boxminus",!0);defineSymbol(math,ams,bin,"⊞","\\boxplus",!0);defineSymbol(math,ams,bin,"⋇","\\divideontimes",!0);defineSymbol(math,ams,bin,"⋉","\\ltimes",!0);defineSymbol(math,ams,bin,"⋊","\\rtimes",!0);defineSymbol(math,ams,bin,"⋋","\\leftthreetimes",!0);defineSymbol(math,ams,bin,"⋌","\\rightthreetimes",!0);defineSymbol(math,ams,bin,"⋏","\\curlywedge",!0);defineSymbol(math,ams,bin,"⋎","\\curlyvee",!0);defineSymbol(math,ams,bin,"⊝","\\circleddash",!0);defineSymbol(math,ams,bin,"⊛","\\circledast",!0);defineSymbol(math,ams,bin,"⋅","\\centerdot");defineSymbol(math,ams,bin,"⊺","\\intercal",!0);defineSymbol(math,ams,bin,"⋒","\\doublecap");defineSymbol(math,ams,bin,"⋓","\\doublecup");defineSymbol(math,ams,bin,"⊠","\\boxtimes",!0);defineSymbol(math,ams,rel,"⇢","\\dashrightarrow",!0);defineSymbol(math,ams,rel,"⇠","\\dashleftarrow",!0);defineSymbol(math,ams,rel,"⇇","\\leftleftarrows",!0);defineSymbol(math,ams,rel,"⇆","\\leftrightarrows",!0);defineSymbol(math,ams,rel,"⇚","\\Lleftarrow",!0);defineSymbol(math,ams,rel,"↞","\\twoheadleftarrow",!0);defineSymbol(math,ams,rel,"↢","\\leftarrowtail",!0);defineSymbol(math,ams,rel,"↫","\\looparrowleft",!0);defineSymbol(math,ams,rel,"⇋","\\leftrightharpoons",!0);defineSymbol(math,ams,rel,"↶","\\curvearrowleft",!0);defineSymbol(math,ams,rel,"↺","\\circlearrowleft",!0);defineSymbol(math,ams,rel,"↰","\\Lsh",!0);defineSymbol(math,ams,rel,"⇈","\\upuparrows",!0);defineSymbol(math,ams,rel,"↿","\\upharpoonleft",!0);defineSymbol(math,ams,rel,"⇃","\\downharpoonleft",!0);defineSymbol(math,main$3,rel,"⊶","\\origof",!0);defineSymbol(math,main$3,rel,"⊷","\\imageof",!0);defineSymbol(math,ams,rel,"⊸","\\multimap",!0);defineSymbol(math,ams,rel,"↭","\\leftrightsquigarrow",!0);defineSymbol(math,ams,rel,"⇉","\\rightrightarrows",!0);defineSymbol(math,ams,rel,"⇄","\\rightleftarrows",!0);defineSymbol(math,ams,rel,"↠","\\twoheadrightarrow",!0);defineSymbol(math,ams,rel,"↣","\\rightarrowtail",!0);defineSymbol(math,ams,rel,"↬","\\looparrowright",!0);defineSymbol(math,ams,rel,"↷","\\curvearrowright",!0);defineSymbol(math,ams,rel,"↻","\\circlearrowright",!0);defineSymbol(math,ams,rel,"↱","\\Rsh",!0);defineSymbol(math,ams,rel,"⇊","\\downdownarrows",!0);defineSymbol(math,ams,rel,"↾","\\upharpoonright",!0);defineSymbol(math,ams,rel,"⇂","\\downharpoonright",!0);defineSymbol(math,ams,rel,"⇝","\\rightsquigarrow",!0);defineSymbol(math,ams,rel,"⇝","\\leadsto");defineSymbol(math,ams,rel,"⇛","\\Rrightarrow",!0);defineSymbol(math,ams,rel,"↾","\\restriction");defineSymbol(math,main$3,textord,"‘","`");defineSymbol(math,main$3,textord,"$","\\$");defineSymbol(text,main$3,textord,"$","\\$");defineSymbol(text,main$3,textord,"$","\\textdollar");defineSymbol(math,main$3,textord,"%","\\%");defineSymbol(text,main$3,textord,"%","\\%");defineSymbol(math,main$3,textord,"_","\\_");defineSymbol(text,main$3,textord,"_","\\_");defineSymbol(text,main$3,textord,"_","\\textunderscore");defineSymbol(math,main$3,textord,"∠","\\angle",!0);defineSymbol(math,main$3,textord,"∞","\\infty",!0);defineSymbol(math,main$3,textord,"′","\\prime");defineSymbol(math,main$3,textord,"△","\\triangle");defineSymbol(math,main$3,textord,"Γ","\\Gamma",!0);defineSymbol(math,main$3,textord,"Δ","\\Delta",!0);defineSymbol(math,main$3,textord,"Θ","\\Theta",!0);defineSymbol(math,main$3,textord,"Λ","\\Lambda",!0);defineSymbol(math,main$3,textord,"Ξ","\\Xi",!0);defineSymbol(math,main$3,textord,"Π","\\Pi",!0);defineSymbol(math,main$3,textord,"Σ","\\Sigma",!0);defineSymbol(math,main$3,textord,"Υ","\\Upsilon",!0);defineSymbol(math,main$3,textord,"Φ","\\Phi",!0);defineSymbol(math,main$3,textord,"Ψ","\\Psi",!0);defineSymbol(math,main$3,textord,"Ω","\\Omega",!0);defineSymbol(math,main$3,textord,"A","Α");defineSymbol(math,main$3,textord,"B","Β");defineSymbol(math,main$3,textord,"E","Ε");defineSymbol(math,main$3,textord,"Z","Ζ");defineSymbol(math,main$3,textord,"H","Η");defineSymbol(math,main$3,textord,"I","Ι");defineSymbol(math,main$3,textord,"K","Κ");defineSymbol(math,main$3,textord,"M","Μ");defineSymbol(math,main$3,textord,"N","Ν");defineSymbol(math,main$3,textord,"O","Ο");defineSymbol(math,main$3,textord,"P","Ρ");defineSymbol(math,main$3,textord,"T","Τ");defineSymbol(math,main$3,textord,"X","Χ");defineSymbol(math,main$3,textord,"¬","\\neg",!0);defineSymbol(math,main$3,textord,"¬","\\lnot");defineSymbol(math,main$3,textord,"⊤","\\top");defineSymbol(math,main$3,textord,"⊥","\\bot");defineSymbol(math,main$3,textord,"∅","\\emptyset");defineSymbol(math,ams,textord,"∅","\\varnothing");defineSymbol(math,main$3,mathord,"α","\\alpha",!0);defineSymbol(math,main$3,mathord,"β","\\beta",!0);defineSymbol(math,main$3,mathord,"γ","\\gamma",!0);defineSymbol(math,main$3,mathord,"δ","\\delta",!0);defineSymbol(math,main$3,mathord,"ϵ","\\epsilon",!0);defineSymbol(math,main$3,mathord,"ζ","\\zeta",!0);defineSymbol(math,main$3,mathord,"η","\\eta",!0);defineSymbol(math,main$3,mathord,"θ","\\theta",!0);defineSymbol(math,main$3,mathord,"ι","\\iota",!0);defineSymbol(math,main$3,mathord,"κ","\\kappa",!0);defineSymbol(math,main$3,mathord,"λ","\\lambda",!0);defineSymbol(math,main$3,mathord,"μ","\\mu",!0);defineSymbol(math,main$3,mathord,"ν","\\nu",!0);defineSymbol(math,main$3,mathord,"ξ","\\xi",!0);defineSymbol(math,main$3,mathord,"ο","\\omicron",!0);defineSymbol(math,main$3,mathord,"π","\\pi",!0);defineSymbol(math,main$3,mathord,"ρ","\\rho",!0);defineSymbol(math,main$3,mathord,"σ","\\sigma",!0);defineSymbol(math,main$3,mathord,"τ","\\tau",!0);defineSymbol(math,main$3,mathord,"υ","\\upsilon",!0);defineSymbol(math,main$3,mathord,"ϕ","\\phi",!0);defineSymbol(math,main$3,mathord,"χ","\\chi",!0);defineSymbol(math,main$3,mathord,"ψ","\\psi",!0);defineSymbol(math,main$3,mathord,"ω","\\omega",!0);defineSymbol(math,main$3,mathord,"ε","\\varepsilon",!0);defineSymbol(math,main$3,mathord,"ϑ","\\vartheta",!0);defineSymbol(math,main$3,mathord,"ϖ","\\varpi",!0);defineSymbol(math,main$3,mathord,"ϱ","\\varrho",!0);defineSymbol(math,main$3,mathord,"ς","\\varsigma",!0);defineSymbol(math,main$3,mathord,"φ","\\varphi",!0);defineSymbol(math,main$3,bin,"∗","*",!0);defineSymbol(math,main$3,bin,"+","+");defineSymbol(math,main$3,bin,"−","-",!0);defineSymbol(math,main$3,bin,"⋅","\\cdot",!0);defineSymbol(math,main$3,bin,"∘","\\circ",!0);defineSymbol(math,main$3,bin,"÷","\\div",!0);defineSymbol(math,main$3,bin,"±","\\pm",!0);defineSymbol(math,main$3,bin,"×","\\times",!0);defineSymbol(math,main$3,bin,"∩","\\cap",!0);defineSymbol(math,main$3,bin,"∪","\\cup",!0);defineSymbol(math,main$3,bin,"∖","\\setminus",!0);defineSymbol(math,main$3,bin,"∧","\\land");defineSymbol(math,main$3,bin,"∨","\\lor");defineSymbol(math,main$3,bin,"∧","\\wedge",!0);defineSymbol(math,main$3,bin,"∨","\\vee",!0);defineSymbol(math,main$3,textord,"√","\\surd");defineSymbol(math,main$3,open,"⟨","\\langle",!0);defineSymbol(math,main$3,open,"∣","\\lvert");defineSymbol(math,main$3,open,"∥","\\lVert");defineSymbol(math,main$3,close,"?","?");defineSymbol(math,main$3,close,"!","!");defineSymbol(math,main$3,close,"⟩","\\rangle",!0);defineSymbol(math,main$3,close,"∣","\\rvert");defineSymbol(math,main$3,close,"∥","\\rVert");defineSymbol(math,main$3,rel,"=","=");defineSymbol(math,main$3,rel,":",":");defineSymbol(math,main$3,rel,"≈","\\approx",!0);defineSymbol(math,main$3,rel,"≅","\\cong",!0);defineSymbol(math,main$3,rel,"≥","\\ge");defineSymbol(math,main$3,rel,"≥","\\geq",!0);defineSymbol(math,main$3,rel,"←","\\gets");defineSymbol(math,main$3,rel,">","\\gt",!0);defineSymbol(math,main$3,rel,"∈","\\in",!0);defineSymbol(math,main$3,rel,"","\\@not");defineSymbol(math,main$3,rel,"⊂","\\subset",!0);defineSymbol(math,main$3,rel,"⊃","\\supset",!0);defineSymbol(math,main$3,rel,"⊆","\\subseteq",!0);defineSymbol(math,main$3,rel,"⊇","\\supseteq",!0);defineSymbol(math,ams,rel,"⊈","\\nsubseteq",!0);defineSymbol(math,ams,rel,"⊉","\\nsupseteq",!0);defineSymbol(math,main$3,rel,"⊨","\\models");defineSymbol(math,main$3,rel,"←","\\leftarrow",!0);defineSymbol(math,main$3,rel,"≤","\\le");defineSymbol(math,main$3,rel,"≤","\\leq",!0);defineSymbol(math,main$3,rel,"<","\\lt",!0);defineSymbol(math,main$3,rel,"→","\\rightarrow",!0);defineSymbol(math,main$3,rel,"→","\\to");defineSymbol(math,ams,rel,"≱","\\ngeq",!0);defineSymbol(math,ams,rel,"≰","\\nleq",!0);defineSymbol(math,main$3,spacing," ","\\ ");defineSymbol(math,main$3,spacing," ","\\space");defineSymbol(math,main$3,spacing," ","\\nobreakspace");defineSymbol(text,main$3,spacing," ","\\ ");defineSymbol(text,main$3,spacing," "," ");defineSymbol(text,main$3,spacing," ","\\space");defineSymbol(text,main$3,spacing," ","\\nobreakspace");defineSymbol(math,main$3,spacing,null,"\\nobreak");defineSymbol(math,main$3,spacing,null,"\\allowbreak");defineSymbol(math,main$3,punct,",",",");defineSymbol(math,main$3,punct,";",";");defineSymbol(math,ams,bin,"⊼","\\barwedge",!0);defineSymbol(math,ams,bin,"⊻","\\veebar",!0);defineSymbol(math,main$3,bin,"⊙","\\odot",!0);defineSymbol(math,main$3,bin,"⊕","\\oplus",!0);defineSymbol(math,main$3,bin,"⊗","\\otimes",!0);defineSymbol(math,main$3,textord,"∂","\\partial",!0);defineSymbol(math,main$3,bin,"⊘","\\oslash",!0);defineSymbol(math,ams,bin,"⊚","\\circledcirc",!0);defineSymbol(math,ams,bin,"⊡","\\boxdot",!0);defineSymbol(math,main$3,bin,"△","\\bigtriangleup");defineSymbol(math,main$3,bin,"▽","\\bigtriangledown");defineSymbol(math,main$3,bin,"†","\\dagger");defineSymbol(math,main$3,bin,"⋄","\\diamond");defineSymbol(math,main$3,bin,"⋆","\\star");defineSymbol(math,main$3,bin,"◃","\\triangleleft");defineSymbol(math,main$3,bin,"▹","\\triangleright");defineSymbol(math,main$3,open,"{","\\{");defineSymbol(text,main$3,textord,"{","\\{");defineSymbol(text,main$3,textord,"{","\\textbraceleft");defineSymbol(math,main$3,close,"}","\\}");defineSymbol(text,main$3,textord,"}","\\}");defineSymbol(text,main$3,textord,"}","\\textbraceright");defineSymbol(math,main$3,open,"{","\\lbrace");defineSymbol(math,main$3,close,"}","\\rbrace");defineSymbol(math,main$3,open,"[","\\lbrack",!0);defineSymbol(text,main$3,textord,"[","\\lbrack",!0);defineSymbol(math,main$3,close,"]","\\rbrack",!0);defineSymbol(text,main$3,textord,"]","\\rbrack",!0);defineSymbol(math,main$3,open,"(","\\lparen",!0);defineSymbol(math,main$3,close,")","\\rparen",!0);defineSymbol(text,main$3,textord,"<","\\textless",!0);defineSymbol(text,main$3,textord,">","\\textgreater",!0);defineSymbol(math,main$3,open,"⌊","\\lfloor",!0);defineSymbol(math,main$3,close,"⌋","\\rfloor",!0);defineSymbol(math,main$3,open,"⌈","\\lceil",!0);defineSymbol(math,main$3,close,"⌉","\\rceil",!0);defineSymbol(math,main$3,textord,"\\","\\backslash");defineSymbol(math,main$3,textord,"∣","|");defineSymbol(math,main$3,textord,"∣","\\vert");defineSymbol(text,main$3,textord,"|","\\textbar",!0);defineSymbol(math,main$3,textord,"∥","\\|");defineSymbol(math,main$3,textord,"∥","\\Vert");defineSymbol(text,main$3,textord,"∥","\\textbardbl");defineSymbol(text,main$3,textord,"~","\\textasciitilde");defineSymbol(text,main$3,textord,"\\","\\textbackslash");defineSymbol(text,main$3,textord,"^","\\textasciicircum");defineSymbol(math,main$3,rel,"↑","\\uparrow",!0);defineSymbol(math,main$3,rel,"⇑","\\Uparrow",!0);defineSymbol(math,main$3,rel,"↓","\\downarrow",!0);defineSymbol(math,main$3,rel,"⇓","\\Downarrow",!0);defineSymbol(math,main$3,rel,"↕","\\updownarrow",!0);defineSymbol(math,main$3,rel,"⇕","\\Updownarrow",!0);defineSymbol(math,main$3,op,"∐","\\coprod");defineSymbol(math,main$3,op,"⋁","\\bigvee");defineSymbol(math,main$3,op,"⋀","\\bigwedge");defineSymbol(math,main$3,op,"⨄","\\biguplus");defineSymbol(math,main$3,op,"⋂","\\bigcap");defineSymbol(math,main$3,op,"⋃","\\bigcup");defineSymbol(math,main$3,op,"∫","\\int");defineSymbol(math,main$3,op,"∫","\\intop");defineSymbol(math,main$3,op,"∬","\\iint");defineSymbol(math,main$3,op,"∭","\\iiint");defineSymbol(math,main$3,op,"∏","\\prod");defineSymbol(math,main$3,op,"∑","\\sum");defineSymbol(math,main$3,op,"⨂","\\bigotimes");defineSymbol(math,main$3,op,"⨁","\\bigoplus");defineSymbol(math,main$3,op,"⨀","\\bigodot");defineSymbol(math,main$3,op,"∮","\\oint");defineSymbol(math,main$3,op,"∯","\\oiint");defineSymbol(math,main$3,op,"∰","\\oiiint");defineSymbol(math,main$3,op,"⨆","\\bigsqcup");defineSymbol(math,main$3,op,"∫","\\smallint");defineSymbol(text,main$3,inner,"…","\\textellipsis");defineSymbol(math,main$3,inner,"…","\\mathellipsis");defineSymbol(text,main$3,inner,"…","\\ldots",!0);defineSymbol(math,main$3,inner,"…","\\ldots",!0);defineSymbol(math,main$3,inner,"⋯","\\@cdots",!0);defineSymbol(math,main$3,inner,"⋱","\\ddots",!0);defineSymbol(math,main$3,textord,"⋮","\\varvdots");defineSymbol(math,main$3,accent,"ˊ","\\acute");defineSymbol(math,main$3,accent,"ˋ","\\grave");defineSymbol(math,main$3,accent,"¨","\\ddot");defineSymbol(math,main$3,accent,"~","\\tilde");defineSymbol(math,main$3,accent,"ˉ","\\bar");defineSymbol(math,main$3,accent,"˘","\\breve");defineSymbol(math,main$3,accent,"ˇ","\\check");defineSymbol(math,main$3,accent,"^","\\hat");defineSymbol(math,main$3,accent,"⃗","\\vec");defineSymbol(math,main$3,accent,"˙","\\dot");defineSymbol(math,main$3,accent,"˚","\\mathring");defineSymbol(math,main$3,mathord,"","\\@imath");defineSymbol(math,main$3,mathord,"","\\@jmath");defineSymbol(math,main$3,textord,"ı","ı");defineSymbol(math,main$3,textord,"ȷ","ȷ");defineSymbol(text,main$3,textord,"ı","\\i",!0);defineSymbol(text,main$3,textord,"ȷ","\\j",!0);defineSymbol(text,main$3,textord,"ß","\\ss",!0);defineSymbol(text,main$3,textord,"æ","\\ae",!0);defineSymbol(text,main$3,textord,"œ","\\oe",!0);defineSymbol(text,main$3,textord,"ø","\\o",!0);defineSymbol(text,main$3,textord,"Æ","\\AE",!0);defineSymbol(text,main$3,textord,"Œ","\\OE",!0);defineSymbol(text,main$3,textord,"Ø","\\O",!0);defineSymbol(text,main$3,accent,"ˊ","\\'");defineSymbol(text,main$3,accent,"ˋ","\\`");defineSymbol(text,main$3,accent,"ˆ","\\^");defineSymbol(text,main$3,accent,"˜","\\~");defineSymbol(text,main$3,accent,"ˉ","\\=");defineSymbol(text,main$3,accent,"˘","\\u");defineSymbol(text,main$3,accent,"˙","\\.");defineSymbol(text,main$3,accent,"¸","\\c");defineSymbol(text,main$3,accent,"˚","\\r");defineSymbol(text,main$3,accent,"ˇ","\\v");defineSymbol(text,main$3,accent,"¨",'\\"');defineSymbol(text,main$3,accent,"˝","\\H");defineSymbol(text,main$3,accent,"◯","\\textcircled");var ligatures={"--":!0,"---":!0,"``":!0,"''":!0};defineSymbol(text,main$3,textord,"–","--",!0);defineSymbol(text,main$3,textord,"–","\\textendash");defineSymbol(text,main$3,textord,"—","---",!0);defineSymbol(text,main$3,textord,"—","\\textemdash");defineSymbol(text,main$3,textord,"‘","`",!0);defineSymbol(text,main$3,textord,"‘","\\textquoteleft");defineSymbol(text,main$3,textord,"’","'",!0);defineSymbol(text,main$3,textord,"’","\\textquoteright");defineSymbol(text,main$3,textord,"“","``",!0);defineSymbol(text,main$3,textord,"“","\\textquotedblleft");defineSymbol(text,main$3,textord,"”","''",!0);defineSymbol(text,main$3,textord,"”","\\textquotedblright");defineSymbol(math,main$3,textord,"°","\\degree",!0);defineSymbol(text,main$3,textord,"°","\\degree");defineSymbol(text,main$3,textord,"°","\\textdegree",!0);defineSymbol(math,main$3,textord,"£","\\pounds");defineSymbol(math,main$3,textord,"£","\\mathsterling",!0);defineSymbol(text,main$3,textord,"£","\\pounds");defineSymbol(text,main$3,textord,"£","\\textsterling",!0);defineSymbol(math,ams,textord,"✠","\\maltese");defineSymbol(text,ams,textord,"✠","\\maltese");var mathTextSymbols='0123456789/@."';for(var i$3=0;i$30)return makeSymbol(k,z,$,y,L.concat(re));if(V){var oe,ue;if(V==="boldsymbol"){var de=boldsymbol(k,$,y,L,n);oe=de.fontName,ue=[de.fontClass]}else j?(oe=fontMap[V].fontName,ue=[V]):(oe=retrieveTextFontName(V,y.fontWeight,y.fontShape),ue=[V,y.fontWeight,y.fontShape]);if(lookupSymbol(k,oe,$).metrics)return makeSymbol(k,oe,$,y,L.concat(ue));if(ligatures.hasOwnProperty(k)&&oe.slice(0,10)==="Typewriter"){for(var _e=[],Ne=0;Ne{if(createClass(e.classes)!==createClass(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(e.classes.length===1){var y=e.classes[0];if(y==="mbin"||y==="mord")return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var $ in t.style)if(t.style.hasOwnProperty($)&&e.style[$]!==t.style[$])return!1;return!0},tryCombineChars=e=>{for(var t=0;ty&&(y=L.height),L.depth>n&&(n=L.depth),L.maxFontSize>$&&($=L.maxFontSize)}t.height=y,t.depth=n,t.maxFontSize=$},makeSpan$2=function(t,y,n,$){var k=new Span(t,y,n,$);return sizeElementFromChildren(k),k},makeSvgSpan=(e,t,y,n)=>new Span(e,t,y,n),makeLineSpan=function(t,y,n){var $=makeSpan$2([t],[],y);return $.height=Math.max(n||y.fontMetrics().defaultRuleThickness,y.minRuleThickness),$.style.borderBottomWidth=makeEm($.height),$.maxFontSize=1,$},makeAnchor=function(t,y,n,$){var k=new Anchor(t,y,n,$);return sizeElementFromChildren(k),k},makeFragment=function(t){var y=new DocumentFragment(t);return sizeElementFromChildren(y),y},wrapFragment=function(t,y){return t instanceof DocumentFragment?makeSpan$2([],[t],y):t},getVListChildrenAndDepth=function(t){if(t.positionType==="individualShift"){for(var y=t.children,n=[y[0]],$=-y[0].shift-y[0].elem.depth,k=$,L=1;L{var y=makeSpan$2(["mspace"],[],t),n=calculateSize(e,t);return y.style.marginRight=makeEm(n),y},retrieveTextFontName=function(t,y,n){var $="";switch(t){case"amsrm":$="AMS";break;case"textrm":$="Main";break;case"textsf":$="SansSerif";break;case"texttt":$="Typewriter";break;default:$=t}var k;return y==="textbf"&&n==="textit"?k="BoldItalic":y==="textbf"?k="Bold":y==="textit"?k="Italic":k="Regular",$+"-"+k},fontMap={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},svgData={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},staticSvg=function(t,y){var[n,$,k]=svgData[t],L=new PathNode(n),j=new SvgNode([L],{width:makeEm($),height:makeEm(k),style:"width:"+makeEm($),viewBox:"0 0 "+1e3*$+" "+1e3*k,preserveAspectRatio:"xMinYMin"}),V=makeSvgSpan(["overlay"],[j],y);return V.height=k,V.style.height=makeEm(k),V.style.width=makeEm($),V},buildCommon={fontMap,makeSymbol,mathsym,makeSpan:makeSpan$2,makeSvgSpan,makeLineSpan,makeAnchor,makeFragment,wrapFragment,makeVList,makeOrd,makeGlue,staticSvg,svgData,tryCombineChars},thinspace={number:3,unit:"mu"},mediumspace={number:4,unit:"mu"},thickspace={number:5,unit:"mu"},spacings={mord:{mop:thinspace,mbin:mediumspace,mrel:thickspace,minner:thinspace},mop:{mord:thinspace,mop:thinspace,mrel:thickspace,minner:thinspace},mbin:{mord:mediumspace,mop:mediumspace,mopen:mediumspace,minner:mediumspace},mrel:{mord:thickspace,mop:thickspace,mopen:thickspace,minner:thickspace},mopen:{},mclose:{mop:thinspace,mbin:mediumspace,mrel:thickspace,minner:thinspace},mpunct:{mord:thinspace,mop:thinspace,mrel:thickspace,mopen:thinspace,mclose:thinspace,mpunct:thinspace,minner:thinspace},minner:{mord:thinspace,mop:thinspace,mbin:mediumspace,mrel:thickspace,mopen:thinspace,mpunct:thinspace,minner:thinspace}},tightSpacings={mord:{mop:thinspace},mop:{mord:thinspace,mop:thinspace},mbin:{},mrel:{},mopen:{},mclose:{mop:thinspace},mpunct:{},minner:{mop:thinspace}},_functions={},_htmlGroupBuilders={},_mathmlGroupBuilders={};function defineFunction(e){for(var{type:t,names:y,props:n,handler:$,htmlBuilder:k,mathmlBuilder:L}=e,j={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:n.allowedInMath===void 0?!0:n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:$},V=0;V{var Ue=Ne.classes[0],$e=_e.classes[0];Ue==="mbin"&&utils$u.contains(binRightCanceller,$e)?Ne.classes[0]="mord":$e==="mbin"&&utils$u.contains(binLeftCanceller,Ue)&&(_e.classes[0]="mord")},{node:oe},ue,de),traverseNonSpaceNodes(k,(_e,Ne)=>{var Ue=getTypeOfDomTree(Ne),$e=getTypeOfDomTree(_e),Ve=Ue&&$e?_e.hasClass("mtight")?tightSpacings[Ue][$e]:spacings[Ue][$e]:null;if(Ve)return buildCommon.makeGlue(Ve,z)},{node:oe},ue,de),k},traverseNonSpaceNodes=function e(t,y,n,$,k){$&&t.push($);for(var L=0;Lue=>{t.splice(oe+1,0,ue),L++})(L)}$&&t.pop()},checkPartialGroup=function(t){return t instanceof DocumentFragment||t instanceof Anchor||t instanceof Span&&t.hasClass("enclosing")?t:null},getOutermostNode=function e(t,y){var n=checkPartialGroup(t);if(n){var $=n.children;if($.length){if(y==="right")return e($[$.length-1],"right");if(y==="left")return e($[0],"left")}}return t},getTypeOfDomTree=function(t,y){return t?(y&&(t=getOutermostNode(t,y)),DomEnum[t.classes[0]]||null):null},makeNullDelimiter=function(t,y){var n=["nulldelimiter"].concat(t.baseSizingClasses());return makeSpan$1(y.concat(n))},buildGroup$1=function(t,y,n){if(!t)return makeSpan$1();if(_htmlGroupBuilders[t.type]){var $=_htmlGroupBuilders[t.type](t,y);if(n&&y.size!==n.size){$=makeSpan$1(y.sizingClasses(n),[$],y);var k=y.sizeMultiplier/n.sizeMultiplier;$.height*=k,$.depth*=k}return $}else throw new ParseError("Got group of unknown type: '"+t.type+"'")};function buildHTMLUnbreakable(e,t){var y=makeSpan$1(["base"],e,t),n=makeSpan$1(["strut"]);return n.style.height=makeEm(y.height+y.depth),y.depth&&(n.style.verticalAlign=makeEm(-y.depth)),y.children.unshift(n),y}function buildHTML(e,t){var y=null;e.length===1&&e[0].type==="tag"&&(y=e[0].tag,e=e[0].body);var n=buildExpression$1(e,t,"root"),$;n.length===2&&n[1].hasClass("tag")&&($=n.pop());for(var k=[],L=[],j=0;j0&&(k.push(buildHTMLUnbreakable(L,t)),L=[]),k.push(n[j]));L.length>0&&k.push(buildHTMLUnbreakable(L,t));var z;y?(z=buildHTMLUnbreakable(buildExpression$1(y,t,!0)),z.classes=["tag"],k.push(z)):$&&k.push($);var re=makeSpan$1(["katex-html"],k);if(re.setAttribute("aria-hidden","true"),z){var oe=z.children[0];oe.style.height=makeEm(re.height+re.depth),re.depth&&(oe.style.verticalAlign=makeEm(-re.depth))}return re}function newDocumentFragment(e){return new DocumentFragment(e)}class MathNode{constructor(t,y,n){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=t,this.attributes={},this.children=y||[],this.classes=n||[]}setAttribute(t,y){this.attributes[t]=y}getAttribute(t){return this.attributes[t]}toNode(){var t=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var y in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,y)&&t.setAttribute(y,this.attributes[y]);this.classes.length>0&&(t.className=createClass(this.classes));for(var n=0;n0&&(t+=' class ="'+utils$u.escape(createClass(this.classes))+'"'),t+=">";for(var n=0;n",t}toText(){return this.children.map(t=>t.toText()).join("")}}class TextNode{constructor(t){this.text=void 0,this.text=t}toNode(){return document.createTextNode(this.text)}toMarkup(){return utils$u.escape(this.toText())}toText(){return this.text}}class SpaceNode{constructor(t){this.width=void 0,this.character=void 0,this.width=t,t>=.05555&&t<=.05556?this.character=" ":t>=.1666&&t<=.1667?this.character=" ":t>=.2222&&t<=.2223?this.character=" ":t>=.2777&&t<=.2778?this.character="  ":t>=-.05556&&t<=-.05555?this.character=" ⁣":t>=-.1667&&t<=-.1666?this.character=" ⁣":t>=-.2223&&t<=-.2222?this.character=" ⁣":t>=-.2778&&t<=-.2777?this.character=" ⁣":this.character=null}toNode(){if(this.character)return document.createTextNode(this.character);var t=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return t.setAttribute("width",makeEm(this.width)),t}toMarkup(){return this.character?""+this.character+"":''}toText(){return this.character?this.character:" "}}var mathMLTree={MathNode,TextNode,SpaceNode,newDocumentFragment},makeText=function(t,y,n){return symbols[y][t]&&symbols[y][t].replace&&t.charCodeAt(0)!==55349&&!(ligatures.hasOwnProperty(t)&&n&&(n.fontFamily&&n.fontFamily.slice(4,6)==="tt"||n.font&&n.font.slice(4,6)==="tt"))&&(t=symbols[y][t].replace),new mathMLTree.TextNode(t)},makeRow=function(t){return t.length===1?t[0]:new mathMLTree.MathNode("mrow",t)},getVariant=function(t,y){if(y.fontFamily==="texttt")return"monospace";if(y.fontFamily==="textsf")return y.fontShape==="textit"&&y.fontWeight==="textbf"?"sans-serif-bold-italic":y.fontShape==="textit"?"sans-serif-italic":y.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(y.fontShape==="textit"&&y.fontWeight==="textbf")return"bold-italic";if(y.fontShape==="textit")return"italic";if(y.fontWeight==="textbf")return"bold";var n=y.font;if(!n||n==="mathnormal")return null;var $=t.mode;if(n==="mathit")return"italic";if(n==="boldsymbol")return t.type==="textord"?"bold":"bold-italic";if(n==="mathbf")return"bold";if(n==="mathbb")return"double-struck";if(n==="mathfrak")return"fraktur";if(n==="mathscr"||n==="mathcal")return"script";if(n==="mathsf")return"sans-serif";if(n==="mathtt")return"monospace";var k=t.text;if(utils$u.contains(["\\imath","\\jmath"],k))return null;symbols[$][k]&&symbols[$][k].replace&&(k=symbols[$][k].replace);var L=buildCommon.fontMap[n].fontName;return getCharacterMetrics(k,L,$)?buildCommon.fontMap[n].variant:null},buildExpression2=function(t,y,n){if(t.length===1){var $=buildGroup2(t[0],y);return n&&$ instanceof MathNode&&$.type==="mo"&&($.setAttribute("lspace","0em"),$.setAttribute("rspace","0em")),[$]}for(var k=[],L,j=0;j0&&(oe.text=oe.text.slice(0,1)+"̸"+oe.text.slice(1),k.pop())}}}k.push(V),L=V}return k},buildExpressionRow=function(t,y,n){return makeRow(buildExpression2(t,y,n))},buildGroup2=function(t,y){if(!t)return new mathMLTree.MathNode("mrow");if(_mathmlGroupBuilders[t.type]){var n=_mathmlGroupBuilders[t.type](t,y);return n}else throw new ParseError("Got group of unknown type: '"+t.type+"'")};function buildMathML(e,t,y,n,$){var k=buildExpression2(e,y),L;k.length===1&&k[0]instanceof MathNode&&utils$u.contains(["mrow","mtable"],k[0].type)?L=k[0]:L=new mathMLTree.MathNode("mrow",k);var j=new mathMLTree.MathNode("annotation",[new mathMLTree.TextNode(t)]);j.setAttribute("encoding","application/x-tex");var V=new mathMLTree.MathNode("semantics",[L,j]),z=new mathMLTree.MathNode("math",[V]);z.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&z.setAttribute("display","block");var re=$?"katex":"katex-mathml";return buildCommon.makeSpan([re],[z])}var optionsFromSettings=function(t){return new Options({style:t.displayMode?Style$1.DISPLAY:Style$1.TEXT,maxSize:t.maxSize,minRuleThickness:t.minRuleThickness})},displayWrap=function(t,y){if(y.displayMode){var n=["katex-display"];y.leqno&&n.push("leqno"),y.fleqn&&n.push("fleqn"),t=buildCommon.makeSpan(n,[t])}return t},buildTree=function(t,y,n){var $=optionsFromSettings(n),k;if(n.output==="mathml")return buildMathML(t,y,$,n.displayMode,!0);if(n.output==="html"){var L=buildHTML(t,$);k=buildCommon.makeSpan(["katex"],[L])}else{var j=buildMathML(t,y,$,n.displayMode,!1),V=buildHTML(t,$);k=buildCommon.makeSpan(["katex"],[j,V])}return displayWrap(k,n)},buildHTMLTree=function(t,y,n){var $=optionsFromSettings(n),k=buildHTML(t,$),L=buildCommon.makeSpan(["katex"],[k]);return displayWrap(L,n)},stretchyCodePoint={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋","\\cdrightarrow":"→","\\cdleftarrow":"←","\\cdlongequal":"="},mathMLnode=function(t){var y=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(stretchyCodePoint[t.replace(/^\\/,"")])]);return y.setAttribute("stretchy","true"),y},katexImagesData={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},groupLength=function(t){return t.type==="ordgroup"?t.body.length:1},svgSpan=function(t,y){function n(){var j=4e5,V=t.label.slice(1);if(utils$u.contains(["widehat","widecheck","widetilde","utilde"],V)){var z=t,re=groupLength(z.base),oe,ue,de;if(re>5)V==="widehat"||V==="widecheck"?(oe=420,j=2364,de=.42,ue=V+"4"):(oe=312,j=2340,de=.34,ue="tilde4");else{var _e=[1,1,2,2,3,3][re];V==="widehat"||V==="widecheck"?(j=[0,1062,2364,2364,2364][_e],oe=[0,239,300,360,420][_e],de=[0,.24,.3,.3,.36,.42][_e],ue=V+_e):(j=[0,600,1033,2339,2340][_e],oe=[0,260,286,306,312][_e],de=[0,.26,.286,.3,.306,.34][_e],ue="tilde"+_e)}var Ne=new PathNode(ue),Ue=new SvgNode([Ne],{width:"100%",height:makeEm(de),viewBox:"0 0 "+j+" "+oe,preserveAspectRatio:"none"});return{span:buildCommon.makeSvgSpan([],[Ue],y),minWidth:0,height:de}}else{var $e=[],Ve=katexImagesData[V],[Fe,qe,er]=Ve,ir=er/1e3,dr=Fe.length,cr,nr;if(dr===1){var lr=Ve[3];cr=["hide-tail"],nr=[lr]}else if(dr===2)cr=["halfarrow-left","halfarrow-right"],nr=["xMinYMin","xMaxYMin"];else if(dr===3)cr=["brace-left","brace-center","brace-right"],nr=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support - `+dr+" children.");for(var Et=0;Et0&&($.style.minWidth=makeEm(k)),$},encloseSpan=function(t,y,n,$,k){var L,j=t.height+t.depth+n+$;if(/fbox|color|angl/.test(y)){if(L=buildCommon.makeSpan(["stretchy",y],[],k),y==="fbox"){var V=k.color&&k.getColor();V&&(L.style.borderColor=V)}}else{var z=[];/^[bx]cancel$/.test(y)&&z.push(new LineNode({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(y)&&z.push(new LineNode({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var re=new SvgNode(z,{width:"100%",height:makeEm(j)});L=buildCommon.makeSvgSpan([],[re],k)}return L.height=j,L.style.height=makeEm(j),L},stretchy={encloseSpan,mathMLnode,svgSpan};function assertNodeType(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function assertSymbolNodeType(e){var t=checkSymbolNodeType(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function checkSymbolNodeType(e){return e&&(e.type==="atom"||NON_ATOMS.hasOwnProperty(e.type))?e:null}var htmlBuilder$a=(e,t)=>{var y,n,$;e&&e.type==="supsub"?(n=assertNodeType(e.base,"accent"),y=n.base,e.base=y,$=assertSpan(buildGroup$1(e,t)),e.base=n):(n=assertNodeType(e,"accent"),y=n.base);var k=buildGroup$1(y,t.havingCrampedStyle()),L=n.isShifty&&utils$u.isCharacterBox(y),j=0;if(L){var V=utils$u.getBaseElem(y),z=buildGroup$1(V,t.havingCrampedStyle());j=assertSymbolDomNode(z).skew}var re=n.label==="\\c",oe=re?k.height+k.depth:Math.min(k.height,t.fontMetrics().xHeight),ue;if(n.isStretchy)ue=stretchy.svgSpan(n,t),ue=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:k},{type:"elem",elem:ue,wrapperClasses:["svg-align"],wrapperStyle:j>0?{width:"calc(100% - "+makeEm(2*j)+")",marginLeft:makeEm(2*j)}:void 0}]},t);else{var de,_e;n.label==="\\vec"?(de=buildCommon.staticSvg("vec",t),_e=buildCommon.svgData.vec[1]):(de=buildCommon.makeOrd({mode:n.mode,text:n.label},t,"textord"),de=assertSymbolDomNode(de),de.italic=0,_e=de.width,re&&(oe+=de.depth)),ue=buildCommon.makeSpan(["accent-body"],[de]);var Ne=n.label==="\\textcircled";Ne&&(ue.classes.push("accent-full"),oe=k.height);var Ue=j;Ne||(Ue-=_e/2),ue.style.left=makeEm(Ue),n.label==="\\textcircled"&&(ue.style.top=".2em"),ue=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:k},{type:"kern",size:-oe},{type:"elem",elem:ue}]},t)}var $e=buildCommon.makeSpan(["mord","accent"],[ue],t);return $?($.children[0]=$e,$.height=Math.max($e.height,$.height),$.classes[0]="mord",$):$e},mathmlBuilder$9=(e,t)=>{var y=e.isStretchy?stretchy.mathMLnode(e.label):new mathMLTree.MathNode("mo",[makeText(e.label,e.mode)]),n=new mathMLTree.MathNode("mover",[buildGroup2(e.base,t),y]);return n.setAttribute("accent","true"),n},NON_STRETCHY_ACCENT_REGEX=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).join("|"));defineFunction({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(e,t)=>{var y=normalizeArgument(t[0]),n=!NON_STRETCHY_ACCENT_REGEX.test(e.funcName),$=!n||e.funcName==="\\widehat"||e.funcName==="\\widetilde"||e.funcName==="\\widecheck";return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:$,base:y}},htmlBuilder:htmlBuilder$a,mathmlBuilder:mathmlBuilder$9});defineFunction({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{var y=t[0],n=e.parser.mode;return n==="math"&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:y}},htmlBuilder:htmlBuilder$a,mathmlBuilder:mathmlBuilder$9});defineFunction({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0];return{type:"accentUnder",mode:y.mode,label:n,base:$}},htmlBuilder:(e,t)=>{var y=buildGroup$1(e.base,t),n=stretchy.svgSpan(e,t),$=e.label==="\\utilde"?.12:0,k=buildCommon.makeVList({positionType:"top",positionData:y.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:$},{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord","accentunder"],[k],t)},mathmlBuilder:(e,t)=>{var y=stretchy.mathMLnode(e.label),n=new mathMLTree.MathNode("munder",[buildGroup2(e.base,t),y]);return n.setAttribute("accentunder","true"),n}});var paddedNode=e=>{var t=new mathMLTree.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};defineFunction({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,y){var{parser:n,funcName:$}=e;return{type:"xArrow",mode:n.mode,label:$,body:t[0],below:y[0]}},htmlBuilder(e,t){var y=t.style,n=t.havingStyle(y.sup()),$=buildCommon.wrapFragment(buildGroup$1(e.body,n,t),t),k=e.label.slice(0,2)==="\\x"?"x":"cd";$.classes.push(k+"-arrow-pad");var L;e.below&&(n=t.havingStyle(y.sub()),L=buildCommon.wrapFragment(buildGroup$1(e.below,n,t),t),L.classes.push(k+"-arrow-pad"));var j=stretchy.svgSpan(e,t),V=-t.fontMetrics().axisHeight+.5*j.height,z=-t.fontMetrics().axisHeight-.5*j.height-.111;($.depth>.25||e.label==="\\xleftequilibrium")&&(z-=$.depth);var re;if(L){var oe=-t.fontMetrics().axisHeight+L.height+.5*j.height+.111;re=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:$,shift:z},{type:"elem",elem:j,shift:V},{type:"elem",elem:L,shift:oe}]},t)}else re=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:$,shift:z},{type:"elem",elem:j,shift:V}]},t);return re.children[0].children[0].children[1].classes.push("svg-align"),buildCommon.makeSpan(["mrel","x-arrow"],[re],t)},mathmlBuilder(e,t){var y=stretchy.mathMLnode(e.label);y.setAttribute("minsize",e.label.charAt(0)==="x"?"1.75em":"3.0em");var n;if(e.body){var $=paddedNode(buildGroup2(e.body,t));if(e.below){var k=paddedNode(buildGroup2(e.below,t));n=new mathMLTree.MathNode("munderover",[y,k,$])}else n=new mathMLTree.MathNode("mover",[y,$])}else if(e.below){var L=paddedNode(buildGroup2(e.below,t));n=new mathMLTree.MathNode("munder",[y,L])}else n=paddedNode(),n=new mathMLTree.MathNode("mover",[y,n]);return n}});var makeSpan2=buildCommon.makeSpan;function htmlBuilder$9(e,t){var y=buildExpression$1(e.body,t,!0);return makeSpan2([e.mclass],y,t)}function mathmlBuilder$8(e,t){var y,n=buildExpression2(e.body,t);return e.mclass==="minner"?y=new mathMLTree.MathNode("mpadded",n):e.mclass==="mord"?e.isCharacterBox?(y=n[0],y.type="mi"):y=new mathMLTree.MathNode("mi",n):(e.isCharacterBox?(y=n[0],y.type="mo"):y=new mathMLTree.MathNode("mo",n),e.mclass==="mbin"?(y.attributes.lspace="0.22em",y.attributes.rspace="0.22em"):e.mclass==="mpunct"?(y.attributes.lspace="0em",y.attributes.rspace="0.17em"):e.mclass==="mopen"||e.mclass==="mclose"?(y.attributes.lspace="0em",y.attributes.rspace="0em"):e.mclass==="minner"&&(y.attributes.lspace="0.0556em",y.attributes.width="+0.1111em")),y}defineFunction({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];return{type:"mclass",mode:y.mode,mclass:"m"+n.slice(5),body:ordargument($),isCharacterBox:utils$u.isCharacterBox($)}},htmlBuilder:htmlBuilder$9,mathmlBuilder:mathmlBuilder$8});var binrelClass=e=>{var t=e.type==="ordgroup"&&e.body.length?e.body[0]:e;return t.type==="atom"&&(t.family==="bin"||t.family==="rel")?"m"+t.family:"mord"};defineFunction({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){var{parser:y}=e;return{type:"mclass",mode:y.mode,mclass:binrelClass(t[0]),body:ordargument(t[1]),isCharacterBox:utils$u.isCharacterBox(t[1])}}});defineFunction({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var{parser:y,funcName:n}=e,$=t[1],k=t[0],L;n!=="\\stackrel"?L=binrelClass($):L="mrel";var j={type:"op",mode:$.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:n!=="\\stackrel",body:ordargument($)},V={type:"supsub",mode:k.mode,base:j,sup:n==="\\underset"?null:k,sub:n==="\\underset"?k:null};return{type:"mclass",mode:y.mode,mclass:L,body:[V],isCharacterBox:utils$u.isCharacterBox(V)}},htmlBuilder:htmlBuilder$9,mathmlBuilder:mathmlBuilder$8});defineFunction({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:y}=e;return{type:"pmb",mode:y.mode,mclass:binrelClass(t[0]),body:ordargument(t[0])}},htmlBuilder(e,t){var y=buildExpression$1(e.body,t,!0),n=buildCommon.makeSpan([e.mclass],y,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){var y=buildExpression2(e.body,t),n=new mathMLTree.MathNode("mstyle",y);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});var cdArrowFunctionName={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},newCell=()=>({type:"styling",body:[],mode:"math",style:"display"}),isStartOfArrow=e=>e.type==="textord"&&e.text==="@",isLabelEnd=(e,t)=>(e.type==="mathord"||e.type==="atom")&&e.text===t;function cdArrow(e,t,y){var n=cdArrowFunctionName[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return y.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":{var $=y.callFunction("\\\\cdleft",[t[0]],[]),k={type:"atom",text:n,mode:"math",family:"rel"},L=y.callFunction("\\Big",[k],[]),j=y.callFunction("\\\\cdright",[t[1]],[]),V={type:"ordgroup",mode:"math",body:[$,L,j]};return y.callFunction("\\\\cdparent",[V],[])}case"\\\\cdlongequal":return y.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var z={type:"textord",text:"\\Vert",mode:"math"};return y.callFunction("\\Big",[z],[])}default:return{type:"textord",text:" ",mode:"math"}}}function parseCD(e){var t=[];for(e.gullet.beginGroup(),e.gullet.macros.set("\\cr","\\\\\\relax"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,"\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();var y=e.fetch().text;if(y==="&"||y==="\\\\")e.consume();else if(y==="\\end"){t[t.length-1].length===0&&t.pop();break}else throw new ParseError("Expected \\\\ or \\cr or \\end",e.nextToken)}for(var n=[],$=[n],k=0;k-1))if("<>AV".indexOf(z)>-1)for(var oe=0;oe<2;oe++){for(var ue=!0,de=V+1;deAV=|." after @',L[V]);var _e=cdArrow(z,re,e),Ne={type:"styling",body:[_e],mode:"math",style:"display"};n.push(Ne),j=newCell()}k%2===0?n.push(j):n.shift(),n=[],$.push(n)}e.gullet.endGroup(),e.gullet.endGroup();var Ue=new Array($[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:$,arraystretch:1,addJot:!0,rowGaps:[null],cols:Ue,colSeparationType:"CD",hLinesBeforeRow:new Array($.length+1).fill([])}}defineFunction({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){var{parser:y,funcName:n}=e;return{type:"cdlabel",mode:y.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){var y=t.havingStyle(t.style.sup()),n=buildCommon.wrapFragment(buildGroup$1(e.label,y,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=makeEm(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mrow",[buildGroup2(e.label,t)]);return y=new mathMLTree.MathNode("mpadded",[y]),y.setAttribute("width","0"),e.side==="left"&&y.setAttribute("lspace","-1width"),y.setAttribute("voffset","0.7em"),y=new mathMLTree.MathNode("mstyle",[y]),y.setAttribute("displaystyle","false"),y.setAttribute("scriptlevel","1"),y}});defineFunction({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){var{parser:y}=e;return{type:"cdlabelparent",mode:y.mode,fragment:t[0]}},htmlBuilder(e,t){var y=buildCommon.wrapFragment(buildGroup$1(e.fragment,t),t);return y.classes.push("cd-vert-arrow"),y},mathmlBuilder(e,t){return new mathMLTree.MathNode("mrow",[buildGroup2(e.fragment,t)])}});defineFunction({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){for(var{parser:y}=e,n=assertNodeType(t[0],"ordgroup"),$=n.body,k="",L=0;L<$.length;L++){var j=assertNodeType($[L],"textord");k+=j.text}var V=parseInt(k),z;if(isNaN(V))throw new ParseError("\\@char has non-numeric argument "+k);if(V<0||V>=1114111)throw new ParseError("\\@char with invalid code point "+k);return V<=65535?z=String.fromCharCode(V):(V-=65536,z=String.fromCharCode((V>>10)+55296,(V&1023)+56320)),{type:"textord",mode:y.mode,text:z}}});var htmlBuilder$8=(e,t)=>{var y=buildExpression$1(e.body,t.withColor(e.color),!1);return buildCommon.makeFragment(y)},mathmlBuilder$7=(e,t)=>{var y=buildExpression2(e.body,t.withColor(e.color)),n=new mathMLTree.MathNode("mstyle",y);return n.setAttribute("mathcolor",e.color),n};defineFunction({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){var{parser:y}=e,n=assertNodeType(t[0],"color-token").color,$=t[1];return{type:"color",mode:y.mode,color:n,body:ordargument($)}},htmlBuilder:htmlBuilder$8,mathmlBuilder:mathmlBuilder$7});defineFunction({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){var{parser:y,breakOnTokenText:n}=e,$=assertNodeType(t[0],"color-token").color;y.gullet.macros.set("\\current@color",$);var k=y.parseExpression(!0,n);return{type:"color",mode:y.mode,color:$,body:k}},htmlBuilder:htmlBuilder$8,mathmlBuilder:mathmlBuilder$7});defineFunction({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,y){var{parser:n}=e,$=n.gullet.future().text==="["?n.parseSizeGroup(!0):null,k=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:k,size:$&&assertNodeType($,"size").value}},htmlBuilder(e,t){var y=buildCommon.makeSpan(["mspace"],[],t);return e.newLine&&(y.classes.push("newline"),e.size&&(y.style.marginTop=makeEm(calculateSize(e.size,t)))),y},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mspace");return e.newLine&&(y.setAttribute("linebreak","newline"),e.size&&y.setAttribute("height",makeEm(calculateSize(e.size,t)))),y}});var globalMap={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},checkControlSequence=e=>{var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new ParseError("Expected a control sequence",e);return t},getRHS=e=>{var t=e.gullet.popToken();return t.text==="="&&(t=e.gullet.popToken(),t.text===" "&&(t=e.gullet.popToken())),t},letCommand=(e,t,y,n)=>{var $=e.gullet.macros.get(y.text);$==null&&(y.noexpand=!0,$={tokens:[y],numArgs:0,unexpandable:!e.gullet.isExpandable(y.text)}),e.gullet.macros.set(t,$,n)};defineFunction({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t,funcName:y}=e;t.consumeSpaces();var n=t.fetch();if(globalMap[n.text])return(y==="\\global"||y==="\\\\globallong")&&(n.text=globalMap[n.text]),assertNodeType(t.parseFunction(),"internal");throw new ParseError("Invalid token after macro prefix",n)}});defineFunction({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:y}=e,n=t.gullet.popToken(),$=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test($))throw new ParseError("Expected a control sequence",n);for(var k=0,L,j=[[]];t.gullet.future().text!=="{";)if(n=t.gullet.popToken(),n.text==="#"){if(t.gullet.future().text==="{"){L=t.gullet.future(),j[k].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new ParseError('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==k+1)throw new ParseError('Argument number "'+n.text+'" out of order');k++,j.push([])}else{if(n.text==="EOF")throw new ParseError("Expected a macro definition");j[k].push(n.text)}var{tokens:V}=t.gullet.consumeArg();return L&&V.unshift(L),(y==="\\edef"||y==="\\xdef")&&(V=t.gullet.expandTokens(V),V.reverse()),t.gullet.macros.set($,{tokens:V,numArgs:k,delimiters:j},y===globalMap[y]),{type:"internal",mode:t.mode}}});defineFunction({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:y}=e,n=checkControlSequence(t.gullet.popToken());t.gullet.consumeSpaces();var $=getRHS(t);return letCommand(t,n,$,y==="\\\\globallet"),{type:"internal",mode:t.mode}}});defineFunction({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){var{parser:t,funcName:y}=e,n=checkControlSequence(t.gullet.popToken()),$=t.gullet.popToken(),k=t.gullet.popToken();return letCommand(t,n,k,y==="\\\\globalfuture"),t.gullet.pushToken(k),t.gullet.pushToken($),{type:"internal",mode:t.mode}}});var getMetrics=function(t,y,n){var $=symbols.math[t]&&symbols.math[t].replace,k=getCharacterMetrics($||t,y,n);if(!k)throw new Error("Unsupported symbol "+t+" and font size "+y+".");return k},styleWrap=function(t,y,n,$){var k=n.havingBaseStyle(y),L=buildCommon.makeSpan($.concat(k.sizingClasses(n)),[t],n),j=k.sizeMultiplier/n.sizeMultiplier;return L.height*=j,L.depth*=j,L.maxFontSize=k.sizeMultiplier,L},centerSpan=function(t,y,n){var $=y.havingBaseStyle(n),k=(1-y.sizeMultiplier/$.sizeMultiplier)*y.fontMetrics().axisHeight;t.classes.push("delimcenter"),t.style.top=makeEm(k),t.height-=k,t.depth+=k},makeSmallDelim=function(t,y,n,$,k,L){var j=buildCommon.makeSymbol(t,"Main-Regular",k,$),V=styleWrap(j,y,$,L);return n&¢erSpan(V,$,y),V},mathrmSize=function(t,y,n,$){return buildCommon.makeSymbol(t,"Size"+y+"-Regular",n,$)},makeLargeDelim=function(t,y,n,$,k,L){var j=mathrmSize(t,y,k,$),V=styleWrap(buildCommon.makeSpan(["delimsizing","size"+y],[j],$),Style$1.TEXT,$,L);return n&¢erSpan(V,$,Style$1.TEXT),V},makeGlyphSpan=function(t,y,n){var $;y==="Size1-Regular"?$="delim-size1":$="delim-size4";var k=buildCommon.makeSpan(["delimsizinginner",$],[buildCommon.makeSpan([],[buildCommon.makeSymbol(t,y,n)])]);return{type:"elem",elem:k}},makeInner=function(t,y,n){var $=fontMetricsData["Size4-Regular"][t.charCodeAt(0)]?fontMetricsData["Size4-Regular"][t.charCodeAt(0)][4]:fontMetricsData["Size1-Regular"][t.charCodeAt(0)][4],k=new PathNode("inner",innerPath(t,Math.round(1e3*y))),L=new SvgNode([k],{width:makeEm($),height:makeEm(y),style:"width:"+makeEm($),viewBox:"0 0 "+1e3*$+" "+Math.round(1e3*y),preserveAspectRatio:"xMinYMin"}),j=buildCommon.makeSvgSpan([],[L],n);return j.height=y,j.style.height=makeEm(y),j.style.width=makeEm($),{type:"elem",elem:j}},lapInEms=.008,lap$2={type:"kern",size:-1*lapInEms},verts=["|","\\lvert","\\rvert","\\vert"],doubleVerts=["\\|","\\lVert","\\rVert","\\Vert"],makeStackedDelim=function(t,y,n,$,k,L){var j,V,z,re,oe="",ue=0;j=z=re=t,V=null;var de="Size1-Regular";t==="\\uparrow"?z=re="⏐":t==="\\Uparrow"?z=re="‖":t==="\\downarrow"?j=z="⏐":t==="\\Downarrow"?j=z="‖":t==="\\updownarrow"?(j="\\uparrow",z="⏐",re="\\downarrow"):t==="\\Updownarrow"?(j="\\Uparrow",z="‖",re="\\Downarrow"):utils$u.contains(verts,t)?(z="∣",oe="vert",ue=333):utils$u.contains(doubleVerts,t)?(z="∥",oe="doublevert",ue=556):t==="["||t==="\\lbrack"?(j="⎡",z="⎢",re="⎣",de="Size4-Regular",oe="lbrack",ue=667):t==="]"||t==="\\rbrack"?(j="⎤",z="⎥",re="⎦",de="Size4-Regular",oe="rbrack",ue=667):t==="\\lfloor"||t==="⌊"?(z=j="⎢",re="⎣",de="Size4-Regular",oe="lfloor",ue=667):t==="\\lceil"||t==="⌈"?(j="⎡",z=re="⎢",de="Size4-Regular",oe="lceil",ue=667):t==="\\rfloor"||t==="⌋"?(z=j="⎥",re="⎦",de="Size4-Regular",oe="rfloor",ue=667):t==="\\rceil"||t==="⌉"?(j="⎤",z=re="⎥",de="Size4-Regular",oe="rceil",ue=667):t==="("||t==="\\lparen"?(j="⎛",z="⎜",re="⎝",de="Size4-Regular",oe="lparen",ue=875):t===")"||t==="\\rparen"?(j="⎞",z="⎟",re="⎠",de="Size4-Regular",oe="rparen",ue=875):t==="\\{"||t==="\\lbrace"?(j="⎧",V="⎨",re="⎩",z="⎪",de="Size4-Regular"):t==="\\}"||t==="\\rbrace"?(j="⎫",V="⎬",re="⎭",z="⎪",de="Size4-Regular"):t==="\\lgroup"||t==="⟮"?(j="⎧",re="⎩",z="⎪",de="Size4-Regular"):t==="\\rgroup"||t==="⟯"?(j="⎫",re="⎭",z="⎪",de="Size4-Regular"):t==="\\lmoustache"||t==="⎰"?(j="⎧",re="⎭",z="⎪",de="Size4-Regular"):(t==="\\rmoustache"||t==="⎱")&&(j="⎫",re="⎩",z="⎪",de="Size4-Regular");var _e=getMetrics(j,de,k),Ne=_e.height+_e.depth,Ue=getMetrics(z,de,k),$e=Ue.height+Ue.depth,Ve=getMetrics(re,de,k),Fe=Ve.height+Ve.depth,qe=0,er=1;if(V!==null){var ir=getMetrics(V,de,k);qe=ir.height+ir.depth,er=2}var dr=Ne+Fe+qe,cr=Math.max(0,Math.ceil((y-dr)/(er*$e))),nr=dr+cr*er*$e,lr=$.fontMetrics().axisHeight;n&&(lr*=$.sizeMultiplier);var Et=nr/2-lr,ie=[];if(oe.length>0){var pe=nr-Ne-Fe,Ce=Math.round(nr*1e3),Ie=tallDelim(oe,Math.round(pe*1e3)),jt=new PathNode(oe,Ie),ar=(ue/1e3).toFixed(3)+"em",ur=(Ce/1e3).toFixed(3)+"em",kt=new SvgNode([jt],{width:ar,height:ur,viewBox:"0 0 "+ue+" "+Ce}),he=buildCommon.makeSvgSpan([],[kt],$);he.height=Ce/1e3,he.style.width=ar,he.style.height=ur,ie.push({type:"elem",elem:he})}else{if(ie.push(makeGlyphSpan(re,de,k)),ie.push(lap$2),V===null){var tr=nr-Ne-Fe+2*lapInEms;ie.push(makeInner(z,tr,$))}else{var gr=(nr-Ne-Fe-qe)/2+2*lapInEms;ie.push(makeInner(z,gr,$)),ie.push(lap$2),ie.push(makeGlyphSpan(V,de,k)),ie.push(lap$2),ie.push(makeInner(z,gr,$))}ie.push(lap$2),ie.push(makeGlyphSpan(j,de,k))}var _r=$.havingBaseStyle(Style$1.TEXT),yr=buildCommon.makeVList({positionType:"bottom",positionData:Et,children:ie},_r);return styleWrap(buildCommon.makeSpan(["delimsizing","mult"],[yr],_r),Style$1.TEXT,$,L)},vbPad=80,emPad=.08,sqrtSvg=function(t,y,n,$,k){var L=sqrtPath(t,$,n),j=new PathNode(t,L),V=new SvgNode([j],{width:"400em",height:makeEm(y),viewBox:"0 0 400000 "+n,preserveAspectRatio:"xMinYMin slice"});return buildCommon.makeSvgSpan(["hide-tail"],[V],k)},makeSqrtImage=function(t,y){var n=y.havingBaseSizing(),$=traverseSequence("\\surd",t*n.sizeMultiplier,stackLargeDelimiterSequence,n),k=n.sizeMultiplier,L=Math.max(0,y.minRuleThickness-y.fontMetrics().sqrtRuleThickness),j,V=0,z=0,re=0,oe;return $.type==="small"?(re=1e3+1e3*L+vbPad,t<1?k=1:t<1.4&&(k=.7),V=(1+L+emPad)/k,z=(1+L)/k,j=sqrtSvg("sqrtMain",V,re,L,y),j.style.minWidth="0.853em",oe=.833/k):$.type==="large"?(re=(1e3+vbPad)*sizeToMaxHeight[$.size],z=(sizeToMaxHeight[$.size]+L)/k,V=(sizeToMaxHeight[$.size]+L+emPad)/k,j=sqrtSvg("sqrtSize"+$.size,V,re,L,y),j.style.minWidth="1.02em",oe=1/k):(V=t+L+emPad,z=t+L,re=Math.floor(1e3*t+L)+vbPad,j=sqrtSvg("sqrtTall",V,re,L,y),j.style.minWidth="0.742em",oe=1.056),j.height=z,j.style.height=makeEm(V),{span:j,advanceWidth:oe,ruleWidth:(y.fontMetrics().sqrtRuleThickness+L)*k}},stackLargeDelimiters=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],stackAlwaysDelimiters=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],stackNeverDelimiters=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],sizeToMaxHeight=[0,1.2,1.8,2.4,3],makeSizedDelim=function(t,y,n,$,k){if(t==="<"||t==="\\lt"||t==="⟨"?t="\\langle":(t===">"||t==="\\gt"||t==="⟩")&&(t="\\rangle"),utils$u.contains(stackLargeDelimiters,t)||utils$u.contains(stackNeverDelimiters,t))return makeLargeDelim(t,y,!1,n,$,k);if(utils$u.contains(stackAlwaysDelimiters,t))return makeStackedDelim(t,sizeToMaxHeight[y],!1,n,$,k);throw new ParseError("Illegal delimiter: '"+t+"'")},stackNeverDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],stackAlwaysDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"stack"}],stackLargeDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],delimTypeToFont=function(t){if(t.type==="small")return"Main-Regular";if(t.type==="large")return"Size"+t.size+"-Regular";if(t.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+t.type+"' here.")},traverseSequence=function(t,y,n,$){for(var k=Math.min(2,3-$.style.size),L=k;Ly)return n[L]}return n[n.length-1]},makeCustomSizedDelim=function(t,y,n,$,k,L){t==="<"||t==="\\lt"||t==="⟨"?t="\\langle":(t===">"||t==="\\gt"||t==="⟩")&&(t="\\rangle");var j;utils$u.contains(stackNeverDelimiters,t)?j=stackNeverDelimiterSequence:utils$u.contains(stackLargeDelimiters,t)?j=stackLargeDelimiterSequence:j=stackAlwaysDelimiterSequence;var V=traverseSequence(t,y,j,$);return V.type==="small"?makeSmallDelim(t,V.style,n,$,k,L):V.type==="large"?makeLargeDelim(t,V.size,n,$,k,L):makeStackedDelim(t,y,n,$,k,L)},makeLeftRightDelim=function(t,y,n,$,k,L){var j=$.fontMetrics().axisHeight*$.sizeMultiplier,V=901,z=5/$.fontMetrics().ptPerEm,re=Math.max(y-j,n+j),oe=Math.max(re/500*V,2*re-z);return makeCustomSizedDelim(t,oe,!0,$,k,L)},delimiter={sqrtImage:makeSqrtImage,sizedDelim:makeSizedDelim,sizeToMaxHeight,customSizedDelim:makeCustomSizedDelim,leftRightDelim:makeLeftRightDelim},delimiterSizes={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},delimiters=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function checkDelimiter(e,t){var y=checkSymbolNodeType(e);if(y&&utils$u.contains(delimiters,y.text))return y;throw y?new ParseError("Invalid delimiter '"+y.text+"' after '"+t.funcName+"'",e):new ParseError("Invalid delimiter type '"+e.type+"'",e)}defineFunction({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:(e,t)=>{var y=checkDelimiter(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:delimiterSizes[e.funcName].size,mclass:delimiterSizes[e.funcName].mclass,delim:y.text}},htmlBuilder:(e,t)=>e.delim==="."?buildCommon.makeSpan([e.mclass]):delimiter.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{var t=[];e.delim!=="."&&t.push(makeText(e.delim,e.mode));var y=new mathMLTree.MathNode("mo",t);e.mclass==="mopen"||e.mclass==="mclose"?y.setAttribute("fence","true"):y.setAttribute("fence","false"),y.setAttribute("stretchy","true");var n=makeEm(delimiter.sizeToMaxHeight[e.size]);return y.setAttribute("minsize",n),y.setAttribute("maxsize",n),y}});function assertParsed(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}defineFunction({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var y=e.parser.gullet.macros.get("\\current@color");if(y&&typeof y!="string")throw new ParseError("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:checkDelimiter(t[0],e).text,color:y}}});defineFunction({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var y=checkDelimiter(t[0],e),n=e.parser;++n.leftrightDepth;var $=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var k=assertNodeType(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:$,left:y.text,right:k.delim,rightColor:k.color}},htmlBuilder:(e,t)=>{assertParsed(e);for(var y=buildExpression$1(e.body,t,!0,["mopen","mclose"]),n=0,$=0,k=!1,L=0;L{assertParsed(e);var y=buildExpression2(e.body,t);if(e.left!=="."){var n=new mathMLTree.MathNode("mo",[makeText(e.left,e.mode)]);n.setAttribute("fence","true"),y.unshift(n)}if(e.right!=="."){var $=new mathMLTree.MathNode("mo",[makeText(e.right,e.mode)]);$.setAttribute("fence","true"),e.rightColor&&$.setAttribute("mathcolor",e.rightColor),y.push($)}return makeRow(y)}});defineFunction({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var y=checkDelimiter(t[0],e);if(!e.parser.leftrightDepth)throw new ParseError("\\middle without preceding \\left",y);return{type:"middle",mode:e.parser.mode,delim:y.text}},htmlBuilder:(e,t)=>{var y;if(e.delim===".")y=makeNullDelimiter(t,[]);else{y=delimiter.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};y.isMiddle=n}return y},mathmlBuilder:(e,t)=>{var y=e.delim==="\\vert"||e.delim==="|"?makeText("|","text"):makeText(e.delim,e.mode),n=new mathMLTree.MathNode("mo",[y]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var htmlBuilder$7=(e,t)=>{var y=buildCommon.wrapFragment(buildGroup$1(e.body,t),t),n=e.label.slice(1),$=t.sizeMultiplier,k,L=0,j=utils$u.isCharacterBox(e.body);if(n==="sout")k=buildCommon.makeSpan(["stretchy","sout"]),k.height=t.fontMetrics().defaultRuleThickness/$,L=-.5*t.fontMetrics().xHeight;else if(n==="phase"){var V=calculateSize({number:.6,unit:"pt"},t),z=calculateSize({number:.35,unit:"ex"},t),re=t.havingBaseSizing();$=$/re.sizeMultiplier;var oe=y.height+y.depth+V+z;y.style.paddingLeft=makeEm(oe/2+V);var ue=Math.floor(1e3*oe*$),de=phasePath(ue),_e=new SvgNode([new PathNode("phase",de)],{width:"400em",height:makeEm(ue/1e3),viewBox:"0 0 400000 "+ue,preserveAspectRatio:"xMinYMin slice"});k=buildCommon.makeSvgSpan(["hide-tail"],[_e],t),k.style.height=makeEm(oe),L=y.depth+V+z}else{/cancel/.test(n)?j||y.classes.push("cancel-pad"):n==="angl"?y.classes.push("anglpad"):y.classes.push("boxpad");var Ne=0,Ue=0,$e=0;/box/.test(n)?($e=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),Ne=t.fontMetrics().fboxsep+(n==="colorbox"?0:$e),Ue=Ne):n==="angl"?($e=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),Ne=4*$e,Ue=Math.max(0,.25-y.depth)):(Ne=j?.2:0,Ue=Ne),k=stretchy.encloseSpan(y,n,Ne,Ue,t),/fbox|boxed|fcolorbox/.test(n)?(k.style.borderStyle="solid",k.style.borderWidth=makeEm($e)):n==="angl"&&$e!==.049&&(k.style.borderTopWidth=makeEm($e),k.style.borderRightWidth=makeEm($e)),L=y.depth+Ue,e.backgroundColor&&(k.style.backgroundColor=e.backgroundColor,e.borderColor&&(k.style.borderColor=e.borderColor))}var Ve;if(e.backgroundColor)Ve=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:k,shift:L},{type:"elem",elem:y,shift:0}]},t);else{var Fe=/cancel|phase/.test(n)?["svg-align"]:[];Ve=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:y,shift:0},{type:"elem",elem:k,shift:L,wrapperClasses:Fe}]},t)}return/cancel/.test(n)&&(Ve.height=y.height,Ve.depth=y.depth),/cancel/.test(n)&&!j?buildCommon.makeSpan(["mord","cancel-lap"],[Ve],t):buildCommon.makeSpan(["mord"],[Ve],t)},mathmlBuilder$6=(e,t)=>{var y=0,n=new mathMLTree.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[buildGroup2(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(y=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*y+"pt"),n.setAttribute("height","+"+2*y+"pt"),n.setAttribute("lspace",y+"pt"),n.setAttribute("voffset",y+"pt"),e.label==="\\fcolorbox"){var $=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+$+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};defineFunction({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,y){var{parser:n,funcName:$}=e,k=assertNodeType(t[0],"color-token").color,L=t[1];return{type:"enclose",mode:n.mode,label:$,backgroundColor:k,body:L}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,y){var{parser:n,funcName:$}=e,k=assertNodeType(t[0],"color-token").color,L=assertNodeType(t[1],"color-token").color,j=t[2];return{type:"enclose",mode:n.mode,label:$,backgroundColor:L,borderColor:k,body:j}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){var{parser:y}=e;return{type:"enclose",mode:y.mode,label:"\\fbox",body:t[0]}}});defineFunction({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];return{type:"enclose",mode:y.mode,label:n,body:$}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){var{parser:y}=e;return{type:"enclose",mode:y.mode,label:"\\angl",body:t[0]}}});var _environments={};function defineEnvironment(e){for(var{type:t,names:y,props:n,handler:$,htmlBuilder:k,mathmlBuilder:L}=e,j={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:$},V=0;V{var t=e.parser.settings;if(!t.displayMode)throw new ParseError("{"+e.envName+"} can be used only in display mode.")};function getAutoTag(e){if(e.indexOf("ed")===-1)return e.indexOf("*")===-1}function parseArray(e,t,y){var{hskipBeforeAndAfter:n,addJot:$,cols:k,arraystretch:L,colSeparationType:j,autoTag:V,singleRow:z,emptySingleRow:re,maxNumCols:oe,leqno:ue}=t;if(e.gullet.beginGroup(),z||e.gullet.macros.set("\\cr","\\\\\\relax"),!L){var de=e.gullet.expandMacroAsText("\\arraystretch");if(de==null)L=1;else if(L=parseFloat(de),!L||L<0)throw new ParseError("Invalid \\arraystretch: "+de)}e.gullet.beginGroup();var _e=[],Ne=[_e],Ue=[],$e=[],Ve=V!=null?[]:void 0;function Fe(){V&&e.gullet.macros.set("\\@eqnsw","1",!0)}function qe(){Ve&&(e.gullet.macros.get("\\df@tag")?(Ve.push(e.subparse([new Token("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):Ve.push(!!V&&e.gullet.macros.get("\\@eqnsw")==="1"))}for(Fe(),$e.push(getHLines(e));;){var er=e.parseExpression(!1,z?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),er={type:"ordgroup",mode:e.mode,body:er},y&&(er={type:"styling",mode:e.mode,style:y,body:[er]}),_e.push(er);var ir=e.fetch().text;if(ir==="&"){if(oe&&_e.length===oe){if(z||j)throw new ParseError("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else if(ir==="\\end"){qe(),_e.length===1&&er.type==="styling"&&er.body[0].body.length===0&&(Ne.length>1||!re)&&Ne.pop(),$e.length0&&(Fe+=.25),z.push({pos:Fe,isDashed:$r[jr]})}for(qe(L[0]),n=0;n0&&(Et+=Ve,dr$r))for(n=0;n=j)){var Tr=void 0;($>0||t.hskipBeforeAndAfter)&&(Tr=utils$u.deflt(gr.pregap,ue),Tr!==0&&(Ie=buildCommon.makeSpan(["arraycolsep"],[]),Ie.style.width=makeEm(Tr),Ce.push(Ie)));var Sr=[];for(n=0;n0){for(var Vr=buildCommon.makeLineSpan("hline",y,re),Dr=buildCommon.makeLineSpan("hdashline",y,re),Ir=[{type:"elem",elem:V,shift:0}];z.length>0;){var Br=z.pop(),Rr=Br.pos-ie;Br.isDashed?Ir.push({type:"elem",elem:Dr,shift:Rr}):Ir.push({type:"elem",elem:Vr,shift:Rr})}V=buildCommon.makeVList({positionType:"individualShift",children:Ir},y)}if(ar.length===0)return buildCommon.makeSpan(["mord"],[V],y);var Lr=buildCommon.makeVList({positionType:"individualShift",children:ar},y);return Lr=buildCommon.makeSpan(["tag"],[Lr],y),buildCommon.makeFragment([V,Lr])},alignMap={c:"center ",l:"left ",r:"right "},mathmlBuilder$5=function(t,y){for(var n=[],$=new mathMLTree.MathNode("mtd",[],["mtr-glue"]),k=new mathMLTree.MathNode("mtd",[],["mml-eqn-num"]),L=0;L0){var _e=t.cols,Ne="",Ue=!1,$e=0,Ve=_e.length;_e[0].type==="separator"&&(ue+="top ",$e=1),_e[_e.length-1].type==="separator"&&(ue+="bottom ",Ve-=1);for(var Fe=$e;Fe0?"left ":"",ue+=cr[cr.length-1].length>0?"right ":"";for(var nr=1;nr-1?"alignat":"align",k=t.envName==="split",L=parseArray(t.parser,{cols:n,addJot:!0,autoTag:k?void 0:getAutoTag(t.envName),emptySingleRow:!0,colSeparationType:$,maxNumCols:k?2:void 0,leqno:t.parser.settings.leqno},"display"),j,V=0,z={type:"ordgroup",mode:t.mode,body:[]};if(y[0]&&y[0].type==="ordgroup"){for(var re="",oe=0;oe0&&de&&(Ue=1),n[_e]={type:"align",align:Ne,pregap:Ue,postgap:0}}return L.colSeparationType=de?"align":"alignat",L};defineEnvironment({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){var y=checkSymbolNodeType(t[0]),n=y?[t[0]]:assertNodeType(t[0],"ordgroup").body,$=n.map(function(L){var j=assertSymbolNodeType(L),V=j.text;if("lcr".indexOf(V)!==-1)return{type:"align",align:V};if(V==="|")return{type:"separator",separator:"|"};if(V===":")return{type:"separator",separator:":"};throw new ParseError("Unknown column alignment: "+V,L)}),k={cols:$,hskipBeforeAndAfter:!0,maxNumCols:$.length};return parseArray(e.parser,k,dCellStyle(e.envName))},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],y="c",n={hskipBeforeAndAfter:!1,cols:[{type:"align",align:y}]};if(e.envName.charAt(e.envName.length-1)==="*"){var $=e.parser;if($.consumeSpaces(),$.fetch().text==="["){if($.consume(),$.consumeSpaces(),y=$.fetch().text,"lcr".indexOf(y)===-1)throw new ParseError("Expected l or c or r",$.nextToken);$.consume(),$.consumeSpaces(),$.expect("]"),$.consume(),n.cols=[{type:"align",align:y}]}}var k=parseArray(e.parser,n,dCellStyle(e.envName)),L=Math.max(0,...k.body.map(j=>j.length));return k.cols=new Array(L).fill({type:"align",align:y}),t?{type:"leftright",mode:e.mode,body:[k],left:t[0],right:t[1],rightColor:void 0}:k},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){var t={arraystretch:.5},y=parseArray(e.parser,t,"script");return y.colSeparationType="small",y},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){var y=checkSymbolNodeType(t[0]),n=y?[t[0]]:assertNodeType(t[0],"ordgroup").body,$=n.map(function(L){var j=assertSymbolNodeType(L),V=j.text;if("lc".indexOf(V)!==-1)return{type:"align",align:V};throw new ParseError("Unknown column alignment: "+V,L)});if($.length>1)throw new ParseError("{subarray} can contain only one column");var k={cols:$,hskipBeforeAndAfter:!1,arraystretch:.5};if(k=parseArray(e.parser,k,"script"),k.body.length>0&&k.body[0].length>1)throw new ParseError("{subarray} can contain only one column");return k},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){var t={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},y=parseArray(e.parser,t,dCellStyle(e.envName));return{type:"leftright",mode:e.mode,body:[y],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:alignedHandler,htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){utils$u.contains(["gather","gather*"],e.envName)&&validateAmsEnvironmentContext(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:getAutoTag(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return parseArray(e.parser,t,"display")},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:alignedHandler,htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){validateAmsEnvironmentContext(e);var t={autoTag:getAutoTag(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return parseArray(e.parser,t,"display")},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["CD"],props:{numArgs:0},handler(e){return validateAmsEnvironmentContext(e),parseCD(e.parser)},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineMacro("\\nonumber","\\gdef\\@eqnsw{0}");defineMacro("\\notag","\\nonumber");defineFunction({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(e,t){throw new ParseError(e.funcName+" valid only within array environment")}});var environments=_environments;defineFunction({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];if($.type!=="ordgroup")throw new ParseError("Invalid environment name",$);for(var k="",L=0;L<$.body.length;++L)k+=assertNodeType($.body[L],"textord").text;if(n==="\\begin"){if(!environments.hasOwnProperty(k))throw new ParseError("No such environment: "+k,$);var j=environments[k],{args:V,optArgs:z}=y.parseArguments("\\begin{"+k+"}",j),re={mode:y.mode,envName:k,parser:y},oe=j.handler(re,V,z);y.expect("\\end",!1);var ue=y.nextToken,de=assertNodeType(y.parseFunction(),"environment");if(de.name!==k)throw new ParseError("Mismatch: \\begin{"+k+"} matched by \\end{"+de.name+"}",ue);return oe}return{type:"environment",mode:y.mode,name:k,nameGroup:$}}});var htmlBuilder$5=(e,t)=>{var y=e.font,n=t.withFont(y);return buildGroup$1(e.body,n)},mathmlBuilder$4=(e,t)=>{var y=e.font,n=t.withFont(y);return buildGroup2(e.body,n)},fontAliases={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};defineFunction({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=normalizeArgument(t[0]),k=n;return k in fontAliases&&(k=fontAliases[k]),{type:"font",mode:y.mode,font:k.slice(1),body:$}},htmlBuilder:htmlBuilder$5,mathmlBuilder:mathmlBuilder$4});defineFunction({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{var{parser:y}=e,n=t[0],$=utils$u.isCharacterBox(n);return{type:"mclass",mode:y.mode,mclass:binrelClass(n),body:[{type:"font",mode:y.mode,font:"boldsymbol",body:n}],isCharacterBox:$}}});defineFunction({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:y,funcName:n,breakOnTokenText:$}=e,{mode:k}=y,L=y.parseExpression(!0,$),j="math"+n.slice(1);return{type:"font",mode:k,font:j,body:{type:"ordgroup",mode:y.mode,body:L}}},htmlBuilder:htmlBuilder$5,mathmlBuilder:mathmlBuilder$4});var adjustStyle=(e,t)=>{var y=t;return e==="display"?y=y.id>=Style$1.SCRIPT.id?y.text():Style$1.DISPLAY:e==="text"&&y.size===Style$1.DISPLAY.size?y=Style$1.TEXT:e==="script"?y=Style$1.SCRIPT:e==="scriptscript"&&(y=Style$1.SCRIPTSCRIPT),y},htmlBuilder$4=(e,t)=>{var y=adjustStyle(e.size,t.style),n=y.fracNum(),$=y.fracDen(),k;k=t.havingStyle(n);var L=buildGroup$1(e.numer,k,t);if(e.continued){var j=8.5/t.fontMetrics().ptPerEm,V=3.5/t.fontMetrics().ptPerEm;L.height=L.height0?_e=3*ue:_e=7*ue,Ne=t.fontMetrics().denom1):(oe>0?(de=t.fontMetrics().num2,_e=ue):(de=t.fontMetrics().num3,_e=3*ue),Ne=t.fontMetrics().denom2);var Ue;if(re){var Ve=t.fontMetrics().axisHeight;de-L.depth-(Ve+.5*oe)<_e&&(de+=_e-(de-L.depth-(Ve+.5*oe))),Ve-.5*oe-(z.height-Ne)<_e&&(Ne+=_e-(Ve-.5*oe-(z.height-Ne)));var Fe=-(Ve-.5*oe);Ue=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:z,shift:Ne},{type:"elem",elem:re,shift:Fe},{type:"elem",elem:L,shift:-de}]},t)}else{var $e=de-L.depth-(z.height-Ne);$e<_e&&(de+=.5*(_e-$e),Ne+=.5*(_e-$e)),Ue=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:z,shift:Ne},{type:"elem",elem:L,shift:-de}]},t)}k=t.havingStyle(y),Ue.height*=k.sizeMultiplier/t.sizeMultiplier,Ue.depth*=k.sizeMultiplier/t.sizeMultiplier;var qe;y.size===Style$1.DISPLAY.size?qe=t.fontMetrics().delim1:y.size===Style$1.SCRIPTSCRIPT.size?qe=t.havingStyle(Style$1.SCRIPT).fontMetrics().delim2:qe=t.fontMetrics().delim2;var er,ir;return e.leftDelim==null?er=makeNullDelimiter(t,["mopen"]):er=delimiter.customSizedDelim(e.leftDelim,qe,!0,t.havingStyle(y),e.mode,["mopen"]),e.continued?ir=buildCommon.makeSpan([]):e.rightDelim==null?ir=makeNullDelimiter(t,["mclose"]):ir=delimiter.customSizedDelim(e.rightDelim,qe,!0,t.havingStyle(y),e.mode,["mclose"]),buildCommon.makeSpan(["mord"].concat(k.sizingClasses(t)),[er,buildCommon.makeSpan(["mfrac"],[Ue]),ir],t)},mathmlBuilder$3=(e,t)=>{var y=new mathMLTree.MathNode("mfrac",[buildGroup2(e.numer,t),buildGroup2(e.denom,t)]);if(!e.hasBarLine)y.setAttribute("linethickness","0px");else if(e.barSize){var n=calculateSize(e.barSize,t);y.setAttribute("linethickness",makeEm(n))}var $=adjustStyle(e.size,t.style);if($.size!==t.style.size){y=new mathMLTree.MathNode("mstyle",[y]);var k=$.size===Style$1.DISPLAY.size?"true":"false";y.setAttribute("displaystyle",k),y.setAttribute("scriptlevel","0")}if(e.leftDelim!=null||e.rightDelim!=null){var L=[];if(e.leftDelim!=null){var j=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(e.leftDelim.replace("\\",""))]);j.setAttribute("fence","true"),L.push(j)}if(L.push(y),e.rightDelim!=null){var V=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(e.rightDelim.replace("\\",""))]);V.setAttribute("fence","true"),L.push(V)}return makeRow(L)}return y};defineFunction({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0],k=t[1],L,j=null,V=null,z="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":L=!0;break;case"\\\\atopfrac":L=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":L=!1,j="(",V=")";break;case"\\\\bracefrac":L=!1,j="\\{",V="\\}";break;case"\\\\brackfrac":L=!1,j="[",V="]";break;default:throw new Error("Unrecognized genfrac command")}switch(n){case"\\dfrac":case"\\dbinom":z="display";break;case"\\tfrac":case"\\tbinom":z="text";break}return{type:"genfrac",mode:y.mode,continued:!1,numer:$,denom:k,hasBarLine:L,leftDelim:j,rightDelim:V,size:z,barSize:null}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});defineFunction({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0],k=t[1];return{type:"genfrac",mode:y.mode,continued:!0,numer:$,denom:k,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}});defineFunction({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){var{parser:t,funcName:y,token:n}=e,$;switch(y){case"\\over":$="\\frac";break;case"\\choose":$="\\binom";break;case"\\atop":$="\\\\atopfrac";break;case"\\brace":$="\\\\bracefrac";break;case"\\brack":$="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:t.mode,replaceWith:$,token:n}}});var stylArray=["display","text","script","scriptscript"],delimFromValue=function(t){var y=null;return t.length>0&&(y=t,y=y==="."?null:y),y};defineFunction({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){var{parser:y}=e,n=t[4],$=t[5],k=normalizeArgument(t[0]),L=k.type==="atom"&&k.family==="open"?delimFromValue(k.text):null,j=normalizeArgument(t[1]),V=j.type==="atom"&&j.family==="close"?delimFromValue(j.text):null,z=assertNodeType(t[2],"size"),re,oe=null;z.isBlank?re=!0:(oe=z.value,re=oe.number>0);var ue="auto",de=t[3];if(de.type==="ordgroup"){if(de.body.length>0){var _e=assertNodeType(de.body[0],"textord");ue=stylArray[Number(_e.text)]}}else de=assertNodeType(de,"textord"),ue=stylArray[Number(de.text)];return{type:"genfrac",mode:y.mode,numer:n,denom:$,continued:!1,hasBarLine:re,barSize:oe,leftDelim:L,rightDelim:V,size:ue}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});defineFunction({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){var{parser:y,funcName:n,token:$}=e;return{type:"infix",mode:y.mode,replaceWith:"\\\\abovefrac",size:assertNodeType(t[0],"size").value,token:$}}});defineFunction({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0],k=assert$k(assertNodeType(t[1],"infix").size),L=t[2],j=k.number>0;return{type:"genfrac",mode:y.mode,numer:$,denom:L,continued:!1,hasBarLine:j,barSize:k,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});var htmlBuilder$3=(e,t)=>{var y=t.style,n,$;e.type==="supsub"?(n=e.sup?buildGroup$1(e.sup,t.havingStyle(y.sup()),t):buildGroup$1(e.sub,t.havingStyle(y.sub()),t),$=assertNodeType(e.base,"horizBrace")):$=assertNodeType(e,"horizBrace");var k=buildGroup$1($.base,t.havingBaseStyle(Style$1.DISPLAY)),L=stretchy.svgSpan($,t),j;if($.isOver?(j=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:k},{type:"kern",size:.1},{type:"elem",elem:L}]},t),j.children[0].children[0].children[1].classes.push("svg-align")):(j=buildCommon.makeVList({positionType:"bottom",positionData:k.depth+.1+L.height,children:[{type:"elem",elem:L},{type:"kern",size:.1},{type:"elem",elem:k}]},t),j.children[0].children[0].children[0].classes.push("svg-align")),n){var V=buildCommon.makeSpan(["mord",$.isOver?"mover":"munder"],[j],t);$.isOver?j=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:V},{type:"kern",size:.2},{type:"elem",elem:n}]},t):j=buildCommon.makeVList({positionType:"bottom",positionData:V.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:V}]},t)}return buildCommon.makeSpan(["mord",$.isOver?"mover":"munder"],[j],t)},mathmlBuilder$2=(e,t)=>{var y=stretchy.mathMLnode(e.label);return new mathMLTree.MathNode(e.isOver?"mover":"munder",[buildGroup2(e.base,t),y])};defineFunction({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){var{parser:y,funcName:n}=e;return{type:"horizBrace",mode:y.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:htmlBuilder$3,mathmlBuilder:mathmlBuilder$2});defineFunction({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[1],$=assertNodeType(t[0],"url").url;return y.settings.isTrusted({command:"\\href",url:$})?{type:"href",mode:y.mode,href:$,body:ordargument(n)}:y.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{var y=buildExpression$1(e.body,t,!1);return buildCommon.makeAnchor(e.href,[],y,t)},mathmlBuilder:(e,t)=>{var y=buildExpressionRow(e.body,t);return y instanceof MathNode||(y=new MathNode("mrow",[y])),y.setAttribute("href",e.href),y}});defineFunction({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=assertNodeType(t[0],"url").url;if(!y.settings.isTrusted({command:"\\url",url:n}))return y.formatUnsupportedCmd("\\url");for(var $=[],k=0;k{var{parser:y,funcName:n,token:$}=e,k=assertNodeType(t[0],"raw").string,L=t[1];y.settings.strict&&y.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var j,V={};switch(n){case"\\htmlClass":V.class=k,j={command:"\\htmlClass",class:k};break;case"\\htmlId":V.id=k,j={command:"\\htmlId",id:k};break;case"\\htmlStyle":V.style=k,j={command:"\\htmlStyle",style:k};break;case"\\htmlData":{for(var z=k.split(","),re=0;re{var y=buildExpression$1(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));var $=buildCommon.makeSpan(n,y,t);for(var k in e.attributes)k!=="class"&&e.attributes.hasOwnProperty(k)&&$.setAttribute(k,e.attributes[k]);return $},mathmlBuilder:(e,t)=>buildExpressionRow(e.body,t)});defineFunction({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e;return{type:"htmlmathml",mode:y.mode,html:ordargument(t[0]),mathml:ordargument(t[1])}},htmlBuilder:(e,t)=>{var y=buildExpression$1(e.html,t,!1);return buildCommon.makeFragment(y)},mathmlBuilder:(e,t)=>buildExpressionRow(e.mathml,t)});var sizeData=function(t){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(t))return{number:+t,unit:"bp"};var y=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t);if(!y)throw new ParseError("Invalid size: '"+t+"' in \\includegraphics");var n={number:+(y[1]+y[2]),unit:y[3]};if(!validUnit(n))throw new ParseError("Invalid unit: '"+n.unit+"' in \\includegraphics.");return n};defineFunction({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,y)=>{var{parser:n}=e,$={number:0,unit:"em"},k={number:.9,unit:"em"},L={number:0,unit:"em"},j="";if(y[0])for(var V=assertNodeType(y[0],"raw").string,z=V.split(","),re=0;re{var y=calculateSize(e.height,t),n=0;e.totalheight.number>0&&(n=calculateSize(e.totalheight,t)-y);var $=0;e.width.number>0&&($=calculateSize(e.width,t));var k={height:makeEm(y+n)};$>0&&(k.width=makeEm($)),n>0&&(k.verticalAlign=makeEm(-n));var L=new Img(e.src,e.alt,k);return L.height=y,L.depth=n,L},mathmlBuilder:(e,t)=>{var y=new mathMLTree.MathNode("mglyph",[]);y.setAttribute("alt",e.alt);var n=calculateSize(e.height,t),$=0;if(e.totalheight.number>0&&($=calculateSize(e.totalheight,t)-n,y.setAttribute("valign",makeEm(-$))),y.setAttribute("height",makeEm(n+$)),e.width.number>0){var k=calculateSize(e.width,t);y.setAttribute("width",makeEm(k))}return y.setAttribute("src",e.src),y}});defineFunction({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){var{parser:y,funcName:n}=e,$=assertNodeType(t[0],"size");if(y.settings.strict){var k=n[1]==="m",L=$.value.unit==="mu";k?(L||y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, "+("not "+$.value.unit+" units")),y.mode!=="math"&&y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):L&&y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:y.mode,dimension:$.value}},htmlBuilder(e,t){return buildCommon.makeGlue(e.dimension,t)},mathmlBuilder(e,t){var y=calculateSize(e.dimension,t);return new mathMLTree.SpaceNode(y)}});defineFunction({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0];return{type:"lap",mode:y.mode,alignment:n.slice(5),body:$}},htmlBuilder:(e,t)=>{var y;e.alignment==="clap"?(y=buildCommon.makeSpan([],[buildGroup$1(e.body,t)]),y=buildCommon.makeSpan(["inner"],[y],t)):y=buildCommon.makeSpan(["inner"],[buildGroup$1(e.body,t)]);var n=buildCommon.makeSpan(["fix"],[]),$=buildCommon.makeSpan([e.alignment],[y,n],t),k=buildCommon.makeSpan(["strut"]);return k.style.height=makeEm($.height+$.depth),$.depth&&(k.style.verticalAlign=makeEm(-$.depth)),$.children.unshift(k),$=buildCommon.makeSpan(["thinbox"],[$],t),buildCommon.makeSpan(["mord","vbox"],[$],t)},mathmlBuilder:(e,t)=>{var y=new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)]);if(e.alignment!=="rlap"){var n=e.alignment==="llap"?"-1":"-0.5";y.setAttribute("lspace",n+"width")}return y.setAttribute("width","0px"),y}});defineFunction({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){var{funcName:y,parser:n}=e,$=n.mode;n.switchMode("math");var k=y==="\\("?"\\)":"$",L=n.parseExpression(!1,k);return n.expect(k),n.switchMode($),{type:"styling",mode:n.mode,style:"text",body:L}}});defineFunction({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new ParseError("Mismatched "+e.funcName)}});var chooseMathStyle=(e,t)=>{switch(t.style.size){case Style$1.DISPLAY.size:return e.display;case Style$1.TEXT.size:return e.text;case Style$1.SCRIPT.size:return e.script;case Style$1.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};defineFunction({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{var{parser:y}=e;return{type:"mathchoice",mode:y.mode,display:ordargument(t[0]),text:ordargument(t[1]),script:ordargument(t[2]),scriptscript:ordargument(t[3])}},htmlBuilder:(e,t)=>{var y=chooseMathStyle(e,t),n=buildExpression$1(y,t,!1);return buildCommon.makeFragment(n)},mathmlBuilder:(e,t)=>{var y=chooseMathStyle(e,t);return buildExpressionRow(y,t)}});var assembleSupSub=(e,t,y,n,$,k,L)=>{e=buildCommon.makeSpan([],[e]);var j=y&&utils$u.isCharacterBox(y),V,z;if(t){var re=buildGroup$1(t,n.havingStyle($.sup()),n);z={elem:re,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-re.depth)}}if(y){var oe=buildGroup$1(y,n.havingStyle($.sub()),n);V={elem:oe,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-oe.height)}}var ue;if(z&&V){var de=n.fontMetrics().bigOpSpacing5+V.elem.height+V.elem.depth+V.kern+e.depth+L;ue=buildCommon.makeVList({positionType:"bottom",positionData:de,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:V.elem,marginLeft:makeEm(-k)},{type:"kern",size:V.kern},{type:"elem",elem:e},{type:"kern",size:z.kern},{type:"elem",elem:z.elem,marginLeft:makeEm(k)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(V){var _e=e.height-L;ue=buildCommon.makeVList({positionType:"top",positionData:_e,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:V.elem,marginLeft:makeEm(-k)},{type:"kern",size:V.kern},{type:"elem",elem:e}]},n)}else if(z){var Ne=e.depth+L;ue=buildCommon.makeVList({positionType:"bottom",positionData:Ne,children:[{type:"elem",elem:e},{type:"kern",size:z.kern},{type:"elem",elem:z.elem,marginLeft:makeEm(k)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else return e;var Ue=[ue];if(V&&k!==0&&!j){var $e=buildCommon.makeSpan(["mspace"],[],n);$e.style.marginRight=makeEm(k),Ue.unshift($e)}return buildCommon.makeSpan(["mop","op-limits"],Ue,n)},noSuccessor=["\\smallint"],htmlBuilder$2=(e,t)=>{var y,n,$=!1,k;e.type==="supsub"?(y=e.sup,n=e.sub,k=assertNodeType(e.base,"op"),$=!0):k=assertNodeType(e,"op");var L=t.style,j=!1;L.size===Style$1.DISPLAY.size&&k.symbol&&!utils$u.contains(noSuccessor,k.name)&&(j=!0);var V;if(k.symbol){var z=j?"Size2-Regular":"Size1-Regular",re="";if((k.name==="\\oiint"||k.name==="\\oiiint")&&(re=k.name.slice(1),k.name=re==="oiint"?"\\iint":"\\iiint"),V=buildCommon.makeSymbol(k.name,z,"math",t,["mop","op-symbol",j?"large-op":"small-op"]),re.length>0){var oe=V.italic,ue=buildCommon.staticSvg(re+"Size"+(j?"2":"1"),t);V=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:V,shift:0},{type:"elem",elem:ue,shift:j?.08:0}]},t),k.name="\\"+re,V.classes.unshift("mop"),V.italic=oe}}else if(k.body){var de=buildExpression$1(k.body,t,!0);de.length===1&&de[0]instanceof SymbolNode?(V=de[0],V.classes[0]="mop"):V=buildCommon.makeSpan(["mop"],de,t)}else{for(var _e=[],Ne=1;Ne{var y;if(e.symbol)y=new MathNode("mo",[makeText(e.name,e.mode)]),utils$u.contains(noSuccessor,e.name)&&y.setAttribute("largeop","false");else if(e.body)y=new MathNode("mo",buildExpression2(e.body,t));else{y=new MathNode("mi",[new TextNode(e.name.slice(1))]);var n=new MathNode("mo",[makeText("⁡","text")]);e.parentIsSupSub?y=new MathNode("mrow",[y,n]):y=newDocumentFragment([y,n])}return y},singleCharBigOps={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};defineFunction({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=n;return $.length===1&&($=singleCharBigOps[$]),{type:"op",mode:y.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:$}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"op",mode:y.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:ordargument(n)}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});var singleCharIntegrals={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};defineFunction({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(e){var{parser:t,funcName:y}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:y}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){var{parser:t,funcName:y}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:y}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(e){var{parser:t,funcName:y}=e,n=y;return n.length===1&&(n=singleCharIntegrals[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});var htmlBuilder$1=(e,t)=>{var y,n,$=!1,k;e.type==="supsub"?(y=e.sup,n=e.sub,k=assertNodeType(e.base,"operatorname"),$=!0):k=assertNodeType(e,"operatorname");var L;if(k.body.length>0){for(var j=k.body.map(oe=>{var ue=oe.text;return typeof ue=="string"?{type:"textord",mode:oe.mode,text:ue}:oe}),V=buildExpression$1(j,t.withFont("mathrm"),!0),z=0;z{for(var y=buildExpression2(e.body,t.withFont("mathrm")),n=!0,$=0;$re.toText()).join("");y=[new mathMLTree.TextNode(j)]}var V=new mathMLTree.MathNode("mi",y);V.setAttribute("mathvariant","normal");var z=new mathMLTree.MathNode("mo",[makeText("⁡","text")]);return e.parentIsSupSub?new mathMLTree.MathNode("mrow",[V,z]):mathMLTree.newDocumentFragment([V,z])};defineFunction({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(e,t)=>{var{parser:y,funcName:n}=e,$=t[0];return{type:"operatorname",mode:y.mode,body:ordargument($),alwaysHandleSupSub:n==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:htmlBuilder$1,mathmlBuilder:mathmlBuilder2});defineMacro("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@");defineFunctionBuilders({type:"ordgroup",htmlBuilder(e,t){return e.semisimple?buildCommon.makeFragment(buildExpression$1(e.body,t,!1)):buildCommon.makeSpan(["mord"],buildExpression$1(e.body,t,!0),t)},mathmlBuilder(e,t){return buildExpressionRow(e.body,t,!0)}});defineFunction({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){var{parser:y}=e,n=t[0];return{type:"overline",mode:y.mode,body:n}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t.havingCrampedStyle()),n=buildCommon.makeLineSpan("overline-line",t),$=t.fontMetrics().defaultRuleThickness,k=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y},{type:"kern",size:3*$},{type:"elem",elem:n},{type:"kern",size:$}]},t);return buildCommon.makeSpan(["mord","overline"],[k],t)},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode("‾")]);y.setAttribute("stretchy","true");var n=new mathMLTree.MathNode("mover",[buildGroup2(e.body,t),y]);return n.setAttribute("accent","true"),n}});defineFunction({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"phantom",mode:y.mode,body:ordargument(n)}},htmlBuilder:(e,t)=>{var y=buildExpression$1(e.body,t.withPhantom(),!1);return buildCommon.makeFragment(y)},mathmlBuilder:(e,t)=>{var y=buildExpression2(e.body,t);return new mathMLTree.MathNode("mphantom",y)}});defineFunction({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"hphantom",mode:y.mode,body:n}},htmlBuilder:(e,t)=>{var y=buildCommon.makeSpan([],[buildGroup$1(e.body,t.withPhantom())]);if(y.height=0,y.depth=0,y.children)for(var n=0;n{var y=buildExpression2(ordargument(e.body),t),n=new mathMLTree.MathNode("mphantom",y),$=new mathMLTree.MathNode("mpadded",[n]);return $.setAttribute("height","0px"),$.setAttribute("depth","0px"),$}});defineFunction({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{var{parser:y}=e,n=t[0];return{type:"vphantom",mode:y.mode,body:n}},htmlBuilder:(e,t)=>{var y=buildCommon.makeSpan(["inner"],[buildGroup$1(e.body,t.withPhantom())]),n=buildCommon.makeSpan(["fix"],[]);return buildCommon.makeSpan(["mord","rlap"],[y,n],t)},mathmlBuilder:(e,t)=>{var y=buildExpression2(ordargument(e.body),t),n=new mathMLTree.MathNode("mphantom",y),$=new mathMLTree.MathNode("mpadded",[n]);return $.setAttribute("width","0px"),$}});defineFunction({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){var{parser:y}=e,n=assertNodeType(t[0],"size").value,$=t[1];return{type:"raisebox",mode:y.mode,dy:n,body:$}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t),n=calculateSize(e.dy,t);return buildCommon.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:y}]},t)},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)]),n=e.dy.number+e.dy.unit;return y.setAttribute("voffset",n),y}});defineFunction({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(e){var{parser:t}=e;return{type:"internal",mode:t.mode}}});defineFunction({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(e,t,y){var{parser:n}=e,$=y[0],k=assertNodeType(t[0],"size"),L=assertNodeType(t[1],"size");return{type:"rule",mode:n.mode,shift:$&&assertNodeType($,"size").value,width:k.value,height:L.value}},htmlBuilder(e,t){var y=buildCommon.makeSpan(["mord","rule"],[],t),n=calculateSize(e.width,t),$=calculateSize(e.height,t),k=e.shift?calculateSize(e.shift,t):0;return y.style.borderRightWidth=makeEm(n),y.style.borderTopWidth=makeEm($),y.style.bottom=makeEm(k),y.width=n,y.height=$+k,y.depth=-k,y.maxFontSize=$*1.125*t.sizeMultiplier,y},mathmlBuilder(e,t){var y=calculateSize(e.width,t),n=calculateSize(e.height,t),$=e.shift?calculateSize(e.shift,t):0,k=t.color&&t.getColor()||"black",L=new mathMLTree.MathNode("mspace");L.setAttribute("mathbackground",k),L.setAttribute("width",makeEm(y)),L.setAttribute("height",makeEm(n));var j=new mathMLTree.MathNode("mpadded",[L]);return $>=0?j.setAttribute("height",makeEm($)):(j.setAttribute("height",makeEm($)),j.setAttribute("depth",makeEm(-$))),j.setAttribute("voffset",makeEm($)),j}});function sizingGroup(e,t,y){for(var n=buildExpression$1(e,t,!1),$=t.sizeMultiplier/y.sizeMultiplier,k=0;k{var y=t.havingSize(e.size);return sizingGroup(e.body,y,t)};defineFunction({type:"sizing",names:sizeFuncs,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{breakOnTokenText:y,funcName:n,parser:$}=e,k=$.parseExpression(!1,y);return{type:"sizing",mode:$.mode,size:sizeFuncs.indexOf(n)+1,body:k}},htmlBuilder:htmlBuilder2,mathmlBuilder:(e,t)=>{var y=t.havingSize(e.size),n=buildExpression2(e.body,y),$=new mathMLTree.MathNode("mstyle",n);return $.setAttribute("mathsize",makeEm(y.sizeMultiplier)),$}});defineFunction({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,y)=>{var{parser:n}=e,$=!1,k=!1,L=y[0]&&assertNodeType(y[0],"ordgroup");if(L)for(var j="",V=0;V{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{var y=new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)]);return e.smashHeight&&y.setAttribute("height","0px"),e.smashDepth&&y.setAttribute("depth","0px"),y}});defineFunction({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,y){var{parser:n}=e,$=y[0],k=t[0];return{type:"sqrt",mode:n.mode,body:k,index:$}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t.havingCrampedStyle());y.height===0&&(y.height=t.fontMetrics().xHeight),y=buildCommon.wrapFragment(y,t);var n=t.fontMetrics(),$=n.defaultRuleThickness,k=$;t.style.idy.height+y.depth+L&&(L=(L+oe-y.height-y.depth)/2);var ue=V.height-y.height-L-z;y.style.paddingLeft=makeEm(re);var de=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y,wrapperClasses:["svg-align"]},{type:"kern",size:-(y.height+ue)},{type:"elem",elem:V},{type:"kern",size:z}]},t);if(e.index){var _e=t.havingStyle(Style$1.SCRIPTSCRIPT),Ne=buildGroup$1(e.index,_e,t),Ue=.6*(de.height-de.depth),$e=buildCommon.makeVList({positionType:"shift",positionData:-Ue,children:[{type:"elem",elem:Ne}]},t),Ve=buildCommon.makeSpan(["root"],[$e]);return buildCommon.makeSpan(["mord","sqrt"],[Ve,de],t)}else return buildCommon.makeSpan(["mord","sqrt"],[de],t)},mathmlBuilder(e,t){var{body:y,index:n}=e;return n?new mathMLTree.MathNode("mroot",[buildGroup2(y,t),buildGroup2(n,t)]):new mathMLTree.MathNode("msqrt",[buildGroup2(y,t)])}});var styleMap={display:Style$1.DISPLAY,text:Style$1.TEXT,script:Style$1.SCRIPT,scriptscript:Style$1.SCRIPTSCRIPT};defineFunction({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){var{breakOnTokenText:y,funcName:n,parser:$}=e,k=$.parseExpression(!0,y),L=n.slice(1,n.length-5);return{type:"styling",mode:$.mode,style:L,body:k}},htmlBuilder(e,t){var y=styleMap[e.style],n=t.havingStyle(y).withFont("");return sizingGroup(e.body,n,t)},mathmlBuilder(e,t){var y=styleMap[e.style],n=t.havingStyle(y),$=buildExpression2(e.body,n),k=new mathMLTree.MathNode("mstyle",$),L={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},j=L[e.style];return k.setAttribute("scriptlevel",j[0]),k.setAttribute("displaystyle",j[1]),k}});var htmlBuilderDelegate=function(t,y){var n=t.base;if(n)if(n.type==="op"){var $=n.limits&&(y.style.size===Style$1.DISPLAY.size||n.alwaysHandleSupSub);return $?htmlBuilder$2:null}else if(n.type==="operatorname"){var k=n.alwaysHandleSupSub&&(y.style.size===Style$1.DISPLAY.size||n.limits);return k?htmlBuilder$1:null}else{if(n.type==="accent")return utils$u.isCharacterBox(n.base)?htmlBuilder$a:null;if(n.type==="horizBrace"){var L=!t.sub;return L===n.isOver?htmlBuilder$3:null}else return null}else return null};defineFunctionBuilders({type:"supsub",htmlBuilder(e,t){var y=htmlBuilderDelegate(e,t);if(y)return y(e,t);var{base:n,sup:$,sub:k}=e,L=buildGroup$1(n,t),j,V,z=t.fontMetrics(),re=0,oe=0,ue=n&&utils$u.isCharacterBox(n);if($){var de=t.havingStyle(t.style.sup());j=buildGroup$1($,de,t),ue||(re=L.height-de.fontMetrics().supDrop*de.sizeMultiplier/t.sizeMultiplier)}if(k){var _e=t.havingStyle(t.style.sub());V=buildGroup$1(k,_e,t),ue||(oe=L.depth+_e.fontMetrics().subDrop*_e.sizeMultiplier/t.sizeMultiplier)}var Ne;t.style===Style$1.DISPLAY?Ne=z.sup1:t.style.cramped?Ne=z.sup3:Ne=z.sup2;var Ue=t.sizeMultiplier,$e=makeEm(.5/z.ptPerEm/Ue),Ve=null;if(V){var Fe=e.base&&e.base.type==="op"&&e.base.name&&(e.base.name==="\\oiint"||e.base.name==="\\oiiint");(L instanceof SymbolNode||Fe)&&(Ve=makeEm(-L.italic))}var qe;if(j&&V){re=Math.max(re,Ne,j.depth+.25*z.xHeight),oe=Math.max(oe,z.sub2);var er=z.defaultRuleThickness,ir=4*er;if(re-j.depth-(V.height-oe)0&&(re+=dr,oe-=dr)}var cr=[{type:"elem",elem:V,shift:oe,marginRight:$e,marginLeft:Ve},{type:"elem",elem:j,shift:-re,marginRight:$e}];qe=buildCommon.makeVList({positionType:"individualShift",children:cr},t)}else if(V){oe=Math.max(oe,z.sub1,V.height-.8*z.xHeight);var nr=[{type:"elem",elem:V,marginLeft:Ve,marginRight:$e}];qe=buildCommon.makeVList({positionType:"shift",positionData:oe,children:nr},t)}else if(j)re=Math.max(re,Ne,j.depth+.25*z.xHeight),qe=buildCommon.makeVList({positionType:"shift",positionData:-re,children:[{type:"elem",elem:j,marginRight:$e}]},t);else throw new Error("supsub must have either sup or sub.");var lr=getTypeOfDomTree(L,"right")||"mord";return buildCommon.makeSpan([lr],[L,buildCommon.makeSpan(["msupsub"],[qe])],t)},mathmlBuilder(e,t){var y=!1,n,$;e.base&&e.base.type==="horizBrace"&&($=!!e.sup,$===e.base.isOver&&(y=!0,n=e.base.isOver)),e.base&&(e.base.type==="op"||e.base.type==="operatorname")&&(e.base.parentIsSupSub=!0);var k=[buildGroup2(e.base,t)];e.sub&&k.push(buildGroup2(e.sub,t)),e.sup&&k.push(buildGroup2(e.sup,t));var L;if(y)L=n?"mover":"munder";else if(e.sub)if(e.sup){var z=e.base;z&&z.type==="op"&&z.limits&&t.style===Style$1.DISPLAY||z&&z.type==="operatorname"&&z.alwaysHandleSupSub&&(t.style===Style$1.DISPLAY||z.limits)?L="munderover":L="msubsup"}else{var V=e.base;V&&V.type==="op"&&V.limits&&(t.style===Style$1.DISPLAY||V.alwaysHandleSupSub)||V&&V.type==="operatorname"&&V.alwaysHandleSupSub&&(V.limits||t.style===Style$1.DISPLAY)?L="munder":L="msub"}else{var j=e.base;j&&j.type==="op"&&j.limits&&(t.style===Style$1.DISPLAY||j.alwaysHandleSupSub)||j&&j.type==="operatorname"&&j.alwaysHandleSupSub&&(j.limits||t.style===Style$1.DISPLAY)?L="mover":L="msup"}return new mathMLTree.MathNode(L,k)}});defineFunctionBuilders({type:"atom",htmlBuilder(e,t){return buildCommon.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mo",[makeText(e.text,e.mode)]);if(e.family==="bin"){var n=getVariant(e,t);n==="bold-italic"&&y.setAttribute("mathvariant",n)}else e.family==="punct"?y.setAttribute("separator","true"):(e.family==="open"||e.family==="close")&&y.setAttribute("stretchy","false");return y}});var defaultVariant={mi:"italic",mn:"normal",mtext:"normal"};defineFunctionBuilders({type:"mathord",htmlBuilder(e,t){return buildCommon.makeOrd(e,t,"mathord")},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mi",[makeText(e.text,e.mode,t)]),n=getVariant(e,t)||"italic";return n!==defaultVariant[y.type]&&y.setAttribute("mathvariant",n),y}});defineFunctionBuilders({type:"textord",htmlBuilder(e,t){return buildCommon.makeOrd(e,t,"textord")},mathmlBuilder(e,t){var y=makeText(e.text,e.mode,t),n=getVariant(e,t)||"normal",$;return e.mode==="text"?$=new mathMLTree.MathNode("mtext",[y]):/[0-9]/.test(e.text)?$=new mathMLTree.MathNode("mn",[y]):e.text==="\\prime"?$=new mathMLTree.MathNode("mo",[y]):$=new mathMLTree.MathNode("mi",[y]),n!==defaultVariant[$.type]&&$.setAttribute("mathvariant",n),$}});var cssSpace={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},regularSpace={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};defineFunctionBuilders({type:"spacing",htmlBuilder(e,t){if(regularSpace.hasOwnProperty(e.text)){var y=regularSpace[e.text].className||"";if(e.mode==="text"){var n=buildCommon.makeOrd(e,t,"textord");return n.classes.push(y),n}else return buildCommon.makeSpan(["mspace",y],[buildCommon.mathsym(e.text,e.mode,t)],t)}else{if(cssSpace.hasOwnProperty(e.text))return buildCommon.makeSpan(["mspace",cssSpace[e.text]],[],t);throw new ParseError('Unknown type of space "'+e.text+'"')}},mathmlBuilder(e,t){var y;if(regularSpace.hasOwnProperty(e.text))y=new mathMLTree.MathNode("mtext",[new mathMLTree.TextNode(" ")]);else{if(cssSpace.hasOwnProperty(e.text))return new mathMLTree.MathNode("mspace");throw new ParseError('Unknown type of space "'+e.text+'"')}return y}});var pad=()=>{var e=new mathMLTree.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};defineFunctionBuilders({type:"tag",mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mtable",[new mathMLTree.MathNode("mtr",[pad(),new mathMLTree.MathNode("mtd",[buildExpressionRow(e.body,t)]),pad(),new mathMLTree.MathNode("mtd",[buildExpressionRow(e.tag,t)])])]);return y.setAttribute("width","100%"),y}});var textFontFamilies={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},textFontWeights={"\\textbf":"textbf","\\textmd":"textmd"},textFontShapes={"\\textit":"textit","\\textup":"textup"},optionsWithFont=(e,t)=>{var y=e.font;if(y){if(textFontFamilies[y])return t.withTextFontFamily(textFontFamilies[y]);if(textFontWeights[y])return t.withTextFontWeight(textFontWeights[y]);if(y==="\\emph")return t.fontShape==="textit"?t.withTextFontShape("textup"):t.withTextFontShape("textit")}else return t;return t.withTextFontShape(textFontShapes[y])};defineFunction({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){var{parser:y,funcName:n}=e,$=t[0];return{type:"text",mode:y.mode,body:ordargument($),font:n}},htmlBuilder(e,t){var y=optionsWithFont(e,t),n=buildExpression$1(e.body,y,!0);return buildCommon.makeSpan(["mord","text"],n,y)},mathmlBuilder(e,t){var y=optionsWithFont(e,t);return buildExpressionRow(e.body,y)}});defineFunction({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){var{parser:y}=e;return{type:"underline",mode:y.mode,body:t[0]}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t),n=buildCommon.makeLineSpan("underline-line",t),$=t.fontMetrics().defaultRuleThickness,k=buildCommon.makeVList({positionType:"top",positionData:y.height,children:[{type:"kern",size:$},{type:"elem",elem:n},{type:"kern",size:3*$},{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord","underline"],[k],t)},mathmlBuilder(e,t){var y=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode("‾")]);y.setAttribute("stretchy","true");var n=new mathMLTree.MathNode("munder",[buildGroup2(e.body,t),y]);return n.setAttribute("accentunder","true"),n}});defineFunction({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){var{parser:y}=e;return{type:"vcenter",mode:y.mode,body:t[0]}},htmlBuilder(e,t){var y=buildGroup$1(e.body,t),n=t.fontMetrics().axisHeight,$=.5*(y.height-n-(y.depth+n));return buildCommon.makeVList({positionType:"shift",positionData:$,children:[{type:"elem",elem:y}]},t)},mathmlBuilder(e,t){return new mathMLTree.MathNode("mpadded",[buildGroup2(e.body,t)],["vcenter"])}});defineFunction({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,y){throw new ParseError("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){for(var y=makeVerb(e),n=[],$=t.havingStyle(t.style.text()),k=0;ke.body.replace(/ /g,e.star?"␣":" "),functions=_functions,spaceRegexString=`[ \r +-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;yy.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",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=''+utils$5.escape(this.alt)+'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="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+="",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':''}}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=" 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$30)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{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;ty&&(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;${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{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;$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;j0&&(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;n0&&(t+=' class ="'+utils$5.escape(createClass(this.classes))+'"'),t+=">";for(var n=0;n",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?""+this.character+"":''}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;j0&&(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,Ue=Fe/1e3,kt=he.length,Et,Ve;if(kt===1){var qe=Ce[3];Et=["hide-tail"],Ve=[qe]}else if(kt===2)Et=["halfarrow-left","halfarrow-right"],Ve=["xMinYMin","xMaxYMin"];else if(kt===3)Et=["brace-left","brace-center","brace-right"],Ve=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support + `+kt+" children.");for(var jt=0;jt0&&(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-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;$=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&¢erSpan(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&¢erSpan(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 Ue=getMetrics(V,ue,L);Ne=Ue.height+Ue.depth,Fe=2}var kt=pe+he+Ne,Et=Math.max(0,Math.ceil((y-kt)/(Fe*_e))),Ve=kt+Et*Fe*_e,qe=k.fontMetrics().axisHeight;n&&(qe*=k.sizeMultiplier);var jt=Ve/2-qe,tr=[];if(ie.length>0){var rr=Ve-pe-he,ar=Math.round(Ve*1e3),nr=tallDelim(ie,Math.round(rr*1e3)),ur=new PathNode(ie,nr),cr=(oe/1e3).toFixed(3)+"em",_r=(ar/1e3).toFixed(3)+"em",hr=new SvgNode([ur],{width:cr,height:_r,viewBox:"0 0 "+oe+" "+ar}),Er=buildCommon.makeSvgSpan([],[hr],k);Er.height=ar/1e3,Er.style.width=cr,Er.style.height=_r,tr.push({type:"elem",elem:Er})}else{if(tr.push(makeGlyphSpan(re,ue,L)),tr.push(lap$2),V===null){var kr=Ve-pe-he+2*lapInEms;tr.push(makeInner(z,kr,k))}else{var xr=(Ve-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 yr=k.havingBaseStyle(Style$1.TEXT),vr=buildCommon.makeVList({positionType:"bottom",positionData:jt,children:tr},yr);return styleWrap(buildCommon.makeSpan(["delimsizing","mult"],[vr],yr),Style$1.TEXT,k,$)},vbPad=80,emPad=.08,sqrtSvg=function(t,y,n,k,L){var $=sqrtPath(t,k,n),j=new PathNode(t,$),V=new SvgNode([j],{width:"400em",height:makeEm(y),viewBox:"0 0 400000 "+n,preserveAspectRatio:"xMinYMin slice"});return buildCommon.makeSvgSpan(["hide-tail"],[V],L)},makeSqrtImage=function(t,y){var n=y.havingBaseSizing(),k=traverseSequence("\\surd",t*n.sizeMultiplier,stackLargeDelimiterSequence,n),L=n.sizeMultiplier,$=Math.max(0,y.minRuleThickness-y.fontMetrics().sqrtRuleThickness),j,V=0,z=0,re=0,ie;return k.type==="small"?(re=1e3+1e3*$+vbPad,t<1?L=1:t<1.4&&(L=.7),V=(1+$+emPad)/L,z=(1+$)/L,j=sqrtSvg("sqrtMain",V,re,$,y),j.style.minWidth="0.853em",ie=.833/L):k.type==="large"?(re=(1e3+vbPad)*sizeToMaxHeight[k.size],z=(sizeToMaxHeight[k.size]+$)/L,V=(sizeToMaxHeight[k.size]+$+emPad)/L,j=sqrtSvg("sqrtSize"+k.size,V,re,$,y),j.style.minWidth="1.02em",ie=1/L):(V=t+$+emPad,z=t+$,re=Math.floor(1e3*t+$)+vbPad,j=sqrtSvg("sqrtTall",V,re,$,y),j.style.minWidth="0.742em",ie=1.056),j.height=z,j.style.height=makeEm(V),{span:j,advanceWidth:ie,ruleWidth:(y.fontMetrics().sqrtRuleThickness+$)*L}},stackLargeDelimiters=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],stackAlwaysDelimiters=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],stackNeverDelimiters=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],sizeToMaxHeight=[0,1.2,1.8,2.4,3],makeSizedDelim=function(t,y,n,k,L){if(t==="<"||t==="\\lt"||t==="⟨"?t="\\langle":(t===">"||t==="\\gt"||t==="⟩")&&(t="\\rangle"),utils$5.contains(stackLargeDelimiters,t)||utils$5.contains(stackNeverDelimiters,t))return makeLargeDelim(t,y,!1,n,k,L);if(utils$5.contains(stackAlwaysDelimiters,t))return makeStackedDelim(t,sizeToMaxHeight[y],!1,n,k,L);throw new ParseError("Illegal delimiter: '"+t+"'")},stackNeverDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],stackAlwaysDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"stack"}],stackLargeDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],delimTypeToFont=function(t){if(t.type==="small")return"Main-Regular";if(t.type==="large")return"Size"+t.size+"-Regular";if(t.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+t.type+"' here.")},traverseSequence=function(t,y,n,k){for(var L=Math.min(2,3-k.style.size),$=L;$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;${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{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 Ue=e.fetch().text;if(Ue==="&"){if(ie&&de.length===ie){if(z||j)throw new ParseError("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else if(Ue==="\\end"){Ne(),de.length===1&&Fe.type==="styling"&&Fe.body[0].body.length===0&&(pe.length>1||!re)&&pe.pop(),_e.length0&&(he+=.25),z.push({pos:he,isDashed:Ir[Dr]})}for(Ne($[0]),n=0;n0&&(jt+=Ce,ktIr))for(n=0;n=j)){var mr=void 0;(k>0||t.hskipBeforeAndAfter)&&(mr=utils$5.deflt(xr.pregap,oe),mr!==0&&(nr=buildCommon.makeSpan(["arraycolsep"],[]),nr.style.width=makeEm(mr),ar.push(nr)));var gr=[];for(n=0;n0){for(var zr=buildCommon.makeLineSpan("hline",y,re),Sr=buildCommon.makeLineSpan("hdashline",y,re),Tr=[{type:"elem",elem:V,shift:0}];z.length>0;){var Mr=z.pop(),br=Mr.pos-tr;Mr.isDashed?Tr.push({type:"elem",elem:Sr,shift:br}):Tr.push({type:"elem",elem:zr,shift:br})}V=buildCommon.makeVList({positionType:"individualShift",children:Tr},y)}if(cr.length===0)return buildCommon.makeSpan(["mord"],[V],y);var Cr=buildCommon.makeVList({positionType:"individualShift",children:cr},y);return Cr=buildCommon.makeSpan(["tag"],[Cr],y),buildCommon.makeFragment([V,Cr])},alignMap={c:"center ",l:"left ",r:"right "},mathmlBuilder$5=function(t,y){for(var n=[],k=new mathMLTree.MathNode("mtd",[],["mtr-glue"]),L=new mathMLTree.MathNode("mtd",[],["mml-eqn-num"]),$=0;$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;he0?"left ":"",oe+=Et[Et.length-1].length>0?"right ":"";for(var Ve=1;Ve-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;ie0&&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;${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=$.height0?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){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{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{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{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{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{for(var y=buildExpression2(e.body,t.withFont("mathrm")),n=!0,k=0;kre.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{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{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{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.idy.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,Ue=4*Fe;if(re-j.depth-(V.height-ie)0&&(re+=kt,ie-=kt)}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 Ve=[{type:"elem",elem:V,marginLeft:Ce,marginRight:_e}];Ne=buildCommon.makeVList({positionType:"shift",positionData:ie,children:Ve},t)}else if(j)re=Math.max(re,pe,j.depth+.25*z.xHeight),Ne=buildCommon.makeVList({positionType:"shift",positionData:-re,children:[{type:"elem",elem:j,marginRight:_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;Le.body.replace(/ /g,e.star?"␣":" "),functions=_functions,spaceRegexString=`[ \r ]`,controlWordRegexString="\\\\[a-zA-Z@]+",controlSymbolRegexString="\\\\[^\uD800-\uDFFF]",controlWordWhitespaceRegexString="("+controlWordRegexString+")"+spaceRegexString+"*",controlSpaceRegexString=`\\\\( |[ \r ]+ -?)[ \r ]*`,combiningDiacriticalMarkString="[̀-ͯ]",combiningDiacriticalMarksEndRegex=new RegExp(combiningDiacriticalMarkString+"+$"),tokenRegexString="("+spaceRegexString+"+)|"+(controlSpaceRegexString+"|")+"([!-\\[\\]-‧‪-퟿豈-￿]"+(combiningDiacriticalMarkString+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(combiningDiacriticalMarkString+"*")+"|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5"+("|"+controlWordWhitespaceRegexString)+("|"+controlSymbolRegexString+")");class Lexer{constructor(t,y){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=t,this.settings=y,this.tokenRegex=new RegExp(tokenRegexString,"g"),this.catcodes={"%":14,"~":13}}setCatcode(t,y){this.catcodes[t]=y}lex(){var t=this.input,y=this.tokenRegex.lastIndex;if(y===t.length)return new Token("EOF",new SourceLocation(this,y,y));var n=this.tokenRegex.exec(t);if(n===null||n.index!==y)throw new ParseError("Unexpected character: '"+t[y]+"'",new Token(t[y],new SourceLocation(this,y,y+1)));var $=n[6]||n[3]||(n[2]?"\\ ":" ");if(this.catcodes[$]===14){var k=t.indexOf(` -`,this.tokenRegex.lastIndex);return k===-1?(this.tokenRegex.lastIndex=t.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=k+1,this.lex()}return new Token($,new SourceLocation(this,y,this.tokenRegex.lastIndex))}}class Namespace{constructor(t,y){t===void 0&&(t={}),y===void 0&&(y={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=y,this.builtins=t,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(this.undefStack.length===0)throw new ParseError("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var t=this.undefStack.pop();for(var y in t)t.hasOwnProperty(y)&&(t[y]==null?delete this.current[y]:this.current[y]=t[y])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(t){return this.current.hasOwnProperty(t)||this.builtins.hasOwnProperty(t)}get(t){return this.current.hasOwnProperty(t)?this.current[t]:this.builtins[t]}set(t,y,n){if(n===void 0&&(n=!1),n){for(var $=0;$0&&(this.undefStack[this.undefStack.length-1][t]=y)}else{var k=this.undefStack[this.undefStack.length-1];k&&!k.hasOwnProperty(t)&&(k[t]=this.current[t])}y==null?delete this.current[t]:this.current[t]=y}}var macros=_macros;defineMacro("\\noexpand",function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}});defineMacro("\\expandafter",function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}});defineMacro("\\@firstoftwo",function(e){var t=e.consumeArgs(2);return{tokens:t[0],numArgs:0}});defineMacro("\\@secondoftwo",function(e){var t=e.consumeArgs(2);return{tokens:t[1],numArgs:0}});defineMacro("\\@ifnextchar",function(e){var t=e.consumeArgs(3);e.consumeSpaces();var y=e.future();return t[0].length===1&&t[0][0].text===y.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}});defineMacro("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}");defineMacro("\\TextOrMath",function(e){var t=e.consumeArgs(2);return e.mode==="text"?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}});var digitToNumber={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};defineMacro("\\char",function(e){var t=e.popToken(),y,n="";if(t.text==="'")y=8,t=e.popToken();else if(t.text==='"')y=16,t=e.popToken();else if(t.text==="`")if(t=e.popToken(),t.text[0]==="\\")n=t.text.charCodeAt(1);else{if(t.text==="EOF")throw new ParseError("\\char` missing argument");n=t.text.charCodeAt(0)}else y=10;if(y){if(n=digitToNumber[t.text],n==null||n>=y)throw new ParseError("Invalid base-"+y+" digit "+t.text);for(var $;($=digitToNumber[e.future().text])!=null&&${var n=e.consumeArg().tokens;if(n.length!==1)throw new ParseError("\\newcommand's first argument must be a macro name");var $=n[0].text,k=e.isDefined($);if(k&&!t)throw new ParseError("\\newcommand{"+$+"} attempting to redefine "+($+"; use \\renewcommand"));if(!k&&!y)throw new ParseError("\\renewcommand{"+$+"} when command "+$+" does not yet exist; use \\newcommand");var L=0;if(n=e.consumeArg().tokens,n.length===1&&n[0].text==="["){for(var j="",V=e.expandNextToken();V.text!=="]"&&V.text!=="EOF";)j+=V.text,V=e.expandNextToken();if(!j.match(/^\s*[0-9]+\s*$/))throw new ParseError("Invalid number of arguments: "+j);L=parseInt(j),n=e.consumeArg().tokens}return e.macros.set($,{tokens:n,numArgs:L}),""};defineMacro("\\newcommand",e=>newcommand(e,!1,!0));defineMacro("\\renewcommand",e=>newcommand(e,!0,!1));defineMacro("\\providecommand",e=>newcommand(e,!0,!0));defineMacro("\\message",e=>{var t=e.consumeArgs(1)[0];return console.log(t.reverse().map(y=>y.text).join("")),""});defineMacro("\\errmessage",e=>{var t=e.consumeArgs(1)[0];return console.error(t.reverse().map(y=>y.text).join("")),""});defineMacro("\\show",e=>{var t=e.popToken(),y=t.text;return console.log(t,e.macros.get(y),functions[y],symbols.math[y],symbols.text[y]),""});defineMacro("\\bgroup","{");defineMacro("\\egroup","}");defineMacro("~","\\nobreakspace");defineMacro("\\lq","`");defineMacro("\\rq","'");defineMacro("\\aa","\\r a");defineMacro("\\AA","\\r A");defineMacro("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}");defineMacro("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}");defineMacro("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}");defineMacro("ℬ","\\mathscr{B}");defineMacro("ℰ","\\mathscr{E}");defineMacro("ℱ","\\mathscr{F}");defineMacro("ℋ","\\mathscr{H}");defineMacro("ℐ","\\mathscr{I}");defineMacro("ℒ","\\mathscr{L}");defineMacro("ℳ","\\mathscr{M}");defineMacro("ℛ","\\mathscr{R}");defineMacro("ℭ","\\mathfrak{C}");defineMacro("ℌ","\\mathfrak{H}");defineMacro("ℨ","\\mathfrak{Z}");defineMacro("\\Bbbk","\\Bbb{k}");defineMacro("·","\\cdotp");defineMacro("\\llap","\\mathllap{\\textrm{#1}}");defineMacro("\\rlap","\\mathrlap{\\textrm{#1}}");defineMacro("\\clap","\\mathclap{\\textrm{#1}}");defineMacro("\\mathstrut","\\vphantom{(}");defineMacro("\\underbar","\\underline{\\text{#1}}");defineMacro("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}');defineMacro("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}");defineMacro("\\ne","\\neq");defineMacro("≠","\\neq");defineMacro("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}");defineMacro("∉","\\notin");defineMacro("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}");defineMacro("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}");defineMacro("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}");defineMacro("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}");defineMacro("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}");defineMacro("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}");defineMacro("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}");defineMacro("⟂","\\perp");defineMacro("‼","\\mathclose{!\\mkern-0.8mu!}");defineMacro("∌","\\notni");defineMacro("⌜","\\ulcorner");defineMacro("⌝","\\urcorner");defineMacro("⌞","\\llcorner");defineMacro("⌟","\\lrcorner");defineMacro("©","\\copyright");defineMacro("®","\\textregistered");defineMacro("️","\\textregistered");defineMacro("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}');defineMacro("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}');defineMacro("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}');defineMacro("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}');defineMacro("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}");defineMacro("⋮","\\vdots");defineMacro("\\varGamma","\\mathit{\\Gamma}");defineMacro("\\varDelta","\\mathit{\\Delta}");defineMacro("\\varTheta","\\mathit{\\Theta}");defineMacro("\\varLambda","\\mathit{\\Lambda}");defineMacro("\\varXi","\\mathit{\\Xi}");defineMacro("\\varPi","\\mathit{\\Pi}");defineMacro("\\varSigma","\\mathit{\\Sigma}");defineMacro("\\varUpsilon","\\mathit{\\Upsilon}");defineMacro("\\varPhi","\\mathit{\\Phi}");defineMacro("\\varPsi","\\mathit{\\Psi}");defineMacro("\\varOmega","\\mathit{\\Omega}");defineMacro("\\substack","\\begin{subarray}{c}#1\\end{subarray}");defineMacro("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax");defineMacro("\\boxed","\\fbox{$\\displaystyle{#1}$}");defineMacro("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;");defineMacro("\\implies","\\DOTSB\\;\\Longrightarrow\\;");defineMacro("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var dotsByToken={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};defineMacro("\\dots",function(e){var t="\\dotso",y=e.expandAfterFuture().text;return y in dotsByToken?t=dotsByToken[y]:(y.slice(0,4)==="\\not"||y in symbols.math&&utils$u.contains(["bin","rel"],symbols.math[y].group))&&(t="\\dotsb"),t});var spaceAfterDots={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};defineMacro("\\dotso",function(e){var t=e.future().text;return t in spaceAfterDots?"\\ldots\\,":"\\ldots"});defineMacro("\\dotsc",function(e){var t=e.future().text;return t in spaceAfterDots&&t!==","?"\\ldots\\,":"\\ldots"});defineMacro("\\cdots",function(e){var t=e.future().text;return t in spaceAfterDots?"\\@cdots\\,":"\\@cdots"});defineMacro("\\dotsb","\\cdots");defineMacro("\\dotsm","\\cdots");defineMacro("\\dotsi","\\!\\cdots");defineMacro("\\dotsx","\\ldots\\,");defineMacro("\\DOTSI","\\relax");defineMacro("\\DOTSB","\\relax");defineMacro("\\DOTSX","\\relax");defineMacro("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax");defineMacro("\\,","\\tmspace+{3mu}{.1667em}");defineMacro("\\thinspace","\\,");defineMacro("\\>","\\mskip{4mu}");defineMacro("\\:","\\tmspace+{4mu}{.2222em}");defineMacro("\\medspace","\\:");defineMacro("\\;","\\tmspace+{5mu}{.2777em}");defineMacro("\\thickspace","\\;");defineMacro("\\!","\\tmspace-{3mu}{.1667em}");defineMacro("\\negthinspace","\\!");defineMacro("\\negmedspace","\\tmspace-{4mu}{.2222em}");defineMacro("\\negthickspace","\\tmspace-{5mu}{.277em}");defineMacro("\\enspace","\\kern.5em ");defineMacro("\\enskip","\\hskip.5em\\relax");defineMacro("\\quad","\\hskip1em\\relax");defineMacro("\\qquad","\\hskip2em\\relax");defineMacro("\\tag","\\@ifstar\\tag@literal\\tag@paren");defineMacro("\\tag@paren","\\tag@literal{({#1})}");defineMacro("\\tag@literal",e=>{if(e.macros.get("\\df@tag"))throw new ParseError("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"});defineMacro("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}");defineMacro("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)");defineMacro("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}");defineMacro("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1");defineMacro("\\newline","\\\\\\relax");defineMacro("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var latexRaiseA=makeEm(fontMetricsData["Main-Regular"][84][1]-.7*fontMetricsData["Main-Regular"][65][1]);defineMacro("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+latexRaiseA+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}");defineMacro("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+latexRaiseA+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}");defineMacro("\\hspace","\\@ifstar\\@hspacer\\@hspace");defineMacro("\\@hspace","\\hskip #1\\relax");defineMacro("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax");defineMacro("\\ordinarycolon",":");defineMacro("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}");defineMacro("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}');defineMacro("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}');defineMacro("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}');defineMacro("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}');defineMacro("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}');defineMacro("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}');defineMacro("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}');defineMacro("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}');defineMacro("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}');defineMacro("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}');defineMacro("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}');defineMacro("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}');defineMacro("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}');defineMacro("∷","\\dblcolon");defineMacro("∹","\\eqcolon");defineMacro("≔","\\coloneqq");defineMacro("≕","\\eqqcolon");defineMacro("⩴","\\Coloneqq");defineMacro("\\ratio","\\vcentcolon");defineMacro("\\coloncolon","\\dblcolon");defineMacro("\\colonequals","\\coloneqq");defineMacro("\\coloncolonequals","\\Coloneqq");defineMacro("\\equalscolon","\\eqqcolon");defineMacro("\\equalscoloncolon","\\Eqqcolon");defineMacro("\\colonminus","\\coloneq");defineMacro("\\coloncolonminus","\\Coloneq");defineMacro("\\minuscolon","\\eqcolon");defineMacro("\\minuscoloncolon","\\Eqcolon");defineMacro("\\coloncolonapprox","\\Colonapprox");defineMacro("\\coloncolonsim","\\Colonsim");defineMacro("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}");defineMacro("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}");defineMacro("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}");defineMacro("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}");defineMacro("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}");defineMacro("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}");defineMacro("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}");defineMacro("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}");defineMacro("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}");defineMacro("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}");defineMacro("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}");defineMacro("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}");defineMacro("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}");defineMacro("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}");defineMacro("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}");defineMacro("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}");defineMacro("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}");defineMacro("\\nleqq","\\html@mathml{\\@nleqq}{≰}");defineMacro("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}");defineMacro("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}");defineMacro("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}");defineMacro("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}");defineMacro("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}");defineMacro("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}");defineMacro("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}");defineMacro("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}");defineMacro("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}");defineMacro("\\imath","\\html@mathml{\\@imath}{ı}");defineMacro("\\jmath","\\html@mathml{\\@jmath}{ȷ}");defineMacro("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}");defineMacro("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}");defineMacro("⟦","\\llbracket");defineMacro("⟧","\\rrbracket");defineMacro("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}");defineMacro("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}");defineMacro("⦃","\\lBrace");defineMacro("⦄","\\rBrace");defineMacro("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}");defineMacro("⦵","\\minuso");defineMacro("\\darr","\\downarrow");defineMacro("\\dArr","\\Downarrow");defineMacro("\\Darr","\\Downarrow");defineMacro("\\lang","\\langle");defineMacro("\\rang","\\rangle");defineMacro("\\uarr","\\uparrow");defineMacro("\\uArr","\\Uparrow");defineMacro("\\Uarr","\\Uparrow");defineMacro("\\N","\\mathbb{N}");defineMacro("\\R","\\mathbb{R}");defineMacro("\\Z","\\mathbb{Z}");defineMacro("\\alef","\\aleph");defineMacro("\\alefsym","\\aleph");defineMacro("\\Alpha","\\mathrm{A}");defineMacro("\\Beta","\\mathrm{B}");defineMacro("\\bull","\\bullet");defineMacro("\\Chi","\\mathrm{X}");defineMacro("\\clubs","\\clubsuit");defineMacro("\\cnums","\\mathbb{C}");defineMacro("\\Complex","\\mathbb{C}");defineMacro("\\Dagger","\\ddagger");defineMacro("\\diamonds","\\diamondsuit");defineMacro("\\empty","\\emptyset");defineMacro("\\Epsilon","\\mathrm{E}");defineMacro("\\Eta","\\mathrm{H}");defineMacro("\\exist","\\exists");defineMacro("\\harr","\\leftrightarrow");defineMacro("\\hArr","\\Leftrightarrow");defineMacro("\\Harr","\\Leftrightarrow");defineMacro("\\hearts","\\heartsuit");defineMacro("\\image","\\Im");defineMacro("\\infin","\\infty");defineMacro("\\Iota","\\mathrm{I}");defineMacro("\\isin","\\in");defineMacro("\\Kappa","\\mathrm{K}");defineMacro("\\larr","\\leftarrow");defineMacro("\\lArr","\\Leftarrow");defineMacro("\\Larr","\\Leftarrow");defineMacro("\\lrarr","\\leftrightarrow");defineMacro("\\lrArr","\\Leftrightarrow");defineMacro("\\Lrarr","\\Leftrightarrow");defineMacro("\\Mu","\\mathrm{M}");defineMacro("\\natnums","\\mathbb{N}");defineMacro("\\Nu","\\mathrm{N}");defineMacro("\\Omicron","\\mathrm{O}");defineMacro("\\plusmn","\\pm");defineMacro("\\rarr","\\rightarrow");defineMacro("\\rArr","\\Rightarrow");defineMacro("\\Rarr","\\Rightarrow");defineMacro("\\real","\\Re");defineMacro("\\reals","\\mathbb{R}");defineMacro("\\Reals","\\mathbb{R}");defineMacro("\\Rho","\\mathrm{P}");defineMacro("\\sdot","\\cdot");defineMacro("\\sect","\\S");defineMacro("\\spades","\\spadesuit");defineMacro("\\sub","\\subset");defineMacro("\\sube","\\subseteq");defineMacro("\\supe","\\supseteq");defineMacro("\\Tau","\\mathrm{T}");defineMacro("\\thetasym","\\vartheta");defineMacro("\\weierp","\\wp");defineMacro("\\Zeta","\\mathrm{Z}");defineMacro("\\argmin","\\DOTSB\\operatorname*{arg\\,min}");defineMacro("\\argmax","\\DOTSB\\operatorname*{arg\\,max}");defineMacro("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits");defineMacro("\\bra","\\mathinner{\\langle{#1}|}");defineMacro("\\ket","\\mathinner{|{#1}\\rangle}");defineMacro("\\braket","\\mathinner{\\langle{#1}\\rangle}");defineMacro("\\Bra","\\left\\langle#1\\right|");defineMacro("\\Ket","\\left|#1\\right\\rangle");var braketHelper=e=>t=>{var y=t.consumeArg().tokens,n=t.consumeArg().tokens,$=t.consumeArg().tokens,k=t.consumeArg().tokens,L=t.macros.get("|"),j=t.macros.get("\\|");t.macros.beginGroup();var V=oe=>ue=>{e&&(ue.macros.set("|",L),$.length&&ue.macros.set("\\|",j));var de=oe;if(!oe&&$.length){var _e=ue.future();_e.text==="|"&&(ue.popToken(),de=!0)}return{tokens:de?$:n,numArgs:0}};t.macros.set("|",V(!1)),$.length&&t.macros.set("\\|",V(!0));var z=t.consumeArg().tokens,re=t.expandTokens([...k,...z,...y]);return t.macros.endGroup(),{tokens:re.reverse(),numArgs:0}};defineMacro("\\bra@ket",braketHelper(!1));defineMacro("\\bra@set",braketHelper(!0));defineMacro("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}");defineMacro("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}");defineMacro("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}");defineMacro("\\angln","{\\angl n}");defineMacro("\\blue","\\textcolor{##6495ed}{#1}");defineMacro("\\orange","\\textcolor{##ffa500}{#1}");defineMacro("\\pink","\\textcolor{##ff00af}{#1}");defineMacro("\\red","\\textcolor{##df0030}{#1}");defineMacro("\\green","\\textcolor{##28ae7b}{#1}");defineMacro("\\gray","\\textcolor{gray}{#1}");defineMacro("\\purple","\\textcolor{##9d38bd}{#1}");defineMacro("\\blueA","\\textcolor{##ccfaff}{#1}");defineMacro("\\blueB","\\textcolor{##80f6ff}{#1}");defineMacro("\\blueC","\\textcolor{##63d9ea}{#1}");defineMacro("\\blueD","\\textcolor{##11accd}{#1}");defineMacro("\\blueE","\\textcolor{##0c7f99}{#1}");defineMacro("\\tealA","\\textcolor{##94fff5}{#1}");defineMacro("\\tealB","\\textcolor{##26edd5}{#1}");defineMacro("\\tealC","\\textcolor{##01d1c1}{#1}");defineMacro("\\tealD","\\textcolor{##01a995}{#1}");defineMacro("\\tealE","\\textcolor{##208170}{#1}");defineMacro("\\greenA","\\textcolor{##b6ffb0}{#1}");defineMacro("\\greenB","\\textcolor{##8af281}{#1}");defineMacro("\\greenC","\\textcolor{##74cf70}{#1}");defineMacro("\\greenD","\\textcolor{##1fab54}{#1}");defineMacro("\\greenE","\\textcolor{##0d923f}{#1}");defineMacro("\\goldA","\\textcolor{##ffd0a9}{#1}");defineMacro("\\goldB","\\textcolor{##ffbb71}{#1}");defineMacro("\\goldC","\\textcolor{##ff9c39}{#1}");defineMacro("\\goldD","\\textcolor{##e07d10}{#1}");defineMacro("\\goldE","\\textcolor{##a75a05}{#1}");defineMacro("\\redA","\\textcolor{##fca9a9}{#1}");defineMacro("\\redB","\\textcolor{##ff8482}{#1}");defineMacro("\\redC","\\textcolor{##f9685d}{#1}");defineMacro("\\redD","\\textcolor{##e84d39}{#1}");defineMacro("\\redE","\\textcolor{##bc2612}{#1}");defineMacro("\\maroonA","\\textcolor{##ffbde0}{#1}");defineMacro("\\maroonB","\\textcolor{##ff92c6}{#1}");defineMacro("\\maroonC","\\textcolor{##ed5fa6}{#1}");defineMacro("\\maroonD","\\textcolor{##ca337c}{#1}");defineMacro("\\maroonE","\\textcolor{##9e034e}{#1}");defineMacro("\\purpleA","\\textcolor{##ddd7ff}{#1}");defineMacro("\\purpleB","\\textcolor{##c6b9fc}{#1}");defineMacro("\\purpleC","\\textcolor{##aa87ff}{#1}");defineMacro("\\purpleD","\\textcolor{##7854ab}{#1}");defineMacro("\\purpleE","\\textcolor{##543b78}{#1}");defineMacro("\\mintA","\\textcolor{##f5f9e8}{#1}");defineMacro("\\mintB","\\textcolor{##edf2df}{#1}");defineMacro("\\mintC","\\textcolor{##e0e5cc}{#1}");defineMacro("\\grayA","\\textcolor{##f6f7f7}{#1}");defineMacro("\\grayB","\\textcolor{##f0f1f2}{#1}");defineMacro("\\grayC","\\textcolor{##e3e5e6}{#1}");defineMacro("\\grayD","\\textcolor{##d6d8da}{#1}");defineMacro("\\grayE","\\textcolor{##babec2}{#1}");defineMacro("\\grayF","\\textcolor{##888d93}{#1}");defineMacro("\\grayG","\\textcolor{##626569}{#1}");defineMacro("\\grayH","\\textcolor{##3b3e40}{#1}");defineMacro("\\grayI","\\textcolor{##21242c}{#1}");defineMacro("\\kaBlue","\\textcolor{##314453}{#1}");defineMacro("\\kaGreen","\\textcolor{##71B307}{#1}");var implicitCommands={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class MacroExpander{constructor(t,y,n){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=y,this.expansionCount=0,this.feed(t),this.macros=new Namespace(macros,y.macros),this.mode=n,this.stack=[]}feed(t){this.lexer=new Lexer(t,this.settings)}switchMode(t){this.mode=t}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(t){this.stack.push(t)}pushTokens(t){this.stack.push(...t)}scanArgument(t){var y,n,$;if(t){if(this.consumeSpaces(),this.future().text!=="[")return null;y=this.popToken(),{tokens:$,end:n}=this.consumeArg(["]"])}else({tokens:$,start:y,end:n}=this.consumeArg());return this.pushToken(new Token("EOF",n.loc)),this.pushTokens($),y.range(n,"")}consumeSpaces(){for(;;){var t=this.future();if(t.text===" ")this.stack.pop();else break}}consumeArg(t){var y=[],n=t&&t.length>0;n||this.consumeSpaces();var $=this.future(),k,L=0,j=0;do{if(k=this.popToken(),y.push(k),k.text==="{")++L;else if(k.text==="}"){if(--L,L===-1)throw new ParseError("Extra }",k)}else if(k.text==="EOF")throw new ParseError("Unexpected end of input in a macro argument, expected '"+(t&&n?t[j]:"}")+"'",k);if(t&&n)if((L===0||L===1&&t[j]==="{")&&k.text===t[j]){if(++j,j===t.length){y.splice(-j,j);break}}else j=0}while(L!==0||n);return $.text==="{"&&y[y.length-1].text==="}"&&(y.pop(),y.shift()),y.reverse(),{tokens:y,start:$,end:k}}consumeArgs(t,y){if(y){if(y.length!==t+1)throw new ParseError("The length of delimiters doesn't match the number of args!");for(var n=y[0],$=0;$this.settings.maxExpand)throw new ParseError("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(t){var y=this.popToken(),n=y.text,$=y.noexpand?null:this._getExpansion(n);if($==null||t&&$.unexpandable){if(t&&$==null&&n[0]==="\\"&&!this.isDefined(n))throw new ParseError("Undefined control sequence: "+n);return this.pushToken(y),!1}this.countExpansion(1);var k=$.tokens,L=this.consumeArgs($.numArgs,$.delimiters);if($.numArgs){k=k.slice();for(var j=k.length-1;j>=0;--j){var V=k[j];if(V.text==="#"){if(j===0)throw new ParseError("Incomplete placeholder at end of macro body",V);if(V=k[--j],V.text==="#")k.splice(j+1,1);else if(/^[1-9]$/.test(V.text))k.splice(j,2,...L[+V.text-1]);else throw new ParseError("Not a valid argument number",V)}}}return this.pushTokens(k),k.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){var t=this.stack.pop();return t.treatAsRelax&&(t.text="\\relax"),t}throw new Error}expandMacro(t){return this.macros.has(t)?this.expandTokens([new Token(t)]):void 0}expandTokens(t){var y=[],n=this.stack.length;for(this.pushTokens(t);this.stack.length>n;)if(this.expandOnce(!0)===!1){var $=this.stack.pop();$.treatAsRelax&&($.noexpand=!1,$.treatAsRelax=!1),y.push($)}return this.countExpansion(y.length),y}expandMacroAsText(t){var y=this.expandMacro(t);return y&&y.map(n=>n.text).join("")}_getExpansion(t){var y=this.macros.get(t);if(y==null)return y;if(t.length===1){var n=this.lexer.catcodes[t];if(n!=null&&n!==13)return}var $=typeof y=="function"?y(this):y;if(typeof $=="string"){var k=0;if($.indexOf("#")!==-1)for(var L=$.replace(/##/g,"");L.indexOf("#"+(k+1))!==-1;)++k;for(var j=new Lexer($,this.settings),V=[],z=j.lex();z.text!=="EOF";)V.push(z),z=j.lex();V.reverse();var re={tokens:V,numArgs:k};return re}return $}isDefined(t){return this.macros.has(t)||functions.hasOwnProperty(t)||symbols.math.hasOwnProperty(t)||symbols.text.hasOwnProperty(t)||implicitCommands.hasOwnProperty(t)}isExpandable(t){var y=this.macros.get(t);return y!=null?typeof y=="string"||typeof y=="function"||!y.unexpandable:functions.hasOwnProperty(t)&&!functions[t].primitive}}var unicodeSubRegEx=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,uSubsAndSups=Object.freeze({"₊":"+","₋":"-","₌":"=","₍":"(","₎":")","₀":"0","₁":"1","₂":"2","₃":"3","₄":"4","₅":"5","₆":"6","₇":"7","₈":"8","₉":"9","ₐ":"a","ₑ":"e","ₕ":"h","ᵢ":"i","ⱼ":"j","ₖ":"k","ₗ":"l","ₘ":"m","ₙ":"n","ₒ":"o","ₚ":"p","ᵣ":"r","ₛ":"s","ₜ":"t","ᵤ":"u","ᵥ":"v","ₓ":"x","ᵦ":"β","ᵧ":"γ","ᵨ":"ρ","ᵩ":"ϕ","ᵪ":"χ","⁺":"+","⁻":"-","⁼":"=","⁽":"(","⁾":")","⁰":"0","¹":"1","²":"2","³":"3","⁴":"4","⁵":"5","⁶":"6","⁷":"7","⁸":"8","⁹":"9","ᴬ":"A","ᴮ":"B","ᴰ":"D","ᴱ":"E","ᴳ":"G","ᴴ":"H","ᴵ":"I","ᴶ":"J","ᴷ":"K","ᴸ":"L","ᴹ":"M","ᴺ":"N","ᴼ":"O","ᴾ":"P","ᴿ":"R","ᵀ":"T","ᵁ":"U","ⱽ":"V","ᵂ":"W","ᵃ":"a","ᵇ":"b","ᶜ":"c","ᵈ":"d","ᵉ":"e","ᶠ":"f","ᵍ":"g",ʰ:"h","ⁱ":"i",ʲ:"j","ᵏ":"k",ˡ:"l","ᵐ":"m",ⁿ:"n","ᵒ":"o","ᵖ":"p",ʳ:"r",ˢ:"s","ᵗ":"t","ᵘ":"u","ᵛ":"v",ʷ:"w",ˣ:"x",ʸ:"y","ᶻ":"z","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),unicodeAccents={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"},"̧":{text:"\\c"}},unicodeSymbols={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"};let Parser$1=class B1{constructor(t,y){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new MacroExpander(t,y,this.mode),this.settings=y,this.leftrightDepth=0}expect(t,y){if(y===void 0&&(y=!0),this.fetch().text!==t)throw new ParseError("Expected '"+t+"', got '"+this.fetch().text+"'",this.fetch());y&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(t){this.mode=t,this.gullet.switchMode(t)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var t=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),t}finally{this.gullet.endGroups()}}subparse(t){var y=this.nextToken;this.consume(),this.gullet.pushToken(new Token("}")),this.gullet.pushTokens(t);var n=this.parseExpression(!1);return this.expect("}"),this.nextToken=y,n}parseExpression(t,y){for(var n=[];;){this.mode==="math"&&this.consumeSpaces();var $=this.fetch();if(B1.endOfExpression.indexOf($.text)!==-1||y&&$.text===y||t&&functions[$.text]&&functions[$.text].infix)break;var k=this.parseAtom(y);if(k){if(k.type==="internal")continue}else break;n.push(k)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(t){for(var y=-1,n,$=0;$=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+y[0]+'" used in math mode',t);var j=symbols[this.mode][y].group,V=SourceLocation.range(t),z;if(ATOMS.hasOwnProperty(j)){var re=j;z={type:"atom",mode:this.mode,family:re,loc:V,text:y}}else z={type:j,mode:this.mode,loc:V,text:y};L=z}else if(y.charCodeAt(0)>=128)this.settings.strict&&(supportedCodepoint(y.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+y[0]+'" used in math mode',t):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+y[0]+'"'+(" ("+y.charCodeAt(0)+")"),t)),L={type:"textord",mode:"text",loc:SourceLocation.range(t),text:y};else return null;if(this.consume(),k)for(var oe=0;oekatex.renderToString(y.text,{...e,displayMode:y.displayMode})+(t?` -`:"")}function inlineKatex(e,t){const y=e&&e.nonStandard,n=y?inlineRuleNonStandard:inlineRule;return{name:"inlineKatex",level:"inline",start($){let k,L=$;for(;L;){if(k=L.indexOf("$"),k===-1)return;if((y?k>-1:k===0||L.charAt(k-1)===" ")&&L.substring(k).match(n))return k;L=L.substring(k+1).replace(/^\$+/,"")}},tokenizer($,k){const L=$.match(n);if(L)return{type:"inlineKatex",raw:L[0],text:L[2].trim(),displayMode:L[1].length===2}},renderer:t}}function blockKatex(e,t){return{name:"blockKatex",level:"block",tokenizer(y,n){const $=y.match(blockRule);if($)return{type:"blockKatex",raw:$[0],text:$[2].trim(),displayMode:$[1].length===2}},renderer:t}}marked.use(markedKatex({throwOnError:!1,output:"html",nonStandard:!0}));class WxRenderer{constructor(t){this.opts=t;let y=[],n=0,$=new Map;const k=(V,z)=>Object.assign({},V,z);this.buildTheme=V=>{const z={},re=k(V.BASE,{"font-family":this.opts.fonts,"font-size":this.opts.size});for(const ue in V.inline)if(V.inline.hasOwnProperty(ue)){const de=V.inline[ue];z[ue]=k(V.BASE,de)}const oe=k(re,{});for(const ue in V.block)if(V.block.hasOwnProperty(ue)){const de=V.block[ue];z[ue]=k(oe,de)}return z};const L=(V,z)=>{const re=[],oe=$[V];if(!oe)return"";for(const ue in oe)re.push(`${ue}:${oe[ue]}`);return`style="${re.join(";")+""}"`},j=(V,z)=>(y.push([++n,V,z]),n);this.buildFootnotes=()=>{const V=y.map(z=>z[1]===z[2]?`[${z[0]}]: ${z[1]}
    `:`[${z[0]}] ${z[1]}: ${z[2]}
    `);return V.length?`

    引用链接

    ${V.join(` +?)[ \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;k0&&(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{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;kthis.settings.maxExpand)throw new ParseError("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(t){var y=this.popToken(),n=y.text,k=y.noexpand?null:this._getExpansion(n);if(k==null||t&&k.unexpandable){if(t&&k==null&&n[0]==="\\"&&!this.isDefined(n))throw new ParseError("Undefined control sequence: "+n);return this.pushToken(y),!1}this.countExpansion(1);var L=k.tokens,$=this.consumeArgs(k.numArgs,k.delimiters);if(k.numArgs){L=L.slice();for(var j=L.length-1;j>=0;--j){var V=L[j];if(V.text==="#"){if(j===0)throw new ParseError("Incomplete placeholder at end of macro body",V);if(V=L[--j],V.text==="#")L.splice(j+1,1);else if(/^[1-9]$/.test(V.text))L.splice(j,2,...$[+V.text-1]);else throw new ParseError("Not a valid argument number",V)}}}return this.pushTokens(L),L.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){var t=this.stack.pop();return t.treatAsRelax&&(t.text="\\relax"),t}throw new Error}expandMacro(t){return this.macros.has(t)?this.expandTokens([new Token(t)]):void 0}expandTokens(t){var y=[],n=this.stack.length;for(this.pushTokens(t);this.stack.length>n;)if(this.expandOnce(!0)===!1){var k=this.stack.pop();k.treatAsRelax&&(k.noexpand=!1,k.treatAsRelax=!1),y.push(k)}return this.countExpansion(y.length),y}expandMacroAsText(t){var y=this.expandMacro(t);return y&&y.map(n=>n.text).join("")}_getExpansion(t){var y=this.macros.get(t);if(y==null)return y;if(t.length===1){var n=this.lexer.catcodes[t];if(n!=null&&n!==13)return}var k=typeof y=="function"?y(this):y;if(typeof k=="string"){var L=0;if(k.indexOf("#")!==-1)for(var $=k.replace(/##/g,"");$.indexOf("#"+(L+1))!==-1;)++L;for(var j=new Lexer(k,this.settings),V=[],z=j.lex();z.text!=="EOF";)V.push(z),z=j.lex();V.reverse();var re={tokens:V,numArgs:L};return re}return k}isDefined(t){return this.macros.has(t)||functions.hasOwnProperty(t)||symbols.math.hasOwnProperty(t)||symbols.text.hasOwnProperty(t)||implicitCommands.hasOwnProperty(t)}isExpandable(t){var y=this.macros.get(t);return y!=null?typeof y=="string"||typeof y=="function"||!y.unexpandable:functions.hasOwnProperty(t)&&!functions[t].primitive}}var unicodeSubRegEx=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,uSubsAndSups=Object.freeze({"₊":"+","₋":"-","₌":"=","₍":"(","₎":")","₀":"0","₁":"1","₂":"2","₃":"3","₄":"4","₅":"5","₆":"6","₇":"7","₈":"8","₉":"9","ₐ":"a","ₑ":"e","ₕ":"h","ᵢ":"i","ⱼ":"j","ₖ":"k","ₗ":"l","ₘ":"m","ₙ":"n","ₒ":"o","ₚ":"p","ᵣ":"r","ₛ":"s","ₜ":"t","ᵤ":"u","ᵥ":"v","ₓ":"x","ᵦ":"β","ᵧ":"γ","ᵨ":"ρ","ᵩ":"ϕ","ᵪ":"χ","⁺":"+","⁻":"-","⁼":"=","⁽":"(","⁾":")","⁰":"0","¹":"1","²":"2","³":"3","⁴":"4","⁵":"5","⁶":"6","⁷":"7","⁸":"8","⁹":"9","ᴬ":"A","ᴮ":"B","ᴰ":"D","ᴱ":"E","ᴳ":"G","ᴴ":"H","ᴵ":"I","ᴶ":"J","ᴷ":"K","ᴸ":"L","ᴹ":"M","ᴺ":"N","ᴼ":"O","ᴾ":"P","ᴿ":"R","ᵀ":"T","ᵁ":"U","ⱽ":"V","ᵂ":"W","ᵃ":"a","ᵇ":"b","ᶜ":"c","ᵈ":"d","ᵉ":"e","ᶠ":"f","ᵍ":"g",ʰ:"h","ⁱ":"i",ʲ:"j","ᵏ":"k",ˡ:"l","ᵐ":"m",ⁿ:"n","ᵒ":"o","ᵖ":"p",ʳ:"r",ˢ:"s","ᵗ":"t","ᵘ":"u","ᵛ":"v",ʷ:"w",ˣ:"x",ʸ:"y","ᶻ":"z","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),unicodeAccents={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"},"̧":{text:"\\c"}},unicodeSymbols={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"};let Parser$1=class E1{constructor(t,y){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new MacroExpander(t,y,this.mode),this.settings=y,this.leftrightDepth=0}expect(t,y){if(y===void 0&&(y=!0),this.fetch().text!==t)throw new ParseError("Expected '"+t+"', got '"+this.fetch().text+"'",this.fetch());y&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(t){this.mode=t,this.gullet.switchMode(t)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var t=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),t}finally{this.gullet.endGroups()}}subparse(t){var y=this.nextToken;this.consume(),this.gullet.pushToken(new Token("}")),this.gullet.pushTokens(t);var n=this.parseExpression(!1);return this.expect("}"),this.nextToken=y,n}parseExpression(t,y){for(var n=[];;){this.mode==="math"&&this.consumeSpaces();var k=this.fetch();if(E1.endOfExpression.indexOf(k.text)!==-1||y&&k.text===y||t&&functions[k.text]&&functions[k.text].infix)break;var L=this.parseAtom(y);if(L){if(L.type==="internal")continue}else break;n.push(L)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(t){for(var y=-1,n,k=0;k=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;iekatex.renderToString(y.text,{...e,displayMode:y.displayMode})+(t?` +`:"")}function inlineKatex(e,t){const y=e&&e.nonStandard,n=y?inlineRuleNonStandard:inlineRule;return{name:"inlineKatex",level:"inline",start(k){let L,$=k;for(;$;){if(L=$.indexOf("$"),L===-1)return;if((y?L>-1:L===0||$.charAt(L-1)===" ")&&$.substring(L).match(n))return L;$=$.substring(L+1).replace(/^\$+/,"")}},tokenizer(k,L){const $=k.match(n);if($)return{type:"inlineKatex",raw:$[0],text:$[2].trim(),displayMode:$[1].length===2}},renderer:t}}function blockKatex(e,t){return{name:"blockKatex",level:"block",tokenizer(y,n){const k=y.match(blockRule);if(k)return{type:"blockKatex",raw:k[0],text:k[2].trim(),displayMode:k[1].length===2}},renderer:t}}marked.use(markedKatex({throwOnError:!1,output:"html",nonStandard:!0}));class WxRenderer{constructor(t){this.opts=t;let y=[],n=0,k=new Map;const L=(V,z)=>Object.assign({},V,z);this.buildTheme=V=>{const z={},re=L(V.BASE,{"font-family":this.opts.fonts,"font-size":this.opts.size});for(const oe in V.inline)if(V.inline.hasOwnProperty(oe)){const ue=V.inline[oe];z[oe]=L(V.BASE,ue)}const ie=L(re,{});for(const oe in V.block)if(V.block.hasOwnProperty(oe)){const ue=V.block[oe];z[oe]=L(ie,ue)}return z};const $=(V,z)=>{const re=[],ie=k[V];if(!ie)return"";for(const oe in ie)re.push(`${oe}:${ie[oe]}`);return`style="${re.join(";")+""}"`},j=(V,z)=>(y.push([++n,V,z]),n);this.buildFootnotes=()=>{const V=y.map(z=>z[1]===z[2]?`[${z[0]}]: ${z[1]}
    `:`[${z[0]}] ${z[1]}: ${z[2]}
    `);return V.length?`

    引用链接

    ${V.join(` `)}

    `:""},this.buildAddition=()=>` - `,this.setOptions=V=>{this.opts=k(this.opts,V)},this.hasFootnotes=()=>y.length!==0,this.getRenderer=V=>{y=[],n=0,$=this.buildTheme(this.opts.theme);const z=new Renderer;return z.heading=(re,oe)=>{switch(oe){case 1:return`

    ${re}

    `;case 2:return`

    ${re}

    `;case 3:return`

    ${re}

    `;default:return`

    ${re}

    `}},z.paragraph=re=>re.includes("${re}

    `,z.blockquote=re=>(re=re.replace(//g,`

    `),`

    ${re}
    `),z.code=(re,oe="")=>oe.startsWith("mermaid")?(setTimeout(()=>{var ue;(ue=window.mermaid)==null||ue.run()},0),`
    ${re}
    `):(oe=oe.split(" ")[0],oe=HighlightJS.getLanguage(oe)?oe:"plaintext",re=HighlightJS.highlight(re,{language:oe}).value,re=re.replace(/\r\n/g,"
    ").replace(/\n/g,"
    ").replace(/(>[^<]+)|(^[^<]+)/g,ue=>ue.replace(/\s/g," ")),`
    ${re}
    `),z.codespan=(re,oe)=>`${re}`,z.listitem=re=>`
  • <%s/>${re}
  • `,z.list=(re,oe,ue)=>{re=re.replace(/<\/*p .*?>/g,"").replace(/<\/*p>/g,"");const de=re.split("<%s/>");if(!oe)return re=de.join("• "),`
      ${re}
    `;re=de[0];for(let _e=1;_e${re}`},z.image=(re,oe,ue)=>{const Ne=(Ve=>Ve?`
    ${Ve}
    `:"")(((Ve,Fe)=>{switch(localStorage.getItem("legend")){case"alt":return Fe;case"title":return Ve;case"alt-title":return Fe||Ve;case"title-alt":return Ve||Fe;default:return""}})(oe,ue)),Ue=L("figure"),$e=L("image");return`
    ${ue}${Ne}
    `},z.link=(re,oe,ue)=>{if(re.startsWith("https://mp.weixin.qq.com"))return`
    ${ue}`;if(re===ue)return ue;if(V){const de=j(oe||ue,re);return`${ue}[${de}]`}return`${ue}`},z.strong=re=>`${re}`,z.em=re=>`${re}`,z.table=(re,oe)=>`
    ${re}${oe}
    `,z.tablecell=(re,oe)=>`${re}`,z.hr=()=>`
    `,z}}}const DEFAULT_CONTENT=`# 示例文章:Google 搜索的即时自动补全功能究竟是如何“工作”的? + `,this.setOptions=V=>{this.opts=L(this.opts,V)},this.hasFootnotes=()=>y.length!==0,this.getRenderer=V=>{y=[],n=0,k=this.buildTheme(this.opts.theme);const z=new Renderer;return z.heading=(re,ie)=>{switch(ie){case 1:return`

    ${re}

    `;case 2:return`

    ${re}

    `;case 3:return`

    ${re}

    `;default:return`

    ${re}

    `}},z.paragraph=re=>re.includes("${re}

    `,z.blockquote=re=>(re=re.replace(//g,`

    `),`

    ${re}
    `),z.code=(re,ie="")=>ie.startsWith("mermaid")?(setTimeout(()=>{var oe;(oe=window.mermaid)==null||oe.run()},0),`
    ${re}
    `):(ie=ie.split(" ")[0],ie=HighlightJS.getLanguage(ie)?ie:"plaintext",re=HighlightJS.highlight(re,{language:ie}).value,re=re.replace(/\r\n/g,"
    ").replace(/\n/g,"
    ").replace(/(>[^<]+)|(^[^<]+)/g,oe=>oe.replace(/\s/g," ")),`
    ${re}
    `),z.codespan=(re,ie)=>`${re}`,z.listitem=re=>`
  • <%s/>${re}
  • `,z.list=(re,ie,oe)=>{re=re.replace(/<\/*p .*?>/g,"").replace(/<\/*p>/g,"");const ue=re.split("<%s/>");if(!ie)return re=ue.join("• "),`
      ${re}
    `;re=ue[0];for(let de=1;de${re}`},z.image=(re,ie,oe)=>{const pe=(Ce=>Ce?`
    ${Ce}
    `:"")(((Ce,he)=>{switch(localStorage.getItem("legend")){case"alt":return he;case"title":return Ce;case"alt-title":return he||Ce;case"title-alt":return Ce||he;default:return""}})(ie,oe)),Ie=$("figure"),_e=$("image");return`
    ${oe}${pe}
    `},z.link=(re,ie,oe)=>{if(re.startsWith("https://mp.weixin.qq.com"))return`${oe}`;if(re===oe)return oe;if(V){const ue=j(ie||oe,re);return`${oe}[${ue}]`}return`${oe}`},z.strong=re=>`${re}`,z.em=re=>`${re}`,z.table=(re,ie)=>`
    ${re}${ie}
    `,z.tablecell=(re,ie)=>`${re}`,z.hr=()=>`
    `,z}}}const DEFAULT_CONTENT=`# 示例文章:Google 搜索的即时自动补全功能究竟是如何“工作”的? > Google 搜索**自动补全功能**的强大,相信不少朋友都能感受到,它帮助我们更快地“补全”我们所要输入的搜索关键字。那么,它怎么知道我们要输入什么内容?它又是如何工作的?在这篇文章里,我们一起来看看。 @@ -575,311 +575,311 @@ li { /* 代码块样式 */ code { } -`;var cheerio$2={exports:{}},lib$e={},extendStatics=function(e,t){return extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(y,n){y.__proto__=n}||function(y,n){for(var $ in n)Object.prototype.hasOwnProperty.call(n,$)&&(y[$]=n[$])},extendStatics(e,t)};function __extends$4(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");extendStatics(e,t);function y(){this.constructor=e}e.prototype=t===null?Object.create(t):(y.prototype=t.prototype,new y)}var __assign$7=function(){return __assign$7=Object.assign||function(t){for(var y,n=1,$=arguments.length;n<$;n++){y=arguments[n];for(var k in y)Object.prototype.hasOwnProperty.call(y,k)&&(t[k]=y[k])}return t},__assign$7.apply(this,arguments)};function __rest$1(e,t){var y={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(y[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var $=0,n=Object.getOwnPropertySymbols(e);$=0;j--)(L=e[j])&&(k=($<3?L(k):$>3?L(t,y,k):L(t,y))||k);return $>3&&k&&Object.defineProperty(t,y,k),k}function __param(e,t){return function(y,n){t(y,n,e)}}function __esDecorate(e,t,y,n,$,k){function L($e){if($e!==void 0&&typeof $e!="function")throw new TypeError("Function expected");return $e}for(var j=n.kind,V=j==="getter"?"get":j==="setter"?"set":"value",z=!t&&e?n.static?e:e.prototype:null,re=t||(z?Object.getOwnPropertyDescriptor(z,n.name):{}),oe,ue=!1,de=y.length-1;de>=0;de--){var _e={};for(var Ne in n)_e[Ne]=Ne==="access"?{}:n[Ne];for(var Ne in n.access)_e.access[Ne]=n.access[Ne];_e.addInitializer=function($e){if(ue)throw new TypeError("Cannot add initializers after decoration has completed");k.push(L($e||null))};var Ue=(0,y[de])(j==="accessor"?{get:re.get,set:re.set}:re[V],_e);if(j==="accessor"){if(Ue===void 0)continue;if(Ue===null||typeof Ue!="object")throw new TypeError("Object expected");(oe=L(Ue.get))&&(re.get=oe),(oe=L(Ue.set))&&(re.set=oe),(oe=L(Ue.init))&&$.unshift(oe)}else(oe=L(Ue))&&(j==="field"?$.unshift(oe):re[V]=oe)}z&&Object.defineProperty(z,n.name,re),ue=!0}function __runInitializers(e,t,y){for(var n=arguments.length>2,$=0;$0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function __read$4(e,t){var y=typeof Symbol=="function"&&e[Symbol.iterator];if(!y)return e;var n=y.call(e),$,k=[],L;try{for(;(t===void 0||t-- >0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k}function __spread$4(){for(var e=[],t=0;t1||V(de,Ne)})},_e&&($[de]=_e($[de])))}function V(de,_e){try{z(n[de](_e))}catch(Ne){ue(k[0][3],Ne)}}function z(de){de.value instanceof __await?Promise.resolve(de.value.v).then(re,oe):ue(k[0][2],de)}function re(de){V("next",de)}function oe(de){V("throw",de)}function ue(de,_e){de(_e),k.shift(),k.length&&V(k[0][0],k[0][1])}}function __asyncDelegator(e){var t,y;return t={},n("next"),n("throw",function($){throw $}),n("return"),t[Symbol.iterator]=function(){return this},t;function n($,k){t[$]=e[$]?function(L){return(y=!y)?{value:__await(e[$](L)),done:!1}:k?k(L):L}:k}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],y;return t?t.call(e):(e=typeof __values=="function"?__values(e):e[Symbol.iterator](),y={},n("next"),n("throw"),n("return"),y[Symbol.asyncIterator]=function(){return this},y);function n(k){y[k]=e[k]&&function(L){return new Promise(function(j,V){L=e[k](L),$(j,V,L.done,L.value)})}}function $(k,L,j,V){Promise.resolve(V).then(function(z){k({value:z,done:j})},L)}}function __makeTemplateObject(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var __setModuleDefault=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function __importStar(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var y in e)y!=="default"&&Object.prototype.hasOwnProperty.call(e,y)&&__createBinding(t,e,y);return __setModuleDefault(t,e),t}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,y,n){if(y==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return y==="m"?n:y==="a"?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,y,n,$){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!$)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!$:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?$.call(e,y):$?$.value=y:t.set(e,y),y}function __classPrivateFieldIn(e,t){if(t===null||typeof t!="object"&&typeof t!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof e=="function"?t===e:e.has(t)}function __addDisposableResource(e,t,y){if(t!=null){if(typeof t!="object"&&typeof t!="function")throw new TypeError("Object expected.");var n,$;if(y){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=t[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=t[Symbol.dispose],y&&($=n)}if(typeof n!="function")throw new TypeError("Object not disposable.");$&&(n=function(){try{$.call(this)}catch(k){return Promise.reject(k)}}),e.stack.push({value:t,dispose:n,async:y})}else y&&e.stack.push({async:!0});return t}var _SuppressedError=typeof SuppressedError=="function"?SuppressedError:function(e,t,y){var n=new Error(y);return n.name="SuppressedError",n.error=e,n.suppressed=t,n};function __disposeResources(e){function t(n){e.error=e.hasError?new _SuppressedError(n,e.error,"An error was suppressed during disposal."):n,e.hasError=!0}function y(){for(;e.stack.length;){var n=e.stack.pop();try{var $=n.dispose&&n.dispose.call(n.value);if(n.async)return Promise.resolve($).then(y,function(k){return t(k),y()})}catch(k){t(k)}}if(e.hasError)throw e.error}return y()}const tslib_es6={__extends:__extends$4,__assign:__assign$7,__rest:__rest$1,__decorate,__param,__metadata,__awaiter:__awaiter$8,__generator:__generator$8,__createBinding,__exportStar,__values,__read:__read$4,__spread:__spread$4,__spreadArrays,__spreadArray,__await,__asyncGenerator,__asyncDelegator,__asyncValues,__makeTemplateObject,__importStar,__importDefault,__classPrivateFieldGet,__classPrivateFieldSet,__classPrivateFieldIn,__addDisposableResource,__disposeResources},tslib_es6$1=Object.freeze(Object.defineProperty({__proto__:null,__addDisposableResource,get __assign(){return __assign$7},__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter:__awaiter$8,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,__createBinding,__decorate,__disposeResources,__esDecorate,__exportStar,__extends:__extends$4,__generator:__generator$8,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__propKey,__read:__read$4,__rest:__rest$1,__runInitializers,__setFunctionName,__spread:__spread$4,__spreadArray,__spreadArrays,__values,default:tslib_es6},Symbol.toStringTag,{value:"Module"})),require$$0$8=getAugmentedNamespace(tslib_es6$1);var types$1={},hasRequiredTypes;function requireTypes(){return hasRequiredTypes||(hasRequiredTypes=1,Object.defineProperty(types$1,"__esModule",{value:!0})),types$1}var load={},options={},hasRequiredOptions;function requireOptions(){if(hasRequiredOptions)return options;hasRequiredOptions=1,Object.defineProperty(options,"__esModule",{value:!0}),options.flatten=void 0;var e=require$$0$8,t={xml:!1,decodeEntities:!0};options.default=t;var y={_useHtmlParser2:!0,xmlMode:!0};function n($){return $!=null&&$.xml?typeof $.xml=="boolean"?y:e.__assign(e.__assign({},y),$.xml):$??void 0}return options.flatten=n,options}var _static={},lib$d={},SelectorType;(function(e){e.Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator"})(SelectorType||(SelectorType={}));const IgnoreCaseMode={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1};var AttributeAction;(function(e){e.Any="any",e.Element="element",e.End="end",e.Equals="equals",e.Exists="exists",e.Hyphen="hyphen",e.Not="not",e.Start="start"})(AttributeAction||(AttributeAction={}));const reName=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,reEscape=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,actionTypes=new Map([[126,AttributeAction.Element],[94,AttributeAction.Start],[36,AttributeAction.End],[42,AttributeAction.Any],[33,AttributeAction.Not],[124,AttributeAction.Hyphen]]),unpackPseudos=new Set(["has","not","matches","is","where","host","host-context"]);function isTraversal(e){switch(e.type){case SelectorType.Adjacent:case SelectorType.Child:case SelectorType.Descendant:case SelectorType.Parent:case SelectorType.Sibling:case SelectorType.ColumnCombinator:return!0;default:return!1}}const stripQuotesFromPseudos=new Set(["contains","icontains"]);function funescape(e,t,y){const n=parseInt(t,16)-65536;return n!==n||y?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,n&1023|56320)}function unescapeCSS(e){return e.replace(reEscape,funescape)}function isQuote(e){return e===39||e===34}function isWhitespace(e){return e===32||e===9||e===10||e===12||e===13}function parse$3(e){const t=[],y=parseSelector(t,`${e}`,0);if(y0&&y0&&isTraversal(n[n.length-1]))throw new Error("Did not expect successive traversals.")}function z(ue){if(n.length>0&&n[n.length-1].type===SelectorType.Descendant){n[n.length-1].type=ue;return}V(),n.push({type:ue})}function re(ue,de){n.push({type:SelectorType.Attribute,name:ue,action:de,value:$(1),namespace:null,ignoreCase:"quirks"})}function oe(){if(n.length&&n[n.length-1].type===SelectorType.Descendant&&n.pop(),n.length===0)throw new Error("Empty sub-selector");e.push(n)}if(k(0),t.length===y)return y;e:for(;ye.charCodeAt(0))),charsToEscapeInPseudoValue=new Set(pseudoValChars.map(e=>e.charCodeAt(0))),charsToEscapeInName=new Set([...pseudoValChars,"~","^","$","*","+","!","|",":","[","]"," ","."].map(e=>e.charCodeAt(0)));function stringify$4(e){return e.map(t=>t.map(stringifyToken).join("")).join(", ")}function stringifyToken(e,t,y){switch(e.type){case SelectorType.Child:return t===0?"> ":" > ";case SelectorType.Parent:return t===0?"< ":" < ";case SelectorType.Sibling:return t===0?"~ ":" ~ ";case SelectorType.Adjacent:return t===0?"+ ":" + ";case SelectorType.Descendant:return" ";case SelectorType.ColumnCombinator:return t===0?"|| ":" || ";case SelectorType.Universal:return e.namespace==="*"&&t+10?n+e.slice(y):e}const es=Object.freeze(Object.defineProperty({__proto__:null,get AttributeAction(){return AttributeAction},IgnoreCaseMode,get SelectorType(){return SelectorType},isTraversal,parse:parse$3,stringify:stringify$4},Symbol.toStringTag,{value:"Module"})),require$$0$7=getAugmentedNamespace(es);var lib$c={},lib$b={},stringify$3={},lib$a={},lib$9={},hasRequiredLib$b;function requireLib$b(){return hasRequiredLib$b||(hasRequiredLib$b=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Doctype=e.CDATA=e.Tag=e.Style=e.Script=e.Comment=e.Directive=e.Text=e.Root=e.isTag=e.ElementType=void 0;var t;(function(n){n.Root="root",n.Text="text",n.Directive="directive",n.Comment="comment",n.Script="script",n.Style="style",n.Tag="tag",n.CDATA="cdata",n.Doctype="doctype"})(t=e.ElementType||(e.ElementType={}));function y(n){return n.type===t.Tag||n.type===t.Script||n.type===t.Style}e.isTag=y,e.Root=t.Root,e.Text=t.Text,e.Directive=t.Directive,e.Comment=t.Comment,e.Script=t.Script,e.Style=t.Style,e.Tag=t.Tag,e.CDATA=t.CDATA,e.Doctype=t.Doctype}(lib$9)),lib$9}var node$1={},hasRequiredNode$1;function requireNode$1(){if(hasRequiredNode$1)return node$1;hasRequiredNode$1=1;var e=commonjsGlobal&&commonjsGlobal.__extends||function(){var er=function(ir,dr){return er=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(cr,nr){cr.__proto__=nr}||function(cr,nr){for(var lr in nr)Object.prototype.hasOwnProperty.call(nr,lr)&&(cr[lr]=nr[lr])},er(ir,dr)};return function(ir,dr){if(typeof dr!="function"&&dr!==null)throw new TypeError("Class extends value "+String(dr)+" is not a constructor or null");er(ir,dr);function cr(){this.constructor=ir}ir.prototype=dr===null?Object.create(dr):(cr.prototype=dr.prototype,new cr)}}(),t=commonjsGlobal&&commonjsGlobal.__assign||function(){return t=Object.assign||function(er){for(var ir,dr=1,cr=arguments.length;dr0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(ir.prototype,"childNodes",{get:function(){return this.children},set:function(dr){this.children=dr},enumerable:!1,configurable:!0}),ir}($);node$1.NodeWithChildren=z;var re=function(er){e(ir,er);function ir(dr){return er.call(this,y.ElementType.Root,dr)||this}return ir}(z);node$1.Document=re;var oe=function(er){e(ir,er);function ir(dr,cr,nr,lr){nr===void 0&&(nr=[]),lr===void 0&&(lr=dr==="script"?y.ElementType.Script:dr==="style"?y.ElementType.Style:y.ElementType.Tag);var Et=er.call(this,lr,nr)||this;return Et.name=dr,Et.attribs=cr,Et}return Object.defineProperty(ir.prototype,"tagName",{get:function(){return this.name},set:function(dr){this.name=dr},enumerable:!1,configurable:!0}),Object.defineProperty(ir.prototype,"attributes",{get:function(){var dr=this;return Object.keys(this.attribs).map(function(cr){var nr,lr;return{name:cr,value:dr.attribs[cr],namespace:(nr=dr["x-attribsNamespace"])===null||nr===void 0?void 0:nr[cr],prefix:(lr=dr["x-attribsPrefix"])===null||lr===void 0?void 0:lr[cr]}})},enumerable:!1,configurable:!0}),ir}(z);node$1.Element=oe;function ue(er){return(0,y.isTag)(er)}node$1.isTag=ue;function de(er){return er.type===y.ElementType.CDATA}node$1.isCDATA=de;function _e(er){return er.type===y.ElementType.Text}node$1.isText=_e;function Ne(er){return er.type===y.ElementType.Comment}node$1.isComment=Ne;function Ue(er){return er.type===y.ElementType.Directive}node$1.isDirective=Ue;function $e(er){return er.type===y.ElementType.Root}node$1.isDocument=$e;function Ve(er){return Object.prototype.hasOwnProperty.call(er,"children")}node$1.hasChildren=Ve;function Fe(er,ir){ir===void 0&&(ir=!1);var dr;if(_e(er))dr=new L(er.data);else if(Ne(er))dr=new j(er.data);else if(ue(er)){var cr=ir?qe(er.children):[],nr=new oe(er.name,t({},er.attribs),cr);cr.forEach(function(pe){return pe.parent=nr}),er.namespace!=null&&(nr.namespace=er.namespace),er["x-attribsNamespace"]&&(nr["x-attribsNamespace"]=t({},er["x-attribsNamespace"])),er["x-attribsPrefix"]&&(nr["x-attribsPrefix"]=t({},er["x-attribsPrefix"])),dr=nr}else if(de(er)){var cr=ir?qe(er.children):[],lr=new z(y.ElementType.CDATA,cr);cr.forEach(function(Ce){return Ce.parent=lr}),dr=lr}else if($e(er)){var cr=ir?qe(er.children):[],Et=new re(cr);cr.forEach(function(Ce){return Ce.parent=Et}),er["x-mode"]&&(Et["x-mode"]=er["x-mode"]),dr=Et}else if(Ue(er)){var ie=new V(er.name,er.data);er["x-name"]!=null&&(ie["x-name"]=er["x-name"],ie["x-publicId"]=er["x-publicId"],ie["x-systemId"]=er["x-systemId"]),dr=ie}else throw new Error("Not implemented yet: ".concat(er.type));return dr.startIndex=er.startIndex,dr.endIndex=er.endIndex,er.sourceCodeLocation!=null&&(dr.sourceCodeLocation=er.sourceCodeLocation),dr}node$1.cloneNode=Fe;function qe(er){for(var ir=er.map(function(cr){return Fe(cr,!0)}),dr=1;dr",GT$2=">",Iacute$2="Í",iacute$2="í",Icirc$2="Î",icirc$2="î",iexcl$2="¡",Igrave$2="Ì",igrave$2="ì",iquest$2="¿",Iuml$2="Ï",iuml$2="ï",laquo$2="«",lt$4="<",LT$2="<",macr$2="¯",micro$2="µ",middot$2="·",nbsp$2=" ",not$2="¬",Ntilde$2="Ñ",ntilde$2="ñ",Oacute$2="Ó",oacute$2="ó",Ocirc$2="Ô",ocirc$2="ô",Ograve$2="Ò",ograve$2="ò",ordf$2="ª",ordm$2="º",Oslash$2="Ø",oslash$2="ø",Otilde$2="Õ",otilde$2="õ",Ouml$2="Ö",ouml$2="ö",para$2="¶",plusmn$2="±",pound$2="£",quot$4='"',QUOT$2='"',raquo$2="»",reg$2="®",REG$2="®",sect$2="§",shy$2="­",sup1$2="¹",sup2$2="²",sup3$2="³",szlig$2="ß",THORN$2="Þ",thorn$2="þ",times$3="×",Uacute$2="Ú",uacute$2="ú",Ucirc$2="Û",ucirc$2="û",Ugrave$2="Ù",ugrave$2="ù",uml$2="¨",Uuml$2="Ü",uuml$2="ü",Yacute$2="Ý",yacute$2="ý",yen$2="¥",yuml$2="ÿ",require$$1$3={Aacute:Aacute$2,aacute:aacute$2,Acirc:Acirc$2,acirc:acirc$2,acute:acute$2,AElig:AElig$2,aelig:aelig$2,Agrave:Agrave$2,agrave:agrave$2,amp:amp$4,AMP:AMP$2,Aring:Aring$2,aring:aring$2,Atilde:Atilde$2,atilde:atilde$2,Auml:Auml$2,auml:auml$2,brvbar:brvbar$2,Ccedil:Ccedil$2,ccedil:ccedil$2,cedil:cedil$2,cent:cent$2,copy:copy$2,COPY:COPY$2,curren:curren$2,deg:deg$2,divide:divide$2,Eacute:Eacute$2,eacute:eacute$2,Ecirc:Ecirc$2,ecirc:ecirc$2,Egrave:Egrave$2,egrave:egrave$2,ETH:ETH$2,eth:eth$2,Euml:Euml$2,euml:euml$2,frac12:frac12$2,frac14:frac14$2,frac34:frac34$2,gt:gt$4,GT:GT$2,Iacute:Iacute$2,iacute:iacute$2,Icirc:Icirc$2,icirc:icirc$2,iexcl:iexcl$2,Igrave:Igrave$2,igrave:igrave$2,iquest:iquest$2,Iuml:Iuml$2,iuml:iuml$2,laquo:laquo$2,lt:lt$4,LT:LT$2,macr:macr$2,micro:micro$2,middot:middot$2,nbsp:nbsp$2,not:not$2,Ntilde:Ntilde$2,ntilde:ntilde$2,Oacute:Oacute$2,oacute:oacute$2,Ocirc:Ocirc$2,ocirc:ocirc$2,Ograve:Ograve$2,ograve:ograve$2,ordf:ordf$2,ordm:ordm$2,Oslash:Oslash$2,oslash:oslash$2,Otilde:Otilde$2,otilde:otilde$2,Ouml:Ouml$2,ouml:ouml$2,para:para$2,plusmn:plusmn$2,pound:pound$2,quot:quot$4,QUOT:QUOT$2,raquo:raquo$2,reg:reg$2,REG:REG$2,sect:sect$2,shy:shy$2,sup1:sup1$2,sup2:sup2$2,sup3:sup3$2,szlig:szlig$2,THORN:THORN$2,thorn:thorn$2,times:times$3,Uacute:Uacute$2,uacute:uacute$2,Ucirc:Ucirc$2,ucirc:ucirc$2,Ugrave:Ugrave$2,ugrave:ugrave$2,uml:uml$2,Uuml:Uuml$2,uuml:uuml$2,Yacute:Yacute$2,yacute:yacute$2,yen:yen$2,yuml:yuml$2},amp$3="&",apos$2="'",gt$3=">",lt$3="<",quot$3='"',require$$0$6={amp:amp$3,apos:apos$2,gt:gt$3,lt:lt$3,quot:quot$3};var decode_codepoint$1={};const require$$0$5={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};var hasRequiredDecode_codepoint$1;function requireDecode_codepoint$1(){if(hasRequiredDecode_codepoint$1)return decode_codepoint$1;hasRequiredDecode_codepoint$1=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(decode_codepoint$1,"__esModule",{value:!0});var t=e(require$$0$5),y=String.fromCodePoint||function($){var k="";return $>65535&&($-=65536,k+=String.fromCharCode($>>>10&1023|55296),$=56320|$&1023),k+=String.fromCharCode($),k};function n($){return $>=55296&&$<=57343||$>1114111?"�":($ in t.default&&($=t.default[$]),y($))}return decode_codepoint$1.default=n,decode_codepoint$1}var hasRequiredDecode;function requireDecode(){if(hasRequiredDecode)return decode$1;hasRequiredDecode=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(decode$1,"__esModule",{value:!0}),decode$1.decodeHTML=decode$1.decodeHTMLStrict=decode$1.decodeXML=void 0;var t=e(require$$1$4),y=e(require$$1$3),n=e(require$$0$6),$=e(requireDecode_codepoint$1()),k=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;decode$1.decodeXML=L(n.default),decode$1.decodeHTMLStrict=L(t.default);function L(z){var re=V(z);return function(oe){return String(oe).replace(k,re)}}var j=function(z,re){return z1?re($e):$e.charCodeAt(0)).toString(16).toUpperCase()+";"}function ue($e,Ve){return function(Fe){return Fe.replace(Ve,function(qe){return $e[qe]}).replace(z,oe)}}var de=new RegExp(n.source+"|"+z.source,"g");function _e($e){return $e.replace(de,oe)}encode$3.escape=_e;function Ne($e){return $e.replace(n,oe)}encode$3.escapeUTF8=Ne;function Ue($e){return function(Ve){return Ve.replace(de,function(Fe){return $e[Fe]||oe(Fe)})}}return encode$3}var hasRequiredLib$9;function requireLib$9(){return hasRequiredLib$9||(hasRequiredLib$9=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.encodeHTML5=e.encodeHTML4=e.escapeUTF8=e.escape=e.encodeNonAsciiHTML=e.encodeHTML=e.encodeXML=e.encode=e.decodeStrict=e.decode=void 0;var t=requireDecode(),y=requireEncode();function n(V,z){return(!z||z<=0?t.decodeXML:t.decodeHTML)(V)}e.decode=n;function $(V,z){return(!z||z<=0?t.decodeXML:t.decodeHTMLStrict)(V)}e.decodeStrict=$;function k(V,z){return(!z||z<=0?y.encodeXML:y.encodeHTML)(V)}e.encode=k;var L=requireEncode();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return L.encodeXML}}),Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return L.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return L.encodeNonAsciiHTML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return L.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return L.escapeUTF8}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return L.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return L.encodeHTML}});var j=requireDecode();Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return j.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return j.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return j.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return j.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return j.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return j.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return j.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return j.decodeXML}})}(lib$7)),lib$7}var foreignNames={},hasRequiredForeignNames;function requireForeignNames(){return hasRequiredForeignNames||(hasRequiredForeignNames=1,Object.defineProperty(foreignNames,"__esModule",{value:!0}),foreignNames.attributeNames=foreignNames.elementNames=void 0,foreignNames.elementNames=new Map([["altglyph","altGlyph"],["altglyphdef","altGlyphDef"],["altglyphitem","altGlyphItem"],["animatecolor","animateColor"],["animatemotion","animateMotion"],["animatetransform","animateTransform"],["clippath","clipPath"],["feblend","feBlend"],["fecolormatrix","feColorMatrix"],["fecomponenttransfer","feComponentTransfer"],["fecomposite","feComposite"],["feconvolvematrix","feConvolveMatrix"],["fediffuselighting","feDiffuseLighting"],["fedisplacementmap","feDisplacementMap"],["fedistantlight","feDistantLight"],["fedropshadow","feDropShadow"],["feflood","feFlood"],["fefunca","feFuncA"],["fefuncb","feFuncB"],["fefuncg","feFuncG"],["fefuncr","feFuncR"],["fegaussianblur","feGaussianBlur"],["feimage","feImage"],["femerge","feMerge"],["femergenode","feMergeNode"],["femorphology","feMorphology"],["feoffset","feOffset"],["fepointlight","fePointLight"],["fespecularlighting","feSpecularLighting"],["fespotlight","feSpotLight"],["fetile","feTile"],["feturbulence","feTurbulence"],["foreignobject","foreignObject"],["glyphref","glyphRef"],["lineargradient","linearGradient"],["radialgradient","radialGradient"],["textpath","textPath"]]),foreignNames.attributeNames=new Map([["definitionurl","definitionURL"],["attributename","attributeName"],["attributetype","attributeType"],["basefrequency","baseFrequency"],["baseprofile","baseProfile"],["calcmode","calcMode"],["clippathunits","clipPathUnits"],["diffuseconstant","diffuseConstant"],["edgemode","edgeMode"],["filterunits","filterUnits"],["glyphref","glyphRef"],["gradienttransform","gradientTransform"],["gradientunits","gradientUnits"],["kernelmatrix","kernelMatrix"],["kernelunitlength","kernelUnitLength"],["keypoints","keyPoints"],["keysplines","keySplines"],["keytimes","keyTimes"],["lengthadjust","lengthAdjust"],["limitingconeangle","limitingConeAngle"],["markerheight","markerHeight"],["markerunits","markerUnits"],["markerwidth","markerWidth"],["maskcontentunits","maskContentUnits"],["maskunits","maskUnits"],["numoctaves","numOctaves"],["pathlength","pathLength"],["patterncontentunits","patternContentUnits"],["patterntransform","patternTransform"],["patternunits","patternUnits"],["pointsatx","pointsAtX"],["pointsaty","pointsAtY"],["pointsatz","pointsAtZ"],["preservealpha","preserveAlpha"],["preserveaspectratio","preserveAspectRatio"],["primitiveunits","primitiveUnits"],["refx","refX"],["refy","refY"],["repeatcount","repeatCount"],["repeatdur","repeatDur"],["requiredextensions","requiredExtensions"],["requiredfeatures","requiredFeatures"],["specularconstant","specularConstant"],["specularexponent","specularExponent"],["spreadmethod","spreadMethod"],["startoffset","startOffset"],["stddeviation","stdDeviation"],["stitchtiles","stitchTiles"],["surfacescale","surfaceScale"],["systemlanguage","systemLanguage"],["tablevalues","tableValues"],["targetx","targetX"],["targety","targetY"],["textlength","textLength"],["viewbox","viewBox"],["viewtarget","viewTarget"],["xchannelselector","xChannelSelector"],["ychannelselector","yChannelSelector"],["zoomandpan","zoomAndPan"]])),foreignNames}var hasRequiredLib$8;function requireLib$8(){if(hasRequiredLib$8)return lib$8;hasRequiredLib$8=1;var e=commonjsGlobal&&commonjsGlobal.__assign||function(){return e=Object.assign||function(Fe){for(var qe,er=1,ir=arguments.length;er0&&(ir+=re(Fe.children,qe)),(qe.xmlMode||!z.has(Fe.name))&&(ir+="")),ir}function Ne(Fe){return"<"+Fe.data+">"}function Ue(Fe,qe){var er=Fe.data||"";return qe.decodeEntities!==!1&&!(!qe.xmlMode&&Fe.parent&&j.has(Fe.parent.name))&&(er=k.encodeXML(er)),er}function $e(Fe){return""}function Ve(Fe){return""}return lib$8}var hasRequiredStringify;function requireStringify(){if(hasRequiredStringify)return stringify$3;hasRequiredStringify=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(stringify$3,"__esModule",{value:!0}),stringify$3.innerText=stringify$3.textContent=stringify$3.getText=stringify$3.getInnerHTML=stringify$3.getOuterHTML=void 0;var t=requireLib$a(),y=e(requireLib$8()),n=requireLib$b();function $(z,re){return(0,y.default)(z,re)}stringify$3.getOuterHTML=$;function k(z,re){return(0,t.hasChildren)(z)?z.children.map(function(oe){return $(oe,re)}).join(""):""}stringify$3.getInnerHTML=k;function L(z){return Array.isArray(z)?z.map(L).join(""):(0,t.isTag)(z)?z.name==="br"?` -`:L(z.children):(0,t.isCDATA)(z)?L(z.children):(0,t.isText)(z)?z.data:""}stringify$3.getText=L;function j(z){return Array.isArray(z)?z.map(j).join(""):(0,t.hasChildren)(z)&&!(0,t.isComment)(z)?j(z.children):(0,t.isText)(z)?z.data:""}stringify$3.textContent=j;function V(z){return Array.isArray(z)?z.map(V).join(""):(0,t.hasChildren)(z)&&(z.type===n.ElementType.Tag||(0,t.isCDATA)(z))?V(z.children):(0,t.isText)(z)?z.data:""}return stringify$3.innerText=V,stringify$3}var traversal={},hasRequiredTraversal;function requireTraversal(){if(hasRequiredTraversal)return traversal;hasRequiredTraversal=1,Object.defineProperty(traversal,"__esModule",{value:!0}),traversal.prevElementSibling=traversal.nextElementSibling=traversal.getName=traversal.hasAttrib=traversal.getAttributeValue=traversal.getSiblings=traversal.getParent=traversal.getChildren=void 0;var e=requireLib$a(),t=[];function y(re){var oe;return(oe=re.children)!==null&&oe!==void 0?oe:t}traversal.getChildren=y;function n(re){return re.parent||null}traversal.getParent=n;function $(re){var oe,ue,de=n(re);if(de!=null)return y(de);for(var _e=[re],Ne=re.prev,Ue=re.next;Ne!=null;)_e.unshift(Ne),oe=Ne,Ne=oe.prev;for(;Ue!=null;)_e.push(Ue),ue=Ue,Ue=ue.next;return _e}traversal.getSiblings=$;function k(re,oe){var ue;return(ue=re.attribs)===null||ue===void 0?void 0:ue[oe]}traversal.getAttributeValue=k;function L(re,oe){return re.attribs!=null&&Object.prototype.hasOwnProperty.call(re.attribs,oe)&&re.attribs[oe]!=null}traversal.hasAttrib=L;function j(re){return re.name}traversal.getName=j;function V(re){for(var oe,ue=re.next;ue!==null&&!(0,e.isTag)(ue);)oe=ue,ue=oe.next;return ue}traversal.nextElementSibling=V;function z(re){for(var oe,ue=re.prev;ue!==null&&!(0,e.isTag)(ue);)oe=ue,ue=oe.prev;return ue}return traversal.prevElementSibling=z,traversal}var manipulation$1={},hasRequiredManipulation$1;function requireManipulation$1(){if(hasRequiredManipulation$1)return manipulation$1;hasRequiredManipulation$1=1,Object.defineProperty(manipulation$1,"__esModule",{value:!0}),manipulation$1.prepend=manipulation$1.prependChild=manipulation$1.append=manipulation$1.appendChild=manipulation$1.replaceElement=manipulation$1.removeElement=void 0;function e(L){if(L.prev&&(L.prev.next=L.next),L.next&&(L.next.prev=L.prev),L.parent){var j=L.parent.children;j.splice(j.lastIndexOf(L),1)}}manipulation$1.removeElement=e;function t(L,j){var V=j.prev=L.prev;V&&(V.next=j);var z=j.next=L.next;z&&(z.prev=j);var re=j.parent=L.parent;if(re){var oe=re.children;oe[oe.lastIndexOf(L)]=j}}manipulation$1.replaceElement=t;function y(L,j){if(e(j),j.next=null,j.parent=L,L.children.push(j)>1){var V=L.children[L.children.length-2];V.next=j,j.prev=V}else j.prev=null}manipulation$1.appendChild=y;function n(L,j){e(j);var V=L.parent,z=L.next;if(j.next=z,j.prev=L,L.next=j,j.parent=V,z){if(z.prev=j,V){var re=V.children;re.splice(re.lastIndexOf(z),0,j)}}else V&&V.children.push(j)}manipulation$1.append=n;function $(L,j){if(e(j),j.parent=L,j.prev=null,L.children.unshift(j)!==1){var V=L.children[1];V.prev=j,j.next=V}else j.next=null}manipulation$1.prependChild=$;function k(L,j){e(j);var V=L.parent;if(V){var z=V.children;z.splice(z.indexOf(L),0,j)}L.prev&&(L.prev.next=j),j.parent=V,j.prev=L.prev,j.next=L,L.prev=j}return manipulation$1.prepend=k,manipulation$1}var querying={},hasRequiredQuerying;function requireQuerying(){if(hasRequiredQuerying)return querying;hasRequiredQuerying=1,Object.defineProperty(querying,"__esModule",{value:!0}),querying.findAll=querying.existsOne=querying.findOne=querying.findOneChild=querying.find=querying.filter=void 0;var e=requireLib$a();function t(j,V,z,re){return z===void 0&&(z=!0),re===void 0&&(re=1/0),Array.isArray(V)||(V=[V]),y(j,V,z,re)}querying.filter=t;function y(j,V,z,re){for(var oe=[],ue=0,de=V;ue0){var Ne=y(j,_e.children,z,re);if(oe.push.apply(oe,Ne),re-=Ne.length,re<=0)break}}return oe}querying.find=y;function n(j,V){return V.find(j)}querying.findOneChild=n;function $(j,V,z){z===void 0&&(z=!0);for(var re=null,oe=0;oe0&&(re=$(j,ue.children));else continue}return re}querying.findOne=$;function k(j,V){return V.some(function(z){return(0,e.isTag)(z)&&(j(z)||z.children.length>0&&k(j,z.children))})}querying.existsOne=k;function L(j,V){for(var z,re=[],oe=V.filter(e.isTag),ue;ue=oe.shift();){var de=(z=ue.children)===null||z===void 0?void 0:z.filter(e.isTag);de&&de.length>0&&oe.unshift.apply(oe,de),j(ue)&&re.push(ue)}return re}return querying.findAll=L,querying}var legacy$1={},hasRequiredLegacy;function requireLegacy(){if(hasRequiredLegacy)return legacy$1;hasRequiredLegacy=1,Object.defineProperty(legacy$1,"__esModule",{value:!0}),legacy$1.getElementsByTagType=legacy$1.getElementsByTagName=legacy$1.getElementById=legacy$1.getElements=legacy$1.testElement=void 0;var e=requireLib$a(),t=requireQuerying(),y={tag_name:function(oe){return typeof oe=="function"?function(ue){return(0,e.isTag)(ue)&&oe(ue.name)}:oe==="*"?e.isTag:function(ue){return(0,e.isTag)(ue)&&ue.name===oe}},tag_type:function(oe){return typeof oe=="function"?function(ue){return oe(ue.type)}:function(ue){return ue.type===oe}},tag_contains:function(oe){return typeof oe=="function"?function(ue){return(0,e.isText)(ue)&&oe(ue.data)}:function(ue){return(0,e.isText)(ue)&&ue.data===oe}}};function n(oe,ue){return typeof ue=="function"?function(de){return(0,e.isTag)(de)&&ue(de.attribs[oe])}:function(de){return(0,e.isTag)(de)&&de.attribs[oe]===ue}}function $(oe,ue){return function(de){return oe(de)||ue(de)}}function k(oe){var ue=Object.keys(oe).map(function(de){var _e=oe[de];return Object.prototype.hasOwnProperty.call(y,de)?y[de](_e):n(de,_e)});return ue.length===0?null:ue.reduce($)}function L(oe,ue){var de=k(oe);return de?de(ue):!0}legacy$1.testElement=L;function j(oe,ue,de,_e){_e===void 0&&(_e=1/0);var Ne=k(oe);return Ne?(0,t.filter)(Ne,ue,de,_e):[]}legacy$1.getElements=j;function V(oe,ue,de){return de===void 0&&(de=!0),Array.isArray(ue)||(ue=[ue]),(0,t.findOne)(n("id",oe),ue,de)}legacy$1.getElementById=V;function z(oe,ue,de,_e){return de===void 0&&(de=!0),_e===void 0&&(_e=1/0),(0,t.filter)(y.tag_name(oe),ue,de,_e)}legacy$1.getElementsByTagName=z;function re(oe,ue,de,_e){return de===void 0&&(de=!0),_e===void 0&&(_e=1/0),(0,t.filter)(y.tag_type(oe),ue,de,_e)}return legacy$1.getElementsByTagType=re,legacy$1}var helpers$2={},hasRequiredHelpers$1;function requireHelpers$1(){if(hasRequiredHelpers$1)return helpers$2;hasRequiredHelpers$1=1,Object.defineProperty(helpers$2,"__esModule",{value:!0}),helpers$2.uniqueSort=helpers$2.compareDocumentPosition=helpers$2.removeSubsets=void 0;var e=requireLib$a();function t($){for(var k=$.length;--k>=0;){var L=$[k];if(k>0&&$.lastIndexOf(L,k-1)>=0){$.splice(k,1);continue}for(var j=L.parent;j;j=j.parent)if($.includes(j)){$.splice(k,1);break}}return $}helpers$2.removeSubsets=t;function y($,k){var L=[],j=[];if($===k)return 0;for(var V=(0,e.hasChildren)($)?$:$.parent;V;)L.unshift(V),V=V.parent;for(V=(0,e.hasChildren)(k)?k:k.parent;V;)j.unshift(V),V=V.parent;for(var z=Math.min(L.length,j.length),re=0;reue.indexOf(_e)?oe===k?20:4:oe===$?10:2}helpers$2.compareDocumentPosition=y;function n($){return $=$.filter(function(k,L,j){return!j.includes(k,L+1)}),$.sort(function(k,L){var j=y(k,L);return j&2?-1:j&4?1:0}),$}return helpers$2.uniqueSort=n,helpers$2}var feeds={},hasRequiredFeeds;function requireFeeds(){if(hasRequiredFeeds)return feeds;hasRequiredFeeds=1,Object.defineProperty(feeds,"__esModule",{value:!0}),feeds.getFeed=void 0;var e=requireStringify(),t=requireLegacy();function y(ue){var de=V(oe,ue);return de?de.name==="feed"?n(de):$(de):null}feeds.getFeed=y;function n(ue){var de,_e=ue.children,Ne={type:"atom",items:(0,t.getElementsByTagName)("entry",_e).map(function(Ve){var Fe,qe=Ve.children,er={media:j(qe)};re(er,"id","id",qe),re(er,"title","title",qe);var ir=(Fe=V("link",qe))===null||Fe===void 0?void 0:Fe.attribs.href;ir&&(er.link=ir);var dr=z("summary",qe)||z("content",qe);dr&&(er.description=dr);var cr=z("updated",qe);return cr&&(er.pubDate=new Date(cr)),er})};re(Ne,"id","id",_e),re(Ne,"title","title",_e);var Ue=(de=V("link",_e))===null||de===void 0?void 0:de.attribs.href;Ue&&(Ne.link=Ue),re(Ne,"description","subtitle",_e);var $e=z("updated",_e);return $e&&(Ne.updated=new Date($e)),re(Ne,"author","email",_e,!0),Ne}function $(ue){var de,_e,Ne=(_e=(de=V("channel",ue.children))===null||de===void 0?void 0:de.children)!==null&&_e!==void 0?_e:[],Ue={type:ue.name.substr(0,3),id:"",items:(0,t.getElementsByTagName)("item",ue.children).map(function(Ve){var Fe=Ve.children,qe={media:j(Fe)};re(qe,"id","guid",Fe),re(qe,"title","title",Fe),re(qe,"link","link",Fe),re(qe,"description","description",Fe);var er=z("pubDate",Fe);return er&&(qe.pubDate=new Date(er)),qe})};re(Ue,"title","title",Ne),re(Ue,"link","link",Ne),re(Ue,"description","description",Ne);var $e=z("lastBuildDate",Ne);return $e&&(Ue.updated=new Date($e)),re(Ue,"author","managingEditor",Ne,!0),Ue}var k=["url","type","lang"],L=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function j(ue){return(0,t.getElementsByTagName)("media:content",ue).map(function(de){for(var _e=de.attribs,Ne={medium:_e.medium,isDefault:!!_e.isDefault},Ue=0,$e=k;Ue<$e.length;Ue++){var Ve=$e[Ue];_e[Ve]&&(Ne[Ve]=_e[Ve])}for(var Fe=0,qe=L;Fe=0&&V>=1);else if(k.type===e.SelectorType.Pseudo)if(!k.data)L=3;else if(k.name==="has"||k.name==="contains")L=0;else if(Array.isArray(k.data)){L=0;for(var j=0;jL&&(L=V)}k.data.length>1&&L>0&&(L-=1)}else L=1;return L}return sort}var general={},attributes$1={},hasRequiredAttributes$1;function requireAttributes$1(){if(hasRequiredAttributes$1)return attributes$1;hasRequiredAttributes$1=1,Object.defineProperty(attributes$1,"__esModule",{value:!0}),attributes$1.attributeRules=void 0;var e=requireBoolbase(),t=/[-[\]{}()*+?.,\\^$|#\s]/g;function y(k){return k.replace(t,"\\$&")}var n=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function $(k,L){return typeof k.ignoreCase=="boolean"?k.ignoreCase:k.ignoreCase==="quirks"?!!L.quirksMode:!L.xmlMode&&n.has(k.name)}return attributes$1.attributeRules={equals:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;return $(L,j)?(re=re.toLowerCase(),function(oe){var ue=V.getAttributeValue(oe,z);return ue!=null&&ue.length===re.length&&ue.toLowerCase()===re&&k(oe)}):function(oe){return V.getAttributeValue(oe,z)===re&&k(oe)}},hyphen:function(k,L,j){var V=j.adapter,z=L.name,re=L.value,oe=re.length;return $(L,j)?(re=re.toLowerCase(),function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&(_e.length===oe||_e.charAt(oe)==="-")&&_e.substr(0,oe).toLowerCase()===re&&k(de)}):function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&(_e.length===oe||_e.charAt(oe)==="-")&&_e.substr(0,oe)===re&&k(de)}},element:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;if(/\s/.test(re))return e.falseFunc;var oe=new RegExp("(?:^|\\s)".concat(y(re),"(?:$|\\s)"),$(L,j)?"i":"");return function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&_e.length>=re.length&&oe.test(_e)&&k(de)}},exists:function(k,L,j){var V=L.name,z=j.adapter;return function(re){return z.hasAttrib(re,V)&&k(re)}},start:function(k,L,j){var V=j.adapter,z=L.name,re=L.value,oe=re.length;return oe===0?e.falseFunc:$(L,j)?(re=re.toLowerCase(),function(ue){var de=V.getAttributeValue(ue,z);return de!=null&&de.length>=oe&&de.substr(0,oe).toLowerCase()===re&&k(ue)}):function(ue){var de;return!!(!((de=V.getAttributeValue(ue,z))===null||de===void 0)&&de.startsWith(re))&&k(ue)}},end:function(k,L,j){var V=j.adapter,z=L.name,re=L.value,oe=-re.length;return oe===0?e.falseFunc:$(L,j)?(re=re.toLowerCase(),function(ue){var de;return((de=V.getAttributeValue(ue,z))===null||de===void 0?void 0:de.substr(oe).toLowerCase())===re&&k(ue)}):function(ue){var de;return!!(!((de=V.getAttributeValue(ue,z))===null||de===void 0)&&de.endsWith(re))&&k(ue)}},any:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;if(re==="")return e.falseFunc;if($(L,j)){var oe=new RegExp(y(re),"i");return function(de){var _e=V.getAttributeValue(de,z);return _e!=null&&_e.length>=re.length&&oe.test(_e)&&k(de)}}return function(ue){var de;return!!(!((de=V.getAttributeValue(ue,z))===null||de===void 0)&&de.includes(re))&&k(ue)}},not:function(k,L,j){var V=j.adapter,z=L.name,re=L.value;return re===""?function(oe){return!!V.getAttributeValue(oe,z)&&k(oe)}:$(L,j)?(re=re.toLowerCase(),function(oe){var ue=V.getAttributeValue(oe,z);return(ue==null||ue.length!==re.length||ue.toLowerCase()!==re)&&k(oe)}):function(oe){return V.getAttributeValue(oe,z)!==re&&k(oe)}}},attributes$1}var pseudoSelectors={},filters={},lib$6={},parse$2={},hasRequiredParse$1;function requireParse$1(){if(hasRequiredParse$1)return parse$2;hasRequiredParse$1=1,Object.defineProperty(parse$2,"__esModule",{value:!0}),parse$2.parse=void 0;var e=new Set([9,10,12,13,32]),t=48,y=57;function n($){if($=$.trim().toLowerCase(),$==="even")return[2,0];if($==="odd")return[2,1];var k=0,L=0,j=z(),V=re();if(k<$.length&&$.charAt(k)==="n"&&(k++,L=j*(V??1),oe(),k<$.length?(j=z(),oe(),V=re()):j=V=0),V===null||k<$.length)throw new Error("n-th rule couldn't be parsed ('".concat($,"')"));return[L,j*V];function z(){return $.charAt(k)==="-"?(k++,-1):($.charAt(k)==="+"&&k++,1)}function re(){for(var ue=k,de=0;k<$.length&&$.charCodeAt(k)>=t&&$.charCodeAt(k)<=y;)de=de*10+($.charCodeAt(k)-t),k++;return k===ue?null:de}function oe(){for(;k<$.length&&e.has($.charCodeAt(k));)k++}}return parse$2.parse=n,parse$2}var compile={},hasRequiredCompile$1;function requireCompile$1(){if(hasRequiredCompile$1)return compile;hasRequiredCompile$1=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(compile,"__esModule",{value:!0}),compile.generate=compile.compile=void 0;var t=e(requireBoolbase());function y($){var k=$[0],L=$[1]-1;if(L<0&&k<=0)return t.default.falseFunc;if(k===-1)return function(z){return z<=L};if(k===0)return function(z){return z===L};if(k===1)return L<0?t.default.trueFunc:function(z){return z>=L};var j=Math.abs(k),V=(L%j+j)%j;return k>1?function(z){return z>=L&&z%j===V}:function(z){return z<=L&&z%j===V}}compile.compile=y;function n($){var k=$[0],L=$[1]-1,j=0;if(k<0){var V=-k,z=(L%V+V)%V;return function(){var re=z+V*j++;return re>L?null:re}}return k===0?L<0?function(){return null}:function(){return j++===0?L:null}:(L<0&&(L+=k*Math.ceil(-L/k)),function(){return k*j+++L})}return compile.generate=n,compile}var hasRequiredLib$6;function requireLib$6(){return hasRequiredLib$6||(hasRequiredLib$6=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.sequence=e.generate=e.compile=e.parse=void 0;var t=requireParse$1();Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return t.parse}});var y=requireCompile$1();Object.defineProperty(e,"compile",{enumerable:!0,get:function(){return y.compile}}),Object.defineProperty(e,"generate",{enumerable:!0,get:function(){return y.generate}});function n(k){return(0,y.compile)((0,t.parse)(k))}e.default=n;function $(k){return(0,y.generate)((0,t.parse)(k))}e.sequence=$}(lib$6)),lib$6}var hasRequiredFilters;function requireFilters(){return hasRequiredFilters||(hasRequiredFilters=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__importDefault||function(L){return L&&L.__esModule?L:{default:L}};Object.defineProperty(e,"__esModule",{value:!0}),e.filters=void 0;var y=t(requireLib$6()),n=requireBoolbase();function $(L,j){return function(V){var z=j.getParent(V);return z!=null&&j.isTag(z)&&L(V)}}e.filters={contains:function(L,j,V){var z=V.adapter;return function(oe){return L(oe)&&z.getText(oe).includes(j)}},icontains:function(L,j,V){var z=V.adapter,re=j.toLowerCase();return function(ue){return L(ue)&&z.getText(ue).toLowerCase().includes(re)}},"nth-child":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=0;Ue<_e.length&&!re(de,_e[Ue]);Ue++)z.isTag(_e[Ue])&&Ne++;return oe(Ne)&&L(de)}},"nth-last-child":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=_e.length-1;Ue>=0&&!re(de,_e[Ue]);Ue--)z.isTag(_e[Ue])&&Ne++;return oe(Ne)&&L(de)}},"nth-of-type":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=0;Ue<_e.length;Ue++){var $e=_e[Ue];if(re(de,$e))break;z.isTag($e)&&z.getName($e)===z.getName(de)&&Ne++}return oe(Ne)&&L(de)}},"nth-last-of-type":function(L,j,V){var z=V.adapter,re=V.equals,oe=(0,y.default)(j);return oe===n.falseFunc?n.falseFunc:oe===n.trueFunc?$(L,z):function(de){for(var _e=z.getSiblings(de),Ne=0,Ue=_e.length-1;Ue>=0;Ue--){var $e=_e[Ue];if(re(de,$e))break;z.isTag($e)&&z.getName($e)===z.getName(de)&&Ne++}return oe(Ne)&&L(de)}},root:function(L,j,V){var z=V.adapter;return function(re){var oe=z.getParent(re);return(oe==null||!z.isTag(oe))&&L(re)}},scope:function(L,j,V,z){var re=V.equals;return!z||z.length===0?e.filters.root(L,j,V):z.length===1?function(oe){return re(z[0],oe)&&L(oe)}:function(oe){return z.includes(oe)&&L(oe)}},hover:k("isHovered"),visited:k("isVisited"),active:k("isActive")};function k(L){return function(V,z,re){var oe=re.adapter,ue=oe[L];return typeof ue!="function"?n.falseFunc:function(_e){return ue(_e)&&V(_e)}}}}(filters)),filters}var pseudos={},hasRequiredPseudos;function requirePseudos(){if(hasRequiredPseudos)return pseudos;hasRequiredPseudos=1,Object.defineProperty(pseudos,"__esModule",{value:!0}),pseudos.verifyPseudoArgs=pseudos.pseudos=void 0,pseudos.pseudos={empty:function(t,y){var n=y.adapter;return!n.getChildren(t).some(function($){return n.isTag($)||n.getText($)!==""})},"first-child":function(t,y){var n=y.adapter,$=y.equals,k=n.getSiblings(t).find(function(L){return n.isTag(L)});return k!=null&&$(t,k)},"last-child":function(t,y){for(var n=y.adapter,$=y.equals,k=n.getSiblings(t),L=k.length-1;L>=0;L--){if($(t,k[L]))return!0;if(n.isTag(k[L]))break}return!1},"first-of-type":function(t,y){for(var n=y.adapter,$=y.equals,k=n.getSiblings(t),L=n.getName(t),j=0;j=0;j--){var V=k[j];if($(t,V))return!0;if(n.isTag(V)&&n.getName(V)===L)break}return!1},"only-of-type":function(t,y){var n=y.adapter,$=y.equals,k=n.getName(t);return n.getSiblings(t).every(function(L){return $(t,L)||!n.isTag(L)||n.getName(L)!==k})},"only-child":function(t,y){var n=y.adapter,$=y.equals;return n.getSiblings(t).every(function(k){return $(t,k)||!n.isTag(k)})}};function e(t,y,n){if(n===null){if(t.length>2)throw new Error("pseudo-selector :".concat(y," requires an argument"))}else if(t.length===2)throw new Error("pseudo-selector :".concat(y," doesn't have any arguments"))}return pseudos.verifyPseudoArgs=e,pseudos}var aliases$1={},hasRequiredAliases;function requireAliases(){return hasRequiredAliases||(hasRequiredAliases=1,Object.defineProperty(aliases$1,"__esModule",{value:!0}),aliases$1.aliases=void 0,aliases$1.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is( +`;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=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;k0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]=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;t1||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(y0&&y0&&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(;ye.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+10?n+e.slice(y):e}const es=Object.freeze(Object.defineProperty({__proto__:null,get AttributeAction(){return AttributeAction},IgnoreCaseMode,get SelectorType(){return SelectorType},isTraversal,parse:parse$3,stringify:stringify$3},Symbol.toStringTag,{value:"Module"})),require$$0$5=getAugmentedNamespace(es);var lib$b={},lib$a={},stringify$2={},lib$9={},lib$8={},hasRequiredLib$b;function requireLib$b(){return hasRequiredLib$b||(hasRequiredLib$b=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Doctype=e.CDATA=e.Tag=e.Style=e.Script=e.Comment=e.Directive=e.Text=e.Root=e.isTag=e.ElementType=void 0;var t;(function(n){n.Root="root",n.Text="text",n.Directive="directive",n.Comment="comment",n.Script="script",n.Style="style",n.Tag="tag",n.CDATA="cdata",n.Doctype="doctype"})(t=e.ElementType||(e.ElementType={}));function y(n){return n.type===t.Tag||n.type===t.Script||n.type===t.Style}e.isTag=y,e.Root=t.Root,e.Text=t.Text,e.Directive=t.Directive,e.Comment=t.Comment,e.Script=t.Script,e.Style=t.Style,e.Tag=t.Tag,e.CDATA=t.CDATA,e.Doctype=t.Doctype}(lib$8)),lib$8}var node={},hasRequiredNode;function requireNode(){if(hasRequiredNode)return node;hasRequiredNode=1;var e=commonjsGlobal&&commonjsGlobal.__extends||function(){var Fe=function(Ue,kt){return Fe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(Et,Ve){Et.__proto__=Ve}||function(Et,Ve){for(var qe in Ve)Object.prototype.hasOwnProperty.call(Ve,qe)&&(Et[qe]=Ve[qe])},Fe(Ue,kt)};return function(Ue,kt){if(typeof kt!="function"&&kt!==null)throw new TypeError("Class extends value "+String(kt)+" is not a constructor or null");Fe(Ue,kt);function Et(){this.constructor=Ue}Ue.prototype=kt===null?Object.create(kt):(Et.prototype=kt.prototype,new Et)}}(),t=commonjsGlobal&&commonjsGlobal.__assign||function(){return t=Object.assign||function(Fe){for(var Ue,kt=1,Et=arguments.length;kt0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(Ue.prototype,"childNodes",{get:function(){return this.children},set:function(kt){this.children=kt},enumerable:!1,configurable:!0}),Ue}(k);node.NodeWithChildren=z;var re=function(Fe){e(Ue,Fe);function Ue(kt){return Fe.call(this,y.ElementType.Root,kt)||this}return Ue}(z);node.Document=re;var ie=function(Fe){e(Ue,Fe);function Ue(kt,Et,Ve,qe){Ve===void 0&&(Ve=[]),qe===void 0&&(qe=kt==="script"?y.ElementType.Script:kt==="style"?y.ElementType.Style:y.ElementType.Tag);var jt=Fe.call(this,qe,Ve)||this;return jt.name=kt,jt.attribs=Et,jt}return Object.defineProperty(Ue.prototype,"tagName",{get:function(){return this.name},set:function(kt){this.name=kt},enumerable:!1,configurable:!0}),Object.defineProperty(Ue.prototype,"attributes",{get:function(){var kt=this;return Object.keys(this.attribs).map(function(Et){var Ve,qe;return{name:Et,value:kt.attribs[Et],namespace:(Ve=kt["x-attribsNamespace"])===null||Ve===void 0?void 0:Ve[Et],prefix:(qe=kt["x-attribsPrefix"])===null||qe===void 0?void 0:qe[Et]}})},enumerable:!1,configurable:!0}),Ue}(z);node.Element=ie;function oe(Fe){return(0,y.isTag)(Fe)}node.isTag=oe;function ue(Fe){return Fe.type===y.ElementType.CDATA}node.isCDATA=ue;function de(Fe){return Fe.type===y.ElementType.Text}node.isText=de;function pe(Fe){return Fe.type===y.ElementType.Comment}node.isComment=pe;function Ie(Fe){return Fe.type===y.ElementType.Directive}node.isDirective=Ie;function _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,Ue){Ue===void 0&&(Ue=!1);var kt;if(de(Fe))kt=new $(Fe.data);else if(pe(Fe))kt=new j(Fe.data);else if(oe(Fe)){var Et=Ue?Ne(Fe.children):[],Ve=new ie(Fe.name,t({},Fe.attribs),Et);Et.forEach(function(rr){return rr.parent=Ve}),Fe.namespace!=null&&(Ve.namespace=Fe.namespace),Fe["x-attribsNamespace"]&&(Ve["x-attribsNamespace"]=t({},Fe["x-attribsNamespace"])),Fe["x-attribsPrefix"]&&(Ve["x-attribsPrefix"]=t({},Fe["x-attribsPrefix"])),kt=Ve}else if(ue(Fe)){var Et=Ue?Ne(Fe.children):[],qe=new z(y.ElementType.CDATA,Et);Et.forEach(function(ar){return ar.parent=qe}),kt=qe}else if(_e(Fe)){var Et=Ue?Ne(Fe.children):[],jt=new re(Et);Et.forEach(function(ar){return ar.parent=jt}),Fe["x-mode"]&&(jt["x-mode"]=Fe["x-mode"]),kt=jt}else if(Ie(Fe)){var tr=new V(Fe.name,Fe.data);Fe["x-name"]!=null&&(tr["x-name"]=Fe["x-name"],tr["x-publicId"]=Fe["x-publicId"],tr["x-systemId"]=Fe["x-systemId"]),kt=tr}else throw new Error("Not implemented yet: ".concat(Fe.type));return kt.startIndex=Fe.startIndex,kt.endIndex=Fe.endIndex,Fe.sourceCodeLocation!=null&&(kt.sourceCodeLocation=Fe.sourceCodeLocation),kt}node.cloneNode=he;function Ne(Fe){for(var Ue=Fe.map(function(Et){return he(Et,!0)}),kt=1;kt",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?"�":(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 z1?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,Ue=arguments.length;Fe0&&(Ue+=re(he.children,Ne)),(Ne.xmlMode||!z.has(he.name))&&(Ue+="")),Ue}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""}function Ce(he){return""}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;oe0){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;ie0&&(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;reoe.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 Ue=(he=V("link",Ne))===null||he===void 0?void 0:he.attribs.href;Ue&&(Fe.link=Ue);var kt=z("summary",Ne)||z("content",Ne);kt&&(Fe.description=kt);var Et=z("updated",Ne);return Et&&(Fe.pubDate=new Date(Et)),Fe})};re(pe,"id","id",de),re(pe,"title","title",de);var Ie=(ue=V("link",de))===null||ue===void 0?void 0:ue.attribs.href;Ie&&(pe.link=Ie),re(pe,"description","subtitle",de);var _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=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$&&($=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=t&&k.charCodeAt(L)<=y;)ue=ue*10+(k.charCodeAt(L)-t),L++;return L===oe?null:ue}function ie(){for(;L=$};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=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=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=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$1}var subselects={},hasRequiredSubselects;function requireSubselects(){return hasRequiredSubselects||(hasRequiredSubselects=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__spreadArray||function(j,V,z){if(z||arguments.length===2)for(var re=0,oe=V.length,ue;re"u")return function(_e){for(var Ne=_e;Ne=z.getParent(Ne);)if(z.isTag(Ne)&&$(Ne))return!0;return!1};var ue=new WeakSet;return function(_e){for(var Ne=_e;Ne=z.getParent(Ne);)if(!ue.has(Ne)){if(z.isTag(Ne)&&$(Ne))return!0;ue.add(Ne)}return!1}}case"_flexibleDescendant":return function(_e){var Ne=_e;do if(z.isTag(Ne)&&$(Ne))return!0;while(Ne=z.getParent(Ne));return!1};case y.SelectorType.Parent:return function(_e){return z.getChildren(_e).some(function(Ne){return z.isTag(Ne)&&$(Ne)})};case y.SelectorType.Child:return function(_e){var Ne=z.getParent(_e);return Ne!=null&&z.isTag(Ne)&&$(Ne)};case y.SelectorType.Sibling:return function(_e){for(var Ne=z.getSiblings(_e),Ue=0;Ue0&&(0,$.isTraversal)(cr[0])&&cr[0].type!=="descendant"))if(er&&!cr.some(z))cr.unshift(re);else continue;cr.unshift(ue)}}function _e($e,Ve,Fe){var qe;$e=$e.filter(function(nr){return nr.length>0}),$e.forEach(n.default),Fe=(qe=Ve.context)!==null&&qe!==void 0?qe:Fe;var er=Array.isArray(Fe),ir=Fe&&(Array.isArray(Fe)?Fe:[Fe]);de($e,Ve,ir);var dr=!1,cr=$e.map(function(nr){if(nr.length>=2){var lr=nr[0],Et=nr[1];lr.type!=="pseudo"||lr.name!=="scope"||(er&&Et.type==="descendant"?nr[1]=oe:(Et.type==="adjacent"||Et.type==="sibling")&&(dr=!0))}return Ne(nr,Ve,ir)}).reduce(Ue,y.falseFunc);return cr.shouldTestNextSiblings=dr,cr}compile$1.compileToken=_e;function Ne($e,Ve,Fe){var qe;return $e.reduce(function(er,ir){return er===y.falseFunc?y.falseFunc:(0,k.compileGeneralSelector)(er,ir,Ve,Fe,_e)},(qe=Ve.rootFunc)!==null&&qe!==void 0?qe:y.trueFunc)}function Ue($e,Ve){return Ve===y.falseFunc||$e===y.trueFunc?$e:$e===y.falseFunc||Ve===y.trueFunc?Ve:function(qe){return $e(qe)||Ve(qe)}}return compile$1}var hasRequiredLib$5;function requireLib$5(){return hasRequiredLib$5||(hasRequiredLib$5=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function($e,Ve,Fe,qe){qe===void 0&&(qe=Fe);var er=Object.getOwnPropertyDescriptor(Ve,Fe);(!er||("get"in er?!Ve.__esModule:er.writable||er.configurable))&&(er={enumerable:!0,get:function(){return Ve[Fe]}}),Object.defineProperty($e,qe,er)}:function($e,Ve,Fe,qe){qe===void 0&&(qe=Fe),$e[qe]=Ve[Fe]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function($e,Ve){Object.defineProperty($e,"default",{enumerable:!0,value:Ve})}:function($e,Ve){$e.default=Ve}),n=commonjsGlobal&&commonjsGlobal.__importStar||function($e){if($e&&$e.__esModule)return $e;var Ve={};if($e!=null)for(var Fe in $e)Fe!=="default"&&Object.prototype.hasOwnProperty.call($e,Fe)&&t(Ve,$e,Fe);return y(Ve,$e),Ve};Object.defineProperty(e,"__esModule",{value:!0}),e.aliases=e.pseudos=e.filters=e.is=e.selectOne=e.selectAll=e.prepareContext=e._compileToken=e._compileUnsafe=e.compile=void 0;var $=n(requireLib$7()),k=requireBoolbase(),L=requireCompile(),j=requireSubselects(),V=function($e,Ve){return $e===Ve},z={adapter:$,equals:V};function re($e){var Ve,Fe,qe,er,ir=$e??z;return(Ve=ir.adapter)!==null&&Ve!==void 0||(ir.adapter=$),(Fe=ir.equals)!==null&&Fe!==void 0||(ir.equals=(er=(qe=ir.adapter)===null||qe===void 0?void 0:qe.equals)!==null&&er!==void 0?er:V),ir}function oe($e){return function(Fe,qe,er){var ir=re(qe);return $e(Fe,ir,er)}}e.compile=oe(L.compile),e._compileUnsafe=oe(L.compileUnsafe),e._compileToken=oe(L.compileToken);function ue($e){return function(Fe,qe,er){var ir=re(er);typeof Fe!="function"&&(Fe=(0,L.compileUnsafe)(Fe,ir,qe));var dr=de(qe,ir.adapter,Fe.shouldTestNextSiblings);return $e(Fe,dr,ir)}}function de($e,Ve,Fe){return Fe===void 0&&(Fe=!1),Fe&&($e=_e($e,Ve)),Array.isArray($e)?Ve.removeSubsets($e):Ve.getChildren($e)}e.prepareContext=de;function _e($e,Ve){for(var Fe=Array.isArray($e)?$e.slice(0):[$e],qe=Fe.length,er=0;er=0?k+1:1/0:0;case"lt":return isFinite(k)?k>=0?k:1/0:0;case"gt":return isFinite(k)?1/0:0;default:return 1/0}}e.getLimit=y}(positionals)),positionals}var hasRequiredHelpers;function requireHelpers(){if(hasRequiredHelpers)return helpers$1;hasRequiredHelpers=1,Object.defineProperty(helpers$1,"__esModule",{value:!0}),helpers$1.groupSelectors=helpers$1.getDocumentRoot=void 0;var e=requirePositionals();function t(n){for(;n.parent;)n=n.parent;return n}helpers$1.getDocumentRoot=t;function y(n){for(var $=[],k=[],L=0,j=n;L0&&pe.some((0,j._compileToken)(ar,Ie))||ur.some(function(kt){return qe(kt,pe,Ie).length>0})}e.some=Ue;function $e(pe,Ce,Ie,jt){var ar=typeof Ie=="string"?parseInt(Ie,10):NaN;switch(pe){case"first":case"lt":return Ce;case"last":return Ce.length>0?[Ce[Ce.length-1]]:Ce;case"nth":case"eq":return isFinite(ar)&&Math.abs(ar)65535&&($-=65536,k+=String.fromCharCode($>>>10&1023|55296),$=56320|$&1023),k+=String.fromCharCode($),k};function n($){return $>=55296&&$<=57343||$>1114111?"�":($ in t.default&&($=t.default[$]),y($))}return decode_codepoint.default=n,decode_codepoint}const Aacute$1="Á",aacute$1="á",Abreve="Ă",abreve="ă",ac$1="∾",acd="∿",acE="∾̳",Acirc$1="Â",acirc$1="â",acute$1="´",Acy="А",acy="а",AElig$1="Æ",aelig$1="æ",af="⁡",Afr="𝔄",afr="𝔞",Agrave$1="À",agrave$1="à",alefsym="ℵ",aleph="ℵ",Alpha="Α",alpha="α",Amacr="Ā",amacr="ā",amalg="⨿",amp$2="&",AMP$1="&",andand="⩕",And="⩓",and="∧",andd="⩜",andslope="⩘",andv="⩚",ang="∠",ange="⦤",angle="∠",angmsdaa="⦨",angmsdab="⦩",angmsdac="⦪",angmsdad="⦫",angmsdae="⦬",angmsdaf="⦭",angmsdag="⦮",angmsdah="⦯",angmsd="∡",angrt="∟",angrtvb="⊾",angrtvbd="⦝",angsph="∢",angst="Å",angzarr="⍼",Aogon="Ą",aogon="ą",Aopf="𝔸",aopf="𝕒",apacir="⩯",ap="≈",apE="⩰",ape="≊",apid="≋",apos$1="'",ApplyFunction="⁡",approx="≈",approxeq="≊",Aring$1="Å",aring$1="å",Ascr="𝒜",ascr="𝒶",Assign="≔",ast="*",asymp="≈",asympeq="≍",Atilde$1="Ã",atilde$1="ã",Auml$1="Ä",auml$1="ä",awconint="∳",awint="⨑",backcong="≌",backepsilon="϶",backprime="‵",backsim="∽",backsimeq="⋍",Backslash="∖",Barv="⫧",barvee="⊽",barwed="⌅",Barwed="⌆",barwedge="⌅",bbrk="⎵",bbrktbrk="⎶",bcong="≌",Bcy="Б",bcy="б",bdquo="„",becaus="∵",because="∵",Because="∵",bemptyv="⦰",bepsi="϶",bernou="ℬ",Bernoullis="ℬ",Beta="Β",beta="β",beth="ℶ",between="≬",Bfr="𝔅",bfr="𝔟",bigcap="⋂",bigcirc="◯",bigcup="⋃",bigodot="⨀",bigoplus="⨁",bigotimes="⨂",bigsqcup="⨆",bigstar="★",bigtriangledown="▽",bigtriangleup="△",biguplus="⨄",bigvee="⋁",bigwedge="⋀",bkarow="⤍",blacklozenge="⧫",blacksquare="▪",blacktriangle="▴",blacktriangledown="▾",blacktriangleleft="◂",blacktriangleright="▸",blank="␣",blk12="▒",blk14="░",blk34="▓",block="█",bne="=⃥",bnequiv="≡⃥",bNot="⫭",bnot="⌐",Bopf="𝔹",bopf="𝕓",bot="⊥",bottom="⊥",bowtie="⋈",boxbox="⧉",boxdl="┐",boxdL="╕",boxDl="╖",boxDL="╗",boxdr="┌",boxdR="╒",boxDr="╓",boxDR="╔",boxh="─",boxH="═",boxhd="┬",boxHd="╤",boxhD="╥",boxHD="╦",boxhu="┴",boxHu="╧",boxhU="╨",boxHU="╩",boxminus="⊟",boxplus="⊞",boxtimes="⊠",boxul="┘",boxuL="╛",boxUl="╜",boxUL="╝",boxur="└",boxuR="╘",boxUr="╙",boxUR="╚",boxv="│",boxV="║",boxvh="┼",boxvH="╪",boxVh="╫",boxVH="╬",boxvl="┤",boxvL="╡",boxVl="╢",boxVL="╣",boxvr="├",boxvR="╞",boxVr="╟",boxVR="╠",bprime="‵",breve="˘",Breve="˘",brvbar$1="¦",bscr="𝒷",Bscr="ℬ",bsemi="⁏",bsim="∽",bsime="⋍",bsolb="⧅",bsol="\\",bsolhsub="⟈",bull="•",bullet="•",bump="≎",bumpE="⪮",bumpe="≏",Bumpeq="≎",bumpeq="≏",Cacute="Ć",cacute="ć",capand="⩄",capbrcup="⩉",capcap="⩋",cap="∩",Cap="⋒",capcup="⩇",capdot="⩀",CapitalDifferentialD="ⅅ",caps="∩︀",caret="⁁",caron="ˇ",Cayleys="ℭ",ccaps="⩍",Ccaron="Č",ccaron="č",Ccedil$1="Ç",ccedil$1="ç",Ccirc="Ĉ",ccirc="ĉ",Cconint="∰",ccups="⩌",ccupssm="⩐",Cdot="Ċ",cdot="ċ",cedil$1="¸",Cedilla="¸",cemptyv="⦲",cent$1="¢",centerdot="·",CenterDot="·",cfr="𝔠",Cfr="ℭ",CHcy="Ч",chcy="ч",check="✓",checkmark="✓",Chi="Χ",chi="χ",circ="ˆ",circeq="≗",circlearrowleft="↺",circlearrowright="↻",circledast="⊛",circledcirc="⊚",circleddash="⊝",CircleDot="⊙",circledR="®",circledS="Ⓢ",CircleMinus="⊖",CirclePlus="⊕",CircleTimes="⊗",cir="○",cirE="⧃",cire="≗",cirfnint="⨐",cirmid="⫯",cirscir="⧂",ClockwiseContourIntegral="∲",CloseCurlyDoubleQuote="”",CloseCurlyQuote="’",clubs="♣",clubsuit="♣",colon=":",Colon="∷",Colone="⩴",colone="≔",coloneq="≔",comma=",",commat="@",comp="∁",compfn="∘",complement="∁",complexes="ℂ",cong="≅",congdot="⩭",Congruent="≡",conint="∮",Conint="∯",ContourIntegral="∮",copf="𝕔",Copf="ℂ",coprod="∐",Coproduct="∐",copy$1="©",COPY$1="©",copysr="℗",CounterClockwiseContourIntegral="∳",crarr="↵",cross="✗",Cross="⨯",Cscr="𝒞",cscr="𝒸",csub="⫏",csube="⫑",csup="⫐",csupe="⫒",ctdot="⋯",cudarrl="⤸",cudarrr="⤵",cuepr="⋞",cuesc="⋟",cularr="↶",cularrp="⤽",cupbrcap="⩈",cupcap="⩆",CupCap="≍",cup="∪",Cup="⋓",cupcup="⩊",cupdot="⊍",cupor="⩅",cups="∪︀",curarr="↷",curarrm="⤼",curlyeqprec="⋞",curlyeqsucc="⋟",curlyvee="⋎",curlywedge="⋏",curren$1="¤",curvearrowleft="↶",curvearrowright="↷",cuvee="⋎",cuwed="⋏",cwconint="∲",cwint="∱",cylcty="⌭",dagger="†",Dagger="‡",daleth="ℸ",darr="↓",Darr="↡",dArr="⇓",dash="‐",Dashv="⫤",dashv="⊣",dbkarow="⤏",dblac="˝",Dcaron="Ď",dcaron="ď",Dcy="Д",dcy="д",ddagger="‡",ddarr="⇊",DD="ⅅ",dd="ⅆ",DDotrahd="⤑",ddotseq="⩷",deg$1="°",Del="∇",Delta="Δ",delta="δ",demptyv="⦱",dfisht="⥿",Dfr="𝔇",dfr="𝔡",dHar="⥥",dharl="⇃",dharr="⇂",DiacriticalAcute="´",DiacriticalDot="˙",DiacriticalDoubleAcute="˝",DiacriticalGrave="`",DiacriticalTilde="˜",diam="⋄",diamond="⋄",Diamond="⋄",diamondsuit="♦",diams="♦",die="¨",DifferentialD="ⅆ",digamma="ϝ",disin="⋲",div="÷",divide$1="÷",divideontimes="⋇",divonx="⋇",DJcy="Ђ",djcy="ђ",dlcorn="⌞",dlcrop="⌍",dollar="$",Dopf="𝔻",dopf="𝕕",Dot="¨",dot="˙",DotDot="⃜",doteq="≐",doteqdot="≑",DotEqual="≐",dotminus="∸",dotplus="∔",dotsquare="⊡",doublebarwedge="⌆",DoubleContourIntegral="∯",DoubleDot="¨",DoubleDownArrow="⇓",DoubleLeftArrow="⇐",DoubleLeftRightArrow="⇔",DoubleLeftTee="⫤",DoubleLongLeftArrow="⟸",DoubleLongLeftRightArrow="⟺",DoubleLongRightArrow="⟹",DoubleRightArrow="⇒",DoubleRightTee="⊨",DoubleUpArrow="⇑",DoubleUpDownArrow="⇕",DoubleVerticalBar="∥",DownArrowBar="⤓",downarrow="↓",DownArrow="↓",Downarrow="⇓",DownArrowUpArrow="⇵",DownBreve="̑",downdownarrows="⇊",downharpoonleft="⇃",downharpoonright="⇂",DownLeftRightVector="⥐",DownLeftTeeVector="⥞",DownLeftVectorBar="⥖",DownLeftVector="↽",DownRightTeeVector="⥟",DownRightVectorBar="⥗",DownRightVector="⇁",DownTeeArrow="↧",DownTee="⊤",drbkarow="⤐",drcorn="⌟",drcrop="⌌",Dscr="𝒟",dscr="𝒹",DScy="Ѕ",dscy="ѕ",dsol="⧶",Dstrok="Đ",dstrok="đ",dtdot="⋱",dtri="▿",dtrif="▾",duarr="⇵",duhar="⥯",dwangle="⦦",DZcy="Џ",dzcy="џ",dzigrarr="⟿",Eacute$1="É",eacute$1="é",easter="⩮",Ecaron="Ě",ecaron="ě",Ecirc$1="Ê",ecirc$1="ê",ecir="≖",ecolon="≕",Ecy="Э",ecy="э",eDDot="⩷",Edot="Ė",edot="ė",eDot="≑",ee="ⅇ",efDot="≒",Efr="𝔈",efr="𝔢",eg="⪚",Egrave$1="È",egrave$1="è",egs="⪖",egsdot="⪘",el="⪙",Element$1="∈",elinters="⏧",ell="ℓ",els="⪕",elsdot="⪗",Emacr="Ē",emacr="ē",empty$2="∅",emptyset="∅",EmptySmallSquare="◻",emptyv="∅",EmptyVerySmallSquare="▫",emsp13=" ",emsp14=" ",emsp=" ",ENG="Ŋ",eng="ŋ",ensp=" ",Eogon="Ę",eogon="ę",Eopf="𝔼",eopf="𝕖",epar="⋕",eparsl="⧣",eplus="⩱",epsi="ε",Epsilon="Ε",epsilon="ε",epsiv="ϵ",eqcirc="≖",eqcolon="≕",eqsim="≂",eqslantgtr="⪖",eqslantless="⪕",Equal="⩵",equals="=",EqualTilde="≂",equest="≟",Equilibrium="⇌",equiv="≡",equivDD="⩸",eqvparsl="⧥",erarr="⥱",erDot="≓",escr="ℯ",Escr="ℰ",esdot="≐",Esim="⩳",esim="≂",Eta="Η",eta="η",ETH$1="Ð",eth$1="ð",Euml$1="Ë",euml$1="ë",euro="€",excl="!",exist="∃",Exists="∃",expectation="ℰ",exponentiale="ⅇ",ExponentialE="ⅇ",fallingdotseq="≒",Fcy="Ф",fcy="ф",female="♀",ffilig="ffi",fflig="ff",ffllig="ffl",Ffr="𝔉",ffr="𝔣",filig="fi",FilledSmallSquare="◼",FilledVerySmallSquare="▪",fjlig="fj",flat="♭",fllig="fl",fltns="▱",fnof="ƒ",Fopf="𝔽",fopf="𝕗",forall="∀",ForAll="∀",fork="⋔",forkv="⫙",Fouriertrf="ℱ",fpartint="⨍",frac12$1="½",frac13="⅓",frac14$1="¼",frac15="⅕",frac16="⅙",frac18="⅛",frac23="⅔",frac25="⅖",frac34$1="¾",frac35="⅗",frac38="⅜",frac45="⅘",frac56="⅚",frac58="⅝",frac78="⅞",frasl="⁄",frown="⌢",fscr="𝒻",Fscr="ℱ",gacute="ǵ",Gamma="Γ",gamma="γ",Gammad="Ϝ",gammad="ϝ",gap="⪆",Gbreve="Ğ",gbreve="ğ",Gcedil="Ģ",Gcirc="Ĝ",gcirc="ĝ",Gcy="Г",gcy="г",Gdot="Ġ",gdot="ġ",ge="≥",gE="≧",gEl="⪌",gel="⋛",geq="≥",geqq="≧",geqslant="⩾",gescc="⪩",ges="⩾",gesdot="⪀",gesdoto="⪂",gesdotol="⪄",gesl="⋛︀",gesles="⪔",Gfr="𝔊",gfr="𝔤",gg="≫",Gg="⋙",ggg="⋙",gimel="ℷ",GJcy="Ѓ",gjcy="ѓ",gla="⪥",gl="≷",glE="⪒",glj="⪤",gnap="⪊",gnapprox="⪊",gne="⪈",gnE="≩",gneq="⪈",gneqq="≩",gnsim="⋧",Gopf="𝔾",gopf="𝕘",grave="`",GreaterEqual="≥",GreaterEqualLess="⋛",GreaterFullEqual="≧",GreaterGreater="⪢",GreaterLess="≷",GreaterSlantEqual="⩾",GreaterTilde="≳",Gscr="𝒢",gscr="ℊ",gsim="≳",gsime="⪎",gsiml="⪐",gtcc="⪧",gtcir="⩺",gt$2=">",GT$1=">",Gt="≫",gtdot="⋗",gtlPar="⦕",gtquest="⩼",gtrapprox="⪆",gtrarr="⥸",gtrdot="⋗",gtreqless="⋛",gtreqqless="⪌",gtrless="≷",gtrsim="≳",gvertneqq="≩︀",gvnE="≩︀",Hacek="ˇ",hairsp=" ",half="½",hamilt="ℋ",HARDcy="Ъ",hardcy="ъ",harrcir="⥈",harr="↔",hArr="⇔",harrw="↭",Hat="^",hbar="ℏ",Hcirc="Ĥ",hcirc="ĥ",hearts="♥",heartsuit="♥",hellip="…",hercon="⊹",hfr="𝔥",Hfr="ℌ",HilbertSpace="ℋ",hksearow="⤥",hkswarow="⤦",hoarr="⇿",homtht="∻",hookleftarrow="↩",hookrightarrow="↪",hopf="𝕙",Hopf="ℍ",horbar="―",HorizontalLine="─",hscr="𝒽",Hscr="ℋ",hslash="ℏ",Hstrok="Ħ",hstrok="ħ",HumpDownHump="≎",HumpEqual="≏",hybull="⁃",hyphen="‐",Iacute$1="Í",iacute$1="í",ic="⁣",Icirc$1="Î",icirc$1="î",Icy="И",icy="и",Idot="İ",IEcy="Е",iecy="е",iexcl$1="¡",iff="⇔",ifr="𝔦",Ifr="ℑ",Igrave$1="Ì",igrave$1="ì",ii="ⅈ",iiiint="⨌",iiint="∭",iinfin="⧜",iiota="℩",IJlig="IJ",ijlig="ij",Imacr="Ī",imacr="ī",image="ℑ",ImaginaryI="ⅈ",imagline="ℐ",imagpart="ℑ",imath="ı",Im="ℑ",imof="⊷",imped="Ƶ",Implies="⇒",incare="℅",infin="∞",infintie="⧝",inodot="ı",intcal="⊺",int="∫",Int="∬",integers="ℤ",Integral="∫",intercal="⊺",Intersection="⋂",intlarhk="⨗",intprod="⨼",InvisibleComma="⁣",InvisibleTimes="⁢",IOcy="Ё",iocy="ё",Iogon="Į",iogon="į",Iopf="𝕀",iopf="𝕚",Iota="Ι",iota="ι",iprod="⨼",iquest$1="¿",iscr="𝒾",Iscr="ℐ",isin="∈",isindot="⋵",isinE="⋹",isins="⋴",isinsv="⋳",isinv="∈",it="⁢",Itilde="Ĩ",itilde="ĩ",Iukcy="І",iukcy="і",Iuml$1="Ï",iuml$1="ï",Jcirc="Ĵ",jcirc="ĵ",Jcy="Й",jcy="й",Jfr="𝔍",jfr="𝔧",jmath="ȷ",Jopf="𝕁",jopf="𝕛",Jscr="𝒥",jscr="𝒿",Jsercy="Ј",jsercy="ј",Jukcy="Є",jukcy="є",Kappa="Κ",kappa="κ",kappav="ϰ",Kcedil="Ķ",kcedil="ķ",Kcy="К",kcy="к",Kfr="𝔎",kfr="𝔨",kgreen="ĸ",KHcy="Х",khcy="х",KJcy="Ќ",kjcy="ќ",Kopf="𝕂",kopf="𝕜",Kscr="𝒦",kscr="𝓀",lAarr="⇚",Lacute="Ĺ",lacute="ĺ",laemptyv="⦴",lagran="ℒ",Lambda="Λ",lambda="λ",lang="⟨",Lang="⟪",langd="⦑",langle="⟨",lap="⪅",Laplacetrf="ℒ",laquo$1="«",larrb="⇤",larrbfs="⤟",larr="←",Larr="↞",lArr="⇐",larrfs="⤝",larrhk="↩",larrlp="↫",larrpl="⤹",larrsim="⥳",larrtl="↢",latail="⤙",lAtail="⤛",lat="⪫",late="⪭",lates="⪭︀",lbarr="⤌",lBarr="⤎",lbbrk="❲",lbrace="{",lbrack="[",lbrke="⦋",lbrksld="⦏",lbrkslu="⦍",Lcaron="Ľ",lcaron="ľ",Lcedil="Ļ",lcedil="ļ",lceil="⌈",lcub="{",Lcy="Л",lcy="л",ldca="⤶",ldquo="“",ldquor="„",ldrdhar="⥧",ldrushar="⥋",ldsh="↲",le="≤",lE="≦",LeftAngleBracket="⟨",LeftArrowBar="⇤",leftarrow="←",LeftArrow="←",Leftarrow="⇐",LeftArrowRightArrow="⇆",leftarrowtail="↢",LeftCeiling="⌈",LeftDoubleBracket="⟦",LeftDownTeeVector="⥡",LeftDownVectorBar="⥙",LeftDownVector="⇃",LeftFloor="⌊",leftharpoondown="↽",leftharpoonup="↼",leftleftarrows="⇇",leftrightarrow="↔",LeftRightArrow="↔",Leftrightarrow="⇔",leftrightarrows="⇆",leftrightharpoons="⇋",leftrightsquigarrow="↭",LeftRightVector="⥎",LeftTeeArrow="↤",LeftTee="⊣",LeftTeeVector="⥚",leftthreetimes="⋋",LeftTriangleBar="⧏",LeftTriangle="⊲",LeftTriangleEqual="⊴",LeftUpDownVector="⥑",LeftUpTeeVector="⥠",LeftUpVectorBar="⥘",LeftUpVector="↿",LeftVectorBar="⥒",LeftVector="↼",lEg="⪋",leg="⋚",leq="≤",leqq="≦",leqslant="⩽",lescc="⪨",les="⩽",lesdot="⩿",lesdoto="⪁",lesdotor="⪃",lesg="⋚︀",lesges="⪓",lessapprox="⪅",lessdot="⋖",lesseqgtr="⋚",lesseqqgtr="⪋",LessEqualGreater="⋚",LessFullEqual="≦",LessGreater="≶",lessgtr="≶",LessLess="⪡",lesssim="≲",LessSlantEqual="⩽",LessTilde="≲",lfisht="⥼",lfloor="⌊",Lfr="𝔏",lfr="𝔩",lg="≶",lgE="⪑",lHar="⥢",lhard="↽",lharu="↼",lharul="⥪",lhblk="▄",LJcy="Љ",ljcy="љ",llarr="⇇",ll="≪",Ll$1="⋘",llcorner="⌞",Lleftarrow="⇚",llhard="⥫",lltri="◺",Lmidot="Ŀ",lmidot="ŀ",lmoustache="⎰",lmoust="⎰",lnap="⪉",lnapprox="⪉",lne="⪇",lnE="≨",lneq="⪇",lneqq="≨",lnsim="⋦",loang="⟬",loarr="⇽",lobrk="⟦",longleftarrow="⟵",LongLeftArrow="⟵",Longleftarrow="⟸",longleftrightarrow="⟷",LongLeftRightArrow="⟷",Longleftrightarrow="⟺",longmapsto="⟼",longrightarrow="⟶",LongRightArrow="⟶",Longrightarrow="⟹",looparrowleft="↫",looparrowright="↬",lopar="⦅",Lopf="𝕃",lopf="𝕝",loplus="⨭",lotimes="⨴",lowast="∗",lowbar="_",LowerLeftArrow="↙",LowerRightArrow="↘",loz="◊",lozenge="◊",lozf="⧫",lpar="(",lparlt="⦓",lrarr="⇆",lrcorner="⌟",lrhar="⇋",lrhard="⥭",lrm="‎",lrtri="⊿",lsaquo="‹",lscr="𝓁",Lscr="ℒ",lsh="↰",Lsh="↰",lsim="≲",lsime="⪍",lsimg="⪏",lsqb="[",lsquo="‘",lsquor="‚",Lstrok="Ł",lstrok="ł",ltcc="⪦",ltcir="⩹",lt$2="<",LT$1="<",Lt="≪",ltdot="⋖",lthree="⋋",ltimes="⋉",ltlarr="⥶",ltquest="⩻",ltri="◃",ltrie="⊴",ltrif="◂",ltrPar="⦖",lurdshar="⥊",luruhar="⥦",lvertneqq="≨︀",lvnE="≨︀",macr$1="¯",male="♂",malt="✠",maltese="✠",map$2="↦",mapsto="↦",mapstodown="↧",mapstoleft="↤",mapstoup="↥",marker="▮",mcomma="⨩",Mcy="М",mcy="м",mdash="—",mDDot="∺",measuredangle="∡",MediumSpace=" ",Mellintrf="ℳ",Mfr="𝔐",mfr="𝔪",mho="℧",micro$1="µ",midast="*",midcir="⫰",mid="∣",middot$1="·",minusb="⊟",minus="−",minusd="∸",minusdu="⨪",MinusPlus="∓",mlcp="⫛",mldr="…",mnplus="∓",models="⊧",Mopf="𝕄",mopf="𝕞",mp="∓",mscr="𝓂",Mscr="ℳ",mstpos="∾",Mu="Μ",mu="μ",multimap="⊸",mumap="⊸",nabla="∇",Nacute="Ń",nacute="ń",nang="∠⃒",nap="≉",napE="⩰̸",napid="≋̸",napos="ʼn",napprox="≉",natural="♮",naturals="ℕ",natur="♮",nbsp$1=" ",nbump="≎̸",nbumpe="≏̸",ncap="⩃",Ncaron="Ň",ncaron="ň",Ncedil="Ņ",ncedil="ņ",ncong="≇",ncongdot="⩭̸",ncup="⩂",Ncy="Н",ncy="н",ndash="–",nearhk="⤤",nearr="↗",neArr="⇗",nearrow="↗",ne="≠",nedot="≐̸",NegativeMediumSpace="​",NegativeThickSpace="​",NegativeThinSpace="​",NegativeVeryThinSpace="​",nequiv="≢",nesear="⤨",nesim="≂̸",NestedGreaterGreater="≫",NestedLessLess="≪",NewLine=` -`,nexist="∄",nexists="∄",Nfr="𝔑",nfr="𝔫",ngE="≧̸",nge="≱",ngeq="≱",ngeqq="≧̸",ngeqslant="⩾̸",nges="⩾̸",nGg="⋙̸",ngsim="≵",nGt="≫⃒",ngt="≯",ngtr="≯",nGtv="≫̸",nharr="↮",nhArr="⇎",nhpar="⫲",ni="∋",nis="⋼",nisd="⋺",niv="∋",NJcy="Њ",njcy="њ",nlarr="↚",nlArr="⇍",nldr="‥",nlE="≦̸",nle="≰",nleftarrow="↚",nLeftarrow="⇍",nleftrightarrow="↮",nLeftrightarrow="⇎",nleq="≰",nleqq="≦̸",nleqslant="⩽̸",nles="⩽̸",nless="≮",nLl="⋘̸",nlsim="≴",nLt="≪⃒",nlt="≮",nltri="⋪",nltrie="⋬",nLtv="≪̸",nmid="∤",NoBreak="⁠",NonBreakingSpace=" ",nopf="𝕟",Nopf="ℕ",Not="⫬",not$1="¬",NotCongruent="≢",NotCupCap="≭",NotDoubleVerticalBar="∦",NotElement="∉",NotEqual="≠",NotEqualTilde="≂̸",NotExists="∄",NotGreater="≯",NotGreaterEqual="≱",NotGreaterFullEqual="≧̸",NotGreaterGreater="≫̸",NotGreaterLess="≹",NotGreaterSlantEqual="⩾̸",NotGreaterTilde="≵",NotHumpDownHump="≎̸",NotHumpEqual="≏̸",notin="∉",notindot="⋵̸",notinE="⋹̸",notinva="∉",notinvb="⋷",notinvc="⋶",NotLeftTriangleBar="⧏̸",NotLeftTriangle="⋪",NotLeftTriangleEqual="⋬",NotLess="≮",NotLessEqual="≰",NotLessGreater="≸",NotLessLess="≪̸",NotLessSlantEqual="⩽̸",NotLessTilde="≴",NotNestedGreaterGreater="⪢̸",NotNestedLessLess="⪡̸",notni="∌",notniva="∌",notnivb="⋾",notnivc="⋽",NotPrecedes="⊀",NotPrecedesEqual="⪯̸",NotPrecedesSlantEqual="⋠",NotReverseElement="∌",NotRightTriangleBar="⧐̸",NotRightTriangle="⋫",NotRightTriangleEqual="⋭",NotSquareSubset="⊏̸",NotSquareSubsetEqual="⋢",NotSquareSuperset="⊐̸",NotSquareSupersetEqual="⋣",NotSubset="⊂⃒",NotSubsetEqual="⊈",NotSucceeds="⊁",NotSucceedsEqual="⪰̸",NotSucceedsSlantEqual="⋡",NotSucceedsTilde="≿̸",NotSuperset="⊃⃒",NotSupersetEqual="⊉",NotTilde="≁",NotTildeEqual="≄",NotTildeFullEqual="≇",NotTildeTilde="≉",NotVerticalBar="∤",nparallel="∦",npar="∦",nparsl="⫽⃥",npart="∂̸",npolint="⨔",npr="⊀",nprcue="⋠",nprec="⊀",npreceq="⪯̸",npre="⪯̸",nrarrc="⤳̸",nrarr="↛",nrArr="⇏",nrarrw="↝̸",nrightarrow="↛",nRightarrow="⇏",nrtri="⋫",nrtrie="⋭",nsc="⊁",nsccue="⋡",nsce="⪰̸",Nscr="𝒩",nscr="𝓃",nshortmid="∤",nshortparallel="∦",nsim="≁",nsime="≄",nsimeq="≄",nsmid="∤",nspar="∦",nsqsube="⋢",nsqsupe="⋣",nsub="⊄",nsubE="⫅̸",nsube="⊈",nsubset="⊂⃒",nsubseteq="⊈",nsubseteqq="⫅̸",nsucc="⊁",nsucceq="⪰̸",nsup="⊅",nsupE="⫆̸",nsupe="⊉",nsupset="⊃⃒",nsupseteq="⊉",nsupseteqq="⫆̸",ntgl="≹",Ntilde$1="Ñ",ntilde$1="ñ",ntlg="≸",ntriangleleft="⋪",ntrianglelefteq="⋬",ntriangleright="⋫",ntrianglerighteq="⋭",Nu="Ν",nu$1="ν",num="#",numero="№",numsp=" ",nvap="≍⃒",nvdash="⊬",nvDash="⊭",nVdash="⊮",nVDash="⊯",nvge="≥⃒",nvgt=">⃒",nvHarr="⤄",nvinfin="⧞",nvlArr="⤂",nvle="≤⃒",nvlt="<⃒",nvltrie="⊴⃒",nvrArr="⤃",nvrtrie="⊵⃒",nvsim="∼⃒",nwarhk="⤣",nwarr="↖",nwArr="⇖",nwarrow="↖",nwnear="⤧",Oacute$1="Ó",oacute$1="ó",oast="⊛",Ocirc$1="Ô",ocirc$1="ô",ocir="⊚",Ocy="О",ocy="о",odash="⊝",Odblac="Ő",odblac="ő",odiv="⨸",odot="⊙",odsold="⦼",OElig="Œ",oelig="œ",ofcir="⦿",Ofr="𝔒",ofr="𝔬",ogon="˛",Ograve$1="Ò",ograve$1="ò",ogt="⧁",ohbar="⦵",ohm="Ω",oint="∮",olarr="↺",olcir="⦾",olcross="⦻",oline="‾",olt="⧀",Omacr="Ō",omacr="ō",Omega="Ω",omega="ω",Omicron="Ο",omicron="ο",omid="⦶",ominus="⊖",Oopf="𝕆",oopf="𝕠",opar="⦷",OpenCurlyDoubleQuote="“",OpenCurlyQuote="‘",operp="⦹",oplus="⊕",orarr="↻",Or="⩔",or="∨",ord="⩝",order="ℴ",orderof="ℴ",ordf$1="ª",ordm$1="º",origof="⊶",oror="⩖",orslope="⩗",orv="⩛",oS="Ⓢ",Oscr="𝒪",oscr="ℴ",Oslash$1="Ø",oslash$1="ø",osol="⊘",Otilde$1="Õ",otilde$1="õ",otimesas="⨶",Otimes="⨷",otimes="⊗",Ouml$1="Ö",ouml$1="ö",ovbar="⌽",OverBar="‾",OverBrace="⏞",OverBracket="⎴",OverParenthesis="⏜",para$1="¶",parallel$1="∥",par="∥",parsim="⫳",parsl="⫽",part="∂",PartialD="∂",Pcy="П",pcy="п",percnt="%",period=".",permil="‰",perp="⊥",pertenk="‱",Pfr="𝔓",pfr="𝔭",Phi="Φ",phi="φ",phiv="ϕ",phmmat="ℳ",phone="☎",Pi$1="Π",pi="π",pitchfork="⋔",piv="ϖ",planck="ℏ",planckh="ℎ",plankv="ℏ",plusacir="⨣",plusb="⊞",pluscir="⨢",plus="+",plusdo="∔",plusdu="⨥",pluse="⩲",PlusMinus="±",plusmn$1="±",plussim="⨦",plustwo="⨧",pm="±",Poincareplane="ℌ",pointint="⨕",popf="𝕡",Popf="ℙ",pound$1="£",prap="⪷",Pr="⪻",pr="≺",prcue="≼",precapprox="⪷",prec="≺",preccurlyeq="≼",Precedes="≺",PrecedesEqual="⪯",PrecedesSlantEqual="≼",PrecedesTilde="≾",preceq="⪯",precnapprox="⪹",precneqq="⪵",precnsim="⋨",pre="⪯",prE="⪳",precsim="≾",prime="′",Prime="″",primes$3="ℙ",prnap="⪹",prnE="⪵",prnsim="⋨",prod="∏",Product="∏",profalar="⌮",profline="⌒",profsurf="⌓",prop="∝",Proportional="∝",Proportion="∷",propto="∝",prsim="≾",prurel="⊰",Pscr="𝒫",pscr="𝓅",Psi="Ψ",psi="ψ",puncsp=" ",Qfr="𝔔",qfr="𝔮",qint="⨌",qopf="𝕢",Qopf="ℚ",qprime="⁗",Qscr="𝒬",qscr="𝓆",quaternions="ℍ",quatint="⨖",quest="?",questeq="≟",quot$2='"',QUOT$1='"',rAarr="⇛",race$2="∽̱",Racute="Ŕ",racute="ŕ",radic="√",raemptyv="⦳",rang="⟩",Rang="⟫",rangd="⦒",range$2="⦥",rangle="⟩",raquo$1="»",rarrap="⥵",rarrb="⇥",rarrbfs="⤠",rarrc="⤳",rarr="→",Rarr="↠",rArr="⇒",rarrfs="⤞",rarrhk="↪",rarrlp="↬",rarrpl="⥅",rarrsim="⥴",Rarrtl="⤖",rarrtl="↣",rarrw="↝",ratail="⤚",rAtail="⤜",ratio="∶",rationals="ℚ",rbarr="⤍",rBarr="⤏",RBarr="⤐",rbbrk="❳",rbrace="}",rbrack="]",rbrke="⦌",rbrksld="⦎",rbrkslu="⦐",Rcaron="Ř",rcaron="ř",Rcedil="Ŗ",rcedil="ŗ",rceil="⌉",rcub="}",Rcy="Р",rcy="р",rdca="⤷",rdldhar="⥩",rdquo="”",rdquor="”",rdsh="↳",real="ℜ",realine="ℛ",realpart="ℜ",reals="ℝ",Re$1="ℜ",rect="▭",reg$1="®",REG$1="®",ReverseElement="∋",ReverseEquilibrium="⇋",ReverseUpEquilibrium="⥯",rfisht="⥽",rfloor="⌋",rfr="𝔯",Rfr="ℜ",rHar="⥤",rhard="⇁",rharu="⇀",rharul="⥬",Rho="Ρ",rho="ρ",rhov="ϱ",RightAngleBracket="⟩",RightArrowBar="⇥",rightarrow="→",RightArrow="→",Rightarrow="⇒",RightArrowLeftArrow="⇄",rightarrowtail="↣",RightCeiling="⌉",RightDoubleBracket="⟧",RightDownTeeVector="⥝",RightDownVectorBar="⥕",RightDownVector="⇂",RightFloor="⌋",rightharpoondown="⇁",rightharpoonup="⇀",rightleftarrows="⇄",rightleftharpoons="⇌",rightrightarrows="⇉",rightsquigarrow="↝",RightTeeArrow="↦",RightTee="⊢",RightTeeVector="⥛",rightthreetimes="⋌",RightTriangleBar="⧐",RightTriangle="⊳",RightTriangleEqual="⊵",RightUpDownVector="⥏",RightUpTeeVector="⥜",RightUpVectorBar="⥔",RightUpVector="↾",RightVectorBar="⥓",RightVector="⇀",ring="˚",risingdotseq="≓",rlarr="⇄",rlhar="⇌",rlm="‏",rmoustache="⎱",rmoust="⎱",rnmid="⫮",roang="⟭",roarr="⇾",robrk="⟧",ropar="⦆",ropf="𝕣",Ropf="ℝ",roplus="⨮",rotimes="⨵",RoundImplies="⥰",rpar=")",rpargt="⦔",rppolint="⨒",rrarr="⇉",Rrightarrow="⇛",rsaquo="›",rscr="𝓇",Rscr="ℛ",rsh="↱",Rsh="↱",rsqb="]",rsquo="’",rsquor="’",rthree="⋌",rtimes="⋊",rtri="▹",rtrie="⊵",rtrif="▸",rtriltri="⧎",RuleDelayed="⧴",ruluhar="⥨",rx="℞",Sacute="Ś",sacute="ś",sbquo="‚",scap="⪸",Scaron="Š",scaron="š",Sc="⪼",sc="≻",sccue="≽",sce="⪰",scE="⪴",Scedil="Ş",scedil="ş",Scirc="Ŝ",scirc="ŝ",scnap="⪺",scnE="⪶",scnsim="⋩",scpolint="⨓",scsim="≿",Scy="С",scy="с",sdotb="⊡",sdot="⋅",sdote="⩦",searhk="⤥",searr="↘",seArr="⇘",searrow="↘",sect$1="§",semi=";",seswar="⤩",setminus="∖",setmn="∖",sext="✶",Sfr="𝔖",sfr="𝔰",sfrown="⌢",sharp="♯",SHCHcy="Щ",shchcy="щ",SHcy="Ш",shcy="ш",ShortDownArrow="↓",ShortLeftArrow="←",shortmid="∣",shortparallel="∥",ShortRightArrow="→",ShortUpArrow="↑",shy$1="­",Sigma="Σ",sigma="σ",sigmaf="ς",sigmav="ς",sim="∼",simdot="⩪",sime="≃",simeq="≃",simg="⪞",simgE="⪠",siml="⪝",simlE="⪟",simne="≆",simplus="⨤",simrarr="⥲",slarr="←",SmallCircle="∘",smallsetminus="∖",smashp="⨳",smeparsl="⧤",smid="∣",smile="⌣",smt="⪪",smte="⪬",smtes="⪬︀",SOFTcy="Ь",softcy="ь",solbar="⌿",solb="⧄",sol="/",Sopf="𝕊",sopf="𝕤",spades="♠",spadesuit="♠",spar="∥",sqcap="⊓",sqcaps="⊓︀",sqcup="⊔",sqcups="⊔︀",Sqrt="√",sqsub="⊏",sqsube="⊑",sqsubset="⊏",sqsubseteq="⊑",sqsup="⊐",sqsupe="⊒",sqsupset="⊐",sqsupseteq="⊒",square="□",Square="□",SquareIntersection="⊓",SquareSubset="⊏",SquareSubsetEqual="⊑",SquareSuperset="⊐",SquareSupersetEqual="⊒",SquareUnion="⊔",squarf="▪",squ="□",squf="▪",srarr="→",Sscr="𝒮",sscr="𝓈",ssetmn="∖",ssmile="⌣",sstarf="⋆",Star="⋆",star="☆",starf="★",straightepsilon="ϵ",straightphi="ϕ",strns="¯",sub="⊂",Sub="⋐",subdot="⪽",subE="⫅",sube="⊆",subedot="⫃",submult="⫁",subnE="⫋",subne="⊊",subplus="⪿",subrarr="⥹",subset="⊂",Subset="⋐",subseteq="⊆",subseteqq="⫅",SubsetEqual="⊆",subsetneq="⊊",subsetneqq="⫋",subsim="⫇",subsub="⫕",subsup="⫓",succapprox="⪸",succ="≻",succcurlyeq="≽",Succeeds="≻",SucceedsEqual="⪰",SucceedsSlantEqual="≽",SucceedsTilde="≿",succeq="⪰",succnapprox="⪺",succneqq="⪶",succnsim="⋩",succsim="≿",SuchThat="∋",sum$1="∑",Sum="∑",sung="♪",sup1$1="¹",sup2$1="²",sup3$1="³",sup="⊃",Sup="⋑",supdot="⪾",supdsub="⫘",supE="⫆",supe="⊇",supedot="⫄",Superset="⊃",SupersetEqual="⊇",suphsol="⟉",suphsub="⫗",suplarr="⥻",supmult="⫂",supnE="⫌",supne="⊋",supplus="⫀",supset="⊃",Supset="⋑",supseteq="⊇",supseteqq="⫆",supsetneq="⊋",supsetneqq="⫌",supsim="⫈",supsub="⫔",supsup="⫖",swarhk="⤦",swarr="↙",swArr="⇙",swarrow="↙",swnwar="⤪",szlig$1="ß",Tab=" ",target="⌖",Tau="Τ",tau="τ",tbrk="⎴",Tcaron="Ť",tcaron="ť",Tcedil="Ţ",tcedil="ţ",Tcy="Т",tcy="т",tdot="⃛",telrec="⌕",Tfr="𝔗",tfr="𝔱",there4="∴",therefore="∴",Therefore="∴",Theta="Θ",theta="θ",thetasym="ϑ",thetav="ϑ",thickapprox="≈",thicksim="∼",ThickSpace="  ",ThinSpace=" ",thinsp=" ",thkap="≈",thksim="∼",THORN$1="Þ",thorn$1="þ",tilde="˜",Tilde="∼",TildeEqual="≃",TildeFullEqual="≅",TildeTilde="≈",timesbar="⨱",timesb="⊠",times$2="×",timesd="⨰",tint="∭",toea="⤨",topbot="⌶",topcir="⫱",top="⊤",Topf="𝕋",topf="𝕥",topfork="⫚",tosa="⤩",tprime="‴",trade="™",TRADE="™",triangle="▵",triangledown="▿",triangleleft="◃",trianglelefteq="⊴",triangleq="≜",triangleright="▹",trianglerighteq="⊵",tridot="◬",trie="≜",triminus="⨺",TripleDot="⃛",triplus="⨹",trisb="⧍",tritime="⨻",trpezium="⏢",Tscr="𝒯",tscr="𝓉",TScy="Ц",tscy="ц",TSHcy="Ћ",tshcy="ћ",Tstrok="Ŧ",tstrok="ŧ",twixt="≬",twoheadleftarrow="↞",twoheadrightarrow="↠",Uacute$1="Ú",uacute$1="ú",uarr="↑",Uarr="↟",uArr="⇑",Uarrocir="⥉",Ubrcy="Ў",ubrcy="ў",Ubreve="Ŭ",ubreve="ŭ",Ucirc$1="Û",ucirc$1="û",Ucy="У",ucy="у",udarr="⇅",Udblac="Ű",udblac="ű",udhar="⥮",ufisht="⥾",Ufr="𝔘",ufr="𝔲",Ugrave$1="Ù",ugrave$1="ù",uHar="⥣",uharl="↿",uharr="↾",uhblk="▀",ulcorn="⌜",ulcorner="⌜",ulcrop="⌏",ultri="◸",Umacr="Ū",umacr="ū",uml$1="¨",UnderBar="_",UnderBrace="⏟",UnderBracket="⎵",UnderParenthesis="⏝",Union="⋃",UnionPlus="⊎",Uogon="Ų",uogon="ų",Uopf="𝕌",uopf="𝕦",UpArrowBar="⤒",uparrow="↑",UpArrow="↑",Uparrow="⇑",UpArrowDownArrow="⇅",updownarrow="↕",UpDownArrow="↕",Updownarrow="⇕",UpEquilibrium="⥮",upharpoonleft="↿",upharpoonright="↾",uplus="⊎",UpperLeftArrow="↖",UpperRightArrow="↗",upsi="υ",Upsi="ϒ",upsih="ϒ",Upsilon="Υ",upsilon="υ",UpTeeArrow="↥",UpTee="⊥",upuparrows="⇈",urcorn="⌝",urcorner="⌝",urcrop="⌎",Uring="Ů",uring="ů",urtri="◹",Uscr="𝒰",uscr="𝓊",utdot="⋰",Utilde="Ũ",utilde="ũ",utri="▵",utrif="▴",uuarr="⇈",Uuml$1="Ü",uuml$1="ü",uwangle="⦧",vangrt="⦜",varepsilon="ϵ",varkappa="ϰ",varnothing="∅",varphi="ϕ",varpi="ϖ",varpropto="∝",varr="↕",vArr="⇕",varrho="ϱ",varsigma="ς",varsubsetneq="⊊︀",varsubsetneqq="⫋︀",varsupsetneq="⊋︀",varsupsetneqq="⫌︀",vartheta="ϑ",vartriangleleft="⊲",vartriangleright="⊳",vBar="⫨",Vbar="⫫",vBarv="⫩",Vcy="В",vcy="в",vdash="⊢",vDash="⊨",Vdash="⊩",VDash="⊫",Vdashl="⫦",veebar="⊻",vee="∨",Vee="⋁",veeeq="≚",vellip="⋮",verbar="|",Verbar="‖",vert="|",Vert="‖",VerticalBar="∣",VerticalLine="|",VerticalSeparator="❘",VerticalTilde="≀",VeryThinSpace=" ",Vfr="𝔙",vfr="𝔳",vltri="⊲",vnsub="⊂⃒",vnsup="⊃⃒",Vopf="𝕍",vopf="𝕧",vprop="∝",vrtri="⊳",Vscr="𝒱",vscr="𝓋",vsubnE="⫋︀",vsubne="⊊︀",vsupnE="⫌︀",vsupne="⊋︀",Vvdash="⊪",vzigzag="⦚",Wcirc="Ŵ",wcirc="ŵ",wedbar="⩟",wedge="∧",Wedge="⋀",wedgeq="≙",weierp="℘",Wfr="𝔚",wfr="𝔴",Wopf="𝕎",wopf="𝕨",wp="℘",wr="≀",wreath="≀",Wscr="𝒲",wscr="𝓌",xcap="⋂",xcirc="◯",xcup="⋃",xdtri="▽",Xfr="𝔛",xfr="𝔵",xharr="⟷",xhArr="⟺",Xi="Ξ",xi$1="ξ",xlarr="⟵",xlArr="⟸",xmap="⟼",xnis="⋻",xodot="⨀",Xopf="𝕏",xopf="𝕩",xoplus="⨁",xotime="⨂",xrarr="⟶",xrArr="⟹",Xscr="𝒳",xscr="𝓍",xsqcup="⨆",xuplus="⨄",xutri="△",xvee="⋁",xwedge="⋀",Yacute$1="Ý",yacute$1="ý",YAcy="Я",yacy="я",Ycirc="Ŷ",ycirc="ŷ",Ycy="Ы",ycy="ы",yen$1="¥",Yfr="𝔜",yfr="𝔶",YIcy="Ї",yicy="ї",Yopf="𝕐",yopf="𝕪",Yscr="𝒴",yscr="𝓎",YUcy="Ю",yucy="ю",yuml$1="ÿ",Yuml="Ÿ",Zacute="Ź",zacute="ź",Zcaron="Ž",zcaron="ž",Zcy="З",zcy="з",Zdot="Ż",zdot="ż",zeetrf="ℨ",ZeroWidthSpace="​",Zeta="Ζ",zeta="ζ",zfr="𝔷",Zfr="ℨ",ZHcy="Ж",zhcy="ж",zigrarr="⇝",zopf="𝕫",Zopf="ℤ",Zscr="𝒵",zscr="𝓏",zwj="‍",zwnj="‌",require$$1$2={Aacute:Aacute$1,aacute:aacute$1,Abreve,abreve,ac:ac$1,acd,acE,Acirc:Acirc$1,acirc:acirc$1,acute:acute$1,Acy,acy,AElig:AElig$1,aelig:aelig$1,af,Afr,afr,Agrave:Agrave$1,agrave:agrave$1,alefsym,aleph,Alpha,alpha,Amacr,amacr,amalg,amp:amp$2,AMP:AMP$1,andand,And,and,andd,andslope,andv,ang,ange,angle,angmsdaa,angmsdab,angmsdac,angmsdad,angmsdae,angmsdaf,angmsdag,angmsdah,angmsd,angrt,angrtvb,angrtvbd,angsph,angst,angzarr,Aogon,aogon,Aopf,aopf,apacir,ap,apE,ape,apid,apos:apos$1,ApplyFunction,approx,approxeq,Aring:Aring$1,aring:aring$1,Ascr,ascr,Assign,ast,asymp,asympeq,Atilde:Atilde$1,atilde:atilde$1,Auml:Auml$1,auml:auml$1,awconint,awint,backcong,backepsilon,backprime,backsim,backsimeq,Backslash,Barv,barvee,barwed,Barwed,barwedge,bbrk,bbrktbrk,bcong,Bcy,bcy,bdquo,becaus,because,Because,bemptyv,bepsi,bernou,Bernoullis,Beta,beta,beth,between,Bfr,bfr,bigcap,bigcirc,bigcup,bigodot,bigoplus,bigotimes,bigsqcup,bigstar,bigtriangledown,bigtriangleup,biguplus,bigvee,bigwedge,bkarow,blacklozenge,blacksquare,blacktriangle,blacktriangledown,blacktriangleleft,blacktriangleright,blank,blk12,blk14,blk34,block,bne,bnequiv,bNot,bnot,Bopf,bopf,bot,bottom,bowtie,boxbox,boxdl,boxdL,boxDl,boxDL,boxdr,boxdR,boxDr,boxDR,boxh,boxH,boxhd,boxHd,boxhD,boxHD,boxhu,boxHu,boxhU,boxHU,boxminus,boxplus,boxtimes,boxul,boxuL,boxUl,boxUL,boxur,boxuR,boxUr,boxUR,boxv,boxV,boxvh,boxvH,boxVh,boxVH,boxvl,boxvL,boxVl,boxVL,boxvr,boxvR,boxVr,boxVR,bprime,breve,Breve,brvbar:brvbar$1,bscr,Bscr,bsemi,bsim,bsime,bsolb,bsol,bsolhsub,bull,bullet,bump,bumpE,bumpe,Bumpeq,bumpeq,Cacute,cacute,capand,capbrcup,capcap,cap,Cap,capcup,capdot,CapitalDifferentialD,caps,caret,caron,Cayleys,ccaps,Ccaron,ccaron,Ccedil:Ccedil$1,ccedil:ccedil$1,Ccirc,ccirc,Cconint,ccups,ccupssm,Cdot,cdot,cedil:cedil$1,Cedilla,cemptyv,cent:cent$1,centerdot,CenterDot,cfr,Cfr,CHcy,chcy,check,checkmark,Chi,chi,circ,circeq,circlearrowleft,circlearrowright,circledast,circledcirc,circleddash,CircleDot,circledR,circledS,CircleMinus,CirclePlus,CircleTimes,cir,cirE,cire,cirfnint,cirmid,cirscir,ClockwiseContourIntegral,CloseCurlyDoubleQuote,CloseCurlyQuote,clubs,clubsuit,colon,Colon,Colone,colone,coloneq,comma,commat,comp,compfn,complement,complexes,cong,congdot,Congruent,conint,Conint,ContourIntegral,copf,Copf,coprod,Coproduct,copy:copy$1,COPY:COPY$1,copysr,CounterClockwiseContourIntegral,crarr,cross,Cross,Cscr,cscr,csub,csube,csup,csupe,ctdot,cudarrl,cudarrr,cuepr,cuesc,cularr,cularrp,cupbrcap,cupcap,CupCap,cup,Cup,cupcup,cupdot,cupor,cups,curarr,curarrm,curlyeqprec,curlyeqsucc,curlyvee,curlywedge,curren:curren$1,curvearrowleft,curvearrowright,cuvee,cuwed,cwconint,cwint,cylcty,dagger,Dagger,daleth,darr,Darr,dArr,dash,Dashv,dashv,dbkarow,dblac,Dcaron,dcaron,Dcy,dcy,ddagger,ddarr,DD,dd,DDotrahd,ddotseq,deg:deg$1,Del,Delta,delta,demptyv,dfisht,Dfr,dfr,dHar,dharl,dharr,DiacriticalAcute,DiacriticalDot,DiacriticalDoubleAcute,DiacriticalGrave,DiacriticalTilde,diam,diamond,Diamond,diamondsuit,diams,die,DifferentialD,digamma,disin,div,divide:divide$1,divideontimes,divonx,DJcy,djcy,dlcorn,dlcrop,dollar,Dopf,dopf,Dot,dot,DotDot,doteq,doteqdot,DotEqual,dotminus,dotplus,dotsquare,doublebarwedge,DoubleContourIntegral,DoubleDot,DoubleDownArrow,DoubleLeftArrow,DoubleLeftRightArrow,DoubleLeftTee,DoubleLongLeftArrow,DoubleLongLeftRightArrow,DoubleLongRightArrow,DoubleRightArrow,DoubleRightTee,DoubleUpArrow,DoubleUpDownArrow,DoubleVerticalBar,DownArrowBar,downarrow,DownArrow,Downarrow,DownArrowUpArrow,DownBreve,downdownarrows,downharpoonleft,downharpoonright,DownLeftRightVector,DownLeftTeeVector,DownLeftVectorBar,DownLeftVector,DownRightTeeVector,DownRightVectorBar,DownRightVector,DownTeeArrow,DownTee,drbkarow,drcorn,drcrop,Dscr,dscr,DScy,dscy,dsol,Dstrok,dstrok,dtdot,dtri,dtrif,duarr,duhar,dwangle,DZcy,dzcy,dzigrarr,Eacute:Eacute$1,eacute:eacute$1,easter,Ecaron,ecaron,Ecirc:Ecirc$1,ecirc:ecirc$1,ecir,ecolon,Ecy,ecy,eDDot,Edot,edot,eDot,ee,efDot,Efr,efr,eg,Egrave:Egrave$1,egrave:egrave$1,egs,egsdot,el,Element:Element$1,elinters,ell,els,elsdot,Emacr,emacr,empty:empty$2,emptyset,EmptySmallSquare,emptyv,EmptyVerySmallSquare,emsp13,emsp14,emsp,ENG,eng,ensp,Eogon,eogon,Eopf,eopf,epar,eparsl,eplus,epsi,Epsilon,epsilon,epsiv,eqcirc,eqcolon,eqsim,eqslantgtr,eqslantless,Equal,equals,EqualTilde,equest,Equilibrium,equiv,equivDD,eqvparsl,erarr,erDot,escr,Escr,esdot,Esim,esim,Eta,eta,ETH:ETH$1,eth:eth$1,Euml:Euml$1,euml:euml$1,euro,excl,exist,Exists,expectation,exponentiale,ExponentialE,fallingdotseq,Fcy,fcy,female,ffilig,fflig,ffllig,Ffr,ffr,filig,FilledSmallSquare,FilledVerySmallSquare,fjlig,flat,fllig,fltns,fnof,Fopf,fopf,forall,ForAll,fork,forkv,Fouriertrf,fpartint,frac12:frac12$1,frac13,frac14:frac14$1,frac15,frac16,frac18,frac23,frac25,frac34:frac34$1,frac35,frac38,frac45,frac56,frac58,frac78,frasl,frown,fscr,Fscr,gacute,Gamma,gamma,Gammad,gammad,gap,Gbreve,gbreve,Gcedil,Gcirc,gcirc,Gcy,gcy,Gdot,gdot,ge,gE,gEl,gel,geq,geqq,geqslant,gescc,ges,gesdot,gesdoto,gesdotol,gesl,gesles,Gfr,gfr,gg,Gg,ggg,gimel,GJcy,gjcy,gla,gl,glE,glj,gnap,gnapprox,gne,gnE,gneq,gneqq,gnsim,Gopf,gopf,grave,GreaterEqual,GreaterEqualLess,GreaterFullEqual,GreaterGreater,GreaterLess,GreaterSlantEqual,GreaterTilde,Gscr,gscr,gsim,gsime,gsiml,gtcc,gtcir,gt:gt$2,GT:GT$1,Gt,gtdot,gtlPar,gtquest,gtrapprox,gtrarr,gtrdot,gtreqless,gtreqqless,gtrless,gtrsim,gvertneqq,gvnE,Hacek,hairsp,half,hamilt,HARDcy,hardcy,harrcir,harr,hArr,harrw,Hat,hbar,Hcirc,hcirc,hearts,heartsuit,hellip,hercon,hfr,Hfr,HilbertSpace,hksearow,hkswarow,hoarr,homtht,hookleftarrow,hookrightarrow,hopf,Hopf,horbar,HorizontalLine,hscr,Hscr,hslash,Hstrok,hstrok,HumpDownHump,HumpEqual,hybull,hyphen,Iacute:Iacute$1,iacute:iacute$1,ic,Icirc:Icirc$1,icirc:icirc$1,Icy,icy,Idot,IEcy,iecy,iexcl:iexcl$1,iff,ifr,Ifr,Igrave:Igrave$1,igrave:igrave$1,ii,iiiint,iiint,iinfin,iiota,IJlig,ijlig,Imacr,imacr,image,ImaginaryI,imagline,imagpart,imath,Im,imof,imped,Implies,incare,in:"∈",infin,infintie,inodot,intcal,int,Int,integers,Integral,intercal,Intersection,intlarhk,intprod,InvisibleComma,InvisibleTimes,IOcy,iocy,Iogon,iogon,Iopf,iopf,Iota,iota,iprod,iquest:iquest$1,iscr,Iscr,isin,isindot,isinE,isins,isinsv,isinv,it,Itilde,itilde,Iukcy,iukcy,Iuml:Iuml$1,iuml:iuml$1,Jcirc,jcirc,Jcy,jcy,Jfr,jfr,jmath,Jopf,jopf,Jscr,jscr,Jsercy,jsercy,Jukcy,jukcy,Kappa,kappa,kappav,Kcedil,kcedil,Kcy,kcy,Kfr,kfr,kgreen,KHcy,khcy,KJcy,kjcy,Kopf,kopf,Kscr,kscr,lAarr,Lacute,lacute,laemptyv,lagran,Lambda,lambda,lang,Lang,langd,langle,lap,Laplacetrf,laquo:laquo$1,larrb,larrbfs,larr,Larr,lArr,larrfs,larrhk,larrlp,larrpl,larrsim,larrtl,latail,lAtail,lat,late,lates,lbarr,lBarr,lbbrk,lbrace,lbrack,lbrke,lbrksld,lbrkslu,Lcaron,lcaron,Lcedil,lcedil,lceil,lcub,Lcy,lcy,ldca,ldquo,ldquor,ldrdhar,ldrushar,ldsh,le,lE,LeftAngleBracket,LeftArrowBar,leftarrow,LeftArrow,Leftarrow,LeftArrowRightArrow,leftarrowtail,LeftCeiling,LeftDoubleBracket,LeftDownTeeVector,LeftDownVectorBar,LeftDownVector,LeftFloor,leftharpoondown,leftharpoonup,leftleftarrows,leftrightarrow,LeftRightArrow,Leftrightarrow,leftrightarrows,leftrightharpoons,leftrightsquigarrow,LeftRightVector,LeftTeeArrow,LeftTee,LeftTeeVector,leftthreetimes,LeftTriangleBar,LeftTriangle,LeftTriangleEqual,LeftUpDownVector,LeftUpTeeVector,LeftUpVectorBar,LeftUpVector,LeftVectorBar,LeftVector,lEg,leg,leq,leqq,leqslant,lescc,les,lesdot,lesdoto,lesdotor,lesg,lesges,lessapprox,lessdot,lesseqgtr,lesseqqgtr,LessEqualGreater,LessFullEqual,LessGreater,lessgtr,LessLess,lesssim,LessSlantEqual,LessTilde,lfisht,lfloor,Lfr,lfr,lg,lgE,lHar,lhard,lharu,lharul,lhblk,LJcy,ljcy,llarr,ll,Ll:Ll$1,llcorner,Lleftarrow,llhard,lltri,Lmidot,lmidot,lmoustache,lmoust,lnap,lnapprox,lne,lnE,lneq,lneqq,lnsim,loang,loarr,lobrk,longleftarrow,LongLeftArrow,Longleftarrow,longleftrightarrow,LongLeftRightArrow,Longleftrightarrow,longmapsto,longrightarrow,LongRightArrow,Longrightarrow,looparrowleft,looparrowright,lopar,Lopf,lopf,loplus,lotimes,lowast,lowbar,LowerLeftArrow,LowerRightArrow,loz,lozenge,lozf,lpar,lparlt,lrarr,lrcorner,lrhar,lrhard,lrm,lrtri,lsaquo,lscr,Lscr,lsh,Lsh,lsim,lsime,lsimg,lsqb,lsquo,lsquor,Lstrok,lstrok,ltcc,ltcir,lt:lt$2,LT:LT$1,Lt,ltdot,lthree,ltimes,ltlarr,ltquest,ltri,ltrie,ltrif,ltrPar,lurdshar,luruhar,lvertneqq,lvnE,macr:macr$1,male,malt,maltese,Map:"⤅",map:map$2,mapsto,mapstodown,mapstoleft,mapstoup,marker,mcomma,Mcy,mcy,mdash,mDDot,measuredangle,MediumSpace,Mellintrf,Mfr,mfr,mho,micro:micro$1,midast,midcir,mid,middot:middot$1,minusb,minus,minusd,minusdu,MinusPlus,mlcp,mldr,mnplus,models,Mopf,mopf,mp,mscr,Mscr,mstpos,Mu,mu,multimap,mumap,nabla,Nacute,nacute,nang,nap,napE,napid,napos,napprox,natural,naturals,natur,nbsp:nbsp$1,nbump,nbumpe,ncap,Ncaron,ncaron,Ncedil,ncedil,ncong,ncongdot,ncup,Ncy,ncy,ndash,nearhk,nearr,neArr,nearrow,ne,nedot,NegativeMediumSpace,NegativeThickSpace,NegativeThinSpace,NegativeVeryThinSpace,nequiv,nesear,nesim,NestedGreaterGreater,NestedLessLess,NewLine,nexist,nexists,Nfr,nfr,ngE,nge,ngeq,ngeqq,ngeqslant,nges,nGg,ngsim,nGt,ngt,ngtr,nGtv,nharr,nhArr,nhpar,ni,nis,nisd,niv,NJcy,njcy,nlarr,nlArr,nldr,nlE,nle,nleftarrow,nLeftarrow,nleftrightarrow,nLeftrightarrow,nleq,nleqq,nleqslant,nles,nless,nLl,nlsim,nLt,nlt,nltri,nltrie,nLtv,nmid,NoBreak,NonBreakingSpace,nopf,Nopf,Not,not:not$1,NotCongruent,NotCupCap,NotDoubleVerticalBar,NotElement,NotEqual,NotEqualTilde,NotExists,NotGreater,NotGreaterEqual,NotGreaterFullEqual,NotGreaterGreater,NotGreaterLess,NotGreaterSlantEqual,NotGreaterTilde,NotHumpDownHump,NotHumpEqual,notin,notindot,notinE,notinva,notinvb,notinvc,NotLeftTriangleBar,NotLeftTriangle,NotLeftTriangleEqual,NotLess,NotLessEqual,NotLessGreater,NotLessLess,NotLessSlantEqual,NotLessTilde,NotNestedGreaterGreater,NotNestedLessLess,notni,notniva,notnivb,notnivc,NotPrecedes,NotPrecedesEqual,NotPrecedesSlantEqual,NotReverseElement,NotRightTriangleBar,NotRightTriangle,NotRightTriangleEqual,NotSquareSubset,NotSquareSubsetEqual,NotSquareSuperset,NotSquareSupersetEqual,NotSubset,NotSubsetEqual,NotSucceeds,NotSucceedsEqual,NotSucceedsSlantEqual,NotSucceedsTilde,NotSuperset,NotSupersetEqual,NotTilde,NotTildeEqual,NotTildeFullEqual,NotTildeTilde,NotVerticalBar,nparallel,npar,nparsl,npart,npolint,npr,nprcue,nprec,npreceq,npre,nrarrc,nrarr,nrArr,nrarrw,nrightarrow,nRightarrow,nrtri,nrtrie,nsc,nsccue,nsce,Nscr,nscr,nshortmid,nshortparallel,nsim,nsime,nsimeq,nsmid,nspar,nsqsube,nsqsupe,nsub,nsubE,nsube,nsubset,nsubseteq,nsubseteqq,nsucc,nsucceq,nsup,nsupE,nsupe,nsupset,nsupseteq,nsupseteqq,ntgl,Ntilde:Ntilde$1,ntilde:ntilde$1,ntlg,ntriangleleft,ntrianglelefteq,ntriangleright,ntrianglerighteq,Nu,nu:nu$1,num,numero,numsp,nvap,nvdash,nvDash,nVdash,nVDash,nvge,nvgt,nvHarr,nvinfin,nvlArr,nvle,nvlt,nvltrie,nvrArr,nvrtrie,nvsim,nwarhk,nwarr,nwArr,nwarrow,nwnear,Oacute:Oacute$1,oacute:oacute$1,oast,Ocirc:Ocirc$1,ocirc:ocirc$1,ocir,Ocy,ocy,odash,Odblac,odblac,odiv,odot,odsold,OElig,oelig,ofcir,Ofr,ofr,ogon,Ograve:Ograve$1,ograve:ograve$1,ogt,ohbar,ohm,oint,olarr,olcir,olcross,oline,olt,Omacr,omacr,Omega,omega,Omicron,omicron,omid,ominus,Oopf,oopf,opar,OpenCurlyDoubleQuote,OpenCurlyQuote,operp,oplus,orarr,Or,or,ord,order,orderof,ordf:ordf$1,ordm:ordm$1,origof,oror,orslope,orv,oS,Oscr,oscr,Oslash:Oslash$1,oslash:oslash$1,osol,Otilde:Otilde$1,otilde:otilde$1,otimesas,Otimes,otimes,Ouml:Ouml$1,ouml:ouml$1,ovbar,OverBar,OverBrace,OverBracket,OverParenthesis,para:para$1,parallel:parallel$1,par,parsim,parsl,part,PartialD,Pcy,pcy,percnt,period,permil,perp,pertenk,Pfr,pfr,Phi,phi,phiv,phmmat,phone,Pi:Pi$1,pi,pitchfork,piv,planck,planckh,plankv,plusacir,plusb,pluscir,plus,plusdo,plusdu,pluse,PlusMinus,plusmn:plusmn$1,plussim,plustwo,pm,Poincareplane,pointint,popf,Popf,pound:pound$1,prap,Pr,pr,prcue,precapprox,prec,preccurlyeq,Precedes,PrecedesEqual,PrecedesSlantEqual,PrecedesTilde,preceq,precnapprox,precneqq,precnsim,pre,prE,precsim,prime,Prime,primes:primes$3,prnap,prnE,prnsim,prod,Product,profalar,profline,profsurf,prop,Proportional,Proportion,propto,prsim,prurel,Pscr,pscr,Psi,psi,puncsp,Qfr,qfr,qint,qopf,Qopf,qprime,Qscr,qscr,quaternions,quatint,quest,questeq,quot:quot$2,QUOT:QUOT$1,rAarr,race:race$2,Racute,racute,radic,raemptyv,rang,Rang,rangd,range:range$2,rangle,raquo:raquo$1,rarrap,rarrb,rarrbfs,rarrc,rarr,Rarr,rArr,rarrfs,rarrhk,rarrlp,rarrpl,rarrsim,Rarrtl,rarrtl,rarrw,ratail,rAtail,ratio,rationals,rbarr,rBarr,RBarr,rbbrk,rbrace,rbrack,rbrke,rbrksld,rbrkslu,Rcaron,rcaron,Rcedil,rcedil,rceil,rcub,Rcy,rcy,rdca,rdldhar,rdquo,rdquor,rdsh,real,realine,realpart,reals,Re:Re$1,rect,reg:reg$1,REG:REG$1,ReverseElement,ReverseEquilibrium,ReverseUpEquilibrium,rfisht,rfloor,rfr,Rfr,rHar,rhard,rharu,rharul,Rho,rho,rhov,RightAngleBracket,RightArrowBar,rightarrow,RightArrow,Rightarrow,RightArrowLeftArrow,rightarrowtail,RightCeiling,RightDoubleBracket,RightDownTeeVector,RightDownVectorBar,RightDownVector,RightFloor,rightharpoondown,rightharpoonup,rightleftarrows,rightleftharpoons,rightrightarrows,rightsquigarrow,RightTeeArrow,RightTee,RightTeeVector,rightthreetimes,RightTriangleBar,RightTriangle,RightTriangleEqual,RightUpDownVector,RightUpTeeVector,RightUpVectorBar,RightUpVector,RightVectorBar,RightVector,ring,risingdotseq,rlarr,rlhar,rlm,rmoustache,rmoust,rnmid,roang,roarr,robrk,ropar,ropf,Ropf,roplus,rotimes,RoundImplies,rpar,rpargt,rppolint,rrarr,Rrightarrow,rsaquo,rscr,Rscr,rsh,Rsh,rsqb,rsquo,rsquor,rthree,rtimes,rtri,rtrie,rtrif,rtriltri,RuleDelayed,ruluhar,rx,Sacute,sacute,sbquo,scap,Scaron,scaron,Sc,sc,sccue,sce,scE,Scedil,scedil,Scirc,scirc,scnap,scnE,scnsim,scpolint,scsim,Scy,scy,sdotb,sdot,sdote,searhk,searr,seArr,searrow,sect:sect$1,semi,seswar,setminus,setmn,sext,Sfr,sfr,sfrown,sharp,SHCHcy,shchcy,SHcy,shcy,ShortDownArrow,ShortLeftArrow,shortmid,shortparallel,ShortRightArrow,ShortUpArrow,shy:shy$1,Sigma,sigma,sigmaf,sigmav,sim,simdot,sime,simeq,simg,simgE,siml,simlE,simne,simplus,simrarr,slarr,SmallCircle,smallsetminus,smashp,smeparsl,smid,smile,smt,smte,smtes,SOFTcy,softcy,solbar,solb,sol,Sopf,sopf,spades,spadesuit,spar,sqcap,sqcaps,sqcup,sqcups,Sqrt,sqsub,sqsube,sqsubset,sqsubseteq,sqsup,sqsupe,sqsupset,sqsupseteq,square,Square,SquareIntersection,SquareSubset,SquareSubsetEqual,SquareSuperset,SquareSupersetEqual,SquareUnion,squarf,squ,squf,srarr,Sscr,sscr,ssetmn,ssmile,sstarf,Star,star,starf,straightepsilon,straightphi,strns,sub,Sub,subdot,subE,sube,subedot,submult,subnE,subne,subplus,subrarr,subset,Subset,subseteq,subseteqq,SubsetEqual,subsetneq,subsetneqq,subsim,subsub,subsup,succapprox,succ,succcurlyeq,Succeeds,SucceedsEqual,SucceedsSlantEqual,SucceedsTilde,succeq,succnapprox,succneqq,succnsim,succsim,SuchThat,sum:sum$1,Sum,sung,sup1:sup1$1,sup2:sup2$1,sup3:sup3$1,sup,Sup,supdot,supdsub,supE,supe,supedot,Superset,SupersetEqual,suphsol,suphsub,suplarr,supmult,supnE,supne,supplus,supset,Supset,supseteq,supseteqq,supsetneq,supsetneqq,supsim,supsub,supsup,swarhk,swarr,swArr,swarrow,swnwar,szlig:szlig$1,Tab,target,Tau,tau,tbrk,Tcaron,tcaron,Tcedil,tcedil,Tcy,tcy,tdot,telrec,Tfr,tfr,there4,therefore,Therefore,Theta,theta,thetasym,thetav,thickapprox,thicksim,ThickSpace,ThinSpace,thinsp,thkap,thksim,THORN:THORN$1,thorn:thorn$1,tilde,Tilde,TildeEqual,TildeFullEqual,TildeTilde,timesbar,timesb,times:times$2,timesd,tint,toea,topbot,topcir,top,Topf,topf,topfork,tosa,tprime,trade,TRADE,triangle,triangledown,triangleleft,trianglelefteq,triangleq,triangleright,trianglerighteq,tridot,trie,triminus,TripleDot,triplus,trisb,tritime,trpezium,Tscr,tscr,TScy,tscy,TSHcy,tshcy,Tstrok,tstrok,twixt,twoheadleftarrow,twoheadrightarrow,Uacute:Uacute$1,uacute:uacute$1,uarr,Uarr,uArr,Uarrocir,Ubrcy,ubrcy,Ubreve,ubreve,Ucirc:Ucirc$1,ucirc:ucirc$1,Ucy,ucy,udarr,Udblac,udblac,udhar,ufisht,Ufr,ufr,Ugrave:Ugrave$1,ugrave:ugrave$1,uHar,uharl,uharr,uhblk,ulcorn,ulcorner,ulcrop,ultri,Umacr,umacr,uml:uml$1,UnderBar,UnderBrace,UnderBracket,UnderParenthesis,Union,UnionPlus,Uogon,uogon,Uopf,uopf,UpArrowBar,uparrow,UpArrow,Uparrow,UpArrowDownArrow,updownarrow,UpDownArrow,Updownarrow,UpEquilibrium,upharpoonleft,upharpoonright,uplus,UpperLeftArrow,UpperRightArrow,upsi,Upsi,upsih,Upsilon,upsilon,UpTeeArrow,UpTee,upuparrows,urcorn,urcorner,urcrop,Uring,uring,urtri,Uscr,uscr,utdot,Utilde,utilde,utri,utrif,uuarr,Uuml:Uuml$1,uuml:uuml$1,uwangle,vangrt,varepsilon,varkappa,varnothing,varphi,varpi,varpropto,varr,vArr,varrho,varsigma,varsubsetneq,varsubsetneqq,varsupsetneq,varsupsetneqq,vartheta,vartriangleleft,vartriangleright,vBar,Vbar,vBarv,Vcy,vcy,vdash,vDash,Vdash,VDash,Vdashl,veebar,vee,Vee,veeeq,vellip,verbar,Verbar,vert,Vert,VerticalBar,VerticalLine,VerticalSeparator,VerticalTilde,VeryThinSpace,Vfr,vfr,vltri,vnsub,vnsup,Vopf,vopf,vprop,vrtri,Vscr,vscr,vsubnE,vsubne,vsupnE,vsupne,Vvdash,vzigzag,Wcirc,wcirc,wedbar,wedge,Wedge,wedgeq,weierp,Wfr,wfr,Wopf,wopf,wp,wr,wreath,Wscr,wscr,xcap,xcirc,xcup,xdtri,Xfr,xfr,xharr,xhArr,Xi,xi:xi$1,xlarr,xlArr,xmap,xnis,xodot,Xopf,xopf,xoplus,xotime,xrarr,xrArr,Xscr,xscr,xsqcup,xuplus,xutri,xvee,xwedge,Yacute:Yacute$1,yacute:yacute$1,YAcy,yacy,Ycirc,ycirc,Ycy,ycy,yen:yen$1,Yfr,yfr,YIcy,yicy,Yopf,yopf,Yscr,yscr,YUcy,yucy,yuml:yuml$1,Yuml,Zacute,zacute,Zcaron,zcaron,Zcy,zcy,Zdot,zdot,zeetrf,ZeroWidthSpace,Zeta,zeta,zfr,Zfr,ZHcy,zhcy,zigrarr,zopf,Zopf,Zscr,zscr,zwj,zwnj},Aacute="Á",aacute="á",Acirc="Â",acirc="â",acute="´",AElig="Æ",aelig="æ",Agrave="À",agrave="à",amp$1="&",AMP="&",Aring="Å",aring="å",Atilde="Ã",atilde="ã",Auml="Ä",auml="ä",brvbar="¦",Ccedil="Ç",ccedil="ç",cedil="¸",cent="¢",copy="©",COPY="©",curren="¤",deg="°",divide="÷",Eacute="É",eacute="é",Ecirc="Ê",ecirc="ê",Egrave="È",egrave="è",ETH="Ð",eth="ð",Euml="Ë",euml="ë",frac12="½",frac14="¼",frac34="¾",gt$1=">",GT=">",Iacute="Í",iacute="í",Icirc="Î",icirc="î",iexcl="¡",Igrave="Ì",igrave="ì",iquest="¿",Iuml="Ï",iuml="ï",laquo="«",lt$1="<",LT="<",macr="¯",micro="µ",middot="·",nbsp=" ",not="¬",Ntilde="Ñ",ntilde="ñ",Oacute="Ó",oacute="ó",Ocirc="Ô",ocirc="ô",Ograve="Ò",ograve="ò",ordf="ª",ordm="º",Oslash="Ø",oslash="ø",Otilde="Õ",otilde="õ",Ouml="Ö",ouml="ö",para="¶",plusmn="±",pound="£",quot$1='"',QUOT='"',raquo="»",reg="®",REG="®",sect="§",shy="­",sup1="¹",sup2="²",sup3="³",szlig="ß",THORN="Þ",thorn="þ",times$1="×",Uacute="Ú",uacute="ú",Ucirc="Û",ucirc="û",Ugrave="Ù",ugrave="ù",uml="¨",Uuml="Ü",uuml="ü",Yacute="Ý",yacute="ý",yen="¥",yuml="ÿ",require$$2$2={Aacute,aacute,Acirc,acirc,acute,AElig,aelig,Agrave,agrave,amp:amp$1,AMP,Aring,aring,Atilde,atilde,Auml,auml,brvbar,Ccedil,ccedil,cedil,cent,copy,COPY,curren,deg,divide,Eacute,eacute,Ecirc,ecirc,Egrave,egrave,ETH,eth,Euml,euml,frac12,frac14,frac34,gt:gt$1,GT,Iacute,iacute,Icirc,icirc,iexcl,Igrave,igrave,iquest,Iuml,iuml,laquo,lt:lt$1,LT,macr,micro,middot,nbsp,not,Ntilde,ntilde,Oacute,oacute,Ocirc,ocirc,Ograve,ograve,ordf,ordm,Oslash,oslash,Otilde,otilde,Ouml,ouml,para,plusmn,pound,quot:quot$1,QUOT,raquo,reg,REG,sect,shy,sup1,sup2,sup3,szlig,THORN,thorn,times:times$1,Uacute,uacute,Ucirc,ucirc,Ugrave,ugrave,uml,Uuml,uuml,Yacute,yacute,yen,yuml},amp="&",apos="'",gt=">",lt="<",quot='"',require$$3={amp,apos,gt,lt,quot};var hasRequiredTokenizer$1;function requireTokenizer$1(){if(hasRequiredTokenizer$1)return Tokenizer;hasRequiredTokenizer$1=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(_r){return _r&&_r.__esModule?_r:{default:_r}};Object.defineProperty(Tokenizer,"__esModule",{value:!0});var t=e(requireDecode_codepoint()),y=e(require$$1$2),n=e(require$$2$2),$=e(require$$3);function k(_r){return _r===" "||_r===` -`||_r===" "||_r==="\f"||_r==="\r"}function L(_r){return _r>="a"&&_r<="z"||_r>="A"&&_r<="Z"}function j(_r,yr,xr){var Nr=_r.toLowerCase();return _r===Nr?function(Tr,Sr){Sr===Nr?Tr._state=yr:(Tr._state=xr,Tr._index--)}:function(Tr,Sr){Sr===Nr||Sr===_r?Tr._state=yr:(Tr._state=xr,Tr._index--)}}function V(_r,yr){var xr=_r.toLowerCase();return function(Nr,Tr){Tr===xr||Tr===_r?Nr._state=yr:(Nr._state=3,Nr._index--)}}var z=j("C",24,16),re=j("D",25,16),oe=j("A",26,16),ue=j("T",27,16),de=j("A",28,16),_e=V("R",35),Ne=V("I",36),Ue=V("P",37),$e=V("T",38),Ve=j("R",40,1),Fe=j("I",41,1),qe=j("P",42,1),er=j("T",43,1),ir=V("Y",45),dr=V("L",46),cr=V("E",47),nr=j("Y",49,1),lr=j("L",50,1),Et=j("E",51,1),ie=V("I",54),pe=V("T",55),Ce=V("L",56),Ie=V("E",57),jt=j("I",58,1),ar=j("T",59,1),ur=j("L",60,1),kt=j("E",61,1),he=j("#",63,64),tr=j("X",66,65),gr=function(){function _r(yr,xr){var Nr;this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1,this.cbs=xr,this.xmlMode=!!(yr!=null&&yr.xmlMode),this.decodeEntities=(Nr=yr==null?void 0:yr.decodeEntities)!==null&&Nr!==void 0?Nr:!0}return _r.prototype.reset=function(){this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1},_r.prototype.write=function(yr){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=yr,this.parse()},_r.prototype.end=function(yr){this.ended&&this.cbs.onerror(Error(".end() after done!")),yr&&this.write(yr),this.ended=!0,this.running&&this.finish()},_r.prototype.pause=function(){this.running=!1},_r.prototype.resume=function(){this.running=!0,this._indexthis.sectionStart&&this.cbs.ontext(this.getSection()),this._state=2,this.sectionStart=this._index):this.decodeEntities&&yr==="&"&&(this.special===1||this.special===4)&&(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this.baseState=1,this._state=62,this.sectionStart=this._index)},_r.prototype.isTagStartChar=function(yr){return L(yr)||this.xmlMode&&!k(yr)&&yr!=="/"&&yr!==">"},_r.prototype.stateBeforeTagName=function(yr){yr==="/"?this._state=5:yr==="<"?(this.cbs.ontext(this.getSection()),this.sectionStart=this._index):yr===">"||this.special!==1||k(yr)?this._state=1:yr==="!"?(this._state=15,this.sectionStart=this._index+1):yr==="?"?(this._state=17,this.sectionStart=this._index+1):this.isTagStartChar(yr)?(this._state=!this.xmlMode&&(yr==="s"||yr==="S")?32:!this.xmlMode&&(yr==="t"||yr==="T")?52:3,this.sectionStart=this._index):this._state=1},_r.prototype.stateInTagName=function(yr){(yr==="/"||yr===">"||k(yr))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},_r.prototype.stateBeforeClosingTagName=function(yr){k(yr)||(yr===">"?this._state=1:this.special!==1?this.special!==4&&(yr==="s"||yr==="S")?this._state=33:this.special===4&&(yr==="t"||yr==="T")?this._state=53:(this._state=1,this._index--):this.isTagStartChar(yr)?(this._state=6,this.sectionStart=this._index):(this._state=20,this.sectionStart=this._index))},_r.prototype.stateInClosingTagName=function(yr){(yr===">"||k(yr))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},_r.prototype.stateAfterClosingTagName=function(yr){yr===">"&&(this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateBeforeAttributeName=function(yr){yr===">"?(this.cbs.onopentagend(),this._state=1,this.sectionStart=this._index+1):yr==="/"?this._state=4:k(yr)||(this._state=9,this.sectionStart=this._index)},_r.prototype.stateInSelfClosingTag=function(yr){yr===">"?(this.cbs.onselfclosingtag(),this._state=1,this.sectionStart=this._index+1,this.special=1):k(yr)||(this._state=8,this._index--)},_r.prototype.stateInAttributeName=function(yr){(yr==="="||yr==="/"||yr===">"||k(yr))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},_r.prototype.stateAfterAttributeName=function(yr){yr==="="?this._state=11:yr==="/"||yr===">"?(this.cbs.onattribend(void 0),this._state=8,this._index--):k(yr)||(this.cbs.onattribend(void 0),this._state=9,this.sectionStart=this._index)},_r.prototype.stateBeforeAttributeValue=function(yr){yr==='"'?(this._state=12,this.sectionStart=this._index+1):yr==="'"?(this._state=13,this.sectionStart=this._index+1):k(yr)||(this._state=14,this.sectionStart=this._index,this._index--)},_r.prototype.handleInAttributeValue=function(yr,xr){yr===xr?(this.emitToken("onattribdata"),this.cbs.onattribend(xr),this._state=8):this.decodeEntities&&yr==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},_r.prototype.stateInAttributeValueDoubleQuotes=function(yr){this.handleInAttributeValue(yr,'"')},_r.prototype.stateInAttributeValueSingleQuotes=function(yr){this.handleInAttributeValue(yr,"'")},_r.prototype.stateInAttributeValueNoQuotes=function(yr){k(yr)||yr===">"?(this.emitToken("onattribdata"),this.cbs.onattribend(null),this._state=8,this._index--):this.decodeEntities&&yr==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},_r.prototype.stateBeforeDeclaration=function(yr){this._state=yr==="["?23:yr==="-"?18:16},_r.prototype.stateInDeclaration=function(yr){yr===">"&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateInProcessingInstruction=function(yr){yr===">"&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateBeforeComment=function(yr){yr==="-"?(this._state=19,this.sectionStart=this._index+1):this._state=16},_r.prototype.stateInComment=function(yr){yr==="-"&&(this._state=21)},_r.prototype.stateInSpecialComment=function(yr){yr===">"&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},_r.prototype.stateAfterComment1=function(yr){yr==="-"?this._state=22:this._state=19},_r.prototype.stateAfterComment2=function(yr){yr===">"?(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):yr!=="-"&&(this._state=19)},_r.prototype.stateBeforeCdata6=function(yr){yr==="["?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},_r.prototype.stateInCdata=function(yr){yr==="]"&&(this._state=30)},_r.prototype.stateAfterCdata1=function(yr){yr==="]"?this._state=31:this._state=29},_r.prototype.stateAfterCdata2=function(yr){yr===">"?(this.cbs.oncdata(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):yr!=="]"&&(this._state=29)},_r.prototype.stateBeforeSpecialS=function(yr){yr==="c"||yr==="C"?this._state=34:yr==="t"||yr==="T"?this._state=44:(this._state=3,this._index--)},_r.prototype.stateBeforeSpecialSEnd=function(yr){this.special===2&&(yr==="c"||yr==="C")?this._state=39:this.special===3&&(yr==="t"||yr==="T")?this._state=48:this._state=1},_r.prototype.stateBeforeSpecialLast=function(yr,xr){(yr==="/"||yr===">"||k(yr))&&(this.special=xr),this._state=3,this._index--},_r.prototype.stateAfterSpecialLast=function(yr,xr){yr===">"||k(yr)?(this.special=1,this._state=6,this.sectionStart=this._index-xr,this._index--):this._state=1},_r.prototype.parseFixedEntity=function(yr){if(yr===void 0&&(yr=this.xmlMode?$.default:y.default),this.sectionStart+1=2;){var Nr=this.buffer.substr(yr,xr);if(Object.prototype.hasOwnProperty.call(n.default,Nr)){this.emitPartial(n.default[Nr]),this.sectionStart+=xr+1;return}xr--}},_r.prototype.stateInNamedEntity=function(yr){yr===";"?(this.parseFixedEntity(),this.baseState===1&&this.sectionStart+1"9")&&!L(yr)&&(this.xmlMode||this.sectionStart+1===this._index||(this.baseState!==1?yr!=="="&&this.parseFixedEntity(n.default):this.parseLegacyEntity()),this._state=this.baseState,this._index--)},_r.prototype.decodeNumericEntity=function(yr,xr,Nr){var Tr=this.sectionStart+yr;if(Tr!==this._index){var Sr=this.buffer.substring(Tr,this._index),Ar=parseInt(Sr,xr);this.emitPartial(t.default(Ar)),this.sectionStart=Nr?this._index+1:this._index}this._state=this.baseState},_r.prototype.stateInNumericEntity=function(yr){yr===";"?this.decodeNumericEntity(2,10,!0):(yr<"0"||yr>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(2,10,!1),this._index--)},_r.prototype.stateInHexEntity=function(yr){yr===";"?this.decodeNumericEntity(3,16,!0):(yr<"a"||yr>"f")&&(yr<"A"||yr>"F")&&(yr<"0"||yr>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(3,16,!1),this._index--)},_r.prototype.cleanup=function(){this.sectionStart<0?(this.buffer="",this.bufferOffset+=this._index,this._index=0):this.running&&(this._state===1?(this.sectionStart!==this._index&&this.cbs.ontext(this.buffer.substr(this.sectionStart)),this.buffer="",this.bufferOffset+=this._index,this._index=0):this.sectionStart===this._index?(this.buffer="",this.bufferOffset+=this._index,this._index=0):(this.buffer=this.buffer.substr(this.sectionStart),this._index-=this.sectionStart,this.bufferOffset+=this.sectionStart),this.sectionStart=0)},_r.prototype.parse=function(){for(;this._index0&&$[oe].has(_e=this.stack[this.stack.length-1]);)this.onclosetag(_e);(this.options.xmlMode||!k.has(oe))&&(this.stack.push(oe),L.has(oe)?this.foreignContext.push(!0):j.has(oe)&&this.foreignContext.push(!1)),(de=(ue=this.cbs).onopentagname)===null||de===void 0||de.call(ue,oe),this.cbs.onopentag&&(this.attribs={})},re.prototype.onopentagend=function(){var oe,ue;this.updatePosition(1),this.attribs&&((ue=(oe=this.cbs).onopentag)===null||ue===void 0||ue.call(oe,this.tagname,this.attribs),this.attribs=null),!this.options.xmlMode&&this.cbs.onclosetag&&k.has(this.tagname)&&this.cbs.onclosetag(this.tagname),this.tagname=""},re.prototype.onclosetag=function(oe){if(this.updatePosition(1),this.lowerCaseTagNames&&(oe=oe.toLowerCase()),(L.has(oe)||j.has(oe))&&this.foreignContext.pop(),this.stack.length&&(this.options.xmlMode||!k.has(oe))){var ue=this.stack.lastIndexOf(oe);if(ue!==-1)if(this.cbs.onclosetag)for(ue=this.stack.length-ue;ue--;)this.cbs.onclosetag(this.stack.pop());else this.stack.length=ue;else oe==="p"&&!this.options.xmlMode&&(this.onopentagname(oe),this.closeCurrentTag())}else!this.options.xmlMode&&(oe==="br"||oe==="p")&&(this.onopentagname(oe),this.closeCurrentTag())},re.prototype.onselfclosingtag=function(){this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?this.closeCurrentTag():this.onopentagend()},re.prototype.closeCurrentTag=function(){var oe,ue,de=this.tagname;this.onopentagend(),this.stack[this.stack.length-1]===de&&((ue=(oe=this.cbs).onclosetag)===null||ue===void 0||ue.call(oe,de),this.stack.pop())},re.prototype.onattribname=function(oe){this.lowerCaseAttributeNames&&(oe=oe.toLowerCase()),this.attribname=oe},re.prototype.onattribdata=function(oe){this.attribvalue+=oe},re.prototype.onattribend=function(oe){var ue,de;(de=(ue=this.cbs).onattribute)===null||de===void 0||de.call(ue,this.attribname,this.attribvalue,oe),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribname="",this.attribvalue=""},re.prototype.getInstructionName=function(oe){var ue=oe.search(V),de=ue<0?oe:oe.substr(0,ue);return this.lowerCaseTagNames&&(de=de.toLowerCase()),de},re.prototype.ondeclaration=function(oe){if(this.cbs.onprocessinginstruction){var ue=this.getInstructionName(oe);this.cbs.onprocessinginstruction("!"+ue,"!"+oe)}},re.prototype.onprocessinginstruction=function(oe){if(this.cbs.onprocessinginstruction){var ue=this.getInstructionName(oe);this.cbs.onprocessinginstruction("?"+ue,"?"+oe)}},re.prototype.oncomment=function(oe){var ue,de,_e,Ne;this.updatePosition(4),(de=(ue=this.cbs).oncomment)===null||de===void 0||de.call(ue,oe),(Ne=(_e=this.cbs).oncommentend)===null||Ne===void 0||Ne.call(_e)},re.prototype.oncdata=function(oe){var ue,de,_e,Ne,Ue,$e;this.updatePosition(1),this.options.xmlMode||this.options.recognizeCDATA?((de=(ue=this.cbs).oncdatastart)===null||de===void 0||de.call(ue),(Ne=(_e=this.cbs).ontext)===null||Ne===void 0||Ne.call(_e,oe),($e=(Ue=this.cbs).oncdataend)===null||$e===void 0||$e.call(Ue)):this.oncomment("[CDATA["+oe+"]]")},re.prototype.onerror=function(oe){var ue,de;(de=(ue=this.cbs).onerror)===null||de===void 0||de.call(ue,oe)},re.prototype.onend=function(){var oe,ue;if(this.cbs.onclosetag)for(var de=this.stack.length;de>0;this.cbs.onclosetag(this.stack[--de]));(ue=(oe=this.cbs).onend)===null||ue===void 0||ue.call(oe)},re.prototype.reset=function(){var oe,ue,de,_e;(ue=(oe=this.cbs).onreset)===null||ue===void 0||ue.call(oe),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack=[],(_e=(de=this.cbs).onparserinit)===null||_e===void 0||_e.call(de,this)},re.prototype.parseComplete=function(oe){this.reset(),this.end(oe)},re.prototype.write=function(oe){this.tokenizer.write(oe)},re.prototype.end=function(oe){this.tokenizer.end(oe)},re.prototype.pause=function(){this.tokenizer.pause()},re.prototype.resume=function(){this.tokenizer.resume()},re.prototype.parseChunk=function(oe){this.write(oe)},re.prototype.done=function(oe){this.end(oe)},re}();return Parser.Parser=z,Parser}var FeedHandler={},hasRequiredFeedHandler;function requireFeedHandler(){if(hasRequiredFeedHandler)return FeedHandler;hasRequiredFeedHandler=1;var e=commonjsGlobal&&commonjsGlobal.__extends||function(){var Fe=function(qe,er){return Fe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ir,dr){ir.__proto__=dr}||function(ir,dr){for(var cr in dr)Object.prototype.hasOwnProperty.call(dr,cr)&&(ir[cr]=dr[cr])},Fe(qe,er)};return function(qe,er){if(typeof er!="function"&&er!==null)throw new TypeError("Class extends value "+String(er)+" is not a constructor or null");Fe(qe,er);function ir(){this.constructor=qe}qe.prototype=er===null?Object.create(er):(ir.prototype=er.prototype,new ir)}}(),t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(Fe,qe,er,ir){ir===void 0&&(ir=er),Object.defineProperty(Fe,ir,{enumerable:!0,get:function(){return qe[er]}})}:function(Fe,qe,er,ir){ir===void 0&&(ir=er),Fe[ir]=qe[er]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(Fe,qe){Object.defineProperty(Fe,"default",{enumerable:!0,value:qe})}:function(Fe,qe){Fe.default=qe}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(Fe){if(Fe&&Fe.__esModule)return Fe;var qe={};if(Fe!=null)for(var er in Fe)er!=="default"&&Object.prototype.hasOwnProperty.call(Fe,er)&&t(qe,Fe,er);return y(qe,Fe),qe},$=commonjsGlobal&&commonjsGlobal.__importDefault||function(Fe){return Fe&&Fe.__esModule?Fe:{default:Fe}};Object.defineProperty(FeedHandler,"__esModule",{value:!0}),FeedHandler.parseFeed=FeedHandler.FeedHandler=void 0;var k=$(requireLib$a()),L=n(requireLib$7()),j=requireParser$2(),V;(function(Fe){Fe[Fe.image=0]="image",Fe[Fe.audio=1]="audio",Fe[Fe.video=2]="video",Fe[Fe.document=3]="document",Fe[Fe.executable=4]="executable"})(V||(V={}));var z;(function(Fe){Fe[Fe.sample=0]="sample",Fe[Fe.full=1]="full",Fe[Fe.nonstop=2]="nonstop"})(z||(z={}));var re=function(Fe){e(qe,Fe);function qe(er,ir){var dr=this;return typeof er=="object"&&(er=void 0,ir=er),dr=Fe.call(this,er,ir)||this,dr}return qe.prototype.onend=function(){var er,ir,dr=de($e,this.dom);if(!dr){this.handleCallback(new Error("couldn't find root of feed"));return}var cr={};if(dr.name==="feed"){var nr=dr.children;cr.type="atom",Ue(cr,"id","id",nr),Ue(cr,"title","title",nr);var lr=Ne("href",de("link",nr));lr&&(cr.link=lr),Ue(cr,"description","subtitle",nr);var Et=_e("updated",nr);Et&&(cr.updated=new Date(Et)),Ue(cr,"author","email",nr,!0),cr.items=ue("entry",nr).map(function(ie){var pe={},Ce=ie.children;Ue(pe,"id","id",Ce),Ue(pe,"title","title",Ce);var Ie=Ne("href",de("link",Ce));Ie&&(pe.link=Ie);var jt=_e("summary",Ce)||_e("content",Ce);jt&&(pe.description=jt);var ar=_e("updated",Ce);return ar&&(pe.pubDate=new Date(ar)),pe.media=oe(Ce),pe})}else{var nr=(ir=(er=de("channel",dr.children))===null||er===void 0?void 0:er.children)!==null&&ir!==void 0?ir:[];cr.type=dr.name.substr(0,3),cr.id="",Ue(cr,"title","title",nr),Ue(cr,"link","link",nr),Ue(cr,"description","description",nr);var Et=_e("lastBuildDate",nr);Et&&(cr.updated=new Date(Et)),Ue(cr,"author","managingEditor",nr,!0),cr.items=ue("item",dr.children).map(function(Ce){var Ie={},jt=Ce.children;Ue(Ie,"id","guid",jt),Ue(Ie,"title","title",jt),Ue(Ie,"link","link",jt),Ue(Ie,"description","description",jt);var ar=_e("pubDate",jt);return ar&&(Ie.pubDate=new Date(ar)),Ie.media=oe(jt),Ie})}this.feed=cr,this.handleCallback(null)},qe}(k.default);FeedHandler.FeedHandler=re;function oe(Fe){return ue("media:content",Fe).map(function(qe){var er={medium:qe.attribs.medium,isDefault:!!qe.attribs.isDefault};return qe.attribs.url&&(er.url=qe.attribs.url),qe.attribs.fileSize&&(er.fileSize=parseInt(qe.attribs.fileSize,10)),qe.attribs.type&&(er.type=qe.attribs.type),qe.attribs.expression&&(er.expression=qe.attribs.expression),qe.attribs.bitrate&&(er.bitrate=parseInt(qe.attribs.bitrate,10)),qe.attribs.framerate&&(er.framerate=parseInt(qe.attribs.framerate,10)),qe.attribs.samplingrate&&(er.samplingrate=parseInt(qe.attribs.samplingrate,10)),qe.attribs.channels&&(er.channels=parseInt(qe.attribs.channels,10)),qe.attribs.duration&&(er.duration=parseInt(qe.attribs.duration,10)),qe.attribs.height&&(er.height=parseInt(qe.attribs.height,10)),qe.attribs.width&&(er.width=parseInt(qe.attribs.width,10)),qe.attribs.lang&&(er.lang=qe.attribs.lang),er})}function ue(Fe,qe){return L.getElementsByTagName(Fe,qe,!0)}function de(Fe,qe){return L.getElementsByTagName(Fe,qe,!0,1)[0]}function _e(Fe,qe,er){return er===void 0&&(er=!1),L.getText(L.getElementsByTagName(Fe,qe,er,1)).trim()}function Ne(Fe,qe){if(!qe)return null;var er=qe.attribs;return er[Fe]}function Ue(Fe,qe,er,ir,dr){dr===void 0&&(dr=!1);var cr=_e(er,ir,dr);cr&&(Fe[qe]=cr)}function $e(Fe){return Fe==="rss"||Fe==="feed"||Fe==="rdf:RDF"}function Ve(Fe,qe){qe===void 0&&(qe={xmlMode:!0});var er=new re(qe);return new j.Parser(er,qe).end(Fe),er.feed}return FeedHandler.parseFeed=Ve,FeedHandler}var hasRequiredLib$3;function requireLib$3(){return hasRequiredLib$3||(hasRequiredLib$3=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(_e,Ne,Ue,$e){$e===void 0&&($e=Ue),Object.defineProperty(_e,$e,{enumerable:!0,get:function(){return Ne[Ue]}})}:function(_e,Ne,Ue,$e){$e===void 0&&($e=Ue),_e[$e]=Ne[Ue]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(_e,Ne){Object.defineProperty(_e,"default",{enumerable:!0,value:Ne})}:function(_e,Ne){_e.default=Ne}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(_e){if(_e&&_e.__esModule)return _e;var Ne={};if(_e!=null)for(var Ue in _e)Ue!=="default"&&Object.prototype.hasOwnProperty.call(_e,Ue)&&t(Ne,_e,Ue);return y(Ne,_e),Ne},$=commonjsGlobal&&commonjsGlobal.__exportStar||function(_e,Ne){for(var Ue in _e)Ue!=="default"&&!Object.prototype.hasOwnProperty.call(Ne,Ue)&&t(Ne,_e,Ue)},k=commonjsGlobal&&commonjsGlobal.__importDefault||function(_e){return _e&&_e.__esModule?_e:{default:_e}};Object.defineProperty(e,"__esModule",{value:!0}),e.RssHandler=e.DefaultHandler=e.DomUtils=e.ElementType=e.Tokenizer=e.createDomStream=e.parseDOM=e.parseDocument=e.DomHandler=e.Parser=void 0;var L=requireParser$2();Object.defineProperty(e,"Parser",{enumerable:!0,get:function(){return L.Parser}});var j=requireLib$a();Object.defineProperty(e,"DomHandler",{enumerable:!0,get:function(){return j.DomHandler}}),Object.defineProperty(e,"DefaultHandler",{enumerable:!0,get:function(){return j.DomHandler}});function V(_e,Ne){var Ue=new j.DomHandler(void 0,Ne);return new L.Parser(Ue,Ne).end(_e),Ue.root}e.parseDocument=V;function z(_e,Ne){return V(_e,Ne).children}e.parseDOM=z;function re(_e,Ne,Ue){var $e=new j.DomHandler(_e,Ne,Ue);return new L.Parser($e,Ne)}e.createDomStream=re;var oe=requireTokenizer$1();Object.defineProperty(e,"Tokenizer",{enumerable:!0,get:function(){return k(oe).default}});var ue=n(requireLib$b());e.ElementType=ue,$(requireFeedHandler(),e),e.DomUtils=n(requireLib$7());var de=requireFeedHandler();Object.defineProperty(e,"RssHandler",{enumerable:!0,get:function(){return de.FeedHandler}})}(lib$5)),lib$5}var parse5Adapter={},lib$4={},unicode={},hasRequiredUnicode;function requireUnicode(){if(hasRequiredUnicode)return unicode;hasRequiredUnicode=1;const e=[65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111];return unicode.REPLACEMENT_CHARACTER="�",unicode.CODE_POINTS={EOF:-1,NULL:0,TABULATION:9,CARRIAGE_RETURN:13,LINE_FEED:10,FORM_FEED:12,SPACE:32,EXCLAMATION_MARK:33,QUOTATION_MARK:34,NUMBER_SIGN:35,AMPERSAND:38,APOSTROPHE:39,HYPHEN_MINUS:45,SOLIDUS:47,DIGIT_0:48,DIGIT_9:57,SEMICOLON:59,LESS_THAN_SIGN:60,EQUALS_SIGN:61,GREATER_THAN_SIGN:62,QUESTION_MARK:63,LATIN_CAPITAL_A:65,LATIN_CAPITAL_F:70,LATIN_CAPITAL_X:88,LATIN_CAPITAL_Z:90,RIGHT_SQUARE_BRACKET:93,GRAVE_ACCENT:96,LATIN_SMALL_A:97,LATIN_SMALL_F:102,LATIN_SMALL_X:120,LATIN_SMALL_Z:122,REPLACEMENT_CHARACTER:65533},unicode.CODE_POINT_SEQUENCES={DASH_DASH_STRING:[45,45],DOCTYPE_STRING:[68,79,67,84,89,80,69],CDATA_START_STRING:[91,67,68,65,84,65,91],SCRIPT_STRING:[115,99,114,105,112,116],PUBLIC_STRING:[80,85,66,76,73,67],SYSTEM_STRING:[83,89,83,84,69,77]},unicode.isSurrogate=function(t){return t>=55296&&t<=57343},unicode.isSurrogatePair=function(t){return t>=56320&&t<=57343},unicode.getSurrogatePairCodePoint=function(t,y){return(t-55296)*1024+9216+y},unicode.isControlCodePoint=function(t){return t!==32&&t!==10&&t!==13&&t!==9&&t!==12&&t>=1&&t<=31||t>=127&&t<=159},unicode.isUndefinedCodePoint=function(t){return t>=64976&&t<=65007||e.indexOf(t)>-1},unicode}var errorCodes,hasRequiredErrorCodes;function requireErrorCodes(){return hasRequiredErrorCodes||(hasRequiredErrorCodes=1,errorCodes={controlCharacterInInputStream:"control-character-in-input-stream",noncharacterInInputStream:"noncharacter-in-input-stream",surrogateInInputStream:"surrogate-in-input-stream",nonVoidHtmlElementStartTagWithTrailingSolidus:"non-void-html-element-start-tag-with-trailing-solidus",endTagWithAttributes:"end-tag-with-attributes",endTagWithTrailingSolidus:"end-tag-with-trailing-solidus",unexpectedSolidusInTag:"unexpected-solidus-in-tag",unexpectedNullCharacter:"unexpected-null-character",unexpectedQuestionMarkInsteadOfTagName:"unexpected-question-mark-instead-of-tag-name",invalidFirstCharacterOfTagName:"invalid-first-character-of-tag-name",unexpectedEqualsSignBeforeAttributeName:"unexpected-equals-sign-before-attribute-name",missingEndTagName:"missing-end-tag-name",unexpectedCharacterInAttributeName:"unexpected-character-in-attribute-name",unknownNamedCharacterReference:"unknown-named-character-reference",missingSemicolonAfterCharacterReference:"missing-semicolon-after-character-reference",unexpectedCharacterAfterDoctypeSystemIdentifier:"unexpected-character-after-doctype-system-identifier",unexpectedCharacterInUnquotedAttributeValue:"unexpected-character-in-unquoted-attribute-value",eofBeforeTagName:"eof-before-tag-name",eofInTag:"eof-in-tag",missingAttributeValue:"missing-attribute-value",missingWhitespaceBetweenAttributes:"missing-whitespace-between-attributes",missingWhitespaceAfterDoctypePublicKeyword:"missing-whitespace-after-doctype-public-keyword",missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:"missing-whitespace-between-doctype-public-and-system-identifiers",missingWhitespaceAfterDoctypeSystemKeyword:"missing-whitespace-after-doctype-system-keyword",missingQuoteBeforeDoctypePublicIdentifier:"missing-quote-before-doctype-public-identifier",missingQuoteBeforeDoctypeSystemIdentifier:"missing-quote-before-doctype-system-identifier",missingDoctypePublicIdentifier:"missing-doctype-public-identifier",missingDoctypeSystemIdentifier:"missing-doctype-system-identifier",abruptDoctypePublicIdentifier:"abrupt-doctype-public-identifier",abruptDoctypeSystemIdentifier:"abrupt-doctype-system-identifier",cdataInHtmlContent:"cdata-in-html-content",incorrectlyOpenedComment:"incorrectly-opened-comment",eofInScriptHtmlCommentLikeText:"eof-in-script-html-comment-like-text",eofInDoctype:"eof-in-doctype",nestedComment:"nested-comment",abruptClosingOfEmptyComment:"abrupt-closing-of-empty-comment",eofInComment:"eof-in-comment",incorrectlyClosedComment:"incorrectly-closed-comment",eofInCdata:"eof-in-cdata",absenceOfDigitsInNumericCharacterReference:"absence-of-digits-in-numeric-character-reference",nullCharacterReference:"null-character-reference",surrogateCharacterReference:"surrogate-character-reference",characterReferenceOutsideUnicodeRange:"character-reference-outside-unicode-range",controlCharacterReference:"control-character-reference",noncharacterCharacterReference:"noncharacter-character-reference",missingWhitespaceBeforeDoctypeName:"missing-whitespace-before-doctype-name",missingDoctypeName:"missing-doctype-name",invalidCharacterSequenceAfterDoctypeName:"invalid-character-sequence-after-doctype-name",duplicateAttribute:"duplicate-attribute",nonConformingDoctype:"non-conforming-doctype",missingDoctype:"missing-doctype",misplacedDoctype:"misplaced-doctype",endTagWithoutMatchingOpenElement:"end-tag-without-matching-open-element",closingOfElementWithOpenChildElements:"closing-of-element-with-open-child-elements",disallowedContentInNoscriptInHead:"disallowed-content-in-noscript-in-head",openElementsLeftAfterEof:"open-elements-left-after-eof",abandonedHeadElementChild:"abandoned-head-element-child",misplacedStartTagForHeadElement:"misplaced-start-tag-for-head-element",nestedNoscriptInHead:"nested-noscript-in-head",eofInElementThatCanContainOnlyText:"eof-in-element-that-can-contain-only-text"}),errorCodes}var preprocessor,hasRequiredPreprocessor;function requirePreprocessor(){if(hasRequiredPreprocessor)return preprocessor;hasRequiredPreprocessor=1;const e=requireUnicode(),t=requireErrorCodes(),y=e.CODE_POINTS,n=65536;class ${constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastCharPos=-1,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=n}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(L){if(this.pos!==this.lastCharPos){const j=this.html.charCodeAt(this.pos+1);if(e.isSurrogatePair(j))return this.pos++,this._addGap(),e.getSurrogatePairCodePoint(L,j)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,y.EOF;return this._err(t.surrogateInInputStream),L}dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=this.pos,this.html=this.html.substring(this.pos),this.pos=0,this.lastGapPos=-1,this.gapStack=[])}write(L,j){this.html?this.html+=L:this.html=L,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=j}insertHtmlAtCurrentPos(L){this.html=this.html.substring(0,this.pos+1)+L+this.html.substring(this.pos+1,this.html.length),this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1}advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChunkHit=!this.lastChunkWritten,y.EOF;let L=this.html.charCodeAt(this.pos);return this.skipNextNewLine&&L===y.LINE_FEED?(this.skipNextNewLine=!1,this._addGap(),this.advance()):L===y.CARRIAGE_RETURN?(this.skipNextNewLine=!0,y.LINE_FEED):(this.skipNextNewLine=!1,e.isSurrogate(L)&&(L=this._processSurrogate(L)),L>31&&L<127||L===y.LINE_FEED||L===y.CARRIAGE_RETURN||L>159&&L<64976||this._checkForProblematicCharacters(L),L)}_checkForProblematicCharacters(L){e.isControlCodePoint(L)?this._err(t.controlCharacterInInputStream):e.isUndefinedCodePoint(L)&&this._err(t.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}return preprocessor=$,preprocessor}var namedEntityData,hasRequiredNamedEntityData;function requireNamedEntityData(){return hasRequiredNamedEntityData||(hasRequiredNamedEntityData=1,namedEntityData=new Uint16Array([4,52,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,106,303,412,810,1432,1701,1796,1987,2114,2360,2420,2484,3170,3251,4140,4393,4575,4610,5106,5512,5728,6117,6274,6315,6345,6427,6516,7002,7910,8733,9323,9870,10170,10631,10893,11318,11386,11467,12773,13092,14474,14922,15448,15542,16419,17666,18166,18611,19004,19095,19298,19397,4,16,69,77,97,98,99,102,103,108,109,110,111,112,114,115,116,117,140,150,158,169,176,194,199,210,216,222,226,242,256,266,283,294,108,105,103,5,198,1,59,148,1,198,80,5,38,1,59,156,1,38,99,117,116,101,5,193,1,59,167,1,193,114,101,118,101,59,1,258,4,2,105,121,182,191,114,99,5,194,1,59,189,1,194,59,1,1040,114,59,3,55349,56580,114,97,118,101,5,192,1,59,208,1,192,112,104,97,59,1,913,97,99,114,59,1,256,100,59,1,10835,4,2,103,112,232,237,111,110,59,1,260,102,59,3,55349,56632,112,108,121,70,117,110,99,116,105,111,110,59,1,8289,105,110,103,5,197,1,59,264,1,197,4,2,99,115,272,277,114,59,3,55349,56476,105,103,110,59,1,8788,105,108,100,101,5,195,1,59,292,1,195,109,108,5,196,1,59,301,1,196,4,8,97,99,101,102,111,114,115,117,321,350,354,383,388,394,400,405,4,2,99,114,327,336,107,115,108,97,115,104,59,1,8726,4,2,118,119,342,345,59,1,10983,101,100,59,1,8966,121,59,1,1041,4,3,99,114,116,362,369,379,97,117,115,101,59,1,8757,110,111,117,108,108,105,115,59,1,8492,97,59,1,914,114,59,3,55349,56581,112,102,59,3,55349,56633,101,118,101,59,1,728,99,114,59,1,8492,109,112,101,113,59,1,8782,4,14,72,79,97,99,100,101,102,104,105,108,111,114,115,117,442,447,456,504,542,547,569,573,577,616,678,784,790,796,99,121,59,1,1063,80,89,5,169,1,59,454,1,169,4,3,99,112,121,464,470,497,117,116,101,59,1,262,4,2,59,105,476,478,1,8914,116,97,108,68,105,102,102,101,114,101,110,116,105,97,108,68,59,1,8517,108,101,121,115,59,1,8493,4,4,97,101,105,111,514,520,530,535,114,111,110,59,1,268,100,105,108,5,199,1,59,528,1,199,114,99,59,1,264,110,105,110,116,59,1,8752,111,116,59,1,266,4,2,100,110,553,560,105,108,108,97,59,1,184,116,101,114,68,111,116,59,1,183,114,59,1,8493,105,59,1,935,114,99,108,101,4,4,68,77,80,84,591,596,603,609,111,116,59,1,8857,105,110,117,115,59,1,8854,108,117,115,59,1,8853,105,109,101,115,59,1,8855,111,4,2,99,115,623,646,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8754,101,67,117,114,108,121,4,2,68,81,658,671,111,117,98,108,101,81,117,111,116,101,59,1,8221,117,111,116,101,59,1,8217,4,4,108,110,112,117,688,701,736,753,111,110,4,2,59,101,696,698,1,8759,59,1,10868,4,3,103,105,116,709,717,722,114,117,101,110,116,59,1,8801,110,116,59,1,8751,111,117,114,73,110,116,101,103,114,97,108,59,1,8750,4,2,102,114,742,745,59,1,8450,111,100,117,99,116,59,1,8720,110,116,101,114,67,108,111,99,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8755,111,115,115,59,1,10799,99,114,59,3,55349,56478,112,4,2,59,67,803,805,1,8915,97,112,59,1,8781,4,11,68,74,83,90,97,99,101,102,105,111,115,834,850,855,860,865,888,903,916,921,1011,1415,4,2,59,111,840,842,1,8517,116,114,97,104,100,59,1,10513,99,121,59,1,1026,99,121,59,1,1029,99,121,59,1,1039,4,3,103,114,115,873,879,883,103,101,114,59,1,8225,114,59,1,8609,104,118,59,1,10980,4,2,97,121,894,900,114,111,110,59,1,270,59,1,1044,108,4,2,59,116,910,912,1,8711,97,59,1,916,114,59,3,55349,56583,4,2,97,102,927,998,4,2,99,109,933,992,114,105,116,105,99,97,108,4,4,65,68,71,84,950,957,978,985,99,117,116,101,59,1,180,111,4,2,116,117,964,967,59,1,729,98,108,101,65,99,117,116,101,59,1,733,114,97,118,101,59,1,96,105,108,100,101,59,1,732,111,110,100,59,1,8900,102,101,114,101,110,116,105,97,108,68,59,1,8518,4,4,112,116,117,119,1021,1026,1048,1249,102,59,3,55349,56635,4,3,59,68,69,1034,1036,1041,1,168,111,116,59,1,8412,113,117,97,108,59,1,8784,98,108,101,4,6,67,68,76,82,85,86,1065,1082,1101,1189,1211,1236,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8751,111,4,2,116,119,1089,1092,59,1,168,110,65,114,114,111,119,59,1,8659,4,2,101,111,1107,1141,102,116,4,3,65,82,84,1117,1124,1136,114,114,111,119,59,1,8656,105,103,104,116,65,114,114,111,119,59,1,8660,101,101,59,1,10980,110,103,4,2,76,82,1149,1177,101,102,116,4,2,65,82,1158,1165,114,114,111,119,59,1,10232,105,103,104,116,65,114,114,111,119,59,1,10234,105,103,104,116,65,114,114,111,119,59,1,10233,105,103,104,116,4,2,65,84,1199,1206,114,114,111,119,59,1,8658,101,101,59,1,8872,112,4,2,65,68,1218,1225,114,114,111,119,59,1,8657,111,119,110,65,114,114,111,119,59,1,8661,101,114,116,105,99,97,108,66,97,114,59,1,8741,110,4,6,65,66,76,82,84,97,1264,1292,1299,1352,1391,1408,114,114,111,119,4,3,59,66,85,1276,1278,1283,1,8595,97,114,59,1,10515,112,65,114,114,111,119,59,1,8693,114,101,118,101,59,1,785,101,102,116,4,3,82,84,86,1310,1323,1334,105,103,104,116,86,101,99,116,111,114,59,1,10576,101,101,86,101,99,116,111,114,59,1,10590,101,99,116,111,114,4,2,59,66,1345,1347,1,8637,97,114,59,1,10582,105,103,104,116,4,2,84,86,1362,1373,101,101,86,101,99,116,111,114,59,1,10591,101,99,116,111,114,4,2,59,66,1384,1386,1,8641,97,114,59,1,10583,101,101,4,2,59,65,1399,1401,1,8868,114,114,111,119,59,1,8615,114,114,111,119,59,1,8659,4,2,99,116,1421,1426,114,59,3,55349,56479,114,111,107,59,1,272,4,16,78,84,97,99,100,102,103,108,109,111,112,113,115,116,117,120,1466,1470,1478,1489,1515,1520,1525,1536,1544,1593,1609,1617,1650,1664,1668,1677,71,59,1,330,72,5,208,1,59,1476,1,208,99,117,116,101,5,201,1,59,1487,1,201,4,3,97,105,121,1497,1503,1512,114,111,110,59,1,282,114,99,5,202,1,59,1510,1,202,59,1,1069,111,116,59,1,278,114,59,3,55349,56584,114,97,118,101,5,200,1,59,1534,1,200,101,109,101,110,116,59,1,8712,4,2,97,112,1550,1555,99,114,59,1,274,116,121,4,2,83,86,1563,1576,109,97,108,108,83,113,117,97,114,101,59,1,9723,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9643,4,2,103,112,1599,1604,111,110,59,1,280,102,59,3,55349,56636,115,105,108,111,110,59,1,917,117,4,2,97,105,1624,1640,108,4,2,59,84,1631,1633,1,10869,105,108,100,101,59,1,8770,108,105,98,114,105,117,109,59,1,8652,4,2,99,105,1656,1660,114,59,1,8496,109,59,1,10867,97,59,1,919,109,108,5,203,1,59,1675,1,203,4,2,105,112,1683,1689,115,116,115,59,1,8707,111,110,101,110,116,105,97,108,69,59,1,8519,4,5,99,102,105,111,115,1713,1717,1722,1762,1791,121,59,1,1060,114,59,3,55349,56585,108,108,101,100,4,2,83,86,1732,1745,109,97,108,108,83,113,117,97,114,101,59,1,9724,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9642,4,3,112,114,117,1770,1775,1781,102,59,3,55349,56637,65,108,108,59,1,8704,114,105,101,114,116,114,102,59,1,8497,99,114,59,1,8497,4,12,74,84,97,98,99,100,102,103,111,114,115,116,1822,1827,1834,1848,1855,1877,1882,1887,1890,1896,1978,1984,99,121,59,1,1027,5,62,1,59,1832,1,62,109,109,97,4,2,59,100,1843,1845,1,915,59,1,988,114,101,118,101,59,1,286,4,3,101,105,121,1863,1869,1874,100,105,108,59,1,290,114,99,59,1,284,59,1,1043,111,116,59,1,288,114,59,3,55349,56586,59,1,8921,112,102,59,3,55349,56638,101,97,116,101,114,4,6,69,70,71,76,83,84,1915,1933,1944,1953,1959,1971,113,117,97,108,4,2,59,76,1925,1927,1,8805,101,115,115,59,1,8923,117,108,108,69,113,117,97,108,59,1,8807,114,101,97,116,101,114,59,1,10914,101,115,115,59,1,8823,108,97,110,116,69,113,117,97,108,59,1,10878,105,108,100,101,59,1,8819,99,114,59,3,55349,56482,59,1,8811,4,8,65,97,99,102,105,111,115,117,2005,2012,2026,2032,2036,2049,2073,2089,82,68,99,121,59,1,1066,4,2,99,116,2018,2023,101,107,59,1,711,59,1,94,105,114,99,59,1,292,114,59,1,8460,108,98,101,114,116,83,112,97,99,101,59,1,8459,4,2,112,114,2055,2059,102,59,1,8461,105,122,111,110,116,97,108,76,105,110,101,59,1,9472,4,2,99,116,2079,2083,114,59,1,8459,114,111,107,59,1,294,109,112,4,2,68,69,2097,2107,111,119,110,72,117,109,112,59,1,8782,113,117,97,108,59,1,8783,4,14,69,74,79,97,99,100,102,103,109,110,111,115,116,117,2144,2149,2155,2160,2171,2189,2194,2198,2209,2245,2307,2329,2334,2341,99,121,59,1,1045,108,105,103,59,1,306,99,121,59,1,1025,99,117,116,101,5,205,1,59,2169,1,205,4,2,105,121,2177,2186,114,99,5,206,1,59,2184,1,206,59,1,1048,111,116,59,1,304,114,59,1,8465,114,97,118,101,5,204,1,59,2207,1,204,4,3,59,97,112,2217,2219,2238,1,8465,4,2,99,103,2225,2229,114,59,1,298,105,110,97,114,121,73,59,1,8520,108,105,101,115,59,1,8658,4,2,116,118,2251,2281,4,2,59,101,2257,2259,1,8748,4,2,103,114,2265,2271,114,97,108,59,1,8747,115,101,99,116,105,111,110,59,1,8898,105,115,105,98,108,101,4,2,67,84,2293,2300,111,109,109,97,59,1,8291,105,109,101,115,59,1,8290,4,3,103,112,116,2315,2320,2325,111,110,59,1,302,102,59,3,55349,56640,97,59,1,921,99,114,59,1,8464,105,108,100,101,59,1,296,4,2,107,109,2347,2352,99,121,59,1,1030,108,5,207,1,59,2358,1,207,4,5,99,102,111,115,117,2372,2386,2391,2397,2414,4,2,105,121,2378,2383,114,99,59,1,308,59,1,1049,114,59,3,55349,56589,112,102,59,3,55349,56641,4,2,99,101,2403,2408,114,59,3,55349,56485,114,99,121,59,1,1032,107,99,121,59,1,1028,4,7,72,74,97,99,102,111,115,2436,2441,2446,2452,2467,2472,2478,99,121,59,1,1061,99,121,59,1,1036,112,112,97,59,1,922,4,2,101,121,2458,2464,100,105,108,59,1,310,59,1,1050,114,59,3,55349,56590,112,102,59,3,55349,56642,99,114,59,3,55349,56486,4,11,74,84,97,99,101,102,108,109,111,115,116,2508,2513,2520,2562,2585,2981,2986,3004,3011,3146,3167,99,121,59,1,1033,5,60,1,59,2518,1,60,4,5,99,109,110,112,114,2532,2538,2544,2548,2558,117,116,101,59,1,313,98,100,97,59,1,923,103,59,1,10218,108,97,99,101,116,114,102,59,1,8466,114,59,1,8606,4,3,97,101,121,2570,2576,2582,114,111,110,59,1,317,100,105,108,59,1,315,59,1,1051,4,2,102,115,2591,2907,116,4,10,65,67,68,70,82,84,85,86,97,114,2614,2663,2672,2728,2735,2760,2820,2870,2888,2895,4,2,110,114,2620,2633,103,108,101,66,114,97,99,107,101,116,59,1,10216,114,111,119,4,3,59,66,82,2644,2646,2651,1,8592,97,114,59,1,8676,105,103,104,116,65,114,114,111,119,59,1,8646,101,105,108,105,110,103,59,1,8968,111,4,2,117,119,2679,2692,98,108,101,66,114,97,99,107,101,116,59,1,10214,110,4,2,84,86,2699,2710,101,101,86,101,99,116,111,114,59,1,10593,101,99,116,111,114,4,2,59,66,2721,2723,1,8643,97,114,59,1,10585,108,111,111,114,59,1,8970,105,103,104,116,4,2,65,86,2745,2752,114,114,111,119,59,1,8596,101,99,116,111,114,59,1,10574,4,2,101,114,2766,2792,101,4,3,59,65,86,2775,2777,2784,1,8867,114,114,111,119,59,1,8612,101,99,116,111,114,59,1,10586,105,97,110,103,108,101,4,3,59,66,69,2806,2808,2813,1,8882,97,114,59,1,10703,113,117,97,108,59,1,8884,112,4,3,68,84,86,2829,2841,2852,111,119,110,86,101,99,116,111,114,59,1,10577,101,101,86,101,99,116,111,114,59,1,10592,101,99,116,111,114,4,2,59,66,2863,2865,1,8639,97,114,59,1,10584,101,99,116,111,114,4,2,59,66,2881,2883,1,8636,97,114,59,1,10578,114,114,111,119,59,1,8656,105,103,104,116,97,114,114,111,119,59,1,8660,115,4,6,69,70,71,76,83,84,2922,2936,2947,2956,2962,2974,113,117,97,108,71,114,101,97,116,101,114,59,1,8922,117,108,108,69,113,117,97,108,59,1,8806,114,101,97,116,101,114,59,1,8822,101,115,115,59,1,10913,108,97,110,116,69,113,117,97,108,59,1,10877,105,108,100,101,59,1,8818,114,59,3,55349,56591,4,2,59,101,2992,2994,1,8920,102,116,97,114,114,111,119,59,1,8666,105,100,111,116,59,1,319,4,3,110,112,119,3019,3110,3115,103,4,4,76,82,108,114,3030,3058,3070,3098,101,102,116,4,2,65,82,3039,3046,114,114,111,119,59,1,10229,105,103,104,116,65,114,114,111,119,59,1,10231,105,103,104,116,65,114,114,111,119,59,1,10230,101,102,116,4,2,97,114,3079,3086,114,114,111,119,59,1,10232,105,103,104,116,97,114,114,111,119,59,1,10234,105,103,104,116,97,114,114,111,119,59,1,10233,102,59,3,55349,56643,101,114,4,2,76,82,3123,3134,101,102,116,65,114,114,111,119,59,1,8601,105,103,104,116,65,114,114,111,119,59,1,8600,4,3,99,104,116,3154,3158,3161,114,59,1,8466,59,1,8624,114,111,107,59,1,321,59,1,8810,4,8,97,99,101,102,105,111,115,117,3188,3192,3196,3222,3227,3237,3243,3248,112,59,1,10501,121,59,1,1052,4,2,100,108,3202,3213,105,117,109,83,112,97,99,101,59,1,8287,108,105,110,116,114,102,59,1,8499,114,59,3,55349,56592,110,117,115,80,108,117,115,59,1,8723,112,102,59,3,55349,56644,99,114,59,1,8499,59,1,924,4,9,74,97,99,101,102,111,115,116,117,3271,3276,3283,3306,3422,3427,4120,4126,4137,99,121,59,1,1034,99,117,116,101,59,1,323,4,3,97,101,121,3291,3297,3303,114,111,110,59,1,327,100,105,108,59,1,325,59,1,1053,4,3,103,115,119,3314,3380,3415,97,116,105,118,101,4,3,77,84,86,3327,3340,3365,101,100,105,117,109,83,112,97,99,101,59,1,8203,104,105,4,2,99,110,3348,3357,107,83,112,97,99,101,59,1,8203,83,112,97,99,101,59,1,8203,101,114,121,84,104,105,110,83,112,97,99,101,59,1,8203,116,101,100,4,2,71,76,3389,3405,114,101,97,116,101,114,71,114,101,97,116,101,114,59,1,8811,101,115,115,76,101,115,115,59,1,8810,76,105,110,101,59,1,10,114,59,3,55349,56593,4,4,66,110,112,116,3437,3444,3460,3464,114,101,97,107,59,1,8288,66,114,101,97,107,105,110,103,83,112,97,99,101,59,1,160,102,59,1,8469,4,13,59,67,68,69,71,72,76,78,80,82,83,84,86,3492,3494,3517,3536,3578,3657,3685,3784,3823,3860,3915,4066,4107,1,10988,4,2,111,117,3500,3510,110,103,114,117,101,110,116,59,1,8802,112,67,97,112,59,1,8813,111,117,98,108,101,86,101,114,116,105,99,97,108,66,97,114,59,1,8742,4,3,108,113,120,3544,3552,3571,101,109,101,110,116,59,1,8713,117,97,108,4,2,59,84,3561,3563,1,8800,105,108,100,101,59,3,8770,824,105,115,116,115,59,1,8708,114,101,97,116,101,114,4,7,59,69,70,71,76,83,84,3600,3602,3609,3621,3631,3637,3650,1,8815,113,117,97,108,59,1,8817,117,108,108,69,113,117,97,108,59,3,8807,824,114,101,97,116,101,114,59,3,8811,824,101,115,115,59,1,8825,108,97,110,116,69,113,117,97,108,59,3,10878,824,105,108,100,101,59,1,8821,117,109,112,4,2,68,69,3666,3677,111,119,110,72,117,109,112,59,3,8782,824,113,117,97,108,59,3,8783,824,101,4,2,102,115,3692,3724,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3709,3711,3717,1,8938,97,114,59,3,10703,824,113,117,97,108,59,1,8940,115,4,6,59,69,71,76,83,84,3739,3741,3748,3757,3764,3777,1,8814,113,117,97,108,59,1,8816,114,101,97,116,101,114,59,1,8824,101,115,115,59,3,8810,824,108,97,110,116,69,113,117,97,108,59,3,10877,824,105,108,100,101,59,1,8820,101,115,116,101,100,4,2,71,76,3795,3812,114,101,97,116,101,114,71,114,101,97,116,101,114,59,3,10914,824,101,115,115,76,101,115,115,59,3,10913,824,114,101,99,101,100,101,115,4,3,59,69,83,3838,3840,3848,1,8832,113,117,97,108,59,3,10927,824,108,97,110,116,69,113,117,97,108,59,1,8928,4,2,101,105,3866,3881,118,101,114,115,101,69,108,101,109,101,110,116,59,1,8716,103,104,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3900,3902,3908,1,8939,97,114,59,3,10704,824,113,117,97,108,59,1,8941,4,2,113,117,3921,3973,117,97,114,101,83,117,4,2,98,112,3933,3952,115,101,116,4,2,59,69,3942,3945,3,8847,824,113,117,97,108,59,1,8930,101,114,115,101,116,4,2,59,69,3963,3966,3,8848,824,113,117,97,108,59,1,8931,4,3,98,99,112,3981,4e3,4045,115,101,116,4,2,59,69,3990,3993,3,8834,8402,113,117,97,108,59,1,8840,99,101,101,100,115,4,4,59,69,83,84,4015,4017,4025,4037,1,8833,113,117,97,108,59,3,10928,824,108,97,110,116,69,113,117,97,108,59,1,8929,105,108,100,101,59,3,8831,824,101,114,115,101,116,4,2,59,69,4056,4059,3,8835,8402,113,117,97,108,59,1,8841,105,108,100,101,4,4,59,69,70,84,4080,4082,4089,4100,1,8769,113,117,97,108,59,1,8772,117,108,108,69,113,117,97,108,59,1,8775,105,108,100,101,59,1,8777,101,114,116,105,99,97,108,66,97,114,59,1,8740,99,114,59,3,55349,56489,105,108,100,101,5,209,1,59,4135,1,209,59,1,925,4,14,69,97,99,100,102,103,109,111,112,114,115,116,117,118,4170,4176,4187,4205,4212,4217,4228,4253,4259,4292,4295,4316,4337,4346,108,105,103,59,1,338,99,117,116,101,5,211,1,59,4185,1,211,4,2,105,121,4193,4202,114,99,5,212,1,59,4200,1,212,59,1,1054,98,108,97,99,59,1,336,114,59,3,55349,56594,114,97,118,101,5,210,1,59,4226,1,210,4,3,97,101,105,4236,4241,4246,99,114,59,1,332,103,97,59,1,937,99,114,111,110,59,1,927,112,102,59,3,55349,56646,101,110,67,117,114,108,121,4,2,68,81,4272,4285,111,117,98,108,101,81,117,111,116,101,59,1,8220,117,111,116,101,59,1,8216,59,1,10836,4,2,99,108,4301,4306,114,59,3,55349,56490,97,115,104,5,216,1,59,4314,1,216,105,4,2,108,109,4323,4332,100,101,5,213,1,59,4330,1,213,101,115,59,1,10807,109,108,5,214,1,59,4344,1,214,101,114,4,2,66,80,4354,4380,4,2,97,114,4360,4364,114,59,1,8254,97,99,4,2,101,107,4372,4375,59,1,9182,101,116,59,1,9140,97,114,101,110,116,104,101,115,105,115,59,1,9180,4,9,97,99,102,104,105,108,111,114,115,4413,4422,4426,4431,4435,4438,4448,4471,4561,114,116,105,97,108,68,59,1,8706,121,59,1,1055,114,59,3,55349,56595,105,59,1,934,59,1,928,117,115,77,105,110,117,115,59,1,177,4,2,105,112,4454,4467,110,99,97,114,101,112,108,97,110,101,59,1,8460,102,59,1,8473,4,4,59,101,105,111,4481,4483,4526,4531,1,10939,99,101,100,101,115,4,4,59,69,83,84,4498,4500,4507,4519,1,8826,113,117,97,108,59,1,10927,108,97,110,116,69,113,117,97,108,59,1,8828,105,108,100,101,59,1,8830,109,101,59,1,8243,4,2,100,112,4537,4543,117,99,116,59,1,8719,111,114,116,105,111,110,4,2,59,97,4555,4557,1,8759,108,59,1,8733,4,2,99,105,4567,4572,114,59,3,55349,56491,59,1,936,4,4,85,102,111,115,4585,4594,4599,4604,79,84,5,34,1,59,4592,1,34,114,59,3,55349,56596,112,102,59,1,8474,99,114,59,3,55349,56492,4,12,66,69,97,99,101,102,104,105,111,114,115,117,4636,4642,4650,4681,4704,4763,4767,4771,5047,5069,5081,5094,97,114,114,59,1,10512,71,5,174,1,59,4648,1,174,4,3,99,110,114,4658,4664,4668,117,116,101,59,1,340,103,59,1,10219,114,4,2,59,116,4675,4677,1,8608,108,59,1,10518,4,3,97,101,121,4689,4695,4701,114,111,110,59,1,344,100,105,108,59,1,342,59,1,1056,4,2,59,118,4710,4712,1,8476,101,114,115,101,4,2,69,85,4722,4748,4,2,108,113,4728,4736,101,109,101,110,116,59,1,8715,117,105,108,105,98,114,105,117,109,59,1,8651,112,69,113,117,105,108,105,98,114,105,117,109,59,1,10607,114,59,1,8476,111,59,1,929,103,104,116,4,8,65,67,68,70,84,85,86,97,4792,4840,4849,4905,4912,4972,5022,5040,4,2,110,114,4798,4811,103,108,101,66,114,97,99,107,101,116,59,1,10217,114,111,119,4,3,59,66,76,4822,4824,4829,1,8594,97,114,59,1,8677,101,102,116,65,114,114,111,119,59,1,8644,101,105,108,105,110,103,59,1,8969,111,4,2,117,119,4856,4869,98,108,101,66,114,97,99,107,101,116,59,1,10215,110,4,2,84,86,4876,4887,101,101,86,101,99,116,111,114,59,1,10589,101,99,116,111,114,4,2,59,66,4898,4900,1,8642,97,114,59,1,10581,108,111,111,114,59,1,8971,4,2,101,114,4918,4944,101,4,3,59,65,86,4927,4929,4936,1,8866,114,114,111,119,59,1,8614,101,99,116,111,114,59,1,10587,105,97,110,103,108,101,4,3,59,66,69,4958,4960,4965,1,8883,97,114,59,1,10704,113,117,97,108,59,1,8885,112,4,3,68,84,86,4981,4993,5004,111,119,110,86,101,99,116,111,114,59,1,10575,101,101,86,101,99,116,111,114,59,1,10588,101,99,116,111,114,4,2,59,66,5015,5017,1,8638,97,114,59,1,10580,101,99,116,111,114,4,2,59,66,5033,5035,1,8640,97,114,59,1,10579,114,114,111,119,59,1,8658,4,2,112,117,5053,5057,102,59,1,8477,110,100,73,109,112,108,105,101,115,59,1,10608,105,103,104,116,97,114,114,111,119,59,1,8667,4,2,99,104,5087,5091,114,59,1,8475,59,1,8625,108,101,68,101,108,97,121,101,100,59,1,10740,4,13,72,79,97,99,102,104,105,109,111,113,115,116,117,5134,5150,5157,5164,5198,5203,5259,5265,5277,5283,5374,5380,5385,4,2,67,99,5140,5146,72,99,121,59,1,1065,121,59,1,1064,70,84,99,121,59,1,1068,99,117,116,101,59,1,346,4,5,59,97,101,105,121,5176,5178,5184,5190,5195,1,10940,114,111,110,59,1,352,100,105,108,59,1,350,114,99,59,1,348,59,1,1057,114,59,3,55349,56598,111,114,116,4,4,68,76,82,85,5216,5227,5238,5250,111,119,110,65,114,114,111,119,59,1,8595,101,102,116,65,114,114,111,119,59,1,8592,105,103,104,116,65,114,114,111,119,59,1,8594,112,65,114,114,111,119,59,1,8593,103,109,97,59,1,931,97,108,108,67,105,114,99,108,101,59,1,8728,112,102,59,3,55349,56650,4,2,114,117,5289,5293,116,59,1,8730,97,114,101,4,4,59,73,83,85,5306,5308,5322,5367,1,9633,110,116,101,114,115,101,99,116,105,111,110,59,1,8851,117,4,2,98,112,5329,5347,115,101,116,4,2,59,69,5338,5340,1,8847,113,117,97,108,59,1,8849,101,114,115,101,116,4,2,59,69,5358,5360,1,8848,113,117,97,108,59,1,8850,110,105,111,110,59,1,8852,99,114,59,3,55349,56494,97,114,59,1,8902,4,4,98,99,109,112,5395,5420,5475,5478,4,2,59,115,5401,5403,1,8912,101,116,4,2,59,69,5411,5413,1,8912,113,117,97,108,59,1,8838,4,2,99,104,5426,5468,101,101,100,115,4,4,59,69,83,84,5440,5442,5449,5461,1,8827,113,117,97,108,59,1,10928,108,97,110,116,69,113,117,97,108,59,1,8829,105,108,100,101,59,1,8831,84,104,97,116,59,1,8715,59,1,8721,4,3,59,101,115,5486,5488,5507,1,8913,114,115,101,116,4,2,59,69,5498,5500,1,8835,113,117,97,108,59,1,8839,101,116,59,1,8913,4,11,72,82,83,97,99,102,104,105,111,114,115,5536,5546,5552,5567,5579,5602,5607,5655,5695,5701,5711,79,82,78,5,222,1,59,5544,1,222,65,68,69,59,1,8482,4,2,72,99,5558,5563,99,121,59,1,1035,121,59,1,1062,4,2,98,117,5573,5576,59,1,9,59,1,932,4,3,97,101,121,5587,5593,5599,114,111,110,59,1,356,100,105,108,59,1,354,59,1,1058,114,59,3,55349,56599,4,2,101,105,5613,5631,4,2,114,116,5619,5627,101,102,111,114,101,59,1,8756,97,59,1,920,4,2,99,110,5637,5647,107,83,112,97,99,101,59,3,8287,8202,83,112,97,99,101,59,1,8201,108,100,101,4,4,59,69,70,84,5668,5670,5677,5688,1,8764,113,117,97,108,59,1,8771,117,108,108,69,113,117,97,108,59,1,8773,105,108,100,101,59,1,8776,112,102,59,3,55349,56651,105,112,108,101,68,111,116,59,1,8411,4,2,99,116,5717,5722,114,59,3,55349,56495,114,111,107,59,1,358,4,14,97,98,99,100,102,103,109,110,111,112,114,115,116,117,5758,5789,5805,5823,5830,5835,5846,5852,5921,5937,6089,6095,6101,6108,4,2,99,114,5764,5774,117,116,101,5,218,1,59,5772,1,218,114,4,2,59,111,5781,5783,1,8607,99,105,114,59,1,10569,114,4,2,99,101,5796,5800,121,59,1,1038,118,101,59,1,364,4,2,105,121,5811,5820,114,99,5,219,1,59,5818,1,219,59,1,1059,98,108,97,99,59,1,368,114,59,3,55349,56600,114,97,118,101,5,217,1,59,5844,1,217,97,99,114,59,1,362,4,2,100,105,5858,5905,101,114,4,2,66,80,5866,5892,4,2,97,114,5872,5876,114,59,1,95,97,99,4,2,101,107,5884,5887,59,1,9183,101,116,59,1,9141,97,114,101,110,116,104,101,115,105,115,59,1,9181,111,110,4,2,59,80,5913,5915,1,8899,108,117,115,59,1,8846,4,2,103,112,5927,5932,111,110,59,1,370,102,59,3,55349,56652,4,8,65,68,69,84,97,100,112,115,5955,5985,5996,6009,6026,6033,6044,6075,114,114,111,119,4,3,59,66,68,5967,5969,5974,1,8593,97,114,59,1,10514,111,119,110,65,114,114,111,119,59,1,8645,111,119,110,65,114,114,111,119,59,1,8597,113,117,105,108,105,98,114,105,117,109,59,1,10606,101,101,4,2,59,65,6017,6019,1,8869,114,114,111,119,59,1,8613,114,114,111,119,59,1,8657,111,119,110,97,114,114,111,119,59,1,8661,101,114,4,2,76,82,6052,6063,101,102,116,65,114,114,111,119,59,1,8598,105,103,104,116,65,114,114,111,119,59,1,8599,105,4,2,59,108,6082,6084,1,978,111,110,59,1,933,105,110,103,59,1,366,99,114,59,3,55349,56496,105,108,100,101,59,1,360,109,108,5,220,1,59,6115,1,220,4,9,68,98,99,100,101,102,111,115,118,6137,6143,6148,6152,6166,6250,6255,6261,6267,97,115,104,59,1,8875,97,114,59,1,10987,121,59,1,1042,97,115,104,4,2,59,108,6161,6163,1,8873,59,1,10982,4,2,101,114,6172,6175,59,1,8897,4,3,98,116,121,6183,6188,6238,97,114,59,1,8214,4,2,59,105,6194,6196,1,8214,99,97,108,4,4,66,76,83,84,6209,6214,6220,6231,97,114,59,1,8739,105,110,101,59,1,124,101,112,97,114,97,116,111,114,59,1,10072,105,108,100,101,59,1,8768,84,104,105,110,83,112,97,99,101,59,1,8202,114,59,3,55349,56601,112,102,59,3,55349,56653,99,114,59,3,55349,56497,100,97,115,104,59,1,8874,4,5,99,101,102,111,115,6286,6292,6298,6303,6309,105,114,99,59,1,372,100,103,101,59,1,8896,114,59,3,55349,56602,112,102,59,3,55349,56654,99,114,59,3,55349,56498,4,4,102,105,111,115,6325,6330,6333,6339,114,59,3,55349,56603,59,1,926,112,102,59,3,55349,56655,99,114,59,3,55349,56499,4,9,65,73,85,97,99,102,111,115,117,6365,6370,6375,6380,6391,6405,6410,6416,6422,99,121,59,1,1071,99,121,59,1,1031,99,121,59,1,1070,99,117,116,101,5,221,1,59,6389,1,221,4,2,105,121,6397,6402,114,99,59,1,374,59,1,1067,114,59,3,55349,56604,112,102,59,3,55349,56656,99,114,59,3,55349,56500,109,108,59,1,376,4,8,72,97,99,100,101,102,111,115,6445,6450,6457,6472,6477,6501,6505,6510,99,121,59,1,1046,99,117,116,101,59,1,377,4,2,97,121,6463,6469,114,111,110,59,1,381,59,1,1047,111,116,59,1,379,4,2,114,116,6483,6497,111,87,105,100,116,104,83,112,97,99,101,59,1,8203,97,59,1,918,114,59,1,8488,112,102,59,1,8484,99,114,59,3,55349,56501,4,16,97,98,99,101,102,103,108,109,110,111,112,114,115,116,117,119,6550,6561,6568,6612,6622,6634,6645,6672,6699,6854,6870,6923,6933,6963,6974,6983,99,117,116,101,5,225,1,59,6559,1,225,114,101,118,101,59,1,259,4,6,59,69,100,105,117,121,6582,6584,6588,6591,6600,6609,1,8766,59,3,8766,819,59,1,8767,114,99,5,226,1,59,6598,1,226,116,101,5,180,1,59,6607,1,180,59,1,1072,108,105,103,5,230,1,59,6620,1,230,4,2,59,114,6628,6630,1,8289,59,3,55349,56606,114,97,118,101,5,224,1,59,6643,1,224,4,2,101,112,6651,6667,4,2,102,112,6657,6663,115,121,109,59,1,8501,104,59,1,8501,104,97,59,1,945,4,2,97,112,6678,6692,4,2,99,108,6684,6688,114,59,1,257,103,59,1,10815,5,38,1,59,6697,1,38,4,2,100,103,6705,6737,4,5,59,97,100,115,118,6717,6719,6724,6727,6734,1,8743,110,100,59,1,10837,59,1,10844,108,111,112,101,59,1,10840,59,1,10842,4,7,59,101,108,109,114,115,122,6753,6755,6758,6762,6814,6835,6848,1,8736,59,1,10660,101,59,1,8736,115,100,4,2,59,97,6770,6772,1,8737,4,8,97,98,99,100,101,102,103,104,6790,6793,6796,6799,6802,6805,6808,6811,59,1,10664,59,1,10665,59,1,10666,59,1,10667,59,1,10668,59,1,10669,59,1,10670,59,1,10671,116,4,2,59,118,6821,6823,1,8735,98,4,2,59,100,6830,6832,1,8894,59,1,10653,4,2,112,116,6841,6845,104,59,1,8738,59,1,197,97,114,114,59,1,9084,4,2,103,112,6860,6865,111,110,59,1,261,102,59,3,55349,56658,4,7,59,69,97,101,105,111,112,6886,6888,6891,6897,6900,6904,6908,1,8776,59,1,10864,99,105,114,59,1,10863,59,1,8778,100,59,1,8779,115,59,1,39,114,111,120,4,2,59,101,6917,6919,1,8776,113,59,1,8778,105,110,103,5,229,1,59,6931,1,229,4,3,99,116,121,6941,6946,6949,114,59,3,55349,56502,59,1,42,109,112,4,2,59,101,6957,6959,1,8776,113,59,1,8781,105,108,100,101,5,227,1,59,6972,1,227,109,108,5,228,1,59,6981,1,228,4,2,99,105,6989,6997,111,110,105,110,116,59,1,8755,110,116,59,1,10769,4,16,78,97,98,99,100,101,102,105,107,108,110,111,112,114,115,117,7036,7041,7119,7135,7149,7155,7219,7224,7347,7354,7463,7489,7786,7793,7814,7866,111,116,59,1,10989,4,2,99,114,7047,7094,107,4,4,99,101,112,115,7058,7064,7073,7080,111,110,103,59,1,8780,112,115,105,108,111,110,59,1,1014,114,105,109,101,59,1,8245,105,109,4,2,59,101,7088,7090,1,8765,113,59,1,8909,4,2,118,119,7100,7105,101,101,59,1,8893,101,100,4,2,59,103,7113,7115,1,8965,101,59,1,8965,114,107,4,2,59,116,7127,7129,1,9141,98,114,107,59,1,9142,4,2,111,121,7141,7146,110,103,59,1,8780,59,1,1073,113,117,111,59,1,8222,4,5,99,109,112,114,116,7167,7181,7188,7193,7199,97,117,115,4,2,59,101,7176,7178,1,8757,59,1,8757,112,116,121,118,59,1,10672,115,105,59,1,1014,110,111,117,59,1,8492,4,3,97,104,119,7207,7210,7213,59,1,946,59,1,8502,101,101,110,59,1,8812,114,59,3,55349,56607,103,4,7,99,111,115,116,117,118,119,7241,7262,7288,7305,7328,7335,7340,4,3,97,105,117,7249,7253,7258,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,4,3,100,112,116,7270,7275,7281,111,116,59,1,10752,108,117,115,59,1,10753,105,109,101,115,59,1,10754,4,2,113,116,7294,7300,99,117,112,59,1,10758,97,114,59,1,9733,114,105,97,110,103,108,101,4,2,100,117,7318,7324,111,119,110,59,1,9661,112,59,1,9651,112,108,117,115,59,1,10756,101,101,59,1,8897,101,100,103,101,59,1,8896,97,114,111,119,59,1,10509,4,3,97,107,111,7362,7436,7458,4,2,99,110,7368,7432,107,4,3,108,115,116,7377,7386,7394,111,122,101,110,103,101,59,1,10731,113,117,97,114,101,59,1,9642,114,105,97,110,103,108,101,4,4,59,100,108,114,7411,7413,7419,7425,1,9652,111,119,110,59,1,9662,101,102,116,59,1,9666,105,103,104,116,59,1,9656,107,59,1,9251,4,2,49,51,7442,7454,4,2,50,52,7448,7451,59,1,9618,59,1,9617,52,59,1,9619,99,107,59,1,9608,4,2,101,111,7469,7485,4,2,59,113,7475,7478,3,61,8421,117,105,118,59,3,8801,8421,116,59,1,8976,4,4,112,116,119,120,7499,7504,7517,7523,102,59,3,55349,56659,4,2,59,116,7510,7512,1,8869,111,109,59,1,8869,116,105,101,59,1,8904,4,12,68,72,85,86,98,100,104,109,112,116,117,118,7549,7571,7597,7619,7655,7660,7682,7708,7715,7721,7728,7750,4,4,76,82,108,114,7559,7562,7565,7568,59,1,9559,59,1,9556,59,1,9558,59,1,9555,4,5,59,68,85,100,117,7583,7585,7588,7591,7594,1,9552,59,1,9574,59,1,9577,59,1,9572,59,1,9575,4,4,76,82,108,114,7607,7610,7613,7616,59,1,9565,59,1,9562,59,1,9564,59,1,9561,4,7,59,72,76,82,104,108,114,7635,7637,7640,7643,7646,7649,7652,1,9553,59,1,9580,59,1,9571,59,1,9568,59,1,9579,59,1,9570,59,1,9567,111,120,59,1,10697,4,4,76,82,108,114,7670,7673,7676,7679,59,1,9557,59,1,9554,59,1,9488,59,1,9484,4,5,59,68,85,100,117,7694,7696,7699,7702,7705,1,9472,59,1,9573,59,1,9576,59,1,9516,59,1,9524,105,110,117,115,59,1,8863,108,117,115,59,1,8862,105,109,101,115,59,1,8864,4,4,76,82,108,114,7738,7741,7744,7747,59,1,9563,59,1,9560,59,1,9496,59,1,9492,4,7,59,72,76,82,104,108,114,7766,7768,7771,7774,7777,7780,7783,1,9474,59,1,9578,59,1,9569,59,1,9566,59,1,9532,59,1,9508,59,1,9500,114,105,109,101,59,1,8245,4,2,101,118,7799,7804,118,101,59,1,728,98,97,114,5,166,1,59,7812,1,166,4,4,99,101,105,111,7824,7829,7834,7846,114,59,3,55349,56503,109,105,59,1,8271,109,4,2,59,101,7841,7843,1,8765,59,1,8909,108,4,3,59,98,104,7855,7857,7860,1,92,59,1,10693,115,117,98,59,1,10184,4,2,108,109,7872,7885,108,4,2,59,101,7879,7881,1,8226,116,59,1,8226,112,4,3,59,69,101,7894,7896,7899,1,8782,59,1,10926,4,2,59,113,7905,7907,1,8783,59,1,8783,4,15,97,99,100,101,102,104,105,108,111,114,115,116,117,119,121,7942,8021,8075,8080,8121,8126,8157,8279,8295,8430,8446,8485,8491,8707,8726,4,3,99,112,114,7950,7956,8007,117,116,101,59,1,263,4,6,59,97,98,99,100,115,7970,7972,7977,7984,7998,8003,1,8745,110,100,59,1,10820,114,99,117,112,59,1,10825,4,2,97,117,7990,7994,112,59,1,10827,112,59,1,10823,111,116,59,1,10816,59,3,8745,65024,4,2,101,111,8013,8017,116,59,1,8257,110,59,1,711,4,4,97,101,105,117,8031,8046,8056,8061,4,2,112,114,8037,8041,115,59,1,10829,111,110,59,1,269,100,105,108,5,231,1,59,8054,1,231,114,99,59,1,265,112,115,4,2,59,115,8069,8071,1,10828,109,59,1,10832,111,116,59,1,267,4,3,100,109,110,8088,8097,8104,105,108,5,184,1,59,8095,1,184,112,116,121,118,59,1,10674,116,5,162,2,59,101,8112,8114,1,162,114,100,111,116,59,1,183,114,59,3,55349,56608,4,3,99,101,105,8134,8138,8154,121,59,1,1095,99,107,4,2,59,109,8146,8148,1,10003,97,114,107,59,1,10003,59,1,967,114,4,7,59,69,99,101,102,109,115,8174,8176,8179,8258,8261,8268,8273,1,9675,59,1,10691,4,3,59,101,108,8187,8189,8193,1,710,113,59,1,8791,101,4,2,97,100,8200,8223,114,114,111,119,4,2,108,114,8210,8216,101,102,116,59,1,8634,105,103,104,116,59,1,8635,4,5,82,83,97,99,100,8235,8238,8241,8246,8252,59,1,174,59,1,9416,115,116,59,1,8859,105,114,99,59,1,8858,97,115,104,59,1,8861,59,1,8791,110,105,110,116,59,1,10768,105,100,59,1,10991,99,105,114,59,1,10690,117,98,115,4,2,59,117,8288,8290,1,9827,105,116,59,1,9827,4,4,108,109,110,112,8305,8326,8376,8400,111,110,4,2,59,101,8313,8315,1,58,4,2,59,113,8321,8323,1,8788,59,1,8788,4,2,109,112,8332,8344,97,4,2,59,116,8339,8341,1,44,59,1,64,4,3,59,102,108,8352,8354,8358,1,8705,110,59,1,8728,101,4,2,109,120,8365,8371,101,110,116,59,1,8705,101,115,59,1,8450,4,2,103,105,8382,8395,4,2,59,100,8388,8390,1,8773,111,116,59,1,10861,110,116,59,1,8750,4,3,102,114,121,8408,8412,8417,59,3,55349,56660,111,100,59,1,8720,5,169,2,59,115,8424,8426,1,169,114,59,1,8471,4,2,97,111,8436,8441,114,114,59,1,8629,115,115,59,1,10007,4,2,99,117,8452,8457,114,59,3,55349,56504,4,2,98,112,8463,8474,4,2,59,101,8469,8471,1,10959,59,1,10961,4,2,59,101,8480,8482,1,10960,59,1,10962,100,111,116,59,1,8943,4,7,100,101,108,112,114,118,119,8507,8522,8536,8550,8600,8697,8702,97,114,114,4,2,108,114,8516,8519,59,1,10552,59,1,10549,4,2,112,115,8528,8532,114,59,1,8926,99,59,1,8927,97,114,114,4,2,59,112,8545,8547,1,8630,59,1,10557,4,6,59,98,99,100,111,115,8564,8566,8573,8587,8592,8596,1,8746,114,99,97,112,59,1,10824,4,2,97,117,8579,8583,112,59,1,10822,112,59,1,10826,111,116,59,1,8845,114,59,1,10821,59,3,8746,65024,4,4,97,108,114,118,8610,8623,8663,8672,114,114,4,2,59,109,8618,8620,1,8631,59,1,10556,121,4,3,101,118,119,8632,8651,8656,113,4,2,112,115,8639,8645,114,101,99,59,1,8926,117,99,99,59,1,8927,101,101,59,1,8910,101,100,103,101,59,1,8911,101,110,5,164,1,59,8670,1,164,101,97,114,114,111,119,4,2,108,114,8684,8690,101,102,116,59,1,8630,105,103,104,116,59,1,8631,101,101,59,1,8910,101,100,59,1,8911,4,2,99,105,8713,8721,111,110,105,110,116,59,1,8754,110,116,59,1,8753,108,99,116,121,59,1,9005,4,19,65,72,97,98,99,100,101,102,104,105,106,108,111,114,115,116,117,119,122,8773,8778,8783,8821,8839,8854,8887,8914,8930,8944,9036,9041,9058,9197,9227,9258,9281,9297,9305,114,114,59,1,8659,97,114,59,1,10597,4,4,103,108,114,115,8793,8799,8805,8809,103,101,114,59,1,8224,101,116,104,59,1,8504,114,59,1,8595,104,4,2,59,118,8816,8818,1,8208,59,1,8867,4,2,107,108,8827,8834,97,114,111,119,59,1,10511,97,99,59,1,733,4,2,97,121,8845,8851,114,111,110,59,1,271,59,1,1076,4,3,59,97,111,8862,8864,8880,1,8518,4,2,103,114,8870,8876,103,101,114,59,1,8225,114,59,1,8650,116,115,101,113,59,1,10871,4,3,103,108,109,8895,8902,8907,5,176,1,59,8900,1,176,116,97,59,1,948,112,116,121,118,59,1,10673,4,2,105,114,8920,8926,115,104,116,59,1,10623,59,3,55349,56609,97,114,4,2,108,114,8938,8941,59,1,8643,59,1,8642,4,5,97,101,103,115,118,8956,8986,8989,8996,9001,109,4,3,59,111,115,8965,8967,8983,1,8900,110,100,4,2,59,115,8975,8977,1,8900,117,105,116,59,1,9830,59,1,9830,59,1,168,97,109,109,97,59,1,989,105,110,59,1,8946,4,3,59,105,111,9009,9011,9031,1,247,100,101,5,247,2,59,111,9020,9022,1,247,110,116,105,109,101,115,59,1,8903,110,120,59,1,8903,99,121,59,1,1106,99,4,2,111,114,9048,9053,114,110,59,1,8990,111,112,59,1,8973,4,5,108,112,116,117,119,9070,9076,9081,9130,9144,108,97,114,59,1,36,102,59,3,55349,56661,4,5,59,101,109,112,115,9093,9095,9109,9116,9122,1,729,113,4,2,59,100,9102,9104,1,8784,111,116,59,1,8785,105,110,117,115,59,1,8760,108,117,115,59,1,8724,113,117,97,114,101,59,1,8865,98,108,101,98,97,114,119,101,100,103,101,59,1,8966,110,4,3,97,100,104,9153,9160,9172,114,114,111,119,59,1,8595,111,119,110,97,114,114,111,119,115,59,1,8650,97,114,112,111,111,110,4,2,108,114,9184,9190,101,102,116,59,1,8643,105,103,104,116,59,1,8642,4,2,98,99,9203,9211,107,97,114,111,119,59,1,10512,4,2,111,114,9217,9222,114,110,59,1,8991,111,112,59,1,8972,4,3,99,111,116,9235,9248,9252,4,2,114,121,9241,9245,59,3,55349,56505,59,1,1109,108,59,1,10742,114,111,107,59,1,273,4,2,100,114,9264,9269,111,116,59,1,8945,105,4,2,59,102,9276,9278,1,9663,59,1,9662,4,2,97,104,9287,9292,114,114,59,1,8693,97,114,59,1,10607,97,110,103,108,101,59,1,10662,4,2,99,105,9311,9315,121,59,1,1119,103,114,97,114,114,59,1,10239,4,18,68,97,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,120,9361,9376,9398,9439,9444,9447,9462,9495,9531,9585,9598,9614,9659,9755,9771,9792,9808,9826,4,2,68,111,9367,9372,111,116,59,1,10871,116,59,1,8785,4,2,99,115,9382,9392,117,116,101,5,233,1,59,9390,1,233,116,101,114,59,1,10862,4,4,97,105,111,121,9408,9414,9430,9436,114,111,110,59,1,283,114,4,2,59,99,9421,9423,1,8790,5,234,1,59,9428,1,234,108,111,110,59,1,8789,59,1,1101,111,116,59,1,279,59,1,8519,4,2,68,114,9453,9458,111,116,59,1,8786,59,3,55349,56610,4,3,59,114,115,9470,9472,9482,1,10906,97,118,101,5,232,1,59,9480,1,232,4,2,59,100,9488,9490,1,10902,111,116,59,1,10904,4,4,59,105,108,115,9505,9507,9515,9518,1,10905,110,116,101,114,115,59,1,9191,59,1,8467,4,2,59,100,9524,9526,1,10901,111,116,59,1,10903,4,3,97,112,115,9539,9544,9564,99,114,59,1,275,116,121,4,3,59,115,118,9554,9556,9561,1,8709,101,116,59,1,8709,59,1,8709,112,4,2,49,59,9571,9583,4,2,51,52,9577,9580,59,1,8196,59,1,8197,1,8195,4,2,103,115,9591,9594,59,1,331,112,59,1,8194,4,2,103,112,9604,9609,111,110,59,1,281,102,59,3,55349,56662,4,3,97,108,115,9622,9635,9640,114,4,2,59,115,9629,9631,1,8917,108,59,1,10723,117,115,59,1,10865,105,4,3,59,108,118,9649,9651,9656,1,949,111,110,59,1,949,59,1,1013,4,4,99,115,117,118,9669,9686,9716,9747,4,2,105,111,9675,9680,114,99,59,1,8790,108,111,110,59,1,8789,4,2,105,108,9692,9696,109,59,1,8770,97,110,116,4,2,103,108,9705,9710,116,114,59,1,10902,101,115,115,59,1,10901,4,3,97,101,105,9724,9729,9734,108,115,59,1,61,115,116,59,1,8799,118,4,2,59,68,9741,9743,1,8801,68,59,1,10872,112,97,114,115,108,59,1,10725,4,2,68,97,9761,9766,111,116,59,1,8787,114,114,59,1,10609,4,3,99,100,105,9779,9783,9788,114,59,1,8495,111,116,59,1,8784,109,59,1,8770,4,2,97,104,9798,9801,59,1,951,5,240,1,59,9806,1,240,4,2,109,114,9814,9822,108,5,235,1,59,9820,1,235,111,59,1,8364,4,3,99,105,112,9834,9838,9843,108,59,1,33,115,116,59,1,8707,4,2,101,111,9849,9859,99,116,97,116,105,111,110,59,1,8496,110,101,110,116,105,97,108,101,59,1,8519,4,12,97,99,101,102,105,106,108,110,111,112,114,115,9896,9910,9914,9921,9954,9960,9967,9989,9994,10027,10036,10164,108,108,105,110,103,100,111,116,115,101,113,59,1,8786,121,59,1,1092,109,97,108,101,59,1,9792,4,3,105,108,114,9929,9935,9950,108,105,103,59,1,64259,4,2,105,108,9941,9945,103,59,1,64256,105,103,59,1,64260,59,3,55349,56611,108,105,103,59,1,64257,108,105,103,59,3,102,106,4,3,97,108,116,9975,9979,9984,116,59,1,9837,105,103,59,1,64258,110,115,59,1,9649,111,102,59,1,402,4,2,112,114,1e4,10005,102,59,3,55349,56663,4,2,97,107,10011,10016,108,108,59,1,8704,4,2,59,118,10022,10024,1,8916,59,1,10969,97,114,116,105,110,116,59,1,10765,4,2,97,111,10042,10159,4,2,99,115,10048,10155,4,6,49,50,51,52,53,55,10062,10102,10114,10135,10139,10151,4,6,50,51,52,53,54,56,10076,10083,10086,10093,10096,10099,5,189,1,59,10081,1,189,59,1,8531,5,188,1,59,10091,1,188,59,1,8533,59,1,8537,59,1,8539,4,2,51,53,10108,10111,59,1,8532,59,1,8534,4,3,52,53,56,10122,10129,10132,5,190,1,59,10127,1,190,59,1,8535,59,1,8540,53,59,1,8536,4,2,54,56,10145,10148,59,1,8538,59,1,8541,56,59,1,8542,108,59,1,8260,119,110,59,1,8994,99,114,59,3,55349,56507,4,17,69,97,98,99,100,101,102,103,105,106,108,110,111,114,115,116,118,10206,10217,10247,10254,10268,10273,10358,10363,10374,10380,10385,10406,10458,10464,10470,10497,10610,4,2,59,108,10212,10214,1,8807,59,1,10892,4,3,99,109,112,10225,10231,10244,117,116,101,59,1,501,109,97,4,2,59,100,10239,10241,1,947,59,1,989,59,1,10886,114,101,118,101,59,1,287,4,2,105,121,10260,10265,114,99,59,1,285,59,1,1075,111,116,59,1,289,4,4,59,108,113,115,10283,10285,10288,10308,1,8805,59,1,8923,4,3,59,113,115,10296,10298,10301,1,8805,59,1,8807,108,97,110,116,59,1,10878,4,4,59,99,100,108,10318,10320,10324,10345,1,10878,99,59,1,10921,111,116,4,2,59,111,10332,10334,1,10880,4,2,59,108,10340,10342,1,10882,59,1,10884,4,2,59,101,10351,10354,3,8923,65024,115,59,1,10900,114,59,3,55349,56612,4,2,59,103,10369,10371,1,8811,59,1,8921,109,101,108,59,1,8503,99,121,59,1,1107,4,4,59,69,97,106,10395,10397,10400,10403,1,8823,59,1,10898,59,1,10917,59,1,10916,4,4,69,97,101,115,10416,10419,10434,10453,59,1,8809,112,4,2,59,112,10426,10428,1,10890,114,111,120,59,1,10890,4,2,59,113,10440,10442,1,10888,4,2,59,113,10448,10450,1,10888,59,1,8809,105,109,59,1,8935,112,102,59,3,55349,56664,97,118,101,59,1,96,4,2,99,105,10476,10480,114,59,1,8458,109,4,3,59,101,108,10489,10491,10494,1,8819,59,1,10894,59,1,10896,5,62,6,59,99,100,108,113,114,10512,10514,10527,10532,10538,10545,1,62,4,2,99,105,10520,10523,59,1,10919,114,59,1,10874,111,116,59,1,8919,80,97,114,59,1,10645,117,101,115,116,59,1,10876,4,5,97,100,101,108,115,10557,10574,10579,10599,10605,4,2,112,114,10563,10570,112,114,111,120,59,1,10886,114,59,1,10616,111,116,59,1,8919,113,4,2,108,113,10586,10592,101,115,115,59,1,8923,108,101,115,115,59,1,10892,101,115,115,59,1,8823,105,109,59,1,8819,4,2,101,110,10616,10626,114,116,110,101,113,113,59,3,8809,65024,69,59,3,8809,65024,4,10,65,97,98,99,101,102,107,111,115,121,10653,10658,10713,10718,10724,10760,10765,10786,10850,10875,114,114,59,1,8660,4,4,105,108,109,114,10668,10674,10678,10684,114,115,112,59,1,8202,102,59,1,189,105,108,116,59,1,8459,4,2,100,114,10690,10695,99,121,59,1,1098,4,3,59,99,119,10703,10705,10710,1,8596,105,114,59,1,10568,59,1,8621,97,114,59,1,8463,105,114,99,59,1,293,4,3,97,108,114,10732,10748,10754,114,116,115,4,2,59,117,10741,10743,1,9829,105,116,59,1,9829,108,105,112,59,1,8230,99,111,110,59,1,8889,114,59,3,55349,56613,115,4,2,101,119,10772,10779,97,114,111,119,59,1,10533,97,114,111,119,59,1,10534,4,5,97,109,111,112,114,10798,10803,10809,10839,10844,114,114,59,1,8703,116,104,116,59,1,8763,107,4,2,108,114,10816,10827,101,102,116,97,114,114,111,119,59,1,8617,105,103,104,116,97,114,114,111,119,59,1,8618,102,59,3,55349,56665,98,97,114,59,1,8213,4,3,99,108,116,10858,10863,10869,114,59,3,55349,56509,97,115,104,59,1,8463,114,111,107,59,1,295,4,2,98,112,10881,10887,117,108,108,59,1,8259,104,101,110,59,1,8208,4,15,97,99,101,102,103,105,106,109,110,111,112,113,115,116,117,10925,10936,10958,10977,10990,11001,11039,11045,11101,11192,11220,11226,11237,11285,11299,99,117,116,101,5,237,1,59,10934,1,237,4,3,59,105,121,10944,10946,10955,1,8291,114,99,5,238,1,59,10953,1,238,59,1,1080,4,2,99,120,10964,10968,121,59,1,1077,99,108,5,161,1,59,10975,1,161,4,2,102,114,10983,10986,59,1,8660,59,3,55349,56614,114,97,118,101,5,236,1,59,10999,1,236,4,4,59,105,110,111,11011,11013,11028,11034,1,8520,4,2,105,110,11019,11024,110,116,59,1,10764,116,59,1,8749,102,105,110,59,1,10716,116,97,59,1,8489,108,105,103,59,1,307,4,3,97,111,112,11053,11092,11096,4,3,99,103,116,11061,11065,11088,114,59,1,299,4,3,101,108,112,11073,11076,11082,59,1,8465,105,110,101,59,1,8464,97,114,116,59,1,8465,104,59,1,305,102,59,1,8887,101,100,59,1,437,4,5,59,99,102,111,116,11113,11115,11121,11136,11142,1,8712,97,114,101,59,1,8453,105,110,4,2,59,116,11129,11131,1,8734,105,101,59,1,10717,100,111,116,59,1,305,4,5,59,99,101,108,112,11154,11156,11161,11179,11186,1,8747,97,108,59,1,8890,4,2,103,114,11167,11173,101,114,115,59,1,8484,99,97,108,59,1,8890,97,114,104,107,59,1,10775,114,111,100,59,1,10812,4,4,99,103,112,116,11202,11206,11211,11216,121,59,1,1105,111,110,59,1,303,102,59,3,55349,56666,97,59,1,953,114,111,100,59,1,10812,117,101,115,116,5,191,1,59,11235,1,191,4,2,99,105,11243,11248,114,59,3,55349,56510,110,4,5,59,69,100,115,118,11261,11263,11266,11271,11282,1,8712,59,1,8953,111,116,59,1,8949,4,2,59,118,11277,11279,1,8948,59,1,8947,59,1,8712,4,2,59,105,11291,11293,1,8290,108,100,101,59,1,297,4,2,107,109,11305,11310,99,121,59,1,1110,108,5,239,1,59,11316,1,239,4,6,99,102,109,111,115,117,11332,11346,11351,11357,11363,11380,4,2,105,121,11338,11343,114,99,59,1,309,59,1,1081,114,59,3,55349,56615,97,116,104,59,1,567,112,102,59,3,55349,56667,4,2,99,101,11369,11374,114,59,3,55349,56511,114,99,121,59,1,1112,107,99,121,59,1,1108,4,8,97,99,102,103,104,106,111,115,11404,11418,11433,11438,11445,11450,11455,11461,112,112,97,4,2,59,118,11413,11415,1,954,59,1,1008,4,2,101,121,11424,11430,100,105,108,59,1,311,59,1,1082,114,59,3,55349,56616,114,101,101,110,59,1,312,99,121,59,1,1093,99,121,59,1,1116,112,102,59,3,55349,56668,99,114,59,3,55349,56512,4,23,65,66,69,72,97,98,99,100,101,102,103,104,106,108,109,110,111,112,114,115,116,117,118,11515,11538,11544,11555,11560,11721,11780,11818,11868,12136,12160,12171,12203,12208,12246,12275,12327,12509,12523,12569,12641,12732,12752,4,3,97,114,116,11523,11528,11532,114,114,59,1,8666,114,59,1,8656,97,105,108,59,1,10523,97,114,114,59,1,10510,4,2,59,103,11550,11552,1,8806,59,1,10891,97,114,59,1,10594,4,9,99,101,103,109,110,112,113,114,116,11580,11586,11594,11600,11606,11624,11627,11636,11694,117,116,101,59,1,314,109,112,116,121,118,59,1,10676,114,97,110,59,1,8466,98,100,97,59,1,955,103,4,3,59,100,108,11615,11617,11620,1,10216,59,1,10641,101,59,1,10216,59,1,10885,117,111,5,171,1,59,11634,1,171,114,4,8,59,98,102,104,108,112,115,116,11655,11657,11669,11673,11677,11681,11685,11690,1,8592,4,2,59,102,11663,11665,1,8676,115,59,1,10527,115,59,1,10525,107,59,1,8617,112,59,1,8619,108,59,1,10553,105,109,59,1,10611,108,59,1,8610,4,3,59,97,101,11702,11704,11709,1,10923,105,108,59,1,10521,4,2,59,115,11715,11717,1,10925,59,3,10925,65024,4,3,97,98,114,11729,11734,11739,114,114,59,1,10508,114,107,59,1,10098,4,2,97,107,11745,11758,99,4,2,101,107,11752,11755,59,1,123,59,1,91,4,2,101,115,11764,11767,59,1,10635,108,4,2,100,117,11774,11777,59,1,10639,59,1,10637,4,4,97,101,117,121,11790,11796,11811,11815,114,111,110,59,1,318,4,2,100,105,11802,11807,105,108,59,1,316,108,59,1,8968,98,59,1,123,59,1,1083,4,4,99,113,114,115,11828,11832,11845,11864,97,59,1,10550,117,111,4,2,59,114,11840,11842,1,8220,59,1,8222,4,2,100,117,11851,11857,104,97,114,59,1,10599,115,104,97,114,59,1,10571,104,59,1,8626,4,5,59,102,103,113,115,11880,11882,12008,12011,12031,1,8804,116,4,5,97,104,108,114,116,11895,11913,11935,11947,11996,114,114,111,119,4,2,59,116,11905,11907,1,8592,97,105,108,59,1,8610,97,114,112,111,111,110,4,2,100,117,11925,11931,111,119,110,59,1,8637,112,59,1,8636,101,102,116,97,114,114,111,119,115,59,1,8647,105,103,104,116,4,3,97,104,115,11959,11974,11984,114,114,111,119,4,2,59,115,11969,11971,1,8596,59,1,8646,97,114,112,111,111,110,115,59,1,8651,113,117,105,103,97,114,114,111,119,59,1,8621,104,114,101,101,116,105,109,101,115,59,1,8907,59,1,8922,4,3,59,113,115,12019,12021,12024,1,8804,59,1,8806,108,97,110,116,59,1,10877,4,5,59,99,100,103,115,12043,12045,12049,12070,12083,1,10877,99,59,1,10920,111,116,4,2,59,111,12057,12059,1,10879,4,2,59,114,12065,12067,1,10881,59,1,10883,4,2,59,101,12076,12079,3,8922,65024,115,59,1,10899,4,5,97,100,101,103,115,12095,12103,12108,12126,12131,112,112,114,111,120,59,1,10885,111,116,59,1,8918,113,4,2,103,113,12115,12120,116,114,59,1,8922,103,116,114,59,1,10891,116,114,59,1,8822,105,109,59,1,8818,4,3,105,108,114,12144,12150,12156,115,104,116,59,1,10620,111,111,114,59,1,8970,59,3,55349,56617,4,2,59,69,12166,12168,1,8822,59,1,10897,4,2,97,98,12177,12198,114,4,2,100,117,12184,12187,59,1,8637,4,2,59,108,12193,12195,1,8636,59,1,10602,108,107,59,1,9604,99,121,59,1,1113,4,5,59,97,99,104,116,12220,12222,12227,12235,12241,1,8810,114,114,59,1,8647,111,114,110,101,114,59,1,8990,97,114,100,59,1,10603,114,105,59,1,9722,4,2,105,111,12252,12258,100,111,116,59,1,320,117,115,116,4,2,59,97,12267,12269,1,9136,99,104,101,59,1,9136,4,4,69,97,101,115,12285,12288,12303,12322,59,1,8808,112,4,2,59,112,12295,12297,1,10889,114,111,120,59,1,10889,4,2,59,113,12309,12311,1,10887,4,2,59,113,12317,12319,1,10887,59,1,8808,105,109,59,1,8934,4,8,97,98,110,111,112,116,119,122,12345,12359,12364,12421,12446,12467,12474,12490,4,2,110,114,12351,12355,103,59,1,10220,114,59,1,8701,114,107,59,1,10214,103,4,3,108,109,114,12373,12401,12409,101,102,116,4,2,97,114,12382,12389,114,114,111,119,59,1,10229,105,103,104,116,97,114,114,111,119,59,1,10231,97,112,115,116,111,59,1,10236,105,103,104,116,97,114,114,111,119,59,1,10230,112,97,114,114,111,119,4,2,108,114,12433,12439,101,102,116,59,1,8619,105,103,104,116,59,1,8620,4,3,97,102,108,12454,12458,12462,114,59,1,10629,59,3,55349,56669,117,115,59,1,10797,105,109,101,115,59,1,10804,4,2,97,98,12480,12485,115,116,59,1,8727,97,114,59,1,95,4,3,59,101,102,12498,12500,12506,1,9674,110,103,101,59,1,9674,59,1,10731,97,114,4,2,59,108,12517,12519,1,40,116,59,1,10643,4,5,97,99,104,109,116,12535,12540,12548,12561,12564,114,114,59,1,8646,111,114,110,101,114,59,1,8991,97,114,4,2,59,100,12556,12558,1,8651,59,1,10605,59,1,8206,114,105,59,1,8895,4,6,97,99,104,105,113,116,12583,12589,12594,12597,12614,12635,113,117,111,59,1,8249,114,59,3,55349,56513,59,1,8624,109,4,3,59,101,103,12606,12608,12611,1,8818,59,1,10893,59,1,10895,4,2,98,117,12620,12623,59,1,91,111,4,2,59,114,12630,12632,1,8216,59,1,8218,114,111,107,59,1,322,5,60,8,59,99,100,104,105,108,113,114,12660,12662,12675,12680,12686,12692,12698,12705,1,60,4,2,99,105,12668,12671,59,1,10918,114,59,1,10873,111,116,59,1,8918,114,101,101,59,1,8907,109,101,115,59,1,8905,97,114,114,59,1,10614,117,101,115,116,59,1,10875,4,2,80,105,12711,12716,97,114,59,1,10646,4,3,59,101,102,12724,12726,12729,1,9667,59,1,8884,59,1,9666,114,4,2,100,117,12739,12746,115,104,97,114,59,1,10570,104,97,114,59,1,10598,4,2,101,110,12758,12768,114,116,110,101,113,113,59,3,8808,65024,69,59,3,8808,65024,4,14,68,97,99,100,101,102,104,105,108,110,111,112,115,117,12803,12809,12893,12908,12914,12928,12933,12937,13011,13025,13032,13049,13052,13069,68,111,116,59,1,8762,4,4,99,108,112,114,12819,12827,12849,12887,114,5,175,1,59,12825,1,175,4,2,101,116,12833,12836,59,1,9794,4,2,59,101,12842,12844,1,10016,115,101,59,1,10016,4,2,59,115,12855,12857,1,8614,116,111,4,4,59,100,108,117,12869,12871,12877,12883,1,8614,111,119,110,59,1,8615,101,102,116,59,1,8612,112,59,1,8613,107,101,114,59,1,9646,4,2,111,121,12899,12905,109,109,97,59,1,10793,59,1,1084,97,115,104,59,1,8212,97,115,117,114,101,100,97,110,103,108,101,59,1,8737,114,59,3,55349,56618,111,59,1,8487,4,3,99,100,110,12945,12954,12985,114,111,5,181,1,59,12952,1,181,4,4,59,97,99,100,12964,12966,12971,12976,1,8739,115,116,59,1,42,105,114,59,1,10992,111,116,5,183,1,59,12983,1,183,117,115,4,3,59,98,100,12995,12997,13e3,1,8722,59,1,8863,4,2,59,117,13006,13008,1,8760,59,1,10794,4,2,99,100,13017,13021,112,59,1,10971,114,59,1,8230,112,108,117,115,59,1,8723,4,2,100,112,13038,13044,101,108,115,59,1,8871,102,59,3,55349,56670,59,1,8723,4,2,99,116,13058,13063,114,59,3,55349,56514,112,111,115,59,1,8766,4,3,59,108,109,13077,13079,13087,1,956,116,105,109,97,112,59,1,8888,97,112,59,1,8888,4,24,71,76,82,86,97,98,99,100,101,102,103,104,105,106,108,109,111,112,114,115,116,117,118,119,13142,13165,13217,13229,13247,13330,13359,13414,13420,13508,13513,13579,13602,13626,13631,13762,13767,13855,13936,13995,14214,14285,14312,14432,4,2,103,116,13148,13152,59,3,8921,824,4,2,59,118,13158,13161,3,8811,8402,59,3,8811,824,4,3,101,108,116,13173,13200,13204,102,116,4,2,97,114,13181,13188,114,114,111,119,59,1,8653,105,103,104,116,97,114,114,111,119,59,1,8654,59,3,8920,824,4,2,59,118,13210,13213,3,8810,8402,59,3,8810,824,105,103,104,116,97,114,114,111,119,59,1,8655,4,2,68,100,13235,13241,97,115,104,59,1,8879,97,115,104,59,1,8878,4,5,98,99,110,112,116,13259,13264,13270,13275,13308,108,97,59,1,8711,117,116,101,59,1,324,103,59,3,8736,8402,4,5,59,69,105,111,112,13287,13289,13293,13298,13302,1,8777,59,3,10864,824,100,59,3,8779,824,115,59,1,329,114,111,120,59,1,8777,117,114,4,2,59,97,13316,13318,1,9838,108,4,2,59,115,13325,13327,1,9838,59,1,8469,4,2,115,117,13336,13344,112,5,160,1,59,13342,1,160,109,112,4,2,59,101,13352,13355,3,8782,824,59,3,8783,824,4,5,97,101,111,117,121,13371,13385,13391,13407,13411,4,2,112,114,13377,13380,59,1,10819,111,110,59,1,328,100,105,108,59,1,326,110,103,4,2,59,100,13399,13401,1,8775,111,116,59,3,10861,824,112,59,1,10818,59,1,1085,97,115,104,59,1,8211,4,7,59,65,97,100,113,115,120,13436,13438,13443,13466,13472,13478,13494,1,8800,114,114,59,1,8663,114,4,2,104,114,13450,13454,107,59,1,10532,4,2,59,111,13460,13462,1,8599,119,59,1,8599,111,116,59,3,8784,824,117,105,118,59,1,8802,4,2,101,105,13484,13489,97,114,59,1,10536,109,59,3,8770,824,105,115,116,4,2,59,115,13503,13505,1,8708,59,1,8708,114,59,3,55349,56619,4,4,69,101,115,116,13523,13527,13563,13568,59,3,8807,824,4,3,59,113,115,13535,13537,13559,1,8817,4,3,59,113,115,13545,13547,13551,1,8817,59,3,8807,824,108,97,110,116,59,3,10878,824,59,3,10878,824,105,109,59,1,8821,4,2,59,114,13574,13576,1,8815,59,1,8815,4,3,65,97,112,13587,13592,13597,114,114,59,1,8654,114,114,59,1,8622,97,114,59,1,10994,4,3,59,115,118,13610,13612,13623,1,8715,4,2,59,100,13618,13620,1,8956,59,1,8954,59,1,8715,99,121,59,1,1114,4,7,65,69,97,100,101,115,116,13647,13652,13656,13661,13665,13737,13742,114,114,59,1,8653,59,3,8806,824,114,114,59,1,8602,114,59,1,8229,4,4,59,102,113,115,13675,13677,13703,13725,1,8816,116,4,2,97,114,13684,13691,114,114,111,119,59,1,8602,105,103,104,116,97,114,114,111,119,59,1,8622,4,3,59,113,115,13711,13713,13717,1,8816,59,3,8806,824,108,97,110,116,59,3,10877,824,4,2,59,115,13731,13734,3,10877,824,59,1,8814,105,109,59,1,8820,4,2,59,114,13748,13750,1,8814,105,4,2,59,101,13757,13759,1,8938,59,1,8940,105,100,59,1,8740,4,2,112,116,13773,13778,102,59,3,55349,56671,5,172,3,59,105,110,13787,13789,13829,1,172,110,4,4,59,69,100,118,13800,13802,13806,13812,1,8713,59,3,8953,824,111,116,59,3,8949,824,4,3,97,98,99,13820,13823,13826,59,1,8713,59,1,8951,59,1,8950,105,4,2,59,118,13836,13838,1,8716,4,3,97,98,99,13846,13849,13852,59,1,8716,59,1,8958,59,1,8957,4,3,97,111,114,13863,13892,13899,114,4,4,59,97,115,116,13874,13876,13883,13888,1,8742,108,108,101,108,59,1,8742,108,59,3,11005,8421,59,3,8706,824,108,105,110,116,59,1,10772,4,3,59,99,101,13907,13909,13914,1,8832,117,101,59,1,8928,4,2,59,99,13920,13923,3,10927,824,4,2,59,101,13929,13931,1,8832,113,59,3,10927,824,4,4,65,97,105,116,13946,13951,13971,13982,114,114,59,1,8655,114,114,4,3,59,99,119,13961,13963,13967,1,8603,59,3,10547,824,59,3,8605,824,103,104,116,97,114,114,111,119,59,1,8603,114,105,4,2,59,101,13990,13992,1,8939,59,1,8941,4,7,99,104,105,109,112,113,117,14011,14036,14060,14080,14085,14090,14106,4,4,59,99,101,114,14021,14023,14028,14032,1,8833,117,101,59,1,8929,59,3,10928,824,59,3,55349,56515,111,114,116,4,2,109,112,14045,14050,105,100,59,1,8740,97,114,97,108,108,101,108,59,1,8742,109,4,2,59,101,14067,14069,1,8769,4,2,59,113,14075,14077,1,8772,59,1,8772,105,100,59,1,8740,97,114,59,1,8742,115,117,4,2,98,112,14098,14102,101,59,1,8930,101,59,1,8931,4,3,98,99,112,14114,14157,14171,4,4,59,69,101,115,14124,14126,14130,14133,1,8836,59,3,10949,824,59,1,8840,101,116,4,2,59,101,14141,14144,3,8834,8402,113,4,2,59,113,14151,14153,1,8840,59,3,10949,824,99,4,2,59,101,14164,14166,1,8833,113,59,3,10928,824,4,4,59,69,101,115,14181,14183,14187,14190,1,8837,59,3,10950,824,59,1,8841,101,116,4,2,59,101,14198,14201,3,8835,8402,113,4,2,59,113,14208,14210,1,8841,59,3,10950,824,4,4,103,105,108,114,14224,14228,14238,14242,108,59,1,8825,108,100,101,5,241,1,59,14236,1,241,103,59,1,8824,105,97,110,103,108,101,4,2,108,114,14254,14269,101,102,116,4,2,59,101,14263,14265,1,8938,113,59,1,8940,105,103,104,116,4,2,59,101,14279,14281,1,8939,113,59,1,8941,4,2,59,109,14291,14293,1,957,4,3,59,101,115,14301,14303,14308,1,35,114,111,59,1,8470,112,59,1,8199,4,9,68,72,97,100,103,105,108,114,115,14332,14338,14344,14349,14355,14369,14376,14408,14426,97,115,104,59,1,8877,97,114,114,59,1,10500,112,59,3,8781,8402,97,115,104,59,1,8876,4,2,101,116,14361,14365,59,3,8805,8402,59,3,62,8402,110,102,105,110,59,1,10718,4,3,65,101,116,14384,14389,14393,114,114,59,1,10498,59,3,8804,8402,4,2,59,114,14399,14402,3,60,8402,105,101,59,3,8884,8402,4,2,65,116,14414,14419,114,114,59,1,10499,114,105,101,59,3,8885,8402,105,109,59,3,8764,8402,4,3,65,97,110,14440,14445,14468,114,114,59,1,8662,114,4,2,104,114,14452,14456,107,59,1,10531,4,2,59,111,14462,14464,1,8598,119,59,1,8598,101,97,114,59,1,10535,4,18,83,97,99,100,101,102,103,104,105,108,109,111,112,114,115,116,117,118,14512,14515,14535,14560,14597,14603,14618,14643,14657,14662,14701,14741,14747,14769,14851,14877,14907,14916,59,1,9416,4,2,99,115,14521,14531,117,116,101,5,243,1,59,14529,1,243,116,59,1,8859,4,2,105,121,14541,14557,114,4,2,59,99,14548,14550,1,8858,5,244,1,59,14555,1,244,59,1,1086,4,5,97,98,105,111,115,14572,14577,14583,14587,14591,115,104,59,1,8861,108,97,99,59,1,337,118,59,1,10808,116,59,1,8857,111,108,100,59,1,10684,108,105,103,59,1,339,4,2,99,114,14609,14614,105,114,59,1,10687,59,3,55349,56620,4,3,111,114,116,14626,14630,14640,110,59,1,731,97,118,101,5,242,1,59,14638,1,242,59,1,10689,4,2,98,109,14649,14654,97,114,59,1,10677,59,1,937,110,116,59,1,8750,4,4,97,99,105,116,14672,14677,14693,14698,114,114,59,1,8634,4,2,105,114,14683,14687,114,59,1,10686,111,115,115,59,1,10683,110,101,59,1,8254,59,1,10688,4,3,97,101,105,14709,14714,14719,99,114,59,1,333,103,97,59,1,969,4,3,99,100,110,14727,14733,14736,114,111,110,59,1,959,59,1,10678,117,115,59,1,8854,112,102,59,3,55349,56672,4,3,97,101,108,14755,14759,14764,114,59,1,10679,114,112,59,1,10681,117,115,59,1,8853,4,7,59,97,100,105,111,115,118,14785,14787,14792,14831,14837,14841,14848,1,8744,114,114,59,1,8635,4,4,59,101,102,109,14802,14804,14817,14824,1,10845,114,4,2,59,111,14811,14813,1,8500,102,59,1,8500,5,170,1,59,14822,1,170,5,186,1,59,14829,1,186,103,111,102,59,1,8886,114,59,1,10838,108,111,112,101,59,1,10839,59,1,10843,4,3,99,108,111,14859,14863,14873,114,59,1,8500,97,115,104,5,248,1,59,14871,1,248,108,59,1,8856,105,4,2,108,109,14884,14893,100,101,5,245,1,59,14891,1,245,101,115,4,2,59,97,14901,14903,1,8855,115,59,1,10806,109,108,5,246,1,59,14914,1,246,98,97,114,59,1,9021,4,12,97,99,101,102,104,105,108,109,111,114,115,117,14948,14992,14996,15033,15038,15068,15090,15189,15192,15222,15427,15441,114,4,4,59,97,115,116,14959,14961,14976,14989,1,8741,5,182,2,59,108,14968,14970,1,182,108,101,108,59,1,8741,4,2,105,108,14982,14986,109,59,1,10995,59,1,11005,59,1,8706,121,59,1,1087,114,4,5,99,105,109,112,116,15009,15014,15019,15024,15027,110,116,59,1,37,111,100,59,1,46,105,108,59,1,8240,59,1,8869,101,110,107,59,1,8241,114,59,3,55349,56621,4,3,105,109,111,15046,15057,15063,4,2,59,118,15052,15054,1,966,59,1,981,109,97,116,59,1,8499,110,101,59,1,9742,4,3,59,116,118,15076,15078,15087,1,960,99,104,102,111,114,107,59,1,8916,59,1,982,4,2,97,117,15096,15119,110,4,2,99,107,15103,15115,107,4,2,59,104,15110,15112,1,8463,59,1,8462,118,59,1,8463,115,4,9,59,97,98,99,100,101,109,115,116,15140,15142,15148,15151,15156,15168,15171,15179,15184,1,43,99,105,114,59,1,10787,59,1,8862,105,114,59,1,10786,4,2,111,117,15162,15165,59,1,8724,59,1,10789,59,1,10866,110,5,177,1,59,15177,1,177,105,109,59,1,10790,119,111,59,1,10791,59,1,177,4,3,105,112,117,15200,15208,15213,110,116,105,110,116,59,1,10773,102,59,3,55349,56673,110,100,5,163,1,59,15220,1,163,4,10,59,69,97,99,101,105,110,111,115,117,15244,15246,15249,15253,15258,15334,15347,15367,15416,15421,1,8826,59,1,10931,112,59,1,10935,117,101,59,1,8828,4,2,59,99,15264,15266,1,10927,4,6,59,97,99,101,110,115,15280,15282,15290,15299,15303,15329,1,8826,112,112,114,111,120,59,1,10935,117,114,108,121,101,113,59,1,8828,113,59,1,10927,4,3,97,101,115,15311,15319,15324,112,112,114,111,120,59,1,10937,113,113,59,1,10933,105,109,59,1,8936,105,109,59,1,8830,109,101,4,2,59,115,15342,15344,1,8242,59,1,8473,4,3,69,97,115,15355,15358,15362,59,1,10933,112,59,1,10937,105,109,59,1,8936,4,3,100,102,112,15375,15378,15404,59,1,8719,4,3,97,108,115,15386,15392,15398,108,97,114,59,1,9006,105,110,101,59,1,8978,117,114,102,59,1,8979,4,2,59,116,15410,15412,1,8733,111,59,1,8733,105,109,59,1,8830,114,101,108,59,1,8880,4,2,99,105,15433,15438,114,59,3,55349,56517,59,1,968,110,99,115,112,59,1,8200,4,6,102,105,111,112,115,117,15462,15467,15472,15478,15485,15491,114,59,3,55349,56622,110,116,59,1,10764,112,102,59,3,55349,56674,114,105,109,101,59,1,8279,99,114,59,3,55349,56518,4,3,97,101,111,15499,15520,15534,116,4,2,101,105,15506,15515,114,110,105,111,110,115,59,1,8461,110,116,59,1,10774,115,116,4,2,59,101,15528,15530,1,63,113,59,1,8799,116,5,34,1,59,15540,1,34,4,21,65,66,72,97,98,99,100,101,102,104,105,108,109,110,111,112,114,115,116,117,120,15586,15609,15615,15620,15796,15855,15893,15931,15977,16001,16039,16183,16204,16222,16228,16285,16312,16318,16363,16408,16416,4,3,97,114,116,15594,15599,15603,114,114,59,1,8667,114,59,1,8658,97,105,108,59,1,10524,97,114,114,59,1,10511,97,114,59,1,10596,4,7,99,100,101,110,113,114,116,15636,15651,15656,15664,15687,15696,15770,4,2,101,117,15642,15646,59,3,8765,817,116,101,59,1,341,105,99,59,1,8730,109,112,116,121,118,59,1,10675,103,4,4,59,100,101,108,15675,15677,15680,15683,1,10217,59,1,10642,59,1,10661,101,59,1,10217,117,111,5,187,1,59,15694,1,187,114,4,11,59,97,98,99,102,104,108,112,115,116,119,15721,15723,15727,15739,15742,15746,15750,15754,15758,15763,15767,1,8594,112,59,1,10613,4,2,59,102,15733,15735,1,8677,115,59,1,10528,59,1,10547,115,59,1,10526,107,59,1,8618,112,59,1,8620,108,59,1,10565,105,109,59,1,10612,108,59,1,8611,59,1,8605,4,2,97,105,15776,15781,105,108,59,1,10522,111,4,2,59,110,15788,15790,1,8758,97,108,115,59,1,8474,4,3,97,98,114,15804,15809,15814,114,114,59,1,10509,114,107,59,1,10099,4,2,97,107,15820,15833,99,4,2,101,107,15827,15830,59,1,125,59,1,93,4,2,101,115,15839,15842,59,1,10636,108,4,2,100,117,15849,15852,59,1,10638,59,1,10640,4,4,97,101,117,121,15865,15871,15886,15890,114,111,110,59,1,345,4,2,100,105,15877,15882,105,108,59,1,343,108,59,1,8969,98,59,1,125,59,1,1088,4,4,99,108,113,115,15903,15907,15914,15927,97,59,1,10551,100,104,97,114,59,1,10601,117,111,4,2,59,114,15922,15924,1,8221,59,1,8221,104,59,1,8627,4,3,97,99,103,15939,15966,15970,108,4,4,59,105,112,115,15950,15952,15957,15963,1,8476,110,101,59,1,8475,97,114,116,59,1,8476,59,1,8477,116,59,1,9645,5,174,1,59,15975,1,174,4,3,105,108,114,15985,15991,15997,115,104,116,59,1,10621,111,111,114,59,1,8971,59,3,55349,56623,4,2,97,111,16007,16028,114,4,2,100,117,16014,16017,59,1,8641,4,2,59,108,16023,16025,1,8640,59,1,10604,4,2,59,118,16034,16036,1,961,59,1,1009,4,3,103,110,115,16047,16167,16171,104,116,4,6,97,104,108,114,115,116,16063,16081,16103,16130,16143,16155,114,114,111,119,4,2,59,116,16073,16075,1,8594,97,105,108,59,1,8611,97,114,112,111,111,110,4,2,100,117,16093,16099,111,119,110,59,1,8641,112,59,1,8640,101,102,116,4,2,97,104,16112,16120,114,114,111,119,115,59,1,8644,97,114,112,111,111,110,115,59,1,8652,105,103,104,116,97,114,114,111,119,115,59,1,8649,113,117,105,103,97,114,114,111,119,59,1,8605,104,114,101,101,116,105,109,101,115,59,1,8908,103,59,1,730,105,110,103,100,111,116,115,101,113,59,1,8787,4,3,97,104,109,16191,16196,16201,114,114,59,1,8644,97,114,59,1,8652,59,1,8207,111,117,115,116,4,2,59,97,16214,16216,1,9137,99,104,101,59,1,9137,109,105,100,59,1,10990,4,4,97,98,112,116,16238,16252,16257,16278,4,2,110,114,16244,16248,103,59,1,10221,114,59,1,8702,114,107,59,1,10215,4,3,97,102,108,16265,16269,16273,114,59,1,10630,59,3,55349,56675,117,115,59,1,10798,105,109,101,115,59,1,10805,4,2,97,112,16291,16304,114,4,2,59,103,16298,16300,1,41,116,59,1,10644,111,108,105,110,116,59,1,10770,97,114,114,59,1,8649,4,4,97,99,104,113,16328,16334,16339,16342,113,117,111,59,1,8250,114,59,3,55349,56519,59,1,8625,4,2,98,117,16348,16351,59,1,93,111,4,2,59,114,16358,16360,1,8217,59,1,8217,4,3,104,105,114,16371,16377,16383,114,101,101,59,1,8908,109,101,115,59,1,8906,105,4,4,59,101,102,108,16394,16396,16399,16402,1,9657,59,1,8885,59,1,9656,116,114,105,59,1,10702,108,117,104,97,114,59,1,10600,59,1,8478,4,19,97,98,99,100,101,102,104,105,108,109,111,112,113,114,115,116,117,119,122,16459,16466,16472,16572,16590,16672,16687,16746,16844,16850,16924,16963,16988,17115,17121,17154,17206,17614,17656,99,117,116,101,59,1,347,113,117,111,59,1,8218,4,10,59,69,97,99,101,105,110,112,115,121,16494,16496,16499,16513,16518,16531,16536,16556,16564,16569,1,8827,59,1,10932,4,2,112,114,16505,16508,59,1,10936,111,110,59,1,353,117,101,59,1,8829,4,2,59,100,16524,16526,1,10928,105,108,59,1,351,114,99,59,1,349,4,3,69,97,115,16544,16547,16551,59,1,10934,112,59,1,10938,105,109,59,1,8937,111,108,105,110,116,59,1,10771,105,109,59,1,8831,59,1,1089,111,116,4,3,59,98,101,16582,16584,16587,1,8901,59,1,8865,59,1,10854,4,7,65,97,99,109,115,116,120,16606,16611,16634,16642,16646,16652,16668,114,114,59,1,8664,114,4,2,104,114,16618,16622,107,59,1,10533,4,2,59,111,16628,16630,1,8600,119,59,1,8600,116,5,167,1,59,16640,1,167,105,59,1,59,119,97,114,59,1,10537,109,4,2,105,110,16659,16665,110,117,115,59,1,8726,59,1,8726,116,59,1,10038,114,4,2,59,111,16679,16682,3,55349,56624,119,110,59,1,8994,4,4,97,99,111,121,16697,16702,16716,16739,114,112,59,1,9839,4,2,104,121,16708,16713,99,121,59,1,1097,59,1,1096,114,116,4,2,109,112,16724,16729,105,100,59,1,8739,97,114,97,108,108,101,108,59,1,8741,5,173,1,59,16744,1,173,4,2,103,109,16752,16770,109,97,4,3,59,102,118,16762,16764,16767,1,963,59,1,962,59,1,962,4,8,59,100,101,103,108,110,112,114,16788,16790,16795,16806,16817,16828,16832,16838,1,8764,111,116,59,1,10858,4,2,59,113,16801,16803,1,8771,59,1,8771,4,2,59,69,16812,16814,1,10910,59,1,10912,4,2,59,69,16823,16825,1,10909,59,1,10911,101,59,1,8774,108,117,115,59,1,10788,97,114,114,59,1,10610,97,114,114,59,1,8592,4,4,97,101,105,116,16860,16883,16891,16904,4,2,108,115,16866,16878,108,115,101,116,109,105,110,117,115,59,1,8726,104,112,59,1,10803,112,97,114,115,108,59,1,10724,4,2,100,108,16897,16900,59,1,8739,101,59,1,8995,4,2,59,101,16910,16912,1,10922,4,2,59,115,16918,16920,1,10924,59,3,10924,65024,4,3,102,108,112,16932,16938,16958,116,99,121,59,1,1100,4,2,59,98,16944,16946,1,47,4,2,59,97,16952,16954,1,10692,114,59,1,9023,102,59,3,55349,56676,97,4,2,100,114,16970,16985,101,115,4,2,59,117,16978,16980,1,9824,105,116,59,1,9824,59,1,8741,4,3,99,115,117,16996,17028,17089,4,2,97,117,17002,17015,112,4,2,59,115,17009,17011,1,8851,59,3,8851,65024,112,4,2,59,115,17022,17024,1,8852,59,3,8852,65024,117,4,2,98,112,17035,17062,4,3,59,101,115,17043,17045,17048,1,8847,59,1,8849,101,116,4,2,59,101,17056,17058,1,8847,113,59,1,8849,4,3,59,101,115,17070,17072,17075,1,8848,59,1,8850,101,116,4,2,59,101,17083,17085,1,8848,113,59,1,8850,4,3,59,97,102,17097,17099,17112,1,9633,114,4,2,101,102,17106,17109,59,1,9633,59,1,9642,59,1,9642,97,114,114,59,1,8594,4,4,99,101,109,116,17131,17136,17142,17148,114,59,3,55349,56520,116,109,110,59,1,8726,105,108,101,59,1,8995,97,114,102,59,1,8902,4,2,97,114,17160,17172,114,4,2,59,102,17167,17169,1,9734,59,1,9733,4,2,97,110,17178,17202,105,103,104,116,4,2,101,112,17188,17197,112,115,105,108,111,110,59,1,1013,104,105,59,1,981,115,59,1,175,4,5,98,99,109,110,112,17218,17351,17420,17423,17427,4,9,59,69,100,101,109,110,112,114,115,17238,17240,17243,17248,17261,17267,17279,17285,17291,1,8834,59,1,10949,111,116,59,1,10941,4,2,59,100,17254,17256,1,8838,111,116,59,1,10947,117,108,116,59,1,10945,4,2,69,101,17273,17276,59,1,10955,59,1,8842,108,117,115,59,1,10943,97,114,114,59,1,10617,4,3,101,105,117,17299,17335,17339,116,4,3,59,101,110,17308,17310,17322,1,8834,113,4,2,59,113,17317,17319,1,8838,59,1,10949,101,113,4,2,59,113,17330,17332,1,8842,59,1,10955,109,59,1,10951,4,2,98,112,17345,17348,59,1,10965,59,1,10963,99,4,6,59,97,99,101,110,115,17366,17368,17376,17385,17389,17415,1,8827,112,112,114,111,120,59,1,10936,117,114,108,121,101,113,59,1,8829,113,59,1,10928,4,3,97,101,115,17397,17405,17410,112,112,114,111,120,59,1,10938,113,113,59,1,10934,105,109,59,1,8937,105,109,59,1,8831,59,1,8721,103,59,1,9834,4,13,49,50,51,59,69,100,101,104,108,109,110,112,115,17455,17462,17469,17476,17478,17481,17496,17509,17524,17530,17536,17548,17554,5,185,1,59,17460,1,185,5,178,1,59,17467,1,178,5,179,1,59,17474,1,179,1,8835,59,1,10950,4,2,111,115,17487,17491,116,59,1,10942,117,98,59,1,10968,4,2,59,100,17502,17504,1,8839,111,116,59,1,10948,115,4,2,111,117,17516,17520,108,59,1,10185,98,59,1,10967,97,114,114,59,1,10619,117,108,116,59,1,10946,4,2,69,101,17542,17545,59,1,10956,59,1,8843,108,117,115,59,1,10944,4,3,101,105,117,17562,17598,17602,116,4,3,59,101,110,17571,17573,17585,1,8835,113,4,2,59,113,17580,17582,1,8839,59,1,10950,101,113,4,2,59,113,17593,17595,1,8843,59,1,10956,109,59,1,10952,4,2,98,112,17608,17611,59,1,10964,59,1,10966,4,3,65,97,110,17622,17627,17650,114,114,59,1,8665,114,4,2,104,114,17634,17638,107,59,1,10534,4,2,59,111,17644,17646,1,8601,119,59,1,8601,119,97,114,59,1,10538,108,105,103,5,223,1,59,17664,1,223,4,13,97,98,99,100,101,102,104,105,111,112,114,115,119,17694,17709,17714,17737,17742,17749,17754,17860,17905,17957,17964,18090,18122,4,2,114,117,17700,17706,103,101,116,59,1,8982,59,1,964,114,107,59,1,9140,4,3,97,101,121,17722,17728,17734,114,111,110,59,1,357,100,105,108,59,1,355,59,1,1090,111,116,59,1,8411,108,114,101,99,59,1,8981,114,59,3,55349,56625,4,4,101,105,107,111,17764,17805,17836,17851,4,2,114,116,17770,17786,101,4,2,52,102,17777,17780,59,1,8756,111,114,101,59,1,8756,97,4,3,59,115,118,17795,17797,17802,1,952,121,109,59,1,977,59,1,977,4,2,99,110,17811,17831,107,4,2,97,115,17818,17826,112,112,114,111,120,59,1,8776,105,109,59,1,8764,115,112,59,1,8201,4,2,97,115,17842,17846,112,59,1,8776,105,109,59,1,8764,114,110,5,254,1,59,17858,1,254,4,3,108,109,110,17868,17873,17901,100,101,59,1,732,101,115,5,215,3,59,98,100,17884,17886,17898,1,215,4,2,59,97,17892,17894,1,8864,114,59,1,10801,59,1,10800,116,59,1,8749,4,3,101,112,115,17913,17917,17953,97,59,1,10536,4,4,59,98,99,102,17927,17929,17934,17939,1,8868,111,116,59,1,9014,105,114,59,1,10993,4,2,59,111,17945,17948,3,55349,56677,114,107,59,1,10970,97,59,1,10537,114,105,109,101,59,1,8244,4,3,97,105,112,17972,17977,18082,100,101,59,1,8482,4,7,97,100,101,109,112,115,116,17993,18051,18056,18059,18066,18072,18076,110,103,108,101,4,5,59,100,108,113,114,18009,18011,18017,18032,18035,1,9653,111,119,110,59,1,9663,101,102,116,4,2,59,101,18026,18028,1,9667,113,59,1,8884,59,1,8796,105,103,104,116,4,2,59,101,18045,18047,1,9657,113,59,1,8885,111,116,59,1,9708,59,1,8796,105,110,117,115,59,1,10810,108,117,115,59,1,10809,98,59,1,10701,105,109,101,59,1,10811,101,122,105,117,109,59,1,9186,4,3,99,104,116,18098,18111,18116,4,2,114,121,18104,18108,59,3,55349,56521,59,1,1094,99,121,59,1,1115,114,111,107,59,1,359,4,2,105,111,18128,18133,120,116,59,1,8812,104,101,97,100,4,2,108,114,18143,18154,101,102,116,97,114,114,111,119,59,1,8606,105,103,104,116,97,114,114,111,119,59,1,8608,4,18,65,72,97,98,99,100,102,103,104,108,109,111,112,114,115,116,117,119,18204,18209,18214,18234,18250,18268,18292,18308,18319,18343,18379,18397,18413,18504,18547,18553,18584,18603,114,114,59,1,8657,97,114,59,1,10595,4,2,99,114,18220,18230,117,116,101,5,250,1,59,18228,1,250,114,59,1,8593,114,4,2,99,101,18241,18245,121,59,1,1118,118,101,59,1,365,4,2,105,121,18256,18265,114,99,5,251,1,59,18263,1,251,59,1,1091,4,3,97,98,104,18276,18281,18287,114,114,59,1,8645,108,97,99,59,1,369,97,114,59,1,10606,4,2,105,114,18298,18304,115,104,116,59,1,10622,59,3,55349,56626,114,97,118,101,5,249,1,59,18317,1,249,4,2,97,98,18325,18338,114,4,2,108,114,18332,18335,59,1,8639,59,1,8638,108,107,59,1,9600,4,2,99,116,18349,18374,4,2,111,114,18355,18369,114,110,4,2,59,101,18363,18365,1,8988,114,59,1,8988,111,112,59,1,8975,114,105,59,1,9720,4,2,97,108,18385,18390,99,114,59,1,363,5,168,1,59,18395,1,168,4,2,103,112,18403,18408,111,110,59,1,371,102,59,3,55349,56678,4,6,97,100,104,108,115,117,18427,18434,18445,18470,18475,18494,114,114,111,119,59,1,8593,111,119,110,97,114,114,111,119,59,1,8597,97,114,112,111,111,110,4,2,108,114,18457,18463,101,102,116,59,1,8639,105,103,104,116,59,1,8638,117,115,59,1,8846,105,4,3,59,104,108,18484,18486,18489,1,965,59,1,978,111,110,59,1,965,112,97,114,114,111,119,115,59,1,8648,4,3,99,105,116,18512,18537,18542,4,2,111,114,18518,18532,114,110,4,2,59,101,18526,18528,1,8989,114,59,1,8989,111,112,59,1,8974,110,103,59,1,367,114,105,59,1,9721,99,114,59,3,55349,56522,4,3,100,105,114,18561,18566,18572,111,116,59,1,8944,108,100,101,59,1,361,105,4,2,59,102,18579,18581,1,9653,59,1,9652,4,2,97,109,18590,18595,114,114,59,1,8648,108,5,252,1,59,18601,1,252,97,110,103,108,101,59,1,10663,4,15,65,66,68,97,99,100,101,102,108,110,111,112,114,115,122,18643,18648,18661,18667,18847,18851,18857,18904,18909,18915,18931,18937,18943,18949,18996,114,114,59,1,8661,97,114,4,2,59,118,18656,18658,1,10984,59,1,10985,97,115,104,59,1,8872,4,2,110,114,18673,18679,103,114,116,59,1,10652,4,7,101,107,110,112,114,115,116,18695,18704,18711,18720,18742,18754,18810,112,115,105,108,111,110,59,1,1013,97,112,112,97,59,1,1008,111,116,104,105,110,103,59,1,8709,4,3,104,105,114,18728,18732,18735,105,59,1,981,59,1,982,111,112,116,111,59,1,8733,4,2,59,104,18748,18750,1,8597,111,59,1,1009,4,2,105,117,18760,18766,103,109,97,59,1,962,4,2,98,112,18772,18791,115,101,116,110,101,113,4,2,59,113,18784,18787,3,8842,65024,59,3,10955,65024,115,101,116,110,101,113,4,2,59,113,18803,18806,3,8843,65024,59,3,10956,65024,4,2,104,114,18816,18822,101,116,97,59,1,977,105,97,110,103,108,101,4,2,108,114,18834,18840,101,102,116,59,1,8882,105,103,104,116,59,1,8883,121,59,1,1074,97,115,104,59,1,8866,4,3,101,108,114,18865,18884,18890,4,3,59,98,101,18873,18875,18880,1,8744,97,114,59,1,8891,113,59,1,8794,108,105,112,59,1,8942,4,2,98,116,18896,18901,97,114,59,1,124,59,1,124,114,59,3,55349,56627,116,114,105,59,1,8882,115,117,4,2,98,112,18923,18927,59,3,8834,8402,59,3,8835,8402,112,102,59,3,55349,56679,114,111,112,59,1,8733,116,114,105,59,1,8883,4,2,99,117,18955,18960,114,59,3,55349,56523,4,2,98,112,18966,18981,110,4,2,69,101,18973,18977,59,3,10955,65024,59,3,8842,65024,110,4,2,69,101,18988,18992,59,3,10956,65024,59,3,8843,65024,105,103,122,97,103,59,1,10650,4,7,99,101,102,111,112,114,115,19020,19026,19061,19066,19072,19075,19089,105,114,99,59,1,373,4,2,100,105,19032,19055,4,2,98,103,19038,19043,97,114,59,1,10847,101,4,2,59,113,19050,19052,1,8743,59,1,8793,101,114,112,59,1,8472,114,59,3,55349,56628,112,102,59,3,55349,56680,59,1,8472,4,2,59,101,19081,19083,1,8768,97,116,104,59,1,8768,99,114,59,3,55349,56524,4,14,99,100,102,104,105,108,109,110,111,114,115,117,118,119,19125,19146,19152,19157,19173,19176,19192,19197,19202,19236,19252,19269,19286,19291,4,3,97,105,117,19133,19137,19142,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,116,114,105,59,1,9661,114,59,3,55349,56629,4,2,65,97,19163,19168,114,114,59,1,10234,114,114,59,1,10231,59,1,958,4,2,65,97,19182,19187,114,114,59,1,10232,114,114,59,1,10229,97,112,59,1,10236,105,115,59,1,8955,4,3,100,112,116,19210,19215,19230,111,116,59,1,10752,4,2,102,108,19221,19225,59,3,55349,56681,117,115,59,1,10753,105,109,101,59,1,10754,4,2,65,97,19242,19247,114,114,59,1,10233,114,114,59,1,10230,4,2,99,113,19258,19263,114,59,3,55349,56525,99,117,112,59,1,10758,4,2,112,116,19275,19281,108,117,115,59,1,10756,114,105,59,1,9651,101,101,59,1,8897,101,100,103,101,59,1,8896,4,8,97,99,101,102,105,111,115,117,19316,19335,19349,19357,19362,19367,19373,19379,99,4,2,117,121,19323,19332,116,101,5,253,1,59,19330,1,253,59,1,1103,4,2,105,121,19341,19346,114,99,59,1,375,59,1,1099,110,5,165,1,59,19355,1,165,114,59,3,55349,56630,99,121,59,1,1111,112,102,59,3,55349,56682,99,114,59,3,55349,56526,4,2,99,109,19385,19389,121,59,1,1102,108,5,255,1,59,19395,1,255,4,10,97,99,100,101,102,104,105,111,115,119,19419,19426,19441,19446,19462,19467,19472,19480,19486,19492,99,117,116,101,59,1,378,4,2,97,121,19432,19438,114,111,110,59,1,382,59,1,1079,111,116,59,1,380,4,2,101,116,19452,19458,116,114,102,59,1,8488,97,59,1,950,114,59,3,55349,56631,99,121,59,1,1078,103,114,97,114,114,59,1,8669,112,102,59,3,55349,56683,99,114,59,3,55349,56527,4,2,106,110,19498,19501,59,1,8205,106,59,1,8204])),namedEntityData}var tokenizer,hasRequiredTokenizer;function requireTokenizer(){if(hasRequiredTokenizer)return tokenizer;hasRequiredTokenizer=1;const e=requirePreprocessor(),t=requireUnicode(),y=requireNamedEntityData(),n=requireErrorCodes(),$=t.CODE_POINTS,k=t.CODE_POINT_SEQUENCES,L={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},j=1,V=2,z=4,re=j|V|z,oe="DATA_STATE",ue="RCDATA_STATE",de="RAWTEXT_STATE",_e="SCRIPT_DATA_STATE",Ne="PLAINTEXT_STATE",Ue="TAG_OPEN_STATE",$e="END_TAG_OPEN_STATE",Ve="TAG_NAME_STATE",Fe="RCDATA_LESS_THAN_SIGN_STATE",qe="RCDATA_END_TAG_OPEN_STATE",er="RCDATA_END_TAG_NAME_STATE",ir="RAWTEXT_LESS_THAN_SIGN_STATE",dr="RAWTEXT_END_TAG_OPEN_STATE",cr="RAWTEXT_END_TAG_NAME_STATE",nr="SCRIPT_DATA_LESS_THAN_SIGN_STATE",lr="SCRIPT_DATA_END_TAG_OPEN_STATE",Et="SCRIPT_DATA_END_TAG_NAME_STATE",ie="SCRIPT_DATA_ESCAPE_START_STATE",pe="SCRIPT_DATA_ESCAPE_START_DASH_STATE",Ce="SCRIPT_DATA_ESCAPED_STATE",Ie="SCRIPT_DATA_ESCAPED_DASH_STATE",jt="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",ar="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",ur="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",kt="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",he="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",tr="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",gr="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",_r="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",yr="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",xr="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",Nr="BEFORE_ATTRIBUTE_NAME_STATE",Tr="ATTRIBUTE_NAME_STATE",Sr="AFTER_ATTRIBUTE_NAME_STATE",Ar="BEFORE_ATTRIBUTE_VALUE_STATE",Fr="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",Gr="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",Vr="ATTRIBUTE_VALUE_UNQUOTED_STATE",Dr="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Ir="SELF_CLOSING_START_TAG_STATE",Br="BOGUS_COMMENT_STATE",Rr="MARKUP_DECLARATION_OPEN_STATE",Lr="COMMENT_START_STATE",$r="COMMENT_START_DASH_STATE",jr="COMMENT_STATE",vn="COMMENT_LESS_THAN_SIGN_STATE",Kr="COMMENT_LESS_THAN_SIGN_BANG_STATE",kr="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",Qr="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",Zr="COMMENT_END_DASH_STATE",Vi="COMMENT_END_STATE",To="COMMENT_END_BANG_STATE",oa="DOCTYPE_STATE",Ba="BEFORE_DOCTYPE_NAME_STATE",rs="DOCTYPE_NAME_STATE",Mn="AFTER_DOCTYPE_NAME_STATE",Wr="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",Ur="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",Sn="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",Nn="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",Sa="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",Li="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",ca="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",fo="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",zn="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",ki="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",Ra="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",_o="BOGUS_DOCTYPE_STATE",eo="CDATA_SECTION_STATE",tl="CDATA_SECTION_BRACKET_STATE",Es="CDATA_SECTION_END_STATE",Hs="CHARACTER_REFERENCE_STATE",Ts="NAMED_CHARACTER_REFERENCE_STATE",js="AMBIGUOS_AMPERSAND_STATE",Gs="NUMERIC_CHARACTER_REFERENCE_STATE",uc="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",rl="DECIMAL_CHARACTER_REFERENCE_START_STATE",il="HEXADEMICAL_CHARACTER_REFERENCE_STATE",bl="DECIMAL_CHARACTER_REFERENCE_STATE",Wa="NUMERIC_CHARACTER_REFERENCE_END_STATE";function Ao(vs){return vs===$.SPACE||vs===$.LINE_FEED||vs===$.TABULATION||vs===$.FORM_FEED}function ks(vs){return vs>=$.DIGIT_0&&vs<=$.DIGIT_9}function Bo(vs){return vs>=$.LATIN_CAPITAL_A&&vs<=$.LATIN_CAPITAL_Z}function Hr(vs){return vs>=$.LATIN_SMALL_A&&vs<=$.LATIN_SMALL_Z}function ui(vs){return Hr(vs)||Bo(vs)}function En(vs){return ui(vs)||ks(vs)}function An(vs){return vs>=$.LATIN_CAPITAL_A&&vs<=$.LATIN_CAPITAL_F}function Gi(vs){return vs>=$.LATIN_SMALL_A&&vs<=$.LATIN_SMALL_F}function Ki(vs){return ks(vs)||An(vs)||Gi(vs)}function Ea(vs){return vs+32}function aa(vs){return vs<=65535?String.fromCharCode(vs):(vs-=65536,String.fromCharCode(vs>>>10&1023|55296)+String.fromCharCode(56320|vs&1023))}function Qo(vs){return String.fromCharCode(Ea(vs))}function Eo(vs,kn){const qo=y[++vs];let Zl=++vs,Mo=Zl+qo-1;for(;Zl<=Mo;){const _u=Zl+Mo>>>1,Bl=y[_u];if(Blkn)Mo=_u-1;else return y[_u+qo]}return-1}class Vo{constructor(){this.preprocessor=new e,this.tokenQueue=[],this.allowCDATA=!1,this.state=oe,this.returnState="",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(kn){this._consume(),this._err(kn),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;const kn=this._consume();this._ensureHibernation()||this[this.state](kn)}return this.tokenQueue.shift()}write(kn,qo){this.active=!0,this.preprocessor.write(kn,qo)}insertHtmlAtCurrentPos(kn){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(kn)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:Vo.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(kn){this.state=kn,this._unconsume()}_consumeSequenceIfMatch(kn,qo,Zl){let Mo=0,_u=!0;const Bl=kn.length;let Vu=0,Iu=qo,Pu;for(;Vu0&&(Iu=this._consume(),Mo++),Iu===$.EOF){_u=!1;break}if(Pu=kn[Vu],Iu!==Pu&&(Zl||Iu!==Ea(Pu))){_u=!1;break}}if(!_u)for(;Mo--;)this._unconsume();return _u}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==k.SCRIPT_STRING.length)return!1;for(let kn=0;kn0&&this._err(n.endTagWithAttributes),kn.selfClosing&&this._err(n.endTagWithTrailingSolidus)),this.tokenQueue.push(kn)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(kn,qo){this.currentCharacterToken&&this.currentCharacterToken.type!==kn&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=qo:this._createCharacterToken(kn,qo)}_emitCodePoint(kn){let qo=Vo.CHARACTER_TOKEN;Ao(kn)?qo=Vo.WHITESPACE_CHARACTER_TOKEN:kn===$.NULL&&(qo=Vo.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(qo,aa(kn))}_emitSeveralCodePoints(kn){for(let qo=0;qo-1;){const _u=y[Mo],Bl=_u")):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.state=Ce,this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=Ce,this._emitCodePoint(kn))}[ar](kn){kn===$.SOLIDUS?(this.tempBuff=[],this.state=ur):ui(kn)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(he)):(this._emitChars("<"),this._reconsumeInState(Ce))}[ur](kn){ui(kn)?(this._createEndTagToken(),this._reconsumeInState(kt)):(this._emitChars("")):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.state=tr,this._emitChars(t.REPLACEMENT_CHARACTER)):kn===$.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=tr,this._emitCodePoint(kn))}[yr](kn){kn===$.SOLIDUS?(this.tempBuff=[],this.state=xr,this._emitChars("/")):this._reconsumeInState(tr)}[xr](kn){Ao(kn)||kn===$.SOLIDUS||kn===$.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?Ce:tr,this._emitCodePoint(kn)):Bo(kn)?(this.tempBuff.push(Ea(kn)),this._emitCodePoint(kn)):Hr(kn)?(this.tempBuff.push(kn),this._emitCodePoint(kn)):this._reconsumeInState(tr)}[Nr](kn){Ao(kn)||(kn===$.SOLIDUS||kn===$.GREATER_THAN_SIGN||kn===$.EOF?this._reconsumeInState(Sr):kn===$.EQUALS_SIGN?(this._err(n.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=Tr):(this._createAttr(""),this._reconsumeInState(Tr)))}[Tr](kn){Ao(kn)||kn===$.SOLIDUS||kn===$.GREATER_THAN_SIGN||kn===$.EOF?(this._leaveAttrName(Sr),this._unconsume()):kn===$.EQUALS_SIGN?this._leaveAttrName(Ar):Bo(kn)?this.currentAttr.name+=Qo(kn):kn===$.QUOTATION_MARK||kn===$.APOSTROPHE||kn===$.LESS_THAN_SIGN?(this._err(n.unexpectedCharacterInAttributeName),this.currentAttr.name+=aa(kn)):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.name+=t.REPLACEMENT_CHARACTER):this.currentAttr.name+=aa(kn)}[Sr](kn){Ao(kn)||(kn===$.SOLIDUS?this.state=Ir:kn===$.EQUALS_SIGN?this.state=Ar:kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(Tr)))}[Ar](kn){Ao(kn)||(kn===$.QUOTATION_MARK?this.state=Fr:kn===$.APOSTROPHE?this.state=Gr:kn===$.GREATER_THAN_SIGN?(this._err(n.missingAttributeValue),this.state=oe,this._emitCurrentToken()):this._reconsumeInState(Vr))}[Fr](kn){kn===$.QUOTATION_MARK?this.state=Dr:kn===$.AMPERSAND?(this.returnState=Fr,this.state=Hs):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=aa(kn)}[Gr](kn){kn===$.APOSTROPHE?this.state=Dr:kn===$.AMPERSAND?(this.returnState=Gr,this.state=Hs):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=aa(kn)}[Vr](kn){Ao(kn)?this._leaveAttrValue(Nr):kn===$.AMPERSAND?(this.returnState=Vr,this.state=Hs):kn===$.GREATER_THAN_SIGN?(this._leaveAttrValue(oe),this._emitCurrentToken()):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):kn===$.QUOTATION_MARK||kn===$.APOSTROPHE||kn===$.LESS_THAN_SIGN||kn===$.EQUALS_SIGN||kn===$.GRAVE_ACCENT?(this._err(n.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=aa(kn)):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=aa(kn)}[Dr](kn){Ao(kn)?this._leaveAttrValue(Nr):kn===$.SOLIDUS?this._leaveAttrValue(Ir):kn===$.GREATER_THAN_SIGN?(this._leaveAttrValue(oe),this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.missingWhitespaceBetweenAttributes),this._reconsumeInState(Nr))}[Ir](kn){kn===$.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.unexpectedSolidusInTag),this._reconsumeInState(Nr))}[Br](kn){kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._emitCurrentToken(),this._emitEOFToken()):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.data+=t.REPLACEMENT_CHARACTER):this.currentToken.data+=aa(kn)}[Rr](kn){this._consumeSequenceIfMatch(k.DASH_DASH_STRING,kn,!0)?(this._createCommentToken(),this.state=Lr):this._consumeSequenceIfMatch(k.DOCTYPE_STRING,kn,!1)?this.state=oa:this._consumeSequenceIfMatch(k.CDATA_START_STRING,kn,!0)?this.allowCDATA?this.state=eo:(this._err(n.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Br):this._ensureHibernation()||(this._err(n.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Br))}[Lr](kn){kn===$.HYPHEN_MINUS?this.state=$r:kn===$.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=oe,this._emitCurrentToken()):this._reconsumeInState(jr)}[$r](kn){kn===$.HYPHEN_MINUS?this.state=Vi:kn===$.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(jr))}[jr](kn){kn===$.HYPHEN_MINUS?this.state=Zr:kn===$.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=vn):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.data+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=aa(kn)}[vn](kn){kn===$.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=Kr):kn===$.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(jr)}[Kr](kn){kn===$.HYPHEN_MINUS?this.state=kr:this._reconsumeInState(jr)}[kr](kn){kn===$.HYPHEN_MINUS?this.state=Qr:this._reconsumeInState(Zr)}[Qr](kn){kn!==$.GREATER_THAN_SIGN&&kn!==$.EOF&&this._err(n.nestedComment),this._reconsumeInState(Vi)}[Zr](kn){kn===$.HYPHEN_MINUS?this.state=Vi:kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(jr))}[Vi](kn){kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EXCLAMATION_MARK?this.state=To:kn===$.HYPHEN_MINUS?this.currentToken.data+="-":kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState(jr))}[To](kn){kn===$.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=Zr):kn===$.GREATER_THAN_SIGN?(this._err(n.incorrectlyClosedComment),this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState(jr))}[oa](kn){Ao(kn)?this.state=Ba:kn===$.GREATER_THAN_SIGN?this._reconsumeInState(Ba):kn===$.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(Ba))}[Ba](kn){Ao(kn)||(Bo(kn)?(this._createDoctypeToken(Qo(kn)),this.state=rs):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this._createDoctypeToken(t.REPLACEMENT_CHARACTER),this.state=rs):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(aa(kn)),this.state=rs))}[rs](kn){Ao(kn)?this.state=Mn:kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):Bo(kn)?this.currentToken.name+=Qo(kn):kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.name+=t.REPLACEMENT_CHARACTER):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=aa(kn)}[Mn](kn){Ao(kn)||(kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(k.PUBLIC_STRING,kn,!1)?this.state=Wr:this._consumeSequenceIfMatch(k.SYSTEM_STRING,kn,!1)?this.state=ca:this._ensureHibernation()||(this._err(n.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[Wr](kn){Ao(kn)?this.state=Ur:kn===$.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=Sn):kn===$.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=Nn):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o))}[Ur](kn){Ao(kn)||(kn===$.QUOTATION_MARK?(this.currentToken.publicId="",this.state=Sn):kn===$.APOSTROPHE?(this.currentToken.publicId="",this.state=Nn):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[Sn](kn){kn===$.QUOTATION_MARK?this.state=Sa:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=aa(kn)}[Nn](kn){kn===$.APOSTROPHE?this.state=Sa:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=aa(kn)}[Sa](kn){Ao(kn)?this.state=Li:kn===$.GREATER_THAN_SIGN?(this.state=oe,this._emitCurrentToken()):kn===$.QUOTATION_MARK?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=ki):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o))}[Li](kn){Ao(kn)||(kn===$.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=oe):kn===$.QUOTATION_MARK?(this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this.currentToken.systemId="",this.state=ki):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[ca](kn){Ao(kn)?this.state=fo:kn===$.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=ki):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o))}[fo](kn){Ao(kn)||(kn===$.QUOTATION_MARK?(this.currentToken.systemId="",this.state=zn):kn===$.APOSTROPHE?(this.currentToken.systemId="",this.state=ki):kn===$.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=oe,this._emitCurrentToken()):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(_o)))}[zn](kn){kn===$.QUOTATION_MARK?this.state=Ra:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=aa(kn)}[ki](kn){kn===$.APOSTROPHE?this.state=Ra:kn===$.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):kn===$.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=aa(kn)}[Ra](kn){Ao(kn)||(kn===$.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=oe):kn===$.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(_o)))}[_o](kn){kn===$.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=oe):kn===$.NULL?this._err(n.unexpectedNullCharacter):kn===$.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[eo](kn){kn===$.RIGHT_SQUARE_BRACKET?this.state=tl:kn===$.EOF?(this._err(n.eofInCdata),this._emitEOFToken()):this._emitCodePoint(kn)}[tl](kn){kn===$.RIGHT_SQUARE_BRACKET?this.state=Es:(this._emitChars("]"),this._reconsumeInState(eo))}[Es](kn){kn===$.GREATER_THAN_SIGN?this.state=oe:kn===$.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(eo))}[Hs](kn){this.tempBuff=[$.AMPERSAND],kn===$.NUMBER_SIGN?(this.tempBuff.push(kn),this.state=Gs):En(kn)?this._reconsumeInState(Ts):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Ts](kn){const qo=this._matchNamedCharacterReference(kn);if(this._ensureHibernation())this.tempBuff=[$.AMPERSAND];else if(qo){const Zl=this.tempBuff[this.tempBuff.length-1]===$.SEMICOLON;this._isCharacterReferenceAttributeQuirk(Zl)||(Zl||this._errOnNextCodePoint(n.missingSemicolonAfterCharacterReference),this.tempBuff=qo),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=js}[js](kn){En(kn)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=aa(kn):this._emitCodePoint(kn):(kn===$.SEMICOLON&&this._err(n.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[Gs](kn){this.charRefCode=0,kn===$.LATIN_SMALL_X||kn===$.LATIN_CAPITAL_X?(this.tempBuff.push(kn),this.state=uc):this._reconsumeInState(rl)}[uc](kn){Ki(kn)?this._reconsumeInState(il):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[rl](kn){ks(kn)?this._reconsumeInState(bl):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[il](kn){An(kn)?this.charRefCode=this.charRefCode*16+kn-55:Gi(kn)?this.charRefCode=this.charRefCode*16+kn-87:ks(kn)?this.charRefCode=this.charRefCode*16+kn-48:kn===$.SEMICOLON?this.state=Wa:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(Wa))}[bl](kn){ks(kn)?this.charRefCode=this.charRefCode*10+kn-48:kn===$.SEMICOLON?this.state=Wa:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(Wa))}[Wa](){if(this.charRefCode===$.NULL)this._err(n.nullCharacterReference),this.charRefCode=$.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(n.characterReferenceOutsideUnicodeRange),this.charRefCode=$.REPLACEMENT_CHARACTER;else if(t.isSurrogate(this.charRefCode))this._err(n.surrogateCharacterReference),this.charRefCode=$.REPLACEMENT_CHARACTER;else if(t.isUndefinedCodePoint(this.charRefCode))this._err(n.noncharacterCharacterReference);else if(t.isControlCodePoint(this.charRefCode)||this.charRefCode===$.CARRIAGE_RETURN){this._err(n.controlCharacterReference);const kn=L[this.charRefCode];kn&&(this.charRefCode=kn)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}return Vo.CHARACTER_TOKEN="CHARACTER_TOKEN",Vo.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",Vo.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",Vo.START_TAG_TOKEN="START_TAG_TOKEN",Vo.END_TAG_TOKEN="END_TAG_TOKEN",Vo.COMMENT_TOKEN="COMMENT_TOKEN",Vo.DOCTYPE_TOKEN="DOCTYPE_TOKEN",Vo.EOF_TOKEN="EOF_TOKEN",Vo.HIBERNATION_TOKEN="HIBERNATION_TOKEN",Vo.MODE={DATA:oe,RCDATA:ue,RAWTEXT:de,SCRIPT_DATA:_e,PLAINTEXT:Ne},Vo.getTokenAttr=function(vs,kn){for(let qo=vs.attrs.length-1;qo>=0;qo--)if(vs.attrs[qo].name===kn)return vs.attrs[qo].value;return null},tokenizer=Vo,tokenizer}var html={},hasRequiredHtml;function requireHtml(){if(hasRequiredHtml)return html;hasRequiredHtml=1;const e=html.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"};html.ATTRS={TYPE:"type",ACTION:"action",ENCODING:"encoding",PROMPT:"prompt",NAME:"name",COLOR:"color",FACE:"face",SIZE:"size"},html.DOCUMENT_MODE={NO_QUIRKS:"no-quirks",QUIRKS:"quirks",LIMITED_QUIRKS:"limited-quirks"};const t=html.TAG_NAMES={A:"a",ADDRESS:"address",ANNOTATION_XML:"annotation-xml",APPLET:"applet",AREA:"area",ARTICLE:"article",ASIDE:"aside",B:"b",BASE:"base",BASEFONT:"basefont",BGSOUND:"bgsound",BIG:"big",BLOCKQUOTE:"blockquote",BODY:"body",BR:"br",BUTTON:"button",CAPTION:"caption",CENTER:"center",CODE:"code",COL:"col",COLGROUP:"colgroup",DD:"dd",DESC:"desc",DETAILS:"details",DIALOG:"dialog",DIR:"dir",DIV:"div",DL:"dl",DT:"dt",EM:"em",EMBED:"embed",FIELDSET:"fieldset",FIGCAPTION:"figcaption",FIGURE:"figure",FONT:"font",FOOTER:"footer",FOREIGN_OBJECT:"foreignObject",FORM:"form",FRAME:"frame",FRAMESET:"frameset",H1:"h1",H2:"h2",H3:"h3",H4:"h4",H5:"h5",H6:"h6",HEAD:"head",HEADER:"header",HGROUP:"hgroup",HR:"hr",HTML:"html",I:"i",IMG:"img",IMAGE:"image",INPUT:"input",IFRAME:"iframe",KEYGEN:"keygen",LABEL:"label",LI:"li",LINK:"link",LISTING:"listing",MAIN:"main",MALIGNMARK:"malignmark",MARQUEE:"marquee",MATH:"math",MENU:"menu",META:"meta",MGLYPH:"mglyph",MI:"mi",MO:"mo",MN:"mn",MS:"ms",MTEXT:"mtext",NAV:"nav",NOBR:"nobr",NOFRAMES:"noframes",NOEMBED:"noembed",NOSCRIPT:"noscript",OBJECT:"object",OL:"ol",OPTGROUP:"optgroup",OPTION:"option",P:"p",PARAM:"param",PLAINTEXT:"plaintext",PRE:"pre",RB:"rb",RP:"rp",RT:"rt",RTC:"rtc",RUBY:"ruby",S:"s",SCRIPT:"script",SECTION:"section",SELECT:"select",SOURCE:"source",SMALL:"small",SPAN:"span",STRIKE:"strike",STRONG:"strong",STYLE:"style",SUB:"sub",SUMMARY:"summary",SUP:"sup",TABLE:"table",TBODY:"tbody",TEMPLATE:"template",TEXTAREA:"textarea",TFOOT:"tfoot",TD:"td",TH:"th",THEAD:"thead",TITLE:"title",TR:"tr",TRACK:"track",TT:"tt",U:"u",UL:"ul",SVG:"svg",VAR:"var",WBR:"wbr",XMP:"xmp"};return html.SPECIAL_ELEMENTS={[e.HTML]:{[t.ADDRESS]:!0,[t.APPLET]:!0,[t.AREA]:!0,[t.ARTICLE]:!0,[t.ASIDE]:!0,[t.BASE]:!0,[t.BASEFONT]:!0,[t.BGSOUND]:!0,[t.BLOCKQUOTE]:!0,[t.BODY]:!0,[t.BR]:!0,[t.BUTTON]:!0,[t.CAPTION]:!0,[t.CENTER]:!0,[t.COL]:!0,[t.COLGROUP]:!0,[t.DD]:!0,[t.DETAILS]:!0,[t.DIR]:!0,[t.DIV]:!0,[t.DL]:!0,[t.DT]:!0,[t.EMBED]:!0,[t.FIELDSET]:!0,[t.FIGCAPTION]:!0,[t.FIGURE]:!0,[t.FOOTER]:!0,[t.FORM]:!0,[t.FRAME]:!0,[t.FRAMESET]:!0,[t.H1]:!0,[t.H2]:!0,[t.H3]:!0,[t.H4]:!0,[t.H5]:!0,[t.H6]:!0,[t.HEAD]:!0,[t.HEADER]:!0,[t.HGROUP]:!0,[t.HR]:!0,[t.HTML]:!0,[t.IFRAME]:!0,[t.IMG]:!0,[t.INPUT]:!0,[t.LI]:!0,[t.LINK]:!0,[t.LISTING]:!0,[t.MAIN]:!0,[t.MARQUEE]:!0,[t.MENU]:!0,[t.META]:!0,[t.NAV]:!0,[t.NOEMBED]:!0,[t.NOFRAMES]:!0,[t.NOSCRIPT]:!0,[t.OBJECT]:!0,[t.OL]:!0,[t.P]:!0,[t.PARAM]:!0,[t.PLAINTEXT]:!0,[t.PRE]:!0,[t.SCRIPT]:!0,[t.SECTION]:!0,[t.SELECT]:!0,[t.SOURCE]:!0,[t.STYLE]:!0,[t.SUMMARY]:!0,[t.TABLE]:!0,[t.TBODY]:!0,[t.TD]:!0,[t.TEMPLATE]:!0,[t.TEXTAREA]:!0,[t.TFOOT]:!0,[t.TH]:!0,[t.THEAD]:!0,[t.TITLE]:!0,[t.TR]:!0,[t.TRACK]:!0,[t.UL]:!0,[t.WBR]:!0,[t.XMP]:!0},[e.MATHML]:{[t.MI]:!0,[t.MO]:!0,[t.MN]:!0,[t.MS]:!0,[t.MTEXT]:!0,[t.ANNOTATION_XML]:!0},[e.SVG]:{[t.TITLE]:!0,[t.FOREIGN_OBJECT]:!0,[t.DESC]:!0}},html}var openElementStack,hasRequiredOpenElementStack;function requireOpenElementStack(){if(hasRequiredOpenElementStack)return openElementStack;hasRequiredOpenElementStack=1;const e=requireHtml(),t=e.TAG_NAMES,y=e.NAMESPACES;function n(j){switch(j.length){case 1:return j===t.P;case 2:return j===t.RB||j===t.RP||j===t.RT||j===t.DD||j===t.DT||j===t.LI;case 3:return j===t.RTC;case 6:return j===t.OPTION;case 8:return j===t.OPTGROUP}return!1}function $(j){switch(j.length){case 1:return j===t.P;case 2:return j===t.RB||j===t.RP||j===t.RT||j===t.DD||j===t.DT||j===t.LI||j===t.TD||j===t.TH||j===t.TR;case 3:return j===t.RTC;case 5:return j===t.TBODY||j===t.TFOOT||j===t.THEAD;case 6:return j===t.OPTION;case 7:return j===t.CAPTION;case 8:return j===t.OPTGROUP||j===t.COLGROUP}return!1}function k(j,V){switch(j.length){case 2:if(j===t.TD||j===t.TH)return V===y.HTML;if(j===t.MI||j===t.MO||j===t.MN||j===t.MS)return V===y.MATHML;break;case 4:if(j===t.HTML)return V===y.HTML;if(j===t.DESC)return V===y.SVG;break;case 5:if(j===t.TABLE)return V===y.HTML;if(j===t.MTEXT)return V===y.MATHML;if(j===t.TITLE)return V===y.SVG;break;case 6:return(j===t.APPLET||j===t.OBJECT)&&V===y.HTML;case 7:return(j===t.CAPTION||j===t.MARQUEE)&&V===y.HTML;case 8:return j===t.TEMPLATE&&V===y.HTML;case 13:return j===t.FOREIGN_OBJECT&&V===y.SVG;case 14:return j===t.ANNOTATION_XML&&V===y.MATHML}return!1}class L{constructor(V,z){this.stackTop=-1,this.items=[],this.current=V,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=z}_indexOf(V){let z=-1;for(let re=this.stackTop;re>=0;re--)if(this.items[re]===V){z=re;break}return z}_isInTemplate(){return this.currentTagName===t.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===y.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(V){this.items[++this.stackTop]=V,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(V,z){const re=this._indexOf(V);this.items[re]=z,re===this.stackTop&&this._updateCurrentElement()}insertAfter(V,z){const re=this._indexOf(V)+1;this.items.splice(re,0,z),re===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(V){for(;this.stackTop>-1;){const z=this.currentTagName,re=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),z===V&&re===y.HTML)break}}popUntilElementPopped(V){for(;this.stackTop>-1;){const z=this.current;if(this.pop(),z===V)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){const V=this.currentTagName,z=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),V===t.H1||V===t.H2||V===t.H3||V===t.H4||V===t.H5||V===t.H6&&z===y.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){const V=this.currentTagName,z=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),V===t.TD||V===t.TH&&z===y.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==t.TABLE&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==t.TBODY&&this.currentTagName!==t.TFOOT&&this.currentTagName!==t.THEAD&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==t.TR&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}remove(V){for(let z=this.stackTop;z>=0;z--)if(this.items[z]===V){this.items.splice(z,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){const V=this.items[1];return V&&this.treeAdapter.getTagName(V)===t.BODY?V:null}contains(V){return this._indexOf(V)>-1}getCommonAncestor(V){let z=this._indexOf(V);return--z>=0?this.items[z]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.currentTagName===t.HTML}hasInScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),oe=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&oe===y.HTML)return!0;if(k(re,oe))return!1}return!0}hasNumberedHeaderInScope(){for(let V=this.stackTop;V>=0;V--){const z=this.treeAdapter.getTagName(this.items[V]),re=this.treeAdapter.getNamespaceURI(this.items[V]);if((z===t.H1||z===t.H2||z===t.H3||z===t.H4||z===t.H5||z===t.H6)&&re===y.HTML)return!0;if(k(z,re))return!1}return!0}hasInListItemScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),oe=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&oe===y.HTML)return!0;if((re===t.UL||re===t.OL)&&oe===y.HTML||k(re,oe))return!1}return!0}hasInButtonScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),oe=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&oe===y.HTML)return!0;if(re===t.BUTTON&&oe===y.HTML||k(re,oe))return!1}return!0}hasInTableScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]);if(this.treeAdapter.getNamespaceURI(this.items[z])===y.HTML){if(re===V)return!0;if(re===t.TABLE||re===t.TEMPLATE||re===t.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let V=this.stackTop;V>=0;V--){const z=this.treeAdapter.getTagName(this.items[V]);if(this.treeAdapter.getNamespaceURI(this.items[V])===y.HTML){if(z===t.TBODY||z===t.THEAD||z===t.TFOOT)return!0;if(z===t.TABLE||z===t.HTML)return!1}}return!0}hasInSelectScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]);if(this.treeAdapter.getNamespaceURI(this.items[z])===y.HTML){if(re===V)return!0;if(re!==t.OPTION&&re!==t.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;n(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;$(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(V){for(;n(this.currentTagName)&&this.currentTagName!==V;)this.pop()}}return openElementStack=L,openElementStack}var formattingElementList,hasRequiredFormattingElementList;function requireFormattingElementList(){if(hasRequiredFormattingElementList)return formattingElementList;hasRequiredFormattingElementList=1;const e=3;class t{constructor(n){this.length=0,this.entries=[],this.treeAdapter=n,this.bookmark=null}_getNoahArkConditionCandidates(n){const $=[];if(this.length>=e){const k=this.treeAdapter.getAttrList(n).length,L=this.treeAdapter.getTagName(n),j=this.treeAdapter.getNamespaceURI(n);for(let V=this.length-1;V>=0;V--){const z=this.entries[V];if(z.type===t.MARKER_ENTRY)break;const re=z.element,oe=this.treeAdapter.getAttrList(re);this.treeAdapter.getTagName(re)===L&&this.treeAdapter.getNamespaceURI(re)===j&&oe.length===k&&$.push({idx:V,attrs:oe})}}return $.length=e-1;z--)this.entries.splice($[z].idx,1),this.length--}}insertMarker(){this.entries.push({type:t.MARKER_ENTRY}),this.length++}pushElement(n,$){this._ensureNoahArkCondition(n),this.entries.push({type:t.ELEMENT_ENTRY,element:n,token:$}),this.length++}insertElementAfterBookmark(n,$){let k=this.length-1;for(;k>=0&&this.entries[k]!==this.bookmark;k--);this.entries.splice(k+1,0,{type:t.ELEMENT_ENTRY,element:n,token:$}),this.length++}removeEntry(n){for(let $=this.length-1;$>=0;$--)if(this.entries[$]===n){this.entries.splice($,1),this.length--;break}}clearToLastMarker(){for(;this.length;){const n=this.entries.pop();if(this.length--,n.type===t.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(n){for(let $=this.length-1;$>=0;$--){const k=this.entries[$];if(k.type===t.MARKER_ENTRY)return null;if(this.treeAdapter.getTagName(k.element)===n)return k}return null}getElementEntry(n){for(let $=this.length-1;$>=0;$--){const k=this.entries[$];if(k.type===t.ELEMENT_ENTRY&&k.element===n)return k}return null}}return t.MARKER_ENTRY="MARKER_ENTRY",t.ELEMENT_ENTRY="ELEMENT_ENTRY",formattingElementList=t,formattingElementList}var mixin,hasRequiredMixin;function requireMixin(){if(hasRequiredMixin)return mixin;hasRequiredMixin=1;class e{constructor(y){const n={},$=this._getOverriddenMethods(this,n);for(const k of Object.keys($))typeof $[k]=="function"&&(n[k]=y[k],y[k]=$[k])}_getOverriddenMethods(){throw new Error("Not implemented")}}return e.install=function(t,y,n){t.__mixins||(t.__mixins=[]);for(let k=0;k{const z=t.MODE[V];j[z]=function(re){k.ctLoc=k._getCurrentLocation(),L[z].call(this,re)}}),j}}return tokenizerMixin$1=n,tokenizerMixin$1}var openElementStackMixin,hasRequiredOpenElementStackMixin;function requireOpenElementStackMixin(){if(hasRequiredOpenElementStackMixin)return openElementStackMixin;hasRequiredOpenElementStackMixin=1;const e=requireMixin();class t extends e{constructor(n,$){super(n),this.onItemPop=$.onItemPop}_getOverriddenMethods(n,$){return{pop(){n.onItemPop(this.current),$.pop.call(this)},popAllUpToHtmlElement(){for(let k=this.stackTop;k>0;k--)n.onItemPop(this.items[k]);$.popAllUpToHtmlElement.call(this)},remove(k){n.onItemPop(this.current),$.remove.call(this,k)}}}}return openElementStackMixin=t,openElementStackMixin}var parserMixin$1,hasRequiredParserMixin$1;function requireParserMixin$1(){if(hasRequiredParserMixin$1)return parserMixin$1;hasRequiredParserMixin$1=1;const e=requireMixin(),t=requireTokenizer(),y=requireTokenizerMixin$1(),n=requireOpenElementStackMixin(),k=requireHtml().TAG_NAMES;class L extends e{constructor(V){super(V),this.parser=V,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(V){let z=null;this.lastStartTagToken&&(z=Object.assign({},this.lastStartTagToken.location),z.startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(V,z)}_setEndLocation(V,z){if(this.treeAdapter.getNodeSourceCodeLocation(V)&&z.location){const oe=z.location,ue=this.treeAdapter.getTagName(V),de=z.type===t.END_TAG_TOKEN&&ue===z.tagName,_e={};de?(_e.endTag=Object.assign({},oe),_e.endLine=oe.endLine,_e.endCol=oe.endCol,_e.endOffset=oe.endOffset):(_e.endLine=oe.startLine,_e.endCol=oe.startCol,_e.endOffset=oe.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(V,_e)}}_getOverriddenMethods(V,z){return{_bootstrap(re,oe){z._bootstrap.call(this,re,oe),V.lastStartTagToken=null,V.lastFosterParentingLocation=null,V.currentToken=null;const ue=e.install(this.tokenizer,y);V.posTracker=ue.posTracker,e.install(this.openElements,n,{onItemPop:function(de){V._setEndLocation(de,V.currentToken)}})},_runParsingLoop(re){z._runParsingLoop.call(this,re);for(let oe=this.openElements.stackTop;oe>=0;oe--)V._setEndLocation(this.openElements.items[oe],V.currentToken)},_processTokenInForeignContent(re){V.currentToken=re,z._processTokenInForeignContent.call(this,re)},_processToken(re){if(V.currentToken=re,z._processToken.call(this,re),re.type===t.END_TAG_TOKEN&&(re.tagName===k.HTML||re.tagName===k.BODY&&this.openElements.hasInScope(k.BODY)))for(let ue=this.openElements.stackTop;ue>=0;ue--){const de=this.openElements.items[ue];if(this.treeAdapter.getTagName(de)===re.tagName){V._setEndLocation(de,re);break}}},_setDocumentType(re){z._setDocumentType.call(this,re);const oe=this.treeAdapter.getChildNodes(this.document),ue=oe.length;for(let de=0;de(Object.keys($).forEach(k=>{n[k]=$[k]}),n),Object.create(null))}),mergeOptions}var doctype={},hasRequiredDoctype;function requireDoctype(){if(hasRequiredDoctype)return doctype;hasRequiredDoctype=1;const{DOCUMENT_MODE:e}=requireHtml(),t="html",y="about:legacy-compat",n="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",$=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],k=$.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),L=["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"],j=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],V=j.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]);function z(oe){const ue=oe.indexOf('"')!==-1?"'":'"';return ue+oe+ue}function re(oe,ue){for(let de=0;de-1)return e.QUIRKS;let _e=ue===null?k:$;if(re(de,_e))return e.QUIRKS;if(_e=ue===null?j:V,re(de,_e))return e.LIMITED_QUIRKS}return e.NO_QUIRKS},doctype.serializeContent=function(oe,ue,de){let _e="!DOCTYPE ";return oe&&(_e+=oe),ue?_e+=" PUBLIC "+z(ue):de&&(_e+=" SYSTEM"),de!==null&&(_e+=" "+z(de)),_e},doctype}var foreignContent={},hasRequiredForeignContent;function requireForeignContent(){if(hasRequiredForeignContent)return foreignContent;hasRequiredForeignContent=1;const e=requireTokenizer(),t=requireHtml(),y=t.TAG_NAMES,n=t.NAMESPACES,$=t.ATTRS,k={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},L="definitionurl",j="definitionURL",V={attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},z={"xlink:actuate":{prefix:"xlink",name:"actuate",namespace:n.XLINK},"xlink:arcrole":{prefix:"xlink",name:"arcrole",namespace:n.XLINK},"xlink:href":{prefix:"xlink",name:"href",namespace:n.XLINK},"xlink:role":{prefix:"xlink",name:"role",namespace:n.XLINK},"xlink:show":{prefix:"xlink",name:"show",namespace:n.XLINK},"xlink:title":{prefix:"xlink",name:"title",namespace:n.XLINK},"xlink:type":{prefix:"xlink",name:"type",namespace:n.XLINK},"xml:base":{prefix:"xml",name:"base",namespace:n.XML},"xml:lang":{prefix:"xml",name:"lang",namespace:n.XML},"xml:space":{prefix:"xml",name:"space",namespace:n.XML},xmlns:{prefix:"",name:"xmlns",namespace:n.XMLNS},"xmlns:xlink":{prefix:"xmlns",name:"xlink",namespace:n.XMLNS}},re=foreignContent.SVG_TAG_NAMES_ADJUSTMENT_MAP={altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},oe={[y.B]:!0,[y.BIG]:!0,[y.BLOCKQUOTE]:!0,[y.BODY]:!0,[y.BR]:!0,[y.CENTER]:!0,[y.CODE]:!0,[y.DD]:!0,[y.DIV]:!0,[y.DL]:!0,[y.DT]:!0,[y.EM]:!0,[y.EMBED]:!0,[y.H1]:!0,[y.H2]:!0,[y.H3]:!0,[y.H4]:!0,[y.H5]:!0,[y.H6]:!0,[y.HEAD]:!0,[y.HR]:!0,[y.I]:!0,[y.IMG]:!0,[y.LI]:!0,[y.LISTING]:!0,[y.MENU]:!0,[y.META]:!0,[y.NOBR]:!0,[y.OL]:!0,[y.P]:!0,[y.PRE]:!0,[y.RUBY]:!0,[y.S]:!0,[y.SMALL]:!0,[y.SPAN]:!0,[y.STRONG]:!0,[y.STRIKE]:!0,[y.SUB]:!0,[y.SUP]:!0,[y.TABLE]:!0,[y.TT]:!0,[y.U]:!0,[y.UL]:!0,[y.VAR]:!0};foreignContent.causesExit=function(_e){const Ne=_e.tagName;return Ne===y.FONT&&(e.getTokenAttr(_e,$.COLOR)!==null||e.getTokenAttr(_e,$.SIZE)!==null||e.getTokenAttr(_e,$.FACE)!==null)?!0:oe[Ne]},foreignContent.adjustTokenMathMLAttrs=function(_e){for(let Ne=0;Ne<_e.attrs.length;Ne++)if(_e.attrs[Ne].name===L){_e.attrs[Ne].name=j;break}},foreignContent.adjustTokenSVGAttrs=function(_e){for(let Ne=0;Ne<_e.attrs.length;Ne++){const Ue=V[_e.attrs[Ne].name];Ue&&(_e.attrs[Ne].name=Ue)}},foreignContent.adjustTokenXMLAttrs=function(_e){for(let Ne=0;Ne<_e.attrs.length;Ne++){const Ue=z[_e.attrs[Ne].name];Ue&&(_e.attrs[Ne].prefix=Ue.prefix,_e.attrs[Ne].name=Ue.name,_e.attrs[Ne].namespace=Ue.namespace)}},foreignContent.adjustTokenSVGTagName=function(_e){const Ne=re[_e.tagName];Ne&&(_e.tagName=Ne)};function ue(_e,Ne){return Ne===n.MATHML&&(_e===y.MI||_e===y.MO||_e===y.MN||_e===y.MS||_e===y.MTEXT)}function de(_e,Ne,Ue){if(Ne===n.MATHML&&_e===y.ANNOTATION_XML){for(let $e=0;$e0);for(let ed=Hi;ed=0;Mi--){let zu=this.openElements.items[Mi];Mi===0&&(Hi=!0,this.fragmentContext&&(zu=this.fragmentContext));const ed=this.treeAdapter.getTagName(zu),Sd=Tr[ed];if(Sd){this.insertionMode=Sd;break}else if(!Hi&&(ed===de.TD||ed===de.TH)){this.insertionMode=ur;break}else if(!Hi&&ed===de.HEAD){this.insertionMode=dr;break}else if(ed===de.SELECT){this._resetInsertionModeForSelect(Mi);break}else if(ed===de.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(ed===de.HTML){this.insertionMode=this.headElement?nr:ir;break}else if(Hi){this.insertionMode=lr;break}}}_resetInsertionModeForSelect(Mi){if(Mi>0)for(let Hi=Mi-1;Hi>0;Hi--){const zu=this.openElements.items[Hi],ed=this.treeAdapter.getTagName(zu);if(ed===de.TEMPLATE)break;if(ed===de.TABLE){this.insertionMode=he;return}}this.insertionMode=kt}_pushTmplInsertionMode(Mi){this.tmplInsertionModeStack.push(Mi),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=Mi}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(Mi){const Hi=this.treeAdapter.getTagName(Mi);return Hi===de.TABLE||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){const Mi={parent:null,beforeElement:null};for(let Hi=this.openElements.stackTop;Hi>=0;Hi--){const zu=this.openElements.items[Hi],ed=this.treeAdapter.getTagName(zu),Sd=this.treeAdapter.getNamespaceURI(zu);if(ed===de.TEMPLATE&&Sd===_e.HTML){Mi.parent=this.treeAdapter.getTemplateContent(zu);break}else if(ed===de.TABLE){Mi.parent=this.treeAdapter.getParentNode(zu),Mi.parent?Mi.beforeElement=zu:Mi.parent=this.openElements.items[Hi-1];break}}return Mi.parent||(Mi.parent=this.openElements.items[0]),Mi}_fosterParentElement(Mi){const Hi=this._findFosterParentingLocation();Hi.beforeElement?this.treeAdapter.insertBefore(Hi.parent,Mi,Hi.beforeElement):this.treeAdapter.appendChild(Hi.parent,Mi)}_fosterParentText(Mi){const Hi=this._findFosterParentingLocation();Hi.beforeElement?this.treeAdapter.insertTextBefore(Hi.parent,Mi,Hi.beforeElement):this.treeAdapter.insertText(Hi.parent,Mi)}_isSpecialElement(Mi){const Hi=this.treeAdapter.getTagName(Mi),zu=this.treeAdapter.getNamespaceURI(Mi);return ue.SPECIAL_ELEMENTS[zu][Hi]}}parser$3=Fr;function Gr(xn,Mi){let Hi=xn.activeFormattingElements.getElementEntryInScopeWithTagName(Mi.tagName);return Hi?xn.openElements.contains(Hi.element)?xn.openElements.hasInScope(Mi.tagName)||(Hi=null):(xn.activeFormattingElements.removeEntry(Hi),Hi=null):Nd(xn,Mi),Hi}function Vr(xn,Mi){let Hi=null;for(let zu=xn.openElements.stackTop;zu>=0;zu--){const ed=xn.openElements.items[zu];if(ed===Mi.element)break;xn._isSpecialElement(ed)&&(Hi=ed)}return Hi||(xn.openElements.popUntilElementPopped(Mi.element),xn.activeFormattingElements.removeEntry(Mi)),Hi}function Dr(xn,Mi,Hi){let zu=Mi,ed=xn.openElements.getCommonAncestor(Mi);for(let Sd=0,nf=ed;nf!==Hi;Sd++,nf=ed){ed=xn.openElements.getCommonAncestor(nf);const Ep=xn.activeFormattingElements.getElementEntry(nf),Vp=Ep&&Sd>=Fe;!Ep||Vp?(Vp&&xn.activeFormattingElements.removeEntry(Ep),xn.openElements.remove(nf)):(nf=Ir(xn,Ep),zu===Mi&&(xn.activeFormattingElements.bookmark=Ep),xn.treeAdapter.detachNode(zu),xn.treeAdapter.appendChild(nf,zu),zu=nf)}return zu}function Ir(xn,Mi){const Hi=xn.treeAdapter.getNamespaceURI(Mi.element),zu=xn.treeAdapter.createElement(Mi.token.tagName,Hi,Mi.token.attrs);return xn.openElements.replace(Mi.element,zu),Mi.element=zu,zu}function Br(xn,Mi,Hi){if(xn._isElementCausesFosterParenting(Mi))xn._fosterParentElement(Hi);else{const zu=xn.treeAdapter.getTagName(Mi),ed=xn.treeAdapter.getNamespaceURI(Mi);zu===de.TEMPLATE&&ed===_e.HTML&&(Mi=xn.treeAdapter.getTemplateContent(Mi)),xn.treeAdapter.appendChild(Mi,Hi)}}function Rr(xn,Mi,Hi){const zu=xn.treeAdapter.getNamespaceURI(Hi.element),ed=Hi.token,Sd=xn.treeAdapter.createElement(ed.tagName,zu,ed.attrs);xn._adoptNodes(Mi,Sd),xn.treeAdapter.appendChild(Mi,Sd),xn.activeFormattingElements.insertElementAfterBookmark(Sd,Hi.token),xn.activeFormattingElements.removeEntry(Hi),xn.openElements.remove(Hi.element),xn.openElements.insertAfter(Mi,Sd)}function Lr(xn,Mi){let Hi;for(let zu=0;zu0?(xn.openElements.generateImpliedEndTagsThoroughly(),xn.openElements.currentTagName!==de.TEMPLATE&&xn._err(re.closingOfElementWithOpenChildElements),xn.openElements.popUntilTagNamePopped(de.TEMPLATE),xn.activeFormattingElements.clearToLastMarker(),xn._popTmplInsertionMode(),xn._resetInsertionMode()):xn._err(re.endTagWithoutMatchingOpenElement)}function Sa(xn,Mi){xn.openElements.pop(),xn.insertionMode=nr,xn._processToken(Mi)}function Li(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.BASEFONT||Hi===de.BGSOUND||Hi===de.HEAD||Hi===de.LINK||Hi===de.META||Hi===de.NOFRAMES||Hi===de.STYLE?Sn(xn,Mi):Hi===de.NOSCRIPT?xn._err(re.nestedNoscriptInHead):fo(xn,Mi)}function ca(xn,Mi){const Hi=Mi.tagName;Hi===de.NOSCRIPT?(xn.openElements.pop(),xn.insertionMode=dr):Hi===de.BR?fo(xn,Mi):xn._err(re.endTagWithoutMatchingOpenElement)}function fo(xn,Mi){const Hi=Mi.type===e.EOF_TOKEN?re.openElementsLeftAfterEof:re.disallowedContentInNoscriptInHead;xn._err(Hi),xn.openElements.pop(),xn.insertionMode=dr,xn._processToken(Mi)}function zn(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.BODY?(xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1,xn.insertionMode=lr):Hi===de.FRAMESET?(xn._insertElement(Mi,_e.HTML),xn.insertionMode=_r):Hi===de.BASE||Hi===de.BASEFONT||Hi===de.BGSOUND||Hi===de.LINK||Hi===de.META||Hi===de.NOFRAMES||Hi===de.SCRIPT||Hi===de.STYLE||Hi===de.TEMPLATE||Hi===de.TITLE?(xn._err(re.abandonedHeadElementChild),xn.openElements.push(xn.headElement),Sn(xn,Mi),xn.openElements.remove(xn.headElement)):Hi===de.HEAD?xn._err(re.misplacedStartTagForHeadElement):Ra(xn,Mi)}function ki(xn,Mi){const Hi=Mi.tagName;Hi===de.BODY||Hi===de.HTML||Hi===de.BR?Ra(xn,Mi):Hi===de.TEMPLATE?Nn(xn,Mi):xn._err(re.endTagWithoutMatchingOpenElement)}function Ra(xn,Mi){xn._insertFakeElement(de.BODY),xn.insertionMode=lr,xn._processToken(Mi)}function _o(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertCharacters(Mi)}function eo(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertCharacters(Mi),xn.framesetOk=!1}function tl(xn,Mi){xn.openElements.tmplCount===0&&xn.treeAdapter.adoptAttributes(xn.openElements.items[0],Mi.attrs)}function Es(xn,Mi){const Hi=xn.openElements.tryPeekProperlyNestedBodyElement();Hi&&xn.openElements.tmplCount===0&&(xn.framesetOk=!1,xn.treeAdapter.adoptAttributes(Hi,Mi.attrs))}function Hs(xn,Mi){const Hi=xn.openElements.tryPeekProperlyNestedBodyElement();xn.framesetOk&&Hi&&(xn.treeAdapter.detachNode(Hi),xn.openElements.popAllUpToHtmlElement(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=_r)}function Ts(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML)}function js(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement();const Hi=xn.openElements.currentTagName;(Hi===de.H1||Hi===de.H2||Hi===de.H3||Hi===de.H4||Hi===de.H5||Hi===de.H6)&&xn.openElements.pop(),xn._insertElement(Mi,_e.HTML)}function Gs(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),xn.skipNextNewLine=!0,xn.framesetOk=!1}function uc(xn,Mi){const Hi=xn.openElements.tmplCount>0;(!xn.formElement||Hi)&&(xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),Hi||(xn.formElement=xn.openElements.current))}function rl(xn,Mi){xn.framesetOk=!1;const Hi=Mi.tagName;for(let zu=xn.openElements.stackTop;zu>=0;zu--){const ed=xn.openElements.items[zu],Sd=xn.treeAdapter.getTagName(ed);let nf=null;if(Hi===de.LI&&Sd===de.LI?nf=de.LI:(Hi===de.DD||Hi===de.DT)&&(Sd===de.DD||Sd===de.DT)&&(nf=Sd),nf){xn.openElements.generateImpliedEndTagsWithExclusion(nf),xn.openElements.popUntilTagNamePopped(nf);break}if(Sd!==de.ADDRESS&&Sd!==de.DIV&&Sd!==de.P&&xn._isSpecialElement(ed))break}xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML)}function il(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),xn.tokenizer.state=e.MODE.PLAINTEXT}function bl(xn,Mi){xn.openElements.hasInScope(de.BUTTON)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(de.BUTTON)),xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1}function Wa(xn,Mi){const Hi=xn.activeFormattingElements.getElementEntryInScopeWithTagName(de.A);Hi&&(Lr(xn,Mi),xn.openElements.remove(Hi.element),xn.activeFormattingElements.removeEntry(Hi)),xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.pushElement(xn.openElements.current,Mi)}function Ao(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.pushElement(xn.openElements.current,Mi)}function ks(xn,Mi){xn._reconstructActiveFormattingElements(),xn.openElements.hasInScope(de.NOBR)&&(Lr(xn,Mi),xn._reconstructActiveFormattingElements()),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.pushElement(xn.openElements.current,Mi)}function Bo(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.activeFormattingElements.insertMarker(),xn.framesetOk=!1}function Hr(xn,Mi){xn.treeAdapter.getDocumentMode(xn.document)!==ue.DOCUMENT_MODE.QUIRKS&&xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1,xn.insertionMode=ie}function ui(xn,Mi){xn._reconstructActiveFormattingElements(),xn._appendElement(Mi,_e.HTML),xn.framesetOk=!1,Mi.ackSelfClosing=!0}function En(xn,Mi){xn._reconstructActiveFormattingElements(),xn._appendElement(Mi,_e.HTML);const Hi=e.getTokenAttr(Mi,Ne.TYPE);(!Hi||Hi.toLowerCase()!==$e)&&(xn.framesetOk=!1),Mi.ackSelfClosing=!0}function An(xn,Mi){xn._appendElement(Mi,_e.HTML),Mi.ackSelfClosing=!0}function Gi(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._appendElement(Mi,_e.HTML),xn.framesetOk=!1,Mi.ackSelfClosing=!0}function Ki(xn,Mi){Mi.tagName=de.IMG,ui(xn,Mi)}function Ea(xn,Mi){xn._insertElement(Mi,_e.HTML),xn.skipNextNewLine=!0,xn.tokenizer.state=e.MODE.RCDATA,xn.originalInsertionMode=xn.insertionMode,xn.framesetOk=!1,xn.insertionMode=Et}function aa(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._reconstructActiveFormattingElements(),xn.framesetOk=!1,xn._switchToTextParsing(Mi,e.MODE.RAWTEXT)}function Qo(xn,Mi){xn.framesetOk=!1,xn._switchToTextParsing(Mi,e.MODE.RAWTEXT)}function Eo(xn,Mi){xn._switchToTextParsing(Mi,e.MODE.RAWTEXT)}function Vo(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML),xn.framesetOk=!1,xn.insertionMode===ie||xn.insertionMode===Ce||xn.insertionMode===jt||xn.insertionMode===ar||xn.insertionMode===ur?xn.insertionMode=he:xn.insertionMode=kt}function vs(xn,Mi){xn.openElements.currentTagName===de.OPTION&&xn.openElements.pop(),xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML)}function kn(xn,Mi){xn.openElements.hasInScope(de.RUBY)&&xn.openElements.generateImpliedEndTags(),xn._insertElement(Mi,_e.HTML)}function qo(xn,Mi){xn.openElements.hasInScope(de.RUBY)&&xn.openElements.generateImpliedEndTagsWithExclusion(de.RTC),xn._insertElement(Mi,_e.HTML)}function Zl(xn,Mi){xn.openElements.hasInButtonScope(de.P)&&xn._closePElement(),xn._insertElement(Mi,_e.HTML)}function Mo(xn,Mi){xn._reconstructActiveFormattingElements(),z.adjustTokenMathMLAttrs(Mi),z.adjustTokenXMLAttrs(Mi),Mi.selfClosing?xn._appendElement(Mi,_e.MATHML):xn._insertElement(Mi,_e.MATHML),Mi.ackSelfClosing=!0}function _u(xn,Mi){xn._reconstructActiveFormattingElements(),z.adjustTokenSVGAttrs(Mi),z.adjustTokenXMLAttrs(Mi),Mi.selfClosing?xn._appendElement(Mi,_e.SVG):xn._insertElement(Mi,_e.SVG),Mi.ackSelfClosing=!0}function Bl(xn,Mi){xn._reconstructActiveFormattingElements(),xn._insertElement(Mi,_e.HTML)}function Vu(xn,Mi){const Hi=Mi.tagName;switch(Hi.length){case 1:Hi===de.I||Hi===de.S||Hi===de.B||Hi===de.U?Ao(xn,Mi):Hi===de.P?Ts(xn,Mi):Hi===de.A?Wa(xn,Mi):Bl(xn,Mi);break;case 2:Hi===de.DL||Hi===de.OL||Hi===de.UL?Ts(xn,Mi):Hi===de.H1||Hi===de.H2||Hi===de.H3||Hi===de.H4||Hi===de.H5||Hi===de.H6?js(xn,Mi):Hi===de.LI||Hi===de.DD||Hi===de.DT?rl(xn,Mi):Hi===de.EM||Hi===de.TT?Ao(xn,Mi):Hi===de.BR?ui(xn,Mi):Hi===de.HR?Gi(xn,Mi):Hi===de.RB?kn(xn,Mi):Hi===de.RT||Hi===de.RP?qo(xn,Mi):Hi!==de.TH&&Hi!==de.TD&&Hi!==de.TR&&Bl(xn,Mi);break;case 3:Hi===de.DIV||Hi===de.DIR||Hi===de.NAV?Ts(xn,Mi):Hi===de.PRE?Gs(xn,Mi):Hi===de.BIG?Ao(xn,Mi):Hi===de.IMG||Hi===de.WBR?ui(xn,Mi):Hi===de.XMP?aa(xn,Mi):Hi===de.SVG?_u(xn,Mi):Hi===de.RTC?kn(xn,Mi):Hi!==de.COL&&Bl(xn,Mi);break;case 4:Hi===de.HTML?tl(xn,Mi):Hi===de.BASE||Hi===de.LINK||Hi===de.META?Sn(xn,Mi):Hi===de.BODY?Es(xn,Mi):Hi===de.MAIN||Hi===de.MENU?Ts(xn,Mi):Hi===de.FORM?uc(xn,Mi):Hi===de.CODE||Hi===de.FONT?Ao(xn,Mi):Hi===de.NOBR?ks(xn,Mi):Hi===de.AREA?ui(xn,Mi):Hi===de.MATH?Mo(xn,Mi):Hi===de.MENU?Zl(xn,Mi):Hi!==de.HEAD&&Bl(xn,Mi);break;case 5:Hi===de.STYLE||Hi===de.TITLE?Sn(xn,Mi):Hi===de.ASIDE?Ts(xn,Mi):Hi===de.SMALL?Ao(xn,Mi):Hi===de.TABLE?Hr(xn,Mi):Hi===de.EMBED?ui(xn,Mi):Hi===de.INPUT?En(xn,Mi):Hi===de.PARAM||Hi===de.TRACK?An(xn,Mi):Hi===de.IMAGE?Ki(xn,Mi):Hi!==de.FRAME&&Hi!==de.TBODY&&Hi!==de.TFOOT&&Hi!==de.THEAD&&Bl(xn,Mi);break;case 6:Hi===de.SCRIPT?Sn(xn,Mi):Hi===de.CENTER||Hi===de.FIGURE||Hi===de.FOOTER||Hi===de.HEADER||Hi===de.HGROUP||Hi===de.DIALOG?Ts(xn,Mi):Hi===de.BUTTON?bl(xn,Mi):Hi===de.STRIKE||Hi===de.STRONG?Ao(xn,Mi):Hi===de.APPLET||Hi===de.OBJECT?Bo(xn,Mi):Hi===de.KEYGEN?ui(xn,Mi):Hi===de.SOURCE?An(xn,Mi):Hi===de.IFRAME?Qo(xn,Mi):Hi===de.SELECT?Vo(xn,Mi):Hi===de.OPTION?vs(xn,Mi):Bl(xn,Mi);break;case 7:Hi===de.BGSOUND?Sn(xn,Mi):Hi===de.DETAILS||Hi===de.ADDRESS||Hi===de.ARTICLE||Hi===de.SECTION||Hi===de.SUMMARY?Ts(xn,Mi):Hi===de.LISTING?Gs(xn,Mi):Hi===de.MARQUEE?Bo(xn,Mi):Hi===de.NOEMBED?Eo(xn,Mi):Hi!==de.CAPTION&&Bl(xn,Mi);break;case 8:Hi===de.BASEFONT?Sn(xn,Mi):Hi===de.FRAMESET?Hs(xn,Mi):Hi===de.FIELDSET?Ts(xn,Mi):Hi===de.TEXTAREA?Ea(xn,Mi):Hi===de.TEMPLATE?Sn(xn,Mi):Hi===de.NOSCRIPT?xn.options.scriptingEnabled?Eo(xn,Mi):Bl(xn,Mi):Hi===de.OPTGROUP?vs(xn,Mi):Hi!==de.COLGROUP&&Bl(xn,Mi);break;case 9:Hi===de.PLAINTEXT?il(xn,Mi):Bl(xn,Mi);break;case 10:Hi===de.BLOCKQUOTE||Hi===de.FIGCAPTION?Ts(xn,Mi):Bl(xn,Mi);break;default:Bl(xn,Mi)}}function Iu(xn){xn.openElements.hasInScope(de.BODY)&&(xn.insertionMode=gr)}function Pu(xn,Mi){xn.openElements.hasInScope(de.BODY)&&(xn.insertionMode=gr,xn._processToken(Mi))}function Fn(xn,Mi){const Hi=Mi.tagName;xn.openElements.hasInScope(Hi)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(Hi))}function is(xn){const Mi=xn.openElements.tmplCount>0,Hi=xn.formElement;Mi||(xn.formElement=null),(Hi||Mi)&&xn.openElements.hasInScope(de.FORM)&&(xn.openElements.generateImpliedEndTags(),Mi?xn.openElements.popUntilTagNamePopped(de.FORM):xn.openElements.remove(Hi))}function pu(xn){xn.openElements.hasInButtonScope(de.P)||xn._insertFakeElement(de.P),xn._closePElement()}function ku(xn){xn.openElements.hasInListItemScope(de.LI)&&(xn.openElements.generateImpliedEndTagsWithExclusion(de.LI),xn.openElements.popUntilTagNamePopped(de.LI))}function Vl(xn,Mi){const Hi=Mi.tagName;xn.openElements.hasInScope(Hi)&&(xn.openElements.generateImpliedEndTagsWithExclusion(Hi),xn.openElements.popUntilTagNamePopped(Hi))}function cc(xn){xn.openElements.hasNumberedHeaderInScope()&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilNumberedHeaderPopped())}function Lc(xn,Mi){const Hi=Mi.tagName;xn.openElements.hasInScope(Hi)&&(xn.openElements.generateImpliedEndTags(),xn.openElements.popUntilTagNamePopped(Hi),xn.activeFormattingElements.clearToLastMarker())}function wd(xn){xn._reconstructActiveFormattingElements(),xn._insertFakeElement(de.BR),xn.openElements.pop(),xn.framesetOk=!1}function Nd(xn,Mi){const Hi=Mi.tagName;for(let zu=xn.openElements.stackTop;zu>0;zu--){const ed=xn.openElements.items[zu];if(xn.treeAdapter.getTagName(ed)===Hi){xn.openElements.generateImpliedEndTagsWithExclusion(Hi),xn.openElements.popUntilElementPopped(ed);break}if(xn._isSpecialElement(ed))break}}function Tf(xn,Mi){const Hi=Mi.tagName;switch(Hi.length){case 1:Hi===de.A||Hi===de.B||Hi===de.I||Hi===de.S||Hi===de.U?Lr(xn,Mi):Hi===de.P?pu(xn):Nd(xn,Mi);break;case 2:Hi===de.DL||Hi===de.UL||Hi===de.OL?Fn(xn,Mi):Hi===de.LI?ku(xn):Hi===de.DD||Hi===de.DT?Vl(xn,Mi):Hi===de.H1||Hi===de.H2||Hi===de.H3||Hi===de.H4||Hi===de.H5||Hi===de.H6?cc(xn):Hi===de.BR?wd(xn):Hi===de.EM||Hi===de.TT?Lr(xn,Mi):Nd(xn,Mi);break;case 3:Hi===de.BIG?Lr(xn,Mi):Hi===de.DIR||Hi===de.DIV||Hi===de.NAV||Hi===de.PRE?Fn(xn,Mi):Nd(xn,Mi);break;case 4:Hi===de.BODY?Iu(xn):Hi===de.HTML?Pu(xn,Mi):Hi===de.FORM?is(xn):Hi===de.CODE||Hi===de.FONT||Hi===de.NOBR?Lr(xn,Mi):Hi===de.MAIN||Hi===de.MENU?Fn(xn,Mi):Nd(xn,Mi);break;case 5:Hi===de.ASIDE?Fn(xn,Mi):Hi===de.SMALL?Lr(xn,Mi):Nd(xn,Mi);break;case 6:Hi===de.CENTER||Hi===de.FIGURE||Hi===de.FOOTER||Hi===de.HEADER||Hi===de.HGROUP||Hi===de.DIALOG?Fn(xn,Mi):Hi===de.APPLET||Hi===de.OBJECT?Lc(xn,Mi):Hi===de.STRIKE||Hi===de.STRONG?Lr(xn,Mi):Nd(xn,Mi);break;case 7:Hi===de.ADDRESS||Hi===de.ARTICLE||Hi===de.DETAILS||Hi===de.SECTION||Hi===de.SUMMARY||Hi===de.LISTING?Fn(xn,Mi):Hi===de.MARQUEE?Lc(xn,Mi):Nd(xn,Mi);break;case 8:Hi===de.FIELDSET?Fn(xn,Mi):Hi===de.TEMPLATE?Nn(xn,Mi):Nd(xn,Mi);break;case 10:Hi===de.BLOCKQUOTE||Hi===de.FIGCAPTION?Fn(xn,Mi):Nd(xn,Mi);break;default:Nd(xn,Mi)}}function vf(xn,Mi){xn.tmplInsertionModeStackTop>-1?Zc(xn,Mi):xn.stopped=!0}function jc(xn,Mi){Mi.tagName===de.SCRIPT&&(xn.pendingScript=xn.openElements.current),xn.openElements.pop(),xn.insertionMode=xn.originalInsertionMode}function Jd(xn,Mi){xn._err(re.eofInElementThatCanContainOnlyText),xn.openElements.pop(),xn.insertionMode=xn.originalInsertionMode,xn._processToken(Mi)}function Ed(xn,Mi){const Hi=xn.openElements.currentTagName;Hi===de.TABLE||Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD||Hi===de.TR?(xn.pendingCharacterTokens=[],xn.hasNonWhitespacePendingCharacterToken=!1,xn.originalInsertionMode=xn.insertionMode,xn.insertionMode=pe,xn._processToken(Mi)):Df(xn,Mi)}function Bf(xn,Mi){xn.openElements.clearBackToTableContext(),xn.activeFormattingElements.insertMarker(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=Ce}function Rf(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=Ie}function Rp(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertFakeElement(de.COLGROUP),xn.insertionMode=Ie,xn._processToken(Mi)}function Pp(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertElement(Mi,_e.HTML),xn.insertionMode=jt}function _p(xn,Mi){xn.openElements.clearBackToTableContext(),xn._insertFakeElement(de.TBODY),xn.insertionMode=jt,xn._processToken(Mi)}function Pf(xn,Mi){xn.openElements.hasInTableScope(de.TABLE)&&(xn.openElements.popUntilTagNamePopped(de.TABLE),xn._resetInsertionMode(),xn._processToken(Mi))}function Ih(xn,Mi){const Hi=e.getTokenAttr(Mi,Ne.TYPE);Hi&&Hi.toLowerCase()===$e?xn._appendElement(Mi,_e.HTML):Df(xn,Mi),Mi.ackSelfClosing=!0}function Lp(xn,Mi){!xn.formElement&&xn.openElements.tmplCount===0&&(xn._insertElement(Mi,_e.HTML),xn.formElement=xn.openElements.current,xn.openElements.pop())}function Oc(xn,Mi){const Hi=Mi.tagName;switch(Hi.length){case 2:Hi===de.TD||Hi===de.TH||Hi===de.TR?_p(xn,Mi):Df(xn,Mi);break;case 3:Hi===de.COL?Rp(xn,Mi):Df(xn,Mi);break;case 4:Hi===de.FORM?Lp(xn,Mi):Df(xn,Mi);break;case 5:Hi===de.TABLE?Pf(xn,Mi):Hi===de.STYLE?Sn(xn,Mi):Hi===de.TBODY||Hi===de.TFOOT||Hi===de.THEAD?Pp(xn,Mi):Hi===de.INPUT?Ih(xn,Mi):Df(xn,Mi);break;case 6:Hi===de.SCRIPT?Sn(xn,Mi):Df(xn,Mi);break;case 7:Hi===de.CAPTION?Bf(xn,Mi):Df(xn,Mi);break;case 8:Hi===de.COLGROUP?Rf(xn,Mi):Hi===de.TEMPLATE?Sn(xn,Mi):Df(xn,Mi);break;default:Df(xn,Mi)}}function Ip(xn,Mi){const Hi=Mi.tagName;Hi===de.TABLE?xn.openElements.hasInTableScope(de.TABLE)&&(xn.openElements.popUntilTagNamePopped(de.TABLE),xn._resetInsertionMode()):Hi===de.TEMPLATE?Nn(xn,Mi):Hi!==de.BODY&&Hi!==de.CAPTION&&Hi!==de.COL&&Hi!==de.COLGROUP&&Hi!==de.HTML&&Hi!==de.TBODY&&Hi!==de.TD&&Hi!==de.TFOOT&&Hi!==de.TH&&Hi!==de.THEAD&&Hi!==de.TR&&Df(xn,Mi)}function Df(xn,Mi){const Hi=xn.fosterParentingEnabled;xn.fosterParentingEnabled=!0,xn._processTokenInBodyMode(Mi),xn.fosterParentingEnabled=Hi}function vp(xn,Mi){xn.pendingCharacterTokens.push(Mi)}function Yp(xn,Mi){xn.pendingCharacterTokens.push(Mi),xn.hasNonWhitespacePendingCharacterToken=!0}function Op(xn,Mi){let Hi=0;if(xn.hasNonWhitespacePendingCharacterToken)for(;Hi0?(xn.openElements.popUntilTagNamePopped(de.TEMPLATE),xn.activeFormattingElements.clearToLastMarker(),xn._popTmplInsertionMode(),xn._resetInsertionMode(),xn._processToken(Mi)):xn.stopped=!0}function bh(xn,Mi){Mi.tagName===de.HTML?Vu(xn,Mi):yp(xn,Mi)}function lm(xn,Mi){Mi.tagName===de.HTML?xn.fragmentContext||(xn.insertionMode=xr):yp(xn,Mi)}function yp(xn,Mi){xn.insertionMode=lr,xn._processToken(Mi)}function Qh(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.FRAMESET?xn._insertElement(Mi,_e.HTML):Hi===de.FRAME?(xn._appendElement(Mi,_e.HTML),Mi.ackSelfClosing=!0):Hi===de.NOFRAMES&&Sn(xn,Mi)}function Jh(xn,Mi){Mi.tagName===de.FRAMESET&&!xn.openElements.isRootHtmlElementCurrent()&&(xn.openElements.pop(),!xn.fragmentContext&&xn.openElements.currentTagName!==de.FRAMESET&&(xn.insertionMode=yr))}function qd(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.NOFRAMES&&Sn(xn,Mi)}function Bh(xn,Mi){Mi.tagName===de.HTML&&(xn.insertionMode=Nr)}function Up(xn,Mi){Mi.tagName===de.HTML?Vu(xn,Mi):Hp(xn,Mi)}function Hp(xn,Mi){xn.insertionMode=lr,xn._processToken(Mi)}function $h(xn,Mi){const Hi=Mi.tagName;Hi===de.HTML?Vu(xn,Mi):Hi===de.NOFRAMES&&Sn(xn,Mi)}function df(xn,Mi){Mi.chars=oe.REPLACEMENT_CHARACTER,xn._insertCharacters(Mi)}function Ph(xn,Mi){xn._insertCharacters(Mi),xn.framesetOk=!1}function qf(xn,Mi){if(z.causesExit(Mi)&&!xn.fragmentContext){for(;xn.treeAdapter.getNamespaceURI(xn.openElements.current)!==_e.HTML&&!xn._isIntegrationPoint(xn.openElements.current);)xn.openElements.pop();xn._processToken(Mi)}else{const Hi=xn._getAdjustedCurrentElement(),zu=xn.treeAdapter.getNamespaceURI(Hi);zu===_e.MATHML?z.adjustTokenMathMLAttrs(Mi):zu===_e.SVG&&(z.adjustTokenSVGTagName(Mi),z.adjustTokenSVGAttrs(Mi)),z.adjustTokenXMLAttrs(Mi),Mi.selfClosing?xn._appendElement(Mi,zu):xn._insertElement(Mi,zu),Mi.ackSelfClosing=!0}}function Qp(xn,Mi){for(let Hi=xn.openElements.stackTop;Hi>0;Hi--){const zu=xn.openElements.items[Hi];if(xn.treeAdapter.getNamespaceURI(zu)===_e.HTML){xn._processToken(Mi);break}if(xn.treeAdapter.getTagName(zu).toLowerCase()===Mi.tagName){xn.openElements.popUntilElementPopped(zu);break}}}return parser$3}var serializer,hasRequiredSerializer;function requireSerializer(){if(hasRequiredSerializer)return serializer;hasRequiredSerializer=1;const e=require_default(),t=requireMergeOptions(),y=requireDoctype(),n=requireHtml(),$=n.TAG_NAMES,k=n.NAMESPACES,L={treeAdapter:e},j=/&/g,V=/\u00a0/g,z=/"/g,re=//g;class ue{constructor(_e,Ne){this.options=t(L,Ne),this.treeAdapter=this.options.treeAdapter,this.html="",this.startNode=_e}serialize(){return this._serializeChildNodes(this.startNode),this.html}_serializeChildNodes(_e){const Ne=this.treeAdapter.getChildNodes(_e);if(Ne)for(let Ue=0,$e=Ne.length;Ue<$e;Ue++){const Ve=Ne[Ue];this.treeAdapter.isElementNode(Ve)?this._serializeElement(Ve):this.treeAdapter.isTextNode(Ve)?this._serializeTextNode(Ve):this.treeAdapter.isCommentNode(Ve)?this._serializeCommentNode(Ve):this.treeAdapter.isDocumentTypeNode(Ve)&&this._serializeDocumentTypeNode(Ve)}}_serializeElement(_e){const Ne=this.treeAdapter.getTagName(_e),Ue=this.treeAdapter.getNamespaceURI(_e);if(this.html+="<"+Ne,this._serializeAttributes(_e),this.html+=">",Ne!==$.AREA&&Ne!==$.BASE&&Ne!==$.BASEFONT&&Ne!==$.BGSOUND&&Ne!==$.BR&&Ne!==$.COL&&Ne!==$.EMBED&&Ne!==$.FRAME&&Ne!==$.HR&&Ne!==$.IMG&&Ne!==$.INPUT&&Ne!==$.KEYGEN&&Ne!==$.LINK&&Ne!==$.META&&Ne!==$.PARAM&&Ne!==$.SOURCE&&Ne!==$.TRACK&&Ne!==$.WBR){const $e=Ne===$.TEMPLATE&&Ue===k.HTML?this.treeAdapter.getTemplateContent(_e):_e;this._serializeChildNodes($e),this.html+=""}}_serializeAttributes(_e){const Ne=this.treeAdapter.getAttrList(_e);for(let Ue=0,$e=Ne.length;Ue<$e;Ue++){const Ve=Ne[Ue],Fe=ue.escapeString(Ve.value,!0);this.html+=" ",Ve.namespace?Ve.namespace===k.XML?this.html+="xml:"+Ve.name:Ve.namespace===k.XMLNS?(Ve.name!=="xmlns"&&(this.html+="xmlns:"),this.html+=Ve.name):Ve.namespace===k.XLINK?this.html+="xlink:"+Ve.name:this.html+=Ve.prefix+":"+Ve.name:this.html+=Ve.name,this.html+='="'+Fe+'"'}}_serializeTextNode(_e){const Ne=this.treeAdapter.getTextNodeContent(_e),Ue=this.treeAdapter.getParentNode(_e);let $e;Ue&&this.treeAdapter.isElementNode(Ue)&&($e=this.treeAdapter.getTagName(Ue)),$e===$.STYLE||$e===$.SCRIPT||$e===$.XMP||$e===$.IFRAME||$e===$.NOEMBED||$e===$.NOFRAMES||$e===$.PLAINTEXT||$e===$.NOSCRIPT?this.html+=Ne:this.html+=ue.escapeString(Ne,!1)}_serializeCommentNode(_e){this.html+=""}_serializeDocumentTypeNode(_e){const Ne=this.treeAdapter.getDocumentTypeNodeName(_e);this.html+="<"+y.serializeContent(Ne,null,null)+">"}}return ue.escapeString=function(de,_e){return de=de.replace(j,"&").replace(V," "),_e?de=de.replace(z,"""):de=de.replace(re,"<").replace(oe,">"),de},serializer=ue,serializer}var hasRequiredLib$2;function requireLib$2(){if(hasRequiredLib$2)return lib$4;hasRequiredLib$2=1;const e=requireParser$1(),t=requireSerializer();return lib$4.parse=function(n,$){return new e($).parse(n)},lib$4.parseFragment=function(n,$,k){return typeof n=="string"&&(k=$,$=n,n=null),new e(k).parseFragment($,n)},lib$4.serialize=function(y,n){return new t(y,n).serialize()},lib$4}var lib$3={},hasRequiredLib$1;function requireLib$1(){if(hasRequiredLib$1)return lib$3;hasRequiredLib$1=1;const e=requireDoctype(),{DOCUMENT_MODE:t}=requireHtml(),y={element:1,text:3,cdata:4,comment:8},n={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSibling:"next",nodeValue:"data"};class ${constructor(z){for(const re of Object.keys(z))this[re]=z[re]}get firstChild(){const z=this.children;return z&&z[0]||null}get lastChild(){const z=this.children;return z&&z[z.length-1]||null}get nodeType(){return y[this.type]||y.element}}Object.keys(n).forEach(V=>{const z=n[V];Object.defineProperty($.prototype,V,{get:function(){return this[z]||null},set:function(re){return this[z]=re,re}})}),lib$3.createDocument=function(){return new $({type:"root",name:"root",parent:null,prev:null,next:null,children:[],"x-mode":t.NO_QUIRKS})},lib$3.createDocumentFragment=function(){return new $({type:"root",name:"root",parent:null,prev:null,next:null,children:[]})},lib$3.createElement=function(V,z,re){const oe=Object.create(null),ue=Object.create(null),de=Object.create(null);for(let _e=0;_e"u"&&(V.attribs[oe]=z[re].value,V["x-attribsNamespace"][oe]=z[re].namespace,V["x-attribsPrefix"][oe]=z[re].prefix)}},lib$3.getFirstChild=function(V){return V.children[0]},lib$3.getChildNodes=function(V){return V.children},lib$3.getParentNode=function(V){return V.parent},lib$3.getAttrList=function(V){const z=[];for(const re in V.attribs)z.push({name:re,value:V.attribs[re],namespace:V["x-attribsNamespace"][re],prefix:V["x-attribsPrefix"][re]});return z},lib$3.getTagName=function(V){return V.name},lib$3.getNamespaceURI=function(V){return V.namespace},lib$3.getTextNodeContent=function(V){return V.data},lib$3.getCommentNodeContent=function(V){return V.data},lib$3.getDocumentTypeNodeName=function(V){return V["x-name"]},lib$3.getDocumentTypeNodePublicId=function(V){return V["x-publicId"]},lib$3.getDocumentTypeNodeSystemId=function(V){return V["x-systemId"]},lib$3.isTextNode=function(V){return V.type==="text"},lib$3.isCommentNode=function(V){return V.type==="comment"},lib$3.isDocumentTypeNode=function(V){return V.type==="directive"&&V.name==="!doctype"},lib$3.isElementNode=function(V){return!!V.attribs},lib$3.setNodeSourceCodeLocation=function(V,z){V.sourceCodeLocation=z},lib$3.getNodeSourceCodeLocation=function(V){return V.sourceCodeLocation},lib$3.updateNodeSourceCodeLocation=function(V,z){V.sourceCodeLocation=Object.assign(V.sourceCodeLocation,z)},lib$3}var hasRequiredParse5Adapter;function requireParse5Adapter(){if(hasRequiredParse5Adapter)return parse5Adapter;hasRequiredParse5Adapter=1,Object.defineProperty(parse5Adapter,"__esModule",{value:!0}),parse5Adapter.render=parse5Adapter.parse=void 0;var e=require$$0$8,t=requireLib$a(),y=requireLib$2(),n=e.__importDefault(requireLib$1());function $(L,j,V){var z={scriptingEnabled:typeof j.scriptingEnabled=="boolean"?j.scriptingEnabled:!0,treeAdapter:n.default,sourceCodeLocationInfo:j.sourceCodeLocationInfo},re=j.context;return V?y.parse(L,z):y.parseFragment(re,L,z)}parse5Adapter.parse=$;function k(L){for(var j,V=("length"in L)?L:[L],z=0;z0)throw new Error("Invalid string. Length must be a multiple of 4");var y=e.indexOf("=");y===-1&&(y=t);var n=y===t?0:4-y%4;return[y,n]}function byteLength$1(e){var t=getLens$1(e),y=t[0],n=t[1];return(y+n)*3/4-n}function _byteLength$1(e,t,y){return(t+y)*3/4-y}function toByteArray$1(e){var t,y=getLens$1(e),n=y[0],$=y[1],k=new Arr$1(_byteLength$1(e,n,$)),L=0,j=$>0?n-4:n,V;for(V=0;V>16&255,k[L++]=t>>8&255,k[L++]=t&255;return $===2&&(t=revLookup$1[e.charCodeAt(V)]<<2|revLookup$1[e.charCodeAt(V+1)]>>4,k[L++]=t&255),$===1&&(t=revLookup$1[e.charCodeAt(V)]<<10|revLookup$1[e.charCodeAt(V+1)]<<4|revLookup$1[e.charCodeAt(V+2)]>>2,k[L++]=t>>8&255,k[L++]=t&255),k}function tripletToBase64$1(e){return lookup$1[e>>18&63]+lookup$1[e>>12&63]+lookup$1[e>>6&63]+lookup$1[e&63]}function encodeChunk$1(e,t,y){for(var n,$=[],k=t;kj?j:L+k));return n===1?(t=e[y-1],$.push(lookup$1[t>>2]+lookup$1[t<<4&63]+"==")):n===2&&(t=(e[y-2]<<8)+e[y-1],$.push(lookup$1[t>>10]+lookup$1[t>>4&63]+lookup$1[t<<2&63]+"=")),$.join("")}var ieee754$1={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ieee754$1.read=function(e,t,y,n,$){var k,L,j=$*8-n-1,V=(1<>1,re=-7,oe=y?$-1:0,ue=y?-1:1,de=e[t+oe];for(oe+=ue,k=de&(1<<-re)-1,de>>=-re,re+=j;re>0;k=k*256+e[t+oe],oe+=ue,re-=8);for(L=k&(1<<-re)-1,k>>=-re,re+=n;re>0;L=L*256+e[t+oe],oe+=ue,re-=8);if(k===0)k=1-z;else{if(k===V)return L?NaN:(de?-1:1)*(1/0);L=L+Math.pow(2,n),k=k-z}return(de?-1:1)*L*Math.pow(2,k-n)};ieee754$1.write=function(e,t,y,n,$,k){var L,j,V,z=k*8-$-1,re=(1<>1,ue=$===23?Math.pow(2,-24)-Math.pow(2,-77):0,de=n?0:k-1,_e=n?1:-1,Ne=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(j=isNaN(t)?1:0,L=re):(L=Math.floor(Math.log(t)/Math.LN2),t*(V=Math.pow(2,-L))<1&&(L--,V*=2),L+oe>=1?t+=ue/V:t+=ue*Math.pow(2,1-oe),t*V>=2&&(L++,V/=2),L+oe>=re?(j=0,L=re):L+oe>=1?(j=(t*V-1)*Math.pow(2,$),L=L+oe):(j=t*Math.pow(2,oe-1)*Math.pow(2,$),L=0));$>=8;e[y+de]=j&255,de+=_e,j/=256,$-=8);for(L=L<<$|j,z+=$;z>0;e[y+de]=L&255,de+=_e,L/=256,z-=8);e[y+de-_e]|=Ne*128};/*! + )`,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"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;Ie0&&(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(Ve){return Ve.length>0}),_e.forEach(n.default),he=(Ne=Ce.context)!==null&&Ne!==void 0?Ne:he;var Fe=Array.isArray(he),Ue=he&&(Array.isArray(he)?he:[he]);ue(_e,Ce,Ue);var kt=!1,Et=_e.map(function(Ve){if(Ve.length>=2){var qe=Ve[0],jt=Ve[1];qe.type!=="pseudo"||qe.name!=="scope"||(Fe&&jt.type==="descendant"?Ve[1]=ie:(jt.type==="adjacent"||jt.type==="sibling")&&(kt=!0))}return pe(Ve,Ce,Ue)}).reduce(Ie,y.falseFunc);return Et.shouldTestNextSiblings=kt,Et}compile$1.compileToken=de;function pe(_e,Ce,he){var Ne;return _e.reduce(function(Fe,Ue){return Fe===y.falseFunc?y.falseFunc:(0,L.compileGeneralSelector)(Fe,Ue,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,Ue=_e??z;return(Ce=Ue.adapter)!==null&&Ce!==void 0||(Ue.adapter=k),(he=Ue.equals)!==null&&he!==void 0||(Ue.equals=(Fe=(Ne=Ue.adapter)===null||Ne===void 0?void 0:Ne.equals)!==null&&Fe!==void 0?Fe:V),Ue}function ie(_e){return function(he,Ne,Fe){var Ue=re(Ne);return _e(he,Ue,Fe)}}e.compile=ie($.compile),e._compileUnsafe=ie($.compileUnsafe),e._compileToken=ie($.compileToken);function oe(_e){return function(he,Ne,Fe){var Ue=re(Fe);typeof he!="function"&&(he=(0,$.compileUnsafe)(he,Ue,Ne));var kt=ue(Ne,Ue.adapter,he.shouldTestNextSiblings);return _e(he,kt,Ue)}}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=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;$0&&rr.some((0,j._compileToken)(cr,nr))||_r.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)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?"�":(k in t.default&&(k=t.default[k]),y(k))}return decode_codepoint.default=n,decode_codepoint}const Aacute$1="Á",aacute$1="á",Abreve="Ă",abreve="ă",ac$1="∾",acd="∿",acE="∾̳",Acirc$1="Â",acirc$1="â",acute$1="´",Acy="А",acy="а",AElig$1="Æ",aelig$1="æ",af="⁡",Afr="𝔄",afr="𝔞",Agrave$1="À",agrave$1="à",alefsym="ℵ",aleph="ℵ",Alpha="Α",alpha="α",Amacr="Ā",amacr="ā",amalg="⨿",amp$2="&",AMP$1="&",andand="⩕",And="⩓",and="∧",andd="⩜",andslope="⩘",andv="⩚",ang="∠",ange="⦤",angle="∠",angmsdaa="⦨",angmsdab="⦩",angmsdac="⦪",angmsdad="⦫",angmsdae="⦬",angmsdaf="⦭",angmsdag="⦮",angmsdah="⦯",angmsd="∡",angrt="∟",angrtvb="⊾",angrtvbd="⦝",angsph="∢",angst="Å",angzarr="⍼",Aogon="Ą",aogon="ą",Aopf="𝔸",aopf="𝕒",apacir="⩯",ap="≈",apE="⩰",ape="≊",apid="≋",apos$1="'",ApplyFunction="⁡",approx="≈",approxeq="≊",Aring$1="Å",aring$1="å",Ascr="𝒜",ascr="𝒶",Assign="≔",ast="*",asymp="≈",asympeq="≍",Atilde$1="Ã",atilde$1="ã",Auml$1="Ä",auml$1="ä",awconint="∳",awint="⨑",backcong="≌",backepsilon="϶",backprime="‵",backsim="∽",backsimeq="⋍",Backslash="∖",Barv="⫧",barvee="⊽",barwed="⌅",Barwed="⌆",barwedge="⌅",bbrk="⎵",bbrktbrk="⎶",bcong="≌",Bcy="Б",bcy="б",bdquo="„",becaus="∵",because="∵",Because="∵",bemptyv="⦰",bepsi="϶",bernou="ℬ",Bernoullis="ℬ",Beta="Β",beta="β",beth="ℶ",between="≬",Bfr="𝔅",bfr="𝔟",bigcap="⋂",bigcirc="◯",bigcup="⋃",bigodot="⨀",bigoplus="⨁",bigotimes="⨂",bigsqcup="⨆",bigstar="★",bigtriangledown="▽",bigtriangleup="△",biguplus="⨄",bigvee="⋁",bigwedge="⋀",bkarow="⤍",blacklozenge="⧫",blacksquare="▪",blacktriangle="▴",blacktriangledown="▾",blacktriangleleft="◂",blacktriangleright="▸",blank="␣",blk12="▒",blk14="░",blk34="▓",block="█",bne="=⃥",bnequiv="≡⃥",bNot="⫭",bnot="⌐",Bopf="𝔹",bopf="𝕓",bot="⊥",bottom="⊥",bowtie="⋈",boxbox="⧉",boxdl="┐",boxdL="╕",boxDl="╖",boxDL="╗",boxdr="┌",boxdR="╒",boxDr="╓",boxDR="╔",boxh="─",boxH="═",boxhd="┬",boxHd="╤",boxhD="╥",boxHD="╦",boxhu="┴",boxHu="╧",boxhU="╨",boxHU="╩",boxminus="⊟",boxplus="⊞",boxtimes="⊠",boxul="┘",boxuL="╛",boxUl="╜",boxUL="╝",boxur="└",boxuR="╘",boxUr="╙",boxUR="╚",boxv="│",boxV="║",boxvh="┼",boxvH="╪",boxVh="╫",boxVH="╬",boxvl="┤",boxvL="╡",boxVl="╢",boxVL="╣",boxvr="├",boxvR="╞",boxVr="╟",boxVR="╠",bprime="‵",breve="˘",Breve="˘",brvbar$1="¦",bscr="𝒷",Bscr="ℬ",bsemi="⁏",bsim="∽",bsime="⋍",bsolb="⧅",bsol="\\",bsolhsub="⟈",bull="•",bullet="•",bump="≎",bumpE="⪮",bumpe="≏",Bumpeq="≎",bumpeq="≏",Cacute="Ć",cacute="ć",capand="⩄",capbrcup="⩉",capcap="⩋",cap="∩",Cap="⋒",capcup="⩇",capdot="⩀",CapitalDifferentialD="ⅅ",caps="∩︀",caret="⁁",caron="ˇ",Cayleys="ℭ",ccaps="⩍",Ccaron="Č",ccaron="č",Ccedil$1="Ç",ccedil$1="ç",Ccirc="Ĉ",ccirc="ĉ",Cconint="∰",ccups="⩌",ccupssm="⩐",Cdot="Ċ",cdot="ċ",cedil$1="¸",Cedilla="¸",cemptyv="⦲",cent$1="¢",centerdot="·",CenterDot="·",cfr="𝔠",Cfr="ℭ",CHcy="Ч",chcy="ч",check="✓",checkmark="✓",Chi="Χ",chi="χ",circ="ˆ",circeq="≗",circlearrowleft="↺",circlearrowright="↻",circledast="⊛",circledcirc="⊚",circleddash="⊝",CircleDot="⊙",circledR="®",circledS="Ⓢ",CircleMinus="⊖",CirclePlus="⊕",CircleTimes="⊗",cir="○",cirE="⧃",cire="≗",cirfnint="⨐",cirmid="⫯",cirscir="⧂",ClockwiseContourIntegral="∲",CloseCurlyDoubleQuote="”",CloseCurlyQuote="’",clubs="♣",clubsuit="♣",colon=":",Colon="∷",Colone="⩴",colone="≔",coloneq="≔",comma=",",commat="@",comp="∁",compfn="∘",complement="∁",complexes="ℂ",cong="≅",congdot="⩭",Congruent="≡",conint="∮",Conint="∯",ContourIntegral="∮",copf="𝕔",Copf="ℂ",coprod="∐",Coproduct="∐",copy$1="©",COPY$1="©",copysr="℗",CounterClockwiseContourIntegral="∳",crarr="↵",cross="✗",Cross="⨯",Cscr="𝒞",cscr="𝒸",csub="⫏",csube="⫑",csup="⫐",csupe="⫒",ctdot="⋯",cudarrl="⤸",cudarrr="⤵",cuepr="⋞",cuesc="⋟",cularr="↶",cularrp="⤽",cupbrcap="⩈",cupcap="⩆",CupCap="≍",cup="∪",Cup="⋓",cupcup="⩊",cupdot="⊍",cupor="⩅",cups="∪︀",curarr="↷",curarrm="⤼",curlyeqprec="⋞",curlyeqsucc="⋟",curlyvee="⋎",curlywedge="⋏",curren$1="¤",curvearrowleft="↶",curvearrowright="↷",cuvee="⋎",cuwed="⋏",cwconint="∲",cwint="∱",cylcty="⌭",dagger="†",Dagger="‡",daleth="ℸ",darr="↓",Darr="↡",dArr="⇓",dash="‐",Dashv="⫤",dashv="⊣",dbkarow="⤏",dblac="˝",Dcaron="Ď",dcaron="ď",Dcy="Д",dcy="д",ddagger="‡",ddarr="⇊",DD="ⅅ",dd="ⅆ",DDotrahd="⤑",ddotseq="⩷",deg$1="°",Del="∇",Delta="Δ",delta="δ",demptyv="⦱",dfisht="⥿",Dfr="𝔇",dfr="𝔡",dHar="⥥",dharl="⇃",dharr="⇂",DiacriticalAcute="´",DiacriticalDot="˙",DiacriticalDoubleAcute="˝",DiacriticalGrave="`",DiacriticalTilde="˜",diam="⋄",diamond="⋄",Diamond="⋄",diamondsuit="♦",diams="♦",die="¨",DifferentialD="ⅆ",digamma="ϝ",disin="⋲",div="÷",divide$1="÷",divideontimes="⋇",divonx="⋇",DJcy="Ђ",djcy="ђ",dlcorn="⌞",dlcrop="⌍",dollar="$",Dopf="𝔻",dopf="𝕕",Dot="¨",dot="˙",DotDot="⃜",doteq="≐",doteqdot="≑",DotEqual="≐",dotminus="∸",dotplus="∔",dotsquare="⊡",doublebarwedge="⌆",DoubleContourIntegral="∯",DoubleDot="¨",DoubleDownArrow="⇓",DoubleLeftArrow="⇐",DoubleLeftRightArrow="⇔",DoubleLeftTee="⫤",DoubleLongLeftArrow="⟸",DoubleLongLeftRightArrow="⟺",DoubleLongRightArrow="⟹",DoubleRightArrow="⇒",DoubleRightTee="⊨",DoubleUpArrow="⇑",DoubleUpDownArrow="⇕",DoubleVerticalBar="∥",DownArrowBar="⤓",downarrow="↓",DownArrow="↓",Downarrow="⇓",DownArrowUpArrow="⇵",DownBreve="̑",downdownarrows="⇊",downharpoonleft="⇃",downharpoonright="⇂",DownLeftRightVector="⥐",DownLeftTeeVector="⥞",DownLeftVectorBar="⥖",DownLeftVector="↽",DownRightTeeVector="⥟",DownRightVectorBar="⥗",DownRightVector="⇁",DownTeeArrow="↧",DownTee="⊤",drbkarow="⤐",drcorn="⌟",drcrop="⌌",Dscr="𝒟",dscr="𝒹",DScy="Ѕ",dscy="ѕ",dsol="⧶",Dstrok="Đ",dstrok="đ",dtdot="⋱",dtri="▿",dtrif="▾",duarr="⇵",duhar="⥯",dwangle="⦦",DZcy="Џ",dzcy="џ",dzigrarr="⟿",Eacute$1="É",eacute$1="é",easter="⩮",Ecaron="Ě",ecaron="ě",Ecirc$1="Ê",ecirc$1="ê",ecir="≖",ecolon="≕",Ecy="Э",ecy="э",eDDot="⩷",Edot="Ė",edot="ė",eDot="≑",ee="ⅇ",efDot="≒",Efr="𝔈",efr="𝔢",eg="⪚",Egrave$1="È",egrave$1="è",egs="⪖",egsdot="⪘",el="⪙",Element$1="∈",elinters="⏧",ell="ℓ",els="⪕",elsdot="⪗",Emacr="Ē",emacr="ē",empty="∅",emptyset="∅",EmptySmallSquare="◻",emptyv="∅",EmptyVerySmallSquare="▫",emsp13=" ",emsp14=" ",emsp=" ",ENG="Ŋ",eng="ŋ",ensp=" ",Eogon="Ę",eogon="ę",Eopf="𝔼",eopf="𝕖",epar="⋕",eparsl="⧣",eplus="⩱",epsi="ε",Epsilon="Ε",epsilon="ε",epsiv="ϵ",eqcirc="≖",eqcolon="≕",eqsim="≂",eqslantgtr="⪖",eqslantless="⪕",Equal="⩵",equals="=",EqualTilde="≂",equest="≟",Equilibrium="⇌",equiv="≡",equivDD="⩸",eqvparsl="⧥",erarr="⥱",erDot="≓",escr="ℯ",Escr="ℰ",esdot="≐",Esim="⩳",esim="≂",Eta="Η",eta="η",ETH$1="Ð",eth$1="ð",Euml$1="Ë",euml$1="ë",euro="€",excl="!",exist="∃",Exists="∃",expectation="ℰ",exponentiale="ⅇ",ExponentialE="ⅇ",fallingdotseq="≒",Fcy="Ф",fcy="ф",female="♀",ffilig="ffi",fflig="ff",ffllig="ffl",Ffr="𝔉",ffr="𝔣",filig="fi",FilledSmallSquare="◼",FilledVerySmallSquare="▪",fjlig="fj",flat="♭",fllig="fl",fltns="▱",fnof="ƒ",Fopf="𝔽",fopf="𝕗",forall="∀",ForAll="∀",fork="⋔",forkv="⫙",Fouriertrf="ℱ",fpartint="⨍",frac12$1="½",frac13="⅓",frac14$1="¼",frac15="⅕",frac16="⅙",frac18="⅛",frac23="⅔",frac25="⅖",frac34$1="¾",frac35="⅗",frac38="⅜",frac45="⅘",frac56="⅚",frac58="⅝",frac78="⅞",frasl="⁄",frown="⌢",fscr="𝒻",Fscr="ℱ",gacute="ǵ",Gamma="Γ",gamma="γ",Gammad="Ϝ",gammad="ϝ",gap="⪆",Gbreve="Ğ",gbreve="ğ",Gcedil="Ģ",Gcirc="Ĝ",gcirc="ĝ",Gcy="Г",gcy="г",Gdot="Ġ",gdot="ġ",ge="≥",gE="≧",gEl="⪌",gel="⋛",geq="≥",geqq="≧",geqslant="⩾",gescc="⪩",ges="⩾",gesdot="⪀",gesdoto="⪂",gesdotol="⪄",gesl="⋛︀",gesles="⪔",Gfr="𝔊",gfr="𝔤",gg="≫",Gg="⋙",ggg="⋙",gimel="ℷ",GJcy="Ѓ",gjcy="ѓ",gla="⪥",gl="≷",glE="⪒",glj="⪤",gnap="⪊",gnapprox="⪊",gne="⪈",gnE="≩",gneq="⪈",gneqq="≩",gnsim="⋧",Gopf="𝔾",gopf="𝕘",grave="`",GreaterEqual="≥",GreaterEqualLess="⋛",GreaterFullEqual="≧",GreaterGreater="⪢",GreaterLess="≷",GreaterSlantEqual="⩾",GreaterTilde="≳",Gscr="𝒢",gscr="ℊ",gsim="≳",gsime="⪎",gsiml="⪐",gtcc="⪧",gtcir="⩺",gt$2=">",GT$1=">",Gt="≫",gtdot="⋗",gtlPar="⦕",gtquest="⩼",gtrapprox="⪆",gtrarr="⥸",gtrdot="⋗",gtreqless="⋛",gtreqqless="⪌",gtrless="≷",gtrsim="≳",gvertneqq="≩︀",gvnE="≩︀",Hacek="ˇ",hairsp=" ",half="½",hamilt="ℋ",HARDcy="Ъ",hardcy="ъ",harrcir="⥈",harr="↔",hArr="⇔",harrw="↭",Hat="^",hbar="ℏ",Hcirc="Ĥ",hcirc="ĥ",hearts="♥",heartsuit="♥",hellip="…",hercon="⊹",hfr="𝔥",Hfr="ℌ",HilbertSpace="ℋ",hksearow="⤥",hkswarow="⤦",hoarr="⇿",homtht="∻",hookleftarrow="↩",hookrightarrow="↪",hopf="𝕙",Hopf="ℍ",horbar="―",HorizontalLine="─",hscr="𝒽",Hscr="ℋ",hslash="ℏ",Hstrok="Ħ",hstrok="ħ",HumpDownHump="≎",HumpEqual="≏",hybull="⁃",hyphen="‐",Iacute$1="Í",iacute$1="í",ic="⁣",Icirc$1="Î",icirc$1="î",Icy="И",icy="и",Idot="İ",IEcy="Е",iecy="е",iexcl$1="¡",iff="⇔",ifr="𝔦",Ifr="ℑ",Igrave$1="Ì",igrave$1="ì",ii="ⅈ",iiiint="⨌",iiint="∭",iinfin="⧜",iiota="℩",IJlig="IJ",ijlig="ij",Imacr="Ī",imacr="ī",image="ℑ",ImaginaryI="ⅈ",imagline="ℐ",imagpart="ℑ",imath="ı",Im="ℑ",imof="⊷",imped="Ƶ",Implies="⇒",incare="℅",infin="∞",infintie="⧝",inodot="ı",intcal="⊺",int="∫",Int="∬",integers="ℤ",Integral="∫",intercal="⊺",Intersection="⋂",intlarhk="⨗",intprod="⨼",InvisibleComma="⁣",InvisibleTimes="⁢",IOcy="Ё",iocy="ё",Iogon="Į",iogon="į",Iopf="𝕀",iopf="𝕚",Iota="Ι",iota="ι",iprod="⨼",iquest$1="¿",iscr="𝒾",Iscr="ℐ",isin="∈",isindot="⋵",isinE="⋹",isins="⋴",isinsv="⋳",isinv="∈",it="⁢",Itilde="Ĩ",itilde="ĩ",Iukcy="І",iukcy="і",Iuml$1="Ï",iuml$1="ï",Jcirc="Ĵ",jcirc="ĵ",Jcy="Й",jcy="й",Jfr="𝔍",jfr="𝔧",jmath="ȷ",Jopf="𝕁",jopf="𝕛",Jscr="𝒥",jscr="𝒿",Jsercy="Ј",jsercy="ј",Jukcy="Є",jukcy="є",Kappa="Κ",kappa="κ",kappav="ϰ",Kcedil="Ķ",kcedil="ķ",Kcy="К",kcy="к",Kfr="𝔎",kfr="𝔨",kgreen="ĸ",KHcy="Х",khcy="х",KJcy="Ќ",kjcy="ќ",Kopf="𝕂",kopf="𝕜",Kscr="𝒦",kscr="𝓀",lAarr="⇚",Lacute="Ĺ",lacute="ĺ",laemptyv="⦴",lagran="ℒ",Lambda="Λ",lambda="λ",lang="⟨",Lang="⟪",langd="⦑",langle="⟨",lap="⪅",Laplacetrf="ℒ",laquo$1="«",larrb="⇤",larrbfs="⤟",larr="←",Larr="↞",lArr="⇐",larrfs="⤝",larrhk="↩",larrlp="↫",larrpl="⤹",larrsim="⥳",larrtl="↢",latail="⤙",lAtail="⤛",lat="⪫",late="⪭",lates="⪭︀",lbarr="⤌",lBarr="⤎",lbbrk="❲",lbrace="{",lbrack="[",lbrke="⦋",lbrksld="⦏",lbrkslu="⦍",Lcaron="Ľ",lcaron="ľ",Lcedil="Ļ",lcedil="ļ",lceil="⌈",lcub="{",Lcy="Л",lcy="л",ldca="⤶",ldquo="“",ldquor="„",ldrdhar="⥧",ldrushar="⥋",ldsh="↲",le="≤",lE="≦",LeftAngleBracket="⟨",LeftArrowBar="⇤",leftarrow="←",LeftArrow="←",Leftarrow="⇐",LeftArrowRightArrow="⇆",leftarrowtail="↢",LeftCeiling="⌈",LeftDoubleBracket="⟦",LeftDownTeeVector="⥡",LeftDownVectorBar="⥙",LeftDownVector="⇃",LeftFloor="⌊",leftharpoondown="↽",leftharpoonup="↼",leftleftarrows="⇇",leftrightarrow="↔",LeftRightArrow="↔",Leftrightarrow="⇔",leftrightarrows="⇆",leftrightharpoons="⇋",leftrightsquigarrow="↭",LeftRightVector="⥎",LeftTeeArrow="↤",LeftTee="⊣",LeftTeeVector="⥚",leftthreetimes="⋋",LeftTriangleBar="⧏",LeftTriangle="⊲",LeftTriangleEqual="⊴",LeftUpDownVector="⥑",LeftUpTeeVector="⥠",LeftUpVectorBar="⥘",LeftUpVector="↿",LeftVectorBar="⥒",LeftVector="↼",lEg="⪋",leg="⋚",leq="≤",leqq="≦",leqslant="⩽",lescc="⪨",les="⩽",lesdot="⩿",lesdoto="⪁",lesdotor="⪃",lesg="⋚︀",lesges="⪓",lessapprox="⪅",lessdot="⋖",lesseqgtr="⋚",lesseqqgtr="⪋",LessEqualGreater="⋚",LessFullEqual="≦",LessGreater="≶",lessgtr="≶",LessLess="⪡",lesssim="≲",LessSlantEqual="⩽",LessTilde="≲",lfisht="⥼",lfloor="⌊",Lfr="𝔏",lfr="𝔩",lg="≶",lgE="⪑",lHar="⥢",lhard="↽",lharu="↼",lharul="⥪",lhblk="▄",LJcy="Љ",ljcy="љ",llarr="⇇",ll="≪",Ll$1="⋘",llcorner="⌞",Lleftarrow="⇚",llhard="⥫",lltri="◺",Lmidot="Ŀ",lmidot="ŀ",lmoustache="⎰",lmoust="⎰",lnap="⪉",lnapprox="⪉",lne="⪇",lnE="≨",lneq="⪇",lneqq="≨",lnsim="⋦",loang="⟬",loarr="⇽",lobrk="⟦",longleftarrow="⟵",LongLeftArrow="⟵",Longleftarrow="⟸",longleftrightarrow="⟷",LongLeftRightArrow="⟷",Longleftrightarrow="⟺",longmapsto="⟼",longrightarrow="⟶",LongRightArrow="⟶",Longrightarrow="⟹",looparrowleft="↫",looparrowright="↬",lopar="⦅",Lopf="𝕃",lopf="𝕝",loplus="⨭",lotimes="⨴",lowast="∗",lowbar="_",LowerLeftArrow="↙",LowerRightArrow="↘",loz="◊",lozenge="◊",lozf="⧫",lpar="(",lparlt="⦓",lrarr="⇆",lrcorner="⌟",lrhar="⇋",lrhard="⥭",lrm="‎",lrtri="⊿",lsaquo="‹",lscr="𝓁",Lscr="ℒ",lsh="↰",Lsh="↰",lsim="≲",lsime="⪍",lsimg="⪏",lsqb="[",lsquo="‘",lsquor="‚",Lstrok="Ł",lstrok="ł",ltcc="⪦",ltcir="⩹",lt$2="<",LT$1="<",Lt="≪",ltdot="⋖",lthree="⋋",ltimes="⋉",ltlarr="⥶",ltquest="⩻",ltri="◃",ltrie="⊴",ltrif="◂",ltrPar="⦖",lurdshar="⥊",luruhar="⥦",lvertneqq="≨︀",lvnE="≨︀",macr$1="¯",male="♂",malt="✠",maltese="✠",map$2="↦",mapsto="↦",mapstodown="↧",mapstoleft="↤",mapstoup="↥",marker="▮",mcomma="⨩",Mcy="М",mcy="м",mdash="—",mDDot="∺",measuredangle="∡",MediumSpace=" ",Mellintrf="ℳ",Mfr="𝔐",mfr="𝔪",mho="℧",micro$1="µ",midast="*",midcir="⫰",mid="∣",middot$1="·",minusb="⊟",minus="−",minusd="∸",minusdu="⨪",MinusPlus="∓",mlcp="⫛",mldr="…",mnplus="∓",models="⊧",Mopf="𝕄",mopf="𝕞",mp="∓",mscr="𝓂",Mscr="ℳ",mstpos="∾",Mu="Μ",mu="μ",multimap="⊸",mumap="⊸",nabla="∇",Nacute="Ń",nacute="ń",nang="∠⃒",nap="≉",napE="⩰̸",napid="≋̸",napos="ʼn",napprox="≉",natural="♮",naturals="ℕ",natur="♮",nbsp$1=" ",nbump="≎̸",nbumpe="≏̸",ncap="⩃",Ncaron="Ň",ncaron="ň",Ncedil="Ņ",ncedil="ņ",ncong="≇",ncongdot="⩭̸",ncup="⩂",Ncy="Н",ncy="н",ndash="–",nearhk="⤤",nearr="↗",neArr="⇗",nearrow="↗",ne="≠",nedot="≐̸",NegativeMediumSpace="​",NegativeThickSpace="​",NegativeThinSpace="​",NegativeVeryThinSpace="​",nequiv="≢",nesear="⤨",nesim="≂̸",NestedGreaterGreater="≫",NestedLessLess="≪",NewLine=` +`,nexist="∄",nexists="∄",Nfr="𝔑",nfr="𝔫",ngE="≧̸",nge="≱",ngeq="≱",ngeqq="≧̸",ngeqslant="⩾̸",nges="⩾̸",nGg="⋙̸",ngsim="≵",nGt="≫⃒",ngt="≯",ngtr="≯",nGtv="≫̸",nharr="↮",nhArr="⇎",nhpar="⫲",ni="∋",nis="⋼",nisd="⋺",niv="∋",NJcy="Њ",njcy="њ",nlarr="↚",nlArr="⇍",nldr="‥",nlE="≦̸",nle="≰",nleftarrow="↚",nLeftarrow="⇍",nleftrightarrow="↮",nLeftrightarrow="⇎",nleq="≰",nleqq="≦̸",nleqslant="⩽̸",nles="⩽̸",nless="≮",nLl="⋘̸",nlsim="≴",nLt="≪⃒",nlt="≮",nltri="⋪",nltrie="⋬",nLtv="≪̸",nmid="∤",NoBreak="⁠",NonBreakingSpace=" ",nopf="𝕟",Nopf="ℕ",Not="⫬",not$1="¬",NotCongruent="≢",NotCupCap="≭",NotDoubleVerticalBar="∦",NotElement="∉",NotEqual="≠",NotEqualTilde="≂̸",NotExists="∄",NotGreater="≯",NotGreaterEqual="≱",NotGreaterFullEqual="≧̸",NotGreaterGreater="≫̸",NotGreaterLess="≹",NotGreaterSlantEqual="⩾̸",NotGreaterTilde="≵",NotHumpDownHump="≎̸",NotHumpEqual="≏̸",notin="∉",notindot="⋵̸",notinE="⋹̸",notinva="∉",notinvb="⋷",notinvc="⋶",NotLeftTriangleBar="⧏̸",NotLeftTriangle="⋪",NotLeftTriangleEqual="⋬",NotLess="≮",NotLessEqual="≰",NotLessGreater="≸",NotLessLess="≪̸",NotLessSlantEqual="⩽̸",NotLessTilde="≴",NotNestedGreaterGreater="⪢̸",NotNestedLessLess="⪡̸",notni="∌",notniva="∌",notnivb="⋾",notnivc="⋽",NotPrecedes="⊀",NotPrecedesEqual="⪯̸",NotPrecedesSlantEqual="⋠",NotReverseElement="∌",NotRightTriangleBar="⧐̸",NotRightTriangle="⋫",NotRightTriangleEqual="⋭",NotSquareSubset="⊏̸",NotSquareSubsetEqual="⋢",NotSquareSuperset="⊐̸",NotSquareSupersetEqual="⋣",NotSubset="⊂⃒",NotSubsetEqual="⊈",NotSucceeds="⊁",NotSucceedsEqual="⪰̸",NotSucceedsSlantEqual="⋡",NotSucceedsTilde="≿̸",NotSuperset="⊃⃒",NotSupersetEqual="⊉",NotTilde="≁",NotTildeEqual="≄",NotTildeFullEqual="≇",NotTildeTilde="≉",NotVerticalBar="∤",nparallel="∦",npar="∦",nparsl="⫽⃥",npart="∂̸",npolint="⨔",npr="⊀",nprcue="⋠",nprec="⊀",npreceq="⪯̸",npre="⪯̸",nrarrc="⤳̸",nrarr="↛",nrArr="⇏",nrarrw="↝̸",nrightarrow="↛",nRightarrow="⇏",nrtri="⋫",nrtrie="⋭",nsc="⊁",nsccue="⋡",nsce="⪰̸",Nscr="𝒩",nscr="𝓃",nshortmid="∤",nshortparallel="∦",nsim="≁",nsime="≄",nsimeq="≄",nsmid="∤",nspar="∦",nsqsube="⋢",nsqsupe="⋣",nsub="⊄",nsubE="⫅̸",nsube="⊈",nsubset="⊂⃒",nsubseteq="⊈",nsubseteqq="⫅̸",nsucc="⊁",nsucceq="⪰̸",nsup="⊅",nsupE="⫆̸",nsupe="⊉",nsupset="⊃⃒",nsupseteq="⊉",nsupseteqq="⫆̸",ntgl="≹",Ntilde$1="Ñ",ntilde$1="ñ",ntlg="≸",ntriangleleft="⋪",ntrianglelefteq="⋬",ntriangleright="⋫",ntrianglerighteq="⋭",Nu="Ν",nu$1="ν",num="#",numero="№",numsp=" ",nvap="≍⃒",nvdash="⊬",nvDash="⊭",nVdash="⊮",nVDash="⊯",nvge="≥⃒",nvgt=">⃒",nvHarr="⤄",nvinfin="⧞",nvlArr="⤂",nvle="≤⃒",nvlt="<⃒",nvltrie="⊴⃒",nvrArr="⤃",nvrtrie="⊵⃒",nvsim="∼⃒",nwarhk="⤣",nwarr="↖",nwArr="⇖",nwarrow="↖",nwnear="⤧",Oacute$1="Ó",oacute$1="ó",oast="⊛",Ocirc$1="Ô",ocirc$1="ô",ocir="⊚",Ocy="О",ocy="о",odash="⊝",Odblac="Ő",odblac="ő",odiv="⨸",odot="⊙",odsold="⦼",OElig="Œ",oelig="œ",ofcir="⦿",Ofr="𝔒",ofr="𝔬",ogon="˛",Ograve$1="Ò",ograve$1="ò",ogt="⧁",ohbar="⦵",ohm="Ω",oint="∮",olarr="↺",olcir="⦾",olcross="⦻",oline="‾",olt="⧀",Omacr="Ō",omacr="ō",Omega="Ω",omega="ω",Omicron="Ο",omicron="ο",omid="⦶",ominus="⊖",Oopf="𝕆",oopf="𝕠",opar="⦷",OpenCurlyDoubleQuote="“",OpenCurlyQuote="‘",operp="⦹",oplus="⊕",orarr="↻",Or="⩔",or="∨",ord="⩝",order="ℴ",orderof="ℴ",ordf$1="ª",ordm$1="º",origof="⊶",oror="⩖",orslope="⩗",orv="⩛",oS="Ⓢ",Oscr="𝒪",oscr="ℴ",Oslash$1="Ø",oslash$1="ø",osol="⊘",Otilde$1="Õ",otilde$1="õ",otimesas="⨶",Otimes="⨷",otimes="⊗",Ouml$1="Ö",ouml$1="ö",ovbar="⌽",OverBar="‾",OverBrace="⏞",OverBracket="⎴",OverParenthesis="⏜",para$1="¶",parallel$1="∥",par="∥",parsim="⫳",parsl="⫽",part="∂",PartialD="∂",Pcy="П",pcy="п",percnt="%",period=".",permil="‰",perp="⊥",pertenk="‱",Pfr="𝔓",pfr="𝔭",Phi="Φ",phi="φ",phiv="ϕ",phmmat="ℳ",phone="☎",Pi$1="Π",pi="π",pitchfork="⋔",piv="ϖ",planck="ℏ",planckh="ℎ",plankv="ℏ",plusacir="⨣",plusb="⊞",pluscir="⨢",plus="+",plusdo="∔",plusdu="⨥",pluse="⩲",PlusMinus="±",plusmn$1="±",plussim="⨦",plustwo="⨧",pm="±",Poincareplane="ℌ",pointint="⨕",popf="𝕡",Popf="ℙ",pound$1="£",prap="⪷",Pr="⪻",pr="≺",prcue="≼",precapprox="⪷",prec="≺",preccurlyeq="≼",Precedes="≺",PrecedesEqual="⪯",PrecedesSlantEqual="≼",PrecedesTilde="≾",preceq="⪯",precnapprox="⪹",precneqq="⪵",precnsim="⋨",pre="⪯",prE="⪳",precsim="≾",prime="′",Prime="″",primes="ℙ",prnap="⪹",prnE="⪵",prnsim="⋨",prod="∏",Product="∏",profalar="⌮",profline="⌒",profsurf="⌓",prop="∝",Proportional="∝",Proportion="∷",propto="∝",prsim="≾",prurel="⊰",Pscr="𝒫",pscr="𝓅",Psi="Ψ",psi="ψ",puncsp=" ",Qfr="𝔔",qfr="𝔮",qint="⨌",qopf="𝕢",Qopf="ℚ",qprime="⁗",Qscr="𝒬",qscr="𝓆",quaternions="ℍ",quatint="⨖",quest="?",questeq="≟",quot$2='"',QUOT$1='"',rAarr="⇛",race$2="∽̱",Racute="Ŕ",racute="ŕ",radic="√",raemptyv="⦳",rang="⟩",Rang="⟫",rangd="⦒",range$2="⦥",rangle="⟩",raquo$1="»",rarrap="⥵",rarrb="⇥",rarrbfs="⤠",rarrc="⤳",rarr="→",Rarr="↠",rArr="⇒",rarrfs="⤞",rarrhk="↪",rarrlp="↬",rarrpl="⥅",rarrsim="⥴",Rarrtl="⤖",rarrtl="↣",rarrw="↝",ratail="⤚",rAtail="⤜",ratio="∶",rationals="ℚ",rbarr="⤍",rBarr="⤏",RBarr="⤐",rbbrk="❳",rbrace="}",rbrack="]",rbrke="⦌",rbrksld="⦎",rbrkslu="⦐",Rcaron="Ř",rcaron="ř",Rcedil="Ŗ",rcedil="ŗ",rceil="⌉",rcub="}",Rcy="Р",rcy="р",rdca="⤷",rdldhar="⥩",rdquo="”",rdquor="”",rdsh="↳",real="ℜ",realine="ℛ",realpart="ℜ",reals="ℝ",Re$1="ℜ",rect="▭",reg$1="®",REG$1="®",ReverseElement="∋",ReverseEquilibrium="⇋",ReverseUpEquilibrium="⥯",rfisht="⥽",rfloor="⌋",rfr="𝔯",Rfr="ℜ",rHar="⥤",rhard="⇁",rharu="⇀",rharul="⥬",Rho="Ρ",rho="ρ",rhov="ϱ",RightAngleBracket="⟩",RightArrowBar="⇥",rightarrow="→",RightArrow="→",Rightarrow="⇒",RightArrowLeftArrow="⇄",rightarrowtail="↣",RightCeiling="⌉",RightDoubleBracket="⟧",RightDownTeeVector="⥝",RightDownVectorBar="⥕",RightDownVector="⇂",RightFloor="⌋",rightharpoondown="⇁",rightharpoonup="⇀",rightleftarrows="⇄",rightleftharpoons="⇌",rightrightarrows="⇉",rightsquigarrow="↝",RightTeeArrow="↦",RightTee="⊢",RightTeeVector="⥛",rightthreetimes="⋌",RightTriangleBar="⧐",RightTriangle="⊳",RightTriangleEqual="⊵",RightUpDownVector="⥏",RightUpTeeVector="⥜",RightUpVectorBar="⥔",RightUpVector="↾",RightVectorBar="⥓",RightVector="⇀",ring="˚",risingdotseq="≓",rlarr="⇄",rlhar="⇌",rlm="‏",rmoustache="⎱",rmoust="⎱",rnmid="⫮",roang="⟭",roarr="⇾",robrk="⟧",ropar="⦆",ropf="𝕣",Ropf="ℝ",roplus="⨮",rotimes="⨵",RoundImplies="⥰",rpar=")",rpargt="⦔",rppolint="⨒",rrarr="⇉",Rrightarrow="⇛",rsaquo="›",rscr="𝓇",Rscr="ℛ",rsh="↱",Rsh="↱",rsqb="]",rsquo="’",rsquor="’",rthree="⋌",rtimes="⋊",rtri="▹",rtrie="⊵",rtrif="▸",rtriltri="⧎",RuleDelayed="⧴",ruluhar="⥨",rx="℞",Sacute="Ś",sacute="ś",sbquo="‚",scap="⪸",Scaron="Š",scaron="š",Sc="⪼",sc="≻",sccue="≽",sce="⪰",scE="⪴",Scedil="Ş",scedil="ş",Scirc="Ŝ",scirc="ŝ",scnap="⪺",scnE="⪶",scnsim="⋩",scpolint="⨓",scsim="≿",Scy="С",scy="с",sdotb="⊡",sdot="⋅",sdote="⩦",searhk="⤥",searr="↘",seArr="⇘",searrow="↘",sect$1="§",semi=";",seswar="⤩",setminus="∖",setmn="∖",sext="✶",Sfr="𝔖",sfr="𝔰",sfrown="⌢",sharp="♯",SHCHcy="Щ",shchcy="щ",SHcy="Ш",shcy="ш",ShortDownArrow="↓",ShortLeftArrow="←",shortmid="∣",shortparallel="∥",ShortRightArrow="→",ShortUpArrow="↑",shy$1="­",Sigma="Σ",sigma="σ",sigmaf="ς",sigmav="ς",sim="∼",simdot="⩪",sime="≃",simeq="≃",simg="⪞",simgE="⪠",siml="⪝",simlE="⪟",simne="≆",simplus="⨤",simrarr="⥲",slarr="←",SmallCircle="∘",smallsetminus="∖",smashp="⨳",smeparsl="⧤",smid="∣",smile="⌣",smt="⪪",smte="⪬",smtes="⪬︀",SOFTcy="Ь",softcy="ь",solbar="⌿",solb="⧄",sol="/",Sopf="𝕊",sopf="𝕤",spades="♠",spadesuit="♠",spar="∥",sqcap="⊓",sqcaps="⊓︀",sqcup="⊔",sqcups="⊔︀",Sqrt="√",sqsub="⊏",sqsube="⊑",sqsubset="⊏",sqsubseteq="⊑",sqsup="⊐",sqsupe="⊒",sqsupset="⊐",sqsupseteq="⊒",square="□",Square="□",SquareIntersection="⊓",SquareSubset="⊏",SquareSubsetEqual="⊑",SquareSuperset="⊐",SquareSupersetEqual="⊒",SquareUnion="⊔",squarf="▪",squ="□",squf="▪",srarr="→",Sscr="𝒮",sscr="𝓈",ssetmn="∖",ssmile="⌣",sstarf="⋆",Star="⋆",star="☆",starf="★",straightepsilon="ϵ",straightphi="ϕ",strns="¯",sub="⊂",Sub="⋐",subdot="⪽",subE="⫅",sube="⊆",subedot="⫃",submult="⫁",subnE="⫋",subne="⊊",subplus="⪿",subrarr="⥹",subset="⊂",Subset="⋐",subseteq="⊆",subseteqq="⫅",SubsetEqual="⊆",subsetneq="⊊",subsetneqq="⫋",subsim="⫇",subsub="⫕",subsup="⫓",succapprox="⪸",succ="≻",succcurlyeq="≽",Succeeds="≻",SucceedsEqual="⪰",SucceedsSlantEqual="≽",SucceedsTilde="≿",succeq="⪰",succnapprox="⪺",succneqq="⪶",succnsim="⋩",succsim="≿",SuchThat="∋",sum$1="∑",Sum="∑",sung="♪",sup1$1="¹",sup2$1="²",sup3$1="³",sup="⊃",Sup="⋑",supdot="⪾",supdsub="⫘",supE="⫆",supe="⊇",supedot="⫄",Superset="⊃",SupersetEqual="⊇",suphsol="⟉",suphsub="⫗",suplarr="⥻",supmult="⫂",supnE="⫌",supne="⊋",supplus="⫀",supset="⊃",Supset="⋑",supseteq="⊇",supseteqq="⫆",supsetneq="⊋",supsetneqq="⫌",supsim="⫈",supsub="⫔",supsup="⫖",swarhk="⤦",swarr="↙",swArr="⇙",swarrow="↙",swnwar="⤪",szlig$1="ß",Tab=" ",target="⌖",Tau="Τ",tau="τ",tbrk="⎴",Tcaron="Ť",tcaron="ť",Tcedil="Ţ",tcedil="ţ",Tcy="Т",tcy="т",tdot="⃛",telrec="⌕",Tfr="𝔗",tfr="𝔱",there4="∴",therefore="∴",Therefore="∴",Theta="Θ",theta="θ",thetasym="ϑ",thetav="ϑ",thickapprox="≈",thicksim="∼",ThickSpace="  ",ThinSpace=" ",thinsp=" ",thkap="≈",thksim="∼",THORN$1="Þ",thorn$1="þ",tilde="˜",Tilde="∼",TildeEqual="≃",TildeFullEqual="≅",TildeTilde="≈",timesbar="⨱",timesb="⊠",times$2="×",timesd="⨰",tint="∭",toea="⤨",topbot="⌶",topcir="⫱",top="⊤",Topf="𝕋",topf="𝕥",topfork="⫚",tosa="⤩",tprime="‴",trade="™",TRADE="™",triangle="▵",triangledown="▿",triangleleft="◃",trianglelefteq="⊴",triangleq="≜",triangleright="▹",trianglerighteq="⊵",tridot="◬",trie="≜",triminus="⨺",TripleDot="⃛",triplus="⨹",trisb="⧍",tritime="⨻",trpezium="⏢",Tscr="𝒯",tscr="𝓉",TScy="Ц",tscy="ц",TSHcy="Ћ",tshcy="ћ",Tstrok="Ŧ",tstrok="ŧ",twixt="≬",twoheadleftarrow="↞",twoheadrightarrow="↠",Uacute$1="Ú",uacute$1="ú",uarr="↑",Uarr="↟",uArr="⇑",Uarrocir="⥉",Ubrcy="Ў",ubrcy="ў",Ubreve="Ŭ",ubreve="ŭ",Ucirc$1="Û",ucirc$1="û",Ucy="У",ucy="у",udarr="⇅",Udblac="Ű",udblac="ű",udhar="⥮",ufisht="⥾",Ufr="𝔘",ufr="𝔲",Ugrave$1="Ù",ugrave$1="ù",uHar="⥣",uharl="↿",uharr="↾",uhblk="▀",ulcorn="⌜",ulcorner="⌜",ulcrop="⌏",ultri="◸",Umacr="Ū",umacr="ū",uml$1="¨",UnderBar="_",UnderBrace="⏟",UnderBracket="⎵",UnderParenthesis="⏝",Union="⋃",UnionPlus="⊎",Uogon="Ų",uogon="ų",Uopf="𝕌",uopf="𝕦",UpArrowBar="⤒",uparrow="↑",UpArrow="↑",Uparrow="⇑",UpArrowDownArrow="⇅",updownarrow="↕",UpDownArrow="↕",Updownarrow="⇕",UpEquilibrium="⥮",upharpoonleft="↿",upharpoonright="↾",uplus="⊎",UpperLeftArrow="↖",UpperRightArrow="↗",upsi="υ",Upsi="ϒ",upsih="ϒ",Upsilon="Υ",upsilon="υ",UpTeeArrow="↥",UpTee="⊥",upuparrows="⇈",urcorn="⌝",urcorner="⌝",urcrop="⌎",Uring="Ů",uring="ů",urtri="◹",Uscr="𝒰",uscr="𝓊",utdot="⋰",Utilde="Ũ",utilde="ũ",utri="▵",utrif="▴",uuarr="⇈",Uuml$1="Ü",uuml$1="ü",uwangle="⦧",vangrt="⦜",varepsilon="ϵ",varkappa="ϰ",varnothing="∅",varphi="ϕ",varpi="ϖ",varpropto="∝",varr="↕",vArr="⇕",varrho="ϱ",varsigma="ς",varsubsetneq="⊊︀",varsubsetneqq="⫋︀",varsupsetneq="⊋︀",varsupsetneqq="⫌︀",vartheta="ϑ",vartriangleleft="⊲",vartriangleright="⊳",vBar="⫨",Vbar="⫫",vBarv="⫩",Vcy="В",vcy="в",vdash="⊢",vDash="⊨",Vdash="⊩",VDash="⊫",Vdashl="⫦",veebar="⊻",vee="∨",Vee="⋁",veeeq="≚",vellip="⋮",verbar="|",Verbar="‖",vert="|",Vert="‖",VerticalBar="∣",VerticalLine="|",VerticalSeparator="❘",VerticalTilde="≀",VeryThinSpace=" ",Vfr="𝔙",vfr="𝔳",vltri="⊲",vnsub="⊂⃒",vnsup="⊃⃒",Vopf="𝕍",vopf="𝕧",vprop="∝",vrtri="⊳",Vscr="𝒱",vscr="𝓋",vsubnE="⫋︀",vsubne="⊊︀",vsupnE="⫌︀",vsupne="⊋︀",Vvdash="⊪",vzigzag="⦚",Wcirc="Ŵ",wcirc="ŵ",wedbar="⩟",wedge="∧",Wedge="⋀",wedgeq="≙",weierp="℘",Wfr="𝔚",wfr="𝔴",Wopf="𝕎",wopf="𝕨",wp="℘",wr="≀",wreath="≀",Wscr="𝒲",wscr="𝓌",xcap="⋂",xcirc="◯",xcup="⋃",xdtri="▽",Xfr="𝔛",xfr="𝔵",xharr="⟷",xhArr="⟺",Xi="Ξ",xi$1="ξ",xlarr="⟵",xlArr="⟸",xmap="⟼",xnis="⋻",xodot="⨀",Xopf="𝕏",xopf="𝕩",xoplus="⨁",xotime="⨂",xrarr="⟶",xrArr="⟹",Xscr="𝒳",xscr="𝓍",xsqcup="⨆",xuplus="⨄",xutri="△",xvee="⋁",xwedge="⋀",Yacute$1="Ý",yacute$1="ý",YAcy="Я",yacy="я",Ycirc="Ŷ",ycirc="ŷ",Ycy="Ы",ycy="ы",yen$1="¥",Yfr="𝔜",yfr="𝔶",YIcy="Ї",yicy="ї",Yopf="𝕐",yopf="𝕪",Yscr="𝒴",yscr="𝓎",YUcy="Ю",yucy="ю",yuml$1="ÿ",Yuml="Ÿ",Zacute="Ź",zacute="ź",Zcaron="Ž",zcaron="ž",Zcy="З",zcy="з",Zdot="Ż",zdot="ż",zeetrf="ℨ",ZeroWidthSpace="​",Zeta="Ζ",zeta="ζ",zfr="𝔷",Zfr="ℨ",ZHcy="Ж",zhcy="ж",zigrarr="⇝",zopf="𝕫",Zopf="ℤ",Zscr="𝒵",zscr="𝓏",zwj="‍",zwnj="‌",require$$1={Aacute:Aacute$1,aacute:aacute$1,Abreve,abreve,ac:ac$1,acd,acE,Acirc:Acirc$1,acirc:acirc$1,acute:acute$1,Acy,acy,AElig:AElig$1,aelig:aelig$1,af,Afr,afr,Agrave:Agrave$1,agrave:agrave$1,alefsym,aleph,Alpha,alpha,Amacr,amacr,amalg,amp:amp$2,AMP:AMP$1,andand,And,and,andd,andslope,andv,ang,ange,angle,angmsdaa,angmsdab,angmsdac,angmsdad,angmsdae,angmsdaf,angmsdag,angmsdah,angmsd,angrt,angrtvb,angrtvbd,angsph,angst,angzarr,Aogon,aogon,Aopf,aopf,apacir,ap,apE,ape,apid,apos:apos$1,ApplyFunction,approx,approxeq,Aring:Aring$1,aring:aring$1,Ascr,ascr,Assign,ast,asymp,asympeq,Atilde:Atilde$1,atilde:atilde$1,Auml:Auml$1,auml:auml$1,awconint,awint,backcong,backepsilon,backprime,backsim,backsimeq,Backslash,Barv,barvee,barwed,Barwed,barwedge,bbrk,bbrktbrk,bcong,Bcy,bcy,bdquo,becaus,because,Because,bemptyv,bepsi,bernou,Bernoullis,Beta,beta,beth,between,Bfr,bfr,bigcap,bigcirc,bigcup,bigodot,bigoplus,bigotimes,bigsqcup,bigstar,bigtriangledown,bigtriangleup,biguplus,bigvee,bigwedge,bkarow,blacklozenge,blacksquare,blacktriangle,blacktriangledown,blacktriangleleft,blacktriangleright,blank,blk12,blk14,blk34,block,bne,bnequiv,bNot,bnot,Bopf,bopf,bot,bottom,bowtie,boxbox,boxdl,boxdL,boxDl,boxDL,boxdr,boxdR,boxDr,boxDR,boxh,boxH,boxhd,boxHd,boxhD,boxHD,boxhu,boxHu,boxhU,boxHU,boxminus,boxplus,boxtimes,boxul,boxuL,boxUl,boxUL,boxur,boxuR,boxUr,boxUR,boxv,boxV,boxvh,boxvH,boxVh,boxVH,boxvl,boxvL,boxVl,boxVL,boxvr,boxvR,boxVr,boxVR,bprime,breve,Breve,brvbar:brvbar$1,bscr,Bscr,bsemi,bsim,bsime,bsolb,bsol,bsolhsub,bull,bullet,bump,bumpE,bumpe,Bumpeq,bumpeq,Cacute,cacute,capand,capbrcup,capcap,cap,Cap,capcup,capdot,CapitalDifferentialD,caps,caret,caron,Cayleys,ccaps,Ccaron,ccaron,Ccedil:Ccedil$1,ccedil:ccedil$1,Ccirc,ccirc,Cconint,ccups,ccupssm,Cdot,cdot,cedil:cedil$1,Cedilla,cemptyv,cent:cent$1,centerdot,CenterDot,cfr,Cfr,CHcy,chcy,check,checkmark,Chi,chi,circ,circeq,circlearrowleft,circlearrowright,circledast,circledcirc,circleddash,CircleDot,circledR,circledS,CircleMinus,CirclePlus,CircleTimes,cir,cirE,cire,cirfnint,cirmid,cirscir,ClockwiseContourIntegral,CloseCurlyDoubleQuote,CloseCurlyQuote,clubs,clubsuit,colon,Colon,Colone,colone,coloneq,comma,commat,comp,compfn,complement,complexes,cong,congdot,Congruent,conint,Conint,ContourIntegral,copf,Copf,coprod,Coproduct,copy:copy$1,COPY:COPY$1,copysr,CounterClockwiseContourIntegral,crarr,cross,Cross,Cscr,cscr,csub,csube,csup,csupe,ctdot,cudarrl,cudarrr,cuepr,cuesc,cularr,cularrp,cupbrcap,cupcap,CupCap,cup,Cup,cupcup,cupdot,cupor,cups,curarr,curarrm,curlyeqprec,curlyeqsucc,curlyvee,curlywedge,curren:curren$1,curvearrowleft,curvearrowright,cuvee,cuwed,cwconint,cwint,cylcty,dagger,Dagger,daleth,darr,Darr,dArr,dash,Dashv,dashv,dbkarow,dblac,Dcaron,dcaron,Dcy,dcy,ddagger,ddarr,DD,dd,DDotrahd,ddotseq,deg:deg$1,Del,Delta,delta,demptyv,dfisht,Dfr,dfr,dHar,dharl,dharr,DiacriticalAcute,DiacriticalDot,DiacriticalDoubleAcute,DiacriticalGrave,DiacriticalTilde,diam,diamond,Diamond,diamondsuit,diams,die,DifferentialD,digamma,disin,div,divide:divide$1,divideontimes,divonx,DJcy,djcy,dlcorn,dlcrop,dollar,Dopf,dopf,Dot,dot,DotDot,doteq,doteqdot,DotEqual,dotminus,dotplus,dotsquare,doublebarwedge,DoubleContourIntegral,DoubleDot,DoubleDownArrow,DoubleLeftArrow,DoubleLeftRightArrow,DoubleLeftTee,DoubleLongLeftArrow,DoubleLongLeftRightArrow,DoubleLongRightArrow,DoubleRightArrow,DoubleRightTee,DoubleUpArrow,DoubleUpDownArrow,DoubleVerticalBar,DownArrowBar,downarrow,DownArrow,Downarrow,DownArrowUpArrow,DownBreve,downdownarrows,downharpoonleft,downharpoonright,DownLeftRightVector,DownLeftTeeVector,DownLeftVectorBar,DownLeftVector,DownRightTeeVector,DownRightVectorBar,DownRightVector,DownTeeArrow,DownTee,drbkarow,drcorn,drcrop,Dscr,dscr,DScy,dscy,dsol,Dstrok,dstrok,dtdot,dtri,dtrif,duarr,duhar,dwangle,DZcy,dzcy,dzigrarr,Eacute:Eacute$1,eacute:eacute$1,easter,Ecaron,ecaron,Ecirc:Ecirc$1,ecirc:ecirc$1,ecir,ecolon,Ecy,ecy,eDDot,Edot,edot,eDot,ee,efDot,Efr,efr,eg,Egrave:Egrave$1,egrave:egrave$1,egs,egsdot,el,Element:Element$1,elinters,ell,els,elsdot,Emacr,emacr,empty,emptyset,EmptySmallSquare,emptyv,EmptyVerySmallSquare,emsp13,emsp14,emsp,ENG,eng,ensp,Eogon,eogon,Eopf,eopf,epar,eparsl,eplus,epsi,Epsilon,epsilon,epsiv,eqcirc,eqcolon,eqsim,eqslantgtr,eqslantless,Equal,equals,EqualTilde,equest,Equilibrium,equiv,equivDD,eqvparsl,erarr,erDot,escr,Escr,esdot,Esim,esim,Eta,eta,ETH:ETH$1,eth:eth$1,Euml:Euml$1,euml:euml$1,euro,excl,exist,Exists,expectation,exponentiale,ExponentialE,fallingdotseq,Fcy,fcy,female,ffilig,fflig,ffllig,Ffr,ffr,filig,FilledSmallSquare,FilledVerySmallSquare,fjlig,flat,fllig,fltns,fnof,Fopf,fopf,forall,ForAll,fork,forkv,Fouriertrf,fpartint,frac12:frac12$1,frac13,frac14:frac14$1,frac15,frac16,frac18,frac23,frac25,frac34:frac34$1,frac35,frac38,frac45,frac56,frac58,frac78,frasl,frown,fscr,Fscr,gacute,Gamma,gamma,Gammad,gammad,gap,Gbreve,gbreve,Gcedil,Gcirc,gcirc,Gcy,gcy,Gdot,gdot,ge,gE,gEl,gel,geq,geqq,geqslant,gescc,ges,gesdot,gesdoto,gesdotol,gesl,gesles,Gfr,gfr,gg,Gg,ggg,gimel,GJcy,gjcy,gla,gl,glE,glj,gnap,gnapprox,gne,gnE,gneq,gneqq,gnsim,Gopf,gopf,grave,GreaterEqual,GreaterEqualLess,GreaterFullEqual,GreaterGreater,GreaterLess,GreaterSlantEqual,GreaterTilde,Gscr,gscr,gsim,gsime,gsiml,gtcc,gtcir,gt:gt$2,GT:GT$1,Gt,gtdot,gtlPar,gtquest,gtrapprox,gtrarr,gtrdot,gtreqless,gtreqqless,gtrless,gtrsim,gvertneqq,gvnE,Hacek,hairsp,half,hamilt,HARDcy,hardcy,harrcir,harr,hArr,harrw,Hat,hbar,Hcirc,hcirc,hearts,heartsuit,hellip,hercon,hfr,Hfr,HilbertSpace,hksearow,hkswarow,hoarr,homtht,hookleftarrow,hookrightarrow,hopf,Hopf,horbar,HorizontalLine,hscr,Hscr,hslash,Hstrok,hstrok,HumpDownHump,HumpEqual,hybull,hyphen,Iacute:Iacute$1,iacute:iacute$1,ic,Icirc:Icirc$1,icirc:icirc$1,Icy,icy,Idot,IEcy,iecy,iexcl:iexcl$1,iff,ifr,Ifr,Igrave:Igrave$1,igrave:igrave$1,ii,iiiint,iiint,iinfin,iiota,IJlig,ijlig,Imacr,imacr,image,ImaginaryI,imagline,imagpart,imath,Im,imof,imped,Implies,incare,in:"∈",infin,infintie,inodot,intcal,int,Int,integers,Integral,intercal,Intersection,intlarhk,intprod,InvisibleComma,InvisibleTimes,IOcy,iocy,Iogon,iogon,Iopf,iopf,Iota,iota,iprod,iquest:iquest$1,iscr,Iscr,isin,isindot,isinE,isins,isinsv,isinv,it,Itilde,itilde,Iukcy,iukcy,Iuml:Iuml$1,iuml:iuml$1,Jcirc,jcirc,Jcy,jcy,Jfr,jfr,jmath,Jopf,jopf,Jscr,jscr,Jsercy,jsercy,Jukcy,jukcy,Kappa,kappa,kappav,Kcedil,kcedil,Kcy,kcy,Kfr,kfr,kgreen,KHcy,khcy,KJcy,kjcy,Kopf,kopf,Kscr,kscr,lAarr,Lacute,lacute,laemptyv,lagran,Lambda,lambda,lang,Lang,langd,langle,lap,Laplacetrf,laquo:laquo$1,larrb,larrbfs,larr,Larr,lArr,larrfs,larrhk,larrlp,larrpl,larrsim,larrtl,latail,lAtail,lat,late,lates,lbarr,lBarr,lbbrk,lbrace,lbrack,lbrke,lbrksld,lbrkslu,Lcaron,lcaron,Lcedil,lcedil,lceil,lcub,Lcy,lcy,ldca,ldquo,ldquor,ldrdhar,ldrushar,ldsh,le,lE,LeftAngleBracket,LeftArrowBar,leftarrow,LeftArrow,Leftarrow,LeftArrowRightArrow,leftarrowtail,LeftCeiling,LeftDoubleBracket,LeftDownTeeVector,LeftDownVectorBar,LeftDownVector,LeftFloor,leftharpoondown,leftharpoonup,leftleftarrows,leftrightarrow,LeftRightArrow,Leftrightarrow,leftrightarrows,leftrightharpoons,leftrightsquigarrow,LeftRightVector,LeftTeeArrow,LeftTee,LeftTeeVector,leftthreetimes,LeftTriangleBar,LeftTriangle,LeftTriangleEqual,LeftUpDownVector,LeftUpTeeVector,LeftUpVectorBar,LeftUpVector,LeftVectorBar,LeftVector,lEg,leg,leq,leqq,leqslant,lescc,les,lesdot,lesdoto,lesdotor,lesg,lesges,lessapprox,lessdot,lesseqgtr,lesseqqgtr,LessEqualGreater,LessFullEqual,LessGreater,lessgtr,LessLess,lesssim,LessSlantEqual,LessTilde,lfisht,lfloor,Lfr,lfr,lg,lgE,lHar,lhard,lharu,lharul,lhblk,LJcy,ljcy,llarr,ll,Ll:Ll$1,llcorner,Lleftarrow,llhard,lltri,Lmidot,lmidot,lmoustache,lmoust,lnap,lnapprox,lne,lnE,lneq,lneqq,lnsim,loang,loarr,lobrk,longleftarrow,LongLeftArrow,Longleftarrow,longleftrightarrow,LongLeftRightArrow,Longleftrightarrow,longmapsto,longrightarrow,LongRightArrow,Longrightarrow,looparrowleft,looparrowright,lopar,Lopf,lopf,loplus,lotimes,lowast,lowbar,LowerLeftArrow,LowerRightArrow,loz,lozenge,lozf,lpar,lparlt,lrarr,lrcorner,lrhar,lrhard,lrm,lrtri,lsaquo,lscr,Lscr,lsh,Lsh,lsim,lsime,lsimg,lsqb,lsquo,lsquor,Lstrok,lstrok,ltcc,ltcir,lt:lt$2,LT:LT$1,Lt,ltdot,lthree,ltimes,ltlarr,ltquest,ltri,ltrie,ltrif,ltrPar,lurdshar,luruhar,lvertneqq,lvnE,macr:macr$1,male,malt,maltese,Map:"⤅",map:map$2,mapsto,mapstodown,mapstoleft,mapstoup,marker,mcomma,Mcy,mcy,mdash,mDDot,measuredangle,MediumSpace,Mellintrf,Mfr,mfr,mho,micro:micro$1,midast,midcir,mid,middot:middot$1,minusb,minus,minusd,minusdu,MinusPlus,mlcp,mldr,mnplus,models,Mopf,mopf,mp,mscr,Mscr,mstpos,Mu,mu,multimap,mumap,nabla,Nacute,nacute,nang,nap,napE,napid,napos,napprox,natural,naturals,natur,nbsp:nbsp$1,nbump,nbumpe,ncap,Ncaron,ncaron,Ncedil,ncedil,ncong,ncongdot,ncup,Ncy,ncy,ndash,nearhk,nearr,neArr,nearrow,ne,nedot,NegativeMediumSpace,NegativeThickSpace,NegativeThinSpace,NegativeVeryThinSpace,nequiv,nesear,nesim,NestedGreaterGreater,NestedLessLess,NewLine,nexist,nexists,Nfr,nfr,ngE,nge,ngeq,ngeqq,ngeqslant,nges,nGg,ngsim,nGt,ngt,ngtr,nGtv,nharr,nhArr,nhpar,ni,nis,nisd,niv,NJcy,njcy,nlarr,nlArr,nldr,nlE,nle,nleftarrow,nLeftarrow,nleftrightarrow,nLeftrightarrow,nleq,nleqq,nleqslant,nles,nless,nLl,nlsim,nLt,nlt,nltri,nltrie,nLtv,nmid,NoBreak,NonBreakingSpace,nopf,Nopf,Not,not:not$1,NotCongruent,NotCupCap,NotDoubleVerticalBar,NotElement,NotEqual,NotEqualTilde,NotExists,NotGreater,NotGreaterEqual,NotGreaterFullEqual,NotGreaterGreater,NotGreaterLess,NotGreaterSlantEqual,NotGreaterTilde,NotHumpDownHump,NotHumpEqual,notin,notindot,notinE,notinva,notinvb,notinvc,NotLeftTriangleBar,NotLeftTriangle,NotLeftTriangleEqual,NotLess,NotLessEqual,NotLessGreater,NotLessLess,NotLessSlantEqual,NotLessTilde,NotNestedGreaterGreater,NotNestedLessLess,notni,notniva,notnivb,notnivc,NotPrecedes,NotPrecedesEqual,NotPrecedesSlantEqual,NotReverseElement,NotRightTriangleBar,NotRightTriangle,NotRightTriangleEqual,NotSquareSubset,NotSquareSubsetEqual,NotSquareSuperset,NotSquareSupersetEqual,NotSubset,NotSubsetEqual,NotSucceeds,NotSucceedsEqual,NotSucceedsSlantEqual,NotSucceedsTilde,NotSuperset,NotSupersetEqual,NotTilde,NotTildeEqual,NotTildeFullEqual,NotTildeTilde,NotVerticalBar,nparallel,npar,nparsl,npart,npolint,npr,nprcue,nprec,npreceq,npre,nrarrc,nrarr,nrArr,nrarrw,nrightarrow,nRightarrow,nrtri,nrtrie,nsc,nsccue,nsce,Nscr,nscr,nshortmid,nshortparallel,nsim,nsime,nsimeq,nsmid,nspar,nsqsube,nsqsupe,nsub,nsubE,nsube,nsubset,nsubseteq,nsubseteqq,nsucc,nsucceq,nsup,nsupE,nsupe,nsupset,nsupseteq,nsupseteqq,ntgl,Ntilde:Ntilde$1,ntilde:ntilde$1,ntlg,ntriangleleft,ntrianglelefteq,ntriangleright,ntrianglerighteq,Nu,nu:nu$1,num,numero,numsp,nvap,nvdash,nvDash,nVdash,nVDash,nvge,nvgt,nvHarr,nvinfin,nvlArr,nvle,nvlt,nvltrie,nvrArr,nvrtrie,nvsim,nwarhk,nwarr,nwArr,nwarrow,nwnear,Oacute:Oacute$1,oacute:oacute$1,oast,Ocirc:Ocirc$1,ocirc:ocirc$1,ocir,Ocy,ocy,odash,Odblac,odblac,odiv,odot,odsold,OElig,oelig,ofcir,Ofr,ofr,ogon,Ograve:Ograve$1,ograve:ograve$1,ogt,ohbar,ohm,oint,olarr,olcir,olcross,oline,olt,Omacr,omacr,Omega,omega,Omicron,omicron,omid,ominus,Oopf,oopf,opar,OpenCurlyDoubleQuote,OpenCurlyQuote,operp,oplus,orarr,Or,or,ord,order,orderof,ordf:ordf$1,ordm:ordm$1,origof,oror,orslope,orv,oS,Oscr,oscr,Oslash:Oslash$1,oslash:oslash$1,osol,Otilde:Otilde$1,otilde:otilde$1,otimesas,Otimes,otimes,Ouml:Ouml$1,ouml:ouml$1,ovbar,OverBar,OverBrace,OverBracket,OverParenthesis,para:para$1,parallel:parallel$1,par,parsim,parsl,part,PartialD,Pcy,pcy,percnt,period,permil,perp,pertenk,Pfr,pfr,Phi,phi,phiv,phmmat,phone,Pi:Pi$1,pi,pitchfork,piv,planck,planckh,plankv,plusacir,plusb,pluscir,plus,plusdo,plusdu,pluse,PlusMinus,plusmn:plusmn$1,plussim,plustwo,pm,Poincareplane,pointint,popf,Popf,pound:pound$1,prap,Pr,pr,prcue,precapprox,prec,preccurlyeq,Precedes,PrecedesEqual,PrecedesSlantEqual,PrecedesTilde,preceq,precnapprox,precneqq,precnsim,pre,prE,precsim,prime,Prime,primes,prnap,prnE,prnsim,prod,Product,profalar,profline,profsurf,prop,Proportional,Proportion,propto,prsim,prurel,Pscr,pscr,Psi,psi,puncsp,Qfr,qfr,qint,qopf,Qopf,qprime,Qscr,qscr,quaternions,quatint,quest,questeq,quot:quot$2,QUOT:QUOT$1,rAarr,race:race$2,Racute,racute,radic,raemptyv,rang,Rang,rangd,range:range$2,rangle,raquo:raquo$1,rarrap,rarrb,rarrbfs,rarrc,rarr,Rarr,rArr,rarrfs,rarrhk,rarrlp,rarrpl,rarrsim,Rarrtl,rarrtl,rarrw,ratail,rAtail,ratio,rationals,rbarr,rBarr,RBarr,rbbrk,rbrace,rbrack,rbrke,rbrksld,rbrkslu,Rcaron,rcaron,Rcedil,rcedil,rceil,rcub,Rcy,rcy,rdca,rdldhar,rdquo,rdquor,rdsh,real,realine,realpart,reals,Re:Re$1,rect,reg:reg$1,REG:REG$1,ReverseElement,ReverseEquilibrium,ReverseUpEquilibrium,rfisht,rfloor,rfr,Rfr,rHar,rhard,rharu,rharul,Rho,rho,rhov,RightAngleBracket,RightArrowBar,rightarrow,RightArrow,Rightarrow,RightArrowLeftArrow,rightarrowtail,RightCeiling,RightDoubleBracket,RightDownTeeVector,RightDownVectorBar,RightDownVector,RightFloor,rightharpoondown,rightharpoonup,rightleftarrows,rightleftharpoons,rightrightarrows,rightsquigarrow,RightTeeArrow,RightTee,RightTeeVector,rightthreetimes,RightTriangleBar,RightTriangle,RightTriangleEqual,RightUpDownVector,RightUpTeeVector,RightUpVectorBar,RightUpVector,RightVectorBar,RightVector,ring,risingdotseq,rlarr,rlhar,rlm,rmoustache,rmoust,rnmid,roang,roarr,robrk,ropar,ropf,Ropf,roplus,rotimes,RoundImplies,rpar,rpargt,rppolint,rrarr,Rrightarrow,rsaquo,rscr,Rscr,rsh,Rsh,rsqb,rsquo,rsquor,rthree,rtimes,rtri,rtrie,rtrif,rtriltri,RuleDelayed,ruluhar,rx,Sacute,sacute,sbquo,scap,Scaron,scaron,Sc,sc,sccue,sce,scE,Scedil,scedil,Scirc,scirc,scnap,scnE,scnsim,scpolint,scsim,Scy,scy,sdotb,sdot,sdote,searhk,searr,seArr,searrow,sect:sect$1,semi,seswar,setminus,setmn,sext,Sfr,sfr,sfrown,sharp,SHCHcy,shchcy,SHcy,shcy,ShortDownArrow,ShortLeftArrow,shortmid,shortparallel,ShortRightArrow,ShortUpArrow,shy:shy$1,Sigma,sigma,sigmaf,sigmav,sim,simdot,sime,simeq,simg,simgE,siml,simlE,simne,simplus,simrarr,slarr,SmallCircle,smallsetminus,smashp,smeparsl,smid,smile,smt,smte,smtes,SOFTcy,softcy,solbar,solb,sol,Sopf,sopf,spades,spadesuit,spar,sqcap,sqcaps,sqcup,sqcups,Sqrt,sqsub,sqsube,sqsubset,sqsubseteq,sqsup,sqsupe,sqsupset,sqsupseteq,square,Square,SquareIntersection,SquareSubset,SquareSubsetEqual,SquareSuperset,SquareSupersetEqual,SquareUnion,squarf,squ,squf,srarr,Sscr,sscr,ssetmn,ssmile,sstarf,Star,star,starf,straightepsilon,straightphi,strns,sub,Sub,subdot,subE,sube,subedot,submult,subnE,subne,subplus,subrarr,subset,Subset,subseteq,subseteqq,SubsetEqual,subsetneq,subsetneqq,subsim,subsub,subsup,succapprox,succ,succcurlyeq,Succeeds,SucceedsEqual,SucceedsSlantEqual,SucceedsTilde,succeq,succnapprox,succneqq,succnsim,succsim,SuchThat,sum:sum$1,Sum,sung,sup1:sup1$1,sup2:sup2$1,sup3:sup3$1,sup,Sup,supdot,supdsub,supE,supe,supedot,Superset,SupersetEqual,suphsol,suphsub,suplarr,supmult,supnE,supne,supplus,supset,Supset,supseteq,supseteqq,supsetneq,supsetneqq,supsim,supsub,supsup,swarhk,swarr,swArr,swarrow,swnwar,szlig:szlig$1,Tab,target,Tau,tau,tbrk,Tcaron,tcaron,Tcedil,tcedil,Tcy,tcy,tdot,telrec,Tfr,tfr,there4,therefore,Therefore,Theta,theta,thetasym,thetav,thickapprox,thicksim,ThickSpace,ThinSpace,thinsp,thkap,thksim,THORN:THORN$1,thorn:thorn$1,tilde,Tilde,TildeEqual,TildeFullEqual,TildeTilde,timesbar,timesb,times:times$2,timesd,tint,toea,topbot,topcir,top,Topf,topf,topfork,tosa,tprime,trade,TRADE,triangle,triangledown,triangleleft,trianglelefteq,triangleq,triangleright,trianglerighteq,tridot,trie,triminus,TripleDot,triplus,trisb,tritime,trpezium,Tscr,tscr,TScy,tscy,TSHcy,tshcy,Tstrok,tstrok,twixt,twoheadleftarrow,twoheadrightarrow,Uacute:Uacute$1,uacute:uacute$1,uarr,Uarr,uArr,Uarrocir,Ubrcy,ubrcy,Ubreve,ubreve,Ucirc:Ucirc$1,ucirc:ucirc$1,Ucy,ucy,udarr,Udblac,udblac,udhar,ufisht,Ufr,ufr,Ugrave:Ugrave$1,ugrave:ugrave$1,uHar,uharl,uharr,uhblk,ulcorn,ulcorner,ulcrop,ultri,Umacr,umacr,uml:uml$1,UnderBar,UnderBrace,UnderBracket,UnderParenthesis,Union,UnionPlus,Uogon,uogon,Uopf,uopf,UpArrowBar,uparrow,UpArrow,Uparrow,UpArrowDownArrow,updownarrow,UpDownArrow,Updownarrow,UpEquilibrium,upharpoonleft,upharpoonright,uplus,UpperLeftArrow,UpperRightArrow,upsi,Upsi,upsih,Upsilon,upsilon,UpTeeArrow,UpTee,upuparrows,urcorn,urcorner,urcrop,Uring,uring,urtri,Uscr,uscr,utdot,Utilde,utilde,utri,utrif,uuarr,Uuml:Uuml$1,uuml:uuml$1,uwangle,vangrt,varepsilon,varkappa,varnothing,varphi,varpi,varpropto,varr,vArr,varrho,varsigma,varsubsetneq,varsubsetneqq,varsupsetneq,varsupsetneqq,vartheta,vartriangleleft,vartriangleright,vBar,Vbar,vBarv,Vcy,vcy,vdash,vDash,Vdash,VDash,Vdashl,veebar,vee,Vee,veeeq,vellip,verbar,Verbar,vert,Vert,VerticalBar,VerticalLine,VerticalSeparator,VerticalTilde,VeryThinSpace,Vfr,vfr,vltri,vnsub,vnsup,Vopf,vopf,vprop,vrtri,Vscr,vscr,vsubnE,vsubne,vsupnE,vsupne,Vvdash,vzigzag,Wcirc,wcirc,wedbar,wedge,Wedge,wedgeq,weierp,Wfr,wfr,Wopf,wopf,wp,wr,wreath,Wscr,wscr,xcap,xcirc,xcup,xdtri,Xfr,xfr,xharr,xhArr,Xi,xi:xi$1,xlarr,xlArr,xmap,xnis,xodot,Xopf,xopf,xoplus,xotime,xrarr,xrArr,Xscr,xscr,xsqcup,xuplus,xutri,xvee,xwedge,Yacute:Yacute$1,yacute:yacute$1,YAcy,yacy,Ycirc,ycirc,Ycy,ycy,yen:yen$1,Yfr,yfr,YIcy,yicy,Yopf,yopf,Yscr,yscr,YUcy,yucy,yuml:yuml$1,Yuml,Zacute,zacute,Zcaron,zcaron,Zcy,zcy,Zdot,zdot,zeetrf,ZeroWidthSpace,Zeta,zeta,zfr,Zfr,ZHcy,zhcy,zigrarr,zopf,Zopf,Zscr,zscr,zwj,zwnj},Aacute="Á",aacute="á",Acirc="Â",acirc="â",acute="´",AElig="Æ",aelig="æ",Agrave="À",agrave="à",amp$1="&",AMP="&",Aring="Å",aring="å",Atilde="Ã",atilde="ã",Auml="Ä",auml="ä",brvbar="¦",Ccedil="Ç",ccedil="ç",cedil="¸",cent="¢",copy="©",COPY="©",curren="¤",deg="°",divide="÷",Eacute="É",eacute="é",Ecirc="Ê",ecirc="ê",Egrave="È",egrave="è",ETH="Ð",eth="ð",Euml="Ë",euml="ë",frac12="½",frac14="¼",frac34="¾",gt$1=">",GT=">",Iacute="Í",iacute="í",Icirc="Î",icirc="î",iexcl="¡",Igrave="Ì",igrave="ì",iquest="¿",Iuml="Ï",iuml="ï",laquo="«",lt$1="<",LT="<",macr="¯",micro="µ",middot="·",nbsp=" ",not="¬",Ntilde="Ñ",ntilde="ñ",Oacute="Ó",oacute="ó",Ocirc="Ô",ocirc="ô",Ograve="Ò",ograve="ò",ordf="ª",ordm="º",Oslash="Ø",oslash="ø",Otilde="Õ",otilde="õ",Ouml="Ö",ouml="ö",para="¶",plusmn="±",pound="£",quot$1='"',QUOT='"',raquo="»",reg="®",REG="®",sect="§",shy="­",sup1="¹",sup2="²",sup3="³",szlig="ß",THORN="Þ",thorn="þ",times$1="×",Uacute="Ú",uacute="ú",Ucirc="Û",ucirc="û",Ugrave="Ù",ugrave="ù",uml="¨",Uuml="Ü",uuml="ü",Yacute="Ý",yacute="ý",yen="¥",yuml="ÿ",require$$2={Aacute,aacute,Acirc,acirc,acute,AElig,aelig,Agrave,agrave,amp:amp$1,AMP,Aring,aring,Atilde,atilde,Auml,auml,brvbar,Ccedil,ccedil,cedil,cent,copy,COPY,curren,deg,divide,Eacute,eacute,Ecirc,ecirc,Egrave,egrave,ETH,eth,Euml,euml,frac12,frac14,frac34,gt:gt$1,GT,Iacute,iacute,Icirc,icirc,iexcl,Igrave,igrave,iquest,Iuml,iuml,laquo,lt:lt$1,LT,macr,micro,middot,nbsp,not,Ntilde,ntilde,Oacute,oacute,Ocirc,ocirc,Ograve,ograve,ordf,ordm,Oslash,oslash,Otilde,otilde,Ouml,ouml,para,plusmn,pound,quot:quot$1,QUOT,raquo,reg,REG,sect,shy,sup1,sup2,sup3,szlig,THORN,thorn,times:times$1,Uacute,uacute,Ucirc,ucirc,Ugrave,ugrave,uml,Uuml,uuml,Yacute,yacute,yen,yuml},amp="&",apos="'",gt=">",lt="<",quot='"',require$$3={amp,apos,gt,lt,quot};var hasRequiredTokenizer$1;function requireTokenizer$1(){if(hasRequiredTokenizer$1)return Tokenizer;hasRequiredTokenizer$1=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(yr){return yr&&yr.__esModule?yr:{default:yr}};Object.defineProperty(Tokenizer,"__esModule",{value:!0});var t=e(requireDecode_codepoint()),y=e(require$$1),n=e(require$$2),k=e(require$$3);function L(yr){return yr===" "||yr===` +`||yr===" "||yr==="\f"||yr==="\r"}function $(yr){return yr>="a"&&yr<="z"||yr>="A"&&yr<="Z"}function j(yr,vr,Rr){var Br=yr.toLowerCase();return yr===Br?function(mr,gr){gr===Br?mr._state=vr:(mr._state=Rr,mr._index--)}:function(mr,gr){gr===Br||gr===yr?mr._state=vr:(mr._state=Rr,mr._index--)}}function V(yr,vr){var Rr=yr.toLowerCase();return function(Br,mr){mr===Rr||mr===yr?Br._state=vr:(Br._state=3,Br._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),Ue=V("Y",45),kt=V("L",46),Et=V("E",47),Ve=j("Y",49,1),qe=j("L",50,1),jt=j("E",51,1),tr=V("I",54),rr=V("T",55),ar=V("L",56),nr=V("E",57),ur=j("I",58,1),cr=j("T",59,1),_r=j("L",60,1),hr=j("E",61,1),Er=j("#",63,64),kr=j("X",66,65),xr=function(){function yr(vr,Rr){var Br;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=Rr,this.xmlMode=!!(vr!=null&&vr.xmlMode),this.decodeEntities=(Br=vr==null?void 0:vr.decodeEntities)!==null&&Br!==void 0?Br:!0}return yr.prototype.reset=function(){this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1},yr.prototype.write=function(vr){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=vr,this.parse()},yr.prototype.end=function(vr){this.ended&&this.cbs.onerror(Error(".end() after done!")),vr&&this.write(vr),this.ended=!0,this.running&&this.finish()},yr.prototype.pause=function(){this.running=!1},yr.prototype.resume=function(){this.running=!0,this._indexthis.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)},yr.prototype.isTagStartChar=function(vr){return $(vr)||this.xmlMode&&!L(vr)&&vr!=="/"&&vr!==">"},yr.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},yr.prototype.stateInTagName=function(vr){(vr==="/"||vr===">"||L(vr))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},yr.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))},yr.prototype.stateInClosingTagName=function(vr){(vr===">"||L(vr))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},yr.prototype.stateAfterClosingTagName=function(vr){vr===">"&&(this._state=1,this.sectionStart=this._index+1)},yr.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)},yr.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--)},yr.prototype.stateInAttributeName=function(vr){(vr==="="||vr==="/"||vr===">"||L(vr))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},yr.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)},yr.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--)},yr.prototype.handleInAttributeValue=function(vr,Rr){vr===Rr?(this.emitToken("onattribdata"),this.cbs.onattribend(Rr),this._state=8):this.decodeEntities&&vr==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},yr.prototype.stateInAttributeValueDoubleQuotes=function(vr){this.handleInAttributeValue(vr,'"')},yr.prototype.stateInAttributeValueSingleQuotes=function(vr){this.handleInAttributeValue(vr,"'")},yr.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)},yr.prototype.stateBeforeDeclaration=function(vr){this._state=vr==="["?23:vr==="-"?18:16},yr.prototype.stateInDeclaration=function(vr){vr===">"&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},yr.prototype.stateInProcessingInstruction=function(vr){vr===">"&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},yr.prototype.stateBeforeComment=function(vr){vr==="-"?(this._state=19,this.sectionStart=this._index+1):this._state=16},yr.prototype.stateInComment=function(vr){vr==="-"&&(this._state=21)},yr.prototype.stateInSpecialComment=function(vr){vr===">"&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},yr.prototype.stateAfterComment1=function(vr){vr==="-"?this._state=22:this._state=19},yr.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)},yr.prototype.stateBeforeCdata6=function(vr){vr==="["?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},yr.prototype.stateInCdata=function(vr){vr==="]"&&(this._state=30)},yr.prototype.stateAfterCdata1=function(vr){vr==="]"?this._state=31:this._state=29},yr.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)},yr.prototype.stateBeforeSpecialS=function(vr){vr==="c"||vr==="C"?this._state=34:vr==="t"||vr==="T"?this._state=44:(this._state=3,this._index--)},yr.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},yr.prototype.stateBeforeSpecialLast=function(vr,Rr){(vr==="/"||vr===">"||L(vr))&&(this.special=Rr),this._state=3,this._index--},yr.prototype.stateAfterSpecialLast=function(vr,Rr){vr===">"||L(vr)?(this.special=1,this._state=6,this.sectionStart=this._index-Rr,this._index--):this._state=1},yr.prototype.parseFixedEntity=function(vr){if(vr===void 0&&(vr=this.xmlMode?k.default:y.default),this.sectionStart+1=2;){var Br=this.buffer.substr(vr,Rr);if(Object.prototype.hasOwnProperty.call(n.default,Br)){this.emitPartial(n.default[Br]),this.sectionStart+=Rr+1;return}Rr--}},yr.prototype.stateInNamedEntity=function(vr){vr===";"?(this.parseFixedEntity(),this.baseState===1&&this.sectionStart+1"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--)},yr.prototype.decodeNumericEntity=function(vr,Rr,Br){var mr=this.sectionStart+vr;if(mr!==this._index){var gr=this.buffer.substring(mr,this._index),jr=parseInt(gr,Rr);this.emitPartial(t.default(jr)),this.sectionStart=Br?this._index+1:this._index}this._state=this.baseState},yr.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--)},yr.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--)},yr.prototype.cleanup=function(){this.sectionStart<0?(this.buffer="",this.bufferOffset+=this._index,this._index=0):this.running&&(this._state===1?(this.sectionStart!==this._index&&this.cbs.ontext(this.buffer.substr(this.sectionStart)),this.buffer="",this.bufferOffset+=this._index,this._index=0):this.sectionStart===this._index?(this.buffer="",this.bufferOffset+=this._index,this._index=0):(this.buffer=this.buffer.substr(this.sectionStart),this._index-=this.sectionStart,this.bufferOffset+=this.sectionStart),this.sectionStart=0)},yr.prototype.parse=function(){for(;this._index0&&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(Ue,kt){Ue.__proto__=kt}||function(Ue,kt){for(var Et in kt)Object.prototype.hasOwnProperty.call(kt,Et)&&(Ue[Et]=kt[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 Ue(){this.constructor=Ne}Ne.prototype=Fe===null?Object.create(Fe):(Ue.prototype=Fe.prototype,new Ue)}}(),t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(he,Ne,Fe,Ue){Ue===void 0&&(Ue=Fe),Object.defineProperty(he,Ue,{enumerable:!0,get:function(){return Ne[Fe]}})}:function(he,Ne,Fe,Ue){Ue===void 0&&(Ue=Fe),he[Ue]=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,Ue){var kt=this;return typeof Fe=="object"&&(Fe=void 0,Ue=Fe),kt=he.call(this,Fe,Ue)||this,kt}return Ne.prototype.onend=function(){var Fe,Ue,kt=ue(_e,this.dom);if(!kt){this.handleCallback(new Error("couldn't find root of feed"));return}var Et={};if(kt.name==="feed"){var Ve=kt.children;Et.type="atom",Ie(Et,"id","id",Ve),Ie(Et,"title","title",Ve);var qe=pe("href",ue("link",Ve));qe&&(Et.link=qe),Ie(Et,"description","subtitle",Ve);var jt=de("updated",Ve);jt&&(Et.updated=new Date(jt)),Ie(Et,"author","email",Ve,!0),Et.items=oe("entry",Ve).map(function(tr){var rr={},ar=tr.children;Ie(rr,"id","id",ar),Ie(rr,"title","title",ar);var nr=pe("href",ue("link",ar));nr&&(rr.link=nr);var ur=de("summary",ar)||de("content",ar);ur&&(rr.description=ur);var cr=de("updated",ar);return cr&&(rr.pubDate=new Date(cr)),rr.media=ie(ar),rr})}else{var Ve=(Ue=(Fe=ue("channel",kt.children))===null||Fe===void 0?void 0:Fe.children)!==null&&Ue!==void 0?Ue:[];Et.type=kt.name.substr(0,3),Et.id="",Ie(Et,"title","title",Ve),Ie(Et,"link","link",Ve),Ie(Et,"description","description",Ve);var jt=de("lastBuildDate",Ve);jt&&(Et.updated=new Date(jt)),Ie(Et,"author","managingEditor",Ve,!0),Et.items=oe("item",kt.children).map(function(ar){var nr={},ur=ar.children;Ie(nr,"id","guid",ur),Ie(nr,"title","title",ur),Ie(nr,"link","link",ur),Ie(nr,"description","description",ur);var cr=de("pubDate",ur);return cr&&(nr.pubDate=new Date(cr)),nr.media=ie(ur),nr})}this.feed=Et,this.handleCallback(null)},Ne}(L.default);FeedHandler.FeedHandler=re;function ie(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,Ue,kt){kt===void 0&&(kt=!1);var Et=de(Fe,Ue,kt);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="�",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",Ue="RAWTEXT_LESS_THAN_SIGN_STATE",kt="RAWTEXT_END_TAG_OPEN_STATE",Et="RAWTEXT_END_TAG_NAME_STATE",Ve="SCRIPT_DATA_LESS_THAN_SIGN_STATE",qe="SCRIPT_DATA_END_TAG_OPEN_STATE",jt="SCRIPT_DATA_END_TAG_NAME_STATE",tr="SCRIPT_DATA_ESCAPE_START_STATE",rr="SCRIPT_DATA_ESCAPE_START_DASH_STATE",ar="SCRIPT_DATA_ESCAPED_STATE",nr="SCRIPT_DATA_ESCAPED_DASH_STATE",ur="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",cr="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",_r="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",hr="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",Er="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",kr="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",xr="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",yr="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",vr="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",Rr="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",Br="BEFORE_ATTRIBUTE_NAME_STATE",mr="ATTRIBUTE_NAME_STATE",gr="AFTER_ATTRIBUTE_NAME_STATE",jr="BEFORE_ATTRIBUTE_VALUE_STATE",Hr="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",Ur="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",zr="ATTRIBUTE_VALUE_UNQUOTED_STATE",Sr="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Tr="SELF_CLOSING_START_TAG_STATE",Mr="BOGUS_COMMENT_STATE",br="MARKUP_DECLARATION_OPEN_STATE",Cr="COMMENT_START_STATE",Ir="COMMENT_START_DASH_STATE",Dr="COMMENT_STATE",Kr="COMMENT_LESS_THAN_SIGN_STATE",Wr="COMMENT_LESS_THAN_SIGN_BANG_STATE",Nr="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",Fr="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",Qr="COMMENT_END_DASH_STATE",ca="COMMENT_END_STATE",Po="COMMENT_END_BANG_STATE",Wa="DOCTYPE_STATE",Go="BEFORE_DOCTYPE_NAME_STATE",us="DOCTYPE_NAME_STATE",Kn="AFTER_DOCTYPE_NAME_STATE",Gr="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",Ar="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",On="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",kn="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",Sa="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",sa="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",qa="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",To="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",Hi="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",na="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",Ma="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",Ns="BOGUS_DOCTYPE_STATE",cs="CDATA_SECTION_STATE",vl="CDATA_SECTION_BRACKET_STATE",Bl="CDATA_SECTION_END_STATE",Au="CHARACTER_REFERENCE_STATE",xs="NAMED_CHARACTER_REFERENCE_STATE",ju="AMBIGUOS_AMPERSAND_STATE",Lu="NUMERIC_CHARACTER_REFERENCE_STATE",Pc="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",Nc="DECIMAL_CHARACTER_REFERENCE_START_STATE",gc="HEXADEMICAL_CHARACTER_REFERENCE_STATE",Wl="DECIMAL_CHARACTER_REFERENCE_STATE",ps="NUMERIC_CHARACTER_REFERENCE_END_STATE";function Ds(hs){return hs===k.SPACE||hs===k.LINE_FEED||hs===k.TABULATION||hs===k.FORM_FEED}function Us(hs){return hs>=k.DIGIT_0&&hs<=k.DIGIT_9}function Vs(hs){return hs>=k.LATIN_CAPITAL_A&&hs<=k.LATIN_CAPITAL_Z}function Lr(hs){return hs>=k.LATIN_SMALL_A&&hs<=k.LATIN_SMALL_Z}function Zn(hs){return Lr(hs)||Vs(hs)}function hn(hs){return Zn(hs)||Us(hs)}function Ln(hs){return hs>=k.LATIN_CAPITAL_A&&hs<=k.LATIN_CAPITAL_F}function Vi(hs){return hs>=k.LATIN_SMALL_A&&hs<=k.LATIN_SMALL_F}function Wi(hs){return Us(hs)||Ln(hs)||Vi(hs)}function pa(hs){return hs+32}function Ki(hs){return hs<=65535?String.fromCharCode(hs):(hs-=65536,String.fromCharCode(hs>>>10&1023|55296)+String.fromCharCode(56320|hs&1023))}function Yo(hs){return String.fromCharCode(pa(hs))}function Eo(hs,An){const Uo=y[++hs];let cu=++hs,ko=cu+Uo-1;for(;cu<=ko;){const vu=cu+ko>>>1,Ul=y[vu];if(UlAn)ko=vu-1;else return y[vu+Uo]}return-1}class Fo{constructor(){this.preprocessor=new e,this.tokenQueue=[],this.allowCDATA=!1,this.state=ie,this.returnState="",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(An){this._consume(),this._err(An),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;const An=this._consume();this._ensureHibernation()||this[this.state](An)}return this.tokenQueue.shift()}write(An,Uo){this.active=!0,this.preprocessor.write(An,Uo)}insertHtmlAtCurrentPos(An){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(An)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:Fo.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(An){this.state=An,this._unconsume()}_consumeSequenceIfMatch(An,Uo,cu){let ko=0,vu=!0;const Ul=An.length;let tc=0,Fu=Uo,Ku;for(;tc0&&(Fu=this._consume(),ko++),Fu===k.EOF){vu=!1;break}if(Ku=An[tc],Fu!==Ku&&(cu||Fu!==pa(Ku))){vu=!1;break}}if(!vu)for(;ko--;)this._unconsume();return vu}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==L.SCRIPT_STRING.length)return!1;for(let An=0;An0&&this._err(n.endTagWithAttributes),An.selfClosing&&this._err(n.endTagWithTrailingSolidus)),this.tokenQueue.push(An)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(An,Uo){this.currentCharacterToken&&this.currentCharacterToken.type!==An&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=Uo:this._createCharacterToken(An,Uo)}_emitCodePoint(An){let Uo=Fo.CHARACTER_TOKEN;Ds(An)?Uo=Fo.WHITESPACE_CHARACTER_TOKEN:An===k.NULL&&(Uo=Fo.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(Uo,Ki(An))}_emitSeveralCodePoints(An){for(let Uo=0;Uo-1;){const vu=y[ko],Ul=vu")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=ar,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=ar,this._emitCodePoint(An))}[cr](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=_r):Zn(An)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(Er)):(this._emitChars("<"),this._reconsumeInState(ar))}[_r](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(hr)):(this._emitChars("")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=kr,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=kr,this._emitCodePoint(An))}[vr](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=Rr,this._emitChars("/")):this._reconsumeInState(kr)}[Rr](An){Ds(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?ar:kr,this._emitCodePoint(An)):Vs(An)?(this.tempBuff.push(pa(An)),this._emitCodePoint(An)):Lr(An)?(this.tempBuff.push(An),this._emitCodePoint(An)):this._reconsumeInState(kr)}[Br](An){Ds(An)||(An===k.SOLIDUS||An===k.GREATER_THAN_SIGN||An===k.EOF?this._reconsumeInState(gr):An===k.EQUALS_SIGN?(this._err(n.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=mr):(this._createAttr(""),this._reconsumeInState(mr)))}[mr](An){Ds(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN||An===k.EOF?(this._leaveAttrName(gr),this._unconsume()):An===k.EQUALS_SIGN?this._leaveAttrName(jr):Vs(An)?this.currentAttr.name+=Yo(An):An===k.QUOTATION_MARK||An===k.APOSTROPHE||An===k.LESS_THAN_SIGN?(this._err(n.unexpectedCharacterInAttributeName),this.currentAttr.name+=Ki(An)):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.name+=t.REPLACEMENT_CHARACTER):this.currentAttr.name+=Ki(An)}[gr](An){Ds(An)||(An===k.SOLIDUS?this.state=Tr:An===k.EQUALS_SIGN?this.state=jr:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(mr)))}[jr](An){Ds(An)||(An===k.QUOTATION_MARK?this.state=Hr:An===k.APOSTROPHE?this.state=Ur:An===k.GREATER_THAN_SIGN?(this._err(n.missingAttributeValue),this.state=ie,this._emitCurrentToken()):this._reconsumeInState(zr))}[Hr](An){An===k.QUOTATION_MARK?this.state=Sr:An===k.AMPERSAND?(this.returnState=Hr,this.state=Au):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ki(An)}[Ur](An){An===k.APOSTROPHE?this.state=Sr:An===k.AMPERSAND?(this.returnState=Ur,this.state=Au):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ki(An)}[zr](An){Ds(An)?this._leaveAttrValue(Br):An===k.AMPERSAND?(this.returnState=zr,this.state=Au):An===k.GREATER_THAN_SIGN?(this._leaveAttrValue(ie),this._emitCurrentToken()):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):An===k.QUOTATION_MARK||An===k.APOSTROPHE||An===k.LESS_THAN_SIGN||An===k.EQUALS_SIGN||An===k.GRAVE_ACCENT?(this._err(n.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=Ki(An)):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ki(An)}[Sr](An){Ds(An)?this._leaveAttrValue(Br):An===k.SOLIDUS?this._leaveAttrValue(Tr):An===k.GREATER_THAN_SIGN?(this._leaveAttrValue(ie),this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.missingWhitespaceBetweenAttributes),this._reconsumeInState(Br))}[Tr](An){An===k.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.unexpectedSolidusInTag),this._reconsumeInState(Br))}[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)}[br](An){this._consumeSequenceIfMatch(L.DASH_DASH_STRING,An,!0)?(this._createCommentToken(),this.state=Cr):this._consumeSequenceIfMatch(L.DOCTYPE_STRING,An,!1)?this.state=Wa:this._consumeSequenceIfMatch(L.CDATA_START_STRING,An,!0)?this.allowCDATA?this.state=cs:(this._err(n.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Mr):this._ensureHibernation()||(this._err(n.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Mr))}[Cr](An){An===k.HYPHEN_MINUS?this.state=Ir:An===k.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=ie,this._emitCurrentToken()):this._reconsumeInState(Dr)}[Ir](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(Dr))}[Dr](An){An===k.HYPHEN_MINUS?this.state=Qr:An===k.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=Kr):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)}[Kr](An){An===k.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=Wr):An===k.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(Dr)}[Wr](An){An===k.HYPHEN_MINUS?this.state=Nr:this._reconsumeInState(Dr)}[Nr](An){An===k.HYPHEN_MINUS?this.state=Fr:this._reconsumeInState(Qr)}[Fr](An){An!==k.GREATER_THAN_SIGN&&An!==k.EOF&&this._err(n.nestedComment),this._reconsumeInState(ca)}[Qr](An){An===k.HYPHEN_MINUS?this.state=ca:An===k.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(Dr))}[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(Dr))}[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(Dr))}[Wa](An){Ds(An)?this.state=Go:An===k.GREATER_THAN_SIGN?this._reconsumeInState(Go):An===k.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(Go))}[Go](An){Ds(An)||(Vs(An)?(this._createDoctypeToken(Yo(An)),this.state=us):An===k.NULL?(this._err(n.unexpectedNullCharacter),this._createDoctypeToken(t.REPLACEMENT_CHARACTER),this.state=us):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(Ki(An)),this.state=us))}[us](An){Ds(An)?this.state=Kn:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):Vs(An)?this.currentToken.name+=Yo(An):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.name+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=Ki(An)}[Kn](An){Ds(An)||(An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(L.PUBLIC_STRING,An,!1)?this.state=Gr:this._consumeSequenceIfMatch(L.SYSTEM_STRING,An,!1)?this.state=qa:this._ensureHibernation()||(this._err(n.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[Gr](An){Ds(An)?this.state=Ar:An===k.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=On):An===k.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=kn):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns))}[Ar](An){Ds(An)||(An===k.QUOTATION_MARK?(this.currentToken.publicId="",this.state=On):An===k.APOSTROPHE?(this.currentToken.publicId="",this.state=kn):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[On](An){An===k.QUOTATION_MARK?this.state=Sa:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Ki(An)}[kn](An){An===k.APOSTROPHE?this.state=Sa:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Ki(An)}[Sa](An){Ds(An)?this.state=sa:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.QUOTATION_MARK?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=na):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns))}[sa](An){Ds(An)||(An===k.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=ie):An===k.QUOTATION_MARK?(this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this.currentToken.systemId="",this.state=na):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[qa](An){Ds(An)?this.state=To:An===k.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=na):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns))}[To](An){Ds(An)||(An===k.QUOTATION_MARK?(this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this.currentToken.systemId="",this.state=na):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[Hi](An){An===k.QUOTATION_MARK?this.state=Ma:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Ki(An)}[na](An){An===k.APOSTROPHE?this.state=Ma:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Ki(An)}[Ma](An){Ds(An)||(An===k.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(Ns)))}[Ns](An){An===k.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=ie):An===k.NULL?this._err(n.unexpectedNullCharacter):An===k.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[cs](An){An===k.RIGHT_SQUARE_BRACKET?this.state=vl:An===k.EOF?(this._err(n.eofInCdata),this._emitEOFToken()):this._emitCodePoint(An)}[vl](An){An===k.RIGHT_SQUARE_BRACKET?this.state=Bl:(this._emitChars("]"),this._reconsumeInState(cs))}[Bl](An){An===k.GREATER_THAN_SIGN?this.state=ie:An===k.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(cs))}[Au](An){this.tempBuff=[k.AMPERSAND],An===k.NUMBER_SIGN?(this.tempBuff.push(An),this.state=Lu):hn(An)?this._reconsumeInState(xs):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[xs](An){const Uo=this._matchNamedCharacterReference(An);if(this._ensureHibernation())this.tempBuff=[k.AMPERSAND];else if(Uo){const cu=this.tempBuff[this.tempBuff.length-1]===k.SEMICOLON;this._isCharacterReferenceAttributeQuirk(cu)||(cu||this._errOnNextCodePoint(n.missingSemicolonAfterCharacterReference),this.tempBuff=Uo),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=ju}[ju](An){hn(An)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=Ki(An):this._emitCodePoint(An):(An===k.SEMICOLON&&this._err(n.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[Lu](An){this.charRefCode=0,An===k.LATIN_SMALL_X||An===k.LATIN_CAPITAL_X?(this.tempBuff.push(An),this.state=Pc):this._reconsumeInState(Nc)}[Pc](An){Wi(An)?this._reconsumeInState(gc):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Nc](An){Us(An)?this._reconsumeInState(Wl):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[gc](An){Ln(An)?this.charRefCode=this.charRefCode*16+An-55:Vi(An)?this.charRefCode=this.charRefCode*16+An-87:Us(An)?this.charRefCode=this.charRefCode*16+An-48:An===k.SEMICOLON?this.state=ps:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(ps))}[Wl](An){Us(An)?this.charRefCode=this.charRefCode*10+An-48:An===k.SEMICOLON?this.state=ps:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(ps))}[ps](){if(this.charRefCode===k.NULL)this._err(n.nullCharacterReference),this.charRefCode=k.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(n.characterReferenceOutsideUnicodeRange),this.charRefCode=k.REPLACEMENT_CHARACTER;else if(t.isSurrogate(this.charRefCode))this._err(n.surrogateCharacterReference),this.charRefCode=k.REPLACEMENT_CHARACTER;else if(t.isUndefinedCodePoint(this.charRefCode))this._err(n.noncharacterCharacterReference);else if(t.isControlCodePoint(this.charRefCode)||this.charRefCode===k.CARRIAGE_RETURN){this._err(n.controlCharacterReference);const An=$[this.charRefCode];An&&(this.charRefCode=An)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}return Fo.CHARACTER_TOKEN="CHARACTER_TOKEN",Fo.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",Fo.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",Fo.START_TAG_TOKEN="START_TAG_TOKEN",Fo.END_TAG_TOKEN="END_TAG_TOKEN",Fo.COMMENT_TOKEN="COMMENT_TOKEN",Fo.DOCTYPE_TOKEN="DOCTYPE_TOKEN",Fo.EOF_TOKEN="EOF_TOKEN",Fo.HIBERNATION_TOKEN="HIBERNATION_TOKEN",Fo.MODE={DATA:ie,RCDATA:oe,RAWTEXT:ue,SCRIPT_DATA:de,PLAINTEXT:pe},Fo.getTokenAttr=function(hs,An){for(let Uo=hs.attrs.length-1;Uo>=0;Uo--)if(hs.attrs[Uo].name===An)return hs.attrs[Uo].value;return null},tokenizer=Fo,tokenizer}var html={},hasRequiredHtml;function requireHtml(){if(hasRequiredHtml)return html;hasRequiredHtml=1;const e=html.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"};html.ATTRS={TYPE:"type",ACTION:"action",ENCODING:"encoding",PROMPT:"prompt",NAME:"name",COLOR:"color",FACE:"face",SIZE:"size"},html.DOCUMENT_MODE={NO_QUIRKS:"no-quirks",QUIRKS:"quirks",LIMITED_QUIRKS:"limited-quirks"};const t=html.TAG_NAMES={A:"a",ADDRESS:"address",ANNOTATION_XML:"annotation-xml",APPLET:"applet",AREA:"area",ARTICLE:"article",ASIDE:"aside",B:"b",BASE:"base",BASEFONT:"basefont",BGSOUND:"bgsound",BIG:"big",BLOCKQUOTE:"blockquote",BODY:"body",BR:"br",BUTTON:"button",CAPTION:"caption",CENTER:"center",CODE:"code",COL:"col",COLGROUP:"colgroup",DD:"dd",DESC:"desc",DETAILS:"details",DIALOG:"dialog",DIR:"dir",DIV:"div",DL:"dl",DT:"dt",EM:"em",EMBED:"embed",FIELDSET:"fieldset",FIGCAPTION:"figcaption",FIGURE:"figure",FONT:"font",FOOTER:"footer",FOREIGN_OBJECT:"foreignObject",FORM:"form",FRAME:"frame",FRAMESET:"frameset",H1:"h1",H2:"h2",H3:"h3",H4:"h4",H5:"h5",H6:"h6",HEAD:"head",HEADER:"header",HGROUP:"hgroup",HR:"hr",HTML:"html",I:"i",IMG:"img",IMAGE:"image",INPUT:"input",IFRAME:"iframe",KEYGEN:"keygen",LABEL:"label",LI:"li",LINK:"link",LISTING:"listing",MAIN:"main",MALIGNMARK:"malignmark",MARQUEE:"marquee",MATH:"math",MENU:"menu",META:"meta",MGLYPH:"mglyph",MI:"mi",MO:"mo",MN:"mn",MS:"ms",MTEXT:"mtext",NAV:"nav",NOBR:"nobr",NOFRAMES:"noframes",NOEMBED:"noembed",NOSCRIPT:"noscript",OBJECT:"object",OL:"ol",OPTGROUP:"optgroup",OPTION:"option",P:"p",PARAM:"param",PLAINTEXT:"plaintext",PRE:"pre",RB:"rb",RP:"rp",RT:"rt",RTC:"rtc",RUBY:"ruby",S:"s",SCRIPT:"script",SECTION:"section",SELECT:"select",SOURCE:"source",SMALL:"small",SPAN:"span",STRIKE:"strike",STRONG:"strong",STYLE:"style",SUB:"sub",SUMMARY:"summary",SUP:"sup",TABLE:"table",TBODY:"tbody",TEMPLATE:"template",TEXTAREA:"textarea",TFOOT:"tfoot",TD:"td",TH:"th",THEAD:"thead",TITLE:"title",TR:"tr",TRACK:"track",TT:"tt",U:"u",UL:"ul",SVG:"svg",VAR:"var",WBR:"wbr",XMP:"xmp"};return html.SPECIAL_ELEMENTS={[e.HTML]:{[t.ADDRESS]:!0,[t.APPLET]:!0,[t.AREA]:!0,[t.ARTICLE]:!0,[t.ASIDE]:!0,[t.BASE]:!0,[t.BASEFONT]:!0,[t.BGSOUND]:!0,[t.BLOCKQUOTE]:!0,[t.BODY]:!0,[t.BR]:!0,[t.BUTTON]:!0,[t.CAPTION]:!0,[t.CENTER]:!0,[t.COL]:!0,[t.COLGROUP]:!0,[t.DD]:!0,[t.DETAILS]:!0,[t.DIR]:!0,[t.DIV]:!0,[t.DL]:!0,[t.DT]:!0,[t.EMBED]:!0,[t.FIELDSET]:!0,[t.FIGCAPTION]:!0,[t.FIGURE]:!0,[t.FOOTER]:!0,[t.FORM]:!0,[t.FRAME]:!0,[t.FRAMESET]:!0,[t.H1]:!0,[t.H2]:!0,[t.H3]:!0,[t.H4]:!0,[t.H5]:!0,[t.H6]:!0,[t.HEAD]:!0,[t.HEADER]:!0,[t.HGROUP]:!0,[t.HR]:!0,[t.HTML]:!0,[t.IFRAME]:!0,[t.IMG]:!0,[t.INPUT]:!0,[t.LI]:!0,[t.LINK]:!0,[t.LISTING]:!0,[t.MAIN]:!0,[t.MARQUEE]:!0,[t.MENU]:!0,[t.META]:!0,[t.NAV]:!0,[t.NOEMBED]:!0,[t.NOFRAMES]:!0,[t.NOSCRIPT]:!0,[t.OBJECT]:!0,[t.OL]:!0,[t.P]:!0,[t.PARAM]:!0,[t.PLAINTEXT]:!0,[t.PRE]:!0,[t.SCRIPT]:!0,[t.SECTION]:!0,[t.SELECT]:!0,[t.SOURCE]:!0,[t.STYLE]:!0,[t.SUMMARY]:!0,[t.TABLE]:!0,[t.TBODY]:!0,[t.TD]:!0,[t.TEMPLATE]:!0,[t.TEXTAREA]:!0,[t.TFOOT]:!0,[t.TH]:!0,[t.THEAD]:!0,[t.TITLE]:!0,[t.TR]:!0,[t.TRACK]:!0,[t.UL]:!0,[t.WBR]:!0,[t.XMP]:!0},[e.MATHML]:{[t.MI]:!0,[t.MO]:!0,[t.MN]:!0,[t.MS]:!0,[t.MTEXT]:!0,[t.ANNOTATION_XML]:!0},[e.SVG]:{[t.TITLE]:!0,[t.FOREIGN_OBJECT]:!0,[t.DESC]:!0}},html}var openElementStack,hasRequiredOpenElementStack;function requireOpenElementStack(){if(hasRequiredOpenElementStack)return openElementStack;hasRequiredOpenElementStack=1;const e=requireHtml(),t=e.TAG_NAMES,y=e.NAMESPACES;function n(j){switch(j.length){case 1:return j===t.P;case 2:return j===t.RB||j===t.RP||j===t.RT||j===t.DD||j===t.DT||j===t.LI;case 3:return j===t.RTC;case 6:return j===t.OPTION;case 8:return j===t.OPTGROUP}return!1}function k(j){switch(j.length){case 1:return j===t.P;case 2:return j===t.RB||j===t.RP||j===t.RT||j===t.DD||j===t.DT||j===t.LI||j===t.TD||j===t.TH||j===t.TR;case 3:return j===t.RTC;case 5:return j===t.TBODY||j===t.TFOOT||j===t.THEAD;case 6:return j===t.OPTION;case 7:return j===t.CAPTION;case 8:return j===t.OPTGROUP||j===t.COLGROUP}return!1}function L(j,V){switch(j.length){case 2:if(j===t.TD||j===t.TH)return V===y.HTML;if(j===t.MI||j===t.MO||j===t.MN||j===t.MS)return V===y.MATHML;break;case 4:if(j===t.HTML)return V===y.HTML;if(j===t.DESC)return V===y.SVG;break;case 5:if(j===t.TABLE)return V===y.HTML;if(j===t.MTEXT)return V===y.MATHML;if(j===t.TITLE)return V===y.SVG;break;case 6:return(j===t.APPLET||j===t.OBJECT)&&V===y.HTML;case 7:return(j===t.CAPTION||j===t.MARQUEE)&&V===y.HTML;case 8:return j===t.TEMPLATE&&V===y.HTML;case 13:return j===t.FOREIGN_OBJECT&&V===y.SVG;case 14:return j===t.ANNOTATION_XML&&V===y.MATHML}return!1}class ${constructor(V,z){this.stackTop=-1,this.items=[],this.current=V,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=z}_indexOf(V){let z=-1;for(let re=this.stackTop;re>=0;re--)if(this.items[re]===V){z=re;break}return z}_isInTemplate(){return this.currentTagName===t.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===y.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(V){this.items[++this.stackTop]=V,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(V,z){const re=this._indexOf(V);this.items[re]=z,re===this.stackTop&&this._updateCurrentElement()}insertAfter(V,z){const re=this._indexOf(V)+1;this.items.splice(re,0,z),re===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(V){for(;this.stackTop>-1;){const z=this.currentTagName,re=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),z===V&&re===y.HTML)break}}popUntilElementPopped(V){for(;this.stackTop>-1;){const z=this.current;if(this.pop(),z===V)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){const V=this.currentTagName,z=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),V===t.H1||V===t.H2||V===t.H3||V===t.H4||V===t.H5||V===t.H6&&z===y.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){const V=this.currentTagName,z=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),V===t.TD||V===t.TH&&z===y.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==t.TABLE&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==t.TBODY&&this.currentTagName!==t.TFOOT&&this.currentTagName!==t.THEAD&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==t.TR&&this.currentTagName!==t.TEMPLATE&&this.currentTagName!==t.HTML||this.treeAdapter.getNamespaceURI(this.current)!==y.HTML;)this.pop()}remove(V){for(let z=this.stackTop;z>=0;z--)if(this.items[z]===V){this.items.splice(z,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){const V=this.items[1];return V&&this.treeAdapter.getTagName(V)===t.BODY?V:null}contains(V){return this._indexOf(V)>-1}getCommonAncestor(V){let z=this._indexOf(V);return--z>=0?this.items[z]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.currentTagName===t.HTML}hasInScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),ie=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&ie===y.HTML)return!0;if(L(re,ie))return!1}return!0}hasNumberedHeaderInScope(){for(let V=this.stackTop;V>=0;V--){const z=this.treeAdapter.getTagName(this.items[V]),re=this.treeAdapter.getNamespaceURI(this.items[V]);if((z===t.H1||z===t.H2||z===t.H3||z===t.H4||z===t.H5||z===t.H6)&&re===y.HTML)return!0;if(L(z,re))return!1}return!0}hasInListItemScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),ie=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&ie===y.HTML)return!0;if((re===t.UL||re===t.OL)&&ie===y.HTML||L(re,ie))return!1}return!0}hasInButtonScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),ie=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&ie===y.HTML)return!0;if(re===t.BUTTON&&ie===y.HTML||L(re,ie))return!1}return!0}hasInTableScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]);if(this.treeAdapter.getNamespaceURI(this.items[z])===y.HTML){if(re===V)return!0;if(re===t.TABLE||re===t.TEMPLATE||re===t.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let V=this.stackTop;V>=0;V--){const z=this.treeAdapter.getTagName(this.items[V]);if(this.treeAdapter.getNamespaceURI(this.items[V])===y.HTML){if(z===t.TBODY||z===t.THEAD||z===t.TFOOT)return!0;if(z===t.TABLE||z===t.HTML)return!1}}return!0}hasInSelectScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]);if(this.treeAdapter.getNamespaceURI(this.items[z])===y.HTML){if(re===V)return!0;if(re!==t.OPTION&&re!==t.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;n(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;k(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(V){for(;n(this.currentTagName)&&this.currentTagName!==V;)this.pop()}}return openElementStack=$,openElementStack}var formattingElementList,hasRequiredFormattingElementList;function requireFormattingElementList(){if(hasRequiredFormattingElementList)return formattingElementList;hasRequiredFormattingElementList=1;const e=3;class t{constructor(n){this.length=0,this.entries=[],this.treeAdapter=n,this.bookmark=null}_getNoahArkConditionCandidates(n){const k=[];if(this.length>=e){const L=this.treeAdapter.getAttrList(n).length,$=this.treeAdapter.getTagName(n),j=this.treeAdapter.getNamespaceURI(n);for(let V=this.length-1;V>=0;V--){const z=this.entries[V];if(z.type===t.MARKER_ENTRY)break;const re=z.element,ie=this.treeAdapter.getAttrList(re);this.treeAdapter.getTagName(re)===$&&this.treeAdapter.getNamespaceURI(re)===j&&ie.length===L&&k.push({idx:V,attrs:ie})}}return k.length=e-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{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(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-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;pe0);for(let qc=vi;qc=0;Wn--){let Du=this.openElements.items[Wn];Wn===0&&(vi=!0,this.fragmentContext&&(Du=this.fragmentContext));const qc=this.treeAdapter.getTagName(Du),id=mr[qc];if(id){this.insertionMode=id;break}else if(!vi&&(qc===ue.TD||qc===ue.TH)){this.insertionMode=_r;break}else if(!vi&&qc===ue.HEAD){this.insertionMode=kt;break}else if(qc===ue.SELECT){this._resetInsertionModeForSelect(Wn);break}else if(qc===ue.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(qc===ue.HTML){this.insertionMode=this.headElement?Ve:Ue;break}else if(vi){this.insertionMode=qe;break}}}_resetInsertionModeForSelect(Wn){if(Wn>0)for(let vi=Wn-1;vi>0;vi--){const Du=this.openElements.items[vi],qc=this.treeAdapter.getTagName(Du);if(qc===ue.TEMPLATE)break;if(qc===ue.TABLE){this.insertionMode=Er;return}}this.insertionMode=hr}_pushTmplInsertionMode(Wn){this.tmplInsertionModeStack.push(Wn),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=Wn}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(Wn){const vi=this.treeAdapter.getTagName(Wn);return vi===ue.TABLE||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){const Wn={parent:null,beforeElement:null};for(let vi=this.openElements.stackTop;vi>=0;vi--){const Du=this.openElements.items[vi],qc=this.treeAdapter.getTagName(Du),id=this.treeAdapter.getNamespaceURI(Du);if(qc===ue.TEMPLATE&&id===de.HTML){Wn.parent=this.treeAdapter.getTemplateContent(Du);break}else if(qc===ue.TABLE){Wn.parent=this.treeAdapter.getParentNode(Du),Wn.parent?Wn.beforeElement=Du:Wn.parent=this.openElements.items[vi-1];break}}return Wn.parent||(Wn.parent=this.openElements.items[0]),Wn}_fosterParentElement(Wn){const vi=this._findFosterParentingLocation();vi.beforeElement?this.treeAdapter.insertBefore(vi.parent,Wn,vi.beforeElement):this.treeAdapter.appendChild(vi.parent,Wn)}_fosterParentText(Wn){const vi=this._findFosterParentingLocation();vi.beforeElement?this.treeAdapter.insertTextBefore(vi.parent,Wn,vi.beforeElement):this.treeAdapter.insertText(vi.parent,Wn)}_isSpecialElement(Wn){const vi=this.treeAdapter.getTagName(Wn),Du=this.treeAdapter.getNamespaceURI(Wn);return oe.SPECIAL_ELEMENTS[Du][vi]}}parser$3=Hr;function Ur(Yr,Wn){let vi=Yr.activeFormattingElements.getElementEntryInScopeWithTagName(Wn.tagName);return vi?Yr.openElements.contains(vi.element)?Yr.openElements.hasInScope(Wn.tagName)||(vi=null):(Yr.activeFormattingElements.removeEntry(vi),vi=null):ld(Yr,Wn),vi}function zr(Yr,Wn){let vi=null;for(let Du=Yr.openElements.stackTop;Du>=0;Du--){const qc=Yr.openElements.items[Du];if(qc===Wn.element)break;Yr._isSpecialElement(qc)&&(vi=qc)}return vi||(Yr.openElements.popUntilElementPopped(Wn.element),Yr.activeFormattingElements.removeEntry(Wn)),vi}function Sr(Yr,Wn,vi){let Du=Wn,qc=Yr.openElements.getCommonAncestor(Wn);for(let id=0,Wd=qc;Wd!==vi;id++,Wd=qc){qc=Yr.openElements.getCommonAncestor(Wd);const pf=Yr.activeFormattingElements.getElementEntry(Wd),Mf=pf&&id>=he;!pf||Mf?(Mf&&Yr.activeFormattingElements.removeEntry(pf),Yr.openElements.remove(Wd)):(Wd=Tr(Yr,pf),Du===Wn&&(Yr.activeFormattingElements.bookmark=pf),Yr.treeAdapter.detachNode(Du),Yr.treeAdapter.appendChild(Wd,Du),Du=Wd)}return Du}function Tr(Yr,Wn){const vi=Yr.treeAdapter.getNamespaceURI(Wn.element),Du=Yr.treeAdapter.createElement(Wn.token.tagName,vi,Wn.token.attrs);return Yr.openElements.replace(Wn.element,Du),Wn.element=Du,Du}function Mr(Yr,Wn,vi){if(Yr._isElementCausesFosterParenting(Wn))Yr._fosterParentElement(vi);else{const Du=Yr.treeAdapter.getTagName(Wn),qc=Yr.treeAdapter.getNamespaceURI(Wn);Du===ue.TEMPLATE&&qc===de.HTML&&(Wn=Yr.treeAdapter.getTemplateContent(Wn)),Yr.treeAdapter.appendChild(Wn,vi)}}function br(Yr,Wn,vi){const Du=Yr.treeAdapter.getNamespaceURI(vi.element),qc=vi.token,id=Yr.treeAdapter.createElement(qc.tagName,Du,qc.attrs);Yr._adoptNodes(Wn,id),Yr.treeAdapter.appendChild(Wn,id),Yr.activeFormattingElements.insertElementAfterBookmark(id,vi.token),Yr.activeFormattingElements.removeEntry(vi),Yr.openElements.remove(vi.element),Yr.openElements.insertAfter(Wn,id)}function Cr(Yr,Wn){let vi;for(let Du=0;Du0?(Yr.openElements.generateImpliedEndTagsThoroughly(),Yr.openElements.currentTagName!==ue.TEMPLATE&&Yr._err(re.closingOfElementWithOpenChildElements),Yr.openElements.popUntilTagNamePopped(ue.TEMPLATE),Yr.activeFormattingElements.clearToLastMarker(),Yr._popTmplInsertionMode(),Yr._resetInsertionMode()):Yr._err(re.endTagWithoutMatchingOpenElement)}function Sa(Yr,Wn){Yr.openElements.pop(),Yr.insertionMode=Ve,Yr._processToken(Wn)}function sa(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.BASEFONT||vi===ue.BGSOUND||vi===ue.HEAD||vi===ue.LINK||vi===ue.META||vi===ue.NOFRAMES||vi===ue.STYLE?On(Yr,Wn):vi===ue.NOSCRIPT?Yr._err(re.nestedNoscriptInHead):To(Yr,Wn)}function qa(Yr,Wn){const vi=Wn.tagName;vi===ue.NOSCRIPT?(Yr.openElements.pop(),Yr.insertionMode=kt):vi===ue.BR?To(Yr,Wn):Yr._err(re.endTagWithoutMatchingOpenElement)}function To(Yr,Wn){const vi=Wn.type===e.EOF_TOKEN?re.openElementsLeftAfterEof:re.disallowedContentInNoscriptInHead;Yr._err(vi),Yr.openElements.pop(),Yr.insertionMode=kt,Yr._processToken(Wn)}function Hi(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.BODY?(Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1,Yr.insertionMode=qe):vi===ue.FRAMESET?(Yr._insertElement(Wn,de.HTML),Yr.insertionMode=yr):vi===ue.BASE||vi===ue.BASEFONT||vi===ue.BGSOUND||vi===ue.LINK||vi===ue.META||vi===ue.NOFRAMES||vi===ue.SCRIPT||vi===ue.STYLE||vi===ue.TEMPLATE||vi===ue.TITLE?(Yr._err(re.abandonedHeadElementChild),Yr.openElements.push(Yr.headElement),On(Yr,Wn),Yr.openElements.remove(Yr.headElement)):vi===ue.HEAD?Yr._err(re.misplacedStartTagForHeadElement):Ma(Yr,Wn)}function na(Yr,Wn){const vi=Wn.tagName;vi===ue.BODY||vi===ue.HTML||vi===ue.BR?Ma(Yr,Wn):vi===ue.TEMPLATE?kn(Yr,Wn):Yr._err(re.endTagWithoutMatchingOpenElement)}function Ma(Yr,Wn){Yr._insertFakeElement(ue.BODY),Yr.insertionMode=qe,Yr._processToken(Wn)}function Ns(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertCharacters(Wn)}function cs(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertCharacters(Wn),Yr.framesetOk=!1}function vl(Yr,Wn){Yr.openElements.tmplCount===0&&Yr.treeAdapter.adoptAttributes(Yr.openElements.items[0],Wn.attrs)}function Bl(Yr,Wn){const vi=Yr.openElements.tryPeekProperlyNestedBodyElement();vi&&Yr.openElements.tmplCount===0&&(Yr.framesetOk=!1,Yr.treeAdapter.adoptAttributes(vi,Wn.attrs))}function Au(Yr,Wn){const vi=Yr.openElements.tryPeekProperlyNestedBodyElement();Yr.framesetOk&&vi&&(Yr.treeAdapter.detachNode(vi),Yr.openElements.popAllUpToHtmlElement(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=yr)}function xs(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function ju(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement();const vi=Yr.openElements.currentTagName;(vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6)&&Yr.openElements.pop(),Yr._insertElement(Wn,de.HTML)}function Lu(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.skipNextNewLine=!0,Yr.framesetOk=!1}function Pc(Yr,Wn){const vi=Yr.openElements.tmplCount>0;(!Yr.formElement||vi)&&(Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),vi||(Yr.formElement=Yr.openElements.current))}function Nc(Yr,Wn){Yr.framesetOk=!1;const vi=Wn.tagName;for(let Du=Yr.openElements.stackTop;Du>=0;Du--){const qc=Yr.openElements.items[Du],id=Yr.treeAdapter.getTagName(qc);let Wd=null;if(vi===ue.LI&&id===ue.LI?Wd=ue.LI:(vi===ue.DD||vi===ue.DT)&&(id===ue.DD||id===ue.DT)&&(Wd=id),Wd){Yr.openElements.generateImpliedEndTagsWithExclusion(Wd),Yr.openElements.popUntilTagNamePopped(Wd);break}if(id!==ue.ADDRESS&&id!==ue.DIV&&id!==ue.P&&Yr._isSpecialElement(qc))break}Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function gc(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.tokenizer.state=e.MODE.PLAINTEXT}function Wl(Yr,Wn){Yr.openElements.hasInScope(ue.BUTTON)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(ue.BUTTON)),Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1}function ps(Yr,Wn){const vi=Yr.activeFormattingElements.getElementEntryInScopeWithTagName(ue.A);vi&&(Cr(Yr,Wn),Yr.openElements.remove(vi.element),Yr.activeFormattingElements.removeEntry(vi)),Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function Ds(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function Us(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr.openElements.hasInScope(ue.NOBR)&&(Cr(Yr,Wn),Yr._reconstructActiveFormattingElements()),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function Vs(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.insertMarker(),Yr.framesetOk=!1}function Lr(Yr,Wn){Yr.treeAdapter.getDocumentMode(Yr.document)!==oe.DOCUMENT_MODE.QUIRKS&&Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1,Yr.insertionMode=tr}function Zn(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._appendElement(Wn,de.HTML),Yr.framesetOk=!1,Wn.ackSelfClosing=!0}function hn(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._appendElement(Wn,de.HTML);const vi=e.getTokenAttr(Wn,pe.TYPE);(!vi||vi.toLowerCase()!==_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=jt}function Ki(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._reconstructActiveFormattingElements(),Yr.framesetOk=!1,Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT)}function Yo(Yr,Wn){Yr.framesetOk=!1,Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT)}function Eo(Yr,Wn){Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT)}function Fo(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1,Yr.insertionMode===tr||Yr.insertionMode===ar||Yr.insertionMode===ur||Yr.insertionMode===cr||Yr.insertionMode===_r?Yr.insertionMode=Er:Yr.insertionMode=hr}function hs(Yr,Wn){Yr.openElements.currentTagName===ue.OPTION&&Yr.openElements.pop(),Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML)}function An(Yr,Wn){Yr.openElements.hasInScope(ue.RUBY)&&Yr.openElements.generateImpliedEndTags(),Yr._insertElement(Wn,de.HTML)}function Uo(Yr,Wn){Yr.openElements.hasInScope(ue.RUBY)&&Yr.openElements.generateImpliedEndTagsWithExclusion(ue.RTC),Yr._insertElement(Wn,de.HTML)}function cu(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function ko(Yr,Wn){Yr._reconstructActiveFormattingElements(),z.adjustTokenMathMLAttrs(Wn),z.adjustTokenXMLAttrs(Wn),Wn.selfClosing?Yr._appendElement(Wn,de.MATHML):Yr._insertElement(Wn,de.MATHML),Wn.ackSelfClosing=!0}function vu(Yr,Wn){Yr._reconstructActiveFormattingElements(),z.adjustTokenSVGAttrs(Wn),z.adjustTokenXMLAttrs(Wn),Wn.selfClosing?Yr._appendElement(Wn,de.SVG):Yr._insertElement(Wn,de.SVG),Wn.ackSelfClosing=!0}function Ul(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML)}function tc(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 1:vi===ue.I||vi===ue.S||vi===ue.B||vi===ue.U?Ds(Yr,Wn):vi===ue.P?xs(Yr,Wn):vi===ue.A?ps(Yr,Wn):Ul(Yr,Wn);break;case 2:vi===ue.DL||vi===ue.OL||vi===ue.UL?xs(Yr,Wn):vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6?ju(Yr,Wn):vi===ue.LI||vi===ue.DD||vi===ue.DT?Nc(Yr,Wn):vi===ue.EM||vi===ue.TT?Ds(Yr,Wn):vi===ue.BR?Zn(Yr,Wn):vi===ue.HR?Vi(Yr,Wn):vi===ue.RB?An(Yr,Wn):vi===ue.RT||vi===ue.RP?Uo(Yr,Wn):vi!==ue.TH&&vi!==ue.TD&&vi!==ue.TR&&Ul(Yr,Wn);break;case 3:vi===ue.DIV||vi===ue.DIR||vi===ue.NAV?xs(Yr,Wn):vi===ue.PRE?Lu(Yr,Wn):vi===ue.BIG?Ds(Yr,Wn):vi===ue.IMG||vi===ue.WBR?Zn(Yr,Wn):vi===ue.XMP?Ki(Yr,Wn):vi===ue.SVG?vu(Yr,Wn):vi===ue.RTC?An(Yr,Wn):vi!==ue.COL&&Ul(Yr,Wn);break;case 4:vi===ue.HTML?vl(Yr,Wn):vi===ue.BASE||vi===ue.LINK||vi===ue.META?On(Yr,Wn):vi===ue.BODY?Bl(Yr,Wn):vi===ue.MAIN||vi===ue.MENU?xs(Yr,Wn):vi===ue.FORM?Pc(Yr,Wn):vi===ue.CODE||vi===ue.FONT?Ds(Yr,Wn):vi===ue.NOBR?Us(Yr,Wn):vi===ue.AREA?Zn(Yr,Wn):vi===ue.MATH?ko(Yr,Wn):vi===ue.MENU?cu(Yr,Wn):vi!==ue.HEAD&&Ul(Yr,Wn);break;case 5:vi===ue.STYLE||vi===ue.TITLE?On(Yr,Wn):vi===ue.ASIDE?xs(Yr,Wn):vi===ue.SMALL?Ds(Yr,Wn):vi===ue.TABLE?Lr(Yr,Wn):vi===ue.EMBED?Zn(Yr,Wn):vi===ue.INPUT?hn(Yr,Wn):vi===ue.PARAM||vi===ue.TRACK?Ln(Yr,Wn):vi===ue.IMAGE?Wi(Yr,Wn):vi!==ue.FRAME&&vi!==ue.TBODY&&vi!==ue.TFOOT&&vi!==ue.THEAD&&Ul(Yr,Wn);break;case 6:vi===ue.SCRIPT?On(Yr,Wn):vi===ue.CENTER||vi===ue.FIGURE||vi===ue.FOOTER||vi===ue.HEADER||vi===ue.HGROUP||vi===ue.DIALOG?xs(Yr,Wn):vi===ue.BUTTON?Wl(Yr,Wn):vi===ue.STRIKE||vi===ue.STRONG?Ds(Yr,Wn):vi===ue.APPLET||vi===ue.OBJECT?Vs(Yr,Wn):vi===ue.KEYGEN?Zn(Yr,Wn):vi===ue.SOURCE?Ln(Yr,Wn):vi===ue.IFRAME?Yo(Yr,Wn):vi===ue.SELECT?Fo(Yr,Wn):vi===ue.OPTION?hs(Yr,Wn):Ul(Yr,Wn);break;case 7:vi===ue.BGSOUND?On(Yr,Wn):vi===ue.DETAILS||vi===ue.ADDRESS||vi===ue.ARTICLE||vi===ue.SECTION||vi===ue.SUMMARY?xs(Yr,Wn):vi===ue.LISTING?Lu(Yr,Wn):vi===ue.MARQUEE?Vs(Yr,Wn):vi===ue.NOEMBED?Eo(Yr,Wn):vi!==ue.CAPTION&&Ul(Yr,Wn);break;case 8:vi===ue.BASEFONT?On(Yr,Wn):vi===ue.FRAMESET?Au(Yr,Wn):vi===ue.FIELDSET?xs(Yr,Wn):vi===ue.TEXTAREA?pa(Yr,Wn):vi===ue.TEMPLATE?On(Yr,Wn):vi===ue.NOSCRIPT?Yr.options.scriptingEnabled?Eo(Yr,Wn):Ul(Yr,Wn):vi===ue.OPTGROUP?hs(Yr,Wn):vi!==ue.COLGROUP&&Ul(Yr,Wn);break;case 9:vi===ue.PLAINTEXT?gc(Yr,Wn):Ul(Yr,Wn);break;case 10:vi===ue.BLOCKQUOTE||vi===ue.FIGCAPTION?xs(Yr,Wn):Ul(Yr,Wn);break;default:Ul(Yr,Wn)}}function Fu(Yr){Yr.openElements.hasInScope(ue.BODY)&&(Yr.insertionMode=xr)}function Ku(Yr,Wn){Yr.openElements.hasInScope(ue.BODY)&&(Yr.insertionMode=xr,Yr._processToken(Wn))}function In(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(vi))}function rs(Yr){const Wn=Yr.openElements.tmplCount>0,vi=Yr.formElement;Wn||(Yr.formElement=null),(vi||Wn)&&Yr.openElements.hasInScope(ue.FORM)&&(Yr.openElements.generateImpliedEndTags(),Wn?Yr.openElements.popUntilTagNamePopped(ue.FORM):Yr.openElements.remove(vi))}function Vl(Yr){Yr.openElements.hasInButtonScope(ue.P)||Yr._insertFakeElement(ue.P),Yr._closePElement()}function Eu(Yr){Yr.openElements.hasInListItemScope(ue.LI)&&(Yr.openElements.generateImpliedEndTagsWithExclusion(ue.LI),Yr.openElements.popUntilTagNamePopped(ue.LI))}function ml(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTagsWithExclusion(vi),Yr.openElements.popUntilTagNamePopped(vi))}function Uu(Yr){Yr.openElements.hasNumberedHeaderInScope()&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilNumberedHeaderPopped())}function Ac(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(vi),Yr.activeFormattingElements.clearToLastMarker())}function od(Yr){Yr._reconstructActiveFormattingElements(),Yr._insertFakeElement(ue.BR),Yr.openElements.pop(),Yr.framesetOk=!1}function ld(Yr,Wn){const vi=Wn.tagName;for(let Du=Yr.openElements.stackTop;Du>0;Du--){const qc=Yr.openElements.items[Du];if(Yr.treeAdapter.getTagName(qc)===vi){Yr.openElements.generateImpliedEndTagsWithExclusion(vi),Yr.openElements.popUntilElementPopped(qc);break}if(Yr._isSpecialElement(qc))break}}function gp(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 1:vi===ue.A||vi===ue.B||vi===ue.I||vi===ue.S||vi===ue.U?Cr(Yr,Wn):vi===ue.P?Vl(Yr):ld(Yr,Wn);break;case 2:vi===ue.DL||vi===ue.UL||vi===ue.OL?In(Yr,Wn):vi===ue.LI?Eu(Yr):vi===ue.DD||vi===ue.DT?ml(Yr,Wn):vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6?Uu(Yr):vi===ue.BR?od(Yr):vi===ue.EM||vi===ue.TT?Cr(Yr,Wn):ld(Yr,Wn);break;case 3:vi===ue.BIG?Cr(Yr,Wn):vi===ue.DIR||vi===ue.DIV||vi===ue.NAV||vi===ue.PRE?In(Yr,Wn):ld(Yr,Wn);break;case 4:vi===ue.BODY?Fu(Yr):vi===ue.HTML?Ku(Yr,Wn):vi===ue.FORM?rs(Yr):vi===ue.CODE||vi===ue.FONT||vi===ue.NOBR?Cr(Yr,Wn):vi===ue.MAIN||vi===ue.MENU?In(Yr,Wn):ld(Yr,Wn);break;case 5:vi===ue.ASIDE?In(Yr,Wn):vi===ue.SMALL?Cr(Yr,Wn):ld(Yr,Wn);break;case 6:vi===ue.CENTER||vi===ue.FIGURE||vi===ue.FOOTER||vi===ue.HEADER||vi===ue.HGROUP||vi===ue.DIALOG?In(Yr,Wn):vi===ue.APPLET||vi===ue.OBJECT?Ac(Yr,Wn):vi===ue.STRIKE||vi===ue.STRONG?Cr(Yr,Wn):ld(Yr,Wn);break;case 7:vi===ue.ADDRESS||vi===ue.ARTICLE||vi===ue.DETAILS||vi===ue.SECTION||vi===ue.SUMMARY||vi===ue.LISTING?In(Yr,Wn):vi===ue.MARQUEE?Ac(Yr,Wn):ld(Yr,Wn);break;case 8:vi===ue.FIELDSET?In(Yr,Wn):vi===ue.TEMPLATE?kn(Yr,Wn):ld(Yr,Wn);break;case 10:vi===ue.BLOCKQUOTE||vi===ue.FIGCAPTION?In(Yr,Wn):ld(Yr,Wn);break;default:ld(Yr,Wn)}}function lp(Yr,Wn){Yr.tmplInsertionModeStackTop>-1?Gc(Yr,Wn):Yr.stopped=!0}function Oc(Yr,Wn){Wn.tagName===ue.SCRIPT&&(Yr.pendingScript=Yr.openElements.current),Yr.openElements.pop(),Yr.insertionMode=Yr.originalInsertionMode}function Hd(Yr,Wn){Yr._err(re.eofInElementThatCanContainOnlyText),Yr.openElements.pop(),Yr.insertionMode=Yr.originalInsertionMode,Yr._processToken(Wn)}function nd(Yr,Wn){const vi=Yr.openElements.currentTagName;vi===ue.TABLE||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR?(Yr.pendingCharacterTokens=[],Yr.hasNonWhitespacePendingCharacterToken=!1,Yr.originalInsertionMode=Yr.insertionMode,Yr.insertionMode=rr,Yr._processToken(Wn)):Ep(Yr,Wn)}function Ap(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr.activeFormattingElements.insertMarker(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=ar}function Tp(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=nr}function Sf(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertFakeElement(ue.COLGROUP),Yr.insertionMode=nr,Yr._processToken(Wn)}function Af(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=ur}function lf(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertFakeElement(ue.TBODY),Yr.insertionMode=ur,Yr._processToken(Wn)}function Op(Yr,Wn){Yr.openElements.hasInTableScope(ue.TABLE)&&(Yr.openElements.popUntilTagNamePopped(ue.TABLE),Yr._resetInsertionMode(),Yr._processToken(Wn))}function sm(Yr,Wn){const vi=e.getTokenAttr(Wn,pe.TYPE);vi&&vi.toLowerCase()===_e?Yr._appendElement(Wn,de.HTML):Ep(Yr,Wn),Wn.ackSelfClosing=!0}function Df(Yr,Wn){!Yr.formElement&&Yr.openElements.tmplCount===0&&(Yr._insertElement(Wn,de.HTML),Yr.formElement=Yr.openElements.current,Yr.openElements.pop())}function yc(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 2:vi===ue.TD||vi===ue.TH||vi===ue.TR?lf(Yr,Wn):Ep(Yr,Wn);break;case 3:vi===ue.COL?Sf(Yr,Wn):Ep(Yr,Wn);break;case 4:vi===ue.FORM?Df(Yr,Wn):Ep(Yr,Wn);break;case 5:vi===ue.TABLE?Op(Yr,Wn):vi===ue.STYLE?On(Yr,Wn):vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD?Af(Yr,Wn):vi===ue.INPUT?sm(Yr,Wn):Ep(Yr,Wn);break;case 6:vi===ue.SCRIPT?On(Yr,Wn):Ep(Yr,Wn);break;case 7:vi===ue.CAPTION?Ap(Yr,Wn):Ep(Yr,Wn);break;case 8:vi===ue.COLGROUP?Tp(Yr,Wn):vi===ue.TEMPLATE?On(Yr,Wn):Ep(Yr,Wn);break;default:Ep(Yr,Wn)}}function Tf(Yr,Wn){const vi=Wn.tagName;vi===ue.TABLE?Yr.openElements.hasInTableScope(ue.TABLE)&&(Yr.openElements.popUntilTagNamePopped(ue.TABLE),Yr._resetInsertionMode()):vi===ue.TEMPLATE?kn(Yr,Wn):vi!==ue.BODY&&vi!==ue.CAPTION&&vi!==ue.COL&&vi!==ue.COLGROUP&&vi!==ue.HTML&&vi!==ue.TBODY&&vi!==ue.TD&&vi!==ue.TFOOT&&vi!==ue.TH&&vi!==ue.THEAD&&vi!==ue.TR&&Ep(Yr,Wn)}function Ep(Yr,Wn){const vi=Yr.fosterParentingEnabled;Yr.fosterParentingEnabled=!0,Yr._processTokenInBodyMode(Wn),Yr.fosterParentingEnabled=vi}function uf(Yr,Wn){Yr.pendingCharacterTokens.push(Wn)}function Ff(Yr,Wn){Yr.pendingCharacterTokens.push(Wn),Yr.hasNonWhitespacePendingCharacterToken=!0}function Cf(Yr,Wn){let vi=0;if(Yr.hasNonWhitespacePendingCharacterToken)for(;vi0?(Yr.openElements.popUntilTagNamePopped(ue.TEMPLATE),Yr.activeFormattingElements.clearToLastMarker(),Yr._popTmplInsertionMode(),Yr._resetInsertionMode(),Yr._processToken(Wn)):Yr.stopped=!0}function Jf(Yr,Wn){Wn.tagName===ue.HTML?tc(Yr,Wn):df(Yr,Wn)}function $m(Yr,Wn){Wn.tagName===ue.HTML?Yr.fragmentContext||(Yr.insertionMode=Rr):df(Yr,Wn)}function df(Yr,Wn){Yr.insertionMode=qe,Yr._processToken(Wn)}function xm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.FRAMESET?Yr._insertElement(Wn,de.HTML):vi===ue.FRAME?(Yr._appendElement(Wn,de.HTML),Wn.ackSelfClosing=!0):vi===ue.NOFRAMES&&On(Yr,Wn)}function Nm(Yr,Wn){Wn.tagName===ue.FRAMESET&&!Yr.openElements.isRootHtmlElementCurrent()&&(Yr.openElements.pop(),!Yr.fragmentContext&&Yr.openElements.currentTagName!==ue.FRAMESET&&(Yr.insertionMode=vr))}function Bd(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.NOFRAMES&&On(Yr,Wn)}function cm(Yr,Wn){Wn.tagName===ue.HTML&&(Yr.insertionMode=Br)}function If(Yr,Wn){Wn.tagName===ue.HTML?tc(Yr,Wn):kf(Yr,Wn)}function kf(Yr,Wn){Yr.insertionMode=qe,Yr._processToken(Wn)}function dm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.NOFRAMES&&On(Yr,Wn)}function ep(Yr,Wn){Wn.chars=ie.REPLACEMENT_CHARACTER,Yr._insertCharacters(Wn)}function fm(Yr,Wn){Yr._insertCharacters(Wn),Yr.framesetOk=!1}function Lp(Yr,Wn){if(z.causesExit(Wn)&&!Yr.fragmentContext){for(;Yr.treeAdapter.getNamespaceURI(Yr.openElements.current)!==de.HTML&&!Yr._isIntegrationPoint(Yr.openElements.current);)Yr.openElements.pop();Yr._processToken(Wn)}else{const vi=Yr._getAdjustedCurrentElement(),Du=Yr.treeAdapter.getNamespaceURI(vi);Du===de.MATHML?z.adjustTokenMathMLAttrs(Wn):Du===de.SVG&&(z.adjustTokenSVGTagName(Wn),z.adjustTokenSVGAttrs(Wn)),z.adjustTokenXMLAttrs(Wn),Wn.selfClosing?Yr._appendElement(Wn,Du):Yr._insertElement(Wn,Du),Wn.ackSelfClosing=!0}}function Vf(Yr,Wn){for(let vi=Yr.openElements.stackTop;vi>0;vi--){const Du=Yr.openElements.items[vi];if(Yr.treeAdapter.getNamespaceURI(Du)===de.HTML){Yr._processToken(Wn);break}if(Yr.treeAdapter.getTagName(Du).toLowerCase()===Wn.tagName){Yr.openElements.popUntilElementPopped(Du);break}}}return parser$3}var serializer,hasRequiredSerializer;function requireSerializer(){if(hasRequiredSerializer)return serializer;hasRequiredSerializer=1;const e=require_default(),t=requireMergeOptions(),y=requireDoctype(),n=requireHtml(),k=n.TAG_NAMES,L=n.NAMESPACES,$={treeAdapter:e},j=/&/g,V=/\u00a0/g,z=/"/g,re=//g;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+=""}}_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+=""}_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,"&").replace(V," "),de?ue=ue.replace(z,"""):ue=ue.replace(re,"<").replace(ie,">"),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"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;z0)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>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;Lj?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 */ieee754$1.read=function(e,t,y,n,k){var L,$,j=k*8-n-1,V=(1<>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<>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($=$<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 * @license MIT - */(function(e){const t=base64Js$1,y=ieee754$1,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=re,e.SlowBuffer=er,e.INSPECT_MAX_BYTES=50;const $=2147483647;e.kMaxLength=$;const{Uint8Array:k,ArrayBuffer:L,SharedArrayBuffer:j}=globalThis;re.TYPED_ARRAY_SUPPORT=V(),!re.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function V(){try{const Mn=new k(1),Wr={foo:function(){return 42}};return Object.setPrototypeOf(Wr,k.prototype),Object.setPrototypeOf(Mn,Wr),Mn.foo()===42}catch{return!1}}Object.defineProperty(re.prototype,"parent",{enumerable:!0,get:function(){if(re.isBuffer(this))return this.buffer}}),Object.defineProperty(re.prototype,"offset",{enumerable:!0,get:function(){if(re.isBuffer(this))return this.byteOffset}});function z(Mn){if(Mn>$)throw new RangeError('The value "'+Mn+'" is invalid for option "size"');const Wr=new k(Mn);return Object.setPrototypeOf(Wr,re.prototype),Wr}function re(Mn,Wr,Ur){if(typeof Mn=="number"){if(typeof Wr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _e(Mn)}return oe(Mn,Wr,Ur)}re.poolSize=8192;function oe(Mn,Wr,Ur){if(typeof Mn=="string")return Ne(Mn,Wr);if(L.isView(Mn))return $e(Mn);if(Mn==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Mn);if(Vi(Mn,L)||Mn&&Vi(Mn.buffer,L)||typeof j<"u"&&(Vi(Mn,j)||Mn&&Vi(Mn.buffer,j)))return Ve(Mn,Wr,Ur);if(typeof Mn=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const Sn=Mn.valueOf&&Mn.valueOf();if(Sn!=null&&Sn!==Mn)return re.from(Sn,Wr,Ur);const Nn=Fe(Mn);if(Nn)return Nn;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Mn[Symbol.toPrimitive]=="function")return re.from(Mn[Symbol.toPrimitive]("string"),Wr,Ur);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Mn)}re.from=function(Mn,Wr,Ur){return oe(Mn,Wr,Ur)},Object.setPrototypeOf(re.prototype,k.prototype),Object.setPrototypeOf(re,k);function ue(Mn){if(typeof Mn!="number")throw new TypeError('"size" argument must be of type number');if(Mn<0)throw new RangeError('The value "'+Mn+'" is invalid for option "size"')}function de(Mn,Wr,Ur){return ue(Mn),Mn<=0?z(Mn):Wr!==void 0?typeof Ur=="string"?z(Mn).fill(Wr,Ur):z(Mn).fill(Wr):z(Mn)}re.alloc=function(Mn,Wr,Ur){return de(Mn,Wr,Ur)};function _e(Mn){return ue(Mn),z(Mn<0?0:qe(Mn)|0)}re.allocUnsafe=function(Mn){return _e(Mn)},re.allocUnsafeSlow=function(Mn){return _e(Mn)};function Ne(Mn,Wr){if((typeof Wr!="string"||Wr==="")&&(Wr="utf8"),!re.isEncoding(Wr))throw new TypeError("Unknown encoding: "+Wr);const Ur=ir(Mn,Wr)|0;let Sn=z(Ur);const Nn=Sn.write(Mn,Wr);return Nn!==Ur&&(Sn=Sn.slice(0,Nn)),Sn}function Ue(Mn){const Wr=Mn.length<0?0:qe(Mn.length)|0,Ur=z(Wr);for(let Sn=0;Sn=$)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+$.toString(16)+" bytes");return Mn|0}function er(Mn){return+Mn!=Mn&&(Mn=0),re.alloc(+Mn)}re.isBuffer=function(Wr){return Wr!=null&&Wr._isBuffer===!0&&Wr!==re.prototype},re.compare=function(Wr,Ur){if(Vi(Wr,k)&&(Wr=re.from(Wr,Wr.offset,Wr.byteLength)),Vi(Ur,k)&&(Ur=re.from(Ur,Ur.offset,Ur.byteLength)),!re.isBuffer(Wr)||!re.isBuffer(Ur))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Wr===Ur)return 0;let Sn=Wr.length,Nn=Ur.length;for(let Sa=0,Li=Math.min(Sn,Nn);SaNn.length?(re.isBuffer(Li)||(Li=re.from(Li)),Li.copy(Nn,Sa)):k.prototype.set.call(Nn,Li,Sa);else if(re.isBuffer(Li))Li.copy(Nn,Sa);else throw new TypeError('"list" argument must be an Array of Buffers');Sa+=Li.length}return Nn};function ir(Mn,Wr){if(re.isBuffer(Mn))return Mn.length;if(L.isView(Mn)||Vi(Mn,L))return Mn.byteLength;if(typeof Mn!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Mn);const Ur=Mn.length,Sn=arguments.length>2&&arguments[2]===!0;if(!Sn&&Ur===0)return 0;let Nn=!1;for(;;)switch(Wr){case"ascii":case"latin1":case"binary":return Ur;case"utf8":case"utf-8":return vn(Mn).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ur*2;case"hex":return Ur>>>1;case"base64":return Qr(Mn).length;default:if(Nn)return Sn?-1:vn(Mn).length;Wr=(""+Wr).toLowerCase(),Nn=!0}}re.byteLength=ir;function dr(Mn,Wr,Ur){let Sn=!1;if((Wr===void 0||Wr<0)&&(Wr=0),Wr>this.length||((Ur===void 0||Ur>this.length)&&(Ur=this.length),Ur<=0)||(Ur>>>=0,Wr>>>=0,Ur<=Wr))return"";for(Mn||(Mn="utf8");;)switch(Mn){case"hex":return gr(this,Wr,Ur);case"utf8":case"utf-8":return ar(this,Wr,Ur);case"ascii":return he(this,Wr,Ur);case"latin1":case"binary":return tr(this,Wr,Ur);case"base64":return jt(this,Wr,Ur);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _r(this,Wr,Ur);default:if(Sn)throw new TypeError("Unknown encoding: "+Mn);Mn=(Mn+"").toLowerCase(),Sn=!0}}re.prototype._isBuffer=!0;function cr(Mn,Wr,Ur){const Sn=Mn[Wr];Mn[Wr]=Mn[Ur],Mn[Ur]=Sn}re.prototype.swap16=function(){const Wr=this.length;if(Wr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Ur=0;UrUr&&(Wr+=" ... "),""},n&&(re.prototype[n]=re.prototype.inspect),re.prototype.compare=function(Wr,Ur,Sn,Nn,Sa){if(Vi(Wr,k)&&(Wr=re.from(Wr,Wr.offset,Wr.byteLength)),!re.isBuffer(Wr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Wr);if(Ur===void 0&&(Ur=0),Sn===void 0&&(Sn=Wr?Wr.length:0),Nn===void 0&&(Nn=0),Sa===void 0&&(Sa=this.length),Ur<0||Sn>Wr.length||Nn<0||Sa>this.length)throw new RangeError("out of range index");if(Nn>=Sa&&Ur>=Sn)return 0;if(Nn>=Sa)return-1;if(Ur>=Sn)return 1;if(Ur>>>=0,Sn>>>=0,Nn>>>=0,Sa>>>=0,this===Wr)return 0;let Li=Sa-Nn,ca=Sn-Ur;const fo=Math.min(Li,ca),zn=this.slice(Nn,Sa),ki=Wr.slice(Ur,Sn);for(let Ra=0;Ra2147483647?Ur=2147483647:Ur<-2147483648&&(Ur=-2147483648),Ur=+Ur,To(Ur)&&(Ur=Nn?0:Mn.length-1),Ur<0&&(Ur=Mn.length+Ur),Ur>=Mn.length){if(Nn)return-1;Ur=Mn.length-1}else if(Ur<0)if(Nn)Ur=0;else return-1;if(typeof Wr=="string"&&(Wr=re.from(Wr,Sn)),re.isBuffer(Wr))return Wr.length===0?-1:lr(Mn,Wr,Ur,Sn,Nn);if(typeof Wr=="number")return Wr=Wr&255,typeof k.prototype.indexOf=="function"?Nn?k.prototype.indexOf.call(Mn,Wr,Ur):k.prototype.lastIndexOf.call(Mn,Wr,Ur):lr(Mn,[Wr],Ur,Sn,Nn);throw new TypeError("val must be string, number or Buffer")}function lr(Mn,Wr,Ur,Sn,Nn){let Sa=1,Li=Mn.length,ca=Wr.length;if(Sn!==void 0&&(Sn=String(Sn).toLowerCase(),Sn==="ucs2"||Sn==="ucs-2"||Sn==="utf16le"||Sn==="utf-16le")){if(Mn.length<2||Wr.length<2)return-1;Sa=2,Li/=2,ca/=2,Ur/=2}function fo(ki,Ra){return Sa===1?ki[Ra]:ki.readUInt16BE(Ra*Sa)}let zn;if(Nn){let ki=-1;for(zn=Ur;znLi&&(Ur=Li-ca),zn=Ur;zn>=0;zn--){let ki=!0;for(let Ra=0;RaNn&&(Sn=Nn)):Sn=Nn;const Sa=Wr.length;Sn>Sa/2&&(Sn=Sa/2);let Li;for(Li=0;Li>>0,isFinite(Sn)?(Sn=Sn>>>0,Nn===void 0&&(Nn="utf8")):(Nn=Sn,Sn=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Sa=this.length-Ur;if((Sn===void 0||Sn>Sa)&&(Sn=Sa),Wr.length>0&&(Sn<0||Ur<0)||Ur>this.length)throw new RangeError("Attempt to write outside buffer bounds");Nn||(Nn="utf8");let Li=!1;for(;;)switch(Nn){case"hex":return Et(this,Wr,Ur,Sn);case"utf8":case"utf-8":return ie(this,Wr,Ur,Sn);case"ascii":case"latin1":case"binary":return pe(this,Wr,Ur,Sn);case"base64":return Ce(this,Wr,Ur,Sn);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ie(this,Wr,Ur,Sn);default:if(Li)throw new TypeError("Unknown encoding: "+Nn);Nn=(""+Nn).toLowerCase(),Li=!0}},re.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jt(Mn,Wr,Ur){return Wr===0&&Ur===Mn.length?t.fromByteArray(Mn):t.fromByteArray(Mn.slice(Wr,Ur))}function ar(Mn,Wr,Ur){Ur=Math.min(Mn.length,Ur);const Sn=[];let Nn=Wr;for(;Nn239?4:Sa>223?3:Sa>191?2:1;if(Nn+ca<=Ur){let fo,zn,ki,Ra;switch(ca){case 1:Sa<128&&(Li=Sa);break;case 2:fo=Mn[Nn+1],(fo&192)===128&&(Ra=(Sa&31)<<6|fo&63,Ra>127&&(Li=Ra));break;case 3:fo=Mn[Nn+1],zn=Mn[Nn+2],(fo&192)===128&&(zn&192)===128&&(Ra=(Sa&15)<<12|(fo&63)<<6|zn&63,Ra>2047&&(Ra<55296||Ra>57343)&&(Li=Ra));break;case 4:fo=Mn[Nn+1],zn=Mn[Nn+2],ki=Mn[Nn+3],(fo&192)===128&&(zn&192)===128&&(ki&192)===128&&(Ra=(Sa&15)<<18|(fo&63)<<12|(zn&63)<<6|ki&63,Ra>65535&&Ra<1114112&&(Li=Ra))}}Li===null?(Li=65533,ca=1):Li>65535&&(Li-=65536,Sn.push(Li>>>10&1023|55296),Li=56320|Li&1023),Sn.push(Li),Nn+=ca}return kt(Sn)}const ur=4096;function kt(Mn){const Wr=Mn.length;if(Wr<=ur)return String.fromCharCode.apply(String,Mn);let Ur="",Sn=0;for(;SnSn)&&(Ur=Sn);let Nn="";for(let Sa=Wr;SaSn&&(Wr=Sn),Ur<0?(Ur+=Sn,Ur<0&&(Ur=0)):Ur>Sn&&(Ur=Sn),UrUr)throw new RangeError("Trying to access beyond buffer length")}re.prototype.readUintLE=re.prototype.readUIntLE=function(Wr,Ur,Sn){Wr=Wr>>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=this[Wr],Sa=1,Li=0;for(;++Li>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=this[Wr+--Ur],Sa=1;for(;Ur>0&&(Sa*=256);)Nn+=this[Wr+--Ur]*Sa;return Nn},re.prototype.readUint8=re.prototype.readUInt8=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,1,this.length),this[Wr]},re.prototype.readUint16LE=re.prototype.readUInt16LE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,2,this.length),this[Wr]|this[Wr+1]<<8},re.prototype.readUint16BE=re.prototype.readUInt16BE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,2,this.length),this[Wr]<<8|this[Wr+1]},re.prototype.readUint32LE=re.prototype.readUInt32LE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),(this[Wr]|this[Wr+1]<<8|this[Wr+2]<<16)+this[Wr+3]*16777216},re.prototype.readUint32BE=re.prototype.readUInt32BE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),this[Wr]*16777216+(this[Wr+1]<<16|this[Wr+2]<<8|this[Wr+3])},re.prototype.readBigUInt64LE=Ba(function(Wr){Wr=Wr>>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=Ur+this[++Wr]*2**8+this[++Wr]*2**16+this[++Wr]*2**24,Sa=this[++Wr]+this[++Wr]*2**8+this[++Wr]*2**16+Sn*2**24;return BigInt(Nn)+(BigInt(Sa)<>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=Ur*2**24+this[++Wr]*2**16+this[++Wr]*2**8+this[++Wr],Sa=this[++Wr]*2**24+this[++Wr]*2**16+this[++Wr]*2**8+Sn;return(BigInt(Nn)<>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=this[Wr],Sa=1,Li=0;for(;++Li=Sa&&(Nn-=Math.pow(2,8*Ur)),Nn},re.prototype.readIntBE=function(Wr,Ur,Sn){Wr=Wr>>>0,Ur=Ur>>>0,Sn||yr(Wr,Ur,this.length);let Nn=Ur,Sa=1,Li=this[Wr+--Nn];for(;Nn>0&&(Sa*=256);)Li+=this[Wr+--Nn]*Sa;return Sa*=128,Li>=Sa&&(Li-=Math.pow(2,8*Ur)),Li},re.prototype.readInt8=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,1,this.length),this[Wr]&128?(255-this[Wr]+1)*-1:this[Wr]},re.prototype.readInt16LE=function(Wr,Ur){Wr=Wr>>>0,Ur||yr(Wr,2,this.length);const Sn=this[Wr]|this[Wr+1]<<8;return Sn&32768?Sn|4294901760:Sn},re.prototype.readInt16BE=function(Wr,Ur){Wr=Wr>>>0,Ur||yr(Wr,2,this.length);const Sn=this[Wr+1]|this[Wr]<<8;return Sn&32768?Sn|4294901760:Sn},re.prototype.readInt32LE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),this[Wr]|this[Wr+1]<<8|this[Wr+2]<<16|this[Wr+3]<<24},re.prototype.readInt32BE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),this[Wr]<<24|this[Wr+1]<<16|this[Wr+2]<<8|this[Wr+3]},re.prototype.readBigInt64LE=Ba(function(Wr){Wr=Wr>>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=this[Wr+4]+this[Wr+5]*2**8+this[Wr+6]*2**16+(Sn<<24);return(BigInt(Nn)<>>0,Rr(Wr,"offset");const Ur=this[Wr],Sn=this[Wr+7];(Ur===void 0||Sn===void 0)&&Lr(Wr,this.length-8);const Nn=(Ur<<24)+this[++Wr]*2**16+this[++Wr]*2**8+this[++Wr];return(BigInt(Nn)<>>0,Ur||yr(Wr,4,this.length),y.read(this,Wr,!0,23,4)},re.prototype.readFloatBE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,4,this.length),y.read(this,Wr,!1,23,4)},re.prototype.readDoubleLE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,8,this.length),y.read(this,Wr,!0,52,8)},re.prototype.readDoubleBE=function(Wr,Ur){return Wr=Wr>>>0,Ur||yr(Wr,8,this.length),y.read(this,Wr,!1,52,8)};function xr(Mn,Wr,Ur,Sn,Nn,Sa){if(!re.isBuffer(Mn))throw new TypeError('"buffer" argument must be a Buffer instance');if(Wr>Nn||WrMn.length)throw new RangeError("Index out of range")}re.prototype.writeUintLE=re.prototype.writeUIntLE=function(Wr,Ur,Sn,Nn){if(Wr=+Wr,Ur=Ur>>>0,Sn=Sn>>>0,!Nn){const ca=Math.pow(2,8*Sn)-1;xr(this,Wr,Ur,Sn,ca,0)}let Sa=1,Li=0;for(this[Ur]=Wr&255;++Li>>0,Sn=Sn>>>0,!Nn){const ca=Math.pow(2,8*Sn)-1;xr(this,Wr,Ur,Sn,ca,0)}let Sa=Sn-1,Li=1;for(this[Ur+Sa]=Wr&255;--Sa>=0&&(Li*=256);)this[Ur+Sa]=Wr/Li&255;return Ur+Sn},re.prototype.writeUint8=re.prototype.writeUInt8=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,1,255,0),this[Ur]=Wr&255,Ur+1},re.prototype.writeUint16LE=re.prototype.writeUInt16LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,65535,0),this[Ur]=Wr&255,this[Ur+1]=Wr>>>8,Ur+2},re.prototype.writeUint16BE=re.prototype.writeUInt16BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,65535,0),this[Ur]=Wr>>>8,this[Ur+1]=Wr&255,Ur+2},re.prototype.writeUint32LE=re.prototype.writeUInt32LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,4294967295,0),this[Ur+3]=Wr>>>24,this[Ur+2]=Wr>>>16,this[Ur+1]=Wr>>>8,this[Ur]=Wr&255,Ur+4},re.prototype.writeUint32BE=re.prototype.writeUInt32BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,4294967295,0),this[Ur]=Wr>>>24,this[Ur+1]=Wr>>>16,this[Ur+2]=Wr>>>8,this[Ur+3]=Wr&255,Ur+4};function Nr(Mn,Wr,Ur,Sn,Nn){Br(Wr,Sn,Nn,Mn,Ur,7);let Sa=Number(Wr&BigInt(4294967295));Mn[Ur++]=Sa,Sa=Sa>>8,Mn[Ur++]=Sa,Sa=Sa>>8,Mn[Ur++]=Sa,Sa=Sa>>8,Mn[Ur++]=Sa;let Li=Number(Wr>>BigInt(32)&BigInt(4294967295));return Mn[Ur++]=Li,Li=Li>>8,Mn[Ur++]=Li,Li=Li>>8,Mn[Ur++]=Li,Li=Li>>8,Mn[Ur++]=Li,Ur}function Tr(Mn,Wr,Ur,Sn,Nn){Br(Wr,Sn,Nn,Mn,Ur,7);let Sa=Number(Wr&BigInt(4294967295));Mn[Ur+7]=Sa,Sa=Sa>>8,Mn[Ur+6]=Sa,Sa=Sa>>8,Mn[Ur+5]=Sa,Sa=Sa>>8,Mn[Ur+4]=Sa;let Li=Number(Wr>>BigInt(32)&BigInt(4294967295));return Mn[Ur+3]=Li,Li=Li>>8,Mn[Ur+2]=Li,Li=Li>>8,Mn[Ur+1]=Li,Li=Li>>8,Mn[Ur]=Li,Ur+8}re.prototype.writeBigUInt64LE=Ba(function(Wr,Ur=0){return Nr(this,Wr,Ur,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeBigUInt64BE=Ba(function(Wr,Ur=0){return Tr(this,Wr,Ur,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeIntLE=function(Wr,Ur,Sn,Nn){if(Wr=+Wr,Ur=Ur>>>0,!Nn){const fo=Math.pow(2,8*Sn-1);xr(this,Wr,Ur,Sn,fo-1,-fo)}let Sa=0,Li=1,ca=0;for(this[Ur]=Wr&255;++Sa>0)-ca&255;return Ur+Sn},re.prototype.writeIntBE=function(Wr,Ur,Sn,Nn){if(Wr=+Wr,Ur=Ur>>>0,!Nn){const fo=Math.pow(2,8*Sn-1);xr(this,Wr,Ur,Sn,fo-1,-fo)}let Sa=Sn-1,Li=1,ca=0;for(this[Ur+Sa]=Wr&255;--Sa>=0&&(Li*=256);)Wr<0&&ca===0&&this[Ur+Sa+1]!==0&&(ca=1),this[Ur+Sa]=(Wr/Li>>0)-ca&255;return Ur+Sn},re.prototype.writeInt8=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,1,127,-128),Wr<0&&(Wr=255+Wr+1),this[Ur]=Wr&255,Ur+1},re.prototype.writeInt16LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,32767,-32768),this[Ur]=Wr&255,this[Ur+1]=Wr>>>8,Ur+2},re.prototype.writeInt16BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,2,32767,-32768),this[Ur]=Wr>>>8,this[Ur+1]=Wr&255,Ur+2},re.prototype.writeInt32LE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,2147483647,-2147483648),this[Ur]=Wr&255,this[Ur+1]=Wr>>>8,this[Ur+2]=Wr>>>16,this[Ur+3]=Wr>>>24,Ur+4},re.prototype.writeInt32BE=function(Wr,Ur,Sn){return Wr=+Wr,Ur=Ur>>>0,Sn||xr(this,Wr,Ur,4,2147483647,-2147483648),Wr<0&&(Wr=4294967295+Wr+1),this[Ur]=Wr>>>24,this[Ur+1]=Wr>>>16,this[Ur+2]=Wr>>>8,this[Ur+3]=Wr&255,Ur+4},re.prototype.writeBigInt64LE=Ba(function(Wr,Ur=0){return Nr(this,Wr,Ur,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),re.prototype.writeBigInt64BE=Ba(function(Wr,Ur=0){return Tr(this,Wr,Ur,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Sr(Mn,Wr,Ur,Sn,Nn,Sa){if(Ur+Sn>Mn.length)throw new RangeError("Index out of range");if(Ur<0)throw new RangeError("Index out of range")}function Ar(Mn,Wr,Ur,Sn,Nn){return Wr=+Wr,Ur=Ur>>>0,Nn||Sr(Mn,Wr,Ur,4),y.write(Mn,Wr,Ur,Sn,23,4),Ur+4}re.prototype.writeFloatLE=function(Wr,Ur,Sn){return Ar(this,Wr,Ur,!0,Sn)},re.prototype.writeFloatBE=function(Wr,Ur,Sn){return Ar(this,Wr,Ur,!1,Sn)};function Fr(Mn,Wr,Ur,Sn,Nn){return Wr=+Wr,Ur=Ur>>>0,Nn||Sr(Mn,Wr,Ur,8),y.write(Mn,Wr,Ur,Sn,52,8),Ur+8}re.prototype.writeDoubleLE=function(Wr,Ur,Sn){return Fr(this,Wr,Ur,!0,Sn)},re.prototype.writeDoubleBE=function(Wr,Ur,Sn){return Fr(this,Wr,Ur,!1,Sn)},re.prototype.copy=function(Wr,Ur,Sn,Nn){if(!re.isBuffer(Wr))throw new TypeError("argument should be a Buffer");if(Sn||(Sn=0),!Nn&&Nn!==0&&(Nn=this.length),Ur>=Wr.length&&(Ur=Wr.length),Ur||(Ur=0),Nn>0&&Nn=this.length)throw new RangeError("Index out of range");if(Nn<0)throw new RangeError("sourceEnd out of bounds");Nn>this.length&&(Nn=this.length),Wr.length-Ur>>0,Sn=Sn===void 0?this.length:Sn>>>0,Wr||(Wr=0);let Sa;if(typeof Wr=="number")for(Sa=Ur;Sa2**32?Nn=Dr(String(Ur)):typeof Ur=="bigint"&&(Nn=String(Ur),(Ur>BigInt(2)**BigInt(32)||Ur<-(BigInt(2)**BigInt(32)))&&(Nn=Dr(Nn)),Nn+="n"),Sn+=` It must be ${Wr}. Received ${Nn}`,Sn},RangeError);function Dr(Mn){let Wr="",Ur=Mn.length;const Sn=Mn[0]==="-"?1:0;for(;Ur>=Sn+4;Ur-=3)Wr=`_${Mn.slice(Ur-3,Ur)}${Wr}`;return`${Mn.slice(0,Ur)}${Wr}`}function Ir(Mn,Wr,Ur){Rr(Wr,"offset"),(Mn[Wr]===void 0||Mn[Wr+Ur]===void 0)&&Lr(Wr,Mn.length-(Ur+1))}function Br(Mn,Wr,Ur,Sn,Nn,Sa){if(Mn>Ur||Mn= 0${Li} and < 2${Li} ** ${(Sa+1)*8}${Li}`:ca=`>= -(2${Li} ** ${(Sa+1)*8-1}${Li}) and < 2 ** ${(Sa+1)*8-1}${Li}`,new Gr.ERR_OUT_OF_RANGE("value",ca,Mn)}Ir(Sn,Nn,Sa)}function Rr(Mn,Wr){if(typeof Mn!="number")throw new Gr.ERR_INVALID_ARG_TYPE(Wr,"number",Mn)}function Lr(Mn,Wr,Ur){throw Math.floor(Mn)!==Mn?(Rr(Mn,Ur),new Gr.ERR_OUT_OF_RANGE("offset","an integer",Mn)):Wr<0?new Gr.ERR_BUFFER_OUT_OF_BOUNDS:new Gr.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${Wr}`,Mn)}const $r=/[^+/0-9A-Za-z-_]/g;function jr(Mn){if(Mn=Mn.split("=")[0],Mn=Mn.trim().replace($r,""),Mn.length<2)return"";for(;Mn.length%4!==0;)Mn=Mn+"=";return Mn}function vn(Mn,Wr){Wr=Wr||1/0;let Ur;const Sn=Mn.length;let Nn=null;const Sa=[];for(let Li=0;Li55295&&Ur<57344){if(!Nn){if(Ur>56319){(Wr-=3)>-1&&Sa.push(239,191,189);continue}else if(Li+1===Sn){(Wr-=3)>-1&&Sa.push(239,191,189);continue}Nn=Ur;continue}if(Ur<56320){(Wr-=3)>-1&&Sa.push(239,191,189),Nn=Ur;continue}Ur=(Nn-55296<<10|Ur-56320)+65536}else Nn&&(Wr-=3)>-1&&Sa.push(239,191,189);if(Nn=null,Ur<128){if((Wr-=1)<0)break;Sa.push(Ur)}else if(Ur<2048){if((Wr-=2)<0)break;Sa.push(Ur>>6|192,Ur&63|128)}else if(Ur<65536){if((Wr-=3)<0)break;Sa.push(Ur>>12|224,Ur>>6&63|128,Ur&63|128)}else if(Ur<1114112){if((Wr-=4)<0)break;Sa.push(Ur>>18|240,Ur>>12&63|128,Ur>>6&63|128,Ur&63|128)}else throw new Error("Invalid code point")}return Sa}function Kr(Mn){const Wr=[];for(let Ur=0;Ur>8,Nn=Ur%256,Sa.push(Nn),Sa.push(Sn);return Sa}function Qr(Mn){return t.toByteArray(jr(Mn))}function Zr(Mn,Wr,Ur,Sn){let Nn;for(Nn=0;Nn=Wr.length||Nn>=Mn.length);++Nn)Wr[Nn+Ur]=Mn[Nn];return Nn}function Vi(Mn,Wr){return Mn instanceof Wr||Mn!=null&&Mn.constructor!=null&&Mn.constructor.name!=null&&Mn.constructor.name===Wr.name}function To(Mn){return Mn!==Mn}const oa=function(){const Mn="0123456789abcdef",Wr=new Array(256);for(let Ur=0;Ur<16;++Ur){const Sn=Ur*16;for(let Nn=0;Nn<16;++Nn)Wr[Sn+Nn]=Mn[Ur]+Mn[Nn]}return Wr}();function Ba(Mn){return typeof BigInt>"u"?rs:Mn}function rs(){throw new Error("BigInt not supported")}})(buffer$2);const Buffer$F=buffer$2.Buffer;var parse$1={},hasRequiredParse;function requireParse(){if(hasRequiredParse)return parse$1;hasRequiredParse=1,Object.defineProperty(parse$1,"__esModule",{value:!0}),parse$1.update=void 0;var e=requireLib$3(),t=requireHtmlparser2Adapter(),y=requireParse5Adapter(),n=requireLib$a();function $(L,j,V){if(typeof Buffer$F<"u"&&Buffer$F.isBuffer(L)&&(L=L.toString()),typeof L=="string")return j.xmlMode||j._useHtmlParser2?t.parse(L,j):y.parse(L,j,V);var z=L;if(!Array.isArray(z)&&n.isDocument(z))return z;var re=new n.Document([]);return k(z,re),re}parse$1.default=$;function k(L,j){var V=Array.isArray(L)?L:[L];j?j.children=V:j=null;for(var z=0;z/;function V(z){return j.test(z)}return utils$t.isHtml=V,utils$t}var attributes={},hasRequiredAttributes;function requireAttributes(){if(hasRequiredAttributes)return attributes;hasRequiredAttributes=1,Object.defineProperty(attributes,"__esModule",{value:!0}),attributes.toggleClass=attributes.removeClass=attributes.addClass=attributes.hasClass=attributes.removeAttr=attributes.val=attributes.data=attributes.prop=attributes.attr=void 0;var e=require_static(),t=requireUtils$1(),y=Object.prototype.hasOwnProperty,n=/\s+/,$="data-",k={null:null,true:!0,false:!1},L=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,j=/^{[^]*}$|^\[[^]*]$/;function V(nr,lr,Et){var ie;if(!(!nr||!t.isTag(nr))){if((ie=nr.attribs)!==null&&ie!==void 0||(nr.attribs={}),!lr)return nr.attribs;if(y.call(nr.attribs,lr))return!Et&&L.test(lr)?lr:nr.attribs[lr];if(nr.name==="option"&&lr==="value")return e.text(nr.children);if(nr.name==="input"&&(nr.attribs.type==="radio"||nr.attribs.type==="checkbox")&&lr==="value")return"on"}}function z(nr,lr,Et){Et===null?Ve(nr,lr):nr.attribs[lr]=""+Et}function re(nr,lr){if(typeof nr=="object"||lr!==void 0){if(typeof lr=="function"){if(typeof nr!="string")throw new Error("Bad combination of arguments.");return t.domEach(this,function(Et,ie){t.isTag(Et)&&z(Et,nr,lr.call(Et,ie,Et.attribs[nr]))})}return t.domEach(this,function(Et){t.isTag(Et)&&(typeof nr=="object"?Object.keys(nr).forEach(function(ie){var pe=nr[ie];z(Et,ie,pe)}):z(Et,nr,lr))})}return arguments.length>1?this:V(this[0],nr,this.options.xmlMode)}attributes.attr=re;function oe(nr,lr,Et){if(!(!nr||!t.isTag(nr)))return lr in nr?nr[lr]:!Et&&L.test(lr)?V(nr,lr,!1)!==void 0:V(nr,lr,Et)}function ue(nr,lr,Et,ie){lr in nr?nr[lr]=Et:z(nr,lr,!ie&&L.test(lr)?Et?"":null:""+Et)}function de(nr,lr){var Et=this;if(typeof nr=="string"&&lr===void 0)switch(nr){case"style":{var ie=this.css(),pe=Object.keys(ie);return pe.forEach(function(Ie,jt){ie[jt]=Ie}),ie.length=pe.length,ie}case"tagName":case"nodeName":{var Ce=this[0];return t.isTag(Ce)?Ce.name.toUpperCase():void 0}case"outerHTML":return this.clone().wrap("").parent().html();case"innerHTML":return this.html();default:return oe(this[0],nr,this.options.xmlMode)}if(typeof nr=="object"||lr!==void 0){if(typeof lr=="function"){if(typeof nr=="object")throw new Error("Bad combination of arguments.");return t.domEach(this,function(Ie,jt){t.isTag(Ie)&&ue(Ie,nr,lr.call(Ie,jt,oe(Ie,nr,Et.options.xmlMode)),Et.options.xmlMode)})}return t.domEach(this,function(Ie){t.isTag(Ie)&&(typeof nr=="object"?Object.keys(nr).forEach(function(jt){var ar=nr[jt];ue(Ie,jt,ar,Et.options.xmlMode)}):ue(Ie,nr,lr,Et.options.xmlMode))})}}attributes.prop=de;function _e(nr,lr,Et){var ie,pe=nr;(ie=pe.data)!==null&&ie!==void 0||(pe.data={}),typeof lr=="object"?Object.assign(pe.data,lr):typeof lr=="string"&&Et!==void 0&&(pe.data[lr]=Et)}function Ne(nr,lr){var Et,ie,pe;lr==null?(Et=Object.keys(nr.attribs).filter(function(ar){return ar.startsWith($)}),ie=Et.map(function(ar){return t.camelCase(ar.slice($.length))})):(Et=[$+t.cssCase(lr)],ie=[lr]);for(var Ce=0;Ce-1;){var pe=ie+nr.length;if((ie===0||n.test(Et[ie-1]))&&(pe===Et.length||n.test(Et[pe])))return!0}return!1})}attributes.hasClass=er;function ir(nr){if(typeof nr=="function")return t.domEach(this,function(ur,kt){if(t.isTag(ur)){var he=ur.attribs.class||"";ir.call([ur],nr.call(ur,kt,he))}});if(!nr||typeof nr!="string")return this;for(var lr=nr.split(n),Et=this.length,ie=0;ie=0&&(Ce.splice(ar,1),Ie=!0,jt--)}Ie&&(pe.attribs.class=Ce.join(" "))}})}attributes.removeClass=dr;function cr(nr,lr){if(typeof nr=="function")return t.domEach(this,function(he,tr){t.isTag(he)&&cr.call([he],nr.call(he,tr,he.attribs.class||"",lr),lr)});if(!nr||typeof nr!="string")return this;for(var Et=nr.split(n),ie=Et.length,pe=typeof lr=="boolean"?lr?1:-1:0,Ce=this.length,Ie=0;Ie=0&&kt<0?ar.push(Et[ur]):pe<=0&&kt>=0&&ar.splice(kt,1)}jt.attribs.class=ar.join(" ")}}return this}return attributes.toggleClass=cr,attributes}var traversing={},hasRequiredTraversing;function requireTraversing(){if(hasRequiredTraversing)return traversing;hasRequiredTraversing=1,Object.defineProperty(traversing,"__esModule",{value:!0}),traversing.addBack=traversing.add=traversing.end=traversing.slice=traversing.index=traversing.toArray=traversing.get=traversing.eq=traversing.last=traversing.first=traversing.has=traversing.not=traversing.is=traversing.filterArray=traversing.filter=traversing.map=traversing.each=traversing.contents=traversing.children=traversing.siblings=traversing.prevUntil=traversing.prevAll=traversing.prev=traversing.nextUntil=traversing.nextAll=traversing.next=traversing.closest=traversing.parentsUntil=traversing.parents=traversing.parent=traversing.find=void 0;var e=require$$0$8,t=requireLib$a(),y=e.__importStar(requireLib$4()),n=requireUtils$1(),$=require_static(),k=requireLib$3(),L=k.DomUtils.uniqueSort,j=/^\s*[~+]/;function V(ur){var kt;if(!ur)return this._make([]);var he=this.toArray();if(typeof ur!="string"){var tr=n.isCheerio(ur)?ur.toArray():[ur];return this._make(tr.filter(function(yr){return he.some(function(xr){return $.contains(xr,yr)})}))}var gr=j.test(ur)?he:this.children().toArray(),_r={context:he,root:(kt=this._root)===null||kt===void 0?void 0:kt[0],xmlMode:this.options.xmlMode};return this._make(y.select(ur,gr,_r))}traversing.find=V;function z(ur){return function(kt){for(var he=[],tr=1;tr1&&yr.length>1?he.reduce(function(xr,Nr){return Nr(xr)},yr):yr)}}}var re=z(function(ur,kt){for(var he,tr=[],gr=0;gr0})}traversing.has=dr;function cr(){return this.length>1?this._make(this[0]):this}traversing.first=cr;function nr(){return this.length>0?this._make(this[this.length-1]):this}traversing.last=nr;function lr(ur){var kt;return ur=+ur,ur===0&&this.length<=1?this:(ur<0&&(ur=this.length+ur),this._make((kt=this[ur])!==null&&kt!==void 0?kt:[]))}traversing.eq=lr;function Et(ur){return ur==null?this.toArray():this[ur<0?this.length+ur:ur]}traversing.get=Et;function ie(){return Array.prototype.slice.call(this)}traversing.toArray=ie;function pe(ur){var kt,he;return ur==null?(kt=this.parent().children(),he=this[0]):typeof ur=="string"?(kt=this._make(ur),he=this[0]):(kt=this,he=n.isCheerio(ur)?ur[0]:ur),Array.prototype.indexOf.call(kt,he)}traversing.index=pe;function Ce(ur,kt){return this._make(Array.prototype.slice.call(this,ur,kt))}traversing.slice=Ce;function Ie(){var ur;return(ur=this.prevObject)!==null&&ur!==void 0?ur:this._make([])}traversing.end=Ie;function jt(ur,kt){var he=this._make(ur,kt),tr=L(e.__spreadArray(e.__spreadArray([],this.get()),he.get()));return this._make(tr)}traversing.add=jt;function ar(ur){return this.prevObject?this.add(ur?this.prevObject.filter(ur):this.prevObject):this}return traversing.addBack=ar,traversing}var manipulation={},hasRequiredManipulation;function requireManipulation(){if(hasRequiredManipulation)return manipulation;hasRequiredManipulation=1,Object.defineProperty(manipulation,"__esModule",{value:!0}),manipulation.clone=manipulation.text=manipulation.toString=manipulation.html=manipulation.empty=manipulation.replaceWith=manipulation.remove=manipulation.insertBefore=manipulation.before=manipulation.insertAfter=manipulation.after=manipulation.wrapAll=manipulation.unwrap=manipulation.wrapInner=manipulation.wrap=manipulation.prepend=manipulation.append=manipulation.prependTo=manipulation.appendTo=manipulation._makeDomArray=void 0;var e=require$$0$8,t=requireLib$a(),y=requireLib$a(),n=e.__importStar(requireParse()),$=require_static(),k=requireUtils$1(),L=requireLib$3();function j(lr,Et){var ie=this;return lr==null?[]:k.isCheerio(lr)?Et?k.cloneDom(lr.get()):lr.get():Array.isArray(lr)?lr.reduce(function(pe,Ce){return pe.concat(ie._makeDomArray(Ce,Et))},[]):typeof lr=="string"?n.default(lr,this.options,!1).children:Et?k.cloneDom([lr]):[lr]}manipulation._makeDomArray=j;function V(lr){return function(){for(var Et=this,ie=[],pe=0;pe-1&&(gr.children.splice(_r,1),Ce===gr&&Et>_r&&ar[0]--)}tr.parent=Ce,tr.prev&&(tr.prev.next=(Ie=tr.next)!==null&&Ie!==void 0?Ie:null),tr.next&&(tr.next.prev=(jt=tr.prev)!==null&&jt!==void 0?jt:null),tr.prev=pe[he-1]||ur,tr.next=pe[he+1]||kt}return ur&&(ur.next=pe[0]),kt&&(kt.prev=pe[pe.length-1]),lr.splice.apply(lr,ar)}function re(lr){var Et=k.isCheerio(lr)?lr:this._make(lr);return Et.append(this),this}manipulation.appendTo=re;function oe(lr){var Et=k.isCheerio(lr)?lr:this._make(lr);return Et.prepend(this),this}manipulation.prependTo=oe,manipulation.append=V(function(lr,Et,ie){z(Et,Et.length,0,lr,ie)}),manipulation.prepend=V(function(lr,Et,ie){z(Et,0,0,lr,ie)});function ue(lr){return function(Et){for(var ie=this.length-1,pe=this.parents().last(),Ce=0;Ce0?ur:!1}function Fe(ar){return ar===qe(1)}function qe(ar){return n[j+(ar||1)]}function er(){var ar=oe.pop();return re=oe[oe.length-1],ar}function ir(ar){return re=ar,oe.push(re),oe.length}function dr(ar){var ur=re;return oe[oe.length-1]=re=ar,ur}function cr(ar){if((ar||1)==1)n[j]==` -`?(z++,L=1):L++,j++;else{var ur=n.slice(j,j+ar).split(` -`);ur.length>1&&(z+=ur.length-1,L=1),L+=ur[ur.length-1].length,j=j+ar}}function nr(){ue.end={line:z,col:L},de.push(ue),$="",ue={}}function lr(ar){ue={type:ar,start:{line:z,col:L}}}for(;k=Ne();)switch(k){case" ":switch(Ue()){case"selector":case"value":case"value-paren":case"at-group":case"at-value":case"comment":case"double-string":case"single-string":$+=k;break}break;case` -`:case" ":case"\r":case"\f":switch(Ue()){case"value":case"value-paren":case"at-group":case"comment":case"single-string":case"double-string":case"selector":$+=k;break;case"at-value":k===` -`&&(ue.value=$.trim(),nr(),er());break}break;case":":switch(Ue()){case"name":ue.name=$.trim(),$="",dr("before-value");break;case"before-selector":$+=k,lr("selector"),ir("selector");break;case"before-value":dr("value"),$+=k;break;default:$+=k;break}break;case";":switch(Ue()){case"name":case"before-value":case"value":$.trim().length>0&&(ue.value=$.trim(),nr()),dr("before-name");break;case"value-paren":$+=k;break;case"at-value":ue.value=$.trim(),nr(),er();break;case"before-name":break;default:$+=k;break}break;case"{":switch(Ue()){case"selector":if(qe(-1)==="\\"){$+=k;break}ue.text=$.trim(),nr(),dr("before-name"),V=V+1;break;case"at-group":switch(ue.name=$.trim(),ue.type){case"font-face":case"viewport":case"page":ir("before-name");break;default:ir("before-selector")}nr(),V=V+1;break;case"name":case"at-rule":ue.name=$.trim(),nr(),ir("before-name"),V=V+1;break;case"comment":case"double-string":case"single-string":$+=k;break;case"before-value":dr("value"),$+=k;break}break;case"}":switch(Ue()){case"before-name":case"name":case"before-value":case"value":$&&(ue.value=$.trim()),ue.name&&ue.value&&nr(),lr("end"),nr(),er(),Ue()==="at-group"&&(lr("at-group-end"),nr(),er()),V>0&&(V=V-1);break;case"at-group":case"before-selector":case"selector":if(qe(-1)==="\\"){$+=k;break}V>0&&Ue(1)==="at-group"&&(lr("at-group-end"),nr()),V>1&&er(),V>0&&(V=V-1);break;case"double-string":case"single-string":case"comment":$+=k;break}break;case'"':case"'":switch(Ue()){case"double-string":k==='"'&&qe(-1)!=="\\"&&er();break;case"single-string":k==="'"&&qe(-1)!=="\\"&&er();break;case"before-at-value":dr("at-value"),ir(k==='"'?"double-string":"single-string");break;case"before-value":dr("value"),ir(k==='"'?"double-string":"single-string");break;case"comment":break;default:qe(-1)!=="\\"&&ir(k==='"'?"double-string":"single-string")}$+=k;break;case"/":switch(Ue()){case"comment":case"double-string":case"single-string":$+=k;break;case"before-value":case"selector":case"name":case"value":if(Fe("*")){var Et=Ve("*/");Et&&cr(Et+1)}else Ue()=="before-value"&&dr("value"),$+=k;break;default:Fe("*")?(lr("comment"),ir("comment"),cr()):$+=k;break}break;case"*":switch(Ue()){case"comment":Fe("/")?(ue.text=$,cr(),nr(),er()):$+=k;break;case"before-selector":$+=k,lr("selector"),ir("selector");break;case"before-value":dr("value"),$+=k;break;default:$+=k}break;case"@":switch(Ue()){case"comment":case"double-string":case"single-string":$+=k;break;case"before-value":dr("value"),$+=k;break;default:for(var ie=!1,pe,Ce,Ie=0,jt=_e.length;!ie&&Ie+)\\s*|(\\s+)|(+|\\*)|\\#(+)|\\.(+)|\\[\\s*(+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:(["']?)(.*?)\\9)))?\\s*\\](?!\\])|(:+)(+)(?:\\((?:(?:(["'])([^\\13]*)\\13)|((?:\\([^)]+\\)|[^()]*)+))\\))?)`.replace(//,"["+escape$1(">+~`!@$%^&={}\\;/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(//g,"(?:[:\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])")),Part=function(t){this.combinator=t||" ",this.tag="*"};Part.prototype.toString=function(){if(!this.raw){var e="",t,y;if(e+=this.tag||"*",this.id&&(e+="#"+this.id),this.classes&&(e+="."+this.classList.join(".")),this.attributes)for(t=0;y=this.attributes[t++];)e+="["+y.name+(y.operator?y.operator+'"'+y.value+'"':"")+"]";if(this.pseudos)for(t=0;y=this.pseudos[t++];)e+=":"+y.name,y.value&&(e+="("+y.value+")");this.raw=e}return this.raw};var Expression=function(){this.length=0};Expression.prototype.toString=function(){if(!this.raw){for(var e="",t=0,y;y=this[t++];)t!==1&&(e+=" "),y.combinator!==" "&&(e+=y.combinator+" "),e+=y;this.raw=e}return this.raw};var replacer=function(e,t,y,n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne){var Ue,$e;if((t||!this.length)&&(Ue=this[this.length++]=new Expression,t))return"";if(Ue||(Ue=this[this.length-1]),(y||n||!Ue.length)&&($e=Ue[Ue.length++]=new Part(y)),$e||($e=Ue[Ue.length-1]),$)$e.tag=unescape$1($);else if(k)$e.id=unescape$1(k);else if(L){var Ve=unescape$1(L),Fe=$e.classes||($e.classes={});if(!Fe[Ve]){Fe[Ve]=escape$1(L);var qe=$e.classList||($e.classList=[]);qe.push(Ve),qe.sort()}}else ue?(Ne=Ne||_e,($e.pseudos||($e.pseudos=[])).push({type:oe.length==1?"class":"element",name:unescape$1(ue),escapedName:escape$1(ue),value:Ne?unescape$1(Ne):null,escapedValue:Ne?escape$1(Ne):null})):j&&(re=re?escape$1(re):null,($e.attributes||($e.attributes=[])).push({operator:V,name:unescape$1(j),escapedName:escape$1(j),value:re?unescape$1(re):null,escapedValue:re?escape$1(re):null}));return""},Expressions=function(t){this.length=0;for(var y=this,n=t,$;t;){if($=t.replace(slickRe,function(){return replacer.apply(y,arguments)}),$===t)throw new Error(n+" is an invalid expression");t=$}};Expressions.prototype.toString=function(){if(!this.raw){for(var e=[],t=0,y;y=this[t++];)e.push(y);this.raw=e.join(", ")}return this.raw};var cache$1={},parse=function(e){return e==null?null:(e=(""+e).replace(/^\s+|\s+$/g,""),cache$1[e]||(cache$1[e]=new Expressions(e)))},parser$1=parse;(function(e,t){var y=parser$1;e.exports=n;function n(k,L){this.text=k,this.spec=void 0,this.styleAttribute=L||!1}n.prototype.parsed=function(){return this.tokens||(this.tokens=$(this.text)),this.tokens},n.prototype.specificity=function(){var k=this.styleAttribute;return this.spec||(this.spec=L(this.text,this.parsed())),this.spec;function L(j,V){for(var z=V||$(j),re=[k?1:0,0,0,0],oe=[],ue=0;uek)throw new RangeError('The value "'+Kn+'" is invalid for option "size"');const Gr=new L(Kn);return Object.setPrototypeOf(Gr,re.prototype),Gr}function re(Kn,Gr,Ar){if(typeof Kn=="number"){if(typeof Gr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return de(Kn)}return ie(Kn,Gr,Ar)}re.poolSize=8192;function ie(Kn,Gr,Ar){if(typeof Kn=="string")return pe(Kn,Gr);if($.isView(Kn))return _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,Gr,Ar);if(typeof Kn=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const On=Kn.valueOf&&Kn.valueOf();if(On!=null&&On!==Kn)return re.from(On,Gr,Ar);const kn=he(Kn);if(kn)return kn;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Kn[Symbol.toPrimitive]=="function")return re.from(Kn[Symbol.toPrimitive]("string"),Gr,Ar);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kn)}re.from=function(Kn,Gr,Ar){return ie(Kn,Gr,Ar)},Object.setPrototypeOf(re.prototype,L.prototype),Object.setPrototypeOf(re,L);function oe(Kn){if(typeof Kn!="number")throw new TypeError('"size" argument must be of type number');if(Kn<0)throw new RangeError('The value "'+Kn+'" is invalid for option "size"')}function ue(Kn,Gr,Ar){return oe(Kn),Kn<=0?z(Kn):Gr!==void 0?typeof Ar=="string"?z(Kn).fill(Gr,Ar):z(Kn).fill(Gr):z(Kn)}re.alloc=function(Kn,Gr,Ar){return ue(Kn,Gr,Ar)};function de(Kn){return oe(Kn),z(Kn<0?0:Ne(Kn)|0)}re.allocUnsafe=function(Kn){return de(Kn)},re.allocUnsafeSlow=function(Kn){return de(Kn)};function pe(Kn,Gr){if((typeof Gr!="string"||Gr==="")&&(Gr="utf8"),!re.isEncoding(Gr))throw new TypeError("Unknown encoding: "+Gr);const Ar=Ue(Kn,Gr)|0;let On=z(Ar);const kn=On.write(Kn,Gr);return kn!==Ar&&(On=On.slice(0,kn)),On}function Ie(Kn){const Gr=Kn.length<0?0:Ne(Kn.length)|0,Ar=z(Gr);for(let On=0;On=k)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+k.toString(16)+" bytes");return Kn|0}function Fe(Kn){return+Kn!=Kn&&(Kn=0),re.alloc(+Kn)}re.isBuffer=function(Gr){return Gr!=null&&Gr._isBuffer===!0&&Gr!==re.prototype},re.compare=function(Gr,Ar){if(ca(Gr,L)&&(Gr=re.from(Gr,Gr.offset,Gr.byteLength)),ca(Ar,L)&&(Ar=re.from(Ar,Ar.offset,Ar.byteLength)),!re.isBuffer(Gr)||!re.isBuffer(Ar))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Gr===Ar)return 0;let On=Gr.length,kn=Ar.length;for(let Sa=0,sa=Math.min(On,kn);Sakn.length?(re.isBuffer(sa)||(sa=re.from(sa)),sa.copy(kn,Sa)):L.prototype.set.call(kn,sa,Sa);else if(re.isBuffer(sa))sa.copy(kn,Sa);else throw new TypeError('"list" argument must be an Array of Buffers');Sa+=sa.length}return kn};function Ue(Kn,Gr){if(re.isBuffer(Kn))return Kn.length;if($.isView(Kn)||ca(Kn,$))return Kn.byteLength;if(typeof Kn!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Kn);const Ar=Kn.length,On=arguments.length>2&&arguments[2]===!0;if(!On&&Ar===0)return 0;let kn=!1;for(;;)switch(Gr){case"ascii":case"latin1":case"binary":return Ar;case"utf8":case"utf-8":return Kr(Kn).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ar*2;case"hex":return Ar>>>1;case"base64":return Fr(Kn).length;default:if(kn)return On?-1:Kr(Kn).length;Gr=(""+Gr).toLowerCase(),kn=!0}}re.byteLength=Ue;function kt(Kn,Gr,Ar){let On=!1;if((Gr===void 0||Gr<0)&&(Gr=0),Gr>this.length||((Ar===void 0||Ar>this.length)&&(Ar=this.length),Ar<=0)||(Ar>>>=0,Gr>>>=0,Ar<=Gr))return"";for(Kn||(Kn="utf8");;)switch(Kn){case"hex":return xr(this,Gr,Ar);case"utf8":case"utf-8":return cr(this,Gr,Ar);case"ascii":return Er(this,Gr,Ar);case"latin1":case"binary":return kr(this,Gr,Ar);case"base64":return ur(this,Gr,Ar);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yr(this,Gr,Ar);default:if(On)throw new TypeError("Unknown encoding: "+Kn);Kn=(Kn+"").toLowerCase(),On=!0}}re.prototype._isBuffer=!0;function Et(Kn,Gr,Ar){const On=Kn[Gr];Kn[Gr]=Kn[Ar],Kn[Ar]=On}re.prototype.swap16=function(){const Gr=this.length;if(Gr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Ar=0;ArAr&&(Gr+=" ... "),""},n&&(re.prototype[n]=re.prototype.inspect),re.prototype.compare=function(Gr,Ar,On,kn,Sa){if(ca(Gr,L)&&(Gr=re.from(Gr,Gr.offset,Gr.byteLength)),!re.isBuffer(Gr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Gr);if(Ar===void 0&&(Ar=0),On===void 0&&(On=Gr?Gr.length:0),kn===void 0&&(kn=0),Sa===void 0&&(Sa=this.length),Ar<0||On>Gr.length||kn<0||Sa>this.length)throw new RangeError("out of range index");if(kn>=Sa&&Ar>=On)return 0;if(kn>=Sa)return-1;if(Ar>=On)return 1;if(Ar>>>=0,On>>>=0,kn>>>=0,Sa>>>=0,this===Gr)return 0;let sa=Sa-kn,qa=On-Ar;const To=Math.min(sa,qa),Hi=this.slice(kn,Sa),na=Gr.slice(Ar,On);for(let Ma=0;Ma2147483647?Ar=2147483647:Ar<-2147483648&&(Ar=-2147483648),Ar=+Ar,Po(Ar)&&(Ar=kn?0:Kn.length-1),Ar<0&&(Ar=Kn.length+Ar),Ar>=Kn.length){if(kn)return-1;Ar=Kn.length-1}else if(Ar<0)if(kn)Ar=0;else return-1;if(typeof Gr=="string"&&(Gr=re.from(Gr,On)),re.isBuffer(Gr))return Gr.length===0?-1:qe(Kn,Gr,Ar,On,kn);if(typeof Gr=="number")return Gr=Gr&255,typeof L.prototype.indexOf=="function"?kn?L.prototype.indexOf.call(Kn,Gr,Ar):L.prototype.lastIndexOf.call(Kn,Gr,Ar):qe(Kn,[Gr],Ar,On,kn);throw new TypeError("val must be string, number or Buffer")}function qe(Kn,Gr,Ar,On,kn){let Sa=1,sa=Kn.length,qa=Gr.length;if(On!==void 0&&(On=String(On).toLowerCase(),On==="ucs2"||On==="ucs-2"||On==="utf16le"||On==="utf-16le")){if(Kn.length<2||Gr.length<2)return-1;Sa=2,sa/=2,qa/=2,Ar/=2}function To(na,Ma){return Sa===1?na[Ma]:na.readUInt16BE(Ma*Sa)}let Hi;if(kn){let na=-1;for(Hi=Ar;Hisa&&(Ar=sa-qa),Hi=Ar;Hi>=0;Hi--){let na=!0;for(let Ma=0;Makn&&(On=kn)):On=kn;const Sa=Gr.length;On>Sa/2&&(On=Sa/2);let sa;for(sa=0;sa>>0,isFinite(On)?(On=On>>>0,kn===void 0&&(kn="utf8")):(kn=On,On=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Sa=this.length-Ar;if((On===void 0||On>Sa)&&(On=Sa),Gr.length>0&&(On<0||Ar<0)||Ar>this.length)throw new RangeError("Attempt to write outside buffer bounds");kn||(kn="utf8");let sa=!1;for(;;)switch(kn){case"hex":return jt(this,Gr,Ar,On);case"utf8":case"utf-8":return tr(this,Gr,Ar,On);case"ascii":case"latin1":case"binary":return rr(this,Gr,Ar,On);case"base64":return ar(this,Gr,Ar,On);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nr(this,Gr,Ar,On);default:if(sa)throw new TypeError("Unknown encoding: "+kn);kn=(""+kn).toLowerCase(),sa=!0}},re.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ur(Kn,Gr,Ar){return Gr===0&&Ar===Kn.length?t.fromByteArray(Kn):t.fromByteArray(Kn.slice(Gr,Ar))}function cr(Kn,Gr,Ar){Ar=Math.min(Kn.length,Ar);const On=[];let kn=Gr;for(;kn239?4:Sa>223?3:Sa>191?2:1;if(kn+qa<=Ar){let To,Hi,na,Ma;switch(qa){case 1:Sa<128&&(sa=Sa);break;case 2:To=Kn[kn+1],(To&192)===128&&(Ma=(Sa&31)<<6|To&63,Ma>127&&(sa=Ma));break;case 3:To=Kn[kn+1],Hi=Kn[kn+2],(To&192)===128&&(Hi&192)===128&&(Ma=(Sa&15)<<12|(To&63)<<6|Hi&63,Ma>2047&&(Ma<55296||Ma>57343)&&(sa=Ma));break;case 4:To=Kn[kn+1],Hi=Kn[kn+2],na=Kn[kn+3],(To&192)===128&&(Hi&192)===128&&(na&192)===128&&(Ma=(Sa&15)<<18|(To&63)<<12|(Hi&63)<<6|na&63,Ma>65535&&Ma<1114112&&(sa=Ma))}}sa===null?(sa=65533,qa=1):sa>65535&&(sa-=65536,On.push(sa>>>10&1023|55296),sa=56320|sa&1023),On.push(sa),kn+=qa}return hr(On)}const _r=4096;function hr(Kn){const Gr=Kn.length;if(Gr<=_r)return String.fromCharCode.apply(String,Kn);let Ar="",On=0;for(;OnOn)&&(Ar=On);let kn="";for(let Sa=Gr;SaOn&&(Gr=On),Ar<0?(Ar+=On,Ar<0&&(Ar=0)):Ar>On&&(Ar=On),ArAr)throw new RangeError("Trying to access beyond buffer length")}re.prototype.readUintLE=re.prototype.readUIntLE=function(Gr,Ar,On){Gr=Gr>>>0,Ar=Ar>>>0,On||vr(Gr,Ar,this.length);let kn=this[Gr],Sa=1,sa=0;for(;++sa>>0,Ar=Ar>>>0,On||vr(Gr,Ar,this.length);let kn=this[Gr+--Ar],Sa=1;for(;Ar>0&&(Sa*=256);)kn+=this[Gr+--Ar]*Sa;return kn},re.prototype.readUint8=re.prototype.readUInt8=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,1,this.length),this[Gr]},re.prototype.readUint16LE=re.prototype.readUInt16LE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,2,this.length),this[Gr]|this[Gr+1]<<8},re.prototype.readUint16BE=re.prototype.readUInt16BE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,2,this.length),this[Gr]<<8|this[Gr+1]},re.prototype.readUint32LE=re.prototype.readUInt32LE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,4,this.length),(this[Gr]|this[Gr+1]<<8|this[Gr+2]<<16)+this[Gr+3]*16777216},re.prototype.readUint32BE=re.prototype.readUInt32BE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,4,this.length),this[Gr]*16777216+(this[Gr+1]<<16|this[Gr+2]<<8|this[Gr+3])},re.prototype.readBigUInt64LE=Go(function(Gr){Gr=Gr>>>0,br(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=Ar+this[++Gr]*2**8+this[++Gr]*2**16+this[++Gr]*2**24,Sa=this[++Gr]+this[++Gr]*2**8+this[++Gr]*2**16+On*2**24;return BigInt(kn)+(BigInt(Sa)<>>0,br(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=Ar*2**24+this[++Gr]*2**16+this[++Gr]*2**8+this[++Gr],Sa=this[++Gr]*2**24+this[++Gr]*2**16+this[++Gr]*2**8+On;return(BigInt(kn)<>>0,Ar=Ar>>>0,On||vr(Gr,Ar,this.length);let kn=this[Gr],Sa=1,sa=0;for(;++sa=Sa&&(kn-=Math.pow(2,8*Ar)),kn},re.prototype.readIntBE=function(Gr,Ar,On){Gr=Gr>>>0,Ar=Ar>>>0,On||vr(Gr,Ar,this.length);let kn=Ar,Sa=1,sa=this[Gr+--kn];for(;kn>0&&(Sa*=256);)sa+=this[Gr+--kn]*Sa;return Sa*=128,sa>=Sa&&(sa-=Math.pow(2,8*Ar)),sa},re.prototype.readInt8=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,1,this.length),this[Gr]&128?(255-this[Gr]+1)*-1:this[Gr]},re.prototype.readInt16LE=function(Gr,Ar){Gr=Gr>>>0,Ar||vr(Gr,2,this.length);const On=this[Gr]|this[Gr+1]<<8;return On&32768?On|4294901760:On},re.prototype.readInt16BE=function(Gr,Ar){Gr=Gr>>>0,Ar||vr(Gr,2,this.length);const On=this[Gr+1]|this[Gr]<<8;return On&32768?On|4294901760:On},re.prototype.readInt32LE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,4,this.length),this[Gr]|this[Gr+1]<<8|this[Gr+2]<<16|this[Gr+3]<<24},re.prototype.readInt32BE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,4,this.length),this[Gr]<<24|this[Gr+1]<<16|this[Gr+2]<<8|this[Gr+3]},re.prototype.readBigInt64LE=Go(function(Gr){Gr=Gr>>>0,br(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=this[Gr+4]+this[Gr+5]*2**8+this[Gr+6]*2**16+(On<<24);return(BigInt(kn)<>>0,br(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=(Ar<<24)+this[++Gr]*2**16+this[++Gr]*2**8+this[++Gr];return(BigInt(kn)<>>0,Ar||vr(Gr,4,this.length),y.read(this,Gr,!0,23,4)},re.prototype.readFloatBE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,4,this.length),y.read(this,Gr,!1,23,4)},re.prototype.readDoubleLE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,8,this.length),y.read(this,Gr,!0,52,8)},re.prototype.readDoubleBE=function(Gr,Ar){return Gr=Gr>>>0,Ar||vr(Gr,8,this.length),y.read(this,Gr,!1,52,8)};function Rr(Kn,Gr,Ar,On,kn,Sa){if(!re.isBuffer(Kn))throw new TypeError('"buffer" argument must be a Buffer instance');if(Gr>kn||GrKn.length)throw new RangeError("Index out of range")}re.prototype.writeUintLE=re.prototype.writeUIntLE=function(Gr,Ar,On,kn){if(Gr=+Gr,Ar=Ar>>>0,On=On>>>0,!kn){const qa=Math.pow(2,8*On)-1;Rr(this,Gr,Ar,On,qa,0)}let Sa=1,sa=0;for(this[Ar]=Gr&255;++sa>>0,On=On>>>0,!kn){const qa=Math.pow(2,8*On)-1;Rr(this,Gr,Ar,On,qa,0)}let Sa=On-1,sa=1;for(this[Ar+Sa]=Gr&255;--Sa>=0&&(sa*=256);)this[Ar+Sa]=Gr/sa&255;return Ar+On},re.prototype.writeUint8=re.prototype.writeUInt8=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,1,255,0),this[Ar]=Gr&255,Ar+1},re.prototype.writeUint16LE=re.prototype.writeUInt16LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,2,65535,0),this[Ar]=Gr&255,this[Ar+1]=Gr>>>8,Ar+2},re.prototype.writeUint16BE=re.prototype.writeUInt16BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,2,65535,0),this[Ar]=Gr>>>8,this[Ar+1]=Gr&255,Ar+2},re.prototype.writeUint32LE=re.prototype.writeUInt32LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,4,4294967295,0),this[Ar+3]=Gr>>>24,this[Ar+2]=Gr>>>16,this[Ar+1]=Gr>>>8,this[Ar]=Gr&255,Ar+4},re.prototype.writeUint32BE=re.prototype.writeUInt32BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,4,4294967295,0),this[Ar]=Gr>>>24,this[Ar+1]=Gr>>>16,this[Ar+2]=Gr>>>8,this[Ar+3]=Gr&255,Ar+4};function Br(Kn,Gr,Ar,On,kn){Mr(Gr,On,kn,Kn,Ar,7);let Sa=Number(Gr&BigInt(4294967295));Kn[Ar++]=Sa,Sa=Sa>>8,Kn[Ar++]=Sa,Sa=Sa>>8,Kn[Ar++]=Sa,Sa=Sa>>8,Kn[Ar++]=Sa;let sa=Number(Gr>>BigInt(32)&BigInt(4294967295));return Kn[Ar++]=sa,sa=sa>>8,Kn[Ar++]=sa,sa=sa>>8,Kn[Ar++]=sa,sa=sa>>8,Kn[Ar++]=sa,Ar}function mr(Kn,Gr,Ar,On,kn){Mr(Gr,On,kn,Kn,Ar,7);let Sa=Number(Gr&BigInt(4294967295));Kn[Ar+7]=Sa,Sa=Sa>>8,Kn[Ar+6]=Sa,Sa=Sa>>8,Kn[Ar+5]=Sa,Sa=Sa>>8,Kn[Ar+4]=Sa;let sa=Number(Gr>>BigInt(32)&BigInt(4294967295));return Kn[Ar+3]=sa,sa=sa>>8,Kn[Ar+2]=sa,sa=sa>>8,Kn[Ar+1]=sa,sa=sa>>8,Kn[Ar]=sa,Ar+8}re.prototype.writeBigUInt64LE=Go(function(Gr,Ar=0){return Br(this,Gr,Ar,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeBigUInt64BE=Go(function(Gr,Ar=0){return mr(this,Gr,Ar,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeIntLE=function(Gr,Ar,On,kn){if(Gr=+Gr,Ar=Ar>>>0,!kn){const To=Math.pow(2,8*On-1);Rr(this,Gr,Ar,On,To-1,-To)}let Sa=0,sa=1,qa=0;for(this[Ar]=Gr&255;++Sa>0)-qa&255;return Ar+On},re.prototype.writeIntBE=function(Gr,Ar,On,kn){if(Gr=+Gr,Ar=Ar>>>0,!kn){const To=Math.pow(2,8*On-1);Rr(this,Gr,Ar,On,To-1,-To)}let Sa=On-1,sa=1,qa=0;for(this[Ar+Sa]=Gr&255;--Sa>=0&&(sa*=256);)Gr<0&&qa===0&&this[Ar+Sa+1]!==0&&(qa=1),this[Ar+Sa]=(Gr/sa>>0)-qa&255;return Ar+On},re.prototype.writeInt8=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,1,127,-128),Gr<0&&(Gr=255+Gr+1),this[Ar]=Gr&255,Ar+1},re.prototype.writeInt16LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,2,32767,-32768),this[Ar]=Gr&255,this[Ar+1]=Gr>>>8,Ar+2},re.prototype.writeInt16BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,2,32767,-32768),this[Ar]=Gr>>>8,this[Ar+1]=Gr&255,Ar+2},re.prototype.writeInt32LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,4,2147483647,-2147483648),this[Ar]=Gr&255,this[Ar+1]=Gr>>>8,this[Ar+2]=Gr>>>16,this[Ar+3]=Gr>>>24,Ar+4},re.prototype.writeInt32BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Rr(this,Gr,Ar,4,2147483647,-2147483648),Gr<0&&(Gr=4294967295+Gr+1),this[Ar]=Gr>>>24,this[Ar+1]=Gr>>>16,this[Ar+2]=Gr>>>8,this[Ar+3]=Gr&255,Ar+4},re.prototype.writeBigInt64LE=Go(function(Gr,Ar=0){return Br(this,Gr,Ar,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),re.prototype.writeBigInt64BE=Go(function(Gr,Ar=0){return mr(this,Gr,Ar,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function gr(Kn,Gr,Ar,On,kn,Sa){if(Ar+On>Kn.length)throw new RangeError("Index out of range");if(Ar<0)throw new RangeError("Index out of range")}function jr(Kn,Gr,Ar,On,kn){return Gr=+Gr,Ar=Ar>>>0,kn||gr(Kn,Gr,Ar,4),y.write(Kn,Gr,Ar,On,23,4),Ar+4}re.prototype.writeFloatLE=function(Gr,Ar,On){return jr(this,Gr,Ar,!0,On)},re.prototype.writeFloatBE=function(Gr,Ar,On){return jr(this,Gr,Ar,!1,On)};function Hr(Kn,Gr,Ar,On,kn){return Gr=+Gr,Ar=Ar>>>0,kn||gr(Kn,Gr,Ar,8),y.write(Kn,Gr,Ar,On,52,8),Ar+8}re.prototype.writeDoubleLE=function(Gr,Ar,On){return Hr(this,Gr,Ar,!0,On)},re.prototype.writeDoubleBE=function(Gr,Ar,On){return Hr(this,Gr,Ar,!1,On)},re.prototype.copy=function(Gr,Ar,On,kn){if(!re.isBuffer(Gr))throw new TypeError("argument should be a Buffer");if(On||(On=0),!kn&&kn!==0&&(kn=this.length),Ar>=Gr.length&&(Ar=Gr.length),Ar||(Ar=0),kn>0&&kn=this.length)throw new RangeError("Index out of range");if(kn<0)throw new RangeError("sourceEnd out of bounds");kn>this.length&&(kn=this.length),Gr.length-Ar>>0,On=On===void 0?this.length:On>>>0,Gr||(Gr=0);let Sa;if(typeof Gr=="number")for(Sa=Ar;Sa2**32?kn=Sr(String(Ar)):typeof Ar=="bigint"&&(kn=String(Ar),(Ar>BigInt(2)**BigInt(32)||Ar<-(BigInt(2)**BigInt(32)))&&(kn=Sr(kn)),kn+="n"),On+=` It must be ${Gr}. Received ${kn}`,On},RangeError);function Sr(Kn){let Gr="",Ar=Kn.length;const On=Kn[0]==="-"?1:0;for(;Ar>=On+4;Ar-=3)Gr=`_${Kn.slice(Ar-3,Ar)}${Gr}`;return`${Kn.slice(0,Ar)}${Gr}`}function Tr(Kn,Gr,Ar){br(Gr,"offset"),(Kn[Gr]===void 0||Kn[Gr+Ar]===void 0)&&Cr(Gr,Kn.length-(Ar+1))}function Mr(Kn,Gr,Ar,On,kn,Sa){if(Kn>Ar||Kn= 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 Ur.ERR_OUT_OF_RANGE("value",qa,Kn)}Tr(On,kn,Sa)}function br(Kn,Gr){if(typeof Kn!="number")throw new Ur.ERR_INVALID_ARG_TYPE(Gr,"number",Kn)}function Cr(Kn,Gr,Ar){throw Math.floor(Kn)!==Kn?(br(Kn,Ar),new Ur.ERR_OUT_OF_RANGE("offset","an integer",Kn)):Gr<0?new Ur.ERR_BUFFER_OUT_OF_BOUNDS:new Ur.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${Gr}`,Kn)}const Ir=/[^+/0-9A-Za-z-_]/g;function Dr(Kn){if(Kn=Kn.split("=")[0],Kn=Kn.trim().replace(Ir,""),Kn.length<2)return"";for(;Kn.length%4!==0;)Kn=Kn+"=";return Kn}function Kr(Kn,Gr){Gr=Gr||1/0;let Ar;const On=Kn.length;let kn=null;const Sa=[];for(let sa=0;sa55295&&Ar<57344){if(!kn){if(Ar>56319){(Gr-=3)>-1&&Sa.push(239,191,189);continue}else if(sa+1===On){(Gr-=3)>-1&&Sa.push(239,191,189);continue}kn=Ar;continue}if(Ar<56320){(Gr-=3)>-1&&Sa.push(239,191,189),kn=Ar;continue}Ar=(kn-55296<<10|Ar-56320)+65536}else kn&&(Gr-=3)>-1&&Sa.push(239,191,189);if(kn=null,Ar<128){if((Gr-=1)<0)break;Sa.push(Ar)}else if(Ar<2048){if((Gr-=2)<0)break;Sa.push(Ar>>6|192,Ar&63|128)}else if(Ar<65536){if((Gr-=3)<0)break;Sa.push(Ar>>12|224,Ar>>6&63|128,Ar&63|128)}else if(Ar<1114112){if((Gr-=4)<0)break;Sa.push(Ar>>18|240,Ar>>12&63|128,Ar>>6&63|128,Ar&63|128)}else throw new Error("Invalid code point")}return Sa}function Wr(Kn){const Gr=[];for(let Ar=0;Ar>8,kn=Ar%256,Sa.push(kn),Sa.push(On);return Sa}function Fr(Kn){return t.toByteArray(Dr(Kn))}function Qr(Kn,Gr,Ar,On){let kn;for(kn=0;kn=Gr.length||kn>=Kn.length);++kn)Gr[kn+Ar]=Kn[kn];return kn}function ca(Kn,Gr){return Kn instanceof Gr||Kn!=null&&Kn.constructor!=null&&Kn.constructor.name!=null&&Kn.constructor.name===Gr.name}function Po(Kn){return Kn!==Kn}const Wa=function(){const Kn="0123456789abcdef",Gr=new Array(256);for(let Ar=0;Ar<16;++Ar){const On=Ar*16;for(let kn=0;kn<16;++kn)Gr[On+kn]=Kn[Ar]+Kn[kn]}return Gr}();function Go(Kn){return typeof BigInt>"u"?us:Kn}function us(){throw new Error("BigInt not supported")}})(buffer$1);const Buffer$2=buffer$1.Buffer;var parse$1={},hasRequiredParse;function requireParse(){if(hasRequiredParse)return parse$1;hasRequiredParse=1,Object.defineProperty(parse$1,"__esModule",{value:!0}),parse$1.update=void 0;var e=requireLib$3(),t=requireHtmlparser2Adapter(),y=requireParse5Adapter(),n=requireLib$a();function k($,j,V){if(typeof Buffer$2<"u"&&Buffer$2.isBuffer($)&&($=$.toString()),typeof $=="string")return j.xmlMode||j._useHtmlParser2?t.parse($,j):y.parse($,j,V);var z=$;if(!Array.isArray(z)&&n.isDocument(z))return z;var re=new n.Document([]);return L(z,re),re}parse$1.default=k;function L($,j){var V=Array.isArray($)?$:[$];j?j.children=V:j=null;for(var z=0;z/;function V(z){return j.test(z)}return utils$4.isHtml=V,utils$4}var attributes={},hasRequiredAttributes;function requireAttributes(){if(hasRequiredAttributes)return attributes;hasRequiredAttributes=1,Object.defineProperty(attributes,"__esModule",{value:!0}),attributes.toggleClass=attributes.removeClass=attributes.addClass=attributes.hasClass=attributes.removeAttr=attributes.val=attributes.data=attributes.prop=attributes.attr=void 0;var e=require_static(),t=requireUtils$1(),y=Object.prototype.hasOwnProperty,n=/\s+/,k="data-",L={null:null,true:!0,false:!1},$=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,j=/^{[^]*}$|^\[[^]*]$/;function V(Ve,qe,jt){var tr;if(!(!Ve||!t.isTag(Ve))){if((tr=Ve.attribs)!==null&&tr!==void 0||(Ve.attribs={}),!qe)return Ve.attribs;if(y.call(Ve.attribs,qe))return!jt&&$.test(qe)?qe:Ve.attribs[qe];if(Ve.name==="option"&&qe==="value")return e.text(Ve.children);if(Ve.name==="input"&&(Ve.attribs.type==="radio"||Ve.attribs.type==="checkbox")&&qe==="value")return"on"}}function z(Ve,qe,jt){jt===null?Ce(Ve,qe):Ve.attribs[qe]=""+jt}function re(Ve,qe){if(typeof Ve=="object"||qe!==void 0){if(typeof qe=="function"){if(typeof Ve!="string")throw new Error("Bad combination of arguments.");return t.domEach(this,function(jt,tr){t.isTag(jt)&&z(jt,Ve,qe.call(jt,tr,jt.attribs[Ve]))})}return t.domEach(this,function(jt){t.isTag(jt)&&(typeof Ve=="object"?Object.keys(Ve).forEach(function(tr){var rr=Ve[tr];z(jt,tr,rr)}):z(jt,Ve,qe))})}return arguments.length>1?this:V(this[0],Ve,this.options.xmlMode)}attributes.attr=re;function ie(Ve,qe,jt){if(!(!Ve||!t.isTag(Ve)))return qe in Ve?Ve[qe]:!jt&&$.test(qe)?V(Ve,qe,!1)!==void 0:V(Ve,qe,jt)}function oe(Ve,qe,jt,tr){qe in Ve?Ve[qe]=jt:z(Ve,qe,!tr&&$.test(qe)?jt?"":null:""+jt)}function ue(Ve,qe){var jt=this;if(typeof Ve=="string"&&qe===void 0)switch(Ve){case"style":{var tr=this.css(),rr=Object.keys(tr);return rr.forEach(function(nr,ur){tr[ur]=nr}),tr.length=rr.length,tr}case"tagName":case"nodeName":{var ar=this[0];return t.isTag(ar)?ar.name.toUpperCase():void 0}case"outerHTML":return this.clone().wrap("").parent().html();case"innerHTML":return this.html();default:return ie(this[0],Ve,this.options.xmlMode)}if(typeof Ve=="object"||qe!==void 0){if(typeof qe=="function"){if(typeof Ve=="object")throw new Error("Bad combination of arguments.");return t.domEach(this,function(nr,ur){t.isTag(nr)&&oe(nr,Ve,qe.call(nr,ur,ie(nr,Ve,jt.options.xmlMode)),jt.options.xmlMode)})}return t.domEach(this,function(nr){t.isTag(nr)&&(typeof Ve=="object"?Object.keys(Ve).forEach(function(ur){var cr=Ve[ur];oe(nr,ur,cr,jt.options.xmlMode)}):oe(nr,Ve,qe,jt.options.xmlMode))})}}attributes.prop=ue;function de(Ve,qe,jt){var tr,rr=Ve;(tr=rr.data)!==null&&tr!==void 0||(rr.data={}),typeof qe=="object"?Object.assign(rr.data,qe):typeof qe=="string"&&jt!==void 0&&(rr.data[qe]=jt)}function pe(Ve,qe){var jt,tr,rr;qe==null?(jt=Object.keys(Ve.attribs).filter(function(cr){return cr.startsWith(k)}),tr=jt.map(function(cr){return t.camelCase(cr.slice(k.length))})):(jt=[k+t.cssCase(qe)],tr=[qe]);for(var ar=0;ar-1;){var rr=tr+Ve.length;if((tr===0||n.test(jt[tr-1]))&&(rr===jt.length||n.test(jt[rr])))return!0}return!1})}attributes.hasClass=Fe;function Ue(Ve){if(typeof Ve=="function")return t.domEach(this,function(_r,hr){if(t.isTag(_r)){var Er=_r.attribs.class||"";Ue.call([_r],Ve.call(_r,hr,Er))}});if(!Ve||typeof Ve!="string")return this;for(var qe=Ve.split(n),jt=this.length,tr=0;tr=0&&(ar.splice(cr,1),nr=!0,ur--)}nr&&(rr.attribs.class=ar.join(" "))}})}attributes.removeClass=kt;function Et(Ve,qe){if(typeof Ve=="function")return t.domEach(this,function(Er,kr){t.isTag(Er)&&Et.call([Er],Ve.call(Er,kr,Er.attribs.class||"",qe),qe)});if(!Ve||typeof Ve!="string")return this;for(var jt=Ve.split(n),tr=jt.length,rr=typeof qe=="boolean"?qe?1:-1:0,ar=this.length,nr=0;nr=0&&hr<0?cr.push(jt[_r]):rr<=0&&hr>=0&&cr.splice(hr,1)}ur.attribs.class=cr.join(" ")}}return this}return attributes.toggleClass=Et,attributes}var traversing={},hasRequiredTraversing;function requireTraversing(){if(hasRequiredTraversing)return traversing;hasRequiredTraversing=1,Object.defineProperty(traversing,"__esModule",{value:!0}),traversing.addBack=traversing.add=traversing.end=traversing.slice=traversing.index=traversing.toArray=traversing.get=traversing.eq=traversing.last=traversing.first=traversing.has=traversing.not=traversing.is=traversing.filterArray=traversing.filter=traversing.map=traversing.each=traversing.contents=traversing.children=traversing.siblings=traversing.prevUntil=traversing.prevAll=traversing.prev=traversing.nextUntil=traversing.nextAll=traversing.next=traversing.closest=traversing.parentsUntil=traversing.parents=traversing.parent=traversing.find=void 0;var e=require$$0$6,t=requireLib$a(),y=e.__importStar(requireLib$4()),n=requireUtils$1(),k=require_static(),L=requireLib$3(),$=L.DomUtils.uniqueSort,j=/^\s*[~+]/;function V(_r){var hr;if(!_r)return this._make([]);var Er=this.toArray();if(typeof _r!="string"){var kr=n.isCheerio(_r)?_r.toArray():[_r];return this._make(kr.filter(function(vr){return Er.some(function(Rr){return k.contains(Rr,vr)})}))}var xr=j.test(_r)?Er:this.children().toArray(),yr={context:Er,root:(hr=this._root)===null||hr===void 0?void 0:hr[0],xmlMode:this.options.xmlMode};return this._make(y.select(_r,xr,yr))}traversing.find=V;function z(_r){return function(hr){for(var Er=[],kr=1;kr1&&vr.length>1?Er.reduce(function(Rr,Br){return Br(Rr)},vr):vr)}}}var re=z(function(_r,hr){for(var Er,kr=[],xr=0;xr0})}traversing.has=kt;function Et(){return this.length>1?this._make(this[0]):this}traversing.first=Et;function Ve(){return this.length>0?this._make(this[this.length-1]):this}traversing.last=Ve;function qe(_r){var hr;return _r=+_r,_r===0&&this.length<=1?this:(_r<0&&(_r=this.length+_r),this._make((hr=this[_r])!==null&&hr!==void 0?hr:[]))}traversing.eq=qe;function jt(_r){return _r==null?this.toArray():this[_r<0?this.length+_r:_r]}traversing.get=jt;function tr(){return Array.prototype.slice.call(this)}traversing.toArray=tr;function rr(_r){var hr,Er;return _r==null?(hr=this.parent().children(),Er=this[0]):typeof _r=="string"?(hr=this._make(_r),Er=this[0]):(hr=this,Er=n.isCheerio(_r)?_r[0]:_r),Array.prototype.indexOf.call(hr,Er)}traversing.index=rr;function ar(_r,hr){return this._make(Array.prototype.slice.call(this,_r,hr))}traversing.slice=ar;function nr(){var _r;return(_r=this.prevObject)!==null&&_r!==void 0?_r:this._make([])}traversing.end=nr;function ur(_r,hr){var Er=this._make(_r,hr),kr=$(e.__spreadArray(e.__spreadArray([],this.get()),Er.get()));return this._make(kr)}traversing.add=ur;function cr(_r){return this.prevObject?this.add(_r?this.prevObject.filter(_r):this.prevObject):this}return traversing.addBack=cr,traversing}var manipulation={},hasRequiredManipulation;function requireManipulation(){if(hasRequiredManipulation)return manipulation;hasRequiredManipulation=1,Object.defineProperty(manipulation,"__esModule",{value:!0}),manipulation.clone=manipulation.text=manipulation.toString=manipulation.html=manipulation.empty=manipulation.replaceWith=manipulation.remove=manipulation.insertBefore=manipulation.before=manipulation.insertAfter=manipulation.after=manipulation.wrapAll=manipulation.unwrap=manipulation.wrapInner=manipulation.wrap=manipulation.prepend=manipulation.append=manipulation.prependTo=manipulation.appendTo=manipulation._makeDomArray=void 0;var e=require$$0$6,t=requireLib$a(),y=requireLib$a(),n=e.__importStar(requireParse()),k=require_static(),L=requireUtils$1(),$=requireLib$3();function j(qe,jt){var tr=this;return qe==null?[]:L.isCheerio(qe)?jt?L.cloneDom(qe.get()):qe.get():Array.isArray(qe)?qe.reduce(function(rr,ar){return rr.concat(tr._makeDomArray(ar,jt))},[]):typeof qe=="string"?n.default(qe,this.options,!1).children:jt?L.cloneDom([qe]):[qe]}manipulation._makeDomArray=j;function V(qe){return function(){for(var jt=this,tr=[],rr=0;rr-1&&(xr.children.splice(yr,1),ar===xr&&jt>yr&&cr[0]--)}kr.parent=ar,kr.prev&&(kr.prev.next=(nr=kr.next)!==null&&nr!==void 0?nr:null),kr.next&&(kr.next.prev=(ur=kr.prev)!==null&&ur!==void 0?ur:null),kr.prev=rr[Er-1]||_r,kr.next=rr[Er+1]||hr}return _r&&(_r.next=rr[0]),hr&&(hr.prev=rr[rr.length-1]),qe.splice.apply(qe,cr)}function re(qe){var jt=L.isCheerio(qe)?qe:this._make(qe);return jt.append(this),this}manipulation.appendTo=re;function ie(qe){var jt=L.isCheerio(qe)?qe:this._make(qe);return jt.prepend(this),this}manipulation.prependTo=ie,manipulation.append=V(function(qe,jt,tr){z(jt,jt.length,0,qe,tr)}),manipulation.prepend=V(function(qe,jt,tr){z(jt,0,0,qe,tr)});function oe(qe){return function(jt){for(var tr=this.length-1,rr=this.parents().last(),ar=0;ar0?_r:!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 Ue(cr){return re=cr,ie.push(re),ie.length}function kt(cr){var _r=re;return ie[ie.length-1]=re=cr,_r}function Et(cr){if((cr||1)==1)n[j]==` +`?(z++,$=1):$++,j++;else{var _r=n.slice(j,j+cr).split(` +`);_r.length>1&&(z+=_r.length-1,$=1),$+=_r[_r.length-1].length,j=j+cr}}function Ve(){oe.end={line:z,col:$},ue.push(oe),k="",oe={}}function qe(cr){oe={type:cr,start:{line:z,col:$}}}for(;L=pe();)switch(L){case" ":switch(Ie()){case"selector":case"value":case"value-paren":case"at-group":case"at-value":case"comment":case"double-string":case"single-string":k+=L;break}break;case` +`:case" ":case"\r":case"\f":switch(Ie()){case"value":case"value-paren":case"at-group":case"comment":case"single-string":case"double-string":case"selector":k+=L;break;case"at-value":L===` +`&&(oe.value=k.trim(),Ve(),Fe());break}break;case":":switch(Ie()){case"name":oe.name=k.trim(),k="",kt("before-value");break;case"before-selector":k+=L,qe("selector"),Ue("selector");break;case"before-value":kt("value"),k+=L;break;default:k+=L;break}break;case";":switch(Ie()){case"name":case"before-value":case"value":k.trim().length>0&&(oe.value=k.trim(),Ve()),kt("before-name");break;case"value-paren":k+=L;break;case"at-value":oe.value=k.trim(),Ve(),Fe();break;case"before-name":break;default:k+=L;break}break;case"{":switch(Ie()){case"selector":if(Ne(-1)==="\\"){k+=L;break}oe.text=k.trim(),Ve(),kt("before-name"),V=V+1;break;case"at-group":switch(oe.name=k.trim(),oe.type){case"font-face":case"viewport":case"page":Ue("before-name");break;default:Ue("before-selector")}Ve(),V=V+1;break;case"name":case"at-rule":oe.name=k.trim(),Ve(),Ue("before-name"),V=V+1;break;case"comment":case"double-string":case"single-string":k+=L;break;case"before-value":kt("value"),k+=L;break}break;case"}":switch(Ie()){case"before-name":case"name":case"before-value":case"value":k&&(oe.value=k.trim()),oe.name&&oe.value&&Ve(),qe("end"),Ve(),Fe(),Ie()==="at-group"&&(qe("at-group-end"),Ve(),Fe()),V>0&&(V=V-1);break;case"at-group":case"before-selector":case"selector":if(Ne(-1)==="\\"){k+=L;break}V>0&&Ie(1)==="at-group"&&(qe("at-group-end"),Ve()),V>1&&Fe(),V>0&&(V=V-1);break;case"double-string":case"single-string":case"comment":k+=L;break}break;case'"':case"'":switch(Ie()){case"double-string":L==='"'&&Ne(-1)!=="\\"&&Fe();break;case"single-string":L==="'"&&Ne(-1)!=="\\"&&Fe();break;case"before-at-value":kt("at-value"),Ue(L==='"'?"double-string":"single-string");break;case"before-value":kt("value"),Ue(L==='"'?"double-string":"single-string");break;case"comment":break;default:Ne(-1)!=="\\"&&Ue(L==='"'?"double-string":"single-string")}k+=L;break;case"/":switch(Ie()){case"comment":case"double-string":case"single-string":k+=L;break;case"before-value":case"selector":case"name":case"value":if(he("*")){var jt=Ce("*/");jt&&Et(jt+1)}else Ie()=="before-value"&&kt("value"),k+=L;break;default:he("*")?(qe("comment"),Ue("comment"),Et()):k+=L;break}break;case"*":switch(Ie()){case"comment":he("/")?(oe.text=k,Et(),Ve(),Fe()):k+=L;break;case"before-selector":k+=L,qe("selector"),Ue("selector");break;case"before-value":kt("value"),k+=L;break;default:k+=L}break;case"@":switch(Ie()){case"comment":case"double-string":case"single-string":k+=L;break;case"before-value":kt("value"),k+=L;break;default:for(var tr=!1,rr,ar,nr=0,ur=de.length;!tr&&nr+)\\s*|(\\s+)|(+|\\*)|\\#(+)|\\.(+)|\\[\\s*(+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:(["']?)(.*?)\\9)))?\\s*\\](?!\\])|(:+)(+)(?:\\((?:(?:(["'])([^\\13]*)\\13)|((?:\\([^)]+\\)|[^()]*)+))\\))?)`.replace(//,"["+escape$1(">+~`!@$%^&={}\\;/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(//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=0;re--)(k.fontFaces&&V[re].type==="font-face"||k.mediaQueries&&V[re].type==="media"||k.keyFrames&&V[re].type==="keyframes"||k.pseudos&&V[re].selectors&&this.matchesPseudo(V[re].selectors[0],L))&&z.unshift(t.stringify({stylesheet:{rules:[V[re]]}},{comments:!1,indentation:" "})),V[re].position.start;return z.length===0?!1:` + */e.extract=function(L){for(var $=0,j=[],V="",z=0,re=L.length;z=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($){return $.replace(/\r\n/g,` +`},e.normalizeLineEndings=function(k){return k.replace(/\r\n/g,` `).replace(/\n/g,`\r -`)},e.matchesPseudo=function($,k){return k.find(function(L){return $.indexOf(L)>-1})},e.compareFunc=function($,k){for(var L=Math.min($.length,k.length),j=0;jk[j]?1:-1;return $.length-k.length},e.compare=function($,k){return e.compareFunc($,k)==1?$:k},e.getDefaultOptions=function($){var k=Object.assign({extraCss:"",insertPreservedExtraCss:!0,applyStyleTags:!0,removeStyleTags:!0,preserveMediaQueries:!0,preserveFontFaces:!0,preserveKeyFrames:!0,preservePseudos:!0,applyWidthAttributes:!0,applyHeightAttributes:!0,applyAttributesTableElements:!0,url:""},$);return k.webResources=k.webResources||{},k}}(utils$s)),utils$s}(function(e){var t=lib$e;requireUtils();var y=function($,k,L){return k=Object.assign({decodeEntities:!1,_useHtmlParser2:!0},k),$=L($),t.load($,k)},n=function(){var $=[],k=function(j){var V=e.exports.codeBlocks;return Object.keys(V).forEach(function(z){var re=new RegExp(V[z].start+"([\\S\\s]*?)"+V[z].end,"g");j=j.replace(re,function(oe,ue){return $.push(oe),"JUICE_CODE_BLOCK_"+($.length-1)+"_"})}),j},L=function(j){for(var V=0;V<$.length;V++){var z=new RegExp("JUICE_CODE_BLOCK_"+V+'_(="")?',"gi");j=j.replace(z,function(){return $[V]})}return j};return{encodeEntities:k,decodeEntities:L}};e.exports=function($,k,L,j){var V=n(),z=y($,k,V.encodeEntities),re=[z];re.push.apply(re,j);var oe=L.apply(void 0,re)||z;return k&&k.xmlMode?V.decodeEntities(oe.xml()):V.decodeEntities(oe.html())},e.exports.codeBlocks={EJS:{start:"<%",end:"%>"},HBS:{start:"{{",end:"}}"}}})(cheerio$2);var cheerioExports=cheerio$2.exports,numbers$1={};numbers$1.romanize=function(e){if(isNaN(e))return NaN;for(var t=String(+e).split(""),y=["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM","","X","XX","XXX","XL","L","LX","LXX","LXXX","XC","","I","II","III","IV","V","VI","VII","VIII","IX"],n="",$=3;$--;)n=(y[+t.pop()+$*10]||"")+n;return Array(+t.join("")+1).join("M")+n};numbers$1.alphanumeric=function(e){for(var t="",y;e>0;)y=(e-1)%26,t=String.fromCharCode(65+y)+t,e=(e-y)/26|0;return t||void 0};var utils$r=requireUtils(),numbers=numbers$1,inline=function(t){t.ignoredPseudos=["hover","active","focus","visited","link"],t.widthElements=["TABLE","TD","TH","IMG"],t.heightElements=["TABLE","TD","TH","IMG"],t.tableElements=["TABLE","TH","TR","TD","CAPTION","COLGROUP","COL","THEAD","TBODY","TFOOT"],t.nonVisualElements=["HEAD","TITLE","BASE","LINK","STYLE","META","SCRIPT","NOSCRIPT"],t.styleToAttribute={"background-color":"bgcolor","background-image":"background","text-align":"align","vertical-align":"valign"},t.excludedProperties=[],t.juiceDocument=re,t.inlineDocument=y;function y(de,_e,Ne){Ne=Ne||{};var Ue=utils$r.parseCSS(_e),$e=[],Ve="style",Fe={};if(Ne.styleAttributeName&&(Ve=Ne.styleAttributeName),Ue.forEach(ir),$e.forEach(dr),Ne.inlinePseudoElements&&$e.forEach(cr),Ne.applyWidthAttributes&&$e.forEach(function(ie){nr(ie,"width")}),Ne.applyHeightAttributes&&$e.forEach(function(ie){nr(ie,"height")}),Ne.applyAttributesTableElements&&$e.forEach(Et),Ne.insertPreservedExtraCss&&Ne.extraCss){var qe=utils$r.getPreservedText(Ne.extraCss,{mediaQueries:Ne.preserveMediaQueries,fontFaces:Ne.preserveFontFaces,keyFrames:Ne.preserveKeyFrames});if(qe){var er=null;Ne.insertPreservedExtraCss!==!0?er=de(Ne.insertPreservedExtraCss):(er=de("head"),er.length||(er=de("body")),er.length||(er=de.root())),er.first().append("")}}function ir(ie){var pe=ie[0],Ce=ie[1],Ie=new utils$r.Selector(pe),jt=Ie.parsed();if(jt){for(var ar=j(jt),ur=0;ur=0)return}}if(ar){var gr=jt[jt.length-1],_r=gr.pseudos;gr.pseudos=z(gr.pseudos),pe=jt.toString(),gr.pseudos=_r}var yr;try{yr=de(pe)}catch{return}yr.each(function(){var xr=this;if(xr.name&&t.nonVisualElements.indexOf(xr.name.toUpperCase())>=0)return;if(ar){var Nr="pseudo"+ar,Tr=xr[Nr];Tr||(Tr=xr[Nr]=de("").get(0),Tr.pseudoElementType=ar,Tr.pseudoElementParent=xr,Tr.counterProps=xr.counterProps,xr[Nr]=Tr),xr=Tr}if(!xr.styleProps){if(xr.styleProps={},de(xr).attr(Ve)){var Sr="* { "+de(xr).attr(Ve)+" } ";Gr(utils$r.parseCSS(Sr)[0][1],new utils$r.Selector("")}}function Ue(tr){var rr=tr[0],ar=tr[1],nr=new utils$2.Selector(rr),ur=nr.parsed();if(ur){for(var cr=j(ur),_r=0;_r=0)return}}if(cr){var xr=ur[ur.length-1],yr=xr.pseudos;xr.pseudos=z(xr.pseudos),rr=ur.toString(),xr.pseudos=yr}var vr;try{vr=ue(rr)}catch{return}vr.each(function(){var Rr=this;if(Rr.name&&t.nonVisualElements.indexOf(Rr.name.toUpperCase())>=0)return;if(cr){var Br="pseudo"+cr,mr=Rr[Br];mr||(mr=Rr[Br]=ue("").get(0),mr.pseudoElementType=cr,mr.pseudoElementParent=Rr,mr.counterProps=Rr.counterProps,Rr[Br]=mr),Rr=mr}if(!Rr.styleProps){if(Rr.styleProps={},ue(Rr).attr(Ce)){var gr="* { "+ue(Rr).attr(Ce)+" } ";Ur(utils$2.parseCSS(gr)[0][1],new utils$2.Selector(" - `),V.value=Ir},qe=ref$1(null),er=Dr=>{qe.value.setValue(Dr)},ir=useStorage("__css_content",DEFAULT_CSS_CONTENT),dr=useStorage(addPrefix("css_content_config"),{active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:ir.value||DEFAULT_CSS_CONTENT}]}),cr=()=>dr.value.tabs.find(Dr=>Dr.name===dr.value.active),nr=Dr=>{dr.value.active=Dr;const Ir=dr.value.tabs.find(Br=>Br.name===Dr).content;er(Ir)},lr=Dr=>{dr.value.tabs.push({name:Dr,title:Dr,content:DEFAULT_CSS_CONTENT}),dr.value.active=Dr,er(DEFAULT_CSS_CONTENT)},Et=Dr=>dr.value.tabs.every(({name:Ir})=>Ir!==Dr),ie=()=>{const Dr=css2json(qe.value.getValue());let Ir=setFontSize(re.value.replace("px",""));Ir=customCssWithTemplate(Dr,oe.value,Ir),_e.setOptions({theme:Ir}),Fe()};onMounted(()=>{const Dr=document.querySelector("#cssEditor");Dr.value=cr().content,qe.value=markRaw(CodeMirror.fromTextArea(Dr,{mode:"css",theme:"style-mirror",lineNumbers:!1,lineWrapping:!0,matchBrackets:!0,autofocus:!0,extraKeys:{[`${modPrefix}-F`]:function(Br){const Rr=formatCss(Br.getValue());cr().content=Rr,Br.setValue(Rr)}}})),qe.value.on("keyup",(Ir,Br)=>{(Br.keyCode>=65&&Br.keyCode<=90||Br.keyCode===189)&&Ir.showHint(Br)}),qe.value.on("update",()=>{ie(),cr().content=qe.value.getValue()})});const pe=()=>{L.value=!1,y.value=!0,z.value=fontFamilyOptions[0].value,re.value=fontSizeOptions[2].value,oe.value=colorOptions[0].value,ue.value=codeBlockThemeOptions[2].value,de.value=legendOptions[3].value,dr.value={active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:ir.value||DEFAULT_CSS_CONTENT}]},qe.value.setValue(DEFAULT_CSS_CONTENT),ie(),Fe()},Ce=Dr=>(...Ir)=>{Dr(...Ir),Fe()},Ie=(Dr,Ir)=>{const Br=setFontSize(Dr.replace("px",""));return setColorWithCustomTemplate(Br,Ir)},jt=Ce(Dr=>{_e.setOptions({fonts:Dr}),z.value=Dr}),ar=Ce(Dr=>{const Ir=Ie(Dr,oe.value);_e.setOptions({size:Dr,theme:Ir}),re.value=Dr}),ur=Ce(Dr=>{const Ir=Ie(re.value,Dr);_e.setOptions({theme:Ir}),oe.value=Dr}),kt=Ce(Dr=>{ue.value=Dr}),he=Ce(Dr=>{de.value=Dr}),tr=Ce(()=>{n()}),gr=Ce(()=>{j()}),_r=()=>{exportHTML(),document.querySelector("#output").innerHTML=V.value},yr=()=>{downloadMD(Ne.value.getValue())},xr=()=>{const Dr=document.body,Ir=document.createElement("input");Ir.type="file",Ir.name="filename",Ir.accept=".md",Ir.onchange=()=>{const Br=Ir.files[0];if(!Br)return;const Rr=new FileReader;Rr.readAsText(Br),Rr.onload=Lr=>{Ne.value.setValue(formatDoc(Lr.target.result)),ElMessage.success("文档导入成功")}},Dr.appendChild(Ir),Ir.click(),Dr.removeChild(Ir)},Nr=()=>{ElMessageBox.confirm("此操作将丢失本地自定义样式,是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then(()=>{pe(),ElMessage({type:"success",message:"样式重置成功~"})}).catch(()=>{Ne.value.focus()})},Tr=ref$1(!1),Sr=useToggle(Tr),Ar=ref$1(!1),Fr=useToggle(Ar),Gr=ref$1(!1),Vr=useToggle(Gr);return{isShowCssEditor:Tr,toggleShowCssEditor:Sr,isShowInsertFormDialog:Ar,toggleShowInsertFormDialog:Fr,isShowUploadImgDialog:Gr,toggleShowUploadImgDialog:Vr,isDark:e,toggleDark:t,isEditOnLeft:$,toggleEditOnLeft:k,isMacCodeBlock:y,isCiteStatus:L,citeStatusChanged:gr,output:V,editor:Ne,cssEditor:qe,fontFamily:z,fontSize:re,fontColor:oe,codeBlockTheme:ue,legend:de,editorRefresh:Fe,fontChanged:jt,sizeChanged:ar,colorChanged:ur,codeBlockThemeChanged:kt,legendChanged:he,macCodeBlockChanged:tr,formatContent:$e,exportEditorContent2HTML:_r,exportEditorContent2MD:yr,importMarkdownContent:xr,resetStyleConfirm:Nr,editorContent:Ue,cssContentConfig:dr,addCssContentTab:lr,validatorTabName:Et,setCssEditorValue:er,tabChanged:nr}}),Store=createPinia(),ElementPlus={install(e){e.use(installer,{size:"default"}),e.config.globalProperties.$loading=ElLoading.service,e.config.globalProperties.$message=ElMessage;for(const[t,y]of Object.entries(ElementPlusIconsVue))e.component(`ElIcon${t}`,y)}};var cryptoJs={exports:{}};function commonjsRequire(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var core={exports:{}};const __viteBrowserExternal={},__viteBrowserExternal$1=Object.freeze(Object.defineProperty({__proto__:null,default:__viteBrowserExternal},Symbol.toStringTag,{value:"Module"})),require$$2$1=getAugmentedNamespace(__viteBrowserExternal$1);var hasRequiredCore;function requireCore(){return hasRequiredCore||(hasRequiredCore=1,function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=y||function(n,$){var k;if(typeof window<"u"&&window.crypto&&(k=window.crypto),typeof self<"u"&&self.crypto&&(k=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(k=globalThis.crypto),!k&&typeof window<"u"&&window.msCrypto&&(k=window.msCrypto),!k&&typeof commonjsGlobal<"u"&&commonjsGlobal.crypto&&(k=commonjsGlobal.crypto),!k&&typeof commonjsRequire=="function")try{k=require$$2$1}catch{}var L=function(){if(k){if(typeof k.getRandomValues=="function")try{return k.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof k.randomBytes=="function")try{return k.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},j=Object.create||function(){function Ve(){}return function(Fe){var qe;return Ve.prototype=Fe,qe=new Ve,Ve.prototype=null,qe}}(),V={},z=V.lib={},re=z.Base=function(){return{extend:function(Ve){var Fe=j(this);return Ve&&Fe.mixIn(Ve),(!Fe.hasOwnProperty("init")||this.init===Fe.init)&&(Fe.init=function(){Fe.$super.init.apply(this,arguments)}),Fe.init.prototype=Fe,Fe.$super=this,Fe},create:function(){var Ve=this.extend();return Ve.init.apply(Ve,arguments),Ve},init:function(){},mixIn:function(Ve){for(var Fe in Ve)Ve.hasOwnProperty(Fe)&&(this[Fe]=Ve[Fe]);Ve.hasOwnProperty("toString")&&(this.toString=Ve.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),oe=z.WordArray=re.extend({init:function(Ve,Fe){Ve=this.words=Ve||[],Fe!=$?this.sigBytes=Fe:this.sigBytes=Ve.length*4},toString:function(Ve){return(Ve||de).stringify(this)},concat:function(Ve){var Fe=this.words,qe=Ve.words,er=this.sigBytes,ir=Ve.sigBytes;if(this.clamp(),er%4)for(var dr=0;dr>>2]>>>24-dr%4*8&255;Fe[er+dr>>>2]|=cr<<24-(er+dr)%4*8}else for(var nr=0;nr>>2]=qe[nr>>>2];return this.sigBytes+=ir,this},clamp:function(){var Ve=this.words,Fe=this.sigBytes;Ve[Fe>>>2]&=4294967295<<32-Fe%4*8,Ve.length=n.ceil(Fe/4)},clone:function(){var Ve=re.clone.call(this);return Ve.words=this.words.slice(0),Ve},random:function(Ve){for(var Fe=[],qe=0;qe>>2]>>>24-ir%4*8&255;er.push((dr>>>4).toString(16)),er.push((dr&15).toString(16))}return er.join("")},parse:function(Ve){for(var Fe=Ve.length,qe=[],er=0;er>>3]|=parseInt(Ve.substr(er,2),16)<<24-er%8*4;return new oe.init(qe,Fe/2)}},_e=ue.Latin1={stringify:function(Ve){for(var Fe=Ve.words,qe=Ve.sigBytes,er=[],ir=0;ir>>2]>>>24-ir%4*8&255;er.push(String.fromCharCode(dr))}return er.join("")},parse:function(Ve){for(var Fe=Ve.length,qe=[],er=0;er>>2]|=(Ve.charCodeAt(er)&255)<<24-er%4*8;return new oe.init(qe,Fe)}},Ne=ue.Utf8={stringify:function(Ve){try{return decodeURIComponent(escape(_e.stringify(Ve)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(Ve){return _e.parse(unescape(encodeURIComponent(Ve)))}},Ue=z.BufferedBlockAlgorithm=re.extend({reset:function(){this._data=new oe.init,this._nDataBytes=0},_append:function(Ve){typeof Ve=="string"&&(Ve=Ne.parse(Ve)),this._data.concat(Ve),this._nDataBytes+=Ve.sigBytes},_process:function(Ve){var Fe,qe=this._data,er=qe.words,ir=qe.sigBytes,dr=this.blockSize,cr=dr*4,nr=ir/cr;Ve?nr=n.ceil(nr):nr=n.max((nr|0)-this._minBufferSize,0);var lr=nr*dr,Et=n.min(lr*4,ir);if(lr){for(var ie=0;ie>>2]|=V[oe]<<24-oe%4*8;L.call(this,re,z)}else L.apply(this,arguments)};j.prototype=k}}(),y.lib.WordArray})}(libTypedarrays)),libTypedarrays.exports}var encUtf16={exports:{}},hasRequiredEncUtf16;function requireEncUtf16(){return hasRequiredEncUtf16||(hasRequiredEncUtf16=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.enc;L.Utf16=L.Utf16BE={stringify:function(V){for(var z=V.words,re=V.sigBytes,oe=[],ue=0;ue>>2]>>>16-ue%4*8&65535;oe.push(String.fromCharCode(de))}return oe.join("")},parse:function(V){for(var z=V.length,re=[],oe=0;oe>>1]|=V.charCodeAt(oe)<<16-oe%2*16;return k.create(re,z*2)}},L.Utf16LE={stringify:function(V){for(var z=V.words,re=V.sigBytes,oe=[],ue=0;ue>>2]>>>16-ue%4*8&65535);oe.push(String.fromCharCode(de))}return oe.join("")},parse:function(V){for(var z=V.length,re=[],oe=0;oe>>1]|=j(V.charCodeAt(oe)<<16-oe%2*16);return k.create(re,z*2)}};function j(V){return V<<8&4278255360|V>>>8&16711935}}(),y.enc.Utf16})}(encUtf16)),encUtf16.exports}var encBase64={exports:{}},hasRequiredEncBase64;function requireEncBase64(){return hasRequiredEncBase64||(hasRequiredEncBase64=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.enc;L.Base64={stringify:function(V){var z=V.words,re=V.sigBytes,oe=this._map;V.clamp();for(var ue=[],de=0;de>>2]>>>24-de%4*8&255,Ne=z[de+1>>>2]>>>24-(de+1)%4*8&255,Ue=z[de+2>>>2]>>>24-(de+2)%4*8&255,$e=_e<<16|Ne<<8|Ue,Ve=0;Ve<4&&de+Ve*.75>>6*(3-Ve)&63));var Fe=oe.charAt(64);if(Fe)for(;ue.length%4;)ue.push(Fe);return ue.join("")},parse:function(V){var z=V.length,re=this._map,oe=this._reverseMap;if(!oe){oe=this._reverseMap=[];for(var ue=0;ue>>6-de%4*2,Ue=_e|Ne;oe[ue>>>2]|=Ue<<24-ue%4*8,ue++}return k.create(oe,ue)}}(),y.enc.Base64})}(encBase64)),encBase64.exports}var encBase64url={exports:{}},hasRequiredEncBase64url;function requireEncBase64url(){return hasRequiredEncBase64url||(hasRequiredEncBase64url=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.enc;L.Base64url={stringify:function(V,z){z===void 0&&(z=!0);var re=V.words,oe=V.sigBytes,ue=z?this._safe_map:this._map;V.clamp();for(var de=[],_e=0;_e>>2]>>>24-_e%4*8&255,Ue=re[_e+1>>>2]>>>24-(_e+1)%4*8&255,$e=re[_e+2>>>2]>>>24-(_e+2)%4*8&255,Ve=Ne<<16|Ue<<8|$e,Fe=0;Fe<4&&_e+Fe*.75>>6*(3-Fe)&63));var qe=ue.charAt(64);if(qe)for(;de.length%4;)de.push(qe);return de.join("")},parse:function(V,z){z===void 0&&(z=!0);var re=V.length,oe=z?this._safe_map:this._map,ue=this._reverseMap;if(!ue){ue=this._reverseMap=[];for(var de=0;de>>6-de%4*2,Ue=_e|Ne;oe[ue>>>2]|=Ue<<24-ue%4*8,ue++}return k.create(oe,ue)}}(),y.enc.Base64url})}(encBase64url)),encBase64url.exports}var md5$3={exports:{}},hasRequiredMd5;function requireMd5(){return hasRequiredMd5||(hasRequiredMd5=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.algo,z=[];(function(){for(var Ne=0;Ne<64;Ne++)z[Ne]=n.abs(n.sin(Ne+1))*4294967296|0})();var re=V.MD5=j.extend({_doReset:function(){this._hash=new L.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(Ne,Ue){for(var $e=0;$e<16;$e++){var Ve=Ue+$e,Fe=Ne[Ve];Ne[Ve]=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360}var qe=this._hash.words,er=Ne[Ue+0],ir=Ne[Ue+1],dr=Ne[Ue+2],cr=Ne[Ue+3],nr=Ne[Ue+4],lr=Ne[Ue+5],Et=Ne[Ue+6],ie=Ne[Ue+7],pe=Ne[Ue+8],Ce=Ne[Ue+9],Ie=Ne[Ue+10],jt=Ne[Ue+11],ar=Ne[Ue+12],ur=Ne[Ue+13],kt=Ne[Ue+14],he=Ne[Ue+15],tr=qe[0],gr=qe[1],_r=qe[2],yr=qe[3];tr=oe(tr,gr,_r,yr,er,7,z[0]),yr=oe(yr,tr,gr,_r,ir,12,z[1]),_r=oe(_r,yr,tr,gr,dr,17,z[2]),gr=oe(gr,_r,yr,tr,cr,22,z[3]),tr=oe(tr,gr,_r,yr,nr,7,z[4]),yr=oe(yr,tr,gr,_r,lr,12,z[5]),_r=oe(_r,yr,tr,gr,Et,17,z[6]),gr=oe(gr,_r,yr,tr,ie,22,z[7]),tr=oe(tr,gr,_r,yr,pe,7,z[8]),yr=oe(yr,tr,gr,_r,Ce,12,z[9]),_r=oe(_r,yr,tr,gr,Ie,17,z[10]),gr=oe(gr,_r,yr,tr,jt,22,z[11]),tr=oe(tr,gr,_r,yr,ar,7,z[12]),yr=oe(yr,tr,gr,_r,ur,12,z[13]),_r=oe(_r,yr,tr,gr,kt,17,z[14]),gr=oe(gr,_r,yr,tr,he,22,z[15]),tr=ue(tr,gr,_r,yr,ir,5,z[16]),yr=ue(yr,tr,gr,_r,Et,9,z[17]),_r=ue(_r,yr,tr,gr,jt,14,z[18]),gr=ue(gr,_r,yr,tr,er,20,z[19]),tr=ue(tr,gr,_r,yr,lr,5,z[20]),yr=ue(yr,tr,gr,_r,Ie,9,z[21]),_r=ue(_r,yr,tr,gr,he,14,z[22]),gr=ue(gr,_r,yr,tr,nr,20,z[23]),tr=ue(tr,gr,_r,yr,Ce,5,z[24]),yr=ue(yr,tr,gr,_r,kt,9,z[25]),_r=ue(_r,yr,tr,gr,cr,14,z[26]),gr=ue(gr,_r,yr,tr,pe,20,z[27]),tr=ue(tr,gr,_r,yr,ur,5,z[28]),yr=ue(yr,tr,gr,_r,dr,9,z[29]),_r=ue(_r,yr,tr,gr,ie,14,z[30]),gr=ue(gr,_r,yr,tr,ar,20,z[31]),tr=de(tr,gr,_r,yr,lr,4,z[32]),yr=de(yr,tr,gr,_r,pe,11,z[33]),_r=de(_r,yr,tr,gr,jt,16,z[34]),gr=de(gr,_r,yr,tr,kt,23,z[35]),tr=de(tr,gr,_r,yr,ir,4,z[36]),yr=de(yr,tr,gr,_r,nr,11,z[37]),_r=de(_r,yr,tr,gr,ie,16,z[38]),gr=de(gr,_r,yr,tr,Ie,23,z[39]),tr=de(tr,gr,_r,yr,ur,4,z[40]),yr=de(yr,tr,gr,_r,er,11,z[41]),_r=de(_r,yr,tr,gr,cr,16,z[42]),gr=de(gr,_r,yr,tr,Et,23,z[43]),tr=de(tr,gr,_r,yr,Ce,4,z[44]),yr=de(yr,tr,gr,_r,ar,11,z[45]),_r=de(_r,yr,tr,gr,he,16,z[46]),gr=de(gr,_r,yr,tr,dr,23,z[47]),tr=_e(tr,gr,_r,yr,er,6,z[48]),yr=_e(yr,tr,gr,_r,ie,10,z[49]),_r=_e(_r,yr,tr,gr,kt,15,z[50]),gr=_e(gr,_r,yr,tr,lr,21,z[51]),tr=_e(tr,gr,_r,yr,ar,6,z[52]),yr=_e(yr,tr,gr,_r,cr,10,z[53]),_r=_e(_r,yr,tr,gr,Ie,15,z[54]),gr=_e(gr,_r,yr,tr,ir,21,z[55]),tr=_e(tr,gr,_r,yr,pe,6,z[56]),yr=_e(yr,tr,gr,_r,he,10,z[57]),_r=_e(_r,yr,tr,gr,Et,15,z[58]),gr=_e(gr,_r,yr,tr,ur,21,z[59]),tr=_e(tr,gr,_r,yr,nr,6,z[60]),yr=_e(yr,tr,gr,_r,jt,10,z[61]),_r=_e(_r,yr,tr,gr,dr,15,z[62]),gr=_e(gr,_r,yr,tr,Ce,21,z[63]),qe[0]=qe[0]+tr|0,qe[1]=qe[1]+gr|0,qe[2]=qe[2]+_r|0,qe[3]=qe[3]+yr|0},_doFinalize:function(){var Ne=this._data,Ue=Ne.words,$e=this._nDataBytes*8,Ve=Ne.sigBytes*8;Ue[Ve>>>5]|=128<<24-Ve%32;var Fe=n.floor($e/4294967296),qe=$e;Ue[(Ve+64>>>9<<4)+15]=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,Ue[(Ve+64>>>9<<4)+14]=(qe<<8|qe>>>24)&16711935|(qe<<24|qe>>>8)&4278255360,Ne.sigBytes=(Ue.length+1)*4,this._process();for(var er=this._hash,ir=er.words,dr=0;dr<4;dr++){var cr=ir[dr];ir[dr]=(cr<<8|cr>>>24)&16711935|(cr<<24|cr>>>8)&4278255360}return er},clone:function(){var Ne=j.clone.call(this);return Ne._hash=this._hash.clone(),Ne}});function oe(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+(Ue&$e|~Ue&Ve)+Fe+er;return(ir<>>32-qe)+Ue}function ue(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+(Ue&Ve|$e&~Ve)+Fe+er;return(ir<>>32-qe)+Ue}function de(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+(Ue^$e^Ve)+Fe+er;return(ir<>>32-qe)+Ue}function _e(Ne,Ue,$e,Ve,Fe,qe,er){var ir=Ne+($e^(Ue|~Ve))+Fe+er;return(ir<>>32-qe)+Ue}$.MD5=j._createHelper(re),$.HmacMD5=j._createHmacHelper(re)}(Math),y.MD5})}(md5$3)),md5$3.exports}var sha1$1={exports:{}},hasRequiredSha1;function requireSha1(){return hasRequiredSha1||(hasRequiredSha1=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=$.Hasher,j=n.algo,V=[],z=j.SHA1=L.extend({_doReset:function(){this._hash=new k.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(re,oe){for(var ue=this._hash.words,de=ue[0],_e=ue[1],Ne=ue[2],Ue=ue[3],$e=ue[4],Ve=0;Ve<80;Ve++){if(Ve<16)V[Ve]=re[oe+Ve]|0;else{var Fe=V[Ve-3]^V[Ve-8]^V[Ve-14]^V[Ve-16];V[Ve]=Fe<<1|Fe>>>31}var qe=(de<<5|de>>>27)+$e+V[Ve];Ve<20?qe+=(_e&Ne|~_e&Ue)+1518500249:Ve<40?qe+=(_e^Ne^Ue)+1859775393:Ve<60?qe+=(_e&Ne|_e&Ue|Ne&Ue)-1894007588:qe+=(_e^Ne^Ue)-899497514,$e=Ue,Ue=Ne,Ne=_e<<30|_e>>>2,_e=de,de=qe}ue[0]=ue[0]+de|0,ue[1]=ue[1]+_e|0,ue[2]=ue[2]+Ne|0,ue[3]=ue[3]+Ue|0,ue[4]=ue[4]+$e|0},_doFinalize:function(){var re=this._data,oe=re.words,ue=this._nDataBytes*8,de=re.sigBytes*8;return oe[de>>>5]|=128<<24-de%32,oe[(de+64>>>9<<4)+14]=Math.floor(ue/4294967296),oe[(de+64>>>9<<4)+15]=ue,re.sigBytes=oe.length*4,this._process(),this._hash},clone:function(){var re=L.clone.call(this);return re._hash=this._hash.clone(),re}});n.SHA1=L._createHelper(z),n.HmacSHA1=L._createHmacHelper(z)}(),y.SHA1})}(sha1$1)),sha1$1.exports}var sha256$2={exports:{}},hasRequiredSha256;function requireSha256(){return hasRequiredSha256||(hasRequiredSha256=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.algo,z=[],re=[];(function(){function de($e){for(var Ve=n.sqrt($e),Fe=2;Fe<=Ve;Fe++)if(!($e%Fe))return!1;return!0}function _e($e){return($e-($e|0))*4294967296|0}for(var Ne=2,Ue=0;Ue<64;)de(Ne)&&(Ue<8&&(z[Ue]=_e(n.pow(Ne,1/2))),re[Ue]=_e(n.pow(Ne,1/3)),Ue++),Ne++})();var oe=[],ue=V.SHA256=j.extend({_doReset:function(){this._hash=new L.init(z.slice(0))},_doProcessBlock:function(de,_e){for(var Ne=this._hash.words,Ue=Ne[0],$e=Ne[1],Ve=Ne[2],Fe=Ne[3],qe=Ne[4],er=Ne[5],ir=Ne[6],dr=Ne[7],cr=0;cr<64;cr++){if(cr<16)oe[cr]=de[_e+cr]|0;else{var nr=oe[cr-15],lr=(nr<<25|nr>>>7)^(nr<<14|nr>>>18)^nr>>>3,Et=oe[cr-2],ie=(Et<<15|Et>>>17)^(Et<<13|Et>>>19)^Et>>>10;oe[cr]=lr+oe[cr-7]+ie+oe[cr-16]}var pe=qe&er^~qe&ir,Ce=Ue&$e^Ue&Ve^$e&Ve,Ie=(Ue<<30|Ue>>>2)^(Ue<<19|Ue>>>13)^(Ue<<10|Ue>>>22),jt=(qe<<26|qe>>>6)^(qe<<21|qe>>>11)^(qe<<7|qe>>>25),ar=dr+jt+pe+re[cr]+oe[cr],ur=Ie+Ce;dr=ir,ir=er,er=qe,qe=Fe+ar|0,Fe=Ve,Ve=$e,$e=Ue,Ue=ar+ur|0}Ne[0]=Ne[0]+Ue|0,Ne[1]=Ne[1]+$e|0,Ne[2]=Ne[2]+Ve|0,Ne[3]=Ne[3]+Fe|0,Ne[4]=Ne[4]+qe|0,Ne[5]=Ne[5]+er|0,Ne[6]=Ne[6]+ir|0,Ne[7]=Ne[7]+dr|0},_doFinalize:function(){var de=this._data,_e=de.words,Ne=this._nDataBytes*8,Ue=de.sigBytes*8;return _e[Ue>>>5]|=128<<24-Ue%32,_e[(Ue+64>>>9<<4)+14]=n.floor(Ne/4294967296),_e[(Ue+64>>>9<<4)+15]=Ne,de.sigBytes=_e.length*4,this._process(),this._hash},clone:function(){var de=j.clone.call(this);return de._hash=this._hash.clone(),de}});$.SHA256=j._createHelper(ue),$.HmacSHA256=j._createHmacHelper(ue)}(Math),y.SHA256})}(sha256$2)),sha256$2.exports}var sha224$2={exports:{}},hasRequiredSha224;function requireSha224(){return hasRequiredSha224||(hasRequiredSha224=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireSha256())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=n.algo,j=L.SHA256,V=L.SHA224=j.extend({_doReset:function(){this._hash=new k.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var z=j._doFinalize.call(this);return z.sigBytes-=4,z}});n.SHA224=j._createHelper(V),n.HmacSHA224=j._createHmacHelper(V)}(),y.SHA224})}(sha224$2)),sha224$2.exports}var sha512$2={exports:{}},hasRequiredSha512;function requireSha512(){return hasRequiredSha512||(hasRequiredSha512=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireX64Core())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.Hasher,L=n.x64,j=L.Word,V=L.WordArray,z=n.algo;function re(){return j.create.apply(j,arguments)}var oe=[re(1116352408,3609767458),re(1899447441,602891725),re(3049323471,3964484399),re(3921009573,2173295548),re(961987163,4081628472),re(1508970993,3053834265),re(2453635748,2937671579),re(2870763221,3664609560),re(3624381080,2734883394),re(310598401,1164996542),re(607225278,1323610764),re(1426881987,3590304994),re(1925078388,4068182383),re(2162078206,991336113),re(2614888103,633803317),re(3248222580,3479774868),re(3835390401,2666613458),re(4022224774,944711139),re(264347078,2341262773),re(604807628,2007800933),re(770255983,1495990901),re(1249150122,1856431235),re(1555081692,3175218132),re(1996064986,2198950837),re(2554220882,3999719339),re(2821834349,766784016),re(2952996808,2566594879),re(3210313671,3203337956),re(3336571891,1034457026),re(3584528711,2466948901),re(113926993,3758326383),re(338241895,168717936),re(666307205,1188179964),re(773529912,1546045734),re(1294757372,1522805485),re(1396182291,2643833823),re(1695183700,2343527390),re(1986661051,1014477480),re(2177026350,1206759142),re(2456956037,344077627),re(2730485921,1290863460),re(2820302411,3158454273),re(3259730800,3505952657),re(3345764771,106217008),re(3516065817,3606008344),re(3600352804,1432725776),re(4094571909,1467031594),re(275423344,851169720),re(430227734,3100823752),re(506948616,1363258195),re(659060556,3750685593),re(883997877,3785050280),re(958139571,3318307427),re(1322822218,3812723403),re(1537002063,2003034995),re(1747873779,3602036899),re(1955562222,1575990012),re(2024104815,1125592928),re(2227730452,2716904306),re(2361852424,442776044),re(2428436474,593698344),re(2756734187,3733110249),re(3204031479,2999351573),re(3329325298,3815920427),re(3391569614,3928383900),re(3515267271,566280711),re(3940187606,3454069534),re(4118630271,4000239992),re(116418474,1914138554),re(174292421,2731055270),re(289380356,3203993006),re(460393269,320620315),re(685471733,587496836),re(852142971,1086792851),re(1017036298,365543100),re(1126000580,2618297676),re(1288033470,3409855158),re(1501505948,4234509866),re(1607167915,987167468),re(1816402316,1246189591)],ue=[];(function(){for(var _e=0;_e<80;_e++)ue[_e]=re()})();var de=z.SHA512=k.extend({_doReset:function(){this._hash=new V.init([new j.init(1779033703,4089235720),new j.init(3144134277,2227873595),new j.init(1013904242,4271175723),new j.init(2773480762,1595750129),new j.init(1359893119,2917565137),new j.init(2600822924,725511199),new j.init(528734635,4215389547),new j.init(1541459225,327033209)])},_doProcessBlock:function(_e,Ne){for(var Ue=this._hash.words,$e=Ue[0],Ve=Ue[1],Fe=Ue[2],qe=Ue[3],er=Ue[4],ir=Ue[5],dr=Ue[6],cr=Ue[7],nr=$e.high,lr=$e.low,Et=Ve.high,ie=Ve.low,pe=Fe.high,Ce=Fe.low,Ie=qe.high,jt=qe.low,ar=er.high,ur=er.low,kt=ir.high,he=ir.low,tr=dr.high,gr=dr.low,_r=cr.high,yr=cr.low,xr=nr,Nr=lr,Tr=Et,Sr=ie,Ar=pe,Fr=Ce,Gr=Ie,Vr=jt,Dr=ar,Ir=ur,Br=kt,Rr=he,Lr=tr,$r=gr,jr=_r,vn=yr,Kr=0;Kr<80;Kr++){var kr,Qr,Zr=ue[Kr];if(Kr<16)Qr=Zr.high=_e[Ne+Kr*2]|0,kr=Zr.low=_e[Ne+Kr*2+1]|0;else{var Vi=ue[Kr-15],To=Vi.high,oa=Vi.low,Ba=(To>>>1|oa<<31)^(To>>>8|oa<<24)^To>>>7,rs=(oa>>>1|To<<31)^(oa>>>8|To<<24)^(oa>>>7|To<<25),Mn=ue[Kr-2],Wr=Mn.high,Ur=Mn.low,Sn=(Wr>>>19|Ur<<13)^(Wr<<3|Ur>>>29)^Wr>>>6,Nn=(Ur>>>19|Wr<<13)^(Ur<<3|Wr>>>29)^(Ur>>>6|Wr<<26),Sa=ue[Kr-7],Li=Sa.high,ca=Sa.low,fo=ue[Kr-16],zn=fo.high,ki=fo.low;kr=rs+ca,Qr=Ba+Li+(kr>>>0>>0?1:0),kr=kr+Nn,Qr=Qr+Sn+(kr>>>0>>0?1:0),kr=kr+ki,Qr=Qr+zn+(kr>>>0>>0?1:0),Zr.high=Qr,Zr.low=kr}var Ra=Dr&Br^~Dr&Lr,_o=Ir&Rr^~Ir&$r,eo=xr&Tr^xr&Ar^Tr&Ar,tl=Nr&Sr^Nr&Fr^Sr&Fr,Es=(xr>>>28|Nr<<4)^(xr<<30|Nr>>>2)^(xr<<25|Nr>>>7),Hs=(Nr>>>28|xr<<4)^(Nr<<30|xr>>>2)^(Nr<<25|xr>>>7),Ts=(Dr>>>14|Ir<<18)^(Dr>>>18|Ir<<14)^(Dr<<23|Ir>>>9),js=(Ir>>>14|Dr<<18)^(Ir>>>18|Dr<<14)^(Ir<<23|Dr>>>9),Gs=oe[Kr],uc=Gs.high,rl=Gs.low,il=vn+js,bl=jr+Ts+(il>>>0>>0?1:0),il=il+_o,bl=bl+Ra+(il>>>0<_o>>>0?1:0),il=il+rl,bl=bl+uc+(il>>>0>>0?1:0),il=il+kr,bl=bl+Qr+(il>>>0>>0?1:0),Wa=Hs+tl,Ao=Es+eo+(Wa>>>0>>0?1:0);jr=Lr,vn=$r,Lr=Br,$r=Rr,Br=Dr,Rr=Ir,Ir=Vr+il|0,Dr=Gr+bl+(Ir>>>0>>0?1:0)|0,Gr=Ar,Vr=Fr,Ar=Tr,Fr=Sr,Tr=xr,Sr=Nr,Nr=il+Wa|0,xr=bl+Ao+(Nr>>>0>>0?1:0)|0}lr=$e.low=lr+Nr,$e.high=nr+xr+(lr>>>0>>0?1:0),ie=Ve.low=ie+Sr,Ve.high=Et+Tr+(ie>>>0>>0?1:0),Ce=Fe.low=Ce+Fr,Fe.high=pe+Ar+(Ce>>>0>>0?1:0),jt=qe.low=jt+Vr,qe.high=Ie+Gr+(jt>>>0>>0?1:0),ur=er.low=ur+Ir,er.high=ar+Dr+(ur>>>0>>0?1:0),he=ir.low=he+Rr,ir.high=kt+Br+(he>>>0>>0?1:0),gr=dr.low=gr+$r,dr.high=tr+Lr+(gr>>>0<$r>>>0?1:0),yr=cr.low=yr+vn,cr.high=_r+jr+(yr>>>0>>0?1:0)},_doFinalize:function(){var _e=this._data,Ne=_e.words,Ue=this._nDataBytes*8,$e=_e.sigBytes*8;Ne[$e>>>5]|=128<<24-$e%32,Ne[($e+128>>>10<<5)+30]=Math.floor(Ue/4294967296),Ne[($e+128>>>10<<5)+31]=Ue,_e.sigBytes=Ne.length*4,this._process();var Ve=this._hash.toX32();return Ve},clone:function(){var _e=k.clone.call(this);return _e._hash=this._hash.clone(),_e},blockSize:1024/32});n.SHA512=k._createHelper(de),n.HmacSHA512=k._createHmacHelper(de)}(),y.SHA512})}(sha512$2)),sha512$2.exports}var sha384$2={exports:{}},hasRequiredSha384;function requireSha384(){return hasRequiredSha384||(hasRequiredSha384=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireX64Core(),requireSha512())})(commonjsGlobal,function(y){return function(){var n=y,$=n.x64,k=$.Word,L=$.WordArray,j=n.algo,V=j.SHA512,z=j.SHA384=V.extend({_doReset:function(){this._hash=new L.init([new k.init(3418070365,3238371032),new k.init(1654270250,914150663),new k.init(2438529370,812702999),new k.init(355462360,4144912697),new k.init(1731405415,4290775857),new k.init(2394180231,1750603025),new k.init(3675008525,1694076839),new k.init(1203062813,3204075428)])},_doFinalize:function(){var re=V._doFinalize.call(this);return re.sigBytes-=16,re}});n.SHA384=V._createHelper(z),n.HmacSHA384=V._createHmacHelper(z)}(),y.SHA384})}(sha384$2)),sha384$2.exports}var sha3={exports:{}},hasRequiredSha3;function requireSha3(){return hasRequiredSha3||(hasRequiredSha3=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireX64Core())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.x64,z=V.Word,re=$.algo,oe=[],ue=[],de=[];(function(){for(var Ue=1,$e=0,Ve=0;Ve<24;Ve++){oe[Ue+5*$e]=(Ve+1)*(Ve+2)/2%64;var Fe=$e%5,qe=(2*Ue+3*$e)%5;Ue=Fe,$e=qe}for(var Ue=0;Ue<5;Ue++)for(var $e=0;$e<5;$e++)ue[Ue+5*$e]=$e+(2*Ue+3*$e)%5*5;for(var er=1,ir=0;ir<24;ir++){for(var dr=0,cr=0,nr=0;nr<7;nr++){if(er&1){var lr=(1<>>24)&16711935|(er<<24|er>>>8)&4278255360,ir=(ir<<8|ir>>>24)&16711935|(ir<<24|ir>>>8)&4278255360;var dr=Ve[qe];dr.high^=ir,dr.low^=er}for(var cr=0;cr<24;cr++){for(var nr=0;nr<5;nr++){for(var lr=0,Et=0,ie=0;ie<5;ie++){var dr=Ve[nr+5*ie];lr^=dr.high,Et^=dr.low}var pe=_e[nr];pe.high=lr,pe.low=Et}for(var nr=0;nr<5;nr++)for(var Ce=_e[(nr+4)%5],Ie=_e[(nr+1)%5],jt=Ie.high,ar=Ie.low,lr=Ce.high^(jt<<1|ar>>>31),Et=Ce.low^(ar<<1|jt>>>31),ie=0;ie<5;ie++){var dr=Ve[nr+5*ie];dr.high^=lr,dr.low^=Et}for(var ur=1;ur<25;ur++){var lr,Et,dr=Ve[ur],kt=dr.high,he=dr.low,tr=oe[ur];tr<32?(lr=kt<>>32-tr,Et=he<>>32-tr):(lr=he<>>64-tr,Et=kt<>>64-tr);var gr=_e[ue[ur]];gr.high=lr,gr.low=Et}var _r=_e[0],yr=Ve[0];_r.high=yr.high,_r.low=yr.low;for(var nr=0;nr<5;nr++)for(var ie=0;ie<5;ie++){var ur=nr+5*ie,dr=Ve[ur],xr=_e[ur],Nr=_e[(nr+1)%5+5*ie],Tr=_e[(nr+2)%5+5*ie];dr.high=xr.high^~Nr.high&Tr.high,dr.low=xr.low^~Nr.low&Tr.low}var dr=Ve[0],Sr=de[cr];dr.high^=Sr.high,dr.low^=Sr.low}},_doFinalize:function(){var Ue=this._data,$e=Ue.words;this._nDataBytes*8;var Ve=Ue.sigBytes*8,Fe=this.blockSize*32;$e[Ve>>>5]|=1<<24-Ve%32,$e[(n.ceil((Ve+1)/Fe)*Fe>>>5)-1]|=128,Ue.sigBytes=$e.length*4,this._process();for(var qe=this._state,er=this.cfg.outputLength/8,ir=er/8,dr=[],cr=0;cr>>24)&16711935|(lr<<24|lr>>>8)&4278255360,Et=(Et<<8|Et>>>24)&16711935|(Et<<24|Et>>>8)&4278255360,dr.push(Et),dr.push(lr)}return new L.init(dr,er)},clone:function(){for(var Ue=j.clone.call(this),$e=Ue._state=this._state.slice(0),Ve=0;Ve<25;Ve++)$e[Ve]=$e[Ve].clone();return Ue}});$.SHA3=j._createHelper(Ne),$.HmacSHA3=j._createHmacHelper(Ne)}(Math),y.SHA3})}(sha3)),sha3.exports}var ripemd160$1={exports:{}},hasRequiredRipemd160;function requireRipemd160(){return hasRequiredRipemd160||(hasRequiredRipemd160=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){/** @preserve + `),V.value=Tr},Ne=ref$1(null),Fe=Sr=>{Ne.value.setValue(Sr)},Ue=useStorage("__css_content",DEFAULT_CSS_CONTENT),kt=useStorage(addPrefix("css_content_config"),{active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:Ue.value||DEFAULT_CSS_CONTENT}]}),Et=()=>kt.value.tabs.find(Sr=>Sr.name===kt.value.active),Ve=Sr=>{kt.value.active=Sr;const Tr=kt.value.tabs.find(Mr=>Mr.name===Sr).content;Fe(Tr)},qe=Sr=>{kt.value.tabs.push({name:Sr,title:Sr,content:DEFAULT_CSS_CONTENT}),kt.value.active=Sr,Fe(DEFAULT_CSS_CONTENT)},jt=Sr=>kt.value.tabs.every(({name:Tr})=>Tr!==Sr),tr=()=>{const Sr=css2json(Ne.value.getValue());let Tr=setFontSize(re.value.replace("px",""));Tr=customCssWithTemplate(Sr,ie.value,Tr),de.setOptions({theme:Tr}),he()};onMounted(()=>{const Sr=document.querySelector("#cssEditor");Sr.value=Et().content,Ne.value=markRaw(CodeMirror.fromTextArea(Sr,{mode:"css",theme:"style-mirror",lineNumbers:!1,lineWrapping:!0,matchBrackets:!0,autofocus:!0,extraKeys:{[`${modPrefix}-F`]:function(Mr){const br=formatCss(Mr.getValue());Et().content=br,Mr.setValue(br)}}})),Ne.value.on("keyup",(Tr,Mr)=>{(Mr.keyCode>=65&&Mr.keyCode<=90||Mr.keyCode===189)&&Tr.showHint(Mr)}),Ne.value.on("update",()=>{tr(),Et().content=Ne.value.getValue()})});const rr=()=>{$.value=!1,y.value=!0,z.value=fontFamilyOptions[0].value,re.value=fontSizeOptions[2].value,ie.value=colorOptions[0].value,oe.value=codeBlockThemeOptions[2].value,ue.value=legendOptions[3].value,kt.value={active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:Ue.value||DEFAULT_CSS_CONTENT}]},Ne.value.setValue(DEFAULT_CSS_CONTENT),tr(),he()},ar=Sr=>(...Tr)=>{Sr(...Tr),he()},nr=(Sr,Tr)=>{const Mr=setFontSize(Sr.replace("px",""));return setColorWithCustomTemplate(Mr,Tr)},ur=ar(Sr=>{de.setOptions({fonts:Sr}),z.value=Sr}),cr=ar(Sr=>{const Tr=nr(Sr,ie.value);de.setOptions({size:Sr,theme:Tr}),re.value=Sr}),_r=ar(Sr=>{const Tr=nr(re.value,Sr);de.setOptions({theme:Tr}),ie.value=Sr}),hr=ar(Sr=>{oe.value=Sr}),Er=ar(Sr=>{ue.value=Sr}),kr=ar(()=>{n()}),xr=ar(()=>{j()}),yr=()=>{exportHTML(),document.querySelector("#output").innerHTML=V.value},vr=()=>{downloadMD(pe.value.getValue())},Rr=()=>{const Sr=document.body,Tr=document.createElement("input");Tr.type="file",Tr.name="filename",Tr.accept=".md",Tr.onchange=()=>{const Mr=Tr.files[0];if(!Mr)return;const br=new FileReader;br.readAsText(Mr),br.onload=Cr=>{pe.value.setValue(formatDoc(Cr.target.result)),ElMessage.success("文档导入成功")}},Sr.appendChild(Tr),Tr.click(),Sr.removeChild(Tr)},Br=()=>{ElMessageBox.confirm("此操作将丢失本地自定义样式,是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then(()=>{rr(),ElMessage({type:"success",message:"样式重置成功~"})}).catch(()=>{pe.value.focus()})},mr=ref$1(!1),gr=useToggle(mr),jr=ref$1(!1),Hr=useToggle(jr),Ur=ref$1(!1),zr=useToggle(Ur);return{isShowCssEditor:mr,toggleShowCssEditor:gr,isShowInsertFormDialog:jr,toggleShowInsertFormDialog:Hr,isShowUploadImgDialog:Ur,toggleShowUploadImgDialog:zr,isDark:e,toggleDark:t,isEditOnLeft:k,toggleEditOnLeft:L,isMacCodeBlock:y,isCiteStatus:$,citeStatusChanged:xr,output:V,editor:pe,cssEditor:Ne,fontFamily:z,fontSize:re,fontColor:ie,codeBlockTheme:oe,legend:ue,editorRefresh:he,fontChanged:ur,sizeChanged:cr,colorChanged:_r,codeBlockThemeChanged:hr,legendChanged:Er,macCodeBlockChanged:kr,formatContent:_e,exportEditorContent2HTML:yr,exportEditorContent2MD:vr,importMarkdownContent:Rr,resetStyleConfirm:Br,editorContent:Ie,cssContentConfig:kt,addCssContentTab:qe,validatorTabName:jt,setCssEditorValue:Fe,tabChanged:Ve}}),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,Ue=Ce.sigBytes;if(this.clamp(),Fe%4)for(var kt=0;kt>>2]>>>24-kt%4*8&255;he[Fe+kt>>>2]|=Et<<24-(Fe+kt)%4*8}else for(var Ve=0;Ve>>2]=Ne[Ve>>>2];return this.sigBytes+=Ue,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>>2]>>>24-Ue%4*8&255;Fe.push((kt>>>4).toString(16)),Fe.push((kt&15).toString(16))}return Fe.join("")},parse:function(Ce){for(var he=Ce.length,Ne=[],Fe=0;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=[],Ue=0;Ue>>2]>>>24-Ue%4*8&255;Fe.push(String.fromCharCode(kt))}return Fe.join("")},parse:function(Ce){for(var he=Ce.length,Ne=[],Fe=0;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,Ue=Ne.sigBytes,kt=this.blockSize,Et=kt*4,Ve=Ue/Et;Ce?Ve=n.ceil(Ve):Ve=n.max((Ve|0)-this._minBufferSize,0);var qe=Ve*kt,jt=n.min(qe*4,Ue);if(qe){for(var tr=0;tr>>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>>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>>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>>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>>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>>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>>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>>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>>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>>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>>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],Ue=pe[Ie+1],kt=pe[Ie+2],Et=pe[Ie+3],Ve=pe[Ie+4],qe=pe[Ie+5],jt=pe[Ie+6],tr=pe[Ie+7],rr=pe[Ie+8],ar=pe[Ie+9],nr=pe[Ie+10],ur=pe[Ie+11],cr=pe[Ie+12],_r=pe[Ie+13],hr=pe[Ie+14],Er=pe[Ie+15],kr=Ne[0],xr=Ne[1],yr=Ne[2],vr=Ne[3];kr=ie(kr,xr,yr,vr,Fe,7,z[0]),vr=ie(vr,kr,xr,yr,Ue,12,z[1]),yr=ie(yr,vr,kr,xr,kt,17,z[2]),xr=ie(xr,yr,vr,kr,Et,22,z[3]),kr=ie(kr,xr,yr,vr,Ve,7,z[4]),vr=ie(vr,kr,xr,yr,qe,12,z[5]),yr=ie(yr,vr,kr,xr,jt,17,z[6]),xr=ie(xr,yr,vr,kr,tr,22,z[7]),kr=ie(kr,xr,yr,vr,rr,7,z[8]),vr=ie(vr,kr,xr,yr,ar,12,z[9]),yr=ie(yr,vr,kr,xr,nr,17,z[10]),xr=ie(xr,yr,vr,kr,ur,22,z[11]),kr=ie(kr,xr,yr,vr,cr,7,z[12]),vr=ie(vr,kr,xr,yr,_r,12,z[13]),yr=ie(yr,vr,kr,xr,hr,17,z[14]),xr=ie(xr,yr,vr,kr,Er,22,z[15]),kr=oe(kr,xr,yr,vr,Ue,5,z[16]),vr=oe(vr,kr,xr,yr,jt,9,z[17]),yr=oe(yr,vr,kr,xr,ur,14,z[18]),xr=oe(xr,yr,vr,kr,Fe,20,z[19]),kr=oe(kr,xr,yr,vr,qe,5,z[20]),vr=oe(vr,kr,xr,yr,nr,9,z[21]),yr=oe(yr,vr,kr,xr,Er,14,z[22]),xr=oe(xr,yr,vr,kr,Ve,20,z[23]),kr=oe(kr,xr,yr,vr,ar,5,z[24]),vr=oe(vr,kr,xr,yr,hr,9,z[25]),yr=oe(yr,vr,kr,xr,Et,14,z[26]),xr=oe(xr,yr,vr,kr,rr,20,z[27]),kr=oe(kr,xr,yr,vr,_r,5,z[28]),vr=oe(vr,kr,xr,yr,kt,9,z[29]),yr=oe(yr,vr,kr,xr,tr,14,z[30]),xr=oe(xr,yr,vr,kr,cr,20,z[31]),kr=ue(kr,xr,yr,vr,qe,4,z[32]),vr=ue(vr,kr,xr,yr,rr,11,z[33]),yr=ue(yr,vr,kr,xr,ur,16,z[34]),xr=ue(xr,yr,vr,kr,hr,23,z[35]),kr=ue(kr,xr,yr,vr,Ue,4,z[36]),vr=ue(vr,kr,xr,yr,Ve,11,z[37]),yr=ue(yr,vr,kr,xr,tr,16,z[38]),xr=ue(xr,yr,vr,kr,nr,23,z[39]),kr=ue(kr,xr,yr,vr,_r,4,z[40]),vr=ue(vr,kr,xr,yr,Fe,11,z[41]),yr=ue(yr,vr,kr,xr,Et,16,z[42]),xr=ue(xr,yr,vr,kr,jt,23,z[43]),kr=ue(kr,xr,yr,vr,ar,4,z[44]),vr=ue(vr,kr,xr,yr,cr,11,z[45]),yr=ue(yr,vr,kr,xr,Er,16,z[46]),xr=ue(xr,yr,vr,kr,kt,23,z[47]),kr=de(kr,xr,yr,vr,Fe,6,z[48]),vr=de(vr,kr,xr,yr,tr,10,z[49]),yr=de(yr,vr,kr,xr,hr,15,z[50]),xr=de(xr,yr,vr,kr,qe,21,z[51]),kr=de(kr,xr,yr,vr,cr,6,z[52]),vr=de(vr,kr,xr,yr,Et,10,z[53]),yr=de(yr,vr,kr,xr,nr,15,z[54]),xr=de(xr,yr,vr,kr,Ue,21,z[55]),kr=de(kr,xr,yr,vr,rr,6,z[56]),vr=de(vr,kr,xr,yr,Er,10,z[57]),yr=de(yr,vr,kr,xr,jt,15,z[58]),xr=de(xr,yr,vr,kr,_r,21,z[59]),kr=de(kr,xr,yr,vr,Ve,6,z[60]),vr=de(vr,kr,xr,yr,ur,10,z[61]),yr=de(yr,vr,kr,xr,kt,15,z[62]),xr=de(xr,yr,vr,kr,ar,21,z[63]),Ne[0]=Ne[0]+kr|0,Ne[1]=Ne[1]+xr|0,Ne[2]=Ne[2]+yr|0,Ne[3]=Ne[3]+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,Ue=Fe.words,kt=0;kt<4;kt++){var Et=Ue[kt];Ue[kt]=(Et<<8|Et>>>24)&16711935|(Et<<24|Et>>>8)&4278255360}return Fe},clone:function(){var pe=j.clone.call(this);return pe._hash=this._hash.clone(),pe}});function ie(pe,Ie,_e,Ce,he,Ne,Fe){var Ue=pe+(Ie&_e|~Ie&Ce)+he+Fe;return(Ue<>>32-Ne)+Ie}function oe(pe,Ie,_e,Ce,he,Ne,Fe){var Ue=pe+(Ie&Ce|_e&~Ce)+he+Fe;return(Ue<>>32-Ne)+Ie}function ue(pe,Ie,_e,Ce,he,Ne,Fe){var Ue=pe+(Ie^_e^Ce)+he+Fe;return(Ue<>>32-Ne)+Ie}function de(pe,Ie,_e,Ce,he,Ne,Fe){var Ue=pe+(_e^(Ie|~Ce))+he+Fe;return(Ue<>>32-Ne)+Ie}k.MD5=j._createHelper(re),k.HmacMD5=j._createHmacHelper(re)}(Math),y.MD5})}(md5)),md5.exports}var sha1={exports:{}},hasRequiredSha1;function requireSha1(){return hasRequiredSha1||(hasRequiredSha1=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.WordArray,$=k.Hasher,j=n.algo,V=[],z=j.SHA1=$.extend({_doReset:function(){this._hash=new L.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(re,ie){for(var oe=this._hash.words,ue=oe[0],de=oe[1],pe=oe[2],Ie=oe[3],_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],Ue=pe[6],kt=pe[7],Et=0;Et<64;Et++){if(Et<16)ie[Et]=ue[de+Et]|0;else{var Ve=ie[Et-15],qe=(Ve<<25|Ve>>>7)^(Ve<<14|Ve>>>18)^Ve>>>3,jt=ie[Et-2],tr=(jt<<15|jt>>>17)^(jt<<13|jt>>>19)^jt>>>10;ie[Et]=qe+ie[Et-7]+tr+ie[Et-16]}var rr=Ne&Fe^~Ne&Ue,ar=Ie&_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=kt+ur+rr+re[Et]+ie[Et],_r=nr+ar;kt=Ue,Ue=Fe,Fe=Ne,Ne=he+cr|0,he=Ce,Ce=_e,_e=Ie,Ie=cr+_r|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]+Ue|0,pe[7]=pe[7]+kt|0},_doFinalize:function(){var ue=this._data,de=ue.words,pe=this._nDataBytes*8,Ie=ue.sigBytes*8;return de[Ie>>>5]|=128<<24-Ie%32,de[(Ie+64>>>9<<4)+14]=n.floor(pe/4294967296),de[(Ie+64>>>9<<4)+15]=pe,ue.sigBytes=de.length*4,this._process(),this._hash},clone:function(){var ue=j.clone.call(this);return ue._hash=this._hash.clone(),ue}});k.SHA256=j._createHelper(oe),k.HmacSHA256=j._createHmacHelper(oe)}(Math),y.SHA256})}(sha256)),sha256.exports}var sha224={exports:{}},hasRequiredSha224;function requireSha224(){return hasRequiredSha224||(hasRequiredSha224=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireSha256())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.WordArray,$=n.algo,j=$.SHA256,V=$.SHA224=j.extend({_doReset:function(){this._hash=new L.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var z=j._doFinalize.call(this);return z.sigBytes-=4,z}});n.SHA224=j._createHelper(V),n.HmacSHA224=j._createHmacHelper(V)}(),y.SHA224})}(sha224)),sha224.exports}var sha512={exports:{}},hasRequiredSha512;function requireSha512(){return hasRequiredSha512||(hasRequiredSha512=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireX64Core())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.Hasher,$=n.x64,j=$.Word,V=$.WordArray,z=n.algo;function re(){return j.create.apply(j,arguments)}var ie=[re(1116352408,3609767458),re(1899447441,602891725),re(3049323471,3964484399),re(3921009573,2173295548),re(961987163,4081628472),re(1508970993,3053834265),re(2453635748,2937671579),re(2870763221,3664609560),re(3624381080,2734883394),re(310598401,1164996542),re(607225278,1323610764),re(1426881987,3590304994),re(1925078388,4068182383),re(2162078206,991336113),re(2614888103,633803317),re(3248222580,3479774868),re(3835390401,2666613458),re(4022224774,944711139),re(264347078,2341262773),re(604807628,2007800933),re(770255983,1495990901),re(1249150122,1856431235),re(1555081692,3175218132),re(1996064986,2198950837),re(2554220882,3999719339),re(2821834349,766784016),re(2952996808,2566594879),re(3210313671,3203337956),re(3336571891,1034457026),re(3584528711,2466948901),re(113926993,3758326383),re(338241895,168717936),re(666307205,1188179964),re(773529912,1546045734),re(1294757372,1522805485),re(1396182291,2643833823),re(1695183700,2343527390),re(1986661051,1014477480),re(2177026350,1206759142),re(2456956037,344077627),re(2730485921,1290863460),re(2820302411,3158454273),re(3259730800,3505952657),re(3345764771,106217008),re(3516065817,3606008344),re(3600352804,1432725776),re(4094571909,1467031594),re(275423344,851169720),re(430227734,3100823752),re(506948616,1363258195),re(659060556,3750685593),re(883997877,3785050280),re(958139571,3318307427),re(1322822218,3812723403),re(1537002063,2003034995),re(1747873779,3602036899),re(1955562222,1575990012),re(2024104815,1125592928),re(2227730452,2716904306),re(2361852424,442776044),re(2428436474,593698344),re(2756734187,3733110249),re(3204031479,2999351573),re(3329325298,3815920427),re(3391569614,3928383900),re(3515267271,566280711),re(3940187606,3454069534),re(4118630271,4000239992),re(116418474,1914138554),re(174292421,2731055270),re(289380356,3203993006),re(460393269,320620315),re(685471733,587496836),re(852142971,1086792851),re(1017036298,365543100),re(1126000580,2618297676),re(1288033470,3409855158),re(1501505948,4234509866),re(1607167915,987167468),re(1816402316,1246189591)],oe=[];(function(){for(var de=0;de<80;de++)oe[de]=re()})();var ue=z.SHA512=L.extend({_doReset:function(){this._hash=new V.init([new j.init(1779033703,4089235720),new j.init(3144134277,2227873595),new j.init(1013904242,4271175723),new j.init(2773480762,1595750129),new j.init(1359893119,2917565137),new j.init(2600822924,725511199),new j.init(528734635,4215389547),new j.init(1541459225,327033209)])},_doProcessBlock:function(de,pe){for(var Ie=this._hash.words,_e=Ie[0],Ce=Ie[1],he=Ie[2],Ne=Ie[3],Fe=Ie[4],Ue=Ie[5],kt=Ie[6],Et=Ie[7],Ve=_e.high,qe=_e.low,jt=Ce.high,tr=Ce.low,rr=he.high,ar=he.low,nr=Ne.high,ur=Ne.low,cr=Fe.high,_r=Fe.low,hr=Ue.high,Er=Ue.low,kr=kt.high,xr=kt.low,yr=Et.high,vr=Et.low,Rr=Ve,Br=qe,mr=jt,gr=tr,jr=rr,Hr=ar,Ur=nr,zr=ur,Sr=cr,Tr=_r,Mr=hr,br=Er,Cr=kr,Ir=xr,Dr=yr,Kr=vr,Wr=0;Wr<80;Wr++){var Nr,Fr,Qr=oe[Wr];if(Wr<16)Fr=Qr.high=de[pe+Wr*2]|0,Nr=Qr.low=de[pe+Wr*2+1]|0;else{var ca=oe[Wr-15],Po=ca.high,Wa=ca.low,Go=(Po>>>1|Wa<<31)^(Po>>>8|Wa<<24)^Po>>>7,us=(Wa>>>1|Po<<31)^(Wa>>>8|Po<<24)^(Wa>>>7|Po<<25),Kn=oe[Wr-2],Gr=Kn.high,Ar=Kn.low,On=(Gr>>>19|Ar<<13)^(Gr<<3|Ar>>>29)^Gr>>>6,kn=(Ar>>>19|Gr<<13)^(Ar<<3|Gr>>>29)^(Ar>>>6|Gr<<26),Sa=oe[Wr-7],sa=Sa.high,qa=Sa.low,To=oe[Wr-16],Hi=To.high,na=To.low;Nr=us+qa,Fr=Go+sa+(Nr>>>0>>0?1:0),Nr=Nr+kn,Fr=Fr+On+(Nr>>>0>>0?1:0),Nr=Nr+na,Fr=Fr+Hi+(Nr>>>0>>0?1:0),Qr.high=Fr,Qr.low=Nr}var Ma=Sr&Mr^~Sr&Cr,Ns=Tr&br^~Tr&Ir,cs=Rr&mr^Rr&jr^mr&jr,vl=Br&gr^Br&Hr^gr&Hr,Bl=(Rr>>>28|Br<<4)^(Rr<<30|Br>>>2)^(Rr<<25|Br>>>7),Au=(Br>>>28|Rr<<4)^(Br<<30|Rr>>>2)^(Br<<25|Rr>>>7),xs=(Sr>>>14|Tr<<18)^(Sr>>>18|Tr<<14)^(Sr<<23|Tr>>>9),ju=(Tr>>>14|Sr<<18)^(Tr>>>18|Sr<<14)^(Tr<<23|Sr>>>9),Lu=ie[Wr],Pc=Lu.high,Nc=Lu.low,gc=Kr+ju,Wl=Dr+xs+(gc>>>0>>0?1:0),gc=gc+Ns,Wl=Wl+Ma+(gc>>>0>>0?1:0),gc=gc+Nc,Wl=Wl+Pc+(gc>>>0>>0?1:0),gc=gc+Nr,Wl=Wl+Fr+(gc>>>0>>0?1:0),ps=Au+vl,Ds=Bl+cs+(ps>>>0>>0?1:0);Dr=Cr,Kr=Ir,Cr=Mr,Ir=br,Mr=Sr,br=Tr,Tr=zr+gc|0,Sr=Ur+Wl+(Tr>>>0>>0?1:0)|0,Ur=jr,zr=Hr,jr=mr,Hr=gr,mr=Rr,gr=Br,Br=gc+ps|0,Rr=Wl+Ds+(Br>>>0>>0?1:0)|0}qe=_e.low=qe+Br,_e.high=Ve+Rr+(qe>>>0
    >>0?1:0),tr=Ce.low=tr+gr,Ce.high=jt+mr+(tr>>>0>>0?1:0),ar=he.low=ar+Hr,he.high=rr+jr+(ar>>>0
    >>0?1:0),ur=Ne.low=ur+zr,Ne.high=nr+Ur+(ur>>>0>>0?1:0),_r=Fe.low=_r+Tr,Fe.high=cr+Sr+(_r>>>0>>0?1:0),Er=Ue.low=Er+br,Ue.high=hr+Mr+(Er>>>0
    >>0?1:0),xr=kt.low=xr+Ir,kt.high=kr+Cr+(xr>>>0>>0?1:0),vr=Et.low=vr+Kr,Et.high=yr+Dr+(vr>>>0>>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,Ue=0;Ue<24;Ue++){for(var kt=0,Et=0,Ve=0;Ve<7;Ve++){if(Fe&1){var qe=(1<>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,Ue=(Ue<<8|Ue>>>24)&16711935|(Ue<<24|Ue>>>8)&4278255360;var kt=Ce[Ne];kt.high^=Ue,kt.low^=Fe}for(var Et=0;Et<24;Et++){for(var Ve=0;Ve<5;Ve++){for(var qe=0,jt=0,tr=0;tr<5;tr++){var kt=Ce[Ve+5*tr];qe^=kt.high,jt^=kt.low}var rr=de[Ve];rr.high=qe,rr.low=jt}for(var Ve=0;Ve<5;Ve++)for(var ar=de[(Ve+4)%5],nr=de[(Ve+1)%5],ur=nr.high,cr=nr.low,qe=ar.high^(ur<<1|cr>>>31),jt=ar.low^(cr<<1|ur>>>31),tr=0;tr<5;tr++){var kt=Ce[Ve+5*tr];kt.high^=qe,kt.low^=jt}for(var _r=1;_r<25;_r++){var qe,jt,kt=Ce[_r],hr=kt.high,Er=kt.low,kr=ie[_r];kr<32?(qe=hr<>>32-kr,jt=Er<>>32-kr):(qe=Er<>>64-kr,jt=hr<>>64-kr);var xr=de[oe[_r]];xr.high=qe,xr.low=jt}var yr=de[0],vr=Ce[0];yr.high=vr.high,yr.low=vr.low;for(var Ve=0;Ve<5;Ve++)for(var tr=0;tr<5;tr++){var _r=Ve+5*tr,kt=Ce[_r],Rr=de[_r],Br=de[(Ve+1)%5+5*tr],mr=de[(Ve+2)%5+5*tr];kt.high=Rr.high^~Br.high&mr.high,kt.low=Rr.low^~Br.low&mr.low}var kt=Ce[0],gr=ue[Et];kt.high^=gr.high,kt.low^=gr.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,Ue=Fe/8,kt=[],Et=0;Et>>24)&16711935|(qe<<24|qe>>>8)&4278255360,jt=(jt<<8|jt>>>24)&16711935|(jt<<24|jt>>>8)&4278255360,kt.push(jt),kt.push(qe)}return new $.init(kt,Fe)},clone:function(){for(var Ie=j.clone.call(this),_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: @@ -914,203 +914,197 @@ ${$o.content}`}}}}),yh=aa({"src/language-markdown/loc.js"(Ls,ys){qo();function P - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */return function(n){var $=y,k=$.lib,L=k.WordArray,j=k.Hasher,V=$.algo,z=L.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),re=L.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),oe=L.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),ue=L.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),de=L.create([0,1518500249,1859775393,2400959708,2840853838]),_e=L.create([1352829926,1548603684,1836072691,2053994217,0]),Ne=V.RIPEMD160=j.extend({_doReset:function(){this._hash=L.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(ir,dr){for(var cr=0;cr<16;cr++){var nr=dr+cr,lr=ir[nr];ir[nr]=(lr<<8|lr>>>24)&16711935|(lr<<24|lr>>>8)&4278255360}var Et=this._hash.words,ie=de.words,pe=_e.words,Ce=z.words,Ie=re.words,jt=oe.words,ar=ue.words,ur,kt,he,tr,gr,_r,yr,xr,Nr,Tr;_r=ur=Et[0],yr=kt=Et[1],xr=he=Et[2],Nr=tr=Et[3],Tr=gr=Et[4];for(var Sr,cr=0;cr<80;cr+=1)Sr=ur+ir[dr+Ce[cr]]|0,cr<16?Sr+=Ue(kt,he,tr)+ie[0]:cr<32?Sr+=$e(kt,he,tr)+ie[1]:cr<48?Sr+=Ve(kt,he,tr)+ie[2]:cr<64?Sr+=Fe(kt,he,tr)+ie[3]:Sr+=qe(kt,he,tr)+ie[4],Sr=Sr|0,Sr=er(Sr,jt[cr]),Sr=Sr+gr|0,ur=gr,gr=tr,tr=er(he,10),he=kt,kt=Sr,Sr=_r+ir[dr+Ie[cr]]|0,cr<16?Sr+=qe(yr,xr,Nr)+pe[0]:cr<32?Sr+=Fe(yr,xr,Nr)+pe[1]:cr<48?Sr+=Ve(yr,xr,Nr)+pe[2]:cr<64?Sr+=$e(yr,xr,Nr)+pe[3]:Sr+=Ue(yr,xr,Nr)+pe[4],Sr=Sr|0,Sr=er(Sr,ar[cr]),Sr=Sr+Tr|0,_r=Tr,Tr=Nr,Nr=er(xr,10),xr=yr,yr=Sr;Sr=Et[1]+he+Nr|0,Et[1]=Et[2]+tr+Tr|0,Et[2]=Et[3]+gr+_r|0,Et[3]=Et[4]+ur+yr|0,Et[4]=Et[0]+kt+xr|0,Et[0]=Sr},_doFinalize:function(){var ir=this._data,dr=ir.words,cr=this._nDataBytes*8,nr=ir.sigBytes*8;dr[nr>>>5]|=128<<24-nr%32,dr[(nr+64>>>9<<4)+14]=(cr<<8|cr>>>24)&16711935|(cr<<24|cr>>>8)&4278255360,ir.sigBytes=(dr.length+1)*4,this._process();for(var lr=this._hash,Et=lr.words,ie=0;ie<5;ie++){var pe=Et[ie];Et[ie]=(pe<<8|pe>>>24)&16711935|(pe<<24|pe>>>8)&4278255360}return lr},clone:function(){var ir=j.clone.call(this);return ir._hash=this._hash.clone(),ir}});function Ue(ir,dr,cr){return ir^dr^cr}function $e(ir,dr,cr){return ir&dr|~ir&cr}function Ve(ir,dr,cr){return(ir|~dr)^cr}function Fe(ir,dr,cr){return ir&cr|dr&~cr}function qe(ir,dr,cr){return ir^(dr|~cr)}function er(ir,dr){return ir<>>32-dr}$.RIPEMD160=j._createHelper(Ne),$.HmacRIPEMD160=j._createHmacHelper(Ne)}(),y.RIPEMD160})}(ripemd160$1)),ripemd160$1.exports}var hmac$1={exports:{}},hasRequiredHmac;function requireHmac(){return hasRequiredHmac||(hasRequiredHmac=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){(function(){var n=y,$=n.lib,k=$.Base,L=n.enc,j=L.Utf8,V=n.algo;V.HMAC=k.extend({init:function(z,re){z=this._hasher=new z.init,typeof re=="string"&&(re=j.parse(re));var oe=z.blockSize,ue=oe*4;re.sigBytes>ue&&(re=z.finalize(re)),re.clamp();for(var de=this._oKey=re.clone(),_e=this._iKey=re.clone(),Ne=de.words,Ue=_e.words,$e=0;$e>>2]&255;lr.sigBytes-=Et}};k.BlockCipher=de.extend({cfg:de.cfg.extend({mode:Ue,padding:Ve}),reset:function(){var lr;de.reset.call(this);var Et=this.cfg,ie=Et.iv,pe=Et.mode;this._xformMode==this._ENC_XFORM_MODE?lr=pe.createEncryptor:(lr=pe.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==lr?this._mode.init(this,ie&&ie.words):(this._mode=lr.call(pe,this,ie&&ie.words),this._mode.__creator=lr)},_doProcessBlock:function(lr,Et){this._mode.processBlock(lr,Et)},_doFinalize:function(){var lr,Et=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(Et.pad(this._data,this.blockSize),lr=this._process(!0)):(lr=this._process(!0),Et.unpad(lr)),lr},blockSize:128/32});var Fe=k.CipherParams=L.extend({init:function(lr){this.mixIn(lr)},toString:function(lr){return(lr||this.formatter).stringify(this)}}),qe=$.format={},er=qe.OpenSSL={stringify:function(lr){var Et,ie=lr.ciphertext,pe=lr.salt;return pe?Et=j.create([1398893684,1701076831]).concat(pe).concat(ie):Et=ie,Et.toString(re)},parse:function(lr){var Et,ie=re.parse(lr),pe=ie.words;return pe[0]==1398893684&&pe[1]==1701076831&&(Et=j.create(pe.slice(2,4)),pe.splice(0,4),ie.sigBytes-=16),Fe.create({ciphertext:ie,salt:Et})}},ir=k.SerializableCipher=L.extend({cfg:L.extend({format:er}),encrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe);var Ce=lr.createEncryptor(ie,pe),Ie=Ce.finalize(Et),jt=Ce.cfg;return Fe.create({ciphertext:Ie,key:ie,iv:jt.iv,algorithm:lr,mode:jt.mode,padding:jt.padding,blockSize:lr.blockSize,formatter:pe.format})},decrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe),Et=this._parse(Et,pe.format);var Ce=lr.createDecryptor(ie,pe).finalize(Et.ciphertext);return Ce},_parse:function(lr,Et){return typeof lr=="string"?Et.parse(lr,this):lr}}),dr=$.kdf={},cr=dr.OpenSSL={execute:function(lr,Et,ie,pe,Ce){if(pe||(pe=j.random(64/8)),Ce)var Ie=ue.create({keySize:Et+ie,hasher:Ce}).compute(lr,pe);else var Ie=ue.create({keySize:Et+ie}).compute(lr,pe);var jt=j.create(Ie.words.slice(Et),ie*4);return Ie.sigBytes=Et*4,Fe.create({key:Ie,iv:jt,salt:pe})}},nr=k.PasswordBasedCipher=ir.extend({cfg:ir.cfg.extend({kdf:cr}),encrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe);var Ce=pe.kdf.execute(ie,lr.keySize,lr.ivSize,pe.salt,pe.hasher);pe.iv=Ce.iv;var Ie=ir.encrypt.call(this,lr,Et,Ce.key,pe);return Ie.mixIn(Ce),Ie},decrypt:function(lr,Et,ie,pe){pe=this.cfg.extend(pe),Et=this._parse(Et,pe.format);var Ce=pe.kdf.execute(ie,lr.keySize,lr.ivSize,Et.salt,pe.hasher);pe.iv=Ce.iv;var Ie=ir.decrypt.call(this,lr,Et,Ce.key,pe);return Ie}})}()})}(cipherCore)),cipherCore.exports}var modeCfb={exports:{}},hasRequiredModeCfb;function requireModeCfb(){return hasRequiredModeCfb||(hasRequiredModeCfb=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.CFB=function(){var n=y.lib.BlockCipherMode.extend();n.Encryptor=n.extend({processBlock:function(k,L){var j=this._cipher,V=j.blockSize;$.call(this,k,L,V,j),this._prevBlock=k.slice(L,L+V)}}),n.Decryptor=n.extend({processBlock:function(k,L){var j=this._cipher,V=j.blockSize,z=k.slice(L,L+V);$.call(this,k,L,V,j),this._prevBlock=z}});function $(k,L,j,V){var z,re=this._iv;re?(z=re.slice(0),this._iv=void 0):z=this._prevBlock,V.encryptBlock(z,0);for(var oe=0;oe>>24)&16711935|(qe<<24|qe>>>8)&4278255360}var jt=this._hash.words,tr=ue.words,rr=de.words,ar=z.words,nr=re.words,ur=ie.words,cr=oe.words,_r,hr,Er,kr,xr,yr,vr,Rr,Br,mr;yr=_r=jt[0],vr=hr=jt[1],Rr=Er=jt[2],Br=kr=jt[3],mr=xr=jt[4];for(var gr,Et=0;Et<80;Et+=1)gr=_r+Ue[kt+ar[Et]]|0,Et<16?gr+=Ie(hr,Er,kr)+tr[0]:Et<32?gr+=_e(hr,Er,kr)+tr[1]:Et<48?gr+=Ce(hr,Er,kr)+tr[2]:Et<64?gr+=he(hr,Er,kr)+tr[3]:gr+=Ne(hr,Er,kr)+tr[4],gr=gr|0,gr=Fe(gr,ur[Et]),gr=gr+xr|0,_r=xr,xr=kr,kr=Fe(Er,10),Er=hr,hr=gr,gr=yr+Ue[kt+nr[Et]]|0,Et<16?gr+=Ne(vr,Rr,Br)+rr[0]:Et<32?gr+=he(vr,Rr,Br)+rr[1]:Et<48?gr+=Ce(vr,Rr,Br)+rr[2]:Et<64?gr+=_e(vr,Rr,Br)+rr[3]:gr+=Ie(vr,Rr,Br)+rr[4],gr=gr|0,gr=Fe(gr,cr[Et]),gr=gr+mr|0,yr=mr,mr=Br,Br=Fe(Rr,10),Rr=vr,vr=gr;gr=jt[1]+Er+Br|0,jt[1]=jt[2]+kr+mr|0,jt[2]=jt[3]+xr+yr|0,jt[3]=jt[4]+_r+vr|0,jt[4]=jt[0]+hr+Rr|0,jt[0]=gr},_doFinalize:function(){var Ue=this._data,kt=Ue.words,Et=this._nDataBytes*8,Ve=Ue.sigBytes*8;kt[Ve>>>5]|=128<<24-Ve%32,kt[(Ve+64>>>9<<4)+14]=(Et<<8|Et>>>24)&16711935|(Et<<24|Et>>>8)&4278255360,Ue.sigBytes=(kt.length+1)*4,this._process();for(var qe=this._hash,jt=qe.words,tr=0;tr<5;tr++){var rr=jt[tr];jt[tr]=(rr<<8|rr>>>24)&16711935|(rr<<24|rr>>>8)&4278255360}return qe},clone:function(){var Ue=j.clone.call(this);return Ue._hash=this._hash.clone(),Ue}});function Ie(Ue,kt,Et){return Ue^kt^Et}function _e(Ue,kt,Et){return Ue&kt|~Ue&Et}function Ce(Ue,kt,Et){return(Ue|~kt)^Et}function he(Ue,kt,Et){return Ue&Et|kt&~Et}function Ne(Ue,kt,Et){return Ue^(kt|~Et)}function Fe(Ue,kt){return Ue<>>32-kt}k.RIPEMD160=j._createHelper(pe),k.HmacRIPEMD160=j._createHmacHelper(pe)}(),y.RIPEMD160})}(ripemd160)),ripemd160.exports}var hmac={exports:{}},hasRequiredHmac;function requireHmac(){return hasRequiredHmac||(hasRequiredHmac=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){(function(){var n=y,k=n.lib,L=k.Base,$=n.enc,j=$.Utf8,V=n.algo;V.HMAC=L.extend({init:function(z,re){z=this._hasher=new z.init,typeof re=="string"&&(re=j.parse(re));var ie=z.blockSize,oe=ie*4;re.sigBytes>oe&&(re=z.finalize(re)),re.clamp();for(var ue=this._oKey=re.clone(),de=this._iKey=re.clone(),pe=ue.words,Ie=de.words,_e=0;_e>>2]&255;qe.sigBytes-=jt}};L.BlockCipher=ue.extend({cfg:ue.cfg.extend({mode:Ie,padding:Ce}),reset:function(){var qe;ue.reset.call(this);var jt=this.cfg,tr=jt.iv,rr=jt.mode;this._xformMode==this._ENC_XFORM_MODE?qe=rr.createEncryptor:(qe=rr.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==qe?this._mode.init(this,tr&&tr.words):(this._mode=qe.call(rr,this,tr&&tr.words),this._mode.__creator=qe)},_doProcessBlock:function(qe,jt){this._mode.processBlock(qe,jt)},_doFinalize:function(){var qe,jt=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(jt.pad(this._data,this.blockSize),qe=this._process(!0)):(qe=this._process(!0),jt.unpad(qe)),qe},blockSize:128/32});var 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 jt,tr=qe.ciphertext,rr=qe.salt;return rr?jt=j.create([1398893684,1701076831]).concat(rr).concat(tr):jt=tr,jt.toString(re)},parse:function(qe){var jt,tr=re.parse(qe),rr=tr.words;return rr[0]==1398893684&&rr[1]==1701076831&&(jt=j.create(rr.slice(2,4)),rr.splice(0,4),tr.sigBytes-=16),he.create({ciphertext:tr,salt:jt})}},Ue=L.SerializableCipher=$.extend({cfg:$.extend({format:Fe}),encrypt:function(qe,jt,tr,rr){rr=this.cfg.extend(rr);var ar=qe.createEncryptor(tr,rr),nr=ar.finalize(jt),ur=ar.cfg;return 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,jt,tr,rr){rr=this.cfg.extend(rr),jt=this._parse(jt,rr.format);var ar=qe.createDecryptor(tr,rr).finalize(jt.ciphertext);return ar},_parse:function(qe,jt){return typeof qe=="string"?jt.parse(qe,this):qe}}),kt=k.kdf={},Et=kt.OpenSSL={execute:function(qe,jt,tr,rr,ar){if(rr||(rr=j.random(64/8)),ar)var nr=oe.create({keySize:jt+tr,hasher:ar}).compute(qe,rr);else var nr=oe.create({keySize:jt+tr}).compute(qe,rr);var ur=j.create(nr.words.slice(jt),tr*4);return nr.sigBytes=jt*4,he.create({key:nr,iv:ur,salt:rr})}},Ve=L.PasswordBasedCipher=Ue.extend({cfg:Ue.cfg.extend({kdf:Et}),encrypt:function(qe,jt,tr,rr){rr=this.cfg.extend(rr);var ar=rr.kdf.execute(tr,qe.keySize,qe.ivSize,rr.salt,rr.hasher);rr.iv=ar.iv;var nr=Ue.encrypt.call(this,qe,jt,ar.key,rr);return nr.mixIn(ar),nr},decrypt:function(qe,jt,tr,rr){rr=this.cfg.extend(rr),jt=this._parse(jt,rr.format);var ar=rr.kdf.execute(tr,qe.keySize,qe.ivSize,jt.salt,rr.hasher);rr.iv=ar.iv;var nr=Ue.decrypt.call(this,qe,jt,ar.key,rr);return nr}})}()})}(cipherCore)),cipherCore.exports}var modeCfb={exports:{}},hasRequiredModeCfb;function requireModeCfb(){return hasRequiredModeCfb||(hasRequiredModeCfb=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.CFB=function(){var n=y.lib.BlockCipherMode.extend();n.Encryptor=n.extend({processBlock:function(L,$){var j=this._cipher,V=j.blockSize;k.call(this,L,$,V,j),this._prevBlock=L.slice($,$+V)}}),n.Decryptor=n.extend({processBlock:function(L,$){var j=this._cipher,V=j.blockSize,z=L.slice($,$+V);k.call(this,L,$,V,j),this._prevBlock=z}});function k(L,$,j,V){var z,re=this._iv;re?(z=re.slice(0),this._iv=void 0):z=this._prevBlock,V.encryptBlock(z,0);for(var ie=0;ie>24&255)===255){var V=j>>16&255,z=j>>8&255,re=j&255;V===255?(V=0,z===255?(z=0,re===255?re=0:++re):++z):++V,j=0,j+=V<<16,j+=z<<8,j+=re}else j+=1<<24;return j}function k(j){return(j[0]=$(j[0]))===0&&(j[1]=$(j[1])),j}var L=n.Encryptor=n.extend({processBlock:function(j,V){var z=this._cipher,re=z.blockSize,oe=this._iv,ue=this._counter;oe&&(ue=this._counter=oe.slice(0),this._iv=void 0),k(ue);var de=ue.slice(0);z.encryptBlock(de,0);for(var _e=0;_e>>2]|=j<<24-V%4*8,n.sigBytes+=j},unpad:function(n){var $=n.words[n.sigBytes-1>>>2]&255;n.sigBytes-=$}},y.pad.Ansix923})}(padAnsix923)),padAnsix923.exports}var padIso10126={exports:{}},hasRequiredPadIso10126;function requirePadIso10126(){return hasRequiredPadIso10126||(hasRequiredPadIso10126=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.Iso10126={pad:function(n,$){var k=$*4,L=k-n.sigBytes%k;n.concat(y.lib.WordArray.random(L-1)).concat(y.lib.WordArray.create([L<<24],1))},unpad:function(n){var $=n.words[n.sigBytes-1>>>2]&255;n.sigBytes-=$}},y.pad.Iso10126})}(padIso10126)),padIso10126.exports}var padIso97971={exports:{}},hasRequiredPadIso97971;function requirePadIso97971(){return hasRequiredPadIso97971||(hasRequiredPadIso97971=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.Iso97971={pad:function(n,$){n.concat(y.lib.WordArray.create([2147483648],1)),y.pad.ZeroPadding.pad(n,$)},unpad:function(n){y.pad.ZeroPadding.unpad(n),n.sigBytes--}},y.pad.Iso97971})}(padIso97971)),padIso97971.exports}var padZeropadding={exports:{}},hasRequiredPadZeropadding;function requirePadZeropadding(){return hasRequiredPadZeropadding||(hasRequiredPadZeropadding=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.ZeroPadding={pad:function(n,$){var k=$*4;n.clamp(),n.sigBytes+=k-(n.sigBytes%k||k)},unpad:function(n){for(var $=n.words,k=n.sigBytes-1,k=n.sigBytes-1;k>=0;k--)if($[k>>>2]>>>24-k%4*8&255){n.sigBytes=k+1;break}}},y.pad.ZeroPadding})}(padZeropadding)),padZeropadding.exports}var padNopadding={exports:{}},hasRequiredPadNopadding;function requirePadNopadding(){return hasRequiredPadNopadding||(hasRequiredPadNopadding=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.NoPadding={pad:function(){},unpad:function(){}},y.pad.NoPadding})}(padNopadding)),padNopadding.exports}var formatHex={exports:{}},hasRequiredFormatHex;function requireFormatHex(){return hasRequiredFormatHex||(hasRequiredFormatHex=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return function(n){var $=y,k=$.lib,L=k.CipherParams,j=$.enc,V=j.Hex,z=$.format;z.Hex={stringify:function(re){return re.ciphertext.toString(V)},parse:function(re){var oe=V.parse(re);return L.create({ciphertext:oe})}}}(),y.format.Hex})}(formatHex)),formatHex.exports}var aes$7={exports:{}},hasRequiredAes;function requireAes(){return hasRequiredAes||(hasRequiredAes=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.BlockCipher,L=n.algo,j=[],V=[],z=[],re=[],oe=[],ue=[],de=[],_e=[],Ne=[],Ue=[];(function(){for(var Fe=[],qe=0;qe<256;qe++)qe<128?Fe[qe]=qe<<1:Fe[qe]=qe<<1^283;for(var er=0,ir=0,qe=0;qe<256;qe++){var dr=ir^ir<<1^ir<<2^ir<<3^ir<<4;dr=dr>>>8^dr&255^99,j[er]=dr,V[dr]=er;var cr=Fe[er],nr=Fe[cr],lr=Fe[nr],Et=Fe[dr]*257^dr*16843008;z[er]=Et<<24|Et>>>8,re[er]=Et<<16|Et>>>16,oe[er]=Et<<8|Et>>>24,ue[er]=Et;var Et=lr*16843009^nr*65537^cr*257^er*16843008;de[dr]=Et<<24|Et>>>8,_e[dr]=Et<<16|Et>>>16,Ne[dr]=Et<<8|Et>>>24,Ue[dr]=Et,er?(er=cr^Fe[Fe[Fe[lr^cr]]],ir^=Fe[Fe[ir]]):er=ir=1}})();var $e=[0,1,2,4,8,16,32,64,128,27,54],Ve=L.AES=k.extend({_doReset:function(){var Fe;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var qe=this._keyPriorReset=this._key,er=qe.words,ir=qe.sigBytes/4,dr=this._nRounds=ir+6,cr=(dr+1)*4,nr=this._keySchedule=[],lr=0;lr6&&lr%ir==4&&(Fe=j[Fe>>>24]<<24|j[Fe>>>16&255]<<16|j[Fe>>>8&255]<<8|j[Fe&255]):(Fe=Fe<<8|Fe>>>24,Fe=j[Fe>>>24]<<24|j[Fe>>>16&255]<<16|j[Fe>>>8&255]<<8|j[Fe&255],Fe^=$e[lr/ir|0]<<24),nr[lr]=nr[lr-ir]^Fe);for(var Et=this._invKeySchedule=[],ie=0;ie>>24]]^_e[j[Fe>>>16&255]]^Ne[j[Fe>>>8&255]]^Ue[j[Fe&255]]}}},encryptBlock:function(Fe,qe){this._doCryptBlock(Fe,qe,this._keySchedule,z,re,oe,ue,j)},decryptBlock:function(Fe,qe){var er=Fe[qe+1];Fe[qe+1]=Fe[qe+3],Fe[qe+3]=er,this._doCryptBlock(Fe,qe,this._invKeySchedule,de,_e,Ne,Ue,V);var er=Fe[qe+1];Fe[qe+1]=Fe[qe+3],Fe[qe+3]=er},_doCryptBlock:function(Fe,qe,er,ir,dr,cr,nr,lr){for(var Et=this._nRounds,ie=Fe[qe]^er[0],pe=Fe[qe+1]^er[1],Ce=Fe[qe+2]^er[2],Ie=Fe[qe+3]^er[3],jt=4,ar=1;ar>>24]^dr[pe>>>16&255]^cr[Ce>>>8&255]^nr[Ie&255]^er[jt++],kt=ir[pe>>>24]^dr[Ce>>>16&255]^cr[Ie>>>8&255]^nr[ie&255]^er[jt++],he=ir[Ce>>>24]^dr[Ie>>>16&255]^cr[ie>>>8&255]^nr[pe&255]^er[jt++],tr=ir[Ie>>>24]^dr[ie>>>16&255]^cr[pe>>>8&255]^nr[Ce&255]^er[jt++];ie=ur,pe=kt,Ce=he,Ie=tr}var ur=(lr[ie>>>24]<<24|lr[pe>>>16&255]<<16|lr[Ce>>>8&255]<<8|lr[Ie&255])^er[jt++],kt=(lr[pe>>>24]<<24|lr[Ce>>>16&255]<<16|lr[Ie>>>8&255]<<8|lr[ie&255])^er[jt++],he=(lr[Ce>>>24]<<24|lr[Ie>>>16&255]<<16|lr[ie>>>8&255]<<8|lr[pe&255])^er[jt++],tr=(lr[Ie>>>24]<<24|lr[ie>>>16&255]<<16|lr[pe>>>8&255]<<8|lr[Ce&255])^er[jt++];Fe[qe]=ur,Fe[qe+1]=kt,Fe[qe+2]=he,Fe[qe+3]=tr},keySize:256/32});n.AES=k._createHelper(Ve)}(),y.AES})}(aes$7)),aes$7.exports}var tripledes={exports:{}},hasRequiredTripledes;function requireTripledes(){return hasRequiredTripledes||(hasRequiredTripledes=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.WordArray,L=$.BlockCipher,j=n.algo,V=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],z=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],re=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],oe=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],ue=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],de=j.DES=L.extend({_doReset:function(){for(var $e=this._key,Ve=$e.words,Fe=[],qe=0;qe<56;qe++){var er=V[qe]-1;Fe[qe]=Ve[er>>>5]>>>31-er%32&1}for(var ir=this._subKeys=[],dr=0;dr<16;dr++){for(var cr=ir[dr]=[],nr=re[dr],qe=0;qe<24;qe++)cr[qe/6|0]|=Fe[(z[qe]-1+nr)%28]<<31-qe%6,cr[4+(qe/6|0)]|=Fe[28+(z[qe+24]-1+nr)%28]<<31-qe%6;cr[0]=cr[0]<<1|cr[0]>>>31;for(var qe=1;qe<7;qe++)cr[qe]=cr[qe]>>>(qe-1)*4+3;cr[7]=cr[7]<<5|cr[7]>>>27}for(var lr=this._invSubKeys=[],qe=0;qe<16;qe++)lr[qe]=ir[15-qe]},encryptBlock:function($e,Ve){this._doCryptBlock($e,Ve,this._subKeys)},decryptBlock:function($e,Ve){this._doCryptBlock($e,Ve,this._invSubKeys)},_doCryptBlock:function($e,Ve,Fe){this._lBlock=$e[Ve],this._rBlock=$e[Ve+1],_e.call(this,4,252645135),_e.call(this,16,65535),Ne.call(this,2,858993459),Ne.call(this,8,16711935),_e.call(this,1,1431655765);for(var qe=0;qe<16;qe++){for(var er=Fe[qe],ir=this._lBlock,dr=this._rBlock,cr=0,nr=0;nr<8;nr++)cr|=oe[nr][((dr^er[nr])&ue[nr])>>>0];this._lBlock=dr,this._rBlock=ir^cr}var lr=this._lBlock;this._lBlock=this._rBlock,this._rBlock=lr,_e.call(this,1,1431655765),Ne.call(this,8,16711935),Ne.call(this,2,858993459),_e.call(this,16,65535),_e.call(this,4,252645135),$e[Ve]=this._lBlock,$e[Ve+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function _e($e,Ve){var Fe=(this._lBlock>>>$e^this._rBlock)&Ve;this._rBlock^=Fe,this._lBlock^=Fe<<$e}function Ne($e,Ve){var Fe=(this._rBlock>>>$e^this._lBlock)&Ve;this._lBlock^=Fe,this._rBlock^=Fe<<$e}n.DES=L._createHelper(de);var Ue=j.TripleDES=L.extend({_doReset:function(){var $e=this._key,Ve=$e.words;if(Ve.length!==2&&Ve.length!==4&&Ve.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var Fe=Ve.slice(0,2),qe=Ve.length<4?Ve.slice(0,2):Ve.slice(2,4),er=Ve.length<6?Ve.slice(0,2):Ve.slice(4,6);this._des1=de.createEncryptor(k.create(Fe)),this._des2=de.createEncryptor(k.create(qe)),this._des3=de.createEncryptor(k.create(er))},encryptBlock:function($e,Ve){this._des1.encryptBlock($e,Ve),this._des2.decryptBlock($e,Ve),this._des3.encryptBlock($e,Ve)},decryptBlock:function($e,Ve){this._des3.decryptBlock($e,Ve),this._des2.encryptBlock($e,Ve),this._des1.decryptBlock($e,Ve)},keySize:192/32,ivSize:64/32,blockSize:64/32});n.TripleDES=L._createHelper(Ue)}(),y.TripleDES})}(tripledes)),tripledes.exports}var rc4={exports:{}},hasRequiredRc4;function requireRc4(){return hasRequiredRc4||(hasRequiredRc4=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.StreamCipher,L=n.algo,j=L.RC4=k.extend({_doReset:function(){for(var re=this._key,oe=re.words,ue=re.sigBytes,de=this._S=[],_e=0;_e<256;_e++)de[_e]=_e;for(var _e=0,Ne=0;_e<256;_e++){var Ue=_e%ue,$e=oe[Ue>>>2]>>>24-Ue%4*8&255;Ne=(Ne+de[_e]+$e)%256;var Ve=de[_e];de[_e]=de[Ne],de[Ne]=Ve}this._i=this._j=0},_doProcessBlock:function(re,oe){re[oe]^=V.call(this)},keySize:256/32,ivSize:0});function V(){for(var re=this._S,oe=this._i,ue=this._j,de=0,_e=0;_e<4;_e++){oe=(oe+1)%256,ue=(ue+re[oe])%256;var Ne=re[oe];re[oe]=re[ue],re[ue]=Ne,de|=re[(re[oe]+re[ue])%256]<<24-_e*8}return this._i=oe,this._j=ue,de}n.RC4=k._createHelper(j);var z=L.RC4Drop=j.extend({cfg:j.cfg.extend({drop:192}),_doReset:function(){j._doReset.call(this);for(var re=this.cfg.drop;re>0;re--)V.call(this)}});n.RC4Drop=k._createHelper(z)}(),y.RC4})}(rc4)),rc4.exports}var rabbit={exports:{}},hasRequiredRabbit;function requireRabbit(){return hasRequiredRabbit||(hasRequiredRabbit=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.StreamCipher,L=n.algo,j=[],V=[],z=[],re=L.Rabbit=k.extend({_doReset:function(){for(var ue=this._key.words,de=this.cfg.iv,_e=0;_e<4;_e++)ue[_e]=(ue[_e]<<8|ue[_e]>>>24)&16711935|(ue[_e]<<24|ue[_e]>>>8)&4278255360;var Ne=this._X=[ue[0],ue[3]<<16|ue[2]>>>16,ue[1],ue[0]<<16|ue[3]>>>16,ue[2],ue[1]<<16|ue[0]>>>16,ue[3],ue[2]<<16|ue[1]>>>16],Ue=this._C=[ue[2]<<16|ue[2]>>>16,ue[0]&4294901760|ue[1]&65535,ue[3]<<16|ue[3]>>>16,ue[1]&4294901760|ue[2]&65535,ue[0]<<16|ue[0]>>>16,ue[2]&4294901760|ue[3]&65535,ue[1]<<16|ue[1]>>>16,ue[3]&4294901760|ue[0]&65535];this._b=0;for(var _e=0;_e<4;_e++)oe.call(this);for(var _e=0;_e<8;_e++)Ue[_e]^=Ne[_e+4&7];if(de){var $e=de.words,Ve=$e[0],Fe=$e[1],qe=(Ve<<8|Ve>>>24)&16711935|(Ve<<24|Ve>>>8)&4278255360,er=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,ir=qe>>>16|er&4294901760,dr=er<<16|qe&65535;Ue[0]^=qe,Ue[1]^=ir,Ue[2]^=er,Ue[3]^=dr,Ue[4]^=qe,Ue[5]^=ir,Ue[6]^=er,Ue[7]^=dr;for(var _e=0;_e<4;_e++)oe.call(this)}},_doProcessBlock:function(ue,de){var _e=this._X;oe.call(this),j[0]=_e[0]^_e[5]>>>16^_e[3]<<16,j[1]=_e[2]^_e[7]>>>16^_e[5]<<16,j[2]=_e[4]^_e[1]>>>16^_e[7]<<16,j[3]=_e[6]^_e[3]>>>16^_e[1]<<16;for(var Ne=0;Ne<4;Ne++)j[Ne]=(j[Ne]<<8|j[Ne]>>>24)&16711935|(j[Ne]<<24|j[Ne]>>>8)&4278255360,ue[de+Ne]^=j[Ne]},blockSize:128/32,ivSize:64/32});function oe(){for(var ue=this._X,de=this._C,_e=0;_e<8;_e++)V[_e]=de[_e];de[0]=de[0]+1295307597+this._b|0,de[1]=de[1]+3545052371+(de[0]>>>0>>0?1:0)|0,de[2]=de[2]+886263092+(de[1]>>>0>>0?1:0)|0,de[3]=de[3]+1295307597+(de[2]>>>0>>0?1:0)|0,de[4]=de[4]+3545052371+(de[3]>>>0>>0?1:0)|0,de[5]=de[5]+886263092+(de[4]>>>0>>0?1:0)|0,de[6]=de[6]+1295307597+(de[5]>>>0>>0?1:0)|0,de[7]=de[7]+3545052371+(de[6]>>>0>>0?1:0)|0,this._b=de[7]>>>0>>0?1:0;for(var _e=0;_e<8;_e++){var Ne=ue[_e]+de[_e],Ue=Ne&65535,$e=Ne>>>16,Ve=((Ue*Ue>>>17)+Ue*$e>>>15)+$e*$e,Fe=((Ne&4294901760)*Ne|0)+((Ne&65535)*Ne|0);z[_e]=Ve^Fe}ue[0]=z[0]+(z[7]<<16|z[7]>>>16)+(z[6]<<16|z[6]>>>16)|0,ue[1]=z[1]+(z[0]<<8|z[0]>>>24)+z[7]|0,ue[2]=z[2]+(z[1]<<16|z[1]>>>16)+(z[0]<<16|z[0]>>>16)|0,ue[3]=z[3]+(z[2]<<8|z[2]>>>24)+z[1]|0,ue[4]=z[4]+(z[3]<<16|z[3]>>>16)+(z[2]<<16|z[2]>>>16)|0,ue[5]=z[5]+(z[4]<<8|z[4]>>>24)+z[3]|0,ue[6]=z[6]+(z[5]<<16|z[5]>>>16)+(z[4]<<16|z[4]>>>16)|0,ue[7]=z[7]+(z[6]<<8|z[6]>>>24)+z[5]|0}n.Rabbit=k._createHelper(re)}(),y.Rabbit})}(rabbit)),rabbit.exports}var rabbitLegacy={exports:{}},hasRequiredRabbitLegacy;function requireRabbitLegacy(){return hasRequiredRabbitLegacy||(hasRequiredRabbitLegacy=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.StreamCipher,L=n.algo,j=[],V=[],z=[],re=L.RabbitLegacy=k.extend({_doReset:function(){var ue=this._key.words,de=this.cfg.iv,_e=this._X=[ue[0],ue[3]<<16|ue[2]>>>16,ue[1],ue[0]<<16|ue[3]>>>16,ue[2],ue[1]<<16|ue[0]>>>16,ue[3],ue[2]<<16|ue[1]>>>16],Ne=this._C=[ue[2]<<16|ue[2]>>>16,ue[0]&4294901760|ue[1]&65535,ue[3]<<16|ue[3]>>>16,ue[1]&4294901760|ue[2]&65535,ue[0]<<16|ue[0]>>>16,ue[2]&4294901760|ue[3]&65535,ue[1]<<16|ue[1]>>>16,ue[3]&4294901760|ue[0]&65535];this._b=0;for(var Ue=0;Ue<4;Ue++)oe.call(this);for(var Ue=0;Ue<8;Ue++)Ne[Ue]^=_e[Ue+4&7];if(de){var $e=de.words,Ve=$e[0],Fe=$e[1],qe=(Ve<<8|Ve>>>24)&16711935|(Ve<<24|Ve>>>8)&4278255360,er=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,ir=qe>>>16|er&4294901760,dr=er<<16|qe&65535;Ne[0]^=qe,Ne[1]^=ir,Ne[2]^=er,Ne[3]^=dr,Ne[4]^=qe,Ne[5]^=ir,Ne[6]^=er,Ne[7]^=dr;for(var Ue=0;Ue<4;Ue++)oe.call(this)}},_doProcessBlock:function(ue,de){var _e=this._X;oe.call(this),j[0]=_e[0]^_e[5]>>>16^_e[3]<<16,j[1]=_e[2]^_e[7]>>>16^_e[5]<<16,j[2]=_e[4]^_e[1]>>>16^_e[7]<<16,j[3]=_e[6]^_e[3]>>>16^_e[1]<<16;for(var Ne=0;Ne<4;Ne++)j[Ne]=(j[Ne]<<8|j[Ne]>>>24)&16711935|(j[Ne]<<24|j[Ne]>>>8)&4278255360,ue[de+Ne]^=j[Ne]},blockSize:128/32,ivSize:64/32});function oe(){for(var ue=this._X,de=this._C,_e=0;_e<8;_e++)V[_e]=de[_e];de[0]=de[0]+1295307597+this._b|0,de[1]=de[1]+3545052371+(de[0]>>>0>>0?1:0)|0,de[2]=de[2]+886263092+(de[1]>>>0>>0?1:0)|0,de[3]=de[3]+1295307597+(de[2]>>>0>>0?1:0)|0,de[4]=de[4]+3545052371+(de[3]>>>0>>0?1:0)|0,de[5]=de[5]+886263092+(de[4]>>>0>>0?1:0)|0,de[6]=de[6]+1295307597+(de[5]>>>0>>0?1:0)|0,de[7]=de[7]+3545052371+(de[6]>>>0>>0?1:0)|0,this._b=de[7]>>>0>>0?1:0;for(var _e=0;_e<8;_e++){var Ne=ue[_e]+de[_e],Ue=Ne&65535,$e=Ne>>>16,Ve=((Ue*Ue>>>17)+Ue*$e>>>15)+$e*$e,Fe=((Ne&4294901760)*Ne|0)+((Ne&65535)*Ne|0);z[_e]=Ve^Fe}ue[0]=z[0]+(z[7]<<16|z[7]>>>16)+(z[6]<<16|z[6]>>>16)|0,ue[1]=z[1]+(z[0]<<8|z[0]>>>24)+z[7]|0,ue[2]=z[2]+(z[1]<<16|z[1]>>>16)+(z[0]<<16|z[0]>>>16)|0,ue[3]=z[3]+(z[2]<<8|z[2]>>>24)+z[1]|0,ue[4]=z[4]+(z[3]<<16|z[3]>>>16)+(z[2]<<16|z[2]>>>16)|0,ue[5]=z[5]+(z[4]<<8|z[4]>>>24)+z[3]|0,ue[6]=z[6]+(z[5]<<16|z[5]>>>16)+(z[4]<<16|z[4]>>>16)|0,ue[7]=z[7]+(z[6]<<8|z[6]>>>24)+z[5]|0}n.RabbitLegacy=k._createHelper(re)}(),y.RabbitLegacy})}(rabbitLegacy)),rabbitLegacy.exports}var blowfish={exports:{}},hasRequiredBlowfish;function requireBlowfish(){return hasRequiredBlowfish||(hasRequiredBlowfish=1,function(e,t){(function(y,n,$){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,$=n.lib,k=$.BlockCipher,L=n.algo;const j=16,V=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],z=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var re={pbox:[],sbox:[]};function oe(Ue,$e){let Ve=$e>>24&255,Fe=$e>>16&255,qe=$e>>8&255,er=$e&255,ir=Ue.sbox[0][Ve]+Ue.sbox[1][Fe];return ir=ir^Ue.sbox[2][qe],ir=ir+Ue.sbox[3][er],ir}function ue(Ue,$e,Ve){let Fe=$e,qe=Ve,er;for(let ir=0;ir1;--ir)Fe=Fe^Ue.pbox[ir],qe=oe(Ue,Fe)^qe,er=Fe,Fe=qe,qe=er;return er=Fe,Fe=qe,qe=er,qe=qe^Ue.pbox[1],Fe=Fe^Ue.pbox[0],{left:Fe,right:qe}}function _e(Ue,$e,Ve){for(let dr=0;dr<4;dr++){Ue.sbox[dr]=[];for(let cr=0;cr<256;cr++)Ue.sbox[dr][cr]=z[dr][cr]}let Fe=0;for(let dr=0;dr=Ve&&(Fe=0);let qe=0,er=0,ir=0;for(let dr=0;dr + */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>>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,Ue=0,Ne=0;Ne<256;Ne++){var kt=Ue^Ue<<1^Ue<<2^Ue<<3^Ue<<4;kt=kt>>>8^kt&255^99,j[Fe]=kt,V[kt]=Fe;var Et=he[Fe],Ve=he[Et],qe=he[Ve],jt=he[kt]*257^kt*16843008;z[Fe]=jt<<24|jt>>>8,re[Fe]=jt<<16|jt>>>16,ie[Fe]=jt<<8|jt>>>24,oe[Fe]=jt;var jt=qe*16843009^Ve*65537^Et*257^Fe*16843008;ue[kt]=jt<<24|jt>>>8,de[kt]=jt<<16|jt>>>16,pe[kt]=jt<<8|jt>>>24,Ie[kt]=jt,Fe?(Fe=Et^he[he[he[qe^Et]]],Ue^=he[he[Ue]]):Fe=Ue=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,Ue=Ne.sigBytes/4,kt=this._nRounds=Ue+6,Et=(kt+1)*4,Ve=this._keySchedule=[],qe=0;qe6&&qe%Ue==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/Ue|0]<<24),Ve[qe]=Ve[qe-Ue]^he);for(var jt=this._invKeySchedule=[],tr=0;tr>>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,Ue,kt,Et,Ve,qe){for(var jt=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>>24]^kt[rr>>>16&255]^Et[ar>>>8&255]^Ve[nr&255]^Fe[ur++],hr=Ue[rr>>>24]^kt[ar>>>16&255]^Et[nr>>>8&255]^Ve[tr&255]^Fe[ur++],Er=Ue[ar>>>24]^kt[nr>>>16&255]^Et[tr>>>8&255]^Ve[rr&255]^Fe[ur++],kr=Ue[nr>>>24]^kt[tr>>>16&255]^Et[rr>>>8&255]^Ve[ar&255]^Fe[ur++];tr=_r,rr=hr,ar=Er,nr=kr}var _r=(qe[tr>>>24]<<24|qe[rr>>>16&255]<<16|qe[ar>>>8&255]<<8|qe[nr&255])^Fe[ur++],hr=(qe[rr>>>24]<<24|qe[ar>>>16&255]<<16|qe[nr>>>8&255]<<8|qe[tr&255])^Fe[ur++],Er=(qe[ar>>>24]<<24|qe[nr>>>16&255]<<16|qe[tr>>>8&255]<<8|qe[rr&255])^Fe[ur++],kr=(qe[nr>>>24]<<24|qe[tr>>>16&255]<<16|qe[rr>>>8&255]<<8|qe[ar&255])^Fe[ur++];he[Ne]=_r,he[Ne+1]=hr,he[Ne+2]=Er,he[Ne+3]=kr},keySize:256/32});n.AES=L._createHelper(Ce)}(),y.AES})}(aes)),aes.exports}var tripledes={exports:{}},hasRequiredTripledes;function requireTripledes(){return hasRequiredTripledes||(hasRequiredTripledes=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.WordArray,$=k.BlockCipher,j=n.algo,V=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],z=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],re=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],ie=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],oe=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],ue=j.DES=$.extend({_doReset:function(){for(var _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 Ue=this._subKeys=[],kt=0;kt<16;kt++){for(var Et=Ue[kt]=[],Ve=re[kt],Ne=0;Ne<24;Ne++)Et[Ne/6|0]|=he[(z[Ne]-1+Ve)%28]<<31-Ne%6,Et[4+(Ne/6|0)]|=he[28+(z[Ne+24]-1+Ve)%28]<<31-Ne%6;Et[0]=Et[0]<<1|Et[0]>>>31;for(var Ne=1;Ne<7;Ne++)Et[Ne]=Et[Ne]>>>(Ne-1)*4+3;Et[7]=Et[7]<<5|Et[7]>>>27}for(var qe=this._invSubKeys=[],Ne=0;Ne<16;Ne++)qe[Ne]=Ue[15-Ne]},encryptBlock:function(_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],Ue=this._lBlock,kt=this._rBlock,Et=0,Ve=0;Ve<8;Ve++)Et|=ie[Ve][((kt^Fe[Ve])&oe[Ve])>>>0];this._lBlock=kt,this._rBlock=Ue^Et}var qe=this._lBlock;this._lBlock=this._rBlock,this._rBlock=qe,de.call(this,1,1431655765),pe.call(this,8,16711935),pe.call(this,2,858993459),de.call(this,16,65535),de.call(this,4,252645135),_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,Ue=Ne>>>16|Fe&4294901760,kt=Fe<<16|Ne&65535;Ie[0]^=Ne,Ie[1]^=Ue,Ie[2]^=Fe,Ie[3]^=kt,Ie[4]^=Ne,Ie[5]^=Ue,Ie[6]^=Fe,Ie[7]^=kt;for(var de=0;de<4;de++)ie.call(this)}},_doProcessBlock:function(oe,ue){var de=this._X;ie.call(this),j[0]=de[0]^de[5]>>>16^de[3]<<16,j[1]=de[2]^de[7]>>>16^de[5]<<16,j[2]=de[4]^de[1]>>>16^de[7]<<16,j[3]=de[6]^de[3]>>>16^de[1]<<16;for(var pe=0;pe<4;pe++)j[pe]=(j[pe]<<8|j[pe]>>>24)&16711935|(j[pe]<<24|j[pe]>>>8)&4278255360,oe[ue+pe]^=j[pe]},blockSize:128/32,ivSize:64/32});function ie(){for(var oe=this._X,ue=this._C,de=0;de<8;de++)V[de]=ue[de];ue[0]=ue[0]+1295307597+this._b|0,ue[1]=ue[1]+3545052371+(ue[0]>>>0>>0?1:0)|0,ue[2]=ue[2]+886263092+(ue[1]>>>0>>0?1:0)|0,ue[3]=ue[3]+1295307597+(ue[2]>>>0>>0?1:0)|0,ue[4]=ue[4]+3545052371+(ue[3]>>>0>>0?1:0)|0,ue[5]=ue[5]+886263092+(ue[4]>>>0>>0?1:0)|0,ue[6]=ue[6]+1295307597+(ue[5]>>>0>>0?1:0)|0,ue[7]=ue[7]+3545052371+(ue[6]>>>0>>0?1:0)|0,this._b=ue[7]>>>0>>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,Ue=Ne>>>16|Fe&4294901760,kt=Fe<<16|Ne&65535;pe[0]^=Ne,pe[1]^=Ue,pe[2]^=Fe,pe[3]^=kt,pe[4]^=Ne,pe[5]^=Ue,pe[6]^=Fe,pe[7]^=kt;for(var Ie=0;Ie<4;Ie++)ie.call(this)}},_doProcessBlock:function(oe,ue){var de=this._X;ie.call(this),j[0]=de[0]^de[5]>>>16^de[3]<<16,j[1]=de[2]^de[7]>>>16^de[5]<<16,j[2]=de[4]^de[1]>>>16^de[7]<<16,j[3]=de[6]^de[3]>>>16^de[1]<<16;for(var pe=0;pe<4;pe++)j[pe]=(j[pe]<<8|j[pe]>>>24)&16711935|(j[pe]<<24|j[pe]>>>8)&4278255360,oe[ue+pe]^=j[pe]},blockSize:128/32,ivSize:64/32});function ie(){for(var oe=this._X,ue=this._C,de=0;de<8;de++)V[de]=ue[de];ue[0]=ue[0]+1295307597+this._b|0,ue[1]=ue[1]+3545052371+(ue[0]>>>0>>0?1:0)|0,ue[2]=ue[2]+886263092+(ue[1]>>>0>>0?1:0)|0,ue[3]=ue[3]+1295307597+(ue[2]>>>0>>0?1:0)|0,ue[4]=ue[4]+3545052371+(ue[3]>>>0>>0?1:0)|0,ue[5]=ue[5]+886263092+(ue[4]>>>0>>0?1:0)|0,ue[6]=ue[6]+1295307597+(ue[5]>>>0>>0?1:0)|0,ue[7]=ue[7]+3545052371+(ue[6]>>>0>>0?1:0)|0,this._b=ue[7]>>>0>>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,Ue=Ie.sbox[0][Ce]+Ie.sbox[1][he];return Ue=Ue^Ie.sbox[2][Ne],Ue=Ue+Ie.sbox[3][Fe],Ue}function oe(Ie,_e,Ce){let he=_e,Ne=Ce,Fe;for(let Ue=0;Ue1;--Ue)he=he^Ie.pbox[Ue],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 kt=0;kt<4;kt++){Ie.sbox[kt]=[];for(let Et=0;Et<256;Et++)Ie.sbox[kt][Et]=z[kt][Et]}let he=0;for(let kt=0;kt=Ce&&(he=0);let Ne=0,Fe=0,Ue=0;for(let kt=0;kt -`.concat(Ve,` -`),Fe&&(ir+="".concat(Fe,` -`)),ir+=` -`,er.content=ir,er.mime="xml",er.successStatuses=[200],nr.next=9,this.request(er);case 9:return dr=nr.sent,nr.abrupt("return",{res:dr.res});case 11:case"end":return nr.stop()}},$e,this)}));function Ue($e,Ve,Fe){return Ne.apply(this,arguments)}return Ue}(),ue.getBucketLogging=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er,ir;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:return qe=this._bucketRequestParams("GET",Ve,"logging",Fe),qe.successStatuses=[200],qe.xmlResponse=!0,cr.next=5,this.request(qe);case 5:return er=cr.sent,ir=er.data.LoggingEnabled,cr.abrupt("return",{enable:!!ir,prefix:ir&&ir.TargetPrefix||null,res:er.res});case 8:case"end":return cr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.deleteBucketLogging=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return qe=this._bucketRequestParams("DELETE",Ve,"logging",Fe),qe.successStatuses=[204,200],dr.next=4,this.request(qe);case 4:return er=dr.sent,dr.abrupt("return",{res:er.res});case 6:case"end":return dr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.putBucketCORS=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe,qe){var er,ir,dr,cr,nr,lr,Et,ie,pe,Ce;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:for(Fe=Fe||[],z(Fe.length,"rules is required"),Fe.forEach(function(ar){z(ar.allowedOrigin,"allowedOrigin is required"),z(ar.allowedMethod,"allowedMethod is required")}),er=this._bucketRequestParams("PUT",Ve,"cors",qe),ir=` -`,dr=function(ur){ir+="".concat(ur,"")},cr=function(ur){ir+="".concat(ur,"")},nr=function(ur){ir+="".concat(ur,"")},lr=function(ur){ir+="".concat(ur,"")},Et=0,ie=Fe.length;Et",_e(pe.allowedOrigin).forEach(dr),_e(pe.allowedMethod).forEach(cr),_e(pe.allowedHeader).forEach(nr),_e(pe.exposeHeader).forEach(lr),pe.maxAgeSeconds&&(ir+="".concat(pe.maxAgeSeconds,"")),ir+="";return ir+="",er.content=ir,er.mime="xml",er.successStatuses=[200],jt.next=16,this.request(er);case 16:return Ce=jt.sent,jt.abrupt("return",{res:Ce.res});case 18:case"end":return jt.stop()}},$e,this)}));function Ue($e,Ve,Fe){return Ne.apply(this,arguments)}return Ue}(),ue.getBucketCORS=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er,ir,dr;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return qe=this._bucketRequestParams("GET",Ve,"cors",Fe),qe.successStatuses=[200],qe.xmlResponse=!0,nr.next=5,this.request(qe);case 5:return er=nr.sent,ir=[],er.data&&er.data.CORSRule&&(dr=er.data.CORSRule,de(dr)||(dr=[dr]),dr.forEach(function(lr){var Et={};Object.keys(lr).forEach(function(ie){Et[ie.slice(0,1).toLowerCase()+ie.slice(1,ie.length)]=lr[ie]}),ir.push(Et)})),nr.abrupt("return",{rules:ir,res:er.res});case 9:case"end":return nr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.deleteBucketCORS=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return qe=this._bucketRequestParams("DELETE",Ve,"cors",Fe),qe.successStatuses=[204],dr.next=4,this.request(qe);case 4:return er=dr.sent,dr.abrupt("return",{res:er.res});case 6:case"end":return dr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.putBucketReferer=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe,qe,er){var ir,dr,cr,nr;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:if(ir=this._bucketRequestParams("PUT",Ve,"referer",er),dr=` +`.concat(Ce,` +`),he&&(Ue+="".concat(he,` +`)),Ue+=` +`,Fe.content=Ue,Fe.mime="xml",Fe.successStatuses=[200],Ve.next=9,this.request(Fe);case 9:return kt=Ve.sent,Ve.abrupt("return",{res:kt.res});case 11:case"end":return Ve.stop()}},_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,Ue;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,Ue=Fe.data.LoggingEnabled,Et.abrupt("return",{enable:!!Ue,prefix:Ue&&Ue.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(kt){for(;;)switch(kt.prev=kt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"logging",he),Ne.successStatuses=[204,200],kt.next=4,this.request(Ne);case 4:return Fe=kt.sent,kt.abrupt("return",{res:Fe.res});case 6:case"end":return kt.stop()}},_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,Ue,kt,Et,Ve,qe,jt,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),Ue=` +`,kt=function(_r){Ue+="".concat(_r,"")},Et=function(_r){Ue+="".concat(_r,"")},Ve=function(_r){Ue+="".concat(_r,"")},qe=function(_r){Ue+="".concat(_r,"")},jt=0,tr=he.length;jt",de(rr.allowedOrigin).forEach(kt),de(rr.allowedMethod).forEach(Et),de(rr.allowedHeader).forEach(Ve),de(rr.exposeHeader).forEach(qe),rr.maxAgeSeconds&&(Ue+="".concat(rr.maxAgeSeconds,"")),Ue+="";return Ue+="",Fe.content=Ue,Fe.mime="xml",Fe.successStatuses=[200],ur.next=16,this.request(Fe);case 16:return ar=ur.sent,ur.abrupt("return",{res:ar.res});case 18:case"end":return ur.stop()}},_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,Ue,kt;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"cors",he),Ne.successStatuses=[200],Ne.xmlResponse=!0,Ve.next=5,this.request(Ne);case 5:return Fe=Ve.sent,Ue=[],Fe.data&&Fe.data.CORSRule&&(kt=Fe.data.CORSRule,ue(kt)||(kt=[kt]),kt.forEach(function(qe){var jt={};Object.keys(qe).forEach(function(tr){jt[tr.slice(0,1).toLowerCase()+tr.slice(1,tr.length)]=qe[tr]}),Ue.push(jt)})),Ve.abrupt("return",{rules:Ue,res:Fe.res});case 9:case"end":return Ve.stop()}},_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(kt){for(;;)switch(kt.prev=kt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"cors",he),Ne.successStatuses=[204],kt.next=4,this.request(Ne);case 4:return Fe=kt.sent,kt.abrupt("return",{res:Fe.res});case 6:case"end":return kt.stop()}},_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 Ue,kt,Et,Ve;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:if(Ue=this._bucketRequestParams("PUT",Ce,"referer",Fe),kt=` -`,dr+=" ".concat(Fe?"true":"false",` -`),qe&&qe.length>0){for(dr+=` -`,cr=0;cr".concat(qe[cr],` -`);dr+=` -`}else dr+=` -`;return dr+="",ir.content=dr,ir.mime="xml",ir.successStatuses=[200],Et.next=10,this.request(ir);case 10:return nr=Et.sent,Et.abrupt("return",{res:nr.res});case 12:case"end":return Et.stop()}},$e,this)}));function Ue($e,Ve,Fe,qe){return Ne.apply(this,arguments)}return Ue}(),ue.getBucketReferer=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){var qe,er,ir;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:return qe=this._bucketRequestParams("GET",Ve,"referer",Fe),qe.successStatuses=[200],qe.xmlResponse=!0,cr.next=5,this.request(qe);case 5:return er=cr.sent,ir=er.data.RefererList.Referer||null,ir&&(de(ir)||(ir=[ir])),cr.abrupt("return",{allowEmpty:er.data.AllowEmptyReferer==="true",referers:ir,res:er.res});case 9:case"end":return cr.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue.deleteBucketReferer=function(){var Ne=(0,V.default)(j.default.mark(function $e(Ve,Fe){return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return er.next=2,this.putBucketReferer(Ve,!0,null,Fe);case 2:return er.abrupt("return",er.sent);case 3:case"end":return er.stop()}},$e,this)}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}(),ue._bucketRequestParams=function(Ue,$e,Ve,Fe){return{method:Ue,bucket:$e,subres:Ve,additionalHeaders:Fe&&Fe.additionalHeaders,timeout:Fe&&Fe.timeout,ctx:Fe&&Fe.ctx}}},{"../common/utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,assert:95,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/web.dom-collections.for-each.js":382}],3:[function(n,$,k){(function(L,j){(function(){var V=n("@babel/runtime/helpers/interopRequireDefault"),z=V(n("@babel/runtime/regenerator")),re=V(n("@babel/runtime/helpers/asyncToGenerator"));n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.symbol.js"),n("core-js/modules/es.symbol.description.js"),n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.regexp.to-string.js");var oe=n("debug")("ali-oss"),ue=n("xml2js"),de=n("agentkeepalive"),_e=n("merge-descriptors"),Ne=n("platform"),Ue=n("utility"),$e=n("urllib"),Ve=n("./version"),Fe=n("bowser"),qe=n("../common/signUtils"),er=n("../common/client/initOptions"),ir=n("../common/utils/createRequest"),dr=ir.createRequest,cr=n("../common/utils/encoder"),nr=cr.encoder,lr=n("../common/client/getReqUrl"),Et=lr.getReqUrl,ie=n("../common/utils/setSTSToken"),pe=ie.setSTSToken,Ce=n("../common/utils/retry"),Ie=Ce.retry,jt=n("../common/utils/isFunction"),ar=jt.isFunction,ur=n("../common/utils/getStandardRegion"),kt=ur.getStandardRegion,he=new de;function tr(){var Tr=Ne.name,Sr=Ne.version;Tr&&Tr.toLowerCase&&Tr.toLowerCase()==="ie"&&Sr.split(".")[0]<10&&console.warn("ali-oss does not support the current browser")}function gr(){return location&&location.protocol==="https:"}function _r(Tr,Sr){if(tr(),!(this instanceof _r))return new _r(Tr,Sr);Tr&&Tr.inited?this.options=Tr:this.options=_r.initOptions(Tr),this.options.cancelFlag=!1,this.options.urllib?this.urllib=this.options.urllib:(this.urllib=$e,this.agent=this.options.agent||he),this.ctx=Sr,this.userAgent=this._getUserAgent(),this.stsTokenFreshTime=new Date,this.options.amendTimeSkewed=0}$.exports=_r,_r.initOptions=function(Sr){Sr.stsToken||console.warn("Please use STS Token for safety, see more details at https://help.aliyun.com/document_detail/32077.html");var Ar=Object.assign({secure:gr(),useFetch:!1},Sr);return er(Ar)};var yr=_r.prototype;yr.debug=oe,_e(yr,n("./object")),_e(yr,n("./bucket")),_e(yr,n("../common/bucket/getBucketWebsite")),_e(yr,n("../common/bucket/putBucketWebsite")),_e(yr,n("../common/bucket/deleteBucketWebsite")),_e(yr,n("../common/bucket/getBucketLifecycle")),_e(yr,n("../common/bucket/putBucketLifecycle")),_e(yr,n("../common/bucket/deleteBucketLifecycle")),_e(yr,n("../common/bucket/putBucketVersioning")),_e(yr,n("../common/bucket/getBucketVersioning")),_e(yr,n("../common/bucket/getBucketInventory")),_e(yr,n("../common/bucket/deleteBucketInventory")),_e(yr,n("../common/bucket/listBucketInventory")),_e(yr,n("../common/bucket/putBucketInventory")),_e(yr,n("../common/bucket/abortBucketWorm")),_e(yr,n("../common/bucket/completeBucketWorm")),_e(yr,n("../common/bucket/extendBucketWorm")),_e(yr,n("../common/bucket/getBucketWorm")),_e(yr,n("../common/bucket/initiateBucketWorm")),_e(yr,n("./managed-upload")),_e(yr,n("../common/multipart-copy")),_e(yr,n("../common/multipart")),_e(yr,n("../common/parallel")),yr.signature=function(Sr){return this.debug("authorization stringToSign: %s",Sr,"info"),qe.computeSignature(this.options.accessKeySecret,Sr,this.options.headerEncoding)},yr._getReqUrl=Et,yr.authorization=function(Sr,Ar,Fr,Gr){var Vr=qe.buildCanonicalString(Sr.toUpperCase(),Ar,{headers:Gr,parameters:Fr});return qe.authorization(this.options.accessKeyId,this.options.accessKeySecret,Vr,this.options.headerEncoding)},yr.authorizationV4=function(Sr,Ar,Fr,Gr,Vr){return qe.authorizationV4(this.options.accessKeyId,this.options.accessKeySecret,kt(this.options.region),Sr,Ar,Fr,Gr,Vr,this.options.headerEncoding)},yr.request=function(){var Tr=(0,re.default)(z.default.mark(function Sr(Ar){var Fr=this;return z.default.wrap(function(Vr){for(;;)switch(Vr.prev=Vr.next){case 0:if(!this.options.retryMax){Vr.next=6;break}return Vr.next=3,Ie(xr.bind(this),this.options.retryMax,{errorHandler:function(Ir){var Br=function(Lr){if(Ar.stream)return!1;var $r=[-1,-2].includes(Lr.status),jr=Fr.options.requestErrorRetryHandle||function(){return!0};return $r&&jr(Lr)};return!!Br(Ir)}})(Ar);case 3:return Vr.abrupt("return",Vr.sent);case 6:return Vr.abrupt("return",xr.call(this,Ar));case 7:case"end":return Vr.stop()}},Sr,this)}));return function(Sr){return Tr.apply(this,arguments)}}();function xr(Tr){return Nr.apply(this,arguments)}function Nr(){return Nr=(0,re.default)(z.default.mark(function Tr(Sr){var Ar,Fr,Gr,Vr,Dr,Ir;return z.default.wrap(function(Rr){for(;;)switch(Rr.prev=Rr.next){case 0:if(!(this.options.stsToken&&ar(this.options.refreshSTSToken))){Rr.next=3;break}return Rr.next=3,pe.call(this);case 3:return Ar=dr.call(this,Sr),this.options.useFetch||(Ar.params.mode="disable-fetch"),Vr=!!Sr.stream,Rr.prev=6,Rr.next=9,this.urllib.request(Ar.url,Ar.params);case 9:Fr=Rr.sent,this.debug("response %s %s, got %s, headers: %j",Sr.method,Ar.url,Fr.status,Fr.headers,"info"),Rr.next=16;break;case 13:Rr.prev=13,Rr.t0=Rr.catch(6),Gr=Rr.t0;case 16:if(!(Fr&&Sr.successStatuses&&Sr.successStatuses.indexOf(Fr.status)===-1)){Rr.next=28;break}return Rr.next=19,this.requestError(Fr);case 19:if(Dr=Rr.sent,!(Dr.code==="RequestTimeTooSkewed"&&!Vr)){Rr.next=25;break}return this.options.amendTimeSkewed=+new Date(Dr.serverTime)-new Date,Rr.next=24,this.request(Sr);case 24:return Rr.abrupt("return",Rr.sent);case 25:Dr.params=Sr,Rr.next=32;break;case 28:if(!Gr){Rr.next=32;break}return Rr.next=31,this.requestError(Gr);case 31:Dr=Rr.sent;case 32:if(!Dr){Rr.next=34;break}throw Dr;case 34:if(!Sr.xmlResponse){Rr.next=39;break}return Rr.next=37,this.parseXML(Fr.data);case 37:Ir=Rr.sent,Fr.data=Ir;case 39:return Rr.abrupt("return",Fr);case 40:case"end":return Rr.stop()}},Tr,this,[[6,13]])})),Nr.apply(this,arguments)}yr._getResource=function(Sr){var Ar="/";return Sr.bucket&&(Ar+="".concat(Sr.bucket,"/")),Sr.object&&(Ar+=nr(Sr.object,this.options.headerEncoding)),Ar},yr._escape=function(Sr){return Ue.encodeURIComponent(Sr).replace(/%2F/g,"/")},yr._getUserAgent=function(){var Sr=j&&j.browser?"js":"nodejs",Ar="aliyun-sdk-".concat(Sr,"/").concat(Ve.version),Fr=Ne.description;return!Fr&&j&&(Fr="Node.js ".concat(j.version.slice(1)," on ").concat(j.platform," ").concat(j.arch)),this._checkUserAgent("".concat(Ar," ").concat(Fr))},yr._checkUserAgent=function(Sr){var Ar=Sr.replace(/\u03b1/,"alpha").replace(/\u03b2/,"beta");return Ar},yr.checkBrowserAndVersion=function(Sr,Ar){return Fe.name===Sr&&Fe.version.split(".")[0]===Ar},yr.parseXML=function(Sr){return new Promise(function(Ar,Fr){L.isBuffer(Sr)&&(Sr=Sr.toString()),ue.parseString(Sr,{explicitRoot:!1,explicitArray:!1},function(Gr,Vr){Gr?Fr(Gr):Ar(Vr)})})},yr.requestError=function(){var Tr=(0,re.default)(z.default.mark(function Ar(Fr){var Gr=this,Vr,Dr,Ir,Br,Rr;return z.default.wrap(function($r){for(;;)switch($r.prev=$r.next){case 0:if(Vr=null,Dr=function(){var jr=(0,re.default)(z.default.mark(function vn(Kr){var kr,Qr;return z.default.wrap(function(Vi){for(;;)switch(Vi.prev=Vi.next){case 0:return Vi.prev=0,Vi.next=3,Gr.parseXML(Kr);case 3:if(Vi.t0=Vi.sent,Vi.t0){Vi.next=6;break}Vi.t0={};case 6:kr=Vi.t0,Vi.next=16;break;case 9:return Vi.prev=9,Vi.t1=Vi.catch(0),Gr.debug(Kr,"error"),Vi.t1.message+=` -raw xml: `.concat(Kr),Vi.t1.status=Fr.status,Vi.t1.requestId=Fr.headers["x-oss-request-id"],Vi.abrupt("return",Vi.t1);case 16:Qr=kr.Message||"unknow request error, status: ".concat(Fr.status),kr.Condition&&(Qr+=" (condition: ".concat(kr.Condition,")")),Vr=new Error(Qr),Vr.name=kr.Code?"".concat(kr.Code,"Error"):"UnknownError",Vr.status=Fr.status,Vr.code=kr.Code,Vr.ecCode=kr.EC,Vr.requestId=kr.RequestId,Vr.hostId=kr.HostId,Vr.serverTime=kr.ServerTime;case 26:case"end":return Vi.stop()}},vn,null,[[0,9]])}));return function(Kr){return jr.apply(this,arguments)}}(),!(!Fr.data||!Fr.data.length)){$r.next=37;break}if(!(Fr.status===-1||Fr.status===-2)){$r.next=10;break}Vr=new Error(Fr.message),Vr.name=Fr.name,Vr.status=Fr.status,Vr.code=Fr.name,$r.next=35;break;case 10:if(Fr.status!==404){$r.next=17;break}Vr=new Error("Object not exists"),Vr.name="NoSuchKeyError",Vr.status=404,Vr.code="NoSuchKey",$r.next=33;break;case 17:if(Fr.status!==412){$r.next=24;break}Vr=new Error("Pre condition failed"),Vr.name="PreconditionFailedError",Vr.status=412,Vr.code="PreconditionFailed",$r.next=33;break;case 24:if(Vr=new Error("Unknow error, status: ".concat(Fr.status)),Vr.name="UnknownError",Vr.status=Fr.status,Vr.res=Fr,Ir=Fr.headers["x-oss-err"],!Ir){$r.next=33;break}return Br=atob(Ir),$r.next=33,Dr(Br);case 33:Vr.requestId=Fr.headers["x-oss-request-id"],Vr.host="";case 35:$r.next=41;break;case 37:return Rr=String(Fr.data),this.debug("request response error data: %s",Rr,"error"),$r.next=41,Dr(Rr);case 41:return this.debug("generate error %j",Vr,"error"),$r.abrupt("return",Vr);case 43:case"end":return $r.stop()}},Ar,this)}));function Sr(Ar){return Tr.apply(this,arguments)}return Sr}()}).call(this)}).call(this,{isBuffer:n("../../node_modules/is-buffer/index.js")},n("_process"))},{"../../node_modules/is-buffer/index.js":411,"../common/bucket/abortBucketWorm":7,"../common/bucket/completeBucketWorm":8,"../common/bucket/deleteBucketInventory":9,"../common/bucket/deleteBucketLifecycle":10,"../common/bucket/deleteBucketWebsite":11,"../common/bucket/extendBucketWorm":12,"../common/bucket/getBucketInventory":13,"../common/bucket/getBucketLifecycle":14,"../common/bucket/getBucketVersioning":15,"../common/bucket/getBucketWebsite":16,"../common/bucket/getBucketWorm":17,"../common/bucket/initiateBucketWorm":18,"../common/bucket/listBucketInventory":19,"../common/bucket/putBucketInventory":20,"../common/bucket/putBucketLifecycle":21,"../common/bucket/putBucketVersioning":22,"../common/bucket/putBucketWebsite":23,"../common/client/getReqUrl":25,"../common/client/initOptions":26,"../common/multipart":30,"../common/multipart-copy":29,"../common/parallel":50,"../common/signUtils":51,"../common/utils/createRequest":57,"../common/utils/encoder":61,"../common/utils/getStandardRegion":64,"../common/utils/isFunction":71,"../common/utils/retry":77,"../common/utils/setSTSToken":79,"./bucket":2,"./managed-upload":4,"./object":5,"./version":6,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,_process:540,agentkeepalive:94,bowser:101,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.symbol.description.js":353,"core-js/modules/es.symbol.js":356,debug:538,"merge-descriptors":430,platform:442,urllib:548,utility:547,xml2js:498}],4:[function(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/regenerator"));n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.array.from.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.array-buffer.slice.js"),n("core-js/modules/es.typed-array.uint8-array.js"),n("core-js/modules/es.typed-array.copy-within.js"),n("core-js/modules/es.typed-array.every.js"),n("core-js/modules/es.typed-array.fill.js"),n("core-js/modules/es.typed-array.filter.js"),n("core-js/modules/es.typed-array.find.js"),n("core-js/modules/es.typed-array.find-index.js"),n("core-js/modules/es.typed-array.for-each.js"),n("core-js/modules/es.typed-array.includes.js"),n("core-js/modules/es.typed-array.index-of.js"),n("core-js/modules/es.typed-array.iterator.js"),n("core-js/modules/es.typed-array.join.js"),n("core-js/modules/es.typed-array.last-index-of.js"),n("core-js/modules/es.typed-array.map.js"),n("core-js/modules/es.typed-array.reduce.js"),n("core-js/modules/es.typed-array.reduce-right.js"),n("core-js/modules/es.typed-array.reverse.js"),n("core-js/modules/es.typed-array.set.js"),n("core-js/modules/es.typed-array.slice.js"),n("core-js/modules/es.typed-array.some.js"),n("core-js/modules/es.typed-array.sort.js"),n("core-js/modules/es.typed-array.subarray.js"),n("core-js/modules/es.typed-array.to-locale-string.js"),n("core-js/modules/es.typed-array.to-string.js");var z=j(n("@babel/runtime/helpers/asyncToGenerator")),re=n("util"),oe=n("path"),ue=n("mime"),de=n("copy-to"),_e=n("../common/utils/isBlob"),Ne=_e.isBlob,Ue=n("../common/utils/isFile"),$e=Ue.isFile,Ve=n("../common/utils/isBuffer"),Fe=Ve.isBuffer,qe=k;qe.multipartUpload=function(){var nr=(0,z.default)(V.default.mark(function Et(ie,pe){var Ce,Ie,jt,ar,ur,kt,he,tr,gr,_r=arguments;return V.default.wrap(function(xr){for(;;)switch(xr.prev=xr.next){case 0:if(Ce=_r.length>2&&_r[2]!==void 0?_r[2]:{},this.resetCancelFlag(),Ce.disabledMD5=Ce.disabledMD5===void 0?!0:!!Ce.disabledMD5,!(Ce.checkpoint&&Ce.checkpoint.uploadId)){xr.next=8;break}return pe&&$e(pe)&&(Ce.checkpoint.file=pe),xr.next=7,this._resumeMultipart(Ce.checkpoint,Ce);case 7:return xr.abrupt("return",xr.sent);case 8:return Ie=102400,Ce.mime||($e(pe)?Ce.mime=ue.getType(oe.extname(pe.name)):Ne(pe)?Ce.mime=pe.type:Fe(pe)?Ce.mime="":Ce.mime=ue.getType(oe.extname(pe))),Ce.headers=Ce.headers||{},this._convertMetaToHeaders(Ce.meta,Ce.headers),xr.next=14,this._getFileSize(pe);case 14:if(jt=xr.sent,!(jt0&&de(kt).to(tr),gr=this._divideParts(jt,ar),_r=gr.length,yr=!1,xr=function(Rr,Lr){return new Promise(function(){var $r=(0,z.default)(V.default.mark(function jr(vn,Kr){var kr,Qr,Zr,Vi,To;return V.default.wrap(function(Ba){for(;;)switch(Ba.prev=Ba.next){case 0:if(Ba.prev=0,Rr.isCancel()){Ba.next=29;break}return kr=gr[Lr-1],Ba.next=5,Rr._createBuffer(Ie,kr.start,kr.end);case 5:return Qr=Ba.sent,Zr={content:Qr,size:kr.end-kr.start},Ba.prev=7,Ba.next=10,Rr._uploadPart(he,ur,Lr,Zr,pe);case 10:Vi=Ba.sent,Ba.next=18;break;case 13:if(Ba.prev=13,Ba.t0=Ba.catch(7),Ba.t0.status!==404){Ba.next=17;break}throw Rr._makeAbortEvent();case 17:throw Ba.t0;case 18:if(!(!Rr.isCancel()&&!yr)){Ba.next=26;break}if(ie.doneParts.push({number:Lr,etag:Vi.res.headers.etag}),!pe.progress){Ba.next=23;break}return Ba.next=23,pe.progress(kt.length/(_r+1),ie,Vi.res);case 23:vn({number:Lr,etag:Vi.res.headers.etag}),Ba.next=27;break;case 26:vn();case 27:Ba.next=30;break;case 29:vn();case 30:Ba.next=41;break;case 32:Ba.prev=32,Ba.t1=Ba.catch(0),To=new Error,To.name=Ba.t1.name,To.message=Ba.t1.message,To.stack=Ba.t1.stack,To.partNum=Lr,de(Ba.t1).to(To),Kr(To);case 41:case"end":return Ba.stop()}},jr,null,[[0,32],[7,13]])}));return function(jr,vn){return $r.apply(this,arguments)}}())},Nr=Array.from(new Array(_r),function(Br,Rr){return Rr+1}),Tr=tr.map(function(Br){return Br.number}),Sr=Nr.filter(function(Br){return Tr.indexOf(Br)<0}),Ar=5,Fr=pe.parallel||Ar,Ir.next=17,this._parallel(Sr,Fr,function(Br){return new Promise(function(Rr,Lr){xr(Ce,Br).then(function($r){$r&&tr.push($r),Rr()}).catch(function($r){Lr($r)})})});case 17:if(Gr=Ir.sent,yr=!0,Vr=Gr.find(function(Br){return Br.name==="abort"}),!Vr){Ir.next=22;break}throw Vr;case 22:if(!this.isCancel()){Ir.next=25;break}throw xr=null,this._makeCancelEvent();case 25:if(!(Gr&&Gr.length>0)){Ir.next=28;break}throw Gr[0].message="Failed to upload some parts with error: ".concat(Gr[0].toString()," part_num: ").concat(Gr[0].partNum),Gr[0];case 28:return Ir.next=30,this.completeMultipartUpload(he,ur,tr,pe);case 30:return Ir.abrupt("return",Ir.sent);case 31:case"end":return Ir.stop()}},Et,this)}));function lr(Et,ie){return nr.apply(this,arguments)}return lr}(),qe._getFileSize=function(){var nr=(0,z.default)(V.default.mark(function Et(ie){return V.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:if(!Fe(ie)){Ce.next=4;break}return Ce.abrupt("return",ie.length);case 4:if(!(Ne(ie)||$e(ie))){Ce.next=6;break}return Ce.abrupt("return",ie.size);case 6:throw new Error("_getFileSize requires Buffer/File/Blob.");case 7:case"end":return Ce.stop()}},Et)}));function lr(Et){return nr.apply(this,arguments)}return lr}();var er=n("stream"),ir=er.Readable;function dr(nr,lr){if(!(this instanceof dr))return new dr(nr,lr);ir.call(this,lr),this.file=nr,this.reader=new FileReader,this.start=0,this.finish=!1,this.fileBuffer=null}re.inherits(dr,ir),dr.prototype.readFileAndPush=function(lr){if(this.fileBuffer)for(var Et=!0;Et&&this.fileBuffer&&this.startthis.fileBuffer.length?this.fileBuffer.length:pe,this.start=pe,Et=this.push(this.fileBuffer.slice(ie,pe))}},dr.prototype._read=function(lr){if(this.file&&this.start>=this.file.size||this.fileBuffer&&this.start>=this.fileBuffer.length||this.finish||this.start===0&&!this.file){this.finish||(this.fileBuffer=null,this.finish=!0),this.push(null);return}var Et=16*1024;lr=lr||Et;var ie=this;this.reader.onload=function(Ce){ie.fileBuffer=L.from(new Uint8Array(Ce.target.result)),ie.file=null,ie.readFileAndPush(lr)},this.start===0?this.reader.readAsArrayBuffer(this.file):this.readFileAndPush(lr)};function cr(nr){return nr.arrayBuffer?nr.arrayBuffer():new Promise(function(lr,Et){var ie=new FileReader;ie.onload=function(pe){lr(pe.target.result)},ie.onerror=function(pe){Et(pe)},ie.readAsArrayBuffer(nr)})}qe._createBuffer=function(){var nr=(0,z.default)(V.default.mark(function Et(ie,pe,Ce){var Ie,jt;return V.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:if(!(Ne(ie)||$e(ie))){ur.next=8;break}return Ie=ie.slice(pe,Ce),ur.next=4,cr(Ie);case 4:return jt=ur.sent,ur.abrupt("return",L.from(jt));case 8:if(!Fe(ie)){ur.next=12;break}return ur.abrupt("return",ie.subarray(pe,Ce));case 12:throw new Error("_createBuffer requires File/Blob/Buffer.");case 13:case"end":return ur.stop()}},Et)}));function lr(Et,ie,pe){return nr.apply(this,arguments)}return lr}(),qe._getPartSize=function(lr,Et){var ie=1e4,pe=1*1024*1024;Et||(Et=pe);var Ce=Math.ceil(lr/ie);return Et1&&kt[1]!==void 0?kt[1]:{},pe=Et["continuation-token"]||Et.continuationToken,pe&&(ie.subres=Object.assign({"continuation-token":pe},ie.subres)),Ce=this._objectRequestParams("GET","",ie),Ce.query=Object.assign({"list-type":2},Et),delete Ce.query["continuation-token"],delete Ce.query.continuationToken,Ce.xmlResponse=!0,Ce.successStatuses=[200],tr.next=11,this.request(Ce);case 11:return Ie=tr.sent,jt=Ie.data.Contents||[],ar=this,jt&&(Array.isArray(jt)||(jt=[jt]),jt=jt.map(function(gr){var _r=null;return gr.Owner&&(_r={id:gr.Owner.ID,displayName:gr.Owner.DisplayName}),{name:gr.Key,url:ar._objectUrl(gr.Key),lastModified:gr.LastModified,etag:gr.ETag,type:gr.Type,size:Number(gr.Size),storageClass:gr.StorageClass,owner:_r}})),ur=Ie.data.CommonPrefixes||null,ur&&(Array.isArray(ur)||(ur=[ur]),ur=ur.map(function(gr){return gr.Prefix})),tr.abrupt("return",{res:Ie.res,objects:jt,prefixes:ur,isTruncated:Ie.data.IsTruncated==="true",keyCount:+Ie.data.KeyCount,continuationToken:Ie.data.ContinuationToken||null,nextContinuationToken:Ie.data.NextContinuationToken||null});case 18:case"end":return tr.stop()}},lr,this)}));function nr(lr){return cr.apply(this,arguments)}return nr}(),dr.restore=function(){var cr=(0,V.default)(j.default.mark(function lr(Et){var ie,pe,Ce,Ie,jt=arguments;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return ie=jt.length>1&&jt[1]!==void 0?jt[1]:{type:"Archive"},ie=ie||{},ie.subres=Object.assign({restore:""},ie.subres),ie.versionId&&(ie.subres.versionId=ie.versionId),pe=this._objectRequestParams("POST",Et,ie),ie.type==="ColdArchive"&&(Ce={RestoreRequest:{Days:ie.Days?ie.Days:2,JobParameters:{Tier:ie.JobParameters?ie.JobParameters:"Standard"}}},pe.content=ir(Ce,{headers:!0}),pe.mime="xml"),pe.successStatuses=[202],ur.next=9,this.request(pe);case 9:return Ie=ur.sent,ur.abrupt("return",{res:Ie.res});case 11:case"end":return ur.stop()}},lr,this)}));function nr(lr){return cr.apply(this,arguments)}return nr}(),dr._objectUrl=function(nr){return this._getReqUrl({bucket:this.options.bucket,object:nr})},dr._objectRequestParams=function(nr,lr,Et){if(!this.options.bucket&&!this.options.cname)throw new Error("Please create a bucket first");Et=Et||{},lr=this._objectName(lr);var ie={object:lr,bucket:this.options.bucket,method:nr,subres:Et&&Et.subres,additionalHeaders:Et&&Et.additionalHeaders,timeout:Et&&Et.timeout,ctx:Et&&Et.ctx};return Et.headers&&(ie.headers={},re(Et.headers).to(ie.headers)),ie},dr._objectName=function(nr){return nr.replace(/^\/+/,"")},dr._convertMetaToHeaders=function(nr,lr){nr&&Object.keys(nr).forEach(function(Et){lr["x-oss-meta-".concat(Et)]=nr[Et]})},dr._deleteFileSafe=function(nr){var lr=this;return new Promise(function(Et){z.exists(nr,function(ie){ie?z.unlink(nr,function(pe){pe&&lr.debug("unlink %j error: %s",nr,pe,"error"),Et()}):Et()})})}},{"../common/callback":24,"../common/image":27,"../common/object/asyncSignatureUrl":31,"../common/object/copyObject":32,"../common/object/delete":33,"../common/object/deleteMulti":34,"../common/object/deleteObjectTagging":35,"../common/object/generateObjectUrl":36,"../common/object/get":37,"../common/object/getACL":38,"../common/object/getBucketVersions":39,"../common/object/getObjectMeta":40,"../common/object/getObjectTagging":41,"../common/object/getObjectUrl":42,"../common/object/getSymlink":43,"../common/object/head":44,"../common/object/putACL":45,"../common/object/putObjectTagging":46,"../common/object/putSymlink":47,"../common/object/signatureUrl":48,"../common/object/signatureUrlV4":49,"../common/utils/isBlob":67,"../common/utils/isBuffer":68,"../common/utils/isFile":70,"../common/utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"copy-to":107,"core-js/modules/es.array.map.js":318,"core-js/modules/es.function.name.js":322,"core-js/modules/es.number.constructor.js":324,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382,fs:102,"merge-descriptors":430,mime:432,path:441}],6:[function(n,$,k){k.version="6.21.0"},{}],7:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.abortBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,_e){var Ne,Ue;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return z.checkBucketName(de),Ne=this._bucketRequestParams("DELETE",de,"worm",_e),Ve.next=4,this.request(Ne);case 4:return Ue=Ve.sent,Ve.abrupt("return",{res:Ue.res,status:Ue.status});case 6:case"end":return Ve.stop()}},ue,this)})),oe.apply(this,arguments)}k.abortBucketWorm=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],8:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.completeBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(ue,de,_e){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return z.checkBucketName(de),Ue=this._bucketRequestParams("POST",de,{wormId:_e},Ne),Fe.next=4,this.request(Ue);case 4:return $e=Fe.sent,Fe.abrupt("return",{res:$e.res,status:$e.status});case 6:case"end":return Fe.stop()}},ue,this)})),oe.apply(this,arguments)}k.completeBucketWorm=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],9:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.deleteBucketInventory=void 0;var z=n("../utils/checkBucketName");function re(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,_e){var Ne,Ue,$e,Ve,Fe=arguments;return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return Ne=Fe.length>2&&Fe[2]!==void 0?Fe[2]:{},Ue=Object.assign({inventory:"",inventoryId:_e},Ne.subres),z.checkBucketName(de),$e=this._bucketRequestParams("DELETE",de,Ue,Ne),$e.successStatuses=[204],er.next=7,this.request($e);case 7:return Ve=er.sent,er.abrupt("return",{status:Ve.status,res:Ve.res});case 9:case"end":return er.stop()}},ue,this)})),oe.apply(this,arguments)}k.deleteBucketInventory=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],10:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=k;oe.deleteBucketLifecycle=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve;return j.default.wrap(function(qe){for(;;)switch(qe.prev=qe.next){case 0:return re(Ne),$e=this._bucketRequestParams("DELETE",Ne,"lifecycle",Ue),$e.successStatuses=[204],qe.next=5,this.request($e);case 5:return Ve=qe.sent,qe.abrupt("return",{res:Ve.res});case 7:case"end":return qe.stop()}},_e,this)}));function de(_e,Ne){return ue.apply(this,arguments)}return de}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],11:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=k;oe.deleteBucketWebsite=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve;return j.default.wrap(function(qe){for(;;)switch(qe.prev=qe.next){case 0:return re(Ne),$e=this._bucketRequestParams("DELETE",Ne,"website",Ue),$e.successStatuses=[204],qe.next=5,this.request($e);case 5:return Ve=qe.sent,qe.abrupt("return",{res:Ve.res});case 7:case"end":return qe.stop()}},_e,this)}));function de(_e,Ne){return ue.apply(this,arguments)}return de}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],12:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.extendBucketWorm=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/obj2xml");function oe(de,_e,Ne,Ue){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne,Ue,$e){var Ve,Fe,qe;return j.default.wrap(function(ir){for(;;)switch(ir.prev=ir.next){case 0:return z.checkBucketName(_e),Ve=this._bucketRequestParams("POST",_e,{wormExtend:"",wormId:Ne},$e),Fe={ExtendWormConfiguration:{RetentionPeriodInDays:Ue}},Ve.mime="xml",Ve.content=re.obj2xml(Fe,{headers:!0}),Ve.successStatuses=[200],ir.next=8,this.request(Ve);case 8:return qe=ir.sent,ir.abrupt("return",{res:qe.res,status:qe.status});case 10:case"end":return ir.stop()}},de,this)})),ue.apply(this,arguments)}k.extendBucketWorm=oe},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],13:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.getBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/formatInventoryConfig");function oe(de,_e){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne){var Ue,$e,Ve,Fe,qe=arguments;return j.default.wrap(function(ir){for(;;)switch(ir.prev=ir.next){case 0:return Ue=qe.length>2&&qe[2]!==void 0?qe[2]:{},$e=Object.assign({inventory:"",inventoryId:Ne},Ue.subres),z.checkBucketName(_e),Ve=this._bucketRequestParams("GET",_e,$e,Ue),Ve.successStatuses=[200],Ve.xmlResponse=!0,ir.next=8,this.request(Ve);case 8:return Fe=ir.sent,ir.abrupt("return",{status:Fe.status,res:Fe.res,inventory:re.formatInventoryConfig(Fe.data)});case 10:case"end":return ir.stop()}},de,this)})),ue.apply(this,arguments)}k.getBucketInventory=oe},{"../utils/checkBucketName":52,"../utils/formatInventoryConfig":62,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],14:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.map.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/isArray"),ue=oe.isArray,de=n("../utils/formatObjKey"),_e=de.formatObjKey,Ne=k;Ne.getBucketLifecycle=function(){var Ue=(0,V.default)(j.default.mark(function Ve(Fe,qe){var er,ir,dr;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return re(Fe),er=this._bucketRequestParams("GET",Fe,"lifecycle",qe),er.successStatuses=[200],er.xmlResponse=!0,nr.next=6,this.request(er);case 6:return ir=nr.sent,dr=ir.data.Rule||null,dr&&(ue(dr)||(dr=[dr]),dr=dr.map(function(lr){return lr.ID&&(lr.id=lr.ID,delete lr.ID),lr.Tag&&!ue(lr.Tag)&&(lr.Tag=[lr.Tag]),_e(lr,"firstLowerCase")})),nr.abrupt("return",{rules:dr,res:ir.res});case 10:case"end":return nr.stop()}},Ve,this)}));function $e(Ve,Fe){return Ue.apply(this,arguments)}return $e}()},{"../utils/checkBucketName":52,"../utils/formatObjKey":63,"../utils/isArray":66,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.map.js":318}],15:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=k;oe.getBucketVersioning=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve,Fe;return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return re(Ne),$e=this._bucketRequestParams("GET",Ne,"versioning",Ue),$e.xmlResponse=!0,$e.successStatuses=[200],er.next=6,this.request($e);case 6:return Ve=er.sent,Fe=Ve.data.Status,er.abrupt("return",{status:Ve.status,versionStatus:Fe,res:Ve.res});case 9:case"end":return er.stop()}},_e,this)}));function de(_e,Ne){return ue.apply(this,arguments)}return de}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],16:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/isObject"),ue=oe.isObject,de=k;de.getBucketWebsite=function(){var _e=(0,V.default)(j.default.mark(function Ue($e,Ve){var Fe,qe,er;return j.default.wrap(function(dr){for(;;)switch(dr.prev=dr.next){case 0:return re($e),Fe=this._bucketRequestParams("GET",$e,"website",Ve),Fe.successStatuses=[200],Fe.xmlResponse=!0,dr.next=6,this.request(Fe);case 6:return qe=dr.sent,er=[],qe.data.RoutingRules&&qe.data.RoutingRules.RoutingRule&&(ue(qe.data.RoutingRules.RoutingRule)?er=[qe.data.RoutingRules.RoutingRule]:er=qe.data.RoutingRules.RoutingRule),dr.abrupt("return",{index:qe.data.IndexDocument&&qe.data.IndexDocument.Suffix||"",supportSubDir:qe.data.IndexDocument&&qe.data.IndexDocument.SupportSubDir||"false",type:qe.data.IndexDocument&&qe.data.IndexDocument.Type,routingRules:er,error:qe.data.ErrorDocument&&qe.data.ErrorDocument.Key||null,res:qe.res});case 10:case"end":return dr.stop()}},Ue,this)}));function Ne(Ue,$e){return _e.apply(this,arguments)}return Ne}()},{"../utils/checkBucketName":52,"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],17:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.getBucketWorm=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/dataFix");function oe(de,_e){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return z.checkBucketName(_e),Ue=this._bucketRequestParams("GET",_e,"worm",Ne),Ue.successStatuses=[200],Ue.xmlResponse=!0,Fe.next=6,this.request(Ue);case 6:return $e=Fe.sent,re.dataFix($e.data,{lowerFirst:!0,rename:{RetentionPeriodInDays:"days"}}),Fe.abrupt("return",Object.assign(Object.assign({},$e.data),{res:$e.res,status:$e.status}));case 9:case"end":return Fe.stop()}},de,this)})),ue.apply(this,arguments)}k.getBucketWorm=oe},{"../utils/checkBucketName":52,"../utils/dataFix":58,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],18:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.initiateBucketWorm=void 0;var z=n("../utils/obj2xml"),re=n("../utils/checkBucketName");function oe(de,_e,Ne){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne,Ue){var $e,Ve,Fe;return j.default.wrap(function(er){for(;;)switch(er.prev=er.next){case 0:return re.checkBucketName(_e),$e=this._bucketRequestParams("POST",_e,"worm",Ue),Ve={InitiateWormConfiguration:{RetentionPeriodInDays:Ne}},$e.mime="xml",$e.content=z.obj2xml(Ve,{headers:!0}),$e.successStatuses=[200],er.next=8,this.request($e);case 8:return Fe=er.sent,er.abrupt("return",{res:Fe.res,wormId:Fe.res.headers["x-oss-worm-id"],status:Fe.status});case 10:case"end":return er.stop()}},de,this)})),ue.apply(this,arguments)}k.initiateBucketWorm=oe},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],19:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.listBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/formatInventoryConfig");function oe(de){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e){var Ne,Ue,$e,Ve,Fe,qe,er,ir,dr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return Ne=dr.length>1&&dr[1]!==void 0?dr[1]:{},Ue=Ne.continuationToken,$e=Object.assign({inventory:""},Ue&&{"continuation-token":Ue},Ne.subres),z.checkBucketName(_e),Ve=this._bucketRequestParams("GET",_e,$e,Ne),Ve.successStatuses=[200],Ve.xmlResponse=!0,nr.next=9,this.request(Ve);case 9:return Fe=nr.sent,qe=Fe.data,er=Fe.res,ir=Fe.status,nr.abrupt("return",{isTruncated:qe.IsTruncated==="true",nextContinuationToken:qe.NextContinuationToken,inventoryList:re.formatInventoryConfig(qe.InventoryConfiguration,!0),status:ir,res:er});case 12:case"end":return nr.stop()}},de,this)})),ue.apply(this,arguments)}k.listBucketInventory=oe},{"../utils/checkBucketName":52,"../utils/formatInventoryConfig":62,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],20:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.concat.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.putBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/obj2xml");function oe(de,_e){return ue.apply(this,arguments)}function ue(){return ue=(0,V.default)(j.default.mark(function de(_e,Ne){var Ue,$e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et=arguments;return j.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:return Ue=Et.length>2&&Et[2]!==void 0?Et[2]:{},$e=Object.assign({inventory:"",inventoryId:Ne.id},Ue.subres),z.checkBucketName(_e),Ve=Ne.OSSBucketDestination,Fe=Ne.optionalFields,qe=Ne.includedObjectVersions,er="acs:oss:::",ir="acs:ram::".concat(Ve.accountId,":role/"),dr={InventoryConfiguration:{Id:Ne.id,IsEnabled:Ne.isEnabled,Filter:{Prefix:Ne.prefix||""},Destination:{OSSBucketDestination:{Format:Ve.format,AccountId:Ve.accountId,RoleArn:"".concat(ir).concat(Ve.rolename),Bucket:"".concat(er).concat(Ve.bucket),Prefix:Ve.prefix||"",Encryption:Ve.encryption||""}},Schedule:{Frequency:Ne.frequency},IncludedObjectVersions:qe,OptionalFields:{Field:(Fe==null?void 0:Fe.field)||[]}}},cr=re.obj2xml(dr,{headers:!0,firstUpperCase:!0}),nr=this._bucketRequestParams("PUT",_e,$e,Ue),nr.successStatuses=[200],nr.mime="xml",nr.content=cr,pe.next=14,this.request(nr);case 14:return lr=pe.sent,pe.abrupt("return",{status:lr.status,res:lr.res});case 16:case"end":return pe.stop()}},de,this)})),ue.apply(this,arguments)}k.putBucketInventory=oe},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.assign.js":325}],21:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.array.includes.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/isArray"),ue=oe.isArray,de=n("../utils/deepCopy"),_e=de.deepCopy,Ne=n("../utils/isObject"),Ue=Ne.isObject,$e=n("../utils/obj2xml"),Ve=$e.obj2xml,Fe=n("../utils/checkObjectTag"),qe=Fe.checkObjectTag,er=n("../utils/getStrBytesCount"),ir=er.getStrBytesCount,dr=k;dr.putBucketLifecycle=function(){var Ce=(0,V.default)(j.default.mark(function jt(ar,ur,kt){var he,tr,gr,_r,yr;return j.default.wrap(function(Nr){for(;;)switch(Nr.prev=Nr.next){case 0:if(re(ar),ue(ur)){Nr.next=3;break}throw new Error("rules must be Array");case 3:return he=this._bucketRequestParams("PUT",ar,"lifecycle",kt),tr=[],gr={LifecycleConfiguration:{Rule:tr}},ur.forEach(function(Tr){cr(Tr),pe(Tr),Tr.id&&(Tr.ID=Tr.id,delete Tr.id),tr.push(Tr)}),_r=Ve(gr,{headers:!0,firstUpperCase:!0}),he.content=_r,he.mime="xml",he.successStatuses=[200],Nr.next=13,this.request(he);case 13:return yr=Nr.sent,Nr.abrupt("return",{res:yr.res});case 15:case"end":return Nr.stop()}},jt,this)}));function Ie(jt,ar,ur){return Ce.apply(this,arguments)}return Ie}();function cr(Ce){Ce.days&&(Ce.expiration={days:Ce.days}),Ce.date&&(Ce.expiration={createdBeforeDate:Ce.date})}function nr(Ce,Ie){var jt=Ce.days,ar=Ce.createdBeforeDate;if(!jt&&!ar)throw new Error("".concat(Ie," must includes days or createdBeforeDate"));if(jt&&(ue(jt)||!/^[1-9][0-9]*$/.test(jt)))throw new Error("days must be a positive integer");if(ar&&!/\d{4}-\d{2}-\d{2}T00:00:00.000Z/.test(ar))throw new Error("createdBeforeDate must be date and conform to iso8601 format")}function lr(Ce,Ie){var jt=Ce.noncurrentDays;if(jt){if(jt&&(ue(jt)||!/^[1-9][0-9]*$/.test(jt)))throw new Error("noncurrentDays must be a positive integer")}else throw new Error("".concat(Ie," must includes noncurrentDays"))}function Et(Ce){if(!ue(Ce)&&!Ue(Ce))throw new Error("tag must be Object or Array");Ce=Ue(Ce)?[Ce]:Ce;var Ie={},jt=_e(Ce);jt.forEach(function(ar){Ie[ar.key]=ar.value}),qe(Ie)}function ie(Ce){if(!["IA","Archive","ColdArchive","DeepColdArchive"].includes(Ce))throw new Error("StorageClass must be IA or Archive or ColdArchive or DeepColdArchive")}function pe(Ce){if(Ce.id&&ir(Ce.id)>255)throw new Error("ID is composed of 255 bytes at most");if(Ce.prefix===void 0)throw new Error("Rule must includes prefix");if(!["Enabled","Disabled"].includes(Ce.status))throw new Error("Status must be Enabled or Disabled");if(!Ce.expiration&&!Ce.noncurrentVersionExpiration&&!Ce.abortMultipartUpload&&!Ce.transition&&!Ce.noncurrentVersionTransition)throw new Error("Rule must includes expiration or noncurrentVersionExpiration or abortMultipartUpload or transition or noncurrentVersionTransition");if(Ce.transition&&(ie(Ce.transition.storageClass),nr(Ce.transition,"Transition")),Ce.expiration){if(!Ce.expiration.expiredObjectDeleteMarker)nr(Ce.expiration,"Expiration");else if(Ce.expiration.days||Ce.expiration.createdBeforeDate)throw new Error("expiredObjectDeleteMarker cannot be used with days or createdBeforeDate")}if(Ce.abortMultipartUpload&&nr(Ce.abortMultipartUpload,"AbortMultipartUpload"),Ce.noncurrentVersionTransition&&(ie(Ce.noncurrentVersionTransition.storageClass),lr(Ce.noncurrentVersionTransition,"NoncurrentVersionTransition")),Ce.noncurrentVersionExpiration&&lr(Ce.noncurrentVersionExpiration,"NoncurrentVersionExpiration"),Ce.tag){if(Ce.abortMultipartUpload)throw new Error("Tag cannot be used with abortMultipartUpload");Et(Ce.tag)}}},{"../utils/checkBucketName":52,"../utils/checkObjectTag":55,"../utils/deepCopy":59,"../utils/getStrBytesCount":65,"../utils/isArray":66,"../utils/isObject":73,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/web.dom-collections.for-each.js":382}],22:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.includes.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/obj2xml"),ue=oe.obj2xml,de=k;de.putBucketVersioning=function(){var _e=(0,V.default)(j.default.mark(function Ue($e,Ve){var Fe,qe,er,ir,dr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:if(Fe=dr.length>2&&dr[2]!==void 0?dr[2]:{},re($e),["Enabled","Suspended"].includes(Ve)){nr.next=4;break}throw new Error("status must be Enabled or Suspended");case 4:return qe=this._bucketRequestParams("PUT",$e,"versioning",Fe),er={VersioningConfiguration:{Status:Ve}},qe.mime="xml",qe.content=ue(er,{headers:!0}),nr.next=10,this.request(qe);case 10:return ir=nr.sent,nr.abrupt("return",{res:ir.res,status:ir.status});case 12:case"end":return nr.stop()}},Ue,this)}));function Ne(Ue,$e){return _e.apply(this,arguments)}return Ne}()},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.includes.js":315}],23:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator")),V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("../utils/obj2xml"),ue=oe.obj2xml,de=n("../utils/isArray"),_e=de.isArray,Ne=k;Ne.putBucketWebsite=function(){var Ue=(0,V.default)(j.default.mark(function Ve(Fe){var qe,er,ir,dr,cr,nr,lr,Et=arguments;return j.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:if(qe=Et.length>1&&Et[1]!==void 0?Et[1]:{},er=Et.length>2?Et[2]:void 0,re(Fe),ir=this._bucketRequestParams("PUT",Fe,"website",er),dr={Suffix:qe.index||"index.html"},cr={IndexDocument:dr},nr={WebsiteConfiguration:cr},qe.supportSubDir&&(dr.SupportSubDir=qe.supportSubDir),qe.type&&(dr.Type=qe.type),qe.error&&(cr.ErrorDocument={Key:qe.error}),qe.routingRules===void 0){pe.next=14;break}if(_e(qe.routingRules)){pe.next=13;break}throw new Error("RoutingRules must be Array");case 13:cr.RoutingRules={RoutingRule:qe.routingRules};case 14:return nr=ue(nr),ir.content=nr,ir.mime="xml",ir.successStatuses=[200],pe.next=20,this.request(ir);case 20:return lr=pe.sent,pe.abrupt("return",{res:lr.res});case 22:case"end":return pe.stop()}},Ve,this)}));function $e(Ve){return Ue.apply(this,arguments)}return $e}()},{"../utils/checkBucketName":52,"../utils/isArray":66,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],24:[function(n,$,k){(function(L){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),k.encodeCallback=function(V,z){if(V.headers=V.headers||{},!Object.prototype.hasOwnProperty.call(V.headers,"x-oss-callback")&&z.callback){var re={callbackUrl:encodeURI(z.callback.url),callbackBody:z.callback.body};z.callback.host&&(re.callbackHost=z.callback.host),z.callback.contentType&&(re.callbackBodyType=z.callback.contentType),z.callback.callbackSNI&&(re.callbackSNI=z.callback.callbackSNI);var oe=L.from(JSON.stringify(re)).toString("base64");if(V.headers["x-oss-callback"]=oe,z.callback.customValue){var ue={};Object.keys(z.callback.customValue).forEach(function(de){ue["x:".concat(de)]=z.callback.customValue[de].toString()}),V.headers["x-oss-callback-var"]=L.from(JSON.stringify(ue)).toString("base64")}}}}).call(this)}).call(this,n("buffer").Buffer)},{buffer:103,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/web.dom-collections.for-each.js":382}],25:[function(n,$,k){n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js");var L=function(_e){return _e&&_e.__esModule?_e:{default:_e}};Object.defineProperty(k,"__esModule",{value:!0}),k.getReqUrl=void 0;var j=L(n("copy-to")),V=L(n("url")),z=L(n("merge-descriptors")),re=L(n("is-type-of")),oe=n("../utils/isIP"),ue=n("../utils/checkConfigValid");function de(_e){var Ne={},Ue=this.options.cname;ue.checkConfigValid(this.options.endpoint,"endpoint"),j.default(this.options.endpoint,!1).to(Ne),_e.bucket&&!Ue&&!oe.isIP(Ne.hostname)&&!this.options.sldEnable&&(Ne.host="".concat(_e.bucket,".").concat(Ne.host));var $e="/";_e.bucket&&this.options.sldEnable&&($e+="".concat(_e.bucket,"/")),_e.object&&($e+=this._escape(_e.object).replace(/\+/g,"%2B")),Ne.pathname=$e;var Ve={};if(_e.query&&z.default(Ve,_e.query),_e.subres){var Fe={};re.default.string(_e.subres)?Fe[_e.subres]="":re.default.array(_e.subres)?_e.subres.forEach(function(qe){Fe[qe]=""}):Fe=_e.subres,z.default(Ve,Fe)}return Ne.query=Ve,V.default.format(Ne)}k.getReqUrl=de},{"../utils/checkConfigValid":53,"../utils/isIP":72,"copy-to":107,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382,"is-type-of":539,"merge-descriptors":430,url:545}],26:[function(n,$,k){n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.string.trim.js");var L=n("humanize-ms"),j=n("url"),V=n("../utils/checkBucketName"),z=V.checkBucketName,re=n("../utils/setRegion"),oe=re.setRegion,ue=n("../utils/checkConfigValid"),de=ue.checkConfigValid;function _e(Ne,Ue){de(Ne,"endpoint");var $e=j.parse(Ne);if($e.protocol||($e=j.parse("http".concat(Ue?"s":"","://").concat(Ne))),$e.protocol!=="http:"&&$e.protocol!=="https:")throw new Error("Endpoint protocol must be http or https.");return $e}$.exports=function(Ne){if(!Ne||!Ne.accessKeyId||!Ne.accessKeySecret)throw new Error("require accessKeyId, accessKeySecret");Ne.stsToken&&!Ne.refreshSTSToken&&!Ne.refreshSTSTokenInterval&&console.warn("It's recommended to set 'refreshSTSToken' and 'refreshSTSTokenInterval' to refresh stsToken、accessKeyId、accessKeySecret automatically when sts token has expired"),Ne.bucket&&z(Ne.bucket);var Ue=Object.assign({region:"oss-cn-hangzhou",internal:!1,secure:!1,timeout:6e4,bucket:null,endpoint:null,cname:!1,isRequestPay:!1,sldEnable:!1,headerEncoding:"utf-8",refreshSTSToken:null,refreshSTSTokenInterval:6e4*5,retryMax:0,authorizationV4:!1},Ne);if(Ue.accessKeyId=Ue.accessKeyId.trim(),Ue.accessKeySecret=Ue.accessKeySecret.trim(),Ue.timeout&&(Ue.timeout=L(Ue.timeout)),Ue.endpoint)Ue.endpoint=_e(Ue.endpoint,Ue.secure);else if(Ue.region)Ue.endpoint=oe(Ue.region,Ue.internal,Ue.secure);else throw new Error("require options.endpoint or options.region");return Ue.inited=!0,Ue}},{"../utils/checkBucketName":52,"../utils/checkConfigValid":53,"../utils/setRegion":78,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.string.trim.js":351,"humanize-ms":401,url:545}],27:[function(n,$,k){var L=n("merge-descriptors"),j=k;L(j,n("./processObjectSave"))},{"./processObjectSave":28,"merge-descriptors":430}],28:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.concat.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,oe=n("querystring"),ue=n("js-base64"),de=ue.Base64.encode,_e=k;_e.processObjectSave=function(){var Ue=(0,V.default)(j.default.mark(function Ve(Fe,qe,er,ir){var dr,cr,nr,lr;return j.default.wrap(function(ie){for(;;)switch(ie.prev=ie.next){case 0:return Ne(Fe,"sourceObject"),Ne(qe,"targetObject"),Ne(er,"process"),qe=this._objectName(qe),ir&&re(ir),dr=this._objectRequestParams("POST",Fe,{subres:"x-oss-process"}),cr=ir?",b_".concat(de(ir)):"",qe=de(qe),nr={"x-oss-process":"".concat(er,"|sys/saveas,o_").concat(qe).concat(cr)},dr.content=oe.stringify(nr),ie.next=12,this.request(dr);case 12:return lr=ie.sent,ie.abrupt("return",{res:lr.res,status:lr.res.status});case 14:case"end":return ie.stop()}},Ve,this)}));function $e(Ve,Fe,qe,er){return Ue.apply(this,arguments)}return $e}();function Ne(Ue,$e){if(!Ue)throw new Error("".concat($e," is required"));if(typeof Ue!="string")throw new Error("".concat($e," must be String"))}},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"js-base64":415,querystring:453}],29:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.array.from.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.regexp.to-string.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("debug")("ali-oss:multipart-copy"),re=n("copy-to"),oe=k;oe.uploadPartCopy=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue,$e,Ve,Fe){var qe,er,ir,dr,cr,nr=arguments;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return qe=nr.length>5&&nr[5]!==void 0?nr[5]:{},qe.headers=qe.headers||{},er=qe.versionId||qe.subres&&qe.subres.versionId||null,er?ir="/".concat(Fe.sourceBucketName,"/").concat(encodeURIComponent(Fe.sourceKey),"?versionId=").concat(er):ir="/".concat(Fe.sourceBucketName,"/").concat(encodeURIComponent(Fe.sourceKey)),qe.headers["x-oss-copy-source"]=ir,Ve&&(qe.headers["x-oss-copy-source-range"]="bytes=".concat(Ve)),qe.subres={partNumber:$e,uploadId:Ue},dr=this._objectRequestParams("PUT",Ne,qe),dr.mime=qe.mime,dr.successStatuses=[200],Et.next=12,this.request(dr);case 12:return cr=Et.sent,Et.abrupt("return",{name:Ne,etag:cr.res.headers.etag,res:cr.res});case 14:case"end":return Et.stop()}},_e,this)}));function de(_e,Ne,Ue,$e,Ve){return ue.apply(this,arguments)}return de}(),oe.multipartUploadCopy=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue){var $e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et,ie,pe=arguments;return j.default.wrap(function(Ie){for(;;)switch(Ie.prev=Ie.next){case 0:return $e=pe.length>2&&pe[2]!==void 0?pe[2]:{},this.resetCancelFlag(),Ve=$e.versionId,Fe=Ve===void 0?null:Ve,qe={versionId:Fe},Ie.next=6,this._getObjectMeta(Ue.sourceBucketName,Ue.sourceKey,qe);case 6:if(er=Ie.sent,ir=er.res.headers["content-length"],Ue.startOffset=Ue.startOffset||0,Ue.endOffset=Ue.endOffset||ir,!($e.checkpoint&&$e.checkpoint.uploadId)){Ie.next=14;break}return Ie.next=13,this._resumeMultipartCopy($e.checkpoint,Ue,$e);case 13:return Ie.abrupt("return",Ie.sent);case 14:if(dr=102400,cr=Ue.endOffset-Ue.startOffset,!(cr0)){yr.next=40;break}throw gr=he[0],gr.message="Failed to copy some parts with error: ".concat(gr.toString()," part_num: ").concat(gr.partNum),gr;case 40:return yr.next=42,this.completeMultipartUpload(nr,dr,cr,$e);case 42:return yr.abrupt("return",yr.sent);case 43:case"end":return yr.stop()}},_e,this)}));function de(_e,Ne,Ue){return ue.apply(this,arguments)}return de}(),oe._divideMultipartCopyParts=function(de,_e,Ne){for(var Ue=Math.ceil(de/_e),$e=[],Ve=0;Ve +`,kt+=" ".concat(he?"true":"false",` +`),Ne&&Ne.length>0){for(kt+=` +`,Et=0;Et".concat(Ne[Et],` +`);kt+=` +`}else kt+=` +`;return kt+="",Ue.content=kt,Ue.mime="xml",Ue.successStatuses=[200],jt.next=10,this.request(Ue);case 10:return Ve=jt.sent,jt.abrupt("return",{res:Ve.res});case 12:case"end":return jt.stop()}},_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,Ue;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,Ue=Fe.data.RefererList.Referer||null,Ue&&(ue(Ue)||(Ue=[Ue])),Et.abrupt("return",{allowEmpty:Fe.data.AllowEmptyReferer==="true",referers:Ue,res:Fe.res});case 9:case"end":return Et.stop()}},_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"),Ue=n("../common/utils/createRequest"),kt=Ue.createRequest,Et=n("../common/utils/encoder"),Ve=Et.encoder,qe=n("../common/client/getReqUrl"),jt=qe.getReqUrl,tr=n("../common/utils/setSTSToken"),rr=tr.setSTSToken,ar=n("../common/utils/retry"),nr=ar.retry,ur=n("../common/utils/isFunction"),cr=ur.isFunction,_r=n("../common/utils/getStandardRegion"),hr=_r.getStandardRegion,Er=new ue;function kr(){var mr=pe.name,gr=pe.version;mr&&mr.toLowerCase&&mr.toLowerCase()==="ie"&&gr.split(".")[0]<10&&console.warn("ali-oss does not support the current browser")}function xr(){return location&&location.protocol==="https:"}function yr(mr,gr){if(kr(),!(this instanceof yr))return new yr(mr,gr);mr&&mr.inited?this.options=mr:this.options=yr.initOptions(mr),this.options.cancelFlag=!1,this.options.urllib?this.urllib=this.options.urllib:(this.urllib=_e,this.agent=this.options.agent||Er),this.ctx=gr,this.userAgent=this._getUserAgent(),this.stsTokenFreshTime=new Date,this.options.amendTimeSkewed=0}k.exports=yr,yr.initOptions=function(gr){gr.stsToken||console.warn("Please use STS Token for safety, see more details at https://help.aliyun.com/document_detail/32077.html");var jr=Object.assign({secure:xr(),useFetch:!1},gr);return Fe(jr)};var vr=yr.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(gr){return this.debug("authorization stringToSign: %s",gr,"info"),Ne.computeSignature(this.options.accessKeySecret,gr,this.options.headerEncoding)},vr._getReqUrl=jt,vr.authorization=function(gr,jr,Hr,Ur){var zr=Ne.buildCanonicalString(gr.toUpperCase(),jr,{headers:Ur,parameters:Hr});return Ne.authorization(this.options.accessKeyId,this.options.accessKeySecret,zr,this.options.headerEncoding)},vr.authorizationV4=function(gr,jr,Hr,Ur,zr){return Ne.authorizationV4(this.options.accessKeyId,this.options.accessKeySecret,hr(this.options.region),gr,jr,Hr,Ur,zr,this.options.headerEncoding)},vr.request=function(){var mr=(0,re.default)(z.default.mark(function gr(jr){var Hr=this;return z.default.wrap(function(zr){for(;;)switch(zr.prev=zr.next){case 0:if(!this.options.retryMax){zr.next=6;break}return zr.next=3,nr(Rr.bind(this),this.options.retryMax,{errorHandler:function(Tr){var Mr=function(Cr){if(jr.stream)return!1;var Ir=[-1,-2].includes(Cr.status),Dr=Hr.options.requestErrorRetryHandle||function(){return!0};return Ir&&Dr(Cr)};return!!Mr(Tr)}})(jr);case 3:return zr.abrupt("return",zr.sent);case 6:return zr.abrupt("return",Rr.call(this,jr));case 7:case"end":return zr.stop()}},gr,this)}));return function(gr){return mr.apply(this,arguments)}}();function Rr(mr){return Br.apply(this,arguments)}function Br(){return Br=(0,re.default)(z.default.mark(function mr(gr){var jr,Hr,Ur,zr,Sr,Tr;return z.default.wrap(function(br){for(;;)switch(br.prev=br.next){case 0:if(!(this.options.stsToken&&cr(this.options.refreshSTSToken))){br.next=3;break}return br.next=3,rr.call(this);case 3:return jr=kt.call(this,gr),this.options.useFetch||(jr.params.mode="disable-fetch"),zr=!!gr.stream,br.prev=6,br.next=9,this.urllib.request(jr.url,jr.params);case 9:Hr=br.sent,this.debug("response %s %s, got %s, headers: %j",gr.method,jr.url,Hr.status,Hr.headers,"info"),br.next=16;break;case 13:br.prev=13,br.t0=br.catch(6),Ur=br.t0;case 16:if(!(Hr&&gr.successStatuses&&gr.successStatuses.indexOf(Hr.status)===-1)){br.next=28;break}return br.next=19,this.requestError(Hr);case 19:if(Sr=br.sent,!(Sr.code==="RequestTimeTooSkewed"&&!zr)){br.next=25;break}return this.options.amendTimeSkewed=+new Date(Sr.serverTime)-new Date,br.next=24,this.request(gr);case 24:return br.abrupt("return",br.sent);case 25:Sr.params=gr,br.next=32;break;case 28:if(!Ur){br.next=32;break}return br.next=31,this.requestError(Ur);case 31:Sr=br.sent;case 32:if(!Sr){br.next=34;break}throw Sr;case 34:if(!gr.xmlResponse){br.next=39;break}return br.next=37,this.parseXML(Hr.data);case 37:Tr=br.sent,Hr.data=Tr;case 39:return br.abrupt("return",Hr);case 40:case"end":return br.stop()}},mr,this,[[6,13]])})),Br.apply(this,arguments)}vr._getResource=function(gr){var jr="/";return gr.bucket&&(jr+="".concat(gr.bucket,"/")),gr.object&&(jr+=Ve(gr.object,this.options.headerEncoding)),jr},vr._escape=function(gr){return Ie.encodeURIComponent(gr).replace(/%2F/g,"/")},vr._getUserAgent=function(){var gr=j&&j.browser?"js":"nodejs",jr="aliyun-sdk-".concat(gr,"/").concat(Ce.version),Hr=pe.description;return!Hr&&j&&(Hr="Node.js ".concat(j.version.slice(1)," on ").concat(j.platform," ").concat(j.arch)),this._checkUserAgent("".concat(jr," ").concat(Hr))},vr._checkUserAgent=function(gr){var jr=gr.replace(/\u03b1/,"alpha").replace(/\u03b2/,"beta");return jr},vr.checkBrowserAndVersion=function(gr,jr){return he.name===gr&&he.version.split(".")[0]===jr},vr.parseXML=function(gr){return new Promise(function(jr,Hr){$.isBuffer(gr)&&(gr=gr.toString()),oe.parseString(gr,{explicitRoot:!1,explicitArray:!1},function(Ur,zr){Ur?Hr(Ur):jr(zr)})})},vr.requestError=function(){var mr=(0,re.default)(z.default.mark(function jr(Hr){var Ur=this,zr,Sr,Tr,Mr,br;return z.default.wrap(function(Ir){for(;;)switch(Ir.prev=Ir.next){case 0:if(zr=null,Sr=function(){var Dr=(0,re.default)(z.default.mark(function Kr(Wr){var Nr,Fr;return z.default.wrap(function(ca){for(;;)switch(ca.prev=ca.next){case 0:return ca.prev=0,ca.next=3,Ur.parseXML(Wr);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),Ur.debug(Wr,"error"),ca.t1.message+=` +raw xml: `.concat(Wr),ca.t1.status=Hr.status,ca.t1.requestId=Hr.headers["x-oss-request-id"],ca.abrupt("return",ca.t1);case 16:Fr=Nr.Message||"unknow request error, status: ".concat(Hr.status),Nr.Condition&&(Fr+=" (condition: ".concat(Nr.Condition,")")),zr=new Error(Fr),zr.name=Nr.Code?"".concat(Nr.Code,"Error"):"UnknownError",zr.status=Hr.status,zr.code=Nr.Code,zr.ecCode=Nr.EC,zr.requestId=Nr.RequestId,zr.hostId=Nr.HostId,zr.serverTime=Nr.ServerTime;case 26:case"end":return ca.stop()}},Kr,null,[[0,9]])}));return function(Wr){return Dr.apply(this,arguments)}}(),!(!Hr.data||!Hr.data.length)){Ir.next=37;break}if(!(Hr.status===-1||Hr.status===-2)){Ir.next=10;break}zr=new Error(Hr.message),zr.name=Hr.name,zr.status=Hr.status,zr.code=Hr.name,Ir.next=35;break;case 10:if(Hr.status!==404){Ir.next=17;break}zr=new Error("Object not exists"),zr.name="NoSuchKeyError",zr.status=404,zr.code="NoSuchKey",Ir.next=33;break;case 17:if(Hr.status!==412){Ir.next=24;break}zr=new Error("Pre condition failed"),zr.name="PreconditionFailedError",zr.status=412,zr.code="PreconditionFailed",Ir.next=33;break;case 24:if(zr=new Error("Unknow error, status: ".concat(Hr.status)),zr.name="UnknownError",zr.status=Hr.status,zr.res=Hr,Tr=Hr.headers["x-oss-err"],!Tr){Ir.next=33;break}return Mr=atob(Tr),Ir.next=33,Sr(Mr);case 33:zr.requestId=Hr.headers["x-oss-request-id"],zr.host="";case 35:Ir.next=41;break;case 37:return br=String(Hr.data),this.debug("request response error data: %s",br,"error"),Ir.next=41,Sr(br);case 41:return this.debug("generate error %j",zr,"error"),Ir.abrupt("return",zr);case 43:case"end":return Ir.stop()}},jr,this)}));function gr(jr){return mr.apply(this,arguments)}return gr}()}).call(this)}).call(this,{isBuffer:n("../../node_modules/is-buffer/index.js")},n("_process"))},{"../../node_modules/is-buffer/index.js":411,"../common/bucket/abortBucketWorm":7,"../common/bucket/completeBucketWorm":8,"../common/bucket/deleteBucketInventory":9,"../common/bucket/deleteBucketLifecycle":10,"../common/bucket/deleteBucketWebsite":11,"../common/bucket/extendBucketWorm":12,"../common/bucket/getBucketInventory":13,"../common/bucket/getBucketLifecycle":14,"../common/bucket/getBucketVersioning":15,"../common/bucket/getBucketWebsite":16,"../common/bucket/getBucketWorm":17,"../common/bucket/initiateBucketWorm":18,"../common/bucket/listBucketInventory":19,"../common/bucket/putBucketInventory":20,"../common/bucket/putBucketLifecycle":21,"../common/bucket/putBucketVersioning":22,"../common/bucket/putBucketWebsite":23,"../common/client/getReqUrl":25,"../common/client/initOptions":26,"../common/multipart":30,"../common/multipart-copy":29,"../common/parallel":50,"../common/signUtils":51,"../common/utils/createRequest":57,"../common/utils/encoder":61,"../common/utils/getStandardRegion":64,"../common/utils/isFunction":71,"../common/utils/retry":77,"../common/utils/setSTSToken":79,"./bucket":2,"./managed-upload":4,"./object":5,"./version":6,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,_process:540,agentkeepalive:94,bowser:101,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.symbol.description.js":353,"core-js/modules/es.symbol.js":356,debug:538,"merge-descriptors":430,platform:442,urllib:548,utility:547,xml2js:498}],4:[function(n,k,L){(function($){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/regenerator"));n("core-js/modules/es.function.name.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.array.from.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.array-buffer.slice.js"),n("core-js/modules/es.typed-array.uint8-array.js"),n("core-js/modules/es.typed-array.copy-within.js"),n("core-js/modules/es.typed-array.every.js"),n("core-js/modules/es.typed-array.fill.js"),n("core-js/modules/es.typed-array.filter.js"),n("core-js/modules/es.typed-array.find.js"),n("core-js/modules/es.typed-array.find-index.js"),n("core-js/modules/es.typed-array.for-each.js"),n("core-js/modules/es.typed-array.includes.js"),n("core-js/modules/es.typed-array.index-of.js"),n("core-js/modules/es.typed-array.iterator.js"),n("core-js/modules/es.typed-array.join.js"),n("core-js/modules/es.typed-array.last-index-of.js"),n("core-js/modules/es.typed-array.map.js"),n("core-js/modules/es.typed-array.reduce.js"),n("core-js/modules/es.typed-array.reduce-right.js"),n("core-js/modules/es.typed-array.reverse.js"),n("core-js/modules/es.typed-array.set.js"),n("core-js/modules/es.typed-array.slice.js"),n("core-js/modules/es.typed-array.some.js"),n("core-js/modules/es.typed-array.sort.js"),n("core-js/modules/es.typed-array.subarray.js"),n("core-js/modules/es.typed-array.to-locale-string.js"),n("core-js/modules/es.typed-array.to-string.js");var z=j(n("@babel/runtime/helpers/asyncToGenerator")),re=n("util"),ie=n("path"),oe=n("mime"),ue=n("copy-to"),de=n("../common/utils/isBlob"),pe=de.isBlob,Ie=n("../common/utils/isFile"),_e=Ie.isFile,Ce=n("../common/utils/isBuffer"),he=Ce.isBuffer,Ne=L;Ne.multipartUpload=function(){var Ve=(0,z.default)(V.default.mark(function jt(tr,rr){var ar,nr,ur,cr,_r,hr,Er,kr,xr,yr=arguments;return V.default.wrap(function(Rr){for(;;)switch(Rr.prev=Rr.next){case 0:if(ar=yr.length>2&&yr[2]!==void 0?yr[2]:{},this.resetCancelFlag(),ar.disabledMD5=ar.disabledMD5===void 0?!0:!!ar.disabledMD5,!(ar.checkpoint&&ar.checkpoint.uploadId)){Rr.next=8;break}return rr&&_e(rr)&&(ar.checkpoint.file=rr),Rr.next=7,this._resumeMultipart(ar.checkpoint,ar);case 7:return Rr.abrupt("return",Rr.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),Rr.next=14,this._getFileSize(rr);case 14:if(ur=Rr.sent,!(ur0&&ue(hr).to(kr),xr=this._divideParts(ur,cr),yr=xr.length,vr=!1,Rr=function(br,Cr){return new Promise(function(){var Ir=(0,z.default)(V.default.mark(function Dr(Kr,Wr){var Nr,Fr,Qr,ca,Po;return V.default.wrap(function(Go){for(;;)switch(Go.prev=Go.next){case 0:if(Go.prev=0,br.isCancel()){Go.next=29;break}return Nr=xr[Cr-1],Go.next=5,br._createBuffer(nr,Nr.start,Nr.end);case 5:return Fr=Go.sent,Qr={content:Fr,size:Nr.end-Nr.start},Go.prev=7,Go.next=10,br._uploadPart(Er,_r,Cr,Qr,rr);case 10:ca=Go.sent,Go.next=18;break;case 13:if(Go.prev=13,Go.t0=Go.catch(7),Go.t0.status!==404){Go.next=17;break}throw br._makeAbortEvent();case 17:throw Go.t0;case 18:if(!(!br.isCancel()&&!vr)){Go.next=26;break}if(tr.doneParts.push({number:Cr,etag:ca.res.headers.etag}),!rr.progress){Go.next=23;break}return Go.next=23,rr.progress(hr.length/(yr+1),tr,ca.res);case 23:Kr({number:Cr,etag:ca.res.headers.etag}),Go.next=27;break;case 26:Kr();case 27:Go.next=30;break;case 29:Kr();case 30:Go.next=41;break;case 32:Go.prev=32,Go.t1=Go.catch(0),Po=new Error,Po.name=Go.t1.name,Po.message=Go.t1.message,Po.stack=Go.t1.stack,Po.partNum=Cr,ue(Go.t1).to(Po),Wr(Po);case 41:case"end":return Go.stop()}},Dr,null,[[0,32],[7,13]])}));return function(Dr,Kr){return Ir.apply(this,arguments)}}())},Br=Array.from(new Array(yr),function(Mr,br){return br+1}),mr=kr.map(function(Mr){return Mr.number}),gr=Br.filter(function(Mr){return mr.indexOf(Mr)<0}),jr=5,Hr=rr.parallel||jr,Tr.next=17,this._parallel(gr,Hr,function(Mr){return new Promise(function(br,Cr){Rr(ar,Mr).then(function(Ir){Ir&&kr.push(Ir),br()}).catch(function(Ir){Cr(Ir)})})});case 17:if(Ur=Tr.sent,vr=!0,zr=Ur.find(function(Mr){return Mr.name==="abort"}),!zr){Tr.next=22;break}throw zr;case 22:if(!this.isCancel()){Tr.next=25;break}throw Rr=null,this._makeCancelEvent();case 25:if(!(Ur&&Ur.length>0)){Tr.next=28;break}throw Ur[0].message="Failed to upload some parts with error: ".concat(Ur[0].toString()," part_num: ").concat(Ur[0].partNum),Ur[0];case 28:return Tr.next=30,this.completeMultipartUpload(Er,_r,kr,rr);case 30:return Tr.abrupt("return",Tr.sent);case 31:case"end":return Tr.stop()}},jt,this)}));function qe(jt,tr){return Ve.apply(this,arguments)}return qe}(),Ne._getFileSize=function(){var Ve=(0,z.default)(V.default.mark(function jt(tr){return V.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:if(!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()}},jt)}));function qe(jt){return Ve.apply(this,arguments)}return qe}();var Fe=n("stream"),Ue=Fe.Readable;function kt(Ve,qe){if(!(this instanceof kt))return new kt(Ve,qe);Ue.call(this,qe),this.file=Ve,this.reader=new FileReader,this.start=0,this.finish=!1,this.fileBuffer=null}re.inherits(kt,Ue),kt.prototype.readFileAndPush=function(qe){if(this.fileBuffer)for(var jt=!0;jt&&this.fileBuffer&&this.startthis.fileBuffer.length?this.fileBuffer.length:rr,this.start=rr,jt=this.push(this.fileBuffer.slice(tr,rr))}},kt.prototype._read=function(qe){if(this.file&&this.start>=this.file.size||this.fileBuffer&&this.start>=this.fileBuffer.length||this.finish||this.start===0&&!this.file){this.finish||(this.fileBuffer=null,this.finish=!0),this.push(null);return}var jt=16*1024;qe=qe||jt;var tr=this;this.reader.onload=function(ar){tr.fileBuffer=$.from(new Uint8Array(ar.target.result)),tr.file=null,tr.readFileAndPush(qe)},this.start===0?this.reader.readAsArrayBuffer(this.file):this.readFileAndPush(qe)};function Et(Ve){return Ve.arrayBuffer?Ve.arrayBuffer():new Promise(function(qe,jt){var tr=new FileReader;tr.onload=function(rr){qe(rr.target.result)},tr.onerror=function(rr){jt(rr)},tr.readAsArrayBuffer(Ve)})}Ne._createBuffer=function(){var Ve=(0,z.default)(V.default.mark(function jt(tr,rr,ar){var nr,ur;return V.default.wrap(function(_r){for(;;)switch(_r.prev=_r.next){case 0:if(!(pe(tr)||_e(tr))){_r.next=8;break}return nr=tr.slice(rr,ar),_r.next=4,Et(nr);case 4:return ur=_r.sent,_r.abrupt("return",$.from(ur));case 8:if(!he(tr)){_r.next=12;break}return _r.abrupt("return",tr.subarray(rr,ar));case 12:throw new Error("_createBuffer requires File/Blob/Buffer.");case 13:case"end":return _r.stop()}},jt)}));function qe(jt,tr,rr){return Ve.apply(this,arguments)}return qe}(),Ne._getPartSize=function(qe,jt){var tr=1e4,rr=1*1024*1024;jt||(jt=rr);var ar=Math.ceil(qe/tr);return jt1&&hr[1]!==void 0?hr[1]:{},rr=jt["continuation-token"]||jt.continuationToken,rr&&(tr.subres=Object.assign({"continuation-token":rr},tr.subres)),ar=this._objectRequestParams("GET","",tr),ar.query=Object.assign({"list-type":2},jt),delete ar.query["continuation-token"],delete ar.query.continuationToken,ar.xmlResponse=!0,ar.successStatuses=[200],kr.next=11,this.request(ar);case 11:return nr=kr.sent,ur=nr.data.Contents||[],cr=this,ur&&(Array.isArray(ur)||(ur=[ur]),ur=ur.map(function(xr){var yr=null;return xr.Owner&&(yr={id:xr.Owner.ID,displayName:xr.Owner.DisplayName}),{name:xr.Key,url:cr._objectUrl(xr.Key),lastModified:xr.LastModified,etag:xr.ETag,type:xr.Type,size:Number(xr.Size),storageClass:xr.StorageClass,owner:yr}})),_r=nr.data.CommonPrefixes||null,_r&&(Array.isArray(_r)||(_r=[_r]),_r=_r.map(function(xr){return xr.Prefix})),kr.abrupt("return",{res:nr.res,objects:ur,prefixes:_r,isTruncated:nr.data.IsTruncated==="true",keyCount:+nr.data.KeyCount,continuationToken:nr.data.ContinuationToken||null,nextContinuationToken:nr.data.NextContinuationToken||null});case 18:case"end":return kr.stop()}},qe,this)}));function Ve(qe){return Et.apply(this,arguments)}return Ve}(),kt.restore=function(){var Et=(0,V.default)(j.default.mark(function qe(jt){var tr,rr,ar,nr,ur=arguments;return j.default.wrap(function(_r){for(;;)switch(_r.prev=_r.next){case 0:return tr=ur.length>1&&ur[1]!==void 0?ur[1]:{type:"Archive"},tr=tr||{},tr.subres=Object.assign({restore:""},tr.subres),tr.versionId&&(tr.subres.versionId=tr.versionId),rr=this._objectRequestParams("POST",jt,tr),tr.type==="ColdArchive"&&(ar={RestoreRequest:{Days:tr.Days?tr.Days:2,JobParameters:{Tier:tr.JobParameters?tr.JobParameters:"Standard"}}},rr.content=Ue(ar,{headers:!0}),rr.mime="xml"),rr.successStatuses=[202],_r.next=9,this.request(rr);case 9:return nr=_r.sent,_r.abrupt("return",{res:nr.res});case 11:case"end":return _r.stop()}},qe,this)}));function Ve(qe){return Et.apply(this,arguments)}return Ve}(),kt._objectUrl=function(Ve){return this._getReqUrl({bucket:this.options.bucket,object:Ve})},kt._objectRequestParams=function(Ve,qe,jt){if(!this.options.bucket&&!this.options.cname)throw new Error("Please create a bucket first");jt=jt||{},qe=this._objectName(qe);var tr={object:qe,bucket:this.options.bucket,method:Ve,subres:jt&&jt.subres,additionalHeaders:jt&&jt.additionalHeaders,timeout:jt&&jt.timeout,ctx:jt&&jt.ctx};return jt.headers&&(tr.headers={},re(jt.headers).to(tr.headers)),tr},kt._objectName=function(Ve){return Ve.replace(/^\/+/,"")},kt._convertMetaToHeaders=function(Ve,qe){Ve&&Object.keys(Ve).forEach(function(jt){qe["x-oss-meta-".concat(jt)]=Ve[jt]})},kt._deleteFileSafe=function(Ve){var qe=this;return new Promise(function(jt){z.exists(Ve,function(tr){tr?z.unlink(Ve,function(rr){rr&&qe.debug("unlink %j error: %s",Ve,rr,"error"),jt()}):jt()})})}},{"../common/callback":24,"../common/image":27,"../common/object/asyncSignatureUrl":31,"../common/object/copyObject":32,"../common/object/delete":33,"../common/object/deleteMulti":34,"../common/object/deleteObjectTagging":35,"../common/object/generateObjectUrl":36,"../common/object/get":37,"../common/object/getACL":38,"../common/object/getBucketVersions":39,"../common/object/getObjectMeta":40,"../common/object/getObjectTagging":41,"../common/object/getObjectUrl":42,"../common/object/getSymlink":43,"../common/object/head":44,"../common/object/putACL":45,"../common/object/putObjectTagging":46,"../common/object/putSymlink":47,"../common/object/signatureUrl":48,"../common/object/signatureUrlV4":49,"../common/utils/isBlob":67,"../common/utils/isBuffer":68,"../common/utils/isFile":70,"../common/utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"copy-to":107,"core-js/modules/es.array.map.js":318,"core-js/modules/es.function.name.js":322,"core-js/modules/es.number.constructor.js":324,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382,fs:102,"merge-descriptors":430,mime:432,path:441}],6:[function(n,k,L){L.version="6.21.0"},{}],7:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.abortBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(oe,ue){return ie.apply(this,arguments)}function ie(){return ie=(0,V.default)(j.default.mark(function oe(ue,de){var pe,Ie;return j.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return z.checkBucketName(ue),pe=this._bucketRequestParams("DELETE",ue,"worm",de),Ce.next=4,this.request(pe);case 4:return Ie=Ce.sent,Ce.abrupt("return",{res:Ie.res,status:Ie.status});case 6:case"end":return Ce.stop()}},oe,this)})),ie.apply(this,arguments)}L.abortBucketWorm=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],8:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.completeBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(oe,ue,de){return ie.apply(this,arguments)}function ie(){return ie=(0,V.default)(j.default.mark(function oe(ue,de,pe){var Ie,_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(Ue){for(;;)switch(Ue.prev=Ue.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],Ue.next=8,this.request(Ce);case 8:return Ne=Ue.sent,Ue.abrupt("return",{res:Ne.res,status:Ne.status});case 10:case"end":return Ue.stop()}},ue,this)})),oe.apply(this,arguments)}L.extendBucketWorm=ie},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],13:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.getBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/formatInventoryConfig");function ie(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,pe){var Ie,_e,Ce,he,Ne=arguments;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return Ie=Ne.length>2&&Ne[2]!==void 0?Ne[2]:{},_e=Object.assign({inventory:"",inventoryId:pe},Ie.subres),z.checkBucketName(de),Ce=this._bucketRequestParams("GET",de,_e,Ie),Ce.successStatuses=[200],Ce.xmlResponse=!0,Ue.next=8,this.request(Ce);case 8:return he=Ue.sent,Ue.abrupt("return",{status:he.status,res:he.res,inventory:re.formatInventoryConfig(he.data)});case 10:case"end":return Ue.stop()}},ue,this)})),oe.apply(this,arguments)}L.getBucketInventory=ie},{"../utils/checkBucketName":52,"../utils/formatInventoryConfig":62,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],14:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.map.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/isArray"),oe=ie.isArray,ue=n("../utils/formatObjKey"),de=ue.formatObjKey,pe=L;pe.getBucketLifecycle=function(){var Ie=(0,V.default)(j.default.mark(function Ce(he,Ne){var Fe,Ue,kt;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return re(he),Fe=this._bucketRequestParams("GET",he,"lifecycle",Ne),Fe.successStatuses=[200],Fe.xmlResponse=!0,Ve.next=6,this.request(Fe);case 6:return Ue=Ve.sent,kt=Ue.data.Rule||null,kt&&(oe(kt)||(kt=[kt]),kt=kt.map(function(qe){return qe.ID&&(qe.id=qe.ID,delete qe.ID),qe.Tag&&!oe(qe.Tag)&&(qe.Tag=[qe.Tag]),de(qe,"firstLowerCase")})),Ve.abrupt("return",{rules:kt,res:Ue.res});case 10:case"end":return Ve.stop()}},Ce,this)}));function _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(kt){for(;;)switch(kt.prev=kt.next){case 0:return re(_e),he=this._bucketRequestParams("GET",_e,"website",Ce),he.successStatuses=[200],he.xmlResponse=!0,kt.next=6,this.request(he);case 6:return Ne=kt.sent,Fe=[],Ne.data.RoutingRules&&Ne.data.RoutingRules.RoutingRule&&(oe(Ne.data.RoutingRules.RoutingRule)?Fe=[Ne.data.RoutingRules.RoutingRule]:Fe=Ne.data.RoutingRules.RoutingRule),kt.abrupt("return",{index:Ne.data.IndexDocument&&Ne.data.IndexDocument.Suffix||"",supportSubDir:Ne.data.IndexDocument&&Ne.data.IndexDocument.SupportSubDir||"false",type:Ne.data.IndexDocument&&Ne.data.IndexDocument.Type,routingRules:Fe,error:Ne.data.ErrorDocument&&Ne.data.ErrorDocument.Key||null,res:Ne.res});case 10:case"end":return kt.stop()}},Ie,this)}));function pe(Ie,_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,Ue,kt=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return pe=kt.length>1&&kt[1]!==void 0?kt[1]:{},Ie=pe.continuationToken,_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,Ve.next=9,this.request(Ce);case 9:return he=Ve.sent,Ne=he.data,Fe=he.res,Ue=he.status,Ve.abrupt("return",{isTruncated:Ne.IsTruncated==="true",nextContinuationToken:Ne.NextContinuationToken,inventoryList:re.formatInventoryConfig(Ne.InventoryConfiguration,!0),status:Ue,res:Fe});case 12:case"end":return Ve.stop()}},ue,this)})),oe.apply(this,arguments)}L.listBucketInventory=ie},{"../utils/checkBucketName":52,"../utils/formatInventoryConfig":62,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],20:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.concat.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.putBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/obj2xml");function ie(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,pe){var Ie,_e,Ce,he,Ne,Fe,Ue,kt,Et,Ve,qe,jt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:return Ie=jt.length>2&&jt[2]!==void 0?jt[2]:{},_e=Object.assign({inventory:"",inventoryId:pe.id},Ie.subres),z.checkBucketName(de),Ce=pe.OSSBucketDestination,he=pe.optionalFields,Ne=pe.includedObjectVersions,Fe="acs:oss:::",Ue="acs:ram::".concat(Ce.accountId,":role/"),kt={InventoryConfiguration:{Id:pe.id,IsEnabled:pe.isEnabled,Filter:{Prefix:pe.prefix||""},Destination:{OSSBucketDestination:{Format:Ce.format,AccountId:Ce.accountId,RoleArn:"".concat(Ue).concat(Ce.rolename),Bucket:"".concat(Fe).concat(Ce.bucket),Prefix:Ce.prefix||"",Encryption:Ce.encryption||""}},Schedule:{Frequency:pe.frequency},IncludedObjectVersions:Ne,OptionalFields:{Field:(he==null?void 0:he.field)||[]}}},Et=re.obj2xml(kt,{headers:!0,firstUpperCase:!0}),Ve=this._bucketRequestParams("PUT",de,_e,Ie),Ve.successStatuses=[200],Ve.mime="xml",Ve.content=Et,rr.next=14,this.request(Ve);case 14:return qe=rr.sent,rr.abrupt("return",{status:qe.status,res:qe.res});case 16:case"end":return rr.stop()}},ue,this)})),oe.apply(this,arguments)}L.putBucketInventory=ie},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.assign.js":325}],21:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.array.includes.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/isArray"),oe=ie.isArray,ue=n("../utils/deepCopy"),de=ue.deepCopy,pe=n("../utils/isObject"),Ie=pe.isObject,_e=n("../utils/obj2xml"),Ce=_e.obj2xml,he=n("../utils/checkObjectTag"),Ne=he.checkObjectTag,Fe=n("../utils/getStrBytesCount"),Ue=Fe.getStrBytesCount,kt=L;kt.putBucketLifecycle=function(){var ar=(0,V.default)(j.default.mark(function ur(cr,_r,hr){var Er,kr,xr,yr,vr;return j.default.wrap(function(Br){for(;;)switch(Br.prev=Br.next){case 0:if(re(cr),oe(_r)){Br.next=3;break}throw new Error("rules must be Array");case 3:return Er=this._bucketRequestParams("PUT",cr,"lifecycle",hr),kr=[],xr={LifecycleConfiguration:{Rule:kr}},_r.forEach(function(mr){Et(mr),rr(mr),mr.id&&(mr.ID=mr.id,delete mr.id),kr.push(mr)}),yr=Ce(xr,{headers:!0,firstUpperCase:!0}),Er.content=yr,Er.mime="xml",Er.successStatuses=[200],Br.next=13,this.request(Er);case 13:return vr=Br.sent,Br.abrupt("return",{res:vr.res});case 15:case"end":return Br.stop()}},ur,this)}));function nr(ur,cr,_r){return ar.apply(this,arguments)}return nr}();function Et(ar){ar.days&&(ar.expiration={days:ar.days}),ar.date&&(ar.expiration={createdBeforeDate:ar.date})}function Ve(ar,nr){var ur=ar.days,cr=ar.createdBeforeDate;if(!ur&&!cr)throw new Error("".concat(nr," must includes days or createdBeforeDate"));if(ur&&(oe(ur)||!/^[1-9][0-9]*$/.test(ur)))throw new Error("days must be a positive integer");if(cr&&!/\d{4}-\d{2}-\d{2}T00:00:00.000Z/.test(cr))throw new Error("createdBeforeDate must be date and conform to iso8601 format")}function qe(ar,nr){var ur=ar.noncurrentDays;if(ur){if(ur&&(oe(ur)||!/^[1-9][0-9]*$/.test(ur)))throw new Error("noncurrentDays must be a positive integer")}else throw new Error("".concat(nr," must includes noncurrentDays"))}function jt(ar){if(!oe(ar)&&!Ie(ar))throw new Error("tag must be Object or Array");ar=Ie(ar)?[ar]:ar;var nr={},ur=de(ar);ur.forEach(function(cr){nr[cr.key]=cr.value}),Ne(nr)}function tr(ar){if(!["IA","Archive","ColdArchive","DeepColdArchive"].includes(ar))throw new Error("StorageClass must be IA or Archive or ColdArchive or DeepColdArchive")}function rr(ar){if(ar.id&&Ue(ar.id)>255)throw new Error("ID is composed of 255 bytes at most");if(ar.prefix===void 0)throw new Error("Rule must includes prefix");if(!["Enabled","Disabled"].includes(ar.status))throw new Error("Status must be Enabled or Disabled");if(!ar.expiration&&!ar.noncurrentVersionExpiration&&!ar.abortMultipartUpload&&!ar.transition&&!ar.noncurrentVersionTransition)throw new Error("Rule must includes expiration or noncurrentVersionExpiration or abortMultipartUpload or transition or noncurrentVersionTransition");if(ar.transition&&(tr(ar.transition.storageClass),Ve(ar.transition,"Transition")),ar.expiration){if(!ar.expiration.expiredObjectDeleteMarker)Ve(ar.expiration,"Expiration");else if(ar.expiration.days||ar.expiration.createdBeforeDate)throw new Error("expiredObjectDeleteMarker cannot be used with days or createdBeforeDate")}if(ar.abortMultipartUpload&&Ve(ar.abortMultipartUpload,"AbortMultipartUpload"),ar.noncurrentVersionTransition&&(tr(ar.noncurrentVersionTransition.storageClass),qe(ar.noncurrentVersionTransition,"NoncurrentVersionTransition")),ar.noncurrentVersionExpiration&&qe(ar.noncurrentVersionExpiration,"NoncurrentVersionExpiration"),ar.tag){if(ar.abortMultipartUpload)throw new Error("Tag cannot be used with abortMultipartUpload");jt(ar.tag)}}},{"../utils/checkBucketName":52,"../utils/checkObjectTag":55,"../utils/deepCopy":59,"../utils/getStrBytesCount":65,"../utils/isArray":66,"../utils/isObject":73,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/web.dom-collections.for-each.js":382}],22:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.includes.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/obj2xml"),oe=ie.obj2xml,ue=L;ue.putBucketVersioning=function(){var de=(0,V.default)(j.default.mark(function Ie(_e,Ce){var he,Ne,Fe,Ue,kt=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:if(he=kt.length>2&&kt[2]!==void 0?kt[2]:{},re(_e),["Enabled","Suspended"].includes(Ce)){Ve.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}),Ve.next=10,this.request(Ne);case 10:return Ue=Ve.sent,Ve.abrupt("return",{res:Ue.res,status:Ue.status});case 12:case"end":return Ve.stop()}},Ie,this)}));function pe(Ie,_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,Ue,kt,Et,Ve,qe,jt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(Ne=jt.length>1&&jt[1]!==void 0?jt[1]:{},Fe=jt.length>2?jt[2]:void 0,re(he),Ue=this._bucketRequestParams("PUT",he,"website",Fe),kt={Suffix:Ne.index||"index.html"},Et={IndexDocument:kt},Ve={WebsiteConfiguration:Et},Ne.supportSubDir&&(kt.SupportSubDir=Ne.supportSubDir),Ne.type&&(kt.Type=Ne.type),Ne.error&&(Et.ErrorDocument={Key:Ne.error}),Ne.routingRules===void 0){rr.next=14;break}if(de(Ne.routingRules)){rr.next=13;break}throw new Error("RoutingRules must be Array");case 13:Et.RoutingRules={RoutingRule:Ne.routingRules};case 14:return Ve=oe(Ve),Ue.content=Ve,Ue.mime="xml",Ue.successStatuses=[200],rr.next=20,this.request(Ue);case 20:return qe=rr.sent,rr.abrupt("return",{res:qe.res});case 22:case"end":return rr.stop()}},Ce,this)}));function _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,Ue){var kt,Et,Ve,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),Ue&&re(Ue),kt=this._objectRequestParams("POST",he,{subres:"x-oss-process"}),Et=Ue?",b_".concat(ue(Ue)):"",Ne=ue(Ne),Ve={"x-oss-process":"".concat(Fe,"|sys/saveas,o_").concat(Ne).concat(Et)},kt.content=ie.stringify(Ve),tr.next=12,this.request(kt);case 12:return qe=tr.sent,tr.abrupt("return",{res:qe.res,status:qe.res.status});case 14:case"end":return tr.stop()}},Ce,this)}));function _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,Ue,kt,Et,Ve=arguments;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return Ne=Ve.length>5&&Ve[5]!==void 0?Ve[5]:{},Ne.headers=Ne.headers||{},Fe=Ne.versionId||Ne.subres&&Ne.subres.versionId||null,Fe?Ue="/".concat(he.sourceBucketName,"/").concat(encodeURIComponent(he.sourceKey),"?versionId=").concat(Fe):Ue="/".concat(he.sourceBucketName,"/").concat(encodeURIComponent(he.sourceKey)),Ne.headers["x-oss-copy-source"]=Ue,Ce&&(Ne.headers["x-oss-copy-source-range"]="bytes=".concat(Ce)),Ne.subres={partNumber:_e,uploadId:Ie},kt=this._objectRequestParams("PUT",pe,Ne),kt.mime=Ne.mime,kt.successStatuses=[200],jt.next=12,this.request(kt);case 12:return Et=jt.sent,jt.abrupt("return",{name:pe,etag:Et.res.headers.etag,res:Et.res});case 14:case"end":return jt.stop()}},de,this)}));function ue(de,pe,Ie,_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,Ue,kt,Et,Ve,qe,jt,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,Ue=Fe.res.headers["content-length"],Ie.startOffset=Ie.startOffset||0,Ie.endOffset=Ie.endOffset||Ue,!(_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(kt=102400,Et=Ie.endOffset-Ie.startOffset,!(Et0)){vr.next=40;break}throw xr=Er[0],xr.message="Failed to copy some parts with error: ".concat(xr.toString()," part_num: ").concat(xr.partNum),xr;case 40:return vr.next=42,this.completeMultipartUpload(Ve,kt,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=0;ie -`,Et+="".concat(pe.number,` -`),Et+="".concat(pe.etag,` -`),Et+=` -`;return Et+="",nr=nr||{},Ce={},Ce=de(nr,function(he){if(Ne(he))return null}),Ce.subres={uploadId:dr},Ce.headers=$e(Ce.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),Ie=this._objectRequestParams("POST",ir,Ce),oe.encodeCallback(Ie,Ce),Ie.mime="xml",Ie.content=Et,Ie.headers&&Ie.headers["x-oss-callback"]||(Ie.xmlResponse=!0),Ie.successStatuses=[200],kt.next=17,this.request(Ie);case 17:if(jt=kt.sent,!nr.progress){kt.next=21;break}return kt.next=21,nr.progress(1,null,jt.res);case 21:return ar={res:jt.res,bucket:Ie.bucket,name:ir,etag:jt.res.headers.etag},Ie.headers&&Ie.headers["x-oss-callback"]&&(ar.data=JSON.parse(jt.data.toString())),kt.abrupt("return",ar);case 24:case"end":return kt.stop()}},er,this)}));function qe(er,ir,dr,cr){return Fe.apply(this,arguments)}return qe}(),Ve._uploadPart=function(){var Fe=(0,z.default)(V.default.mark(function er(ir,dr,cr,nr,lr){var Et,ie,pe,Ce;return V.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return lr=lr||{},Et={},re(lr).to(Et),Et.headers=Et.headers||{},Et.headers["Content-Length"]=nr.size,Et.headers=$e(Et.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),Et.subres={partNumber:cr,uploadId:dr},ie=this._objectRequestParams("PUT",ir,Et),ie.mime=Et.mime,pe=L&&L.browser,pe?ie.content=nr.content:ie.stream=nr.stream,ie.successStatuses=[200],ie.disabledMD5=lr.disabledMD5,jt.next=15,this.request(ie);case 15:if(Ce=jt.sent,Ce.res.headers.etag){jt.next=18;break}throw new Error(`Please set the etag of expose-headers in OSS - https://help.aliyun.com/document_detail/32069.html`);case 18:return nr.stream&&(nr.stream=null,ie.stream=null),jt.abrupt("return",{name:ir,etag:Ce.res.headers.etag,res:Ce.res});case 20:case"end":return jt.stop()}},er,this)}));function qe(er,ir,dr,cr,nr){return Fe.apply(this,arguments)}return qe}()}).call(this)}).call(this,n("_process"))},{"./callback":24,"./utils/deepCopy":59,"./utils/isBuffer":68,"./utils/omit":76,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,_process:540,"copy-to":107,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.map.js":318,"core-js/modules/es.array.sort.js":320,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],31:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.regexp.exec.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("url"),re=n("utility"),oe=n("copy-to"),ue=n("../../common/signUtils"),de=n("../utils/isIP"),_e=de.isIP,Ne=n("../utils/setSTSToken"),Ue=Ne.setSTSToken,$e=n("../utils/isFunction"),Ve=$e.isFunction,Fe=k;Fe.asyncSignatureUrl=function(){var qe=(0,V.default)(j.default.mark(function ir(dr,cr){var nr,lr,Et,ie,pe,Ce,Ie=arguments;return j.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:if(nr=Ie.length>2&&Ie[2]!==void 0?Ie[2]:!0,!_e(this.options.endpoint.hostname)){ar.next=3;break}throw new Error("can not get the object URL when endpoint is IP");case 3:if(!(nr&&/^\?/.test(dr))){ar.next=5;break}throw new Error("Invalid object name ".concat(dr));case 5:if(cr=cr||{},dr=this._objectName(dr),cr.method=cr.method||"GET",lr=re.timestamp()+(cr.expires||1800),Et={bucket:this.options.bucket,object:dr},ie=this._getResource(Et),!(this.options.stsToken&&Ve(this.options.refreshSTSToken))){ar.next=14;break}return ar.next=14,Ue.call(this);case 14:return this.options.stsToken&&(cr["security-token"]=this.options.stsToken),pe=ue._signatureForURL(this.options.accessKeySecret,cr,ie,lr),Ce=z.parse(this._getReqUrl(Et)),Ce.query={OSSAccessKeyId:this.options.accessKeyId,Expires:lr,Signature:pe.Signature},oe(pe.subResource).to(Ce.query),ar.abrupt("return",Ce.format());case 20:case"end":return ar.stop()}},ir,this)}));function er(ir,dr){return qe.apply(this,arguments)}return er}()},{"../../common/signUtils":51,"../utils/isFunction":71,"../utils/isIP":72,"../utils/setSTSToken":79,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"copy-to":107,"core-js/modules/es.regexp.exec.js":340,url:545,utility:547}],32:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js");var V=L(n("@babel/runtime/helpers/typeof")),z=L(n("@babel/runtime/helpers/asyncToGenerator")),re=n("../utils/checkBucketName"),oe=re.checkBucketName,ue=k,de=["content-type","content-encoding","content-language","content-disposition","cache-control","expires"];ue.copy=function(){var _e=(0,z.default)(j.default.mark(function Ue($e,Ve,Fe,qe){var er,ir,dr;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return(0,V.default)(Fe)==="object"&&(qe=Fe),qe=qe||{},qe.headers=qe.headers||{},Object.keys(qe.headers).forEach(function(lr){qe.headers["x-oss-copy-source-".concat(lr.toLowerCase())]=qe.headers[lr]}),(qe.meta||Object.keys(qe.headers).find(function(lr){return de.includes(lr.toLowerCase())}))&&(qe.headers["x-oss-metadata-directive"]="REPLACE"),this._convertMetaToHeaders(qe.meta,qe.headers),Ve=this._getSourceName(Ve,Fe),qe.versionId&&(Ve="".concat(Ve,"?versionId=").concat(qe.versionId)),qe.headers["x-oss-copy-source"]=Ve,er=this._objectRequestParams("PUT",$e,qe),er.xmlResponse=!0,er.successStatuses=[200,304],nr.next=14,this.request(er);case 14:return ir=nr.sent,dr=ir.data,dr&&(dr={etag:dr.ETag,lastModified:dr.LastModified}),nr.abrupt("return",{data:dr,res:ir.res});case 18:case"end":return nr.stop()}},Ue,this)}));function Ne(Ue,$e,Ve,Fe){return _e.apply(this,arguments)}return Ne}(),ue._getSourceName=function(Ne,Ue){return typeof Ue=="string"?Ne=this._objectName(Ne):Ne[0]!=="/"?Ue=this.options.bucket:(Ue=Ne.replace(/\/(.+?)(\/.*)/,"$1"),Ne=Ne.replace(/(\/.+?\/)(.*)/,"$2")),oe(Ue),Ne=encodeURIComponent(Ne),Ne="/".concat(Ue,"/").concat(Ne),Ne}},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.find.js":313,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],33:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.delete=function(){var re=(0,V.default)(j.default.mark(function ue(de){var _e,Ne,Ue,$e=arguments;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return _e=$e.length>1&&$e[1]!==void 0?$e[1]:{},_e.subres=Object.assign({},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),Ne=this._objectRequestParams("DELETE",de,_e),Ne.successStatuses=[204],Fe.next=7,this.request(Ne);case 7:return Ue=Fe.sent,Fe.abrupt("return",{res:Ue.res});case 9:case"end":return Fe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],34:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("utility"),re=n("../utils/obj2xml"),oe=re.obj2xml,ue=k;ue.deleteMulti=function(){var de=(0,V.default)(j.default.mark(function Ne(Ue){var $e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et,ie,pe,Ce=arguments;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:if($e=Ce.length>1&&Ce[1]!==void 0?Ce[1]:{},Ve=[],!(!Ue||!Ue.length)){jt.next=4;break}throw new Error("names is required");case 4:for(Fe=0;Fe1&&$e[1]!==void 0?$e[1]:{},_e.subres=Object.assign({tagging:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),de=this._objectName(de),Ne=this._objectRequestParams("DELETE",de,_e),Ne.successStatuses=[204],Fe.next=8,this.request(Ne);case 8:return Ue=Fe.sent,Fe.abrupt("return",{status:Ue.status,res:Ue.res});case 10:case"end":return Fe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],36:[function(n,$,k){n("core-js/modules/es.array.concat.js");var L=n("url"),j=n("../utils/isIP"),V=j.isIP,z=k;z.generateObjectUrl=function(oe,ue){if(V(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(ue)ue[ue.length-1]!=="/"&&(ue+="/");else{ue=this.options.endpoint.format();var de=L.parse(ue),_e=this.options.bucket;de.hostname="".concat(_e,".").concat(de.hostname),de.host="".concat(_e,".").concat(de.host),ue=de.format()}return ue+this._escape(this._objectName(oe))}},{"../utils/isIP":72,"core-js/modules/es.array.concat.js":310,url:545}],37:[function(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var z=j(n("@babel/runtime/helpers/asyncToGenerator")),re=n("fs"),oe=n("is-type-of"),ue=n("../utils/isObject"),de=ue.isObject,_e=k;_e.get=function(){var Ne=(0,z.default)(V.default.mark(function $e(Ve,Fe){var qe,er,ir,dr,cr,nr,lr,Et,ie=arguments;return V.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return qe=ie.length>2&&ie[2]!==void 0?ie[2]:{},er=null,ir=!1,oe.writableStream(Fe)?er=Fe:oe.string(Fe)?(er=re.createWriteStream(Fe),ir=!0):de(Fe)&&(qe=Fe),qe=qe||{},dr=L&&L.browser,cr=qe.responseCacheControl===null?"":"no-cache",nr=dr&&cr?{"response-cache-control":cr}:{},qe.subres=Object.assign(nr,qe.subres),qe.versionId&&(qe.subres.versionId=qe.versionId),qe.process&&(qe.subres["x-oss-process"]=qe.process),Ce.prev=11,Et=this._objectRequestParams("GET",Ve,qe),Et.writeStream=er,Et.successStatuses=[200,206,304],Ce.next=17,this.request(Et);case 17:lr=Ce.sent,ir&&er.destroy(),Ce.next=28;break;case 21:if(Ce.prev=21,Ce.t0=Ce.catch(11),!ir){Ce.next=27;break}return er.destroy(),Ce.next=27,this._deleteFileSafe(Fe);case 27:throw Ce.t0;case 28:return Ce.abrupt("return",{res:lr.res,content:lr.data});case 29:case"end":return Ce.stop()}},$e,this,[[11,21]])}));function Ue($e,Ve){return Ne.apply(this,arguments)}return Ue}()}).call(this)}).call(this,n("_process"))},{"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,_process:540,"core-js/modules/es.object.assign.js":325,fs:102,"is-type-of":539}],38:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.getACL=function(){var re=(0,V.default)(j.default.mark(function ue(de){var _e,Ne,Ue,$e=arguments;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return _e=$e.length>1&&$e[1]!==void 0?$e[1]:{},_e.subres=Object.assign({acl:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),de=this._objectName(de),Ne=this._objectRequestParams("GET",de,_e),Ne.successStatuses=[200],Ne.xmlResponse=!0,Fe.next=9,this.request(Ne);case 9:return Ue=Fe.sent,Fe.abrupt("return",{acl:Ue.data.AccessControlList.Grant,owner:{id:Ue.data.Owner.ID,displayName:Ue.data.Owner.DisplayName},res:Ue.res});case 11:case"end":return Fe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],39:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.number.constructor.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k,re=n("../utils/isObject"),oe=re.isObject,ue=n("../utils/isArray"),de=ue.isArray;z.getBucketVersions=_e,z.listObjectVersions=_e;function _e(){return Ne.apply(this,arguments)}function Ne(){return Ne=(0,V.default)(j.default.mark(function Ve(){var Fe,qe,er,ir,dr,cr,nr,lr,Et=arguments;return j.default.wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:if(Fe=Et.length>0&&Et[0]!==void 0?Et[0]:{},qe=Et.length>1&&Et[1]!==void 0?Et[1]:{},!(Fe.versionIdMarker&&Fe.keyMarker===void 0)){pe.next=4;break}throw new Error("A version-id marker cannot be specified without a key marker");case 4:return qe.subres=Object.assign({versions:""},qe.subres),qe.versionId&&(qe.subres.versionId=qe.versionId),er=this._objectRequestParams("GET","",qe),er.xmlResponse=!0,er.successStatuses=[200],er.query=$e(Fe),pe.next=12,this.request(er);case 12:return ir=pe.sent,dr=ir.data.Version||[],cr=ir.data.DeleteMarker||[],nr=this,dr&&(Array.isArray(dr)||(dr=[dr]),dr=dr.map(function(Ce){return{name:Ce.Key,url:nr._objectUrl(Ce.Key),lastModified:Ce.LastModified,isLatest:Ce.IsLatest==="true",versionId:Ce.VersionId,etag:Ce.ETag,type:Ce.Type,size:Number(Ce.Size),storageClass:Ce.StorageClass,owner:{id:Ce.Owner.ID,displayName:Ce.Owner.DisplayName}}})),cr&&(de(cr)||(cr=[cr]),cr=cr.map(function(Ce){return{name:Ce.Key,lastModified:Ce.LastModified,versionId:Ce.VersionId,owner:{id:Ce.Owner.ID,displayName:Ce.Owner.DisplayName}}})),lr=ir.data.CommonPrefixes||null,lr&&(de(lr)||(lr=[lr]),lr=lr.map(function(Ce){return Ce.Prefix})),pe.abrupt("return",{res:ir.res,objects:dr,deleteMarker:cr,prefixes:lr,nextMarker:ir.data.NextKeyMarker||null,NextVersionIdMarker:ir.data.NextVersionIdMarker||null,nextKeyMarker:ir.data.NextKeyMarker||null,nextVersionIdMarker:ir.data.NextVersionIdMarker||null,isTruncated:ir.data.IsTruncated==="true"});case 21:case"end":return pe.stop()}},Ve,this)})),Ne.apply(this,arguments)}function Ue(Ve){return Ve.replace(/([A-Z])/g,"-$1").toLowerCase()}function $e(){var Ve=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Fe={};return oe(Ve)&&Object.keys(Ve).forEach(function(qe){Fe[Ue(qe)]=Ve[qe]}),Fe}},{"../utils/isArray":66,"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.map.js":318,"core-js/modules/es.number.constructor.js":324,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],40:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.getObjectMeta=function(){var re=(0,V.default)(j.default.mark(function ue(de,_e){var Ne,Ue;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return _e=_e||{},de=this._objectName(de),_e.subres=Object.assign({objectMeta:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),Ne=this._objectRequestParams("HEAD",de,_e),Ne.successStatuses=[200],Ve.next=8,this.request(Ne);case 8:return Ue=Ve.sent,Ve.abrupt("return",{status:Ue.status,res:Ue.res});case 10:case"end":return Ve.stop()}},ue,this)}));function oe(ue,de){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],41:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k,re=n("../utils/isObject"),oe=re.isObject;z.getObjectTagging=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne){var Ue,$e,Ve,Fe,qe,er,ir=arguments;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:return Ue=ir.length>1&&ir[1]!==void 0?ir[1]:{},Ue.subres=Object.assign({tagging:""},Ue.subres),Ue.versionId&&(Ue.subres.versionId=Ue.versionId),Ne=this._objectName(Ne),$e=this._objectRequestParams("GET",Ne,Ue),$e.successStatuses=[200],cr.next=8,this.request($e);case 8:return Ve=cr.sent,cr.next=11,this.parseXML(Ve.data);case 11:return Fe=cr.sent,qe=Fe.TagSet.Tag,qe=qe&&oe(qe)?[qe]:qe||[],er={},qe.forEach(function(nr){er[nr.Key]=nr.Value}),cr.abrupt("return",{status:Ve.status,res:Ve.res,tag:er});case 17:case"end":return cr.stop()}},_e,this)}));function de(_e){return ue.apply(this,arguments)}return de}()},{"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],42:[function(n,$,k){var L=n("../utils/isIP"),j=L.isIP,V=k;V.getObjectUrl=function(re,oe){if(j(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");return oe?oe[oe.length-1]!=="/"&&(oe+="/"):oe=this.options.endpoint.format(),oe+this._escape(this._objectName(re))}},{"../utils/isIP":72}],43:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.getSymlink=function(){var re=(0,V.default)(j.default.mark(function ue(de){var _e,Ne,Ue,$e,Ve=arguments;return j.default.wrap(function(qe){for(;;)switch(qe.prev=qe.next){case 0:return _e=Ve.length>1&&Ve[1]!==void 0?Ve[1]:{},_e.subres=Object.assign({symlink:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),de=this._objectName(de),Ne=this._objectRequestParams("GET",de,_e),Ne.successStatuses=[200],qe.next=8,this.request(Ne);case 8:return Ue=qe.sent,$e=Ue.res.headers["x-oss-symlink-target"],qe.abrupt("return",{targetName:decodeURIComponent($e),res:Ue.res});case 11:case"end":return qe.stop()}},ue,this)}));function oe(ue){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],44:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkEnv"),re=z.checkEnv,oe=k;oe.head=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne){var Ue,$e,Ve,Fe,qe=arguments;return j.default.wrap(function(ir){for(;;)switch(ir.prev=ir.next){case 0:return Ue=qe.length>1&&qe[1]!==void 0?qe[1]:{},re("Because HeadObject has gzip enabled, head cannot get the file size correctly. If you need to get the file size, please use getObjectMeta"),Ue.subres=Object.assign({},Ue.subres),Ue.versionId&&(Ue.subres.versionId=Ue.versionId),$e=this._objectRequestParams("HEAD",Ne,Ue),$e.successStatuses=[200,304],ir.next=8,this.request($e);case 8:return Ve=ir.sent,Fe={meta:null,res:Ve.res,status:Ve.status},Ve.status===200&&Object.keys(Ve.headers).forEach(function(dr){dr.indexOf("x-oss-meta-")===0&&(Fe.meta||(Fe.meta={}),Fe.meta[dr.substring(11)]=Ve.headers[dr])}),ir.abrupt("return",Fe);case 12:case"end":return ir.stop()}},_e,this)}));function de(_e){return ue.apply(this,arguments)}return de}()},{"../utils/checkEnv":54,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],45:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.putACL=function(){var re=(0,V.default)(j.default.mark(function ue(de,_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Ne=Ne||{},Ne.subres=Object.assign({acl:""},Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Ne.headers=Ne.headers||{},Ne.headers["x-oss-object-acl"]=_e,de=this._objectName(de),Ue=this._objectRequestParams("PUT",de,Ne),Ue.successStatuses=[200],Fe.next=10,this.request(Ue);case 10:return $e=Fe.sent,Fe.abrupt("return",{res:$e.res});case 12:case"end":return Fe.stop()}},ue,this)}));function oe(ue,de,_e){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],46:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.object.keys.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/obj2xml"),re=z.obj2xml,oe=n("../utils/checkObjectTag"),ue=oe.checkObjectTag,de=k;de.putObjectTagging=function(){var _e=(0,V.default)(j.default.mark(function Ue($e,Ve){var Fe,qe,er,ir,dr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return Fe=dr.length>2&&dr[2]!==void 0?dr[2]:{},ue(Ve),Fe.subres=Object.assign({tagging:""},Fe.subres),Fe.versionId&&(Fe.subres.versionId=Fe.versionId),$e=this._objectName($e),qe=this._objectRequestParams("PUT",$e,Fe),qe.successStatuses=[200],Ve=Object.keys(Ve).map(function(lr){return{Key:lr,Value:Ve[lr]}}),er={Tagging:{TagSet:{Tag:Ve}}},qe.mime="xml",qe.content=re(er),nr.next=13,this.request(qe);case 13:return ir=nr.sent,nr.abrupt("return",{res:ir.res,status:ir.status});case 15:case"end":return nr.stop()}},Ue,this)}));function Ne(Ue,$e){return _e.apply(this,arguments)}return Ne}()},{"../utils/checkObjectTag":55,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.map.js":318,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330}],47:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=k;z.putSymlink=function(){var re=(0,V.default)(j.default.mark(function ue(de,_e,Ne){var Ue,$e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Ne=Ne||{},Ne.headers=Ne.headers||{},_e=this._escape(this._objectName(_e)),this._convertMetaToHeaders(Ne.meta,Ne.headers),Ne.headers["x-oss-symlink-target"]=_e,Ne.subres=Object.assign({symlink:""},Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Ne.storageClass&&(Ne.headers["x-oss-storage-class"]=Ne.storageClass),de=this._objectName(de),Ue=this._objectRequestParams("PUT",de,Ne),Ue.successStatuses=[200],Fe.next=13,this.request(Ue);case 13:return $e=Fe.sent,Fe.abrupt("return",{res:$e.res});case 15:case"end":return Fe.stop()}},ue,this)}));function oe(ue,de,_e){return re.apply(this,arguments)}return oe}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],48:[function(n,$,k){n("core-js/modules/es.regexp.exec.js");var L=n("url"),j=n("utility"),V=n("copy-to"),z=n("../../common/signUtils"),re=n("../utils/isIP"),oe=re.isIP,ue=k;ue.signatureUrl=function(_e,Ne){var Ue=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(oe(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(Ue&&/^\?/.test(_e))throw new Error("Invalid object name ".concat(_e));Ne=Ne||{},_e=this._objectName(_e),Ne.method=Ne.method||"GET";var $e=j.timestamp()+(Ne.expires||1800),Ve={bucket:this.options.bucket,object:_e},Fe=this._getResource(Ve);this.options.stsToken&&(Ne["security-token"]=this.options.stsToken);var qe=z._signatureForURL(this.options.accessKeySecret,Ne,Fe,$e),er=L.parse(this._getReqUrl(Ve));return er.query={OSSAccessKeyId:this.options.accessKeyId,Expires:$e,Signature:qe.Signature},V(qe.subResource).to(er.query),er.format()}},{"../../common/signUtils":51,"../utils/isIP":72,"copy-to":107,"core-js/modules/es.regexp.exec.js":340,url:545,utility:547}],49:[function(n,$,k){n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.symbol.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.object.get-own-property-descriptor.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.get-own-property-descriptors.js");var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.join.js"),n("core-js/modules/es.array.concat.js");var V=L(n("@babel/runtime/helpers/defineProperty")),z=L(n("@babel/runtime/helpers/asyncToGenerator"));function re(ir,dr){var cr=Object.keys(ir);if(Object.getOwnPropertySymbols){var nr=Object.getOwnPropertySymbols(ir);dr&&(nr=nr.filter(function(lr){return Object.getOwnPropertyDescriptor(ir,lr).enumerable})),cr.push.apply(cr,nr)}return cr}function oe(ir){for(var dr=1;dr0&&(Ie["x-oss-additional-headers"]=kt.join(";")),Ie["x-oss-credential"]="".concat(this.options.accessKeyId,"/").concat(ur,"/").concat(he,"/oss/aliyun_v4_request"),Ie["x-oss-date"]=ar,Ie["x-oss-expires"]=lr,Ie["x-oss-signature-version"]="OSS4-HMAC-SHA256",!(this.options.stsToken&&Ve(this.options.refreshSTSToken))){xr.next=15;break}return xr.next=15,Ue.call(this);case 15:return this.options.stsToken&&(Ie["x-oss-security-token"]=this.options.stsToken),tr=_e.getCanonicalRequest(nr,{headers:Ce,queries:Ie},this.options.bucket,ie,kt),gr=_e.getStringToSign(he,ar,tr),Ie["x-oss-signature"]=_e.getSignatureV4(this.options.accessKeySecret,ur,he,gr),_r=de.parse(this._getReqUrl({bucket:this.options.bucket,object:ie})),_r.query=oe({},Ie),xr.abrupt("return",_r.format());case 22:case"end":return xr.stop()}},cr,this)}));function dr(cr,nr,lr,Et,ie){return ir.apply(this,arguments)}return dr}()},{"../../common/signUtils":51,"../utils/getStandardRegion":64,"../utils/isFunction":71,"../utils/setSTSToken":79,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/defineProperty":83,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.join.js":317,"core-js/modules/es.object.get-own-property-descriptor.js":327,"core-js/modules/es.object.get-own-property-descriptors.js":328,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.symbol.js":356,"core-js/modules/web.dom-collections.for-each.js":382,dateformat:385,url:545}],50:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.function.name.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator")),z=n("./utils/isArray"),re=z.isArray,oe=k;oe._parallelNode=function(){var ue=(0,V.default)(j.default.mark(function _e(Ne,Ue,$e,Ve){var Fe,qe,er,ir,dr,cr,nr,lr;return j.default.wrap(function(ie){for(;;)switch(ie.prev=ie.next){case 0:Fe=this,qe=[],er=[],ir=Ne.length/Ue,dr=Ne.length%Ue,cr=dr===0?ir:(Ne.length-dr)/Ue+1,nr=1,lr=0;case 8:if(!(lr0){ir=!0,dr<=0&&$e(Ve);return}dr+=1,lr(ie.value,Fe(nr))}cr=!1}Et()})},oe.cancel=function(de){this.options.cancelFlag=!0,re(this.multipartUploadStreams)&&this.multipartUploadStreams.forEach(function(_e){if(_e.destroyed===!1){var Ne={name:"cancel",message:"cancel"};_e.destroy(Ne)}}),this.multipartUploadStreams=[],de&&this.abortMultipartUpload(de.name,de.uploadId,de.options)},oe.isCancel=function(){return this.options.cancelFlag},oe.resetCancelFlag=function(){this.options.cancelFlag=!1},oe._stop=function(){this.options.cancelFlag=!0},oe._makeCancelEvent=function(){var de={status:0,name:"cancel"};return de},oe._makeAbortEvent=function(){var de={status:0,name:"abort",message:"upload task has been abort"};return de}},{"./utils/isArray":66,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.string.iterator.js":345,"core-js/modules/web.dom-collections.for-each.js":382,"core-js/modules/web.dom-collections.iterator.js":383}],51:[function(n,$,k){(function(L){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/helpers/toConsumableArray"));n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.array.sort.js"),n("core-js/modules/es.array.join.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.set.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.string.starts-with.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.regexp.to-string.js");var z=n("./../../shims/crypto/crypto.js"),re=n("is-type-of"),oe=n("qs"),ue=n("./utils/lowercaseKeyHeader"),de=ue.lowercaseKeyHeader,_e=n("./utils/encodeString"),Ne=_e.encodeString;k.buildCanonicalizedResource=function($e,Ve){var Fe="".concat($e),qe="?";if(re.string(Ve)&&Ve.trim()!=="")Fe+=qe+Ve;else if(re.array(Ve))Ve.sort(),Fe+=qe+Ve.join("&");else if(Ve){var er=function(dr){Fe+=qe+dr,(Ve[dr]||Ve[dr]===0)&&(Fe+="=".concat(Ve[dr])),qe="&"};Object.keys(Ve).sort().forEach(er)}return Fe},k.buildCanonicalString=function($e,Ve,Fe,qe){Fe=Fe||{};var er=de(Fe.headers),ir="x-oss-",dr=[],cr={},nr=[$e.toUpperCase(),er["content-md5"]||"",er["content-type"],qe||er["x-oss-date"]];return Object.keys(er).forEach(function(lr){var Et=lr.toLowerCase();Et.indexOf(ir)===0&&(cr[Et]=String(er[lr]).trim())}),Object.keys(cr).sort().forEach(function(lr){dr.push("".concat(lr,":").concat(cr[lr]))}),nr=nr.concat(dr),nr.push(this.buildCanonicalizedResource(Ve,Fe.parameters)),nr.join(` -`)},k.computeSignature=function($e,Ve){var Fe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"utf-8",qe=z.createHmac("sha1",$e);return qe.update(L.from(Ve,Fe)).digest("base64")},k.authorization=function($e,Ve,Fe,qe){return"OSS ".concat($e,":").concat(this.computeSignature(Ve,Fe,qe))},k.fixAdditionalHeaders=function(Ue){if(!Ue)return[];var $e="x-oss-";return(0,V.default)(new Set(Ue.map(function(Ve){return Ve.toLowerCase()}))).filter(function(Ve){return Ve!=="content-type"&&Ve!=="content-md5"&&!Ve.startsWith($e)}).sort()},k.getCanonicalRequest=function($e,Ve,Fe,qe,er){var ir=de(Ve.headers),dr=Ve.queries||{},cr="x-oss-";if(qe&&!Fe)throw Error("Please ensure that bucketName is passed into getCanonicalRequest.");var nr=[$e.toUpperCase(),Ne("/".concat(Fe?"".concat(Fe,"/"):"").concat(qe||"")).replace(/%2F/g,"/")];nr.push(oe.stringify(dr,{encoder:Ne,sort:function(pe,Ce){return pe.localeCompare(Ce)},strictNullHandling:!0})),er&&er.forEach(function(ie){if(!Object.prototype.hasOwnProperty.call(ir,ie))throw Error("Can't find additional header ".concat(ie," in request headers."))});var lr=new Set(er);Object.keys(ir).forEach(function(ie){(ie==="content-type"||ie==="content-md5"||ie.startsWith(cr))&&lr.add(ie)});var Et="".concat((0,V.default)(lr).sort().map(function(ie){return"".concat(ie,":").concat(re.string(ir[ie])?ir[ie].trim():ir[ie],` -`)}).join(""));return nr.push(Et),er.length>0?nr.push(er.join(";")):nr.push(""),nr.push(ir["x-oss-content-sha256"]||"UNSIGNED-PAYLOAD"),nr.join(` -`)},k.getStringToSign=function($e,Ve,Fe){var qe=["OSS4-HMAC-SHA256",Ve,"".concat(Ve.split("T")[0],"/").concat($e,"/oss/aliyun_v4_request"),z.createHash("sha256").update(Fe).digest("hex")];return qe.join(` -`)},k.getSignatureV4=function($e,Ve,Fe,qe){var er=z.createHmac("sha256","aliyun_v4".concat($e)).update(Ve).digest(),ir=z.createHmac("sha256",er).update(Fe).digest(),dr=z.createHmac("sha256",ir).update("oss").digest(),cr=z.createHmac("sha256",dr).update("aliyun_v4_request").digest(),nr=z.createHmac("sha256",cr).update(qe).digest("hex");return nr},k.authorizationV4=function($e,Ve,Fe,qe,er,ir,dr,cr){var nr=arguments.length>8&&arguments[8]!==void 0?arguments[8]:"utf-8",lr=this.fixAdditionalHeaders(cr),Et={};Object.entries(er.headers).forEach(function(ur){Et[ur[0]]=re.string(ur[1])?L.from(ur[1],nr).toString():ur[1]});var ie=Et["x-oss-date"]||er.queries&&er.queries["x-oss-date"],pe=this.getCanonicalRequest(qe,{headers:Et,queries:er.queries},ir,dr,lr),Ce=this.getStringToSign(Fe,ie,pe),Ie=ie.split("T")[0],jt=this.getSignatureV4(Ve,Ie,Fe,Ce),ar=lr.length>0?"AdditionalHeaders=".concat(lr.join(";"),","):"";return"OSS4-HMAC-SHA256 Credential=".concat($e,"/").concat(Ie,"/").concat(Fe,"/oss/aliyun_v4_request,").concat(ar,"Signature=").concat(jt)},k._signatureForURL=function($e){var Ve=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Fe=arguments.length>2?arguments[2]:void 0,qe=arguments.length>3?arguments[3]:void 0,er=arguments.length>4?arguments[4]:void 0,ir={},dr=Ve.subResource,cr=dr===void 0?{}:dr;if(Ve.process){var nr="x-oss-process";cr[nr]=Ve.process}if(Ve.trafficLimit){var lr="x-oss-traffic-limit";cr[lr]=Ve.trafficLimit}if(Ve.response&&Object.keys(Ve.response).forEach(function(Ce){var Ie="response-".concat(Ce.toLowerCase());cr[Ie]=Ve.response[Ce]}),Object.keys(Ve).forEach(function(Ce){var Ie=Ce.toLowerCase(),jt=Ve[Ce];Ie.indexOf("x-oss-")===0?ir[Ie]=jt:(Ie.indexOf("content-md5")===0||Ie.indexOf("content-type")===0)&&(ir[Ce]=jt)}),Object.prototype.hasOwnProperty.call(Ve,"security-token")&&(cr["security-token"]=Ve["security-token"]),Object.prototype.hasOwnProperty.call(Ve,"callback")){var Et={callbackUrl:encodeURI(Ve.callback.url),callbackBody:Ve.callback.body};if(Ve.callback.host&&(Et.callbackHost=Ve.callback.host),Ve.callback.contentType&&(Et.callbackBodyType=Ve.callback.contentType),Ve.callback.callbackSNI&&(Et.callbackSNI=Ve.callback.callbackSNI),cr.callback=L.from(JSON.stringify(Et)).toString("base64"),Ve.callback.customValue){var ie={};Object.keys(Ve.callback.customValue).forEach(function(Ce){ie["x:".concat(Ce)]=Ve.callback.customValue[Ce]}),cr["callback-var"]=L.from(JSON.stringify(ie)).toString("base64")}}var pe=this.buildCanonicalString(Ve.method,Fe,{headers:ir,parameters:cr},qe.toString());return{Signature:this.computeSignature($e,pe,er),subResource:cr}}}).call(this)}).call(this,n("buffer").Buffer)},{"./../../shims/crypto/crypto.js":533,"./utils/encodeString":60,"./utils/lowercaseKeyHeader":74,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/toConsumableArray":88,buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.map.js":318,"core-js/modules/es.array.sort.js":320,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.set.js":343,"core-js/modules/es.string.iterator.js":345,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.string.starts-with.js":350,"core-js/modules/es.string.trim.js":351,"core-js/modules/web.dom-collections.for-each.js":382,"core-js/modules/web.dom-collections.iterator.js":383,"is-type-of":539,qs:447}],52:[function(n,$,k){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkBucketName=void 0,k.checkBucketName=function(L){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,V=j?/^[a-z0-9][a-z0-9-]{1,61}[a-z0-9]$/:/^[a-z0-9_][a-z0-9-_]{1,61}[a-z0-9_]$/;if(!V.test(L))throw new Error("The bucket must be conform to the specifications")}},{"core-js/modules/es.regexp.exec.js":340}],53:[function(n,$,k){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkConfigValid=void 0;var L={endpoint:j,region:/^[a-zA-Z0-9\-_]+$/};function j(V){return typeof V=="string"?/^[a-zA-Z0-9._:/-]+$/.test(V):V.host?/^[a-zA-Z0-9._:/-]+$/.test(V.host):!1}k.checkConfigValid=function(V,z){if(L[z]){var re=!0;if(L[z]instanceof Function?re=L[z](V):re=L[z].test(V),!re)throw new Error("The ".concat(z," must be conform to the specifications"))}}},{"core-js/modules/es.regexp.exec.js":340}],54:[function(n,$,k){(function(L){(function(){Object.defineProperty(k,"__esModule",{value:!0}),k.checkEnv=void 0;function j(V){L.browser&&console.warn(V)}k.checkEnv=j}).call(this)}).call(this,n("_process"))},{_process:540}],55:[function(n,$,k){n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkObjectTag=void 0;var L=n("./checkValid"),j=L.checkValid,V=n("./isObject"),z=V.isObject,re=[{validator:function(_e){if(typeof _e!="string")throw new Error("the key and value of the tag must be String")}},{pattern:/^[a-zA-Z0-9 +-=._:/]+$/,msg:"tag can contain letters, numbers, spaces, and the following symbols: plus sign (+), hyphen (-), equal sign (=), period (.), underscore (_), colon (:), and forward slash (/)"}],oe={key:[].concat(re,[{pattern:/^.{1,128}$/,msg:"tag key can be a maximum of 128 bytes in length"}]),value:[].concat(re,[{pattern:/^.{0,256}$/,msg:"tag value can be a maximum of 256 bytes in length"}])};function ue(de){if(!z(de))throw new Error("tag must be Object");var _e=Object.entries(de);if(_e.length>10)throw new Error("maximum of 10 tags for a object");var Ne=["key","value"];_e.forEach(function(Ue){Ue.forEach(function($e,Ve){j($e,oe[Ne[Ve]])})})}k.checkObjectTag=ue},{"./checkValid":56,"./isObject":73,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],56:[function(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.checkValid=void 0;function L(j,V){V.forEach(function(z){if(z.validator)z.validator(j);else if(z.pattern&&!z.pattern.test(j))throw new Error(z.msg)})}k.checkValid=L},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/web.dom-collections.for-each.js":382}],57:[function(n,$,k){(function(L){(function(){n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.string.includes.js"),n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.array.concat.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.createRequest=void 0;var j=n("./../../../shims/crypto/crypto.js"),V=n("debug")("ali-oss"),z=n("lodash/isString"),re=n("lodash/isArray"),oe=n("lodash/isObject"),ue=n("mime"),de=n("dateformat"),_e=n("copy-to"),Ne=n("path"),Ue=n("./encoder"),$e=Ue.encoder,Ve=n("./isIP"),Fe=Ve.isIP,qe=n("./setRegion"),er=qe.setRegion,ir=n("../client/getReqUrl"),dr=ir.getReqUrl,cr=n("./isDingTalk"),nr=cr.isDingTalk;function lr(pe,Ce){return pe[Ce]||pe[Ce.toLowerCase()]}function Et(pe,Ce){delete pe[Ce],delete pe[Ce.toLowerCase()]}function ie(pe){var Ce=new Date;this.options.amendTimeSkewed&&(Ce=+new Date+this.options.amendTimeSkewed);var Ie={"x-oss-date":de(Ce,this.options.authorizationV4?"UTC:yyyymmdd'T'HHMMss'Z'":"UTC:ddd, dd mmm yyyy HH:MM:ss 'GMT'")};this.options.authorizationV4&&(Ie["x-oss-content-sha256"]="UNSIGNED-PAYLOAD"),typeof window<"u"&&(Ie["x-oss-user-agent"]=this.userAgent),this.userAgent.includes("nodejs")&&(Ie["User-Agent"]=this.userAgent),this.options.isRequestPay&&Object.assign(Ie,{"x-oss-request-payer":"requester"}),this.options.stsToken&&(Ie["x-oss-security-token"]=this.options.stsToken),_e(pe.headers).to(Ie),lr(Ie,"Content-Type")||(pe.mime&&pe.mime.indexOf("/")>0?Ie["Content-Type"]=pe.mime:nr()?Ie["Content-Type"]="application/octet-stream":Ie["Content-Type"]=ue.getType(pe.mime||Ne.extname(pe.object||""))),lr(Ie,"Content-Type")||Et(Ie,"Content-Type"),pe.content&&(pe.disabledMD5||(!pe.headers||!pe.headers["Content-MD5"]?Ie["Content-MD5"]=j.createHash("md5").update(L.from(pe.content,"utf8")).digest("base64"):Ie["Content-MD5"]=pe.headers["Content-MD5"]),Ie["Content-Length"]||(Ie["Content-Length"]=pe.content.length));var jt=Object.prototype.hasOwnProperty;for(var ar in Ie)Ie[ar]&&jt.call(Ie,ar)&&(Ie[ar]=$e(String(Ie[ar]),this.options.headerEncoding));var ur={};if(z(pe.subres)?ur[pe.subres]=null:re(pe.subres)?pe.subres.forEach(function(Tr){ur[Tr]=null}):oe(pe.subres)&&Object.entries(pe.subres).forEach(function(Tr){ur[Tr[0]]=Tr[1]===""?null:Tr[1]}),oe(pe.query)&&Object.entries(pe.query).forEach(function(Tr){ur[Tr[0]]=Tr[1]}),Ie.authorization=this.options.authorizationV4?this.authorizationV4(pe.method,{headers:Ie,queries:ur},pe.bucket,pe.object,pe.additionalHeaders):this.authorization(pe.method,this._getResource(pe),pe.subres,Ie,this.options.headerEncoding),Fe(this.options.endpoint.hostname)){var kt=this.options,he=kt.region,tr=kt.internal,gr=kt.secure,_r=er(he,tr,gr);Ie.host="".concat(pe.bucket,".").concat(_r.host)}var yr=dr.bind(this)(pe);V("request %s %s, with headers %j, !!stream: %s",pe.method,yr,Ie,!!pe.stream);var xr=pe.timeout||this.options.timeout,Nr={method:pe.method,content:pe.content,stream:pe.stream,headers:Ie,timeout:xr,writeStream:pe.writeStream,customResponse:pe.customResponse,ctx:pe.ctx||this.ctx};return this.agent&&(Nr.agent=this.agent),this.httpsAgent&&(Nr.httpsAgent=this.httpsAgent),Nr.enableProxy=!!this.options.enableProxy,Nr.proxy=this.options.proxy?this.options.proxy:null,{url:yr,params:Nr}}k.createRequest=ie}).call(this)}).call(this,n("buffer").Buffer)},{"../client/getReqUrl":25,"./../../../shims/crypto/crypto.js":533,"./encoder":61,"./isDingTalk":69,"./isIP":72,"./setRegion":78,buffer:103,"copy-to":107,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.string.includes.js":344,"core-js/modules/web.dom-collections.for-each.js":382,dateformat:385,debug:538,"lodash/isArray":424,"lodash/isObject":425,"lodash/isString":427,mime:432,path:441}],58:[function(n,$,k){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.object.keys.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.dataFix=void 0;var L=n("./isObject"),j=["true","TRUE","1",1],V=["false","FALSE","0",0];function z(ue,de,_e){if(L.isObject(ue)){var Ne=de.remove,Ue=Ne===void 0?[]:Ne,$e=de.rename,Ve=$e===void 0?{}:$e,Fe=de.camel,qe=Fe===void 0?[]:Fe,er=de.bool,ir=er===void 0?[]:er,dr=de.lowerFirst,cr=dr===void 0?!1:dr;return Ue.forEach(function(nr){return delete ue[nr]}),Object.entries(Ve).forEach(function(nr){ue[nr[0]]&&(ue[nr[1]]||(ue[nr[1]]=ue[nr[0]],delete ue[nr[0]]))}),qe.forEach(function(nr){if(ue[nr]){var lr=nr.replace(/^(.)/,function(Et){return Et.toLowerCase()}).replace(/-(\w)/g,function(Et,ie){return ie.toUpperCase()});ue[lr]||(ue[lr]=ue[nr])}}),ir.forEach(function(nr){ue[nr]=re(ue[nr])}),typeof _e=="function"&&_e(ue),oe(ue,cr),z}}k.dataFix=z;function re(ue){return ue?j.includes(ue)?!0:V.includes(ue)?!1:ue:!1}function oe(ue,de){de&&Object.keys(ue).forEach(function(_e){var Ne=_e.replace(/^\w/,function(Ue){return Ue.toLowerCase()});typeof ue[Ne]>"u"&&(ue[Ne]=ue[_e],delete ue[_e])})}},{"./isObject":73,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],59:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault");n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js");var j=L(n("@babel/runtime/helpers/typeof"));Object.defineProperty(k,"__esModule",{value:!0}),k.deepCopyWith=k.deepCopy=void 0;var V=n("./isBuffer");k.deepCopy=function(z){if(z===null||(0,j.default)(z)!=="object")return z;if(V.isBuffer(z))return z.slice();var re=Array.isArray(z)?[]:{};return Object.keys(z).forEach(function(oe){re[oe]=k.deepCopy(z[oe])}),re},k.deepCopyWith=function(z,re){function oe(ue,de,_e){var Ne=re(ue,de,_e);if(Ne!==void 0)return Ne;if(ue===null||(0,j.default)(ue)!=="object")return ue;if(V.isBuffer(ue))return ue.slice();var Ue=Array.isArray(ue)?[]:{};return Object.keys(ue).forEach(function($e){Ue[$e]=oe(ue[$e],$e,ue)}),Ue}return re?oe(z,"",null):k.deepCopy(z)}},{"./isBuffer":68,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],60:[function(n,$,k){n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js");var L=function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(k,"__esModule",{value:!0}),k.encodeString=void 0;var j=L(n("lodash/toString"));function V(z){var re=j.default(z);return encodeURIComponent(re).replace(/[!'()*]/g,function(oe){return"%".concat(oe.charCodeAt(0).toString(16).toUpperCase())})}k.encodeString=V},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"lodash/toString":429}],61:[function(n,$,k){(function(L){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.encoder=void 0;function j(V){var z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"utf-8";return z==="utf-8"?V:L.from(V).toString("latin1")}k.encoder=j}).call(this)}).call(this,n("buffer").Buffer)},{buffer:103,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],62:[function(n,$,k){n("core-js/modules/es.array.map.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),Object.defineProperty(k,"__esModule",{value:!0}),k.formatInventoryConfig=void 0;var L=n("../utils/dataFix"),j=n("../utils/isObject"),V=n("../utils/isArray"),z=n("../utils/formatObjKey");function re(ue){var de=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return de&&j.isObject(ue)&&(ue=[ue]),V.isArray(ue)?ue=ue.map(oe):ue=oe(ue),ue}k.formatInventoryConfig=re;function oe(ue){return L.dataFix(ue,{bool:["IsEnabled"]},function(de){var _e,Ne;de.prefix=de.Filter.Prefix,delete de.Filter,de.OSSBucketDestination=de.Destination.OSSBucketDestination,de.OSSBucketDestination.rolename=de.OSSBucketDestination.RoleArn.replace(/.*\//,""),delete de.OSSBucketDestination.RoleArn,de.OSSBucketDestination.bucket=de.OSSBucketDestination.Bucket.replace(/.*:::/,""),delete de.OSSBucketDestination.Bucket,delete de.Destination,de.frequency=de.Schedule.Frequency,delete de.Schedule.Frequency,!((_e=de==null?void 0:de.OptionalFields)===null||_e===void 0)&&_e.Field&&!V.isArray((Ne=de.OptionalFields)===null||Ne===void 0?void 0:Ne.Field)&&(de.OptionalFields.Field=[de.OptionalFields.Field])}),ue=z.formatObjKey(ue,"firstLowerCase",{exclude:["OSSBucketDestination","SSE-OSS","SSE-KMS"]}),ue}},{"../utils/dataFix":58,"../utils/formatObjKey":63,"../utils/isArray":66,"../utils/isObject":73,"core-js/modules/es.array.map.js":318,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347}],63:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault");n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.string.includes.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js");var j=L(n("@babel/runtime/helpers/typeof"));Object.defineProperty(k,"__esModule",{value:!0}),k.formatObjKey=void 0;function V(re,oe,ue){if(re===null||(0,j.default)(re)!=="object")return re;var de;if(Array.isArray(re)){de=[];for(var _e=0;_e -`),re&&re.firstUpperCase&&(z=L.formatObjKey(z,"firstUpperCase")),j(z)==="object"?Object.keys(z).forEach(function(ue){j(z[ue])!=="undefined"&&j(z[ue])!=="null"&&(j(z[ue])==="string"||j(z[ue])==="number"?oe+="<".concat(ue,">").concat(z[ue],""):j(z[ue])==="object"?oe+="<".concat(ue,">").concat(V(z[ue]),""):j(z[ue])==="array"?oe+=z[ue].map(function(de){return"<".concat(ue,">").concat(V(de),"")}).join(""):oe+="<".concat(ue,">").concat(z[ue].toString(),""))}):oe+=z.toString(),oe}k.obj2xml=V},{"./formatObjKey":63,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.map.js":318,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],76:[function(n,$,k){n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.array.from.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.symbol.js"),n("core-js/modules/es.symbol.description.js"),n("core-js/modules/es.symbol.iterator.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/es.object.assign.js");function L(re,oe){var ue=typeof Symbol<"u"&&re[Symbol.iterator]||re["@@iterator"];if(!ue){if(Array.isArray(re)||(ue=j(re))||oe){ue&&(re=ue);var de=0,_e=function(){};return{s:_e,n:function(){return de>=re.length?{done:!0}:{done:!1,value:re[de++]}},e:function(Fe){throw Fe},f:_e}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Ne=!0,Ue=!1,$e;return{s:function(){ue=ue.call(re)},n:function(){var Fe=ue.next();return Ne=Fe.done,Fe},e:function(Fe){Ue=!0,$e=Fe},f:function(){try{!Ne&&ue.return!=null&&ue.return()}finally{if(Ue)throw $e}}}}function j(re,oe){if(re){if(typeof re=="string")return V(re,oe);var ue=Object.prototype.toString.call(re).slice(8,-1);if(ue==="Object"&&re.constructor&&(ue=re.constructor.name),ue==="Map"||ue==="Set")return Array.from(re);if(ue==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ue))return V(re,oe)}}function V(re,oe){(oe==null||oe>re.length)&&(oe=re.length);for(var ue=0,de=new Array(oe);ue2&&arguments[2]!==void 0?arguments[2]:{},re=0,oe=z.retryDelay,ue=oe===void 0?500:oe,de=z.errorHandler,_e=de===void 0?function(){return!0}:de,Ne=function Ue(){for(var $e=arguments.length,Ve=new Array($e),Fe=0;Fe<$e;Fe++)Ve[Fe]=arguments[Fe];return new Promise(function(qe,er){j.apply(void 0,Ve).then(function(ir){re=0,qe(ir)}).catch(function(ir){re1&&arguments[1]!==void 0?arguments[1]:!1,ue=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;V.checkConfigValid(re,"region");var de=ue?"https://":"http://",_e=oe?"-internal.aliyuncs.com":".aliyuncs.com",Ne="vpc100-oss-cn-";return re.substr(0,Ne.length)===Ne&&(_e=".aliyuncs.com"),j.default.parse(de+re+_e)}k.setRegion=z},{"./checkConfigValid":53,url:545}],79:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.object.assign.js");var V=L(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(k,"__esModule",{value:!0}),k.checkCredentials=k.setSTSToken=void 0;var z=n("./formatObjKey");function re(){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function de(){var _e,Ne;return j.default.wrap(function($e){for(;;)switch($e.prev=$e.next){case 0:if(this.options||(this.options={}),_e=new Date,!this.stsTokenFreshTime){$e.next=14;break}if(!(+_e-this.stsTokenFreshTime>=this.options.refreshSTSTokenInterval)){$e.next=12;break}return this.stsTokenFreshTime=_e,$e.next=7,this.options.refreshSTSToken();case 7:Ne=$e.sent,Ne=z.formatObjKey(Ne,"firstLowerCase"),Ne.securityToken&&(Ne.stsToken=Ne.securityToken),ue(Ne),Object.assign(this.options,Ne);case 12:$e.next=15;break;case 14:this.stsTokenFreshTime=_e;case 15:return $e.abrupt("return",null);case 16:case"end":return $e.stop()}},de,this)})),oe.apply(this,arguments)}k.setSTSToken=re;function ue(de){var _e=["accessKeySecret","accessKeyId","stsToken"],Ne=Object.keys(de);_e.forEach(function(Ue){if(!Ne.find(function($e){return $e===Ue}))throw Error("refreshSTSToken must return contains ".concat(Ue))})}k.checkCredentials=ue},{"./formatObjKey":63,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.find.js":313,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331}],80:[function(n,$,k){function L(j,V){(V==null||V>j.length)&&(V=j.length);for(var z=0,re=new Array(V);z=0;--Sr){var Ar=this.tryEntries[Sr],Fr=Ar.completion;if(Ar.tryLoc==="root")return Tr("end");if(Ar.tryLoc<=this.prev){var Gr=oe.call(Ar,"catchLoc"),Vr=oe.call(Ar,"finallyLoc");if(Gr&&Vr){if(this.prev=0;--Tr){var Sr=this.tryEntries[Tr];if(Sr.tryLoc<=this.prev&&oe.call(Sr,"finallyLoc")&&this.prev=0;--Nr){var Tr=this.tryEntries[Nr];if(Tr.finallyLoc===xr)return this.complete(Tr.completion,Tr.afterLoc),tr(Tr),cr}},catch:function(xr){for(var Nr=this.tryEntries.length-1;Nr>=0;--Nr){var Tr=this.tryEntries[Nr];if(Tr.tryLoc===xr){var Sr=Tr.completion;if(Sr.type==="throw"){var Ar=Sr.arg;tr(Tr)}return Ar}}throw new Error("illegal catch attempt")},delegateYield:function(xr,Nr,Tr){return this.delegate={iterator:_r(xr),resultName:Nr,nextLoc:Tr},this.method==="next"&&(this.arg=V),cr}},z}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./typeof.js":91}],88:[function(n,$,k){var L=n("./arrayWithoutHoles.js"),j=n("./iterableToArray.js"),V=n("./unsupportedIterableToArray.js"),z=n("./nonIterableSpread.js");function re(oe){return L(oe)||j(oe)||V(oe)||z()}$.exports=re,$.exports.__esModule=!0,$.exports.default=$.exports},{"./arrayWithoutHoles.js":81,"./iterableToArray.js":85,"./nonIterableSpread.js":86,"./unsupportedIterableToArray.js":92}],89:[function(n,$,k){var L=n("./typeof.js").default;function j(V,z){if(L(V)!="object"||!V)return V;var re=V[Symbol.toPrimitive];if(re!==void 0){var oe=re.call(V,z||"default");if(L(oe)!="object")return oe;throw new TypeError("@@toPrimitive must return a primitive value.")}return(z==="string"?String:Number)(V)}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./typeof.js":91}],90:[function(n,$,k){var L=n("./typeof.js").default,j=n("./toPrimitive.js");function V(z){var re=j(z,"string");return L(re)=="symbol"?re:String(re)}$.exports=V,$.exports.__esModule=!0,$.exports.default=$.exports},{"./toPrimitive.js":89,"./typeof.js":91}],91:[function(n,$,k){function L(j){"@babel/helpers - typeof";return $.exports=L=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(V){return typeof V}:function(V){return V&&typeof Symbol=="function"&&V.constructor===Symbol&&V!==Symbol.prototype?"symbol":typeof V},$.exports.__esModule=!0,$.exports.default=$.exports,L(j)}$.exports=L,$.exports.__esModule=!0,$.exports.default=$.exports},{}],92:[function(n,$,k){var L=n("./arrayLikeToArray.js");function j(V,z){if(V){if(typeof V=="string")return L(V,z);var re=Object.prototype.toString.call(V).slice(8,-1);if(re==="Object"&&V.constructor&&(re=V.constructor.name),re==="Map"||re==="Set")return Array.from(V);if(re==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(re))return L(V,z)}}$.exports=j,$.exports.__esModule=!0,$.exports.default=$.exports},{"./arrayLikeToArray.js":80}],93:[function(n,$,k){var L=n("../helpers/regeneratorRuntime")();$.exports=L;try{regeneratorRuntime=L}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=L:Function("r","regeneratorRuntime = r")(L)}},{"../helpers/regeneratorRuntime":87}],94:[function(n,$,k){$.exports=L,$.exports.HttpsAgent=L;function L(){}},{}],95:[function(n,$,k){(function(L){(function(){var j=n("object.assign/polyfill")();/*! +`,tr=0;tr +`,jt+="".concat(rr.number,` +`),jt+="".concat(rr.etag,` +`),jt+=` +`;return jt+="",Ve=Ve||{},ar={},ar=ue(Ve,function(Er){if(pe(Er))return null}),ar.subres={uploadId:kt},ar.headers=_e(ar.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),nr=this._objectRequestParams("POST",Ue,ar),ie.encodeCallback(nr,ar),nr.mime="xml",nr.content=jt,nr.headers&&nr.headers["x-oss-callback"]||(nr.xmlResponse=!0),nr.successStatuses=[200],hr.next=17,this.request(nr);case 17:if(ur=hr.sent,!Ve.progress){hr.next=21;break}return hr.next=21,Ve.progress(1,null,ur.res);case 21:return cr={res:ur.res,bucket:nr.bucket,name:Ue,etag:ur.res.headers.etag},nr.headers&&nr.headers["x-oss-callback"]&&(cr.data=JSON.parse(ur.data.toString())),hr.abrupt("return",cr);case 24:case"end":return hr.stop()}},Fe,this)}));function Ne(Fe,Ue,kt,Et){return he.apply(this,arguments)}return Ne}(),Ce._uploadPart=function(){var he=(0,z.default)(V.default.mark(function Fe(Ue,kt,Et,Ve,qe){var jt,tr,rr,ar;return V.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return qe=qe||{},jt={},re(qe).to(jt),jt.headers=jt.headers||{},jt.headers["Content-Length"]=Ve.size,jt.headers=_e(jt.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),jt.subres={partNumber:Et,uploadId:kt},tr=this._objectRequestParams("PUT",Ue,jt),tr.mime=jt.mime,rr=$&&$.browser,rr?tr.content=Ve.content:tr.stream=Ve.stream,tr.successStatuses=[200],tr.disabledMD5=qe.disabledMD5,ur.next=15,this.request(tr);case 15:if(ar=ur.sent,ar.res.headers.etag){ur.next=18;break}throw new Error(`Please set the etag of expose-headers in OSS + https://help.aliyun.com/document_detail/32069.html`);case 18:return Ve.stream&&(Ve.stream=null,tr.stream=null),ur.abrupt("return",{name:Ue,etag:ar.res.headers.etag,res:ar.res});case 20:case"end":return ur.stop()}},Fe,this)}));function Ne(Fe,Ue,kt,Et,Ve){return 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 Ue(kt,Et){var Ve,qe,jt,tr,rr,ar,nr=arguments;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:if(Ve=nr.length>2&&nr[2]!==void 0?nr[2]:!0,!de(this.options.endpoint.hostname)){cr.next=3;break}throw new Error("can not get the object URL when endpoint is IP");case 3:if(!(Ve&&/^\?/.test(kt))){cr.next=5;break}throw new Error("Invalid object name ".concat(kt));case 5:if(Et=Et||{},kt=this._objectName(kt),Et.method=Et.method||"GET",qe=re.timestamp()+(Et.expires||1800),jt={bucket:this.options.bucket,object:kt},tr=this._getResource(jt),!(this.options.stsToken&&Ce(this.options.refreshSTSToken))){cr.next=14;break}return cr.next=14,Ie.call(this);case 14:return this.options.stsToken&&(Et["security-token"]=this.options.stsToken),rr=oe._signatureForURL(this.options.accessKeySecret,Et,tr,qe),ar=z.parse(this._getReqUrl(jt)),ar.query={OSSAccessKeyId:this.options.accessKeyId,Expires:qe,Signature:rr.Signature},ie(rr.subResource).to(ar.query),cr.abrupt("return",ar.format());case 20:case"end":return cr.stop()}},Ue,this)}));function Fe(Ue,kt){return Ne.apply(this,arguments)}return Fe}()},{"../../common/signUtils":51,"../utils/isFunction":71,"../utils/isIP":72,"../utils/setSTSToken":79,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"copy-to":107,"core-js/modules/es.regexp.exec.js":340,url:545,utility:547}],32:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.find.js"),n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js");var V=$(n("@babel/runtime/helpers/typeof")),z=$(n("@babel/runtime/helpers/asyncToGenerator")),re=n("../utils/checkBucketName"),ie=re.checkBucketName,oe=L,ue=["content-type","content-encoding","content-language","content-disposition","cache-control","expires"];oe.copy=function(){var de=(0,z.default)(j.default.mark(function Ie(_e,Ce,he,Ne){var Fe,Ue,kt;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.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],Ve.next=14,this.request(Fe);case 14:return Ue=Ve.sent,kt=Ue.data,kt&&(kt={etag:kt.ETag,lastModified:kt.LastModified}),Ve.abrupt("return",{data:kt,res:Ue.res});case 18:case"end":return Ve.stop()}},Ie,this)}));function pe(Ie,_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,Ue,kt,Et,Ve,qe,jt,tr,rr,ar=arguments;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:if(_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;he1&&_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,Ue,kt,Et,Ve,qe,jt,tr=arguments;return V.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:return Ne=tr.length>2&&tr[2]!==void 0?tr[2]:{},Fe=null,Ue=!1,ie.writableStream(he)?Fe=he:ie.string(he)?(Fe=re.createWriteStream(he),Ue=!0):ue(he)&&(Ne=he),Ne=Ne||{},kt=$&&$.browser,Et=Ne.responseCacheControl===null?"":"no-cache",Ve=kt&&Et?{"response-cache-control":Et}:{},Ne.subres=Object.assign(Ve,Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Ne.process&&(Ne.subres["x-oss-process"]=Ne.process),ar.prev=11,jt=this._objectRequestParams("GET",Ce,Ne),jt.writeStream=Fe,jt.successStatuses=[200,206,304],ar.next=17,this.request(jt);case 17:qe=ar.sent,Ue&&Fe.destroy(),ar.next=28;break;case 21:if(ar.prev=21,ar.t0=ar.catch(11),!Ue){ar.next=27;break}return Fe.destroy(),ar.next=27,this._deleteFileSafe(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,Ue,kt,Et,Ve,qe,jt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(he=jt.length>0&&jt[0]!==void 0?jt[0]:{},Ne=jt.length>1&&jt[1]!==void 0?jt[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 Ue=rr.sent,kt=Ue.data.Version||[],Et=Ue.data.DeleteMarker||[],Ve=this,kt&&(Array.isArray(kt)||(kt=[kt]),kt=kt.map(function(ar){return{name:ar.Key,url:Ve._objectUrl(ar.Key),lastModified:ar.LastModified,isLatest:ar.IsLatest==="true",versionId:ar.VersionId,etag:ar.ETag,type:ar.Type,size:Number(ar.Size),storageClass:ar.StorageClass,owner:{id:ar.Owner.ID,displayName:ar.Owner.DisplayName}}})),Et&&(ue(Et)||(Et=[Et]),Et=Et.map(function(ar){return{name:ar.Key,lastModified:ar.LastModified,versionId:ar.VersionId,owner:{id:ar.Owner.ID,displayName:ar.Owner.DisplayName}}})),qe=Ue.data.CommonPrefixes||null,qe&&(ue(qe)||(qe=[qe]),qe=qe.map(function(ar){return ar.Prefix})),rr.abrupt("return",{res:Ue.res,objects:kt,deleteMarker:Et,prefixes:qe,nextMarker:Ue.data.NextKeyMarker||null,NextVersionIdMarker:Ue.data.NextVersionIdMarker||null,nextKeyMarker:Ue.data.NextKeyMarker||null,nextVersionIdMarker:Ue.data.NextVersionIdMarker||null,isTruncated:Ue.data.IsTruncated==="true"});case 21:case"end":return rr.stop()}},Ce,this)})),pe.apply(this,arguments)}function Ie(Ce){return Ce.replace(/([A-Z])/g,"-$1").toLowerCase()}function _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,Ue=arguments;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Ie=Ue.length>1&&Ue[1]!==void 0?Ue[1]:{},Ie.subres=Object.assign({tagging:""},Ie.subres),Ie.versionId&&(Ie.subres.versionId=Ie.versionId),pe=this._objectName(pe),_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(Ve){Fe[Ve.Key]=Ve.Value}),Et.abrupt("return",{status:Ce.status,res:Ce.res,tag:Fe});case 17:case"end":return Et.stop()}},de,this)}));function ue(de){return oe.apply(this,arguments)}return ue}()},{"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],42:[function(n,k,L){var $=n("../utils/isIP"),j=$.isIP,V=L;V.getObjectUrl=function(re,ie){if(j(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");return ie?ie[ie.length-1]!=="/"&&(ie+="/"):ie=this.options.endpoint.format(),ie+this._escape(this._objectName(re))}},{"../utils/isIP":72}],43:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.getSymlink=function(){var re=(0,V.default)(j.default.mark(function oe(ue){var de,pe,Ie,_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(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return Ie=Ne.length>1&&Ne[1]!==void 0?Ne[1]:{},re("Because HeadObject has gzip enabled, head cannot get the file size correctly. If you need to get the file size, please use getObjectMeta"),Ie.subres=Object.assign({},Ie.subres),Ie.versionId&&(Ie.subres.versionId=Ie.versionId),_e=this._objectRequestParams("HEAD",pe,Ie),_e.successStatuses=[200,304],Ue.next=8,this.request(_e);case 8:return Ce=Ue.sent,he={meta:null,res:Ce.res,status:Ce.status},Ce.status===200&&Object.keys(Ce.headers).forEach(function(kt){kt.indexOf("x-oss-meta-")===0&&(he.meta||(he.meta={}),he.meta[kt.substring(11)]=Ce.headers[kt])}),Ue.abrupt("return",he);case 12:case"end":return Ue.stop()}},de,this)}));function ue(de){return oe.apply(this,arguments)}return ue}()},{"../utils/checkEnv":54,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],45:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.putACL=function(){var re=(0,V.default)(j.default.mark(function oe(ue,de,pe){var Ie,_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,Ue,kt=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return he=kt.length>2&&kt[2]!==void 0?kt[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),Ve.next=13,this.request(Ne);case 13:return Ue=Ve.sent,Ve.abrupt("return",{res:Ue.res,status:Ue.status});case 15:case"end":return Ve.stop()}},Ie,this)}));function pe(Ie,_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(Ue,kt){var Et=Object.keys(Ue);if(Object.getOwnPropertySymbols){var Ve=Object.getOwnPropertySymbols(Ue);kt&&(Ve=Ve.filter(function(qe){return Object.getOwnPropertyDescriptor(Ue,qe).enumerable})),Et.push.apply(Et,Ve)}return Et}function ie(Ue){for(var kt=1;kt0&&(nr["x-oss-additional-headers"]=hr.join(";")),nr["x-oss-credential"]="".concat(this.options.accessKeyId,"/").concat(_r,"/").concat(Er,"/oss/aliyun_v4_request"),nr["x-oss-date"]=cr,nr["x-oss-expires"]=qe,nr["x-oss-signature-version"]="OSS4-HMAC-SHA256",!(this.options.stsToken&&Ce(this.options.refreshSTSToken))){Rr.next=15;break}return Rr.next=15,Ie.call(this);case 15:return this.options.stsToken&&(nr["x-oss-security-token"]=this.options.stsToken),kr=de.getCanonicalRequest(Ve,{headers:ar,queries:nr},this.options.bucket,tr,hr),xr=de.getStringToSign(Er,cr,kr),nr["x-oss-signature"]=de.getSignatureV4(this.options.accessKeySecret,_r,Er,xr),yr=ue.parse(this._getReqUrl({bucket:this.options.bucket,object:tr})),yr.query=ie({},nr),Rr.abrupt("return",yr.format());case 22:case"end":return Rr.stop()}},Et,this)}));function kt(Et,Ve,qe,jt,tr){return Ue.apply(this,arguments)}return kt}()},{"../../common/signUtils":51,"../utils/getStandardRegion":64,"../utils/isFunction":71,"../utils/setSTSToken":79,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/defineProperty":83,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.join.js":317,"core-js/modules/es.object.get-own-property-descriptor.js":327,"core-js/modules/es.object.get-own-property-descriptors.js":328,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.symbol.js":356,"core-js/modules/web.dom-collections.for-each.js":382,dateformat:385,url:545}],50:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.function.name.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("./utils/isArray"),re=z.isArray,ie=L;ie._parallelNode=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie,_e,Ce){var he,Ne,Fe,Ue,kt,Et,Ve,qe;return j.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:he=this,Ne=[],Fe=[],Ue=pe.length/Ie,kt=pe.length%Ie,Et=kt===0?Ue:(pe.length-kt)/Ie+1,Ve=1,qe=0;case 8:if(!(qe0){Ue=!0,kt<=0&&_e(Ce);return}kt+=1,qe(tr.value,he(Ve))}Et=!1}jt()})},ie.cancel=function(ue){this.options.cancelFlag=!0,re(this.multipartUploadStreams)&&this.multipartUploadStreams.forEach(function(de){if(de.destroyed===!1){var pe={name:"cancel",message:"cancel"};de.destroy(pe)}}),this.multipartUploadStreams=[],ue&&this.abortMultipartUpload(ue.name,ue.uploadId,ue.options)},ie.isCancel=function(){return this.options.cancelFlag},ie.resetCancelFlag=function(){this.options.cancelFlag=!1},ie._stop=function(){this.options.cancelFlag=!0},ie._makeCancelEvent=function(){var ue={status:0,name:"cancel"};return ue},ie._makeAbortEvent=function(){var ue={status:0,name:"abort",message:"upload task has been abort"};return ue}},{"./utils/isArray":66,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.string.iterator.js":345,"core-js/modules/web.dom-collections.for-each.js":382,"core-js/modules/web.dom-collections.iterator.js":383}],51:[function(n,k,L){(function($){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/helpers/toConsumableArray"));n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.array.sort.js"),n("core-js/modules/es.array.join.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.array.filter.js"),n("core-js/modules/es.array.iterator.js"),n("core-js/modules/es.set.js"),n("core-js/modules/es.string.iterator.js"),n("core-js/modules/web.dom-collections.iterator.js"),n("core-js/modules/es.array.map.js"),n("core-js/modules/es.string.starts-with.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.object.entries.js"),n("core-js/modules/es.regexp.to-string.js");var z=n("./../../shims/crypto/crypto.js"),re=n("is-type-of"),ie=n("qs"),oe=n("./utils/lowercaseKeyHeader"),ue=oe.lowercaseKeyHeader,de=n("./utils/encodeString"),pe=de.encodeString;L.buildCanonicalizedResource=function(_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(kt){he+=Ne+kt,(Ce[kt]||Ce[kt]===0)&&(he+="=".concat(Ce[kt])),Ne="&"};Object.keys(Ce).sort().forEach(Fe)}return he},L.buildCanonicalString=function(_e,Ce,he,Ne){he=he||{};var Fe=ue(he.headers),Ue="x-oss-",kt=[],Et={},Ve=[_e.toUpperCase(),Fe["content-md5"]||"",Fe["content-type"],Ne||Fe["x-oss-date"]];return Object.keys(Fe).forEach(function(qe){var jt=qe.toLowerCase();jt.indexOf(Ue)===0&&(Et[jt]=String(Fe[qe]).trim())}),Object.keys(Et).sort().forEach(function(qe){kt.push("".concat(qe,":").concat(Et[qe]))}),Ve=Ve.concat(kt),Ve.push(this.buildCanonicalizedResource(Ce,he.parameters)),Ve.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 Ue=ue(Ce.headers),kt=Ce.queries||{},Et="x-oss-";if(Ne&&!he)throw Error("Please ensure that bucketName is passed into getCanonicalRequest.");var Ve=[_e.toUpperCase(),pe("/".concat(he?"".concat(he,"/"):"").concat(Ne||"")).replace(/%2F/g,"/")];Ve.push(ie.stringify(kt,{encoder:pe,sort:function(rr,ar){return rr.localeCompare(ar)},strictNullHandling:!0})),Fe&&Fe.forEach(function(tr){if(!Object.prototype.hasOwnProperty.call(Ue,tr))throw Error("Can't find additional header ".concat(tr," in request headers."))});var qe=new Set(Fe);Object.keys(Ue).forEach(function(tr){(tr==="content-type"||tr==="content-md5"||tr.startsWith(Et))&&qe.add(tr)});var jt="".concat((0,V.default)(qe).sort().map(function(tr){return"".concat(tr,":").concat(re.string(Ue[tr])?Ue[tr].trim():Ue[tr],` +`)}).join(""));return Ve.push(jt),Fe.length>0?Ve.push(Fe.join(";")):Ve.push(""),Ve.push(Ue["x-oss-content-sha256"]||"UNSIGNED-PAYLOAD"),Ve.join(` +`)},L.getStringToSign=function(_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(),Ue=z.createHmac("sha256",Fe).update(he).digest(),kt=z.createHmac("sha256",Ue).update("oss").digest(),Et=z.createHmac("sha256",kt).update("aliyun_v4_request").digest(),Ve=z.createHmac("sha256",Et).update(Ne).digest("hex");return Ve},L.authorizationV4=function(_e,Ce,he,Ne,Fe,Ue,kt,Et){var Ve=arguments.length>8&&arguments[8]!==void 0?arguments[8]:"utf-8",qe=this.fixAdditionalHeaders(Et),jt={};Object.entries(Fe.headers).forEach(function(_r){jt[_r[0]]=re.string(_r[1])?$.from(_r[1],Ve).toString():_r[1]});var tr=jt["x-oss-date"]||Fe.queries&&Fe.queries["x-oss-date"],rr=this.getCanonicalRequest(Ne,{headers:jt,queries:Fe.queries},Ue,kt,qe),ar=this.getStringToSign(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,Ue={},kt=Ce.subResource,Et=kt===void 0?{}:kt;if(Ce.process){var Ve="x-oss-process";Et[Ve]=Ce.process}if(Ce.trafficLimit){var qe="x-oss-traffic-limit";Et[qe]=Ce.trafficLimit}if(Ce.response&&Object.keys(Ce.response).forEach(function(ar){var nr="response-".concat(ar.toLowerCase());Et[nr]=Ce.response[ar]}),Object.keys(Ce).forEach(function(ar){var nr=ar.toLowerCase(),ur=Ce[ar];nr.indexOf("x-oss-")===0?Ue[nr]=ur:(nr.indexOf("content-md5")===0||nr.indexOf("content-type")===0)&&(Ue[ar]=ur)}),Object.prototype.hasOwnProperty.call(Ce,"security-token")&&(Et["security-token"]=Ce["security-token"]),Object.prototype.hasOwnProperty.call(Ce,"callback")){var jt={callbackUrl:encodeURI(Ce.callback.url),callbackBody:Ce.callback.body};if(Ce.callback.host&&(jt.callbackHost=Ce.callback.host),Ce.callback.contentType&&(jt.callbackBodyType=Ce.callback.contentType),Ce.callback.callbackSNI&&(jt.callbackSNI=Ce.callback.callbackSNI),Et.callback=$.from(JSON.stringify(jt)).toString("base64"),Ce.callback.customValue){var tr={};Object.keys(Ce.callback.customValue).forEach(function(ar){tr["x:".concat(ar)]=Ce.callback.customValue[ar]}),Et["callback-var"]=$.from(JSON.stringify(tr)).toString("base64")}}var rr=this.buildCanonicalString(Ce.method,he,{headers:Ue,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,Ue=n("../client/getReqUrl"),kt=Ue.getReqUrl,Et=n("./isDingTalk"),Ve=Et.isDingTalk;function qe(rr,ar){return rr[ar]||rr[ar.toLowerCase()]}function jt(rr,ar){delete rr[ar],delete rr[ar.toLowerCase()]}function tr(rr){var ar=new Date;this.options.amendTimeSkewed&&(ar=+new Date+this.options.amendTimeSkewed);var nr={"x-oss-date":ue(ar,this.options.authorizationV4?"UTC:yyyymmdd'T'HHMMss'Z'":"UTC:ddd, dd mmm yyyy HH:MM:ss 'GMT'")};this.options.authorizationV4&&(nr["x-oss-content-sha256"]="UNSIGNED-PAYLOAD"),typeof window<"u"&&(nr["x-oss-user-agent"]=this.userAgent),this.userAgent.includes("nodejs")&&(nr["User-Agent"]=this.userAgent),this.options.isRequestPay&&Object.assign(nr,{"x-oss-request-payer":"requester"}),this.options.stsToken&&(nr["x-oss-security-token"]=this.options.stsToken),de(rr.headers).to(nr),qe(nr,"Content-Type")||(rr.mime&&rr.mime.indexOf("/")>0?nr["Content-Type"]=rr.mime:Ve()?nr["Content-Type"]="application/octet-stream":nr["Content-Type"]=oe.getType(rr.mime||pe.extname(rr.object||""))),qe(nr,"Content-Type")||jt(nr,"Content-Type"),rr.content&&(rr.disabledMD5||(!rr.headers||!rr.headers["Content-MD5"]?nr["Content-MD5"]=j.createHash("md5").update($.from(rr.content,"utf8")).digest("base64"):nr["Content-MD5"]=rr.headers["Content-MD5"]),nr["Content-Length"]||(nr["Content-Length"]=rr.content.length));var ur=Object.prototype.hasOwnProperty;for(var cr in nr)nr[cr]&&ur.call(nr,cr)&&(nr[cr]=_e(String(nr[cr]),this.options.headerEncoding));var _r={};if(z(rr.subres)?_r[rr.subres]=null:re(rr.subres)?rr.subres.forEach(function(mr){_r[mr]=null}):ie(rr.subres)&&Object.entries(rr.subres).forEach(function(mr){_r[mr[0]]=mr[1]===""?null:mr[1]}),ie(rr.query)&&Object.entries(rr.query).forEach(function(mr){_r[mr[0]]=mr[1]}),nr.authorization=this.options.authorizationV4?this.authorizationV4(rr.method,{headers:nr,queries:_r},rr.bucket,rr.object,rr.additionalHeaders):this.authorization(rr.method,this._getResource(rr),rr.subres,nr,this.options.headerEncoding),he(this.options.endpoint.hostname)){var hr=this.options,Er=hr.region,kr=hr.internal,xr=hr.secure,yr=Fe(Er,kr,xr);nr.host="".concat(rr.bucket,".").concat(yr.host)}var vr=kt.bind(this)(rr);V("request %s %s, with headers %j, !!stream: %s",rr.method,vr,nr,!!rr.stream);var Rr=rr.timeout||this.options.timeout,Br={method:rr.method,content:rr.content,stream:rr.stream,headers:nr,timeout:Rr,writeStream:rr.writeStream,customResponse:rr.customResponse,ctx:rr.ctx||this.ctx};return this.agent&&(Br.agent=this.agent),this.httpsAgent&&(Br.httpsAgent=this.httpsAgent),Br.enableProxy=!!this.options.enableProxy,Br.proxy=this.options.proxy?this.options.proxy:null,{url:vr,params:Br}}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,Ue=Fe===void 0?[]:Fe,kt=ue.lowerFirst,Et=kt===void 0?!1:kt;return Ie.forEach(function(Ve){return delete oe[Ve]}),Object.entries(Ce).forEach(function(Ve){oe[Ve[0]]&&(oe[Ve[1]]||(oe[Ve[1]]=oe[Ve[0]],delete oe[Ve[0]]))}),Ne.forEach(function(Ve){if(oe[Ve]){var qe=Ve.replace(/^(.)/,function(jt){return jt.toLowerCase()}).replace(/-(\w)/g,function(jt,tr){return tr.toUpperCase()});oe[qe]||(oe[qe]=oe[Ve])}}),Ue.forEach(function(Ve){oe[Ve]=re(oe[Ve])}),typeof de=="function"&&de(oe),ie(oe,Et),z}}L.dataFix=z;function re(oe){return oe?j.includes(oe)?!0:V.includes(oe)?!1:oe:!1}function ie(oe,ue){ue&&Object.keys(oe).forEach(function(de){var pe=de.replace(/^\w/,function(Ie){return Ie.toLowerCase()});typeof oe[pe]>"u"&&(oe[pe]=oe[de],delete oe[de])})}},{"./isObject":73,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],59:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault");n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/web.dom-collections.for-each.js"),n("core-js/modules/es.object.keys.js");var j=$(n("@babel/runtime/helpers/typeof"));Object.defineProperty(L,"__esModule",{value:!0}),L.deepCopyWith=L.deepCopy=void 0;var V=n("./isBuffer");L.deepCopy=function(z){if(z===null||(0,j.default)(z)!=="object")return z;if(V.isBuffer(z))return z.slice();var re=Array.isArray(z)?[]:{};return Object.keys(z).forEach(function(ie){re[ie]=L.deepCopy(z[ie])}),re},L.deepCopyWith=function(z,re){function ie(oe,ue,de){var pe=re(oe,ue,de);if(pe!==void 0)return pe;if(oe===null||(0,j.default)(oe)!=="object")return oe;if(V.isBuffer(oe))return oe.slice();var Ie=Array.isArray(oe)?[]:{};return Object.keys(oe).forEach(function(_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&&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],""):j(z[oe])==="object"?ie+="<".concat(oe,">").concat(V(z[oe]),""):j(z[oe])==="array"?ie+=z[oe].map(function(ue){return"<".concat(oe,">").concat(V(ue),"")}).join(""):ie+="<".concat(oe,">").concat(z[oe].toString(),""))}):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);oe2&&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(Ue){re=0,Ne(Ue)}).catch(function(Ue){re1&&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=0;--gr){var jr=this.tryEntries[gr],Hr=jr.completion;if(jr.tryLoc==="root")return mr("end");if(jr.tryLoc<=this.prev){var Ur=ie.call(jr,"catchLoc"),zr=ie.call(jr,"finallyLoc");if(Ur&&zr){if(this.prev=0;--mr){var gr=this.tryEntries[mr];if(gr.tryLoc<=this.prev&&ie.call(gr,"finallyLoc")&&this.prev=0;--Br){var mr=this.tryEntries[Br];if(mr.finallyLoc===Rr)return this.complete(mr.completion,mr.afterLoc),kr(mr),Et}},catch:function(Rr){for(var Br=this.tryEntries.length-1;Br>=0;--Br){var mr=this.tryEntries[Br];if(mr.tryLoc===Rr){var gr=mr.completion;if(gr.type==="throw"){var jr=gr.arg;kr(mr)}return jr}}throw new Error("illegal catch attempt")},delegateYield:function(Rr,Br,mr){return this.delegate={iterator:yr(Rr),resultName:Br,nextLoc:mr},this.method==="next"&&(this.arg=V),Et}},z}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./typeof.js":91}],88:[function(n,k,L){var $=n("./arrayWithoutHoles.js"),j=n("./iterableToArray.js"),V=n("./unsupportedIterableToArray.js"),z=n("./nonIterableSpread.js");function re(ie){return $(ie)||j(ie)||V(ie)||z()}k.exports=re,k.exports.__esModule=!0,k.exports.default=k.exports},{"./arrayWithoutHoles.js":81,"./iterableToArray.js":85,"./nonIterableSpread.js":86,"./unsupportedIterableToArray.js":92}],89:[function(n,k,L){var $=n("./typeof.js").default;function j(V,z){if($(V)!="object"||!V)return V;var re=V[Symbol.toPrimitive];if(re!==void 0){var ie=re.call(V,z||"default");if($(ie)!="object")return ie;throw new TypeError("@@toPrimitive must return a primitive value.")}return(z==="string"?String:Number)(V)}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./typeof.js":91}],90:[function(n,k,L){var $=n("./typeof.js").default,j=n("./toPrimitive.js");function V(z){var re=j(z,"string");return $(re)=="symbol"?re:String(re)}k.exports=V,k.exports.__esModule=!0,k.exports.default=k.exports},{"./toPrimitive.js":89,"./typeof.js":91}],91:[function(n,k,L){function $(j){"@babel/helpers - typeof";return k.exports=$=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(V){return typeof V}:function(V){return V&&typeof Symbol=="function"&&V.constructor===Symbol&&V!==Symbol.prototype?"symbol":typeof V},k.exports.__esModule=!0,k.exports.default=k.exports,$(j)}k.exports=$,k.exports.__esModule=!0,k.exports.default=k.exports},{}],92:[function(n,k,L){var $=n("./arrayLikeToArray.js");function j(V,z){if(V){if(typeof V=="string")return $(V,z);var re=Object.prototype.toString.call(V).slice(8,-1);if(re==="Object"&&V.constructor&&(re=V.constructor.name),re==="Map"||re==="Set")return Array.from(V);if(re==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(re))return $(V,z)}}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./arrayLikeToArray.js":80}],93:[function(n,k,L){var $=n("../helpers/regeneratorRuntime")();k.exports=$;try{regeneratorRuntime=$}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=$:Function("r","regeneratorRuntime = r")($)}},{"../helpers/regeneratorRuntime":87}],94:[function(n,k,L){k.exports=$,k.exports.HttpsAgent=$;function $(){}},{}],95:[function(n,k,L){(function($){(function(){var j=n("object.assign/polyfill")();/*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh * @license MIT - */function V(ar,ur){if(ar===ur)return 0;for(var kt=ar.length,he=ur.length,tr=0,gr=Math.min(kt,he);tr=0){var yr=tr.indexOf(` -`,_r+1);tr=tr.substring(yr+1)}this.stack=tr}}},re.inherits(Ue.AssertionError,Error);function Fe(ar,ur){return typeof ar=="string"?ar.length=0;Nr--)if(_r[Nr]!==yr[Nr])return!1;for(Nr=_r.length-1;Nr>=0;Nr--)if(xr=_r[Nr],!cr(ar[xr],ur[xr],kt,he))return!1;return!0}Ue.notDeepEqual=function(ur,kt,he){cr(ur,kt,!1)&&ir(ur,kt,he,"notDeepEqual",Ue.notDeepEqual)},Ue.notDeepStrictEqual=Et;function Et(ar,ur,kt){cr(ar,ur,!0)&&ir(ar,ur,kt,"notDeepStrictEqual",Et)}Ue.strictEqual=function(ur,kt,he){ur!==kt&&ir(ur,kt,he,"===",Ue.strictEqual)},Ue.notStrictEqual=function(ur,kt,he){ur===kt&&ir(ur,kt,he,"!==",Ue.notStrictEqual)};function ie(ar,ur){if(!ar||!ur)return!1;if(Object.prototype.toString.call(ur)=="[object RegExp]")return ur.test(ar);try{if(ar instanceof ur)return!0}catch{}return Error.isPrototypeOf(ur)?!1:ur.call({},ar)===!0}function pe(ar){var ur;try{ar()}catch(kt){ur=kt}return ur}function Ce(ar,ur,kt,he){var tr;if(typeof ur!="function")throw new TypeError('"block" argument must be a function');typeof kt=="string"&&(he=kt,kt=null),tr=pe(ur),he=(kt&&kt.name?" ("+kt.name+").":".")+(he?" "+he:"."),ar&&!tr&&ir(tr,kt,"Missing expected exception"+he);var gr=typeof he=="string",_r=!ar&&re.isError(tr),yr=!ar&&tr&&!kt;if((_r&&gr&&ie(tr,kt)||yr)&&ir(tr,kt,"Got unwanted exception"+he),ar&&tr&&kt&&!ie(tr,kt)||!ar&&tr)throw tr}Ue.throws=function(ar,ur,kt){Ce(!0,ar,ur,kt)},Ue.doesNotThrow=function(ar,ur,kt){Ce(!1,ar,ur,kt)},Ue.ifError=function(ar){if(ar)throw ar};function Ie(ar,ur){ar||ir(ar,!0,ur,"==",Ie)}Ue.strict=j(Ie,Ue,{equal:Ue.strictEqual,deepEqual:Ue.deepStrictEqual,notEqual:Ue.notStrictEqual,notDeepEqual:Ue.notDeepStrictEqual}),Ue.strict.strict=Ue.strict;var jt=Object.keys||function(ar){var ur=[];for(var kt in ar)oe.call(ar,kt)&&ur.push(kt);return ur}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"object.assign/polyfill":440,"util/":98}],96:[function(n,$,k){typeof Object.create=="function"?$.exports=function(j,V){j.super_=V,j.prototype=Object.create(V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}})}:$.exports=function(j,V){j.super_=V;var z=function(){};z.prototype=V.prototype,j.prototype=new z,j.prototype.constructor=j}},{}],97:[function(n,$,k){$.exports=function(j){return j&&typeof j=="object"&&typeof j.copy=="function"&&typeof j.fill=="function"&&typeof j.readUInt8=="function"}},{}],98:[function(n,$,k){(function(L,j){(function(){var V=/%[sdj%]/g;k.format=function(yr){if(!lr(yr)){for(var xr=[],Nr=0;Nr=Sr)return Gr;switch(Gr){case"%s":return String(Tr[Nr++]);case"%d":return Number(Tr[Nr++]);case"%j":try{return JSON.stringify(Tr[Nr++])}catch{return"[Circular]"}default:return Gr}}),Fr=Tr[Nr];Nr=3&&(Nr.depth=arguments[2]),arguments.length>=4&&(Nr.colors=arguments[3]),ir(xr)?Nr.showHidden=xr:xr&&k._extend(Nr,xr),ie(Nr.showHidden)&&(Nr.showHidden=!1),ie(Nr.depth)&&(Nr.depth=2),ie(Nr.colors)&&(Nr.colors=!1),ie(Nr.customInspect)&&(Nr.customInspect=!0),Nr.colors&&(Nr.stylize=ue),Ne(Nr,yr,Nr.depth)}k.inspect=oe,oe.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},oe.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function ue(yr,xr){var Nr=oe.styles[xr];return Nr?"\x1B["+oe.colors[Nr][0]+"m"+yr+"\x1B["+oe.colors[Nr][1]+"m":yr}function de(yr,xr){return yr}function _e(yr){var xr={};return yr.forEach(function(Nr,Tr){xr[Nr]=!0}),xr}function Ne(yr,xr,Nr){if(yr.customInspect&&xr&&ar(xr.inspect)&&xr.inspect!==k.inspect&&!(xr.constructor&&xr.constructor.prototype===xr)){var Tr=xr.inspect(Nr,yr);return lr(Tr)||(Tr=Ne(yr,Tr,Nr)),Tr}var Sr=Ue(yr,xr);if(Sr)return Sr;var Ar=Object.keys(xr),Fr=_e(Ar);if(yr.showHidden&&(Ar=Object.getOwnPropertyNames(xr)),jt(xr)&&(Ar.indexOf("message")>=0||Ar.indexOf("description")>=0))return $e(xr);if(Ar.length===0){if(ar(xr)){var Gr=xr.name?": "+xr.name:"";return yr.stylize("[Function"+Gr+"]","special")}if(pe(xr))return yr.stylize(RegExp.prototype.toString.call(xr),"regexp");if(Ie(xr))return yr.stylize(Date.prototype.toString.call(xr),"date");if(jt(xr))return $e(xr)}var Vr="",Dr=!1,Ir=["{","}"];if(er(xr)&&(Dr=!0,Ir=["[","]"]),ar(xr)){var Br=xr.name?": "+xr.name:"";Vr=" [Function"+Br+"]"}if(pe(xr)&&(Vr=" "+RegExp.prototype.toString.call(xr)),Ie(xr)&&(Vr=" "+Date.prototype.toUTCString.call(xr)),jt(xr)&&(Vr=" "+$e(xr)),Ar.length===0&&(!Dr||xr.length==0))return Ir[0]+Vr+Ir[1];if(Nr<0)return pe(xr)?yr.stylize(RegExp.prototype.toString.call(xr),"regexp"):yr.stylize("[Object]","special");yr.seen.push(xr);var Rr;return Dr?Rr=Ve(yr,xr,Nr,Fr,Ar):Rr=Ar.map(function(Lr){return Fe(yr,xr,Nr,Fr,Lr,Dr)}),yr.seen.pop(),qe(Rr,Vr,Ir)}function Ue(yr,xr){if(ie(xr))return yr.stylize("undefined","undefined");if(lr(xr)){var Nr="'"+JSON.stringify(xr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return yr.stylize(Nr,"string")}if(nr(xr))return yr.stylize(""+xr,"number");if(ir(xr))return yr.stylize(""+xr,"boolean");if(dr(xr))return yr.stylize("null","null")}function $e(yr){return"["+Error.prototype.toString.call(yr)+"]"}function Ve(yr,xr,Nr,Tr,Sr){for(var Ar=[],Fr=0,Gr=xr.length;Fr-1&&(Ar?Gr=Gr.split(` -`).map(function(Dr){return" "+Dr}).join(` -`).substr(2):Gr=` -`+Gr.split(` -`).map(function(Dr){return" "+Dr}).join(` -`))):Gr=yr.stylize("[Circular]","special")),ie(Fr)){if(Ar&&Sr.match(/^\d+$/))return Gr;Fr=JSON.stringify(""+Sr),Fr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Fr=Fr.substr(1,Fr.length-2),Fr=yr.stylize(Fr,"name")):(Fr=Fr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Fr=yr.stylize(Fr,"string"))}return Fr+": "+Gr}function qe(yr,xr,Nr){var Tr=yr.reduce(function(Sr,Ar){return Ar.indexOf(` -`)>=0,Sr+Ar.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Tr>60?Nr[0]+(xr===""?"":xr+` - `)+" "+yr.join(`, - `)+" "+Nr[1]:Nr[0]+xr+" "+yr.join(", ")+" "+Nr[1]}function er(yr){return Array.isArray(yr)}k.isArray=er;function ir(yr){return typeof yr=="boolean"}k.isBoolean=ir;function dr(yr){return yr===null}k.isNull=dr;function cr(yr){return yr==null}k.isNullOrUndefined=cr;function nr(yr){return typeof yr=="number"}k.isNumber=nr;function lr(yr){return typeof yr=="string"}k.isString=lr;function Et(yr){return typeof yr=="symbol"}k.isSymbol=Et;function ie(yr){return yr===void 0}k.isUndefined=ie;function pe(yr){return Ce(yr)&&kt(yr)==="[object RegExp]"}k.isRegExp=pe;function Ce(yr){return typeof yr=="object"&&yr!==null}k.isObject=Ce;function Ie(yr){return Ce(yr)&&kt(yr)==="[object Date]"}k.isDate=Ie;function jt(yr){return Ce(yr)&&(kt(yr)==="[object Error]"||yr instanceof Error)}k.isError=jt;function ar(yr){return typeof yr=="function"}k.isFunction=ar;function ur(yr){return yr===null||typeof yr=="boolean"||typeof yr=="number"||typeof yr=="string"||typeof yr=="symbol"||typeof yr>"u"}k.isPrimitive=ur,k.isBuffer=n("./support/isBuffer");function kt(yr){return Object.prototype.toString.call(yr)}function he(yr){return yr<10?"0"+yr.toString(10):yr.toString(10)}var tr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function gr(){var yr=new Date,xr=[he(yr.getHours()),he(yr.getMinutes()),he(yr.getSeconds())].join(":");return[yr.getDate(),tr[yr.getMonth()],xr].join(" ")}k.log=function(){console.log("%s - %s",gr(),k.format.apply(k,arguments))},k.inherits=n("inherits"),k._extend=function(yr,xr){if(!xr||!Ce(xr))return yr;for(var Nr=Object.keys(xr),Tr=Nr.length;Tr--;)yr[Nr[Tr]]=xr[Nr[Tr]];return yr};function _r(yr,xr){return Object.prototype.hasOwnProperty.call(yr,xr)}}).call(this)}).call(this,n("_process"),typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"./support/isBuffer":97,_process:540,inherits:96}],99:[function(n,$,k){(function(L){(function(){var j=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],V=typeof globalThis>"u"?L:globalThis;$.exports=function(){for(var re=[],oe=0;oe0)throw new Error("Invalid string. Length must be a multiple of 4");var er=Fe.indexOf("=");er===-1&&(er=qe);var ir=er===qe?0:4-er%4;return[er,ir]}function de(Fe){var qe=ue(Fe),er=qe[0],ir=qe[1];return(er+ir)*3/4-ir}function _e(Fe,qe,er){return(qe+er)*3/4-er}function Ne(Fe){var qe,er=ue(Fe),ir=er[0],dr=er[1],cr=new V(_e(Fe,ir,dr)),nr=0,lr=dr>0?ir-4:ir,Et;for(Et=0;Et>16&255,cr[nr++]=qe>>8&255,cr[nr++]=qe&255;return dr===2&&(qe=j[Fe.charCodeAt(Et)]<<2|j[Fe.charCodeAt(Et+1)]>>4,cr[nr++]=qe&255),dr===1&&(qe=j[Fe.charCodeAt(Et)]<<10|j[Fe.charCodeAt(Et+1)]<<4|j[Fe.charCodeAt(Et+2)]>>2,cr[nr++]=qe>>8&255,cr[nr++]=qe&255),cr}function Ue(Fe){return L[Fe>>18&63]+L[Fe>>12&63]+L[Fe>>6&63]+L[Fe&63]}function $e(Fe,qe,er){for(var ir,dr=[],cr=qe;crlr?lr:nr+cr));return ir===1?(qe=Fe[er-1],dr.push(L[qe>>2]+L[qe<<4&63]+"==")):ir===2&&(qe=(Fe[er-2]<<8)+Fe[er-1],dr.push(L[qe>>10]+L[qe>>4&63]+L[qe<<2&63]+"=")),dr.join("")}},{}],101:[function(n,$,k){/*! + */function V(cr,_r){if(cr===_r)return 0;for(var hr=cr.length,Er=_r.length,kr=0,xr=Math.min(hr,Er);kr=0){var vr=kr.indexOf(` +`,yr+1);kr=kr.substring(vr+1)}this.stack=kr}}},re.inherits(Ie.AssertionError,Error);function he(cr,_r){return typeof cr=="string"?cr.length<_r?cr:cr.slice(0,_r):cr}function Ne(cr){if(ue||!re.isFunction(cr))return re.inspect(cr);var _r=Ce(cr),hr=_r?": "+_r:"";return"[Function"+hr+"]"}function Fe(cr){return he(Ne(cr.actual),128)+" "+cr.operator+" "+he(Ne(cr.expected),128)}function Ue(cr,_r,hr,Er,kr){throw new Ie.AssertionError({message:hr,actual:cr,expected:_r,operator:Er,stackStartFunction:kr})}Ie.fail=Ue;function kt(cr,_r){cr||Ue(cr,!0,_r,"==",Ie.ok)}Ie.ok=kt,Ie.equal=function(_r,hr,Er){_r!=hr&&Ue(_r,hr,Er,"==",Ie.equal)},Ie.notEqual=function(_r,hr,Er){_r==hr&&Ue(_r,hr,Er,"!=",Ie.notEqual)},Ie.deepEqual=function(_r,hr,Er){Et(_r,hr,!1)||Ue(_r,hr,Er,"deepEqual",Ie.deepEqual)},Ie.deepStrictEqual=function(_r,hr,Er){Et(_r,hr,!0)||Ue(_r,hr,Er,"deepStrictEqual",Ie.deepStrictEqual)};function Et(cr,_r,hr,Er){if(cr===_r)return!0;if(z(cr)&&z(_r))return V(cr,_r)===0;if(re.isDate(cr)&&re.isDate(_r))return cr.getTime()===_r.getTime();if(re.isRegExp(cr)&&re.isRegExp(_r))return cr.source===_r.source&&cr.global===_r.global&&cr.multiline===_r.multiline&&cr.lastIndex===_r.lastIndex&&cr.ignoreCase===_r.ignoreCase;if((cr===null||typeof cr!="object")&&(_r===null||typeof _r!="object"))return hr?cr===_r:cr==_r;if(pe(cr)&&pe(_r)&&de(cr)===de(_r)&&!(cr instanceof Float32Array||cr instanceof Float64Array))return V(new Uint8Array(cr.buffer),new Uint8Array(_r.buffer))===0;if(z(cr)!==z(_r))return!1;Er=Er||{actual:[],expected:[]};var kr=Er.actual.indexOf(cr);return kr!==-1&&kr===Er.expected.indexOf(_r)?!0:(Er.actual.push(cr),Er.expected.push(_r),qe(cr,_r,hr,Er))}function Ve(cr){return Object.prototype.toString.call(cr)=="[object Arguments]"}function qe(cr,_r,hr,Er){if(cr==null||_r===null||_r===void 0)return!1;if(re.isPrimitive(cr)||re.isPrimitive(_r))return cr===_r;if(hr&&Object.getPrototypeOf(cr)!==Object.getPrototypeOf(_r))return!1;var kr=Ve(cr),xr=Ve(_r);if(kr&&!xr||!kr&&xr)return!1;if(kr)return cr=oe.call(cr),_r=oe.call(_r),Et(cr,_r,hr);var yr=ur(cr),vr=ur(_r),Rr,Br;if(yr.length!==vr.length)return!1;for(yr.sort(),vr.sort(),Br=yr.length-1;Br>=0;Br--)if(yr[Br]!==vr[Br])return!1;for(Br=yr.length-1;Br>=0;Br--)if(Rr=yr[Br],!Et(cr[Rr],_r[Rr],hr,Er))return!1;return!0}Ie.notDeepEqual=function(_r,hr,Er){Et(_r,hr,!1)&&Ue(_r,hr,Er,"notDeepEqual",Ie.notDeepEqual)},Ie.notDeepStrictEqual=jt;function jt(cr,_r,hr){Et(cr,_r,!0)&&Ue(cr,_r,hr,"notDeepStrictEqual",jt)}Ie.strictEqual=function(_r,hr,Er){_r!==hr&&Ue(_r,hr,Er,"===",Ie.strictEqual)},Ie.notStrictEqual=function(_r,hr,Er){_r===hr&&Ue(_r,hr,Er,"!==",Ie.notStrictEqual)};function tr(cr,_r){if(!cr||!_r)return!1;if(Object.prototype.toString.call(_r)=="[object RegExp]")return _r.test(cr);try{if(cr instanceof _r)return!0}catch{}return Error.isPrototypeOf(_r)?!1:_r.call({},cr)===!0}function rr(cr){var _r;try{cr()}catch(hr){_r=hr}return _r}function ar(cr,_r,hr,Er){var kr;if(typeof _r!="function")throw new TypeError('"block" argument must be a function');typeof hr=="string"&&(Er=hr,hr=null),kr=rr(_r),Er=(hr&&hr.name?" ("+hr.name+").":".")+(Er?" "+Er:"."),cr&&!kr&&Ue(kr,hr,"Missing expected exception"+Er);var xr=typeof Er=="string",yr=!cr&&re.isError(kr),vr=!cr&&kr&&!hr;if((yr&&xr&&tr(kr,hr)||vr)&&Ue(kr,hr,"Got unwanted exception"+Er),cr&&kr&&hr&&!tr(kr,hr)||!cr&&kr)throw kr}Ie.throws=function(cr,_r,hr){ar(!0,cr,_r,hr)},Ie.doesNotThrow=function(cr,_r,hr){ar(!1,cr,_r,hr)},Ie.ifError=function(cr){if(cr)throw cr};function nr(cr,_r){cr||Ue(cr,!0,_r,"==",nr)}Ie.strict=j(nr,Ie,{equal:Ie.strictEqual,deepEqual:Ie.deepStrictEqual,notEqual:Ie.notStrictEqual,notDeepEqual:Ie.notDeepStrictEqual}),Ie.strict.strict=Ie.strict;var ur=Object.keys||function(cr){var _r=[];for(var hr in cr)ie.call(cr,hr)&&_r.push(hr);return _r}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"object.assign/polyfill":440,"util/":98}],96:[function(n,k,L){typeof Object.create=="function"?k.exports=function(j,V){j.super_=V,j.prototype=Object.create(V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}})}:k.exports=function(j,V){j.super_=V;var z=function(){};z.prototype=V.prototype,j.prototype=new z,j.prototype.constructor=j}},{}],97:[function(n,k,L){k.exports=function(j){return j&&typeof j=="object"&&typeof j.copy=="function"&&typeof j.fill=="function"&&typeof j.readUInt8=="function"}},{}],98:[function(n,k,L){(function($,j){(function(){var V=/%[sdj%]/g;L.format=function(vr){if(!qe(vr)){for(var Rr=[],Br=0;Br=gr)return Ur;switch(Ur){case"%s":return String(mr[Br++]);case"%d":return Number(mr[Br++]);case"%j":try{return JSON.stringify(mr[Br++])}catch{return"[Circular]"}default:return Ur}}),Hr=mr[Br];Br=3&&(Br.depth=arguments[2]),arguments.length>=4&&(Br.colors=arguments[3]),Ue(Rr)?Br.showHidden=Rr:Rr&&L._extend(Br,Rr),tr(Br.showHidden)&&(Br.showHidden=!1),tr(Br.depth)&&(Br.depth=2),tr(Br.colors)&&(Br.colors=!1),tr(Br.customInspect)&&(Br.customInspect=!0),Br.colors&&(Br.stylize=oe),pe(Br,vr,Br.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,Rr){var Br=ie.styles[Rr];return Br?"\x1B["+ie.colors[Br][0]+"m"+vr+"\x1B["+ie.colors[Br][1]+"m":vr}function ue(vr,Rr){return vr}function de(vr){var Rr={};return vr.forEach(function(Br,mr){Rr[Br]=!0}),Rr}function pe(vr,Rr,Br){if(vr.customInspect&&Rr&&cr(Rr.inspect)&&Rr.inspect!==L.inspect&&!(Rr.constructor&&Rr.constructor.prototype===Rr)){var mr=Rr.inspect(Br,vr);return qe(mr)||(mr=pe(vr,mr,Br)),mr}var gr=Ie(vr,Rr);if(gr)return gr;var jr=Object.keys(Rr),Hr=de(jr);if(vr.showHidden&&(jr=Object.getOwnPropertyNames(Rr)),ur(Rr)&&(jr.indexOf("message")>=0||jr.indexOf("description")>=0))return _e(Rr);if(jr.length===0){if(cr(Rr)){var Ur=Rr.name?": "+Rr.name:"";return vr.stylize("[Function"+Ur+"]","special")}if(rr(Rr))return vr.stylize(RegExp.prototype.toString.call(Rr),"regexp");if(nr(Rr))return vr.stylize(Date.prototype.toString.call(Rr),"date");if(ur(Rr))return _e(Rr)}var zr="",Sr=!1,Tr=["{","}"];if(Fe(Rr)&&(Sr=!0,Tr=["[","]"]),cr(Rr)){var Mr=Rr.name?": "+Rr.name:"";zr=" [Function"+Mr+"]"}if(rr(Rr)&&(zr=" "+RegExp.prototype.toString.call(Rr)),nr(Rr)&&(zr=" "+Date.prototype.toUTCString.call(Rr)),ur(Rr)&&(zr=" "+_e(Rr)),jr.length===0&&(!Sr||Rr.length==0))return Tr[0]+zr+Tr[1];if(Br<0)return rr(Rr)?vr.stylize(RegExp.prototype.toString.call(Rr),"regexp"):vr.stylize("[Object]","special");vr.seen.push(Rr);var br;return Sr?br=Ce(vr,Rr,Br,Hr,jr):br=jr.map(function(Cr){return he(vr,Rr,Br,Hr,Cr,Sr)}),vr.seen.pop(),Ne(br,zr,Tr)}function Ie(vr,Rr){if(tr(Rr))return vr.stylize("undefined","undefined");if(qe(Rr)){var Br="'"+JSON.stringify(Rr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return vr.stylize(Br,"string")}if(Ve(Rr))return vr.stylize(""+Rr,"number");if(Ue(Rr))return vr.stylize(""+Rr,"boolean");if(kt(Rr))return vr.stylize("null","null")}function _e(vr){return"["+Error.prototype.toString.call(vr)+"]"}function Ce(vr,Rr,Br,mr,gr){for(var jr=[],Hr=0,Ur=Rr.length;Hr-1&&(jr?Ur=Ur.split(` +`).map(function(Sr){return" "+Sr}).join(` +`).substr(2):Ur=` +`+Ur.split(` +`).map(function(Sr){return" "+Sr}).join(` +`))):Ur=vr.stylize("[Circular]","special")),tr(Hr)){if(jr&&gr.match(/^\d+$/))return Ur;Hr=JSON.stringify(""+gr),Hr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Hr=Hr.substr(1,Hr.length-2),Hr=vr.stylize(Hr,"name")):(Hr=Hr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Hr=vr.stylize(Hr,"string"))}return Hr+": "+Ur}function Ne(vr,Rr,Br){var mr=vr.reduce(function(gr,jr){return jr.indexOf(` +`)>=0,gr+jr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return mr>60?Br[0]+(Rr===""?"":Rr+` + `)+" "+vr.join(`, + `)+" "+Br[1]:Br[0]+Rr+" "+vr.join(", ")+" "+Br[1]}function Fe(vr){return Array.isArray(vr)}L.isArray=Fe;function Ue(vr){return typeof vr=="boolean"}L.isBoolean=Ue;function kt(vr){return vr===null}L.isNull=kt;function Et(vr){return vr==null}L.isNullOrUndefined=Et;function Ve(vr){return typeof vr=="number"}L.isNumber=Ve;function qe(vr){return typeof vr=="string"}L.isString=qe;function jt(vr){return typeof vr=="symbol"}L.isSymbol=jt;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 _r(vr){return vr===null||typeof vr=="boolean"||typeof vr=="number"||typeof vr=="string"||typeof vr=="symbol"||typeof vr>"u"}L.isPrimitive=_r,L.isBuffer=n("./support/isBuffer");function hr(vr){return Object.prototype.toString.call(vr)}function Er(vr){return vr<10?"0"+vr.toString(10):vr.toString(10)}var kr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function xr(){var vr=new Date,Rr=[Er(vr.getHours()),Er(vr.getMinutes()),Er(vr.getSeconds())].join(":");return[vr.getDate(),kr[vr.getMonth()],Rr].join(" ")}L.log=function(){console.log("%s - %s",xr(),L.format.apply(L,arguments))},L.inherits=n("inherits"),L._extend=function(vr,Rr){if(!Rr||!ar(Rr))return vr;for(var Br=Object.keys(Rr),mr=Br.length;mr--;)vr[Br[mr]]=Rr[Br[mr]];return vr};function yr(vr,Rr){return Object.prototype.hasOwnProperty.call(vr,Rr)}}).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;ie0)throw new Error("Invalid string. Length must be a multiple of 4");var Fe=he.indexOf("=");Fe===-1&&(Fe=Ne);var Ue=Fe===Ne?0:4-Fe%4;return[Fe,Ue]}function ue(he){var Ne=oe(he),Fe=Ne[0],Ue=Ne[1];return(Fe+Ue)*3/4-Ue}function de(he,Ne,Fe){return(Ne+Fe)*3/4-Fe}function pe(he){var Ne,Fe=oe(he),Ue=Fe[0],kt=Fe[1],Et=new V(de(he,Ue,kt)),Ve=0,qe=kt>0?Ue-4:Ue,jt;for(jt=0;jt>16&255,Et[Ve++]=Ne>>8&255,Et[Ve++]=Ne&255;return kt===2&&(Ne=j[he.charCodeAt(jt)]<<2|j[he.charCodeAt(jt+1)]>>4,Et[Ve++]=Ne&255),kt===1&&(Ne=j[he.charCodeAt(jt)]<<10|j[he.charCodeAt(jt+1)]<<4|j[he.charCodeAt(jt+2)]>>2,Et[Ve++]=Ne>>8&255,Et[Ve++]=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 Ue,kt=[],Et=Ne;Etqe?qe:Ve+Et));return Ue===1?(Ne=he[Fe-1],kt.push($[Ne>>2]+$[Ne<<4&63]+"==")):Ue===2&&(Ne=(he[Fe-2]<<8)+he[Fe-1],kt.push($[Ne>>10]+$[Ne>>4&63]+$[Ne<<2&63]+"=")),kt.join("")}},{}],101:[function(n,k,L){/*! * Bowser - a browser detector * https://github.com/ded/bowser * MIT License | (c) Dustin Diaz 2015 - */(function(L,j,V){typeof $<"u"&&$.exports?$.exports=V():L[j]=V()})(this,"bowser",function(){var L=!0;function j(_e){function Ne(yr){var xr=_e.match(yr);return xr&&xr.length>1&&xr[1]||""}function Ue(yr){var xr=_e.match(yr);return xr&&xr.length>1&&xr[2]||""}var $e=Ne(/(ipod|iphone|ipad)/i).toLowerCase(),Ve=/like android/i.test(_e),Fe=!Ve&&/android/i.test(_e),qe=/nexus\s*[0-6]\s*/i.test(_e),er=!qe&&/nexus\s*[0-9]+/i.test(_e),ir=/CrOS/.test(_e),dr=/silk/i.test(_e),cr=/sailfish/i.test(_e),nr=/tizen/i.test(_e),lr=/(web|hpw)(o|0)s/i.test(_e),Et=/windows phone/i.test(_e),ie=!Et&&/windows/i.test(_e),pe=!$e&&!dr&&/macintosh/i.test(_e),Ce=!Fe&&!cr&&!nr&&!lr&&/linux/i.test(_e),Ie=Ue(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),jt=Ne(/version\/(\d+(\.\d+)?)/i),ar=/tablet/i.test(_e)&&!/tablet pc/i.test(_e),ur=!ar&&/[^-]mobi/i.test(_e),kt=/xbox/i.test(_e),he;/opera/i.test(_e)?he={name:"Opera",opera:L,version:jt||Ne(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(_e)?he={name:"Opera",opera:L,version:Ne(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||jt}:/SamsungBrowser/i.test(_e)?he={name:"Samsung Internet for Android",samsungBrowser:L,version:jt||Ne(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(_e)?he={name:"NAVER Whale browser",whale:L,version:Ne(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(_e)?he={name:"MZ Browser",mzbrowser:L,version:Ne(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(_e)?he={name:"Opera Coast",coast:L,version:jt||Ne(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(_e)?he={name:"Focus",focus:L,version:Ne(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(_e)?he={name:"Yandex Browser",yandexbrowser:L,version:jt||Ne(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(_e)?he={name:"UC Browser",ucbrowser:L,version:Ne(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(_e)?he={name:"Maxthon",maxthon:L,version:Ne(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(_e)?he={name:"Epiphany",epiphany:L,version:Ne(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(_e)?he={name:"Puffin",puffin:L,version:Ne(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(_e)?he={name:"Sleipnir",sleipnir:L,version:Ne(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(_e)?he={name:"K-Meleon",kMeleon:L,version:Ne(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:Et?(he={name:"Windows Phone",osname:"Windows Phone",windowsphone:L},Ie?(he.msedge=L,he.version=Ie):(he.msie=L,he.version=Ne(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(_e)?he={name:"Internet Explorer",msie:L,version:Ne(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:ir?he={name:"Chrome",osname:"Chrome OS",chromeos:L,chromeBook:L,chrome:L,version:Ne(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(_e)?he={name:"Microsoft Edge",msedge:L,version:Ie}:/vivaldi/i.test(_e)?he={name:"Vivaldi",vivaldi:L,version:Ne(/vivaldi\/(\d+(\.\d+)?)/i)||jt}:cr?he={name:"Sailfish",osname:"Sailfish OS",sailfish:L,version:Ne(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(_e)?he={name:"SeaMonkey",seamonkey:L,version:Ne(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(_e)?(he={name:"Firefox",firefox:L,version:Ne(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(_e)&&(he.firefoxos=L,he.osname="Firefox OS")):dr?he={name:"Amazon Silk",silk:L,version:Ne(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(_e)?he={name:"PhantomJS",phantom:L,version:Ne(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(_e)?he={name:"SlimerJS",slimer:L,version:Ne(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(_e)||/rim\stablet/i.test(_e)?he={name:"BlackBerry",osname:"BlackBerry OS",blackberry:L,version:jt||Ne(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:lr?(he={name:"WebOS",osname:"WebOS",webos:L,version:jt||Ne(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(_e)&&(he.touchpad=L)):/bada/i.test(_e)?he={name:"Bada",osname:"Bada",bada:L,version:Ne(/dolfin\/(\d+(\.\d+)?)/i)}:nr?he={name:"Tizen",osname:"Tizen",tizen:L,version:Ne(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||jt}:/qupzilla/i.test(_e)?he={name:"QupZilla",qupzilla:L,version:Ne(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||jt}:/chromium/i.test(_e)?he={name:"Chromium",chromium:L,version:Ne(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||jt}:/chrome|crios|crmo/i.test(_e)?he={name:"Chrome",chrome:L,version:Ne(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:Fe?he={name:"Android",version:jt}:/safari|applewebkit/i.test(_e)?(he={name:"Safari",safari:L},jt&&(he.version=jt)):$e?(he={name:$e=="iphone"?"iPhone":$e=="ipad"?"iPad":"iPod"},jt&&(he.version=jt)):/googlebot/i.test(_e)?he={name:"Googlebot",googlebot:L,version:Ne(/googlebot\/(\d+(\.\d+))/i)||jt}:he={name:Ne(/^(.*)\/(.*) /),version:Ue(/^(.*)\/(.*) /)},!he.msedge&&/(apple)?webkit/i.test(_e)?(/(apple)?webkit\/537\.36/i.test(_e)?(he.name=he.name||"Blink",he.blink=L):(he.name=he.name||"Webkit",he.webkit=L),!he.version&&jt&&(he.version=jt)):!he.opera&&/gecko\//i.test(_e)&&(he.name=he.name||"Gecko",he.gecko=L,he.version=he.version||Ne(/gecko\/(\d+(\.\d+)?)/i)),!he.windowsphone&&(Fe||he.silk)?(he.android=L,he.osname="Android"):!he.windowsphone&&$e?(he[$e]=L,he.ios=L,he.osname="iOS"):pe?(he.mac=L,he.osname="macOS"):kt?(he.xbox=L,he.osname="Xbox"):ie?(he.windows=L,he.osname="Windows"):Ce&&(he.linux=L,he.osname="Linux");function tr(yr){switch(yr){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}var gr="";he.windows?gr=tr(Ne(/Windows ((NT|XP)( \d\d?.\d)?)/i)):he.windowsphone?gr=Ne(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):he.mac?(gr=Ne(/Mac OS X (\d+([_\.\s]\d+)*)/i),gr=gr.replace(/[_\s]/g,".")):$e?(gr=Ne(/os (\d+([_\s]\d+)*) like mac os x/i),gr=gr.replace(/[_\s]/g,".")):Fe?gr=Ne(/android[ \/-](\d+(\.\d+)*)/i):he.webos?gr=Ne(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):he.blackberry?gr=Ne(/rim\stablet\sos\s(\d+(\.\d+)*)/i):he.bada?gr=Ne(/bada\/(\d+(\.\d+)*)/i):he.tizen&&(gr=Ne(/tizen[\/\s](\d+(\.\d+)*)/i)),gr&&(he.osversion=gr);var _r=!he.windows&&gr.split(".")[0];return ar||er||$e=="ipad"||Fe&&(_r==3||_r>=4&&!ur)||he.silk?he.tablet=L:(ur||$e=="iphone"||$e=="ipod"||Fe||qe||he.blackberry||he.webos||he.bada)&&(he.mobile=L),he.msedge||he.msie&&he.version>=10||he.yandexbrowser&&he.version>=15||he.vivaldi&&he.version>=1||he.chrome&&he.version>=20||he.samsungBrowser&&he.version>=4||he.whale&&oe([he.version,"1.0"])===1||he.mzbrowser&&oe([he.version,"6.0"])===1||he.focus&&oe([he.version,"1.0"])===1||he.firefox&&he.version>=20||he.safari&&he.version>=6||he.opera&&he.version>=10||he.ios&&he.osversion&&he.osversion.split(".")[0]>=6||he.blackberry&&he.version>=10.1||he.chromium&&he.version>=20?he.a=L:he.msie&&he.version<10||he.chrome&&he.version<20||he.firefox&&he.version<20||he.safari&&he.version<6||he.opera&&he.version<10||he.ios&&he.osversion&&he.osversion.split(".")[0]<6||he.chromium&&he.version<20?he.c=L:he.x=L,he}var V=j(typeof navigator<"u"&&navigator.userAgent||"");V.test=function(_e){for(var Ne=0;Ne<_e.length;++Ne){var Ue=_e[Ne];if(typeof Ue=="string"&&Ue in V)return!0}return!1};function z(_e){return _e.split(".").length}function re(_e,Ne){var Ue=[],$e;if(Array.prototype.map)return Array.prototype.map.call(_e,Ne);for($e=0;$e<_e.length;$e++)Ue.push(Ne(_e[$e]));return Ue}function oe(_e){for(var Ne=Math.max(z(_e[0]),z(_e[1])),Ue=re(_e,function($e){var Ve=Ne-z($e);return $e=$e+new Array(Ve+1).join(".0"),re($e.split("."),function(Fe){return new Array(20-Fe.length).join("0")+Fe}).reverse()});--Ne>=0;){if(Ue[0][Ne]>Ue[1][Ne])return 1;if(Ue[0][Ne]===Ue[1][Ne]){if(Ne===0)return 0}else return-1}}function ue(_e,Ne,Ue){var $e=V;typeof Ne=="string"&&(Ue=Ne,Ne=void 0),Ne===void 0&&(Ne=!1),Ue&&($e=j(Ue));var Ve=""+$e.version;for(var Fe in _e)if(_e.hasOwnProperty(Fe)&&$e[Fe]){if(typeof _e[Fe]!="string")throw new Error("Browser version in the minVersion map should be a string: "+Fe+": "+String(_e));return oe([Ve,_e[Fe]])<0}return Ne}function de(_e,Ne,Ue){return!ue(_e,Ne,Ue)}return V.isUnsupportedBrowser=ue,V.compareVersions=oe,V.check=de,V._detect=j,V.detect=j,V})},{}],102:[function(n,$,k){},{}],103:[function(n,$,k){(function(L){(function(){var j=n("base64-js"),V=n("ieee754");k.Buffer=ue,k.SlowBuffer=ir,k.INSPECT_MAX_BYTES=50;var z=2147483647;k.kMaxLength=z,ue.TYPED_ARRAY_SUPPORT=re(),!ue.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function re(){try{var Kr=new Uint8Array(1);return Kr.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},Kr.foo()===42}catch{return!1}}Object.defineProperty(ue.prototype,"parent",{enumerable:!0,get:function(){if(ue.isBuffer(this))return this.buffer}}),Object.defineProperty(ue.prototype,"offset",{enumerable:!0,get:function(){if(ue.isBuffer(this))return this.byteOffset}});function oe(Kr){if(Kr>z)throw new RangeError('The value "'+Kr+'" is invalid for option "size"');var kr=new Uint8Array(Kr);return kr.__proto__=ue.prototype,kr}function ue(Kr,kr,Qr){if(typeof Kr=="number"){if(typeof kr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ue(Kr)}return de(Kr,kr,Qr)}typeof Symbol<"u"&&Symbol.species!=null&&ue[Symbol.species]===ue&&Object.defineProperty(ue,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),ue.poolSize=8192;function de(Kr,kr,Qr){if(typeof Kr=="string")return $e(Kr,kr);if(ArrayBuffer.isView(Kr))return Ve(Kr);if(Kr==null)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kr);if(jr(Kr,ArrayBuffer)||Kr&&jr(Kr.buffer,ArrayBuffer))return Fe(Kr,kr,Qr);if(typeof Kr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var Zr=Kr.valueOf&&Kr.valueOf();if(Zr!=null&&Zr!==Kr)return ue.from(Zr,kr,Qr);var Vi=qe(Kr);if(Vi)return Vi;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Kr[Symbol.toPrimitive]=="function")return ue.from(Kr[Symbol.toPrimitive]("string"),kr,Qr);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kr)}ue.from=function(Kr,kr,Qr){return de(Kr,kr,Qr)},ue.prototype.__proto__=Uint8Array.prototype,ue.__proto__=Uint8Array;function _e(Kr){if(typeof Kr!="number")throw new TypeError('"size" argument must be of type number');if(Kr<0)throw new RangeError('The value "'+Kr+'" is invalid for option "size"')}function Ne(Kr,kr,Qr){return _e(Kr),Kr<=0?oe(Kr):kr!==void 0?typeof Qr=="string"?oe(Kr).fill(kr,Qr):oe(Kr).fill(kr):oe(Kr)}ue.alloc=function(Kr,kr,Qr){return Ne(Kr,kr,Qr)};function Ue(Kr){return _e(Kr),oe(Kr<0?0:er(Kr)|0)}ue.allocUnsafe=function(Kr){return Ue(Kr)},ue.allocUnsafeSlow=function(Kr){return Ue(Kr)};function $e(Kr,kr){if((typeof kr!="string"||kr==="")&&(kr="utf8"),!ue.isEncoding(kr))throw new TypeError("Unknown encoding: "+kr);var Qr=dr(Kr,kr)|0,Zr=oe(Qr),Vi=Zr.write(Kr,kr);return Vi!==Qr&&(Zr=Zr.slice(0,Vi)),Zr}function Ve(Kr){for(var kr=Kr.length<0?0:er(Kr.length)|0,Qr=oe(kr),Zr=0;Zr=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return Kr|0}function ir(Kr){return+Kr!=Kr&&(Kr=0),ue.alloc(+Kr)}ue.isBuffer=function(kr){return kr!=null&&kr._isBuffer===!0&&kr!==ue.prototype},ue.compare=function(kr,Qr){if(jr(kr,Uint8Array)&&(kr=ue.from(kr,kr.offset,kr.byteLength)),jr(Qr,Uint8Array)&&(Qr=ue.from(Qr,Qr.offset,Qr.byteLength)),!ue.isBuffer(kr)||!ue.isBuffer(Qr))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(kr===Qr)return 0;for(var Zr=kr.length,Vi=Qr.length,To=0,oa=Math.min(Zr,Vi);To2&&arguments[2]===!0;if(!Zr&&Qr===0)return 0;for(var Vi=!1;;)switch(kr){case"ascii":case"latin1":case"binary":return Qr;case"utf8":case"utf-8":return Ir(Kr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Qr*2;case"hex":return Qr>>>1;case"base64":return Lr(Kr).length;default:if(Vi)return Zr?-1:Ir(Kr).length;kr=(""+kr).toLowerCase(),Vi=!0}}ue.byteLength=dr;function cr(Kr,kr,Qr){var Zr=!1;if((kr===void 0||kr<0)&&(kr=0),kr>this.length||((Qr===void 0||Qr>this.length)&&(Qr=this.length),Qr<=0)||(Qr>>>=0,kr>>>=0,Qr<=kr))return"";for(Kr||(Kr="utf8");;)switch(Kr){case"hex":return yr(this,kr,Qr);case"utf8":case"utf-8":return kt(this,kr,Qr);case"ascii":return gr(this,kr,Qr);case"latin1":case"binary":return _r(this,kr,Qr);case"base64":return ur(this,kr,Qr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xr(this,kr,Qr);default:if(Zr)throw new TypeError("Unknown encoding: "+Kr);Kr=(Kr+"").toLowerCase(),Zr=!0}}ue.prototype._isBuffer=!0;function nr(Kr,kr,Qr){var Zr=Kr[kr];Kr[kr]=Kr[Qr],Kr[Qr]=Zr}ue.prototype.swap16=function(){var kr=this.length;if(kr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Qr=0;QrQr&&(kr+=" ... "),""},ue.prototype.compare=function(kr,Qr,Zr,Vi,To){if(jr(kr,Uint8Array)&&(kr=ue.from(kr,kr.offset,kr.byteLength)),!ue.isBuffer(kr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof kr);if(Qr===void 0&&(Qr=0),Zr===void 0&&(Zr=kr?kr.length:0),Vi===void 0&&(Vi=0),To===void 0&&(To=this.length),Qr<0||Zr>kr.length||Vi<0||To>this.length)throw new RangeError("out of range index");if(Vi>=To&&Qr>=Zr)return 0;if(Vi>=To)return-1;if(Qr>=Zr)return 1;if(Qr>>>=0,Zr>>>=0,Vi>>>=0,To>>>=0,this===kr)return 0;for(var oa=To-Vi,Ba=Zr-Qr,rs=Math.min(oa,Ba),Mn=this.slice(Vi,To),Wr=kr.slice(Qr,Zr),Ur=0;Ur2147483647?Qr=2147483647:Qr<-2147483648&&(Qr=-2147483648),Qr=+Qr,vn(Qr)&&(Qr=Vi?0:Kr.length-1),Qr<0&&(Qr=Kr.length+Qr),Qr>=Kr.length){if(Vi)return-1;Qr=Kr.length-1}else if(Qr<0)if(Vi)Qr=0;else return-1;if(typeof kr=="string"&&(kr=ue.from(kr,Zr)),ue.isBuffer(kr))return kr.length===0?-1:Et(Kr,kr,Qr,Zr,Vi);if(typeof kr=="number")return kr=kr&255,typeof Uint8Array.prototype.indexOf=="function"?Vi?Uint8Array.prototype.indexOf.call(Kr,kr,Qr):Uint8Array.prototype.lastIndexOf.call(Kr,kr,Qr):Et(Kr,[kr],Qr,Zr,Vi);throw new TypeError("val must be string, number or Buffer")}function Et(Kr,kr,Qr,Zr,Vi){var To=1,oa=Kr.length,Ba=kr.length;if(Zr!==void 0&&(Zr=String(Zr).toLowerCase(),Zr==="ucs2"||Zr==="ucs-2"||Zr==="utf16le"||Zr==="utf-16le")){if(Kr.length<2||kr.length<2)return-1;To=2,oa/=2,Ba/=2,Qr/=2}function rs(Nn,Sa){return To===1?Nn[Sa]:Nn.readUInt16BE(Sa*To)}var Mn;if(Vi){var Wr=-1;for(Mn=Qr;Mnoa&&(Qr=oa-Ba),Mn=Qr;Mn>=0;Mn--){for(var Ur=!0,Sn=0;SnVi&&(Zr=Vi)):Zr=Vi;var To=kr.length;Zr>To/2&&(Zr=To/2);for(var oa=0;oa>>0,isFinite(Zr)?(Zr=Zr>>>0,Vi===void 0&&(Vi="utf8")):(Vi=Zr,Zr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var To=this.length-Qr;if((Zr===void 0||Zr>To)&&(Zr=To),kr.length>0&&(Zr<0||Qr<0)||Qr>this.length)throw new RangeError("Attempt to write outside buffer bounds");Vi||(Vi="utf8");for(var oa=!1;;)switch(Vi){case"hex":return ie(this,kr,Qr,Zr);case"utf8":case"utf-8":return pe(this,kr,Qr,Zr);case"ascii":return Ce(this,kr,Qr,Zr);case"latin1":case"binary":return Ie(this,kr,Qr,Zr);case"base64":return jt(this,kr,Qr,Zr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ar(this,kr,Qr,Zr);default:if(oa)throw new TypeError("Unknown encoding: "+Vi);Vi=(""+Vi).toLowerCase(),oa=!0}},ue.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ur(Kr,kr,Qr){return kr===0&&Qr===Kr.length?j.fromByteArray(Kr):j.fromByteArray(Kr.slice(kr,Qr))}function kt(Kr,kr,Qr){Qr=Math.min(Kr.length,Qr);for(var Zr=[],Vi=kr;Vi239?4:To>223?3:To>191?2:1;if(Vi+Ba<=Qr){var rs,Mn,Wr,Ur;switch(Ba){case 1:To<128&&(oa=To);break;case 2:rs=Kr[Vi+1],(rs&192)===128&&(Ur=(To&31)<<6|rs&63,Ur>127&&(oa=Ur));break;case 3:rs=Kr[Vi+1],Mn=Kr[Vi+2],(rs&192)===128&&(Mn&192)===128&&(Ur=(To&15)<<12|(rs&63)<<6|Mn&63,Ur>2047&&(Ur<55296||Ur>57343)&&(oa=Ur));break;case 4:rs=Kr[Vi+1],Mn=Kr[Vi+2],Wr=Kr[Vi+3],(rs&192)===128&&(Mn&192)===128&&(Wr&192)===128&&(Ur=(To&15)<<18|(rs&63)<<12|(Mn&63)<<6|Wr&63,Ur>65535&&Ur<1114112&&(oa=Ur))}}oa===null?(oa=65533,Ba=1):oa>65535&&(oa-=65536,Zr.push(oa>>>10&1023|55296),oa=56320|oa&1023),Zr.push(oa),Vi+=Ba}return tr(Zr)}var he=4096;function tr(Kr){var kr=Kr.length;if(kr<=he)return String.fromCharCode.apply(String,Kr);for(var Qr="",Zr=0;ZrZr)&&(Qr=Zr);for(var Vi="",To=kr;ToZr&&(kr=Zr),Qr<0?(Qr+=Zr,Qr<0&&(Qr=0)):Qr>Zr&&(Qr=Zr),QrQr)throw new RangeError("Trying to access beyond buffer length")}ue.prototype.readUIntLE=function(kr,Qr,Zr){kr=kr>>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=this[kr],To=1,oa=0;++oa>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=this[kr+--Qr],To=1;Qr>0&&(To*=256);)Vi+=this[kr+--Qr]*To;return Vi},ue.prototype.readUInt8=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,1,this.length),this[kr]},ue.prototype.readUInt16LE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,2,this.length),this[kr]|this[kr+1]<<8},ue.prototype.readUInt16BE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,2,this.length),this[kr]<<8|this[kr+1]},ue.prototype.readUInt32LE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),(this[kr]|this[kr+1]<<8|this[kr+2]<<16)+this[kr+3]*16777216},ue.prototype.readUInt32BE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),this[kr]*16777216+(this[kr+1]<<16|this[kr+2]<<8|this[kr+3])},ue.prototype.readIntLE=function(kr,Qr,Zr){kr=kr>>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=this[kr],To=1,oa=0;++oa=To&&(Vi-=Math.pow(2,8*Qr)),Vi},ue.prototype.readIntBE=function(kr,Qr,Zr){kr=kr>>>0,Qr=Qr>>>0,Zr||Nr(kr,Qr,this.length);for(var Vi=Qr,To=1,oa=this[kr+--Vi];Vi>0&&(To*=256);)oa+=this[kr+--Vi]*To;return To*=128,oa>=To&&(oa-=Math.pow(2,8*Qr)),oa},ue.prototype.readInt8=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,1,this.length),this[kr]&128?(255-this[kr]+1)*-1:this[kr]},ue.prototype.readInt16LE=function(kr,Qr){kr=kr>>>0,Qr||Nr(kr,2,this.length);var Zr=this[kr]|this[kr+1]<<8;return Zr&32768?Zr|4294901760:Zr},ue.prototype.readInt16BE=function(kr,Qr){kr=kr>>>0,Qr||Nr(kr,2,this.length);var Zr=this[kr+1]|this[kr]<<8;return Zr&32768?Zr|4294901760:Zr},ue.prototype.readInt32LE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),this[kr]|this[kr+1]<<8|this[kr+2]<<16|this[kr+3]<<24},ue.prototype.readInt32BE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),this[kr]<<24|this[kr+1]<<16|this[kr+2]<<8|this[kr+3]},ue.prototype.readFloatLE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),V.read(this,kr,!0,23,4)},ue.prototype.readFloatBE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,4,this.length),V.read(this,kr,!1,23,4)},ue.prototype.readDoubleLE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,8,this.length),V.read(this,kr,!0,52,8)},ue.prototype.readDoubleBE=function(kr,Qr){return kr=kr>>>0,Qr||Nr(kr,8,this.length),V.read(this,kr,!1,52,8)};function Tr(Kr,kr,Qr,Zr,Vi,To){if(!ue.isBuffer(Kr))throw new TypeError('"buffer" argument must be a Buffer instance');if(kr>Vi||krKr.length)throw new RangeError("Index out of range")}ue.prototype.writeUIntLE=function(kr,Qr,Zr,Vi){if(kr=+kr,Qr=Qr>>>0,Zr=Zr>>>0,!Vi){var To=Math.pow(2,8*Zr)-1;Tr(this,kr,Qr,Zr,To,0)}var oa=1,Ba=0;for(this[Qr]=kr&255;++Ba>>0,Zr=Zr>>>0,!Vi){var To=Math.pow(2,8*Zr)-1;Tr(this,kr,Qr,Zr,To,0)}var oa=Zr-1,Ba=1;for(this[Qr+oa]=kr&255;--oa>=0&&(Ba*=256);)this[Qr+oa]=kr/Ba&255;return Qr+Zr},ue.prototype.writeUInt8=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,1,255,0),this[Qr]=kr&255,Qr+1},ue.prototype.writeUInt16LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,65535,0),this[Qr]=kr&255,this[Qr+1]=kr>>>8,Qr+2},ue.prototype.writeUInt16BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,65535,0),this[Qr]=kr>>>8,this[Qr+1]=kr&255,Qr+2},ue.prototype.writeUInt32LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,4294967295,0),this[Qr+3]=kr>>>24,this[Qr+2]=kr>>>16,this[Qr+1]=kr>>>8,this[Qr]=kr&255,Qr+4},ue.prototype.writeUInt32BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,4294967295,0),this[Qr]=kr>>>24,this[Qr+1]=kr>>>16,this[Qr+2]=kr>>>8,this[Qr+3]=kr&255,Qr+4},ue.prototype.writeIntLE=function(kr,Qr,Zr,Vi){if(kr=+kr,Qr=Qr>>>0,!Vi){var To=Math.pow(2,8*Zr-1);Tr(this,kr,Qr,Zr,To-1,-To)}var oa=0,Ba=1,rs=0;for(this[Qr]=kr&255;++oa>0)-rs&255;return Qr+Zr},ue.prototype.writeIntBE=function(kr,Qr,Zr,Vi){if(kr=+kr,Qr=Qr>>>0,!Vi){var To=Math.pow(2,8*Zr-1);Tr(this,kr,Qr,Zr,To-1,-To)}var oa=Zr-1,Ba=1,rs=0;for(this[Qr+oa]=kr&255;--oa>=0&&(Ba*=256);)kr<0&&rs===0&&this[Qr+oa+1]!==0&&(rs=1),this[Qr+oa]=(kr/Ba>>0)-rs&255;return Qr+Zr},ue.prototype.writeInt8=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,1,127,-128),kr<0&&(kr=255+kr+1),this[Qr]=kr&255,Qr+1},ue.prototype.writeInt16LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,32767,-32768),this[Qr]=kr&255,this[Qr+1]=kr>>>8,Qr+2},ue.prototype.writeInt16BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,2,32767,-32768),this[Qr]=kr>>>8,this[Qr+1]=kr&255,Qr+2},ue.prototype.writeInt32LE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,2147483647,-2147483648),this[Qr]=kr&255,this[Qr+1]=kr>>>8,this[Qr+2]=kr>>>16,this[Qr+3]=kr>>>24,Qr+4},ue.prototype.writeInt32BE=function(kr,Qr,Zr){return kr=+kr,Qr=Qr>>>0,Zr||Tr(this,kr,Qr,4,2147483647,-2147483648),kr<0&&(kr=4294967295+kr+1),this[Qr]=kr>>>24,this[Qr+1]=kr>>>16,this[Qr+2]=kr>>>8,this[Qr+3]=kr&255,Qr+4};function Sr(Kr,kr,Qr,Zr,Vi,To){if(Qr+Zr>Kr.length)throw new RangeError("Index out of range");if(Qr<0)throw new RangeError("Index out of range")}function Ar(Kr,kr,Qr,Zr,Vi){return kr=+kr,Qr=Qr>>>0,Vi||Sr(Kr,kr,Qr,4),V.write(Kr,kr,Qr,Zr,23,4),Qr+4}ue.prototype.writeFloatLE=function(kr,Qr,Zr){return Ar(this,kr,Qr,!0,Zr)},ue.prototype.writeFloatBE=function(kr,Qr,Zr){return Ar(this,kr,Qr,!1,Zr)};function Fr(Kr,kr,Qr,Zr,Vi){return kr=+kr,Qr=Qr>>>0,Vi||Sr(Kr,kr,Qr,8),V.write(Kr,kr,Qr,Zr,52,8),Qr+8}ue.prototype.writeDoubleLE=function(kr,Qr,Zr){return Fr(this,kr,Qr,!0,Zr)},ue.prototype.writeDoubleBE=function(kr,Qr,Zr){return Fr(this,kr,Qr,!1,Zr)},ue.prototype.copy=function(kr,Qr,Zr,Vi){if(!ue.isBuffer(kr))throw new TypeError("argument should be a Buffer");if(Zr||(Zr=0),!Vi&&Vi!==0&&(Vi=this.length),Qr>=kr.length&&(Qr=kr.length),Qr||(Qr=0),Vi>0&&Vi=this.length)throw new RangeError("Index out of range");if(Vi<0)throw new RangeError("sourceEnd out of bounds");Vi>this.length&&(Vi=this.length),kr.length-Qr=0;--oa)kr[oa+Qr]=this[oa+Zr];else Uint8Array.prototype.set.call(kr,this.subarray(Zr,Vi),Qr);return To},ue.prototype.fill=function(kr,Qr,Zr,Vi){if(typeof kr=="string"){if(typeof Qr=="string"?(Vi=Qr,Qr=0,Zr=this.length):typeof Zr=="string"&&(Vi=Zr,Zr=this.length),Vi!==void 0&&typeof Vi!="string")throw new TypeError("encoding must be a string");if(typeof Vi=="string"&&!ue.isEncoding(Vi))throw new TypeError("Unknown encoding: "+Vi);if(kr.length===1){var To=kr.charCodeAt(0);(Vi==="utf8"&&To<128||Vi==="latin1")&&(kr=To)}}else typeof kr=="number"&&(kr=kr&255);if(Qr<0||this.length>>0,Zr=Zr===void 0?this.length:Zr>>>0,kr||(kr=0);var oa;if(typeof kr=="number")for(oa=Qr;oa55295&&Qr<57344){if(!Vi){if(Qr>56319){(kr-=3)>-1&&To.push(239,191,189);continue}else if(oa+1===Zr){(kr-=3)>-1&&To.push(239,191,189);continue}Vi=Qr;continue}if(Qr<56320){(kr-=3)>-1&&To.push(239,191,189),Vi=Qr;continue}Qr=(Vi-55296<<10|Qr-56320)+65536}else Vi&&(kr-=3)>-1&&To.push(239,191,189);if(Vi=null,Qr<128){if((kr-=1)<0)break;To.push(Qr)}else if(Qr<2048){if((kr-=2)<0)break;To.push(Qr>>6|192,Qr&63|128)}else if(Qr<65536){if((kr-=3)<0)break;To.push(Qr>>12|224,Qr>>6&63|128,Qr&63|128)}else if(Qr<1114112){if((kr-=4)<0)break;To.push(Qr>>18|240,Qr>>12&63|128,Qr>>6&63|128,Qr&63|128)}else throw new Error("Invalid code point")}return To}function Br(Kr){for(var kr=[],Qr=0;Qr>8,Vi=Qr%256,To.push(Vi),To.push(Zr);return To}function Lr(Kr){return j.toByteArray(Vr(Kr))}function $r(Kr,kr,Qr,Zr){for(var Vi=0;Vi=kr.length||Vi>=Kr.length);++Vi)kr[Vi+Qr]=Kr[Vi];return Vi}function jr(Kr,kr){return Kr instanceof kr||Kr!=null&&Kr.constructor!=null&&Kr.constructor.name!=null&&Kr.constructor.name===kr.name}function vn(Kr){return Kr!==Kr}}).call(this)}).call(this,n("buffer").Buffer)},{"base64-js":100,buffer:103,ieee754:402}],104:[function(n,$,k){$.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},{}],105:[function(n,$,k){var L=n("get-intrinsic"),j=n("./"),V=j(L("String.prototype.indexOf"));$.exports=function(re,oe){var ue=L(re,!!oe);return typeof ue=="function"&&V(re,".prototype.")>-1?j(ue):ue}},{"./":106,"get-intrinsic":392}],106:[function(n,$,k){var L=n("function-bind"),j=n("get-intrinsic"),V=n("set-function-length"),z=j("%TypeError%"),re=j("%Function.prototype.apply%"),oe=j("%Function.prototype.call%"),ue=j("%Reflect.apply%",!0)||L.call(oe,re),de=j("%Object.defineProperty%",!0),_e=j("%Math.max%");if(de)try{de({},"a",{value:1})}catch{de=null}$.exports=function($e){if(typeof $e!="function")throw new z("a function is required");var Ve=ue(L,oe,arguments);return V(Ve,1+_e(0,$e.length-(arguments.length-1)),!0)};var Ne=function(){return ue(L,re,arguments)};de?de($.exports,"apply",{value:Ne}):$.exports.apply=Ne},{"function-bind":391,"get-intrinsic":392,"set-function-length":468}],107:[function(n,$,k){var L=Array.prototype.slice;$.exports=j;function j(z,re){if(!(this instanceof j))return new j(z,re);this.src=z,this._withAccess=re}j.prototype.withAccess=function(z){return this._withAccess=z!==!1,this},j.prototype.pick=function(z){return Array.isArray(z)||(z=L.call(arguments)),z.length&&(this.keys=z),this},j.prototype.to=function(z){if(z=z||{},!this.src)return z;var re=this.keys||Object.keys(this.src);if(!this._withAccess){for(var oe=0;oe>8&255]},Lr=function(oa){return[oa&255,oa>>8&255,oa>>16&255,oa>>24&255]},$r=function(oa){return oa[3]<<24|oa[2]<<16|oa[1]<<8|oa[0]},jr=function(oa){return Dr(Fe(oa),23,4)},vn=function(oa){return Dr(oa,52,8)},Kr=function(oa,Ba,rs){ue(oa[ar],Ba,{configurable:!0,get:function(){return rs(this)[Ba]}})},kr=function(oa,Ba,rs,Mn){var Wr=tr(oa),Ur=Ve(rs),Sn=!!Mn;if(Ur+Ba>Wr.byteLength)throw new Fr(kt);var Nn=Wr.bytes,Sa=Ur+Wr.byteOffset,Li=cr(Nn,Sa,Sa+Ba);return Sn?Li:Vr(Li)},Qr=function(oa,Ba,rs,Mn,Wr,Ur){var Sn=tr(oa),Nn=Ve(rs),Sa=Mn(+Wr),Li=!!Ur;if(Nn+Ba>Sn.byteLength)throw new Fr(kt);for(var ca=Sn.bytes,fo=Nn+Sn.byteOffset,zn=0;znUr)throw new Fr("Wrong offset");if(Mn=Mn===void 0?Ur-Sn:$e(Mn),Sn+Mn>Ur)throw new Fr(ur);gr(this,{type:jt,buffer:Ba,byteLength:Mn,byteOffset:Sn,bytes:Wr.bytes}),V||(this.buffer=Ba,this.byteLength=Mn,this.byteOffset=Sn)},Tr=Nr[ar],V&&(Kr(yr,"byteLength",he),Kr(Nr,"buffer",tr),Kr(Nr,"byteLength",tr),Kr(Nr,"byteOffset",tr)),de(Tr,{getInt8:function(Ba){return kr(this,1,Ba)[0]<<24>>24},getUint8:function(Ba){return kr(this,1,Ba)[0]},getInt16:function(Ba){var rs=kr(this,2,Ba,arguments.length>1?arguments[1]:!1);return(rs[1]<<8|rs[0])<<16>>16},getUint16:function(Ba){var rs=kr(this,2,Ba,arguments.length>1?arguments[1]:!1);return rs[1]<<8|rs[0]},getInt32:function(Ba){return $r(kr(this,4,Ba,arguments.length>1?arguments[1]:!1))},getUint32:function(Ba){return $r(kr(this,4,Ba,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(Ba){return Ir(kr(this,4,Ba,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(Ba){return Ir(kr(this,8,Ba,arguments.length>1?arguments[1]:!1),52)},setInt8:function(Ba,rs){Qr(this,1,Ba,Br,rs)},setUint8:function(Ba,rs){Qr(this,1,Ba,Br,rs)},setInt16:function(Ba,rs){Qr(this,2,Ba,Rr,rs,arguments.length>2?arguments[2]:!1)},setUint16:function(Ba,rs){Qr(this,2,Ba,Rr,rs,arguments.length>2?arguments[2]:!1)},setInt32:function(Ba,rs){Qr(this,4,Ba,Lr,rs,arguments.length>2?arguments[2]:!1)},setUint32:function(Ba,rs){Qr(this,4,Ba,Lr,rs,arguments.length>2?arguments[2]:!1)},setFloat32:function(Ba,rs){Qr(this,4,Ba,jr,rs,arguments.length>2?arguments[2]:!1)},setFloat64:function(Ba,rs){Qr(this,8,Ba,vn,rs,arguments.length>2?arguments[2]:!1)}});else{var Zr=pe&&_r.name!==Ie;!_e(function(){_r(1)})||!_e(function(){new _r(-1)})||_e(function(){return new _r,new _r(1.5),new _r(NaN),_r.length!==1||Zr&&!Ce})?(yr=function(Ba){return Ne(this,xr),nr(new _r(Ve(Ba)),this,yr)},yr[ar]=xr,xr.constructor=yr,lr(yr,_r)):Zr&&Ce&&oe(_r,"name",Ie),ir&&er(Tr)!==Sr&&ir(Tr,Sr);var Vi=new Nr(new yr(2)),To=j(Tr.setInt8);Vi.setInt8(0,2147483648),Vi.setInt8(1,2147483649),(Vi.getInt8(0)||!Vi.getInt8(1))&&de(Tr,{setInt8:function(Ba,rs){To(this,Ba,rs<<24>>24)},setUint8:function(Ba,rs){To(this,Ba,rs<<24>>24)}},{unsafe:!0})}Et(yr,Ie),Et(Nr,jt),$.exports={ArrayBuffer:yr,DataView:Nr}},{"../internals/an-instance":113,"../internals/array-buffer-basic-detection":115,"../internals/array-fill":120,"../internals/array-slice":131,"../internals/copy-constructor-properties":141,"../internals/create-non-enumerable-property":145,"../internals/define-built-in-accessor":148,"../internals/define-built-ins":150,"../internals/descriptors":153,"../internals/fails":171,"../internals/function-name":178,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/ieee754":194,"../internals/inherit-if-required":196,"../internals/internal-state":199,"../internals/math-fround":222,"../internals/object-get-prototype-of":236,"../internals/object-set-prototype-of":242,"../internals/set-to-string-tag":266,"../internals/to-index":281,"../internals/to-integer-or-infinity":283,"../internals/to-length":284}],119:[function(n,$,k){var L=n("../internals/to-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like"),z=n("../internals/delete-property-or-throw"),re=Math.min;$.exports=[].copyWithin||function(ue,de){var _e=L(this),Ne=V(_e),Ue=j(ue,Ne),$e=j(de,Ne),Ve=arguments.length>2?arguments[2]:void 0,Fe=re((Ve===void 0?Ne:j(Ve,Ne))-$e,Ne-Ue),qe=1;for($e0;)$e in _e?_e[Ue]=_e[$e]:z(_e,Ue),Ue+=qe,$e+=qe;return _e}},{"../internals/delete-property-or-throw":152,"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-object":285}],120:[function(n,$,k){var L=n("../internals/to-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like");$.exports=function(re){for(var oe=L(this),ue=V(oe),de=arguments.length,_e=j(de>1?arguments[1]:void 0,ue),Ne=de>2?arguments[2]:void 0,Ue=Ne===void 0?ue:j(Ne,ue);Ue>_e;)oe[_e++]=re;return oe}},{"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-object":285}],121:[function(n,$,k){var L=n("../internals/array-iteration").forEach,j=n("../internals/array-method-is-strict"),V=j("forEach");$.exports=V?[].forEach:function(re){return L(this,re,arguments.length>1?arguments[1]:void 0)}},{"../internals/array-iteration":125,"../internals/array-method-is-strict":128}],122:[function(n,$,k){var L=n("../internals/length-of-array-like");$.exports=function(j,V,z){for(var re=0,oe=arguments.length>2?z:L(V),ue=new j(oe);oe>re;)ue[re]=V[re++];return ue}},{"../internals/length-of-array-like":219}],123:[function(n,$,k){var L=n("../internals/function-bind-context"),j=n("../internals/function-call"),V=n("../internals/to-object"),z=n("../internals/call-with-safe-iteration-closing"),re=n("../internals/is-array-iterator-method"),oe=n("../internals/is-constructor"),ue=n("../internals/length-of-array-like"),de=n("../internals/create-property"),_e=n("../internals/get-iterator"),Ne=n("../internals/get-iterator-method"),Ue=Array;$.exports=function(Ve){var Fe=V(Ve),qe=oe(this),er=arguments.length,ir=er>1?arguments[1]:void 0,dr=ir!==void 0;dr&&(ir=L(ir,er>2?arguments[2]:void 0));var cr=Ne(Fe),nr=0,lr,Et,ie,pe,Ce,Ie;if(cr&&!(this===Ue&&re(cr)))for(pe=_e(Fe,cr),Ce=pe.next,Et=qe?new this:[];!(ie=j(Ce,pe)).done;nr++)Ie=dr?z(pe,ir,[ie.value,nr],!0):ie.value,de(Et,nr,Ie);else for(lr=ue(Fe),Et=qe?new this(lr):Ue(lr);lr>nr;nr++)Ie=dr?ir(Fe[nr],nr):Fe[nr],de(Et,nr,Ie);return Et.length=nr,Et}},{"../internals/call-with-safe-iteration-closing":135,"../internals/create-property":147,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/is-constructor":204,"../internals/length-of-array-like":219,"../internals/to-object":285}],124:[function(n,$,k){var L=n("../internals/to-indexed-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like"),z=function(re){return function(oe,ue,de){var _e=L(oe),Ne=V(_e),Ue=j(de,Ne),$e;if(re&&ue!==ue){for(;Ne>Ue;)if($e=_e[Ue++],$e!==$e)return!0}else for(;Ne>Ue;Ue++)if((re||Ue in _e)&&_e[Ue]===ue)return re||Ue||0;return!re&&-1}};$.exports={includes:z(!0),indexOf:z(!1)}},{"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-indexed-object":282}],125:[function(n,$,k){var L=n("../internals/function-bind-context"),j=n("../internals/function-uncurry-this"),V=n("../internals/indexed-object"),z=n("../internals/to-object"),re=n("../internals/length-of-array-like"),oe=n("../internals/array-species-create"),ue=j([].push),de=function(_e){var Ne=_e===1,Ue=_e===2,$e=_e===3,Ve=_e===4,Fe=_e===6,qe=_e===7,er=_e===5||Fe;return function(ir,dr,cr,nr){for(var lr=z(ir),Et=V(lr),ie=re(Et),pe=L(dr,cr),Ce=0,Ie=nr||oe,jt=Ne?Ie(ir,ie):Ue||qe?Ie(ir,0):void 0,ar,ur;ie>Ce;Ce++)if((er||Ce in Et)&&(ar=Et[Ce],ur=pe(ar,Ce,lr),_e))if(Ne)jt[Ce]=ur;else if(ur)switch(_e){case 3:return!0;case 5:return ar;case 6:return Ce;case 2:ue(jt,ar)}else switch(_e){case 4:return!1;case 7:ue(jt,ar)}return Fe?-1:$e||Ve?Ve:jt}};$.exports={forEach:de(0),map:de(1),filter:de(2),some:de(3),every:de(4),find:de(5),findIndex:de(6),filterReject:de(7)}},{"../internals/array-species-create":134,"../internals/function-bind-context":175,"../internals/function-uncurry-this":181,"../internals/indexed-object":195,"../internals/length-of-array-like":219,"../internals/to-object":285}],126:[function(n,$,k){var L=n("../internals/function-apply"),j=n("../internals/to-indexed-object"),V=n("../internals/to-integer-or-infinity"),z=n("../internals/length-of-array-like"),re=n("../internals/array-method-is-strict"),oe=Math.min,ue=[].lastIndexOf,de=!!ue&&1/[1].lastIndexOf(1,-0)<0,_e=re("lastIndexOf"),Ne=de||!_e;$.exports=Ne?function($e){if(de)return L(ue,this,arguments)||0;var Ve=j(this),Fe=z(Ve),qe=Fe-1;for(arguments.length>1&&(qe=oe(qe,V(arguments[1]))),qe<0&&(qe=Fe+qe);qe>=0;qe--)if(qe in Ve&&Ve[qe]===$e)return qe||0;return-1}:ue},{"../internals/array-method-is-strict":128,"../internals/function-apply":174,"../internals/length-of-array-like":219,"../internals/to-indexed-object":282,"../internals/to-integer-or-infinity":283}],127:[function(n,$,k){var L=n("../internals/fails"),j=n("../internals/well-known-symbol"),V=n("../internals/engine-v8-version"),z=j("species");$.exports=function(re){return V>=51||!L(function(){var oe=[],ue=oe.constructor={};return ue[z]=function(){return{foo:1}},oe[re](Boolean).foo!==1})}},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/well-known-symbol":306}],128:[function(n,$,k){var L=n("../internals/fails");$.exports=function(j,V){var z=[][j];return!!z&&L(function(){z.call(null,V||function(){return 1},1)})}},{"../internals/fails":171}],129:[function(n,$,k){var L=n("../internals/a-callable"),j=n("../internals/to-object"),V=n("../internals/indexed-object"),z=n("../internals/length-of-array-like"),re=TypeError,oe=function(ue){return function(de,_e,Ne,Ue){var $e=j(de),Ve=V($e),Fe=z($e);L(_e);var qe=ue?Fe-1:0,er=ue?-1:1;if(Ne<2)for(;;){if(qe in Ve){Ue=Ve[qe],qe+=er;break}if(qe+=er,ue?qe<0:Fe<=qe)throw new re("Reduce of empty array with no initial value")}for(;ue?qe>=0:Fe>qe;qe+=er)qe in Ve&&(Ue=_e(Ue,Ve[qe],qe,$e));return Ue}};$.exports={left:oe(!1),right:oe(!0)}},{"../internals/a-callable":108,"../internals/indexed-object":195,"../internals/length-of-array-like":219,"../internals/to-object":285}],130:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/is-array"),V=TypeError,z=Object.getOwnPropertyDescriptor,re=L&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(oe){return oe instanceof TypeError}}();$.exports=re?function(oe,ue){if(j(oe)&&!z(oe,"length").writable)throw new V("Cannot set read only .length");return oe.length=ue}:function(oe,ue){return oe.length=ue}},{"../internals/descriptors":153,"../internals/is-array":201}],131:[function(n,$,k){var L=n("../internals/function-uncurry-this");$.exports=L([].slice)},{"../internals/function-uncurry-this":181}],132:[function(n,$,k){var L=n("../internals/array-slice"),j=Math.floor,V=function(z,re){var oe=z.length;if(oe<8)for(var ue=1,de,_e;ue0;)z[_e]=z[--_e];_e!==ue++&&(z[_e]=de)}else for(var Ne=j(oe/2),Ue=V(L(z,0,Ne),re),$e=V(L(z,Ne),re),Ve=Ue.length,Fe=$e.length,qe=0,er=0;qe1?arguments[1]:void 0),ur;ur=ur?ur.next:jt.first;)for(ar(ur.value,ur.key,this);ur&&ur.removed;)ur=ur.previous},has:function(Ie){return!!pe(this,Ie)}}),V(lr,dr?{get:function(Ie){var jt=pe(this,Ie);return jt&&jt.value},set:function(Ie,jt){return ie(this,Ie===0?0:Ie,jt)}}:{add:function(Ie){return ie(this,Ie=Ie===0?0:Ie,Ie)}}),Ue&&j(lr,"size",{configurable:!0,get:function(){return Et(this).size}}),nr},setStrong:function(er,ir,dr){var cr=ir+" Iterator",nr=qe(ir),lr=qe(cr);de(er,ir,function(Et,ie){Fe(this,{type:cr,target:Et,state:nr(Et),kind:ie,last:void 0})},function(){for(var Et=lr(this),ie=Et.kind,pe=Et.last;pe&&pe.removed;)pe=pe.previous;return!Et.target||!(Et.last=pe=pe?pe.next:Et.state.first)?(Et.target=void 0,_e(void 0,!0)):_e(ie==="keys"?pe.key:ie==="values"?pe.value:[pe.key,pe.value],!1)},dr?"entries":"values",!dr,!0),Ne(ir)}}},{"../internals/an-instance":113,"../internals/create-iter-result-object":144,"../internals/define-built-in-accessor":148,"../internals/define-built-ins":150,"../internals/descriptors":153,"../internals/function-bind-context":175,"../internals/internal-metadata":198,"../internals/internal-state":199,"../internals/is-null-or-undefined":207,"../internals/iterate":213,"../internals/iterator-define":216,"../internals/object-create":229,"../internals/set-species":265}],140:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-uncurry-this"),z=n("../internals/is-forced"),re=n("../internals/define-built-in"),oe=n("../internals/internal-metadata"),ue=n("../internals/iterate"),de=n("../internals/an-instance"),_e=n("../internals/is-callable"),Ne=n("../internals/is-null-or-undefined"),Ue=n("../internals/is-object"),$e=n("../internals/fails"),Ve=n("../internals/check-correctness-of-iteration"),Fe=n("../internals/set-to-string-tag"),qe=n("../internals/inherit-if-required");$.exports=function(er,ir,dr){var cr=er.indexOf("Map")!==-1,nr=er.indexOf("Weak")!==-1,lr=cr?"set":"add",Et=j[er],ie=Et&&Et.prototype,pe=Et,Ce={},Ie=function(gr){var _r=V(ie[gr]);re(ie,gr,gr==="add"?function(xr){return _r(this,xr===0?0:xr),this}:gr==="delete"?function(yr){return nr&&!Ue(yr)?!1:_r(this,yr===0?0:yr)}:gr==="get"?function(xr){return nr&&!Ue(xr)?void 0:_r(this,xr===0?0:xr)}:gr==="has"?function(xr){return nr&&!Ue(xr)?!1:_r(this,xr===0?0:xr)}:function(xr,Nr){return _r(this,xr===0?0:xr,Nr),this})},jt=z(er,!_e(Et)||!(nr||ie.forEach&&!$e(function(){new Et().entries().next()})));if(jt)pe=dr.getConstructor(ir,er,cr,lr),oe.enable();else if(z(er,!0)){var ar=new pe,ur=ar[lr](nr?{}:-0,1)!==ar,kt=$e(function(){ar.has(1)}),he=Ve(function(gr){new Et(gr)}),tr=!nr&&$e(function(){for(var gr=new Et,_r=5;_r--;)gr[lr](_r,_r);return!gr.has(-0)});he||(pe=ir(function(gr,_r){de(gr,ie);var yr=qe(new Et,gr,pe);return Ne(_r)||ue(_r,yr[lr],{that:yr,AS_ENTRIES:cr}),yr}),pe.prototype=ie,ie.constructor=pe),(kt||tr)&&(Ie("delete"),Ie("has"),cr&&Ie("get")),(tr||ur)&&Ie(lr),nr&&ie.clear&&delete ie.clear}return Ce[er]=pe,L({global:!0,constructor:!0,forced:pe!==Et},Ce),Fe(pe,er),nr||dr.setStrong(pe,er,cr),pe}},{"../internals/an-instance":113,"../internals/check-correctness-of-iteration":136,"../internals/define-built-in":149,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/inherit-if-required":196,"../internals/internal-metadata":198,"../internals/is-callable":203,"../internals/is-forced":205,"../internals/is-null-or-undefined":207,"../internals/is-object":208,"../internals/iterate":213,"../internals/set-to-string-tag":266}],141:[function(n,$,k){var L=n("../internals/has-own-property"),j=n("../internals/own-keys"),V=n("../internals/object-get-own-property-descriptor"),z=n("../internals/object-define-property");$.exports=function(re,oe,ue){for(var de=j(oe),_e=z.f,Ne=V.f,Ue=0;Uej)throw L("Maximum allowed index exceeded");return V}},{}],156:[function(n,$,k){$.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},{}],157:[function(n,$,k){var L=n("../internals/document-create-element"),j=L("span").classList,V=j&&j.constructor&&j.constructor.prototype;$.exports=V===Object.prototype?void 0:V},{"../internals/document-create-element":154}],158:[function(n,$,k){var L=n("../internals/engine-user-agent"),j=L.match(/firefox\/(\d+)/i);$.exports=!!j&&+j[1]},{"../internals/engine-user-agent":166}],159:[function(n,$,k){var L=n("../internals/engine-is-deno"),j=n("../internals/engine-is-node");$.exports=!L&&!j&&typeof window=="object"&&typeof document=="object"},{"../internals/engine-is-deno":160,"../internals/engine-is-node":164}],160:[function(n,$,k){$.exports=typeof Deno=="object"&&Deno&&typeof Deno.version=="object"},{}],161:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/MSIE|Trident/.test(L)},{"../internals/engine-user-agent":166}],162:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/ipad|iphone|ipod/i.test(L)&&typeof Pebble<"u"},{"../internals/engine-user-agent":166}],163:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(L)},{"../internals/engine-user-agent":166}],164:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/classof-raw");$.exports=j(L.process)==="process"},{"../internals/classof-raw":137,"../internals/global":188}],165:[function(n,$,k){var L=n("../internals/engine-user-agent");$.exports=/web0s(?!.*chrome)/i.test(L)},{"../internals/engine-user-agent":166}],166:[function(n,$,k){$.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},{}],167:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/engine-user-agent"),V=L.process,z=L.Deno,re=V&&V.versions||z&&z.version,oe=re&&re.v8,ue,de;oe&&(ue=oe.split("."),de=ue[0]>0&&ue[0]<4?1:+(ue[0]+ue[1])),!de&&j&&(ue=j.match(/Edge\/(\d+)/),(!ue||ue[1]>=74)&&(ue=j.match(/Chrome\/(\d+)/),ue&&(de=+ue[1]))),$.exports=de},{"../internals/engine-user-agent":166,"../internals/global":188}],168:[function(n,$,k){var L=n("../internals/engine-user-agent"),j=L.match(/AppleWebKit\/(\d+)\./);$.exports=!!j&&+j[1]},{"../internals/engine-user-agent":166}],169:[function(n,$,k){$.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},{}],170:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/object-get-own-property-descriptor").f,V=n("../internals/create-non-enumerable-property"),z=n("../internals/define-built-in"),re=n("../internals/define-global-property"),oe=n("../internals/copy-constructor-properties"),ue=n("../internals/is-forced");$.exports=function(de,_e){var Ne=de.target,Ue=de.global,$e=de.stat,Ve,Fe,qe,er,ir,dr;if(Ue?Fe=L:$e?Fe=L[Ne]||re(Ne,{}):Fe=(L[Ne]||{}).prototype,Fe)for(qe in _e){if(ir=_e[qe],de.dontCallGetSet?(dr=j(Fe,qe),er=dr&&dr.value):er=Fe[qe],Ve=ue(Ue?qe:Ne+($e?".":"#")+qe,de.forced),!Ve&&er!==void 0){if(typeof ir==typeof er)continue;oe(ir,er)}(de.sham||er&&er.sham)&&V(ir,"sham",!0),z(Fe,qe,ir,de)}}},{"../internals/copy-constructor-properties":141,"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/define-global-property":151,"../internals/global":188,"../internals/is-forced":205,"../internals/object-get-own-property-descriptor":232}],171:[function(n,$,k){$.exports=function(L){try{return!!L()}catch{return!0}}},{}],172:[function(n,$,k){n("../modules/es.regexp.exec");var L=n("../internals/function-uncurry-this-clause"),j=n("../internals/define-built-in"),V=n("../internals/regexp-exec"),z=n("../internals/fails"),re=n("../internals/well-known-symbol"),oe=n("../internals/create-non-enumerable-property"),ue=re("species"),de=RegExp.prototype;$.exports=function(_e,Ne,Ue,$e){var Ve=re(_e),Fe=!z(function(){var dr={};return dr[Ve]=function(){return 7},""[_e](dr)!==7}),qe=Fe&&!z(function(){var dr=!1,cr=/a/;return _e==="split"&&(cr={},cr.constructor={},cr.constructor[ue]=function(){return cr},cr.flags="",cr[Ve]=/./[Ve]),cr.exec=function(){return dr=!0,null},cr[Ve](""),!dr});if(!Fe||!qe||Ue){var er=L(/./[Ve]),ir=Ne(Ve,""[_e],function(dr,cr,nr,lr,Et){var ie=L(dr),pe=cr.exec;return pe===V||pe===de.exec?Fe&&!Et?{done:!0,value:er(cr,nr,lr)}:{done:!0,value:ie(nr,cr,lr)}:{done:!1}});j(String.prototype,_e,ir[0]),j(de,Ve,ir[1])}$e&&oe(de[Ve],"sham",!0)}},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/fails":171,"../internals/function-uncurry-this-clause":180,"../internals/regexp-exec":256,"../internals/well-known-symbol":306,"../modules/es.regexp.exec":340}],173:[function(n,$,k){var L=n("../internals/fails");$.exports=!L(function(){return Object.isExtensible(Object.preventExtensions({}))})},{"../internals/fails":171}],174:[function(n,$,k){var L=n("../internals/function-bind-native"),j=Function.prototype,V=j.apply,z=j.call;$.exports=typeof Reflect=="object"&&Reflect.apply||(L?z.bind(V):function(){return z.apply(V,arguments)})},{"../internals/function-bind-native":176}],175:[function(n,$,k){var L=n("../internals/function-uncurry-this-clause"),j=n("../internals/a-callable"),V=n("../internals/function-bind-native"),z=L(L.bind);$.exports=function(re,oe){return j(re),oe===void 0?re:V?z(re,oe):function(){return re.apply(oe,arguments)}}},{"../internals/a-callable":108,"../internals/function-bind-native":176,"../internals/function-uncurry-this-clause":180}],176:[function(n,$,k){var L=n("../internals/fails");$.exports=!L(function(){var j=(function(){}).bind();return typeof j!="function"||j.hasOwnProperty("prototype")})},{"../internals/fails":171}],177:[function(n,$,k){var L=n("../internals/function-bind-native"),j=Function.prototype.call;$.exports=L?j.bind(j):function(){return j.apply(j,arguments)}},{"../internals/function-bind-native":176}],178:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/has-own-property"),V=Function.prototype,z=L&&Object.getOwnPropertyDescriptor,re=j(V,"name"),oe=re&&(function(){}).name==="something",ue=re&&(!L||L&&z(V,"name").configurable);$.exports={EXISTS:re,PROPER:oe,CONFIGURABLE:ue}},{"../internals/descriptors":153,"../internals/has-own-property":189}],179:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/a-callable");$.exports=function(V,z,re){try{return L(j(Object.getOwnPropertyDescriptor(V,z)[re]))}catch{}}},{"../internals/a-callable":108,"../internals/function-uncurry-this":181}],180:[function(n,$,k){var L=n("../internals/classof-raw"),j=n("../internals/function-uncurry-this");$.exports=function(V){if(L(V)==="Function")return j(V)}},{"../internals/classof-raw":137,"../internals/function-uncurry-this":181}],181:[function(n,$,k){var L=n("../internals/function-bind-native"),j=Function.prototype,V=j.call,z=L&&j.bind.bind(V,V);$.exports=L?z:function(re){return function(){return V.apply(re,arguments)}}},{"../internals/function-bind-native":176}],182:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/is-callable"),V=function(z){return j(z)?z:void 0};$.exports=function(z,re){return arguments.length<2?V(L[z]):L[z]&&L[z][re]}},{"../internals/global":188,"../internals/is-callable":203}],183:[function(n,$,k){var L=n("../internals/classof"),j=n("../internals/get-method"),V=n("../internals/is-null-or-undefined"),z=n("../internals/iterators"),re=n("../internals/well-known-symbol"),oe=re("iterator");$.exports=function(ue){if(!V(ue))return j(ue,oe)||j(ue,"@@iterator")||z[L(ue)]}},{"../internals/classof":138,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/iterators":218,"../internals/well-known-symbol":306}],184:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/a-callable"),V=n("../internals/an-object"),z=n("../internals/try-to-string"),re=n("../internals/get-iterator-method"),oe=TypeError;$.exports=function(ue,de){var _e=arguments.length<2?re(ue):de;if(j(_e))return V(L(_e,ue));throw new oe(z(ue)+" is not iterable")}},{"../internals/a-callable":108,"../internals/an-object":114,"../internals/function-call":177,"../internals/get-iterator-method":183,"../internals/try-to-string":293}],185:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/is-array"),V=n("../internals/is-callable"),z=n("../internals/classof-raw"),re=n("../internals/to-string"),oe=L([].push);$.exports=function(ue){if(V(ue))return ue;if(j(ue)){for(var de=ue.length,_e=[],Ne=0;Ne]*>)/g,de=/\$([$&'`]|\d{1,2})/g;$.exports=function(_e,Ne,Ue,$e,Ve,Fe){var qe=Ue+_e.length,er=$e.length,ir=de;return Ve!==void 0&&(Ve=j(Ve),ir=ue),re(Fe,ir,function(dr,cr){var nr;switch(z(cr,0)){case"$":return"$";case"&":return _e;case"`":return oe(Ne,0,Ue);case"'":return oe(Ne,qe);case"<":nr=Ve[oe(cr,1,-1)];break;default:var lr=+cr;if(lr===0)return dr;if(lr>er){var Et=V(lr/10);return Et===0?dr:Et<=er?$e[Et-1]===void 0?z(cr,1):$e[Et-1]+z(cr,1):dr}nr=$e[lr-1]}return nr===void 0?"":nr})}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],188:[function(n,$,k){(function(L){(function(){var j=function(V){return V&&V.Math===Math&&V};$.exports=j(typeof globalThis=="object"&&globalThis)||j(typeof window=="object"&&window)||j(typeof self=="object"&&self)||j(typeof L=="object"&&L)||j(typeof this=="object"&&this)||function(){return this}()||Function("return this")()}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],189:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/to-object"),V=L({}.hasOwnProperty);$.exports=Object.hasOwn||function(re,oe){return V(j(re),oe)}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],190:[function(n,$,k){$.exports={}},{}],191:[function(n,$,k){$.exports=function(L,j){try{arguments.length===1?console.error(L):console.error(L,j)}catch{}}},{}],192:[function(n,$,k){var L=n("../internals/get-built-in");$.exports=L("document","documentElement")},{"../internals/get-built-in":182}],193:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/fails"),V=n("../internals/document-create-element");$.exports=!L&&!j(function(){return Object.defineProperty(V("div"),"a",{get:function(){return 7}}).a!==7})},{"../internals/descriptors":153,"../internals/document-create-element":154,"../internals/fails":171}],194:[function(n,$,k){var L=Array,j=Math.abs,V=Math.pow,z=Math.floor,re=Math.log,oe=Math.LN2,ue=function(_e,Ne,Ue){var $e=L(Ue),Ve=Ue*8-Ne-1,Fe=(1<>1,er=Ne===23?V(2,-24)-V(2,-77):0,ir=_e<0||_e===0&&1/_e<0?1:0,dr=0,cr,nr,lr;for(_e=j(_e),_e!==_e||_e===1/0?(nr=_e!==_e?1:0,cr=Fe):(cr=z(re(_e)/oe),lr=V(2,-cr),_e*lr<1&&(cr--,lr*=2),cr+qe>=1?_e+=er/lr:_e+=er*V(2,1-qe),_e*lr>=2&&(cr++,lr/=2),cr+qe>=Fe?(nr=0,cr=Fe):cr+qe>=1?(nr=(_e*lr-1)*V(2,Ne),cr+=qe):(nr=_e*V(2,qe-1)*V(2,Ne),cr=0));Ne>=8;)$e[dr++]=nr&255,nr/=256,Ne-=8;for(cr=cr<0;)$e[dr++]=cr&255,cr/=256,Ve-=8;return $e[--dr]|=ir*128,$e},de=function(_e,Ne){var Ue=_e.length,$e=Ue*8-Ne-1,Ve=(1<<$e)-1,Fe=Ve>>1,qe=$e-7,er=Ue-1,ir=_e[er--],dr=ir&127,cr;for(ir>>=7;qe>0;)dr=dr*256+_e[er--],qe-=8;for(cr=dr&(1<<-qe)-1,dr>>=-qe,qe+=Ne;qe>0;)cr=cr*256+_e[er--],qe-=8;if(dr===0)dr=1-Fe;else{if(dr===Ve)return cr?NaN:ir?-1/0:1/0;cr+=V(2,Ne),dr-=Fe}return(ir?-1:1)*cr*V(2,dr-Ne)};$.exports={pack:ue,unpack:de}},{}],195:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/classof-raw"),z=Object,re=L("".split);$.exports=j(function(){return!z("z").propertyIsEnumerable(0)})?function(oe){return V(oe)==="String"?re(oe,""):z(oe)}:z},{"../internals/classof-raw":137,"../internals/fails":171,"../internals/function-uncurry-this":181}],196:[function(n,$,k){var L=n("../internals/is-callable"),j=n("../internals/is-object"),V=n("../internals/object-set-prototype-of");$.exports=function(z,re,oe){var ue,de;return V&&L(ue=re.constructor)&&ue!==oe&&j(de=ue.prototype)&&de!==oe.prototype&&V(z,de),z}},{"../internals/is-callable":203,"../internals/is-object":208,"../internals/object-set-prototype-of":242}],197:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/is-callable"),V=n("../internals/shared-store"),z=L(Function.toString);j(V.inspectSource)||(V.inspectSource=function(re){return z(re)}),$.exports=V.inspectSource},{"../internals/function-uncurry-this":181,"../internals/is-callable":203,"../internals/shared-store":268}],198:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/hidden-keys"),z=n("../internals/is-object"),re=n("../internals/has-own-property"),oe=n("../internals/object-define-property").f,ue=n("../internals/object-get-own-property-names"),de=n("../internals/object-get-own-property-names-external"),_e=n("../internals/object-is-extensible"),Ne=n("../internals/uid"),Ue=n("../internals/freezing"),$e=!1,Ve=Ne("meta"),Fe=0,qe=function(lr){oe(lr,Ve,{value:{objectID:"O"+Fe++,weakData:{}}})},er=function(lr,Et){if(!z(lr))return typeof lr=="symbol"?lr:(typeof lr=="string"?"S":"P")+lr;if(!re(lr,Ve)){if(!_e(lr))return"F";if(!Et)return"E";qe(lr)}return lr[Ve].objectID},ir=function(lr,Et){if(!re(lr,Ve)){if(!_e(lr))return!0;if(!Et)return!1;qe(lr)}return lr[Ve].weakData},dr=function(lr){return Ue&&$e&&_e(lr)&&!re(lr,Ve)&&qe(lr),lr},cr=function(){nr.enable=function(){},$e=!0;var lr=ue.f,Et=j([].splice),ie={};ie[Ve]=1,lr(ie).length&&(ue.f=function(pe){for(var Ce=lr(pe),Ie=0,jt=Ce.length;Ie"u"&&L!==void 0?function(j){return typeof j=="function"||j===L}:function(j){return typeof j=="function"}},{}],204:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/is-callable"),z=n("../internals/classof"),re=n("../internals/get-built-in"),oe=n("../internals/inspect-source"),ue=function(){},de=[],_e=re("Reflect","construct"),Ne=/^\s*(?:class|function)\b/,Ue=L(Ne.exec),$e=!Ne.test(ue),Ve=function(er){if(!V(er))return!1;try{return _e(ue,de,er),!0}catch{return!1}},Fe=function(er){if(!V(er))return!1;switch(z(er)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return $e||!!Ue(Ne,oe(er))}catch{return!0}};Fe.sham=!0,$.exports=!_e||j(function(){var qe;return Ve(Ve.call)||!Ve(Object)||!Ve(function(){qe=!0})||qe})?Fe:Ve},{"../internals/classof":138,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/get-built-in":182,"../internals/inspect-source":197,"../internals/is-callable":203}],205:[function(n,$,k){var L=n("../internals/fails"),j=n("../internals/is-callable"),V=/#|\.prototype\./,z=function(_e,Ne){var Ue=oe[re(_e)];return Ue===de?!0:Ue===ue?!1:j(Ne)?L(Ne):!!Ne},re=z.normalize=function(_e){return String(_e).replace(V,".").toLowerCase()},oe=z.data={},ue=z.NATIVE="N",de=z.POLYFILL="P";$.exports=z},{"../internals/fails":171,"../internals/is-callable":203}],206:[function(n,$,k){var L=n("../internals/is-object"),j=Math.floor;$.exports=Number.isInteger||function(z){return!L(z)&&isFinite(z)&&j(z)===z}},{"../internals/is-object":208}],207:[function(n,$,k){$.exports=function(L){return L==null}},{}],208:[function(n,$,k){var L=n("../internals/is-callable");$.exports=function(j){return typeof j=="object"?j!==null:L(j)}},{"../internals/is-callable":203}],209:[function(n,$,k){var L=n("../internals/is-object");$.exports=function(j){return L(j)||j===null}},{"../internals/is-object":208}],210:[function(n,$,k){$.exports=!1},{}],211:[function(n,$,k){var L=n("../internals/is-object"),j=n("../internals/classof-raw"),V=n("../internals/well-known-symbol"),z=V("match");$.exports=function(re){var oe;return L(re)&&((oe=re[z])!==void 0?!!oe:j(re)==="RegExp")}},{"../internals/classof-raw":137,"../internals/is-object":208,"../internals/well-known-symbol":306}],212:[function(n,$,k){var L=n("../internals/get-built-in"),j=n("../internals/is-callable"),V=n("../internals/object-is-prototype-of"),z=n("../internals/use-symbol-as-uid"),re=Object;$.exports=z?function(oe){return typeof oe=="symbol"}:function(oe){var ue=L("Symbol");return j(ue)&&V(ue.prototype,re(oe))}},{"../internals/get-built-in":182,"../internals/is-callable":203,"../internals/object-is-prototype-of":238,"../internals/use-symbol-as-uid":300}],213:[function(n,$,k){var L=n("../internals/function-bind-context"),j=n("../internals/function-call"),V=n("../internals/an-object"),z=n("../internals/try-to-string"),re=n("../internals/is-array-iterator-method"),oe=n("../internals/length-of-array-like"),ue=n("../internals/object-is-prototype-of"),de=n("../internals/get-iterator"),_e=n("../internals/get-iterator-method"),Ne=n("../internals/iterator-close"),Ue=TypeError,$e=function(Fe,qe){this.stopped=Fe,this.result=qe},Ve=$e.prototype;$.exports=function(Fe,qe,er){var ir=er&&er.that,dr=!!(er&&er.AS_ENTRIES),cr=!!(er&&er.IS_RECORD),nr=!!(er&&er.IS_ITERATOR),lr=!!(er&&er.INTERRUPTED),Et=L(qe,ir),ie,pe,Ce,Ie,jt,ar,ur,kt=function(tr){return ie&&Ne(ie,"normal",tr),new $e(!0,tr)},he=function(tr){return dr?(V(tr),lr?Et(tr[0],tr[1],kt):Et(tr[0],tr[1])):lr?Et(tr,kt):Et(tr)};if(cr)ie=Fe.iterator;else if(nr)ie=Fe;else{if(pe=_e(Fe),!pe)throw new Ue(z(Fe)+" is not iterable");if(re(pe)){for(Ce=0,Ie=oe(Fe);Ie>Ce;Ce++)if(jt=he(Fe[Ce]),jt&&ue(Ve,jt))return jt;return new $e(!1)}ie=de(Fe,pe)}for(ar=cr?Fe.next:ie.next;!(ur=j(ar,ie)).done;){try{jt=he(ur.value)}catch(tr){Ne(ie,"throw",tr)}if(typeof jt=="object"&&jt&&ue(Ve,jt))return jt}return new $e(!1)}},{"../internals/an-object":114,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/iterator-close":214,"../internals/length-of-array-like":219,"../internals/object-is-prototype-of":238,"../internals/try-to-string":293}],214:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/an-object"),V=n("../internals/get-method");$.exports=function(z,re,oe){var ue,de;j(z);try{if(ue=V(z,"return"),!ue){if(re==="throw")throw oe;return oe}ue=L(ue,z)}catch(_e){de=!0,ue=_e}if(re==="throw")throw oe;if(de)throw ue;return j(ue),oe}},{"../internals/an-object":114,"../internals/function-call":177,"../internals/get-method":186}],215:[function(n,$,k){var L=n("../internals/iterators-core").IteratorPrototype,j=n("../internals/object-create"),V=n("../internals/create-property-descriptor"),z=n("../internals/set-to-string-tag"),re=n("../internals/iterators"),oe=function(){return this};$.exports=function(ue,de,_e,Ne){var Ue=de+" Iterator";return ue.prototype=j(L,{next:V(+!Ne,_e)}),z(ue,Ue,!1,!0),re[Ue]=oe,ue}},{"../internals/create-property-descriptor":146,"../internals/iterators":218,"../internals/iterators-core":217,"../internals/object-create":229,"../internals/set-to-string-tag":266}],216:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/is-pure"),z=n("../internals/function-name"),re=n("../internals/is-callable"),oe=n("../internals/iterator-create-constructor"),ue=n("../internals/object-get-prototype-of"),de=n("../internals/object-set-prototype-of"),_e=n("../internals/set-to-string-tag"),Ne=n("../internals/create-non-enumerable-property"),Ue=n("../internals/define-built-in"),$e=n("../internals/well-known-symbol"),Ve=n("../internals/iterators"),Fe=n("../internals/iterators-core"),qe=z.PROPER,er=z.CONFIGURABLE,ir=Fe.IteratorPrototype,dr=Fe.BUGGY_SAFARI_ITERATORS,cr=$e("iterator"),nr="keys",lr="values",Et="entries",ie=function(){return this};$.exports=function(pe,Ce,Ie,jt,ar,ur,kt){oe(Ie,Ce,jt);var he=function(Fr){if(Fr===ar&&xr)return xr;if(!dr&&Fr&&Fr in _r)return _r[Fr];switch(Fr){case nr:return function(){return new Ie(this,Fr)};case lr:return function(){return new Ie(this,Fr)};case Et:return function(){return new Ie(this,Fr)}}return function(){return new Ie(this)}},tr=Ce+" Iterator",gr=!1,_r=pe.prototype,yr=_r[cr]||_r["@@iterator"]||ar&&_r[ar],xr=!dr&&yr||he(ar),Nr=Ce==="Array"&&_r.entries||yr,Tr,Sr,Ar;if(Nr&&(Tr=ue(Nr.call(new pe)),Tr!==Object.prototype&&Tr.next&&(!V&&ue(Tr)!==ir&&(de?de(Tr,ir):re(Tr[cr])||Ue(Tr,cr,ie)),_e(Tr,tr,!0,!0),V&&(Ve[tr]=ie))),qe&&ar===lr&&yr&&yr.name!==lr&&(!V&&er?Ne(_r,"name",lr):(gr=!0,xr=function(){return j(yr,this)})),ar)if(Sr={values:he(lr),keys:ur?xr:he(nr),entries:he(Et)},kt)for(Ar in Sr)(dr||gr||!(Ar in _r))&&Ue(_r,Ar,Sr[Ar]);else L({target:Ce,proto:!0,forced:dr||gr},Sr);return(!V||kt)&&_r[cr]!==xr&&Ue(_r,cr,xr,{name:ar}),Ve[Ce]=xr,Sr}},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/export":170,"../internals/function-call":177,"../internals/function-name":178,"../internals/is-callable":203,"../internals/is-pure":210,"../internals/iterator-create-constructor":215,"../internals/iterators":218,"../internals/iterators-core":217,"../internals/object-get-prototype-of":236,"../internals/object-set-prototype-of":242,"../internals/set-to-string-tag":266,"../internals/well-known-symbol":306}],217:[function(n,$,k){var L=n("../internals/fails"),j=n("../internals/is-callable"),V=n("../internals/is-object"),z=n("../internals/object-create"),re=n("../internals/object-get-prototype-of"),oe=n("../internals/define-built-in"),ue=n("../internals/well-known-symbol"),de=n("../internals/is-pure"),_e=ue("iterator"),Ne=!1,Ue,$e,Ve;[].keys&&(Ve=[].keys(),"next"in Ve?($e=re(re(Ve)),$e!==Object.prototype&&(Ue=$e)):Ne=!0);var Fe=!V(Ue)||L(function(){var qe={};return Ue[_e].call(qe)!==qe});Fe?Ue={}:de&&(Ue=z(Ue)),j(Ue[_e])||oe(Ue,_e,function(){return this}),$.exports={IteratorPrototype:Ue,BUGGY_SAFARI_ITERATORS:Ne}},{"../internals/define-built-in":149,"../internals/fails":171,"../internals/is-callable":203,"../internals/is-object":208,"../internals/is-pure":210,"../internals/object-create":229,"../internals/object-get-prototype-of":236,"../internals/well-known-symbol":306}],218:[function(n,$,k){arguments[4][190][0].apply(k,arguments)},{dup:190}],219:[function(n,$,k){var L=n("../internals/to-length");$.exports=function(j){return L(j.length)}},{"../internals/to-length":284}],220:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/is-callable"),z=n("../internals/has-own-property"),re=n("../internals/descriptors"),oe=n("../internals/function-name").CONFIGURABLE,ue=n("../internals/inspect-source"),de=n("../internals/internal-state"),_e=de.enforce,Ne=de.get,Ue=String,$e=Object.defineProperty,Ve=L("".slice),Fe=L("".replace),qe=L([].join),er=re&&!j(function(){return $e(function(){},"length",{value:8}).length!==8}),ir=String(String).split("String"),dr=$.exports=function(cr,nr,lr){Ve(Ue(nr),0,7)==="Symbol("&&(nr="["+Fe(Ue(nr),/^Symbol\(([^)]*)\)/,"$1")+"]"),lr&&lr.getter&&(nr="get "+nr),lr&&lr.setter&&(nr="set "+nr),(!z(cr,"name")||oe&&cr.name!==nr)&&(re?$e(cr,"name",{value:nr,configurable:!0}):cr.name=nr),er&&lr&&z(lr,"arity")&&cr.length!==lr.arity&&$e(cr,"length",{value:lr.arity});try{lr&&z(lr,"constructor")&&lr.constructor?re&&$e(cr,"prototype",{writable:!1}):cr.prototype&&(cr.prototype=void 0)}catch{}var Et=_e(cr);return z(Et,"source")||(Et.source=qe(ir,typeof nr=="string"?nr:"")),cr};Function.prototype.toString=dr(function(){return V(this)&&Ne(this).source||ue(this)},"toString")},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-name":178,"../internals/function-uncurry-this":181,"../internals/has-own-property":189,"../internals/inspect-source":197,"../internals/internal-state":199,"../internals/is-callable":203}],221:[function(n,$,k){var L=n("../internals/math-sign"),j=Math.abs,V=2220446049250313e-31,z=1/V,re=function(oe){return oe+z-z};$.exports=function(oe,ue,de,_e){var Ne=+oe,Ue=j(Ne),$e=L(Ne);if(Ue<_e)return $e*re(Ue/_e/ue)*_e*ue;var Ve=(1+ue/V)*Ue,Fe=Ve-(Ve-Ue);return Fe>de||Fe!==Fe?$e*(1/0):$e*Fe}},{"../internals/math-sign":223}],222:[function(n,$,k){var L=n("../internals/math-float-round"),j=11920928955078125e-23,V=34028234663852886e22,z=11754943508222875e-54;$.exports=Math.fround||function(oe){return L(oe,j,V,z)}},{"../internals/math-float-round":221}],223:[function(n,$,k){$.exports=Math.sign||function(j){var V=+j;return V===0||V!==V?V:V<0?-1:1}},{}],224:[function(n,$,k){var L=Math.ceil,j=Math.floor;$.exports=Math.trunc||function(z){var re=+z;return(re>0?j:L)(re)}},{}],225:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/safe-get-built-in"),V=n("../internals/function-bind-context"),z=n("../internals/task").set,re=n("../internals/queue"),oe=n("../internals/engine-is-ios"),ue=n("../internals/engine-is-ios-pebble"),de=n("../internals/engine-is-webos-webkit"),_e=n("../internals/engine-is-node"),Ne=L.MutationObserver||L.WebKitMutationObserver,Ue=L.document,$e=L.process,Ve=L.Promise,Fe=j("queueMicrotask"),qe,er,ir,dr,cr;if(!Fe){var nr=new re,lr=function(){var Et,ie;for(_e&&(Et=$e.domain)&&Et.exit();ie=nr.get();)try{ie()}catch(pe){throw nr.head&&qe(),pe}Et&&Et.enter()};!oe&&!_e&&!de&&Ne&&Ue?(er=!0,ir=Ue.createTextNode(""),new Ne(lr).observe(ir,{characterData:!0}),qe=function(){ir.data=er=!er}):!ue&&Ve&&Ve.resolve?(dr=Ve.resolve(void 0),dr.constructor=Ve,cr=V(dr.then,dr),qe=function(){cr(lr)}):_e?qe=function(){$e.nextTick(lr)}:(z=V(z,L),qe=function(){z(lr)}),Fe=function(Et){nr.head||qe(),nr.add(Et)}}$.exports=Fe},{"../internals/engine-is-ios":163,"../internals/engine-is-ios-pebble":162,"../internals/engine-is-node":164,"../internals/engine-is-webos-webkit":165,"../internals/function-bind-context":175,"../internals/global":188,"../internals/queue":254,"../internals/safe-get-built-in":263,"../internals/task":277}],226:[function(n,$,k){var L=n("../internals/a-callable"),j=TypeError,V=function(z){var re,oe;this.promise=new z(function(ue,de){if(re!==void 0||oe!==void 0)throw new j("Bad Promise constructor");re=ue,oe=de}),this.resolve=L(re),this.reject=L(oe)};$.exports.f=function(z){return new V(z)}},{"../internals/a-callable":108}],227:[function(n,$,k){var L=n("../internals/is-regexp"),j=TypeError;$.exports=function(V){if(L(V))throw new j("The method doesn't accept regular expressions");return V}},{"../internals/is-regexp":211}],228:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/function-uncurry-this"),V=n("../internals/function-call"),z=n("../internals/fails"),re=n("../internals/object-keys"),oe=n("../internals/object-get-own-property-symbols"),ue=n("../internals/object-property-is-enumerable"),de=n("../internals/to-object"),_e=n("../internals/indexed-object"),Ne=Object.assign,Ue=Object.defineProperty,$e=j([].concat);$.exports=!Ne||z(function(){if(L&&Ne({b:1},Ne(Ue({},"a",{enumerable:!0,get:function(){Ue(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var Ve={},Fe={},qe=Symbol("assign detection"),er="abcdefghijklmnopqrst";return Ve[qe]=7,er.split("").forEach(function(ir){Fe[ir]=ir}),Ne({},Ve)[qe]!==7||re(Ne({},Fe)).join("")!==er})?function(Fe,qe){for(var er=de(Fe),ir=arguments.length,dr=1,cr=oe.f,nr=ue.f;ir>dr;)for(var lr=_e(arguments[dr++]),Et=cr?$e(re(lr),cr(lr)):re(lr),ie=Et.length,pe=0,Ce;ie>pe;)Ce=Et[pe++],(!L||V(nr,lr,Ce))&&(er[Ce]=lr[Ce]);return er}:Ne},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/indexed-object":195,"../internals/object-get-own-property-symbols":235,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/to-object":285}],229:[function(n,$,k){var L=n("../internals/an-object"),j=n("../internals/object-define-properties"),V=n("../internals/enum-bug-keys"),z=n("../internals/hidden-keys"),re=n("../internals/html"),oe=n("../internals/document-create-element"),ue=n("../internals/shared-key"),de=">",_e="<",Ne="prototype",Ue="script",$e=ue("IE_PROTO"),Ve=function(){},Fe=function(cr){return _e+Ue+de+cr+_e+"/"+Ue+de},qe=function(cr){cr.write(Fe("")),cr.close();var nr=cr.parentWindow.Object;return cr=null,nr},er=function(){var cr=oe("iframe"),nr="java"+Ue+":",lr;return cr.style.display="none",re.appendChild(cr),cr.src=String(nr),lr=cr.contentWindow.document,lr.open(),lr.write(Fe("document.F=Object")),lr.close(),lr.F},ir,dr=function(){try{ir=new ActiveXObject("htmlfile")}catch{}dr=typeof document<"u"?document.domain&&ir?qe(ir):er():qe(ir);for(var cr=V.length;cr--;)delete dr[Ne][V[cr]];return dr()};z[$e]=!0,$.exports=Object.create||function(nr,lr){var Et;return nr!==null?(Ve[Ne]=L(nr),Et=new Ve,Ve[Ne]=null,Et[$e]=nr):Et=dr(),lr===void 0?Et:j.f(Et,lr)}},{"../internals/an-object":114,"../internals/document-create-element":154,"../internals/enum-bug-keys":169,"../internals/hidden-keys":190,"../internals/html":192,"../internals/object-define-properties":230,"../internals/shared-key":267}],230:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/v8-prototype-define-bug"),V=n("../internals/object-define-property"),z=n("../internals/an-object"),re=n("../internals/to-indexed-object"),oe=n("../internals/object-keys");k.f=L&&!j?Object.defineProperties:function(de,_e){z(de);for(var Ne=re(_e),Ue=oe(_e),$e=Ue.length,Ve=0,Fe;$e>Ve;)V.f(de,Fe=Ue[Ve++],Ne[Fe]);return de}},{"../internals/an-object":114,"../internals/descriptors":153,"../internals/object-define-property":231,"../internals/object-keys":240,"../internals/to-indexed-object":282,"../internals/v8-prototype-define-bug":301}],231:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/ie8-dom-define"),V=n("../internals/v8-prototype-define-bug"),z=n("../internals/an-object"),re=n("../internals/to-property-key"),oe=TypeError,ue=Object.defineProperty,de=Object.getOwnPropertyDescriptor,_e="enumerable",Ne="configurable",Ue="writable";k.f=L?V?function(Ve,Fe,qe){if(z(Ve),Fe=re(Fe),z(qe),typeof Ve=="function"&&Fe==="prototype"&&"value"in qe&&Ue in qe&&!qe[Ue]){var er=de(Ve,Fe);er&&er[Ue]&&(Ve[Fe]=qe.value,qe={configurable:Ne in qe?qe[Ne]:er[Ne],enumerable:_e in qe?qe[_e]:er[_e],writable:!1})}return ue(Ve,Fe,qe)}:ue:function(Ve,Fe,qe){if(z(Ve),Fe=re(Fe),z(qe),j)try{return ue(Ve,Fe,qe)}catch{}if("get"in qe||"set"in qe)throw new oe("Accessors not supported");return"value"in qe&&(Ve[Fe]=qe.value),Ve}},{"../internals/an-object":114,"../internals/descriptors":153,"../internals/ie8-dom-define":193,"../internals/to-property-key":289,"../internals/v8-prototype-define-bug":301}],232:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/function-call"),V=n("../internals/object-property-is-enumerable"),z=n("../internals/create-property-descriptor"),re=n("../internals/to-indexed-object"),oe=n("../internals/to-property-key"),ue=n("../internals/has-own-property"),de=n("../internals/ie8-dom-define"),_e=Object.getOwnPropertyDescriptor;k.f=L?_e:function(Ue,$e){if(Ue=re(Ue),$e=oe($e),de)try{return _e(Ue,$e)}catch{}if(ue(Ue,$e))return z(!j(V.f,Ue,$e),Ue[$e])}},{"../internals/create-property-descriptor":146,"../internals/descriptors":153,"../internals/function-call":177,"../internals/has-own-property":189,"../internals/ie8-dom-define":193,"../internals/object-property-is-enumerable":241,"../internals/to-indexed-object":282,"../internals/to-property-key":289}],233:[function(n,$,k){var L=n("../internals/classof-raw"),j=n("../internals/to-indexed-object"),V=n("../internals/object-get-own-property-names").f,z=n("../internals/array-slice"),re=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],oe=function(ue){try{return V(ue)}catch{return z(re)}};$.exports.f=function(de){return re&&L(de)==="Window"?oe(de):V(j(de))}},{"../internals/array-slice":131,"../internals/classof-raw":137,"../internals/object-get-own-property-names":234,"../internals/to-indexed-object":282}],234:[function(n,$,k){var L=n("../internals/object-keys-internal"),j=n("../internals/enum-bug-keys"),V=j.concat("length","prototype");k.f=Object.getOwnPropertyNames||function(re){return L(re,V)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],235:[function(n,$,k){k.f=Object.getOwnPropertySymbols},{}],236:[function(n,$,k){var L=n("../internals/has-own-property"),j=n("../internals/is-callable"),V=n("../internals/to-object"),z=n("../internals/shared-key"),re=n("../internals/correct-prototype-getter"),oe=z("IE_PROTO"),ue=Object,de=ue.prototype;$.exports=re?ue.getPrototypeOf:function(_e){var Ne=V(_e);if(L(Ne,oe))return Ne[oe];var Ue=Ne.constructor;return j(Ue)&&Ne instanceof Ue?Ue.prototype:Ne instanceof ue?de:null}},{"../internals/correct-prototype-getter":143,"../internals/has-own-property":189,"../internals/is-callable":203,"../internals/shared-key":267,"../internals/to-object":285}],237:[function(n,$,k){var L=n("../internals/fails"),j=n("../internals/is-object"),V=n("../internals/classof-raw"),z=n("../internals/array-buffer-non-extensible"),re=Object.isExtensible,oe=L(function(){});$.exports=oe||z?function(de){return!j(de)||z&&V(de)==="ArrayBuffer"?!1:re?re(de):!0}:re},{"../internals/array-buffer-non-extensible":116,"../internals/classof-raw":137,"../internals/fails":171,"../internals/is-object":208}],238:[function(n,$,k){var L=n("../internals/function-uncurry-this");$.exports=L({}.isPrototypeOf)},{"../internals/function-uncurry-this":181}],239:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/has-own-property"),V=n("../internals/to-indexed-object"),z=n("../internals/array-includes").indexOf,re=n("../internals/hidden-keys"),oe=L([].push);$.exports=function(ue,de){var _e=V(ue),Ne=0,Ue=[],$e;for($e in _e)!j(re,$e)&&j(_e,$e)&&oe(Ue,$e);for(;de.length>Ne;)j(_e,$e=de[Ne++])&&(~z(Ue,$e)||oe(Ue,$e));return Ue}},{"../internals/array-includes":124,"../internals/function-uncurry-this":181,"../internals/has-own-property":189,"../internals/hidden-keys":190,"../internals/to-indexed-object":282}],240:[function(n,$,k){var L=n("../internals/object-keys-internal"),j=n("../internals/enum-bug-keys");$.exports=Object.keys||function(z){return L(z,j)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],241:[function(n,$,k){var L={}.propertyIsEnumerable,j=Object.getOwnPropertyDescriptor,V=j&&!L.call({1:2},1);k.f=V?function(re){var oe=j(this,re);return!!oe&&oe.enumerable}:L},{}],242:[function(n,$,k){var L=n("../internals/function-uncurry-this-accessor"),j=n("../internals/an-object"),V=n("../internals/a-possible-prototype");$.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var z=!1,re={},oe;try{oe=L(Object.prototype,"__proto__","set"),oe(re,[]),z=re instanceof Array}catch{}return function(de,_e){return j(de),V(_e),z?oe(de,_e):de.__proto__=_e,de}}():void 0)},{"../internals/a-possible-prototype":110,"../internals/an-object":114,"../internals/function-uncurry-this-accessor":179}],243:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/fails"),V=n("../internals/function-uncurry-this"),z=n("../internals/object-get-prototype-of"),re=n("../internals/object-keys"),oe=n("../internals/to-indexed-object"),ue=n("../internals/object-property-is-enumerable").f,de=V(ue),_e=V([].push),Ne=L&&j(function(){var $e=Object.create(null);return $e[2]=2,!de($e,2)}),Ue=function($e){return function(Ve){for(var Fe=oe(Ve),qe=re(Fe),er=Ne&&z(Fe)===null,ir=qe.length,dr=0,cr=[],nr;ir>dr;)nr=qe[dr++],(!L||(er?nr in Fe:de(Fe,nr)))&&_e(cr,$e?[nr,Fe[nr]]:Fe[nr]);return cr}};$.exports={entries:Ue(!0),values:Ue(!1)}},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/object-get-prototype-of":236,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/to-indexed-object":282}],244:[function(n,$,k){var L=n("../internals/to-string-tag-support"),j=n("../internals/classof");$.exports=L?{}.toString:function(){return"[object "+j(this)+"]"}},{"../internals/classof":138,"../internals/to-string-tag-support":290}],245:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/is-callable"),V=n("../internals/is-object"),z=TypeError;$.exports=function(re,oe){var ue,de;if(oe==="string"&&j(ue=re.toString)&&!V(de=L(ue,re))||j(ue=re.valueOf)&&!V(de=L(ue,re))||oe!=="string"&&j(ue=re.toString)&&!V(de=L(ue,re)))return de;throw new z("Can't convert object to primitive value")}},{"../internals/function-call":177,"../internals/is-callable":203,"../internals/is-object":208}],246:[function(n,$,k){var L=n("../internals/get-built-in"),j=n("../internals/function-uncurry-this"),V=n("../internals/object-get-own-property-names"),z=n("../internals/object-get-own-property-symbols"),re=n("../internals/an-object"),oe=j([].concat);$.exports=L("Reflect","ownKeys")||function(de){var _e=V.f(re(de)),Ne=z.f;return Ne?oe(_e,Ne(de)):_e}},{"../internals/an-object":114,"../internals/function-uncurry-this":181,"../internals/get-built-in":182,"../internals/object-get-own-property-names":234,"../internals/object-get-own-property-symbols":235}],247:[function(n,$,k){var L=n("../internals/global");$.exports=L},{"../internals/global":188}],248:[function(n,$,k){$.exports=function(L){try{return{error:!1,value:L()}}catch(j){return{error:!0,value:j}}}},{}],249:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/promise-native-constructor"),V=n("../internals/is-callable"),z=n("../internals/is-forced"),re=n("../internals/inspect-source"),oe=n("../internals/well-known-symbol"),ue=n("../internals/engine-is-browser"),de=n("../internals/engine-is-deno"),_e=n("../internals/is-pure"),Ne=n("../internals/engine-v8-version"),Ue=j&&j.prototype,$e=oe("species"),Ve=!1,Fe=V(L.PromiseRejectionEvent),qe=z("Promise",function(){var er=re(j),ir=er!==String(j);if(!ir&&Ne===66||_e&&!(Ue.catch&&Ue.finally))return!0;if(!Ne||Ne<51||!/native code/.test(er)){var dr=new j(function(lr){lr(1)}),cr=function(lr){lr(function(){},function(){})},nr=dr.constructor={};if(nr[$e]=cr,Ve=dr.then(function(){})instanceof cr,!Ve)return!0}return!ir&&(ue||de)&&!Fe});$.exports={CONSTRUCTOR:qe,REJECTION_EVENT:Fe,SUBCLASSING:Ve}},{"../internals/engine-is-browser":159,"../internals/engine-is-deno":160,"../internals/engine-v8-version":167,"../internals/global":188,"../internals/inspect-source":197,"../internals/is-callable":203,"../internals/is-forced":205,"../internals/is-pure":210,"../internals/promise-native-constructor":250,"../internals/well-known-symbol":306}],250:[function(n,$,k){var L=n("../internals/global");$.exports=L.Promise},{"../internals/global":188}],251:[function(n,$,k){var L=n("../internals/an-object"),j=n("../internals/is-object"),V=n("../internals/new-promise-capability");$.exports=function(z,re){if(L(z),j(re)&&re.constructor===z)return re;var oe=V.f(z),ue=oe.resolve;return ue(re),oe.promise}},{"../internals/an-object":114,"../internals/is-object":208,"../internals/new-promise-capability":226}],252:[function(n,$,k){var L=n("../internals/promise-native-constructor"),j=n("../internals/check-correctness-of-iteration"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR;$.exports=V||!j(function(z){L.all(z).then(void 0,function(){})})},{"../internals/check-correctness-of-iteration":136,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250}],253:[function(n,$,k){var L=n("../internals/object-define-property").f;$.exports=function(j,V,z){z in j||L(j,z,{configurable:!0,get:function(){return V[z]},set:function(re){V[z]=re}})}},{"../internals/object-define-property":231}],254:[function(n,$,k){var L=function(){this.head=null,this.tail=null};L.prototype={add:function(j){var V={item:j,next:null},z=this.tail;z?z.next=V:this.head=V,this.tail=V},get:function(){var j=this.head;if(j){var V=this.head=j.next;return V===null&&(this.tail=null),j.item}}},$.exports=L},{}],255:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/an-object"),V=n("../internals/is-callable"),z=n("../internals/classof-raw"),re=n("../internals/regexp-exec"),oe=TypeError;$.exports=function(ue,de){var _e=ue.exec;if(V(_e)){var Ne=L(_e,ue,de);return Ne!==null&&j(Ne),Ne}if(z(ue)==="RegExp")return L(re,ue,de);throw new oe("RegExp#exec called on incompatible receiver")}},{"../internals/an-object":114,"../internals/classof-raw":137,"../internals/function-call":177,"../internals/is-callable":203,"../internals/regexp-exec":256}],256:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/function-uncurry-this"),V=n("../internals/to-string"),z=n("../internals/regexp-flags"),re=n("../internals/regexp-sticky-helpers"),oe=n("../internals/shared"),ue=n("../internals/object-create"),de=n("../internals/internal-state").get,_e=n("../internals/regexp-unsupported-dot-all"),Ne=n("../internals/regexp-unsupported-ncg"),Ue=oe("native-string-replace",String.prototype.replace),$e=RegExp.prototype.exec,Ve=$e,Fe=j("".charAt),qe=j("".indexOf),er=j("".replace),ir=j("".slice),dr=function(){var Et=/a/,ie=/b*/g;return L($e,Et,"a"),L($e,ie,"a"),Et.lastIndex!==0||ie.lastIndex!==0}(),cr=re.BROKEN_CARET,nr=/()??/.exec("")[1]!==void 0,lr=dr||nr||cr||_e||Ne;lr&&(Ve=function(ie){var pe=this,Ce=de(pe),Ie=V(ie),jt=Ce.raw,ar,ur,kt,he,tr,gr,_r;if(jt)return jt.lastIndex=pe.lastIndex,ar=L(Ve,jt,Ie),pe.lastIndex=jt.lastIndex,ar;var yr=Ce.groups,xr=cr&&pe.sticky,Nr=L(z,pe),Tr=pe.source,Sr=0,Ar=Ie;if(xr&&(Nr=er(Nr,"y",""),qe(Nr,"g")===-1&&(Nr+="g"),Ar=ir(Ie,pe.lastIndex),pe.lastIndex>0&&(!pe.multiline||pe.multiline&&Fe(Ie,pe.lastIndex-1)!==` -`)&&(Tr="(?: "+Tr+")",Ar=" "+Ar,Sr++),ur=new RegExp("^(?:"+Tr+")",Nr)),nr&&(ur=new RegExp("^"+Tr+"$(?!\\s)",Nr)),dr&&(kt=pe.lastIndex),he=L($e,xr?ur:pe,Ar),xr?he?(he.input=ir(he.input,Sr),he[0]=ir(he[0],Sr),he.index=pe.lastIndex,pe.lastIndex+=he[0].length):pe.lastIndex=0:dr&&he&&(pe.lastIndex=pe.global?he.index+he[0].length:kt),nr&&he&&he.length>1&&L(Ue,he[0],ur,function(){for(tr=1;trb)","g");return z.exec("b").groups.a!=="b"||"b".replace(z,"$c")!=="bc"})},{"../internals/fails":171,"../internals/global":188}],262:[function(n,$,k){var L=n("../internals/is-null-or-undefined"),j=TypeError;$.exports=function(V){if(L(V))throw new j("Can't call method on "+V);return V}},{"../internals/is-null-or-undefined":207}],263:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/descriptors"),V=Object.getOwnPropertyDescriptor;$.exports=function(z){if(!j)return L[z];var re=V(L,z);return re&&re.value}},{"../internals/descriptors":153,"../internals/global":188}],264:[function(n,$,k){$.exports=Object.is||function(j,V){return j===V?j!==0||1/j===1/V:j!==j&&V!==V}},{}],265:[function(n,$,k){var L=n("../internals/get-built-in"),j=n("../internals/define-built-in-accessor"),V=n("../internals/well-known-symbol"),z=n("../internals/descriptors"),re=V("species");$.exports=function(oe){var ue=L(oe);z&&ue&&!ue[re]&&j(ue,re,{configurable:!0,get:function(){return this}})}},{"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/get-built-in":182,"../internals/well-known-symbol":306}],266:[function(n,$,k){var L=n("../internals/object-define-property").f,j=n("../internals/has-own-property"),V=n("../internals/well-known-symbol"),z=V("toStringTag");$.exports=function(re,oe,ue){re&&!ue&&(re=re.prototype),re&&!j(re,z)&&L(re,z,{configurable:!0,value:oe})}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/well-known-symbol":306}],267:[function(n,$,k){var L=n("../internals/shared"),j=n("../internals/uid"),V=L("keys");$.exports=function(z){return V[z]||(V[z]=j(z))}},{"../internals/shared":269,"../internals/uid":299}],268:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/define-global-property"),V="__core-js_shared__",z=L[V]||j(V,{});$.exports=z},{"../internals/define-global-property":151,"../internals/global":188}],269:[function(n,$,k){var L=n("../internals/is-pure"),j=n("../internals/shared-store");($.exports=function(V,z){return j[V]||(j[V]=z!==void 0?z:{})})("versions",[]).push({version:"3.35.0",mode:L?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.0/LICENSE",source:"https://github.com/zloirock/core-js"})},{"../internals/is-pure":210,"../internals/shared-store":268}],270:[function(n,$,k){var L=n("../internals/an-object"),j=n("../internals/a-constructor"),V=n("../internals/is-null-or-undefined"),z=n("../internals/well-known-symbol"),re=z("species");$.exports=function(oe,ue){var de=L(oe).constructor,_e;return de===void 0||V(_e=L(de)[re])?ue:j(_e)}},{"../internals/a-constructor":109,"../internals/an-object":114,"../internals/is-null-or-undefined":207,"../internals/well-known-symbol":306}],271:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/to-integer-or-infinity"),V=n("../internals/to-string"),z=n("../internals/require-object-coercible"),re=L("".charAt),oe=L("".charCodeAt),ue=L("".slice),de=function(_e){return function(Ne,Ue){var $e=V(z(Ne)),Ve=j(Ue),Fe=$e.length,qe,er;return Ve<0||Ve>=Fe?_e?"":void 0:(qe=oe($e,Ve),qe<55296||qe>56319||Ve+1===Fe||(er=oe($e,Ve+1))<56320||er>57343?_e?re($e,Ve):qe:_e?ue($e,Ve,Ve+2):(qe-55296<<10)+(er-56320)+65536)}};$.exports={codeAt:de(!1),charAt:de(!0)}},{"../internals/function-uncurry-this":181,"../internals/require-object-coercible":262,"../internals/to-integer-or-infinity":283,"../internals/to-string":291}],272:[function(n,$,k){var L=n("../internals/function-name").PROPER,j=n("../internals/fails"),V=n("../internals/whitespaces"),z="​…᠎";$.exports=function(re){return j(function(){return!!V[re]()||z[re]()!==z||L&&V[re].name!==re})}},{"../internals/fails":171,"../internals/function-name":178,"../internals/whitespaces":307}],273:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/require-object-coercible"),V=n("../internals/to-string"),z=n("../internals/whitespaces"),re=L("".replace),oe=RegExp("^["+z+"]+"),ue=RegExp("(^|[^"+z+"])["+z+"]+$"),de=function(_e){return function(Ne){var Ue=V(j(Ne));return _e&1&&(Ue=re(Ue,oe,"")),_e&2&&(Ue=re(Ue,ue,"$1")),Ue}};$.exports={start:de(1),end:de(2),trim:de(3)}},{"../internals/function-uncurry-this":181,"../internals/require-object-coercible":262,"../internals/to-string":291,"../internals/whitespaces":307}],274:[function(n,$,k){var L=n("../internals/engine-v8-version"),j=n("../internals/fails"),V=n("../internals/global"),z=V.String;$.exports=!!Object.getOwnPropertySymbols&&!j(function(){var re=Symbol("symbol detection");return!z(re)||!(Object(re)instanceof Symbol)||!Symbol.sham&&L&&L<41})},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/global":188}],275:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/get-built-in"),V=n("../internals/well-known-symbol"),z=n("../internals/define-built-in");$.exports=function(){var re=j("Symbol"),oe=re&&re.prototype,ue=oe&&oe.valueOf,de=V("toPrimitive");oe&&!oe[de]&&z(oe,de,function(_e){return L(ue,this)},{arity:1})}},{"../internals/define-built-in":149,"../internals/function-call":177,"../internals/get-built-in":182,"../internals/well-known-symbol":306}],276:[function(n,$,k){var L=n("../internals/symbol-constructor-detection");$.exports=L&&!!Symbol.for&&!!Symbol.keyFor},{"../internals/symbol-constructor-detection":274}],277:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/function-apply"),V=n("../internals/function-bind-context"),z=n("../internals/is-callable"),re=n("../internals/has-own-property"),oe=n("../internals/fails"),ue=n("../internals/html"),de=n("../internals/array-slice"),_e=n("../internals/document-create-element"),Ne=n("../internals/validate-arguments-length"),Ue=n("../internals/engine-is-ios"),$e=n("../internals/engine-is-node"),Ve=L.setImmediate,Fe=L.clearImmediate,qe=L.process,er=L.Dispatch,ir=L.Function,dr=L.MessageChannel,cr=L.String,nr=0,lr={},Et="onreadystatechange",ie,pe,Ce,Ie;oe(function(){ie=L.location});var jt=function(he){if(re(lr,he)){var tr=lr[he];delete lr[he],tr()}},ar=function(he){return function(){jt(he)}},ur=function(he){jt(he.data)},kt=function(he){L.postMessage(cr(he),ie.protocol+"//"+ie.host)};(!Ve||!Fe)&&(Ve=function(tr){Ne(arguments.length,1);var gr=z(tr)?tr:ir(tr),_r=de(arguments,1);return lr[++nr]=function(){j(gr,void 0,_r)},pe(nr),nr},Fe=function(tr){delete lr[tr]},$e?pe=function(he){qe.nextTick(ar(he))}:er&&er.now?pe=function(he){er.now(ar(he))}:dr&&!Ue?(Ce=new dr,Ie=Ce.port2,Ce.port1.onmessage=ur,pe=V(Ie.postMessage,Ie)):L.addEventListener&&z(L.postMessage)&&!L.importScripts&&ie&&ie.protocol!=="file:"&&!oe(kt)?(pe=kt,L.addEventListener("message",ur,!1)):Et in _e("script")?pe=function(he){ue.appendChild(_e("script"))[Et]=function(){ue.removeChild(this),jt(he)}}:pe=function(he){setTimeout(ar(he),0)}),$.exports={set:Ve,clear:Fe}},{"../internals/array-slice":131,"../internals/document-create-element":154,"../internals/engine-is-ios":163,"../internals/engine-is-node":164,"../internals/fails":171,"../internals/function-apply":174,"../internals/function-bind-context":175,"../internals/global":188,"../internals/has-own-property":189,"../internals/html":192,"../internals/is-callable":203,"../internals/validate-arguments-length":302}],278:[function(n,$,k){var L=n("../internals/function-uncurry-this");$.exports=L(1 .valueOf)},{"../internals/function-uncurry-this":181}],279:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=Math.max,V=Math.min;$.exports=function(z,re){var oe=L(z);return oe<0?j(oe+re,0):V(oe,re)}},{"../internals/to-integer-or-infinity":283}],280:[function(n,$,k){var L=n("../internals/to-primitive"),j=TypeError;$.exports=function(V){var z=L(V,"number");if(typeof z=="number")throw new j("Can't convert number to bigint");return BigInt(z)}},{"../internals/to-primitive":288}],281:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=n("../internals/to-length"),V=RangeError;$.exports=function(z){if(z===void 0)return 0;var re=L(z),oe=j(re);if(re!==oe)throw new V("Wrong length or index");return oe}},{"../internals/to-integer-or-infinity":283,"../internals/to-length":284}],282:[function(n,$,k){var L=n("../internals/indexed-object"),j=n("../internals/require-object-coercible");$.exports=function(V){return L(j(V))}},{"../internals/indexed-object":195,"../internals/require-object-coercible":262}],283:[function(n,$,k){var L=n("../internals/math-trunc");$.exports=function(j){var V=+j;return V!==V||V===0?0:L(V)}},{"../internals/math-trunc":224}],284:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=Math.min;$.exports=function(V){return V>0?j(L(V),9007199254740991):0}},{"../internals/to-integer-or-infinity":283}],285:[function(n,$,k){var L=n("../internals/require-object-coercible"),j=Object;$.exports=function(V){return j(L(V))}},{"../internals/require-object-coercible":262}],286:[function(n,$,k){var L=n("../internals/to-positive-integer"),j=RangeError;$.exports=function(V,z){var re=L(V);if(re%z)throw new j("Wrong offset");return re}},{"../internals/to-positive-integer":287}],287:[function(n,$,k){var L=n("../internals/to-integer-or-infinity"),j=RangeError;$.exports=function(V){var z=L(V);if(z<0)throw new j("The argument can't be less than 0");return z}},{"../internals/to-integer-or-infinity":283}],288:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/is-object"),V=n("../internals/is-symbol"),z=n("../internals/get-method"),re=n("../internals/ordinary-to-primitive"),oe=n("../internals/well-known-symbol"),ue=TypeError,de=oe("toPrimitive");$.exports=function(_e,Ne){if(!j(_e)||V(_e))return _e;var Ue=z(_e,de),$e;if(Ue){if(Ne===void 0&&(Ne="default"),$e=L(Ue,_e,Ne),!j($e)||V($e))return $e;throw new ue("Can't convert object to primitive value")}return Ne===void 0&&(Ne="number"),re(_e,Ne)}},{"../internals/function-call":177,"../internals/get-method":186,"../internals/is-object":208,"../internals/is-symbol":212,"../internals/ordinary-to-primitive":245,"../internals/well-known-symbol":306}],289:[function(n,$,k){var L=n("../internals/to-primitive"),j=n("../internals/is-symbol");$.exports=function(V){var z=L(V,"string");return j(z)?z:z+""}},{"../internals/is-symbol":212,"../internals/to-primitive":288}],290:[function(n,$,k){var L=n("../internals/well-known-symbol"),j=L("toStringTag"),V={};V[j]="z",$.exports=String(V)==="[object z]"},{"../internals/well-known-symbol":306}],291:[function(n,$,k){var L=n("../internals/classof"),j=String;$.exports=function(V){if(L(V)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return j(V)}},{"../internals/classof":138}],292:[function(n,$,k){var L=Math.round;$.exports=function(j){var V=L(j);return V<0?0:V>255?255:V&255}},{}],293:[function(n,$,k){var L=String;$.exports=function(j){try{return L(j)}catch{return"Object"}}},{}],294:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-call"),z=n("../internals/descriptors"),re=n("../internals/typed-array-constructors-require-wrappers"),oe=n("../internals/array-buffer-view-core"),ue=n("../internals/array-buffer"),de=n("../internals/an-instance"),_e=n("../internals/create-property-descriptor"),Ne=n("../internals/create-non-enumerable-property"),Ue=n("../internals/is-integral-number"),$e=n("../internals/to-length"),Ve=n("../internals/to-index"),Fe=n("../internals/to-offset"),qe=n("../internals/to-uint8-clamped"),er=n("../internals/to-property-key"),ir=n("../internals/has-own-property"),dr=n("../internals/classof"),cr=n("../internals/is-object"),nr=n("../internals/is-symbol"),lr=n("../internals/object-create"),Et=n("../internals/object-is-prototype-of"),ie=n("../internals/object-set-prototype-of"),pe=n("../internals/object-get-own-property-names").f,Ce=n("../internals/typed-array-from"),Ie=n("../internals/array-iteration").forEach,jt=n("../internals/set-species"),ar=n("../internals/define-built-in-accessor"),ur=n("../internals/object-define-property"),kt=n("../internals/object-get-own-property-descriptor"),he=n("../internals/array-from-constructor-and-list"),tr=n("../internals/internal-state"),gr=n("../internals/inherit-if-required"),_r=tr.get,yr=tr.set,xr=tr.enforce,Nr=ur.f,Tr=kt.f,Sr=j.RangeError,Ar=ue.ArrayBuffer,Fr=Ar.prototype,Gr=ue.DataView,Vr=oe.NATIVE_ARRAY_BUFFER_VIEWS,Dr=oe.TYPED_ARRAY_TAG,Ir=oe.TypedArray,Br=oe.TypedArrayPrototype,Rr=oe.isTypedArray,Lr="BYTES_PER_ELEMENT",$r="Wrong length",jr=function(Zr,Vi){ar(Zr,Vi,{configurable:!0,get:function(){return _r(this)[Vi]}})},vn=function(Zr){var Vi;return Et(Fr,Zr)||(Vi=dr(Zr))==="ArrayBuffer"||Vi==="SharedArrayBuffer"},Kr=function(Zr,Vi){return Rr(Zr)&&!nr(Vi)&&Vi in Zr&&Ue(+Vi)&&Vi>=0},kr=function(Vi,To){return To=er(To),Kr(Vi,To)?_e(2,Vi[To]):Tr(Vi,To)},Qr=function(Vi,To,oa){return To=er(To),Kr(Vi,To)&&cr(oa)&&ir(oa,"value")&&!ir(oa,"get")&&!ir(oa,"set")&&!oa.configurable&&(!ir(oa,"writable")||oa.writable)&&(!ir(oa,"enumerable")||oa.enumerable)?(Vi[To]=oa.value,Vi):Nr(Vi,To,oa)};z?(Vr||(kt.f=kr,ur.f=Qr,jr(Br,"buffer"),jr(Br,"byteOffset"),jr(Br,"byteLength"),jr(Br,"length")),L({target:"Object",stat:!0,forced:!Vr},{getOwnPropertyDescriptor:kr,defineProperty:Qr}),$.exports=function(Zr,Vi,To){var oa=Zr.match(/\d+/)[0]/8,Ba=Zr+(To?"Clamped":"")+"Array",rs="get"+Zr,Mn="set"+Zr,Wr=j[Ba],Ur=Wr,Sn=Ur&&Ur.prototype,Nn={},Sa=function(zn,ki){var Ra=_r(zn);return Ra.view[rs](ki*oa+Ra.byteOffset,!0)},Li=function(zn,ki,Ra){var _o=_r(zn);_o.view[Mn](ki*oa+_o.byteOffset,To?qe(Ra):Ra,!0)},ca=function(zn,ki){Nr(zn,ki,{get:function(){return Sa(this,ki)},set:function(Ra){return Li(this,ki,Ra)},enumerable:!0})};Vr?re&&(Ur=Vi(function(zn,ki,Ra,_o){return de(zn,Sn),gr(function(){return cr(ki)?vn(ki)?_o!==void 0?new Wr(ki,Fe(Ra,oa),_o):Ra!==void 0?new Wr(ki,Fe(Ra,oa)):new Wr(ki):Rr(ki)?he(Ur,ki):V(Ce,Ur,ki):new Wr(Ve(ki))}(),zn,Ur)}),ie&&ie(Ur,Ir),Ie(pe(Wr),function(zn){zn in Ur||Ne(Ur,zn,Wr[zn])}),Ur.prototype=Sn):(Ur=Vi(function(zn,ki,Ra,_o){de(zn,Sn);var eo=0,tl=0,Es,Hs,Ts;if(!cr(ki))Ts=Ve(ki),Hs=Ts*oa,Es=new Ar(Hs);else if(vn(ki)){Es=ki,tl=Fe(Ra,oa);var js=ki.byteLength;if(_o===void 0){if(js%oa)throw new Sr($r);if(Hs=js-tl,Hs<0)throw new Sr($r)}else if(Hs=$e(_o)*oa,Hs+tl>js)throw new Sr($r);Ts=Hs/oa}else return Rr(ki)?he(Ur,ki):V(Ce,Ur,ki);for(yr(zn,{buffer:Es,byteOffset:tl,byteLength:Hs,length:Ts,view:new Gr(Es)});eo1?arguments[1]:void 0,dr=ir!==void 0,cr=ue(qe),nr,lr,Et,ie,pe,Ce,Ie,jt;if(cr&&!de(cr))for(Ie=oe(qe,cr),jt=Ie.next,qe=[];!(Ce=j(jt,Ie)).done;)qe.push(Ce.value);for(dr&&er>2&&(ir=L(ir,arguments[2])),lr=re(qe),Et=new(Ne(Fe))(lr),ie=_e(Et),nr=0;lr>nr;nr++)pe=dr?ir(qe[nr],nr):qe[nr],Et[nr]=ie?Ue(pe):+pe;return Et}},{"../internals/a-constructor":109,"../internals/array-buffer-view-core":117,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/is-big-int-array":202,"../internals/length-of-array-like":219,"../internals/to-big-int":280,"../internals/to-object":285}],298:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/species-constructor"),V=L.aTypedArrayConstructor,z=L.getTypedArrayConstructor;$.exports=function(re){return V(j(re,z(re)))}},{"../internals/array-buffer-view-core":117,"../internals/species-constructor":270}],299:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=0,V=Math.random(),z=L(1 .toString);$.exports=function(re){return"Symbol("+(re===void 0?"":re)+")_"+z(++j+V,36)}},{"../internals/function-uncurry-this":181}],300:[function(n,$,k){var L=n("../internals/symbol-constructor-detection");$.exports=L&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},{"../internals/symbol-constructor-detection":274}],301:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/fails");$.exports=L&&j(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},{"../internals/descriptors":153,"../internals/fails":171}],302:[function(n,$,k){var L=TypeError;$.exports=function(j,V){if(j=51||!j(function(){var ir=[];return ir[Ve]=!1,ir.concat()[0]!==ir}),qe=function(ir){if(!z(ir))return!1;var dr=ir[Ve];return dr!==void 0?!!dr:V(ir)},er=!Fe||!Ne("concat");L({target:"Array",proto:!0,arity:1,forced:er},{concat:function(dr){var cr=re(this),nr=_e(cr,0),lr=0,Et,ie,pe,Ce,Ie;for(Et=-1,pe=arguments.length;Et1?arguments[1]:void 0)}})},{"../internals/array-iteration":125,"../internals/array-method-has-species-support":127,"../internals/export":170}],313:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-iteration").find,V=n("../internals/add-to-unscopables"),z="find",re=!0;z in[]&&Array(1)[z](function(){re=!1}),L({target:"Array",proto:!0,forced:re},{find:function(ue){return j(this,ue,arguments.length>1?arguments[1]:void 0)}}),V(z)},{"../internals/add-to-unscopables":111,"../internals/array-iteration":125,"../internals/export":170}],314:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-from"),V=n("../internals/check-correctness-of-iteration"),z=!V(function(re){Array.from(re)});L({target:"Array",stat:!0,forced:z},{from:j})},{"../internals/array-from":123,"../internals/check-correctness-of-iteration":136,"../internals/export":170}],315:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-includes").includes,V=n("../internals/fails"),z=n("../internals/add-to-unscopables"),re=V(function(){return!Array(1).includes()});L({target:"Array",proto:!0,forced:re},{includes:function(ue){return j(this,ue,arguments.length>1?arguments[1]:void 0)}}),z("includes")},{"../internals/add-to-unscopables":111,"../internals/array-includes":124,"../internals/export":170,"../internals/fails":171}],316:[function(n,$,k){var L=n("../internals/to-indexed-object"),j=n("../internals/add-to-unscopables"),V=n("../internals/iterators"),z=n("../internals/internal-state"),re=n("../internals/object-define-property").f,oe=n("../internals/iterator-define"),ue=n("../internals/create-iter-result-object"),de=n("../internals/is-pure"),_e=n("../internals/descriptors"),Ne="Array Iterator",Ue=z.set,$e=z.getterFor(Ne);$.exports=oe(Array,"Array",function(Fe,qe){Ue(this,{type:Ne,target:L(Fe),index:0,kind:qe})},function(){var Fe=$e(this),qe=Fe.target,er=Fe.index++;if(!qe||er>=qe.length)return Fe.target=void 0,ue(void 0,!0);switch(Fe.kind){case"keys":return ue(er,!1);case"values":return ue(qe[er],!1)}return ue([er,qe[er]],!1)},"values");var Ve=V.Arguments=V.Array;if(j("keys"),j("values"),j("entries"),!de&&_e&&Ve.name!=="values")try{re(Ve,"name",{value:"values"})}catch{}},{"../internals/add-to-unscopables":111,"../internals/create-iter-result-object":144,"../internals/descriptors":153,"../internals/internal-state":199,"../internals/is-pure":210,"../internals/iterator-define":216,"../internals/iterators":218,"../internals/object-define-property":231,"../internals/to-indexed-object":282}],317:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/indexed-object"),z=n("../internals/to-indexed-object"),re=n("../internals/array-method-is-strict"),oe=j([].join),ue=V!==Object,de=ue||!re("join",",");L({target:"Array",proto:!0,forced:de},{join:function(Ne){return oe(z(this),Ne===void 0?",":Ne)}})},{"../internals/array-method-is-strict":128,"../internals/export":170,"../internals/function-uncurry-this":181,"../internals/indexed-object":195,"../internals/to-indexed-object":282}],318:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/array-iteration").map,V=n("../internals/array-method-has-species-support"),z=V("map");L({target:"Array",proto:!0,forced:!z},{map:function(oe){return j(this,oe,arguments.length>1?arguments[1]:void 0)}})},{"../internals/array-iteration":125,"../internals/array-method-has-species-support":127,"../internals/export":170}],319:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/is-array"),V=n("../internals/is-constructor"),z=n("../internals/is-object"),re=n("../internals/to-absolute-index"),oe=n("../internals/length-of-array-like"),ue=n("../internals/to-indexed-object"),de=n("../internals/create-property"),_e=n("../internals/well-known-symbol"),Ne=n("../internals/array-method-has-species-support"),Ue=n("../internals/array-slice"),$e=Ne("slice"),Ve=_e("species"),Fe=Array,qe=Math.max;L({target:"Array",proto:!0,forced:!$e},{slice:function(ir,dr){var cr=ue(this),nr=oe(cr),lr=re(ir,nr),Et=re(dr===void 0?nr:dr,nr),ie,pe,Ce;if(j(cr)&&(ie=cr.constructor,V(ie)&&(ie===Fe||j(ie.prototype))?ie=void 0:z(ie)&&(ie=ie[Ve],ie===null&&(ie=void 0)),ie===Fe||ie===void 0))return Ue(cr,lr,Et);for(pe=new(ie===void 0?Fe:ie)(qe(Et-lr,0)),Ce=0;lr3)){if($e)return!0;if(Fe)return Fe<603;var pe="",Ce,Ie,jt,ar;for(Ce=65;Ce<76;Ce++){switch(Ie=String.fromCharCode(Ce),Ce){case 66:case 69:case 70:case 72:jt=3;break;case 68:case 71:jt=4;break;default:jt=2}for(ar=0;ar<47;ar++)qe.push({k:Ie+ar,v:jt})}for(qe.sort(function(ur,kt){return kt.v-ur.v}),ar=0;arue(Ie)?1:-1}};L({target:"Array",proto:!0,forced:Et},{sort:function(Ce){Ce!==void 0&&V(Ce);var Ie=z(this);if(lr)return Ce===void 0?er(Ie):er(Ie,Ce);var jt=[],ar=re(Ie),ur,kt;for(kt=0;ktcr-ie+Et;Ce--)Ne(dr,Ce-1)}else if(Et>ie)for(Ce=cr-ie;Ce>nr;Ce--)Ie=Ce+ie-1,jt=Ce+Et-1,Ie in dr?dr[jt]=dr[Ie]:Ne(dr,jt);for(Ce=0;Ce2){if(gr=dr(gr),_r=Ce(gr,0),_r===43||_r===45){if(yr=Ce(gr,2),yr===88||yr===120)return NaN}else if(_r===48){switch(Ce(gr,1)){case 66:case 98:xr=2,Nr=49;break;case 79:case 111:xr=8,Nr=55;break;default:return+gr}for(Tr=pe(gr,2),Sr=Tr.length,Ar=0;ArNr)return NaN;return parseInt(Tr,xr)}}return+gr},ar=ue(cr,!nr(" 0o1")||!nr("0b1")||nr("+0x1")),ur=function(tr){return Ne(Et,tr)&&Ve(function(){ir(tr)})},kt=function(gr){var _r=arguments.length<1?0:nr(Ie(gr));return ur(this)?_e(Object(_r),this,kt):_r};kt.prototype=Et,ar&&!j&&(Et.constructor=kt),L({global:!0,constructor:!0,wrap:!0,forced:ar},{Number:kt});var he=function(tr,gr){for(var _r=V?Fe(gr):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),yr=0,xr;_r.length>yr;yr++)de(gr,xr=_r[yr])&&!de(tr,xr)&&er(tr,xr,qe(gr,xr))};j&&lr&&he(re[cr],lr),(ar||j)&&he(re[cr],nr)},{"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/inherit-if-required":196,"../internals/is-forced":205,"../internals/is-pure":210,"../internals/is-symbol":212,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/object-get-own-property-names":234,"../internals/object-is-prototype-of":238,"../internals/path":247,"../internals/string-trim":273,"../internals/this-number-value":278,"../internals/to-primitive":288}],325:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/object-assign");L({target:"Object",stat:!0,arity:2,forced:Object.assign!==j},{assign:j})},{"../internals/export":170,"../internals/object-assign":228}],326:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/object-to-array").entries;L({target:"Object",stat:!0},{entries:function(z){return j(z)}})},{"../internals/export":170,"../internals/object-to-array":243}],327:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/fails"),V=n("../internals/to-indexed-object"),z=n("../internals/object-get-own-property-descriptor").f,re=n("../internals/descriptors"),oe=!re||j(function(){z(1)});L({target:"Object",stat:!0,forced:oe,sham:!re},{getOwnPropertyDescriptor:function(de,_e){return z(V(de),_e)}})},{"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/object-get-own-property-descriptor":232,"../internals/to-indexed-object":282}],328:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/descriptors"),V=n("../internals/own-keys"),z=n("../internals/to-indexed-object"),re=n("../internals/object-get-own-property-descriptor"),oe=n("../internals/create-property");L({target:"Object",stat:!0,sham:!j},{getOwnPropertyDescriptors:function(de){for(var _e=z(de),Ne=re.f,Ue=V(_e),$e={},Ve=0,Fe,qe;Ue.length>Ve;)qe=Ne(_e,Fe=Ue[Ve++]),qe!==void 0&&oe($e,Fe,qe);return $e}})},{"../internals/create-property":147,"../internals/descriptors":153,"../internals/export":170,"../internals/object-get-own-property-descriptor":232,"../internals/own-keys":246,"../internals/to-indexed-object":282}],329:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/symbol-constructor-detection"),V=n("../internals/fails"),z=n("../internals/object-get-own-property-symbols"),re=n("../internals/to-object"),oe=!j||V(function(){z.f(1)});L({target:"Object",stat:!0,forced:oe},{getOwnPropertySymbols:function(de){var _e=z.f;return _e?_e(re(de)):[]}})},{"../internals/export":170,"../internals/fails":171,"../internals/object-get-own-property-symbols":235,"../internals/symbol-constructor-detection":274,"../internals/to-object":285}],330:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/to-object"),V=n("../internals/object-keys"),z=n("../internals/fails"),re=z(function(){V(1)});L({target:"Object",stat:!0,forced:re},{keys:function(ue){return V(j(ue))}})},{"../internals/export":170,"../internals/fails":171,"../internals/object-keys":240,"../internals/to-object":285}],331:[function(n,$,k){var L=n("../internals/to-string-tag-support"),j=n("../internals/define-built-in"),V=n("../internals/object-to-string");L||j(Object.prototype,"toString",V,{unsafe:!0})},{"../internals/define-built-in":149,"../internals/object-to-string":244,"../internals/to-string-tag-support":290}],332:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/a-callable"),z=n("../internals/new-promise-capability"),re=n("../internals/perform"),oe=n("../internals/iterate"),ue=n("../internals/promise-statics-incorrect-iteration");L({target:"Promise",stat:!0,forced:ue},{all:function(_e){var Ne=this,Ue=z.f(Ne),$e=Ue.resolve,Ve=Ue.reject,Fe=re(function(){var qe=V(Ne.resolve),er=[],ir=0,dr=1;oe(_e,function(cr){var nr=ir++,lr=!1;dr++,j(qe,Ne,cr).then(function(Et){lr||(lr=!0,er[nr]=Et,--dr||$e(er))},Ve)}),--dr||$e(er)});return Fe.error&&Ve(Fe.value),Ue.promise}})},{"../internals/a-callable":108,"../internals/export":170,"../internals/function-call":177,"../internals/iterate":213,"../internals/new-promise-capability":226,"../internals/perform":248,"../internals/promise-statics-incorrect-iteration":252}],333:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/is-pure"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR,z=n("../internals/promise-native-constructor"),re=n("../internals/get-built-in"),oe=n("../internals/is-callable"),ue=n("../internals/define-built-in"),de=z&&z.prototype;if(L({target:"Promise",proto:!0,forced:V,real:!0},{catch:function(Ne){return this.then(void 0,Ne)}}),!j&&oe(z)){var _e=re("Promise").prototype.catch;de.catch!==_e&&ue(de,"catch",_e,{unsafe:!0})}},{"../internals/define-built-in":149,"../internals/export":170,"../internals/get-built-in":182,"../internals/is-callable":203,"../internals/is-pure":210,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250}],334:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/is-pure"),V=n("../internals/engine-is-node"),z=n("../internals/global"),re=n("../internals/function-call"),oe=n("../internals/define-built-in"),ue=n("../internals/object-set-prototype-of"),de=n("../internals/set-to-string-tag"),_e=n("../internals/set-species"),Ne=n("../internals/a-callable"),Ue=n("../internals/is-callable"),$e=n("../internals/is-object"),Ve=n("../internals/an-instance"),Fe=n("../internals/species-constructor"),qe=n("../internals/task").set,er=n("../internals/microtask"),ir=n("../internals/host-report-errors"),dr=n("../internals/perform"),cr=n("../internals/queue"),nr=n("../internals/internal-state"),lr=n("../internals/promise-native-constructor"),Et=n("../internals/promise-constructor-detection"),ie=n("../internals/new-promise-capability"),pe="Promise",Ce=Et.CONSTRUCTOR,Ie=Et.REJECTION_EVENT,jt=Et.SUBCLASSING,ar=nr.getterFor(pe),ur=nr.set,kt=lr&&lr.prototype,he=lr,tr=kt,gr=z.TypeError,_r=z.document,yr=z.process,xr=ie.f,Nr=xr,Tr=!!(_r&&_r.createEvent&&z.dispatchEvent),Sr="unhandledrejection",Ar="rejectionhandled",Fr=0,Gr=1,Vr=2,Dr=1,Ir=2,Br,Rr,Lr,$r,jr=function(rs){var Mn;return $e(rs)&&Ue(Mn=rs.then)?Mn:!1},vn=function(rs,Mn){var Wr=Mn.value,Ur=Mn.state===Gr,Sn=Ur?rs.ok:rs.fail,Nn=rs.resolve,Sa=rs.reject,Li=rs.domain,ca,fo,zn;try{Sn?(Ur||(Mn.rejection===Ir&&Vi(Mn),Mn.rejection=Dr),Sn===!0?ca=Wr:(Li&&Li.enter(),ca=Sn(Wr),Li&&(Li.exit(),zn=!0)),ca===rs.promise?Sa(new gr("Promise-chain cycle")):(fo=jr(ca))?re(fo,ca,Nn,Sa):Nn(ca)):Sa(Wr)}catch(ki){Li&&!zn&&Li.exit(),Sa(ki)}},Kr=function(rs,Mn){rs.notified||(rs.notified=!0,er(function(){for(var Wr=rs.reactions,Ur;Ur=Wr.get();)vn(Ur,rs);rs.notified=!1,Mn&&!rs.rejection&&Qr(rs)}))},kr=function(rs,Mn,Wr){var Ur,Sn;Tr?(Ur=_r.createEvent("Event"),Ur.promise=Mn,Ur.reason=Wr,Ur.initEvent(rs,!1,!0),z.dispatchEvent(Ur)):Ur={promise:Mn,reason:Wr},!Ie&&(Sn=z["on"+rs])?Sn(Ur):rs===Sr&&ir("Unhandled promise rejection",Wr)},Qr=function(rs){re(qe,z,function(){var Mn=rs.facade,Wr=rs.value,Ur=Zr(rs),Sn;if(Ur&&(Sn=dr(function(){V?yr.emit("unhandledRejection",Wr,Mn):kr(Sr,Mn,Wr)}),rs.rejection=V||Zr(rs)?Ir:Dr,Sn.error))throw Sn.value})},Zr=function(rs){return rs.rejection!==Dr&&!rs.parent},Vi=function(rs){re(qe,z,function(){var Mn=rs.facade;V?yr.emit("rejectionHandled",Mn):kr(Ar,Mn,rs.value)})},To=function(rs,Mn,Wr){return function(Ur){rs(Mn,Ur,Wr)}},oa=function(rs,Mn,Wr){rs.done||(rs.done=!0,Wr&&(rs=Wr),rs.value=Mn,rs.state=Vr,Kr(rs,!0))},Ba=function(rs,Mn,Wr){if(!rs.done){rs.done=!0,Wr&&(rs=Wr);try{if(rs.facade===Mn)throw new gr("Promise can't be resolved itself");var Ur=jr(Mn);Ur?er(function(){var Sn={done:!1};try{re(Ur,Mn,To(Ba,Sn,rs),To(oa,Sn,rs))}catch(Nn){oa(Sn,Nn,rs)}}):(rs.value=Mn,rs.state=Gr,Kr(rs,!1))}catch(Sn){oa({done:!1},Sn,rs)}}};if(Ce&&(he=function(Mn){Ve(this,tr),Ne(Mn),re(Br,this);var Wr=ar(this);try{Mn(To(Ba,Wr),To(oa,Wr))}catch(Ur){oa(Wr,Ur)}},tr=he.prototype,Br=function(Mn){ur(this,{type:pe,done:!1,notified:!1,parent:!1,reactions:new cr,rejection:!1,state:Fr,value:void 0})},Br.prototype=oe(tr,"then",function(Mn,Wr){var Ur=ar(this),Sn=xr(Fe(this,he));return Ur.parent=!0,Sn.ok=Ue(Mn)?Mn:!0,Sn.fail=Ue(Wr)&&Wr,Sn.domain=V?yr.domain:void 0,Ur.state===Fr?Ur.reactions.add(Sn):er(function(){vn(Sn,Ur)}),Sn.promise}),Rr=function(){var rs=new Br,Mn=ar(rs);this.promise=rs,this.resolve=To(Ba,Mn),this.reject=To(oa,Mn)},ie.f=xr=function(rs){return rs===he||rs===Lr?new Rr(rs):Nr(rs)},!j&&Ue(lr)&&kt!==Object.prototype)){$r=kt.then,jt||oe(kt,"then",function(Mn,Wr){var Ur=this;return new he(function(Sn,Nn){re($r,Ur,Sn,Nn)}).then(Mn,Wr)},{unsafe:!0});try{delete kt.constructor}catch{}ue&&ue(kt,tr)}L({global:!0,constructor:!0,wrap:!0,forced:Ce},{Promise:he}),de(he,pe,!1,!0),_e(pe)},{"../internals/a-callable":108,"../internals/an-instance":113,"../internals/define-built-in":149,"../internals/engine-is-node":164,"../internals/export":170,"../internals/function-call":177,"../internals/global":188,"../internals/host-report-errors":191,"../internals/internal-state":199,"../internals/is-callable":203,"../internals/is-object":208,"../internals/is-pure":210,"../internals/microtask":225,"../internals/new-promise-capability":226,"../internals/object-set-prototype-of":242,"../internals/perform":248,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250,"../internals/queue":254,"../internals/set-species":265,"../internals/set-to-string-tag":266,"../internals/species-constructor":270,"../internals/task":277}],335:[function(n,$,k){n("../modules/es.promise.constructor"),n("../modules/es.promise.all"),n("../modules/es.promise.catch"),n("../modules/es.promise.race"),n("../modules/es.promise.reject"),n("../modules/es.promise.resolve")},{"../modules/es.promise.all":332,"../modules/es.promise.catch":333,"../modules/es.promise.constructor":334,"../modules/es.promise.race":336,"../modules/es.promise.reject":337,"../modules/es.promise.resolve":338}],336:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/a-callable"),z=n("../internals/new-promise-capability"),re=n("../internals/perform"),oe=n("../internals/iterate"),ue=n("../internals/promise-statics-incorrect-iteration");L({target:"Promise",stat:!0,forced:ue},{race:function(_e){var Ne=this,Ue=z.f(Ne),$e=Ue.reject,Ve=re(function(){var Fe=V(Ne.resolve);oe(_e,function(qe){j(Fe,Ne,qe).then(Ue.resolve,$e)})});return Ve.error&&$e(Ve.value),Ue.promise}})},{"../internals/a-callable":108,"../internals/export":170,"../internals/function-call":177,"../internals/iterate":213,"../internals/new-promise-capability":226,"../internals/perform":248,"../internals/promise-statics-incorrect-iteration":252}],337:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/new-promise-capability"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR;L({target:"Promise",stat:!0,forced:V},{reject:function(re){var oe=j.f(this),ue=oe.reject;return ue(re),oe.promise}})},{"../internals/export":170,"../internals/new-promise-capability":226,"../internals/promise-constructor-detection":249}],338:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/get-built-in"),V=n("../internals/is-pure"),z=n("../internals/promise-native-constructor"),re=n("../internals/promise-constructor-detection").CONSTRUCTOR,oe=n("../internals/promise-resolve"),ue=j("Promise"),de=V&&!re;L({target:"Promise",stat:!0,forced:V||re},{resolve:function(Ne){return oe(de&&this===ue?z:this,Ne)}})},{"../internals/export":170,"../internals/get-built-in":182,"../internals/is-pure":210,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250,"../internals/promise-resolve":251}],339:[function(n,$,k){var L=n("../internals/descriptors"),j=n("../internals/global"),V=n("../internals/function-uncurry-this"),z=n("../internals/is-forced"),re=n("../internals/inherit-if-required"),oe=n("../internals/create-non-enumerable-property"),ue=n("../internals/object-create"),de=n("../internals/object-get-own-property-names").f,_e=n("../internals/object-is-prototype-of"),Ne=n("../internals/is-regexp"),Ue=n("../internals/to-string"),$e=n("../internals/regexp-get-flags"),Ve=n("../internals/regexp-sticky-helpers"),Fe=n("../internals/proxy-accessor"),qe=n("../internals/define-built-in"),er=n("../internals/fails"),ir=n("../internals/has-own-property"),dr=n("../internals/internal-state").enforce,cr=n("../internals/set-species"),nr=n("../internals/well-known-symbol"),lr=n("../internals/regexp-unsupported-dot-all"),Et=n("../internals/regexp-unsupported-ncg"),ie=nr("match"),pe=j.RegExp,Ce=pe.prototype,Ie=j.SyntaxError,jt=V(Ce.exec),ar=V("".charAt),ur=V("".replace),kt=V("".indexOf),he=V("".slice),tr=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,gr=/a/g,_r=/a/g,yr=new pe(gr)!==gr,xr=Ve.MISSED_STICKY,Nr=Ve.UNSUPPORTED_Y,Tr=L&&(!yr||xr||lr||Et||er(function(){return _r[ie]=!1,pe(gr)!==gr||pe(_r)===_r||String(pe(gr,"i"))!=="/a/i"})),Sr=function(Dr){for(var Ir=Dr.length,Br=0,Rr="",Lr=!1,$r;Br<=Ir;Br++){if($r=ar(Dr,Br),$r==="\\"){Rr+=$r+ar(Dr,++Br);continue}!Lr&&$r==="."?Rr+="[\\s\\S]":($r==="["?Lr=!0:$r==="]"&&(Lr=!1),Rr+=$r)}return Rr},Ar=function(Dr){for(var Ir=Dr.length,Br=0,Rr="",Lr=[],$r=ue(null),jr=!1,vn=!1,Kr=0,kr="",Qr;Br<=Ir;Br++){if(Qr=ar(Dr,Br),Qr==="\\")Qr+=ar(Dr,++Br);else if(Qr==="]")jr=!1;else if(!jr)switch(!0){case Qr==="[":jr=!0;break;case Qr==="(":jt(tr,he(Dr,Br+1))&&(Br+=2,vn=!0),Rr+=Qr,Kr++;continue;case(Qr===">"&&vn):if(kr===""||ir($r,kr))throw new Ie("Invalid capture group name");$r[kr]=!0,Lr[Lr.length]=[kr,Kr],vn=!1,kr="";continue}vn?kr+=Qr:Rr+=Qr}return[Rr,Lr]};if(z("RegExp",Tr)){for(var Fr=function(Ir,Br){var Rr=_e(Ce,this),Lr=Ne(Ir),$r=Br===void 0,jr=[],vn=Ir,Kr,kr,Qr,Zr,Vi,To;if(!Rr&&Lr&&$r&&Ir.constructor===Fr)return Ir;if((Lr||_e(Ce,Ir))&&(Ir=Ir.source,$r&&(Br=$e(vn))),Ir=Ir===void 0?"":Ue(Ir),Br=Br===void 0?"":Ue(Br),vn=Ir,lr&&"dotAll"in gr&&(kr=!!Br&&kt(Br,"s")>-1,kr&&(Br=ur(Br,/s/g,""))),Kr=Br,xr&&"sticky"in gr&&(Qr=!!Br&&kt(Br,"y")>-1,Qr&&Nr&&(Br=ur(Br,/y/g,""))),Et&&(Zr=Ar(Ir),Ir=Zr[0],jr=Zr[1]),Vi=re(pe(Ir,Br),Rr?this:Ce,Fr),(kr||Qr||jr.length)&&(To=dr(Vi),kr&&(To.dotAll=!0,To.raw=Fr(Sr(Ir),Kr)),Qr&&(To.sticky=!0),jr.length&&(To.groups=jr)),Ir!==vn)try{oe(Vi,"source",vn===""?"(?:)":vn)}catch{}return Vi},Gr=de(pe),Vr=0;Gr.length>Vr;)Fe(Fr,pe,Gr[Vr++]);Ce.constructor=Fr,Fr.prototype=Ce,qe(j,"RegExp",Fr,{constructor:!0})}cr("RegExp")},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/descriptors":153,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/inherit-if-required":196,"../internals/internal-state":199,"../internals/is-forced":205,"../internals/is-regexp":211,"../internals/object-create":229,"../internals/object-get-own-property-names":234,"../internals/object-is-prototype-of":238,"../internals/proxy-accessor":253,"../internals/regexp-get-flags":258,"../internals/regexp-sticky-helpers":259,"../internals/regexp-unsupported-dot-all":260,"../internals/regexp-unsupported-ncg":261,"../internals/set-species":265,"../internals/to-string":291,"../internals/well-known-symbol":306}],340:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/regexp-exec");L({target:"RegExp",proto:!0,forced:/./.exec!==j},{exec:j})},{"../internals/export":170,"../internals/regexp-exec":256}],341:[function(n,$,k){var L=n("../internals/function-name").PROPER,j=n("../internals/define-built-in"),V=n("../internals/an-object"),z=n("../internals/to-string"),re=n("../internals/fails"),oe=n("../internals/regexp-get-flags"),ue="toString",de=RegExp.prototype,_e=de[ue],Ne=re(function(){return _e.call({source:"a",flags:"b"})!=="/a/b"}),Ue=L&&_e.name!==ue;(Ne||Ue)&&j(de,ue,function(){var Ve=V(this),Fe=z(Ve.source),qe=z(oe(Ve));return"/"+Fe+"/"+qe},{unsafe:!0})},{"../internals/an-object":114,"../internals/define-built-in":149,"../internals/fails":171,"../internals/function-name":178,"../internals/regexp-get-flags":258,"../internals/to-string":291}],342:[function(n,$,k){var L=n("../internals/collection"),j=n("../internals/collection-strong");L("Set",function(V){return function(){return V(this,arguments.length?arguments[0]:void 0)}},j)},{"../internals/collection":140,"../internals/collection-strong":139}],343:[function(n,$,k){n("../modules/es.set.constructor")},{"../modules/es.set.constructor":342}],344:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/not-a-regexp"),z=n("../internals/require-object-coercible"),re=n("../internals/to-string"),oe=n("../internals/correct-is-regexp-logic"),ue=j("".indexOf);L({target:"String",proto:!0,forced:!oe("includes")},{includes:function(_e){return!!~ue(re(z(this)),re(V(_e)),arguments.length>1?arguments[1]:void 0)}})},{"../internals/correct-is-regexp-logic":142,"../internals/export":170,"../internals/function-uncurry-this":181,"../internals/not-a-regexp":227,"../internals/require-object-coercible":262,"../internals/to-string":291}],345:[function(n,$,k){var L=n("../internals/string-multibyte").charAt,j=n("../internals/to-string"),V=n("../internals/internal-state"),z=n("../internals/iterator-define"),re=n("../internals/create-iter-result-object"),oe="String Iterator",ue=V.set,de=V.getterFor(oe);z(String,"String",function(_e){ue(this,{type:oe,string:j(_e),index:0})},function(){var Ne=de(this),Ue=Ne.string,$e=Ne.index,Ve;return $e>=Ue.length?re(void 0,!0):(Ve=L(Ue,$e),Ne.index+=Ve.length,re(Ve,!1))})},{"../internals/create-iter-result-object":144,"../internals/internal-state":199,"../internals/iterator-define":216,"../internals/string-multibyte":271,"../internals/to-string":291}],346:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/fix-regexp-well-known-symbol-logic"),V=n("../internals/an-object"),z=n("../internals/is-null-or-undefined"),re=n("../internals/to-length"),oe=n("../internals/to-string"),ue=n("../internals/require-object-coercible"),de=n("../internals/get-method"),_e=n("../internals/advance-string-index"),Ne=n("../internals/regexp-exec-abstract");j("match",function(Ue,$e,Ve){return[function(qe){var er=ue(this),ir=z(qe)?void 0:de(qe,Ue);return ir?L(ir,qe,er):new RegExp(qe)[Ue](oe(er))},function(Fe){var qe=V(this),er=oe(Fe),ir=Ve($e,qe,er);if(ir.done)return ir.value;if(!qe.global)return Ne(qe,er);var dr=qe.unicode;qe.lastIndex=0;for(var cr=[],nr=0,lr;(lr=Ne(qe,er))!==null;){var Et=oe(lr[0]);cr[nr]=Et,Et===""&&(qe.lastIndex=_e(er,re(qe.lastIndex),dr)),nr++}return nr===0?null:cr}]})},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-call":177,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/to-length":284,"../internals/to-string":291}],347:[function(n,$,k){var L=n("../internals/function-apply"),j=n("../internals/function-call"),V=n("../internals/function-uncurry-this"),z=n("../internals/fix-regexp-well-known-symbol-logic"),re=n("../internals/fails"),oe=n("../internals/an-object"),ue=n("../internals/is-callable"),de=n("../internals/is-null-or-undefined"),_e=n("../internals/to-integer-or-infinity"),Ne=n("../internals/to-length"),Ue=n("../internals/to-string"),$e=n("../internals/require-object-coercible"),Ve=n("../internals/advance-string-index"),Fe=n("../internals/get-method"),qe=n("../internals/get-substitution"),er=n("../internals/regexp-exec-abstract"),ir=n("../internals/well-known-symbol"),dr=ir("replace"),cr=Math.max,nr=Math.min,lr=V([].concat),Et=V([].push),ie=V("".indexOf),pe=V("".slice),Ce=function(ur){return ur===void 0?ur:String(ur)},Ie=function(){return"a".replace(/./,"$0")==="$0"}(),jt=function(){return/./[dr]?/./[dr]("a","$0")==="":!1}(),ar=!re(function(){var ur=/./;return ur.exec=function(){var kt=[];return kt.groups={a:"7"},kt},"".replace(ur,"$")!=="7"});z("replace",function(ur,kt,he){var tr=jt?"$":"$0";return[function(_r,yr){var xr=$e(this),Nr=de(_r)?void 0:Fe(_r,dr);return Nr?j(Nr,_r,xr,yr):j(kt,Ue(xr),_r,yr)},function(gr,_r){var yr=oe(this),xr=Ue(gr);if(typeof _r=="string"&&ie(_r,tr)===-1&&ie(_r,"$<")===-1){var Nr=he(kt,yr,xr,_r);if(Nr.done)return Nr.value}var Tr=ue(_r);Tr||(_r=Ue(_r));var Sr=yr.global,Ar;Sr&&(Ar=yr.unicode,yr.lastIndex=0);for(var Fr=[],Gr;Gr=er(yr,xr),!(Gr===null||(Et(Fr,Gr),!Sr));){var Vr=Ue(Gr[0]);Vr===""&&(yr.lastIndex=Ve(xr,Ne(yr.lastIndex),Ar))}for(var Dr="",Ir=0,Br=0;Br=Ir&&(Dr+=pe(xr,Ir,Lr)+jr,Ir=Lr+Rr.length)}return Dr+pe(xr,Ir)}]},!ar||!Ie||jt)},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/fails":171,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-apply":174,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/get-method":186,"../internals/get-substitution":187,"../internals/is-callable":203,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/to-integer-or-infinity":283,"../internals/to-length":284,"../internals/to-string":291,"../internals/well-known-symbol":306}],348:[function(n,$,k){var L=n("../internals/function-call"),j=n("../internals/fix-regexp-well-known-symbol-logic"),V=n("../internals/an-object"),z=n("../internals/is-null-or-undefined"),re=n("../internals/require-object-coercible"),oe=n("../internals/same-value"),ue=n("../internals/to-string"),de=n("../internals/get-method"),_e=n("../internals/regexp-exec-abstract");j("search",function(Ne,Ue,$e){return[function(Fe){var qe=re(this),er=z(Fe)?void 0:de(Fe,Ne);return er?L(er,Fe,qe):new RegExp(Fe)[Ne](ue(qe))},function(Ve){var Fe=V(this),qe=ue(Ve),er=$e(Ue,Fe,qe);if(er.done)return er.value;var ir=Fe.lastIndex;oe(ir,0)||(Fe.lastIndex=0);var dr=_e(Fe,qe);return oe(Fe.lastIndex,ir)||(Fe.lastIndex=ir),dr===null?-1:dr.index}]})},{"../internals/an-object":114,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-call":177,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/same-value":264,"../internals/to-string":291}],349:[function(n,$,k){var L=n("../internals/function-apply"),j=n("../internals/function-call"),V=n("../internals/function-uncurry-this"),z=n("../internals/fix-regexp-well-known-symbol-logic"),re=n("../internals/an-object"),oe=n("../internals/is-null-or-undefined"),ue=n("../internals/is-regexp"),de=n("../internals/require-object-coercible"),_e=n("../internals/species-constructor"),Ne=n("../internals/advance-string-index"),Ue=n("../internals/to-length"),$e=n("../internals/to-string"),Ve=n("../internals/get-method"),Fe=n("../internals/array-slice"),qe=n("../internals/regexp-exec-abstract"),er=n("../internals/regexp-exec"),ir=n("../internals/regexp-sticky-helpers"),dr=n("../internals/fails"),cr=ir.UNSUPPORTED_Y,nr=4294967295,lr=Math.min,Et=[].push,ie=V(/./.exec),pe=V(Et),Ce=V("".slice),Ie=!dr(function(){var jt=/(?:)/,ar=jt.exec;jt.exec=function(){return ar.apply(this,arguments)};var ur="ab".split(jt);return ur.length!==2||ur[0]!=="a"||ur[1]!=="b"});z("split",function(jt,ar,ur){var kt;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?kt=function(he,tr){var gr=$e(de(this)),_r=tr===void 0?nr:tr>>>0;if(_r===0)return[];if(he===void 0)return[gr];if(!ue(he))return j(ar,gr,he,_r);for(var yr=[],xr=(he.ignoreCase?"i":"")+(he.multiline?"m":"")+(he.unicode?"u":"")+(he.sticky?"y":""),Nr=0,Tr=new RegExp(he.source,xr+"g"),Sr,Ar,Fr;(Sr=j(er,Tr,gr))&&(Ar=Tr.lastIndex,!(Ar>Nr&&(pe(yr,Ce(gr,Nr,Sr.index)),Sr.length>1&&Sr.index=_r)));)Tr.lastIndex===Sr.index&&Tr.lastIndex++;return Nr===gr.length?(Fr||!ie(Tr,""))&&pe(yr,""):pe(yr,Ce(gr,Nr)),yr.length>_r?Fe(yr,0,_r):yr}:"0".split(void 0,0).length?kt=function(he,tr){return he===void 0&&tr===0?[]:j(ar,this,he,tr)}:kt=ar,[function(tr,gr){var _r=de(this),yr=oe(tr)?void 0:Ve(tr,jt);return yr?j(yr,tr,_r,gr):j(kt,$e(_r),tr,gr)},function(he,tr){var gr=re(this),_r=$e(he),yr=ur(kt,gr,_r,tr,kt!==ar);if(yr.done)return yr.value;var xr=_e(gr,RegExp),Nr=gr.unicode,Tr=(gr.ignoreCase?"i":"")+(gr.multiline?"m":"")+(gr.unicode?"u":"")+(cr?"g":"y"),Sr=new xr(cr?"^(?:"+gr.source+")":gr,Tr),Ar=tr===void 0?nr:tr>>>0;if(Ar===0)return[];if(_r.length===0)return qe(Sr,_r)===null?[_r]:[];for(var Fr=0,Gr=0,Vr=[];Gr<_r.length;){Sr.lastIndex=cr?0:Gr;var Dr=qe(Sr,cr?Ce(_r,Gr):_r),Ir;if(Dr===null||(Ir=lr(Ue(Sr.lastIndex+(cr?Gr:0)),_r.length))===Fr)Gr=Ne(_r,Gr,Nr);else{if(pe(Vr,Ce(_r,Fr,Gr)),Vr.length===Ar)return Vr;for(var Br=1;Br<=Dr.length-1;Br++)if(pe(Vr,Dr[Br]),Vr.length===Ar)return Vr;Gr=Fr=Ir}}return pe(Vr,Ce(_r,Fr)),Vr}]},!Ie,cr)},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/array-slice":131,"../internals/fails":171,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-apply":174,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/is-regexp":211,"../internals/regexp-exec":256,"../internals/regexp-exec-abstract":255,"../internals/regexp-sticky-helpers":259,"../internals/require-object-coercible":262,"../internals/species-constructor":270,"../internals/to-length":284,"../internals/to-string":291}],350:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/function-uncurry-this-clause"),V=n("../internals/object-get-own-property-descriptor").f,z=n("../internals/to-length"),re=n("../internals/to-string"),oe=n("../internals/not-a-regexp"),ue=n("../internals/require-object-coercible"),de=n("../internals/correct-is-regexp-logic"),_e=n("../internals/is-pure"),Ne=j("".slice),Ue=Math.min,$e=de("startsWith"),Ve=!_e&&!$e&&!!function(){var Fe=V(String.prototype,"startsWith");return Fe&&!Fe.writable}();L({target:"String",proto:!0,forced:!Ve&&!$e},{startsWith:function(qe){var er=re(ue(this));oe(qe);var ir=z(Ue(arguments.length>1?arguments[1]:void 0,er.length)),dr=re(qe);return Ne(er,ir,ir+dr.length)===dr}})},{"../internals/correct-is-regexp-logic":142,"../internals/export":170,"../internals/function-uncurry-this-clause":180,"../internals/is-pure":210,"../internals/not-a-regexp":227,"../internals/object-get-own-property-descriptor":232,"../internals/require-object-coercible":262,"../internals/to-length":284,"../internals/to-string":291}],351:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/string-trim").trim,V=n("../internals/string-trim-forced");L({target:"String",proto:!0,forced:V("trim")},{trim:function(){return j(this)}})},{"../internals/export":170,"../internals/string-trim":273,"../internals/string-trim-forced":272}],352:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-call"),z=n("../internals/function-uncurry-this"),re=n("../internals/is-pure"),oe=n("../internals/descriptors"),ue=n("../internals/symbol-constructor-detection"),de=n("../internals/fails"),_e=n("../internals/has-own-property"),Ne=n("../internals/object-is-prototype-of"),Ue=n("../internals/an-object"),$e=n("../internals/to-indexed-object"),Ve=n("../internals/to-property-key"),Fe=n("../internals/to-string"),qe=n("../internals/create-property-descriptor"),er=n("../internals/object-create"),ir=n("../internals/object-keys"),dr=n("../internals/object-get-own-property-names"),cr=n("../internals/object-get-own-property-names-external"),nr=n("../internals/object-get-own-property-symbols"),lr=n("../internals/object-get-own-property-descriptor"),Et=n("../internals/object-define-property"),ie=n("../internals/object-define-properties"),pe=n("../internals/object-property-is-enumerable"),Ce=n("../internals/define-built-in"),Ie=n("../internals/define-built-in-accessor"),jt=n("../internals/shared"),ar=n("../internals/shared-key"),ur=n("../internals/hidden-keys"),kt=n("../internals/uid"),he=n("../internals/well-known-symbol"),tr=n("../internals/well-known-symbol-wrapped"),gr=n("../internals/well-known-symbol-define"),_r=n("../internals/symbol-define-to-primitive"),yr=n("../internals/set-to-string-tag"),xr=n("../internals/internal-state"),Nr=n("../internals/array-iteration").forEach,Tr=ar("hidden"),Sr="Symbol",Ar="prototype",Fr=xr.set,Gr=xr.getterFor(Sr),Vr=Object[Ar],Dr=j.Symbol,Ir=Dr&&Dr[Ar],Br=j.RangeError,Rr=j.TypeError,Lr=j.QObject,$r=lr.f,jr=Et.f,vn=cr.f,Kr=pe.f,kr=z([].push),Qr=jt("symbols"),Zr=jt("op-symbols"),Vi=jt("wks"),To=!Lr||!Lr[Ar]||!Lr[Ar].findChild,oa=function(ca,fo,zn){var ki=$r(Vr,fo);ki&&delete Vr[fo],jr(ca,fo,zn),ki&&ca!==Vr&&jr(Vr,fo,ki)},Ba=oe&&de(function(){return er(jr({},"a",{get:function(){return jr(this,"a",{value:7}).a}})).a!==7})?oa:jr,rs=function(ca,fo){var zn=Qr[ca]=er(Ir);return Fr(zn,{type:Sr,tag:ca,description:fo}),oe||(zn.description=fo),zn},Mn=function(fo,zn,ki){fo===Vr&&Mn(Zr,zn,ki),Ue(fo);var Ra=Ve(zn);return Ue(ki),_e(Qr,Ra)?(ki.enumerable?(_e(fo,Tr)&&fo[Tr][Ra]&&(fo[Tr][Ra]=!1),ki=er(ki,{enumerable:qe(0,!1)})):(_e(fo,Tr)||jr(fo,Tr,qe(1,er(null))),fo[Tr][Ra]=!0),Ba(fo,Ra,ki)):jr(fo,Ra,ki)},Wr=function(fo,zn){Ue(fo);var ki=$e(zn),Ra=ir(ki).concat(Li(ki));return Nr(Ra,function(_o){(!oe||V(Sn,ki,_o))&&Mn(fo,_o,ki[_o])}),fo},Ur=function(fo,zn){return zn===void 0?er(fo):Wr(er(fo),zn)},Sn=function(fo){var zn=Ve(fo),ki=V(Kr,this,zn);return this===Vr&&_e(Qr,zn)&&!_e(Zr,zn)?!1:ki||!_e(this,zn)||!_e(Qr,zn)||_e(this,Tr)&&this[Tr][zn]?ki:!0},Nn=function(fo,zn){var ki=$e(fo),Ra=Ve(zn);if(!(ki===Vr&&_e(Qr,Ra)&&!_e(Zr,Ra))){var _o=$r(ki,Ra);return _o&&_e(Qr,Ra)&&!(_e(ki,Tr)&&ki[Tr][Ra])&&(_o.enumerable=!0),_o}},Sa=function(fo){var zn=vn($e(fo)),ki=[];return Nr(zn,function(Ra){!_e(Qr,Ra)&&!_e(ur,Ra)&&kr(ki,Ra)}),ki},Li=function(ca){var fo=ca===Vr,zn=vn(fo?Zr:$e(ca)),ki=[];return Nr(zn,function(Ra){_e(Qr,Ra)&&(!fo||_e(Vr,Ra))&&kr(ki,Qr[Ra])}),ki};ue||(Dr=function(){if(Ne(Ir,this))throw new Rr("Symbol is not a constructor");var fo=!arguments.length||arguments[0]===void 0?void 0:Fe(arguments[0]),zn=kt(fo),ki=function(Ra){var _o=this===void 0?j:this;_o===Vr&&V(ki,Zr,Ra),_e(_o,Tr)&&_e(_o[Tr],zn)&&(_o[Tr][zn]=!1);var eo=qe(1,Ra);try{Ba(_o,zn,eo)}catch(tl){if(!(tl instanceof Br))throw tl;oa(_o,zn,eo)}};return oe&&To&&Ba(Vr,zn,{configurable:!0,set:ki}),rs(zn,fo)},Ir=Dr[Ar],Ce(Ir,"toString",function(){return Gr(this).tag}),Ce(Dr,"withoutSetter",function(ca){return rs(kt(ca),ca)}),pe.f=Sn,Et.f=Mn,ie.f=Wr,lr.f=Nn,dr.f=cr.f=Sa,nr.f=Li,tr.f=function(ca){return rs(he(ca),ca)},oe&&(Ie(Ir,"description",{configurable:!0,get:function(){return Gr(this).description}}),re||Ce(Vr,"propertyIsEnumerable",Sn,{unsafe:!0}))),L({global:!0,constructor:!0,wrap:!0,forced:!ue,sham:!ue},{Symbol:Dr}),Nr(ir(Vi),function(ca){gr(ca)}),L({target:Sr,stat:!0,forced:!ue},{useSetter:function(){To=!0},useSimple:function(){To=!1}}),L({target:"Object",stat:!0,forced:!ue,sham:!oe},{create:Ur,defineProperty:Mn,defineProperties:Wr,getOwnPropertyDescriptor:Nn}),L({target:"Object",stat:!0,forced:!ue},{getOwnPropertyNames:Sa}),_r(),yr(Dr,Sr),ur[Tr]=!0},{"../internals/an-object":114,"../internals/array-iteration":125,"../internals/create-property-descriptor":146,"../internals/define-built-in":149,"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/hidden-keys":190,"../internals/internal-state":199,"../internals/is-pure":210,"../internals/object-create":229,"../internals/object-define-properties":230,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/object-get-own-property-names":234,"../internals/object-get-own-property-names-external":233,"../internals/object-get-own-property-symbols":235,"../internals/object-is-prototype-of":238,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/set-to-string-tag":266,"../internals/shared":269,"../internals/shared-key":267,"../internals/symbol-constructor-detection":274,"../internals/symbol-define-to-primitive":275,"../internals/to-indexed-object":282,"../internals/to-property-key":289,"../internals/to-string":291,"../internals/uid":299,"../internals/well-known-symbol":306,"../internals/well-known-symbol-define":304,"../internals/well-known-symbol-wrapped":305}],353:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/descriptors"),V=n("../internals/global"),z=n("../internals/function-uncurry-this"),re=n("../internals/has-own-property"),oe=n("../internals/is-callable"),ue=n("../internals/object-is-prototype-of"),de=n("../internals/to-string"),_e=n("../internals/define-built-in-accessor"),Ne=n("../internals/copy-constructor-properties"),Ue=V.Symbol,$e=Ue&&Ue.prototype;if(j&&oe(Ue)&&(!("description"in $e)||Ue().description!==void 0)){var Ve={},Fe=function(){var Et=arguments.length<1||arguments[0]===void 0?void 0:de(arguments[0]),ie=ue($e,this)?new Ue(Et):Et===void 0?Ue():Ue(Et);return Et===""&&(Ve[ie]=!0),ie};Ne(Fe,Ue),Fe.prototype=$e,$e.constructor=Fe;var qe=String(Ue("description detection"))==="Symbol(description detection)",er=z($e.valueOf),ir=z($e.toString),dr=/^Symbol\((.*)\)[^)]+$/,cr=z("".replace),nr=z("".slice);_e($e,"description",{configurable:!0,get:function(){var Et=er(this);if(re(Ve,Et))return"";var ie=ir(Et),pe=qe?nr(ie,7,-1):cr(ie,dr,"$1");return pe===""?void 0:pe}}),L({global:!0,constructor:!0,forced:!0},{Symbol:Fe})}},{"../internals/copy-constructor-properties":141,"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/export":170,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/is-callable":203,"../internals/object-is-prototype-of":238,"../internals/to-string":291}],354:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/get-built-in"),V=n("../internals/has-own-property"),z=n("../internals/to-string"),re=n("../internals/shared"),oe=n("../internals/symbol-registry-detection"),ue=re("string-to-symbol-registry"),de=re("symbol-to-string-registry");L({target:"Symbol",stat:!0,forced:!oe},{for:function(_e){var Ne=z(_e);if(V(ue,Ne))return ue[Ne];var Ue=j("Symbol")(Ne);return ue[Ne]=Ue,de[Ue]=Ne,Ue}})},{"../internals/export":170,"../internals/get-built-in":182,"../internals/has-own-property":189,"../internals/shared":269,"../internals/symbol-registry-detection":276,"../internals/to-string":291}],355:[function(n,$,k){var L=n("../internals/well-known-symbol-define");L("iterator")},{"../internals/well-known-symbol-define":304}],356:[function(n,$,k){n("../modules/es.symbol.constructor"),n("../modules/es.symbol.for"),n("../modules/es.symbol.key-for"),n("../modules/es.json.stringify"),n("../modules/es.object.get-own-property-symbols")},{"../modules/es.json.stringify":323,"../modules/es.object.get-own-property-symbols":329,"../modules/es.symbol.constructor":352,"../modules/es.symbol.for":354,"../modules/es.symbol.key-for":357}],357:[function(n,$,k){var L=n("../internals/export"),j=n("../internals/has-own-property"),V=n("../internals/is-symbol"),z=n("../internals/try-to-string"),re=n("../internals/shared"),oe=n("../internals/symbol-registry-detection"),ue=re("symbol-to-string-registry");L({target:"Symbol",stat:!0,forced:!oe},{keyFor:function(_e){if(!V(_e))throw new TypeError(z(_e)+" is not a symbol");if(j(ue,_e))return ue[_e]}})},{"../internals/export":170,"../internals/has-own-property":189,"../internals/is-symbol":212,"../internals/shared":269,"../internals/symbol-registry-detection":276,"../internals/try-to-string":293}],358:[function(n,$,k){var L=n("../internals/function-uncurry-this"),j=n("../internals/array-buffer-view-core"),V=n("../internals/array-copy-within"),z=L(V),re=j.aTypedArray,oe=j.exportTypedArrayMethod;oe("copyWithin",function(de,_e){return z(re(this),de,_e,arguments.length>2?arguments[2]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-copy-within":119,"../internals/function-uncurry-this":181}],359:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").every,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("every",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],360:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-fill"),V=n("../internals/to-big-int"),z=n("../internals/classof"),re=n("../internals/function-call"),oe=n("../internals/function-uncurry-this"),ue=n("../internals/fails"),de=L.aTypedArray,_e=L.exportTypedArrayMethod,Ne=oe("".slice),Ue=ue(function(){var $e=0;return new Int8Array(2).fill({valueOf:function(){return $e++}}),$e!==1});_e("fill",function(Ve){var Fe=arguments.length;de(this);var qe=Ne(z(this),0,3)==="Big"?V(Ve):+Ve;return re(j,this,qe,Fe>1?arguments[1]:void 0,Fe>2?arguments[2]:void 0)},Ue)},{"../internals/array-buffer-view-core":117,"../internals/array-fill":120,"../internals/classof":138,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/to-big-int":280}],361:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").filter,V=n("../internals/typed-array-from-species-and-list"),z=L.aTypedArray,re=L.exportTypedArrayMethod;re("filter",function(ue){var de=j(z(this),ue,arguments.length>1?arguments[1]:void 0);return V(this,de)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-from-species-and-list":296}],362:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").findIndex,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("findIndex",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],363:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").find,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("find",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],364:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").forEach,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("forEach",function(oe){j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],365:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-includes").includes,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("includes",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],366:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-includes").indexOf,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("indexOf",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],367:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/fails"),V=n("../internals/function-uncurry-this"),z=n("../internals/array-buffer-view-core"),re=n("../modules/es.array.iterator"),oe=n("../internals/well-known-symbol"),ue=oe("iterator"),de=L.Uint8Array,_e=V(re.values),Ne=V(re.keys),Ue=V(re.entries),$e=z.aTypedArray,Ve=z.exportTypedArrayMethod,Fe=de&&de.prototype,qe=!j(function(){Fe[ue].call([1])}),er=!!Fe&&Fe.values&&Fe[ue]===Fe.values&&Fe.values.name==="values",ir=function(){return _e($e(this))};Ve("entries",function(){return Ue($e(this))},qe),Ve("keys",function(){return Ne($e(this))},qe),Ve("values",ir,qe||!er,{name:"values"}),Ve(ue,ir,qe||!er,{name:"values"})},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/well-known-symbol":306,"../modules/es.array.iterator":316}],368:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/function-uncurry-this"),V=L.aTypedArray,z=L.exportTypedArrayMethod,re=j([].join);z("join",function(ue){return re(V(this),ue)})},{"../internals/array-buffer-view-core":117,"../internals/function-uncurry-this":181}],369:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/function-apply"),V=n("../internals/array-last-index-of"),z=L.aTypedArray,re=L.exportTypedArrayMethod;re("lastIndexOf",function(ue){var de=arguments.length;return j(V,z(this),de>1?[ue,arguments[1]]:[ue])})},{"../internals/array-buffer-view-core":117,"../internals/array-last-index-of":126,"../internals/function-apply":174}],370:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").map,V=n("../internals/typed-array-species-constructor"),z=L.aTypedArray,re=L.exportTypedArrayMethod;re("map",function(ue){return j(z(this),ue,arguments.length>1?arguments[1]:void 0,function(de,_e){return new(V(de))(_e)})})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-species-constructor":298}],371:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").right,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("reduceRight",function(oe){var ue=arguments.length;return j(V(this),oe,ue,ue>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],372:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").left,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("reduce",function(oe){var ue=arguments.length;return j(V(this),oe,ue,ue>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],373:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=L.aTypedArray,V=L.exportTypedArrayMethod,z=Math.floor;V("reverse",function(){for(var oe=this,ue=j(oe).length,de=z(ue/2),_e=0,Ne;_e1?arguments[1]:void 0,1),cr=oe(ir);if(Fe)return j(Ue,this,cr,dr);var nr=this.length,lr=z(cr),Et=0;if(lr+dr>nr)throw new de("Wrong length");for(;EtVe;)qe[Ve]=Ue[Ve++];return qe},ue)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/typed-array-species-constructor":298}],376:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").some,V=L.aTypedArray,z=L.exportTypedArrayMethod;z("some",function(oe){return j(V(this),oe,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],377:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/function-uncurry-this-clause"),V=n("../internals/fails"),z=n("../internals/a-callable"),re=n("../internals/array-sort"),oe=n("../internals/array-buffer-view-core"),ue=n("../internals/engine-ff-version"),de=n("../internals/engine-is-ie-or-edge"),_e=n("../internals/engine-v8-version"),Ne=n("../internals/engine-webkit-version"),Ue=oe.aTypedArray,$e=oe.exportTypedArrayMethod,Ve=L.Uint16Array,Fe=Ve&&j(Ve.prototype.sort),qe=!!Fe&&!(V(function(){Fe(new Ve(2),null)})&&V(function(){Fe(new Ve(2),{})})),er=!!Fe&&!V(function(){if(_e)return _e<74;if(ue)return ue<67;if(de)return!0;if(Ne)return Ne<602;var dr=new Ve(516),cr=Array(516),nr,lr;for(nr=0;nr<516;nr++)lr=nr%4,dr[nr]=515-nr,cr[nr]=nr-2*lr+3;for(Fe(dr,function(Et,ie){return(Et/4|0)-(ie/4|0)}),nr=0;nr<516;nr++)if(dr[nr]!==cr[nr])return!0}),ir=function(dr){return function(cr,nr){return dr!==void 0?+dr(cr,nr)||0:nr!==nr?-1:cr!==cr?1:cr===0&&nr===0?1/cr>0&&1/nr<0?1:-1:cr>nr}};$e("sort",function(cr){return cr!==void 0&&z(cr),er?Fe(this,cr):re(Ue(this),ir(cr))},!er||qe)},{"../internals/a-callable":108,"../internals/array-buffer-view-core":117,"../internals/array-sort":132,"../internals/engine-ff-version":158,"../internals/engine-is-ie-or-edge":161,"../internals/engine-v8-version":167,"../internals/engine-webkit-version":168,"../internals/fails":171,"../internals/function-uncurry-this-clause":180,"../internals/global":188}],378:[function(n,$,k){var L=n("../internals/array-buffer-view-core"),j=n("../internals/to-length"),V=n("../internals/to-absolute-index"),z=n("../internals/typed-array-species-constructor"),re=L.aTypedArray,oe=L.exportTypedArrayMethod;oe("subarray",function(de,_e){var Ne=re(this),Ue=Ne.length,$e=V(de,Ue),Ve=z(Ne);return new Ve(Ne.buffer,Ne.byteOffset+$e*Ne.BYTES_PER_ELEMENT,j((_e===void 0?Ue:V(_e,Ue))-$e))})},{"../internals/array-buffer-view-core":117,"../internals/to-absolute-index":279,"../internals/to-length":284,"../internals/typed-array-species-constructor":298}],379:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/function-apply"),V=n("../internals/array-buffer-view-core"),z=n("../internals/fails"),re=n("../internals/array-slice"),oe=L.Int8Array,ue=V.aTypedArray,de=V.exportTypedArrayMethod,_e=[].toLocaleString,Ne=!!oe&&z(function(){_e.call(new oe(1))}),Ue=z(function(){return[1,2].toLocaleString()!==new oe([1,2]).toLocaleString()})||!z(function(){oe.prototype.toLocaleString.call([1,2])});de("toLocaleString",function(){return j(_e,Ne?re(ue(this)):ue(this),re(arguments))},Ue)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/function-apply":174,"../internals/global":188}],380:[function(n,$,k){var L=n("../internals/array-buffer-view-core").exportTypedArrayMethod,j=n("../internals/fails"),V=n("../internals/global"),z=n("../internals/function-uncurry-this"),re=V.Uint8Array,oe=re&&re.prototype||{},ue=[].toString,de=z([].join);j(function(){ue.call({})})&&(ue=function(){return de(this)});var _e=oe.toString!==ue;L("toString",ue,_e)},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188}],381:[function(n,$,k){var L=n("../internals/typed-array-constructor");L("Uint8",function(j){return function(z,re,oe){return j(this,z,re,oe)}})},{"../internals/typed-array-constructor":294}],382:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/dom-iterables"),V=n("../internals/dom-token-list-prototype"),z=n("../internals/array-for-each"),re=n("../internals/create-non-enumerable-property"),oe=function(de){if(de&&de.forEach!==z)try{re(de,"forEach",z)}catch{de.forEach=z}};for(var ue in j)j[ue]&&oe(L[ue]&&L[ue].prototype);oe(V)},{"../internals/array-for-each":121,"../internals/create-non-enumerable-property":145,"../internals/dom-iterables":156,"../internals/dom-token-list-prototype":157,"../internals/global":188}],383:[function(n,$,k){var L=n("../internals/global"),j=n("../internals/dom-iterables"),V=n("../internals/dom-token-list-prototype"),z=n("../modules/es.array.iterator"),re=n("../internals/create-non-enumerable-property"),oe=n("../internals/set-to-string-tag"),ue=n("../internals/well-known-symbol"),de=ue("iterator"),_e=z.values,Ne=function($e,Ve){if($e){if($e[de]!==_e)try{re($e,de,_e)}catch{$e[de]=_e}if(oe($e,Ve,!0),j[Ve]){for(var Fe in z)if($e[Fe]!==z[Fe])try{re($e,Fe,z[Fe])}catch{$e[Fe]=z[Fe]}}}};for(var Ue in j)Ne(L[Ue]&&L[Ue].prototype,Ue);Ne(V,"DOMTokenList")},{"../internals/create-non-enumerable-property":145,"../internals/dom-iterables":156,"../internals/dom-token-list-prototype":157,"../internals/global":188,"../internals/set-to-string-tag":266,"../internals/well-known-symbol":306,"../modules/es.array.iterator":316}],384:[function(n,$,k){function L(er){return Array.isArray?Array.isArray(er):qe(er)==="[object Array]"}k.isArray=L;function j(er){return typeof er=="boolean"}k.isBoolean=j;function V(er){return er===null}k.isNull=V;function z(er){return er==null}k.isNullOrUndefined=z;function re(er){return typeof er=="number"}k.isNumber=re;function oe(er){return typeof er=="string"}k.isString=oe;function ue(er){return typeof er=="symbol"}k.isSymbol=ue;function de(er){return er===void 0}k.isUndefined=de;function _e(er){return qe(er)==="[object RegExp]"}k.isRegExp=_e;function Ne(er){return typeof er=="object"&&er!==null}k.isObject=Ne;function Ue(er){return qe(er)==="[object Date]"}k.isDate=Ue;function $e(er){return qe(er)==="[object Error]"||er instanceof Error}k.isError=$e;function Ve(er){return typeof er=="function"}k.isFunction=Ve;function Fe(er){return er===null||typeof er=="boolean"||typeof er=="number"||typeof er=="string"||typeof er=="symbol"||typeof er>"u"}k.isPrimitive=Fe,k.isBuffer=n("buffer").Buffer.isBuffer;function qe(er){return Object.prototype.toString.call(er)}},{buffer:103}],385:[function(n,$,k){(function(L){var j=function(){var ue=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g,de=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,_e=/[^-+\dA-Z]/g;return function(Ne,Ue,$e,Ve){if(arguments.length===1&&oe(Ne)==="string"&&!/\d/.test(Ne)&&(Ue=Ne,Ne=void 0),Ne=Ne||new Date,Ne instanceof Date||(Ne=new Date(Ne)),isNaN(Ne))throw TypeError("Invalid date");Ue=String(j.masks[Ue]||Ue||j.masks.default);var Fe=Ue.slice(0,4);(Fe==="UTC:"||Fe==="GMT:")&&(Ue=Ue.slice(4),$e=!0,Fe==="GMT:"&&(Ve=!0));var qe=$e?"getUTC":"get",er=Ne[qe+"Date"](),ir=Ne[qe+"Day"](),dr=Ne[qe+"Month"](),cr=Ne[qe+"FullYear"](),nr=Ne[qe+"Hours"](),lr=Ne[qe+"Minutes"](),Et=Ne[qe+"Seconds"](),ie=Ne[qe+"Milliseconds"](),pe=$e?0:Ne.getTimezoneOffset(),Ce=z(Ne),Ie=re(Ne),jt={d:er,dd:V(er),ddd:j.i18n.dayNames[ir],dddd:j.i18n.dayNames[ir+7],m:dr+1,mm:V(dr+1),mmm:j.i18n.monthNames[dr],mmmm:j.i18n.monthNames[dr+12],yy:String(cr).slice(2),yyyy:cr,h:nr%12||12,hh:V(nr%12||12),H:nr,HH:V(nr),M:lr,MM:V(lr),s:Et,ss:V(Et),l:V(ie,3),L:V(Math.round(ie/10)),t:nr<12?"a":"p",tt:nr<12?"am":"pm",T:nr<12?"A":"P",TT:nr<12?"AM":"PM",Z:Ve?"GMT":$e?"UTC":(String(Ne).match(de)||[""]).pop().replace(_e,""),o:(pe>0?"-":"+")+V(Math.floor(Math.abs(pe)/60)*100+Math.abs(pe)%60,4),S:["th","st","nd","rd"][er%10>3?0:(er%100-er%10!=10)*er%10],W:Ce,N:Ie};return Ue.replace(ue,function(ar){return ar in jt?jt[ar]:ar.slice(1,ar.length-1)})}}();j.masks={default:"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:sso",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'",expiresHeaderFormat:"ddd, dd mmm yyyy HH:MM:ss Z"},j.i18n={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"]};function V(ue,de){for(ue=String(ue),de=de||2;ue.length3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new re("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new re("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new re("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new re("`loose`, if provided, must be a boolean");var Ue=arguments.length>3?arguments[3]:null,$e=arguments.length>4?arguments[4]:null,Ve=arguments.length>5?arguments[5]:null,Fe=arguments.length>6?arguments[6]:!1,qe=!!oe&&oe(de,_e);if(V)V(de,_e,{configurable:Ve===null&&qe?qe.configurable:!Ve,enumerable:Ue===null&&qe?qe.enumerable:!Ue,value:Ne,writable:$e===null&&qe?qe.writable:!$e});else if(Fe||!Ue&&!$e&&!Ve)de[_e]=Ne;else throw new z("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}},{"get-intrinsic":392,gopd:393,"has-property-descriptors":394}],387:[function(n,$,k){var L=/["'&<>]/;$.exports=j;function j(V){var z=""+V,re=L.exec(z);if(!re)return z;var oe,ue="",de=0,_e=0;for(de=re.index;de0&&(jt=ie[0]),jt instanceof Error)throw jt;var ar=new Error("Unhandled error."+(jt?" ("+jt.message+")":""));throw ar.context=jt,ar}var ur=Ie[Et];if(ur===void 0)return!1;if(typeof ur=="function")j(ur,this,ie);else for(var kt=ur.length,he=qe(ur,kt),pe=0;pe0&&jt.length>Ce&&!jt.warned){jt.warned=!0;var ar=new Error("Possible EventEmitter memory leak detected. "+jt.length+" "+String(Et)+" listeners added. Use emitter.setMaxListeners() to increase limit");ar.name="MaxListenersExceededWarning",ar.emitter=lr,ar.type=Et,ar.count=jt.length,z(ar)}return lr}oe.prototype.addListener=function(Et,ie){return Ne(this,Et,ie,!1)},oe.prototype.on=oe.prototype.addListener,oe.prototype.prependListener=function(Et,ie){return Ne(this,Et,ie,!0)};function Ue(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function $e(lr,Et,ie){var pe={fired:!1,wrapFn:void 0,target:lr,type:Et,listener:ie},Ce=Ue.bind(pe);return Ce.listener=ie,pe.wrapFn=Ce,Ce}oe.prototype.once=function(Et,ie){return de(ie),this.on(Et,$e(this,Et,ie)),this},oe.prototype.prependOnceListener=function(Et,ie){return de(ie),this.prependListener(Et,$e(this,Et,ie)),this},oe.prototype.removeListener=function(Et,ie){var pe,Ce,Ie,jt,ar;if(de(ie),Ce=this._events,Ce===void 0)return this;if(pe=Ce[Et],pe===void 0)return this;if(pe===ie||pe.listener===ie)--this._eventsCount===0?this._events=Object.create(null):(delete Ce[Et],Ce.removeListener&&this.emit("removeListener",Et,pe.listener||ie));else if(typeof pe!="function"){for(Ie=-1,jt=pe.length-1;jt>=0;jt--)if(pe[jt]===ie||pe[jt].listener===ie){ar=pe[jt].listener,Ie=jt;break}if(Ie<0)return this;Ie===0?pe.shift():er(pe,Ie),pe.length===1&&(Ce[Et]=pe[0]),Ce.removeListener!==void 0&&this.emit("removeListener",Et,ar||ie)}return this},oe.prototype.off=oe.prototype.removeListener,oe.prototype.removeAllListeners=function(Et){var ie,pe,Ce;if(pe=this._events,pe===void 0)return this;if(pe.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):pe[Et]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete pe[Et]),this;if(arguments.length===0){var Ie=Object.keys(pe),jt;for(Ce=0;Ce=0;Ce--)this.removeListener(Et,ie[Ce]);return this};function Ve(lr,Et,ie){var pe=lr._events;if(pe===void 0)return[];var Ce=pe[Et];return Ce===void 0?[]:typeof Ce=="function"?ie?[Ce.listener||Ce]:[Ce]:ie?ir(Ce):qe(Ce,Ce.length)}oe.prototype.listeners=function(Et){return Ve(this,Et,!0)},oe.prototype.rawListeners=function(Et){return Ve(this,Et,!1)},oe.listenerCount=function(lr,Et){return typeof lr.listenerCount=="function"?lr.listenerCount(Et):Fe.call(lr,Et)},oe.prototype.listenerCount=Fe;function Fe(lr){var Et=this._events;if(Et!==void 0){var ie=Et[lr];if(typeof ie=="function")return 1;if(ie!==void 0)return ie.length}return 0}oe.prototype.eventNames=function(){return this._eventsCount>0?V(this._events):[]};function qe(lr,Et){for(var ie=new Array(Et),pe=0;pe=3&&($e=Ue),j.call(_e)==="[object Array]"?z(_e,Ne,$e):typeof _e=="string"?re(_e,Ne,$e):oe(_e,Ne,$e)};$.exports=ue},{"is-callable":412}],390:[function(n,$,k){var L="Function.prototype.bind called on incompatible ",j=Object.prototype.toString,V=Math.max,z="[object Function]",re=function(_e,Ne){for(var Ue=[],$e=0;$e<_e.length;$e+=1)Ue[$e]=_e[$e];for(var Ve=0;Ve"u"||!Ue?L:Ue(Uint8Array),Fe={"%AggregateError%":typeof AggregateError>"u"?L:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?L:ArrayBuffer,"%ArrayIteratorPrototype%":_e&&Ue?Ue([][Symbol.iterator]()):L,"%AsyncFromSyncIteratorPrototype%":L,"%AsyncFunction%":$e,"%AsyncGenerator%":$e,"%AsyncGeneratorFunction%":$e,"%AsyncIteratorPrototype%":$e,"%Atomics%":typeof Atomics>"u"?L:Atomics,"%BigInt%":typeof BigInt>"u"?L:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?L:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?L:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?L:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?L:Float32Array,"%Float64Array%":typeof Float64Array>"u"?L:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?L:FinalizationRegistry,"%Function%":V,"%GeneratorFunction%":$e,"%Int8Array%":typeof Int8Array>"u"?L:Int8Array,"%Int16Array%":typeof Int16Array>"u"?L:Int16Array,"%Int32Array%":typeof Int32Array>"u"?L:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":_e&&Ue?Ue(Ue([][Symbol.iterator]())):L,"%JSON%":typeof JSON=="object"?JSON:L,"%Map%":typeof Map>"u"?L:Map,"%MapIteratorPrototype%":typeof Map>"u"||!_e||!Ue?L:Ue(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?L:Promise,"%Proxy%":typeof Proxy>"u"?L:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?L:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?L:Set,"%SetIteratorPrototype%":typeof Set>"u"||!_e||!Ue?L:Ue(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?L:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":_e&&Ue?Ue(""[Symbol.iterator]()):L,"%Symbol%":_e?Symbol:L,"%SyntaxError%":j,"%ThrowTypeError%":de,"%TypedArray%":Ve,"%TypeError%":z,"%Uint8Array%":typeof Uint8Array>"u"?L:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?L:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?L:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?L:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?L:WeakMap,"%WeakRef%":typeof WeakRef>"u"?L:WeakRef,"%WeakSet%":typeof WeakSet>"u"?L:WeakSet};if(Ue)try{null.error}catch(ur){var qe=Ue(Ue(ur));Fe["%Error.prototype%"]=qe}var er=function ur(kt){var he;if(kt==="%AsyncFunction%")he=re("async function () {}");else if(kt==="%GeneratorFunction%")he=re("function* () {}");else if(kt==="%AsyncGeneratorFunction%")he=re("async function* () {}");else if(kt==="%AsyncGenerator%"){var tr=ur("%AsyncGeneratorFunction%");tr&&(he=tr.prototype)}else if(kt==="%AsyncIteratorPrototype%"){var gr=ur("%AsyncGenerator%");gr&&Ue&&(he=Ue(gr.prototype))}return Fe[kt]=he,he},ir={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},dr=n("function-bind"),cr=n("hasown"),nr=dr.call(Function.call,Array.prototype.concat),lr=dr.call(Function.apply,Array.prototype.splice),Et=dr.call(Function.call,String.prototype.replace),ie=dr.call(Function.call,String.prototype.slice),pe=dr.call(Function.call,RegExp.prototype.exec),Ce=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ie=/\\(\\)?/g,jt=function(kt){var he=ie(kt,0,1),tr=ie(kt,-1);if(he==="%"&&tr!=="%")throw new j("invalid intrinsic syntax, expected closing `%`");if(tr==="%"&&he!=="%")throw new j("invalid intrinsic syntax, expected opening `%`");var gr=[];return Et(kt,Ce,function(_r,yr,xr,Nr){gr[gr.length]=xr?Et(Nr,Ie,"$1"):yr||_r}),gr},ar=function(kt,he){var tr=kt,gr;if(cr(ir,tr)&&(gr=ir[tr],tr="%"+gr[0]+"%"),cr(Fe,tr)){var _r=Fe[tr];if(_r===$e&&(_r=er(tr)),typeof _r>"u"&&!he)throw new z("intrinsic "+kt+" exists, but is not available. Please file an issue!");return{alias:gr,name:tr,value:_r}}throw new j("intrinsic "+kt+" does not exist!")};$.exports=function(kt,he){if(typeof kt!="string"||kt.length===0)throw new z("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof he!="boolean")throw new z('"allowMissing" argument must be a boolean');if(pe(/^%?[^%]*%?$/,kt)===null)throw new j("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var tr=jt(kt),gr=tr.length>0?tr[0]:"",_r=ar("%"+gr+"%",he),yr=_r.name,xr=_r.value,Nr=!1,Tr=_r.alias;Tr&&(gr=Tr[0],lr(tr,nr([0,1],Tr)));for(var Sr=1,Ar=!0;Sr=tr.length){var Dr=oe(xr,Fr);Ar=!!Dr,Ar&&"get"in Dr&&!("originalValue"in Dr.get)?xr=Dr.get:xr=xr[Fr]}else Ar=cr(xr,Fr),xr=xr[Fr];Ar&&!Nr&&(Fe[yr]=xr)}}return xr}},{"function-bind":391,"has-proto":395,"has-symbols":396,hasown:399}],393:[function(n,$,k){var L=n("get-intrinsic"),j=L("%Object.getOwnPropertyDescriptor%",!0);if(j)try{j([],"length")}catch{j=null}$.exports=j},{"get-intrinsic":392}],394:[function(n,$,k){var L=n("get-intrinsic"),j=L("%Object.defineProperty%",!0),V=function(){if(j)try{return j({},"a",{value:1}),!0}catch{return!1}return!1};V.hasArrayLengthDefineBug=function(){if(!V())return null;try{return j([],"length",{value:1}).length!==1}catch{return!0}},$.exports=V},{"get-intrinsic":392}],395:[function(n,$,k){var L={foo:{}},j=Object;$.exports=function(){return{__proto__:L}.foo===L.foo&&!({__proto__:null}instanceof j)}},{}],396:[function(n,$,k){var L=typeof Symbol<"u"&&Symbol,j=n("./shams");$.exports=function(){return typeof L!="function"||typeof Symbol!="function"||typeof L("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:j()}},{"./shams":397}],397:[function(n,$,k){$.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var j={},V=Symbol("test"),z=Object(V);if(typeof V=="string"||Object.prototype.toString.call(V)!=="[object Symbol]"||Object.prototype.toString.call(z)!=="[object Symbol]")return!1;var re=42;j[V]=re;for(V in j)return!1;if(typeof Object.keys=="function"&&Object.keys(j).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(j).length!==0)return!1;var oe=Object.getOwnPropertySymbols(j);if(oe.length!==1||oe[0]!==V||!Object.prototype.propertyIsEnumerable.call(j,V))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var ue=Object.getOwnPropertyDescriptor(j,V);if(ue.value!==re||ue.enumerable!==!0)return!1}return!0}},{}],398:[function(n,$,k){var L=n("has-symbols/shams");$.exports=function(){return L()&&!!Symbol.toStringTag}},{"has-symbols/shams":397}],399:[function(n,$,k){var L=Function.prototype.call,j=Object.prototype.hasOwnProperty,V=n("function-bind");$.exports=V.call(L,j)},{"function-bind":391}],400:[function(n,$,k){var L=n("http"),j=n("url"),V=$.exports;for(var z in L)L.hasOwnProperty(z)&&(V[z]=L[z]);V.request=function(oe,ue){return oe=re(oe),L.request.call(this,oe,ue)},V.get=function(oe,ue){return oe=re(oe),L.get.call(this,oe,ue)};function re(oe){if(typeof oe=="string"&&(oe=j.parse(oe)),oe.protocol||(oe.protocol="https:"),oe.protocol!=="https:")throw new Error('Protocol "'+oe.protocol+'" not supported. Expected "https:"');return oe}},{http:541,url:545}],401:[function(n,$,k){var L=n("util"),j=n("ms");$.exports=function(V){if(typeof V=="number")return V;var z=j(V);if(z===void 0){var re=new Error(L.format("humanize-ms(%j) result undefined",V));console.warn(re.stack)}return z}},{ms:434,util:491}],402:[function(n,$,k){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */k.read=function(L,j,V,z,re){var oe,ue,de=re*8-z-1,_e=(1<>1,Ue=-7,$e=V?re-1:0,Ve=V?-1:1,Fe=L[j+$e];for($e+=Ve,oe=Fe&(1<<-Ue)-1,Fe>>=-Ue,Ue+=de;Ue>0;oe=oe*256+L[j+$e],$e+=Ve,Ue-=8);for(ue=oe&(1<<-Ue)-1,oe>>=-Ue,Ue+=z;Ue>0;ue=ue*256+L[j+$e],$e+=Ve,Ue-=8);if(oe===0)oe=1-Ne;else{if(oe===_e)return ue?NaN:(Fe?-1:1)*(1/0);ue=ue+Math.pow(2,z),oe=oe-Ne}return(Fe?-1:1)*ue*Math.pow(2,oe-z)},k.write=function(L,j,V,z,re,oe){var ue,de,_e,Ne=oe*8-re-1,Ue=(1<>1,Ve=re===23?Math.pow(2,-24)-Math.pow(2,-77):0,Fe=z?0:oe-1,qe=z?1:-1,er=j<0||j===0&&1/j<0?1:0;for(j=Math.abs(j),isNaN(j)||j===1/0?(de=isNaN(j)?1:0,ue=Ue):(ue=Math.floor(Math.log(j)/Math.LN2),j*(_e=Math.pow(2,-ue))<1&&(ue--,_e*=2),ue+$e>=1?j+=Ve/_e:j+=Ve*Math.pow(2,1-$e),j*_e>=2&&(ue++,_e/=2),ue+$e>=Ue?(de=0,ue=Ue):ue+$e>=1?(de=(j*_e-1)*Math.pow(2,re),ue=ue+$e):(de=j*Math.pow(2,$e-1)*Math.pow(2,re),ue=0));re>=8;L[V+Fe]=de&255,Fe+=qe,de/=256,re-=8);for(ue=ue<0;L[V+Fe]=ue&255,Fe+=qe,ue/=256,Ne-=8);L[V+Fe-qe]|=er*128}},{}],403:[function(n,$,k){var L=[n("./nextTick"),n("./queueMicrotask"),n("./mutation.js"),n("./messageChannel"),n("./stateChange"),n("./timeout")],j,V,z=-1,re=[],oe=!1;function ue(){!j||!V||(j=!1,V.length?re=V.concat(re):z=-1,re.length&&de())}function de(){if(!j){oe=!1,j=!0;for(var Fe=re.length,qe=setTimeout(ue);Fe;){for(V=re,re=[];V&&++z1)for(var er=1;er=0&&V(de)!=="[object Array]"&&V(de.callee)==="[object Function]"},oe=function(){return z(arguments)}();z.isLegacyArguments=re,$.exports=oe?z:re},{"call-bind/callBound":105,"has-tostringtag/shams":398}],411:[function(n,$,k){/*! + */(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 Rr=de.match(vr);return Rr&&Rr.length>1&&Rr[1]||""}function Ie(vr){var Rr=de.match(vr);return Rr&&Rr.length>1&&Rr[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),Ue=/CrOS/.test(de),kt=/silk/i.test(de),Et=/sailfish/i.test(de),Ve=/tizen/i.test(de),qe=/(web|hpw)(o|0)s/i.test(de),jt=/windows phone/i.test(de),tr=!jt&&/windows/i.test(de),rr=!_e&&!kt&&/macintosh/i.test(de),ar=!he&&!Et&&!Ve&&!qe&&/linux/i.test(de),nr=Ie(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),ur=pe(/version\/(\d+(\.\d+)?)/i),cr=/tablet/i.test(de)&&!/tablet pc/i.test(de),_r=!cr&&/[^-]mobi/i.test(de),hr=/xbox/i.test(de),Er;/opera/i.test(de)?Er={name:"Opera",opera:$,version:ur||pe(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(de)?Er={name:"Opera",opera:$,version:pe(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||ur}:/SamsungBrowser/i.test(de)?Er={name:"Samsung Internet for Android",samsungBrowser:$,version:ur||pe(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(de)?Er={name:"NAVER Whale browser",whale:$,version:pe(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(de)?Er={name:"MZ Browser",mzbrowser:$,version:pe(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(de)?Er={name:"Opera Coast",coast:$,version:ur||pe(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(de)?Er={name:"Focus",focus:$,version:pe(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(de)?Er={name:"Yandex Browser",yandexbrowser:$,version:ur||pe(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(de)?Er={name:"UC Browser",ucbrowser:$,version:pe(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(de)?Er={name:"Maxthon",maxthon:$,version:pe(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(de)?Er={name:"Epiphany",epiphany:$,version:pe(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(de)?Er={name:"Puffin",puffin:$,version:pe(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(de)?Er={name:"Sleipnir",sleipnir:$,version:pe(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(de)?Er={name:"K-Meleon",kMeleon:$,version:pe(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:jt?(Er={name:"Windows Phone",osname:"Windows Phone",windowsphone:$},nr?(Er.msedge=$,Er.version=nr):(Er.msie=$,Er.version=pe(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(de)?Er={name:"Internet Explorer",msie:$,version:pe(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:Ue?Er={name:"Chrome",osname:"Chrome OS",chromeos:$,chromeBook:$,chrome:$,version:pe(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(de)?Er={name:"Microsoft Edge",msedge:$,version:nr}:/vivaldi/i.test(de)?Er={name:"Vivaldi",vivaldi:$,version:pe(/vivaldi\/(\d+(\.\d+)?)/i)||ur}:Et?Er={name:"Sailfish",osname:"Sailfish OS",sailfish:$,version:pe(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(de)?Er={name:"SeaMonkey",seamonkey:$,version:pe(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(de)?(Er={name:"Firefox",firefox:$,version:pe(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(de)&&(Er.firefoxos=$,Er.osname="Firefox OS")):kt?Er={name:"Amazon Silk",silk:$,version:pe(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(de)?Er={name:"PhantomJS",phantom:$,version:pe(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(de)?Er={name:"SlimerJS",slimer:$,version:pe(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(de)||/rim\stablet/i.test(de)?Er={name:"BlackBerry",osname:"BlackBerry OS",blackberry:$,version:ur||pe(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:qe?(Er={name:"WebOS",osname:"WebOS",webos:$,version:ur||pe(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(de)&&(Er.touchpad=$)):/bada/i.test(de)?Er={name:"Bada",osname:"Bada",bada:$,version:pe(/dolfin\/(\d+(\.\d+)?)/i)}:Ve?Er={name:"Tizen",osname:"Tizen",tizen:$,version:pe(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||ur}:/qupzilla/i.test(de)?Er={name:"QupZilla",qupzilla:$,version:pe(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||ur}:/chromium/i.test(de)?Er={name:"Chromium",chromium:$,version:pe(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||ur}:/chrome|crios|crmo/i.test(de)?Er={name:"Chrome",chrome:$,version:pe(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:he?Er={name:"Android",version:ur}:/safari|applewebkit/i.test(de)?(Er={name:"Safari",safari:$},ur&&(Er.version=ur)):_e?(Er={name:_e=="iphone"?"iPhone":_e=="ipad"?"iPad":"iPod"},ur&&(Er.version=ur)):/googlebot/i.test(de)?Er={name:"Googlebot",googlebot:$,version:pe(/googlebot\/(\d+(\.\d+))/i)||ur}:Er={name:pe(/^(.*)\/(.*) /),version:Ie(/^(.*)\/(.*) /)},!Er.msedge&&/(apple)?webkit/i.test(de)?(/(apple)?webkit\/537\.36/i.test(de)?(Er.name=Er.name||"Blink",Er.blink=$):(Er.name=Er.name||"Webkit",Er.webkit=$),!Er.version&&ur&&(Er.version=ur)):!Er.opera&&/gecko\//i.test(de)&&(Er.name=Er.name||"Gecko",Er.gecko=$,Er.version=Er.version||pe(/gecko\/(\d+(\.\d+)?)/i)),!Er.windowsphone&&(he||Er.silk)?(Er.android=$,Er.osname="Android"):!Er.windowsphone&&_e?(Er[_e]=$,Er.ios=$,Er.osname="iOS"):rr?(Er.mac=$,Er.osname="macOS"):hr?(Er.xbox=$,Er.osname="Xbox"):tr?(Er.windows=$,Er.osname="Windows"):ar&&(Er.linux=$,Er.osname="Linux");function kr(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="";Er.windows?xr=kr(pe(/Windows ((NT|XP)( \d\d?.\d)?)/i)):Er.windowsphone?xr=pe(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):Er.mac?(xr=pe(/Mac OS X (\d+([_\.\s]\d+)*)/i),xr=xr.replace(/[_\s]/g,".")):_e?(xr=pe(/os (\d+([_\s]\d+)*) like mac os x/i),xr=xr.replace(/[_\s]/g,".")):he?xr=pe(/android[ \/-](\d+(\.\d+)*)/i):Er.webos?xr=pe(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):Er.blackberry?xr=pe(/rim\stablet\sos\s(\d+(\.\d+)*)/i):Er.bada?xr=pe(/bada\/(\d+(\.\d+)*)/i):Er.tizen&&(xr=pe(/tizen[\/\s](\d+(\.\d+)*)/i)),xr&&(Er.osversion=xr);var yr=!Er.windows&&xr.split(".")[0];return cr||Fe||_e=="ipad"||he&&(yr==3||yr>=4&&!_r)||Er.silk?Er.tablet=$:(_r||_e=="iphone"||_e=="ipod"||he||Ne||Er.blackberry||Er.webos||Er.bada)&&(Er.mobile=$),Er.msedge||Er.msie&&Er.version>=10||Er.yandexbrowser&&Er.version>=15||Er.vivaldi&&Er.version>=1||Er.chrome&&Er.version>=20||Er.samsungBrowser&&Er.version>=4||Er.whale&&ie([Er.version,"1.0"])===1||Er.mzbrowser&&ie([Er.version,"6.0"])===1||Er.focus&&ie([Er.version,"1.0"])===1||Er.firefox&&Er.version>=20||Er.safari&&Er.version>=6||Er.opera&&Er.version>=10||Er.ios&&Er.osversion&&Er.osversion.split(".")[0]>=6||Er.blackberry&&Er.version>=10.1||Er.chromium&&Er.version>=20?Er.a=$:Er.msie&&Er.version<10||Er.chrome&&Er.version<20||Er.firefox&&Er.version<20||Er.safari&&Er.version<6||Er.opera&&Er.version<10||Er.ios&&Er.osversion&&Er.osversion.split(".")[0]<6||Er.chromium&&Er.version<20?Er.c=$:Er.x=$,Er}var V=j(typeof navigator<"u"&&navigator.userAgent||"");V.test=function(de){for(var pe=0;pe=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=Ue,L.INSPECT_MAX_BYTES=50;var z=2147483647;L.kMaxLength=z,oe.TYPED_ARRAY_SUPPORT=re(),!oe.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function re(){try{var Wr=new Uint8Array(1);return Wr.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},Wr.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(Wr){if(Wr>z)throw new RangeError('The value "'+Wr+'" is invalid for option "size"');var Nr=new Uint8Array(Wr);return Nr.__proto__=oe.prototype,Nr}function oe(Wr,Nr,Fr){if(typeof Wr=="number"){if(typeof Nr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ie(Wr)}return ue(Wr,Nr,Fr)}typeof Symbol<"u"&&Symbol.species!=null&&oe[Symbol.species]===oe&&Object.defineProperty(oe,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),oe.poolSize=8192;function ue(Wr,Nr,Fr){if(typeof Wr=="string")return _e(Wr,Nr);if(ArrayBuffer.isView(Wr))return Ce(Wr);if(Wr==null)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Wr);if(Dr(Wr,ArrayBuffer)||Wr&&Dr(Wr.buffer,ArrayBuffer))return he(Wr,Nr,Fr);if(typeof Wr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var Qr=Wr.valueOf&&Wr.valueOf();if(Qr!=null&&Qr!==Wr)return oe.from(Qr,Nr,Fr);var ca=Ne(Wr);if(ca)return ca;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Wr[Symbol.toPrimitive]=="function")return oe.from(Wr[Symbol.toPrimitive]("string"),Nr,Fr);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Wr)}oe.from=function(Wr,Nr,Fr){return ue(Wr,Nr,Fr)},oe.prototype.__proto__=Uint8Array.prototype,oe.__proto__=Uint8Array;function de(Wr){if(typeof Wr!="number")throw new TypeError('"size" argument must be of type number');if(Wr<0)throw new RangeError('The value "'+Wr+'" is invalid for option "size"')}function pe(Wr,Nr,Fr){return de(Wr),Wr<=0?ie(Wr):Nr!==void 0?typeof Fr=="string"?ie(Wr).fill(Nr,Fr):ie(Wr).fill(Nr):ie(Wr)}oe.alloc=function(Wr,Nr,Fr){return pe(Wr,Nr,Fr)};function Ie(Wr){return de(Wr),ie(Wr<0?0:Fe(Wr)|0)}oe.allocUnsafe=function(Wr){return Ie(Wr)},oe.allocUnsafeSlow=function(Wr){return Ie(Wr)};function _e(Wr,Nr){if((typeof Nr!="string"||Nr==="")&&(Nr="utf8"),!oe.isEncoding(Nr))throw new TypeError("Unknown encoding: "+Nr);var Fr=kt(Wr,Nr)|0,Qr=ie(Fr),ca=Qr.write(Wr,Nr);return ca!==Fr&&(Qr=Qr.slice(0,ca)),Qr}function Ce(Wr){for(var Nr=Wr.length<0?0:Fe(Wr.length)|0,Fr=ie(Nr),Qr=0;Qr=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return Wr|0}function Ue(Wr){return+Wr!=Wr&&(Wr=0),oe.alloc(+Wr)}oe.isBuffer=function(Nr){return Nr!=null&&Nr._isBuffer===!0&&Nr!==oe.prototype},oe.compare=function(Nr,Fr){if(Dr(Nr,Uint8Array)&&(Nr=oe.from(Nr,Nr.offset,Nr.byteLength)),Dr(Fr,Uint8Array)&&(Fr=oe.from(Fr,Fr.offset,Fr.byteLength)),!oe.isBuffer(Nr)||!oe.isBuffer(Fr))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Nr===Fr)return 0;for(var Qr=Nr.length,ca=Fr.length,Po=0,Wa=Math.min(Qr,ca);Po2&&arguments[2]===!0;if(!Qr&&Fr===0)return 0;for(var ca=!1;;)switch(Nr){case"ascii":case"latin1":case"binary":return Fr;case"utf8":case"utf-8":return Tr(Wr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fr*2;case"hex":return Fr>>>1;case"base64":return Cr(Wr).length;default:if(ca)return Qr?-1:Tr(Wr).length;Nr=(""+Nr).toLowerCase(),ca=!0}}oe.byteLength=kt;function Et(Wr,Nr,Fr){var Qr=!1;if((Nr===void 0||Nr<0)&&(Nr=0),Nr>this.length||((Fr===void 0||Fr>this.length)&&(Fr=this.length),Fr<=0)||(Fr>>>=0,Nr>>>=0,Fr<=Nr))return"";for(Wr||(Wr="utf8");;)switch(Wr){case"hex":return vr(this,Nr,Fr);case"utf8":case"utf-8":return hr(this,Nr,Fr);case"ascii":return xr(this,Nr,Fr);case"latin1":case"binary":return yr(this,Nr,Fr);case"base64":return _r(this,Nr,Fr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Rr(this,Nr,Fr);default:if(Qr)throw new TypeError("Unknown encoding: "+Wr);Wr=(Wr+"").toLowerCase(),Qr=!0}}oe.prototype._isBuffer=!0;function Ve(Wr,Nr,Fr){var Qr=Wr[Nr];Wr[Nr]=Wr[Fr],Wr[Fr]=Qr}oe.prototype.swap16=function(){var Nr=this.length;if(Nr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Fr=0;FrFr&&(Nr+=" ... "),""},oe.prototype.compare=function(Nr,Fr,Qr,ca,Po){if(Dr(Nr,Uint8Array)&&(Nr=oe.from(Nr,Nr.offset,Nr.byteLength)),!oe.isBuffer(Nr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Nr);if(Fr===void 0&&(Fr=0),Qr===void 0&&(Qr=Nr?Nr.length:0),ca===void 0&&(ca=0),Po===void 0&&(Po=this.length),Fr<0||Qr>Nr.length||ca<0||Po>this.length)throw new RangeError("out of range index");if(ca>=Po&&Fr>=Qr)return 0;if(ca>=Po)return-1;if(Fr>=Qr)return 1;if(Fr>>>=0,Qr>>>=0,ca>>>=0,Po>>>=0,this===Nr)return 0;for(var Wa=Po-ca,Go=Qr-Fr,us=Math.min(Wa,Go),Kn=this.slice(ca,Po),Gr=Nr.slice(Fr,Qr),Ar=0;Ar2147483647?Fr=2147483647:Fr<-2147483648&&(Fr=-2147483648),Fr=+Fr,Kr(Fr)&&(Fr=ca?0:Wr.length-1),Fr<0&&(Fr=Wr.length+Fr),Fr>=Wr.length){if(ca)return-1;Fr=Wr.length-1}else if(Fr<0)if(ca)Fr=0;else return-1;if(typeof Nr=="string"&&(Nr=oe.from(Nr,Qr)),oe.isBuffer(Nr))return Nr.length===0?-1:jt(Wr,Nr,Fr,Qr,ca);if(typeof Nr=="number")return Nr=Nr&255,typeof Uint8Array.prototype.indexOf=="function"?ca?Uint8Array.prototype.indexOf.call(Wr,Nr,Fr):Uint8Array.prototype.lastIndexOf.call(Wr,Nr,Fr):jt(Wr,[Nr],Fr,Qr,ca);throw new TypeError("val must be string, number or Buffer")}function jt(Wr,Nr,Fr,Qr,ca){var Po=1,Wa=Wr.length,Go=Nr.length;if(Qr!==void 0&&(Qr=String(Qr).toLowerCase(),Qr==="ucs2"||Qr==="ucs-2"||Qr==="utf16le"||Qr==="utf-16le")){if(Wr.length<2||Nr.length<2)return-1;Po=2,Wa/=2,Go/=2,Fr/=2}function us(kn,Sa){return Po===1?kn[Sa]:kn.readUInt16BE(Sa*Po)}var Kn;if(ca){var Gr=-1;for(Kn=Fr;KnWa&&(Fr=Wa-Go),Kn=Fr;Kn>=0;Kn--){for(var Ar=!0,On=0;Onca&&(Qr=ca)):Qr=ca;var Po=Nr.length;Qr>Po/2&&(Qr=Po/2);for(var Wa=0;Wa>>0,isFinite(Qr)?(Qr=Qr>>>0,ca===void 0&&(ca="utf8")):(ca=Qr,Qr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Po=this.length-Fr;if((Qr===void 0||Qr>Po)&&(Qr=Po),Nr.length>0&&(Qr<0||Fr<0)||Fr>this.length)throw new RangeError("Attempt to write outside buffer bounds");ca||(ca="utf8");for(var Wa=!1;;)switch(ca){case"hex":return tr(this,Nr,Fr,Qr);case"utf8":case"utf-8":return rr(this,Nr,Fr,Qr);case"ascii":return ar(this,Nr,Fr,Qr);case"latin1":case"binary":return nr(this,Nr,Fr,Qr);case"base64":return ur(this,Nr,Fr,Qr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return cr(this,Nr,Fr,Qr);default:if(Wa)throw new TypeError("Unknown encoding: "+ca);ca=(""+ca).toLowerCase(),Wa=!0}},oe.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function _r(Wr,Nr,Fr){return Nr===0&&Fr===Wr.length?j.fromByteArray(Wr):j.fromByteArray(Wr.slice(Nr,Fr))}function hr(Wr,Nr,Fr){Fr=Math.min(Wr.length,Fr);for(var Qr=[],ca=Nr;ca239?4:Po>223?3:Po>191?2:1;if(ca+Go<=Fr){var us,Kn,Gr,Ar;switch(Go){case 1:Po<128&&(Wa=Po);break;case 2:us=Wr[ca+1],(us&192)===128&&(Ar=(Po&31)<<6|us&63,Ar>127&&(Wa=Ar));break;case 3:us=Wr[ca+1],Kn=Wr[ca+2],(us&192)===128&&(Kn&192)===128&&(Ar=(Po&15)<<12|(us&63)<<6|Kn&63,Ar>2047&&(Ar<55296||Ar>57343)&&(Wa=Ar));break;case 4:us=Wr[ca+1],Kn=Wr[ca+2],Gr=Wr[ca+3],(us&192)===128&&(Kn&192)===128&&(Gr&192)===128&&(Ar=(Po&15)<<18|(us&63)<<12|(Kn&63)<<6|Gr&63,Ar>65535&&Ar<1114112&&(Wa=Ar))}}Wa===null?(Wa=65533,Go=1):Wa>65535&&(Wa-=65536,Qr.push(Wa>>>10&1023|55296),Wa=56320|Wa&1023),Qr.push(Wa),ca+=Go}return kr(Qr)}var Er=4096;function kr(Wr){var Nr=Wr.length;if(Nr<=Er)return String.fromCharCode.apply(String,Wr);for(var Fr="",Qr=0;QrQr)&&(Fr=Qr);for(var ca="",Po=Nr;PoQr&&(Nr=Qr),Fr<0?(Fr+=Qr,Fr<0&&(Fr=0)):Fr>Qr&&(Fr=Qr),FrFr)throw new RangeError("Trying to access beyond buffer length")}oe.prototype.readUIntLE=function(Nr,Fr,Qr){Nr=Nr>>>0,Fr=Fr>>>0,Qr||Br(Nr,Fr,this.length);for(var ca=this[Nr],Po=1,Wa=0;++Wa>>0,Fr=Fr>>>0,Qr||Br(Nr,Fr,this.length);for(var ca=this[Nr+--Fr],Po=1;Fr>0&&(Po*=256);)ca+=this[Nr+--Fr]*Po;return ca},oe.prototype.readUInt8=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,1,this.length),this[Nr]},oe.prototype.readUInt16LE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,2,this.length),this[Nr]|this[Nr+1]<<8},oe.prototype.readUInt16BE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,2,this.length),this[Nr]<<8|this[Nr+1]},oe.prototype.readUInt32LE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,4,this.length),(this[Nr]|this[Nr+1]<<8|this[Nr+2]<<16)+this[Nr+3]*16777216},oe.prototype.readUInt32BE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,4,this.length),this[Nr]*16777216+(this[Nr+1]<<16|this[Nr+2]<<8|this[Nr+3])},oe.prototype.readIntLE=function(Nr,Fr,Qr){Nr=Nr>>>0,Fr=Fr>>>0,Qr||Br(Nr,Fr,this.length);for(var ca=this[Nr],Po=1,Wa=0;++Wa=Po&&(ca-=Math.pow(2,8*Fr)),ca},oe.prototype.readIntBE=function(Nr,Fr,Qr){Nr=Nr>>>0,Fr=Fr>>>0,Qr||Br(Nr,Fr,this.length);for(var ca=Fr,Po=1,Wa=this[Nr+--ca];ca>0&&(Po*=256);)Wa+=this[Nr+--ca]*Po;return Po*=128,Wa>=Po&&(Wa-=Math.pow(2,8*Fr)),Wa},oe.prototype.readInt8=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,1,this.length),this[Nr]&128?(255-this[Nr]+1)*-1:this[Nr]},oe.prototype.readInt16LE=function(Nr,Fr){Nr=Nr>>>0,Fr||Br(Nr,2,this.length);var Qr=this[Nr]|this[Nr+1]<<8;return Qr&32768?Qr|4294901760:Qr},oe.prototype.readInt16BE=function(Nr,Fr){Nr=Nr>>>0,Fr||Br(Nr,2,this.length);var Qr=this[Nr+1]|this[Nr]<<8;return Qr&32768?Qr|4294901760:Qr},oe.prototype.readInt32LE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,4,this.length),this[Nr]|this[Nr+1]<<8|this[Nr+2]<<16|this[Nr+3]<<24},oe.prototype.readInt32BE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,4,this.length),this[Nr]<<24|this[Nr+1]<<16|this[Nr+2]<<8|this[Nr+3]},oe.prototype.readFloatLE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,4,this.length),V.read(this,Nr,!0,23,4)},oe.prototype.readFloatBE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,4,this.length),V.read(this,Nr,!1,23,4)},oe.prototype.readDoubleLE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,8,this.length),V.read(this,Nr,!0,52,8)},oe.prototype.readDoubleBE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Br(Nr,8,this.length),V.read(this,Nr,!1,52,8)};function mr(Wr,Nr,Fr,Qr,ca,Po){if(!oe.isBuffer(Wr))throw new TypeError('"buffer" argument must be a Buffer instance');if(Nr>ca||NrWr.length)throw new RangeError("Index out of range")}oe.prototype.writeUIntLE=function(Nr,Fr,Qr,ca){if(Nr=+Nr,Fr=Fr>>>0,Qr=Qr>>>0,!ca){var Po=Math.pow(2,8*Qr)-1;mr(this,Nr,Fr,Qr,Po,0)}var Wa=1,Go=0;for(this[Fr]=Nr&255;++Go>>0,Qr=Qr>>>0,!ca){var Po=Math.pow(2,8*Qr)-1;mr(this,Nr,Fr,Qr,Po,0)}var Wa=Qr-1,Go=1;for(this[Fr+Wa]=Nr&255;--Wa>=0&&(Go*=256);)this[Fr+Wa]=Nr/Go&255;return Fr+Qr},oe.prototype.writeUInt8=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,1,255,0),this[Fr]=Nr&255,Fr+1},oe.prototype.writeUInt16LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,65535,0),this[Fr]=Nr&255,this[Fr+1]=Nr>>>8,Fr+2},oe.prototype.writeUInt16BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,65535,0),this[Fr]=Nr>>>8,this[Fr+1]=Nr&255,Fr+2},oe.prototype.writeUInt32LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,4294967295,0),this[Fr+3]=Nr>>>24,this[Fr+2]=Nr>>>16,this[Fr+1]=Nr>>>8,this[Fr]=Nr&255,Fr+4},oe.prototype.writeUInt32BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,4294967295,0),this[Fr]=Nr>>>24,this[Fr+1]=Nr>>>16,this[Fr+2]=Nr>>>8,this[Fr+3]=Nr&255,Fr+4},oe.prototype.writeIntLE=function(Nr,Fr,Qr,ca){if(Nr=+Nr,Fr=Fr>>>0,!ca){var Po=Math.pow(2,8*Qr-1);mr(this,Nr,Fr,Qr,Po-1,-Po)}var Wa=0,Go=1,us=0;for(this[Fr]=Nr&255;++Wa>0)-us&255;return Fr+Qr},oe.prototype.writeIntBE=function(Nr,Fr,Qr,ca){if(Nr=+Nr,Fr=Fr>>>0,!ca){var Po=Math.pow(2,8*Qr-1);mr(this,Nr,Fr,Qr,Po-1,-Po)}var Wa=Qr-1,Go=1,us=0;for(this[Fr+Wa]=Nr&255;--Wa>=0&&(Go*=256);)Nr<0&&us===0&&this[Fr+Wa+1]!==0&&(us=1),this[Fr+Wa]=(Nr/Go>>0)-us&255;return Fr+Qr},oe.prototype.writeInt8=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,1,127,-128),Nr<0&&(Nr=255+Nr+1),this[Fr]=Nr&255,Fr+1},oe.prototype.writeInt16LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,32767,-32768),this[Fr]=Nr&255,this[Fr+1]=Nr>>>8,Fr+2},oe.prototype.writeInt16BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,32767,-32768),this[Fr]=Nr>>>8,this[Fr+1]=Nr&255,Fr+2},oe.prototype.writeInt32LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,2147483647,-2147483648),this[Fr]=Nr&255,this[Fr+1]=Nr>>>8,this[Fr+2]=Nr>>>16,this[Fr+3]=Nr>>>24,Fr+4},oe.prototype.writeInt32BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,2147483647,-2147483648),Nr<0&&(Nr=4294967295+Nr+1),this[Fr]=Nr>>>24,this[Fr+1]=Nr>>>16,this[Fr+2]=Nr>>>8,this[Fr+3]=Nr&255,Fr+4};function gr(Wr,Nr,Fr,Qr,ca,Po){if(Fr+Qr>Wr.length)throw new RangeError("Index out of range");if(Fr<0)throw new RangeError("Index out of range")}function jr(Wr,Nr,Fr,Qr,ca){return Nr=+Nr,Fr=Fr>>>0,ca||gr(Wr,Nr,Fr,4),V.write(Wr,Nr,Fr,Qr,23,4),Fr+4}oe.prototype.writeFloatLE=function(Nr,Fr,Qr){return jr(this,Nr,Fr,!0,Qr)},oe.prototype.writeFloatBE=function(Nr,Fr,Qr){return jr(this,Nr,Fr,!1,Qr)};function Hr(Wr,Nr,Fr,Qr,ca){return Nr=+Nr,Fr=Fr>>>0,ca||gr(Wr,Nr,Fr,8),V.write(Wr,Nr,Fr,Qr,52,8),Fr+8}oe.prototype.writeDoubleLE=function(Nr,Fr,Qr){return Hr(this,Nr,Fr,!0,Qr)},oe.prototype.writeDoubleBE=function(Nr,Fr,Qr){return Hr(this,Nr,Fr,!1,Qr)},oe.prototype.copy=function(Nr,Fr,Qr,ca){if(!oe.isBuffer(Nr))throw new TypeError("argument should be a Buffer");if(Qr||(Qr=0),!ca&&ca!==0&&(ca=this.length),Fr>=Nr.length&&(Fr=Nr.length),Fr||(Fr=0),ca>0&&ca=this.length)throw new RangeError("Index out of range");if(ca<0)throw new RangeError("sourceEnd out of bounds");ca>this.length&&(ca=this.length),Nr.length-Fr=0;--Wa)Nr[Wa+Fr]=this[Wa+Qr];else Uint8Array.prototype.set.call(Nr,this.subarray(Qr,ca),Fr);return Po},oe.prototype.fill=function(Nr,Fr,Qr,ca){if(typeof Nr=="string"){if(typeof Fr=="string"?(ca=Fr,Fr=0,Qr=this.length):typeof Qr=="string"&&(ca=Qr,Qr=this.length),ca!==void 0&&typeof ca!="string")throw new TypeError("encoding must be a string");if(typeof ca=="string"&&!oe.isEncoding(ca))throw new TypeError("Unknown encoding: "+ca);if(Nr.length===1){var Po=Nr.charCodeAt(0);(ca==="utf8"&&Po<128||ca==="latin1")&&(Nr=Po)}}else typeof Nr=="number"&&(Nr=Nr&255);if(Fr<0||this.length>>0,Qr=Qr===void 0?this.length:Qr>>>0,Nr||(Nr=0);var Wa;if(typeof Nr=="number")for(Wa=Fr;Wa55295&&Fr<57344){if(!ca){if(Fr>56319){(Nr-=3)>-1&&Po.push(239,191,189);continue}else if(Wa+1===Qr){(Nr-=3)>-1&&Po.push(239,191,189);continue}ca=Fr;continue}if(Fr<56320){(Nr-=3)>-1&&Po.push(239,191,189),ca=Fr;continue}Fr=(ca-55296<<10|Fr-56320)+65536}else ca&&(Nr-=3)>-1&&Po.push(239,191,189);if(ca=null,Fr<128){if((Nr-=1)<0)break;Po.push(Fr)}else if(Fr<2048){if((Nr-=2)<0)break;Po.push(Fr>>6|192,Fr&63|128)}else if(Fr<65536){if((Nr-=3)<0)break;Po.push(Fr>>12|224,Fr>>6&63|128,Fr&63|128)}else if(Fr<1114112){if((Nr-=4)<0)break;Po.push(Fr>>18|240,Fr>>12&63|128,Fr>>6&63|128,Fr&63|128)}else throw new Error("Invalid code point")}return Po}function Mr(Wr){for(var Nr=[],Fr=0;Fr>8,ca=Fr%256,Po.push(ca),Po.push(Qr);return Po}function Cr(Wr){return j.toByteArray(zr(Wr))}function Ir(Wr,Nr,Fr,Qr){for(var ca=0;ca=Nr.length||ca>=Wr.length);++ca)Nr[ca+Fr]=Wr[ca];return ca}function Dr(Wr,Nr){return Wr instanceof Nr||Wr!=null&&Wr.constructor!=null&&Wr.constructor.name!=null&&Wr.constructor.name===Nr.name}function Kr(Wr){return Wr!==Wr}}).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>8&255]},Cr=function(Wa){return[Wa&255,Wa>>8&255,Wa>>16&255,Wa>>24&255]},Ir=function(Wa){return Wa[3]<<24|Wa[2]<<16|Wa[1]<<8|Wa[0]},Dr=function(Wa){return Sr(he(Wa),23,4)},Kr=function(Wa){return Sr(Wa,52,8)},Wr=function(Wa,Go,us){oe(Wa[cr],Go,{configurable:!0,get:function(){return us(this)[Go]}})},Nr=function(Wa,Go,us,Kn){var Gr=kr(Wa),Ar=Ce(us),On=!!Kn;if(Ar+Go>Gr.byteLength)throw new Hr(hr);var kn=Gr.bytes,Sa=Ar+Gr.byteOffset,sa=Et(kn,Sa,Sa+Go);return On?sa:zr(sa)},Fr=function(Wa,Go,us,Kn,Gr,Ar){var On=kr(Wa),kn=Ce(us),Sa=Kn(+Gr),sa=!!Ar;if(kn+Go>On.byteLength)throw new Hr(hr);for(var qa=On.bytes,To=kn+On.byteOffset,Hi=0;HiAr)throw new Hr("Wrong offset");if(Kn=Kn===void 0?Ar-On:_e(Kn),On+Kn>Ar)throw new Hr(_r);xr(this,{type:ur,buffer:Go,byteLength:Kn,byteOffset:On,bytes:Gr.bytes}),V||(this.buffer=Go,this.byteLength=Kn,this.byteOffset=On)},mr=Br[cr],V&&(Wr(vr,"byteLength",Er),Wr(Br,"buffer",kr),Wr(Br,"byteLength",kr),Wr(Br,"byteOffset",kr)),ue(mr,{getInt8:function(Go){return Nr(this,1,Go)[0]<<24>>24},getUint8:function(Go){return Nr(this,1,Go)[0]},getInt16:function(Go){var us=Nr(this,2,Go,arguments.length>1?arguments[1]:!1);return(us[1]<<8|us[0])<<16>>16},getUint16:function(Go){var us=Nr(this,2,Go,arguments.length>1?arguments[1]:!1);return us[1]<<8|us[0]},getInt32:function(Go){return Ir(Nr(this,4,Go,arguments.length>1?arguments[1]:!1))},getUint32:function(Go){return Ir(Nr(this,4,Go,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(Go){return Tr(Nr(this,4,Go,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(Go){return Tr(Nr(this,8,Go,arguments.length>1?arguments[1]:!1),52)},setInt8:function(Go,us){Fr(this,1,Go,Mr,us)},setUint8:function(Go,us){Fr(this,1,Go,Mr,us)},setInt16:function(Go,us){Fr(this,2,Go,br,us,arguments.length>2?arguments[2]:!1)},setUint16:function(Go,us){Fr(this,2,Go,br,us,arguments.length>2?arguments[2]:!1)},setInt32:function(Go,us){Fr(this,4,Go,Cr,us,arguments.length>2?arguments[2]:!1)},setUint32:function(Go,us){Fr(this,4,Go,Cr,us,arguments.length>2?arguments[2]:!1)},setFloat32:function(Go,us){Fr(this,4,Go,Dr,us,arguments.length>2?arguments[2]:!1)},setFloat64:function(Go,us){Fr(this,8,Go,Kr,us,arguments.length>2?arguments[2]:!1)}});else{var Qr=rr&&yr.name!==nr;!de(function(){yr(1)})||!de(function(){new yr(-1)})||de(function(){return new yr,new yr(1.5),new yr(NaN),yr.length!==1||Qr&&!ar})?(vr=function(Go){return pe(this,Rr),Ve(new yr(Ce(Go)),this,vr)},vr[cr]=Rr,Rr.constructor=vr,qe(vr,yr)):Qr&&ar&&ie(yr,"name",nr),Ue&&Fe(mr)!==gr&&Ue(mr,gr);var ca=new Br(new vr(2)),Po=j(mr.setInt8);ca.setInt8(0,2147483648),ca.setInt8(1,2147483649),(ca.getInt8(0)||!ca.getInt8(1))&&ue(mr,{setInt8:function(Go,us){Po(this,Go,us<<24>>24)},setUint8:function(Go,us){Po(this,Go,us<<24>>24)}},{unsafe:!0})}jt(vr,nr),jt(Br,ur),k.exports={ArrayBuffer:vr,DataView:Br}},{"../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(_e0;)_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,Ue=Fe>1?arguments[1]:void 0,kt=Ue!==void 0;kt&&(Ue=$(Ue,Fe>2?arguments[2]:void 0));var Et=pe(he),Ve=0,qe,jt,tr,rr,ar,nr;if(Et&&!(this===Ie&&re(Et)))for(rr=de(he,Et),ar=rr.next,jt=Ne?new this:[];!(tr=j(ar,rr)).done;Ve++)nr=kt?z(rr,Ue,[tr.value,Ve],!0):tr.value,ue(jt,Ve,nr);else for(qe=oe(he),jt=Ne?new this(qe):Ie(qe);qe>Ve;Ve++)nr=kt?Ue(he[Ve],Ve):he[Ve],ue(jt,Ve,nr);return jt.length=Ve,jt}},{"../internals/call-with-safe-iteration-closing":135,"../internals/create-property":147,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/is-constructor":204,"../internals/length-of-array-like":219,"../internals/to-object":285}],124:[function(n,k,L){var $=n("../internals/to-indexed-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like"),z=function(re){return function(ie,oe,ue){var de=$(ie),pe=V(de),Ie=j(ue,pe),_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(Ue,kt,Et,Ve){for(var qe=z(Ue),jt=V(qe),tr=re(jt),rr=$(kt,Et),ar=0,nr=Ve||ie,ur=pe?nr(Ue,tr):Ie||Ne?nr(Ue,0):void 0,cr,_r;tr>ar;ar++)if((Fe||ar in jt)&&(cr=jt[ar],_r=rr(cr,ar,qe),de))if(pe)ur[ar]=_r;else if(_r)switch(de){case 3:return!0;case 5:return cr;case 6:return ar;case 2:oe(ur,cr)}else switch(de){case 4:return!1;case 7:oe(ur,cr)}return 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;oe0;)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;Ne1?arguments[1]:void 0),_r;_r=_r?_r.next:ur.first;)for(cr(_r.value,_r.key,this);_r&&_r.removed;)_r=_r.previous},has:function(nr){return!!rr(this,nr)}}),V(qe,kt?{get:function(nr){var ur=rr(this,nr);return ur&&ur.value},set:function(nr,ur){return tr(this,nr===0?0:nr,ur)}}:{add:function(nr){return tr(this,nr=nr===0?0:nr,nr)}}),Ie&&j(qe,"size",{configurable:!0,get:function(){return jt(this).size}}),Ve},setStrong:function(Fe,Ue,kt){var Et=Ue+" Iterator",Ve=Ne(Ue),qe=Ne(Et);ue(Fe,Ue,function(jt,tr){he(this,{type:Et,target:jt,state:Ve(jt),kind:tr,last:void 0})},function(){for(var jt=qe(this),tr=jt.kind,rr=jt.last;rr&&rr.removed;)rr=rr.previous;return!jt.target||!(jt.last=rr=rr?rr.next:jt.state.first)?(jt.target=void 0,de(void 0,!0)):de(tr==="keys"?rr.key:tr==="values"?rr.value:[rr.key,rr.value],!1)},kt?"entries":"values",!kt,!0),pe(Ue)}}},{"../internals/an-instance":113,"../internals/create-iter-result-object":144,"../internals/define-built-in-accessor":148,"../internals/define-built-ins":150,"../internals/descriptors":153,"../internals/function-bind-context":175,"../internals/internal-metadata":198,"../internals/internal-state":199,"../internals/is-null-or-undefined":207,"../internals/iterate":213,"../internals/iterator-define":216,"../internals/object-create":229,"../internals/set-species":265}],140:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-uncurry-this"),z=n("../internals/is-forced"),re=n("../internals/define-built-in"),ie=n("../internals/internal-metadata"),oe=n("../internals/iterate"),ue=n("../internals/an-instance"),de=n("../internals/is-callable"),pe=n("../internals/is-null-or-undefined"),Ie=n("../internals/is-object"),_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,Ue,kt){var Et=Fe.indexOf("Map")!==-1,Ve=Fe.indexOf("Weak")!==-1,qe=Et?"set":"add",jt=j[Fe],tr=jt&&jt.prototype,rr=jt,ar={},nr=function(xr){var yr=V(tr[xr]);re(tr,xr,xr==="add"?function(Rr){return yr(this,Rr===0?0:Rr),this}:xr==="delete"?function(vr){return Ve&&!Ie(vr)?!1:yr(this,vr===0?0:vr)}:xr==="get"?function(Rr){return Ve&&!Ie(Rr)?void 0:yr(this,Rr===0?0:Rr)}:xr==="has"?function(Rr){return Ve&&!Ie(Rr)?!1:yr(this,Rr===0?0:Rr)}:function(Rr,Br){return yr(this,Rr===0?0:Rr,Br),this})},ur=z(Fe,!de(jt)||!(Ve||tr.forEach&&!_e(function(){new jt().entries().next()})));if(ur)rr=kt.getConstructor(Ue,Fe,Et,qe),ie.enable();else if(z(Fe,!0)){var cr=new rr,_r=cr[qe](Ve?{}:-0,1)!==cr,hr=_e(function(){cr.has(1)}),Er=Ce(function(xr){new jt(xr)}),kr=!Ve&&_e(function(){for(var xr=new jt,yr=5;yr--;)xr[qe](yr,yr);return!xr.has(-0)});Er||(rr=Ue(function(xr,yr){ue(xr,tr);var vr=Ne(new jt,xr,rr);return pe(yr)||oe(yr,vr[qe],{that:vr,AS_ENTRIES:Et}),vr}),rr.prototype=tr,tr.constructor=rr),(hr||kr)&&(nr("delete"),nr("has"),Et&&nr("get")),(kr||_r)&&nr(qe),Ve&&tr.clear&&delete tr.clear}return ar[Fe]=rr,$({global:!0,constructor:!0,forced:rr!==jt},ar),he(rr,Fe),Ve||kt.setStrong(rr,Fe,Et),rr}},{"../internals/an-instance":113,"../internals/check-correctness-of-iteration":136,"../internals/define-built-in":149,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/inherit-if-required":196,"../internals/internal-metadata":198,"../internals/is-callable":203,"../internals/is-forced":205,"../internals/is-null-or-undefined":207,"../internals/is-object":208,"../internals/iterate":213,"../internals/set-to-string-tag":266}],141:[function(n,k,L){var $=n("../internals/has-own-property"),j=n("../internals/own-keys"),V=n("../internals/object-get-own-property-descriptor"),z=n("../internals/object-define-property");k.exports=function(re,ie,oe){for(var ue=j(ie),de=z.f,pe=V.f,Ie=0;Iej)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,Ue,kt;if(Ie?he=$:_e?he=$[pe]||re(pe,{}):he=($[pe]||{}).prototype,he)for(Ne in de){if(Ue=de[Ne],ue.dontCallGetSet?(kt=j(he,Ne),Fe=kt&&kt.value):Fe=he[Ne],Ce=oe(Ie?Ne:pe+(_e?".":"#")+Ne,ue.forced),!Ce&&Fe!==void 0){if(typeof Ue==typeof Fe)continue;ie(Ue,Fe)}(ue.sham||Fe&&Fe.sham)&&V(Ue,"sham",!0),z(he,Ne,Ue,ue)}}},{"../internals/copy-constructor-properties":141,"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/define-global-property":151,"../internals/global":188,"../internals/is-forced":205,"../internals/object-get-own-property-descriptor":232}],171:[function(n,k,L){k.exports=function($){try{return!!$()}catch{return!0}}},{}],172:[function(n,k,L){n("../modules/es.regexp.exec");var $=n("../internals/function-uncurry-this-clause"),j=n("../internals/define-built-in"),V=n("../internals/regexp-exec"),z=n("../internals/fails"),re=n("../internals/well-known-symbol"),ie=n("../internals/create-non-enumerable-property"),oe=re("species"),ue=RegExp.prototype;k.exports=function(de,pe,Ie,_e){var Ce=re(de),he=!z(function(){var kt={};return kt[Ce]=function(){return 7},""[de](kt)!==7}),Ne=he&&!z(function(){var kt=!1,Et=/a/;return de==="split"&&(Et={},Et.constructor={},Et.constructor[oe]=function(){return Et},Et.flags="",Et[Ce]=/./[Ce]),Et.exec=function(){return kt=!0,null},Et[Ce](""),!kt});if(!he||!Ne||Ie){var Fe=$(/./[Ce]),Ue=pe(Ce,""[de],function(kt,Et,Ve,qe,jt){var tr=$(kt),rr=Et.exec;return rr===V||rr===ue.exec?he&&!jt?{done:!0,value:Fe(Et,Ve,qe)}:{done:!0,value:tr(Ve,Et,qe)}:{done:!1}});j(String.prototype,de,Ue[0]),j(ue,Ce,Ue[1])}_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]*>)/g,ue=/\$([$&'`]|\d{1,2})/g;k.exports=function(de,pe,Ie,_e,Ce,he){var Ne=Ie+de.length,Fe=_e.length,Ue=ue;return Ce!==void 0&&(Ce=j(Ce),Ue=oe),re(he,Ue,function(kt,Et){var Ve;switch(z(Et,0)){case"$":return"$";case"&":return de;case"`":return ie(pe,0,Ie);case"'":return ie(pe,Ne);case"<":Ve=Ce[ie(Et,1,-1)];break;default:var qe=+Et;if(qe===0)return kt;if(qe>Fe){var jt=V(qe/10);return jt===0?kt:jt<=Fe?_e[jt-1]===void 0?z(Et,1):_e[jt-1]+z(Et,1):kt}Ve=_e[qe-1]}return Ve===void 0?"":Ve})}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],188:[function(n,k,L){(function($){(function(){var j=function(V){return V&&V.Math===Math&&V};k.exports=j(typeof globalThis=="object"&&globalThis)||j(typeof window=="object"&&window)||j(typeof self=="object"&&self)||j(typeof $=="object"&&$)||j(typeof this=="object"&&this)||function(){return this}()||Function("return this")()}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],189:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/to-object"),V=$({}.hasOwnProperty);k.exports=Object.hasOwn||function(re,ie){return V(j(re),ie)}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],190:[function(n,k,L){k.exports={}},{}],191:[function(n,k,L){k.exports=function($,j){try{arguments.length===1?console.error($):console.error($,j)}catch{}}},{}],192:[function(n,k,L){var $=n("../internals/get-built-in");k.exports=$("document","documentElement")},{"../internals/get-built-in":182}],193:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/fails"),V=n("../internals/document-create-element");k.exports=!$&&!j(function(){return Object.defineProperty(V("div"),"a",{get:function(){return 7}}).a!==7})},{"../internals/descriptors":153,"../internals/document-create-element":154,"../internals/fails":171}],194:[function(n,k,L){var $=Array,j=Math.abs,V=Math.pow,z=Math.floor,re=Math.log,ie=Math.LN2,oe=function(de,pe,Ie){var _e=$(Ie),Ce=Ie*8-pe-1,he=(1<>1,Fe=pe===23?V(2,-24)-V(2,-77):0,Ue=de<0||de===0&&1/de<0?1:0,kt=0,Et,Ve,qe;for(de=j(de),de!==de||de===1/0?(Ve=de!==de?1:0,Et=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?(Ve=0,Et=he):Et+Ne>=1?(Ve=(de*qe-1)*V(2,pe),Et+=Ne):(Ve=de*V(2,Ne-1)*V(2,pe),Et=0));pe>=8;)_e[kt++]=Ve&255,Ve/=256,pe-=8;for(Et=Et<0;)_e[kt++]=Et&255,Et/=256,Ce-=8;return _e[--kt]|=Ue*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,Ue=de[Fe--],kt=Ue&127,Et;for(Ue>>=7;Ne>0;)kt=kt*256+de[Fe--],Ne-=8;for(Et=kt&(1<<-Ne)-1,kt>>=-Ne,Ne+=pe;Ne>0;)Et=Et*256+de[Fe--],Ne-=8;if(kt===0)kt=1-he;else{if(kt===Ce)return Et?NaN:Ue?-1/0:1/0;Et+=V(2,pe),kt-=he}return(Ue?-1:1)*Et*V(2,kt-pe)};k.exports={pack:oe,unpack:ue}},{}],195:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/classof-raw"),z=Object,re=$("".split);k.exports=j(function(){return!z("z").propertyIsEnumerable(0)})?function(ie){return V(ie)==="String"?re(ie,""):z(ie)}:z},{"../internals/classof-raw":137,"../internals/fails":171,"../internals/function-uncurry-this":181}],196:[function(n,k,L){var $=n("../internals/is-callable"),j=n("../internals/is-object"),V=n("../internals/object-set-prototype-of");k.exports=function(z,re,ie){var oe,ue;return V&&$(oe=re.constructor)&&oe!==ie&&j(ue=oe.prototype)&&ue!==ie.prototype&&V(z,ue),z}},{"../internals/is-callable":203,"../internals/is-object":208,"../internals/object-set-prototype-of":242}],197:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/is-callable"),V=n("../internals/shared-store"),z=$(Function.toString);j(V.inspectSource)||(V.inspectSource=function(re){return z(re)}),k.exports=V.inspectSource},{"../internals/function-uncurry-this":181,"../internals/is-callable":203,"../internals/shared-store":268}],198:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/function-uncurry-this"),V=n("../internals/hidden-keys"),z=n("../internals/is-object"),re=n("../internals/has-own-property"),ie=n("../internals/object-define-property").f,oe=n("../internals/object-get-own-property-names"),ue=n("../internals/object-get-own-property-names-external"),de=n("../internals/object-is-extensible"),pe=n("../internals/uid"),Ie=n("../internals/freezing"),_e=!1,Ce=pe("meta"),he=0,Ne=function(qe){ie(qe,Ce,{value:{objectID:"O"+he++,weakData:{}}})},Fe=function(qe,jt){if(!z(qe))return typeof qe=="symbol"?qe:(typeof qe=="string"?"S":"P")+qe;if(!re(qe,Ce)){if(!de(qe))return"F";if(!jt)return"E";Ne(qe)}return qe[Ce].objectID},Ue=function(qe,jt){if(!re(qe,Ce)){if(!de(qe))return!0;if(!jt)return!1;Ne(qe)}return qe[Ce].weakData},kt=function(qe){return Ie&&_e&&de(qe)&&!re(qe,Ce)&&Ne(qe),qe},Et=function(){Ve.enable=function(){},_e=!0;var qe=oe.f,jt=j([].splice),tr={};tr[Ce]=1,qe(tr).length&&(oe.f=function(rr){for(var ar=qe(rr),nr=0,ur=ar.length;nr"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 Ue=Fe&&Fe.that,kt=!!(Fe&&Fe.AS_ENTRIES),Et=!!(Fe&&Fe.IS_RECORD),Ve=!!(Fe&&Fe.IS_ITERATOR),qe=!!(Fe&&Fe.INTERRUPTED),jt=$(Ne,Ue),tr,rr,ar,nr,ur,cr,_r,hr=function(kr){return tr&&pe(tr,"normal",kr),new _e(!0,kr)},Er=function(kr){return kt?(V(kr),qe?jt(kr[0],kr[1],hr):jt(kr[0],kr[1])):qe?jt(kr,hr):jt(kr)};if(Et)tr=he.iterator;else if(Ve)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=Er(he[ar]),ur&&oe(Ce,ur))return ur;return new _e(!1)}tr=ue(he,rr)}for(cr=Et?he.next:tr.next;!(_r=j(cr,tr)).done;){try{ur=Er(_r.value)}catch(kr){pe(tr,"throw",kr)}if(typeof ur=="object"&&ur&&oe(Ce,ur))return ur}return new _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,Ue=he.IteratorPrototype,kt=he.BUGGY_SAFARI_ITERATORS,Et=_e("iterator"),Ve="keys",qe="values",jt="entries",tr=function(){return this};k.exports=function(rr,ar,nr,ur,cr,_r,hr){ie(nr,ar,ur);var Er=function(Hr){if(Hr===cr&&Rr)return Rr;if(!kt&&Hr&&Hr in yr)return yr[Hr];switch(Hr){case Ve:return function(){return new nr(this,Hr)};case qe:return function(){return new nr(this,Hr)};case jt:return function(){return new nr(this,Hr)}}return function(){return new nr(this)}},kr=ar+" Iterator",xr=!1,yr=rr.prototype,vr=yr[Et]||yr["@@iterator"]||cr&&yr[cr],Rr=!kt&&vr||Er(cr),Br=ar==="Array"&&yr.entries||vr,mr,gr,jr;if(Br&&(mr=oe(Br.call(new rr)),mr!==Object.prototype&&mr.next&&(!V&&oe(mr)!==Ue&&(ue?ue(mr,Ue):re(mr[Et])||Ie(mr,Et,tr)),de(mr,kr,!0,!0),V&&(Ce[kr]=tr))),Ne&&cr===qe&&vr&&vr.name!==qe&&(!V&&Fe?pe(yr,"name",qe):(xr=!0,Rr=function(){return j(vr,this)})),cr)if(gr={values:Er(qe),keys:_r?Rr:Er(Ve),entries:Er(jt)},hr)for(jr in gr)(kt||xr||!(jr in yr))&&Ie(yr,jr,gr[jr]);else $({target:ar,proto:!0,forced:kt||xr},gr);return(!V||hr)&&yr[Et]!==Rr&&Ie(yr,Et,Rr,{name:cr}),Ce[ar]=Rr,gr}},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/export":170,"../internals/function-call":177,"../internals/function-name":178,"../internals/is-callable":203,"../internals/is-pure":210,"../internals/iterator-create-constructor":215,"../internals/iterators":218,"../internals/iterators-core":217,"../internals/object-get-prototype-of":236,"../internals/object-set-prototype-of":242,"../internals/set-to-string-tag":266,"../internals/well-known-symbol":306}],217:[function(n,k,L){var $=n("../internals/fails"),j=n("../internals/is-callable"),V=n("../internals/is-object"),z=n("../internals/object-create"),re=n("../internals/object-get-prototype-of"),ie=n("../internals/define-built-in"),oe=n("../internals/well-known-symbol"),ue=n("../internals/is-pure"),de=oe("iterator"),pe=!1,Ie,_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}),Ue=String(String).split("String"),kt=k.exports=function(Et,Ve,qe){Ce(Ie(Ve),0,7)==="Symbol("&&(Ve="["+he(Ie(Ve),/^Symbol\(([^)]*)\)/,"$1")+"]"),qe&&qe.getter&&(Ve="get "+Ve),qe&&qe.setter&&(Ve="set "+Ve),(!z(Et,"name")||ie&&Et.name!==Ve)&&(re?_e(Et,"name",{value:Ve,configurable:!0}):Et.name=Ve),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 jt=de(Et);return z(jt,"source")||(jt.source=Ne(Ue,typeof Ve=="string"?Ve:"")),Et};Function.prototype.toString=kt(function(){return V(this)&&pe(this).source||oe(this)},"toString")},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-name":178,"../internals/function-uncurry-this":181,"../internals/has-own-property":189,"../internals/inspect-source":197,"../internals/internal-state":199,"../internals/is-callable":203}],221:[function(n,k,L){var $=n("../internals/math-sign"),j=Math.abs,V=2220446049250313e-31,z=1/V,re=function(ie){return ie+z-z};k.exports=function(ie,oe,ue,de){var pe=+ie,Ie=j(pe),_e=$(pe);if(Ieue||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,Ue,kt,Et;if(!he){var Ve=new re,qe=function(){var jt,tr;for(de&&(jt=_e.domain)&&jt.exit();tr=Ve.get();)try{tr()}catch(rr){throw Ve.head&&Ne(),rr}jt&&jt.enter()};!ie&&!de&&!ue&&pe&&Ie?(Fe=!0,Ue=Ie.createTextNode(""),new pe(qe).observe(Ue,{characterData:!0}),Ne=function(){Ue.data=Fe=!Fe}):!oe&&Ce&&Ce.resolve?(kt=Ce.resolve(void 0),kt.constructor=Ce,Et=V(kt.then,kt),Ne=function(){Et(qe)}):de?Ne=function(){_e.nextTick(qe)}:(z=V(z,$),Ne=function(){z(qe)}),he=function(jt){Ve.head||Ne(),Ve.add(jt)}}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(Ue){he[Ue]=Ue}),pe({},Ce)[Ne]!==7||re(pe({},he)).join("")!==Fe})?function(he,Ne){for(var Fe=ue(he),Ue=arguments.length,kt=1,Et=ie.f,Ve=oe.f;Ue>kt;)for(var qe=de(arguments[kt++]),jt=Et?_e(re(qe),Et(qe)):re(qe),tr=jt.length,rr=0,ar;tr>rr;)ar=jt[rr++],(!$||V(Ve,qe,ar))&&(Fe[ar]=qe[ar]);return Fe}:pe},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/indexed-object":195,"../internals/object-get-own-property-symbols":235,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/to-object":285}],229:[function(n,k,L){var $=n("../internals/an-object"),j=n("../internals/object-define-properties"),V=n("../internals/enum-bug-keys"),z=n("../internals/hidden-keys"),re=n("../internals/html"),ie=n("../internals/document-create-element"),oe=n("../internals/shared-key"),ue=">",de="<",pe="prototype",Ie="script",_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 Ve=Et.parentWindow.Object;return Et=null,Ve},Fe=function(){var Et=ie("iframe"),Ve="java"+Ie+":",qe;return Et.style.display="none",re.appendChild(Et),Et.src=String(Ve),qe=Et.contentWindow.document,qe.open(),qe.write(he("document.F=Object")),qe.close(),qe.F},Ue,kt=function(){try{Ue=new ActiveXObject("htmlfile")}catch{}kt=typeof document<"u"?document.domain&&Ue?Ne(Ue):Fe():Ne(Ue);for(var Et=V.length;Et--;)delete kt[pe][V[Et]];return kt()};z[_e]=!0,k.exports=Object.create||function(Ve,qe){var jt;return Ve!==null?(Ce[pe]=$(Ve),jt=new Ce,Ce[pe]=null,jt[_e]=Ve):jt=kt(),qe===void 0?jt:j.f(jt,qe)}},{"../internals/an-object":114,"../internals/document-create-element":154,"../internals/enum-bug-keys":169,"../internals/hidden-keys":190,"../internals/html":192,"../internals/object-define-properties":230,"../internals/shared-key":267}],230:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/v8-prototype-define-bug"),V=n("../internals/object-define-property"),z=n("../internals/an-object"),re=n("../internals/to-indexed-object"),ie=n("../internals/object-keys");L.f=$&&!j?Object.defineProperties:function(ue,de){z(ue);for(var pe=re(de),Ie=ie(de),_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,Ue=Ne.length,kt=0,Et=[],Ve;Ue>kt;)Ve=Ne[kt++],(!$||(Fe?Ve in he:ue(he,Ve)))&&de(Et,_e?[Ve,he[Ve]]:he[Ve]);return Et}};k.exports={entries:Ie(!0),values:Ie(!1)}},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/object-get-prototype-of":236,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/to-indexed-object":282}],244:[function(n,k,L){var $=n("../internals/to-string-tag-support"),j=n("../internals/classof");k.exports=$?{}.toString:function(){return"[object "+j(this)+"]"}},{"../internals/classof":138,"../internals/to-string-tag-support":290}],245:[function(n,k,L){var $=n("../internals/function-call"),j=n("../internals/is-callable"),V=n("../internals/is-object"),z=TypeError;k.exports=function(re,ie){var oe,ue;if(ie==="string"&&j(oe=re.toString)&&!V(ue=$(oe,re))||j(oe=re.valueOf)&&!V(ue=$(oe,re))||ie!=="string"&&j(oe=re.toString)&&!V(ue=$(oe,re)))return ue;throw new z("Can't convert object to primitive value")}},{"../internals/function-call":177,"../internals/is-callable":203,"../internals/is-object":208}],246:[function(n,k,L){var $=n("../internals/get-built-in"),j=n("../internals/function-uncurry-this"),V=n("../internals/object-get-own-property-names"),z=n("../internals/object-get-own-property-symbols"),re=n("../internals/an-object"),ie=j([].concat);k.exports=$("Reflect","ownKeys")||function(ue){var de=V.f(re(ue)),pe=z.f;return pe?ie(de,pe(ue)):de}},{"../internals/an-object":114,"../internals/function-uncurry-this":181,"../internals/get-built-in":182,"../internals/object-get-own-property-names":234,"../internals/object-get-own-property-symbols":235}],247:[function(n,k,L){var $=n("../internals/global");k.exports=$},{"../internals/global":188}],248:[function(n,k,L){k.exports=function($){try{return{error:!1,value:$()}}catch(j){return{error:!0,value:j}}}},{}],249:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/promise-native-constructor"),V=n("../internals/is-callable"),z=n("../internals/is-forced"),re=n("../internals/inspect-source"),ie=n("../internals/well-known-symbol"),oe=n("../internals/engine-is-browser"),ue=n("../internals/engine-is-deno"),de=n("../internals/is-pure"),pe=n("../internals/engine-v8-version"),Ie=j&&j.prototype,_e=ie("species"),Ce=!1,he=V($.PromiseRejectionEvent),Ne=z("Promise",function(){var Fe=re(j),Ue=Fe!==String(j);if(!Ue&&pe===66||de&&!(Ie.catch&&Ie.finally))return!0;if(!pe||pe<51||!/native code/.test(Fe)){var kt=new j(function(qe){qe(1)}),Et=function(qe){qe(function(){},function(){})},Ve=kt.constructor={};if(Ve[_e]=Et,Ce=kt.then(function(){})instanceof Et,!Ce)return!0}return!Ue&&(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),Ue=j("".slice),kt=function(){var jt=/a/,tr=/b*/g;return $(_e,jt,"a"),$(_e,tr,"a"),jt.lastIndex!==0||tr.lastIndex!==0}(),Et=re.BROKEN_CARET,Ve=/()??/.exec("")[1]!==void 0,qe=kt||Ve||Et||de||pe;qe&&(Ce=function(tr){var rr=this,ar=ue(rr),nr=V(tr),ur=ar.raw,cr,_r,hr,Er,kr,xr,yr;if(ur)return ur.lastIndex=rr.lastIndex,cr=$(Ce,ur,nr),rr.lastIndex=ur.lastIndex,cr;var vr=ar.groups,Rr=Et&&rr.sticky,Br=$(z,rr),mr=rr.source,gr=0,jr=nr;if(Rr&&(Br=Fe(Br,"y",""),Ne(Br,"g")===-1&&(Br+="g"),jr=Ue(nr,rr.lastIndex),rr.lastIndex>0&&(!rr.multiline||rr.multiline&&he(nr,rr.lastIndex-1)!==` +`)&&(mr="(?: "+mr+")",jr=" "+jr,gr++),_r=new RegExp("^(?:"+mr+")",Br)),Ve&&(_r=new RegExp("^"+mr+"$(?!\\s)",Br)),kt&&(hr=rr.lastIndex),Er=$(_e,Rr?_r:rr,jr),Rr?Er?(Er.input=Ue(Er.input,gr),Er[0]=Ue(Er[0],gr),Er.index=rr.lastIndex,rr.lastIndex+=Er[0].length):rr.lastIndex=0:kt&&Er&&(rr.lastIndex=rr.global?Er.index+Er[0].length:hr),Ve&&Er&&Er.length>1&&$(Ie,Er[0],_r,function(){for(kr=1;krb)","g");return z.exec("b").groups.a!=="b"||"b".replace(z,"$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,Ue=$.Function,kt=$.MessageChannel,Et=$.String,Ve=0,qe={},jt="onreadystatechange",tr,rr,ar,nr;ie(function(){tr=$.location});var ur=function(Er){if(re(qe,Er)){var kr=qe[Er];delete qe[Er],kr()}},cr=function(Er){return function(){ur(Er)}},_r=function(Er){ur(Er.data)},hr=function(Er){$.postMessage(Et(Er),tr.protocol+"//"+tr.host)};(!Ce||!he)&&(Ce=function(kr){pe(arguments.length,1);var xr=z(kr)?kr:Ue(kr),yr=ue(arguments,1);return qe[++Ve]=function(){j(xr,void 0,yr)},rr(Ve),Ve},he=function(kr){delete qe[kr]},_e?rr=function(Er){Ne.nextTick(cr(Er))}:Fe&&Fe.now?rr=function(Er){Fe.now(cr(Er))}:kt&&!Ie?(ar=new kt,nr=ar.port2,ar.port1.onmessage=_r,rr=V(nr.postMessage,nr)):$.addEventListener&&z($.postMessage)&&!$.importScripts&&tr&&tr.protocol!=="file:"&&!ie(hr)?(rr=hr,$.addEventListener("message",_r,!1)):jt in de("script")?rr=function(Er){oe.appendChild(de("script"))[jt]=function(){oe.removeChild(this),ur(Er)}}:rr=function(Er){setTimeout(cr(Er),0)}),k.exports={set:Ce,clear: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"),Ue=n("../internals/has-own-property"),kt=n("../internals/classof"),Et=n("../internals/is-object"),Ve=n("../internals/is-symbol"),qe=n("../internals/object-create"),jt=n("../internals/object-is-prototype-of"),tr=n("../internals/object-set-prototype-of"),rr=n("../internals/object-get-own-property-names").f,ar=n("../internals/typed-array-from"),nr=n("../internals/array-iteration").forEach,ur=n("../internals/set-species"),cr=n("../internals/define-built-in-accessor"),_r=n("../internals/object-define-property"),hr=n("../internals/object-get-own-property-descriptor"),Er=n("../internals/array-from-constructor-and-list"),kr=n("../internals/internal-state"),xr=n("../internals/inherit-if-required"),yr=kr.get,vr=kr.set,Rr=kr.enforce,Br=_r.f,mr=hr.f,gr=j.RangeError,jr=oe.ArrayBuffer,Hr=jr.prototype,Ur=oe.DataView,zr=ie.NATIVE_ARRAY_BUFFER_VIEWS,Sr=ie.TYPED_ARRAY_TAG,Tr=ie.TypedArray,Mr=ie.TypedArrayPrototype,br=ie.isTypedArray,Cr="BYTES_PER_ELEMENT",Ir="Wrong length",Dr=function(Qr,ca){cr(Qr,ca,{configurable:!0,get:function(){return yr(this)[ca]}})},Kr=function(Qr){var ca;return jt(Hr,Qr)||(ca=kt(Qr))==="ArrayBuffer"||ca==="SharedArrayBuffer"},Wr=function(Qr,ca){return br(Qr)&&!Ve(ca)&&ca in Qr&&Ie(+ca)&&ca>=0},Nr=function(ca,Po){return Po=Fe(Po),Wr(ca,Po)?de(2,ca[Po]):mr(ca,Po)},Fr=function(ca,Po,Wa){return Po=Fe(Po),Wr(ca,Po)&&Et(Wa)&&Ue(Wa,"value")&&!Ue(Wa,"get")&&!Ue(Wa,"set")&&!Wa.configurable&&(!Ue(Wa,"writable")||Wa.writable)&&(!Ue(Wa,"enumerable")||Wa.enumerable)?(ca[Po]=Wa.value,ca):Br(ca,Po,Wa)};z?(zr||(hr.f=Nr,_r.f=Fr,Dr(Mr,"buffer"),Dr(Mr,"byteOffset"),Dr(Mr,"byteLength"),Dr(Mr,"length")),$({target:"Object",stat:!0,forced:!zr},{getOwnPropertyDescriptor:Nr,defineProperty:Fr}),k.exports=function(Qr,ca,Po){var Wa=Qr.match(/\d+/)[0]/8,Go=Qr+(Po?"Clamped":"")+"Array",us="get"+Qr,Kn="set"+Qr,Gr=j[Go],Ar=Gr,On=Ar&&Ar.prototype,kn={},Sa=function(Hi,na){var Ma=yr(Hi);return Ma.view[us](na*Wa+Ma.byteOffset,!0)},sa=function(Hi,na,Ma){var Ns=yr(Hi);Ns.view[Kn](na*Wa+Ns.byteOffset,Po?Ne(Ma):Ma,!0)},qa=function(Hi,na){Br(Hi,na,{get:function(){return Sa(this,na)},set:function(Ma){return sa(this,na,Ma)},enumerable:!0})};zr?re&&(Ar=ca(function(Hi,na,Ma,Ns){return ue(Hi,On),xr(function(){return Et(na)?Kr(na)?Ns!==void 0?new Gr(na,he(Ma,Wa),Ns):Ma!==void 0?new Gr(na,he(Ma,Wa)):new Gr(na):br(na)?Er(Ar,na):V(ar,Ar,na):new Gr(Ce(na))}(),Hi,Ar)}),tr&&tr(Ar,Tr),nr(rr(Gr),function(Hi){Hi in Ar||pe(Ar,Hi,Gr[Hi])}),Ar.prototype=On):(Ar=ca(function(Hi,na,Ma,Ns){ue(Hi,On);var cs=0,vl=0,Bl,Au,xs;if(!Et(na))xs=Ce(na),Au=xs*Wa,Bl=new jr(Au);else if(Kr(na)){Bl=na,vl=he(Ma,Wa);var ju=na.byteLength;if(Ns===void 0){if(ju%Wa)throw new gr(Ir);if(Au=ju-vl,Au<0)throw new gr(Ir)}else if(Au=_e(Ns)*Wa,Au+vl>ju)throw new gr(Ir);xs=Au/Wa}else return br(na)?Er(Ar,na):V(ar,Ar,na);for(vr(Hi,{buffer:Bl,byteOffset:vl,byteLength:Au,length:xs,view:new Ur(Bl)});cs1?arguments[1]:void 0,kt=Ue!==void 0,Et=oe(Ne),Ve,qe,jt,tr,rr,ar,nr,ur;if(Et&&!ue(Et))for(nr=ie(Ne,Et),ur=nr.next,Ne=[];!(ar=j(ur,nr)).done;)Ne.push(ar.value);for(kt&&Fe>2&&(Ue=$(Ue,arguments[2])),qe=re(Ne),jt=new(pe(he))(qe),tr=de(jt),Ve=0;qe>Ve;Ve++)rr=kt?Ue(Ne[Ve],Ve):Ne[Ve],jt[Ve]=tr?Ie(rr):+rr;return jt}},{"../internals/a-constructor":109,"../internals/array-buffer-view-core":117,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/is-big-int-array":202,"../internals/length-of-array-like":219,"../internals/to-big-int":280,"../internals/to-object":285}],298:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/species-constructor"),V=$.aTypedArrayConstructor,z=$.getTypedArrayConstructor;k.exports=function(re){return V(j(re,z(re)))}},{"../internals/array-buffer-view-core":117,"../internals/species-constructor":270}],299:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=0,V=Math.random(),z=$(1 .toString);k.exports=function(re){return"Symbol("+(re===void 0?"":re)+")_"+z(++j+V,36)}},{"../internals/function-uncurry-this":181}],300:[function(n,k,L){var $=n("../internals/symbol-constructor-detection");k.exports=$&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},{"../internals/symbol-constructor-detection":274}],301:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/fails");k.exports=$&&j(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},{"../internals/descriptors":153,"../internals/fails":171}],302:[function(n,k,L){var $=TypeError;k.exports=function(j,V){if(j=51||!j(function(){var Ue=[];return Ue[Ce]=!1,Ue.concat()[0]!==Ue}),Ne=function(Ue){if(!z(Ue))return!1;var kt=Ue[Ce];return kt!==void 0?!!kt:V(Ue)},Fe=!he||!pe("concat");$({target:"Array",proto:!0,arity:1,forced:Fe},{concat:function(kt){var Et=re(this),Ve=de(Et,0),qe=0,jt,tr,rr,ar,nr;for(jt=-1,rr=arguments.length;jt1?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(Ue,kt){var Et=oe(this),Ve=ie(Et),qe=re(Ue,Ve),jt=re(kt===void 0?Ve:kt,Ve),tr,rr,ar;if(j(Et)&&(tr=Et.constructor,V(tr)&&(tr===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,jt);for(rr=new(tr===void 0?he:tr)(Ne(jt-qe,0)),ar=0;qe3)){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(_r,hr){return hr.v-_r.v}),cr=0;croe(nr)?1:-1}};$({target:"Array",proto:!0,forced:jt},{sort:function(ar){ar!==void 0&&V(ar);var nr=z(this);if(qe)return ar===void 0?Fe(nr):Fe(nr,ar);var ur=[],cr=re(nr),_r,hr;for(hr=0;hrEt-tr+jt;ar--)pe(kt,ar-1)}else if(jt>tr)for(ar=Et-tr;ar>Ve;ar--)nr=ar+tr-1,ur=ar+jt-1,nr in kt?kt[ur]=kt[nr]:pe(kt,ur);for(ar=0;ar2){if(xr=kt(xr),yr=ar(xr,0),yr===43||yr===45){if(vr=ar(xr,2),vr===88||vr===120)return NaN}else if(yr===48){switch(ar(xr,1)){case 66:case 98:Rr=2,Br=49;break;case 79:case 111:Rr=8,Br=55;break;default:return+xr}for(mr=rr(xr,2),gr=mr.length,jr=0;jrBr)return NaN;return parseInt(mr,Rr)}}return+xr},cr=oe(Et,!Ve(" 0o1")||!Ve("0b1")||Ve("+0x1")),_r=function(kr){return pe(jt,kr)&&Ce(function(){Ue(kr)})},hr=function(xr){var yr=arguments.length<1?0:Ve(nr(xr));return _r(this)?de(Object(yr),this,hr):yr};hr.prototype=jt,cr&&!j&&(jt.constructor=hr),$({global:!0,constructor:!0,wrap:!0,forced:cr},{Number:hr});var Er=function(kr,xr){for(var yr=V?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,Rr;yr.length>vr;vr++)ue(xr,Rr=yr[vr])&&!ue(kr,Rr)&&Fe(kr,Rr,Ne(xr,Rr))};j&&qe&&Er(re[Et],qe),(cr||j)&&Er(re[Et],Ve)},{"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/inherit-if-required":196,"../internals/is-forced":205,"../internals/is-pure":210,"../internals/is-symbol":212,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/object-get-own-property-names":234,"../internals/object-is-prototype-of":238,"../internals/path":247,"../internals/string-trim":273,"../internals/this-number-value":278,"../internals/to-primitive":288}],325:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/object-assign");$({target:"Object",stat:!0,arity:2,forced:Object.assign!==j},{assign:j})},{"../internals/export":170,"../internals/object-assign":228}],326:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/object-to-array").entries;$({target:"Object",stat:!0},{entries:function(z){return j(z)}})},{"../internals/export":170,"../internals/object-to-array":243}],327:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/fails"),V=n("../internals/to-indexed-object"),z=n("../internals/object-get-own-property-descriptor").f,re=n("../internals/descriptors"),ie=!re||j(function(){z(1)});$({target:"Object",stat:!0,forced:ie,sham:!re},{getOwnPropertyDescriptor:function(ue,de){return z(V(ue),de)}})},{"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/object-get-own-property-descriptor":232,"../internals/to-indexed-object":282}],328:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/descriptors"),V=n("../internals/own-keys"),z=n("../internals/to-indexed-object"),re=n("../internals/object-get-own-property-descriptor"),ie=n("../internals/create-property");$({target:"Object",stat:!0,sham:!j},{getOwnPropertyDescriptors:function(ue){for(var de=z(ue),pe=re.f,Ie=V(de),_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=[],Ue=0,kt=1;ie(de,function(Et){var Ve=Ue++,qe=!1;kt++,j(Ne,pe,Et).then(function(jt){qe||(qe=!0,Fe[Ve]=jt,--kt||_e(Fe))},Ce)}),--kt||_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"),Ue=n("../internals/host-report-errors"),kt=n("../internals/perform"),Et=n("../internals/queue"),Ve=n("../internals/internal-state"),qe=n("../internals/promise-native-constructor"),jt=n("../internals/promise-constructor-detection"),tr=n("../internals/new-promise-capability"),rr="Promise",ar=jt.CONSTRUCTOR,nr=jt.REJECTION_EVENT,ur=jt.SUBCLASSING,cr=Ve.getterFor(rr),_r=Ve.set,hr=qe&&qe.prototype,Er=qe,kr=hr,xr=z.TypeError,yr=z.document,vr=z.process,Rr=tr.f,Br=Rr,mr=!!(yr&&yr.createEvent&&z.dispatchEvent),gr="unhandledrejection",jr="rejectionhandled",Hr=0,Ur=1,zr=2,Sr=1,Tr=2,Mr,br,Cr,Ir,Dr=function(us){var Kn;return _e(us)&&Ie(Kn=us.then)?Kn:!1},Kr=function(us,Kn){var Gr=Kn.value,Ar=Kn.state===Ur,On=Ar?us.ok:us.fail,kn=us.resolve,Sa=us.reject,sa=us.domain,qa,To,Hi;try{On?(Ar||(Kn.rejection===Tr&&ca(Kn),Kn.rejection=Sr),On===!0?qa=Gr:(sa&&sa.enter(),qa=On(Gr),sa&&(sa.exit(),Hi=!0)),qa===us.promise?Sa(new xr("Promise-chain cycle")):(To=Dr(qa))?re(To,qa,kn,Sa):kn(qa)):Sa(Gr)}catch(na){sa&&!Hi&&sa.exit(),Sa(na)}},Wr=function(us,Kn){us.notified||(us.notified=!0,Fe(function(){for(var Gr=us.reactions,Ar;Ar=Gr.get();)Kr(Ar,us);us.notified=!1,Kn&&!us.rejection&&Fr(us)}))},Nr=function(us,Kn,Gr){var Ar,On;mr?(Ar=yr.createEvent("Event"),Ar.promise=Kn,Ar.reason=Gr,Ar.initEvent(us,!1,!0),z.dispatchEvent(Ar)):Ar={promise:Kn,reason:Gr},!nr&&(On=z["on"+us])?On(Ar):us===gr&&Ue("Unhandled promise rejection",Gr)},Fr=function(us){re(Ne,z,function(){var Kn=us.facade,Gr=us.value,Ar=Qr(us),On;if(Ar&&(On=kt(function(){V?vr.emit("unhandledRejection",Gr,Kn):Nr(gr,Kn,Gr)}),us.rejection=V||Qr(us)?Tr:Sr,On.error))throw On.value})},Qr=function(us){return us.rejection!==Sr&&!us.parent},ca=function(us){re(Ne,z,function(){var Kn=us.facade;V?vr.emit("rejectionHandled",Kn):Nr(jr,Kn,us.value)})},Po=function(us,Kn,Gr){return function(Ar){us(Kn,Ar,Gr)}},Wa=function(us,Kn,Gr){us.done||(us.done=!0,Gr&&(us=Gr),us.value=Kn,us.state=zr,Wr(us,!0))},Go=function(us,Kn,Gr){if(!us.done){us.done=!0,Gr&&(us=Gr);try{if(us.facade===Kn)throw new xr("Promise can't be resolved itself");var Ar=Dr(Kn);Ar?Fe(function(){var On={done:!1};try{re(Ar,Kn,Po(Go,On,us),Po(Wa,On,us))}catch(kn){Wa(On,kn,us)}}):(us.value=Kn,us.state=Ur,Wr(us,!1))}catch(On){Wa({done:!1},On,us)}}};if(ar&&(Er=function(Kn){Ce(this,kr),pe(Kn),re(Mr,this);var Gr=cr(this);try{Kn(Po(Go,Gr),Po(Wa,Gr))}catch(Ar){Wa(Gr,Ar)}},kr=Er.prototype,Mr=function(Kn){_r(this,{type:rr,done:!1,notified:!1,parent:!1,reactions:new Et,rejection:!1,state:Hr,value:void 0})},Mr.prototype=ie(kr,"then",function(Kn,Gr){var Ar=cr(this),On=Rr(he(this,Er));return Ar.parent=!0,On.ok=Ie(Kn)?Kn:!0,On.fail=Ie(Gr)&&Gr,On.domain=V?vr.domain:void 0,Ar.state===Hr?Ar.reactions.add(On):Fe(function(){Kr(On,Ar)}),On.promise}),br=function(){var us=new Mr,Kn=cr(us);this.promise=us,this.resolve=Po(Go,Kn),this.reject=Po(Wa,Kn)},tr.f=Rr=function(us){return us===Er||us===Cr?new br(us):Br(us)},!j&&Ie(qe)&&hr!==Object.prototype)){Ir=hr.then,ur||ie(hr,"then",function(Kn,Gr){var Ar=this;return new Er(function(On,kn){re(Ir,Ar,On,kn)}).then(Kn,Gr)},{unsafe:!0});try{delete hr.constructor}catch{}oe&&oe(hr,kr)}$({global:!0,constructor:!0,wrap:!0,forced:ar},{Promise:Er}),ue(Er,rr,!1,!0),de(rr)},{"../internals/a-callable":108,"../internals/an-instance":113,"../internals/define-built-in":149,"../internals/engine-is-node":164,"../internals/export":170,"../internals/function-call":177,"../internals/global":188,"../internals/host-report-errors":191,"../internals/internal-state":199,"../internals/is-callable":203,"../internals/is-object":208,"../internals/is-pure":210,"../internals/microtask":225,"../internals/new-promise-capability":226,"../internals/object-set-prototype-of":242,"../internals/perform":248,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250,"../internals/queue":254,"../internals/set-species":265,"../internals/set-to-string-tag":266,"../internals/species-constructor":270,"../internals/task":277}],335:[function(n,k,L){n("../modules/es.promise.constructor"),n("../modules/es.promise.all"),n("../modules/es.promise.catch"),n("../modules/es.promise.race"),n("../modules/es.promise.reject"),n("../modules/es.promise.resolve")},{"../modules/es.promise.all":332,"../modules/es.promise.catch":333,"../modules/es.promise.constructor":334,"../modules/es.promise.race":336,"../modules/es.promise.reject":337,"../modules/es.promise.resolve":338}],336:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/a-callable"),z=n("../internals/new-promise-capability"),re=n("../internals/perform"),ie=n("../internals/iterate"),oe=n("../internals/promise-statics-incorrect-iteration");$({target:"Promise",stat:!0,forced:oe},{race:function(de){var pe=this,Ie=z.f(pe),_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"),Ue=n("../internals/has-own-property"),kt=n("../internals/internal-state").enforce,Et=n("../internals/set-species"),Ve=n("../internals/well-known-symbol"),qe=n("../internals/regexp-unsupported-dot-all"),jt=n("../internals/regexp-unsupported-ncg"),tr=Ve("match"),rr=j.RegExp,ar=rr.prototype,nr=j.SyntaxError,ur=V(ar.exec),cr=V("".charAt),_r=V("".replace),hr=V("".indexOf),Er=V("".slice),kr=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,xr=/a/g,yr=/a/g,vr=new rr(xr)!==xr,Rr=Ce.MISSED_STICKY,Br=Ce.UNSUPPORTED_Y,mr=$&&(!vr||Rr||qe||jt||Fe(function(){return yr[tr]=!1,rr(xr)!==xr||rr(yr)===yr||String(rr(xr,"i"))!=="/a/i"})),gr=function(Sr){for(var Tr=Sr.length,Mr=0,br="",Cr=!1,Ir;Mr<=Tr;Mr++){if(Ir=cr(Sr,Mr),Ir==="\\"){br+=Ir+cr(Sr,++Mr);continue}!Cr&&Ir==="."?br+="[\\s\\S]":(Ir==="["?Cr=!0:Ir==="]"&&(Cr=!1),br+=Ir)}return br},jr=function(Sr){for(var Tr=Sr.length,Mr=0,br="",Cr=[],Ir=oe(null),Dr=!1,Kr=!1,Wr=0,Nr="",Fr;Mr<=Tr;Mr++){if(Fr=cr(Sr,Mr),Fr==="\\")Fr+=cr(Sr,++Mr);else if(Fr==="]")Dr=!1;else if(!Dr)switch(!0){case Fr==="[":Dr=!0;break;case Fr==="(":ur(kr,Er(Sr,Mr+1))&&(Mr+=2,Kr=!0),br+=Fr,Wr++;continue;case(Fr===">"&&Kr):if(Nr===""||Ue(Ir,Nr))throw new nr("Invalid capture group name");Ir[Nr]=!0,Cr[Cr.length]=[Nr,Wr],Kr=!1,Nr="";continue}Kr?Nr+=Fr:br+=Fr}return[br,Cr]};if(z("RegExp",mr)){for(var Hr=function(Tr,Mr){var br=de(ar,this),Cr=pe(Tr),Ir=Mr===void 0,Dr=[],Kr=Tr,Wr,Nr,Fr,Qr,ca,Po;if(!br&&Cr&&Ir&&Tr.constructor===Hr)return Tr;if((Cr||de(ar,Tr))&&(Tr=Tr.source,Ir&&(Mr=_e(Kr))),Tr=Tr===void 0?"":Ie(Tr),Mr=Mr===void 0?"":Ie(Mr),Kr=Tr,qe&&"dotAll"in xr&&(Nr=!!Mr&&hr(Mr,"s")>-1,Nr&&(Mr=_r(Mr,/s/g,""))),Wr=Mr,Rr&&"sticky"in xr&&(Fr=!!Mr&&hr(Mr,"y")>-1,Fr&&Br&&(Mr=_r(Mr,/y/g,""))),jt&&(Qr=jr(Tr),Tr=Qr[0],Dr=Qr[1]),ca=re(rr(Tr,Mr),br?this:ar,Hr),(Nr||Fr||Dr.length)&&(Po=kt(ca),Nr&&(Po.dotAll=!0,Po.raw=Hr(gr(Tr),Wr)),Fr&&(Po.sticky=!0),Dr.length&&(Po.groups=Dr)),Tr!==Kr)try{ie(ca,"source",Kr===""?"(?:)":Kr)}catch{}return ca},Ur=ue(rr),zr=0;Ur.length>zr;)he(Hr,rr,Ur[zr++]);ar.constructor=Hr,Hr.prototype=ar,Ne(j,"RegExp",Hr,{constructor:!0})}Et("RegExp")},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/descriptors":153,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/inherit-if-required":196,"../internals/internal-state":199,"../internals/is-forced":205,"../internals/is-regexp":211,"../internals/object-create":229,"../internals/object-get-own-property-names":234,"../internals/object-is-prototype-of":238,"../internals/proxy-accessor":253,"../internals/regexp-get-flags":258,"../internals/regexp-sticky-helpers":259,"../internals/regexp-unsupported-dot-all":260,"../internals/regexp-unsupported-ncg":261,"../internals/set-species":265,"../internals/to-string":291,"../internals/well-known-symbol":306}],340:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/regexp-exec");$({target:"RegExp",proto:!0,forced:/./.exec!==j},{exec:j})},{"../internals/export":170,"../internals/regexp-exec":256}],341:[function(n,k,L){var $=n("../internals/function-name").PROPER,j=n("../internals/define-built-in"),V=n("../internals/an-object"),z=n("../internals/to-string"),re=n("../internals/fails"),ie=n("../internals/regexp-get-flags"),oe="toString",ue=RegExp.prototype,de=ue[oe],pe=re(function(){return de.call({source:"a",flags:"b"})!=="/a/b"}),Ie=$&&de.name!==oe;(pe||Ie)&&j(ue,oe,function(){var Ce=V(this),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),Ue=z(Ne)?void 0:ue(Ne,Ie);return Ue?$(Ue,Ne,Fe):new RegExp(Ne)[Ie](ie(Fe))},function(he){var Ne=V(this),Fe=ie(he),Ue=Ce(_e,Ne,Fe);if(Ue.done)return Ue.value;if(!Ne.global)return pe(Ne,Fe);var kt=Ne.unicode;Ne.lastIndex=0;for(var Et=[],Ve=0,qe;(qe=pe(Ne,Fe))!==null;){var jt=ie(qe[0]);Et[Ve]=jt,jt===""&&(Ne.lastIndex=de(Fe,re(Ne.lastIndex),kt)),Ve++}return Ve===0?null:Et}]})},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-call":177,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/to-length":284,"../internals/to-string":291}],347:[function(n,k,L){var $=n("../internals/function-apply"),j=n("../internals/function-call"),V=n("../internals/function-uncurry-this"),z=n("../internals/fix-regexp-well-known-symbol-logic"),re=n("../internals/fails"),ie=n("../internals/an-object"),oe=n("../internals/is-callable"),ue=n("../internals/is-null-or-undefined"),de=n("../internals/to-integer-or-infinity"),pe=n("../internals/to-length"),Ie=n("../internals/to-string"),_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"),Ue=n("../internals/well-known-symbol"),kt=Ue("replace"),Et=Math.max,Ve=Math.min,qe=V([].concat),jt=V([].push),tr=V("".indexOf),rr=V("".slice),ar=function(_r){return _r===void 0?_r:String(_r)},nr=function(){return"a".replace(/./,"$0")==="$0"}(),ur=function(){return/./[kt]?/./[kt]("a","$0")==="":!1}(),cr=!re(function(){var _r=/./;return _r.exec=function(){var hr=[];return hr.groups={a:"7"},hr},"".replace(_r,"$")!=="7"});z("replace",function(_r,hr,Er){var kr=ur?"$":"$0";return[function(yr,vr){var Rr=_e(this),Br=ue(yr)?void 0:he(yr,kt);return Br?j(Br,yr,Rr,vr):j(hr,Ie(Rr),yr,vr)},function(xr,yr){var vr=ie(this),Rr=Ie(xr);if(typeof yr=="string"&&tr(yr,kr)===-1&&tr(yr,"$<")===-1){var Br=Er(hr,vr,Rr,yr);if(Br.done)return Br.value}var mr=oe(yr);mr||(yr=Ie(yr));var gr=vr.global,jr;gr&&(jr=vr.unicode,vr.lastIndex=0);for(var Hr=[],Ur;Ur=Fe(vr,Rr),!(Ur===null||(jt(Hr,Ur),!gr));){var zr=Ie(Ur[0]);zr===""&&(vr.lastIndex=Ce(Rr,pe(vr.lastIndex),jr))}for(var Sr="",Tr=0,Mr=0;Mr=Tr&&(Sr+=rr(Rr,Tr,Cr)+Dr,Tr=Cr+br.length)}return Sr+rr(Rr,Tr)}]},!cr||!nr||ur)},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/fails":171,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-apply":174,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/get-method":186,"../internals/get-substitution":187,"../internals/is-callable":203,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/to-integer-or-infinity":283,"../internals/to-length":284,"../internals/to-string":291,"../internals/well-known-symbol":306}],348:[function(n,k,L){var $=n("../internals/function-call"),j=n("../internals/fix-regexp-well-known-symbol-logic"),V=n("../internals/an-object"),z=n("../internals/is-null-or-undefined"),re=n("../internals/require-object-coercible"),ie=n("../internals/same-value"),oe=n("../internals/to-string"),ue=n("../internals/get-method"),de=n("../internals/regexp-exec-abstract");j("search",function(pe,Ie,_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 Ue=he.lastIndex;ie(Ue,0)||(he.lastIndex=0);var kt=de(he,Ne);return ie(he.lastIndex,Ue)||(he.lastIndex=Ue),kt===null?-1:kt.index}]})},{"../internals/an-object":114,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-call":177,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/same-value":264,"../internals/to-string":291}],349:[function(n,k,L){var $=n("../internals/function-apply"),j=n("../internals/function-call"),V=n("../internals/function-uncurry-this"),z=n("../internals/fix-regexp-well-known-symbol-logic"),re=n("../internals/an-object"),ie=n("../internals/is-null-or-undefined"),oe=n("../internals/is-regexp"),ue=n("../internals/require-object-coercible"),de=n("../internals/species-constructor"),pe=n("../internals/advance-string-index"),Ie=n("../internals/to-length"),_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"),Ue=n("../internals/regexp-sticky-helpers"),kt=n("../internals/fails"),Et=Ue.UNSUPPORTED_Y,Ve=4294967295,qe=Math.min,jt=[].push,tr=V(/./.exec),rr=V(jt),ar=V("".slice),nr=!kt(function(){var ur=/(?:)/,cr=ur.exec;ur.exec=function(){return cr.apply(this,arguments)};var _r="ab".split(ur);return _r.length!==2||_r[0]!=="a"||_r[1]!=="b"});z("split",function(ur,cr,_r){var hr;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?hr=function(Er,kr){var xr=_e(ue(this)),yr=kr===void 0?Ve:kr>>>0;if(yr===0)return[];if(Er===void 0)return[xr];if(!oe(Er))return j(cr,xr,Er,yr);for(var vr=[],Rr=(Er.ignoreCase?"i":"")+(Er.multiline?"m":"")+(Er.unicode?"u":"")+(Er.sticky?"y":""),Br=0,mr=new RegExp(Er.source,Rr+"g"),gr,jr,Hr;(gr=j(Fe,mr,xr))&&(jr=mr.lastIndex,!(jr>Br&&(rr(vr,ar(xr,Br,gr.index)),gr.length>1&&gr.index=yr)));)mr.lastIndex===gr.index&&mr.lastIndex++;return Br===xr.length?(Hr||!tr(mr,""))&&rr(vr,""):rr(vr,ar(xr,Br)),vr.length>yr?he(vr,0,yr):vr}:"0".split(void 0,0).length?hr=function(Er,kr){return Er===void 0&&kr===0?[]:j(cr,this,Er,kr)}:hr=cr,[function(kr,xr){var yr=ue(this),vr=ie(kr)?void 0:Ce(kr,ur);return vr?j(vr,kr,yr,xr):j(hr,_e(yr),kr,xr)},function(Er,kr){var xr=re(this),yr=_e(Er),vr=_r(hr,xr,yr,kr,hr!==cr);if(vr.done)return vr.value;var Rr=de(xr,RegExp),Br=xr.unicode,mr=(xr.ignoreCase?"i":"")+(xr.multiline?"m":"")+(xr.unicode?"u":"")+(Et?"g":"y"),gr=new Rr(Et?"^(?:"+xr.source+")":xr,mr),jr=kr===void 0?Ve:kr>>>0;if(jr===0)return[];if(yr.length===0)return Ne(gr,yr)===null?[yr]:[];for(var Hr=0,Ur=0,zr=[];Ur1?arguments[1]:void 0,Fe.length)),kt=re(Ne);return pe(Fe,Ue,Ue+kt.length)===kt}})},{"../internals/correct-is-regexp-logic":142,"../internals/export":170,"../internals/function-uncurry-this-clause":180,"../internals/is-pure":210,"../internals/not-a-regexp":227,"../internals/object-get-own-property-descriptor":232,"../internals/require-object-coercible":262,"../internals/to-length":284,"../internals/to-string":291}],351:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/string-trim").trim,V=n("../internals/string-trim-forced");$({target:"String",proto:!0,forced:V("trim")},{trim:function(){return j(this)}})},{"../internals/export":170,"../internals/string-trim":273,"../internals/string-trim-forced":272}],352:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-call"),z=n("../internals/function-uncurry-this"),re=n("../internals/is-pure"),ie=n("../internals/descriptors"),oe=n("../internals/symbol-constructor-detection"),ue=n("../internals/fails"),de=n("../internals/has-own-property"),pe=n("../internals/object-is-prototype-of"),Ie=n("../internals/an-object"),_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"),Ue=n("../internals/object-keys"),kt=n("../internals/object-get-own-property-names"),Et=n("../internals/object-get-own-property-names-external"),Ve=n("../internals/object-get-own-property-symbols"),qe=n("../internals/object-get-own-property-descriptor"),jt=n("../internals/object-define-property"),tr=n("../internals/object-define-properties"),rr=n("../internals/object-property-is-enumerable"),ar=n("../internals/define-built-in"),nr=n("../internals/define-built-in-accessor"),ur=n("../internals/shared"),cr=n("../internals/shared-key"),_r=n("../internals/hidden-keys"),hr=n("../internals/uid"),Er=n("../internals/well-known-symbol"),kr=n("../internals/well-known-symbol-wrapped"),xr=n("../internals/well-known-symbol-define"),yr=n("../internals/symbol-define-to-primitive"),vr=n("../internals/set-to-string-tag"),Rr=n("../internals/internal-state"),Br=n("../internals/array-iteration").forEach,mr=cr("hidden"),gr="Symbol",jr="prototype",Hr=Rr.set,Ur=Rr.getterFor(gr),zr=Object[jr],Sr=j.Symbol,Tr=Sr&&Sr[jr],Mr=j.RangeError,br=j.TypeError,Cr=j.QObject,Ir=qe.f,Dr=jt.f,Kr=Et.f,Wr=rr.f,Nr=z([].push),Fr=ur("symbols"),Qr=ur("op-symbols"),ca=ur("wks"),Po=!Cr||!Cr[jr]||!Cr[jr].findChild,Wa=function(qa,To,Hi){var na=Ir(zr,To);na&&delete zr[To],Dr(qa,To,Hi),na&&qa!==zr&&Dr(zr,To,na)},Go=ie&&ue(function(){return Fe(Dr({},"a",{get:function(){return Dr(this,"a",{value:7}).a}})).a!==7})?Wa:Dr,us=function(qa,To){var Hi=Fr[qa]=Fe(Tr);return Hr(Hi,{type:gr,tag:qa,description:To}),ie||(Hi.description=To),Hi},Kn=function(To,Hi,na){To===zr&&Kn(Qr,Hi,na),Ie(To);var Ma=Ce(Hi);return Ie(na),de(Fr,Ma)?(na.enumerable?(de(To,mr)&&To[mr][Ma]&&(To[mr][Ma]=!1),na=Fe(na,{enumerable:Ne(0,!1)})):(de(To,mr)||Dr(To,mr,Ne(1,Fe(null))),To[mr][Ma]=!0),Go(To,Ma,na)):Dr(To,Ma,na)},Gr=function(To,Hi){Ie(To);var na=_e(Hi),Ma=Ue(na).concat(sa(na));return Br(Ma,function(Ns){(!ie||V(On,na,Ns))&&Kn(To,Ns,na[Ns])}),To},Ar=function(To,Hi){return Hi===void 0?Fe(To):Gr(Fe(To),Hi)},On=function(To){var Hi=Ce(To),na=V(Wr,this,Hi);return this===zr&&de(Fr,Hi)&&!de(Qr,Hi)?!1:na||!de(this,Hi)||!de(Fr,Hi)||de(this,mr)&&this[mr][Hi]?na:!0},kn=function(To,Hi){var na=_e(To),Ma=Ce(Hi);if(!(na===zr&&de(Fr,Ma)&&!de(Qr,Ma))){var Ns=Ir(na,Ma);return Ns&&de(Fr,Ma)&&!(de(na,mr)&&na[mr][Ma])&&(Ns.enumerable=!0),Ns}},Sa=function(To){var Hi=Kr(_e(To)),na=[];return Br(Hi,function(Ma){!de(Fr,Ma)&&!de(_r,Ma)&&Nr(na,Ma)}),na},sa=function(qa){var To=qa===zr,Hi=Kr(To?Qr:_e(qa)),na=[];return Br(Hi,function(Ma){de(Fr,Ma)&&(!To||de(zr,Ma))&&Nr(na,Fr[Ma])}),na};oe||(Sr=function(){if(pe(Tr,this))throw new br("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 Ns=this===void 0?j:this;Ns===zr&&V(na,Qr,Ma),de(Ns,mr)&&de(Ns[mr],Hi)&&(Ns[mr][Hi]=!1);var cs=Ne(1,Ma);try{Go(Ns,Hi,cs)}catch(vl){if(!(vl instanceof Mr))throw vl;Wa(Ns,Hi,cs)}};return ie&&Po&&Go(zr,Hi,{configurable:!0,set:na}),us(Hi,To)},Tr=Sr[jr],ar(Tr,"toString",function(){return Ur(this).tag}),ar(Sr,"withoutSetter",function(qa){return us(hr(qa),qa)}),rr.f=On,jt.f=Kn,tr.f=Gr,qe.f=kn,kt.f=Et.f=Sa,Ve.f=sa,kr.f=function(qa){return us(Er(qa),qa)},ie&&(nr(Tr,"description",{configurable:!0,get:function(){return Ur(this).description}}),re||ar(zr,"propertyIsEnumerable",On,{unsafe:!0}))),$({global:!0,constructor:!0,wrap:!0,forced:!oe,sham:!oe},{Symbol:Sr}),Br(Ue(ca),function(qa){xr(qa)}),$({target:gr,stat:!0,forced:!oe},{useSetter:function(){Po=!0},useSimple:function(){Po=!1}}),$({target:"Object",stat:!0,forced:!oe,sham:!ie},{create:Ar,defineProperty:Kn,defineProperties:Gr,getOwnPropertyDescriptor:kn}),$({target:"Object",stat:!0,forced:!oe},{getOwnPropertyNames:Sa}),yr(),vr(Sr,gr),_r[mr]=!0},{"../internals/an-object":114,"../internals/array-iteration":125,"../internals/create-property-descriptor":146,"../internals/define-built-in":149,"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/hidden-keys":190,"../internals/internal-state":199,"../internals/is-pure":210,"../internals/object-create":229,"../internals/object-define-properties":230,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/object-get-own-property-names":234,"../internals/object-get-own-property-names-external":233,"../internals/object-get-own-property-symbols":235,"../internals/object-is-prototype-of":238,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/set-to-string-tag":266,"../internals/shared":269,"../internals/shared-key":267,"../internals/symbol-constructor-detection":274,"../internals/symbol-define-to-primitive":275,"../internals/to-indexed-object":282,"../internals/to-property-key":289,"../internals/to-string":291,"../internals/uid":299,"../internals/well-known-symbol":306,"../internals/well-known-symbol-define":304,"../internals/well-known-symbol-wrapped":305}],353:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/descriptors"),V=n("../internals/global"),z=n("../internals/function-uncurry-this"),re=n("../internals/has-own-property"),ie=n("../internals/is-callable"),oe=n("../internals/object-is-prototype-of"),ue=n("../internals/to-string"),de=n("../internals/define-built-in-accessor"),pe=n("../internals/copy-constructor-properties"),Ie=V.Symbol,_e=Ie&&Ie.prototype;if(j&&ie(Ie)&&(!("description"in _e)||Ie().description!==void 0)){var Ce={},he=function(){var jt=arguments.length<1||arguments[0]===void 0?void 0:ue(arguments[0]),tr=oe(_e,this)?new Ie(jt):jt===void 0?Ie():Ie(jt);return jt===""&&(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),Ue=z(_e.toString),kt=/^Symbol\((.*)\)[^)]+$/,Et=z("".replace),Ve=z("".slice);de(_e,"description",{configurable:!0,get:function(){var jt=Fe(this);if(re(Ce,jt))return"";var tr=Ue(jt),rr=Ne?Ve(tr,7,-1):Et(tr,kt,"$1");return rr===""?void 0:rr}}),$({global:!0,constructor:!0,forced:!0},{Symbol: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",Ue=function(){return de(_e(this))};Ce("entries",function(){return Ie(_e(this))},Ne),Ce("keys",function(){return pe(_e(this))},Ne),Ce("values",Ue,Ne||!Fe,{name:"values"}),Ce(oe,Ue,Ne||!Fe,{name:"values"})},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/well-known-symbol":306,"../modules/es.array.iterator":316}],368:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/function-uncurry-this"),V=$.aTypedArray,z=$.exportTypedArrayMethod,re=j([].join);z("join",function(oe){return re(V(this),oe)})},{"../internals/array-buffer-view-core":117,"../internals/function-uncurry-this":181}],369:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/function-apply"),V=n("../internals/array-last-index-of"),z=$.aTypedArray,re=$.exportTypedArrayMethod;re("lastIndexOf",function(oe){var ue=arguments.length;return j(V,z(this),ue>1?[oe,arguments[1]]:[oe])})},{"../internals/array-buffer-view-core":117,"../internals/array-last-index-of":126,"../internals/function-apply":174}],370:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").map,V=n("../internals/typed-array-species-constructor"),z=$.aTypedArray,re=$.exportTypedArrayMethod;re("map",function(oe){return j(z(this),oe,arguments.length>1?arguments[1]:void 0,function(ue,de){return new(V(ue))(de)})})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-species-constructor":298}],371:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").right,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("reduceRight",function(ie){var oe=arguments.length;return j(V(this),ie,oe,oe>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],372:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").left,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("reduce",function(ie){var oe=arguments.length;return j(V(this),ie,oe,oe>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],373:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=$.aTypedArray,V=$.exportTypedArrayMethod,z=Math.floor;V("reverse",function(){for(var ie=this,oe=j(ie).length,ue=z(oe/2),de=0,pe;de1?arguments[1]:void 0,1),Et=ie(Ue);if(he)return j(Ie,this,Et,kt);var Ve=this.length,qe=z(Et),jt=0;if(qe+kt>Ve)throw new ue("Wrong length");for(;jtCe;)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 kt=new Ce(516),Et=Array(516),Ve,qe;for(Ve=0;Ve<516;Ve++)qe=Ve%4,kt[Ve]=515-Ve,Et[Ve]=Ve-2*qe+3;for(he(kt,function(jt,tr){return(jt/4|0)-(tr/4|0)}),Ve=0;Ve<516;Ve++)if(kt[Ve]!==Et[Ve])return!0}),Ue=function(kt){return function(Et,Ve){return kt!==void 0?+kt(Et,Ve)||0:Ve!==Ve?-1:Et!==Et?1:Et===0&&Ve===0?1/Et>0&&1/Ve<0?1:-1:Et>Ve}};_e("sort",function(Et){return Et!==void 0&&z(Et),Fe?he(this,Et):re(Ie(this),Ue(Et))},!Fe||Ne)},{"../internals/a-callable":108,"../internals/array-buffer-view-core":117,"../internals/array-sort":132,"../internals/engine-ff-version":158,"../internals/engine-is-ie-or-edge":161,"../internals/engine-v8-version":167,"../internals/engine-webkit-version":168,"../internals/fails":171,"../internals/function-uncurry-this-clause":180,"../internals/global":188}],378:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/to-length"),V=n("../internals/to-absolute-index"),z=n("../internals/typed-array-species-constructor"),re=$.aTypedArray,ie=$.exportTypedArrayMethod;ie("subarray",function(ue,de){var pe=re(this),Ie=pe.length,_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"](),Ue=pe[Ne+"Day"](),kt=pe[Ne+"Month"](),Et=pe[Ne+"FullYear"](),Ve=pe[Ne+"Hours"](),qe=pe[Ne+"Minutes"](),jt=pe[Ne+"Seconds"](),tr=pe[Ne+"Milliseconds"](),rr=_e?0:pe.getTimezoneOffset(),ar=z(pe),nr=re(pe),ur={d:Fe,dd:V(Fe),ddd:j.i18n.dayNames[Ue],dddd:j.i18n.dayNames[Ue+7],m:kt+1,mm:V(kt+1),mmm:j.i18n.monthNames[kt],mmmm:j.i18n.monthNames[kt+12],yy:String(Et).slice(2),yyyy:Et,h:Ve%12||12,hh:V(Ve%12||12),H:Ve,HH:V(Ve),M:qe,MM:V(qe),s:jt,ss:V(jt),l:V(tr,3),L:V(Math.round(tr/10)),t:Ve<12?"a":"p",tt:Ve<12?"am":"pm",T:Ve<12?"A":"P",TT:Ve<12?"AM":"PM",Z:Ce?"GMT":_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.length3&&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;ue0&&(ur=tr[0]),ur instanceof Error)throw ur;var cr=new Error("Unhandled error."+(ur?" ("+ur.message+")":""));throw cr.context=ur,cr}var _r=nr[jt];if(_r===void 0)return!1;if(typeof _r=="function")j(_r,this,tr);else for(var hr=_r.length,Er=Ne(_r,hr),rr=0;rr0&&ur.length>ar&&!ur.warned){ur.warned=!0;var cr=new Error("Possible EventEmitter memory leak detected. "+ur.length+" "+String(jt)+" listeners added. Use emitter.setMaxListeners() to increase limit");cr.name="MaxListenersExceededWarning",cr.emitter=qe,cr.type=jt,cr.count=ur.length,z(cr)}return qe}ie.prototype.addListener=function(jt,tr){return pe(this,jt,tr,!1)},ie.prototype.on=ie.prototype.addListener,ie.prototype.prependListener=function(jt,tr){return pe(this,jt,tr,!0)};function Ie(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function _e(qe,jt,tr){var rr={fired:!1,wrapFn:void 0,target:qe,type:jt,listener:tr},ar=Ie.bind(rr);return ar.listener=tr,rr.wrapFn=ar,ar}ie.prototype.once=function(jt,tr){return ue(tr),this.on(jt,_e(this,jt,tr)),this},ie.prototype.prependOnceListener=function(jt,tr){return ue(tr),this.prependListener(jt,_e(this,jt,tr)),this},ie.prototype.removeListener=function(jt,tr){var rr,ar,nr,ur,cr;if(ue(tr),ar=this._events,ar===void 0)return this;if(rr=ar[jt],rr===void 0)return this;if(rr===tr||rr.listener===tr)--this._eventsCount===0?this._events=Object.create(null):(delete ar[jt],ar.removeListener&&this.emit("removeListener",jt,rr.listener||tr));else if(typeof rr!="function"){for(nr=-1,ur=rr.length-1;ur>=0;ur--)if(rr[ur]===tr||rr[ur].listener===tr){cr=rr[ur].listener,nr=ur;break}if(nr<0)return this;nr===0?rr.shift():Fe(rr,nr),rr.length===1&&(ar[jt]=rr[0]),ar.removeListener!==void 0&&this.emit("removeListener",jt,cr||tr)}return this},ie.prototype.off=ie.prototype.removeListener,ie.prototype.removeAllListeners=function(jt){var tr,rr,ar;if(rr=this._events,rr===void 0)return this;if(rr.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):rr[jt]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete rr[jt]),this;if(arguments.length===0){var nr=Object.keys(rr),ur;for(ar=0;ar=0;ar--)this.removeListener(jt,tr[ar]);return this};function Ce(qe,jt,tr){var rr=qe._events;if(rr===void 0)return[];var ar=rr[jt];return ar===void 0?[]:typeof ar=="function"?tr?[ar.listener||ar]:[ar]:tr?Ue(ar):Ne(ar,ar.length)}ie.prototype.listeners=function(jt){return Ce(this,jt,!0)},ie.prototype.rawListeners=function(jt){return Ce(this,jt,!1)},ie.listenerCount=function(qe,jt){return typeof qe.listenerCount=="function"?qe.listenerCount(jt):he.call(qe,jt)},ie.prototype.listenerCount=he;function he(qe){var jt=this._events;if(jt!==void 0){var tr=jt[qe];if(typeof tr=="function")return 1;if(tr!==void 0)return tr.length}return 0}ie.prototype.eventNames=function(){return this._eventsCount>0?V(this._events):[]};function Ne(qe,jt){for(var tr=new Array(jt),rr=0;rr=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"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(_r){var Ne=Ie(Ie(_r));he["%Error.prototype%"]=Ne}var Fe=function _r(hr){var Er;if(hr==="%AsyncFunction%")Er=re("async function () {}");else if(hr==="%GeneratorFunction%")Er=re("function* () {}");else if(hr==="%AsyncGeneratorFunction%")Er=re("async function* () {}");else if(hr==="%AsyncGenerator%"){var kr=_r("%AsyncGeneratorFunction%");kr&&(Er=kr.prototype)}else if(hr==="%AsyncIteratorPrototype%"){var xr=_r("%AsyncGenerator%");xr&&Ie&&(Er=Ie(xr.prototype))}return he[hr]=Er,Er},Ue={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},kt=n("function-bind"),Et=n("hasown"),Ve=kt.call(Function.call,Array.prototype.concat),qe=kt.call(Function.apply,Array.prototype.splice),jt=kt.call(Function.call,String.prototype.replace),tr=kt.call(Function.call,String.prototype.slice),rr=kt.call(Function.call,RegExp.prototype.exec),ar=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,nr=/\\(\\)?/g,ur=function(hr){var Er=tr(hr,0,1),kr=tr(hr,-1);if(Er==="%"&&kr!=="%")throw new j("invalid intrinsic syntax, expected closing `%`");if(kr==="%"&&Er!=="%")throw new j("invalid intrinsic syntax, expected opening `%`");var xr=[];return jt(hr,ar,function(yr,vr,Rr,Br){xr[xr.length]=Rr?jt(Br,nr,"$1"):vr||yr}),xr},cr=function(hr,Er){var kr=hr,xr;if(Et(Ue,kr)&&(xr=Ue[kr],kr="%"+xr[0]+"%"),Et(he,kr)){var yr=he[kr];if(yr===_e&&(yr=Fe(kr)),typeof yr>"u"&&!Er)throw new z("intrinsic "+hr+" exists, but is not available. Please file an issue!");return{alias:xr,name:kr,value:yr}}throw new j("intrinsic "+hr+" does not exist!")};k.exports=function(hr,Er){if(typeof hr!="string"||hr.length===0)throw new z("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof Er!="boolean")throw new z('"allowMissing" argument must be a boolean');if(rr(/^%?[^%]*%?$/,hr)===null)throw new j("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var kr=ur(hr),xr=kr.length>0?kr[0]:"",yr=cr("%"+xr+"%",Er),vr=yr.name,Rr=yr.value,Br=!1,mr=yr.alias;mr&&(xr=mr[0],qe(kr,Ve([0,1],mr)));for(var gr=1,jr=!0;gr=kr.length){var Sr=ie(Rr,Hr);jr=!!Sr,jr&&"get"in Sr&&!("originalValue"in Sr.get)?Rr=Sr.get:Rr=Rr[Hr]}else jr=Et(Rr,Hr),Rr=Rr[Hr];jr&&!Br&&(he[vr]=Rr)}}return Rr}},{"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 */L.read=function($,j,V,z,re){var ie,oe,ue=re*8-z-1,de=(1<>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<>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<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&&++z1)for(var Fe=1;Fe=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 * @license MIT - */$.exports=function(V){return V!=null&&(L(V)||j(V)||!!V._isBuffer)};function L(V){return!!V.constructor&&typeof V.constructor.isBuffer=="function"&&V.constructor.isBuffer(V)}function j(V){return typeof V.readFloatLE=="function"&&typeof V.slice=="function"&&L(V.slice(0,0))}},{}],412:[function(n,$,k){var L=Function.prototype.toString,j=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,V,z;if(typeof j=="function"&&typeof Object.defineProperty=="function")try{V=Object.defineProperty({},"length",{get:function(){throw z}}),z={},j(function(){throw 42},null,V)}catch(cr){cr!==z&&(j=null)}else j=null;var re=/^\s*class\b/,oe=function(nr){try{var lr=L.call(nr);return re.test(lr)}catch{return!1}},ue=function(nr){try{return oe(nr)?!1:(L.call(nr),!0)}catch{return!1}},de=Object.prototype.toString,_e="[object Object]",Ne="[object Function]",Ue="[object GeneratorFunction]",$e="[object HTMLAllCollection]",Ve="[object HTML document.all class]",Fe="[object HTMLCollection]",qe=typeof Symbol=="function"&&!!Symbol.toStringTag,er=!(0 in[,]),ir=function(){return!1};if(typeof document=="object"){var dr=document.all;de.call(dr)===de.call(document.all)&&(ir=function(nr){if((er||!nr)&&(typeof nr>"u"||typeof nr=="object"))try{var lr=de.call(nr);return(lr===$e||lr===Ve||lr===Fe||lr===_e)&&nr("")==null}catch{}return!1})}$.exports=j?function(nr){if(ir(nr))return!0;if(!nr||typeof nr!="function"&&typeof nr!="object")return!1;try{j(nr,null,V)}catch(lr){if(lr!==z)return!1}return!oe(nr)&&ue(nr)}:function(nr){if(ir(nr))return!0;if(!nr||typeof nr!="function"&&typeof nr!="object")return!1;if(qe)return ue(nr);if(oe(nr))return!1;var lr=de.call(nr);return lr!==Ne&&lr!==Ue&&!/^\[object HTML/.test(lr)?!1:ue(nr)}},{}],413:[function(n,$,k){var L=Object.prototype.toString,j=Function.prototype.toString,V=/^\s*(?:function)?\*/,z=n("has-tostringtag/shams")(),re=Object.getPrototypeOf,oe=function(){if(!z)return!1;try{return Function("return function*() {}")()}catch{}},ue;$.exports=function(_e){if(typeof _e!="function")return!1;if(V.test(j.call(_e)))return!0;if(!z){var Ne=L.call(_e);return Ne==="[object GeneratorFunction]"}if(!re)return!1;if(typeof ue>"u"){var Ue=oe();ue=Ue?re(Ue):!1}return re(_e)===ue}},{"has-tostringtag/shams":398}],414:[function(n,$,k){var L=n("which-typed-array");$.exports=function(V){return!!L(V)}},{"which-typed-array":492}],415:[function(n,$,k){(function(L){(function(){(function(j,V){typeof k=="object"&&typeof $<"u"?$.exports=V(j):V(j)})(typeof self<"u"?self:typeof window<"u"?window:typeof L<"u"?L:this,function(j){j=j||{};var V=j.Base64,z="2.6.4",re="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",oe=function(kt){for(var he={},tr=0,gr=kt.length;tr>>6)+ue(128|he&63):ue(224|he>>>12&15)+ue(128|he>>>6&63)+ue(128|he&63)}else{var he=65536+(kt.charCodeAt(0)-55296)*1024+(kt.charCodeAt(1)-56320);return ue(240|he>>>18&7)+ue(128|he>>>12&63)+ue(128|he>>>6&63)+ue(128|he&63)}},_e=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,Ne=function(kt){return kt.replace(_e,de)},Ue=function(kt){var he=[0,2,1][kt.length%3],tr=kt.charCodeAt(0)<<16|(kt.length>1?kt.charCodeAt(1):0)<<8|(kt.length>2?kt.charCodeAt(2):0),gr=[re.charAt(tr>>>18),re.charAt(tr>>>12&63),he>=2?"=":re.charAt(tr>>>6&63),he>=1?"=":re.charAt(tr&63)];return gr.join("")},$e=j.btoa&&typeof j.btoa=="function"?function(kt){return j.btoa(kt)}:function(kt){if(kt.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return kt.replace(/[\s\S]{1,3}/g,Ue)},Ve=function(kt){return $e(Ne(String(kt)))},Fe=function(kt){return kt.replace(/[+\/]/g,function(he){return he=="+"?"-":"_"}).replace(/=/g,"")},qe=function(kt,he){return he?Fe(Ve(kt)):Ve(kt)},er=function(kt){return qe(kt,!0)},ir;j.Uint8Array&&(ir=function(kt,he){for(var tr="",gr=0,_r=kt.length;gr<_r;gr+=3){var yr=kt[gr],xr=kt[gr+1],Nr=kt[gr+2],Tr=yr<<16|xr<<8|Nr;tr+=re.charAt(Tr>>>18)+re.charAt(Tr>>>12&63)+(typeof xr<"u"?re.charAt(Tr>>>6&63):"=")+(typeof Nr<"u"?re.charAt(Tr&63):"=")}return he?Fe(tr):tr});var dr=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,cr=function(kt){switch(kt.length){case 4:var he=(7&kt.charCodeAt(0))<<18|(63&kt.charCodeAt(1))<<12|(63&kt.charCodeAt(2))<<6|63&kt.charCodeAt(3),tr=he-65536;return ue((tr>>>10)+55296)+ue((tr&1023)+56320);case 3:return ue((15&kt.charCodeAt(0))<<12|(63&kt.charCodeAt(1))<<6|63&kt.charCodeAt(2));default:return ue((31&kt.charCodeAt(0))<<6|63&kt.charCodeAt(1))}},nr=function(kt){return kt.replace(dr,cr)},lr=function(kt){var he=kt.length,tr=he%4,gr=(he>0?oe[kt.charAt(0)]<<18:0)|(he>1?oe[kt.charAt(1)]<<12:0)|(he>2?oe[kt.charAt(2)]<<6:0)|(he>3?oe[kt.charAt(3)]:0),_r=[ue(gr>>>16),ue(gr>>>8&255),ue(gr&255)];return _r.length-=[0,0,2,1][tr],_r.join("")},Et=j.atob&&typeof j.atob=="function"?function(kt){return j.atob(kt)}:function(kt){return kt.replace(/\S{1,4}/g,lr)},ie=function(kt){return Et(String(kt).replace(/[^A-Za-z0-9\+\/]/g,""))},pe=function(kt){return nr(Et(kt))},Ce=function(kt){return String(kt).replace(/[-_]/g,function(he){return he=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},Ie=function(kt){return pe(Ce(kt))},jt;j.Uint8Array&&(jt=function(kt){return Uint8Array.from(ie(Ce(kt)),function(he){return he.charCodeAt(0)})});var ar=function(){var kt=j.Base64;return j.Base64=V,kt};if(j.Base64={VERSION:z,atob:ie,btoa:$e,fromBase64:Ie,toBase64:qe,utob:Ne,encode:qe,encodeURI:er,btou:nr,decode:Ie,noConflict:ar,fromUint8Array:ir,toUint8Array:jt},typeof Object.defineProperty=="function"){var ur=function(kt){return{value:kt,enumerable:!1,writable:!0,configurable:!0}};j.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",ur(function(){return Ie(this)})),Object.defineProperty(String.prototype,"toBase64",ur(function(kt){return qe(this,kt)})),Object.defineProperty(String.prototype,"toBase64URI",ur(function(){return qe(this,!0)}))}}return j.Meteor&&(Base64=j.Base64),typeof $<"u"&&$.exports&&($.exports.Base64=j.Base64),{Base64:j.Base64}})}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],416:[function(n,$,k){var L=n("./_root"),j=L.Symbol;$.exports=j},{"./_root":423}],417:[function(n,$,k){function L(j,V){for(var z=-1,re=j==null?0:j.length,oe=Array(re);++z0)return ue(Ue);if(Ve==="number"&&isFinite(Ue))return $e.long?_e(Ue):de(Ue);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(Ue))};function ue(Ue){if(Ue=String(Ue),!(Ue.length>100)){var $e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(Ue);if($e){var Ve=parseFloat($e[1]),Fe=($e[2]||"ms").toLowerCase();switch(Fe){case"years":case"year":case"yrs":case"yr":case"y":return Ve*oe;case"weeks":case"week":case"w":return Ve*re;case"days":case"day":case"d":return Ve*z;case"hours":case"hour":case"hrs":case"hr":case"h":return Ve*V;case"minutes":case"minute":case"mins":case"min":case"m":return Ve*j;case"seconds":case"second":case"secs":case"sec":case"s":return Ve*L;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return Ve;default:return}}}}function de(Ue){var $e=Math.abs(Ue);return $e>=z?Math.round(Ue/z)+"d":$e>=V?Math.round(Ue/V)+"h":$e>=j?Math.round(Ue/j)+"m":$e>=L?Math.round(Ue/L)+"s":Ue+"ms"}function _e(Ue){var $e=Math.abs(Ue);return $e>=z?Ne(Ue,$e,z,"day"):$e>=V?Ne(Ue,$e,V,"hour"):$e>=j?Ne(Ue,$e,j,"minute"):$e>=L?Ne(Ue,$e,L,"second"):Ue+" ms"}function Ne(Ue,$e,Ve,Fe){var qe=$e>=Ve*1.5;return Math.round(Ue/Ve)+" "+Fe+(qe?"s":"")}},{}],435:[function(n,$,k){(function(L){(function(){var j=typeof Map=="function"&&Map.prototype,V=Object.getOwnPropertyDescriptor&&j?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,z=j&&V&&typeof V.get=="function"?V.get:null,re=j&&Map.prototype.forEach,oe=typeof Set=="function"&&Set.prototype,ue=Object.getOwnPropertyDescriptor&&oe?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,de=oe&&ue&&typeof ue.get=="function"?ue.get:null,_e=oe&&Set.prototype.forEach,Ne=typeof WeakMap=="function"&&WeakMap.prototype,Ue=Ne?WeakMap.prototype.has:null,$e=typeof WeakSet=="function"&&WeakSet.prototype,Ve=$e?WeakSet.prototype.has:null,Fe=typeof WeakRef=="function"&&WeakRef.prototype,qe=Fe?WeakRef.prototype.deref:null,er=Boolean.prototype.valueOf,ir=Object.prototype.toString,dr=Function.prototype.toString,cr=String.prototype.match,nr=String.prototype.slice,lr=String.prototype.replace,Et=String.prototype.toUpperCase,ie=String.prototype.toLowerCase,pe=RegExp.prototype.test,Ce=Array.prototype.concat,Ie=Array.prototype.join,jt=Array.prototype.slice,ar=Math.floor,ur=typeof BigInt=="function"?BigInt.prototype.valueOf:null,kt=Object.getOwnPropertySymbols,he=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,tr=typeof Symbol=="function"&&typeof Symbol.iterator=="object",gr=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===tr||!0)?Symbol.toStringTag:null,_r=Object.prototype.propertyIsEnumerable,yr=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(ki){return ki.__proto__}:null);function xr(ki,Ra){if(ki===1/0||ki===-1/0||ki!==ki||ki&&ki>-1e3&&ki<1e3||pe.call(/e/,Ra))return Ra;var _o=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof ki=="number"){var eo=ki<0?-ar(-ki):ar(ki);if(eo!==ki){var tl=String(eo),Es=nr.call(Ra,tl.length+1);return lr.call(tl,_o,"$&_")+"."+lr.call(lr.call(Es,/([0-9]{3})/g,"$&_"),/_$/,"")}}return lr.call(Ra,_o,"$&_")}var Nr=n("./util.inspect"),Tr=Nr.custom,Sr=$r(Tr)?Tr:null;$.exports=function ki(Ra,_o,eo,tl){var Es=_o||{};if(Kr(Es,"quoteStyle")&&Es.quoteStyle!=="single"&&Es.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Kr(Es,"maxStringLength")&&(typeof Es.maxStringLength=="number"?Es.maxStringLength<0&&Es.maxStringLength!==1/0:Es.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var Hs=Kr(Es,"customInspect")?Es.customInspect:!0;if(typeof Hs!="boolean"&&Hs!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Kr(Es,"indent")&&Es.indent!==null&&Es.indent!==" "&&!(parseInt(Es.indent,10)===Es.indent&&Es.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Kr(Es,"numericSeparator")&&typeof Es.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var Ts=Es.numericSeparator;if(typeof Ra>"u")return"undefined";if(Ra===null)return"null";if(typeof Ra=="boolean")return Ra?"true":"false";if(typeof Ra=="string")return Wr(Ra,Es);if(typeof Ra=="number"){if(Ra===0)return 1/0/Ra>0?"0":"-0";var js=String(Ra);return Ts?xr(Ra,js):js}if(typeof Ra=="bigint"){var Gs=String(Ra)+"n";return Ts?xr(Ra,Gs):Gs}var uc=typeof Es.depth>"u"?5:Es.depth;if(typeof eo>"u"&&(eo=0),eo>=uc&&uc>0&&typeof Ra=="object")return Gr(Ra)?"[Array]":"[Object]";var rl=ca(Es,eo);if(typeof tl>"u")tl=[];else if(Zr(tl,Ra)>=0)return"[Circular]";function il(vs,kn,qo){if(kn&&(tl=jt.call(tl),tl.push(kn)),qo){var Zl={depth:Es.depth};return Kr(Es,"quoteStyle")&&(Zl.quoteStyle=Es.quoteStyle),ki(vs,Zl,eo+1,tl)}return ki(vs,Es,eo+1,tl)}if(typeof Ra=="function"&&!Dr(Ra)){var bl=Qr(Ra),Wa=zn(Ra,il);return"[Function"+(bl?": "+bl:" (anonymous)")+"]"+(Wa.length>0?" { "+Ie.call(Wa,", ")+" }":"")}if($r(Ra)){var Ao=tr?lr.call(String(Ra),/^(Symbol\(.*\))_[^)]*$/,"$1"):he.call(Ra);return typeof Ra=="object"&&!tr?Sn(Ao):Ao}if(Mn(Ra)){for(var ks="<"+ie.call(String(Ra.nodeName)),Bo=Ra.attributes||[],Hr=0;Hr",ks}if(Gr(Ra)){if(Ra.length===0)return"[]";var ui=zn(Ra,il);return rl&&!Li(ui)?"["+fo(ui,rl)+"]":"[ "+Ie.call(ui,", ")+" ]"}if(Ir(Ra)){var En=zn(Ra,il);return!("cause"in Error.prototype)&&"cause"in Ra&&!_r.call(Ra,"cause")?"{ ["+String(Ra)+"] "+Ie.call(Ce.call("[cause]: "+il(Ra.cause),En),", ")+" }":En.length===0?"["+String(Ra)+"]":"{ ["+String(Ra)+"] "+Ie.call(En,", ")+" }"}if(typeof Ra=="object"&&Hs){if(Sr&&typeof Ra[Sr]=="function"&&Nr)return Nr(Ra,{depth:uc-eo});if(Hs!=="symbol"&&typeof Ra.inspect=="function")return Ra.inspect()}if(Vi(Ra)){var An=[];return re&&re.call(Ra,function(vs,kn){An.push(il(kn,Ra,!0)+" => "+il(vs,Ra))}),Sa("Map",z.call(Ra),An,rl)}if(Ba(Ra)){var Gi=[];return _e&&_e.call(Ra,function(vs){Gi.push(il(vs,Ra))}),Sa("Set",de.call(Ra),Gi,rl)}if(To(Ra))return Nn("WeakMap");if(rs(Ra))return Nn("WeakSet");if(oa(Ra))return Nn("WeakRef");if(Rr(Ra))return Sn(il(Number(Ra)));if(jr(Ra))return Sn(il(ur.call(Ra)));if(Lr(Ra))return Sn(er.call(Ra));if(Br(Ra))return Sn(il(String(Ra)));if(typeof window<"u"&&Ra===window)return"{ [object Window] }";if(Ra===L)return"{ [object globalThis] }";if(!Vr(Ra)&&!Dr(Ra)){var Ki=zn(Ra,il),Ea=yr?yr(Ra)===Object.prototype:Ra instanceof Object||Ra.constructor===Object,aa=Ra instanceof Object?"":"null prototype",Qo=!Ea&&gr&&Object(Ra)===Ra&&gr in Ra?nr.call(kr(Ra),8,-1):aa?"Object":"",Eo=Ea||typeof Ra.constructor!="function"?"":Ra.constructor.name?Ra.constructor.name+" ":"",Vo=Eo+(Qo||aa?"["+Ie.call(Ce.call([],Qo||[],aa||[]),": ")+"] ":"");return Ki.length===0?Vo+"{}":rl?Vo+"{"+fo(Ki,rl)+"}":Vo+"{ "+Ie.call(Ki,", ")+" }"}return String(Ra)};function Ar(ki,Ra,_o){var eo=(_o.quoteStyle||Ra)==="double"?'"':"'";return eo+ki+eo}function Fr(ki){return lr.call(String(ki),/"/g,""")}function Gr(ki){return kr(ki)==="[object Array]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Vr(ki){return kr(ki)==="[object Date]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Dr(ki){return kr(ki)==="[object RegExp]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Ir(ki){return kr(ki)==="[object Error]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Br(ki){return kr(ki)==="[object String]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Rr(ki){return kr(ki)==="[object Number]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function Lr(ki){return kr(ki)==="[object Boolean]"&&(!gr||!(typeof ki=="object"&&gr in ki))}function $r(ki){if(tr)return ki&&typeof ki=="object"&&ki instanceof Symbol;if(typeof ki=="symbol")return!0;if(!ki||typeof ki!="object"||!he)return!1;try{return he.call(ki),!0}catch{}return!1}function jr(ki){if(!ki||typeof ki!="object"||!ur)return!1;try{return ur.call(ki),!0}catch{}return!1}var vn=Object.prototype.hasOwnProperty||function(ki){return ki in this};function Kr(ki,Ra){return vn.call(ki,Ra)}function kr(ki){return ir.call(ki)}function Qr(ki){if(ki.name)return ki.name;var Ra=cr.call(dr.call(ki),/^function\s*([\w$]+)/);return Ra?Ra[1]:null}function Zr(ki,Ra){if(ki.indexOf)return ki.indexOf(Ra);for(var _o=0,eo=ki.length;_oRa.maxStringLength){var _o=ki.length-Ra.maxStringLength,eo="... "+_o+" more character"+(_o>1?"s":"");return Wr(nr.call(ki,0,Ra.maxStringLength),Ra)+eo}var tl=lr.call(lr.call(ki,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Ur);return Ar(tl,"single",Ra)}function Ur(ki){var Ra=ki.charCodeAt(0),_o={8:"b",9:"t",10:"n",12:"f",13:"r"}[Ra];return _o?"\\"+_o:"\\x"+(Ra<16?"0":"")+Et.call(Ra.toString(16))}function Sn(ki){return"Object("+ki+")"}function Nn(ki){return ki+" { ? }"}function Sa(ki,Ra,_o,eo){var tl=eo?fo(_o,eo):Ie.call(_o,", ");return ki+" ("+Ra+") {"+tl+"}"}function Li(ki){for(var Ra=0;Ra=0)return!1;return!0}function ca(ki,Ra){var _o;if(ki.indent===" ")_o=" ";else if(typeof ki.indent=="number"&&ki.indent>0)_o=Ie.call(Array(ki.indent+1)," ");else return null;return{base:_o,prev:Ie.call(Array(Ra+1),_o)}}function fo(ki,Ra){if(ki.length===0)return"";var _o=` -`+Ra.prev+Ra.base;return _o+Ie.call(ki,","+_o)+` -`+Ra.prev}function zn(ki,Ra){var _o=Gr(ki),eo=[];if(_o){eo.length=ki.length;for(var tl=0;tl"u")return!1;for(var Ve in window)try{if(!Ne["$"+Ve]&&j.call(window,Ve)&&window[Ve]!==null&&typeof window[Ve]=="object")try{_e(window[Ve])}catch{return!0}}catch{return!0}return!1}(),$e=function(Ve){if(typeof window>"u"||!Ue)return _e(Ve);try{return _e(Ve)}catch{return!1}};L=function(Fe){var qe=Fe!==null&&typeof Fe=="object",er=V.call(Fe)==="[object Function]",ir=z(Fe),dr=qe&&V.call(Fe)==="[object String]",cr=[];if(!qe&&!er&&!ir)throw new TypeError("Object.keys called on a non-object");var nr=ue&&er;if(dr&&Fe.length>0&&!j.call(Fe,0))for(var lr=0;lr0)for(var Et=0;Et=0&&L.call(V.callee)==="[object Function]"),re}},{}],439:[function(n,$,k){var L=n("object-keys"),j=n("has-symbols/shams")(),V=n("call-bind/callBound"),z=Object,re=V("Array.prototype.push"),oe=V("Object.prototype.propertyIsEnumerable"),ue=j?Object.getOwnPropertySymbols:null;$.exports=function(_e,Ne){if(_e==null)throw new TypeError("target must be an object");var Ue=z(_e);if(arguments.length===1)return Ue;for(var $e=1;$e2){var Fe=de.lastIndexOf("/");if(Fe!==de.length-1){Fe===-1?(de="",_e=0):(de=de.slice(0,Fe),_e=de.length-1-de.lastIndexOf("/")),Ne=Ve,Ue=0;continue}}else if(de.length===2||de.length===1){de="",_e=0,Ne=Ve,Ue=0;continue}}ue&&(de.length>0?de+="/..":de="..",_e=2)}else de.length>0?de+="/"+oe.slice(Ne+1,Ve):de=oe.slice(Ne+1,Ve),_e=Ve-Ne-1;Ne=Ve,Ue=0}else $e===46&&Ue!==-1?++Ue:Ue=-1}return de}function z(oe,ue){var de=ue.dir||ue.root,_e=ue.base||(ue.name||"")+(ue.ext||"");return de?de===ue.root?de+_e:de+oe+_e:_e}var re={resolve:function(){for(var ue="",de=!1,_e,Ne=arguments.length-1;Ne>=-1&&!de;Ne--){var Ue;Ne>=0?Ue=arguments[Ne]:(_e===void 0&&(_e=L.cwd()),Ue=_e),j(Ue),Ue.length!==0&&(ue=Ue+"/"+ue,de=Ue.charCodeAt(0)===47)}return ue=V(ue,!de),de?ue.length>0?"/"+ue:"/":ue.length>0?ue:"."},normalize:function(ue){if(j(ue),ue.length===0)return".";var de=ue.charCodeAt(0)===47,_e=ue.charCodeAt(ue.length-1)===47;return ue=V(ue,!de),ue.length===0&&!de&&(ue="."),ue.length>0&&_e&&(ue+="/"),de?"/"+ue:ue},isAbsolute:function(ue){return j(ue),ue.length>0&&ue.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var ue,de=0;de0&&(ue===void 0?ue=_e:ue+="/"+_e)}return ue===void 0?".":re.normalize(ue)},relative:function(ue,de){if(j(ue),j(de),ue===de||(ue=re.resolve(ue),de=re.resolve(de),ue===de))return"";for(var _e=1;_eqe){if(de.charCodeAt($e+ir)===47)return de.slice($e+ir+1);if(ir===0)return de.slice($e+ir)}else Ue>qe&&(ue.charCodeAt(_e+ir)===47?er=ir:ir===0&&(er=0));break}var dr=ue.charCodeAt(_e+ir),cr=de.charCodeAt($e+ir);if(dr!==cr)break;dr===47&&(er=ir)}var nr="";for(ir=_e+er+1;ir<=Ne;++ir)(ir===Ne||ue.charCodeAt(ir)===47)&&(nr.length===0?nr+="..":nr+="/..");return nr.length>0?nr+de.slice($e+er):($e+=er,de.charCodeAt($e)===47&&++$e,de.slice($e))},_makeLong:function(ue){return ue},dirname:function(ue){if(j(ue),ue.length===0)return".";for(var de=ue.charCodeAt(0),_e=de===47,Ne=-1,Ue=!0,$e=ue.length-1;$e>=1;--$e)if(de=ue.charCodeAt($e),de===47){if(!Ue){Ne=$e;break}}else Ue=!1;return Ne===-1?_e?"/":".":_e&&Ne===1?"//":ue.slice(0,Ne)},basename:function(ue,de){if(de!==void 0&&typeof de!="string")throw new TypeError('"ext" argument must be a string');j(ue);var _e=0,Ne=-1,Ue=!0,$e;if(de!==void 0&&de.length>0&&de.length<=ue.length){if(de.length===ue.length&&de===ue)return"";var Ve=de.length-1,Fe=-1;for($e=ue.length-1;$e>=0;--$e){var qe=ue.charCodeAt($e);if(qe===47){if(!Ue){_e=$e+1;break}}else Fe===-1&&(Ue=!1,Fe=$e+1),Ve>=0&&(qe===de.charCodeAt(Ve)?--Ve===-1&&(Ne=$e):(Ve=-1,Ne=Fe))}return _e===Ne?Ne=Fe:Ne===-1&&(Ne=ue.length),ue.slice(_e,Ne)}else{for($e=ue.length-1;$e>=0;--$e)if(ue.charCodeAt($e)===47){if(!Ue){_e=$e+1;break}}else Ne===-1&&(Ue=!1,Ne=$e+1);return Ne===-1?"":ue.slice(_e,Ne)}},extname:function(ue){j(ue);for(var de=-1,_e=0,Ne=-1,Ue=!0,$e=0,Ve=ue.length-1;Ve>=0;--Ve){var Fe=ue.charCodeAt(Ve);if(Fe===47){if(!Ue){_e=Ve+1;break}continue}Ne===-1&&(Ue=!1,Ne=Ve+1),Fe===46?de===-1?de=Ve:$e!==1&&($e=1):de!==-1&&($e=-1)}return de===-1||Ne===-1||$e===0||$e===1&&de===Ne-1&&de===_e+1?"":ue.slice(de,Ne)},format:function(ue){if(ue===null||typeof ue!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof ue);return z("/",ue)},parse:function(ue){j(ue);var de={root:"",dir:"",base:"",ext:"",name:""};if(ue.length===0)return de;var _e=ue.charCodeAt(0),Ne=_e===47,Ue;Ne?(de.root="/",Ue=1):Ue=0;for(var $e=-1,Ve=0,Fe=-1,qe=!0,er=ue.length-1,ir=0;er>=Ue;--er){if(_e=ue.charCodeAt(er),_e===47){if(!qe){Ve=er+1;break}continue}Fe===-1&&(qe=!1,Fe=er+1),_e===46?$e===-1?$e=er:ir!==1&&(ir=1):$e!==-1&&(ir=-1)}return $e===-1||Fe===-1||ir===0||ir===1&&$e===Fe-1&&$e===Ve+1?Fe!==-1&&(Ve===0&&Ne?de.base=de.name=ue.slice(1,Fe):de.base=de.name=ue.slice(Ve,Fe)):(Ve===0&&Ne?(de.name=ue.slice(1,$e),de.base=ue.slice(1,Fe)):(de.name=ue.slice(Ve,$e),de.base=ue.slice(Ve,Fe)),de.ext=ue.slice($e,Fe)),Ve>0?de.dir=ue.slice(0,Ve-1):Ne&&(de.dir="/"),de},sep:"/",delimiter:":",win32:null,posix:null};re.posix=re,$.exports=re}).call(this)}).call(this,n("_process"))},{_process:540}],442:[function(n,$,k){(function(L){(function(){(function(){var j={function:!0,object:!0},V=j[typeof window]&&window||this,z=j[typeof k]&&k,re=j[typeof $]&&$&&!$.nodeType&&$,oe=z&&re&&typeof L=="object"&&L;oe&&(oe.global===oe||oe.window===oe||oe.self===oe)&&(V=oe);var ue=Math.pow(2,53)-1,de=/\bOpera/,_e=Object.prototype,Ne=_e.hasOwnProperty,Ue=_e.toString;function $e(pe){return pe=String(pe),pe.charAt(0).toUpperCase()+pe.slice(1)}function Ve(pe,Ce,Ie){var jt={"10.0":"10","6.4":"10 Technical Preview","6.3":"8.1","6.2":"8","6.1":"Server 2008 R2 / 7","6.0":"Server 2008 / Vista","5.2":"Server 2003 / XP 64-bit","5.1":"XP","5.01":"2000 SP1","5.0":"2000","4.0":"NT","4.90":"ME"};return Ce&&Ie&&/^Win/i.test(pe)&&!/^Windows Phone /i.test(pe)&&(jt=jt[/[\d.]+$/.exec(pe)])&&(pe="Windows "+jt),pe=String(pe),Ce&&Ie&&(pe=pe.replace(RegExp(Ce,"i"),Ie)),pe=qe(pe.replace(/ ce$/i," CE").replace(/\bhpw/i,"web").replace(/\bMacintosh\b/,"Mac OS").replace(/_PowerPC\b/i," OS").replace(/\b(OS X) [^ \d]+/i,"$1").replace(/\bMac (OS X)\b/,"$1").replace(/\/(\d)/," $1").replace(/_/g,".").replace(/(?: BePC|[ .]*fc[ \d.]+)$/i,"").replace(/\bx86\.64\b/gi,"x86_64").replace(/\b(Windows Phone) OS\b/,"$1").replace(/\b(Chrome OS \w+) [\d.]+\b/,"$1").split(" on ")[0]),pe}function Fe(pe,Ce){var Ie=-1,jt=pe?pe.length:0;if(typeof jt=="number"&&jt>-1&&jt<=ue)for(;++Ie3&&"WebKit"||/\bOpera\b/.test(jr)&&(/\bOPR\b/.test(pe)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(pe)&&!/^(?:Trident|EdgeHTML)$/.test($r)&&"WebKit"||!$r&&/\bMSIE\b/i.test(pe)&&(kr=="Mac OS"?"Tasman":"Trident")||$r=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test(jr)&&"NetFront")&&($r=[Gr]),jr=="IE"&&(Gr=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(pe)||0)[1])?(jr+=" Mobile",kr="Windows Phone "+(/\+$/.test(Gr)?Gr:Gr+".x"),Dr.unshift("desktop mode")):/\bWPDesktop\b/i.test(pe)?(jr="IE Mobile",kr="Windows Phone 8.x",Dr.unshift("desktop mode"),Rr||(Rr=(/\brv:([\d.]+)/.exec(pe)||0)[1])):jr!="IE"&&$r=="Trident"&&(Gr=/\brv:([\d.]+)/.exec(pe))&&(jr&&Dr.push("identifying as "+jr+(Rr?" "+Rr:"")),jr="IE",Rr=Gr[1]),Br){if(dr(Ce,"global"))if(yr&&(Gr=yr.lang.System,Vr=Gr.getProperty("os.arch"),kr=kr||Gr.getProperty("os.name")+" "+Gr.getProperty("os.version")),xr){try{Rr=Ce.require("ringo/engine").version.join("."),jr="RingoJS"}catch{(Gr=Ce.system)&&Gr.global.system==Ce.system&&(jr="Narwhal",kr||(kr=Gr[0].os||null))}jr||(jr="Rhino")}else typeof Ce.process=="object"&&!Ce.process.browser&&(Gr=Ce.process)&&(typeof Gr.versions=="object"&&(typeof Gr.versions.electron=="string"?(Dr.push("Node "+Gr.versions.node),jr="Electron",Rr=Gr.versions.electron):typeof Gr.versions.nw=="string"&&(Dr.push("Chromium "+Rr,"Node "+Gr.versions.node),jr="NW.js",Rr=Gr.versions.nw)),jr||(jr="Node.js",Vr=Gr.arch,kr=Gr.platform,Rr=/[\d.]+/.exec(Gr.version),Rr=Rr?Rr[0]:null));else ir(Gr=Ce.runtime)==he?(jr="Adobe AIR",kr=Gr.flash.system.Capabilities.os):ir(Gr=Ce.phantom)==_r?(jr="PhantomJS",Rr=(Gr=Gr.version||null)&&Gr.major+"."+Gr.minor+"."+Gr.patch):typeof Sr.documentMode=="number"&&(Gr=/\bTrident\/(\d+)/i.exec(pe))?(Rr=[Rr,Sr.documentMode],(Gr=+Gr[1]+4)!=Rr[1]&&(Dr.push("IE "+Rr[1]+" mode"),$r&&($r[1]=""),Rr[1]=Gr),Rr=jr=="IE"?String(Rr[1].toFixed(1)):Rr[0]):typeof Sr.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(jr)&&(Dr.push("masking as "+jr+" "+Rr),jr="IE",Rr="11.0",$r=["Trident"],kr="Windows");kr=kr&&qe(kr)}if(Rr&&(Gr=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Rr)||/(?:alpha|beta)(?: ?\d)?/i.exec(pe+";"+(Br&&jt.appMinorVersion))||/\bMinefield\b/i.test(pe)&&"a")&&(Ir=/b/i.test(Gr)?"beta":"alpha",Rr=Rr.replace(RegExp(Gr+"\\+?$"),"")+(Ir=="beta"?Tr:Nr)+(/\d+\+?/.exec(Gr)||"")),jr=="Fennec"||jr=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(kr))jr="Firefox Mobile";else if(jr=="Maxthon"&&Rr)Rr=Rr.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(vn))vn=="Xbox 360"&&(kr=null),vn=="Xbox 360"&&/\bIEMobile\b/.test(pe)&&Dr.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test(jr)||jr&&!vn&&!/Browser|Mobi/.test(jr))&&(kr=="Windows CE"||/Mobi/i.test(pe)))jr+=" Mobile";else if(jr=="IE"&&Br)try{Ce.external===null&&Dr.unshift("platform preview")}catch{Dr.unshift("embedded")}else(/\bBlackBerry\b/.test(vn)||/\bBB10\b/.test(pe))&&(Gr=(RegExp(vn.replace(/ +/g," *")+"/([.\\d]+)","i").exec(pe)||0)[1]||Rr)?(Gr=[Gr,/BB10/.test(pe)],kr=(Gr[1]?(vn=null,Kr="BlackBerry"):"Device Software")+" "+Gr[0],Rr=null):this!=er&&vn!="Wii"&&(Br&&Ar||/Opera/.test(jr)&&/\b(?:MSIE|Firefox)\b/i.test(pe)||jr=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(kr)||jr=="IE"&&(kr&&!/^Win/.test(kr)&&Rr>5.5||/\bWindows XP\b/.test(kr)&&Rr>8||Rr==8&&!/\bTrident\b/.test(pe)))&&!de.test(Gr=Et.call(er,pe.replace(de,"")+";"))&&Gr.name&&(Gr="ing as "+Gr.name+((Gr=Gr.version)?" "+Gr:""),de.test(jr)?(/\bIE\b/.test(Gr)&&kr=="Mac OS"&&(kr=null),Gr="identify"+Gr):(Gr="mask"+Gr,Fr?jr=qe(Fr.replace(/([a-z])([A-Z])/g,"$1 $2")):jr="Opera",/\bIE\b/.test(Gr)&&(kr=null),Br||(Rr=null)),$r=["Presto"],Dr.push(Gr));(Gr=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(pe)||0)[1])&&(Gr=[parseFloat(Gr.replace(/\.(\d)$/,".0$1")),Gr],jr=="Safari"&&Gr[1].slice(-1)=="+"?(jr="WebKit Nightly",Ir="alpha",Rr=Gr[1].slice(0,-1)):(Rr==Gr[1]||Rr==(Gr[2]=(/\bSafari\/([\d.]+\+?)/i.exec(pe)||0)[1]))&&(Rr=null),Gr[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(pe)||0)[1],Gr[0]==537.36&&Gr[2]==537.36&&parseFloat(Gr[1])>=28&&$r=="WebKit"&&($r=["Blink"]),!Br||!ur&&!Gr[1]?($r&&($r[1]="like Safari"),Gr=(Gr=Gr[0],Gr<400?1:Gr<500?2:Gr<526?3:Gr<533?4:Gr<534?"4+":Gr<535?5:Gr<537?6:Gr<538?7:Gr<601?8:Gr<602?9:Gr<604?10:Gr<606?11:Gr<608?12:"12")):($r&&($r[1]="like Chrome"),Gr=Gr[1]||(Gr=Gr[0],Gr<530?1:Gr<532?2:Gr<532.05?3:Gr<533?4:Gr<534.03?5:Gr<534.07?6:Gr<534.1?7:Gr<534.13?8:Gr<534.16?9:Gr<534.24?10:Gr<534.3?11:Gr<535.01?12:Gr<535.02?"13+":Gr<535.07?15:Gr<535.11?16:Gr<535.19?17:Gr<536.05?18:Gr<536.1?19:Gr<537.01?20:Gr<537.11?"21+":Gr<537.13?23:Gr<537.18?24:Gr<537.24?25:Gr<537.36?26:$r!="Blink"?"27":"28")),$r&&($r[1]+=" "+(Gr+=typeof Gr=="number"?".x":/[.+]/.test(Gr)?"":"+")),jr=="Safari"&&(!Rr||parseInt(Rr)>45)?Rr=Gr:jr=="Chrome"&&/\bHeadlessChrome/i.test(pe)&&Dr.unshift("headless")),jr=="Opera"&&(Gr=/\bzbov|zvav$/.exec(kr))?(jr+=" ",Dr.unshift("desktop mode"),Gr=="zvav"?(jr+="Mini",Rr=null):jr+="Mobile",kr=kr.replace(RegExp(" *"+Gr+"$"),"")):jr=="Safari"&&/\bChrome\b/.exec($r&&$r[1])?(Dr.unshift("desktop mode"),jr="Chrome Mobile",Rr=null,/\bOS X\b/.test(kr)?(Kr="Apple",kr="iOS 4.3+"):kr=null):/\bSRWare Iron\b/.test(jr)&&!Rr&&(Rr=Ba("Chrome")),Rr&&Rr.indexOf(Gr=/[\d.]+$/.exec(kr))==0&&pe.indexOf("/"+Gr+"-")>-1&&(kr=lr(kr.replace(Gr,""))),kr&&kr.indexOf(jr)!=-1&&!RegExp(jr+" OS").test(kr)&&(kr=kr.replace(RegExp(" *"+cr(jr)+" *"),"")),$r&&!/\b(?:Avant|Nook)\b/.test(jr)&&(/Browser|Lunascape|Maxthon/.test(jr)||jr!="Safari"&&/^iOS/.test(kr)&&/\bSafari\b/.test($r[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(jr)&&$r[1])&&(Gr=$r[$r.length-1])&&Dr.push(Gr),Dr.length&&(Dr=["("+Dr.join("; ")+")"]),Kr&&vn&&vn.indexOf(Kr)<0&&Dr.push("on "+Kr),vn&&Dr.push((/^on /.test(Dr[Dr.length-1])?"":"on ")+vn),kr&&(Gr=/ ([\d.+]+)$/.exec(kr),Lr=Gr&&kr.charAt(kr.length-Gr[0].length-1)=="/",kr={architecture:32,family:Gr&&!Lr?kr.replace(Gr[0],""):kr,version:Gr?Gr[1]:null,toString:function(){var Wr=this.version;return this.family+(Wr&&!Lr?" "+Wr:"")+(this.architecture==64?" 64-bit":"")}}),(Gr=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(Vr))&&!/\bi686\b/i.test(Vr)?(kr&&(kr.architecture=64,kr.family=kr.family.replace(RegExp(" *"+Gr),"")),jr&&(/\bWOW64\b/i.test(pe)||Br&&/\w(?:86|32)$/.test(jt.cpuClass||jt.platform)&&!/\bWin64; x64\b/i.test(pe))&&Dr.unshift("32-bit")):kr&&/^OS X/.test(kr.family)&&jr=="Chrome"&&parseFloat(Rr)>=39&&(kr.architecture=64),pe||(pe=null);var Mn={};return Mn.description=pe,Mn.layout=$r&&$r[0],Mn.manufacturer=Kr,Mn.name=jr,Mn.prerelease=Ir,Mn.product=vn,Mn.ua=pe,Mn.version=jr&&Rr,Mn.os=kr||{architecture:null,family:null,version:null,toString:function(){return"null"}},Mn.parse=Et,Mn.toString=rs,Mn.version&&Dr.unshift(Rr),Mn.name&&Dr.unshift(jr),kr&&jr&&!(kr==String(kr).split(" ")[0]&&(kr==jr.split(" ")[0]||vn))&&Dr.push(vn?"("+kr+")":"on "+kr),Dr.length&&(Mn.description=Dr.join(" ")),Mn}var ie=Et();z&&re?er(ie,function(pe,Ce){z[Ce]=pe}):V.platform=ie}).call(this)}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],443:[function(n,$,k){(function(L){(function(){typeof L>"u"||!L.version||L.version.indexOf("v0.")===0||L.version.indexOf("v1.")===0&&L.version.indexOf("v1.8.")!==0?$.exports={nextTick:j}:$.exports=L;function j(V,z,re,oe){if(typeof V!="function")throw new TypeError('"callback" argument must be a function');var ue=arguments.length,de,_e;switch(ue){case 0:case 1:return L.nextTick(V);case 2:return L.nextTick(function(){V.call(null,z)});case 3:return L.nextTick(function(){V.call(null,z,re)});case 4:return L.nextTick(function(){V.call(null,z,re,oe)});default:for(de=new Array(ue-1),_e=0;_e1)for(var dr=1;dr= 0x80 (not a basic code point)","invalid-input":"Invalid input"},nr=de-_e,lr=Math.floor,Et=String.fromCharCode,ie;function pe(xr){throw new RangeError(cr[xr])}function Ce(xr,Nr){for(var Tr=xr.length,Sr=[];Tr--;)Sr[Tr]=Nr(xr[Tr]);return Sr}function Ie(xr,Nr){var Tr=xr.split("@"),Sr="";Tr.length>1&&(Sr=Tr[0]+"@",xr=Tr[1]),xr=xr.replace(dr,".");var Ar=xr.split("."),Fr=Ce(Ar,Nr).join(".");return Sr+Fr}function jt(xr){for(var Nr=[],Tr=0,Sr=xr.length,Ar,Fr;Tr=55296&&Ar<=56319&&Tr65535&&(Nr-=65536,Tr+=Et(Nr>>>10&1023|55296),Nr=56320|Nr&1023),Tr+=Et(Nr),Tr}).join("")}function ur(xr){return xr-48<10?xr-22:xr-65<26?xr-65:xr-97<26?xr-97:de}function kt(xr,Nr){return xr+22+75*(xr<26)-((Nr!=0)<<5)}function he(xr,Nr,Tr){var Sr=0;for(xr=Tr?lr(xr/$e):xr>>1,xr+=lr(xr/Nr);xr>nr*Ne>>1;Sr+=de)xr=lr(xr/nr);return lr(Sr+(nr+1)*xr/(xr+Ue))}function tr(xr){var Nr=[],Tr=xr.length,Sr,Ar=0,Fr=Fe,Gr=Ve,Vr,Dr,Ir,Br,Rr,Lr,$r,jr,vn;for(Vr=xr.lastIndexOf(qe),Vr<0&&(Vr=0),Dr=0;Dr=128&&pe("not-basic"),Nr.push(xr.charCodeAt(Dr));for(Ir=Vr>0?Vr+1:0;Ir=Tr&&pe("invalid-input"),$r=ur(xr.charCodeAt(Ir++)),($r>=de||$r>lr((ue-Ar)/Rr))&&pe("overflow"),Ar+=$r*Rr,jr=Lr<=Gr?_e:Lr>=Gr+Ne?Ne:Lr-Gr,!($rlr(ue/vn)&&pe("overflow"),Rr*=vn;Sr=Nr.length+1,Gr=he(Ar-Br,Sr,Br==0),lr(Ar/Sr)>ue-Fr&&pe("overflow"),Fr+=lr(Ar/Sr),Ar%=Sr,Nr.splice(Ar++,0,Fr)}return ar(Nr)}function gr(xr){var Nr,Tr,Sr,Ar,Fr,Gr,Vr,Dr,Ir,Br,Rr,Lr=[],$r,jr,vn,Kr;for(xr=jt(xr),$r=xr.length,Nr=Fe,Tr=0,Fr=Ve,Gr=0;Gr<$r;++Gr)Rr=xr[Gr],Rr<128&&Lr.push(Et(Rr));for(Sr=Ar=Lr.length,Ar&&Lr.push(qe);Sr<$r;){for(Vr=ue,Gr=0;Gr<$r;++Gr)Rr=xr[Gr],Rr>=Nr&&Rrlr((ue-Tr)/jr)&&pe("overflow"),Tr+=(Vr-Nr)*jr,Nr=Vr,Gr=0;Gr<$r;++Gr)if(Rr=xr[Gr],Rrue&&pe("overflow"),Rr==Nr){for(Dr=Tr,Ir=de;Br=Ir<=Fr?_e:Ir>=Fr+Ne?Ne:Ir-Fr,!(Dr-1?Ve.split(","):Ve},ue="utf8=%26%2310003%3B",de="utf8=%E2%9C%93",_e=function(Fe,qe){var er={__proto__:null},ir=qe.ignoreQueryPrefix?Fe.replace(/^\?/,""):Fe,dr=qe.parameterLimit===1/0?void 0:qe.parameterLimit,cr=ir.split(qe.delimiter,dr),nr=-1,lr,Et=qe.charset;if(qe.charsetSentinel)for(lr=0;lr-1&&(jt=V(jt)?[jt]:jt),j.call(er,Ie)?er[Ie]=L.combine(er[Ie],jt):er[Ie]=jt}return er},Ne=function(Ve,Fe,qe,er){for(var ir=er?Fe:oe(Fe,qe),dr=Ve.length-1;dr>=0;--dr){var cr,nr=Ve[dr];if(nr==="[]"&&qe.parseArrays)cr=[].concat(ir);else{cr=qe.plainObjects?Object.create(null):{};var lr=nr.charAt(0)==="["&&nr.charAt(nr.length-1)==="]"?nr.slice(1,-1):nr,Et=parseInt(lr,10);!qe.parseArrays&&lr===""?cr={0:ir}:!isNaN(Et)&&nr!==lr&&String(Et)===lr&&Et>=0&&qe.parseArrays&&Et<=qe.arrayLimit?(cr=[],cr[Et]=ir):lr!=="__proto__"&&(cr[lr]=ir)}ir=cr}return ir},Ue=function(Fe,qe,er,ir){if(Fe){var dr=er.allowDots?Fe.replace(/\.([^.[]+)/g,"[$1]"):Fe,cr=/(\[[^[\]]*])/,nr=/(\[[^[\]]*])/g,lr=er.depth>0&&cr.exec(dr),Et=lr?dr.slice(0,lr.index):dr,ie=[];if(Et){if(!er.plainObjects&&j.call(Object.prototype,Et)&&!er.allowPrototypes)return;ie.push(Et)}for(var pe=0;er.depth>0&&(lr=nr.exec(dr))!==null&&pe"u"?z.charset:Fe.charset;return{allowDots:typeof Fe.allowDots>"u"?z.allowDots:!!Fe.allowDots,allowPrototypes:typeof Fe.allowPrototypes=="boolean"?Fe.allowPrototypes:z.allowPrototypes,allowSparse:typeof Fe.allowSparse=="boolean"?Fe.allowSparse:z.allowSparse,arrayLimit:typeof Fe.arrayLimit=="number"?Fe.arrayLimit:z.arrayLimit,charset:qe,charsetSentinel:typeof Fe.charsetSentinel=="boolean"?Fe.charsetSentinel:z.charsetSentinel,comma:typeof Fe.comma=="boolean"?Fe.comma:z.comma,decoder:typeof Fe.decoder=="function"?Fe.decoder:z.decoder,delimiter:typeof Fe.delimiter=="string"||L.isRegExp(Fe.delimiter)?Fe.delimiter:z.delimiter,depth:typeof Fe.depth=="number"||Fe.depth===!1?+Fe.depth:z.depth,ignoreQueryPrefix:Fe.ignoreQueryPrefix===!0,interpretNumericEntities:typeof Fe.interpretNumericEntities=="boolean"?Fe.interpretNumericEntities:z.interpretNumericEntities,parameterLimit:typeof Fe.parameterLimit=="number"?Fe.parameterLimit:z.parameterLimit,parseArrays:Fe.parseArrays!==!1,plainObjects:typeof Fe.plainObjects=="boolean"?Fe.plainObjects:z.plainObjects,strictNullHandling:typeof Fe.strictNullHandling=="boolean"?Fe.strictNullHandling:z.strictNullHandling}};$.exports=function(Ve,Fe){var qe=$e(Fe);if(Ve===""||Ve===null||typeof Ve>"u")return qe.plainObjects?Object.create(null):{};for(var er=typeof Ve=="string"?_e(Ve,qe):Ve,ir=qe.plainObjects?Object.create(null):{},dr=Object.keys(er),cr=0;cr"u"&&(yr=0)}if(typeof pe=="function"?gr=pe(dr,gr):gr instanceof Date?gr=jt(gr):cr==="comma"&&oe(gr)&&(gr=j.maybeMap(gr,function(Lr){return Lr instanceof Date?jt(Lr):Lr})),gr===null){if(lr)return ie&&!kt?ie(dr,Ue.encoder,he,"key",ar):dr;gr=""}if($e(gr)||j.isBuffer(gr)){if(ie){var Tr=kt?dr:ie(dr,Ue.encoder,he,"key",ar);return[ur(Tr)+"="+ur(ie(gr,Ue.encoder,he,"value",ar))]}return[ur(dr)+"="+ur(String(gr))]}var Sr=[];if(typeof gr>"u")return Sr;var Ar;if(cr==="comma"&&oe(gr))kt&&ie&&(gr=j.maybeMap(gr,ie)),Ar=[{value:gr.length>0?gr.join(",")||null:void 0}];else if(oe(pe))Ar=pe;else{var Fr=Object.keys(gr);Ar=Ce?Fr.sort(Ce):Fr}for(var Gr=nr&&oe(gr)&&gr.length===1?dr+"[]":dr,Vr=0;Vr"u"?Ue.allowDots:!!ir.allowDots,charset:dr,charsetSentinel:typeof ir.charsetSentinel=="boolean"?ir.charsetSentinel:Ue.charsetSentinel,delimiter:typeof ir.delimiter>"u"?Ue.delimiter:ir.delimiter,encode:typeof ir.encode=="boolean"?ir.encode:Ue.encode,encoder:typeof ir.encoder=="function"?ir.encoder:Ue.encoder,encodeValuesOnly:typeof ir.encodeValuesOnly=="boolean"?ir.encodeValuesOnly:Ue.encodeValuesOnly,filter:lr,format:cr,formatter:nr,serializeDate:typeof ir.serializeDate=="function"?ir.serializeDate:Ue.serializeDate,skipNulls:typeof ir.skipNulls=="boolean"?ir.skipNulls:Ue.skipNulls,sort:typeof ir.sort=="function"?ir.sort:null,strictNullHandling:typeof ir.strictNullHandling=="boolean"?ir.strictNullHandling:Ue.strictNullHandling}};$.exports=function(er,ir){var dr=er,cr=qe(ir),nr,lr;typeof cr.filter=="function"?(lr=cr.filter,dr=lr("",dr)):oe(cr.filter)&&(lr=cr.filter,nr=lr);var Et=[];if(typeof dr!="object"||dr===null)return"";var ie;ir&&ir.arrayFormat in re?ie=ir.arrayFormat:ir&&"indices"in ir?ie=ir.indices?"indices":"repeat":ie="indices";var pe=re[ie];if(ir&&"commaRoundTrip"in ir&&typeof ir.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var Ce=pe==="comma"&&ir&&ir.commaRoundTrip;nr||(nr=Object.keys(dr)),cr.sort&&nr.sort(cr.sort);for(var Ie=L(),jt=0;jt0?kt+ur:""}},{"./formats":446,"./utils":450,"side-channel":469}],450:[function(n,$,k){var L=n("./formats"),j=Object.prototype.hasOwnProperty,V=Array.isArray,z=function(){for(var er=[],ir=0;ir<256;++ir)er.push("%"+((ir<16?"0":"")+ir.toString(16)).toUpperCase());return er}(),re=function(ir){for(;ir.length>1;){var dr=ir.pop(),cr=dr.obj[dr.prop];if(V(cr)){for(var nr=[],lr=0;lr=48&&Ce<=57||Ce>=65&&Ce<=90||Ce>=97&&Ce<=122||lr===L.RFC1738&&(Ce===40||Ce===41)){ie+=Et.charAt(pe);continue}if(Ce<128){ie=ie+z[Ce];continue}if(Ce<2048){ie=ie+(z[192|Ce>>6]+z[128|Ce&63]);continue}if(Ce<55296||Ce>=57344){ie=ie+(z[224|Ce>>12]+z[128|Ce>>6&63]+z[128|Ce&63]);continue}pe+=1,Ce=65536+((Ce&1023)<<10|Et.charCodeAt(pe)&1023),ie+=z[240|Ce>>18]+z[128|Ce>>12&63]+z[128|Ce>>6&63]+z[128|Ce&63]}return ie},Ue=function(ir){for(var dr=[{obj:{o:ir},prop:"o"}],cr=[],nr=0;nr0&&Ne>_e&&(Ne=_e);for(var Ue=0;Ue=0?(Fe=$e.substr(0,Ve),qe=$e.substr(Ve+1)):(Fe=$e,qe=""),er=decodeURIComponent(Fe),ir=decodeURIComponent(qe),L(ue,er)?j(ue[er])?ue[er].push(ir):ue[er]=[ue[er],ir]:ue[er]=ir}return ue};var j=Array.isArray||function(V){return Object.prototype.toString.call(V)==="[object Array]"}},{}],452:[function(n,$,k){var L=function(re){switch(typeof re){case"string":return re;case"boolean":return re?"true":"false";case"number":return isFinite(re)?re:"";default:return""}};$.exports=function(re,oe,ue,de){return oe=oe||"&",ue=ue||"=",re===null&&(re=void 0),typeof re=="object"?V(z(re),function(_e){var Ne=encodeURIComponent(L(_e))+ue;return j(re[_e])?V(re[_e],function(Ue){return Ne+encodeURIComponent(L(Ue))}).join(oe):Ne+encodeURIComponent(L(re[_e]))}).join(oe):de?encodeURIComponent(L(de))+ue+encodeURIComponent(L(re)):""};var j=Array.isArray||function(re){return Object.prototype.toString.call(re)==="[object Array]"};function V(re,oe){if(re.map)return re.map(oe);for(var ue=[],de=0;de0?(typeof Rr!="string"&&!vn.objectMode&&Object.getPrototypeOf(Rr)!==de.prototype&&(Rr=Ne(Rr)),$r?vn.endEmitted?Br.emit("error",new Error("stream.unshift() after end event")):ie(Br,vn,Rr,!0):vn.ended?Br.emit("error",new Error("stream.push() after EOF")):(vn.reading=!1,vn.decoder&&!Lr?(Rr=vn.decoder.write(Rr),vn.objectMode||Rr.length!==0?ie(Br,vn,Rr,!1):tr(Br,vn)):ie(Br,vn,Rr,!1))):$r||(vn.reading=!1)}return Ce(vn)}function ie(Br,Rr,Lr,$r){Rr.flowing&&Rr.length===0&&!Rr.sync?(Br.emit("data",Lr),Br.read(0)):(Rr.length+=Rr.objectMode?1:Lr.length,$r?Rr.buffer.unshift(Lr):Rr.buffer.push(Lr),Rr.needReadable&&kt(Br)),tr(Br,Rr)}function pe(Br,Rr){var Lr;return!Ue(Rr)&&typeof Rr!="string"&&Rr!==void 0&&!Br.objectMode&&(Lr=new TypeError("Invalid non-string/buffer chunk")),Lr}function Ce(Br){return!Br.ended&&(Br.needReadable||Br.length=Ie?Br=Ie:(Br--,Br|=Br>>>1,Br|=Br>>>2,Br|=Br>>>4,Br|=Br>>>8,Br|=Br>>>16,Br++),Br}function ar(Br,Rr){return Br<=0||Rr.length===0&&Rr.ended?0:Rr.objectMode?1:Br!==Br?Rr.flowing&&Rr.length?Rr.buffer.head.data.length:Rr.length:(Br>Rr.highWaterMark&&(Rr.highWaterMark=jt(Br)),Br<=Rr.length?Br:Rr.ended?Rr.length:(Rr.needReadable=!0,0))}lr.prototype.read=function(Br){Fe("read",Br),Br=parseInt(Br,10);var Rr=this._readableState,Lr=Br;if(Br!==0&&(Rr.emittedReadable=!1),Br===0&&Rr.needReadable&&(Rr.length>=Rr.highWaterMark||Rr.ended))return Fe("read: emitReadable",Rr.length,Rr.ended),Rr.length===0&&Rr.ended?Vr(this):kt(this),null;if(Br=ar(Br,Rr),Br===0&&Rr.ended)return Rr.length===0&&Vr(this),null;var $r=Rr.needReadable;Fe("need readable",$r),(Rr.length===0||Rr.length-Br0?jr=Sr(Br,Rr):jr=null,jr===null?(Rr.needReadable=!0,Br=0):Rr.length-=Br,Rr.length===0&&(Rr.ended||(Rr.needReadable=!0),Lr!==Br&&Rr.ended&&Vr(this)),jr!==null&&this.emit("data",jr),jr};function ur(Br,Rr){if(!Rr.ended){if(Rr.decoder){var Lr=Rr.decoder.end();Lr&&Lr.length&&(Rr.buffer.push(Lr),Rr.length+=Rr.objectMode?1:Lr.length)}Rr.ended=!0,kt(Br)}}function kt(Br){var Rr=Br._readableState;Rr.needReadable=!1,Rr.emittedReadable||(Fe("emitReadable",Rr.flowing),Rr.emittedReadable=!0,Rr.sync?V.nextTick(he,Br):he(Br))}function he(Br){Fe("emit readable"),Br.emit("readable"),Tr(Br)}function tr(Br,Rr){Rr.readingMore||(Rr.readingMore=!0,V.nextTick(gr,Br,Rr))}function gr(Br,Rr){for(var Lr=Rr.length;!Rr.reading&&!Rr.flowing&&!Rr.ended&&Rr.length1&&Ir($r.pipes,Br)!==-1)&&!Zr&&(Fe("false write response, pause",$r.awaitDrain),$r.awaitDrain++,To=!0),Lr.pause())}function Ba(Ur){Fe("onerror",Ur),Wr(),Br.removeListener("error",Ba),oe(Br,"error")===0&&Br.emit("error",Ur)}cr(Br,"error",Ba);function rs(){Br.removeListener("finish",Mn),Wr()}Br.once("close",rs);function Mn(){Fe("onfinish"),Br.removeListener("close",rs),Wr()}Br.once("finish",Mn);function Wr(){Fe("unpipe"),Lr.unpipe(Br)}return Br.emit("pipe",Lr),$r.flowing||(Fe("pipe resume"),Lr.resume()),Br};function _r(Br){return function(){var Rr=Br._readableState;Fe("pipeOnDrain",Rr.awaitDrain),Rr.awaitDrain&&Rr.awaitDrain--,Rr.awaitDrain===0&&oe(Br,"data")&&(Rr.flowing=!0,Tr(Br))}}lr.prototype.unpipe=function(Br){var Rr=this._readableState,Lr={hasUnpiped:!1};if(Rr.pipesCount===0)return this;if(Rr.pipesCount===1)return Br&&Br!==Rr.pipes?this:(Br||(Br=Rr.pipes),Rr.pipes=null,Rr.pipesCount=0,Rr.flowing=!1,Br&&Br.emit("unpipe",this,Lr),this);if(!Br){var $r=Rr.pipes,jr=Rr.pipesCount;Rr.pipes=null,Rr.pipesCount=0,Rr.flowing=!1;for(var vn=0;vn=Rr.length?(Rr.decoder?Lr=Rr.buffer.join(""):Rr.buffer.length===1?Lr=Rr.buffer.head.data:Lr=Rr.buffer.concat(Rr.length),Rr.buffer.clear()):Lr=Ar(Br,Rr.buffer,Rr.decoder),Lr}function Ar(Br,Rr,Lr){var $r;return Brvn.length?vn.length:Br;if(Kr===vn.length?jr+=vn:jr+=vn.slice(0,Br),Br-=Kr,Br===0){Kr===vn.length?(++$r,Lr.next?Rr.head=Lr.next:Rr.head=Rr.tail=null):(Rr.head=Lr,Lr.data=vn.slice(Kr));break}++$r}return Rr.length-=$r,jr}function Gr(Br,Rr){var Lr=de.allocUnsafe(Br),$r=Rr.head,jr=1;for($r.data.copy(Lr),Br-=$r.data.length;$r=$r.next;){var vn=$r.data,Kr=Br>vn.length?vn.length:Br;if(vn.copy(Lr,Lr.length-Br,0,Kr),Br-=Kr,Br===0){Kr===vn.length?(++jr,$r.next?Rr.head=$r.next:Rr.head=Rr.tail=null):(Rr.head=$r,$r.data=vn.slice(Kr));break}++jr}return Rr.length-=jr,Lr}function Vr(Br){var Rr=Br._readableState;if(Rr.length>0)throw new Error('"endReadable()" called on non-empty stream');Rr.endEmitted||(Rr.ended=!0,V.nextTick(Dr,Rr,Br))}function Dr(Br,Rr){!Br.endEmitted&&Br.length===0&&(Br.endEmitted=!0,Rr.readable=!1,Rr.emit("end"))}function Ir(Br,Rr){for(var Lr=0,$r=Br.length;Lr<$r;Lr++)if(Br[Lr]===Rr)return Lr;return-1}}).call(this)}).call(this,n("_process"),typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"./_stream_duplex":454,"./internal/streams/BufferList":459,"./internal/streams/destroy":460,"./internal/streams/stream":461,_process:540,"core-util-is":384,events:388,inherits:409,isarray:462,"process-nextick-args":443,"safe-buffer":463,"string_decoder/":464,util:102}],457:[function(n,$,k){$.exports=z;var L=n("./_stream_duplex"),j=Object.create(n("core-util-is"));j.inherits=n("inherits"),j.inherits(z,L);function V(ue,de){var _e=this._transformState;_e.transforming=!1;var Ne=_e.writecb;if(!Ne)return this.emit("error",new Error("write callback called multiple times"));_e.writechunk=null,_e.writecb=null,de!=null&&this.push(de),Ne(ue);var Ue=this._readableState;Ue.reading=!1,(Ue.needReadable||Ue.length-1?V:z.nextTick,ue;cr.WritableState=ir;var de=Object.create(n("core-util-is"));de.inherits=n("inherits");var _e={deprecate:n("util-deprecate")},Ne=n("./internal/streams/stream"),Ue=n("safe-buffer").Buffer,$e=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Ve(Nr){return Ue.from(Nr)}function Fe(Nr){return Ue.isBuffer(Nr)||Nr instanceof $e}var qe=n("./internal/streams/destroy");de.inherits(cr,Ne);function er(){}function ir(Nr,Tr){ue=ue||n("./_stream_duplex"),Nr=Nr||{};var Sr=Tr instanceof ue;this.objectMode=!!Nr.objectMode,Sr&&(this.objectMode=this.objectMode||!!Nr.writableObjectMode);var Ar=Nr.highWaterMark,Fr=Nr.writableHighWaterMark,Gr=this.objectMode?16:16*1024;Ar||Ar===0?this.highWaterMark=Ar:Sr&&(Fr||Fr===0)?this.highWaterMark=Fr:this.highWaterMark=Gr,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Vr=Nr.decodeStrings===!1;this.decodeStrings=!Vr,this.defaultEncoding=Nr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Dr){jt(Tr,Dr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new re(this)}ir.prototype.getBuffer=function(){for(var Tr=this.bufferedRequest,Sr=[];Tr;)Sr.push(Tr),Tr=Tr.next;return Sr},function(){try{Object.defineProperty(ir.prototype,"buffer",{get:_e.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var dr;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(dr=Function.prototype[Symbol.hasInstance],Object.defineProperty(cr,Symbol.hasInstance,{value:function(Nr){return dr.call(this,Nr)?!0:this!==cr?!1:Nr&&Nr._writableState instanceof ir}})):dr=function(Nr){return Nr instanceof this};function cr(Nr){if(ue=ue||n("./_stream_duplex"),!dr.call(cr,this)&&!(this instanceof ue))return new cr(Nr);this._writableState=new ir(Nr,this),this.writable=!0,Nr&&(typeof Nr.write=="function"&&(this._write=Nr.write),typeof Nr.writev=="function"&&(this._writev=Nr.writev),typeof Nr.destroy=="function"&&(this._destroy=Nr.destroy),typeof Nr.final=="function"&&(this._final=Nr.final)),Ne.call(this)}cr.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function nr(Nr,Tr){var Sr=new Error("write after end");Nr.emit("error",Sr),z.nextTick(Tr,Sr)}function lr(Nr,Tr,Sr,Ar){var Fr=!0,Gr=!1;return Sr===null?Gr=new TypeError("May not write null values to stream"):typeof Sr!="string"&&Sr!==void 0&&!Tr.objectMode&&(Gr=new TypeError("Invalid non-string/buffer chunk")),Gr&&(Nr.emit("error",Gr),z.nextTick(Ar,Gr),Fr=!1),Fr}cr.prototype.write=function(Nr,Tr,Sr){var Ar=this._writableState,Fr=!1,Gr=!Ar.objectMode&&Fe(Nr);return Gr&&!Ue.isBuffer(Nr)&&(Nr=Ve(Nr)),typeof Tr=="function"&&(Sr=Tr,Tr=null),Gr?Tr="buffer":Tr||(Tr=Ar.defaultEncoding),typeof Sr!="function"&&(Sr=er),Ar.ended?nr(this,Sr):(Gr||lr(this,Ar,Nr,Sr))&&(Ar.pendingcb++,Fr=ie(this,Ar,Gr,Nr,Tr,Sr)),Fr},cr.prototype.cork=function(){var Nr=this._writableState;Nr.corked++},cr.prototype.uncork=function(){var Nr=this._writableState;Nr.corked&&(Nr.corked--,!Nr.writing&&!Nr.corked&&!Nr.bufferProcessing&&Nr.bufferedRequest&&kt(this,Nr))},cr.prototype.setDefaultEncoding=function(Tr){if(typeof Tr=="string"&&(Tr=Tr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Tr+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+Tr);return this._writableState.defaultEncoding=Tr,this};function Et(Nr,Tr,Sr){return!Nr.objectMode&&Nr.decodeStrings!==!1&&typeof Tr=="string"&&(Tr=Ue.from(Tr,Sr)),Tr}Object.defineProperty(cr.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function ie(Nr,Tr,Sr,Ar,Fr,Gr){if(!Sr){var Vr=Et(Tr,Ar,Fr);Ar!==Vr&&(Sr=!0,Fr="buffer",Ar=Vr)}var Dr=Tr.objectMode?1:Ar.length;Tr.length+=Dr;var Ir=Tr.length0?this.tail.next=de:this.head=de,this.tail=de,++this.length},re.prototype.unshift=function(ue){var de={data:ue,next:this.head};this.length===0&&(this.tail=de),this.head=de,++this.length},re.prototype.shift=function(){if(this.length!==0){var ue=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,ue}},re.prototype.clear=function(){this.head=this.tail=null,this.length=0},re.prototype.join=function(ue){if(this.length===0)return"";for(var de=this.head,_e=""+de.data;de=de.next;)_e+=ue+de.data;return _e},re.prototype.concat=function(ue){if(this.length===0)return j.alloc(0);for(var de=j.allocUnsafe(ue>>>0),_e=this.head,Ne=0;_e;)z(_e.data,de,Ne),Ne+=_e.data.length,_e=_e.next;return de},re}(),V&&V.inspect&&V.inspect.custom&&($.exports.prototype[V.inspect.custom]=function(){var re=V.inspect({length:this.length});return this.constructor.name+" "+re})},{"safe-buffer":463,util:102}],460:[function(n,$,k){var L=n("process-nextick-args");function j(re,oe){var ue=this,de=this._readableState&&this._readableState.destroyed,_e=this._writableState&&this._writableState.destroyed;return de||_e?(oe?oe(re):re&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,L.nextTick(z,this,re)):L.nextTick(z,this,re)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(re||null,function(Ne){!oe&&Ne?ue._writableState?ue._writableState.errorEmitted||(ue._writableState.errorEmitted=!0,L.nextTick(z,ue,Ne)):L.nextTick(z,ue,Ne):oe&&oe(Ne)}),this)}function V(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function z(re,oe){re.emit("error",oe)}$.exports={destroy:j,undestroy:V}},{"process-nextick-args":443}],461:[function(n,$,k){$.exports=n("events").EventEmitter},{events:388}],462:[function(n,$,k){var L={}.toString;$.exports=Array.isArray||function(j){return L.call(j)=="[object Array]"}},{}],463:[function(n,$,k){var L=n("buffer"),j=L.Buffer;function V(re,oe){for(var ue in re)oe[ue]=re[ue]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?$.exports=L:(V(L,k),k.Buffer=z);function z(re,oe,ue){return j(re,oe,ue)}V(j,z),z.from=function(re,oe,ue){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,oe,ue)},z.alloc=function(re,oe,ue){if(typeof re!="number")throw new TypeError("Argument must be a number");var de=j(re);return oe!==void 0?typeof ue=="string"?de.fill(oe,ue):de.fill(oe):de.fill(0),de},z.allocUnsafe=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return j(re)},z.allocUnsafeSlow=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return L.SlowBuffer(re)}},{buffer:103}],464:[function(n,$,k){var L=n("safe-buffer").Buffer,j=L.isEncoding||function(dr){switch(dr=""+dr,dr&&dr.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function V(dr){if(!dr)return"utf8";for(var cr;;)switch(dr){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return dr;default:if(cr)return;dr=(""+dr).toLowerCase(),cr=!0}}function z(dr){var cr=V(dr);if(typeof cr!="string"&&(L.isEncoding===j||!j(dr)))throw new Error("Unknown encoding: "+dr);return cr||dr}k.StringDecoder=re;function re(dr){this.encoding=z(dr);var cr;switch(this.encoding){case"utf16le":this.text=$e,this.end=Ve,cr=4;break;case"utf8":this.fillLast=_e,cr=4;break;case"base64":this.text=Fe,this.end=qe,cr=3;break;default:this.write=er,this.end=ir;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=L.allocUnsafe(cr)}re.prototype.write=function(dr){if(dr.length===0)return"";var cr,nr;if(this.lastNeed){if(cr=this.fillLast(dr),cr===void 0)return"";nr=this.lastNeed,this.lastNeed=0}else nr=0;return nr>5===6?2:dr>>4===14?3:dr>>3===30?4:dr>>6===2?-1:-2}function ue(dr,cr,nr){var lr=cr.length-1;if(lr=0?(Et>0&&(dr.lastNeed=Et-1),Et):--lr=0?(Et>0&&(dr.lastNeed=Et-2),Et):--lr=0?(Et>0&&(Et===2?Et=0:dr.lastNeed=Et-3),Et):0))}function de(dr,cr,nr){if((cr[0]&192)!==128)return dr.lastNeed=0,"�";if(dr.lastNeed>1&&cr.length>1){if((cr[1]&192)!==128)return dr.lastNeed=1,"�";if(dr.lastNeed>2&&cr.length>2&&(cr[2]&192)!==128)return dr.lastNeed=2,"�"}}function _e(dr){var cr=this.lastTotal-this.lastNeed,nr=de(this,dr);if(nr!==void 0)return nr;if(this.lastNeed<=dr.length)return dr.copy(this.lastChar,cr,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);dr.copy(this.lastChar,cr,0,dr.length),this.lastNeed-=dr.length}function Ne(dr,cr){var nr=ue(this,dr,cr);if(!this.lastNeed)return dr.toString("utf8",cr);this.lastTotal=nr;var lr=dr.length-(nr-this.lastNeed);return dr.copy(this.lastChar,0,lr),dr.toString("utf8",cr,lr)}function Ue(dr){var cr=dr&&dr.length?this.write(dr):"";return this.lastNeed?cr+"�":cr}function $e(dr,cr){if((dr.length-cr)%2===0){var nr=dr.toString("utf16le",cr);if(nr){var lr=nr.charCodeAt(nr.length-1);if(lr>=55296&&lr<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=dr[dr.length-2],this.lastChar[1]=dr[dr.length-1],nr.slice(0,-1)}return nr}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=dr[dr.length-1],dr.toString("utf16le",cr,dr.length-1)}function Ve(dr){var cr=dr&&dr.length?this.write(dr):"";if(this.lastNeed){var nr=this.lastTotal-this.lastNeed;return cr+this.lastChar.toString("utf16le",0,nr)}return cr}function Fe(dr,cr){var nr=(dr.length-cr)%3;return nr===0?dr.toString("base64",cr):(this.lastNeed=3-nr,this.lastTotal=3,nr===1?this.lastChar[0]=dr[dr.length-1]:(this.lastChar[0]=dr[dr.length-2],this.lastChar[1]=dr[dr.length-1]),dr.toString("base64",cr,dr.length-nr))}function qe(dr){var cr=dr&&dr.length?this.write(dr):"";return this.lastNeed?cr+this.lastChar.toString("base64",0,3-this.lastNeed):cr}function er(dr){return dr.toString(this.encoding)}function ir(dr){return dr&&dr.length?this.write(dr):""}},{"safe-buffer":463}],465:[function(n,$,k){k=$.exports=n("./lib/_stream_readable.js"),k.Stream=k,k.Readable=k,k.Writable=n("./lib/_stream_writable.js"),k.Duplex=n("./lib/_stream_duplex.js"),k.Transform=n("./lib/_stream_transform.js"),k.PassThrough=n("./lib/_stream_passthrough.js")},{"./lib/_stream_duplex.js":454,"./lib/_stream_passthrough.js":455,"./lib/_stream_readable.js":456,"./lib/_stream_transform.js":457,"./lib/_stream_writable.js":458}],466:[function(n,$,k){/*! safe-buffer. MIT License. Feross Aboukhadijeh */var L=n("buffer"),j=L.Buffer;function V(re,oe){for(var ue in re)oe[ue]=re[ue]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?$.exports=L:(V(L,k),k.Buffer=z);function z(re,oe,ue){return j(re,oe,ue)}z.prototype=Object.create(j.prototype),V(j,z),z.from=function(re,oe,ue){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,oe,ue)},z.alloc=function(re,oe,ue){if(typeof re!="number")throw new TypeError("Argument must be a number");var de=j(re);return oe!==void 0?typeof ue=="string"?de.fill(oe,ue):de.fill(oe):de.fill(0),de},z.allocUnsafe=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return j(re)},z.allocUnsafeSlow=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return L.SlowBuffer(re)}},{buffer:103}],467:[function(n,$,k){(function(L){(function(){(function(j){j.parser=function(Dr,Ir){return new z(Dr,Ir)},j.SAXParser=z,j.SAXStream=Ue,j.createStream=Ne,j.MAX_BUFFER_LENGTH=64*1024;var V=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];j.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function z(Dr,Ir){if(!(this instanceof z))return new z(Dr,Ir);var Br=this;oe(Br),Br.q=Br.c="",Br.bufferCheckPosition=j.MAX_BUFFER_LENGTH,Br.opt=Ir||{},Br.opt.lowercase=Br.opt.lowercase||Br.opt.lowercasetags,Br.looseCase=Br.opt.lowercase?"toLowerCase":"toUpperCase",Br.tags=[],Br.closed=Br.closedRoot=Br.sawRoot=!1,Br.tag=Br.error=null,Br.strict=!!Dr,Br.noscript=!!(Dr||Br.opt.noscript),Br.state=Ie.BEGIN,Br.strictEntities=Br.opt.strictEntities,Br.ENTITIES=Br.strictEntities?Object.create(j.XML_ENTITIES):Object.create(j.ENTITIES),Br.attribList=[],Br.opt.xmlns&&(Br.ns=Object.create(er)),Br.trackPosition=Br.opt.position!==!1,Br.trackPosition&&(Br.position=Br.line=Br.column=0),ar(Br,"onready")}Object.create||(Object.create=function(Dr){function Ir(){}Ir.prototype=Dr;var Br=new Ir;return Br}),Object.keys||(Object.keys=function(Dr){var Ir=[];for(var Br in Dr)Dr.hasOwnProperty(Br)&&Ir.push(Br);return Ir});function re(Dr){for(var Ir=Math.max(j.MAX_BUFFER_LENGTH,10),Br=0,Rr=0,Lr=V.length;RrIr)switch(V[Rr]){case"textNode":kt(Dr);break;case"cdata":ur(Dr,"oncdata",Dr.cdata),Dr.cdata="";break;case"script":ur(Dr,"onscript",Dr.script),Dr.script="";break;default:tr(Dr,"Max buffer length exceeded: "+V[Rr])}Br=Math.max(Br,$r)}var jr=j.MAX_BUFFER_LENGTH-Br;Dr.bufferCheckPosition=jr+Dr.position}function oe(Dr){for(var Ir=0,Br=V.length;Ir"||lr(Dr)}function pe(Dr,Ir){return Dr.test(Ir)}function Ce(Dr,Ir){return!pe(Dr,Ir)}var Ie=0;j.STATE={BEGIN:Ie++,BEGIN_WHITESPACE:Ie++,TEXT:Ie++,TEXT_ENTITY:Ie++,OPEN_WAKA:Ie++,SGML_DECL:Ie++,SGML_DECL_QUOTED:Ie++,DOCTYPE:Ie++,DOCTYPE_QUOTED:Ie++,DOCTYPE_DTD:Ie++,DOCTYPE_DTD_QUOTED:Ie++,COMMENT_STARTING:Ie++,COMMENT:Ie++,COMMENT_ENDING:Ie++,COMMENT_ENDED:Ie++,CDATA:Ie++,CDATA_ENDING:Ie++,CDATA_ENDING_2:Ie++,PROC_INST:Ie++,PROC_INST_BODY:Ie++,PROC_INST_ENDING:Ie++,OPEN_TAG:Ie++,OPEN_TAG_SLASH:Ie++,ATTRIB:Ie++,ATTRIB_NAME:Ie++,ATTRIB_NAME_SAW_WHITE:Ie++,ATTRIB_VALUE:Ie++,ATTRIB_VALUE_QUOTED:Ie++,ATTRIB_VALUE_CLOSED:Ie++,ATTRIB_VALUE_UNQUOTED:Ie++,ATTRIB_VALUE_ENTITY_Q:Ie++,ATTRIB_VALUE_ENTITY_U:Ie++,CLOSE_TAG:Ie++,CLOSE_TAG_SAW_WHITE:Ie++,SCRIPT:Ie++,SCRIPT_ENDING:Ie++},j.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},j.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(j.ENTITIES).forEach(function(Dr){var Ir=j.ENTITIES[Dr],Br=typeof Ir=="number"?String.fromCharCode(Ir):Ir;j.ENTITIES[Dr]=Br});for(var jt in j.STATE)j.STATE[j.STATE[jt]]=jt;Ie=j.STATE;function ar(Dr,Ir,Br){Dr[Ir]&&Dr[Ir](Br)}function ur(Dr,Ir,Br){Dr.textNode&&kt(Dr),ar(Dr,Ir,Br)}function kt(Dr){Dr.textNode=he(Dr.opt,Dr.textNode),Dr.textNode&&ar(Dr,"ontext",Dr.textNode),Dr.textNode=""}function he(Dr,Ir){return Dr.trim&&(Ir=Ir.trim()),Dr.normalize&&(Ir=Ir.replace(/\s+/g," ")),Ir}function tr(Dr,Ir){return kt(Dr),Dr.trackPosition&&(Ir+=` -Line: `+Dr.line+` -Column: `+Dr.column+` -Char: `+Dr.c),Ir=new Error(Ir),Dr.error=Ir,ar(Dr,"onerror",Ir),Dr}function gr(Dr){return Dr.sawRoot&&!Dr.closedRoot&&_r(Dr,"Unclosed root tag"),Dr.state!==Ie.BEGIN&&Dr.state!==Ie.BEGIN_WHITESPACE&&Dr.state!==Ie.TEXT&&tr(Dr,"Unexpected end"),kt(Dr),Dr.c="",Dr.closed=!0,ar(Dr,"onend"),z.call(Dr,Dr.strict,Dr.opt),Dr}function _r(Dr,Ir){if(typeof Dr!="object"||!(Dr instanceof z))throw new Error("bad call to strictFail");Dr.strict&&tr(Dr,Ir)}function yr(Dr){Dr.strict||(Dr.tagName=Dr.tagName[Dr.looseCase]());var Ir=Dr.tags[Dr.tags.length-1]||Dr,Br=Dr.tag={name:Dr.tagName,attributes:{}};Dr.opt.xmlns&&(Br.ns=Ir.ns),Dr.attribList.length=0,ur(Dr,"onopentagstart",Br)}function xr(Dr,Ir){var Br=Dr.indexOf(":"),Rr=Br<0?["",Dr]:Dr.split(":"),Lr=Rr[0],$r=Rr[1];return Ir&&Dr==="xmlns"&&(Lr="xmlns",$r=""),{prefix:Lr,local:$r}}function Nr(Dr){if(Dr.strict||(Dr.attribName=Dr.attribName[Dr.looseCase]()),Dr.attribList.indexOf(Dr.attribName)!==-1||Dr.tag.attributes.hasOwnProperty(Dr.attribName)){Dr.attribName=Dr.attribValue="";return}if(Dr.opt.xmlns){var Ir=xr(Dr.attribName,!0),Br=Ir.prefix,Rr=Ir.local;if(Br==="xmlns")if(Rr==="xml"&&Dr.attribValue!==Fe)_r(Dr,"xml: prefix must be bound to "+Fe+` -Actual: `+Dr.attribValue);else if(Rr==="xmlns"&&Dr.attribValue!==qe)_r(Dr,"xmlns: prefix must be bound to "+qe+` -Actual: `+Dr.attribValue);else{var Lr=Dr.tag,$r=Dr.tags[Dr.tags.length-1]||Dr;Lr.ns===$r.ns&&(Lr.ns=Object.create($r.ns)),Lr.ns[Rr]=Dr.attribValue}Dr.attribList.push([Dr.attribName,Dr.attribValue])}else Dr.tag.attributes[Dr.attribName]=Dr.attribValue,ur(Dr,"onattribute",{name:Dr.attribName,value:Dr.attribValue});Dr.attribName=Dr.attribValue=""}function Tr(Dr,Ir){if(Dr.opt.xmlns){var Br=Dr.tag,Rr=xr(Dr.tagName);Br.prefix=Rr.prefix,Br.local=Rr.local,Br.uri=Br.ns[Rr.prefix]||"",Br.prefix&&!Br.uri&&(_r(Dr,"Unbound namespace prefix: "+JSON.stringify(Dr.tagName)),Br.uri=Rr.prefix);var Lr=Dr.tags[Dr.tags.length-1]||Dr;Br.ns&&Lr.ns!==Br.ns&&Object.keys(Br.ns).forEach(function(Ba){ur(Dr,"onopennamespace",{prefix:Ba,uri:Br.ns[Ba]})});for(var $r=0,jr=Dr.attribList.length;$r",Dr.tagName="",Dr.state=Ie.SCRIPT;return}ur(Dr,"onscript",Dr.script),Dr.script=""}var Ir=Dr.tags.length,Br=Dr.tagName;Dr.strict||(Br=Br[Dr.looseCase]());for(var Rr=Br;Ir--;){var Lr=Dr.tags[Ir];if(Lr.name!==Rr)_r(Dr,"Unexpected close tag");else break}if(Ir<0){_r(Dr,"Unmatched closing tag: "+Dr.tagName),Dr.textNode+="",Dr.state=Ie.TEXT;return}Dr.tagName=Br;for(var $r=Dr.tags.length;$r-- >Ir;){var jr=Dr.tag=Dr.tags.pop();Dr.tagName=Dr.tag.name,ur(Dr,"onclosetag",Dr.tagName);var vn={};for(var Kr in jr.ns)vn[Kr]=jr.ns[Kr];var kr=Dr.tags[Dr.tags.length-1]||Dr;Dr.opt.xmlns&&jr.ns!==kr.ns&&Object.keys(jr.ns).forEach(function(Qr){var Zr=jr.ns[Qr];ur(Dr,"onclosenamespace",{prefix:Qr,uri:Zr})})}Ir===0&&(Dr.closedRoot=!0),Dr.tagName=Dr.attribValue=Dr.attribName="",Dr.attribList.length=0,Dr.state=Ie.TEXT}function Ar(Dr){var Ir=Dr.entity,Br=Ir.toLowerCase(),Rr,Lr="";return Dr.ENTITIES[Ir]?Dr.ENTITIES[Ir]:Dr.ENTITIES[Br]?Dr.ENTITIES[Br]:(Ir=Br,Ir.charAt(0)==="#"&&(Ir.charAt(1)==="x"?(Ir=Ir.slice(2),Rr=parseInt(Ir,16),Lr=Rr.toString(16)):(Ir=Ir.slice(1),Rr=parseInt(Ir,10),Lr=Rr.toString(10))),Ir=Ir.replace(/^0+/,""),isNaN(Rr)||Lr.toLowerCase()!==Ir?(_r(Dr,"Invalid character entity"),"&"+Dr.entity+";"):String.fromCodePoint(Rr))}function Fr(Dr,Ir){Ir==="<"?(Dr.state=Ie.OPEN_WAKA,Dr.startTagPosition=Dr.position):lr(Ir)||(_r(Dr,"Non-whitespace before first tag."),Dr.textNode=Ir,Dr.state=Ie.TEXT)}function Gr(Dr,Ir){var Br="";return Ir"?(ur(Ir,"onsgmldeclaration",Ir.sgmlDecl),Ir.sgmlDecl="",Ir.state=Ie.TEXT):(Et(Rr)&&(Ir.state=Ie.SGML_DECL_QUOTED),Ir.sgmlDecl+=Rr);continue;case Ie.SGML_DECL_QUOTED:Rr===Ir.q&&(Ir.state=Ie.SGML_DECL,Ir.q=""),Ir.sgmlDecl+=Rr;continue;case Ie.DOCTYPE:Rr===">"?(Ir.state=Ie.TEXT,ur(Ir,"ondoctype",Ir.doctype),Ir.doctype=!0):(Ir.doctype+=Rr,Rr==="["?Ir.state=Ie.DOCTYPE_DTD:Et(Rr)&&(Ir.state=Ie.DOCTYPE_QUOTED,Ir.q=Rr));continue;case Ie.DOCTYPE_QUOTED:Ir.doctype+=Rr,Rr===Ir.q&&(Ir.q="",Ir.state=Ie.DOCTYPE);continue;case Ie.DOCTYPE_DTD:Ir.doctype+=Rr,Rr==="]"?Ir.state=Ie.DOCTYPE:Et(Rr)&&(Ir.state=Ie.DOCTYPE_DTD_QUOTED,Ir.q=Rr);continue;case Ie.DOCTYPE_DTD_QUOTED:Ir.doctype+=Rr,Rr===Ir.q&&(Ir.state=Ie.DOCTYPE_DTD,Ir.q="");continue;case Ie.COMMENT:Rr==="-"?Ir.state=Ie.COMMENT_ENDING:Ir.comment+=Rr;continue;case Ie.COMMENT_ENDING:Rr==="-"?(Ir.state=Ie.COMMENT_ENDED,Ir.comment=he(Ir.opt,Ir.comment),Ir.comment&&ur(Ir,"oncomment",Ir.comment),Ir.comment=""):(Ir.comment+="-"+Rr,Ir.state=Ie.COMMENT);continue;case Ie.COMMENT_ENDED:Rr!==">"?(_r(Ir,"Malformed comment"),Ir.comment+="--"+Rr,Ir.state=Ie.COMMENT):Ir.state=Ie.TEXT;continue;case Ie.CDATA:Rr==="]"?Ir.state=Ie.CDATA_ENDING:Ir.cdata+=Rr;continue;case Ie.CDATA_ENDING:Rr==="]"?Ir.state=Ie.CDATA_ENDING_2:(Ir.cdata+="]"+Rr,Ir.state=Ie.CDATA);continue;case Ie.CDATA_ENDING_2:Rr===">"?(Ir.cdata&&ur(Ir,"oncdata",Ir.cdata),ur(Ir,"onclosecdata"),Ir.cdata="",Ir.state=Ie.TEXT):Rr==="]"?Ir.cdata+="]":(Ir.cdata+="]]"+Rr,Ir.state=Ie.CDATA);continue;case Ie.PROC_INST:Rr==="?"?Ir.state=Ie.PROC_INST_ENDING:lr(Rr)?Ir.state=Ie.PROC_INST_BODY:Ir.procInstName+=Rr;continue;case Ie.PROC_INST_BODY:if(!Ir.procInstBody&&lr(Rr))continue;Rr==="?"?Ir.state=Ie.PROC_INST_ENDING:Ir.procInstBody+=Rr;continue;case Ie.PROC_INST_ENDING:Rr===">"?(ur(Ir,"onprocessinginstruction",{name:Ir.procInstName,body:Ir.procInstBody}),Ir.procInstName=Ir.procInstBody="",Ir.state=Ie.TEXT):(Ir.procInstBody+="?"+Rr,Ir.state=Ie.PROC_INST_BODY);continue;case Ie.OPEN_TAG:pe(dr,Rr)?Ir.tagName+=Rr:(yr(Ir),Rr===">"?Tr(Ir):Rr==="/"?Ir.state=Ie.OPEN_TAG_SLASH:(lr(Rr)||_r(Ir,"Invalid character in tag name"),Ir.state=Ie.ATTRIB));continue;case Ie.OPEN_TAG_SLASH:Rr===">"?(Tr(Ir,!0),Sr(Ir)):(_r(Ir,"Forward-slash in opening tag not followed by >"),Ir.state=Ie.ATTRIB);continue;case Ie.ATTRIB:if(lr(Rr))continue;Rr===">"?Tr(Ir):Rr==="/"?Ir.state=Ie.OPEN_TAG_SLASH:pe(ir,Rr)?(Ir.attribName=Rr,Ir.attribValue="",Ir.state=Ie.ATTRIB_NAME):_r(Ir,"Invalid attribute name");continue;case Ie.ATTRIB_NAME:Rr==="="?Ir.state=Ie.ATTRIB_VALUE:Rr===">"?(_r(Ir,"Attribute without value"),Ir.attribValue=Ir.attribName,Nr(Ir),Tr(Ir)):lr(Rr)?Ir.state=Ie.ATTRIB_NAME_SAW_WHITE:pe(dr,Rr)?Ir.attribName+=Rr:_r(Ir,"Invalid attribute name");continue;case Ie.ATTRIB_NAME_SAW_WHITE:if(Rr==="=")Ir.state=Ie.ATTRIB_VALUE;else{if(lr(Rr))continue;_r(Ir,"Attribute without value"),Ir.tag.attributes[Ir.attribName]="",Ir.attribValue="",ur(Ir,"onattribute",{name:Ir.attribName,value:""}),Ir.attribName="",Rr===">"?Tr(Ir):pe(ir,Rr)?(Ir.attribName=Rr,Ir.state=Ie.ATTRIB_NAME):(_r(Ir,"Invalid attribute name"),Ir.state=Ie.ATTRIB)}continue;case Ie.ATTRIB_VALUE:if(lr(Rr))continue;Et(Rr)?(Ir.q=Rr,Ir.state=Ie.ATTRIB_VALUE_QUOTED):(_r(Ir,"Unquoted attribute value"),Ir.state=Ie.ATTRIB_VALUE_UNQUOTED,Ir.attribValue=Rr);continue;case Ie.ATTRIB_VALUE_QUOTED:if(Rr!==Ir.q){Rr==="&"?Ir.state=Ie.ATTRIB_VALUE_ENTITY_Q:Ir.attribValue+=Rr;continue}Nr(Ir),Ir.q="",Ir.state=Ie.ATTRIB_VALUE_CLOSED;continue;case Ie.ATTRIB_VALUE_CLOSED:lr(Rr)?Ir.state=Ie.ATTRIB:Rr===">"?Tr(Ir):Rr==="/"?Ir.state=Ie.OPEN_TAG_SLASH:pe(ir,Rr)?(_r(Ir,"No whitespace between attributes"),Ir.attribName=Rr,Ir.attribValue="",Ir.state=Ie.ATTRIB_NAME):_r(Ir,"Invalid attribute name");continue;case Ie.ATTRIB_VALUE_UNQUOTED:if(!ie(Rr)){Rr==="&"?Ir.state=Ie.ATTRIB_VALUE_ENTITY_U:Ir.attribValue+=Rr;continue}Nr(Ir),Rr===">"?Tr(Ir):Ir.state=Ie.ATTRIB;continue;case Ie.CLOSE_TAG:if(Ir.tagName)Rr===">"?Sr(Ir):pe(dr,Rr)?Ir.tagName+=Rr:Ir.script?(Ir.script+=""?Sr(Ir):_r(Ir,"Invalid characters in closing tag");continue;case Ie.TEXT_ENTITY:case Ie.ATTRIB_VALUE_ENTITY_Q:case Ie.ATTRIB_VALUE_ENTITY_U:var jr,vn;switch(Ir.state){case Ie.TEXT_ENTITY:jr=Ie.TEXT,vn="textNode";break;case Ie.ATTRIB_VALUE_ENTITY_Q:jr=Ie.ATTRIB_VALUE_QUOTED,vn="attribValue";break;case Ie.ATTRIB_VALUE_ENTITY_U:jr=Ie.ATTRIB_VALUE_UNQUOTED,vn="attribValue";break}if(Rr===";")if(Ir.opt.unparsedEntities){var Kr=Ar(Ir);Ir.entity="",Ir.state=jr,Ir.write(Kr)}else Ir[vn]+=Ar(Ir),Ir.entity="",Ir.state=jr;else pe(Ir.entity.length?nr:cr,Rr)?Ir.entity+=Rr:(_r(Ir,"Invalid character in entity name"),Ir[vn]+="&"+Ir.entity+Rr,Ir.entity="",Ir.state=jr);continue;default:throw new Error(Ir,"Unknown state: "+Ir.state)}return Ir.position>=Ir.bufferCheckPosition&&re(Ir),Ir}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Dr=String.fromCharCode,Ir=Math.floor,Br=function(){var Rr=16384,Lr=[],$r,jr,vn=-1,Kr=arguments.length;if(!Kr)return"";for(var kr="";++vn1114111||Ir(Qr)!==Qr)throw RangeError("Invalid code point: "+Qr);Qr<=65535?Lr.push(Qr):(Qr-=65536,$r=(Qr>>10)+55296,jr=Qr%1024+56320,Lr.push($r,jr)),(vn+1===Kr||Lr.length>Rr)&&(kr+=Dr.apply(null,Lr),Lr.length=0)}return kr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Br,configurable:!0,writable:!0}):String.fromCodePoint=Br}()})(typeof k>"u"?this.sax={}:k)}).call(this)}).call(this,n("buffer").Buffer)},{buffer:103,stream:470,string_decoder:485}],468:[function(n,$,k){var L=n("get-intrinsic"),j=n("define-data-property"),V=n("has-property-descriptors")(),z=n("gopd"),re=L("%TypeError%"),oe=L("%Math.floor%");$.exports=function(de,_e){if(typeof de!="function")throw new re("`fn` is not a function");if(typeof _e!="number"||_e<0||_e>4294967295||oe(_e)!==_e)throw new re("`length` must be a positive 32-bit integer");var Ne=arguments.length>2&&!!arguments[2],Ue=!0,$e=!0;if("length"in de&&z){var Ve=z(de,"length");Ve&&!Ve.configurable&&(Ue=!1),Ve&&!Ve.writable&&($e=!1)}return(Ue||$e||!Ne)&&(V?j(de,"length",_e,!0,!0):j(de,"length",_e)),de}},{"define-data-property":386,"get-intrinsic":392,gopd:393,"has-property-descriptors":394}],469:[function(n,$,k){var L=n("get-intrinsic"),j=n("call-bind/callBound"),V=n("object-inspect"),z=L("%TypeError%"),re=L("%WeakMap%",!0),oe=L("%Map%",!0),ue=j("WeakMap.prototype.get",!0),de=j("WeakMap.prototype.set",!0),_e=j("WeakMap.prototype.has",!0),Ne=j("Map.prototype.get",!0),Ue=j("Map.prototype.set",!0),$e=j("Map.prototype.has",!0),Ve=function(ir,dr){for(var cr=ir,nr;(nr=cr.next)!==null;cr=nr)if(nr.key===dr)return cr.next=nr.next,nr.next=ir.next,ir.next=nr,nr},Fe=function(ir,dr){var cr=Ve(ir,dr);return cr&&cr.value},qe=function(ir,dr,cr){var nr=Ve(ir,dr);nr?nr.value=cr:ir.next={key:dr,next:ir.next,value:cr}},er=function(ir,dr){return!!Ve(ir,dr)};$.exports=function(){var dr,cr,nr,lr={assert:function(Et){if(!lr.has(Et))throw new z("Side channel does not contain "+V(Et))},get:function(Et){if(re&&Et&&(typeof Et=="object"||typeof Et=="function")){if(dr)return ue(dr,Et)}else if(oe){if(cr)return Ne(cr,Et)}else if(nr)return Fe(nr,Et)},has:function(Et){if(re&&Et&&(typeof Et=="object"||typeof Et=="function")){if(dr)return _e(dr,Et)}else if(oe){if(cr)return $e(cr,Et)}else if(nr)return er(nr,Et);return!1},set:function(Et,ie){re&&Et&&(typeof Et=="object"||typeof Et=="function")?(dr||(dr=new re),de(dr,Et,ie)):oe?(cr||(cr=new oe),Ue(cr,Et,ie)):(nr||(nr={key:{},next:null}),qe(nr,Et,ie))}};return lr}},{"call-bind/callBound":105,"get-intrinsic":392,"object-inspect":435}],470:[function(n,$,k){$.exports=V;var L=n("events").EventEmitter,j=n("inherits");j(V,L),V.Readable=n("readable-stream/lib/_stream_readable.js"),V.Writable=n("readable-stream/lib/_stream_writable.js"),V.Duplex=n("readable-stream/lib/_stream_duplex.js"),V.Transform=n("readable-stream/lib/_stream_transform.js"),V.PassThrough=n("readable-stream/lib/_stream_passthrough.js"),V.finished=n("readable-stream/lib/internal/streams/end-of-stream.js"),V.pipeline=n("readable-stream/lib/internal/streams/pipeline.js"),V.Stream=V;function V(){L.call(this)}V.prototype.pipe=function(z,re){var oe=this;function ue(Fe){z.writable&&z.write(Fe)===!1&&oe.pause&&oe.pause()}oe.on("data",ue);function de(){oe.readable&&oe.resume&&oe.resume()}z.on("drain",de),!z._isStdio&&(!re||re.end!==!1)&&(oe.on("end",Ne),oe.on("close",Ue));var _e=!1;function Ne(){_e||(_e=!0,z.end())}function Ue(){_e||(_e=!0,typeof z.destroy=="function"&&z.destroy())}function $e(Fe){if(Ve(),L.listenerCount(this,"error")===0)throw Fe}oe.on("error",$e),z.on("error",$e);function Ve(){oe.removeListener("data",ue),z.removeListener("drain",de),oe.removeListener("end",Ne),oe.removeListener("close",Ue),oe.removeListener("error",$e),z.removeListener("error",$e),oe.removeListener("end",Ve),oe.removeListener("close",Ve),z.removeListener("close",Ve)}return oe.on("end",Ve),oe.on("close",Ve),z.on("close",Ve),z.emit("pipe",oe),z}},{events:388,inherits:409,"readable-stream/lib/_stream_duplex.js":472,"readable-stream/lib/_stream_passthrough.js":473,"readable-stream/lib/_stream_readable.js":474,"readable-stream/lib/_stream_transform.js":475,"readable-stream/lib/_stream_writable.js":476,"readable-stream/lib/internal/streams/end-of-stream.js":480,"readable-stream/lib/internal/streams/pipeline.js":482}],471:[function(n,$,k){function L(de,_e){de.prototype=Object.create(_e.prototype),de.prototype.constructor=de,de.__proto__=_e}var j={};function V(de,_e,Ne){Ne||(Ne=Error);function Ue(Ve,Fe,qe){return typeof _e=="string"?_e:_e(Ve,Fe,qe)}var $e=function(Ve){L(Fe,Ve);function Fe(qe,er,ir){return Ve.call(this,Ue(qe,er,ir))||this}return Fe}(Ne);$e.prototype.name=Ne.name,$e.prototype.code=de,j[de]=$e}function z(de,_e){if(Array.isArray(de)){var Ne=de.length;return de=de.map(function(Ue){return String(Ue)}),Ne>2?"one of ".concat(_e," ").concat(de.slice(0,Ne-1).join(", "),", or ")+de[Ne-1]:Ne===2?"one of ".concat(_e," ").concat(de[0]," or ").concat(de[1]):"of ".concat(_e," ").concat(de[0])}else return"of ".concat(_e," ").concat(String(de))}function re(de,_e,Ne){return de.substr(0,_e.length)===_e}function oe(de,_e,Ne){return(Ne===void 0||Ne>de.length)&&(Ne=de.length),de.substring(Ne-_e.length,Ne)===_e}function ue(de,_e,Ne){return typeof Ne!="number"&&(Ne=0),Ne+_e.length>de.length?!1:de.indexOf(_e,Ne)!==-1}V("ERR_INVALID_OPT_VALUE",function(de,_e){return'The value "'+_e+'" is invalid for option "'+de+'"'},TypeError),V("ERR_INVALID_ARG_TYPE",function(de,_e,Ne){var Ue;typeof _e=="string"&&re(_e,"not ")?(Ue="must not be",_e=_e.replace(/^not /,"")):Ue="must be";var $e;if(oe(de," argument"))$e="The ".concat(de," ").concat(Ue," ").concat(z(_e,"type"));else{var Ve=ue(de,".")?"property":"argument";$e='The "'.concat(de,'" ').concat(Ve," ").concat(Ue," ").concat(z(_e,"type"))}return $e+=". Received type ".concat(typeof Ne),$e},TypeError),V("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),V("ERR_METHOD_NOT_IMPLEMENTED",function(de){return"The "+de+" method is not implemented"}),V("ERR_STREAM_PREMATURE_CLOSE","Premature close"),V("ERR_STREAM_DESTROYED",function(de){return"Cannot call "+de+" after a stream was destroyed"}),V("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),V("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),V("ERR_STREAM_WRITE_AFTER_END","write after end"),V("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),V("ERR_UNKNOWN_ENCODING",function(de){return"Unknown encoding: "+de},TypeError),V("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),$.exports.codes=j},{}],472:[function(n,$,k){(function(L){(function(){var j=Object.keys||function(Ue){var $e=[];for(var Ve in Ue)$e.push(Ve);return $e};$.exports=de;var V=n("./_stream_readable"),z=n("./_stream_writable");n("inherits")(de,V);for(var re=j(z.prototype),oe=0;oe0)if(typeof vn!="string"&&!Zr.objectMode&&Object.getPrototypeOf(vn)!==oe.prototype&&(vn=de(vn)),kr)Zr.endEmitted?pe(jr,new nr):kt(jr,Zr,vn,!0);else if(Zr.ended)pe(jr,new dr);else{if(Zr.destroyed)return!1;Zr.reading=!1,Zr.decoder&&!Kr?(vn=Zr.decoder.write(vn),Zr.objectMode||vn.length!==0?kt(jr,Zr,vn,!1):Tr(jr,Zr)):kt(jr,Zr,vn,!1)}else kr||(Zr.reading=!1,Tr(jr,Zr))}return!Zr.ended&&(Zr.length=tr?jr=tr:(jr--,jr|=jr>>>1,jr|=jr>>>2,jr|=jr>>>4,jr|=jr>>>8,jr|=jr>>>16,jr++),jr}function _r(jr,vn){return jr<=0||vn.length===0&&vn.ended?0:vn.objectMode?1:jr!==jr?vn.flowing&&vn.length?vn.buffer.head.data.length:vn.length:(jr>vn.highWaterMark&&(vn.highWaterMark=gr(jr)),jr<=vn.length?jr:vn.ended?vn.length:(vn.needReadable=!0,0))}ar.prototype.read=function(jr){Ue("read",jr),jr=parseInt(jr,10);var vn=this._readableState,Kr=jr;if(jr!==0&&(vn.emittedReadable=!1),jr===0&&vn.needReadable&&((vn.highWaterMark!==0?vn.length>=vn.highWaterMark:vn.length>0)||vn.ended))return Ue("read: emitReadable",vn.length,vn.ended),vn.length===0&&vn.ended?Rr(this):xr(this),null;if(jr=_r(jr,vn),jr===0&&vn.ended)return vn.length===0&&Rr(this),null;var kr=vn.needReadable;Ue("need readable",kr),(vn.length===0||vn.length-jr0?Qr=Br(jr,vn):Qr=null,Qr===null?(vn.needReadable=vn.length<=vn.highWaterMark,jr=0):(vn.length-=jr,vn.awaitDrain=0),vn.length===0&&(vn.ended||(vn.needReadable=!0),Kr!==jr&&vn.ended&&Rr(this)),Qr!==null&&this.emit("data",Qr),Qr};function yr(jr,vn){if(Ue("onEofChunk"),!vn.ended){if(vn.decoder){var Kr=vn.decoder.end();Kr&&Kr.length&&(vn.buffer.push(Kr),vn.length+=vn.objectMode?1:Kr.length)}vn.ended=!0,vn.sync?xr(jr):(vn.needReadable=!1,vn.emittedReadable||(vn.emittedReadable=!0,Nr(jr)))}}function xr(jr){var vn=jr._readableState;Ue("emitReadable",vn.needReadable,vn.emittedReadable),vn.needReadable=!1,vn.emittedReadable||(Ue("emitReadable",vn.flowing),vn.emittedReadable=!0,L.nextTick(Nr,jr))}function Nr(jr){var vn=jr._readableState;Ue("emitReadable_",vn.destroyed,vn.length,vn.ended),!vn.destroyed&&(vn.length||vn.ended)&&(jr.emit("readable"),vn.emittedReadable=!1),vn.needReadable=!vn.flowing&&!vn.ended&&vn.length<=vn.highWaterMark,Ir(jr)}function Tr(jr,vn){vn.readingMore||(vn.readingMore=!0,L.nextTick(Sr,jr,vn))}function Sr(jr,vn){for(;!vn.reading&&!vn.ended&&(vn.length1&&$r(kr.pipes,jr)!==-1)&&!Ba&&(Ue("false write response, pause",kr.awaitDrain),kr.awaitDrain++),Kr.pause())}function Wr(Sa){Ue("onerror",Sa),Nn(),jr.removeListener("error",Wr),z(jr,"error")===0&&pe(jr,Sa)}Ie(jr,"error",Wr);function Ur(){jr.removeListener("finish",Sn),Nn()}jr.once("close",Ur);function Sn(){Ue("onfinish"),jr.removeListener("close",Ur),Nn()}jr.once("finish",Sn);function Nn(){Ue("unpipe"),Kr.unpipe(jr)}return jr.emit("pipe",Kr),kr.flowing||(Ue("pipe resume"),Kr.resume()),jr};function Ar(jr){return function(){var Kr=jr._readableState;Ue("pipeOnDrain",Kr.awaitDrain),Kr.awaitDrain&&Kr.awaitDrain--,Kr.awaitDrain===0&&z(jr,"data")&&(Kr.flowing=!0,Ir(jr))}}ar.prototype.unpipe=function(jr){var vn=this._readableState,Kr={hasUnpiped:!1};if(vn.pipesCount===0)return this;if(vn.pipesCount===1)return jr&&jr!==vn.pipes?this:(jr||(jr=vn.pipes),vn.pipes=null,vn.pipesCount=0,vn.flowing=!1,jr&&jr.emit("unpipe",this,Kr),this);if(!jr){var kr=vn.pipes,Qr=vn.pipesCount;vn.pipes=null,vn.pipesCount=0,vn.flowing=!1;for(var Zr=0;Zr0,kr.flowing!==!1&&this.resume()):jr==="readable"&&!kr.endEmitted&&!kr.readableListening&&(kr.readableListening=kr.needReadable=!0,kr.flowing=!1,kr.emittedReadable=!1,Ue("on readable",kr.length,kr.reading),kr.length?xr(this):kr.reading||L.nextTick(Gr,this)),Kr},ar.prototype.addListener=ar.prototype.on,ar.prototype.removeListener=function(jr,vn){var Kr=re.prototype.removeListener.call(this,jr,vn);return jr==="readable"&&L.nextTick(Fr,this),Kr},ar.prototype.removeAllListeners=function(jr){var vn=re.prototype.removeAllListeners.apply(this,arguments);return(jr==="readable"||jr===void 0)&&L.nextTick(Fr,this),vn};function Fr(jr){var vn=jr._readableState;vn.readableListening=jr.listenerCount("readable")>0,vn.resumeScheduled&&!vn.paused?vn.flowing=!0:jr.listenerCount("data")>0&&jr.resume()}function Gr(jr){Ue("readable nexttick read 0"),jr.read(0)}ar.prototype.resume=function(){var jr=this._readableState;return jr.flowing||(Ue("resume"),jr.flowing=!jr.readableListening,Vr(this,jr)),jr.paused=!1,this};function Vr(jr,vn){vn.resumeScheduled||(vn.resumeScheduled=!0,L.nextTick(Dr,jr,vn))}function Dr(jr,vn){Ue("resume",vn.reading),vn.reading||jr.read(0),vn.resumeScheduled=!1,jr.emit("resume"),Ir(jr),vn.flowing&&!vn.reading&&jr.read(0)}ar.prototype.pause=function(){return Ue("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Ue("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Ir(jr){var vn=jr._readableState;for(Ue("flow",vn.flowing);vn.flowing&&jr.read()!==null;);}ar.prototype.wrap=function(jr){var vn=this,Kr=this._readableState,kr=!1;jr.on("end",function(){if(Ue("wrapped end"),Kr.decoder&&!Kr.ended){var Vi=Kr.decoder.end();Vi&&Vi.length&&vn.push(Vi)}vn.push(null)}),jr.on("data",function(Vi){if(Ue("wrapped data"),Kr.decoder&&(Vi=Kr.decoder.write(Vi)),!(Kr.objectMode&&Vi==null)&&!(!Kr.objectMode&&(!Vi||!Vi.length))){var To=vn.push(Vi);To||(kr=!0,jr.pause())}});for(var Qr in jr)this[Qr]===void 0&&typeof jr[Qr]=="function"&&(this[Qr]=function(To){return function(){return jr[To].apply(jr,arguments)}}(Qr));for(var Zr=0;Zr=vn.length?(vn.decoder?Kr=vn.buffer.join(""):vn.buffer.length===1?Kr=vn.buffer.first():Kr=vn.buffer.concat(vn.length),vn.buffer.clear()):Kr=vn.buffer.consume(jr,vn.decoder),Kr}function Rr(jr){var vn=jr._readableState;Ue("endReadable",vn.endEmitted),vn.endEmitted||(vn.ended=!0,L.nextTick(Lr,vn,jr))}function Lr(jr,vn){if(Ue("endReadableNT",jr.endEmitted,jr.length),!jr.endEmitted&&jr.length===0&&(jr.endEmitted=!0,vn.readable=!1,vn.emit("end"),jr.autoDestroy)){var Kr=vn._writableState;(!Kr||Kr.autoDestroy&&Kr.finished)&&vn.destroy()}}typeof Symbol=="function"&&(ar.from=function(jr,vn){return ie===void 0&&(ie=n("./internal/streams/from")),ie(ar,jr,vn)});function $r(jr,vn){for(var Kr=0,kr=jr.length;Kr-1))throw new Et(Br);return this._writableState.defaultEncoding=Br,this},Object.defineProperty(jt.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function kt(Ir,Br,Rr){return!Ir.objectMode&&Ir.decodeStrings!==!1&&typeof Br=="string"&&(Br=ue.from(Br,Rr)),Br}Object.defineProperty(jt.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function he(Ir,Br,Rr,Lr,$r,jr){if(!Rr){var vn=kt(Br,Lr,$r);Lr!==vn&&(Rr=!0,$r="buffer",Lr=vn)}var Kr=Br.objectMode?1:Lr.length;Br.length+=Kr;var kr=Br.length0?this.tail.next=dr:this.head=dr,this.tail=dr,++this.length}},{key:"unshift",value:function(ir){var dr={data:ir,next:this.head};this.length===0&&(this.tail=dr),this.head=dr,++this.length}},{key:"shift",value:function(){if(this.length!==0){var ir=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,ir}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(ir){if(this.length===0)return"";for(var dr=this.head,cr=""+dr.data;dr=dr.next;)cr+=ir+dr.data;return cr}},{key:"concat",value:function(ir){if(this.length===0)return Ne.alloc(0);for(var dr=Ne.allocUnsafe(ir>>>0),cr=this.head,nr=0;cr;)Fe(cr.data,dr,nr),nr+=cr.data.length,cr=cr.next;return dr}},{key:"consume",value:function(ir,dr){var cr;return irlr.length?lr.length:ir;if(Et===lr.length?nr+=lr:nr+=lr.slice(0,ir),ir-=Et,ir===0){Et===lr.length?(++cr,dr.next?this.head=dr.next:this.head=this.tail=null):(this.head=dr,dr.data=lr.slice(Et));break}++cr}return this.length-=cr,nr}},{key:"_getBuffer",value:function(ir){var dr=Ne.allocUnsafe(ir),cr=this.head,nr=1;for(cr.data.copy(dr),ir-=cr.data.length;cr=cr.next;){var lr=cr.data,Et=ir>lr.length?lr.length:ir;if(lr.copy(dr,dr.length-ir,0,Et),ir-=Et,ir===0){Et===lr.length?(++nr,cr.next?this.head=cr.next:this.head=this.tail=null):(this.head=cr,cr.data=lr.slice(Et));break}++nr}return this.length-=nr,dr}},{key:Ve,value:function(ir,dr){return $e(this,j(j({},dr),{},{depth:0,customInspect:!1}))}}]),qe}()},{buffer:103,util:102}],479:[function(n,$,k){(function(L){(function(){function j(de,_e){var Ne=this,Ue=this._readableState&&this._readableState.destroyed,$e=this._writableState&&this._writableState.destroyed;return Ue||$e?(_e?_e(de):de&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,L.nextTick(oe,this,de)):L.nextTick(oe,this,de)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(de||null,function(Ve){!_e&&Ve?Ne._writableState?Ne._writableState.errorEmitted?L.nextTick(z,Ne):(Ne._writableState.errorEmitted=!0,L.nextTick(V,Ne,Ve)):L.nextTick(V,Ne,Ve):_e?(L.nextTick(z,Ne),_e(Ve)):L.nextTick(z,Ne)}),this)}function V(de,_e){oe(de,_e),z(de)}function z(de){de._writableState&&!de._writableState.emitClose||de._readableState&&!de._readableState.emitClose||de.emit("close")}function re(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function oe(de,_e){de.emit("error",_e)}function ue(de,_e){var Ne=de._readableState,Ue=de._writableState;Ne&&Ne.autoDestroy||Ue&&Ue.autoDestroy?de.destroy(_e):de.emit("error",_e)}$.exports={destroy:j,undestroy:re,errorOrDestroy:ue}}).call(this)}).call(this,n("_process"))},{_process:540}],480:[function(n,$,k){var L=n("../../../errors").codes.ERR_STREAM_PREMATURE_CLOSE;function j(oe){var ue=!1;return function(){if(!ue){ue=!0;for(var de=arguments.length,_e=new Array(de),Ne=0;Ne0;return de(cr,lr,Et,function(ie){ir||(ir=ie),ie&&dr.forEach(_e),!lr&&(dr.forEach(_e),er(ir))})});return Fe.reduce(Ne)}$.exports=$e},{"../../../errors":471,"./end-of-stream":480}],483:[function(n,$,k){var L=n("../../../errors").codes.ERR_INVALID_OPT_VALUE;function j(z,re,oe){return z.highWaterMark!=null?z.highWaterMark:re?z[oe]:null}function V(z,re,oe,ue){var de=j(re,ue,oe);if(de!=null){if(!(isFinite(de)&&Math.floor(de)===de)||de<0){var _e=ue?oe:"highWaterMark";throw new L(_e,de)}return Math.floor(de)}return z.objectMode?16:16*1024}$.exports={getHighWaterMark:V}},{"../../../errors":471}],484:[function(n,$,k){arguments[4][461][0].apply(k,arguments)},{dup:461,events:388}],485:[function(n,$,k){arguments[4][464][0].apply(k,arguments)},{dup:464,"safe-buffer":466}],486:[function(n,$,k){(function(L,j){(function(){var V=n("process/browser.js").nextTick,z=Function.prototype.apply,re=Array.prototype.slice,oe={},ue=0;k.setTimeout=function(){return new de(z.call(setTimeout,window,arguments),clearTimeout)},k.setInterval=function(){return new de(z.call(setInterval,window,arguments),clearInterval)},k.clearTimeout=k.clearInterval=function(_e){_e.close()};function de(_e,Ne){this._id=_e,this._clearFn=Ne}de.prototype.unref=de.prototype.ref=function(){},de.prototype.close=function(){this._clearFn.call(window,this._id)},k.enroll=function(_e,Ne){clearTimeout(_e._idleTimeoutId),_e._idleTimeout=Ne},k.unenroll=function(_e){clearTimeout(_e._idleTimeoutId),_e._idleTimeout=-1},k._unrefActive=k.active=function(_e){clearTimeout(_e._idleTimeoutId);var Ne=_e._idleTimeout;Ne>=0&&(_e._idleTimeoutId=setTimeout(function(){_e._onTimeout&&_e._onTimeout()},Ne))},k.setImmediate=typeof L=="function"?L:function(_e){var Ne=ue++,Ue=arguments.length<2?!1:re.call(arguments,1);return oe[Ne]=!0,V(function(){oe[Ne]&&(Ue?_e.apply(null,Ue):_e.call(null),k.clearImmediate(Ne))}),Ne},k.clearImmediate=typeof j=="function"?j:function(_e){delete oe[_e]}}).call(this)}).call(this,n("timers").setImmediate,n("timers").clearImmediate)},{"process/browser.js":444,timers:486}],487:[function(n,$,k){var L=n("buffer").Buffer;$.exports=function(j){if(j instanceof Uint8Array){if(j.byteOffset===0&&j.byteLength===j.buffer.byteLength)return j.buffer;if(typeof j.buffer.slice=="function")return j.buffer.slice(j.byteOffset,j.byteOffset+j.byteLength)}if(L.isBuffer(j)){for(var V=new Uint8Array(j.length),z=j.length,re=0;re"u"?!1:ar.working?ar(Zr):Zr instanceof Map}k.isMap=ur;function kt(Zr){return de(Zr)==="[object Set]"}kt.working=typeof Set<"u"&&kt(new Set);function he(Zr){return typeof Set>"u"?!1:kt.working?kt(Zr):Zr instanceof Set}k.isSet=he;function tr(Zr){return de(Zr)==="[object WeakMap]"}tr.working=typeof WeakMap<"u"&&tr(new WeakMap);function gr(Zr){return typeof WeakMap>"u"?!1:tr.working?tr(Zr):Zr instanceof WeakMap}k.isWeakMap=gr;function _r(Zr){return de(Zr)==="[object WeakSet]"}_r.working=typeof WeakSet<"u"&&_r(new WeakSet);function yr(Zr){return _r(Zr)}k.isWeakSet=yr;function xr(Zr){return de(Zr)==="[object ArrayBuffer]"}xr.working=typeof ArrayBuffer<"u"&&xr(new ArrayBuffer);function Nr(Zr){return typeof ArrayBuffer>"u"?!1:xr.working?xr(Zr):Zr instanceof ArrayBuffer}k.isArrayBuffer=Nr;function Tr(Zr){return de(Zr)==="[object DataView]"}Tr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&Tr(new DataView(new ArrayBuffer(1),0,1));function Sr(Zr){return typeof DataView>"u"?!1:Tr.working?Tr(Zr):Zr instanceof DataView}k.isDataView=Sr;var Ar=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Fr(Zr){return de(Zr)==="[object SharedArrayBuffer]"}function Gr(Zr){return typeof Ar>"u"?!1:(typeof Fr.working>"u"&&(Fr.working=Fr(new Ar)),Fr.working?Fr(Zr):Zr instanceof Ar)}k.isSharedArrayBuffer=Gr;function Vr(Zr){return de(Zr)==="[object AsyncFunction]"}k.isAsyncFunction=Vr;function Dr(Zr){return de(Zr)==="[object Map Iterator]"}k.isMapIterator=Dr;function Ir(Zr){return de(Zr)==="[object Set Iterator]"}k.isSetIterator=Ir;function Br(Zr){return de(Zr)==="[object Generator]"}k.isGeneratorObject=Br;function Rr(Zr){return de(Zr)==="[object WebAssembly.Module]"}k.isWebAssemblyCompiledModule=Rr;function Lr(Zr){return Fe(Zr,_e)}k.isNumberObject=Lr;function $r(Zr){return Fe(Zr,Ne)}k.isStringObject=$r;function jr(Zr){return Fe(Zr,Ue)}k.isBooleanObject=jr;function vn(Zr){return oe&&Fe(Zr,$e)}k.isBigIntObject=vn;function Kr(Zr){return ue&&Fe(Zr,Ve)}k.isSymbolObject=Kr;function kr(Zr){return Lr(Zr)||$r(Zr)||jr(Zr)||vn(Zr)||Kr(Zr)}k.isBoxedPrimitive=kr;function Qr(Zr){return typeof Uint8Array<"u"&&(Nr(Zr)||Gr(Zr))}k.isAnyArrayBuffer=Qr,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(Zr){Object.defineProperty(k,Zr,{enumerable:!1,value:function(){throw new Error(Zr+" is not supported in userland")}})})},{"is-arguments":410,"is-generator-function":413,"is-typed-array":414,"which-typed-array":492}],491:[function(n,$,k){(function(L){(function(){var j=Object.getOwnPropertyDescriptors||function(Ar){for(var Fr=Object.keys(Ar),Gr={},Vr=0;Vr=Vr)return Br;switch(Br){case"%s":return String(Gr[Fr++]);case"%d":return Number(Gr[Fr++]);case"%j":try{return JSON.stringify(Gr[Fr++])}catch{return"[Circular]"}default:return Br}}),Ir=Gr[Fr];Fr"u")return function(){return k.deprecate(Sr,Ar).apply(this,arguments)};var Fr=!1;function Gr(){if(!Fr){if(L.throwDeprecation)throw new Error(Ar);L.traceDeprecation?console.trace(Ar):console.error(Ar),Fr=!0}return Sr.apply(this,arguments)}return Gr};var z={},re=/^$/;if(L.env.NODE_DEBUG){var oe=L.env.NODE_DEBUG;oe=oe.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),re=new RegExp("^"+oe+"$","i")}k.debuglog=function(Sr){if(Sr=Sr.toUpperCase(),!z[Sr])if(re.test(Sr)){var Ar=L.pid;z[Sr]=function(){var Fr=k.format.apply(k,arguments);console.error("%s %d: %s",Sr,Ar,Fr)}}else z[Sr]=function(){};return z[Sr]};function ue(Sr,Ar){var Fr={seen:[],stylize:_e};return arguments.length>=3&&(Fr.depth=arguments[2]),arguments.length>=4&&(Fr.colors=arguments[3]),dr(Ar)?Fr.showHidden=Ar:Ar&&k._extend(Fr,Ar),pe(Fr.showHidden)&&(Fr.showHidden=!1),pe(Fr.depth)&&(Fr.depth=2),pe(Fr.colors)&&(Fr.colors=!1),pe(Fr.customInspect)&&(Fr.customInspect=!0),Fr.colors&&(Fr.stylize=de),Ue(Fr,Sr,Fr.depth)}k.inspect=ue,ue.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},ue.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function de(Sr,Ar){var Fr=ue.styles[Ar];return Fr?"\x1B["+ue.colors[Fr][0]+"m"+Sr+"\x1B["+ue.colors[Fr][1]+"m":Sr}function _e(Sr,Ar){return Sr}function Ne(Sr){var Ar={};return Sr.forEach(function(Fr,Gr){Ar[Fr]=!0}),Ar}function Ue(Sr,Ar,Fr){if(Sr.customInspect&&Ar&&ur(Ar.inspect)&&Ar.inspect!==k.inspect&&!(Ar.constructor&&Ar.constructor.prototype===Ar)){var Gr=Ar.inspect(Fr,Sr);return Et(Gr)||(Gr=Ue(Sr,Gr,Fr)),Gr}var Vr=$e(Sr,Ar);if(Vr)return Vr;var Dr=Object.keys(Ar),Ir=Ne(Dr);if(Sr.showHidden&&(Dr=Object.getOwnPropertyNames(Ar)),ar(Ar)&&(Dr.indexOf("message")>=0||Dr.indexOf("description")>=0))return Ve(Ar);if(Dr.length===0){if(ur(Ar)){var Br=Ar.name?": "+Ar.name:"";return Sr.stylize("[Function"+Br+"]","special")}if(Ce(Ar))return Sr.stylize(RegExp.prototype.toString.call(Ar),"regexp");if(jt(Ar))return Sr.stylize(Date.prototype.toString.call(Ar),"date");if(ar(Ar))return Ve(Ar)}var Rr="",Lr=!1,$r=["{","}"];if(ir(Ar)&&(Lr=!0,$r=["[","]"]),ur(Ar)){var jr=Ar.name?": "+Ar.name:"";Rr=" [Function"+jr+"]"}if(Ce(Ar)&&(Rr=" "+RegExp.prototype.toString.call(Ar)),jt(Ar)&&(Rr=" "+Date.prototype.toUTCString.call(Ar)),ar(Ar)&&(Rr=" "+Ve(Ar)),Dr.length===0&&(!Lr||Ar.length==0))return $r[0]+Rr+$r[1];if(Fr<0)return Ce(Ar)?Sr.stylize(RegExp.prototype.toString.call(Ar),"regexp"):Sr.stylize("[Object]","special");Sr.seen.push(Ar);var vn;return Lr?vn=Fe(Sr,Ar,Fr,Ir,Dr):vn=Dr.map(function(Kr){return qe(Sr,Ar,Fr,Ir,Kr,Lr)}),Sr.seen.pop(),er(vn,Rr,$r)}function $e(Sr,Ar){if(pe(Ar))return Sr.stylize("undefined","undefined");if(Et(Ar)){var Fr="'"+JSON.stringify(Ar).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return Sr.stylize(Fr,"string")}if(lr(Ar))return Sr.stylize(""+Ar,"number");if(dr(Ar))return Sr.stylize(""+Ar,"boolean");if(cr(Ar))return Sr.stylize("null","null")}function Ve(Sr){return"["+Error.prototype.toString.call(Sr)+"]"}function Fe(Sr,Ar,Fr,Gr,Vr){for(var Dr=[],Ir=0,Br=Ar.length;Ir-1&&(Dr?Br=Br.split(` -`).map(function(Lr){return" "+Lr}).join(` -`).slice(2):Br=` -`+Br.split(` -`).map(function(Lr){return" "+Lr}).join(` -`))):Br=Sr.stylize("[Circular]","special")),pe(Ir)){if(Dr&&Vr.match(/^\d+$/))return Br;Ir=JSON.stringify(""+Vr),Ir.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Ir=Ir.slice(1,-1),Ir=Sr.stylize(Ir,"name")):(Ir=Ir.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Ir=Sr.stylize(Ir,"string"))}return Ir+": "+Br}function er(Sr,Ar,Fr){var Gr=Sr.reduce(function(Vr,Dr){return Dr.indexOf(` -`)>=0,Vr+Dr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Gr>60?Fr[0]+(Ar===""?"":Ar+` - `)+" "+Sr.join(`, - `)+" "+Fr[1]:Fr[0]+Ar+" "+Sr.join(", ")+" "+Fr[1]}k.types=n("./support/types");function ir(Sr){return Array.isArray(Sr)}k.isArray=ir;function dr(Sr){return typeof Sr=="boolean"}k.isBoolean=dr;function cr(Sr){return Sr===null}k.isNull=cr;function nr(Sr){return Sr==null}k.isNullOrUndefined=nr;function lr(Sr){return typeof Sr=="number"}k.isNumber=lr;function Et(Sr){return typeof Sr=="string"}k.isString=Et;function ie(Sr){return typeof Sr=="symbol"}k.isSymbol=ie;function pe(Sr){return Sr===void 0}k.isUndefined=pe;function Ce(Sr){return Ie(Sr)&&he(Sr)==="[object RegExp]"}k.isRegExp=Ce,k.types.isRegExp=Ce;function Ie(Sr){return typeof Sr=="object"&&Sr!==null}k.isObject=Ie;function jt(Sr){return Ie(Sr)&&he(Sr)==="[object Date]"}k.isDate=jt,k.types.isDate=jt;function ar(Sr){return Ie(Sr)&&(he(Sr)==="[object Error]"||Sr instanceof Error)}k.isError=ar,k.types.isNativeError=ar;function ur(Sr){return typeof Sr=="function"}k.isFunction=ur;function kt(Sr){return Sr===null||typeof Sr=="boolean"||typeof Sr=="number"||typeof Sr=="string"||typeof Sr=="symbol"||typeof Sr>"u"}k.isPrimitive=kt,k.isBuffer=n("./support/isBuffer");function he(Sr){return Object.prototype.toString.call(Sr)}function tr(Sr){return Sr<10?"0"+Sr.toString(10):Sr.toString(10)}var gr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function _r(){var Sr=new Date,Ar=[tr(Sr.getHours()),tr(Sr.getMinutes()),tr(Sr.getSeconds())].join(":");return[Sr.getDate(),gr[Sr.getMonth()],Ar].join(" ")}k.log=function(){console.log("%s - %s",_r(),k.format.apply(k,arguments))},k.inherits=n("inherits"),k._extend=function(Sr,Ar){if(!Ar||!Ie(Ar))return Sr;for(var Fr=Object.keys(Ar),Gr=Fr.length;Gr--;)Sr[Fr[Gr]]=Ar[Fr[Gr]];return Sr};function yr(Sr,Ar){return Object.prototype.hasOwnProperty.call(Sr,Ar)}var xr=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;k.promisify=function(Ar){if(typeof Ar!="function")throw new TypeError('The "original" argument must be of type Function');if(xr&&Ar[xr]){var Fr=Ar[xr];if(typeof Fr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Fr,xr,{value:Fr,enumerable:!1,writable:!1,configurable:!0}),Fr}function Fr(){for(var Gr,Vr,Dr=new Promise(function(Rr,Lr){Gr=Rr,Vr=Lr}),Ir=[],Br=0;Br"u"?L:globalThis,Ne=V(),Ue=re("String.prototype.slice"),$e=Object.getPrototypeOf,Ve=re("Array.prototype.indexOf",!0)||function(dr,cr){for(var nr=0;nr-1?cr:cr!=="Object"?!1:er(dr)}return oe?qe(dr):null}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"available-typed-arrays":99,"call-bind":106,"call-bind/callBound":105,"for-each":389,gopd:393,"has-tostringtag/shams":398}],493:[function(n,$,k){(function(){k.stripBOM=function(L){return L[0]==="\uFEFF"?L.substring(1):L}}).call(this)},{}],494:[function(n,$,k){(function(){var L,j,V,z,re,oe={}.hasOwnProperty;L=n("xmlbuilder"),j=n("./defaults").defaults,z=function(ue){return typeof ue=="string"&&(ue.indexOf("&")>=0||ue.indexOf(">")>=0||ue.indexOf("<")>=0)},re=function(ue){return""},V=function(ue){return ue.replace("]]>","]]]]>")},k.Builder=function(){function ue(de){var _e,Ne,Ue;this.options={},Ne=j["0.2"];for(_e in Ne)oe.call(Ne,_e)&&(Ue=Ne[_e],this.options[_e]=Ue);for(_e in de)oe.call(de,_e)&&(Ue=de[_e],this.options[_e]=Ue)}return ue.prototype.buildObject=function(de){var _e,Ne,Ue,$e,Ve;return _e=this.options.attrkey,Ne=this.options.charkey,Object.keys(de).length===1&&this.options.rootName===j["0.2"].rootName?(Ve=Object.keys(de)[0],de=de[Ve]):Ve=this.options.rootName,Ue=function(Fe){return function(qe,er){var ir,dr,cr,nr,lr,Et;if(typeof er!="object")Fe.options.cdata&&z(er)?qe.raw(re(er)):qe.txt(er);else if(Array.isArray(er)){for(nr in er)if(oe.call(er,nr)){dr=er[nr];for(lr in dr)cr=dr[lr],qe=Ue(qe.ele(lr),cr).up()}}else for(lr in er)if(oe.call(er,lr))if(dr=er[lr],lr===_e){if(typeof dr=="object")for(ir in dr)Et=dr[ir],qe=qe.att(ir,Et)}else if(lr===Ne)Fe.options.cdata&&z(dr)?qe=qe.raw(re(dr)):qe=qe.txt(dr);else if(Array.isArray(dr))for(nr in dr)oe.call(dr,nr)&&(cr=dr[nr],typeof cr=="string"?Fe.options.cdata&&z(cr)?qe=qe.ele(lr).raw(re(cr)).up():qe=qe.ele(lr,cr).up():qe=Ue(qe.ele(lr),cr).up());else typeof dr=="object"?qe=Ue(qe.ele(lr),dr).up():typeof dr=="string"&&Fe.options.cdata&&z(dr)?qe=qe.ele(lr).raw(re(dr)).up():(dr==null&&(dr=""),qe=qe.ele(lr,dr.toString()).up());return qe}}(this),$e=L.create(Ve,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),Ue($e,de).end(this.options.renderOpts)},ue}()}).call(this)},{"./defaults":495,xmlbuilder:531}],495:[function(n,$,k){(function(){k.defaults={"0.1":{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},"0.2":{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:` -`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(this)},{}],496:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e,Ne=function(Ve,Fe){return function(){return Ve.apply(Fe,arguments)}},Ue=function(Ve,Fe){for(var qe in Fe)$e.call(Fe,qe)&&(Ve[qe]=Fe[qe]);function er(){this.constructor=Ve}return er.prototype=Fe.prototype,Ve.prototype=new er,Ve.__super__=Fe.prototype,Ve},$e={}.hasOwnProperty;de=n("sax"),z=n("events"),L=n("./bom"),ue=n("./processors"),_e=n("timers").setImmediate,j=n("./defaults").defaults,re=function(Ve){return typeof Ve=="object"&&Ve!=null&&Object.keys(Ve).length===0},oe=function(Ve,Fe,qe){var er,ir,dr;for(er=0,ir=Ve.length;er0&&(ie[cr.options.childkey]=Ce),Ce=ie;else if(ar){ar[cr.options.childkey]=ar[cr.options.childkey]||[],Ie={};for(Et in Ce)$e.call(Ce,Et)&&V(Ie,Et,Ce[Et]);ar[cr.options.childkey].push(Ie),delete Ce["#name"],Object.keys(Ce).length===1&&er in Ce&&!cr.EXPLICIT_CHARKEY&&(Ce=Ce[er])}}return dr.length>0?cr.assignOrPush(ar,pe,Ce):(cr.options.explicitRoot&&(jt=Ce,Ce={},V(Ce,pe,jt)),cr.resultObject=Ce,cr.saxParser.ended=!0,cr.emit("end",cr.resultObject))}}(this),ir=function(cr){return function(nr){var lr,Et;if(Et=dr[dr.length-1],Et)return Et[er]+=nr,cr.options.explicitChildren&&cr.options.preserveChildrenOrder&&cr.options.charsAsChildren&&(cr.options.includeWhiteChars||nr.replace(/\\n/g,"").trim()!=="")&&(Et[cr.options.childkey]=Et[cr.options.childkey]||[],lr={"#name":"__text__"},lr[er]=nr,cr.options.normalize&&(lr[er]=lr[er].replace(/\s{2,}/g," ").trim()),Et[cr.options.childkey].push(lr)),Et}}(this),this.saxParser.ontext=ir,this.saxParser.oncdata=function(cr){return function(nr){var lr;if(lr=ir(nr),lr)return lr.cdata=!0}}()},Fe.prototype.parseString=function(qe,er){var ir;er!=null&&typeof er=="function"&&(this.on("end",function(dr){return this.reset(),er(null,dr)}),this.on("error",function(dr){return this.reset(),er(dr)}));try{return qe=qe.toString(),qe.trim()===""?(this.emit("end",null),!0):(qe=L.stripBOM(qe),this.options.async?(this.remaining=qe,_e(this.processAsync),this.saxParser):this.saxParser.write(qe).close())}catch(dr){if(ir=dr,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw ir}else return this.emit("error",ir),this.saxParser.errThrown=!0}},Fe.prototype.parseStringPromise=function(qe){return new Promise(function(er){return function(ir,dr){return er.parseString(qe,function(cr,nr){return cr?dr(cr):ir(nr)})}}(this))},Fe}(z),k.parseString=function(Ve,Fe,qe){var er,ir,dr;return qe!=null?(typeof qe=="function"&&(er=qe),typeof Fe=="object"&&(ir=Fe)):(typeof Fe=="function"&&(er=Fe),ir={}),dr=new k.Parser(ir),dr.parseString(Ve,er)},k.parseStringPromise=function(Ve,Fe){var qe,er;return typeof Fe=="object"&&(qe=Fe),er=new k.Parser(qe),er.parseStringPromise(Ve)}}).call(this)},{"./bom":493,"./defaults":495,"./processors":497,events:388,sax:467,timers:486}],497:[function(n,$,k){(function(){var L;L=new RegExp(/(?!xmlns)^.*:/),k.normalize=function(j){return j.toLowerCase()},k.firstCharLowerCase=function(j){return j.charAt(0).toLowerCase()+j.slice(1)},k.stripPrefix=function(j){return j.replace(L,"")},k.parseNumbers=function(j){return isNaN(j)||(j=j%1===0?parseInt(j,10):parseFloat(j)),j},k.parseBooleans=function(j){return/^(?:true|false)$/i.test(j)&&(j=j.toLowerCase()==="true"),j}}).call(this)},{}],498:[function(n,$,k){(function(){var L,j,V,z,re=function(ue,de){for(var _e in de)oe.call(de,_e)&&(ue[_e]=de[_e]);function Ne(){this.constructor=ue}return Ne.prototype=de.prototype,ue.prototype=new Ne,ue.__super__=de.prototype,ue},oe={}.hasOwnProperty;j=n("./defaults"),L=n("./builder"),V=n("./parser"),z=n("./processors"),k.defaults=j.defaults,k.processors=z,k.ValidationError=function(ue){re(de,ue);function de(_e){this.message=_e}return de}(Error),k.Builder=L.Builder,k.Parser=V.Parser,k.parseString=V.parseString,k.parseStringPromise=V.parseStringPromise}).call(this)},{"./builder":494,"./defaults":495,"./parser":496,"./processors":497}],499:[function(n,$,k){(function(){$.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},{}],500:[function(n,$,k){(function(){$.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(this)},{}],501:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de=[].slice,_e={}.hasOwnProperty;L=function(){var Ne,Ue,$e,Ve,Fe,qe;if(qe=arguments[0],Fe=2<=arguments.length?de.call(arguments,1):[],re(Object.assign))Object.assign.apply(null,arguments);else for(Ne=0,$e=Fe.length;Ne<$e;Ne++)if(Ve=Fe[Ne],Ve!=null)for(Ue in Ve)_e.call(Ve,Ue)&&(qe[Ue]=Ve[Ue]);return qe},re=function(Ne){return!!Ne&&Object.prototype.toString.call(Ne)==="[object Function]"},oe=function(Ne){var Ue;return!!Ne&&((Ue=typeof Ne)=="function"||Ue==="object")},V=function(Ne){return re(Array.isArray)?Array.isArray(Ne):Object.prototype.toString.call(Ne)==="[object Array]"},z=function(Ne){var Ue;if(V(Ne))return!Ne.length;for(Ue in Ne)if(_e.call(Ne,Ue))return!1;return!0},ue=function(Ne){var Ue,$e;return oe(Ne)&&($e=Object.getPrototypeOf(Ne))&&(Ue=$e.constructor)&&typeof Ue=="function"&&Ue instanceof Ue&&Function.prototype.toString.call(Ue)===Function.prototype.toString.call(Object)},j=function(Ne){return re(Ne.valueOf)?Ne.valueOf():Ne},$.exports.assign=L,$.exports.isFunction=re,$.exports.isObject=oe,$.exports.isArray=V,$.exports.isEmpty=z,$.exports.isPlainObject=ue,$.exports.getValue=j}).call(this)},{}],502:[function(n,$,k){(function(){$.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}).call(this)},{}],503:[function(n,$,k){(function(){var L;L=n("./NodeType"),n("./XMLNode"),$.exports=function(){function j(V,z,re){if(this.parent=V,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),z==null)throw new Error("Missing attribute name. "+this.debugInfo(z));this.name=this.stringify.name(z),this.value=this.stringify.attValue(re),this.type=L.Attribute,this.isId=!1,this.schemaTypeInfo=null}return Object.defineProperty(j.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(j.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(j.prototype,"textContent",{get:function(){return this.value},set:function(V){return this.value=V||""}}),Object.defineProperty(j.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(j.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(j.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(j.prototype,"specified",{get:function(){return!0}}),j.prototype.clone=function(){return Object.create(this)},j.prototype.toString=function(V){return this.options.writer.attribute(this,this.options.writer.filterOptions(V))},j.prototype.debugInfo=function(V){return V=V||this.name,V==null?"parent: <"+this.parent.name+">":"attribute: {"+V+"}, parent: <"+this.parent.name+">"},j.prototype.isEqualNode=function(V){return!(V.namespaceURI!==this.namespaceURI||V.prefix!==this.prefix||V.localName!==this.localName||V.value!==this.value)},j}()}).call(this)},{"./NodeType":500,"./XMLNode":522}],504:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;L=n("./NodeType"),j=n("./XMLCharacterData"),$.exports=function(re){V(oe,re);function oe(ue,de){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=L.CData,this.value=this.stringify.cdata(de)}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return this.options.writer.cdata(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],505:[function(n,$,k){(function(){var L,j=function(z,re){for(var oe in re)V.call(re,oe)&&(z[oe]=re[oe]);function ue(){this.constructor=z}return ue.prototype=re.prototype,z.prototype=new ue,z.__super__=re.prototype,z},V={}.hasOwnProperty;L=n("./XMLNode"),$.exports=function(z){j(re,z);function re(oe){re.__super__.constructor.call(this,oe),this.value=""}return Object.defineProperty(re.prototype,"data",{get:function(){return this.value},set:function(oe){return this.value=oe||""}}),Object.defineProperty(re.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(re.prototype,"textContent",{get:function(){return this.value},set:function(oe){return this.value=oe||""}}),re.prototype.clone=function(){return Object.create(this)},re.prototype.substringData=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.appendData=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.insertData=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.deleteData=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.replaceData=function(oe,ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.isEqualNode=function(oe){return!(!re.__super__.isEqualNode.apply(this,arguments).isEqualNode(oe)||oe.data!==this.data)},re}(L)}).call(this)},{"./XMLNode":522}],506:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;L=n("./NodeType"),j=n("./XMLCharacterData"),$.exports=function(re){V(oe,re);function oe(ue,de){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=L.Comment,this.value=this.stringify.comment(de)}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return this.options.writer.comment(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],507:[function(n,$,k){(function(){var L,j;L=n("./XMLDOMErrorHandler"),j=n("./XMLDOMStringList"),$.exports=function(){function V(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new L,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=Object.create(this.defaultParams)}return Object.defineProperty(V.prototype,"parameterNames",{get:function(){return new j(Object.keys(this.defaultParams))}}),V.prototype.getParameter=function(z){return this.params.hasOwnProperty(z)?this.params[z]:null},V.prototype.canSetParameter=function(z,re){return!0},V.prototype.setParameter=function(z,re){return re!=null?this.params[z]=re:delete this.params[z]},V}()}).call(this)},{"./XMLDOMErrorHandler":508,"./XMLDOMStringList":510}],508:[function(n,$,k){(function(){$.exports=function(){function L(){}return L.prototype.handleError=function(j){throw new Error(j)},L}()}).call(this)},{}],509:[function(n,$,k){(function(){$.exports=function(){function L(){}return L.prototype.hasFeature=function(j,V){return!0},L.prototype.createDocumentType=function(j,V,z){throw new Error("This DOM method is not implemented.")},L.prototype.createDocument=function(j,V,z){throw new Error("This DOM method is not implemented.")},L.prototype.createHTMLDocument=function(j){throw new Error("This DOM method is not implemented.")},L.prototype.getFeature=function(j,V){throw new Error("This DOM method is not implemented.")},L}()}).call(this)},{}],510:[function(n,$,k){(function(){$.exports=function(){function L(j){this.arr=j||[]}return Object.defineProperty(L.prototype,"length",{get:function(){return this.arr.length}}),L.prototype.item=function(j){return this.arr[j]||null},L.prototype.contains=function(j){return this.arr.indexOf(j)!==-1},L}()}).call(this)},{}],511:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue,de,_e,Ne,Ue,$e){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(_e==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(de));if(!Ne)throw new Error("Missing DTD attribute type. "+this.debugInfo(de));if(!Ue)throw new Error("Missing DTD attribute default. "+this.debugInfo(de));if(Ue.indexOf("#")!==0&&(Ue="#"+Ue),!Ue.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(de));if($e&&!Ue.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(de));this.elementName=this.stringify.name(de),this.type=L.AttributeDeclaration,this.attributeName=this.stringify.name(_e),this.attributeType=this.stringify.dtdAttType(Ne),$e&&(this.defaultValue=this.stringify.dtdAttDefault($e)),this.defaultValueType=Ue}return oe.prototype.toString=function(ue){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],512:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue,de,_e){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing DTD element name. "+this.debugInfo());_e||(_e="(#PCDATA)"),Array.isArray(_e)&&(_e="("+_e.join(",")+")"),this.name=this.stringify.name(de),this.type=L.ElementDeclaration,this.value=this.stringify.dtdElementValue(_e)}return oe.prototype.toString=function(ue){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],513:[function(n,$,k){(function(){var L,j,V,z=function(oe,ue){for(var de in ue)re.call(ue,de)&&(oe[de]=ue[de]);function _e(){this.constructor=oe}return _e.prototype=ue.prototype,oe.prototype=new _e,oe.__super__=ue.prototype,oe},re={}.hasOwnProperty;V=n("./Utility").isObject,j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(oe){z(ue,oe);function ue(de,_e,Ne,Ue){if(ue.__super__.constructor.call(this,de),Ne==null)throw new Error("Missing DTD entity name. "+this.debugInfo(Ne));if(Ue==null)throw new Error("Missing DTD entity value. "+this.debugInfo(Ne));if(this.pe=!!_e,this.name=this.stringify.name(Ne),this.type=L.EntityDeclaration,!V(Ue))this.value=this.stringify.dtdEntityValue(Ue),this.internal=!0;else{if(!Ue.pubID&&!Ue.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(Ne));if(Ue.pubID&&!Ue.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(Ne));if(this.internal=!1,Ue.pubID!=null&&(this.pubID=this.stringify.dtdPubID(Ue.pubID)),Ue.sysID!=null&&(this.sysID=this.stringify.dtdSysID(Ue.sysID)),Ue.nData!=null&&(this.nData=this.stringify.dtdNData(Ue.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(Ne))}}return Object.defineProperty(ue.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(ue.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(ue.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(ue.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(ue.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(ue.prototype,"xmlVersion",{get:function(){return null}}),ue.prototype.toString=function(de){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(de))},ue}(j)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],514:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue,de,_e){if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing DTD notation name. "+this.debugInfo(de));if(!_e.pubID&&!_e.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(de));this.name=this.stringify.name(de),this.type=L.NotationDeclaration,_e.pubID!=null&&(this.pubID=this.stringify.dtdPubID(_e.pubID)),_e.sysID!=null&&(this.sysID=this.stringify.dtdSysID(_e.sysID))}return Object.defineProperty(oe.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(oe.prototype,"systemId",{get:function(){return this.sysID}}),oe.prototype.toString=function(ue){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],515:[function(n,$,k){(function(){var L,j,V,z=function(oe,ue){for(var de in ue)re.call(ue,de)&&(oe[de]=ue[de]);function _e(){this.constructor=oe}return _e.prototype=ue.prototype,oe.prototype=new _e,oe.__super__=ue.prototype,oe},re={}.hasOwnProperty;V=n("./Utility").isObject,j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(oe){z(ue,oe);function ue(de,_e,Ne,Ue){var $e;ue.__super__.constructor.call(this,de),V(_e)&&($e=_e,_e=$e.version,Ne=$e.encoding,Ue=$e.standalone),_e||(_e="1.0"),this.type=L.Declaration,this.version=this.stringify.xmlVersion(_e),Ne!=null&&(this.encoding=this.stringify.xmlEncoding(Ne)),Ue!=null&&(this.standalone=this.stringify.xmlStandalone(Ue))}return ue.prototype.toString=function(de){return this.options.writer.declaration(this,this.options.writer.filterOptions(de))},ue}(j)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],516:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e=function(Ue,$e){for(var Ve in $e)Ne.call($e,Ve)&&(Ue[Ve]=$e[Ve]);function Fe(){this.constructor=Ue}return Fe.prototype=$e.prototype,Ue.prototype=new Fe,Ue.__super__=$e.prototype,Ue},Ne={}.hasOwnProperty;de=n("./Utility").isObject,ue=n("./XMLNode"),L=n("./NodeType"),j=n("./XMLDTDAttList"),z=n("./XMLDTDEntity"),V=n("./XMLDTDElement"),re=n("./XMLDTDNotation"),oe=n("./XMLNamedNodeMap"),$.exports=function(Ue){_e($e,Ue);function $e(Ve,Fe,qe){var er,ir,dr,cr,nr,lr;if($e.__super__.constructor.call(this,Ve),this.type=L.DocType,Ve.children){for(cr=Ve.children,ir=0,dr=cr.length;ir=0;)this.up();return this.onEnd()},Ce.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},Ce.prototype.openNode=function(Ie){var jt,ar,ur,kt;if(!Ie.isOpen){if(!this.root&&this.currentLevel===0&&Ie.type===L.Element&&(this.root=Ie),ar="",Ie.type===L.Element){this.writerOptions.state=j.OpenTag,ar=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+"<"+Ie.name,kt=Ie.attribs;for(ur in kt)pe.call(kt,ur)&&(jt=kt[ur],ar+=this.writer.attribute(jt,this.writerOptions,this.currentLevel));ar+=(Ie.children?">":"/>")+this.writer.endline(Ie,this.writerOptions,this.currentLevel),this.writerOptions.state=j.InsideTag}else this.writerOptions.state=j.OpenTag,ar=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+""),ar+=this.writer.endline(Ie,this.writerOptions,this.currentLevel);return this.onData(ar,this.currentLevel),Ie.isOpen=!0}},Ce.prototype.closeNode=function(Ie){var jt;if(!Ie.isClosed)return jt="",this.writerOptions.state=j.CloseTag,Ie.type===L.Element?jt=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+""+this.writer.endline(Ie,this.writerOptions,this.currentLevel):jt=this.writer.indent(Ie,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(Ie,this.writerOptions,this.currentLevel),this.writerOptions.state=j.None,this.onData(jt,this.currentLevel),Ie.isClosed=!0},Ce.prototype.onData=function(Ie,jt){return this.documentStarted=!0,this.onDataCallback(Ie,jt+1)},Ce.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},Ce.prototype.debugInfo=function(Ie){return Ie==null?"":"node: <"+Ie+">"},Ce.prototype.ele=function(){return this.element.apply(this,arguments)},Ce.prototype.nod=function(Ie,jt,ar){return this.node(Ie,jt,ar)},Ce.prototype.txt=function(Ie){return this.text(Ie)},Ce.prototype.dat=function(Ie){return this.cdata(Ie)},Ce.prototype.com=function(Ie){return this.comment(Ie)},Ce.prototype.ins=function(Ie,jt){return this.instruction(Ie,jt)},Ce.prototype.dec=function(Ie,jt,ar){return this.declaration(Ie,jt,ar)},Ce.prototype.dtd=function(Ie,jt,ar){return this.doctype(Ie,jt,ar)},Ce.prototype.e=function(Ie,jt,ar){return this.element(Ie,jt,ar)},Ce.prototype.n=function(Ie,jt,ar){return this.node(Ie,jt,ar)},Ce.prototype.t=function(Ie){return this.text(Ie)},Ce.prototype.d=function(Ie){return this.cdata(Ie)},Ce.prototype.c=function(Ie){return this.comment(Ie)},Ce.prototype.r=function(Ie){return this.raw(Ie)},Ce.prototype.i=function(Ie,jt){return this.instruction(Ie,jt)},Ce.prototype.att=function(){return this.currentNode&&this.currentNode.type===L.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Ce.prototype.a=function(){return this.currentNode&&this.currentNode.type===L.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Ce.prototype.ent=function(Ie,jt){return this.entity(Ie,jt)},Ce.prototype.pent=function(Ie,jt){return this.pEntity(Ie,jt)},Ce.prototype.not=function(Ie,jt){return this.notation(Ie,jt)},Ce}()}).call(this)},{"./NodeType":500,"./Utility":501,"./WriterState":502,"./XMLAttribute":503,"./XMLCData":504,"./XMLComment":506,"./XMLDTDAttList":511,"./XMLDTDElement":512,"./XMLDTDEntity":513,"./XMLDTDNotation":514,"./XMLDeclaration":515,"./XMLDocType":516,"./XMLDocument":517,"./XMLElement":520,"./XMLProcessingInstruction":524,"./XMLRaw":525,"./XMLStringWriter":527,"./XMLStringifier":528,"./XMLText":529}],519:[function(n,$,k){(function(){var L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),L=n("./NodeType"),$.exports=function(re){V(oe,re);function oe(ue){oe.__super__.constructor.call(this,ue),this.type=L.Dummy}return oe.prototype.clone=function(){return Object.create(this)},oe.prototype.toString=function(ue){return""},oe}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],520:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e=function(Ue,$e){for(var Ve in $e)Ne.call($e,Ve)&&(Ue[Ve]=$e[Ve]);function Fe(){this.constructor=Ue}return Fe.prototype=$e.prototype,Ue.prototype=new Fe,Ue.__super__=$e.prototype,Ue},Ne={}.hasOwnProperty;de=n("./Utility"),ue=de.isObject,oe=de.isFunction,re=de.getValue,z=n("./XMLNode"),L=n("./NodeType"),j=n("./XMLAttribute"),V=n("./XMLNamedNodeMap"),$.exports=function(Ue){_e($e,Ue);function $e(Ve,Fe,qe){var er,ir,dr,cr;if($e.__super__.constructor.call(this,Ve),Fe==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(Fe),this.type=L.Element,this.attribs={},this.schemaTypeInfo=null,qe!=null&&this.attribute(qe),Ve.type===L.Document&&(this.isRoot=!0,this.documentObject=Ve,Ve.rootObject=this,Ve.children)){for(cr=Ve.children,ir=0,dr=cr.length;ir=er;Fe=0<=er?++qe:--qe)if(!this.attribs[Fe].isEqualNode(Ve.attribs[Fe]))return!1;return!0},$e}(z)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLAttribute":503,"./XMLNamedNodeMap":521,"./XMLNode":522}],521:[function(n,$,k){(function(){$.exports=function(){function L(j){this.nodes=j}return Object.defineProperty(L.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),L.prototype.clone=function(){return this.nodes=null},L.prototype.getNamedItem=function(j){return this.nodes[j]},L.prototype.setNamedItem=function(j){var V;return V=this.nodes[j.nodeName],this.nodes[j.nodeName]=j,V||null},L.prototype.removeNamedItem=function(j){var V;return V=this.nodes[j],delete this.nodes[j],V||null},L.prototype.item=function(j){return this.nodes[Object.keys(this.nodes)[j]]||null},L.prototype.getNamedItemNS=function(j,V){throw new Error("This DOM method is not implemented.")},L.prototype.setNamedItemNS=function(j){throw new Error("This DOM method is not implemented.")},L.prototype.removeNamedItemNS=function(j,V){throw new Error("This DOM method is not implemented.")},L}()}).call(this)},{}],522:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er,ir,dr={}.hasOwnProperty;ir=n("./Utility"),er=ir.isObject,qe=ir.isFunction,Fe=ir.isEmpty,Ve=ir.getValue,de=null,V=null,z=null,re=null,oe=null,Ue=null,$e=null,Ne=null,ue=null,j=null,_e=null,L=null,$.exports=function(){function cr(nr){this.parent=nr,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,de||(de=n("./XMLElement"),V=n("./XMLCData"),z=n("./XMLComment"),re=n("./XMLDeclaration"),oe=n("./XMLDocType"),Ue=n("./XMLRaw"),$e=n("./XMLText"),Ne=n("./XMLProcessingInstruction"),ue=n("./XMLDummy"),j=n("./NodeType"),_e=n("./XMLNodeList"),n("./XMLNamedNodeMap"),L=n("./DocumentPosition"))}return Object.defineProperty(cr.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(cr.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(cr.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(cr.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(cr.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new _e(this.children)),this.childNodeList}}),Object.defineProperty(cr.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(cr.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(cr.prototype,"previousSibling",{get:function(){var nr;return nr=this.parent.children.indexOf(this),this.parent.children[nr-1]||null}}),Object.defineProperty(cr.prototype,"nextSibling",{get:function(){var nr;return nr=this.parent.children.indexOf(this),this.parent.children[nr+1]||null}}),Object.defineProperty(cr.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(cr.prototype,"textContent",{get:function(){var nr,lr,Et,ie,pe;if(this.nodeType===j.Element||this.nodeType===j.DocumentFragment){for(pe="",ie=this.children,lr=0,Et=ie.length;lr":(Et=this.parent)!=null&&Et.name?"node: <"+nr+">, parent: <"+this.parent.name+">":"node: <"+nr+">"},cr.prototype.ele=function(nr,lr,Et){return this.element(nr,lr,Et)},cr.prototype.nod=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.txt=function(nr){return this.text(nr)},cr.prototype.dat=function(nr){return this.cdata(nr)},cr.prototype.com=function(nr){return this.comment(nr)},cr.prototype.ins=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.doc=function(){return this.document()},cr.prototype.dec=function(nr,lr,Et){return this.declaration(nr,lr,Et)},cr.prototype.e=function(nr,lr,Et){return this.element(nr,lr,Et)},cr.prototype.n=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.t=function(nr){return this.text(nr)},cr.prototype.d=function(nr){return this.cdata(nr)},cr.prototype.c=function(nr){return this.comment(nr)},cr.prototype.r=function(nr){return this.raw(nr)},cr.prototype.i=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.u=function(){return this.up()},cr.prototype.importXMLBuilder=function(nr){return this.importDocument(nr)},cr.prototype.replaceChild=function(nr,lr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.removeChild=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.appendChild=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.hasChildNodes=function(){return this.children.length!==0},cr.prototype.cloneNode=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.isSupported=function(nr,lr){return!0},cr.prototype.hasAttributes=function(){return this.attribs.length!==0},cr.prototype.compareDocumentPosition=function(nr){var lr,Et;return lr=this,lr===nr?0:this.document()!==nr.document()?(Et=L.Disconnected|L.ImplementationSpecific,Math.random()<.5?Et|=L.Preceding:Et|=L.Following,Et):lr.isAncestor(nr)?L.Contains|L.Preceding:lr.isDescendant(nr)?L.Contains|L.Following:lr.isPreceding(nr)?L.Preceding:L.Following},cr.prototype.isSameNode=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.lookupPrefix=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.isDefaultNamespace=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.lookupNamespaceURI=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.isEqualNode=function(nr){var lr,Et,ie;if(nr.nodeType!==this.nodeType||nr.children.length!==this.children.length)return!1;for(lr=Et=0,ie=this.children.length-1;0<=ie?Et<=ie:Et>=ie;lr=0<=ie?++Et:--Et)if(!this.children[lr].isEqualNode(nr.children[lr]))return!1;return!0},cr.prototype.getFeature=function(nr,lr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.setUserData=function(nr,lr,Et){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.getUserData=function(nr){throw new Error("This DOM method is not implemented."+this.debugInfo())},cr.prototype.contains=function(nr){return nr?nr===this||this.isDescendant(nr):!1},cr.prototype.isDescendant=function(nr){var lr,Et,ie,pe,Ce;for(Ce=this.children,ie=0,pe=Ce.length;ieEt},cr.prototype.treePosition=function(nr){var lr,Et;return Et=0,lr=!1,this.foreachTreeNode(this.document(),function(ie){if(Et++,!lr&&ie===nr)return lr=!0}),lr?Et:-1},cr.prototype.foreachTreeNode=function(nr,lr){var Et,ie,pe,Ce,Ie;for(nr||(nr=this.document()),Ce=nr.children,ie=0,pe=Ce.length;ie0){for(this.stream.write(" ["),this.stream.write(this.endline(de,_e,Ne)),_e.state=j.InsideTag,Fe=de.children,$e=0,Ve=Fe.length;$e"),this.stream.write(this.endline(de,_e,Ne)),_e.state=j.None,this.closeNode(de,_e,Ne)},ue.prototype.element=function(de,_e,Ne){var Ue,$e,Ve,Fe,qe,er,ir,dr,cr;Ne||(Ne=0),this.openNode(de,_e,Ne),_e.state=j.OpenTag,this.stream.write(this.indent(de,_e,Ne)+"<"+de.name),dr=de.attribs;for(ir in dr)re.call(dr,ir)&&(Ue=dr[ir],this.attribute(Ue,_e,Ne));if(Ve=de.children.length,Fe=Ve===0?null:de.children[0],Ve===0||de.children.every(function(nr){return(nr.type===L.Text||nr.type===L.Raw)&&nr.value===""}))_e.allowEmpty?(this.stream.write(">"),_e.state=j.CloseTag,this.stream.write("")):(_e.state=j.CloseTag,this.stream.write(_e.spaceBeforeSlash+"/>"));else if(_e.pretty&&Ve===1&&(Fe.type===L.Text||Fe.type===L.Raw)&&Fe.value!=null)this.stream.write(">"),_e.state=j.InsideTag,_e.suppressPrettyCount++,this.writeChildNode(Fe,_e,Ne+1),_e.suppressPrettyCount--,_e.state=j.CloseTag,this.stream.write("");else{for(this.stream.write(">"+this.endline(de,_e,Ne)),_e.state=j.InsideTag,cr=de.children,qe=0,er=cr.length;qe")}return this.stream.write(this.endline(de,_e,Ne)),_e.state=j.None,this.closeNode(de,_e,Ne)},ue.prototype.processingInstruction=function(de,_e,Ne){return this.stream.write(ue.__super__.processingInstruction.call(this,de,_e,Ne))},ue.prototype.raw=function(de,_e,Ne){return this.stream.write(ue.__super__.raw.call(this,de,_e,Ne))},ue.prototype.text=function(de,_e,Ne){return this.stream.write(ue.__super__.text.call(this,de,_e,Ne))},ue.prototype.dtdAttList=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdAttList.call(this,de,_e,Ne))},ue.prototype.dtdElement=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdElement.call(this,de,_e,Ne))},ue.prototype.dtdEntity=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdEntity.call(this,de,_e,Ne))},ue.prototype.dtdNotation=function(de,_e,Ne){return this.stream.write(ue.__super__.dtdNotation.call(this,de,_e,Ne))},ue}(V)}).call(this)},{"./NodeType":500,"./WriterState":502,"./XMLWriterBase":530}],527:[function(n,$,k){(function(){var L,j=function(z,re){for(var oe in re)V.call(re,oe)&&(z[oe]=re[oe]);function ue(){this.constructor=z}return ue.prototype=re.prototype,z.prototype=new ue,z.__super__=re.prototype,z},V={}.hasOwnProperty;L=n("./XMLWriterBase"),$.exports=function(z){j(re,z);function re(oe){re.__super__.constructor.call(this,oe)}return re.prototype.document=function(oe,ue){var de,_e,Ne,Ue,$e;for(ue=this.filterOptions(ue),Ue="",$e=oe.children,_e=0,Ne=$e.length;_e","]]]]>"),this.assertLegalChar(z))},V.prototype.comment=function(z){if(this.options.noValidation)return z;if(z=""+z||"",z.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+z);return this.assertLegalChar(z)},V.prototype.raw=function(z){return this.options.noValidation?z:""+z||""},V.prototype.attValue=function(z){return this.options.noValidation?z:this.assertLegalChar(this.attEscape(z=""+z||""))},V.prototype.insTarget=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.insValue=function(z){if(this.options.noValidation)return z;if(z=""+z||"",z.match(/\?>/))throw new Error("Invalid processing instruction value: "+z);return this.assertLegalChar(z)},V.prototype.xmlVersion=function(z){if(this.options.noValidation)return z;if(z=""+z||"",!z.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+z);return z},V.prototype.xmlEncoding=function(z){if(this.options.noValidation)return z;if(z=""+z||"",!z.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+z);return this.assertLegalChar(z)},V.prototype.xmlStandalone=function(z){return this.options.noValidation?z:z?"yes":"no"},V.prototype.dtdPubID=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdSysID=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdElementValue=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdAttType=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdAttDefault=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdEntityValue=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.dtdNData=function(z){return this.options.noValidation?z:this.assertLegalChar(""+z||"")},V.prototype.convertAttKey="@",V.prototype.convertPIKey="?",V.prototype.convertTextKey="#text",V.prototype.convertCDataKey="#cdata",V.prototype.convertCommentKey="#comment",V.prototype.convertRawKey="#raw",V.prototype.assertLegalChar=function(z){var re,oe;if(this.options.noValidation)return z;if(re="",this.options.version==="1.0"){if(re=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,oe=z.match(re))throw new Error("Invalid character in string: "+z+" at index "+oe.index)}else if(this.options.version==="1.1"&&(re=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,oe=z.match(re)))throw new Error("Invalid character in string: "+z+" at index "+oe.index);return z},V.prototype.assertLegalName=function(z){var re;if(this.options.noValidation)return z;if(this.assertLegalChar(z),re=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!z.match(re))throw new Error("Invalid character in name");return z},V.prototype.textEscape=function(z){var re;return this.options.noValidation?z:(re=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,z.replace(re,"&").replace(//g,">").replace(/\r/g," "))},V.prototype.attEscape=function(z){var re;return this.options.noValidation?z:(re=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,z.replace(re,"&").replace(/0)?new Array(_e).join(ue.indent):""},re.prototype.endline=function(oe,ue,de){return!ue.pretty||ue.suppressPrettyCount?"":ue.newline},re.prototype.attribute=function(oe,ue,de){var _e;return this.openAttribute(oe,ue,de),_e=" "+oe.name+'="'+oe.value+'"',this.closeAttribute(oe,ue,de),_e},re.prototype.cdata=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+""+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.comment=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+""+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.declaration=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"",_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.docType=function(oe,ue,de){var _e,Ne,Ue,$e,Ve;if(de||(de=0),this.openNode(oe,ue,de),ue.state=j.OpenTag,$e=this.indent(oe,ue,de),$e+="0){for($e+=" [",$e+=this.endline(oe,ue,de),ue.state=j.InsideTag,Ve=oe.children,Ne=0,Ue=Ve.length;Ne",$e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),$e},re.prototype.element=function(oe,ue,de){var _e,Ne,Ue,$e,Ve,Fe,qe,er,ir,dr,cr,nr,lr,Et;de||(de=0),dr=!1,cr="",this.openNode(oe,ue,de),ue.state=j.OpenTag,cr+=this.indent(oe,ue,de)+"<"+oe.name,nr=oe.attribs;for(ir in nr)z.call(nr,ir)&&(_e=nr[ir],cr+=this.attribute(_e,ue,de));if(Ue=oe.children.length,$e=Ue===0?null:oe.children[0],Ue===0||oe.children.every(function(ie){return(ie.type===L.Text||ie.type===L.Raw)&&ie.value===""}))ue.allowEmpty?(cr+=">",ue.state=j.CloseTag,cr+=""+this.endline(oe,ue,de)):(ue.state=j.CloseTag,cr+=ue.spaceBeforeSlash+"/>"+this.endline(oe,ue,de));else if(ue.pretty&&Ue===1&&($e.type===L.Text||$e.type===L.Raw)&&$e.value!=null)cr+=">",ue.state=j.InsideTag,ue.suppressPrettyCount++,dr=!0,cr+=this.writeChildNode($e,ue,de+1),ue.suppressPrettyCount--,dr=!1,ue.state=j.CloseTag,cr+=""+this.endline(oe,ue,de);else{if(ue.dontPrettyTextNodes){for(lr=oe.children,Ve=0,qe=lr.length;Ve"+this.endline(oe,ue,de),ue.state=j.InsideTag,Et=oe.children,Fe=0,er=Et.length;Fe",dr&&ue.suppressPrettyCount--,cr+=this.endline(oe,ue,de),ue.state=j.None}return this.closeNode(oe,ue,de),cr},re.prototype.writeChildNode=function(oe,ue,de){switch(oe.type){case L.CData:return this.cdata(oe,ue,de);case L.Comment:return this.comment(oe,ue,de);case L.Element:return this.element(oe,ue,de);case L.Raw:return this.raw(oe,ue,de);case L.Text:return this.text(oe,ue,de);case L.ProcessingInstruction:return this.processingInstruction(oe,ue,de);case L.Dummy:return"";case L.Declaration:return this.declaration(oe,ue,de);case L.DocType:return this.docType(oe,ue,de);case L.AttributeDeclaration:return this.dtdAttList(oe,ue,de);case L.ElementDeclaration:return this.dtdElement(oe,ue,de);case L.EntityDeclaration:return this.dtdEntity(oe,ue,de);case L.NotationDeclaration:return this.dtdNotation(oe,ue,de);default:throw new Error("Unknown XML node type: "+oe.constructor.name)}},re.prototype.processingInstruction=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+"",_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.raw=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de),ue.state=j.InsideTag,_e+=oe.value,ue.state=j.CloseTag,_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.text=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de),ue.state=j.InsideTag,_e+=oe.value,ue.state=j.CloseTag,_e+=this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdAttList=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+""+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdElement=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+""+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdEntity=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+""+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.dtdNotation=function(oe,ue,de){var _e;return this.openNode(oe,ue,de),ue.state=j.OpenTag,_e=this.indent(oe,ue,de)+""+this.endline(oe,ue,de),ue.state=j.None,this.closeNode(oe,ue,de),_e},re.prototype.openNode=function(oe,ue,de){},re.prototype.closeNode=function(oe,ue,de){},re.prototype.openAttribute=function(oe,ue,de){},re.prototype.closeAttribute=function(oe,ue,de){},re}()}).call(this)},{"./NodeType":500,"./Utility":501,"./WriterState":502,"./XMLCData":504,"./XMLComment":506,"./XMLDTDAttList":511,"./XMLDTDElement":512,"./XMLDTDEntity":513,"./XMLDTDNotation":514,"./XMLDeclaration":515,"./XMLDocType":516,"./XMLDummy":519,"./XMLElement":520,"./XMLProcessingInstruction":524,"./XMLRaw":525,"./XMLText":529}],531:[function(n,$,k){(function(){var L,j,V,z,re,oe,ue,de,_e,Ne;Ne=n("./Utility"),de=Ne.assign,_e=Ne.isFunction,V=n("./XMLDOMImplementation"),z=n("./XMLDocument"),re=n("./XMLDocumentCB"),ue=n("./XMLStringWriter"),oe=n("./XMLStreamWriter"),L=n("./NodeType"),j=n("./WriterState"),$.exports.create=function(Ue,$e,Ve,Fe){var qe,er;if(Ue==null)throw new Error("Root element needs a name.");return Fe=de({},$e,Ve,Fe),qe=new z(Fe),er=qe.element(Ue),Fe.headless||(qe.declaration(Fe),(Fe.pubID!=null||Fe.sysID!=null)&&qe.dtd(Fe)),er},$.exports.begin=function(Ue,$e,Ve){var Fe;return _e(Ue)&&(Fe=[Ue,$e],$e=Fe[0],Ve=Fe[1],Ue={}),$e?new re(Ue,$e,Ve):new z(Ue)},$.exports.stringWriter=function(Ue){return new ue(Ue)},$.exports.streamWriter=function(Ue,$e){return new oe(Ue,$e)},$.exports.implementation=new V,$.exports.nodeType=L,$.exports.writerState=j}).call(this)},{"./NodeType":500,"./Utility":501,"./WriterState":502,"./XMLDOMImplementation":509,"./XMLDocument":517,"./XMLDocumentCB":518,"./XMLStreamWriter":526,"./XMLStringWriter":527}],532:[function(n,$,k){$.exports=j;var L=Object.prototype.hasOwnProperty;function j(){for(var V={},z=0;zoe?$e=Ue($e):$e.length>5]|=128<>>9<<4)+14]=Ue;for(var $e=1732584193,Ve=-271733879,Fe=-1732584194,qe=271733878,er=0;er>16)+(Ue>>16)+($e>>16);return Ve<<16|$e&65535}function _e(Ne,Ue){return Ne<>>32-Ue}$.exports=function(Ue){return L.hash(Ue,j,16)}},{"./helpers":534}],536:[function(n,$,k){var L=n("./helpers");function j(ue,de){ue[de>>5]|=128<<24-de%32,ue[(de+64>>9<<4)+15]=de;for(var _e=Array(80),Ne=1732584193,Ue=-271733879,$e=-1732584194,Ve=271733878,Fe=-1009589776,qe=0;qe>16)+(de>>16)+(_e>>16);return Ne<<16|_e&65535}function oe(ue,de){return ue<>>32-de}$.exports=function(de){return L.hash(de,j,20,!0)}},{"./helpers":534}],537:[function(n,$,k){var L=n("./helpers"),j=function(Ve,Fe){var qe=(Ve&65535)+(Fe&65535),er=(Ve>>16)+(Fe>>16)+(qe>>16);return er<<16|qe&65535},V=function(Ve,Fe){return Ve>>>Fe|Ve<<32-Fe},z=function(Ve,Fe){return Ve>>>Fe},re=function(Ve,Fe,qe){return Ve&Fe^~Ve&qe},oe=function(Ve,Fe,qe){return Ve&Fe^Ve&qe^Fe&qe},ue=function(Ve){return V(Ve,2)^V(Ve,13)^V(Ve,22)},de=function(Ve){return V(Ve,6)^V(Ve,11)^V(Ve,25)},_e=function(Ve){return V(Ve,7)^V(Ve,18)^z(Ve,3)},Ne=function(Ve){return V(Ve,17)^V(Ve,19)^z(Ve,10)},Ue=function(Ve,Fe){var qe=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),er=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),ir=new Array(64),dr,cr,nr,lr,Et,ie,pe,Ce,Ie,jt,ar,ur;Ve[Fe>>5]|=128<<24-Fe%32,Ve[(Fe+64>>9<<4)+15]=Fe;for(var Ie=0;Ie_e._pos){var $e=Ue.substr(_e._pos);if(_e._charset==="x-user-defined"){for(var Ve=new V($e.length),Fe=0;Fe<$e.length;Fe++)Ve[Fe]=$e.charCodeAt(Fe)&255;_e.push(Ve)}else _e.push($e,_e._charset);_e._pos=Ue.length}break;case"arraybuffer":if(Ne.readyState!==ue.DONE||!Ne.response)break;Ue=Ne.response,_e.push(new V(new Uint8Array(Ue)));break;case"moz-chunked-arraybuffer":if(Ue=Ne.response,Ne.readyState!==ue.LOADING||!Ue)break;_e.push(new V(new Uint8Array(Ue)));break;case"ms-stream":if(Ue=Ne.response,Ne.readyState!==ue.LOADING)break;var qe=new j.MSStreamReader;qe.onprogress=function(){qe.result.byteLength>_e._pos&&(_e.push(new V(new Uint8Array(qe.result.slice(_e._pos)))),_e._pos=qe.result.byteLength)},qe.onload=function(){_e.push(null)},qe.readAsArrayBuffer(Ue);break}_e._xhr.readyState===ue.DONE&&_e._mode!=="ms-stream"&&_e.push(null)}}).call(this)}).call(this,n("_process"),typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{},n("buffer").Buffer)},{"./capability":542,_process:540,buffer:103,"core-js/modules/es.array-buffer.slice.js":309,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.match.js":346,"core-js/modules/es.string.split.js":349,"core-js/modules/es.typed-array.copy-within.js":358,"core-js/modules/es.typed-array.every.js":359,"core-js/modules/es.typed-array.fill.js":360,"core-js/modules/es.typed-array.filter.js":361,"core-js/modules/es.typed-array.find-index.js":362,"core-js/modules/es.typed-array.find.js":363,"core-js/modules/es.typed-array.for-each.js":364,"core-js/modules/es.typed-array.includes.js":365,"core-js/modules/es.typed-array.index-of.js":366,"core-js/modules/es.typed-array.iterator.js":367,"core-js/modules/es.typed-array.join.js":368,"core-js/modules/es.typed-array.last-index-of.js":369,"core-js/modules/es.typed-array.map.js":370,"core-js/modules/es.typed-array.reduce-right.js":371,"core-js/modules/es.typed-array.reduce.js":372,"core-js/modules/es.typed-array.reverse.js":373,"core-js/modules/es.typed-array.set.js":374,"core-js/modules/es.typed-array.slice.js":375,"core-js/modules/es.typed-array.some.js":376,"core-js/modules/es.typed-array.sort.js":377,"core-js/modules/es.typed-array.subarray.js":378,"core-js/modules/es.typed-array.to-locale-string.js":379,"core-js/modules/es.typed-array.to-string.js":380,"core-js/modules/es.typed-array.uint8-array.js":381,"core-js/modules/web.dom-collections.for-each.js":382,inherits:409,"readable-stream":465}],545:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/helpers/typeof"));n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.search.js"),n("core-js/modules/es.array.concat.js"),n("core-js/modules/es.string.split.js"),n("core-js/modules/es.string.replace.js"),n("core-js/modules/es.array.join.js"),n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.string.match.js"),n("core-js/modules/es.array.slice.js"),n("core-js/modules/es.object.keys.js"),n("core-js/modules/es.array.splice.js");var V=n("punycode"),z=n("./util");k.parse=lr,k.resolve=ie,k.resolveObject=pe,k.format=Et,k.Url=re;function re(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var oe=/^([a-z0-9.+-]+:)/i,ue=/:[0-9]*$/,de=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,_e=["<",">",'"',"`"," ","\r",` -`," "],Ne=["{","}","|","\\","^","`"].concat(_e),Ue=["'"].concat(Ne),$e=["%","/","?",";","#"].concat(Ue),Ve=["/","?","#"],Fe=255,qe=/^[+a-z0-9A-Z_-]{0,63}$/,er=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,ir={javascript:!0,"javascript:":!0},dr={javascript:!0,"javascript:":!0},cr={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},nr=n("querystring");function lr(Ce,Ie,jt){if(Ce&&z.isObject(Ce)&&Ce instanceof re)return Ce;var ar=new re;return ar.parse(Ce,Ie,jt),ar}re.prototype.parse=function(Ce,Ie,jt){if(!z.isString(Ce))throw new TypeError("Parameter 'url' must be a string, not "+(0,j.default)(Ce));var ar=Ce.indexOf("?"),ur=ar!==-1&&ar127?Br+="x":Br+=Ir[Rr];if(!Br.match(qe)){var $r=Vr.slice(0,Tr),jr=Vr.slice(Tr+1),vn=Ir.match(er);vn&&($r.push(vn[1]),jr.unshift(vn[2])),jr.length&&(tr="/"+jr.join(".")+tr),this.hostname=$r.join(".");break}}}this.hostname.length>Fe?this.hostname="":this.hostname=this.hostname.toLowerCase(),Gr||(this.hostname=V.toASCII(this.hostname));var Kr=this.port?":"+this.port:"",kr=this.hostname||"";this.host=kr+Kr,this.href+=this.host,Gr&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),tr[0]!=="/"&&(tr="/"+tr))}if(!ir[yr])for(var Tr=0,Dr=Ue.length;Tr0?jt.host.split("@"):!1;Br&&(jt.auth=Br.shift(),jt.host=jt.hostname=Br.shift())}return jt.search=Ce.search,jt.query=Ce.query,(!z.isNull(jt.pathname)||!z.isNull(jt.search))&&(jt.path=(jt.pathname?jt.pathname:"")+(jt.search?jt.search:"")),jt.href=jt.format(),jt}if(!Vr.length)return jt.pathname=null,jt.search?jt.path="/"+jt.search:jt.path=null,jt.href=jt.format(),jt;for(var Rr=Vr.slice(-1)[0],Lr=(jt.host||Ce.host||Vr.length>1)&&(Rr==="."||Rr==="..")||Rr==="",$r=0,jr=Vr.length;jr>=0;jr--)Rr=Vr[jr],Rr==="."?Vr.splice(jr,1):Rr===".."?(Vr.splice(jr,1),$r++):$r&&(Vr.splice(jr,1),$r--);if(!Fr&&!Gr)for(;$r--;$r)Vr.unshift("..");Fr&&Vr[0]!==""&&(!Vr[0]||Vr[0].charAt(0)!=="/")&&Vr.unshift(""),Lr&&Vr.join("/").substr(-1)!=="/"&&Vr.push("");var vn=Vr[0]===""||Vr[0]&&Vr[0].charAt(0)==="/";if(Ir){jt.hostname=jt.host=vn?"":Vr.length?Vr.shift():"";var Br=jt.host&&jt.host.indexOf("@")>0?jt.host.split("@"):!1;Br&&(jt.auth=Br.shift(),jt.host=jt.hostname=Br.shift())}return Fr=Fr||jt.host&&Vr.length,Fr&&!vn&&Vr.unshift(""),Vr.length?jt.pathname=Vr.join("/"):(jt.pathname=null,jt.path=null),(!z.isNull(jt.pathname)||!z.isNull(jt.search))&&(jt.path=(jt.pathname?jt.pathname:"")+(jt.search?jt.search:"")),jt.auth=Ce.auth||jt.auth,jt.slashes=jt.slashes||Ce.slashes,jt.href=jt.format(),jt},re.prototype.parseHost=function(){var Ce=this.host,Ie=ue.exec(Ce);Ie&&(Ie=Ie[0],Ie!==":"&&(this.port=Ie.substr(1)),Ce=Ce.substr(0,Ce.length-Ie.length)),Ce&&(this.hostname=Ce)}},{"./util":546,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.array.splice.js":321,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.match.js":346,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.string.search.js":348,"core-js/modules/es.string.split.js":349,"core-js/modules/es.string.trim.js":351,punycode:445,querystring:453}],546:[function(n,$,k){var L=n("@babel/runtime/helpers/interopRequireDefault"),j=L(n("@babel/runtime/helpers/typeof"));$.exports={isString:function(z){return typeof z=="string"},isObject:function(z){return(0,j.default)(z)==="object"&&z!==null},isNull:function(z){return z===null},isNullOrUndefined:function(z){return z==null}}},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91}],547:[function(n,$,k){n("core-js/modules/es.number.constructor.js"),k.encodeURIComponent=function(L){try{return encodeURIComponent(L)}catch{return L}},k.escape=n("escape-html"),k.timestamp=function(j){if(j){var V=j;return typeof V=="string"&&(V=Number(V)),String(j).length===10&&(V*=1e3),new Date(V)}return Math.round(Date.now()/1e3)}},{"core-js/modules/es.number.constructor.js":324,"escape-html":387}],548:[function(n,$,k){(function(L,j){(function(){var V=n("@babel/runtime/helpers/interopRequireDefault"),z=V(n("@babel/runtime/helpers/typeof"));n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.array.concat.js");var re=n("util"),oe=n("url"),ue=n("http"),de=n("https"),_e=n("debug")("urllib"),Ne=n("humanize-ms"),Ue=0,$e=Math.pow(2,31)-10,Ve=/^https?:\/\//i;function Fe(dr,cr){return dr===void 0?cr:dr}function qe(dr){return dr?dr.split(";")[0].trim().toLowerCase():""}function er(dr,cr){return function(nr,lr,Et){if(nr)return cr(nr);dr({data:lr,status:Et.statusCode,headers:Et.headers,res:Et})}}k.TIMEOUTS=[Ne("300s"),Ne("300s")];var ir=["json","text"];k.request=function(cr,nr,lr){return arguments.length===2&&typeof nr=="function"&&(lr=nr,nr=null),typeof lr=="function"?k.requestWithCallback(cr,nr,lr):new Promise(function(Et,ie){k.requestWithCallback(cr,nr,er(Et,ie))})},k.requestWithCallback=function(cr,nr,lr){if(!cr||typeof cr!="string"&&(0,z.default)(cr)!=="object"){var Et=re.format("expect request url to be a string or a http request options, but got %j",cr);throw new Error(Et)}arguments.length===2&&typeof nr=="function"&&(lr=nr,nr=null),nr=nr||{},Ue>=$e&&(Ue=0);var ie=++Ue;nr.requestUrls=nr.requestUrls||[];var pe={requestId:ie,url:cr,args:nr,ctx:nr.ctx};nr.emitter&&nr.emitter.emit("request",pe),nr.timeout=nr.timeout||k.TIMEOUTS,nr.maxRedirects=nr.maxRedirects||10,nr.streaming=nr.streaming||nr.customResponse;var Ce=Date.now(),Ie;typeof cr=="string"?(Ve.test(cr)||(cr="https://"+cr),Ie=oe.parse(cr)):Ie=cr;var jt=(nr.type||nr.method||Ie.method||"GET").toUpperCase(),ar=Ie.port||80,ur=ue,kt=Fe(nr.agent,k.agent),he=nr.fixJSONCtlChars;Ie.protocol==="https:"&&(ur=de,kt=Fe(nr.httpsAgent,k.httpsAgent),Ie.port||(ar=443));var tr={host:Ie.hostname||Ie.host||"localhost",path:Ie.path||"/",method:jt,port:ar,agent:kt,headers:nr.headers||{},lookup:nr.lookup};Array.isArray(nr.timeout)?tr.requestTimeout=nr.timeout[nr.timeout.length-1]:typeof nr.timeout<"u"&&(tr.requestTimeout=nr.timeout);var gr=nr.auth||Ie.auth;gr&&(tr.auth=gr);var _r=nr.content||nr.data,yr=jt==="GET"||jt==="HEAD"||nr.dataAsQueryString;if(!nr.content&&_r&&!(typeof _r=="string"||j.isBuffer(_r)))if(yr)_r=nr.nestedQuerystring?qs.stringify(_r):querystring.stringify(_r);else{var xr=tr.headers["Content-Type"]||tr.headers["content-type"];xr||(nr.contentType==="json"?xr="application/json":xr="application/x-www-form-urlencoded",tr.headers["Content-Type"]=xr),qe(xr)==="application/json"?_r=JSON.stringify(_r):_r=nr.nestedQuerystring?qs.stringify(_r):querystring.stringify(_r)}yr&&_r&&(tr.path+=(Ie.query?"&":"?")+_r,_r=null);var Nr=0;if(_r){var Tr=_r.length;j.isBuffer(_r)||(Tr=j.byteLength(_r)),Nr=tr.headers["Content-Length"]=Tr}nr.dataType==="json"&&(tr.headers.Accept="application/json"),typeof nr.beforeRequest=="function"&&nr.beforeRequest(tr);var Sr=null,Ar=null,Fr=null,Gr=!1,Vr=!1,Dr=0,Ir=-1,Br=!1,Rr="",Lr="",$r=null;nr.timing&&($r={queuing:0,dnslookup:0,connected:0,requestSent:0,waiting:0,contentDownload:0});function jr(){Sr&&(clearTimeout(Sr),Sr=null)}function vn(){Ar&&(clearTimeout(Ar),Ar=null)}function Kr(Ur,Sn,Nn){if(vn(),!lr){console.warn("[urllib:warn] [%s] [%s] [worker:%s] %s %s callback twice!!!",Date(),ie,L.pid,tr.method,cr),Ur&&console.warn(`[urllib:warn] [%s] [%s] [worker:%s] %s: %s -stack: %s`,Date(),ie,L.pid,Ur.name,Ur.message,Ur.stack);return}var Sa=lr;lr=null;var Li={};Nn&&(Ir=Nn.statusCode,Li=Nn.headers);var ca=Date.now()-Ce;$r&&($r.contentDownload=ca),_e("[%sms] done, %s bytes HTTP %s %s %s %s, keepAliveSocket: %s, timing: %j",ca,Dr,Ir,tr.method,tr.host,tr.path,Vr,$r);var fo={status:Ir,statusCode:Ir,headers:Li,size:Dr,aborted:Br,rt:ca,keepAliveSocket:Vr,data:Sn,requestUrls:nr.requestUrls,timing:$r,remoteAddress:Rr,remotePort:Lr};if(Ur){var zn="";kt&&typeof kt.getCurrentStatus=="function"&&(zn=", agent status: "+JSON.stringify(kt.getCurrentStatus())),Ur.message+=", "+tr.method+" "+cr+" "+Ir+" (connected: "+Gr+", keepalive socket: "+Vr+zn+`) -headers: `+JSON.stringify(Li),Ur.data=Sn,Ur.path=tr.path,Ur.status=Ir,Ur.headers=Li,Ur.res=fo}Sa(Ur,Sn,nr.streaming?Nn:fo),nr.emitter&&(pe.url=cr,pe.socket=Mn&&Mn.connection,pe.options=tr,pe.size=Nr,nr.emitter.emit("response",{requestId:ie,error:Ur,ctx:nr.ctx,req:pe,res:fo}))}function kr(Ur){var Sn=null;if(nr.followRedirect&&statuses.redirect[Ur.statusCode]){nr._followRedirectCount=(nr._followRedirectCount||0)+1;var Nn=Ur.headers.location;if(!Nn)Sn=new Error("Got statusCode "+Ur.statusCode+" but cannot resolve next location from headers"),Sn.name="FollowRedirectError";else if(nr._followRedirectCount>nr.maxRedirects)Sn=new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+cr),Sn.name="MaxRedirectError";else{var Sa=nr.formatRedirectUrl?nr.formatRedirectUrl(cr,Nn):oe.resolve(cr,Nn);_e("Request#%d %s: `redirected` from %s to %s",ie,tr.path,cr,Sa),vn(),nr.headers&&nr.headers.Host&&Ve.test(Nn)&&(nr.headers.Host=null);var Li=lr;return lr=null,k.requestWithCallback(Sa,nr,Li),{redirect:!0,error:null}}}return{redirect:!1,error:Sn}}nr.gzip&&!tr.headers["Accept-Encoding"]&&!tr.headers["accept-encoding"]&&(tr.headers["Accept-Encoding"]="gzip");function Qr(Ur,Sn,Nn){var Sa=Ur.headers["content-encoding"];return Nn(null,Sn,Sa)}var Zr=nr.writeStream;_e("Request#%d %s %s with headers %j, options.path: %s",ie,jt,cr,tr.headers,tr.path),nr.requestUrls.push(cr);function Vi(Ur){if($r&&($r.waiting=Date.now()-Ce),_e("Request#%d %s `req response` event emit: status %d, headers: %j",ie,cr,Ur.statusCode,Ur.headers),nr.streaming){var Sn=kr(Ur);if(Sn.redirect){Ur.resume();return}return Sn.error?(Ur.resume(),Kr(Sn.error,null,Ur)):Kr(null,null,Ur)}if(Ur.on("close",function(){_e("Request#%d %s: `res close` event emit, total size %d",ie,cr,Dr)}),Ur.on("error",function(){_e("Request#%d %s: `res error` event emit, total size %d",ie,cr,Dr)}),Ur.on("aborted",function(){Br=!0,_e("Request#%d %s: `res aborted` event emit, total size %d",ie,cr,Dr)}),Zr){var Nn=kr(Ur);if(Nn.redirect){Ur.resume();return}return Nn.error?(Ur.resume(),Zr.end(),Kr(Nn.error,null,Ur)):(nr.consumeWriteStream===!1?Ur.on("end",Kr.bind(null,null,null,Ur)):Zr.on("close",function(){_e("Request#%d %s: writeStream close event emitted",ie,cr),Kr(Fr||null,null,Ur)}),Ur.pipe(Zr))}var Sa=[];Ur.on("data",function(Li){_e("Request#%d %s: `res data` event emit, size %d",ie,cr,Li.length),Dr+=Li.length,Sa.push(Li)}),Ur.on("end",function(){var Li=j.concat(Sa,Dr);if(_e("Request#%d %s: `res end` event emit, total size %d, _dumped: %s",ie,cr,Dr,Ur._dumped),Fr)return Kr(Fr,Li,Ur);var ca=kr(Ur);if(ca.error)return Kr(ca.error,Li,Ur);ca.redirect||Qr(Ur,Li,function(fo,zn,ki){if(fo)return Kr(fo,Li,Ur);if(!ki&&ir.indexOf(nr.dataType)>=0){try{zn=decodeBodyByCharset(zn,Ur)}catch(_o){return _e("decodeBodyByCharset error: %s",_o),Kr(null,zn,Ur)}if(nr.dataType==="json")if(Dr===0)zn=null;else{var Ra=parseJSON(zn,he);Ra.error?fo=Ra.error:zn=Ra.data}}Br&&_e("Request#%d %s: Remote socket was terminated before `response.end()` was called",ie,cr),Kr(fo,zn,Ur)})})}var To,oa;Array.isArray(nr.timeout)?(To=Ne(nr.timeout[0]),oa=Ne(nr.timeout[1])):To=oa=Ne(nr.timeout),_e("ConnectTimeout: %d, ResponseTimeout: %d",To,oa);function Ba(){_e("Connect timer ticking, timeout: %d",To),Sr=setTimeout(function(){Sr=null,Ir===-1&&(Ir=-2);var Ur="Connect timeout for "+To+"ms",Sn="ConnectionTimeoutError";Mn.socket||(Sn="SocketAssignTimeoutError",Ur+=", working sockets is full"),Fr=new Error(Ur),Fr.name=Sn,Fr.requestId=ie,_e("ConnectTimeout: Request#%d %s %s: %s, connected: %s",ie,cr,Fr.name,Ur,Gr),Wr()},To)}function rs(){_e("Response timer ticking, timeout: %d",oa),Ar=setTimeout(function(){Ar=null;var Ur="Response timeout for "+oa+"ms",Sn="ResponseTimeoutError";Fr=new Error(Ur),Fr.name=Sn,Fr.requestId=ie,_e("ResponseTimeout: Request#%d %s %s: %s, connected: %s",ie,cr,Fr.name,Ur,Gr),Wr()},oa)}var Mn;tr.mode=nr.mode?nr.mode:"";try{Mn=ur.request(tr,Vi)}catch(Ur){return Kr(Ur)}typeof window>"u"?Ba():Mn.on("requestTimeout",function(){Ir===-1&&(Ir=-2);var Ur="Connect timeout for "+To+"ms",Sn="ConnectionTimeoutError";Fr=new Error(Ur),Fr.name=Sn,Fr.requestId=ie,Wr()});function Wr(){_e("Request#%d %s abort, connected: %s",ie,cr,Gr),Mn.socket||(Fr.noSocket=!0,Kr(Fr)),Mn.abort()}return $r&&Mn.on("finish",function(){$r.requestSent=Date.now()-Ce}),Mn.once("socket",function(Ur){$r&&($r.queuing=Date.now()-Ce);var Sn=Ur.readyState;if(Sn==="opening"){Ur.once("lookup",function(Nn,Sa,Li){_e("Request#%d %s lookup: %s, %s, %s",ie,cr,Nn,Sa,Li),$r&&($r.dnslookup=Date.now()-Ce),Sa&&(Rr=Sa)}),Ur.once("connect",function(){$r&&($r.connected=Date.now()-Ce),jr(),rs(),_e("Request#%d %s new socket connected",ie,cr),Gr=!0,Rr||(Rr=Ur.remoteAddress),Lr=Ur.remotePort});return}_e("Request#%d %s reuse socket connected, readyState: %s",ie,cr,Sn),Gr=!0,Vr=!0,Rr||(Rr=Ur.remoteAddress),Lr=Ur.remotePort,jr(),rs()}),Mn.on("error",function(Ur){(Ur.name==="Error"||Ur.name==="TypeError")&&(Ur.name=Gr?"ResponseError":"RequestError"),Ur.message+=' (req "error")',_e("Request#%d %s `req error` event emit, %s: %s",ie,cr,Ur.name,Ur.message),Kr(Fr||Ur)}),Zr&&Zr.once("error",function(Ur){Ur.message+=' (writeStream "error")',Fr=Ur,_e("Request#%d %s `writeStream error` event emit, %s: %s",ie,cr,Ur.name,Ur.message),Wr()}),nr.stream?(nr.stream.pipe(Mn),nr.stream.once("error",function(Ur){Ur.message+=' (stream "error")',Fr=Ur,_e("Request#%d %s `readStream error` event emit, %s: %s",ie,cr,Ur.name,Ur.message),Wr()})):Mn.end(_r),Mn.requestId=ie,Mn}}).call(this)}).call(this,n("_process"),n("buffer").Buffer)},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,_process:540,buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.trim.js":351,debug:538,http:541,https:400,"humanize-ms":401,url:545,util:491}]},{},[1])(1)})})(window)})(aliyunOssSdk);var aliyunOssSdkExports=aliyunOssSdk.exports;const OSS=getDefaultExportFromCjs(aliyunOssSdkExports);var minio={},empty=null;const empty$1=Object.freeze(Object.defineProperty({__proto__:null,default:empty},Symbol.toStringTag,{value:"Module"})),require$$0$3=getAugmentedNamespace(empty$1);var events={exports:{}},R=typeof Reflect=="object"?Reflect:null,ReflectApply=R&&typeof R.apply=="function"?R.apply:function(t,y,n){return Function.prototype.apply.call(t,y,n)},ReflectOwnKeys;R&&typeof R.ownKeys=="function"?ReflectOwnKeys=R.ownKeys:Object.getOwnPropertySymbols?ReflectOwnKeys=function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:ReflectOwnKeys=function(t){return Object.getOwnPropertyNames(t)};function ProcessEmitWarning(e){console&&console.warn&&console.warn(e)}var NumberIsNaN=Number.isNaN||function(t){return t!==t};function EventEmitter(){EventEmitter.init.call(this)}events.exports=EventEmitter;events.exports.once=once$3;EventEmitter.EventEmitter=EventEmitter;EventEmitter.prototype._events=void 0;EventEmitter.prototype._eventsCount=0;EventEmitter.prototype._maxListeners=void 0;var defaultMaxListeners=10;function checkListener(e){if(typeof e!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}Object.defineProperty(EventEmitter,"defaultMaxListeners",{enumerable:!0,get:function(){return defaultMaxListeners},set:function(e){if(typeof e!="number"||e<0||NumberIsNaN(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");defaultMaxListeners=e}});EventEmitter.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};EventEmitter.prototype.setMaxListeners=function(t){if(typeof t!="number"||t<0||NumberIsNaN(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this};function _getMaxListeners(e){return e._maxListeners===void 0?EventEmitter.defaultMaxListeners:e._maxListeners}EventEmitter.prototype.getMaxListeners=function(){return _getMaxListeners(this)};EventEmitter.prototype.emit=function(t){for(var y=[],n=1;n0&&(L=y[0]),L instanceof Error)throw L;var j=new Error("Unhandled error."+(L?" ("+L.message+")":""));throw j.context=L,j}var V=k[t];if(V===void 0)return!1;if(typeof V=="function")ReflectApply(V,this,y);else for(var z=V.length,re=arrayClone(V,z),n=0;n0&&L.length>$&&!L.warned){L.warned=!0;var j=new Error("Possible EventEmitter memory leak detected. "+L.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");j.name="MaxListenersExceededWarning",j.emitter=e,j.type=t,j.count=L.length,ProcessEmitWarning(j)}return e}EventEmitter.prototype.addListener=function(t,y){return _addListener(this,t,y,!1)};EventEmitter.prototype.on=EventEmitter.prototype.addListener;EventEmitter.prototype.prependListener=function(t,y){return _addListener(this,t,y,!0)};function onceWrapper(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function _onceWrap(e,t,y){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:y},$=onceWrapper.bind(n);return $.listener=y,n.wrapFn=$,$}EventEmitter.prototype.once=function(t,y){return checkListener(y),this.on(t,_onceWrap(this,t,y)),this};EventEmitter.prototype.prependOnceListener=function(t,y){return checkListener(y),this.prependListener(t,_onceWrap(this,t,y)),this};EventEmitter.prototype.removeListener=function(t,y){var n,$,k,L,j;if(checkListener(y),$=this._events,$===void 0)return this;if(n=$[t],n===void 0)return this;if(n===y||n.listener===y)--this._eventsCount===0?this._events=Object.create(null):(delete $[t],$.removeListener&&this.emit("removeListener",t,n.listener||y));else if(typeof n!="function"){for(k=-1,L=n.length-1;L>=0;L--)if(n[L]===y||n[L].listener===y){j=n[L].listener,k=L;break}if(k<0)return this;k===0?n.shift():spliceOne(n,k),n.length===1&&($[t]=n[0]),$.removeListener!==void 0&&this.emit("removeListener",t,j||y)}return this};EventEmitter.prototype.off=EventEmitter.prototype.removeListener;EventEmitter.prototype.removeAllListeners=function(t){var y,n,$;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[t]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete n[t]),this;if(arguments.length===0){var k=Object.keys(n),L;for($=0;$=0;$--)this.removeListener(t,y[$]);return this};function _listeners(e,t,y){var n=e._events;if(n===void 0)return[];var $=n[t];return $===void 0?[]:typeof $=="function"?y?[$.listener||$]:[$]:y?unwrapListeners($):arrayClone($,$.length)}EventEmitter.prototype.listeners=function(t){return _listeners(this,t,!0)};EventEmitter.prototype.rawListeners=function(t){return _listeners(this,t,!1)};EventEmitter.listenerCount=function(e,t){return typeof e.listenerCount=="function"?e.listenerCount(t):listenerCount.call(e,t)};EventEmitter.prototype.listenerCount=listenerCount;function listenerCount(e){var t=this._events;if(t!==void 0){var y=t[e];if(typeof y=="function")return 1;if(y!==void 0)return y.length}return 0}EventEmitter.prototype.eventNames=function(){return this._eventsCount>0?ReflectOwnKeys(this._events):[]};function arrayClone(e,t){for(var y=new Array(t),n=0;n0)throw new Error("Invalid string. Length must be a multiple of 4");var y=e.indexOf("=");y===-1&&(y=t);var n=y===t?0:4-y%4;return[y,n]}function byteLength(e){var t=getLens(e),y=t[0],n=t[1];return(y+n)*3/4-n}function _byteLength(e,t,y){return(t+y)*3/4-y}function toByteArray(e){var t,y=getLens(e),n=y[0],$=y[1],k=new Arr(_byteLength(e,n,$)),L=0,j=$>0?n-4:n,V;for(V=0;V>16&255,k[L++]=t>>8&255,k[L++]=t&255;return $===2&&(t=revLookup[e.charCodeAt(V)]<<2|revLookup[e.charCodeAt(V+1)]>>4,k[L++]=t&255),$===1&&(t=revLookup[e.charCodeAt(V)]<<10|revLookup[e.charCodeAt(V+1)]<<4|revLookup[e.charCodeAt(V+2)]>>2,k[L++]=t>>8&255,k[L++]=t&255),k}function tripletToBase64(e){return lookup[e>>18&63]+lookup[e>>12&63]+lookup[e>>6&63]+lookup[e&63]}function encodeChunk(e,t,y){for(var n,$=[],k=t;kj?j:L+k));return n===1?(t=e[y-1],$.push(lookup[t>>2]+lookup[t<<4&63]+"==")):n===2&&(t=(e[y-2]<<8)+e[y-1],$.push(lookup[t>>10]+lookup[t>>4&63]+lookup[t<<2&63]+"=")),$.join("")}var ieee754={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ieee754.read=function(e,t,y,n,$){var k,L,j=$*8-n-1,V=(1<>1,re=-7,oe=y?$-1:0,ue=y?-1:1,de=e[t+oe];for(oe+=ue,k=de&(1<<-re)-1,de>>=-re,re+=j;re>0;k=k*256+e[t+oe],oe+=ue,re-=8);for(L=k&(1<<-re)-1,k>>=-re,re+=n;re>0;L=L*256+e[t+oe],oe+=ue,re-=8);if(k===0)k=1-z;else{if(k===V)return L?NaN:(de?-1:1)*(1/0);L=L+Math.pow(2,n),k=k-z}return(de?-1:1)*L*Math.pow(2,k-n)};ieee754.write=function(e,t,y,n,$,k){var L,j,V,z=k*8-$-1,re=(1<>1,ue=$===23?Math.pow(2,-24)-Math.pow(2,-77):0,de=n?0:k-1,_e=n?1:-1,Ne=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(j=isNaN(t)?1:0,L=re):(L=Math.floor(Math.log(t)/Math.LN2),t*(V=Math.pow(2,-L))<1&&(L--,V*=2),L+oe>=1?t+=ue/V:t+=ue*Math.pow(2,1-oe),t*V>=2&&(L++,V/=2),L+oe>=re?(j=0,L=re):L+oe>=1?(j=(t*V-1)*Math.pow(2,$),L=L+oe):(j=t*Math.pow(2,oe-1)*Math.pow(2,$),L=0));$>=8;e[y+de]=j&255,de+=_e,j/=256,$-=8);for(L=L<<$|j,z+=$;z>0;e[y+de]=L&255,de+=_e,L/=256,z-=8);e[y+de-_e]|=Ne*128};/*! + */k.exports=function(V){return V!=null&&($(V)||j(V)||!!V._isBuffer)};function $(V){return!!V.constructor&&typeof V.constructor.isBuffer=="function"&&V.constructor.isBuffer(V)}function j(V){return typeof V.readFloatLE=="function"&&typeof V.slice=="function"&&$(V.slice(0,0))}},{}],412:[function(n,k,L){var $=Function.prototype.toString,j=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,V,z;if(typeof j=="function"&&typeof Object.defineProperty=="function")try{V=Object.defineProperty({},"length",{get:function(){throw z}}),z={},j(function(){throw 42},null,V)}catch(Et){Et!==z&&(j=null)}else j=null;var re=/^\s*class\b/,ie=function(Ve){try{var qe=$.call(Ve);return re.test(qe)}catch{return!1}},oe=function(Ve){try{return ie(Ve)?!1:($.call(Ve),!0)}catch{return!1}},ue=Object.prototype.toString,de="[object Object]",pe="[object Function]",Ie="[object GeneratorFunction]",_e="[object HTMLAllCollection]",Ce="[object HTML document.all class]",he="[object HTMLCollection]",Ne=typeof Symbol=="function"&&!!Symbol.toStringTag,Fe=!(0 in[,]),Ue=function(){return!1};if(typeof document=="object"){var kt=document.all;ue.call(kt)===ue.call(document.all)&&(Ue=function(Ve){if((Fe||!Ve)&&(typeof Ve>"u"||typeof Ve=="object"))try{var qe=ue.call(Ve);return(qe===_e||qe===Ce||qe===he||qe===de)&&Ve("")==null}catch{}return!1})}k.exports=j?function(Ve){if(Ue(Ve))return!0;if(!Ve||typeof Ve!="function"&&typeof Ve!="object")return!1;try{j(Ve,null,V)}catch(qe){if(qe!==z)return!1}return!ie(Ve)&&oe(Ve)}:function(Ve){if(Ue(Ve))return!0;if(!Ve||typeof Ve!="function"&&typeof Ve!="object")return!1;if(Ne)return oe(Ve);if(ie(Ve))return!1;var qe=ue.call(Ve);return qe!==pe&&qe!==Ie&&!/^\[object HTML/.test(qe)?!1:oe(Ve)}},{}],413:[function(n,k,L){var $=Object.prototype.toString,j=Function.prototype.toString,V=/^\s*(?:function)?\*/,z=n("has-tostringtag/shams")(),re=Object.getPrototypeOf,ie=function(){if(!z)return!1;try{return Function("return function*() {}")()}catch{}},oe;k.exports=function(de){if(typeof de!="function")return!1;if(V.test(j.call(de)))return!0;if(!z){var pe=$.call(de);return pe==="[object GeneratorFunction]"}if(!re)return!1;if(typeof oe>"u"){var Ie=ie();oe=Ie?re(Ie):!1}return re(de)===oe}},{"has-tostringtag/shams":398}],414:[function(n,k,L){var $=n("which-typed-array");k.exports=function(V){return!!$(V)}},{"which-typed-array":492}],415:[function(n,k,L){(function($){(function(){(function(j,V){typeof L=="object"&&typeof k<"u"?k.exports=V(j):V(j)})(typeof self<"u"?self:typeof window<"u"?window:typeof $<"u"?$:this,function(j){j=j||{};var V=j.Base64,z="2.6.4",re="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ie=function(hr){for(var Er={},kr=0,xr=hr.length;kr>>6)+oe(128|Er&63):oe(224|Er>>>12&15)+oe(128|Er>>>6&63)+oe(128|Er&63)}else{var Er=65536+(hr.charCodeAt(0)-55296)*1024+(hr.charCodeAt(1)-56320);return oe(240|Er>>>18&7)+oe(128|Er>>>12&63)+oe(128|Er>>>6&63)+oe(128|Er&63)}},de=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,pe=function(hr){return hr.replace(de,ue)},Ie=function(hr){var Er=[0,2,1][hr.length%3],kr=hr.charCodeAt(0)<<16|(hr.length>1?hr.charCodeAt(1):0)<<8|(hr.length>2?hr.charCodeAt(2):0),xr=[re.charAt(kr>>>18),re.charAt(kr>>>12&63),Er>=2?"=":re.charAt(kr>>>6&63),Er>=1?"=":re.charAt(kr&63)];return xr.join("")},_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(Er){return Er=="+"?"-":"_"}).replace(/=/g,"")},Ne=function(hr,Er){return Er?he(Ce(hr)):Ce(hr)},Fe=function(hr){return Ne(hr,!0)},Ue;j.Uint8Array&&(Ue=function(hr,Er){for(var kr="",xr=0,yr=hr.length;xr>>18)+re.charAt(mr>>>12&63)+(typeof Rr<"u"?re.charAt(mr>>>6&63):"=")+(typeof Br<"u"?re.charAt(mr&63):"=")}return Er?he(kr):kr});var kt=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,Et=function(hr){switch(hr.length){case 4:var Er=(7&hr.charCodeAt(0))<<18|(63&hr.charCodeAt(1))<<12|(63&hr.charCodeAt(2))<<6|63&hr.charCodeAt(3),kr=Er-65536;return oe((kr>>>10)+55296)+oe((kr&1023)+56320);case 3:return oe((15&hr.charCodeAt(0))<<12|(63&hr.charCodeAt(1))<<6|63&hr.charCodeAt(2));default:return oe((31&hr.charCodeAt(0))<<6|63&hr.charCodeAt(1))}},Ve=function(hr){return hr.replace(kt,Et)},qe=function(hr){var Er=hr.length,kr=Er%4,xr=(Er>0?ie[hr.charAt(0)]<<18:0)|(Er>1?ie[hr.charAt(1)]<<12:0)|(Er>2?ie[hr.charAt(2)]<<6:0)|(Er>3?ie[hr.charAt(3)]:0),yr=[oe(xr>>>16),oe(xr>>>8&255),oe(xr&255)];return yr.length-=[0,0,2,1][kr],yr.join("")},jt=j.atob&&typeof j.atob=="function"?function(hr){return j.atob(hr)}:function(hr){return hr.replace(/\S{1,4}/g,qe)},tr=function(hr){return jt(String(hr).replace(/[^A-Za-z0-9\+\/]/g,""))},rr=function(hr){return Ve(jt(hr))},ar=function(hr){return String(hr).replace(/[-_]/g,function(Er){return Er=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},nr=function(hr){return rr(ar(hr))},ur;j.Uint8Array&&(ur=function(hr){return Uint8Array.from(tr(ar(hr)),function(Er){return Er.charCodeAt(0)})});var cr=function(){var hr=j.Base64;return j.Base64=V,hr};if(j.Base64={VERSION:z,atob:tr,btoa:_e,fromBase64:nr,toBase64:Ne,utob:pe,encode:Ne,encodeURI:Fe,btou:Ve,decode:nr,noConflict:cr,fromUint8Array:Ue,toUint8Array:ur},typeof Object.defineProperty=="function"){var _r=function(hr){return{value:hr,enumerable:!1,writable:!0,configurable:!0}};j.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",_r(function(){return nr(this)})),Object.defineProperty(String.prototype,"toBase64",_r(function(hr){return Ne(this,hr)})),Object.defineProperty(String.prototype,"toBase64URI",_r(function(){return Ne(this,!0)}))}}return j.Meteor&&(Base64=j.Base64),typeof k<"u"&&k.exports&&(k.exports.Base64=j.Base64),{Base64:j.Base64}})}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],416:[function(n,k,L){var $=n("./_root"),j=$.Symbol;k.exports=j},{"./_root":423}],417:[function(n,k,L){function $(j,V){for(var z=-1,re=j==null?0:j.length,ie=Array(re);++z0)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,Ue=Object.prototype.toString,kt=Function.prototype.toString,Et=String.prototype.match,Ve=String.prototype.slice,qe=String.prototype.replace,jt=String.prototype.toUpperCase,tr=String.prototype.toLowerCase,rr=RegExp.prototype.test,ar=Array.prototype.concat,nr=Array.prototype.join,ur=Array.prototype.slice,cr=Math.floor,_r=typeof BigInt=="function"?BigInt.prototype.valueOf:null,hr=Object.getOwnPropertySymbols,Er=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,kr=typeof Symbol=="function"&&typeof Symbol.iterator=="object",xr=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===kr||!0)?Symbol.toStringTag:null,yr=Object.prototype.propertyIsEnumerable,vr=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(na){return na.__proto__}:null);function Rr(na,Ma){if(na===1/0||na===-1/0||na!==na||na&&na>-1e3&&na<1e3||rr.call(/e/,Ma))return Ma;var Ns=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof na=="number"){var cs=na<0?-cr(-na):cr(na);if(cs!==na){var vl=String(cs),Bl=Ve.call(Ma,vl.length+1);return qe.call(vl,Ns,"$&_")+"."+qe.call(qe.call(Bl,/([0-9]{3})/g,"$&_"),/_$/,"")}}return qe.call(Ma,Ns,"$&_")}var Br=n("./util.inspect"),mr=Br.custom,gr=Ir(mr)?mr:null;k.exports=function na(Ma,Ns,cs,vl){var Bl=Ns||{};if(Wr(Bl,"quoteStyle")&&Bl.quoteStyle!=="single"&&Bl.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Wr(Bl,"maxStringLength")&&(typeof Bl.maxStringLength=="number"?Bl.maxStringLength<0&&Bl.maxStringLength!==1/0:Bl.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var Au=Wr(Bl,"customInspect")?Bl.customInspect:!0;if(typeof Au!="boolean"&&Au!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Wr(Bl,"indent")&&Bl.indent!==null&&Bl.indent!==" "&&!(parseInt(Bl.indent,10)===Bl.indent&&Bl.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Wr(Bl,"numericSeparator")&&typeof Bl.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var xs=Bl.numericSeparator;if(typeof Ma>"u")return"undefined";if(Ma===null)return"null";if(typeof Ma=="boolean")return Ma?"true":"false";if(typeof Ma=="string")return Gr(Ma,Bl);if(typeof Ma=="number"){if(Ma===0)return 1/0/Ma>0?"0":"-0";var ju=String(Ma);return xs?Rr(Ma,ju):ju}if(typeof Ma=="bigint"){var Lu=String(Ma)+"n";return xs?Rr(Ma,Lu):Lu}var Pc=typeof Bl.depth>"u"?5:Bl.depth;if(typeof cs>"u"&&(cs=0),cs>=Pc&&Pc>0&&typeof Ma=="object")return Ur(Ma)?"[Array]":"[Object]";var Nc=qa(Bl,cs);if(typeof vl>"u")vl=[];else if(Qr(vl,Ma)>=0)return"[Circular]";function gc(hs,An,Uo){if(An&&(vl=ur.call(vl),vl.push(An)),Uo){var cu={depth:Bl.depth};return Wr(Bl,"quoteStyle")&&(cu.quoteStyle=Bl.quoteStyle),na(hs,cu,cs+1,vl)}return na(hs,Bl,cs+1,vl)}if(typeof Ma=="function"&&!Sr(Ma)){var Wl=Fr(Ma),ps=Hi(Ma,gc);return"[Function"+(Wl?": "+Wl:" (anonymous)")+"]"+(ps.length>0?" { "+nr.call(ps,", ")+" }":"")}if(Ir(Ma)){var Ds=kr?qe.call(String(Ma),/^(Symbol\(.*\))_[^)]*$/,"$1"):Er.call(Ma);return typeof Ma=="object"&&!kr?On(Ds):Ds}if(Kn(Ma)){for(var Us="<"+tr.call(String(Ma.nodeName)),Vs=Ma.attributes||[],Lr=0;Lr",Us}if(Ur(Ma)){if(Ma.length===0)return"[]";var Zn=Hi(Ma,gc);return Nc&&!sa(Zn)?"["+To(Zn,Nc)+"]":"[ "+nr.call(Zn,", ")+" ]"}if(Tr(Ma)){var hn=Hi(Ma,gc);return!("cause"in Error.prototype)&&"cause"in Ma&&!yr.call(Ma,"cause")?"{ ["+String(Ma)+"] "+nr.call(ar.call("[cause]: "+gc(Ma.cause),hn),", ")+" }":hn.length===0?"["+String(Ma)+"]":"{ ["+String(Ma)+"] "+nr.call(hn,", ")+" }"}if(typeof Ma=="object"&&Au){if(gr&&typeof Ma[gr]=="function"&&Br)return Br(Ma,{depth:Pc-cs});if(Au!=="symbol"&&typeof Ma.inspect=="function")return Ma.inspect()}if(ca(Ma)){var Ln=[];return re&&re.call(Ma,function(hs,An){Ln.push(gc(An,Ma,!0)+" => "+gc(hs,Ma))}),Sa("Map",z.call(Ma),Ln,Nc)}if(Go(Ma)){var Vi=[];return de&&de.call(Ma,function(hs){Vi.push(gc(hs,Ma))}),Sa("Set",ue.call(Ma),Vi,Nc)}if(Po(Ma))return kn("WeakMap");if(us(Ma))return kn("WeakSet");if(Wa(Ma))return kn("WeakRef");if(br(Ma))return On(gc(Number(Ma)));if(Dr(Ma))return On(gc(_r.call(Ma)));if(Cr(Ma))return On(Fe.call(Ma));if(Mr(Ma))return On(gc(String(Ma)));if(typeof window<"u"&&Ma===window)return"{ [object Window] }";if(Ma===$)return"{ [object globalThis] }";if(!zr(Ma)&&!Sr(Ma)){var Wi=Hi(Ma,gc),pa=vr?vr(Ma)===Object.prototype:Ma instanceof Object||Ma.constructor===Object,Ki=Ma instanceof Object?"":"null prototype",Yo=!pa&&xr&&Object(Ma)===Ma&&xr in Ma?Ve.call(Nr(Ma),8,-1):Ki?"Object":"",Eo=pa||typeof Ma.constructor!="function"?"":Ma.constructor.name?Ma.constructor.name+" ":"",Fo=Eo+(Yo||Ki?"["+nr.call(ar.call([],Yo||[],Ki||[]),": ")+"] ":"");return Wi.length===0?Fo+"{}":Nc?Fo+"{"+To(Wi,Nc)+"}":Fo+"{ "+nr.call(Wi,", ")+" }"}return String(Ma)};function jr(na,Ma,Ns){var cs=(Ns.quoteStyle||Ma)==="double"?'"':"'";return cs+na+cs}function Hr(na){return qe.call(String(na),/"/g,""")}function Ur(na){return Nr(na)==="[object Array]"&&(!xr||!(typeof na=="object"&&xr in na))}function zr(na){return Nr(na)==="[object Date]"&&(!xr||!(typeof na=="object"&&xr in na))}function Sr(na){return Nr(na)==="[object RegExp]"&&(!xr||!(typeof na=="object"&&xr in na))}function Tr(na){return Nr(na)==="[object Error]"&&(!xr||!(typeof na=="object"&&xr in na))}function Mr(na){return Nr(na)==="[object String]"&&(!xr||!(typeof na=="object"&&xr in na))}function br(na){return Nr(na)==="[object Number]"&&(!xr||!(typeof na=="object"&&xr in na))}function Cr(na){return Nr(na)==="[object Boolean]"&&(!xr||!(typeof na=="object"&&xr in na))}function Ir(na){if(kr)return na&&typeof na=="object"&&na instanceof Symbol;if(typeof na=="symbol")return!0;if(!na||typeof na!="object"||!Er)return!1;try{return Er.call(na),!0}catch{}return!1}function Dr(na){if(!na||typeof na!="object"||!_r)return!1;try{return _r.call(na),!0}catch{}return!1}var Kr=Object.prototype.hasOwnProperty||function(na){return na in this};function Wr(na,Ma){return Kr.call(na,Ma)}function Nr(na){return Ue.call(na)}function Fr(na){if(na.name)return na.name;var Ma=Et.call(kt.call(na),/^function\s*([\w$]+)/);return Ma?Ma[1]:null}function Qr(na,Ma){if(na.indexOf)return na.indexOf(Ma);for(var Ns=0,cs=na.length;NsMa.maxStringLength){var Ns=na.length-Ma.maxStringLength,cs="... "+Ns+" more character"+(Ns>1?"s":"");return Gr(Ve.call(na,0,Ma.maxStringLength),Ma)+cs}var vl=qe.call(qe.call(na,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Ar);return jr(vl,"single",Ma)}function Ar(na){var Ma=na.charCodeAt(0),Ns={8:"b",9:"t",10:"n",12:"f",13:"r"}[Ma];return Ns?"\\"+Ns:"\\x"+(Ma<16?"0":"")+jt.call(Ma.toString(16))}function On(na){return"Object("+na+")"}function kn(na){return na+" { ? }"}function Sa(na,Ma,Ns,cs){var vl=cs?To(Ns,cs):nr.call(Ns,", ");return na+" ("+Ma+") {"+vl+"}"}function sa(na){for(var Ma=0;Ma=0)return!1;return!0}function qa(na,Ma){var Ns;if(na.indent===" ")Ns=" ";else if(typeof na.indent=="number"&&na.indent>0)Ns=nr.call(Array(na.indent+1)," ");else return null;return{base:Ns,prev:nr.call(Array(Ma+1),Ns)}}function To(na,Ma){if(na.length===0)return"";var Ns=` +`+Ma.prev+Ma.base;return Ns+nr.call(na,","+Ns)+` +`+Ma.prev}function Hi(na,Ma){var Ns=Ur(na),cs=[];if(Ns){cs.length=na.length;for(var vl=0;vl"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]",Ue=z(he),kt=Ne&&V.call(he)==="[object String]",Et=[];if(!Ne&&!Fe&&!Ue)throw new TypeError("Object.keys called on a non-object");var Ve=oe&&Fe;if(kt&&he.length>0&&!j.call(he,0))for(var qe=0;qe0)for(var jt=0;jt=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;_e2){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;ue0&&(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;deNe){if(ue.charCodeAt(_e+Ue)===47)return ue.slice(_e+Ue+1);if(Ue===0)return ue.slice(_e+Ue)}else Ie>Ne&&(oe.charCodeAt(de+Ue)===47?Fe=Ue:Ue===0&&(Fe=0));break}var kt=oe.charCodeAt(de+Ue),Et=ue.charCodeAt(_e+Ue);if(kt!==Et)break;kt===47&&(Fe=Ue)}var Ve="";for(Ue=de+Fe+1;Ue<=pe;++Ue)(Ue===pe||oe.charCodeAt(Ue)===47)&&(Ve.length===0?Ve+="..":Ve+="/..");return Ve.length>0?Ve+ue.slice(_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,Ue=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:Ue!==1&&(Ue=1):_e!==-1&&(Ue=-1)}return _e===-1||he===-1||Ue===0||Ue===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(;++nr3&&"WebKit"||/\bOpera\b/.test(Dr)&&(/\bOPR\b/.test(rr)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(rr)&&!/^(?:Trident|EdgeHTML)$/.test(Ir)&&"WebKit"||!Ir&&/\bMSIE\b/i.test(rr)&&(Nr=="Mac OS"?"Tasman":"Trident")||Ir=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test(Dr)&&"NetFront")&&(Ir=[Ur]),Dr=="IE"&&(Ur=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(rr)||0)[1])?(Dr+=" Mobile",Nr="Windows Phone "+(/\+$/.test(Ur)?Ur:Ur+".x"),Sr.unshift("desktop mode")):/\bWPDesktop\b/i.test(rr)?(Dr="IE Mobile",Nr="Windows Phone 8.x",Sr.unshift("desktop mode"),br||(br=(/\brv:([\d.]+)/.exec(rr)||0)[1])):Dr!="IE"&&Ir=="Trident"&&(Ur=/\brv:([\d.]+)/.exec(rr))&&(Dr&&Sr.push("identifying as "+Dr+(br?" "+br:"")),Dr="IE",br=Ur[1]),Mr){if(kt(ar,"global"))if(vr&&(Ur=vr.lang.System,zr=Ur.getProperty("os.arch"),Nr=Nr||Ur.getProperty("os.name")+" "+Ur.getProperty("os.version")),Rr){try{br=ar.require("ringo/engine").version.join("."),Dr="RingoJS"}catch{(Ur=ar.system)&&Ur.global.system==ar.system&&(Dr="Narwhal",Nr||(Nr=Ur[0].os||null))}Dr||(Dr="Rhino")}else typeof ar.process=="object"&&!ar.process.browser&&(Ur=ar.process)&&(typeof Ur.versions=="object"&&(typeof Ur.versions.electron=="string"?(Sr.push("Node "+Ur.versions.node),Dr="Electron",br=Ur.versions.electron):typeof Ur.versions.nw=="string"&&(Sr.push("Chromium "+br,"Node "+Ur.versions.node),Dr="NW.js",br=Ur.versions.nw)),Dr||(Dr="Node.js",zr=Ur.arch,Nr=Ur.platform,br=/[\d.]+/.exec(Ur.version),br=br?br[0]:null));else Ue(Ur=ar.runtime)==Er?(Dr="Adobe AIR",Nr=Ur.flash.system.Capabilities.os):Ue(Ur=ar.phantom)==yr?(Dr="PhantomJS",br=(Ur=Ur.version||null)&&Ur.major+"."+Ur.minor+"."+Ur.patch):typeof gr.documentMode=="number"&&(Ur=/\bTrident\/(\d+)/i.exec(rr))?(br=[br,gr.documentMode],(Ur=+Ur[1]+4)!=br[1]&&(Sr.push("IE "+br[1]+" mode"),Ir&&(Ir[1]=""),br[1]=Ur),br=Dr=="IE"?String(br[1].toFixed(1)):br[0]):typeof gr.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(Dr)&&(Sr.push("masking as "+Dr+" "+br),Dr="IE",br="11.0",Ir=["Trident"],Nr="Windows");Nr=Nr&&Ne(Nr)}if(br&&(Ur=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(br)||/(?:alpha|beta)(?: ?\d)?/i.exec(rr+";"+(Mr&&ur.appMinorVersion))||/\bMinefield\b/i.test(rr)&&"a")&&(Tr=/b/i.test(Ur)?"beta":"alpha",br=br.replace(RegExp(Ur+"\\+?$"),"")+(Tr=="beta"?mr:Br)+(/\d+\+?/.exec(Ur)||"")),Dr=="Fennec"||Dr=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(Nr))Dr="Firefox Mobile";else if(Dr=="Maxthon"&&br)br=br.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(Kr))Kr=="Xbox 360"&&(Nr=null),Kr=="Xbox 360"&&/\bIEMobile\b/.test(rr)&&Sr.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test(Dr)||Dr&&!Kr&&!/Browser|Mobi/.test(Dr))&&(Nr=="Windows CE"||/Mobi/i.test(rr)))Dr+=" Mobile";else if(Dr=="IE"&&Mr)try{ar.external===null&&Sr.unshift("platform preview")}catch{Sr.unshift("embedded")}else(/\bBlackBerry\b/.test(Kr)||/\bBB10\b/.test(rr))&&(Ur=(RegExp(Kr.replace(/ +/g," *")+"/([.\\d]+)","i").exec(rr)||0)[1]||br)?(Ur=[Ur,/BB10/.test(rr)],Nr=(Ur[1]?(Kr=null,Wr="BlackBerry"):"Device Software")+" "+Ur[0],br=null):this!=Fe&&Kr!="Wii"&&(Mr&&jr||/Opera/.test(Dr)&&/\b(?:MSIE|Firefox)\b/i.test(rr)||Dr=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(Nr)||Dr=="IE"&&(Nr&&!/^Win/.test(Nr)&&br>5.5||/\bWindows XP\b/.test(Nr)&&br>8||br==8&&!/\bTrident\b/.test(rr)))&&!ue.test(Ur=jt.call(Fe,rr.replace(ue,"")+";"))&&Ur.name&&(Ur="ing as "+Ur.name+((Ur=Ur.version)?" "+Ur:""),ue.test(Dr)?(/\bIE\b/.test(Ur)&&Nr=="Mac OS"&&(Nr=null),Ur="identify"+Ur):(Ur="mask"+Ur,Hr?Dr=Ne(Hr.replace(/([a-z])([A-Z])/g,"$1 $2")):Dr="Opera",/\bIE\b/.test(Ur)&&(Nr=null),Mr||(br=null)),Ir=["Presto"],Sr.push(Ur));(Ur=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(rr)||0)[1])&&(Ur=[parseFloat(Ur.replace(/\.(\d)$/,".0$1")),Ur],Dr=="Safari"&&Ur[1].slice(-1)=="+"?(Dr="WebKit Nightly",Tr="alpha",br=Ur[1].slice(0,-1)):(br==Ur[1]||br==(Ur[2]=(/\bSafari\/([\d.]+\+?)/i.exec(rr)||0)[1]))&&(br=null),Ur[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(rr)||0)[1],Ur[0]==537.36&&Ur[2]==537.36&&parseFloat(Ur[1])>=28&&Ir=="WebKit"&&(Ir=["Blink"]),!Mr||!_r&&!Ur[1]?(Ir&&(Ir[1]="like Safari"),Ur=(Ur=Ur[0],Ur<400?1:Ur<500?2:Ur<526?3:Ur<533?4:Ur<534?"4+":Ur<535?5:Ur<537?6:Ur<538?7:Ur<601?8:Ur<602?9:Ur<604?10:Ur<606?11:Ur<608?12:"12")):(Ir&&(Ir[1]="like Chrome"),Ur=Ur[1]||(Ur=Ur[0],Ur<530?1:Ur<532?2:Ur<532.05?3:Ur<533?4:Ur<534.03?5:Ur<534.07?6:Ur<534.1?7:Ur<534.13?8:Ur<534.16?9:Ur<534.24?10:Ur<534.3?11:Ur<535.01?12:Ur<535.02?"13+":Ur<535.07?15:Ur<535.11?16:Ur<535.19?17:Ur<536.05?18:Ur<536.1?19:Ur<537.01?20:Ur<537.11?"21+":Ur<537.13?23:Ur<537.18?24:Ur<537.24?25:Ur<537.36?26:Ir!="Blink"?"27":"28")),Ir&&(Ir[1]+=" "+(Ur+=typeof Ur=="number"?".x":/[.+]/.test(Ur)?"":"+")),Dr=="Safari"&&(!br||parseInt(br)>45)?br=Ur:Dr=="Chrome"&&/\bHeadlessChrome/i.test(rr)&&Sr.unshift("headless")),Dr=="Opera"&&(Ur=/\bzbov|zvav$/.exec(Nr))?(Dr+=" ",Sr.unshift("desktop mode"),Ur=="zvav"?(Dr+="Mini",br=null):Dr+="Mobile",Nr=Nr.replace(RegExp(" *"+Ur+"$"),"")):Dr=="Safari"&&/\bChrome\b/.exec(Ir&&Ir[1])?(Sr.unshift("desktop mode"),Dr="Chrome Mobile",br=null,/\bOS X\b/.test(Nr)?(Wr="Apple",Nr="iOS 4.3+"):Nr=null):/\bSRWare Iron\b/.test(Dr)&&!br&&(br=Go("Chrome")),br&&br.indexOf(Ur=/[\d.]+$/.exec(Nr))==0&&rr.indexOf("/"+Ur+"-")>-1&&(Nr=qe(Nr.replace(Ur,""))),Nr&&Nr.indexOf(Dr)!=-1&&!RegExp(Dr+" OS").test(Nr)&&(Nr=Nr.replace(RegExp(" *"+Et(Dr)+" *"),"")),Ir&&!/\b(?:Avant|Nook)\b/.test(Dr)&&(/Browser|Lunascape|Maxthon/.test(Dr)||Dr!="Safari"&&/^iOS/.test(Nr)&&/\bSafari\b/.test(Ir[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(Dr)&&Ir[1])&&(Ur=Ir[Ir.length-1])&&Sr.push(Ur),Sr.length&&(Sr=["("+Sr.join("; ")+")"]),Wr&&Kr&&Kr.indexOf(Wr)<0&&Sr.push("on "+Wr),Kr&&Sr.push((/^on /.test(Sr[Sr.length-1])?"":"on ")+Kr),Nr&&(Ur=/ ([\d.+]+)$/.exec(Nr),Cr=Ur&&Nr.charAt(Nr.length-Ur[0].length-1)=="/",Nr={architecture:32,family:Ur&&!Cr?Nr.replace(Ur[0],""):Nr,version:Ur?Ur[1]:null,toString:function(){var Gr=this.version;return this.family+(Gr&&!Cr?" "+Gr:"")+(this.architecture==64?" 64-bit":"")}}),(Ur=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(zr))&&!/\bi686\b/i.test(zr)?(Nr&&(Nr.architecture=64,Nr.family=Nr.family.replace(RegExp(" *"+Ur),"")),Dr&&(/\bWOW64\b/i.test(rr)||Mr&&/\w(?:86|32)$/.test(ur.cpuClass||ur.platform)&&!/\bWin64; x64\b/i.test(rr))&&Sr.unshift("32-bit")):Nr&&/^OS X/.test(Nr.family)&&Dr=="Chrome"&&parseFloat(br)>=39&&(Nr.architecture=64),rr||(rr=null);var Kn={};return Kn.description=rr,Kn.layout=Ir&&Ir[0],Kn.manufacturer=Wr,Kn.name=Dr,Kn.prerelease=Tr,Kn.product=Kr,Kn.ua=rr,Kn.version=Dr&&br,Kn.os=Nr||{architecture:null,family:null,version:null,toString:function(){return"null"}},Kn.parse=jt,Kn.toString=us,Kn.version&&Sr.unshift(br),Kn.name&&Sr.unshift(Dr),Nr&&Dr&&!(Nr==String(Nr).split(" ")[0]&&(Nr==Dr.split(" ")[0]||Kr))&&Sr.push(Kr?"("+Nr+")":"on "+Nr),Sr.length&&(Kn.description=Sr.join(" ")),Kn}var tr=jt();z&&re?Fe(tr,function(rr,ar){z[ar]=rr}):V.platform=tr}).call(this)}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],443:[function(n,k,L){(function($){(function(){typeof $>"u"||!$.version||$.version.indexOf("v0.")===0||$.version.indexOf("v1.")===0&&$.version.indexOf("v1.8.")!==0?k.exports={nextTick:j}:k.exports=$;function j(V,z,re,ie){if(typeof V!="function")throw new TypeError('"callback" argument must be a function');var oe=arguments.length,ue,de;switch(oe){case 0:case 1:return $.nextTick(V);case 2:return $.nextTick(function(){V.call(null,z)});case 3:return $.nextTick(function(){V.call(null,z,re)});case 4:return $.nextTick(function(){V.call(null,z,re,ie)});default:for(ue=new Array(oe-1),de=0;de1)for(var kt=1;kt= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ve=ue-de,qe=Math.floor,jt=String.fromCharCode,tr;function rr(Rr){throw new RangeError(Et[Rr])}function ar(Rr,Br){for(var mr=Rr.length,gr=[];mr--;)gr[mr]=Br(Rr[mr]);return gr}function nr(Rr,Br){var mr=Rr.split("@"),gr="";mr.length>1&&(gr=mr[0]+"@",Rr=mr[1]),Rr=Rr.replace(kt,".");var jr=Rr.split("."),Hr=ar(jr,Br).join(".");return gr+Hr}function ur(Rr){for(var Br=[],mr=0,gr=Rr.length,jr,Hr;mr=55296&&jr<=56319&&mr65535&&(Br-=65536,mr+=jt(Br>>>10&1023|55296),Br=56320|Br&1023),mr+=jt(Br),mr}).join("")}function _r(Rr){return Rr-48<10?Rr-22:Rr-65<26?Rr-65:Rr-97<26?Rr-97:ue}function hr(Rr,Br){return Rr+22+75*(Rr<26)-((Br!=0)<<5)}function Er(Rr,Br,mr){var gr=0;for(Rr=mr?qe(Rr/_e):Rr>>1,Rr+=qe(Rr/Br);Rr>Ve*pe>>1;gr+=ue)Rr=qe(Rr/Ve);return qe(gr+(Ve+1)*Rr/(Rr+Ie))}function kr(Rr){var Br=[],mr=Rr.length,gr,jr=0,Hr=he,Ur=Ce,zr,Sr,Tr,Mr,br,Cr,Ir,Dr,Kr;for(zr=Rr.lastIndexOf(Ne),zr<0&&(zr=0),Sr=0;Sr=128&&rr("not-basic"),Br.push(Rr.charCodeAt(Sr));for(Tr=zr>0?zr+1:0;Tr=mr&&rr("invalid-input"),Ir=_r(Rr.charCodeAt(Tr++)),(Ir>=ue||Ir>qe((oe-jr)/br))&&rr("overflow"),jr+=Ir*br,Dr=Cr<=Ur?de:Cr>=Ur+pe?pe:Cr-Ur,!(Irqe(oe/Kr)&&rr("overflow"),br*=Kr;gr=Br.length+1,Ur=Er(jr-Mr,gr,Mr==0),qe(jr/gr)>oe-Hr&&rr("overflow"),Hr+=qe(jr/gr),jr%=gr,Br.splice(jr++,0,Hr)}return cr(Br)}function xr(Rr){var Br,mr,gr,jr,Hr,Ur,zr,Sr,Tr,Mr,br,Cr=[],Ir,Dr,Kr,Wr;for(Rr=ur(Rr),Ir=Rr.length,Br=he,mr=0,Hr=Ce,Ur=0;Ur=Br&&brqe((oe-mr)/Dr)&&rr("overflow"),mr+=(zr-Br)*Dr,Br=zr,Ur=0;Uroe&&rr("overflow"),br==Br){for(Sr=mr,Tr=ue;Mr=Tr<=Hr?de:Tr>=Hr+pe?pe:Tr-Hr,!(Sr-1?Ce.split(","):Ce},oe="utf8=%26%2310003%3B",ue="utf8=%E2%9C%93",de=function(he,Ne){var Fe={__proto__:null},Ue=Ne.ignoreQueryPrefix?he.replace(/^\?/,""):he,kt=Ne.parameterLimit===1/0?void 0:Ne.parameterLimit,Et=Ue.split(Ne.delimiter,kt),Ve=-1,qe,jt=Ne.charset;if(Ne.charsetSentinel)for(qe=0;qe-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 Ue=Fe?he:ie(he,Ne),kt=Ce.length-1;kt>=0;--kt){var Et,Ve=Ce[kt];if(Ve==="[]"&&Ne.parseArrays)Et=[].concat(Ue);else{Et=Ne.plainObjects?Object.create(null):{};var qe=Ve.charAt(0)==="["&&Ve.charAt(Ve.length-1)==="]"?Ve.slice(1,-1):Ve,jt=parseInt(qe,10);!Ne.parseArrays&&qe===""?Et={0:Ue}:!isNaN(jt)&&Ve!==qe&&String(jt)===qe&&jt>=0&&Ne.parseArrays&&jt<=Ne.arrayLimit?(Et=[],Et[jt]=Ue):qe!=="__proto__"&&(Et[qe]=Ue)}Ue=Et}return Ue},Ie=function(he,Ne,Fe,Ue){if(he){var kt=Fe.allowDots?he.replace(/\.([^.[]+)/g,"[$1]"):he,Et=/(\[[^[\]]*])/,Ve=/(\[[^[\]]*])/g,qe=Fe.depth>0&&Et.exec(kt),jt=qe?kt.slice(0,qe.index):kt,tr=[];if(jt){if(!Fe.plainObjects&&j.call(Object.prototype,jt)&&!Fe.allowPrototypes)return;tr.push(jt)}for(var rr=0;Fe.depth>0&&(qe=Ve.exec(kt))!==null&&rr"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,Ue=Ne.plainObjects?Object.create(null):{},kt=Object.keys(Fe),Et=0;Et"u"&&(vr=0)}if(typeof rr=="function"?xr=rr(kt,xr):xr instanceof Date?xr=ur(xr):Et==="comma"&&ie(xr)&&(xr=j.maybeMap(xr,function(Cr){return Cr instanceof Date?ur(Cr):Cr})),xr===null){if(qe)return tr&&!hr?tr(kt,Ie.encoder,Er,"key",cr):kt;xr=""}if(_e(xr)||j.isBuffer(xr)){if(tr){var mr=hr?kt:tr(kt,Ie.encoder,Er,"key",cr);return[_r(mr)+"="+_r(tr(xr,Ie.encoder,Er,"value",cr))]}return[_r(kt)+"="+_r(String(xr))]}var gr=[];if(typeof xr>"u")return gr;var jr;if(Et==="comma"&&ie(xr))hr&&tr&&(xr=j.maybeMap(xr,tr)),jr=[{value:xr.length>0?xr.join(",")||null:void 0}];else if(ie(rr))jr=rr;else{var Hr=Object.keys(xr);jr=ar?Hr.sort(ar):Hr}for(var Ur=Ve&&ie(xr)&&xr.length===1?kt+"[]":kt,zr=0;zr"u"?Ie.allowDots:!!Ue.allowDots,charset:kt,charsetSentinel:typeof Ue.charsetSentinel=="boolean"?Ue.charsetSentinel:Ie.charsetSentinel,delimiter:typeof Ue.delimiter>"u"?Ie.delimiter:Ue.delimiter,encode:typeof Ue.encode=="boolean"?Ue.encode:Ie.encode,encoder:typeof Ue.encoder=="function"?Ue.encoder:Ie.encoder,encodeValuesOnly:typeof Ue.encodeValuesOnly=="boolean"?Ue.encodeValuesOnly:Ie.encodeValuesOnly,filter:qe,format:Et,formatter:Ve,serializeDate:typeof Ue.serializeDate=="function"?Ue.serializeDate:Ie.serializeDate,skipNulls:typeof Ue.skipNulls=="boolean"?Ue.skipNulls:Ie.skipNulls,sort:typeof Ue.sort=="function"?Ue.sort:null,strictNullHandling:typeof Ue.strictNullHandling=="boolean"?Ue.strictNullHandling:Ie.strictNullHandling}};k.exports=function(Fe,Ue){var kt=Fe,Et=Ne(Ue),Ve,qe;typeof Et.filter=="function"?(qe=Et.filter,kt=qe("",kt)):ie(Et.filter)&&(qe=Et.filter,Ve=qe);var jt=[];if(typeof kt!="object"||kt===null)return"";var tr;Ue&&Ue.arrayFormat in re?tr=Ue.arrayFormat:Ue&&"indices"in Ue?tr=Ue.indices?"indices":"repeat":tr="indices";var rr=re[tr];if(Ue&&"commaRoundTrip"in Ue&&typeof Ue.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var ar=rr==="comma"&&Ue&&Ue.commaRoundTrip;Ve||(Ve=Object.keys(kt)),Et.sort&&Ve.sort(Et.sort);for(var nr=$(),ur=0;ur0?hr+_r:""}},{"./formats":446,"./utils":450,"side-channel":469}],450:[function(n,k,L){var $=n("./formats"),j=Object.prototype.hasOwnProperty,V=Array.isArray,z=function(){for(var Fe=[],Ue=0;Ue<256;++Ue)Fe.push("%"+((Ue<16?"0":"")+Ue.toString(16)).toUpperCase());return Fe}(),re=function(Ue){for(;Ue.length>1;){var kt=Ue.pop(),Et=kt.obj[kt.prop];if(V(Et)){for(var Ve=[],qe=0;qe=48&&ar<=57||ar>=65&&ar<=90||ar>=97&&ar<=122||qe===$.RFC1738&&(ar===40||ar===41)){tr+=jt.charAt(rr);continue}if(ar<128){tr=tr+z[ar];continue}if(ar<2048){tr=tr+(z[192|ar>>6]+z[128|ar&63]);continue}if(ar<55296||ar>=57344){tr=tr+(z[224|ar>>12]+z[128|ar>>6&63]+z[128|ar&63]);continue}rr+=1,ar=65536+((ar&1023)<<10|jt.charCodeAt(rr)&1023),tr+=z[240|ar>>18]+z[128|ar>>12&63]+z[128|ar>>6&63]+z[128|ar&63]}return tr},Ie=function(Ue){for(var kt=[{obj:{o:Ue},prop:"o"}],Et=[],Ve=0;Ve0&&pe>de&&(pe=de);for(var Ie=0;Ie=0?(he=_e.substr(0,Ce),Ne=_e.substr(Ce+1)):(he=_e,Ne=""),Fe=decodeURIComponent(he),Ue=decodeURIComponent(Ne),$(oe,Fe)?j(oe[Fe])?oe[Fe].push(Ue):oe[Fe]=[oe[Fe],Ue]:oe[Fe]=Ue}return oe};var j=Array.isArray||function(V){return Object.prototype.toString.call(V)==="[object Array]"}},{}],452:[function(n,k,L){var $=function(re){switch(typeof re){case"string":return re;case"boolean":return re?"true":"false";case"number":return isFinite(re)?re:"";default:return""}};k.exports=function(re,ie,oe,ue){return ie=ie||"&",oe=oe||"=",re===null&&(re=void 0),typeof re=="object"?V(z(re),function(de){var pe=encodeURIComponent($(de))+oe;return j(re[de])?V(re[de],function(Ie){return pe+encodeURIComponent($(Ie))}).join(ie):pe+encodeURIComponent($(re[de]))}).join(ie):ue?encodeURIComponent($(ue))+oe+encodeURIComponent($(re)):""};var j=Array.isArray||function(re){return Object.prototype.toString.call(re)==="[object Array]"};function V(re,ie){if(re.map)return re.map(ie);for(var oe=[],ue=0;ue0?(typeof br!="string"&&!Kr.objectMode&&Object.getPrototypeOf(br)!==ue.prototype&&(br=pe(br)),Ir?Kr.endEmitted?Mr.emit("error",new Error("stream.unshift() after end event")):tr(Mr,Kr,br,!0):Kr.ended?Mr.emit("error",new Error("stream.push() after EOF")):(Kr.reading=!1,Kr.decoder&&!Cr?(br=Kr.decoder.write(br),Kr.objectMode||br.length!==0?tr(Mr,Kr,br,!1):kr(Mr,Kr)):tr(Mr,Kr,br,!1))):Ir||(Kr.reading=!1)}return ar(Kr)}function tr(Mr,br,Cr,Ir){br.flowing&&br.length===0&&!br.sync?(Mr.emit("data",Cr),Mr.read(0)):(br.length+=br.objectMode?1:Cr.length,Ir?br.buffer.unshift(Cr):br.buffer.push(Cr),br.needReadable&&hr(Mr)),kr(Mr,br)}function rr(Mr,br){var Cr;return!Ie(br)&&typeof br!="string"&&br!==void 0&&!Mr.objectMode&&(Cr=new TypeError("Invalid non-string/buffer chunk")),Cr}function ar(Mr){return!Mr.ended&&(Mr.needReadable||Mr.length=nr?Mr=nr:(Mr--,Mr|=Mr>>>1,Mr|=Mr>>>2,Mr|=Mr>>>4,Mr|=Mr>>>8,Mr|=Mr>>>16,Mr++),Mr}function cr(Mr,br){return Mr<=0||br.length===0&&br.ended?0:br.objectMode?1:Mr!==Mr?br.flowing&&br.length?br.buffer.head.data.length:br.length:(Mr>br.highWaterMark&&(br.highWaterMark=ur(Mr)),Mr<=br.length?Mr:br.ended?br.length:(br.needReadable=!0,0))}qe.prototype.read=function(Mr){he("read",Mr),Mr=parseInt(Mr,10);var br=this._readableState,Cr=Mr;if(Mr!==0&&(br.emittedReadable=!1),Mr===0&&br.needReadable&&(br.length>=br.highWaterMark||br.ended))return he("read: emitReadable",br.length,br.ended),br.length===0&&br.ended?zr(this):hr(this),null;if(Mr=cr(Mr,br),Mr===0&&br.ended)return br.length===0&&zr(this),null;var Ir=br.needReadable;he("need readable",Ir),(br.length===0||br.length-Mr0?Dr=gr(Mr,br):Dr=null,Dr===null?(br.needReadable=!0,Mr=0):br.length-=Mr,br.length===0&&(br.ended||(br.needReadable=!0),Cr!==Mr&&br.ended&&zr(this)),Dr!==null&&this.emit("data",Dr),Dr};function _r(Mr,br){if(!br.ended){if(br.decoder){var Cr=br.decoder.end();Cr&&Cr.length&&(br.buffer.push(Cr),br.length+=br.objectMode?1:Cr.length)}br.ended=!0,hr(Mr)}}function hr(Mr){var br=Mr._readableState;br.needReadable=!1,br.emittedReadable||(he("emitReadable",br.flowing),br.emittedReadable=!0,br.sync?V.nextTick(Er,Mr):Er(Mr))}function Er(Mr){he("emit readable"),Mr.emit("readable"),mr(Mr)}function kr(Mr,br){br.readingMore||(br.readingMore=!0,V.nextTick(xr,Mr,br))}function xr(Mr,br){for(var Cr=br.length;!br.reading&&!br.flowing&&!br.ended&&br.length1&&Tr(Ir.pipes,Mr)!==-1)&&!Qr&&(he("false write response, pause",Ir.awaitDrain),Ir.awaitDrain++,Po=!0),Cr.pause())}function Go(Ar){he("onerror",Ar),Gr(),Mr.removeListener("error",Go),ie(Mr,"error")===0&&Mr.emit("error",Ar)}Et(Mr,"error",Go);function us(){Mr.removeListener("finish",Kn),Gr()}Mr.once("close",us);function Kn(){he("onfinish"),Mr.removeListener("close",us),Gr()}Mr.once("finish",Kn);function Gr(){he("unpipe"),Cr.unpipe(Mr)}return Mr.emit("pipe",Cr),Ir.flowing||(he("pipe resume"),Cr.resume()),Mr};function yr(Mr){return function(){var br=Mr._readableState;he("pipeOnDrain",br.awaitDrain),br.awaitDrain&&br.awaitDrain--,br.awaitDrain===0&&ie(Mr,"data")&&(br.flowing=!0,mr(Mr))}}qe.prototype.unpipe=function(Mr){var br=this._readableState,Cr={hasUnpiped:!1};if(br.pipesCount===0)return this;if(br.pipesCount===1)return Mr&&Mr!==br.pipes?this:(Mr||(Mr=br.pipes),br.pipes=null,br.pipesCount=0,br.flowing=!1,Mr&&Mr.emit("unpipe",this,Cr),this);if(!Mr){var Ir=br.pipes,Dr=br.pipesCount;br.pipes=null,br.pipesCount=0,br.flowing=!1;for(var Kr=0;Kr=br.length?(br.decoder?Cr=br.buffer.join(""):br.buffer.length===1?Cr=br.buffer.head.data:Cr=br.buffer.concat(br.length),br.buffer.clear()):Cr=jr(Mr,br.buffer,br.decoder),Cr}function jr(Mr,br,Cr){var Ir;return MrKr.length?Kr.length:Mr;if(Wr===Kr.length?Dr+=Kr:Dr+=Kr.slice(0,Mr),Mr-=Wr,Mr===0){Wr===Kr.length?(++Ir,Cr.next?br.head=Cr.next:br.head=br.tail=null):(br.head=Cr,Cr.data=Kr.slice(Wr));break}++Ir}return br.length-=Ir,Dr}function Ur(Mr,br){var Cr=ue.allocUnsafe(Mr),Ir=br.head,Dr=1;for(Ir.data.copy(Cr),Mr-=Ir.data.length;Ir=Ir.next;){var Kr=Ir.data,Wr=Mr>Kr.length?Kr.length:Mr;if(Kr.copy(Cr,Cr.length-Mr,0,Wr),Mr-=Wr,Mr===0){Wr===Kr.length?(++Dr,Ir.next?br.head=Ir.next:br.head=br.tail=null):(br.head=Ir,Ir.data=Kr.slice(Wr));break}++Dr}return br.length-=Dr,Cr}function zr(Mr){var br=Mr._readableState;if(br.length>0)throw new Error('"endReadable()" called on non-empty stream');br.endEmitted||(br.ended=!0,V.nextTick(Sr,br,Mr))}function Sr(Mr,br){!Mr.endEmitted&&Mr.length===0&&(Mr.endEmitted=!0,br.readable=!1,br.emit("end"))}function Tr(Mr,br){for(var Cr=0,Ir=Mr.length;Cr-1?V:z.nextTick,oe;Et.WritableState=Ue;var ue=Object.create(n("core-util-is"));ue.inherits=n("inherits");var de={deprecate:n("util-deprecate")},pe=n("./internal/streams/stream"),Ie=n("safe-buffer").Buffer,_e=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Ce(Br){return Ie.from(Br)}function he(Br){return Ie.isBuffer(Br)||Br instanceof _e}var Ne=n("./internal/streams/destroy");ue.inherits(Et,pe);function Fe(){}function Ue(Br,mr){oe=oe||n("./_stream_duplex"),Br=Br||{};var gr=mr instanceof oe;this.objectMode=!!Br.objectMode,gr&&(this.objectMode=this.objectMode||!!Br.writableObjectMode);var jr=Br.highWaterMark,Hr=Br.writableHighWaterMark,Ur=this.objectMode?16:16*1024;jr||jr===0?this.highWaterMark=jr:gr&&(Hr||Hr===0)?this.highWaterMark=Hr:this.highWaterMark=Ur,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var zr=Br.decodeStrings===!1;this.decodeStrings=!zr,this.defaultEncoding=Br.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Sr){ur(mr,Sr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new re(this)}Ue.prototype.getBuffer=function(){for(var mr=this.bufferedRequest,gr=[];mr;)gr.push(mr),mr=mr.next;return gr},function(){try{Object.defineProperty(Ue.prototype,"buffer",{get:de.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var kt;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(kt=Function.prototype[Symbol.hasInstance],Object.defineProperty(Et,Symbol.hasInstance,{value:function(Br){return kt.call(this,Br)?!0:this!==Et?!1:Br&&Br._writableState instanceof Ue}})):kt=function(Br){return Br instanceof this};function Et(Br){if(oe=oe||n("./_stream_duplex"),!kt.call(Et,this)&&!(this instanceof oe))return new Et(Br);this._writableState=new Ue(Br,this),this.writable=!0,Br&&(typeof Br.write=="function"&&(this._write=Br.write),typeof Br.writev=="function"&&(this._writev=Br.writev),typeof Br.destroy=="function"&&(this._destroy=Br.destroy),typeof Br.final=="function"&&(this._final=Br.final)),pe.call(this)}Et.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function Ve(Br,mr){var gr=new Error("write after end");Br.emit("error",gr),z.nextTick(mr,gr)}function qe(Br,mr,gr,jr){var Hr=!0,Ur=!1;return gr===null?Ur=new TypeError("May not write null values to stream"):typeof gr!="string"&&gr!==void 0&&!mr.objectMode&&(Ur=new TypeError("Invalid non-string/buffer chunk")),Ur&&(Br.emit("error",Ur),z.nextTick(jr,Ur),Hr=!1),Hr}Et.prototype.write=function(Br,mr,gr){var jr=this._writableState,Hr=!1,Ur=!jr.objectMode&&he(Br);return Ur&&!Ie.isBuffer(Br)&&(Br=Ce(Br)),typeof mr=="function"&&(gr=mr,mr=null),Ur?mr="buffer":mr||(mr=jr.defaultEncoding),typeof gr!="function"&&(gr=Fe),jr.ended?Ve(this,gr):(Ur||qe(this,jr,Br,gr))&&(jr.pendingcb++,Hr=tr(this,jr,Ur,Br,mr,gr)),Hr},Et.prototype.cork=function(){var Br=this._writableState;Br.corked++},Et.prototype.uncork=function(){var Br=this._writableState;Br.corked&&(Br.corked--,!Br.writing&&!Br.corked&&!Br.bufferProcessing&&Br.bufferedRequest&&hr(this,Br))},Et.prototype.setDefaultEncoding=function(mr){if(typeof mr=="string"&&(mr=mr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((mr+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+mr);return this._writableState.defaultEncoding=mr,this};function jt(Br,mr,gr){return!Br.objectMode&&Br.decodeStrings!==!1&&typeof mr=="string"&&(mr=Ie.from(mr,gr)),mr}Object.defineProperty(Et.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function tr(Br,mr,gr,jr,Hr,Ur){if(!gr){var zr=jt(mr,jr,Hr);jr!==zr&&(gr=!0,Hr="buffer",jr=zr)}var Sr=mr.objectMode?1:jr.length;mr.length+=Sr;var Tr=mr.length0?this.tail.next=ue:this.head=ue,this.tail=ue,++this.length},re.prototype.unshift=function(oe){var ue={data:oe,next:this.head};this.length===0&&(this.tail=ue),this.head=ue,++this.length},re.prototype.shift=function(){if(this.length!==0){var oe=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,oe}},re.prototype.clear=function(){this.head=this.tail=null,this.length=0},re.prototype.join=function(oe){if(this.length===0)return"";for(var ue=this.head,de=""+ue.data;ue=ue.next;)de+=oe+ue.data;return de},re.prototype.concat=function(oe){if(this.length===0)return j.alloc(0);for(var ue=j.allocUnsafe(oe>>>0),de=this.head,pe=0;de;)z(de.data,ue,pe),pe+=de.data.length,de=de.next;return ue},re}(),V&&V.inspect&&V.inspect.custom&&(k.exports.prototype[V.inspect.custom]=function(){var re=V.inspect({length:this.length});return this.constructor.name+" "+re})},{"safe-buffer":463,util:102}],460:[function(n,k,L){var $=n("process-nextick-args");function j(re,ie){var oe=this,ue=this._readableState&&this._readableState.destroyed,de=this._writableState&&this._writableState.destroyed;return ue||de?(ie?ie(re):re&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,$.nextTick(z,this,re)):$.nextTick(z,this,re)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(re||null,function(pe){!ie&&pe?oe._writableState?oe._writableState.errorEmitted||(oe._writableState.errorEmitted=!0,$.nextTick(z,oe,pe)):$.nextTick(z,oe,pe):ie&&ie(pe)}),this)}function V(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function z(re,ie){re.emit("error",ie)}k.exports={destroy:j,undestroy:V}},{"process-nextick-args":443}],461:[function(n,k,L){k.exports=n("events").EventEmitter},{events:388}],462:[function(n,k,L){var $={}.toString;k.exports=Array.isArray||function(j){return $.call(j)=="[object Array]"}},{}],463:[function(n,k,L){var $=n("buffer"),j=$.Buffer;function V(re,ie){for(var oe in re)ie[oe]=re[oe]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?k.exports=$:(V($,L),L.Buffer=z);function z(re,ie,oe){return j(re,ie,oe)}V(j,z),z.from=function(re,ie,oe){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,ie,oe)},z.alloc=function(re,ie,oe){if(typeof re!="number")throw new TypeError("Argument must be a number");var ue=j(re);return ie!==void 0?typeof oe=="string"?ue.fill(ie,oe):ue.fill(ie):ue.fill(0),ue},z.allocUnsafe=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return j(re)},z.allocUnsafeSlow=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return $.SlowBuffer(re)}},{buffer:103}],464:[function(n,k,L){var $=n("safe-buffer").Buffer,j=$.isEncoding||function(kt){switch(kt=""+kt,kt&&kt.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function V(kt){if(!kt)return"utf8";for(var Et;;)switch(kt){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return kt;default:if(Et)return;kt=(""+kt).toLowerCase(),Et=!0}}function z(kt){var Et=V(kt);if(typeof Et!="string"&&($.isEncoding===j||!j(kt)))throw new Error("Unknown encoding: "+kt);return Et||kt}L.StringDecoder=re;function re(kt){this.encoding=z(kt);var Et;switch(this.encoding){case"utf16le":this.text=_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=Ue;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=$.allocUnsafe(Et)}re.prototype.write=function(kt){if(kt.length===0)return"";var Et,Ve;if(this.lastNeed){if(Et=this.fillLast(kt),Et===void 0)return"";Ve=this.lastNeed,this.lastNeed=0}else Ve=0;return Ve>5===6?2:kt>>4===14?3:kt>>3===30?4:kt>>6===2?-1:-2}function oe(kt,Et,Ve){var qe=Et.length-1;if(qe=0?(jt>0&&(kt.lastNeed=jt-1),jt):--qe=0?(jt>0&&(kt.lastNeed=jt-2),jt):--qe=0?(jt>0&&(jt===2?jt=0:kt.lastNeed=jt-3),jt):0))}function ue(kt,Et,Ve){if((Et[0]&192)!==128)return kt.lastNeed=0,"�";if(kt.lastNeed>1&&Et.length>1){if((Et[1]&192)!==128)return kt.lastNeed=1,"�";if(kt.lastNeed>2&&Et.length>2&&(Et[2]&192)!==128)return kt.lastNeed=2,"�"}}function de(kt){var Et=this.lastTotal-this.lastNeed,Ve=ue(this,kt);if(Ve!==void 0)return Ve;if(this.lastNeed<=kt.length)return kt.copy(this.lastChar,Et,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);kt.copy(this.lastChar,Et,0,kt.length),this.lastNeed-=kt.length}function pe(kt,Et){var Ve=oe(this,kt,Et);if(!this.lastNeed)return kt.toString("utf8",Et);this.lastTotal=Ve;var qe=kt.length-(Ve-this.lastNeed);return kt.copy(this.lastChar,0,qe),kt.toString("utf8",Et,qe)}function Ie(kt){var Et=kt&&kt.length?this.write(kt):"";return this.lastNeed?Et+"�":Et}function _e(kt,Et){if((kt.length-Et)%2===0){var Ve=kt.toString("utf16le",Et);if(Ve){var qe=Ve.charCodeAt(Ve.length-1);if(qe>=55296&&qe<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=kt[kt.length-2],this.lastChar[1]=kt[kt.length-1],Ve.slice(0,-1)}return Ve}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=kt[kt.length-1],kt.toString("utf16le",Et,kt.length-1)}function Ce(kt){var Et=kt&&kt.length?this.write(kt):"";if(this.lastNeed){var Ve=this.lastTotal-this.lastNeed;return Et+this.lastChar.toString("utf16le",0,Ve)}return Et}function he(kt,Et){var Ve=(kt.length-Et)%3;return Ve===0?kt.toString("base64",Et):(this.lastNeed=3-Ve,this.lastTotal=3,Ve===1?this.lastChar[0]=kt[kt.length-1]:(this.lastChar[0]=kt[kt.length-2],this.lastChar[1]=kt[kt.length-1]),kt.toString("base64",Et,kt.length-Ve))}function Ne(kt){var Et=kt&&kt.length?this.write(kt):"";return this.lastNeed?Et+this.lastChar.toString("base64",0,3-this.lastNeed):Et}function Fe(kt){return kt.toString(this.encoding)}function Ue(kt){return kt&&kt.length?this.write(kt):""}},{"safe-buffer":463}],465:[function(n,k,L){L=k.exports=n("./lib/_stream_readable.js"),L.Stream=L,L.Readable=L,L.Writable=n("./lib/_stream_writable.js"),L.Duplex=n("./lib/_stream_duplex.js"),L.Transform=n("./lib/_stream_transform.js"),L.PassThrough=n("./lib/_stream_passthrough.js")},{"./lib/_stream_duplex.js":454,"./lib/_stream_passthrough.js":455,"./lib/_stream_readable.js":456,"./lib/_stream_transform.js":457,"./lib/_stream_writable.js":458}],466:[function(n,k,L){/*! safe-buffer. MIT License. Feross Aboukhadijeh */var $=n("buffer"),j=$.Buffer;function V(re,ie){for(var oe in re)ie[oe]=re[oe]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?k.exports=$:(V($,L),L.Buffer=z);function z(re,ie,oe){return j(re,ie,oe)}z.prototype=Object.create(j.prototype),V(j,z),z.from=function(re,ie,oe){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,ie,oe)},z.alloc=function(re,ie,oe){if(typeof re!="number")throw new TypeError("Argument must be a number");var ue=j(re);return ie!==void 0?typeof oe=="string"?ue.fill(ie,oe):ue.fill(ie):ue.fill(0),ue},z.allocUnsafe=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return j(re)},z.allocUnsafeSlow=function(re){if(typeof re!="number")throw new TypeError("Argument must be a number");return $.SlowBuffer(re)}},{buffer:103}],467:[function(n,k,L){(function($){(function(){(function(j){j.parser=function(Sr,Tr){return new z(Sr,Tr)},j.SAXParser=z,j.SAXStream=Ie,j.createStream=pe,j.MAX_BUFFER_LENGTH=64*1024;var V=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];j.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function z(Sr,Tr){if(!(this instanceof z))return new z(Sr,Tr);var Mr=this;ie(Mr),Mr.q=Mr.c="",Mr.bufferCheckPosition=j.MAX_BUFFER_LENGTH,Mr.opt=Tr||{},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=!!Sr,Mr.noscript=!!(Sr||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(Sr){function Tr(){}Tr.prototype=Sr;var Mr=new Tr;return Mr}),Object.keys||(Object.keys=function(Sr){var Tr=[];for(var Mr in Sr)Sr.hasOwnProperty(Mr)&&Tr.push(Mr);return Tr});function re(Sr){for(var Tr=Math.max(j.MAX_BUFFER_LENGTH,10),Mr=0,br=0,Cr=V.length;brTr)switch(V[br]){case"textNode":hr(Sr);break;case"cdata":_r(Sr,"oncdata",Sr.cdata),Sr.cdata="";break;case"script":_r(Sr,"onscript",Sr.script),Sr.script="";break;default:kr(Sr,"Max buffer length exceeded: "+V[br])}Mr=Math.max(Mr,Ir)}var Dr=j.MAX_BUFFER_LENGTH-Mr;Sr.bufferCheckPosition=Dr+Sr.position}function ie(Sr){for(var Tr=0,Mr=V.length;Tr"||qe(Sr)}function rr(Sr,Tr){return Sr.test(Tr)}function ar(Sr,Tr){return!rr(Sr,Tr)}var nr=0;j.STATE={BEGIN:nr++,BEGIN_WHITESPACE:nr++,TEXT:nr++,TEXT_ENTITY:nr++,OPEN_WAKA:nr++,SGML_DECL:nr++,SGML_DECL_QUOTED:nr++,DOCTYPE:nr++,DOCTYPE_QUOTED:nr++,DOCTYPE_DTD:nr++,DOCTYPE_DTD_QUOTED:nr++,COMMENT_STARTING:nr++,COMMENT:nr++,COMMENT_ENDING:nr++,COMMENT_ENDED:nr++,CDATA:nr++,CDATA_ENDING:nr++,CDATA_ENDING_2:nr++,PROC_INST:nr++,PROC_INST_BODY:nr++,PROC_INST_ENDING:nr++,OPEN_TAG:nr++,OPEN_TAG_SLASH:nr++,ATTRIB:nr++,ATTRIB_NAME:nr++,ATTRIB_NAME_SAW_WHITE:nr++,ATTRIB_VALUE:nr++,ATTRIB_VALUE_QUOTED:nr++,ATTRIB_VALUE_CLOSED:nr++,ATTRIB_VALUE_UNQUOTED:nr++,ATTRIB_VALUE_ENTITY_Q:nr++,ATTRIB_VALUE_ENTITY_U:nr++,CLOSE_TAG:nr++,CLOSE_TAG_SAW_WHITE:nr++,SCRIPT:nr++,SCRIPT_ENDING:nr++},j.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},j.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(j.ENTITIES).forEach(function(Sr){var Tr=j.ENTITIES[Sr],Mr=typeof Tr=="number"?String.fromCharCode(Tr):Tr;j.ENTITIES[Sr]=Mr});for(var ur in j.STATE)j.STATE[j.STATE[ur]]=ur;nr=j.STATE;function cr(Sr,Tr,Mr){Sr[Tr]&&Sr[Tr](Mr)}function _r(Sr,Tr,Mr){Sr.textNode&&hr(Sr),cr(Sr,Tr,Mr)}function hr(Sr){Sr.textNode=Er(Sr.opt,Sr.textNode),Sr.textNode&&cr(Sr,"ontext",Sr.textNode),Sr.textNode=""}function Er(Sr,Tr){return Sr.trim&&(Tr=Tr.trim()),Sr.normalize&&(Tr=Tr.replace(/\s+/g," ")),Tr}function kr(Sr,Tr){return hr(Sr),Sr.trackPosition&&(Tr+=` +Line: `+Sr.line+` +Column: `+Sr.column+` +Char: `+Sr.c),Tr=new Error(Tr),Sr.error=Tr,cr(Sr,"onerror",Tr),Sr}function xr(Sr){return Sr.sawRoot&&!Sr.closedRoot&&yr(Sr,"Unclosed root tag"),Sr.state!==nr.BEGIN&&Sr.state!==nr.BEGIN_WHITESPACE&&Sr.state!==nr.TEXT&&kr(Sr,"Unexpected end"),hr(Sr),Sr.c="",Sr.closed=!0,cr(Sr,"onend"),z.call(Sr,Sr.strict,Sr.opt),Sr}function yr(Sr,Tr){if(typeof Sr!="object"||!(Sr instanceof z))throw new Error("bad call to strictFail");Sr.strict&&kr(Sr,Tr)}function vr(Sr){Sr.strict||(Sr.tagName=Sr.tagName[Sr.looseCase]());var Tr=Sr.tags[Sr.tags.length-1]||Sr,Mr=Sr.tag={name:Sr.tagName,attributes:{}};Sr.opt.xmlns&&(Mr.ns=Tr.ns),Sr.attribList.length=0,_r(Sr,"onopentagstart",Mr)}function Rr(Sr,Tr){var Mr=Sr.indexOf(":"),br=Mr<0?["",Sr]:Sr.split(":"),Cr=br[0],Ir=br[1];return Tr&&Sr==="xmlns"&&(Cr="xmlns",Ir=""),{prefix:Cr,local:Ir}}function Br(Sr){if(Sr.strict||(Sr.attribName=Sr.attribName[Sr.looseCase]()),Sr.attribList.indexOf(Sr.attribName)!==-1||Sr.tag.attributes.hasOwnProperty(Sr.attribName)){Sr.attribName=Sr.attribValue="";return}if(Sr.opt.xmlns){var Tr=Rr(Sr.attribName,!0),Mr=Tr.prefix,br=Tr.local;if(Mr==="xmlns")if(br==="xml"&&Sr.attribValue!==he)yr(Sr,"xml: prefix must be bound to "+he+` +Actual: `+Sr.attribValue);else if(br==="xmlns"&&Sr.attribValue!==Ne)yr(Sr,"xmlns: prefix must be bound to "+Ne+` +Actual: `+Sr.attribValue);else{var Cr=Sr.tag,Ir=Sr.tags[Sr.tags.length-1]||Sr;Cr.ns===Ir.ns&&(Cr.ns=Object.create(Ir.ns)),Cr.ns[br]=Sr.attribValue}Sr.attribList.push([Sr.attribName,Sr.attribValue])}else Sr.tag.attributes[Sr.attribName]=Sr.attribValue,_r(Sr,"onattribute",{name:Sr.attribName,value:Sr.attribValue});Sr.attribName=Sr.attribValue=""}function mr(Sr,Tr){if(Sr.opt.xmlns){var Mr=Sr.tag,br=Rr(Sr.tagName);Mr.prefix=br.prefix,Mr.local=br.local,Mr.uri=Mr.ns[br.prefix]||"",Mr.prefix&&!Mr.uri&&(yr(Sr,"Unbound namespace prefix: "+JSON.stringify(Sr.tagName)),Mr.uri=br.prefix);var Cr=Sr.tags[Sr.tags.length-1]||Sr;Mr.ns&&Cr.ns!==Mr.ns&&Object.keys(Mr.ns).forEach(function(Go){_r(Sr,"onopennamespace",{prefix:Go,uri:Mr.ns[Go]})});for(var Ir=0,Dr=Sr.attribList.length;Ir",Sr.tagName="",Sr.state=nr.SCRIPT;return}_r(Sr,"onscript",Sr.script),Sr.script=""}var Tr=Sr.tags.length,Mr=Sr.tagName;Sr.strict||(Mr=Mr[Sr.looseCase]());for(var br=Mr;Tr--;){var Cr=Sr.tags[Tr];if(Cr.name!==br)yr(Sr,"Unexpected close tag");else break}if(Tr<0){yr(Sr,"Unmatched closing tag: "+Sr.tagName),Sr.textNode+="",Sr.state=nr.TEXT;return}Sr.tagName=Mr;for(var Ir=Sr.tags.length;Ir-- >Tr;){var Dr=Sr.tag=Sr.tags.pop();Sr.tagName=Sr.tag.name,_r(Sr,"onclosetag",Sr.tagName);var Kr={};for(var Wr in Dr.ns)Kr[Wr]=Dr.ns[Wr];var Nr=Sr.tags[Sr.tags.length-1]||Sr;Sr.opt.xmlns&&Dr.ns!==Nr.ns&&Object.keys(Dr.ns).forEach(function(Fr){var Qr=Dr.ns[Fr];_r(Sr,"onclosenamespace",{prefix:Fr,uri:Qr})})}Tr===0&&(Sr.closedRoot=!0),Sr.tagName=Sr.attribValue=Sr.attribName="",Sr.attribList.length=0,Sr.state=nr.TEXT}function jr(Sr){var Tr=Sr.entity,Mr=Tr.toLowerCase(),br,Cr="";return Sr.ENTITIES[Tr]?Sr.ENTITIES[Tr]:Sr.ENTITIES[Mr]?Sr.ENTITIES[Mr]:(Tr=Mr,Tr.charAt(0)==="#"&&(Tr.charAt(1)==="x"?(Tr=Tr.slice(2),br=parseInt(Tr,16),Cr=br.toString(16)):(Tr=Tr.slice(1),br=parseInt(Tr,10),Cr=br.toString(10))),Tr=Tr.replace(/^0+/,""),isNaN(br)||Cr.toLowerCase()!==Tr?(yr(Sr,"Invalid character entity"),"&"+Sr.entity+";"):String.fromCodePoint(br))}function Hr(Sr,Tr){Tr==="<"?(Sr.state=nr.OPEN_WAKA,Sr.startTagPosition=Sr.position):qe(Tr)||(yr(Sr,"Non-whitespace before first tag."),Sr.textNode=Tr,Sr.state=nr.TEXT)}function Ur(Sr,Tr){var Mr="";return Tr"?(_r(Tr,"onsgmldeclaration",Tr.sgmlDecl),Tr.sgmlDecl="",Tr.state=nr.TEXT):(jt(br)&&(Tr.state=nr.SGML_DECL_QUOTED),Tr.sgmlDecl+=br);continue;case nr.SGML_DECL_QUOTED:br===Tr.q&&(Tr.state=nr.SGML_DECL,Tr.q=""),Tr.sgmlDecl+=br;continue;case nr.DOCTYPE:br===">"?(Tr.state=nr.TEXT,_r(Tr,"ondoctype",Tr.doctype),Tr.doctype=!0):(Tr.doctype+=br,br==="["?Tr.state=nr.DOCTYPE_DTD:jt(br)&&(Tr.state=nr.DOCTYPE_QUOTED,Tr.q=br));continue;case nr.DOCTYPE_QUOTED:Tr.doctype+=br,br===Tr.q&&(Tr.q="",Tr.state=nr.DOCTYPE);continue;case nr.DOCTYPE_DTD:Tr.doctype+=br,br==="]"?Tr.state=nr.DOCTYPE:jt(br)&&(Tr.state=nr.DOCTYPE_DTD_QUOTED,Tr.q=br);continue;case nr.DOCTYPE_DTD_QUOTED:Tr.doctype+=br,br===Tr.q&&(Tr.state=nr.DOCTYPE_DTD,Tr.q="");continue;case nr.COMMENT:br==="-"?Tr.state=nr.COMMENT_ENDING:Tr.comment+=br;continue;case nr.COMMENT_ENDING:br==="-"?(Tr.state=nr.COMMENT_ENDED,Tr.comment=Er(Tr.opt,Tr.comment),Tr.comment&&_r(Tr,"oncomment",Tr.comment),Tr.comment=""):(Tr.comment+="-"+br,Tr.state=nr.COMMENT);continue;case nr.COMMENT_ENDED:br!==">"?(yr(Tr,"Malformed comment"),Tr.comment+="--"+br,Tr.state=nr.COMMENT):Tr.state=nr.TEXT;continue;case nr.CDATA:br==="]"?Tr.state=nr.CDATA_ENDING:Tr.cdata+=br;continue;case nr.CDATA_ENDING:br==="]"?Tr.state=nr.CDATA_ENDING_2:(Tr.cdata+="]"+br,Tr.state=nr.CDATA);continue;case nr.CDATA_ENDING_2:br===">"?(Tr.cdata&&_r(Tr,"oncdata",Tr.cdata),_r(Tr,"onclosecdata"),Tr.cdata="",Tr.state=nr.TEXT):br==="]"?Tr.cdata+="]":(Tr.cdata+="]]"+br,Tr.state=nr.CDATA);continue;case nr.PROC_INST:br==="?"?Tr.state=nr.PROC_INST_ENDING:qe(br)?Tr.state=nr.PROC_INST_BODY:Tr.procInstName+=br;continue;case nr.PROC_INST_BODY:if(!Tr.procInstBody&&qe(br))continue;br==="?"?Tr.state=nr.PROC_INST_ENDING:Tr.procInstBody+=br;continue;case nr.PROC_INST_ENDING:br===">"?(_r(Tr,"onprocessinginstruction",{name:Tr.procInstName,body:Tr.procInstBody}),Tr.procInstName=Tr.procInstBody="",Tr.state=nr.TEXT):(Tr.procInstBody+="?"+br,Tr.state=nr.PROC_INST_BODY);continue;case nr.OPEN_TAG:rr(kt,br)?Tr.tagName+=br:(vr(Tr),br===">"?mr(Tr):br==="/"?Tr.state=nr.OPEN_TAG_SLASH:(qe(br)||yr(Tr,"Invalid character in tag name"),Tr.state=nr.ATTRIB));continue;case nr.OPEN_TAG_SLASH:br===">"?(mr(Tr,!0),gr(Tr)):(yr(Tr,"Forward-slash in opening tag not followed by >"),Tr.state=nr.ATTRIB);continue;case nr.ATTRIB:if(qe(br))continue;br===">"?mr(Tr):br==="/"?Tr.state=nr.OPEN_TAG_SLASH:rr(Ue,br)?(Tr.attribName=br,Tr.attribValue="",Tr.state=nr.ATTRIB_NAME):yr(Tr,"Invalid attribute name");continue;case nr.ATTRIB_NAME:br==="="?Tr.state=nr.ATTRIB_VALUE:br===">"?(yr(Tr,"Attribute without value"),Tr.attribValue=Tr.attribName,Br(Tr),mr(Tr)):qe(br)?Tr.state=nr.ATTRIB_NAME_SAW_WHITE:rr(kt,br)?Tr.attribName+=br:yr(Tr,"Invalid attribute name");continue;case nr.ATTRIB_NAME_SAW_WHITE:if(br==="=")Tr.state=nr.ATTRIB_VALUE;else{if(qe(br))continue;yr(Tr,"Attribute without value"),Tr.tag.attributes[Tr.attribName]="",Tr.attribValue="",_r(Tr,"onattribute",{name:Tr.attribName,value:""}),Tr.attribName="",br===">"?mr(Tr):rr(Ue,br)?(Tr.attribName=br,Tr.state=nr.ATTRIB_NAME):(yr(Tr,"Invalid attribute name"),Tr.state=nr.ATTRIB)}continue;case nr.ATTRIB_VALUE:if(qe(br))continue;jt(br)?(Tr.q=br,Tr.state=nr.ATTRIB_VALUE_QUOTED):(yr(Tr,"Unquoted attribute value"),Tr.state=nr.ATTRIB_VALUE_UNQUOTED,Tr.attribValue=br);continue;case nr.ATTRIB_VALUE_QUOTED:if(br!==Tr.q){br==="&"?Tr.state=nr.ATTRIB_VALUE_ENTITY_Q:Tr.attribValue+=br;continue}Br(Tr),Tr.q="",Tr.state=nr.ATTRIB_VALUE_CLOSED;continue;case nr.ATTRIB_VALUE_CLOSED:qe(br)?Tr.state=nr.ATTRIB:br===">"?mr(Tr):br==="/"?Tr.state=nr.OPEN_TAG_SLASH:rr(Ue,br)?(yr(Tr,"No whitespace between attributes"),Tr.attribName=br,Tr.attribValue="",Tr.state=nr.ATTRIB_NAME):yr(Tr,"Invalid attribute name");continue;case nr.ATTRIB_VALUE_UNQUOTED:if(!tr(br)){br==="&"?Tr.state=nr.ATTRIB_VALUE_ENTITY_U:Tr.attribValue+=br;continue}Br(Tr),br===">"?mr(Tr):Tr.state=nr.ATTRIB;continue;case nr.CLOSE_TAG:if(Tr.tagName)br===">"?gr(Tr):rr(kt,br)?Tr.tagName+=br:Tr.script?(Tr.script+=""?gr(Tr):yr(Tr,"Invalid characters in closing tag");continue;case nr.TEXT_ENTITY:case nr.ATTRIB_VALUE_ENTITY_Q:case nr.ATTRIB_VALUE_ENTITY_U:var Dr,Kr;switch(Tr.state){case nr.TEXT_ENTITY:Dr=nr.TEXT,Kr="textNode";break;case nr.ATTRIB_VALUE_ENTITY_Q:Dr=nr.ATTRIB_VALUE_QUOTED,Kr="attribValue";break;case nr.ATTRIB_VALUE_ENTITY_U:Dr=nr.ATTRIB_VALUE_UNQUOTED,Kr="attribValue";break}if(br===";")if(Tr.opt.unparsedEntities){var Wr=jr(Tr);Tr.entity="",Tr.state=Dr,Tr.write(Wr)}else Tr[Kr]+=jr(Tr),Tr.entity="",Tr.state=Dr;else rr(Tr.entity.length?Ve:Et,br)?Tr.entity+=br:(yr(Tr,"Invalid character in entity name"),Tr[Kr]+="&"+Tr.entity+br,Tr.entity="",Tr.state=Dr);continue;default:throw new Error(Tr,"Unknown state: "+Tr.state)}return Tr.position>=Tr.bufferCheckPosition&&re(Tr),Tr}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Sr=String.fromCharCode,Tr=Math.floor,Mr=function(){var br=16384,Cr=[],Ir,Dr,Kr=-1,Wr=arguments.length;if(!Wr)return"";for(var Nr="";++Kr1114111||Tr(Fr)!==Fr)throw RangeError("Invalid code point: "+Fr);Fr<=65535?Cr.push(Fr):(Fr-=65536,Ir=(Fr>>10)+55296,Dr=Fr%1024+56320,Cr.push(Ir,Dr)),(Kr+1===Wr||Cr.length>br)&&(Nr+=Sr.apply(null,Cr),Cr.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(Ue,kt){for(var Et=Ue,Ve;(Ve=Et.next)!==null;Et=Ve)if(Ve.key===kt)return Et.next=Ve.next,Ve.next=Ue.next,Ue.next=Ve,Ve},he=function(Ue,kt){var Et=Ce(Ue,kt);return Et&&Et.value},Ne=function(Ue,kt,Et){var Ve=Ce(Ue,kt);Ve?Ve.value=Et:Ue.next={key:kt,next:Ue.next,value:Et}},Fe=function(Ue,kt){return!!Ce(Ue,kt)};k.exports=function(){var kt,Et,Ve,qe={assert:function(jt){if(!qe.has(jt))throw new z("Side channel does not contain "+V(jt))},get:function(jt){if(re&&jt&&(typeof jt=="object"||typeof jt=="function")){if(kt)return oe(kt,jt)}else if(ie){if(Et)return pe(Et,jt)}else if(Ve)return he(Ve,jt)},has:function(jt){if(re&&jt&&(typeof jt=="object"||typeof jt=="function")){if(kt)return de(kt,jt)}else if(ie){if(Et)return _e(Et,jt)}else if(Ve)return Fe(Ve,jt);return!1},set:function(jt,tr){re&&jt&&(typeof jt=="object"||typeof jt=="function")?(kt||(kt=new re),ue(kt,jt,tr)):ie?(Et||(Et=new ie),Ie(Et,jt,tr)):(Ve||(Ve={key:{},next:null}),Ne(Ve,jt,tr))}};return qe}},{"call-bind/callBound":105,"get-intrinsic":392,"object-inspect":435}],470:[function(n,k,L){k.exports=V;var $=n("events").EventEmitter,j=n("inherits");j(V,$),V.Readable=n("readable-stream/lib/_stream_readable.js"),V.Writable=n("readable-stream/lib/_stream_writable.js"),V.Duplex=n("readable-stream/lib/_stream_duplex.js"),V.Transform=n("readable-stream/lib/_stream_transform.js"),V.PassThrough=n("readable-stream/lib/_stream_passthrough.js"),V.finished=n("readable-stream/lib/internal/streams/end-of-stream.js"),V.pipeline=n("readable-stream/lib/internal/streams/pipeline.js"),V.Stream=V;function V(){$.call(this)}V.prototype.pipe=function(z,re){var ie=this;function oe(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,Ue){return Ce.call(this,Ie(Ne,Fe,Ue))||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;ie0)if(typeof Kr!="string"&&!Qr.objectMode&&Object.getPrototypeOf(Kr)!==ie.prototype&&(Kr=ue(Kr)),Nr)Qr.endEmitted?rr(Dr,new Ve):hr(Dr,Qr,Kr,!0);else if(Qr.ended)rr(Dr,new kt);else{if(Qr.destroyed)return!1;Qr.reading=!1,Qr.decoder&&!Wr?(Kr=Qr.decoder.write(Kr),Qr.objectMode||Kr.length!==0?hr(Dr,Qr,Kr,!1):mr(Dr,Qr)):hr(Dr,Qr,Kr,!1)}else Nr||(Qr.reading=!1,mr(Dr,Qr))}return!Qr.ended&&(Qr.length=kr?Dr=kr:(Dr--,Dr|=Dr>>>1,Dr|=Dr>>>2,Dr|=Dr>>>4,Dr|=Dr>>>8,Dr|=Dr>>>16,Dr++),Dr}function yr(Dr,Kr){return Dr<=0||Kr.length===0&&Kr.ended?0:Kr.objectMode?1:Dr!==Dr?Kr.flowing&&Kr.length?Kr.buffer.head.data.length:Kr.length:(Dr>Kr.highWaterMark&&(Kr.highWaterMark=xr(Dr)),Dr<=Kr.length?Dr:Kr.ended?Kr.length:(Kr.needReadable=!0,0))}cr.prototype.read=function(Dr){Ie("read",Dr),Dr=parseInt(Dr,10);var Kr=this._readableState,Wr=Dr;if(Dr!==0&&(Kr.emittedReadable=!1),Dr===0&&Kr.needReadable&&((Kr.highWaterMark!==0?Kr.length>=Kr.highWaterMark:Kr.length>0)||Kr.ended))return Ie("read: emitReadable",Kr.length,Kr.ended),Kr.length===0&&Kr.ended?br(this):Rr(this),null;if(Dr=yr(Dr,Kr),Dr===0&&Kr.ended)return Kr.length===0&&br(this),null;var Nr=Kr.needReadable;Ie("need readable",Nr),(Kr.length===0||Kr.length-Dr0?Fr=Mr(Dr,Kr):Fr=null,Fr===null?(Kr.needReadable=Kr.length<=Kr.highWaterMark,Dr=0):(Kr.length-=Dr,Kr.awaitDrain=0),Kr.length===0&&(Kr.ended||(Kr.needReadable=!0),Wr!==Dr&&Kr.ended&&br(this)),Fr!==null&&this.emit("data",Fr),Fr};function vr(Dr,Kr){if(Ie("onEofChunk"),!Kr.ended){if(Kr.decoder){var Wr=Kr.decoder.end();Wr&&Wr.length&&(Kr.buffer.push(Wr),Kr.length+=Kr.objectMode?1:Wr.length)}Kr.ended=!0,Kr.sync?Rr(Dr):(Kr.needReadable=!1,Kr.emittedReadable||(Kr.emittedReadable=!0,Br(Dr)))}}function Rr(Dr){var Kr=Dr._readableState;Ie("emitReadable",Kr.needReadable,Kr.emittedReadable),Kr.needReadable=!1,Kr.emittedReadable||(Ie("emitReadable",Kr.flowing),Kr.emittedReadable=!0,$.nextTick(Br,Dr))}function Br(Dr){var Kr=Dr._readableState;Ie("emitReadable_",Kr.destroyed,Kr.length,Kr.ended),!Kr.destroyed&&(Kr.length||Kr.ended)&&(Dr.emit("readable"),Kr.emittedReadable=!1),Kr.needReadable=!Kr.flowing&&!Kr.ended&&Kr.length<=Kr.highWaterMark,Tr(Dr)}function mr(Dr,Kr){Kr.readingMore||(Kr.readingMore=!0,$.nextTick(gr,Dr,Kr))}function gr(Dr,Kr){for(;!Kr.reading&&!Kr.ended&&(Kr.length1&&Ir(Nr.pipes,Dr)!==-1)&&!Go&&(Ie("false write response, pause",Nr.awaitDrain),Nr.awaitDrain++),Wr.pause())}function Gr(Sa){Ie("onerror",Sa),kn(),Dr.removeListener("error",Gr),z(Dr,"error")===0&&rr(Dr,Sa)}nr(Dr,"error",Gr);function Ar(){Dr.removeListener("finish",On),kn()}Dr.once("close",Ar);function On(){Ie("onfinish"),Dr.removeListener("close",Ar),kn()}Dr.once("finish",On);function kn(){Ie("unpipe"),Wr.unpipe(Dr)}return Dr.emit("pipe",Wr),Nr.flowing||(Ie("pipe resume"),Wr.resume()),Dr};function jr(Dr){return function(){var Wr=Dr._readableState;Ie("pipeOnDrain",Wr.awaitDrain),Wr.awaitDrain&&Wr.awaitDrain--,Wr.awaitDrain===0&&z(Dr,"data")&&(Wr.flowing=!0,Tr(Dr))}}cr.prototype.unpipe=function(Dr){var Kr=this._readableState,Wr={hasUnpiped:!1};if(Kr.pipesCount===0)return this;if(Kr.pipesCount===1)return Dr&&Dr!==Kr.pipes?this:(Dr||(Dr=Kr.pipes),Kr.pipes=null,Kr.pipesCount=0,Kr.flowing=!1,Dr&&Dr.emit("unpipe",this,Wr),this);if(!Dr){var Nr=Kr.pipes,Fr=Kr.pipesCount;Kr.pipes=null,Kr.pipesCount=0,Kr.flowing=!1;for(var Qr=0;Qr0,Nr.flowing!==!1&&this.resume()):Dr==="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?Rr(this):Nr.reading||$.nextTick(Ur,this)),Wr},cr.prototype.addListener=cr.prototype.on,cr.prototype.removeListener=function(Dr,Kr){var Wr=re.prototype.removeListener.call(this,Dr,Kr);return Dr==="readable"&&$.nextTick(Hr,this),Wr},cr.prototype.removeAllListeners=function(Dr){var Kr=re.prototype.removeAllListeners.apply(this,arguments);return(Dr==="readable"||Dr===void 0)&&$.nextTick(Hr,this),Kr};function Hr(Dr){var Kr=Dr._readableState;Kr.readableListening=Dr.listenerCount("readable")>0,Kr.resumeScheduled&&!Kr.paused?Kr.flowing=!0:Dr.listenerCount("data")>0&&Dr.resume()}function Ur(Dr){Ie("readable nexttick read 0"),Dr.read(0)}cr.prototype.resume=function(){var Dr=this._readableState;return Dr.flowing||(Ie("resume"),Dr.flowing=!Dr.readableListening,zr(this,Dr)),Dr.paused=!1,this};function zr(Dr,Kr){Kr.resumeScheduled||(Kr.resumeScheduled=!0,$.nextTick(Sr,Dr,Kr))}function Sr(Dr,Kr){Ie("resume",Kr.reading),Kr.reading||Dr.read(0),Kr.resumeScheduled=!1,Dr.emit("resume"),Tr(Dr),Kr.flowing&&!Kr.reading&&Dr.read(0)}cr.prototype.pause=function(){return Ie("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Ie("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Tr(Dr){var Kr=Dr._readableState;for(Ie("flow",Kr.flowing);Kr.flowing&&Dr.read()!==null;);}cr.prototype.wrap=function(Dr){var Kr=this,Wr=this._readableState,Nr=!1;Dr.on("end",function(){if(Ie("wrapped end"),Wr.decoder&&!Wr.ended){var ca=Wr.decoder.end();ca&&ca.length&&Kr.push(ca)}Kr.push(null)}),Dr.on("data",function(ca){if(Ie("wrapped data"),Wr.decoder&&(ca=Wr.decoder.write(ca)),!(Wr.objectMode&&ca==null)&&!(!Wr.objectMode&&(!ca||!ca.length))){var Po=Kr.push(ca);Po||(Nr=!0,Dr.pause())}});for(var Fr in Dr)this[Fr]===void 0&&typeof Dr[Fr]=="function"&&(this[Fr]=function(Po){return function(){return Dr[Po].apply(Dr,arguments)}}(Fr));for(var Qr=0;Qr=Kr.length?(Kr.decoder?Wr=Kr.buffer.join(""):Kr.buffer.length===1?Wr=Kr.buffer.first():Wr=Kr.buffer.concat(Kr.length),Kr.buffer.clear()):Wr=Kr.buffer.consume(Dr,Kr.decoder),Wr}function br(Dr){var Kr=Dr._readableState;Ie("endReadable",Kr.endEmitted),Kr.endEmitted||(Kr.ended=!0,$.nextTick(Cr,Kr,Dr))}function Cr(Dr,Kr){if(Ie("endReadableNT",Dr.endEmitted,Dr.length),!Dr.endEmitted&&Dr.length===0&&(Dr.endEmitted=!0,Kr.readable=!1,Kr.emit("end"),Dr.autoDestroy)){var Wr=Kr._writableState;(!Wr||Wr.autoDestroy&&Wr.finished)&&Kr.destroy()}}typeof Symbol=="function"&&(cr.from=function(Dr,Kr){return tr===void 0&&(tr=n("./internal/streams/from")),tr(cr,Dr,Kr)});function Ir(Dr,Kr){for(var Wr=0,Nr=Dr.length;Wr-1))throw new jt(Mr);return this._writableState.defaultEncoding=Mr,this},Object.defineProperty(ur.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function hr(Tr,Mr,br){return!Tr.objectMode&&Tr.decodeStrings!==!1&&typeof Mr=="string"&&(Mr=oe.from(Mr,br)),Mr}Object.defineProperty(ur.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function Er(Tr,Mr,br,Cr,Ir,Dr){if(!br){var Kr=hr(Mr,Cr,Ir);Cr!==Kr&&(br=!0,Ir="buffer",Cr=Kr)}var Wr=Mr.objectMode?1:Cr.length;Mr.length+=Wr;var Nr=Mr.length0?this.tail.next=kt:this.head=kt,this.tail=kt,++this.length}},{key:"unshift",value:function(Ue){var kt={data:Ue,next:this.head};this.length===0&&(this.tail=kt),this.head=kt,++this.length}},{key:"shift",value:function(){if(this.length!==0){var Ue=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,Ue}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(Ue){if(this.length===0)return"";for(var kt=this.head,Et=""+kt.data;kt=kt.next;)Et+=Ue+kt.data;return Et}},{key:"concat",value:function(Ue){if(this.length===0)return pe.alloc(0);for(var kt=pe.allocUnsafe(Ue>>>0),Et=this.head,Ve=0;Et;)he(Et.data,kt,Ve),Ve+=Et.data.length,Et=Et.next;return kt}},{key:"consume",value:function(Ue,kt){var Et;return Ueqe.length?qe.length:Ue;if(jt===qe.length?Ve+=qe:Ve+=qe.slice(0,Ue),Ue-=jt,Ue===0){jt===qe.length?(++Et,kt.next?this.head=kt.next:this.head=this.tail=null):(this.head=kt,kt.data=qe.slice(jt));break}++Et}return this.length-=Et,Ve}},{key:"_getBuffer",value:function(Ue){var kt=pe.allocUnsafe(Ue),Et=this.head,Ve=1;for(Et.data.copy(kt),Ue-=Et.data.length;Et=Et.next;){var qe=Et.data,jt=Ue>qe.length?qe.length:Ue;if(qe.copy(kt,kt.length-Ue,0,jt),Ue-=jt,Ue===0){jt===qe.length?(++Ve,Et.next?this.head=Et.next:this.head=this.tail=null):(this.head=Et,Et.data=qe.slice(jt));break}++Ve}return this.length-=Ve,kt}},{key:Ce,value:function(Ue,kt){return _e(this,j(j({},kt),{},{depth:0,customInspect:!1}))}}]),Ne}()},{buffer:103,util:102}],479:[function(n,k,L){(function($){(function(){function j(ue,de){var pe=this,Ie=this._readableState&&this._readableState.destroyed,_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;pe0;return ue(Et,qe,jt,function(tr){Ue||(Ue=tr),tr&&kt.forEach(de),!qe&&(kt.forEach(de),Fe(Ue))})});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"u"?!1:cr.working?cr(Qr):Qr instanceof Map}L.isMap=_r;function hr(Qr){return ue(Qr)==="[object Set]"}hr.working=typeof Set<"u"&&hr(new Set);function Er(Qr){return typeof Set>"u"?!1:hr.working?hr(Qr):Qr instanceof Set}L.isSet=Er;function kr(Qr){return ue(Qr)==="[object WeakMap]"}kr.working=typeof WeakMap<"u"&&kr(new WeakMap);function xr(Qr){return typeof WeakMap>"u"?!1:kr.working?kr(Qr):Qr instanceof WeakMap}L.isWeakMap=xr;function yr(Qr){return ue(Qr)==="[object WeakSet]"}yr.working=typeof WeakSet<"u"&&yr(new WeakSet);function vr(Qr){return yr(Qr)}L.isWeakSet=vr;function Rr(Qr){return ue(Qr)==="[object ArrayBuffer]"}Rr.working=typeof ArrayBuffer<"u"&&Rr(new ArrayBuffer);function Br(Qr){return typeof ArrayBuffer>"u"?!1:Rr.working?Rr(Qr):Qr instanceof ArrayBuffer}L.isArrayBuffer=Br;function mr(Qr){return ue(Qr)==="[object DataView]"}mr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&mr(new DataView(new ArrayBuffer(1),0,1));function gr(Qr){return typeof DataView>"u"?!1:mr.working?mr(Qr):Qr instanceof DataView}L.isDataView=gr;var jr=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Hr(Qr){return ue(Qr)==="[object SharedArrayBuffer]"}function Ur(Qr){return typeof jr>"u"?!1:(typeof Hr.working>"u"&&(Hr.working=Hr(new jr)),Hr.working?Hr(Qr):Qr instanceof jr)}L.isSharedArrayBuffer=Ur;function zr(Qr){return ue(Qr)==="[object AsyncFunction]"}L.isAsyncFunction=zr;function Sr(Qr){return ue(Qr)==="[object Map Iterator]"}L.isMapIterator=Sr;function Tr(Qr){return ue(Qr)==="[object Set Iterator]"}L.isSetIterator=Tr;function Mr(Qr){return ue(Qr)==="[object Generator]"}L.isGeneratorObject=Mr;function br(Qr){return ue(Qr)==="[object WebAssembly.Module]"}L.isWebAssemblyCompiledModule=br;function Cr(Qr){return he(Qr,de)}L.isNumberObject=Cr;function Ir(Qr){return he(Qr,pe)}L.isStringObject=Ir;function Dr(Qr){return he(Qr,Ie)}L.isBooleanObject=Dr;function Kr(Qr){return ie&&he(Qr,_e)}L.isBigIntObject=Kr;function Wr(Qr){return oe&&he(Qr,Ce)}L.isSymbolObject=Wr;function Nr(Qr){return Cr(Qr)||Ir(Qr)||Dr(Qr)||Kr(Qr)||Wr(Qr)}L.isBoxedPrimitive=Nr;function Fr(Qr){return typeof Uint8Array<"u"&&(Br(Qr)||Ur(Qr))}L.isAnyArrayBuffer=Fr,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(Qr){Object.defineProperty(L,Qr,{enumerable:!1,value:function(){throw new Error(Qr+" is not supported in userland")}})})},{"is-arguments":410,"is-generator-function":413,"is-typed-array":414,"which-typed-array":492}],491:[function(n,k,L){(function($){(function(){var j=Object.getOwnPropertyDescriptors||function(jr){for(var Hr=Object.keys(jr),Ur={},zr=0;zr=zr)return Mr;switch(Mr){case"%s":return String(Ur[Hr++]);case"%d":return Number(Ur[Hr++]);case"%j":try{return JSON.stringify(Ur[Hr++])}catch{return"[Circular]"}default:return Mr}}),Tr=Ur[Hr];Hr"u")return function(){return L.deprecate(gr,jr).apply(this,arguments)};var Hr=!1;function Ur(){if(!Hr){if($.throwDeprecation)throw new Error(jr);$.traceDeprecation?console.trace(jr):console.error(jr),Hr=!0}return gr.apply(this,arguments)}return Ur};var z={},re=/^$/;if($.env.NODE_DEBUG){var ie=$.env.NODE_DEBUG;ie=ie.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),re=new RegExp("^"+ie+"$","i")}L.debuglog=function(gr){if(gr=gr.toUpperCase(),!z[gr])if(re.test(gr)){var jr=$.pid;z[gr]=function(){var Hr=L.format.apply(L,arguments);console.error("%s %d: %s",gr,jr,Hr)}}else z[gr]=function(){};return z[gr]};function oe(gr,jr){var Hr={seen:[],stylize:de};return arguments.length>=3&&(Hr.depth=arguments[2]),arguments.length>=4&&(Hr.colors=arguments[3]),kt(jr)?Hr.showHidden=jr:jr&&L._extend(Hr,jr),rr(Hr.showHidden)&&(Hr.showHidden=!1),rr(Hr.depth)&&(Hr.depth=2),rr(Hr.colors)&&(Hr.colors=!1),rr(Hr.customInspect)&&(Hr.customInspect=!0),Hr.colors&&(Hr.stylize=ue),Ie(Hr,gr,Hr.depth)}L.inspect=oe,oe.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},oe.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function ue(gr,jr){var Hr=oe.styles[jr];return Hr?"\x1B["+oe.colors[Hr][0]+"m"+gr+"\x1B["+oe.colors[Hr][1]+"m":gr}function de(gr,jr){return gr}function pe(gr){var jr={};return gr.forEach(function(Hr,Ur){jr[Hr]=!0}),jr}function Ie(gr,jr,Hr){if(gr.customInspect&&jr&&_r(jr.inspect)&&jr.inspect!==L.inspect&&!(jr.constructor&&jr.constructor.prototype===jr)){var Ur=jr.inspect(Hr,gr);return jt(Ur)||(Ur=Ie(gr,Ur,Hr)),Ur}var zr=_e(gr,jr);if(zr)return zr;var Sr=Object.keys(jr),Tr=pe(Sr);if(gr.showHidden&&(Sr=Object.getOwnPropertyNames(jr)),cr(jr)&&(Sr.indexOf("message")>=0||Sr.indexOf("description")>=0))return Ce(jr);if(Sr.length===0){if(_r(jr)){var Mr=jr.name?": "+jr.name:"";return gr.stylize("[Function"+Mr+"]","special")}if(ar(jr))return gr.stylize(RegExp.prototype.toString.call(jr),"regexp");if(ur(jr))return gr.stylize(Date.prototype.toString.call(jr),"date");if(cr(jr))return Ce(jr)}var br="",Cr=!1,Ir=["{","}"];if(Ue(jr)&&(Cr=!0,Ir=["[","]"]),_r(jr)){var Dr=jr.name?": "+jr.name:"";br=" [Function"+Dr+"]"}if(ar(jr)&&(br=" "+RegExp.prototype.toString.call(jr)),ur(jr)&&(br=" "+Date.prototype.toUTCString.call(jr)),cr(jr)&&(br=" "+Ce(jr)),Sr.length===0&&(!Cr||jr.length==0))return Ir[0]+br+Ir[1];if(Hr<0)return ar(jr)?gr.stylize(RegExp.prototype.toString.call(jr),"regexp"):gr.stylize("[Object]","special");gr.seen.push(jr);var Kr;return Cr?Kr=he(gr,jr,Hr,Tr,Sr):Kr=Sr.map(function(Wr){return Ne(gr,jr,Hr,Tr,Wr,Cr)}),gr.seen.pop(),Fe(Kr,br,Ir)}function _e(gr,jr){if(rr(jr))return gr.stylize("undefined","undefined");if(jt(jr)){var Hr="'"+JSON.stringify(jr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return gr.stylize(Hr,"string")}if(qe(jr))return gr.stylize(""+jr,"number");if(kt(jr))return gr.stylize(""+jr,"boolean");if(Et(jr))return gr.stylize("null","null")}function Ce(gr){return"["+Error.prototype.toString.call(gr)+"]"}function he(gr,jr,Hr,Ur,zr){for(var Sr=[],Tr=0,Mr=jr.length;Tr-1&&(Sr?Mr=Mr.split(` +`).map(function(Cr){return" "+Cr}).join(` +`).slice(2):Mr=` +`+Mr.split(` +`).map(function(Cr){return" "+Cr}).join(` +`))):Mr=gr.stylize("[Circular]","special")),rr(Tr)){if(Sr&&zr.match(/^\d+$/))return Mr;Tr=JSON.stringify(""+zr),Tr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Tr=Tr.slice(1,-1),Tr=gr.stylize(Tr,"name")):(Tr=Tr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Tr=gr.stylize(Tr,"string"))}return Tr+": "+Mr}function Fe(gr,jr,Hr){var Ur=gr.reduce(function(zr,Sr){return Sr.indexOf(` +`)>=0,zr+Sr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Ur>60?Hr[0]+(jr===""?"":jr+` + `)+" "+gr.join(`, + `)+" "+Hr[1]:Hr[0]+jr+" "+gr.join(", ")+" "+Hr[1]}L.types=n("./support/types");function Ue(gr){return Array.isArray(gr)}L.isArray=Ue;function kt(gr){return typeof gr=="boolean"}L.isBoolean=kt;function Et(gr){return gr===null}L.isNull=Et;function Ve(gr){return gr==null}L.isNullOrUndefined=Ve;function qe(gr){return typeof gr=="number"}L.isNumber=qe;function jt(gr){return typeof gr=="string"}L.isString=jt;function tr(gr){return typeof gr=="symbol"}L.isSymbol=tr;function rr(gr){return gr===void 0}L.isUndefined=rr;function ar(gr){return nr(gr)&&Er(gr)==="[object RegExp]"}L.isRegExp=ar,L.types.isRegExp=ar;function nr(gr){return typeof gr=="object"&&gr!==null}L.isObject=nr;function ur(gr){return nr(gr)&&Er(gr)==="[object Date]"}L.isDate=ur,L.types.isDate=ur;function cr(gr){return nr(gr)&&(Er(gr)==="[object Error]"||gr instanceof Error)}L.isError=cr,L.types.isNativeError=cr;function _r(gr){return typeof gr=="function"}L.isFunction=_r;function hr(gr){return gr===null||typeof gr=="boolean"||typeof gr=="number"||typeof gr=="string"||typeof gr=="symbol"||typeof gr>"u"}L.isPrimitive=hr,L.isBuffer=n("./support/isBuffer");function Er(gr){return Object.prototype.toString.call(gr)}function kr(gr){return gr<10?"0"+gr.toString(10):gr.toString(10)}var xr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function yr(){var gr=new Date,jr=[kr(gr.getHours()),kr(gr.getMinutes()),kr(gr.getSeconds())].join(":");return[gr.getDate(),xr[gr.getMonth()],jr].join(" ")}L.log=function(){console.log("%s - %s",yr(),L.format.apply(L,arguments))},L.inherits=n("inherits"),L._extend=function(gr,jr){if(!jr||!nr(jr))return gr;for(var Hr=Object.keys(jr),Ur=Hr.length;Ur--;)gr[Hr[Ur]]=jr[Hr[Ur]];return gr};function vr(gr,jr){return Object.prototype.hasOwnProperty.call(gr,jr)}var Rr=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;L.promisify=function(jr){if(typeof jr!="function")throw new TypeError('The "original" argument must be of type Function');if(Rr&&jr[Rr]){var Hr=jr[Rr];if(typeof Hr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Hr,Rr,{value:Hr,enumerable:!1,writable:!1,configurable:!0}),Hr}function Hr(){for(var Ur,zr,Sr=new Promise(function(br,Cr){Ur=br,zr=Cr}),Tr=[],Mr=0;Mr"u"?$:globalThis,pe=V(),Ie=re("String.prototype.slice"),_e=Object.getPrototypeOf,Ce=re("Array.prototype.indexOf",!0)||function(kt,Et){for(var Ve=0;Ve-1?Et:Et!=="Object"?!1:Fe(kt)}return ie?Ne(kt):null}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"available-typed-arrays":99,"call-bind":106,"call-bind/callBound":105,"for-each":389,gopd:393,"has-tostringtag/shams":398}],493:[function(n,k,L){(function(){L.stripBOM=function($){return $[0]==="\uFEFF"?$.substring(1):$}}).call(this)},{}],494:[function(n,k,L){(function(){var $,j,V,z,re,ie={}.hasOwnProperty;$=n("xmlbuilder"),j=n("./defaults").defaults,z=function(oe){return typeof oe=="string"&&(oe.indexOf("&")>=0||oe.indexOf(">")>=0||oe.indexOf("<")>=0)},re=function(oe){return""},V=function(oe){return oe.replace("]]>","]]]]>")},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 Ue,kt,Et,Ve,qe,jt;if(typeof Fe!="object")he.options.cdata&&z(Fe)?Ne.raw(re(Fe)):Ne.txt(Fe);else if(Array.isArray(Fe)){for(Ve in Fe)if(ie.call(Fe,Ve)){kt=Fe[Ve];for(qe in kt)Et=kt[qe],Ne=Ie(Ne.ele(qe),Et).up()}}else for(qe in Fe)if(ie.call(Fe,qe))if(kt=Fe[qe],qe===de){if(typeof kt=="object")for(Ue in kt)jt=kt[Ue],Ne=Ne.att(Ue,jt)}else if(qe===pe)he.options.cdata&&z(kt)?Ne=Ne.raw(re(kt)):Ne=Ne.txt(kt);else if(Array.isArray(kt))for(Ve in kt)ie.call(kt,Ve)&&(Et=kt[Ve],typeof Et=="string"?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 kt=="object"?Ne=Ie(Ne.ele(qe),kt).up():typeof kt=="string"&&he.options.cdata&&z(kt)?Ne=Ne.ele(qe).raw(re(kt)).up():(kt==null&&(kt=""),Ne=Ne.ele(qe,kt.toString()).up());return Ne}}(this),_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,Ue,kt;for(Fe=0,Ue=Ce.length;Fe0&&(tr[Et.options.childkey]=ar),ar=tr;else if(cr){cr[Et.options.childkey]=cr[Et.options.childkey]||[],nr={};for(jt in ar)_e.call(ar,jt)&&V(nr,jt,ar[jt]);cr[Et.options.childkey].push(nr),delete ar["#name"],Object.keys(ar).length===1&&Fe in ar&&!Et.EXPLICIT_CHARKEY&&(ar=ar[Fe])}}return kt.length>0?Et.assignOrPush(cr,rr,ar):(Et.options.explicitRoot&&(ur=ar,ar={},V(ar,rr,ur)),Et.resultObject=ar,Et.saxParser.ended=!0,Et.emit("end",Et.resultObject))}}(this),Ue=function(Et){return function(Ve){var qe,jt;if(jt=kt[kt.length-1],jt)return jt[Fe]+=Ve,Et.options.explicitChildren&&Et.options.preserveChildrenOrder&&Et.options.charsAsChildren&&(Et.options.includeWhiteChars||Ve.replace(/\\n/g,"").trim()!=="")&&(jt[Et.options.childkey]=jt[Et.options.childkey]||[],qe={"#name":"__text__"},qe[Fe]=Ve,Et.options.normalize&&(qe[Fe]=qe[Fe].replace(/\s{2,}/g," ").trim()),jt[Et.options.childkey].push(qe)),jt}}(this),this.saxParser.ontext=Ue,this.saxParser.oncdata=function(Et){return function(Ve){var qe;if(qe=Ue(Ve),qe)return qe.cdata=!0}}()},he.prototype.parseString=function(Ne,Fe){var Ue;Fe!=null&&typeof Fe=="function"&&(this.on("end",function(kt){return this.reset(),Fe(null,kt)}),this.on("error",function(kt){return this.reset(),Fe(kt)}));try{return Ne=Ne.toString(),Ne.trim()===""?(this.emit("end",null),!0):(Ne=$.stripBOM(Ne),this.options.async?(this.remaining=Ne,de(this.processAsync),this.saxParser):this.saxParser.write(Ne).close())}catch(kt){if(Ue=kt,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Ue}else return this.emit("error",Ue),this.saxParser.errThrown=!0}},he.prototype.parseStringPromise=function(Ne){return new Promise(function(Fe){return function(Ue,kt){return Fe.parseString(Ne,function(Et,Ve){return Et?kt(Et):Ue(Ve)})}}(this))},he}(z),L.parseString=function(Ce,he,Ne){var Fe,Ue,kt;return Ne!=null?(typeof Ne=="function"&&(Fe=Ne),typeof he=="object"&&(Ue=he)):(typeof he=="function"&&(Fe=he),Ue={}),kt=new L.Parser(Ue),kt.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,Ue,kt,Et,Ve,qe;if(_e.__super__.constructor.call(this,Ce),this.type=$.DocType,Ce.children){for(Et=Ce.children,Ue=0,kt=Et.length;Ue=0;)this.up();return this.onEnd()},ar.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},ar.prototype.openNode=function(nr){var ur,cr,_r,hr;if(!nr.isOpen){if(!this.root&&this.currentLevel===0&&nr.type===$.Element&&(this.root=nr),cr="",nr.type===$.Element){this.writerOptions.state=j.OpenTag,cr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"<"+nr.name,hr=nr.attribs;for(_r in hr)rr.call(hr,_r)&&(ur=hr[_r],cr+=this.writer.attribute(ur,this.writerOptions,this.currentLevel));cr+=(nr.children?">":"/>")+this.writer.endline(nr,this.writerOptions,this.currentLevel),this.writerOptions.state=j.InsideTag}else this.writerOptions.state=j.OpenTag,cr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+""),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)+""+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,Ue,kt,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,Ue=0,kt=Et.length;Ue=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,Ue,kt={}.hasOwnProperty;Ue=n("./Utility"),Fe=Ue.isObject,Ne=Ue.isFunction,he=Ue.isEmpty,Ce=Ue.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(Ve){this.parent=Ve,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,ue||(ue=n("./XMLElement"),V=n("./XMLCData"),z=n("./XMLComment"),re=n("./XMLDeclaration"),ie=n("./XMLDocType"),Ie=n("./XMLRaw"),_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 Ve;return Ve=this.parent.children.indexOf(this),this.parent.children[Ve-1]||null}}),Object.defineProperty(Et.prototype,"nextSibling",{get:function(){var Ve;return Ve=this.parent.children.indexOf(this),this.parent.children[Ve+1]||null}}),Object.defineProperty(Et.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Et.prototype,"textContent",{get:function(){var Ve,qe,jt,tr,rr;if(this.nodeType===j.Element||this.nodeType===j.DocumentFragment){for(rr="",tr=this.children,qe=0,jt=tr.length;qe":(jt=this.parent)!=null&&jt.name?"node: <"+Ve+">, parent: <"+this.parent.name+">":"node: <"+Ve+">"},Et.prototype.ele=function(Ve,qe,jt){return this.element(Ve,qe,jt)},Et.prototype.nod=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.txt=function(Ve){return this.text(Ve)},Et.prototype.dat=function(Ve){return this.cdata(Ve)},Et.prototype.com=function(Ve){return this.comment(Ve)},Et.prototype.ins=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.doc=function(){return this.document()},Et.prototype.dec=function(Ve,qe,jt){return this.declaration(Ve,qe,jt)},Et.prototype.e=function(Ve,qe,jt){return this.element(Ve,qe,jt)},Et.prototype.n=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.t=function(Ve){return this.text(Ve)},Et.prototype.d=function(Ve){return this.cdata(Ve)},Et.prototype.c=function(Ve){return this.comment(Ve)},Et.prototype.r=function(Ve){return this.raw(Ve)},Et.prototype.i=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.u=function(){return this.up()},Et.prototype.importXMLBuilder=function(Ve){return this.importDocument(Ve)},Et.prototype.replaceChild=function(Ve,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.removeChild=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.appendChild=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.hasChildNodes=function(){return this.children.length!==0},Et.prototype.cloneNode=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isSupported=function(Ve,qe){return!0},Et.prototype.hasAttributes=function(){return this.attribs.length!==0},Et.prototype.compareDocumentPosition=function(Ve){var qe,jt;return qe=this,qe===Ve?0:this.document()!==Ve.document()?(jt=$.Disconnected|$.ImplementationSpecific,Math.random()<.5?jt|=$.Preceding:jt|=$.Following,jt):qe.isAncestor(Ve)?$.Contains|$.Preceding:qe.isDescendant(Ve)?$.Contains|$.Following:qe.isPreceding(Ve)?$.Preceding:$.Following},Et.prototype.isSameNode=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.lookupPrefix=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isDefaultNamespace=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.lookupNamespaceURI=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isEqualNode=function(Ve){var qe,jt,tr;if(Ve.nodeType!==this.nodeType||Ve.children.length!==this.children.length)return!1;for(qe=jt=0,tr=this.children.length-1;0<=tr?jt<=tr:jt>=tr;qe=0<=tr?++jt:--jt)if(!this.children[qe].isEqualNode(Ve.children[qe]))return!1;return!0},Et.prototype.getFeature=function(Ve,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.setUserData=function(Ve,qe,jt){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.getUserData=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.contains=function(Ve){return Ve?Ve===this||this.isDescendant(Ve):!1},Et.prototype.isDescendant=function(Ve){var qe,jt,tr,rr,ar;for(ar=this.children,tr=0,rr=ar.length;trjt},Et.prototype.treePosition=function(Ve){var qe,jt;return jt=0,qe=!1,this.foreachTreeNode(this.document(),function(tr){if(jt++,!qe&&tr===Ve)return qe=!0}),qe?jt:-1},Et.prototype.foreachTreeNode=function(Ve,qe){var jt,tr,rr,ar,nr;for(Ve||(Ve=this.document()),ar=Ve.children,tr=0,rr=ar.length;tr0){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"),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,Ue,kt,Et;pe||(pe=0),this.openNode(ue,de,pe),de.state=j.OpenTag,this.stream.write(this.indent(ue,de,pe)+"<"+ue.name),kt=ue.attribs;for(Ue in kt)re.call(kt,Ue)&&(Ie=kt[Ue],this.attribute(Ie,de,pe));if(Ce=ue.children.length,he=Ce===0?null:ue.children[0],Ce===0||ue.children.every(function(Ve){return(Ve.type===$.Text||Ve.type===$.Raw)&&Ve.value===""}))de.allowEmpty?(this.stream.write(">"),de.state=j.CloseTag,this.stream.write("")):(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("");else{for(this.stream.write(">"+this.endline(ue,de,pe)),de.state=j.InsideTag,Et=ue.children,Ne=0,Fe=Et.length;Ne")}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","]]]]>"),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,"&").replace(//g,">").replace(/\r/g," "))},V.prototype.attEscape=function(z){var re;return this.options.noValidation?z:(re=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,z.replace(re,"&").replace(/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)+""+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)+""+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)+"",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+="0){for(_e+=" [",_e+=this.endline(ie,oe,ue),oe.state=j.InsideTag,Ce=ie.children,pe=0,Ie=Ce.length;pe",_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,Ue,kt,Et,Ve,qe,jt;ue||(ue=0),kt=!1,Et="",this.openNode(ie,oe,ue),oe.state=j.OpenTag,Et+=this.indent(ie,oe,ue)+"<"+ie.name,Ve=ie.attribs;for(Ue in Ve)z.call(Ve,Ue)&&(de=Ve[Ue],Et+=this.attribute(de,oe,ue));if(Ie=ie.children.length,_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+=""+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++,kt=!0,Et+=this.writeChildNode(_e,oe,ue+1),oe.suppressPrettyCount--,kt=!1,oe.state=j.CloseTag,Et+=""+this.endline(ie,oe,ue);else{if(oe.dontPrettyTextNodes){for(qe=ie.children,Ce=0,Ne=qe.length;Ce"+this.endline(ie,oe,ue),oe.state=j.InsideTag,jt=ie.children,he=0,Fe=jt.length;he",kt&&oe.suppressPrettyCount--,Et+=this.endline(ie,oe,ue),oe.state=j.None}return this.closeNode(ie,oe,ue),Et},re.prototype.writeChildNode=function(ie,oe,ue){switch(ie.type){case $.CData:return this.cdata(ie,oe,ue);case $.Comment:return this.comment(ie,oe,ue);case $.Element:return this.element(ie,oe,ue);case $.Raw:return this.raw(ie,oe,ue);case $.Text:return this.text(ie,oe,ue);case $.ProcessingInstruction:return this.processingInstruction(ie,oe,ue);case $.Dummy:return"";case $.Declaration:return this.declaration(ie,oe,ue);case $.DocType:return this.docType(ie,oe,ue);case $.AttributeDeclaration:return this.dtdAttList(ie,oe,ue);case $.ElementDeclaration:return this.dtdElement(ie,oe,ue);case $.EntityDeclaration:return this.dtdEntity(ie,oe,ue);case $.NotationDeclaration:return this.dtdNotation(ie,oe,ue);default:throw new Error("Unknown XML node type: "+ie.constructor.name)}},re.prototype.processingInstruction=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"",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)+""+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)+""+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)+""+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)+""+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;zie?_e=Ie(_e):_e.length>5]|=128<>>9<<4)+14]=Ie;for(var _e=1732584193,Ce=-271733879,he=-1732584194,Ne=271733878,Fe=0;Fe>16)+(Ie>>16)+(_e>>16);return Ce<<16|_e&65535}function de(pe,Ie){return 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>16)+(ue>>16)+(de>>16);return pe<<16|de&65535}function ie(oe,ue){return 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),Ue=new Array(64),kt,Et,Ve,qe,jt,tr,rr,ar,nr,ur,cr,_r;Ce[he>>5]|=128<<24-he%32,Ce[(he+64>>9<<4)+15]=he;for(var nr=0;nrde._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=jt,L.Url=re;function re(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var ie=/^([a-z0-9.+-]+:)/i,oe=/:[0-9]*$/,ue=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,de=["<",">",'"',"`"," ","\r",` +`," "],pe=["{","}","|","\\","^","`"].concat(de),Ie=["'"].concat(pe),_e=["%","/","?",";","#"].concat(Ie),Ce=["/","?","#"],he=255,Ne=/^[+a-z0-9A-Z_-]{0,63}$/,Fe=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Ue={javascript:!0,"javascript:":!0},kt={javascript:!0,"javascript:":!0},Et={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},Ve=n("querystring");function qe(ar,nr,ur){if(ar&&z.isObject(ar)&&ar instanceof re)return ar;var cr=new re;return cr.parse(ar,nr,ur),cr}re.prototype.parse=function(ar,nr,ur){if(!z.isString(ar))throw new TypeError("Parameter 'url' must be a string, not "+(0,j.default)(ar));var cr=ar.indexOf("?"),_r=cr!==-1&&cr127?Mr+="x":Mr+=Tr[br];if(!Mr.match(Ne)){var Ir=zr.slice(0,mr),Dr=zr.slice(mr+1),Kr=Tr.match(Fe);Kr&&(Ir.push(Kr[1]),Dr.unshift(Kr[2])),Dr.length&&(kr="/"+Dr.join(".")+kr),this.hostname=Ir.join(".");break}}}this.hostname.length>he?this.hostname="":this.hostname=this.hostname.toLowerCase(),Ur||(this.hostname=V.toASCII(this.hostname));var Wr=this.port?":"+this.port:"",Nr=this.hostname||"";this.host=Nr+Wr,this.href+=this.host,Ur&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),kr[0]!=="/"&&(kr="/"+kr))}if(!Ue[vr])for(var mr=0,Sr=Ie.length;mr0?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(!zr.length)return ur.pathname=null,ur.search?ur.path="/"+ur.search:ur.path=null,ur.href=ur.format(),ur;for(var br=zr.slice(-1)[0],Cr=(ur.host||ar.host||zr.length>1)&&(br==="."||br==="..")||br==="",Ir=0,Dr=zr.length;Dr>=0;Dr--)br=zr[Dr],br==="."?zr.splice(Dr,1):br===".."?(zr.splice(Dr,1),Ir++):Ir&&(zr.splice(Dr,1),Ir--);if(!Hr&&!Ur)for(;Ir--;Ir)zr.unshift("..");Hr&&zr[0]!==""&&(!zr[0]||zr[0].charAt(0)!=="/")&&zr.unshift(""),Cr&&zr.join("/").substr(-1)!=="/"&&zr.push("");var Kr=zr[0]===""||zr[0]&&zr[0].charAt(0)==="/";if(Tr){ur.hostname=ur.host=Kr?"":zr.length?zr.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 Hr=Hr||ur.host&&zr.length,Hr&&!Kr&&zr.unshift(""),zr.length?ur.pathname=zr.join("/"):(ur.pathname=null,ur.path=null),(!z.isNull(ur.pathname)||!z.isNull(ur.search))&&(ur.path=(ur.pathname?ur.pathname:"")+(ur.search?ur.search:"")),ur.auth=ar.auth||ur.auth,ur.slashes=ur.slashes||ar.slashes,ur.href=ur.format(),ur},re.prototype.parseHost=function(){var ar=this.host,nr=oe.exec(ar);nr&&(nr=nr[0],nr!==":"&&(this.port=nr.substr(1)),ar=ar.substr(0,ar.length-nr.length)),ar&&(this.hostname=ar)}},{"./util":546,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.array.splice.js":321,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.match.js":346,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.string.search.js":348,"core-js/modules/es.string.split.js":349,"core-js/modules/es.string.trim.js":351,punycode:445,querystring:453}],546:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/helpers/typeof"));k.exports={isString:function(z){return typeof z=="string"},isObject:function(z){return(0,j.default)(z)==="object"&&z!==null},isNull:function(z){return z===null},isNullOrUndefined:function(z){return z==null}}},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91}],547:[function(n,k,L){n("core-js/modules/es.number.constructor.js"),L.encodeURIComponent=function($){try{return encodeURIComponent($)}catch{return $}},L.escape=n("escape-html"),L.timestamp=function(j){if(j){var V=j;return typeof V=="string"&&(V=Number(V)),String(j).length===10&&(V*=1e3),new Date(V)}return Math.round(Date.now()/1e3)}},{"core-js/modules/es.number.constructor.js":324,"escape-html":387}],548:[function(n,k,L){(function($,j){(function(){var V=n("@babel/runtime/helpers/interopRequireDefault"),z=V(n("@babel/runtime/helpers/typeof"));n("core-js/modules/es.string.trim.js"),n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.function.name.js"),n("core-js/modules/es.array.concat.js");var re=n("util"),ie=n("url"),oe=n("http"),ue=n("https"),de=n("debug")("urllib"),pe=n("humanize-ms"),Ie=0,_e=Math.pow(2,31)-10,Ce=/^https?:\/\//i;function he(kt,Et){return kt===void 0?Et:kt}function Ne(kt){return kt?kt.split(";")[0].trim().toLowerCase():""}function Fe(kt,Et){return function(Ve,qe,jt){if(Ve)return Et(Ve);kt({data:qe,status:jt.statusCode,headers:jt.headers,res:jt})}}L.TIMEOUTS=[pe("300s"),pe("300s")];var Ue=["json","text"];L.request=function(Et,Ve,qe){return arguments.length===2&&typeof Ve=="function"&&(qe=Ve,Ve=null),typeof qe=="function"?L.requestWithCallback(Et,Ve,qe):new Promise(function(jt,tr){L.requestWithCallback(Et,Ve,Fe(jt,tr))})},L.requestWithCallback=function(Et,Ve,qe){if(!Et||typeof Et!="string"&&(0,z.default)(Et)!=="object"){var jt=re.format("expect request url to be a string or a http request options, but got %j",Et);throw new Error(jt)}arguments.length===2&&typeof Ve=="function"&&(qe=Ve,Ve=null),Ve=Ve||{},Ie>=_e&&(Ie=0);var tr=++Ie;Ve.requestUrls=Ve.requestUrls||[];var rr={requestId:tr,url:Et,args:Ve,ctx:Ve.ctx};Ve.emitter&&Ve.emitter.emit("request",rr),Ve.timeout=Ve.timeout||L.TIMEOUTS,Ve.maxRedirects=Ve.maxRedirects||10,Ve.streaming=Ve.streaming||Ve.customResponse;var ar=Date.now(),nr;typeof Et=="string"?(Ce.test(Et)||(Et="https://"+Et),nr=ie.parse(Et)):nr=Et;var ur=(Ve.type||Ve.method||nr.method||"GET").toUpperCase(),cr=nr.port||80,_r=oe,hr=he(Ve.agent,L.agent),Er=Ve.fixJSONCtlChars;nr.protocol==="https:"&&(_r=ue,hr=he(Ve.httpsAgent,L.httpsAgent),nr.port||(cr=443));var kr={host:nr.hostname||nr.host||"localhost",path:nr.path||"/",method:ur,port:cr,agent:hr,headers:Ve.headers||{},lookup:Ve.lookup};Array.isArray(Ve.timeout)?kr.requestTimeout=Ve.timeout[Ve.timeout.length-1]:typeof Ve.timeout<"u"&&(kr.requestTimeout=Ve.timeout);var xr=Ve.auth||nr.auth;xr&&(kr.auth=xr);var yr=Ve.content||Ve.data,vr=ur==="GET"||ur==="HEAD"||Ve.dataAsQueryString;if(!Ve.content&&yr&&!(typeof yr=="string"||j.isBuffer(yr)))if(vr)yr=Ve.nestedQuerystring?qs.stringify(yr):querystring.stringify(yr);else{var Rr=kr.headers["Content-Type"]||kr.headers["content-type"];Rr||(Ve.contentType==="json"?Rr="application/json":Rr="application/x-www-form-urlencoded",kr.headers["Content-Type"]=Rr),Ne(Rr)==="application/json"?yr=JSON.stringify(yr):yr=Ve.nestedQuerystring?qs.stringify(yr):querystring.stringify(yr)}vr&&yr&&(kr.path+=(nr.query?"&":"?")+yr,yr=null);var Br=0;if(yr){var mr=yr.length;j.isBuffer(yr)||(mr=j.byteLength(yr)),Br=kr.headers["Content-Length"]=mr}Ve.dataType==="json"&&(kr.headers.Accept="application/json"),typeof Ve.beforeRequest=="function"&&Ve.beforeRequest(kr);var gr=null,jr=null,Hr=null,Ur=!1,zr=!1,Sr=0,Tr=-1,Mr=!1,br="",Cr="",Ir=null;Ve.timing&&(Ir={queuing:0,dnslookup:0,connected:0,requestSent:0,waiting:0,contentDownload:0});function Dr(){gr&&(clearTimeout(gr),gr=null)}function Kr(){jr&&(clearTimeout(jr),jr=null)}function Wr(Ar,On,kn){if(Kr(),!qe){console.warn("[urllib:warn] [%s] [%s] [worker:%s] %s %s callback twice!!!",Date(),tr,$.pid,kr.method,Et),Ar&&console.warn(`[urllib:warn] [%s] [%s] [worker:%s] %s: %s +stack: %s`,Date(),tr,$.pid,Ar.name,Ar.message,Ar.stack);return}var Sa=qe;qe=null;var sa={};kn&&(Tr=kn.statusCode,sa=kn.headers);var qa=Date.now()-ar;Ir&&(Ir.contentDownload=qa),de("[%sms] done, %s bytes HTTP %s %s %s %s, keepAliveSocket: %s, timing: %j",qa,Sr,Tr,kr.method,kr.host,kr.path,zr,Ir);var To={status:Tr,statusCode:Tr,headers:sa,size:Sr,aborted:Mr,rt:qa,keepAliveSocket:zr,data:On,requestUrls:Ve.requestUrls,timing:Ir,remoteAddress:br,remotePort:Cr};if(Ar){var Hi="";hr&&typeof hr.getCurrentStatus=="function"&&(Hi=", agent status: "+JSON.stringify(hr.getCurrentStatus())),Ar.message+=", "+kr.method+" "+Et+" "+Tr+" (connected: "+Ur+", keepalive socket: "+zr+Hi+`) +headers: `+JSON.stringify(sa),Ar.data=On,Ar.path=kr.path,Ar.status=Tr,Ar.headers=sa,Ar.res=To}Sa(Ar,On,Ve.streaming?kn:To),Ve.emitter&&(rr.url=Et,rr.socket=Kn&&Kn.connection,rr.options=kr,rr.size=Br,Ve.emitter.emit("response",{requestId:tr,error:Ar,ctx:Ve.ctx,req:rr,res:To}))}function Nr(Ar){var On=null;if(Ve.followRedirect&&statuses.redirect[Ar.statusCode]){Ve._followRedirectCount=(Ve._followRedirectCount||0)+1;var kn=Ar.headers.location;if(!kn)On=new Error("Got statusCode "+Ar.statusCode+" but cannot resolve next location from headers"),On.name="FollowRedirectError";else if(Ve._followRedirectCount>Ve.maxRedirects)On=new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+Et),On.name="MaxRedirectError";else{var Sa=Ve.formatRedirectUrl?Ve.formatRedirectUrl(Et,kn):ie.resolve(Et,kn);de("Request#%d %s: `redirected` from %s to %s",tr,kr.path,Et,Sa),Kr(),Ve.headers&&Ve.headers.Host&&Ce.test(kn)&&(Ve.headers.Host=null);var sa=qe;return qe=null,L.requestWithCallback(Sa,Ve,sa),{redirect:!0,error:null}}}return{redirect:!1,error:On}}Ve.gzip&&!kr.headers["Accept-Encoding"]&&!kr.headers["accept-encoding"]&&(kr.headers["Accept-Encoding"]="gzip");function Fr(Ar,On,kn){var Sa=Ar.headers["content-encoding"];return kn(null,On,Sa)}var Qr=Ve.writeStream;de("Request#%d %s %s with headers %j, options.path: %s",tr,ur,Et,kr.headers,kr.path),Ve.requestUrls.push(Et);function ca(Ar){if(Ir&&(Ir.waiting=Date.now()-ar),de("Request#%d %s `req response` event emit: status %d, headers: %j",tr,Et,Ar.statusCode,Ar.headers),Ve.streaming){var On=Nr(Ar);if(On.redirect){Ar.resume();return}return On.error?(Ar.resume(),Wr(On.error,null,Ar)):Wr(null,null,Ar)}if(Ar.on("close",function(){de("Request#%d %s: `res close` event emit, total size %d",tr,Et,Sr)}),Ar.on("error",function(){de("Request#%d %s: `res error` event emit, total size %d",tr,Et,Sr)}),Ar.on("aborted",function(){Mr=!0,de("Request#%d %s: `res aborted` event emit, total size %d",tr,Et,Sr)}),Qr){var kn=Nr(Ar);if(kn.redirect){Ar.resume();return}return kn.error?(Ar.resume(),Qr.end(),Wr(kn.error,null,Ar)):(Ve.consumeWriteStream===!1?Ar.on("end",Wr.bind(null,null,null,Ar)):Qr.on("close",function(){de("Request#%d %s: writeStream close event emitted",tr,Et),Wr(Hr||null,null,Ar)}),Ar.pipe(Qr))}var Sa=[];Ar.on("data",function(sa){de("Request#%d %s: `res data` event emit, size %d",tr,Et,sa.length),Sr+=sa.length,Sa.push(sa)}),Ar.on("end",function(){var sa=j.concat(Sa,Sr);if(de("Request#%d %s: `res end` event emit, total size %d, _dumped: %s",tr,Et,Sr,Ar._dumped),Hr)return Wr(Hr,sa,Ar);var qa=Nr(Ar);if(qa.error)return Wr(qa.error,sa,Ar);qa.redirect||Fr(Ar,sa,function(To,Hi,na){if(To)return Wr(To,sa,Ar);if(!na&&Ue.indexOf(Ve.dataType)>=0){try{Hi=decodeBodyByCharset(Hi,Ar)}catch(Ns){return de("decodeBodyByCharset error: %s",Ns),Wr(null,Hi,Ar)}if(Ve.dataType==="json")if(Sr===0)Hi=null;else{var Ma=parseJSON(Hi,Er);Ma.error?To=Ma.error:Hi=Ma.data}}Mr&&de("Request#%d %s: Remote socket was terminated before `response.end()` was called",tr,Et),Wr(To,Hi,Ar)})})}var Po,Wa;Array.isArray(Ve.timeout)?(Po=pe(Ve.timeout[0]),Wa=pe(Ve.timeout[1])):Po=Wa=pe(Ve.timeout),de("ConnectTimeout: %d, ResponseTimeout: %d",Po,Wa);function Go(){de("Connect timer ticking, timeout: %d",Po),gr=setTimeout(function(){gr=null,Tr===-1&&(Tr=-2);var Ar="Connect timeout for "+Po+"ms",On="ConnectionTimeoutError";Kn.socket||(On="SocketAssignTimeoutError",Ar+=", working sockets is full"),Hr=new Error(Ar),Hr.name=On,Hr.requestId=tr,de("ConnectTimeout: Request#%d %s %s: %s, connected: %s",tr,Et,Hr.name,Ar,Ur),Gr()},Po)}function us(){de("Response timer ticking, timeout: %d",Wa),jr=setTimeout(function(){jr=null;var Ar="Response timeout for "+Wa+"ms",On="ResponseTimeoutError";Hr=new Error(Ar),Hr.name=On,Hr.requestId=tr,de("ResponseTimeout: Request#%d %s %s: %s, connected: %s",tr,Et,Hr.name,Ar,Ur),Gr()},Wa)}var Kn;kr.mode=Ve.mode?Ve.mode:"";try{Kn=_r.request(kr,ca)}catch(Ar){return Wr(Ar)}typeof window>"u"?Go():Kn.on("requestTimeout",function(){Tr===-1&&(Tr=-2);var Ar="Connect timeout for "+Po+"ms",On="ConnectionTimeoutError";Hr=new Error(Ar),Hr.name=On,Hr.requestId=tr,Gr()});function Gr(){de("Request#%d %s abort, connected: %s",tr,Et,Ur),Kn.socket||(Hr.noSocket=!0,Wr(Hr)),Kn.abort()}return Ir&&Kn.on("finish",function(){Ir.requestSent=Date.now()-ar}),Kn.once("socket",function(Ar){Ir&&(Ir.queuing=Date.now()-ar);var On=Ar.readyState;if(On==="opening"){Ar.once("lookup",function(kn,Sa,sa){de("Request#%d %s lookup: %s, %s, %s",tr,Et,kn,Sa,sa),Ir&&(Ir.dnslookup=Date.now()-ar),Sa&&(br=Sa)}),Ar.once("connect",function(){Ir&&(Ir.connected=Date.now()-ar),Dr(),us(),de("Request#%d %s new socket connected",tr,Et),Ur=!0,br||(br=Ar.remoteAddress),Cr=Ar.remotePort});return}de("Request#%d %s reuse socket connected, readyState: %s",tr,Et,On),Ur=!0,zr=!0,br||(br=Ar.remoteAddress),Cr=Ar.remotePort,Dr(),us()}),Kn.on("error",function(Ar){(Ar.name==="Error"||Ar.name==="TypeError")&&(Ar.name=Ur?"ResponseError":"RequestError"),Ar.message+=' (req "error")',de("Request#%d %s `req error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Wr(Hr||Ar)}),Qr&&Qr.once("error",function(Ar){Ar.message+=' (writeStream "error")',Hr=Ar,de("Request#%d %s `writeStream error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Gr()}),Ve.stream?(Ve.stream.pipe(Kn),Ve.stream.once("error",function(Ar){Ar.message+=' (stream "error")',Hr=Ar,de("Request#%d %s `readStream error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Gr()})):Kn.end(yr),Kn.requestId=tr,Kn}}).call(this)}).call(this,n("_process"),n("buffer").Buffer)},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,_process:540,buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.trim.js":351,debug:538,http:541,https:400,"humanize-ms":401,url:545,util:491}]},{},[1])(1)})})(window)})(aliyunOssSdk);var aliyunOssSdkExports=aliyunOssSdk.exports;const OSS=getDefaultExportFromCjs(aliyunOssSdkExports);var define_process_default$8={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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(j2){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;y0&&(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;nz){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;n0&&($=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;n0&&$.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=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;n0)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>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;Lj?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 */ieee754.read=function(e,t,y,n,k){var L,$,j=k*8-n-1,V=(1<>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<>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($=$<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 * @license MIT - */(function(e){var t=base64Js,y=ieee754,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=j,e.SlowBuffer=Ve,e.INSPECT_MAX_BYTES=50;var $=2147483647;e.kMaxLength=$,j.TYPED_ARRAY_SUPPORT=k(),!j.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function k(){try{var Rr=new Uint8Array(1),Lr={foo:function(){return 42}};return Object.setPrototypeOf(Lr,Uint8Array.prototype),Object.setPrototypeOf(Rr,Lr),Rr.foo()===42}catch{return!1}}Object.defineProperty(j.prototype,"parent",{enumerable:!0,get:function(){if(j.isBuffer(this))return this.buffer}}),Object.defineProperty(j.prototype,"offset",{enumerable:!0,get:function(){if(j.isBuffer(this))return this.byteOffset}});function L(Rr){if(Rr>$)throw new RangeError('The value "'+Rr+'" is invalid for option "size"');var Lr=new Uint8Array(Rr);return Object.setPrototypeOf(Lr,j.prototype),Lr}function j(Rr,Lr,$r){if(typeof Rr=="number"){if(typeof Lr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return oe(Rr)}return V(Rr,Lr,$r)}j.poolSize=8192;function V(Rr,Lr,$r){if(typeof Rr=="string")return ue(Rr,Lr);if(ArrayBuffer.isView(Rr))return _e(Rr);if(Rr==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Rr);if(Dr(Rr,ArrayBuffer)||Rr&&Dr(Rr.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Dr(Rr,SharedArrayBuffer)||Rr&&Dr(Rr.buffer,SharedArrayBuffer)))return Ne(Rr,Lr,$r);if(typeof Rr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var jr=Rr.valueOf&&Rr.valueOf();if(jr!=null&&jr!==Rr)return j.from(jr,Lr,$r);var vn=Ue(Rr);if(vn)return vn;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Rr[Symbol.toPrimitive]=="function")return j.from(Rr[Symbol.toPrimitive]("string"),Lr,$r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Rr)}j.from=function(Rr,Lr,$r){return V(Rr,Lr,$r)},Object.setPrototypeOf(j.prototype,Uint8Array.prototype),Object.setPrototypeOf(j,Uint8Array);function z(Rr){if(typeof Rr!="number")throw new TypeError('"size" argument must be of type number');if(Rr<0)throw new RangeError('The value "'+Rr+'" is invalid for option "size"')}function re(Rr,Lr,$r){return z(Rr),Rr<=0?L(Rr):Lr!==void 0?typeof $r=="string"?L(Rr).fill(Lr,$r):L(Rr).fill(Lr):L(Rr)}j.alloc=function(Rr,Lr,$r){return re(Rr,Lr,$r)};function oe(Rr){return z(Rr),L(Rr<0?0:$e(Rr)|0)}j.allocUnsafe=function(Rr){return oe(Rr)},j.allocUnsafeSlow=function(Rr){return oe(Rr)};function ue(Rr,Lr){if((typeof Lr!="string"||Lr==="")&&(Lr="utf8"),!j.isEncoding(Lr))throw new TypeError("Unknown encoding: "+Lr);var $r=Fe(Rr,Lr)|0,jr=L($r),vn=jr.write(Rr,Lr);return vn!==$r&&(jr=jr.slice(0,vn)),jr}function de(Rr){for(var Lr=Rr.length<0?0:$e(Rr.length)|0,$r=L(Lr),jr=0;jr=$)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+$.toString(16)+" bytes");return Rr|0}function Ve(Rr){return+Rr!=Rr&&(Rr=0),j.alloc(+Rr)}j.isBuffer=function(Lr){return Lr!=null&&Lr._isBuffer===!0&&Lr!==j.prototype},j.compare=function(Lr,$r){if(Dr(Lr,Uint8Array)&&(Lr=j.from(Lr,Lr.offset,Lr.byteLength)),Dr($r,Uint8Array)&&($r=j.from($r,$r.offset,$r.byteLength)),!j.isBuffer(Lr)||!j.isBuffer($r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Lr===$r)return 0;for(var jr=Lr.length,vn=$r.length,Kr=0,kr=Math.min(jr,vn);Krvn.length?j.from(kr).copy(vn,Kr):Uint8Array.prototype.set.call(vn,kr,Kr);else if(j.isBuffer(kr))kr.copy(vn,Kr);else throw new TypeError('"list" argument must be an Array of Buffers');Kr+=kr.length}return vn};function Fe(Rr,Lr){if(j.isBuffer(Rr))return Rr.length;if(ArrayBuffer.isView(Rr)||Dr(Rr,ArrayBuffer))return Rr.byteLength;if(typeof Rr!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Rr);var $r=Rr.length,jr=arguments.length>2&&arguments[2]===!0;if(!jr&&$r===0)return 0;for(var vn=!1;;)switch(Lr){case"ascii":case"latin1":case"binary":return $r;case"utf8":case"utf-8":return Sr(Rr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $r*2;case"hex":return $r>>>1;case"base64":return Gr(Rr).length;default:if(vn)return jr?-1:Sr(Rr).length;Lr=(""+Lr).toLowerCase(),vn=!0}}j.byteLength=Fe;function qe(Rr,Lr,$r){var jr=!1;if((Lr===void 0||Lr<0)&&(Lr=0),Lr>this.length||(($r===void 0||$r>this.length)&&($r=this.length),$r<=0)||($r>>>=0,Lr>>>=0,$r<=Lr))return"";for(Rr||(Rr="utf8");;)switch(Rr){case"hex":return kt(this,Lr,$r);case"utf8":case"utf-8":return Ce(this,Lr,$r);case"ascii":return ar(this,Lr,$r);case"latin1":case"binary":return ur(this,Lr,$r);case"base64":return pe(this,Lr,$r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return he(this,Lr,$r);default:if(jr)throw new TypeError("Unknown encoding: "+Rr);Rr=(Rr+"").toLowerCase(),jr=!0}}j.prototype._isBuffer=!0;function er(Rr,Lr,$r){var jr=Rr[Lr];Rr[Lr]=Rr[$r],Rr[$r]=jr}j.prototype.swap16=function(){var Lr=this.length;if(Lr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var $r=0;$r$r&&(Lr+=" ... "),""},n&&(j.prototype[n]=j.prototype.inspect),j.prototype.compare=function(Lr,$r,jr,vn,Kr){if(Dr(Lr,Uint8Array)&&(Lr=j.from(Lr,Lr.offset,Lr.byteLength)),!j.isBuffer(Lr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Lr);if($r===void 0&&($r=0),jr===void 0&&(jr=Lr?Lr.length:0),vn===void 0&&(vn=0),Kr===void 0&&(Kr=this.length),$r<0||jr>Lr.length||vn<0||Kr>this.length)throw new RangeError("out of range index");if(vn>=Kr&&$r>=jr)return 0;if(vn>=Kr)return-1;if($r>=jr)return 1;if($r>>>=0,jr>>>=0,vn>>>=0,Kr>>>=0,this===Lr)return 0;for(var kr=Kr-vn,Qr=jr-$r,Zr=Math.min(kr,Qr),Vi=this.slice(vn,Kr),To=Lr.slice($r,jr),oa=0;oa2147483647?$r=2147483647:$r<-2147483648&&($r=-2147483648),$r=+$r,Ir($r)&&($r=vn?0:Rr.length-1),$r<0&&($r=Rr.length+$r),$r>=Rr.length){if(vn)return-1;$r=Rr.length-1}else if($r<0)if(vn)$r=0;else return-1;if(typeof Lr=="string"&&(Lr=j.from(Lr,jr)),j.isBuffer(Lr))return Lr.length===0?-1:dr(Rr,Lr,$r,jr,vn);if(typeof Lr=="number")return Lr=Lr&255,typeof Uint8Array.prototype.indexOf=="function"?vn?Uint8Array.prototype.indexOf.call(Rr,Lr,$r):Uint8Array.prototype.lastIndexOf.call(Rr,Lr,$r):dr(Rr,[Lr],$r,jr,vn);throw new TypeError("val must be string, number or Buffer")}function dr(Rr,Lr,$r,jr,vn){var Kr=1,kr=Rr.length,Qr=Lr.length;if(jr!==void 0&&(jr=String(jr).toLowerCase(),jr==="ucs2"||jr==="ucs-2"||jr==="utf16le"||jr==="utf-16le")){if(Rr.length<2||Lr.length<2)return-1;Kr=2,kr/=2,Qr/=2,$r/=2}function Zr(rs,Mn){return Kr===1?rs[Mn]:rs.readUInt16BE(Mn*Kr)}var Vi;if(vn){var To=-1;for(Vi=$r;Vikr&&($r=kr-Qr),Vi=$r;Vi>=0;Vi--){for(var oa=!0,Ba=0;Bavn&&(jr=vn)):jr=vn;var Kr=Lr.length;jr>Kr/2&&(jr=Kr/2);for(var kr=0;kr>>0,isFinite(jr)?(jr=jr>>>0,vn===void 0&&(vn="utf8")):(vn=jr,jr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Kr=this.length-$r;if((jr===void 0||jr>Kr)&&(jr=Kr),Lr.length>0&&(jr<0||$r<0)||$r>this.length)throw new RangeError("Attempt to write outside buffer bounds");vn||(vn="utf8");for(var kr=!1;;)switch(vn){case"hex":return cr(this,Lr,$r,jr);case"utf8":case"utf-8":return nr(this,Lr,$r,jr);case"ascii":case"latin1":case"binary":return lr(this,Lr,$r,jr);case"base64":return Et(this,Lr,$r,jr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,Lr,$r,jr);default:if(kr)throw new TypeError("Unknown encoding: "+vn);vn=(""+vn).toLowerCase(),kr=!0}},j.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function pe(Rr,Lr,$r){return Lr===0&&$r===Rr.length?t.fromByteArray(Rr):t.fromByteArray(Rr.slice(Lr,$r))}function Ce(Rr,Lr,$r){$r=Math.min(Rr.length,$r);for(var jr=[],vn=Lr;vn<$r;){var Kr=Rr[vn],kr=null,Qr=Kr>239?4:Kr>223?3:Kr>191?2:1;if(vn+Qr<=$r){var Zr,Vi,To,oa;switch(Qr){case 1:Kr<128&&(kr=Kr);break;case 2:Zr=Rr[vn+1],(Zr&192)===128&&(oa=(Kr&31)<<6|Zr&63,oa>127&&(kr=oa));break;case 3:Zr=Rr[vn+1],Vi=Rr[vn+2],(Zr&192)===128&&(Vi&192)===128&&(oa=(Kr&15)<<12|(Zr&63)<<6|Vi&63,oa>2047&&(oa<55296||oa>57343)&&(kr=oa));break;case 4:Zr=Rr[vn+1],Vi=Rr[vn+2],To=Rr[vn+3],(Zr&192)===128&&(Vi&192)===128&&(To&192)===128&&(oa=(Kr&15)<<18|(Zr&63)<<12|(Vi&63)<<6|To&63,oa>65535&&oa<1114112&&(kr=oa))}}kr===null?(kr=65533,Qr=1):kr>65535&&(kr-=65536,jr.push(kr>>>10&1023|55296),kr=56320|kr&1023),jr.push(kr),vn+=Qr}return jt(jr)}var Ie=4096;function jt(Rr){var Lr=Rr.length;if(Lr<=Ie)return String.fromCharCode.apply(String,Rr);for(var $r="",jr=0;jrjr)&&($r=jr);for(var vn="",Kr=Lr;Kr<$r;++Kr)vn+=Br[Rr[Kr]];return vn}function he(Rr,Lr,$r){for(var jr=Rr.slice(Lr,$r),vn="",Kr=0;Krjr&&(Lr=jr),$r<0?($r+=jr,$r<0&&($r=0)):$r>jr&&($r=jr),$r$r)throw new RangeError("Trying to access beyond buffer length")}j.prototype.readUintLE=j.prototype.readUIntLE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=this[Lr],Kr=1,kr=0;++kr<$r&&(Kr*=256);)vn+=this[Lr+kr]*Kr;return vn},j.prototype.readUintBE=j.prototype.readUIntBE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=this[Lr+--$r],Kr=1;$r>0&&(Kr*=256);)vn+=this[Lr+--$r]*Kr;return vn},j.prototype.readUint8=j.prototype.readUInt8=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,1,this.length),this[Lr]},j.prototype.readUint16LE=j.prototype.readUInt16LE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,2,this.length),this[Lr]|this[Lr+1]<<8},j.prototype.readUint16BE=j.prototype.readUInt16BE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,2,this.length),this[Lr]<<8|this[Lr+1]},j.prototype.readUint32LE=j.prototype.readUInt32LE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),(this[Lr]|this[Lr+1]<<8|this[Lr+2]<<16)+this[Lr+3]*16777216},j.prototype.readUint32BE=j.prototype.readUInt32BE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),this[Lr]*16777216+(this[Lr+1]<<16|this[Lr+2]<<8|this[Lr+3])},j.prototype.readIntLE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=this[Lr],Kr=1,kr=0;++kr<$r&&(Kr*=256);)vn+=this[Lr+kr]*Kr;return Kr*=128,vn>=Kr&&(vn-=Math.pow(2,8*$r)),vn},j.prototype.readIntBE=function(Lr,$r,jr){Lr=Lr>>>0,$r=$r>>>0,jr||tr(Lr,$r,this.length);for(var vn=$r,Kr=1,kr=this[Lr+--vn];vn>0&&(Kr*=256);)kr+=this[Lr+--vn]*Kr;return Kr*=128,kr>=Kr&&(kr-=Math.pow(2,8*$r)),kr},j.prototype.readInt8=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,1,this.length),this[Lr]&128?(255-this[Lr]+1)*-1:this[Lr]},j.prototype.readInt16LE=function(Lr,$r){Lr=Lr>>>0,$r||tr(Lr,2,this.length);var jr=this[Lr]|this[Lr+1]<<8;return jr&32768?jr|4294901760:jr},j.prototype.readInt16BE=function(Lr,$r){Lr=Lr>>>0,$r||tr(Lr,2,this.length);var jr=this[Lr+1]|this[Lr]<<8;return jr&32768?jr|4294901760:jr},j.prototype.readInt32LE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),this[Lr]|this[Lr+1]<<8|this[Lr+2]<<16|this[Lr+3]<<24},j.prototype.readInt32BE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),this[Lr]<<24|this[Lr+1]<<16|this[Lr+2]<<8|this[Lr+3]},j.prototype.readFloatLE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),y.read(this,Lr,!0,23,4)},j.prototype.readFloatBE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,4,this.length),y.read(this,Lr,!1,23,4)},j.prototype.readDoubleLE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,8,this.length),y.read(this,Lr,!0,52,8)},j.prototype.readDoubleBE=function(Lr,$r){return Lr=Lr>>>0,$r||tr(Lr,8,this.length),y.read(this,Lr,!1,52,8)};function gr(Rr,Lr,$r,jr,vn,Kr){if(!j.isBuffer(Rr))throw new TypeError('"buffer" argument must be a Buffer instance');if(Lr>vn||LrRr.length)throw new RangeError("Index out of range")}j.prototype.writeUintLE=j.prototype.writeUIntLE=function(Lr,$r,jr,vn){if(Lr=+Lr,$r=$r>>>0,jr=jr>>>0,!vn){var Kr=Math.pow(2,8*jr)-1;gr(this,Lr,$r,jr,Kr,0)}var kr=1,Qr=0;for(this[$r]=Lr&255;++Qr>>0,jr=jr>>>0,!vn){var Kr=Math.pow(2,8*jr)-1;gr(this,Lr,$r,jr,Kr,0)}var kr=jr-1,Qr=1;for(this[$r+kr]=Lr&255;--kr>=0&&(Qr*=256);)this[$r+kr]=Lr/Qr&255;return $r+jr},j.prototype.writeUint8=j.prototype.writeUInt8=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,1,255,0),this[$r]=Lr&255,$r+1},j.prototype.writeUint16LE=j.prototype.writeUInt16LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,65535,0),this[$r]=Lr&255,this[$r+1]=Lr>>>8,$r+2},j.prototype.writeUint16BE=j.prototype.writeUInt16BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,65535,0),this[$r]=Lr>>>8,this[$r+1]=Lr&255,$r+2},j.prototype.writeUint32LE=j.prototype.writeUInt32LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,4294967295,0),this[$r+3]=Lr>>>24,this[$r+2]=Lr>>>16,this[$r+1]=Lr>>>8,this[$r]=Lr&255,$r+4},j.prototype.writeUint32BE=j.prototype.writeUInt32BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,4294967295,0),this[$r]=Lr>>>24,this[$r+1]=Lr>>>16,this[$r+2]=Lr>>>8,this[$r+3]=Lr&255,$r+4},j.prototype.writeIntLE=function(Lr,$r,jr,vn){if(Lr=+Lr,$r=$r>>>0,!vn){var Kr=Math.pow(2,8*jr-1);gr(this,Lr,$r,jr,Kr-1,-Kr)}var kr=0,Qr=1,Zr=0;for(this[$r]=Lr&255;++kr>0)-Zr&255;return $r+jr},j.prototype.writeIntBE=function(Lr,$r,jr,vn){if(Lr=+Lr,$r=$r>>>0,!vn){var Kr=Math.pow(2,8*jr-1);gr(this,Lr,$r,jr,Kr-1,-Kr)}var kr=jr-1,Qr=1,Zr=0;for(this[$r+kr]=Lr&255;--kr>=0&&(Qr*=256);)Lr<0&&Zr===0&&this[$r+kr+1]!==0&&(Zr=1),this[$r+kr]=(Lr/Qr>>0)-Zr&255;return $r+jr},j.prototype.writeInt8=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,1,127,-128),Lr<0&&(Lr=255+Lr+1),this[$r]=Lr&255,$r+1},j.prototype.writeInt16LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,32767,-32768),this[$r]=Lr&255,this[$r+1]=Lr>>>8,$r+2},j.prototype.writeInt16BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,2,32767,-32768),this[$r]=Lr>>>8,this[$r+1]=Lr&255,$r+2},j.prototype.writeInt32LE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,2147483647,-2147483648),this[$r]=Lr&255,this[$r+1]=Lr>>>8,this[$r+2]=Lr>>>16,this[$r+3]=Lr>>>24,$r+4},j.prototype.writeInt32BE=function(Lr,$r,jr){return Lr=+Lr,$r=$r>>>0,jr||gr(this,Lr,$r,4,2147483647,-2147483648),Lr<0&&(Lr=4294967295+Lr+1),this[$r]=Lr>>>24,this[$r+1]=Lr>>>16,this[$r+2]=Lr>>>8,this[$r+3]=Lr&255,$r+4};function _r(Rr,Lr,$r,jr,vn,Kr){if($r+jr>Rr.length)throw new RangeError("Index out of range");if($r<0)throw new RangeError("Index out of range")}function yr(Rr,Lr,$r,jr,vn){return Lr=+Lr,$r=$r>>>0,vn||_r(Rr,Lr,$r,4),y.write(Rr,Lr,$r,jr,23,4),$r+4}j.prototype.writeFloatLE=function(Lr,$r,jr){return yr(this,Lr,$r,!0,jr)},j.prototype.writeFloatBE=function(Lr,$r,jr){return yr(this,Lr,$r,!1,jr)};function xr(Rr,Lr,$r,jr,vn){return Lr=+Lr,$r=$r>>>0,vn||_r(Rr,Lr,$r,8),y.write(Rr,Lr,$r,jr,52,8),$r+8}j.prototype.writeDoubleLE=function(Lr,$r,jr){return xr(this,Lr,$r,!0,jr)},j.prototype.writeDoubleBE=function(Lr,$r,jr){return xr(this,Lr,$r,!1,jr)},j.prototype.copy=function(Lr,$r,jr,vn){if(!j.isBuffer(Lr))throw new TypeError("argument should be a Buffer");if(jr||(jr=0),!vn&&vn!==0&&(vn=this.length),$r>=Lr.length&&($r=Lr.length),$r||($r=0),vn>0&&vn=this.length)throw new RangeError("Index out of range");if(vn<0)throw new RangeError("sourceEnd out of bounds");vn>this.length&&(vn=this.length),Lr.length-$r>>0,jr=jr===void 0?this.length:jr>>>0,Lr||(Lr=0);var kr;if(typeof Lr=="number")for(kr=$r;kr55295&&$r<57344){if(!vn){if($r>56319){(Lr-=3)>-1&&Kr.push(239,191,189);continue}else if(kr+1===jr){(Lr-=3)>-1&&Kr.push(239,191,189);continue}vn=$r;continue}if($r<56320){(Lr-=3)>-1&&Kr.push(239,191,189),vn=$r;continue}$r=(vn-55296<<10|$r-56320)+65536}else vn&&(Lr-=3)>-1&&Kr.push(239,191,189);if(vn=null,$r<128){if((Lr-=1)<0)break;Kr.push($r)}else if($r<2048){if((Lr-=2)<0)break;Kr.push($r>>6|192,$r&63|128)}else if($r<65536){if((Lr-=3)<0)break;Kr.push($r>>12|224,$r>>6&63|128,$r&63|128)}else if($r<1114112){if((Lr-=4)<0)break;Kr.push($r>>18|240,$r>>12&63|128,$r>>6&63|128,$r&63|128)}else throw new Error("Invalid code point")}return Kr}function Ar(Rr){for(var Lr=[],$r=0;$r>8,vn=$r%256,Kr.push(vn),Kr.push(jr);return Kr}function Gr(Rr){return t.toByteArray(Tr(Rr))}function Vr(Rr,Lr,$r,jr){for(var vn=0;vn=Lr.length||vn>=Rr.length);++vn)Lr[vn+$r]=Rr[vn];return vn}function Dr(Rr,Lr){return Rr instanceof Lr||Rr!=null&&Rr.constructor!=null&&Rr.constructor.name!=null&&Rr.constructor.name===Lr.name}function Ir(Rr){return Rr!==Rr}var Br=function(){for(var Rr="0123456789abcdef",Lr=new Array(256),$r=0;$r<16;++$r)for(var jr=$r*16,vn=0;vn<16;++vn)Lr[jr+vn]=Rr[$r]+Rr[vn];return Lr}()})(buffer$1);var util$8={},types={},shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},y=Symbol("test"),n=Object(y);if(typeof y=="string"||Object.prototype.toString.call(y)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var $=42;t[y]=$;for(y in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var k=Object.getOwnPropertySymbols(t);if(k.length!==1||k[0]!==y||!Object.prototype.propertyIsEnumerable.call(t,y))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var L=Object.getOwnPropertyDescriptor(t,y);if(L.value!==$||L.enumerable!==!0)return!1}return!0},hasSymbols$2=shams$1,shams=function(){return hasSymbols$2()&&!!Symbol.toStringTag},esErrors=Error,_eval=EvalError,range$1=RangeError,ref=ReferenceError,syntax=SyntaxError,type=TypeError,uri=URIError,origSymbol=typeof Symbol<"u"&&Symbol,hasSymbolSham=shams$1,hasSymbols$1=function(){return typeof origSymbol!="function"||typeof Symbol!="function"||typeof origSymbol("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:hasSymbolSham()},test$1={__proto__:null,foo:{}},$Object=Object,hasProto$1=function(){return{__proto__:test$1}.foo===test$1.foo&&!(test$1 instanceof $Object)},ERROR_MESSAGE="Function.prototype.bind called on incompatible ",toStr$3=Object.prototype.toString,max=Math.max,funcType="[object Function]",concatty=function(t,y){for(var n=[],$=0;$"u"||!getProto$1?undefined$1:getProto$1(Uint8Array),INTRINSICS={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?undefined$1:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?undefined$1:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto$1?getProto$1([][Symbol.iterator]()):undefined$1,"%AsyncFromSyncIteratorPrototype%":undefined$1,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":typeof Atomics>"u"?undefined$1:Atomics,"%BigInt%":typeof BigInt>"u"?undefined$1:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?undefined$1:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?undefined$1:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?undefined$1:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$Error,"%eval%":eval,"%EvalError%":$EvalError,"%Float32Array%":typeof Float32Array>"u"?undefined$1:Float32Array,"%Float64Array%":typeof Float64Array>"u"?undefined$1:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?undefined$1:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":typeof Int8Array>"u"?undefined$1:Int8Array,"%Int16Array%":typeof Int16Array>"u"?undefined$1:Int16Array,"%Int32Array%":typeof Int32Array>"u"?undefined$1:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto$1?getProto$1(getProto$1([][Symbol.iterator]())):undefined$1,"%JSON%":typeof JSON=="object"?JSON:undefined$1,"%Map%":typeof Map>"u"?undefined$1:Map,"%MapIteratorPrototype%":typeof Map>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?undefined$1:Promise,"%Proxy%":typeof Proxy>"u"?undefined$1:Proxy,"%RangeError%":$RangeError,"%ReferenceError%":$ReferenceError,"%Reflect%":typeof Reflect>"u"?undefined$1:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?undefined$1:Set,"%SetIteratorPrototype%":typeof Set>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?undefined$1:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto$1?getProto$1(""[Symbol.iterator]()):undefined$1,"%Symbol%":hasSymbols?Symbol:undefined$1,"%SyntaxError%":$SyntaxError$1,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError$2,"%Uint8Array%":typeof Uint8Array>"u"?undefined$1:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?undefined$1:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?undefined$1:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?undefined$1:Uint32Array,"%URIError%":$URIError,"%WeakMap%":typeof WeakMap>"u"?undefined$1:WeakMap,"%WeakRef%":typeof WeakRef>"u"?undefined$1:WeakRef,"%WeakSet%":typeof WeakSet>"u"?undefined$1:WeakSet};if(getProto$1)try{null.error}catch(e){var errorProto=getProto$1(getProto$1(e));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function e(t){var y;if(t==="%AsyncFunction%")y=getEvalledConstructor("async function () {}");else if(t==="%GeneratorFunction%")y=getEvalledConstructor("function* () {}");else if(t==="%AsyncGeneratorFunction%")y=getEvalledConstructor("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(y=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var $=e("%AsyncGenerator%");$&&getProto$1&&(y=getProto$1($.prototype))}return INTRINSICS[t]=y,y},LEGACY_ALIASES={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bind$1=functionBind,hasOwn=hasown,$concat=bind$1.call(Function.call,Array.prototype.concat),$spliceApply=bind$1.call(Function.apply,Array.prototype.splice),$replace=bind$1.call(Function.call,String.prototype.replace),$strSlice=bind$1.call(Function.call,String.prototype.slice),$exec=bind$1.call(Function.call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=function(t){var y=$strSlice(t,0,1),n=$strSlice(t,-1);if(y==="%"&&n!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&y!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected opening `%`");var $=[];return $replace(t,rePropName,function(k,L,j,V){$[$.length]=j?$replace(V,reEscapeChar,"$1"):L||k}),$},getBaseIntrinsic=function(t,y){var n=t,$;if(hasOwn(LEGACY_ALIASES,n)&&($=LEGACY_ALIASES[n],n="%"+$[0]+"%"),hasOwn(INTRINSICS,n)){var k=INTRINSICS[n];if(k===needsEval&&(k=doEval(n)),typeof k>"u"&&!y)throw new $TypeError$2("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:$,name:n,value:k}}throw new $SyntaxError$1("intrinsic "+t+" does not exist!")},getIntrinsic=function(t,y){if(typeof t!="string"||t.length===0)throw new $TypeError$2("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof y!="boolean")throw new $TypeError$2('"allowMissing" argument must be a boolean');if($exec(/^%?[^%]*%?$/,t)===null)throw new $SyntaxError$1("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=stringToPath(t),$=n.length>0?n[0]:"",k=getBaseIntrinsic("%"+$+"%",y),L=k.name,j=k.value,V=!1,z=k.alias;z&&($=z[0],$spliceApply(n,$concat([0,1],z)));for(var re=1,oe=!0;re=n.length){var Ne=$gOPD$1(j,ue);oe=!!Ne,oe&&"get"in Ne&&!("originalValue"in Ne.get)?j=Ne.get:j=j[ue]}else oe=hasOwn(j,ue),j=j[ue];oe&&!V&&(INTRINSICS[L]=j)}}return j},callBind$2={exports:{}},esDefineProperty,hasRequiredEsDefineProperty;function requireEsDefineProperty(){if(hasRequiredEsDefineProperty)return esDefineProperty;hasRequiredEsDefineProperty=1;var e=getIntrinsic,t=e("%Object.defineProperty%",!0)||!1;if(t)try{t({},"a",{value:1})}catch{t=!1}return esDefineProperty=t,esDefineProperty}var GetIntrinsic$2=getIntrinsic,$gOPD=GetIntrinsic$2("%Object.getOwnPropertyDescriptor%",!0);if($gOPD)try{$gOPD([],"length")}catch{$gOPD=null}var gopd$1=$gOPD,$defineProperty$1=requireEsDefineProperty(),$SyntaxError=syntax,$TypeError$1=type,gopd=gopd$1,defineDataProperty=function(t,y,n){if(!t||typeof t!="object"&&typeof t!="function")throw new $TypeError$1("`obj` must be an object or a function`");if(typeof y!="string"&&typeof y!="symbol")throw new $TypeError$1("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new $TypeError$1("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new $TypeError$1("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new $TypeError$1("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new $TypeError$1("`loose`, if provided, must be a boolean");var $=arguments.length>3?arguments[3]:null,k=arguments.length>4?arguments[4]:null,L=arguments.length>5?arguments[5]:null,j=arguments.length>6?arguments[6]:!1,V=!!gopd&&gopd(t,y);if($defineProperty$1)$defineProperty$1(t,y,{configurable:L===null&&V?V.configurable:!L,enumerable:$===null&&V?V.enumerable:!$,value:n,writable:k===null&&V?V.writable:!k});else if(j||!$&&!k&&!L)t[y]=n;else throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},$defineProperty=requireEsDefineProperty(),hasPropertyDescriptors=function(){return!!$defineProperty};hasPropertyDescriptors.hasArrayLengthDefineBug=function(){if(!$defineProperty)return null;try{return $defineProperty([],"length",{value:1}).length!==1}catch{return!0}};var hasPropertyDescriptors_1=hasPropertyDescriptors,GetIntrinsic$1=getIntrinsic,define=defineDataProperty,hasDescriptors=hasPropertyDescriptors_1(),gOPD$1=gopd$1,$TypeError=type,$floor=GetIntrinsic$1("%Math.floor%"),setFunctionLength=function(t,y){if(typeof t!="function")throw new $TypeError("`fn` is not a function");if(typeof y!="number"||y<0||y>4294967295||$floor(y)!==y)throw new $TypeError("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],$=!0,k=!0;if("length"in t&&gOPD$1){var L=gOPD$1(t,"length");L&&!L.configurable&&($=!1),L&&!L.writable&&(k=!1)}return($||k||!n)&&(hasDescriptors?define(t,"length",y,!0,!0):define(t,"length",y)),t};(function(e){var t=functionBind,y=getIntrinsic,n=setFunctionLength,$=type,k=y("%Function.prototype.apply%"),L=y("%Function.prototype.call%"),j=y("%Reflect.apply%",!0)||t.call(L,k),V=requireEsDefineProperty(),z=y("%Math.max%");e.exports=function(ue){if(typeof ue!="function")throw new $("a function is required");var de=j(t,L,arguments);return n(de,1+z(0,ue.length-(arguments.length-1)),!0)};var re=function(){return j(t,k,arguments)};V?V(e.exports,"apply",{value:re}):e.exports.apply=re})(callBind$2);var callBindExports=callBind$2.exports,GetIntrinsic=getIntrinsic,callBind$1=callBindExports,$indexOf$1=callBind$1(GetIntrinsic("String.prototype.indexOf")),callBound$2=function(t,y){var n=GetIntrinsic(t,!!y);return typeof n=="function"&&$indexOf$1(t,".prototype.")>-1?callBind$1(n):n},hasToStringTag$3=shams(),callBound$1=callBound$2,$toString$1=callBound$1("Object.prototype.toString"),isStandardArguments=function(t){return hasToStringTag$3&&t&&typeof t=="object"&&Symbol.toStringTag in t?!1:$toString$1(t)==="[object Arguments]"},isLegacyArguments=function(t){return isStandardArguments(t)?!0:t!==null&&typeof t=="object"&&typeof t.length=="number"&&t.length>=0&&$toString$1(t)!=="[object Array]"&&$toString$1(t.callee)==="[object Function]"},supportsStandardArguments=function(){return isStandardArguments(arguments)}();isStandardArguments.isLegacyArguments=isLegacyArguments;var isArguments=supportsStandardArguments?isStandardArguments:isLegacyArguments,toStr$2=Object.prototype.toString,fnToStr$1=Function.prototype.toString,isFnRegex=/^\s*(?:function)?\*/,hasToStringTag$2=shams(),getProto=Object.getPrototypeOf,getGeneratorFunc=function(){if(!hasToStringTag$2)return!1;try{return Function("return function*() {}")()}catch{}},GeneratorFunction,isGeneratorFunction=function(t){if(typeof t!="function")return!1;if(isFnRegex.test(fnToStr$1.call(t)))return!0;if(!hasToStringTag$2){var y=toStr$2.call(t);return y==="[object GeneratorFunction]"}if(!getProto)return!1;if(typeof GeneratorFunction>"u"){var n=getGeneratorFunc();GeneratorFunction=n?getProto(n):!1}return getProto(t)===GeneratorFunction},fnToStr=Function.prototype.toString,reflectApply=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,badArrayLike,isCallableMarker;if(typeof reflectApply=="function"&&typeof Object.defineProperty=="function")try{badArrayLike=Object.defineProperty({},"length",{get:function(){throw isCallableMarker}}),isCallableMarker={},reflectApply(function(){throw 42},null,badArrayLike)}catch(e){e!==isCallableMarker&&(reflectApply=null)}else reflectApply=null;var constructorRegex=/^\s*class\b/,isES6ClassFn=function(t){try{var y=fnToStr.call(t);return constructorRegex.test(y)}catch{return!1}},tryFunctionObject=function(t){try{return isES6ClassFn(t)?!1:(fnToStr.call(t),!0)}catch{return!1}},toStr$1=Object.prototype.toString,objectClass="[object Object]",fnClass="[object Function]",genClass="[object GeneratorFunction]",ddaClass="[object HTMLAllCollection]",ddaClass2="[object HTML document.all class]",ddaClass3="[object HTMLCollection]",hasToStringTag$1=typeof Symbol=="function"&&!!Symbol.toStringTag,isIE68=!(0 in[,]),isDDA=function(){return!1};if(typeof document=="object"){var all=document.all;toStr$1.call(all)===toStr$1.call(document.all)&&(isDDA=function(t){if((isIE68||!t)&&(typeof t>"u"||typeof t=="object"))try{var y=toStr$1.call(t);return(y===ddaClass||y===ddaClass2||y===ddaClass3||y===objectClass)&&t("")==null}catch{}return!1})}var isCallable$1=reflectApply?function(t){if(isDDA(t))return!0;if(!t||typeof t!="function"&&typeof t!="object")return!1;try{reflectApply(t,null,badArrayLike)}catch(y){if(y!==isCallableMarker)return!1}return!isES6ClassFn(t)&&tryFunctionObject(t)}:function(t){if(isDDA(t))return!0;if(!t||typeof t!="function"&&typeof t!="object")return!1;if(hasToStringTag$1)return tryFunctionObject(t);if(isES6ClassFn(t))return!1;var y=toStr$1.call(t);return y!==fnClass&&y!==genClass&&!/^\[object HTML/.test(y)?!1:tryFunctionObject(t)},isCallable=isCallable$1,toStr=Object.prototype.toString,hasOwnProperty$1=Object.prototype.hasOwnProperty,forEachArray=function(t,y,n){for(var $=0,k=t.length;$=3&&($=n),toStr.call(t)==="[object Array]"?forEachArray(t,y,$):typeof t=="string"?forEachString(t,y,$):forEachObject(t,y,$)},forEach_1=forEach$2,possibleTypedArrayNames=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"],possibleNames=possibleTypedArrayNames,g$1=typeof globalThis>"u"?commonjsGlobal:globalThis,availableTypedArrays$1=function(){for(var t=[],y=0;y"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-1?y:y!=="Object"?!1:trySlices(t)}return gOPD?tryTypedArrays(t):null},whichTypedArray=whichTypedArray$1,isTypedArray$1=function(t){return!!whichTypedArray(t)};(function(e){var t=isArguments,y=isGeneratorFunction,n=whichTypedArray$1,$=isTypedArray$1;function k(jr){return jr.call.bind(jr)}var L=typeof BigInt<"u",j=typeof Symbol<"u",V=k(Object.prototype.toString),z=k(Number.prototype.valueOf),re=k(String.prototype.valueOf),oe=k(Boolean.prototype.valueOf);if(L)var ue=k(BigInt.prototype.valueOf);if(j)var de=k(Symbol.prototype.valueOf);function _e(jr,vn){if(typeof jr!="object")return!1;try{return vn(jr),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=y,e.isTypedArray=$;function Ne(jr){return typeof Promise<"u"&&jr instanceof Promise||jr!==null&&typeof jr=="object"&&typeof jr.then=="function"&&typeof jr.catch=="function"}e.isPromise=Ne;function Ue(jr){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(jr):$(jr)||_r(jr)}e.isArrayBufferView=Ue;function $e(jr){return n(jr)==="Uint8Array"}e.isUint8Array=$e;function Ve(jr){return n(jr)==="Uint8ClampedArray"}e.isUint8ClampedArray=Ve;function Fe(jr){return n(jr)==="Uint16Array"}e.isUint16Array=Fe;function qe(jr){return n(jr)==="Uint32Array"}e.isUint32Array=qe;function er(jr){return n(jr)==="Int8Array"}e.isInt8Array=er;function ir(jr){return n(jr)==="Int16Array"}e.isInt16Array=ir;function dr(jr){return n(jr)==="Int32Array"}e.isInt32Array=dr;function cr(jr){return n(jr)==="Float32Array"}e.isFloat32Array=cr;function nr(jr){return n(jr)==="Float64Array"}e.isFloat64Array=nr;function lr(jr){return n(jr)==="BigInt64Array"}e.isBigInt64Array=lr;function Et(jr){return n(jr)==="BigUint64Array"}e.isBigUint64Array=Et;function ie(jr){return V(jr)==="[object Map]"}ie.working=typeof Map<"u"&&ie(new Map);function pe(jr){return typeof Map>"u"?!1:ie.working?ie(jr):jr instanceof Map}e.isMap=pe;function Ce(jr){return V(jr)==="[object Set]"}Ce.working=typeof Set<"u"&&Ce(new Set);function Ie(jr){return typeof Set>"u"?!1:Ce.working?Ce(jr):jr instanceof Set}e.isSet=Ie;function jt(jr){return V(jr)==="[object WeakMap]"}jt.working=typeof WeakMap<"u"&&jt(new WeakMap);function ar(jr){return typeof WeakMap>"u"?!1:jt.working?jt(jr):jr instanceof WeakMap}e.isWeakMap=ar;function ur(jr){return V(jr)==="[object WeakSet]"}ur.working=typeof WeakSet<"u"&&ur(new WeakSet);function kt(jr){return ur(jr)}e.isWeakSet=kt;function he(jr){return V(jr)==="[object ArrayBuffer]"}he.working=typeof ArrayBuffer<"u"&&he(new ArrayBuffer);function tr(jr){return typeof ArrayBuffer>"u"?!1:he.working?he(jr):jr instanceof ArrayBuffer}e.isArrayBuffer=tr;function gr(jr){return V(jr)==="[object DataView]"}gr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&gr(new DataView(new ArrayBuffer(1),0,1));function _r(jr){return typeof DataView>"u"?!1:gr.working?gr(jr):jr instanceof DataView}e.isDataView=_r;var yr=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function xr(jr){return V(jr)==="[object SharedArrayBuffer]"}function Nr(jr){return typeof yr>"u"?!1:(typeof xr.working>"u"&&(xr.working=xr(new yr)),xr.working?xr(jr):jr instanceof yr)}e.isSharedArrayBuffer=Nr;function Tr(jr){return V(jr)==="[object AsyncFunction]"}e.isAsyncFunction=Tr;function Sr(jr){return V(jr)==="[object Map Iterator]"}e.isMapIterator=Sr;function Ar(jr){return V(jr)==="[object Set Iterator]"}e.isSetIterator=Ar;function Fr(jr){return V(jr)==="[object Generator]"}e.isGeneratorObject=Fr;function Gr(jr){return V(jr)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=Gr;function Vr(jr){return _e(jr,z)}e.isNumberObject=Vr;function Dr(jr){return _e(jr,re)}e.isStringObject=Dr;function Ir(jr){return _e(jr,oe)}e.isBooleanObject=Ir;function Br(jr){return L&&_e(jr,ue)}e.isBigIntObject=Br;function Rr(jr){return j&&_e(jr,de)}e.isSymbolObject=Rr;function Lr(jr){return Vr(jr)||Dr(jr)||Ir(jr)||Br(jr)||Rr(jr)}e.isBoxedPrimitive=Lr;function $r(jr){return typeof Uint8Array<"u"&&(tr(jr)||Nr(jr))}e.isAnyArrayBuffer=$r,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(jr){Object.defineProperty(e,jr,{enumerable:!1,value:function(){throw new Error(jr+" is not supported in userland")}})})})(types);var isBufferBrowser=function(t){return t&&typeof t=="object"&&typeof t.copy=="function"&&typeof t.fill=="function"&&typeof t.readUInt8=="function"};(function(e){var t={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},y={},n=Object.getOwnPropertyDescriptors||function(xr){for(var Nr=Object.keys(xr),Tr={},Sr=0;Sr=Sr)return Gr;switch(Gr){case"%s":return String(Tr[Nr++]);case"%d":return Number(Tr[Nr++]);case"%j":try{return JSON.stringify(Tr[Nr++])}catch{return"[Circular]"}default:return Gr}}),Fr=Tr[Nr];Nr"u")return function(){return e.deprecate(yr,xr).apply(this,arguments)};var Nr=!1;function Tr(){if(!Nr){if(t.throwDeprecation)throw new Error(xr);t.traceDeprecation?console.trace(xr):console.error(xr),Nr=!0}return yr.apply(this,arguments)}return Tr};var k={},L=/^$/;if(y.NODE_DEBUG){var j=y.NODE_DEBUG;j=j.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),L=new RegExp("^"+j+"$","i")}e.debuglog=function(yr){if(yr=yr.toUpperCase(),!k[yr])if(L.test(yr)){var xr=t.pid;k[yr]=function(){var Nr=e.format.apply(e,arguments);console.error("%s %d: %s",yr,xr,Nr)}}else k[yr]=function(){};return k[yr]};function V(yr,xr){var Nr={seen:[],stylize:re};return arguments.length>=3&&(Nr.depth=arguments[2]),arguments.length>=4&&(Nr.colors=arguments[3]),Fe(xr)?Nr.showHidden=xr:xr&&e._extend(Nr,xr),nr(Nr.showHidden)&&(Nr.showHidden=!1),nr(Nr.depth)&&(Nr.depth=2),nr(Nr.colors)&&(Nr.colors=!1),nr(Nr.customInspect)&&(Nr.customInspect=!0),Nr.colors&&(Nr.stylize=z),ue(Nr,yr,Nr.depth)}e.inspect=V,V.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},V.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function z(yr,xr){var Nr=V.styles[xr];return Nr?"\x1B["+V.colors[Nr][0]+"m"+yr+"\x1B["+V.colors[Nr][1]+"m":yr}function re(yr,xr){return yr}function oe(yr){var xr={};return yr.forEach(function(Nr,Tr){xr[Nr]=!0}),xr}function ue(yr,xr,Nr){if(yr.customInspect&&xr&&Ce(xr.inspect)&&xr.inspect!==e.inspect&&!(xr.constructor&&xr.constructor.prototype===xr)){var Tr=xr.inspect(Nr,yr);return dr(Tr)||(Tr=ue(yr,Tr,Nr)),Tr}var Sr=de(yr,xr);if(Sr)return Sr;var Ar=Object.keys(xr),Fr=oe(Ar);if(yr.showHidden&&(Ar=Object.getOwnPropertyNames(xr)),pe(xr)&&(Ar.indexOf("message")>=0||Ar.indexOf("description")>=0))return _e(xr);if(Ar.length===0){if(Ce(xr)){var Gr=xr.name?": "+xr.name:"";return yr.stylize("[Function"+Gr+"]","special")}if(lr(xr))return yr.stylize(RegExp.prototype.toString.call(xr),"regexp");if(ie(xr))return yr.stylize(Date.prototype.toString.call(xr),"date");if(pe(xr))return _e(xr)}var Vr="",Dr=!1,Ir=["{","}"];if(Ve(xr)&&(Dr=!0,Ir=["[","]"]),Ce(xr)){var Br=xr.name?": "+xr.name:"";Vr=" [Function"+Br+"]"}if(lr(xr)&&(Vr=" "+RegExp.prototype.toString.call(xr)),ie(xr)&&(Vr=" "+Date.prototype.toUTCString.call(xr)),pe(xr)&&(Vr=" "+_e(xr)),Ar.length===0&&(!Dr||xr.length==0))return Ir[0]+Vr+Ir[1];if(Nr<0)return lr(xr)?yr.stylize(RegExp.prototype.toString.call(xr),"regexp"):yr.stylize("[Object]","special");yr.seen.push(xr);var Rr;return Dr?Rr=Ne(yr,xr,Nr,Fr,Ar):Rr=Ar.map(function(Lr){return Ue(yr,xr,Nr,Fr,Lr,Dr)}),yr.seen.pop(),$e(Rr,Vr,Ir)}function de(yr,xr){if(nr(xr))return yr.stylize("undefined","undefined");if(dr(xr)){var Nr="'"+JSON.stringify(xr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return yr.stylize(Nr,"string")}if(ir(xr))return yr.stylize(""+xr,"number");if(Fe(xr))return yr.stylize(""+xr,"boolean");if(qe(xr))return yr.stylize("null","null")}function _e(yr){return"["+Error.prototype.toString.call(yr)+"]"}function Ne(yr,xr,Nr,Tr,Sr){for(var Ar=[],Fr=0,Gr=xr.length;Fr-1&&(Ar?Gr=Gr.split(` -`).map(function(Dr){return" "+Dr}).join(` -`).slice(2):Gr=` -`+Gr.split(` -`).map(function(Dr){return" "+Dr}).join(` -`))):Gr=yr.stylize("[Circular]","special")),nr(Fr)){if(Ar&&Sr.match(/^\d+$/))return Gr;Fr=JSON.stringify(""+Sr),Fr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Fr=Fr.slice(1,-1),Fr=yr.stylize(Fr,"name")):(Fr=Fr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Fr=yr.stylize(Fr,"string"))}return Fr+": "+Gr}function $e(yr,xr,Nr){var Tr=yr.reduce(function(Sr,Ar){return Ar.indexOf(` -`)>=0,Sr+Ar.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Tr>60?Nr[0]+(xr===""?"":xr+` - `)+" "+yr.join(`, - `)+" "+Nr[1]:Nr[0]+xr+" "+yr.join(", ")+" "+Nr[1]}e.types=types;function Ve(yr){return Array.isArray(yr)}e.isArray=Ve;function Fe(yr){return typeof yr=="boolean"}e.isBoolean=Fe;function qe(yr){return yr===null}e.isNull=qe;function er(yr){return yr==null}e.isNullOrUndefined=er;function ir(yr){return typeof yr=="number"}e.isNumber=ir;function dr(yr){return typeof yr=="string"}e.isString=dr;function cr(yr){return typeof yr=="symbol"}e.isSymbol=cr;function nr(yr){return yr===void 0}e.isUndefined=nr;function lr(yr){return Et(yr)&&jt(yr)==="[object RegExp]"}e.isRegExp=lr,e.types.isRegExp=lr;function Et(yr){return typeof yr=="object"&&yr!==null}e.isObject=Et;function ie(yr){return Et(yr)&&jt(yr)==="[object Date]"}e.isDate=ie,e.types.isDate=ie;function pe(yr){return Et(yr)&&(jt(yr)==="[object Error]"||yr instanceof Error)}e.isError=pe,e.types.isNativeError=pe;function Ce(yr){return typeof yr=="function"}e.isFunction=Ce;function Ie(yr){return yr===null||typeof yr=="boolean"||typeof yr=="number"||typeof yr=="string"||typeof yr=="symbol"||typeof yr>"u"}e.isPrimitive=Ie,e.isBuffer=isBufferBrowser;function jt(yr){return Object.prototype.toString.call(yr)}function ar(yr){return yr<10?"0"+yr.toString(10):yr.toString(10)}var ur=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function kt(){var yr=new Date,xr=[ar(yr.getHours()),ar(yr.getMinutes()),ar(yr.getSeconds())].join(":");return[yr.getDate(),ur[yr.getMonth()],xr].join(" ")}e.log=function(){console.log("%s - %s",kt(),e.format.apply(e,arguments))},e.inherits=inherits_browserExports,e._extend=function(yr,xr){if(!xr||!Et(xr))return yr;for(var Nr=Object.keys(xr),Tr=Nr.length;Tr--;)yr[Nr[Tr]]=xr[Nr[Tr]];return yr};function he(yr,xr){return Object.prototype.hasOwnProperty.call(yr,xr)}var tr=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function(xr){if(typeof xr!="function")throw new TypeError('The "original" argument must be of type Function');if(tr&&xr[tr]){var Nr=xr[tr];if(typeof Nr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Nr,tr,{value:Nr,enumerable:!1,writable:!1,configurable:!0}),Nr}function Nr(){for(var Tr,Sr,Ar=new Promise(function(Vr,Dr){Tr=Vr,Sr=Dr}),Fr=[],Gr=0;Gr0?this.tail.next=$e:this.head=$e,this.tail=$e,++this.length}},{key:"unshift",value:function(Ue){var $e={data:Ue,next:this.head};this.length===0&&(this.tail=$e),this.head=$e,++this.length}},{key:"shift",value:function(){if(this.length!==0){var Ue=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,Ue}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(Ue){if(this.length===0)return"";for(var $e=this.head,Ve=""+$e.data;$e=$e.next;)Ve+=Ue+$e.data;return Ve}},{key:"concat",value:function(Ue){if(this.length===0)return z.alloc(0);for(var $e=z.allocUnsafe(Ue>>>0),Ve=this.head,Fe=0;Ve;)de(Ve.data,$e,Fe),Fe+=Ve.data.length,Ve=Ve.next;return $e}},{key:"consume",value:function(Ue,$e){var Ve;return Ueqe.length?qe.length:Ue;if(er===qe.length?Fe+=qe:Fe+=qe.slice(0,Ue),Ue-=er,Ue===0){er===qe.length?(++Ve,$e.next?this.head=$e.next:this.head=this.tail=null):(this.head=$e,$e.data=qe.slice(er));break}++Ve}return this.length-=Ve,Fe}},{key:"_getBuffer",value:function(Ue){var $e=z.allocUnsafe(Ue),Ve=this.head,Fe=1;for(Ve.data.copy($e),Ue-=Ve.data.length;Ve=Ve.next;){var qe=Ve.data,er=Ue>qe.length?qe.length:Ue;if(qe.copy($e,$e.length-Ue,0,er),Ue-=er,Ue===0){er===qe.length?(++Fe,Ve.next?this.head=Ve.next:this.head=this.tail=null):(this.head=Ve,Ve.data=qe.slice(er));break}++Fe}return this.length-=Fe,$e}},{key:ue,value:function(Ue,$e){return oe(this,t(t({},$e),{},{depth:0,customInspect:!1}))}}]),_e}(),buffer_list}var define_process_default$c={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};function destroy$1(e,t){var y=this,n=this._readableState&&this._readableState.destroyed,$=this._writableState&&this._writableState.destroyed;return n||$?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,define_process_default$c.nextTick(emitErrorNT$1,this,e)):define_process_default$c.nextTick(emitErrorNT$1,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(k){!t&&k?y._writableState?y._writableState.errorEmitted?define_process_default$c.nextTick(emitCloseNT,y):(y._writableState.errorEmitted=!0,define_process_default$c.nextTick(emitErrorAndCloseNT,y,k)):define_process_default$c.nextTick(emitErrorAndCloseNT,y,k):t?(define_process_default$c.nextTick(emitCloseNT,y),t(k)):define_process_default$c.nextTick(emitCloseNT,y)}),this)}function emitErrorAndCloseNT(e,t){emitErrorNT$1(e,t),emitCloseNT(e)}function emitCloseNT(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function undestroy$1(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT$1(e,t){e.emit("error",t)}function errorOrDestroy(e,t){var y=e._readableState,n=e._writableState;y&&y.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}var destroy_1$1={destroy:destroy$1,undestroy:undestroy$1,errorOrDestroy},errorsBrowser={};function _inheritsLoose(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}var codes={};function createErrorType(e,t,y){y||(y=Error);function n(k,L,j){return typeof t=="string"?t:t(k,L,j)}var $=function(k){_inheritsLoose(L,k);function L(j,V,z){return k.call(this,n(j,V,z))||this}return L}(y);$.prototype.name=y.name,$.prototype.code=e,codes[e]=$}function oneOf(e,t){if(Array.isArray(e)){var y=e.length;return e=e.map(function(n){return String(n)}),y>2?"one of ".concat(t," ").concat(e.slice(0,y-1).join(", "),", or ")+e[y-1]:y===2?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}else return"of ".concat(t," ").concat(String(e))}function startsWith(e,t,y){return e.substr(0,t.length)===t}function endsWith$1(e,t,y){return(y===void 0||y>e.length)&&(y=e.length),e.substring(y-t.length,y)===t}function includes(e,t,y){return typeof y!="number"&&(y=0),y+t.length>e.length?!1:e.indexOf(t,y)!==-1}createErrorType("ERR_INVALID_OPT_VALUE",function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'},TypeError);createErrorType("ERR_INVALID_ARG_TYPE",function(e,t,y){var n;typeof t=="string"&&startsWith(t,"not ")?(n="must not be",t=t.replace(/^not /,"")):n="must be";var $;if(endsWith$1(e," argument"))$="The ".concat(e," ").concat(n," ").concat(oneOf(t,"type"));else{var k=includes(e,".")?"property":"argument";$='The "'.concat(e,'" ').concat(k," ").concat(n," ").concat(oneOf(t,"type"))}return $+=". Received type ".concat(typeof y),$},TypeError);createErrorType("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");createErrorType("ERR_METHOD_NOT_IMPLEMENTED",function(e){return"The "+e+" method is not implemented"});createErrorType("ERR_STREAM_PREMATURE_CLOSE","Premature close");createErrorType("ERR_STREAM_DESTROYED",function(e){return"Cannot call "+e+" after a stream was destroyed"});createErrorType("ERR_MULTIPLE_CALLBACK","Callback called multiple times");createErrorType("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end");createErrorType("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);createErrorType("ERR_UNKNOWN_ENCODING",function(e){return"Unknown encoding: "+e},TypeError);createErrorType("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");errorsBrowser.codes=codes;var ERR_INVALID_OPT_VALUE=errorsBrowser.codes.ERR_INVALID_OPT_VALUE;function highWaterMarkFrom(e,t,y){return e.highWaterMark!=null?e.highWaterMark:t?e[y]:null}function getHighWaterMark(e,t,y,n){var $=highWaterMarkFrom(t,n,y);if($!=null){if(!(isFinite($)&&Math.floor($)===$)||$<0){var k=n?y:"highWaterMark";throw new ERR_INVALID_OPT_VALUE(k,$)}return Math.floor($)}return e.objectMode?16:16*1024}var state={getHighWaterMark},browser$b=deprecate;function deprecate(e,t){if(config("noDeprecation"))return e;var y=!1;function n(){if(!y){if(config("throwDeprecation"))throw new Error(t);config("traceDeprecation")?console.trace(t):console.warn(t),y=!0}return e.apply(this,arguments)}return n}function config(e){try{if(!commonjsGlobal.localStorage)return!1}catch{return!1}var t=commonjsGlobal.localStorage[e];return t==null?!1:String(t).toLowerCase()==="true"}var _stream_writable$1,hasRequired_stream_writable$1;function require_stream_writable$1(){if(hasRequired_stream_writable$1)return _stream_writable$1;hasRequired_stream_writable$1=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};_stream_writable$1=nr;function t(Tr){var Sr=this;this.next=null,this.entry=null,this.finish=function(){Nr(Sr,Tr)}}var y;nr.WritableState=dr;var n={deprecate:browser$b},$=streamBrowser$1,k=buffer$1.Buffer,L=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function j(Tr){return k.from(Tr)}function V(Tr){return k.isBuffer(Tr)||Tr instanceof L}var z=destroy_1$1,re=state,oe=re.getHighWaterMark,ue=errorsBrowser.codes,de=ue.ERR_INVALID_ARG_TYPE,_e=ue.ERR_METHOD_NOT_IMPLEMENTED,Ne=ue.ERR_MULTIPLE_CALLBACK,Ue=ue.ERR_STREAM_CANNOT_PIPE,$e=ue.ERR_STREAM_DESTROYED,Ve=ue.ERR_STREAM_NULL_VALUES,Fe=ue.ERR_STREAM_WRITE_AFTER_END,qe=ue.ERR_UNKNOWN_ENCODING,er=z.errorOrDestroy;inherits_browserExports(nr,$);function ir(){}function dr(Tr,Sr,Ar){y=y||require_stream_duplex$1(),Tr=Tr||{},typeof Ar!="boolean"&&(Ar=Sr instanceof y),this.objectMode=!!Tr.objectMode,Ar&&(this.objectMode=this.objectMode||!!Tr.writableObjectMode),this.highWaterMark=oe(this,Tr,"writableHighWaterMark",Ar),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Fr=Tr.decodeStrings===!1;this.decodeStrings=!Fr,this.defaultEncoding=Tr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Gr){ar(Sr,Gr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Tr.emitClose!==!1,this.autoDestroy=!!Tr.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new t(this)}dr.prototype.getBuffer=function(){for(var Sr=this.bufferedRequest,Ar=[];Sr;)Ar.push(Sr),Sr=Sr.next;return Ar},function(){try{Object.defineProperty(dr.prototype,"buffer",{get:n.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var cr;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(cr=Function.prototype[Symbol.hasInstance],Object.defineProperty(nr,Symbol.hasInstance,{value:function(Sr){return cr.call(this,Sr)?!0:this!==nr?!1:Sr&&Sr._writableState instanceof dr}})):cr=function(Sr){return Sr instanceof this};function nr(Tr){y=y||require_stream_duplex$1();var Sr=this instanceof y;if(!Sr&&!cr.call(nr,this))return new nr(Tr);this._writableState=new dr(Tr,this,Sr),this.writable=!0,Tr&&(typeof Tr.write=="function"&&(this._write=Tr.write),typeof Tr.writev=="function"&&(this._writev=Tr.writev),typeof Tr.destroy=="function"&&(this._destroy=Tr.destroy),typeof Tr.final=="function"&&(this._final=Tr.final)),$.call(this)}nr.prototype.pipe=function(){er(this,new Ue)};function lr(Tr,Sr){var Ar=new Fe;er(Tr,Ar),e.nextTick(Sr,Ar)}function Et(Tr,Sr,Ar,Fr){var Gr;return Ar===null?Gr=new Ve:typeof Ar!="string"&&!Sr.objectMode&&(Gr=new de("chunk",["string","Buffer"],Ar)),Gr?(er(Tr,Gr),e.nextTick(Fr,Gr),!1):!0}nr.prototype.write=function(Tr,Sr,Ar){var Fr=this._writableState,Gr=!1,Vr=!Fr.objectMode&&V(Tr);return Vr&&!k.isBuffer(Tr)&&(Tr=j(Tr)),typeof Sr=="function"&&(Ar=Sr,Sr=null),Vr?Sr="buffer":Sr||(Sr=Fr.defaultEncoding),typeof Ar!="function"&&(Ar=ir),Fr.ending?lr(this,Ar):(Vr||Et(this,Fr,Tr,Ar))&&(Fr.pendingcb++,Gr=pe(this,Fr,Vr,Tr,Sr,Ar)),Gr},nr.prototype.cork=function(){this._writableState.corked++},nr.prototype.uncork=function(){var Tr=this._writableState;Tr.corked&&(Tr.corked--,!Tr.writing&&!Tr.corked&&!Tr.bufferProcessing&&Tr.bufferedRequest&&he(this,Tr))},nr.prototype.setDefaultEncoding=function(Sr){if(typeof Sr=="string"&&(Sr=Sr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Sr+"").toLowerCase())>-1))throw new qe(Sr);return this._writableState.defaultEncoding=Sr,this},Object.defineProperty(nr.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function ie(Tr,Sr,Ar){return!Tr.objectMode&&Tr.decodeStrings!==!1&&typeof Sr=="string"&&(Sr=k.from(Sr,Ar)),Sr}Object.defineProperty(nr.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function pe(Tr,Sr,Ar,Fr,Gr,Vr){if(!Ar){var Dr=ie(Sr,Fr,Gr);Fr!==Dr&&(Ar=!0,Gr="buffer",Fr=Dr)}var Ir=Sr.objectMode?1:Fr.length;Sr.length+=Ir;var Br=Sr.length */(function(e,t){var y=buffer$1,n=y.Buffer;function $(L,j){for(var V in L)j[V]=L[V]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=y:($(y,t),t.Buffer=k);function k(L,j,V){return n(L,j,V)}k.prototype=Object.create(n.prototype),$(n,k),k.from=function(L,j,V){if(typeof L=="number")throw new TypeError("Argument must not be a number");return n(L,j,V)},k.alloc=function(L,j,V){if(typeof L!="number")throw new TypeError("Argument must be a number");var z=n(L);return j!==void 0?typeof V=="string"?z.fill(j,V):z.fill(j):z.fill(0),z},k.allocUnsafe=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return n(L)},k.allocUnsafeSlow=function(L){if(typeof L!="number")throw new TypeError("Argument must be a number");return y.SlowBuffer(L)}})(safeBuffer$3,safeBuffer$3.exports);var safeBufferExports$1=safeBuffer$3.exports,hasRequiredString_decoder$1;function requireString_decoder$1(){if(hasRequiredString_decoder$1)return string_decoder$1;hasRequiredString_decoder$1=1;var e=safeBufferExports$1.Buffer,t=e.isEncoding||function($e){switch($e=""+$e,$e&&$e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function y($e){if(!$e)return"utf8";for(var Ve;;)switch($e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return $e;default:if(Ve)return;$e=(""+$e).toLowerCase(),Ve=!0}}function n($e){var Ve=y($e);if(typeof Ve!="string"&&(e.isEncoding===t||!t($e)))throw new Error("Unknown encoding: "+$e);return Ve||$e}string_decoder$1.StringDecoder=$;function $($e){this.encoding=n($e);var Ve;switch(this.encoding){case"utf16le":this.text=oe,this.end=ue,Ve=4;break;case"utf8":this.fillLast=V,Ve=4;break;case"base64":this.text=de,this.end=_e,Ve=3;break;default:this.write=Ne,this.end=Ue;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(Ve)}$.prototype.write=function($e){if($e.length===0)return"";var Ve,Fe;if(this.lastNeed){if(Ve=this.fillLast($e),Ve===void 0)return"";Fe=this.lastNeed,this.lastNeed=0}else Fe=0;return Fe<$e.length?Ve?Ve+this.text($e,Fe):this.text($e,Fe):Ve||""},$.prototype.end=re,$.prototype.text=z,$.prototype.fillLast=function($e){if(this.lastNeed<=$e.length)return $e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);$e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,$e.length),this.lastNeed-=$e.length};function k($e){return $e<=127?0:$e>>5===6?2:$e>>4===14?3:$e>>3===30?4:$e>>6===2?-1:-2}function L($e,Ve,Fe){var qe=Ve.length-1;if(qe=0?(er>0&&($e.lastNeed=er-1),er):--qe=0?(er>0&&($e.lastNeed=er-2),er):--qe=0?(er>0&&(er===2?er=0:$e.lastNeed=er-3),er):0))}function j($e,Ve,Fe){if((Ve[0]&192)!==128)return $e.lastNeed=0,"�";if($e.lastNeed>1&&Ve.length>1){if((Ve[1]&192)!==128)return $e.lastNeed=1,"�";if($e.lastNeed>2&&Ve.length>2&&(Ve[2]&192)!==128)return $e.lastNeed=2,"�"}}function V($e){var Ve=this.lastTotal-this.lastNeed,Fe=j(this,$e);if(Fe!==void 0)return Fe;if(this.lastNeed<=$e.length)return $e.copy(this.lastChar,Ve,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);$e.copy(this.lastChar,Ve,0,$e.length),this.lastNeed-=$e.length}function z($e,Ve){var Fe=L(this,$e,Ve);if(!this.lastNeed)return $e.toString("utf8",Ve);this.lastTotal=Fe;var qe=$e.length-(Fe-this.lastNeed);return $e.copy(this.lastChar,0,qe),$e.toString("utf8",Ve,qe)}function re($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+"�":Ve}function oe($e,Ve){if(($e.length-Ve)%2===0){var Fe=$e.toString("utf16le",Ve);if(Fe){var qe=Fe.charCodeAt(Fe.length-1);if(qe>=55296&&qe<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1],Fe.slice(0,-1)}return Fe}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=$e[$e.length-1],$e.toString("utf16le",Ve,$e.length-1)}function ue($e){var Ve=$e&&$e.length?this.write($e):"";if(this.lastNeed){var Fe=this.lastTotal-this.lastNeed;return Ve+this.lastChar.toString("utf16le",0,Fe)}return Ve}function de($e,Ve){var Fe=($e.length-Ve)%3;return Fe===0?$e.toString("base64",Ve):(this.lastNeed=3-Fe,this.lastTotal=3,Fe===1?this.lastChar[0]=$e[$e.length-1]:(this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1]),$e.toString("base64",Ve,$e.length-Fe))}function _e($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+this.lastChar.toString("base64",0,3-this.lastNeed):Ve}function Ne($e){return $e.toString(this.encoding)}function Ue($e){return $e&&$e.length?this.write($e):""}return string_decoder$1}var ERR_STREAM_PREMATURE_CLOSE=errorsBrowser.codes.ERR_STREAM_PREMATURE_CLOSE;function once$2(e){var t=!1;return function(){if(!t){t=!0;for(var y=arguments.length,n=new Array(y),$=0;$0)if(typeof Dr!="string"&&!Lr.objectMode&&Object.getPrototypeOf(Dr)!==$.prototype&&(Dr=L(Dr)),Br)Lr.endEmitted?ir(Vr,new Ve):ie(Vr,Lr,Dr,!0);else if(Lr.ended)ir(Vr,new Ue);else{if(Lr.destroyed)return!1;Lr.reading=!1,Lr.decoder&&!Ir?(Dr=Lr.decoder.write(Dr),Lr.objectMode||Dr.length!==0?ie(Vr,Lr,Dr,!1):he(Vr,Lr)):ie(Vr,Lr,Dr,!1)}else Br||(Lr.reading=!1,he(Vr,Lr))}return!Lr.ended&&(Lr.length=Ce?Vr=Ce:(Vr--,Vr|=Vr>>>1,Vr|=Vr>>>2,Vr|=Vr>>>4,Vr|=Vr>>>8,Vr|=Vr>>>16,Vr++),Vr}function jt(Vr,Dr){return Vr<=0||Dr.length===0&&Dr.ended?0:Dr.objectMode?1:Vr!==Vr?Dr.flowing&&Dr.length?Dr.buffer.head.data.length:Dr.length:(Vr>Dr.highWaterMark&&(Dr.highWaterMark=Ie(Vr)),Vr<=Dr.length?Vr:Dr.ended?Dr.length:(Dr.needReadable=!0,0))}lr.prototype.read=function(Vr){z("read",Vr),Vr=parseInt(Vr,10);var Dr=this._readableState,Ir=Vr;if(Vr!==0&&(Dr.emittedReadable=!1),Vr===0&&Dr.needReadable&&((Dr.highWaterMark!==0?Dr.length>=Dr.highWaterMark:Dr.length>0)||Dr.ended))return z("read: emitReadable",Dr.length,Dr.ended),Dr.length===0&&Dr.ended?Ar(this):ur(this),null;if(Vr=jt(Vr,Dr),Vr===0&&Dr.ended)return Dr.length===0&&Ar(this),null;var Br=Dr.needReadable;z("need readable",Br),(Dr.length===0||Dr.length-Vr0?Rr=Sr(Vr,Dr):Rr=null,Rr===null?(Dr.needReadable=Dr.length<=Dr.highWaterMark,Vr=0):(Dr.length-=Vr,Dr.awaitDrain=0),Dr.length===0&&(Dr.ended||(Dr.needReadable=!0),Ir!==Vr&&Dr.ended&&Ar(this)),Rr!==null&&this.emit("data",Rr),Rr};function ar(Vr,Dr){if(z("onEofChunk"),!Dr.ended){if(Dr.decoder){var Ir=Dr.decoder.end();Ir&&Ir.length&&(Dr.buffer.push(Ir),Dr.length+=Dr.objectMode?1:Ir.length)}Dr.ended=!0,Dr.sync?ur(Vr):(Dr.needReadable=!1,Dr.emittedReadable||(Dr.emittedReadable=!0,kt(Vr)))}}function ur(Vr){var Dr=Vr._readableState;z("emitReadable",Dr.needReadable,Dr.emittedReadable),Dr.needReadable=!1,Dr.emittedReadable||(z("emitReadable",Dr.flowing),Dr.emittedReadable=!0,e.nextTick(kt,Vr))}function kt(Vr){var Dr=Vr._readableState;z("emitReadable_",Dr.destroyed,Dr.length,Dr.ended),!Dr.destroyed&&(Dr.length||Dr.ended)&&(Vr.emit("readable"),Dr.emittedReadable=!1),Dr.needReadable=!Dr.flowing&&!Dr.ended&&Dr.length<=Dr.highWaterMark,Tr(Vr)}function he(Vr,Dr){Dr.readingMore||(Dr.readingMore=!0,e.nextTick(tr,Vr,Dr))}function tr(Vr,Dr){for(;!Dr.reading&&!Dr.ended&&(Dr.length1&&Gr(Br.pipes,Vr)!==-1)&&!Kr&&(z("false write response, pause",Br.awaitDrain),Br.awaitDrain++),Ir.pause())}function Zr(Ba){z("onerror",Ba),oa(),Vr.removeListener("error",Zr),y(Vr,"error")===0&&ir(Vr,Ba)}cr(Vr,"error",Zr);function Vi(){Vr.removeListener("finish",To),oa()}Vr.once("close",Vi);function To(){z("onfinish"),Vr.removeListener("close",Vi),oa()}Vr.once("finish",To);function oa(){z("unpipe"),Ir.unpipe(Vr)}return Vr.emit("pipe",Ir),Br.flowing||(z("pipe resume"),Ir.resume()),Vr};function gr(Vr){return function(){var Ir=Vr._readableState;z("pipeOnDrain",Ir.awaitDrain),Ir.awaitDrain&&Ir.awaitDrain--,Ir.awaitDrain===0&&y(Vr,"data")&&(Ir.flowing=!0,Tr(Vr))}}lr.prototype.unpipe=function(Vr){var Dr=this._readableState,Ir={hasUnpiped:!1};if(Dr.pipesCount===0)return this;if(Dr.pipesCount===1)return Vr&&Vr!==Dr.pipes?this:(Vr||(Vr=Dr.pipes),Dr.pipes=null,Dr.pipesCount=0,Dr.flowing=!1,Vr&&Vr.emit("unpipe",this,Ir),this);if(!Vr){var Br=Dr.pipes,Rr=Dr.pipesCount;Dr.pipes=null,Dr.pipesCount=0,Dr.flowing=!1;for(var Lr=0;Lr0,Br.flowing!==!1&&this.resume()):Vr==="readable"&&!Br.endEmitted&&!Br.readableListening&&(Br.readableListening=Br.needReadable=!0,Br.flowing=!1,Br.emittedReadable=!1,z("on readable",Br.length,Br.reading),Br.length?ur(this):Br.reading||e.nextTick(yr,this)),Ir},lr.prototype.addListener=lr.prototype.on,lr.prototype.removeListener=function(Vr,Dr){var Ir=n.prototype.removeListener.call(this,Vr,Dr);return Vr==="readable"&&e.nextTick(_r,this),Ir},lr.prototype.removeAllListeners=function(Vr){var Dr=n.prototype.removeAllListeners.apply(this,arguments);return(Vr==="readable"||Vr===void 0)&&e.nextTick(_r,this),Dr};function _r(Vr){var Dr=Vr._readableState;Dr.readableListening=Vr.listenerCount("readable")>0,Dr.resumeScheduled&&!Dr.paused?Dr.flowing=!0:Vr.listenerCount("data")>0&&Vr.resume()}function yr(Vr){z("readable nexttick read 0"),Vr.read(0)}lr.prototype.resume=function(){var Vr=this._readableState;return Vr.flowing||(z("resume"),Vr.flowing=!Vr.readableListening,xr(this,Vr)),Vr.paused=!1,this};function xr(Vr,Dr){Dr.resumeScheduled||(Dr.resumeScheduled=!0,e.nextTick(Nr,Vr,Dr))}function Nr(Vr,Dr){z("resume",Dr.reading),Dr.reading||Vr.read(0),Dr.resumeScheduled=!1,Vr.emit("resume"),Tr(Vr),Dr.flowing&&!Dr.reading&&Vr.read(0)}lr.prototype.pause=function(){return z("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(z("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Tr(Vr){var Dr=Vr._readableState;for(z("flow",Dr.flowing);Dr.flowing&&Vr.read()!==null;);}lr.prototype.wrap=function(Vr){var Dr=this,Ir=this._readableState,Br=!1;Vr.on("end",function(){if(z("wrapped end"),Ir.decoder&&!Ir.ended){var $r=Ir.decoder.end();$r&&$r.length&&Dr.push($r)}Dr.push(null)}),Vr.on("data",function($r){if(z("wrapped data"),Ir.decoder&&($r=Ir.decoder.write($r)),!(Ir.objectMode&&$r==null)&&!(!Ir.objectMode&&(!$r||!$r.length))){var jr=Dr.push($r);jr||(Br=!0,Vr.pause())}});for(var Rr in Vr)this[Rr]===void 0&&typeof Vr[Rr]=="function"&&(this[Rr]=function(jr){return function(){return Vr[jr].apply(Vr,arguments)}}(Rr));for(var Lr=0;Lr=Dr.length?(Dr.decoder?Ir=Dr.buffer.join(""):Dr.buffer.length===1?Ir=Dr.buffer.first():Ir=Dr.buffer.concat(Dr.length),Dr.buffer.clear()):Ir=Dr.buffer.consume(Vr,Dr.decoder),Ir}function Ar(Vr){var Dr=Vr._readableState;z("endReadable",Dr.endEmitted),Dr.endEmitted||(Dr.ended=!0,e.nextTick(Fr,Dr,Vr))}function Fr(Vr,Dr){if(z("endReadableNT",Vr.endEmitted,Vr.length),!Vr.endEmitted&&Vr.length===0&&(Vr.endEmitted=!0,Dr.readable=!1,Dr.emit("end"),Vr.autoDestroy)){var Ir=Dr._writableState;(!Ir||Ir.autoDestroy&&Ir.finished)&&Dr.destroy()}}typeof Symbol=="function"&&(lr.from=function(Vr,Dr){return er===void 0&&(er=requireFromBrowser()),er(lr,Vr,Dr)});function Gr(Vr,Dr){for(var Ir=0,Br=Vr.length;Ir0;return destroyer(L,V,z,function(re){$||($=re),re&&k.forEach(call),!V&&(k.forEach(call),n($))})});return t.reduce(pipe)}var pipeline_1=pipeline$1,streamBrowserify=Stream$1,EE=eventsExports.EventEmitter,inherits$t=inherits_browserExports;inherits$t(Stream$1,EE);Stream$1.Readable=require_stream_readable$1();Stream$1.Writable=require_stream_writable$1();Stream$1.Duplex=require_stream_duplex$1();Stream$1.Transform=_stream_transform$1;Stream$1.PassThrough=_stream_passthrough$1;Stream$1.finished=endOfStream;Stream$1.pipeline=pipeline_1;Stream$1.Stream=Stream$1;function Stream$1(){EE.call(this)}Stream$1.prototype.pipe=function(e,t){var y=this;function n(re){e.writable&&e.write(re)===!1&&y.pause&&y.pause()}y.on("data",n);function $(){y.readable&&y.resume&&y.resume()}e.on("drain",$),!e._isStdio&&(!t||t.end!==!1)&&(y.on("end",L),y.on("close",j));var k=!1;function L(){k||(k=!0,e.end())}function j(){k||(k=!0,typeof e.destroy=="function"&&e.destroy())}function V(re){if(z(),EE.listenerCount(this,"error")===0)throw re}y.on("error",V),e.on("error",V);function z(){y.removeListener("data",n),e.removeListener("drain",$),y.removeListener("end",L),y.removeListener("close",j),y.removeListener("error",V),e.removeListener("error",V),y.removeListener("end",z),y.removeListener("close",z),e.removeListener("close",z)}return y.on("end",z),y.on("close",z),e.on("close",z),e.emit("pipe",y),e};var readableBrowser$1={exports:{}};(function(e,t){t=e.exports=require_stream_readable$1(),t.Stream=t,t.Readable=t,t.Writable=require_stream_writable$1(),t.Duplex=require_stream_duplex$1(),t.Transform=_stream_transform$1,t.PassThrough=_stream_passthrough$1,t.finished=endOfStream,t.pipeline=pipeline_1})(readableBrowser$1,readableBrowser$1.exports);var readableBrowserExports$1=readableBrowser$1.exports;const{Transform:Transform$9}=readableBrowserExports$1;class Block extends Transform$9{constructor(t,y={}){super(y),typeof t=="object"&&(y=t,t=y.size),this.size=t||512;const{nopad:n,zeroPadding:$=!0}=y;n?this._zeroPadding=!1:this._zeroPadding=!!$,this._buffered=[],this._bufferedBytes=0}_transform(t,y,n){for(this._bufferedBytes+=t.length,this._buffered.push(t);this._bufferedBytes>=this.size;){this._bufferedBytes-=this.size;const $=[];let k=0;for(;k":">"};function escapeForXML$1(e){return e&&e.replace?e.replace(/([&"<>'])/g,function(t,y){return XML_CHARACTER_MAP[y]}):e}var escapeForXML_1=escapeForXML$1,define_process_default$b={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},escapeForXML=escapeForXML_1,Stream=streamBrowserify.Stream,DEFAULT_INDENT=" ";function xml$1(e,t){typeof t!="object"&&(t={indent:t});var y=t.stream?new Stream:null,n="",$=!1,k=t.indent?t.indent===!0?DEFAULT_INDENT:t.indent:"",L=!0;function j(ue){L?define_process_default$b.nextTick(ue):ue()}function V(ue,de){if(de!==void 0&&(n+=de),ue&&!$&&(y=y||new Stream,$=!0),ue&&$){var _e=n;j(function(){y.emit("data",_e)}),n=""}}function z(ue,de){format(V,resolve(ue,k,k?1:0),de)}function re(){if(y){var ue=n;j(function(){y.emit("data",ue),y.emit("end"),y.readable=!1,y.emit("close")})}}function oe(ue){var de=ue.encoding||"UTF-8",_e={version:"1.0",encoding:de};ue.standalone&&(_e.standalone=ue.standalone),z({"?xml":{_attr:_e}}),n=n.replace("/>","?>")}return j(function(){L=!1}),t.declaration&&oe(t.declaration),e&&e.forEach?e.forEach(function(ue,de){var _e;de+1===e.length&&(_e=re),z(ue,_e)}):z(e,re),y?(y.readable=!0,y):n}function element(){var e=Array.prototype.slice.call(arguments),t={_elem:resolve(e)};return t.push=function(y){if(!this.append)throw new Error("not assigned to a parent!");var n=this,$=this._elem.indent;format(this.append,resolve(y,$,this._elem.icount+($?1:0)),function(){n.append(!0)})},t.close=function(y){y!==void 0&&this.push(y),this.end&&this.end()},t}function create_indent(e,t){return new Array(t||0).join(e||"")}function resolve(e,t,y){y=y||0;var n=create_indent(t,y),$,k=e,L=!1;if(typeof e=="object"){var j=Object.keys(e);if($=j[0],k=e[$],k&&k._elem)return k._elem.name=$,k._elem.icount=y,k._elem.indent=t,k._elem.indents=n,k._elem.interrupt=k,k._elem}var V=[],z=[],re;function oe(ue){var de=Object.keys(ue);de.forEach(function(_e){V.push(attribute(_e,ue[_e]))})}switch(typeof k){case"object":if(k===null)break;k._attr&&oe(k._attr),k._cdata&&z.push(("/g,"]]]]>")+"]]>"),k.forEach&&(re=!1,z.push(""),k.forEach(function(ue){if(typeof ue=="object"){var de=Object.keys(ue)[0];de=="_attr"?oe(ue._attr):z.push(resolve(ue,t,y+1))}else z.pop(),re=!0,z.push(escapeForXML(ue))}),re||z.push(""));break;default:z.push(escapeForXML(k))}return{name:$,interrupt:L,attributes:V,content:z,icount:y,indents:n,indent:t}}function format(e,t,y){if(typeof t!="object")return e(!1,t);var n=t.interrupt?1:t.content.length;function $(){for(;t.content.length;){var L=t.content.shift();if(L!==void 0){if(k(L))return;format(e,L)}}e(!1,(n>1?t.indents:"")+(t.name?"":"")+(t.indent&&!y?` -`:"")),y&&y()}function k(L){return L.interrupt?(L.interrupt.append=e,L.interrupt.end=$,L.interrupt=!1,e(!0),!0):!1}if(e(!1,t.indents+(t.name?"<"+t.name:"")+(t.attributes.length?" "+t.attributes.join(" "):"")+(n?t.name?">":"":t.name?"/>":"")+(t.indent&&n>1?` -`:"")),!n)return e(!1,t.indent?` -`:"");k(t)||$()}function attribute(e,t){return e+'="'+escapeForXML(t)+'"'}xml$2.exports=xml$1;xml$2.exports.element=xml$2.exports.Element=element;var xmlExports=xml$2.exports,xml2js={},defaults$1={},hasRequiredDefaults;function requireDefaults(){return hasRequiredDefaults||(hasRequiredDefaults=1,(function(){defaults$1.defaults={"0.1":{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},"0.2":{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:` -`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(commonjsGlobal)),defaults$1}var builder={},lib$2={},Utility={},hasRequiredUtility;function requireUtility(){return hasRequiredUtility||(hasRequiredUtility=1,(function(){var e,t,y,n,$,k,L,j=[].slice,V={}.hasOwnProperty;e=function(){var z,re,oe,ue,de,_e;if(_e=arguments[0],de=2<=arguments.length?j.call(arguments,1):[],$(Object.assign))Object.assign.apply(null,arguments);else for(z=0,oe=de.length;z":"attribute: {"+y+"}, parent: <"+this.parent.name+">"},t.prototype.isEqualNode=function(y){return!(y.namespaceURI!==this.namespaceURI||y.prefix!==this.prefix||y.localName!==this.localName||y.value!==this.value)},t}()}).call(commonjsGlobal)),XMLAttribute.exports}var XMLNamedNodeMap={exports:{}},hasRequiredXMLNamedNodeMap;function requireXMLNamedNodeMap(){return hasRequiredXMLNamedNodeMap||(hasRequiredXMLNamedNodeMap=1,(function(){XMLNamedNodeMap.exports=function(){function e(t){this.nodes=t}return Object.defineProperty(e.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),e.prototype.clone=function(){return this.nodes=null},e.prototype.getNamedItem=function(t){return this.nodes[t]},e.prototype.setNamedItem=function(t){var y;return y=this.nodes[t.nodeName],this.nodes[t.nodeName]=t,y||null},e.prototype.removeNamedItem=function(t){var y;return y=this.nodes[t],delete this.nodes[t],y||null},e.prototype.item=function(t){return this.nodes[Object.keys(this.nodes)[t]]||null},e.prototype.getNamedItemNS=function(t,y){throw new Error("This DOM method is not implemented.")},e.prototype.setNamedItemNS=function(t){throw new Error("This DOM method is not implemented.")},e.prototype.removeNamedItemNS=function(t,y){throw new Error("This DOM method is not implemented.")},e}()}).call(commonjsGlobal)),XMLNamedNodeMap.exports}var hasRequiredXMLElement;function requireXMLElement(){return hasRequiredXMLElement||(hasRequiredXMLElement=1,(function(){var e,t,y,n,$,k,L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=requireUtility(),L=j.isObject,k=j.isFunction,$=j.getValue,n=requireXMLNode(),e=requireNodeType(),t=requireXMLAttribute(),y=requireXMLNamedNodeMap(),XMLElement.exports=function(re){V(oe,re);function oe(ue,de,_e){var Ne,Ue,$e,Ve;if(oe.__super__.constructor.call(this,ue),de==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(de),this.type=e.Element,this.attribs={},this.schemaTypeInfo=null,_e!=null&&this.attribute(_e),ue.type===e.Document&&(this.isRoot=!0,this.documentObject=ue,ue.rootObject=this,ue.children)){for(Ve=ue.children,Ue=0,$e=Ve.length;Ue<$e;Ue++)if(Ne=Ve[Ue],Ne.type===e.DocType){Ne.name=this.name;break}}}return Object.defineProperty(oe.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(oe.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(oe.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(oe.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(oe.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(oe.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(oe.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(oe.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new y(this.attribs)),this.attributeMap}}),oe.prototype.clone=function(){var ue,de,_e,Ne;_e=Object.create(this),_e.isRoot&&(_e.documentObject=null),_e.attribs={},Ne=this.attribs;for(de in Ne)z.call(Ne,de)&&(ue=Ne[de],_e.attribs[de]=ue.clone());return _e.children=[],this.children.forEach(function(Ue){var $e;return $e=Ue.clone(),$e.parent=_e,_e.children.push($e)}),_e},oe.prototype.attribute=function(ue,de){var _e,Ne;if(ue!=null&&(ue=$(ue)),L(ue))for(_e in ue)z.call(ue,_e)&&(Ne=ue[_e],this.attribute(_e,Ne));else k(de)&&(de=de.apply()),this.options.keepNullAttributes&&de==null?this.attribs[ue]=new t(this,ue,""):de!=null&&(this.attribs[ue]=new t(this,ue,de));return this},oe.prototype.removeAttribute=function(ue){var de,_e,Ne;if(ue==null)throw new Error("Missing attribute name. "+this.debugInfo());if(ue=$(ue),Array.isArray(ue))for(_e=0,Ne=ue.length;_e=Ne;de=0<=Ne?++_e:--_e)if(!this.attribs[de].isEqualNode(ue.attribs[de]))return!1;return!0},oe}(n)}).call(commonjsGlobal)),XMLElement.exports}var XMLCData={exports:{}},XMLCharacterData={exports:{}},hasRequiredXMLCharacterData;function requireXMLCharacterData(){return hasRequiredXMLCharacterData||(hasRequiredXMLCharacterData=1,(function(){var e,t=function(n,$){for(var k in $)y.call($,k)&&(n[k]=$[k]);function L(){this.constructor=n}return L.prototype=$.prototype,n.prototype=new L,n.__super__=$.prototype,n},y={}.hasOwnProperty;e=requireXMLNode(),XMLCharacterData.exports=function(n){t($,n);function $(k){$.__super__.constructor.call(this,k),this.value=""}return Object.defineProperty($.prototype,"data",{get:function(){return this.value},set:function(k){return this.value=k||""}}),Object.defineProperty($.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty($.prototype,"textContent",{get:function(){return this.value},set:function(k){return this.value=k||""}}),$.prototype.clone=function(){return Object.create(this)},$.prototype.substringData=function(k,L){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.appendData=function(k){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.insertData=function(k,L){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.deleteData=function(k,L){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.replaceData=function(k,L,j){throw new Error("This DOM method is not implemented."+this.debugInfo())},$.prototype.isEqualNode=function(k){return!(!$.__super__.isEqualNode.apply(this,arguments).isEqualNode(k)||k.data!==this.data)},$}(e)}).call(commonjsGlobal)),XMLCharacterData.exports}var hasRequiredXMLCData;function requireXMLCData(){return hasRequiredXMLCData||(hasRequiredXMLCData=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLCData.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=e.CData,this.value=this.stringify.cdata(j)}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.cdata(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLCData.exports}var XMLComment={exports:{}},hasRequiredXMLComment;function requireXMLComment(){return hasRequiredXMLComment||(hasRequiredXMLComment=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLComment.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=e.Comment,this.value=this.stringify.comment(j)}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.comment(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLComment.exports}var XMLDeclaration={exports:{}},hasRequiredXMLDeclaration;function requireXMLDeclaration(){return hasRequiredXMLDeclaration||(hasRequiredXMLDeclaration=1,(function(){var e,t,y,n=function(k,L){for(var j in L)$.call(L,j)&&(k[j]=L[j]);function V(){this.constructor=k}return V.prototype=L.prototype,k.prototype=new V,k.__super__=L.prototype,k},$={}.hasOwnProperty;y=requireUtility().isObject,t=requireXMLNode(),e=requireNodeType(),XMLDeclaration.exports=function(k){n(L,k);function L(j,V,z,re){var oe;L.__super__.constructor.call(this,j),y(V)&&(oe=V,V=oe.version,z=oe.encoding,re=oe.standalone),V||(V="1.0"),this.type=e.Declaration,this.version=this.stringify.xmlVersion(V),z!=null&&(this.encoding=this.stringify.xmlEncoding(z)),re!=null&&(this.standalone=this.stringify.xmlStandalone(re))}return L.prototype.toString=function(j){return this.options.writer.declaration(this,this.options.writer.filterOptions(j))},L}(t)}).call(commonjsGlobal)),XMLDeclaration.exports}var XMLDocType={exports:{}},XMLDTDAttList={exports:{}},hasRequiredXMLDTDAttList;function requireXMLDTDAttList(){return hasRequiredXMLDTDAttList||(hasRequiredXMLDTDAttList=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDAttList.exports=function($){y(k,$);function k(L,j,V,z,re,oe){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(V==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(j));if(!z)throw new Error("Missing DTD attribute type. "+this.debugInfo(j));if(!re)throw new Error("Missing DTD attribute default. "+this.debugInfo(j));if(re.indexOf("#")!==0&&(re="#"+re),!re.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(j));if(oe&&!re.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(j));this.elementName=this.stringify.name(j),this.type=e.AttributeDeclaration,this.attributeName=this.stringify.name(V),this.attributeType=this.stringify.dtdAttType(z),oe&&(this.defaultValue=this.stringify.dtdAttDefault(oe)),this.defaultValueType=re}return k.prototype.toString=function(L){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLDTDAttList.exports}var XMLDTDEntity={exports:{}},hasRequiredXMLDTDEntity;function requireXMLDTDEntity(){return hasRequiredXMLDTDEntity||(hasRequiredXMLDTDEntity=1,(function(){var e,t,y,n=function(k,L){for(var j in L)$.call(L,j)&&(k[j]=L[j]);function V(){this.constructor=k}return V.prototype=L.prototype,k.prototype=new V,k.__super__=L.prototype,k},$={}.hasOwnProperty;y=requireUtility().isObject,t=requireXMLNode(),e=requireNodeType(),XMLDTDEntity.exports=function(k){n(L,k);function L(j,V,z,re){if(L.__super__.constructor.call(this,j),z==null)throw new Error("Missing DTD entity name. "+this.debugInfo(z));if(re==null)throw new Error("Missing DTD entity value. "+this.debugInfo(z));if(this.pe=!!V,this.name=this.stringify.name(z),this.type=e.EntityDeclaration,!y(re))this.value=this.stringify.dtdEntityValue(re),this.internal=!0;else{if(!re.pubID&&!re.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(z));if(re.pubID&&!re.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(z));if(this.internal=!1,re.pubID!=null&&(this.pubID=this.stringify.dtdPubID(re.pubID)),re.sysID!=null&&(this.sysID=this.stringify.dtdSysID(re.sysID)),re.nData!=null&&(this.nData=this.stringify.dtdNData(re.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(z))}}return Object.defineProperty(L.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(L.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(L.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(L.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(L.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(L.prototype,"xmlVersion",{get:function(){return null}}),L.prototype.toString=function(j){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(j))},L}(t)}).call(commonjsGlobal)),XMLDTDEntity.exports}var XMLDTDElement={exports:{}},hasRequiredXMLDTDElement;function requireXMLDTDElement(){return hasRequiredXMLDTDElement||(hasRequiredXMLDTDElement=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDElement.exports=function($){y(k,$);function k(L,j,V){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing DTD element name. "+this.debugInfo());V||(V="(#PCDATA)"),Array.isArray(V)&&(V="("+V.join(",")+")"),this.name=this.stringify.name(j),this.type=e.ElementDeclaration,this.value=this.stringify.dtdElementValue(V)}return k.prototype.toString=function(L){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLDTDElement.exports}var XMLDTDNotation={exports:{}},hasRequiredXMLDTDNotation;function requireXMLDTDNotation(){return hasRequiredXMLDTDNotation||(hasRequiredXMLDTDNotation=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDNotation.exports=function($){y(k,$);function k(L,j,V){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing DTD notation name. "+this.debugInfo(j));if(!V.pubID&&!V.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(j));this.name=this.stringify.name(j),this.type=e.NotationDeclaration,V.pubID!=null&&(this.pubID=this.stringify.dtdPubID(V.pubID)),V.sysID!=null&&(this.sysID=this.stringify.dtdSysID(V.sysID))}return Object.defineProperty(k.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(k.prototype,"systemId",{get:function(){return this.sysID}}),k.prototype.toString=function(L){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLDTDNotation.exports}var hasRequiredXMLDocType;function requireXMLDocType(){return hasRequiredXMLDocType||(hasRequiredXMLDocType=1,(function(){var e,t,y,n,$,k,L,j,V=function(re,oe){for(var ue in oe)z.call(oe,ue)&&(re[ue]=oe[ue]);function de(){this.constructor=re}return de.prototype=oe.prototype,re.prototype=new de,re.__super__=oe.prototype,re},z={}.hasOwnProperty;j=requireUtility().isObject,L=requireXMLNode(),e=requireNodeType(),t=requireXMLDTDAttList(),n=requireXMLDTDEntity(),y=requireXMLDTDElement(),$=requireXMLDTDNotation(),k=requireXMLNamedNodeMap(),XMLDocType.exports=function(re){V(oe,re);function oe(ue,de,_e){var Ne,Ue,$e,Ve,Fe,qe;if(oe.__super__.constructor.call(this,ue),this.type=e.DocType,ue.children){for(Ve=ue.children,Ue=0,$e=Ve.length;Ue<$e;Ue++)if(Ne=Ve[Ue],Ne.type===e.Element){this.name=Ne.name;break}}this.documentObject=ue,j(de)&&(Fe=de,de=Fe.pubID,_e=Fe.sysID),_e==null&&(qe=[de,_e],_e=qe[0],de=qe[1]),de!=null&&(this.pubID=this.stringify.dtdPubID(de)),_e!=null&&(this.sysID=this.stringify.dtdSysID(_e))}return Object.defineProperty(oe.prototype,"entities",{get:function(){var ue,de,_e,Ne,Ue;for(Ne={},Ue=this.children,de=0,_e=Ue.length;de<_e;de++)ue=Ue[de],ue.type===e.EntityDeclaration&&!ue.pe&&(Ne[ue.name]=ue);return new k(Ne)}}),Object.defineProperty(oe.prototype,"notations",{get:function(){var ue,de,_e,Ne,Ue;for(Ne={},Ue=this.children,de=0,_e=Ue.length;de<_e;de++)ue=Ue[de],ue.type===e.NotationDeclaration&&(Ne[ue.name]=ue);return new k(Ne)}}),Object.defineProperty(oe.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(oe.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(oe.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),oe.prototype.element=function(ue,de){var _e;return _e=new y(this,ue,de),this.children.push(_e),this},oe.prototype.attList=function(ue,de,_e,Ne,Ue){var $e;return $e=new t(this,ue,de,_e,Ne,Ue),this.children.push($e),this},oe.prototype.entity=function(ue,de){var _e;return _e=new n(this,!1,ue,de),this.children.push(_e),this},oe.prototype.pEntity=function(ue,de){var _e;return _e=new n(this,!0,ue,de),this.children.push(_e),this},oe.prototype.notation=function(ue,de){var _e;return _e=new $(this,ue,de),this.children.push(_e),this},oe.prototype.toString=function(ue){return this.options.writer.docType(this,this.options.writer.filterOptions(ue))},oe.prototype.ele=function(ue,de){return this.element(ue,de)},oe.prototype.att=function(ue,de,_e,Ne,Ue){return this.attList(ue,de,_e,Ne,Ue)},oe.prototype.ent=function(ue,de){return this.entity(ue,de)},oe.prototype.pent=function(ue,de){return this.pEntity(ue,de)},oe.prototype.not=function(ue,de){return this.notation(ue,de)},oe.prototype.up=function(){return this.root()||this.documentObject},oe.prototype.isEqualNode=function(ue){return!(!oe.__super__.isEqualNode.apply(this,arguments).isEqualNode(ue)||ue.name!==this.name||ue.publicId!==this.publicId||ue.systemId!==this.systemId)},oe}(L)}).call(commonjsGlobal)),XMLDocType.exports}var XMLRaw={exports:{}},hasRequiredXMLRaw;function requireXMLRaw(){return hasRequiredXMLRaw||(hasRequiredXMLRaw=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLNode(),XMLRaw.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=e.Raw,this.value=this.stringify.raw(j)}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.raw(this,this.options.writer.filterOptions(L))},k}(t)}).call(commonjsGlobal)),XMLRaw.exports}var XMLText={exports:{}},hasRequiredXMLText;function requireXMLText(){return hasRequiredXMLText||(hasRequiredXMLText=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLText.exports=function($){y(k,$);function k(L,j){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=e.Text,this.value=this.stringify.text(j)}return Object.defineProperty(k.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(k.prototype,"wholeText",{get:function(){var L,j,V;for(V="",j=this.previousSibling;j;)V=j.data+V,j=j.previousSibling;for(V+=this.data,L=this.nextSibling;L;)V=V+L.data,L=L.nextSibling;return V}}),k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.text(this,this.options.writer.filterOptions(L))},k.prototype.splitText=function(L){throw new Error("This DOM method is not implemented."+this.debugInfo())},k.prototype.replaceWholeText=function(L){throw new Error("This DOM method is not implemented."+this.debugInfo())},k}(t)}).call(commonjsGlobal)),XMLText.exports}var XMLProcessingInstruction={exports:{}},hasRequiredXMLProcessingInstruction;function requireXMLProcessingInstruction(){return hasRequiredXMLProcessingInstruction||(hasRequiredXMLProcessingInstruction=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLProcessingInstruction.exports=function($){y(k,$);function k(L,j,V){if(k.__super__.constructor.call(this,L),j==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=e.ProcessingInstruction,this.target=this.stringify.insTarget(j),this.name=this.target,V&&(this.value=this.stringify.insValue(V))}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(L))},k.prototype.isEqualNode=function(L){return!(!k.__super__.isEqualNode.apply(this,arguments).isEqualNode(L)||L.target!==this.target)},k}(t)}).call(commonjsGlobal)),XMLProcessingInstruction.exports}var XMLDummy={exports:{}},hasRequiredXMLDummy;function requireXMLDummy(){return hasRequiredXMLDummy||(hasRequiredXMLDummy=1,(function(){var e,t,y=function($,k){for(var L in k)n.call(k,L)&&($[L]=k[L]);function j(){this.constructor=$}return j.prototype=k.prototype,$.prototype=new j,$.__super__=k.prototype,$},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDummy.exports=function($){y(k,$);function k(L){k.__super__.constructor.call(this,L),this.type=e.Dummy}return k.prototype.clone=function(){return Object.create(this)},k.prototype.toString=function(L){return""},k}(t)}).call(commonjsGlobal)),XMLDummy.exports}var XMLNodeList={exports:{}},hasRequiredXMLNodeList;function requireXMLNodeList(){return hasRequiredXMLNodeList||(hasRequiredXMLNodeList=1,(function(){XMLNodeList.exports=function(){function e(t){this.nodes=t}return Object.defineProperty(e.prototype,"length",{get:function(){return this.nodes.length||0}}),e.prototype.clone=function(){return this.nodes=null},e.prototype.item=function(t){return this.nodes[t]||null},e}()}).call(commonjsGlobal)),XMLNodeList.exports}var DocumentPosition={exports:{}},hasRequiredDocumentPosition;function requireDocumentPosition(){return hasRequiredDocumentPosition||(hasRequiredDocumentPosition=1,(function(){DocumentPosition.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(commonjsGlobal)),DocumentPosition.exports}var hasRequiredXMLNode;function requireXMLNode(){return hasRequiredXMLNode||(hasRequiredXMLNode=1,(function(){var e,t,y,n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e={}.hasOwnProperty;Ue=requireUtility(),Ne=Ue.isObject,_e=Ue.isFunction,de=Ue.isEmpty,ue=Ue.getValue,j=null,y=null,n=null,$=null,k=null,re=null,oe=null,z=null,L=null,t=null,V=null,e=null,XMLNode.exports=function(){function Ve(Fe){this.parent=Fe,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,j||(j=requireXMLElement(),y=requireXMLCData(),n=requireXMLComment(),$=requireXMLDeclaration(),k=requireXMLDocType(),re=requireXMLRaw(),oe=requireXMLText(),z=requireXMLProcessingInstruction(),L=requireXMLDummy(),t=requireNodeType(),V=requireXMLNodeList(),requireXMLNamedNodeMap(),e=requireDocumentPosition())}return Object.defineProperty(Ve.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(Ve.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(Ve.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(Ve.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(Ve.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new V(this.children)),this.childNodeList}}),Object.defineProperty(Ve.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(Ve.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(Ve.prototype,"previousSibling",{get:function(){var Fe;return Fe=this.parent.children.indexOf(this),this.parent.children[Fe-1]||null}}),Object.defineProperty(Ve.prototype,"nextSibling",{get:function(){var Fe;return Fe=this.parent.children.indexOf(this),this.parent.children[Fe+1]||null}}),Object.defineProperty(Ve.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Ve.prototype,"textContent",{get:function(){var Fe,qe,er,ir,dr;if(this.nodeType===t.Element||this.nodeType===t.DocumentFragment){for(dr="",ir=this.children,qe=0,er=ir.length;qe":(er=this.parent)!=null&&er.name?"node: <"+Fe+">, parent: <"+this.parent.name+">":"node: <"+Fe+">"},Ve.prototype.ele=function(Fe,qe,er){return this.element(Fe,qe,er)},Ve.prototype.nod=function(Fe,qe,er){return this.node(Fe,qe,er)},Ve.prototype.txt=function(Fe){return this.text(Fe)},Ve.prototype.dat=function(Fe){return this.cdata(Fe)},Ve.prototype.com=function(Fe){return this.comment(Fe)},Ve.prototype.ins=function(Fe,qe){return this.instruction(Fe,qe)},Ve.prototype.doc=function(){return this.document()},Ve.prototype.dec=function(Fe,qe,er){return this.declaration(Fe,qe,er)},Ve.prototype.e=function(Fe,qe,er){return this.element(Fe,qe,er)},Ve.prototype.n=function(Fe,qe,er){return this.node(Fe,qe,er)},Ve.prototype.t=function(Fe){return this.text(Fe)},Ve.prototype.d=function(Fe){return this.cdata(Fe)},Ve.prototype.c=function(Fe){return this.comment(Fe)},Ve.prototype.r=function(Fe){return this.raw(Fe)},Ve.prototype.i=function(Fe,qe){return this.instruction(Fe,qe)},Ve.prototype.u=function(){return this.up()},Ve.prototype.importXMLBuilder=function(Fe){return this.importDocument(Fe)},Ve.prototype.replaceChild=function(Fe,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.removeChild=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.appendChild=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.hasChildNodes=function(){return this.children.length!==0},Ve.prototype.cloneNode=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.isSupported=function(Fe,qe){return!0},Ve.prototype.hasAttributes=function(){return this.attribs.length!==0},Ve.prototype.compareDocumentPosition=function(Fe){var qe,er;return qe=this,qe===Fe?0:this.document()!==Fe.document()?(er=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?er|=e.Preceding:er|=e.Following,er):qe.isAncestor(Fe)?e.Contains|e.Preceding:qe.isDescendant(Fe)?e.Contains|e.Following:qe.isPreceding(Fe)?e.Preceding:e.Following},Ve.prototype.isSameNode=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.lookupPrefix=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.isDefaultNamespace=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.lookupNamespaceURI=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.isEqualNode=function(Fe){var qe,er,ir;if(Fe.nodeType!==this.nodeType||Fe.children.length!==this.children.length)return!1;for(qe=er=0,ir=this.children.length-1;0<=ir?er<=ir:er>=ir;qe=0<=ir?++er:--er)if(!this.children[qe].isEqualNode(Fe.children[qe]))return!1;return!0},Ve.prototype.getFeature=function(Fe,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.setUserData=function(Fe,qe,er){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.getUserData=function(Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ve.prototype.contains=function(Fe){return Fe?Fe===this||this.isDescendant(Fe):!1},Ve.prototype.isDescendant=function(Fe){var qe,er,ir,dr,cr;for(cr=this.children,ir=0,dr=cr.length;irer},Ve.prototype.treePosition=function(Fe){var qe,er;return er=0,qe=!1,this.foreachTreeNode(this.document(),function(ir){if(er++,!qe&&ir===Fe)return qe=!0}),qe?er:-1},Ve.prototype.foreachTreeNode=function(Fe,qe){var er,ir,dr,cr,nr;for(Fe||(Fe=this.document()),cr=Fe.children,ir=0,dr=cr.length;ir","]]]]>"),this.assertLegalChar(n))},y.prototype.comment=function(n){if(this.options.noValidation)return n;if(n=""+n||"",n.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+n);return this.assertLegalChar(n)},y.prototype.raw=function(n){return this.options.noValidation?n:""+n||""},y.prototype.attValue=function(n){return this.options.noValidation?n:this.assertLegalChar(this.attEscape(n=""+n||""))},y.prototype.insTarget=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.insValue=function(n){if(this.options.noValidation)return n;if(n=""+n||"",n.match(/\?>/))throw new Error("Invalid processing instruction value: "+n);return this.assertLegalChar(n)},y.prototype.xmlVersion=function(n){if(this.options.noValidation)return n;if(n=""+n||"",!n.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+n);return n},y.prototype.xmlEncoding=function(n){if(this.options.noValidation)return n;if(n=""+n||"",!n.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+n);return this.assertLegalChar(n)},y.prototype.xmlStandalone=function(n){return this.options.noValidation?n:n?"yes":"no"},y.prototype.dtdPubID=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdSysID=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdElementValue=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdAttType=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdAttDefault=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdEntityValue=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.dtdNData=function(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")},y.prototype.convertAttKey="@",y.prototype.convertPIKey="?",y.prototype.convertTextKey="#text",y.prototype.convertCDataKey="#cdata",y.prototype.convertCommentKey="#comment",y.prototype.convertRawKey="#raw",y.prototype.assertLegalChar=function(n){var $,k;if(this.options.noValidation)return n;if($="",this.options.version==="1.0"){if($=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,k=n.match($))throw new Error("Invalid character in string: "+n+" at index "+k.index)}else if(this.options.version==="1.1"&&($=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,k=n.match($)))throw new Error("Invalid character in string: "+n+" at index "+k.index);return n},y.prototype.assertLegalName=function(n){var $;if(this.options.noValidation)return n;if(this.assertLegalChar(n),$=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!n.match($))throw new Error("Invalid character in name");return n},y.prototype.textEscape=function(n){var $;return this.options.noValidation?n:($=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,n.replace($,"&").replace(//g,">").replace(/\r/g," "))},y.prototype.attEscape=function(n){var $;return this.options.noValidation?n:($=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,n.replace($,"&").replace(/0)?new Array(V).join(L.indent):""},$.prototype.endline=function(k,L,j){return!L.pretty||L.suppressPrettyCount?"":L.newline},$.prototype.attribute=function(k,L,j){var V;return this.openAttribute(k,L,j),V=" "+k.name+'="'+k.value+'"',this.closeAttribute(k,L,j),V},$.prototype.cdata=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+""+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.comment=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+""+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.declaration=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"",V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.docType=function(k,L,j){var V,z,re,oe,ue;if(j||(j=0),this.openNode(k,L,j),L.state=t.OpenTag,oe=this.indent(k,L,j),oe+="0){for(oe+=" [",oe+=this.endline(k,L,j),L.state=t.InsideTag,ue=k.children,z=0,re=ue.length;z",oe+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),oe},$.prototype.element=function(k,L,j){var V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve,Fe,qe,er;j||(j=0),$e=!1,Ve="",this.openNode(k,L,j),L.state=t.OpenTag,Ve+=this.indent(k,L,j)+"<"+k.name,Fe=k.attribs;for(Ue in Fe)n.call(Fe,Ue)&&(V=Fe[Ue],Ve+=this.attribute(V,L,j));if(re=k.children.length,oe=re===0?null:k.children[0],re===0||k.children.every(function(ir){return(ir.type===e.Text||ir.type===e.Raw)&&ir.value===""}))L.allowEmpty?(Ve+=">",L.state=t.CloseTag,Ve+=""+this.endline(k,L,j)):(L.state=t.CloseTag,Ve+=L.spaceBeforeSlash+"/>"+this.endline(k,L,j));else if(L.pretty&&re===1&&(oe.type===e.Text||oe.type===e.Raw)&&oe.value!=null)Ve+=">",L.state=t.InsideTag,L.suppressPrettyCount++,$e=!0,Ve+=this.writeChildNode(oe,L,j+1),L.suppressPrettyCount--,$e=!1,L.state=t.CloseTag,Ve+=""+this.endline(k,L,j);else{if(L.dontPrettyTextNodes){for(qe=k.children,ue=0,_e=qe.length;ue<_e;ue++)if(z=qe[ue],(z.type===e.Text||z.type===e.Raw)&&z.value!=null){L.suppressPrettyCount++,$e=!0;break}}for(Ve+=">"+this.endline(k,L,j),L.state=t.InsideTag,er=k.children,de=0,Ne=er.length;de",$e&&L.suppressPrettyCount--,Ve+=this.endline(k,L,j),L.state=t.None}return this.closeNode(k,L,j),Ve},$.prototype.writeChildNode=function(k,L,j){switch(k.type){case e.CData:return this.cdata(k,L,j);case e.Comment:return this.comment(k,L,j);case e.Element:return this.element(k,L,j);case e.Raw:return this.raw(k,L,j);case e.Text:return this.text(k,L,j);case e.ProcessingInstruction:return this.processingInstruction(k,L,j);case e.Dummy:return"";case e.Declaration:return this.declaration(k,L,j);case e.DocType:return this.docType(k,L,j);case e.AttributeDeclaration:return this.dtdAttList(k,L,j);case e.ElementDeclaration:return this.dtdElement(k,L,j);case e.EntityDeclaration:return this.dtdEntity(k,L,j);case e.NotationDeclaration:return this.dtdNotation(k,L,j);default:throw new Error("Unknown XML node type: "+k.constructor.name)}},$.prototype.processingInstruction=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+"",V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.raw=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j),L.state=t.InsideTag,V+=k.value,L.state=t.CloseTag,V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.text=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j),L.state=t.InsideTag,V+=k.value,L.state=t.CloseTag,V+=this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdAttList=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+""+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdElement=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+""+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdEntity=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+""+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.dtdNotation=function(k,L,j){var V;return this.openNode(k,L,j),L.state=t.OpenTag,V=this.indent(k,L,j)+""+this.endline(k,L,j),L.state=t.None,this.closeNode(k,L,j),V},$.prototype.openNode=function(k,L,j){},$.prototype.closeNode=function(k,L,j){},$.prototype.openAttribute=function(k,L,j){},$.prototype.closeAttribute=function(k,L,j){},$}()}).call(commonjsGlobal)),XMLWriterBase.exports}var hasRequiredXMLStringWriter;function requireXMLStringWriter(){return hasRequiredXMLStringWriter||(hasRequiredXMLStringWriter=1,(function(){var e,t=function(n,$){for(var k in $)y.call($,k)&&(n[k]=$[k]);function L(){this.constructor=n}return L.prototype=$.prototype,n.prototype=new L,n.__super__=$.prototype,n},y={}.hasOwnProperty;e=requireXMLWriterBase(),XMLStringWriter.exports=function(n){t($,n);function $(k){$.__super__.constructor.call(this,k)}return $.prototype.document=function(k,L){var j,V,z,re,oe;for(L=this.filterOptions(L),re="",oe=k.children,V=0,z=oe.length;V=0;)this.up();return this.onEnd()},cr.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},cr.prototype.openNode=function(nr){var lr,Et,ie,pe;if(!nr.isOpen){if(!this.root&&this.currentLevel===0&&nr.type===e.Element&&(this.root=nr),Et="",nr.type===e.Element){this.writerOptions.state=t.OpenTag,Et=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"<"+nr.name,pe=nr.attribs;for(ie in pe)dr.call(pe,ie)&&(lr=pe[ie],Et+=this.writer.attribute(lr,this.writerOptions,this.currentLevel));Et+=(nr.children?">":"/>")+this.writer.endline(nr,this.writerOptions,this.currentLevel),this.writerOptions.state=t.InsideTag}else this.writerOptions.state=t.OpenTag,Et=this.writer.indent(nr,this.writerOptions,this.currentLevel)+""),Et+=this.writer.endline(nr,this.writerOptions,this.currentLevel);return this.onData(Et,this.currentLevel),nr.isOpen=!0}},cr.prototype.closeNode=function(nr){var lr;if(!nr.isClosed)return lr="",this.writerOptions.state=t.CloseTag,nr.type===e.Element?lr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+""+this.writer.endline(nr,this.writerOptions,this.currentLevel):lr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(nr,this.writerOptions,this.currentLevel),this.writerOptions.state=t.None,this.onData(lr,this.currentLevel),nr.isClosed=!0},cr.prototype.onData=function(nr,lr){return this.documentStarted=!0,this.onDataCallback(nr,lr+1)},cr.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},cr.prototype.debugInfo=function(nr){return nr==null?"":"node: <"+nr+">"},cr.prototype.ele=function(){return this.element.apply(this,arguments)},cr.prototype.nod=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.txt=function(nr){return this.text(nr)},cr.prototype.dat=function(nr){return this.cdata(nr)},cr.prototype.com=function(nr){return this.comment(nr)},cr.prototype.ins=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.dec=function(nr,lr,Et){return this.declaration(nr,lr,Et)},cr.prototype.dtd=function(nr,lr,Et){return this.doctype(nr,lr,Et)},cr.prototype.e=function(nr,lr,Et){return this.element(nr,lr,Et)},cr.prototype.n=function(nr,lr,Et){return this.node(nr,lr,Et)},cr.prototype.t=function(nr){return this.text(nr)},cr.prototype.d=function(nr){return this.cdata(nr)},cr.prototype.c=function(nr){return this.comment(nr)},cr.prototype.r=function(nr){return this.raw(nr)},cr.prototype.i=function(nr,lr){return this.instruction(nr,lr)},cr.prototype.att=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},cr.prototype.a=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},cr.prototype.ent=function(nr,lr){return this.entity(nr,lr)},cr.prototype.pent=function(nr,lr){return this.pEntity(nr,lr)},cr.prototype.not=function(nr,lr){return this.notation(nr,lr)},cr}()}).call(commonjsGlobal)),XMLDocumentCB.exports}var XMLStreamWriter={exports:{}},hasRequiredXMLStreamWriter;function requireXMLStreamWriter(){return hasRequiredXMLStreamWriter||(hasRequiredXMLStreamWriter=1,(function(){var e,t,y,n=function(k,L){for(var j in L)$.call(L,j)&&(k[j]=L[j]);function V(){this.constructor=k}return V.prototype=L.prototype,k.prototype=new V,k.__super__=L.prototype,k},$={}.hasOwnProperty;e=requireNodeType(),y=requireXMLWriterBase(),t=requireWriterState(),XMLStreamWriter.exports=function(k){n(L,k);function L(j,V){this.stream=j,L.__super__.constructor.call(this,V)}return L.prototype.endline=function(j,V,z){return j.isLastRootNode&&V.state===t.CloseTag?"":L.__super__.endline.call(this,j,V,z)},L.prototype.document=function(j,V){var z,re,oe,ue,de,_e,Ne,Ue,$e;for(Ne=j.children,re=oe=0,de=Ne.length;oe0){for(this.stream.write(" ["),this.stream.write(this.endline(j,V,z)),V.state=t.InsideTag,de=j.children,oe=0,ue=de.length;oe"),this.stream.write(this.endline(j,V,z)),V.state=t.None,this.closeNode(j,V,z)},L.prototype.element=function(j,V,z){var re,oe,ue,de,_e,Ne,Ue,$e,Ve;z||(z=0),this.openNode(j,V,z),V.state=t.OpenTag,this.stream.write(this.indent(j,V,z)+"<"+j.name),$e=j.attribs;for(Ue in $e)$.call($e,Ue)&&(re=$e[Ue],this.attribute(re,V,z));if(ue=j.children.length,de=ue===0?null:j.children[0],ue===0||j.children.every(function(Fe){return(Fe.type===e.Text||Fe.type===e.Raw)&&Fe.value===""}))V.allowEmpty?(this.stream.write(">"),V.state=t.CloseTag,this.stream.write("")):(V.state=t.CloseTag,this.stream.write(V.spaceBeforeSlash+"/>"));else if(V.pretty&&ue===1&&(de.type===e.Text||de.type===e.Raw)&&de.value!=null)this.stream.write(">"),V.state=t.InsideTag,V.suppressPrettyCount++,this.writeChildNode(de,V,z+1),V.suppressPrettyCount--,V.state=t.CloseTag,this.stream.write("");else{for(this.stream.write(">"+this.endline(j,V,z)),V.state=t.InsideTag,Ve=j.children,_e=0,Ne=Ve.length;_e")}return this.stream.write(this.endline(j,V,z)),V.state=t.None,this.closeNode(j,V,z)},L.prototype.processingInstruction=function(j,V,z){return this.stream.write(L.__super__.processingInstruction.call(this,j,V,z))},L.prototype.raw=function(j,V,z){return this.stream.write(L.__super__.raw.call(this,j,V,z))},L.prototype.text=function(j,V,z){return this.stream.write(L.__super__.text.call(this,j,V,z))},L.prototype.dtdAttList=function(j,V,z){return this.stream.write(L.__super__.dtdAttList.call(this,j,V,z))},L.prototype.dtdElement=function(j,V,z){return this.stream.write(L.__super__.dtdElement.call(this,j,V,z))},L.prototype.dtdEntity=function(j,V,z){return this.stream.write(L.__super__.dtdEntity.call(this,j,V,z))},L.prototype.dtdNotation=function(j,V,z){return this.stream.write(L.__super__.dtdNotation.call(this,j,V,z))},L}(y)}).call(commonjsGlobal)),XMLStreamWriter.exports}var hasRequiredLib;function requireLib(){return hasRequiredLib||(hasRequiredLib=1,(function(){var e,t,y,n,$,k,L,j,V,z;z=requireUtility(),j=z.assign,V=z.isFunction,y=requireXMLDOMImplementation(),n=requireXMLDocument(),$=requireXMLDocumentCB(),L=requireXMLStringWriter(),k=requireXMLStreamWriter(),e=requireNodeType(),t=requireWriterState(),lib$2.create=function(re,oe,ue,de){var _e,Ne;if(re==null)throw new Error("Root element needs a name.");return de=j({},oe,ue,de),_e=new n(de),Ne=_e.element(re),de.headless||(_e.declaration(de),(de.pubID!=null||de.sysID!=null)&&_e.dtd(de)),Ne},lib$2.begin=function(re,oe,ue){var de;return V(re)&&(de=[re,oe],oe=de[0],ue=de[1],re={}),oe?new $(re,oe,ue):new n(re)},lib$2.stringWriter=function(re){return new L(re)},lib$2.streamWriter=function(re,oe){return new k(re,oe)},lib$2.implementation=new y,lib$2.nodeType=e,lib$2.writerState=t}).call(commonjsGlobal)),lib$2}var hasRequiredBuilder;function requireBuilder(){return hasRequiredBuilder||(hasRequiredBuilder=1,(function(){var e,t,y,n,$,k={}.hasOwnProperty;e=requireLib(),t=requireDefaults().defaults,n=function(L){return typeof L=="string"&&(L.indexOf("&")>=0||L.indexOf(">")>=0||L.indexOf("<")>=0)},$=function(L){return""},y=function(L){return L.replace("]]>","]]]]>")},builder.Builder=function(){function L(j){var V,z,re;this.options={},z=t["0.2"];for(V in z)k.call(z,V)&&(re=z[V],this.options[V]=re);for(V in j)k.call(j,V)&&(re=j[V],this.options[V]=re)}return L.prototype.buildObject=function(j){var V,z,re,oe,ue;return V=this.options.attrkey,z=this.options.charkey,Object.keys(j).length===1&&this.options.rootName===t["0.2"].rootName?(ue=Object.keys(j)[0],j=j[ue]):ue=this.options.rootName,re=function(de){return function(_e,Ne){var Ue,$e,Ve,Fe,qe,er;if(typeof Ne!="object")de.options.cdata&&n(Ne)?_e.raw($(Ne)):_e.txt(Ne);else if(Array.isArray(Ne)){for(Fe in Ne)if(k.call(Ne,Fe)){$e=Ne[Fe];for(qe in $e)Ve=$e[qe],_e=re(_e.ele(qe),Ve).up()}}else for(qe in Ne)if(k.call(Ne,qe))if($e=Ne[qe],qe===V){if(typeof $e=="object")for(Ue in $e)er=$e[Ue],_e=_e.att(Ue,er)}else if(qe===z)de.options.cdata&&n($e)?_e=_e.raw($($e)):_e=_e.txt($e);else if(Array.isArray($e))for(Fe in $e)k.call($e,Fe)&&(Ve=$e[Fe],typeof Ve=="string"?de.options.cdata&&n(Ve)?_e=_e.ele(qe).raw($(Ve)).up():_e=_e.ele(qe,Ve).up():_e=re(_e.ele(qe),Ve).up());else typeof $e=="object"?_e=re(_e.ele(qe),$e).up():typeof $e=="string"&&de.options.cdata&&n($e)?_e=_e.ele(qe).raw($($e)).up():($e==null&&($e=""),_e=_e.ele(qe,$e.toString()).up());return _e}}(this),oe=e.create(ue,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),re(oe,j).end(this.options.renderOpts)},L}()}).call(commonjsGlobal)),builder}var parser={},sax={},hasRequiredSax;function requireSax(){return hasRequiredSax||(hasRequiredSax=1,function(e){(function(t){t.parser=function(Tr,Sr){return new n(Tr,Sr)},t.SAXParser=n,t.SAXStream=re,t.createStream=z,t.MAX_BUFFER_LENGTH=64*1024;var y=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function n(Tr,Sr){if(!(this instanceof n))return new n(Tr,Sr);var Ar=this;k(Ar),Ar.q=Ar.c="",Ar.bufferCheckPosition=t.MAX_BUFFER_LENGTH,Ar.opt=Sr||{},Ar.opt.lowercase=Ar.opt.lowercase||Ar.opt.lowercasetags,Ar.looseCase=Ar.opt.lowercase?"toLowerCase":"toUpperCase",Ar.tags=[],Ar.closed=Ar.closedRoot=Ar.sawRoot=!1,Ar.tag=Ar.error=null,Ar.strict=!!Tr,Ar.noscript=!!(Tr||Ar.opt.noscript),Ar.state=nr.BEGIN,Ar.strictEntities=Ar.opt.strictEntities,Ar.ENTITIES=Ar.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),Ar.attribList=[],Ar.opt.xmlns&&(Ar.ns=Object.create(Ne)),Ar.opt.unquotedAttributeValues===void 0&&(Ar.opt.unquotedAttributeValues=!Tr),Ar.trackPosition=Ar.opt.position!==!1,Ar.trackPosition&&(Ar.position=Ar.line=Ar.column=0),Et(Ar,"onready")}Object.create||(Object.create=function(Tr){function Sr(){}Sr.prototype=Tr;var Ar=new Sr;return Ar}),Object.keys||(Object.keys=function(Tr){var Sr=[];for(var Ar in Tr)Tr.hasOwnProperty(Ar)&&Sr.push(Ar);return Sr});function $(Tr){for(var Sr=Math.max(t.MAX_BUFFER_LENGTH,10),Ar=0,Fr=0,Gr=y.length;FrSr)switch(y[Fr]){case"textNode":pe(Tr);break;case"cdata":ie(Tr,"oncdata",Tr.cdata),Tr.cdata="";break;case"script":ie(Tr,"onscript",Tr.script),Tr.script="";break;default:Ie(Tr,"Max buffer length exceeded: "+y[Fr])}Ar=Math.max(Ar,Vr)}var Dr=t.MAX_BUFFER_LENGTH-Ar;Tr.bufferCheckPosition=Dr+Tr.position}function k(Tr){for(var Sr=0,Ar=y.length;Sr"||qe(Tr)}function dr(Tr,Sr){return Tr.test(Sr)}function cr(Tr,Sr){return!dr(Tr,Sr)}var nr=0;t.STATE={BEGIN:nr++,BEGIN_WHITESPACE:nr++,TEXT:nr++,TEXT_ENTITY:nr++,OPEN_WAKA:nr++,SGML_DECL:nr++,SGML_DECL_QUOTED:nr++,DOCTYPE:nr++,DOCTYPE_QUOTED:nr++,DOCTYPE_DTD:nr++,DOCTYPE_DTD_QUOTED:nr++,COMMENT_STARTING:nr++,COMMENT:nr++,COMMENT_ENDING:nr++,COMMENT_ENDED:nr++,CDATA:nr++,CDATA_ENDING:nr++,CDATA_ENDING_2:nr++,PROC_INST:nr++,PROC_INST_BODY:nr++,PROC_INST_ENDING:nr++,OPEN_TAG:nr++,OPEN_TAG_SLASH:nr++,ATTRIB:nr++,ATTRIB_NAME:nr++,ATTRIB_NAME_SAW_WHITE:nr++,ATTRIB_VALUE:nr++,ATTRIB_VALUE_QUOTED:nr++,ATTRIB_VALUE_CLOSED:nr++,ATTRIB_VALUE_UNQUOTED:nr++,ATTRIB_VALUE_ENTITY_Q:nr++,ATTRIB_VALUE_ENTITY_U:nr++,CLOSE_TAG:nr++,CLOSE_TAG_SAW_WHITE:nr++,SCRIPT:nr++,SCRIPT_ENDING:nr++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach(function(Tr){var Sr=t.ENTITIES[Tr],Ar=typeof Sr=="number"?String.fromCharCode(Sr):Sr;t.ENTITIES[Tr]=Ar});for(var lr in t.STATE)t.STATE[t.STATE[lr]]=lr;nr=t.STATE;function Et(Tr,Sr,Ar){Tr[Sr]&&Tr[Sr](Ar)}function ie(Tr,Sr,Ar){Tr.textNode&&pe(Tr),Et(Tr,Sr,Ar)}function pe(Tr){Tr.textNode=Ce(Tr.opt,Tr.textNode),Tr.textNode&&Et(Tr,"ontext",Tr.textNode),Tr.textNode=""}function Ce(Tr,Sr){return Tr.trim&&(Sr=Sr.trim()),Tr.normalize&&(Sr=Sr.replace(/\s+/g," ")),Sr}function Ie(Tr,Sr){return pe(Tr),Tr.trackPosition&&(Sr+=` -Line: `+Tr.line+` -Column: `+Tr.column+` -Char: `+Tr.c),Sr=new Error(Sr),Tr.error=Sr,Et(Tr,"onerror",Sr),Tr}function jt(Tr){return Tr.sawRoot&&!Tr.closedRoot&&ar(Tr,"Unclosed root tag"),Tr.state!==nr.BEGIN&&Tr.state!==nr.BEGIN_WHITESPACE&&Tr.state!==nr.TEXT&&Ie(Tr,"Unexpected end"),pe(Tr),Tr.c="",Tr.closed=!0,Et(Tr,"onend"),n.call(Tr,Tr.strict,Tr.opt),Tr}function ar(Tr,Sr){if(typeof Tr!="object"||!(Tr instanceof n))throw new Error("bad call to strictFail");Tr.strict&&Ie(Tr,Sr)}function ur(Tr){Tr.strict||(Tr.tagName=Tr.tagName[Tr.looseCase]());var Sr=Tr.tags[Tr.tags.length-1]||Tr,Ar=Tr.tag={name:Tr.tagName,attributes:{}};Tr.opt.xmlns&&(Ar.ns=Sr.ns),Tr.attribList.length=0,ie(Tr,"onopentagstart",Ar)}function kt(Tr,Sr){var Ar=Tr.indexOf(":"),Fr=Ar<0?["",Tr]:Tr.split(":"),Gr=Fr[0],Vr=Fr[1];return Sr&&Tr==="xmlns"&&(Gr="xmlns",Vr=""),{prefix:Gr,local:Vr}}function he(Tr){if(Tr.strict||(Tr.attribName=Tr.attribName[Tr.looseCase]()),Tr.attribList.indexOf(Tr.attribName)!==-1||Tr.tag.attributes.hasOwnProperty(Tr.attribName)){Tr.attribName=Tr.attribValue="";return}if(Tr.opt.xmlns){var Sr=kt(Tr.attribName,!0),Ar=Sr.prefix,Fr=Sr.local;if(Ar==="xmlns")if(Fr==="xml"&&Tr.attribValue!==de)ar(Tr,"xml: prefix must be bound to "+de+` -Actual: `+Tr.attribValue);else if(Fr==="xmlns"&&Tr.attribValue!==_e)ar(Tr,"xmlns: prefix must be bound to "+_e+` -Actual: `+Tr.attribValue);else{var Gr=Tr.tag,Vr=Tr.tags[Tr.tags.length-1]||Tr;Gr.ns===Vr.ns&&(Gr.ns=Object.create(Vr.ns)),Gr.ns[Fr]=Tr.attribValue}Tr.attribList.push([Tr.attribName,Tr.attribValue])}else Tr.tag.attributes[Tr.attribName]=Tr.attribValue,ie(Tr,"onattribute",{name:Tr.attribName,value:Tr.attribValue});Tr.attribName=Tr.attribValue=""}function tr(Tr,Sr){if(Tr.opt.xmlns){var Ar=Tr.tag,Fr=kt(Tr.tagName);Ar.prefix=Fr.prefix,Ar.local=Fr.local,Ar.uri=Ar.ns[Fr.prefix]||"",Ar.prefix&&!Ar.uri&&(ar(Tr,"Unbound namespace prefix: "+JSON.stringify(Tr.tagName)),Ar.uri=Fr.prefix);var Gr=Tr.tags[Tr.tags.length-1]||Tr;Ar.ns&&Gr.ns!==Ar.ns&&Object.keys(Ar.ns).forEach(function(kr){ie(Tr,"onopennamespace",{prefix:kr,uri:Ar.ns[kr]})});for(var Vr=0,Dr=Tr.attribList.length;Vr",Tr.tagName="",Tr.state=nr.SCRIPT;return}ie(Tr,"onscript",Tr.script),Tr.script=""}var Sr=Tr.tags.length,Ar=Tr.tagName;Tr.strict||(Ar=Ar[Tr.looseCase]());for(var Fr=Ar;Sr--;){var Gr=Tr.tags[Sr];if(Gr.name!==Fr)ar(Tr,"Unexpected close tag");else break}if(Sr<0){ar(Tr,"Unmatched closing tag: "+Tr.tagName),Tr.textNode+="",Tr.state=nr.TEXT;return}Tr.tagName=Ar;for(var Vr=Tr.tags.length;Vr-- >Sr;){var Dr=Tr.tag=Tr.tags.pop();Tr.tagName=Tr.tag.name,ie(Tr,"onclosetag",Tr.tagName);var Ir={};for(var Br in Dr.ns)Ir[Br]=Dr.ns[Br];var Rr=Tr.tags[Tr.tags.length-1]||Tr;Tr.opt.xmlns&&Dr.ns!==Rr.ns&&Object.keys(Dr.ns).forEach(function(Lr){var $r=Dr.ns[Lr];ie(Tr,"onclosenamespace",{prefix:Lr,uri:$r})})}Sr===0&&(Tr.closedRoot=!0),Tr.tagName=Tr.attribValue=Tr.attribName="",Tr.attribList.length=0,Tr.state=nr.TEXT}function _r(Tr){var Sr=Tr.entity,Ar=Sr.toLowerCase(),Fr,Gr="";return Tr.ENTITIES[Sr]?Tr.ENTITIES[Sr]:Tr.ENTITIES[Ar]?Tr.ENTITIES[Ar]:(Sr=Ar,Sr.charAt(0)==="#"&&(Sr.charAt(1)==="x"?(Sr=Sr.slice(2),Fr=parseInt(Sr,16),Gr=Fr.toString(16)):(Sr=Sr.slice(1),Fr=parseInt(Sr,10),Gr=Fr.toString(10))),Sr=Sr.replace(/^0+/,""),isNaN(Fr)||Gr.toLowerCase()!==Sr?(ar(Tr,"Invalid character entity"),"&"+Tr.entity+";"):String.fromCodePoint(Fr))}function yr(Tr,Sr){Sr==="<"?(Tr.state=nr.OPEN_WAKA,Tr.startTagPosition=Tr.position):qe(Sr)||(ar(Tr,"Non-whitespace before first tag."),Tr.textNode=Sr,Tr.state=nr.TEXT)}function xr(Tr,Sr){var Ar="";return Sr"?(ie(Sr,"onsgmldeclaration",Sr.sgmlDecl),Sr.sgmlDecl="",Sr.state=nr.TEXT):(er(Fr)&&(Sr.state=nr.SGML_DECL_QUOTED),Sr.sgmlDecl+=Fr);continue;case nr.SGML_DECL_QUOTED:Fr===Sr.q&&(Sr.state=nr.SGML_DECL,Sr.q=""),Sr.sgmlDecl+=Fr;continue;case nr.DOCTYPE:Fr===">"?(Sr.state=nr.TEXT,ie(Sr,"ondoctype",Sr.doctype),Sr.doctype=!0):(Sr.doctype+=Fr,Fr==="["?Sr.state=nr.DOCTYPE_DTD:er(Fr)&&(Sr.state=nr.DOCTYPE_QUOTED,Sr.q=Fr));continue;case nr.DOCTYPE_QUOTED:Sr.doctype+=Fr,Fr===Sr.q&&(Sr.q="",Sr.state=nr.DOCTYPE);continue;case nr.DOCTYPE_DTD:Fr==="]"?(Sr.doctype+=Fr,Sr.state=nr.DOCTYPE):Fr==="<"?(Sr.state=nr.OPEN_WAKA,Sr.startTagPosition=Sr.position):er(Fr)?(Sr.doctype+=Fr,Sr.state=nr.DOCTYPE_DTD_QUOTED,Sr.q=Fr):Sr.doctype+=Fr;continue;case nr.DOCTYPE_DTD_QUOTED:Sr.doctype+=Fr,Fr===Sr.q&&(Sr.state=nr.DOCTYPE_DTD,Sr.q="");continue;case nr.COMMENT:Fr==="-"?Sr.state=nr.COMMENT_ENDING:Sr.comment+=Fr;continue;case nr.COMMENT_ENDING:Fr==="-"?(Sr.state=nr.COMMENT_ENDED,Sr.comment=Ce(Sr.opt,Sr.comment),Sr.comment&&ie(Sr,"oncomment",Sr.comment),Sr.comment=""):(Sr.comment+="-"+Fr,Sr.state=nr.COMMENT);continue;case nr.COMMENT_ENDED:Fr!==">"?(ar(Sr,"Malformed comment"),Sr.comment+="--"+Fr,Sr.state=nr.COMMENT):Sr.doctype&&Sr.doctype!==!0?Sr.state=nr.DOCTYPE_DTD:Sr.state=nr.TEXT;continue;case nr.CDATA:Fr==="]"?Sr.state=nr.CDATA_ENDING:Sr.cdata+=Fr;continue;case nr.CDATA_ENDING:Fr==="]"?Sr.state=nr.CDATA_ENDING_2:(Sr.cdata+="]"+Fr,Sr.state=nr.CDATA);continue;case nr.CDATA_ENDING_2:Fr===">"?(Sr.cdata&&ie(Sr,"oncdata",Sr.cdata),ie(Sr,"onclosecdata"),Sr.cdata="",Sr.state=nr.TEXT):Fr==="]"?Sr.cdata+="]":(Sr.cdata+="]]"+Fr,Sr.state=nr.CDATA);continue;case nr.PROC_INST:Fr==="?"?Sr.state=nr.PROC_INST_ENDING:qe(Fr)?Sr.state=nr.PROC_INST_BODY:Sr.procInstName+=Fr;continue;case nr.PROC_INST_BODY:if(!Sr.procInstBody&&qe(Fr))continue;Fr==="?"?Sr.state=nr.PROC_INST_ENDING:Sr.procInstBody+=Fr;continue;case nr.PROC_INST_ENDING:Fr===">"?(ie(Sr,"onprocessinginstruction",{name:Sr.procInstName,body:Sr.procInstBody}),Sr.procInstName=Sr.procInstBody="",Sr.state=nr.TEXT):(Sr.procInstBody+="?"+Fr,Sr.state=nr.PROC_INST_BODY);continue;case nr.OPEN_TAG:dr($e,Fr)?Sr.tagName+=Fr:(ur(Sr),Fr===">"?tr(Sr):Fr==="/"?Sr.state=nr.OPEN_TAG_SLASH:(qe(Fr)||ar(Sr,"Invalid character in tag name"),Sr.state=nr.ATTRIB));continue;case nr.OPEN_TAG_SLASH:Fr===">"?(tr(Sr,!0),gr(Sr)):(ar(Sr,"Forward-slash in opening tag not followed by >"),Sr.state=nr.ATTRIB);continue;case nr.ATTRIB:if(qe(Fr))continue;Fr===">"?tr(Sr):Fr==="/"?Sr.state=nr.OPEN_TAG_SLASH:dr(Ue,Fr)?(Sr.attribName=Fr,Sr.attribValue="",Sr.state=nr.ATTRIB_NAME):ar(Sr,"Invalid attribute name");continue;case nr.ATTRIB_NAME:Fr==="="?Sr.state=nr.ATTRIB_VALUE:Fr===">"?(ar(Sr,"Attribute without value"),Sr.attribValue=Sr.attribName,he(Sr),tr(Sr)):qe(Fr)?Sr.state=nr.ATTRIB_NAME_SAW_WHITE:dr($e,Fr)?Sr.attribName+=Fr:ar(Sr,"Invalid attribute name");continue;case nr.ATTRIB_NAME_SAW_WHITE:if(Fr==="=")Sr.state=nr.ATTRIB_VALUE;else{if(qe(Fr))continue;ar(Sr,"Attribute without value"),Sr.tag.attributes[Sr.attribName]="",Sr.attribValue="",ie(Sr,"onattribute",{name:Sr.attribName,value:""}),Sr.attribName="",Fr===">"?tr(Sr):dr(Ue,Fr)?(Sr.attribName=Fr,Sr.state=nr.ATTRIB_NAME):(ar(Sr,"Invalid attribute name"),Sr.state=nr.ATTRIB)}continue;case nr.ATTRIB_VALUE:if(qe(Fr))continue;er(Fr)?(Sr.q=Fr,Sr.state=nr.ATTRIB_VALUE_QUOTED):(Sr.opt.unquotedAttributeValues||Ie(Sr,"Unquoted attribute value"),Sr.state=nr.ATTRIB_VALUE_UNQUOTED,Sr.attribValue=Fr);continue;case nr.ATTRIB_VALUE_QUOTED:if(Fr!==Sr.q){Fr==="&"?Sr.state=nr.ATTRIB_VALUE_ENTITY_Q:Sr.attribValue+=Fr;continue}he(Sr),Sr.q="",Sr.state=nr.ATTRIB_VALUE_CLOSED;continue;case nr.ATTRIB_VALUE_CLOSED:qe(Fr)?Sr.state=nr.ATTRIB:Fr===">"?tr(Sr):Fr==="/"?Sr.state=nr.OPEN_TAG_SLASH:dr(Ue,Fr)?(ar(Sr,"No whitespace between attributes"),Sr.attribName=Fr,Sr.attribValue="",Sr.state=nr.ATTRIB_NAME):ar(Sr,"Invalid attribute name");continue;case nr.ATTRIB_VALUE_UNQUOTED:if(!ir(Fr)){Fr==="&"?Sr.state=nr.ATTRIB_VALUE_ENTITY_U:Sr.attribValue+=Fr;continue}he(Sr),Fr===">"?tr(Sr):Sr.state=nr.ATTRIB;continue;case nr.CLOSE_TAG:if(Sr.tagName)Fr===">"?gr(Sr):dr($e,Fr)?Sr.tagName+=Fr:Sr.script?(Sr.script+=""?gr(Sr):ar(Sr,"Invalid characters in closing tag");continue;case nr.TEXT_ENTITY:case nr.ATTRIB_VALUE_ENTITY_Q:case nr.ATTRIB_VALUE_ENTITY_U:var Dr,Ir;switch(Sr.state){case nr.TEXT_ENTITY:Dr=nr.TEXT,Ir="textNode";break;case nr.ATTRIB_VALUE_ENTITY_Q:Dr=nr.ATTRIB_VALUE_QUOTED,Ir="attribValue";break;case nr.ATTRIB_VALUE_ENTITY_U:Dr=nr.ATTRIB_VALUE_UNQUOTED,Ir="attribValue";break}if(Fr===";"){var Br=_r(Sr);Sr.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(Br)?(Sr.entity="",Sr.state=Dr,Sr.write(Br)):(Sr[Ir]+=Br,Sr.entity="",Sr.state=Dr)}else dr(Sr.entity.length?Fe:Ve,Fr)?Sr.entity+=Fr:(ar(Sr,"Invalid character in entity name"),Sr[Ir]+="&"+Sr.entity+Fr,Sr.entity="",Sr.state=Dr);continue;default:throw new Error(Sr,"Unknown state: "+Sr.state)}return Sr.position>=Sr.bufferCheckPosition&&$(Sr),Sr}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Tr=String.fromCharCode,Sr=Math.floor,Ar=function(){var Fr=16384,Gr=[],Vr,Dr,Ir=-1,Br=arguments.length;if(!Br)return"";for(var Rr="";++Ir1114111||Sr(Lr)!==Lr)throw RangeError("Invalid code point: "+Lr);Lr<=65535?Gr.push(Lr):(Lr-=65536,Vr=(Lr>>10)+55296,Dr=Lr%1024+56320,Gr.push(Vr,Dr)),(Ir+1===Br||Gr.length>Fr)&&(Rr+=Tr.apply(null,Gr),Gr.length=0)}return Rr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Ar,configurable:!0,writable:!0}):String.fromCodePoint=Ar}()})(e)}(sax)),sax}var bom={},hasRequiredBom;function requireBom(){return hasRequiredBom||(hasRequiredBom=1,(function(){bom.stripBOM=function(e){return e[0]==="\uFEFF"?e.substring(1):e}}).call(commonjsGlobal)),bom}var processors={},hasRequiredProcessors;function requireProcessors(){return hasRequiredProcessors||(hasRequiredProcessors=1,(function(){var e;e=new RegExp(/(?!xmlns)^.*:/),processors.normalize=function(t){return t.toLowerCase()},processors.firstCharLowerCase=function(t){return t.charAt(0).toLowerCase()+t.slice(1)},processors.stripPrefix=function(t){return t.replace(e,"")},processors.parseNumbers=function(t){return isNaN(t)||(t=t%1===0?parseInt(t,10):parseFloat(t)),t},processors.parseBooleans=function(t){return/^(?:true|false)$/i.test(t)&&(t=t.toLowerCase()==="true"),t}}).call(commonjsGlobal)),processors}var main$2={},setImmediate$2={},hasRequiredSetImmediate;function requireSetImmediate(){if(hasRequiredSetImmediate)return setImmediate$2;hasRequiredSetImmediate=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};return function(t,y){if(t.setImmediate)return;var n=1,$={},k=!1,L=t.document,j;function V(Fe){typeof Fe!="function"&&(Fe=new Function(""+Fe));for(var qe=new Array(arguments.length-1),er=0;er"u"?commonjsGlobal:self),setImmediate$2}var hasRequiredMain;function requireMain(){if(hasRequiredMain)return main$2;hasRequiredMain=1;var e=typeof commonjsGlobal<"u"&&commonjsGlobal||typeof self<"u"&&self||window,t=Function.prototype.apply;main$2.setTimeout=function(){return new y(t.call(setTimeout,e,arguments),clearTimeout)},main$2.setInterval=function(){return new y(t.call(setInterval,e,arguments),clearInterval)},main$2.clearTimeout=main$2.clearInterval=function(n){n&&n.close()};function y(n,$){this._id=n,this._clearFn=$}return y.prototype.unref=y.prototype.ref=function(){},y.prototype.close=function(){this._clearFn.call(e,this._id)},main$2.enroll=function(n,$){clearTimeout(n._idleTimeoutId),n._idleTimeout=$},main$2.unenroll=function(n){clearTimeout(n._idleTimeoutId),n._idleTimeout=-1},main$2._unrefActive=main$2.active=function(n){clearTimeout(n._idleTimeoutId);var $=n._idleTimeout;$>=0&&(n._idleTimeoutId=setTimeout(function(){n._onTimeout&&n._onTimeout()},$))},requireSetImmediate(),main$2.setImmediate=typeof self<"u"&&self.setImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.setImmediate||commonjsGlobal&&commonjsGlobal.setImmediate,main$2.clearImmediate=typeof self<"u"&&self.clearImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.clearImmediate||commonjsGlobal&&commonjsGlobal.clearImmediate,main$2}var hasRequiredParser;function requireParser(){return hasRequiredParser||(hasRequiredParser=1,function(e){(function(){var t,y,n,$,k,L,j,V,z=function(ue,de){return function(){return ue.apply(de,arguments)}},re=function(ue,de){for(var _e in de)oe.call(de,_e)&&(ue[_e]=de[_e]);function Ne(){this.constructor=ue}return Ne.prototype=de.prototype,ue.prototype=new Ne,ue.__super__=de.prototype,ue},oe={}.hasOwnProperty;j=requireSax(),n=eventsExports,t=requireBom(),L=requireProcessors(),V=requireMain().setImmediate,y=requireDefaults().defaults,$=function(ue){return typeof ue=="object"&&ue!=null&&Object.keys(ue).length===0},k=function(ue,de,_e){var Ne,Ue,$e;for(Ne=0,Ue=ue.length;Ne0&&(ir[Ve.options.childkey]=cr),cr=ir;else if(Et){Et[Ve.options.childkey]=Et[Ve.options.childkey]||[],nr={};for(er in cr)oe.call(cr,er)&&(nr[er]=cr[er]);Et[Ve.options.childkey].push(nr),delete cr["#name"],Object.keys(cr).length===1&&Ne in cr&&!Ve.EXPLICIT_CHARKEY&&(cr=cr[Ne])}}return $e.length>0?Ve.assignOrPush(Et,dr,cr):(Ve.options.explicitRoot&&(lr=cr,cr={},cr[dr]=lr),Ve.resultObject=cr,Ve.saxParser.ended=!0,Ve.emit("end",Ve.resultObject))}}(this),Ue=function(Ve){return function(Fe){var qe,er;if(er=$e[$e.length-1],er)return er[Ne]+=Fe,Ve.options.explicitChildren&&Ve.options.preserveChildrenOrder&&Ve.options.charsAsChildren&&(Ve.options.includeWhiteChars||Fe.replace(/\\n/g,"").trim()!=="")&&(er[Ve.options.childkey]=er[Ve.options.childkey]||[],qe={"#name":"__text__"},qe[Ne]=Fe,Ve.options.normalize&&(qe[Ne]=qe[Ne].replace(/\s{2,}/g," ").trim()),er[Ve.options.childkey].push(qe)),er}}(this),this.saxParser.ontext=Ue,this.saxParser.oncdata=function(Ve){return function(Fe){var qe;if(qe=Ue(Fe),qe)return qe.cdata=!0}}()},de.prototype.parseString=function(_e,Ne){var Ue;Ne!=null&&typeof Ne=="function"&&(this.on("end",function($e){return this.reset(),Ne(null,$e)}),this.on("error",function($e){return this.reset(),Ne($e)}));try{return _e=_e.toString(),_e.trim()===""?(this.emit("end",null),!0):(_e=t.stripBOM(_e),this.options.async?(this.remaining=_e,V(this.processAsync),this.saxParser):this.saxParser.write(_e).close())}catch($e){if(Ue=$e,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Ue}else return this.emit("error",Ue),this.saxParser.errThrown=!0}},de.prototype.parseStringPromise=function(_e){return new Promise(function(Ne){return function(Ue,$e){return Ne.parseString(_e,function(Ve,Fe){return Ve?$e(Ve):Ue(Fe)})}}(this))},de}(n),e.parseString=function(ue,de,_e){var Ne,Ue,$e;return _e!=null?(typeof _e=="function"&&(Ne=_e),typeof de=="object"&&(Ue=de)):(typeof de=="function"&&(Ne=de),Ue={}),$e=new e.Parser(Ue),$e.parseString(ue,Ne)},e.parseStringPromise=function(ue,de){var _e,Ne;return typeof de=="object"&&(_e=de),Ne=new e.Parser(_e),Ne.parseStringPromise(ue)}}).call(commonjsGlobal)}(parser)),parser}(function(){var e,t,y,n,$=function(L,j){for(var V in j)k.call(j,V)&&(L[V]=j[V]);function z(){this.constructor=L}return z.prototype=j.prototype,L.prototype=new z,L.__super__=j.prototype,L},k={}.hasOwnProperty;t=requireDefaults(),e=requireBuilder(),y=requireParser(),n=requireProcessors(),xml2js.defaults=t.defaults,xml2js.processors=n,xml2js.ValidationError=function(L){$(j,L);function j(V){this.message=V}return j}(Error),xml2js.Builder=e.Builder,xml2js.Parser=y.Parser,xml2js.parseString=y.parseString,xml2js.parseStringPromise=y.parseStringPromise}).call(commonjsGlobal);var define_process_default$a={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};function apply(e,...t){return(...y)=>e(...t,...y)}function initialParams(e){return function(...t){var y=t.pop();return e.call(this,t,y)}}var hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,hasSetImmediate=typeof setImmediate=="function"&&setImmediate,hasNextTick=typeof define_process_default$a=="object"&&typeof define_process_default$a.nextTick=="function";function fallback(e){setTimeout(e,0)}function wrap(e){return(t,...y)=>e(()=>t(...y))}var _defer$1;hasQueueMicrotask?_defer$1=queueMicrotask:hasSetImmediate?_defer$1=setImmediate:hasNextTick?_defer$1=define_process_default$a.nextTick:_defer$1=fallback;var setImmediate$1=wrap(_defer$1);function asyncify(e){return isAsync(e)?function(...t){const y=t.pop(),n=e.apply(this,t);return handlePromise(n,y)}:initialParams(function(t,y){var n;try{n=e.apply(this,t)}catch($){return y($)}if(n&&typeof n.then=="function")return handlePromise(n,y);y(null,n)})}function handlePromise(e,t){return e.then(y=>{invokeCallback(t,null,y)},y=>{invokeCallback(t,y&&(y instanceof Error||y.message)?y:new Error(y))})}function invokeCallback(e,t,y){try{e(t,y)}catch(n){setImmediate$1($=>{throw $},n)}}function isAsync(e){return e[Symbol.toStringTag]==="AsyncFunction"}function isAsyncGenerator(e){return e[Symbol.toStringTag]==="AsyncGenerator"}function isAsyncIterable(e){return typeof e[Symbol.asyncIterator]=="function"}function wrapAsync(e){if(typeof e!="function")throw new Error("expected a function");return isAsync(e)?asyncify(e):e}function awaitify(e,t){if(t||(t=e.length),!t)throw new Error("arity is undefined");function y(...n){return typeof n[t-1]=="function"?e.apply(this,n):new Promise(($,k)=>{n[t-1]=(L,...j)=>{if(L)return k(L);$(j.length>1?j:j[0])},e.apply(this,n)})}return y}function applyEach$1(e){return function(y,...n){return awaitify(function(k){var L=this;return e(y,(j,V)=>{wrapAsync(j).apply(L,n.concat(V))},k)})}}function _asyncMap(e,t,y,n){t=t||[];var $=[],k=0,L=wrapAsync(y);return e(t,(j,V,z)=>{var re=k++;L(j,(oe,ue)=>{$[re]=ue,z(oe)})},j=>{n(j,$)})}function isArrayLike(e){return e&&typeof e.length=="number"&&e.length>=0&&e.length%1===0}const breakLoop={};var breakLoop$1=breakLoop;function once(e){function t(...y){if(e!==null){var n=e;e=null,n.apply(this,y)}}return Object.assign(t,e),t}function getIterator(e){return e[Symbol.iterator]&&e[Symbol.iterator]()}function createArrayIterator(e){var t=-1,y=e.length;return function(){return++t=t||L||$||(L=!0,e.next().then(({value:ue,done:de})=>{if(!(k||$)){if(L=!1,de){$=!0,j<=0&&n(null);return}j++,y(ue,V,re),V++,z()}}).catch(oe))}function re(ue,de){if(j-=1,!k){if(ue)return oe(ue);if(ue===!1){$=!0,k=!0;return}if(de===breakLoop$1||$&&j<=0)return $=!0,n(null);z()}}function oe(ue){k||(L=!1,$=!0,n(ue))}z()}var eachOfLimit$2=e=>(t,y,n)=>{if(n=once(n),e<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!t)return n(null);if(isAsyncGenerator(t))return asyncEachOfLimit(t,e,y,n);if(isAsyncIterable(t))return asyncEachOfLimit(t[Symbol.asyncIterator](),e,y,n);var $=createIterator(t),k=!1,L=!1,j=0,V=!1;function z(oe,ue){if(!L)if(j-=1,oe)k=!0,n(oe);else if(oe===!1)k=!0,L=!0;else{if(ue===breakLoop$1||k&&j<=0)return k=!0,n(null);V||re()}}function re(){for(V=!0;j1?$:$[0])}return y[PROMISE_SYMBOL]=new Promise((n,$)=>{e=n,t=$}),y}function auto(e,t,y){typeof t!="number"&&(y=t,t=null),y=once(y||promiseCallback());var n=Object.keys(e).length;if(!n)return y(null);t||(t=n);var $={},k=0,L=!1,j=!1,V=Object.create(null),z=[],re=[],oe={};Object.keys(e).forEach(Fe=>{var qe=e[Fe];if(!Array.isArray(qe)){ue(Fe,[qe]),re.push(Fe);return}var er=qe.slice(0,qe.length-1),ir=er.length;if(ir===0){ue(Fe,qe),re.push(Fe);return}oe[Fe]=ir,er.forEach(dr=>{if(!e[dr])throw new Error("async.auto task `"+Fe+"` has a non-existent dependency `"+dr+"` in "+er.join(", "));_e(dr,()=>{ir--,ir===0&&ue(Fe,qe)})})}),$e(),de();function ue(Fe,qe){z.push(()=>Ue(Fe,qe))}function de(){if(!L){if(z.length===0&&k===0)return y(null,$);for(;z.length&&ker()),de()}function Ue(Fe,qe){if(!j){var er=onlyOnce((dr,...cr)=>{if(k--,dr===!1){L=!0;return}if(cr.length<2&&([cr]=cr),dr){var nr={};if(Object.keys($).forEach(lr=>{nr[lr]=$[lr]}),nr[Fe]=cr,j=!0,V=Object.create(null),L)return;y(dr,nr)}else $[Fe]=cr,Ne(Fe)});k++;var ir=wrapAsync(qe[qe.length-1]);qe.length>1?ir($,er):ir(er)}}function $e(){for(var Fe,qe=0;re.length;)Fe=re.pop(),qe++,Ve(Fe).forEach(er=>{--oe[er]===0&&re.push(er)});if(qe!==n)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}function Ve(Fe){var qe=[];return Object.keys(e).forEach(er=>{const ir=e[er];Array.isArray(ir)&&ir.indexOf(Fe)>=0&&qe.push(er)}),qe}return y[PROMISE_SYMBOL]}var FN_ARGS=/^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/,ARROW_FN_ARGS=/^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/,FN_ARG_SPLIT=/,/,FN_ARG=/(=.+)?(\s*)$/;function stripComments(e){let t="",y=0,n=e.indexOf("*/");for(;yk)throw new RangeError('The value "'+br+'" is invalid for option "size"');var Cr=new Uint8Array(br);return Object.setPrototypeOf(Cr,j.prototype),Cr}function j(br,Cr,Ir){if(typeof br=="number"){if(typeof Cr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ie(br)}return V(br,Cr,Ir)}j.poolSize=8192;function V(br,Cr,Ir){if(typeof br=="string")return oe(br,Cr);if(ArrayBuffer.isView(br))return de(br);if(br==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof br);if(Sr(br,ArrayBuffer)||br&&Sr(br.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Sr(br,SharedArrayBuffer)||br&&Sr(br.buffer,SharedArrayBuffer)))return pe(br,Cr,Ir);if(typeof br=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var Dr=br.valueOf&&br.valueOf();if(Dr!=null&&Dr!==br)return j.from(Dr,Cr,Ir);var Kr=Ie(br);if(Kr)return Kr;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof br[Symbol.toPrimitive]=="function")return j.from(br[Symbol.toPrimitive]("string"),Cr,Ir);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof br)}j.from=function(br,Cr,Ir){return V(br,Cr,Ir)},Object.setPrototypeOf(j.prototype,Uint8Array.prototype),Object.setPrototypeOf(j,Uint8Array);function z(br){if(typeof br!="number")throw new TypeError('"size" argument must be of type number');if(br<0)throw new RangeError('The value "'+br+'" is invalid for option "size"')}function re(br,Cr,Ir){return z(br),br<=0?$(br):Cr!==void 0?typeof Ir=="string"?$(br).fill(Cr,Ir):$(br).fill(Cr):$(br)}j.alloc=function(br,Cr,Ir){return re(br,Cr,Ir)};function ie(br){return z(br),$(br<0?0:_e(br)|0)}j.allocUnsafe=function(br){return ie(br)},j.allocUnsafeSlow=function(br){return ie(br)};function oe(br,Cr){if((typeof Cr!="string"||Cr==="")&&(Cr="utf8"),!j.isEncoding(Cr))throw new TypeError("Unknown encoding: "+Cr);var Ir=he(br,Cr)|0,Dr=$(Ir),Kr=Dr.write(br,Cr);return Kr!==Ir&&(Dr=Dr.slice(0,Kr)),Dr}function ue(br){for(var Cr=br.length<0?0:_e(br.length)|0,Ir=$(Cr),Dr=0;Dr=k)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+k.toString(16)+" bytes");return br|0}function Ce(br){return+br!=br&&(br=0),j.alloc(+br)}j.isBuffer=function(Cr){return Cr!=null&&Cr._isBuffer===!0&&Cr!==j.prototype},j.compare=function(Cr,Ir){if(Sr(Cr,Uint8Array)&&(Cr=j.from(Cr,Cr.offset,Cr.byteLength)),Sr(Ir,Uint8Array)&&(Ir=j.from(Ir,Ir.offset,Ir.byteLength)),!j.isBuffer(Cr)||!j.isBuffer(Ir))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Cr===Ir)return 0;for(var Dr=Cr.length,Kr=Ir.length,Wr=0,Nr=Math.min(Dr,Kr);WrKr.length?j.from(Nr).copy(Kr,Wr):Uint8Array.prototype.set.call(Kr,Nr,Wr);else if(j.isBuffer(Nr))Nr.copy(Kr,Wr);else throw new TypeError('"list" argument must be an Array of Buffers');Wr+=Nr.length}return Kr};function he(br,Cr){if(j.isBuffer(br))return br.length;if(ArrayBuffer.isView(br)||Sr(br,ArrayBuffer))return br.byteLength;if(typeof br!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof br);var Ir=br.length,Dr=arguments.length>2&&arguments[2]===!0;if(!Dr&&Ir===0)return 0;for(var Kr=!1;;)switch(Cr){case"ascii":case"latin1":case"binary":return Ir;case"utf8":case"utf-8":return gr(br).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ir*2;case"hex":return Ir>>>1;case"base64":return Ur(br).length;default:if(Kr)return Dr?-1:gr(br).length;Cr=(""+Cr).toLowerCase(),Kr=!0}}j.byteLength=he;function Ne(br,Cr,Ir){var Dr=!1;if((Cr===void 0||Cr<0)&&(Cr=0),Cr>this.length||((Ir===void 0||Ir>this.length)&&(Ir=this.length),Ir<=0)||(Ir>>>=0,Cr>>>=0,Ir<=Cr))return"";for(br||(br="utf8");;)switch(br){case"hex":return hr(this,Cr,Ir);case"utf8":case"utf-8":return ar(this,Cr,Ir);case"ascii":return cr(this,Cr,Ir);case"latin1":case"binary":return _r(this,Cr,Ir);case"base64":return rr(this,Cr,Ir);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Er(this,Cr,Ir);default:if(Dr)throw new TypeError("Unknown encoding: "+br);br=(br+"").toLowerCase(),Dr=!0}}j.prototype._isBuffer=!0;function Fe(br,Cr,Ir){var Dr=br[Cr];br[Cr]=br[Ir],br[Ir]=Dr}j.prototype.swap16=function(){var Cr=this.length;if(Cr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Ir=0;IrIr&&(Cr+=" ... "),""},n&&(j.prototype[n]=j.prototype.inspect),j.prototype.compare=function(Cr,Ir,Dr,Kr,Wr){if(Sr(Cr,Uint8Array)&&(Cr=j.from(Cr,Cr.offset,Cr.byteLength)),!j.isBuffer(Cr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Cr);if(Ir===void 0&&(Ir=0),Dr===void 0&&(Dr=Cr?Cr.length:0),Kr===void 0&&(Kr=0),Wr===void 0&&(Wr=this.length),Ir<0||Dr>Cr.length||Kr<0||Wr>this.length)throw new RangeError("out of range index");if(Kr>=Wr&&Ir>=Dr)return 0;if(Kr>=Wr)return-1;if(Ir>=Dr)return 1;if(Ir>>>=0,Dr>>>=0,Kr>>>=0,Wr>>>=0,this===Cr)return 0;for(var Nr=Wr-Kr,Fr=Dr-Ir,Qr=Math.min(Nr,Fr),ca=this.slice(Kr,Wr),Po=Cr.slice(Ir,Dr),Wa=0;Wa2147483647?Ir=2147483647:Ir<-2147483648&&(Ir=-2147483648),Ir=+Ir,Tr(Ir)&&(Ir=Kr?0:br.length-1),Ir<0&&(Ir=br.length+Ir),Ir>=br.length){if(Kr)return-1;Ir=br.length-1}else if(Ir<0)if(Kr)Ir=0;else return-1;if(typeof Cr=="string"&&(Cr=j.from(Cr,Dr)),j.isBuffer(Cr))return Cr.length===0?-1:kt(br,Cr,Ir,Dr,Kr);if(typeof Cr=="number")return Cr=Cr&255,typeof Uint8Array.prototype.indexOf=="function"?Kr?Uint8Array.prototype.indexOf.call(br,Cr,Ir):Uint8Array.prototype.lastIndexOf.call(br,Cr,Ir):kt(br,[Cr],Ir,Dr,Kr);throw new TypeError("val must be string, number or Buffer")}function kt(br,Cr,Ir,Dr,Kr){var Wr=1,Nr=br.length,Fr=Cr.length;if(Dr!==void 0&&(Dr=String(Dr).toLowerCase(),Dr==="ucs2"||Dr==="ucs-2"||Dr==="utf16le"||Dr==="utf-16le")){if(br.length<2||Cr.length<2)return-1;Wr=2,Nr/=2,Fr/=2,Ir/=2}function Qr(us,Kn){return Wr===1?us[Kn]:us.readUInt16BE(Kn*Wr)}var ca;if(Kr){var Po=-1;for(ca=Ir;caNr&&(Ir=Nr-Fr),ca=Ir;ca>=0;ca--){for(var Wa=!0,Go=0;GoKr&&(Dr=Kr)):Dr=Kr;var Wr=Cr.length;Dr>Wr/2&&(Dr=Wr/2);for(var Nr=0;Nr>>0,isFinite(Dr)?(Dr=Dr>>>0,Kr===void 0&&(Kr="utf8")):(Kr=Dr,Dr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Wr=this.length-Ir;if((Dr===void 0||Dr>Wr)&&(Dr=Wr),Cr.length>0&&(Dr<0||Ir<0)||Ir>this.length)throw new RangeError("Attempt to write outside buffer bounds");Kr||(Kr="utf8");for(var Nr=!1;;)switch(Kr){case"hex":return Et(this,Cr,Ir,Dr);case"utf8":case"utf-8":return Ve(this,Cr,Ir,Dr);case"ascii":case"latin1":case"binary":return qe(this,Cr,Ir,Dr);case"base64":return jt(this,Cr,Ir,Dr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return tr(this,Cr,Ir,Dr);default:if(Nr)throw new TypeError("Unknown encoding: "+Kr);Kr=(""+Kr).toLowerCase(),Nr=!0}},j.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function rr(br,Cr,Ir){return Cr===0&&Ir===br.length?t.fromByteArray(br):t.fromByteArray(br.slice(Cr,Ir))}function ar(br,Cr,Ir){Ir=Math.min(br.length,Ir);for(var Dr=[],Kr=Cr;Kr239?4:Wr>223?3:Wr>191?2:1;if(Kr+Fr<=Ir){var Qr,ca,Po,Wa;switch(Fr){case 1:Wr<128&&(Nr=Wr);break;case 2:Qr=br[Kr+1],(Qr&192)===128&&(Wa=(Wr&31)<<6|Qr&63,Wa>127&&(Nr=Wa));break;case 3:Qr=br[Kr+1],ca=br[Kr+2],(Qr&192)===128&&(ca&192)===128&&(Wa=(Wr&15)<<12|(Qr&63)<<6|ca&63,Wa>2047&&(Wa<55296||Wa>57343)&&(Nr=Wa));break;case 4:Qr=br[Kr+1],ca=br[Kr+2],Po=br[Kr+3],(Qr&192)===128&&(ca&192)===128&&(Po&192)===128&&(Wa=(Wr&15)<<18|(Qr&63)<<12|(ca&63)<<6|Po&63,Wa>65535&&Wa<1114112&&(Nr=Wa))}}Nr===null?(Nr=65533,Fr=1):Nr>65535&&(Nr-=65536,Dr.push(Nr>>>10&1023|55296),Nr=56320|Nr&1023),Dr.push(Nr),Kr+=Fr}return ur(Dr)}var nr=4096;function ur(br){var Cr=br.length;if(Cr<=nr)return String.fromCharCode.apply(String,br);for(var Ir="",Dr=0;DrDr)&&(Ir=Dr);for(var Kr="",Wr=Cr;WrDr&&(Cr=Dr),Ir<0?(Ir+=Dr,Ir<0&&(Ir=0)):Ir>Dr&&(Ir=Dr),IrIr)throw new RangeError("Trying to access beyond buffer length")}j.prototype.readUintLE=j.prototype.readUIntLE=function(Cr,Ir,Dr){Cr=Cr>>>0,Ir=Ir>>>0,Dr||kr(Cr,Ir,this.length);for(var Kr=this[Cr],Wr=1,Nr=0;++Nr>>0,Ir=Ir>>>0,Dr||kr(Cr,Ir,this.length);for(var Kr=this[Cr+--Ir],Wr=1;Ir>0&&(Wr*=256);)Kr+=this[Cr+--Ir]*Wr;return Kr},j.prototype.readUint8=j.prototype.readUInt8=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,1,this.length),this[Cr]},j.prototype.readUint16LE=j.prototype.readUInt16LE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,2,this.length),this[Cr]|this[Cr+1]<<8},j.prototype.readUint16BE=j.prototype.readUInt16BE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,2,this.length),this[Cr]<<8|this[Cr+1]},j.prototype.readUint32LE=j.prototype.readUInt32LE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,4,this.length),(this[Cr]|this[Cr+1]<<8|this[Cr+2]<<16)+this[Cr+3]*16777216},j.prototype.readUint32BE=j.prototype.readUInt32BE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,4,this.length),this[Cr]*16777216+(this[Cr+1]<<16|this[Cr+2]<<8|this[Cr+3])},j.prototype.readIntLE=function(Cr,Ir,Dr){Cr=Cr>>>0,Ir=Ir>>>0,Dr||kr(Cr,Ir,this.length);for(var Kr=this[Cr],Wr=1,Nr=0;++Nr=Wr&&(Kr-=Math.pow(2,8*Ir)),Kr},j.prototype.readIntBE=function(Cr,Ir,Dr){Cr=Cr>>>0,Ir=Ir>>>0,Dr||kr(Cr,Ir,this.length);for(var Kr=Ir,Wr=1,Nr=this[Cr+--Kr];Kr>0&&(Wr*=256);)Nr+=this[Cr+--Kr]*Wr;return Wr*=128,Nr>=Wr&&(Nr-=Math.pow(2,8*Ir)),Nr},j.prototype.readInt8=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,1,this.length),this[Cr]&128?(255-this[Cr]+1)*-1:this[Cr]},j.prototype.readInt16LE=function(Cr,Ir){Cr=Cr>>>0,Ir||kr(Cr,2,this.length);var Dr=this[Cr]|this[Cr+1]<<8;return Dr&32768?Dr|4294901760:Dr},j.prototype.readInt16BE=function(Cr,Ir){Cr=Cr>>>0,Ir||kr(Cr,2,this.length);var Dr=this[Cr+1]|this[Cr]<<8;return Dr&32768?Dr|4294901760:Dr},j.prototype.readInt32LE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,4,this.length),this[Cr]|this[Cr+1]<<8|this[Cr+2]<<16|this[Cr+3]<<24},j.prototype.readInt32BE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,4,this.length),this[Cr]<<24|this[Cr+1]<<16|this[Cr+2]<<8|this[Cr+3]},j.prototype.readFloatLE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,4,this.length),y.read(this,Cr,!0,23,4)},j.prototype.readFloatBE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,4,this.length),y.read(this,Cr,!1,23,4)},j.prototype.readDoubleLE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,8,this.length),y.read(this,Cr,!0,52,8)},j.prototype.readDoubleBE=function(Cr,Ir){return Cr=Cr>>>0,Ir||kr(Cr,8,this.length),y.read(this,Cr,!1,52,8)};function xr(br,Cr,Ir,Dr,Kr,Wr){if(!j.isBuffer(br))throw new TypeError('"buffer" argument must be a Buffer instance');if(Cr>Kr||Crbr.length)throw new RangeError("Index out of range")}j.prototype.writeUintLE=j.prototype.writeUIntLE=function(Cr,Ir,Dr,Kr){if(Cr=+Cr,Ir=Ir>>>0,Dr=Dr>>>0,!Kr){var Wr=Math.pow(2,8*Dr)-1;xr(this,Cr,Ir,Dr,Wr,0)}var Nr=1,Fr=0;for(this[Ir]=Cr&255;++Fr>>0,Dr=Dr>>>0,!Kr){var Wr=Math.pow(2,8*Dr)-1;xr(this,Cr,Ir,Dr,Wr,0)}var Nr=Dr-1,Fr=1;for(this[Ir+Nr]=Cr&255;--Nr>=0&&(Fr*=256);)this[Ir+Nr]=Cr/Fr&255;return Ir+Dr},j.prototype.writeUint8=j.prototype.writeUInt8=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,1,255,0),this[Ir]=Cr&255,Ir+1},j.prototype.writeUint16LE=j.prototype.writeUInt16LE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,2,65535,0),this[Ir]=Cr&255,this[Ir+1]=Cr>>>8,Ir+2},j.prototype.writeUint16BE=j.prototype.writeUInt16BE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,2,65535,0),this[Ir]=Cr>>>8,this[Ir+1]=Cr&255,Ir+2},j.prototype.writeUint32LE=j.prototype.writeUInt32LE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,4,4294967295,0),this[Ir+3]=Cr>>>24,this[Ir+2]=Cr>>>16,this[Ir+1]=Cr>>>8,this[Ir]=Cr&255,Ir+4},j.prototype.writeUint32BE=j.prototype.writeUInt32BE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,4,4294967295,0),this[Ir]=Cr>>>24,this[Ir+1]=Cr>>>16,this[Ir+2]=Cr>>>8,this[Ir+3]=Cr&255,Ir+4},j.prototype.writeIntLE=function(Cr,Ir,Dr,Kr){if(Cr=+Cr,Ir=Ir>>>0,!Kr){var Wr=Math.pow(2,8*Dr-1);xr(this,Cr,Ir,Dr,Wr-1,-Wr)}var Nr=0,Fr=1,Qr=0;for(this[Ir]=Cr&255;++Nr>0)-Qr&255;return Ir+Dr},j.prototype.writeIntBE=function(Cr,Ir,Dr,Kr){if(Cr=+Cr,Ir=Ir>>>0,!Kr){var Wr=Math.pow(2,8*Dr-1);xr(this,Cr,Ir,Dr,Wr-1,-Wr)}var Nr=Dr-1,Fr=1,Qr=0;for(this[Ir+Nr]=Cr&255;--Nr>=0&&(Fr*=256);)Cr<0&&Qr===0&&this[Ir+Nr+1]!==0&&(Qr=1),this[Ir+Nr]=(Cr/Fr>>0)-Qr&255;return Ir+Dr},j.prototype.writeInt8=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,1,127,-128),Cr<0&&(Cr=255+Cr+1),this[Ir]=Cr&255,Ir+1},j.prototype.writeInt16LE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,2,32767,-32768),this[Ir]=Cr&255,this[Ir+1]=Cr>>>8,Ir+2},j.prototype.writeInt16BE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,2,32767,-32768),this[Ir]=Cr>>>8,this[Ir+1]=Cr&255,Ir+2},j.prototype.writeInt32LE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,4,2147483647,-2147483648),this[Ir]=Cr&255,this[Ir+1]=Cr>>>8,this[Ir+2]=Cr>>>16,this[Ir+3]=Cr>>>24,Ir+4},j.prototype.writeInt32BE=function(Cr,Ir,Dr){return Cr=+Cr,Ir=Ir>>>0,Dr||xr(this,Cr,Ir,4,2147483647,-2147483648),Cr<0&&(Cr=4294967295+Cr+1),this[Ir]=Cr>>>24,this[Ir+1]=Cr>>>16,this[Ir+2]=Cr>>>8,this[Ir+3]=Cr&255,Ir+4};function yr(br,Cr,Ir,Dr,Kr,Wr){if(Ir+Dr>br.length)throw new RangeError("Index out of range");if(Ir<0)throw new RangeError("Index out of range")}function vr(br,Cr,Ir,Dr,Kr){return Cr=+Cr,Ir=Ir>>>0,Kr||yr(br,Cr,Ir,4),y.write(br,Cr,Ir,Dr,23,4),Ir+4}j.prototype.writeFloatLE=function(Cr,Ir,Dr){return vr(this,Cr,Ir,!0,Dr)},j.prototype.writeFloatBE=function(Cr,Ir,Dr){return vr(this,Cr,Ir,!1,Dr)};function Rr(br,Cr,Ir,Dr,Kr){return Cr=+Cr,Ir=Ir>>>0,Kr||yr(br,Cr,Ir,8),y.write(br,Cr,Ir,Dr,52,8),Ir+8}j.prototype.writeDoubleLE=function(Cr,Ir,Dr){return Rr(this,Cr,Ir,!0,Dr)},j.prototype.writeDoubleBE=function(Cr,Ir,Dr){return Rr(this,Cr,Ir,!1,Dr)},j.prototype.copy=function(Cr,Ir,Dr,Kr){if(!j.isBuffer(Cr))throw new TypeError("argument should be a Buffer");if(Dr||(Dr=0),!Kr&&Kr!==0&&(Kr=this.length),Ir>=Cr.length&&(Ir=Cr.length),Ir||(Ir=0),Kr>0&&Kr=this.length)throw new RangeError("Index out of range");if(Kr<0)throw new RangeError("sourceEnd out of bounds");Kr>this.length&&(Kr=this.length),Cr.length-Ir>>0,Dr=Dr===void 0?this.length:Dr>>>0,Cr||(Cr=0);var Nr;if(typeof Cr=="number")for(Nr=Ir;Nr55295&&Ir<57344){if(!Kr){if(Ir>56319){(Cr-=3)>-1&&Wr.push(239,191,189);continue}else if(Nr+1===Dr){(Cr-=3)>-1&&Wr.push(239,191,189);continue}Kr=Ir;continue}if(Ir<56320){(Cr-=3)>-1&&Wr.push(239,191,189),Kr=Ir;continue}Ir=(Kr-55296<<10|Ir-56320)+65536}else Kr&&(Cr-=3)>-1&&Wr.push(239,191,189);if(Kr=null,Ir<128){if((Cr-=1)<0)break;Wr.push(Ir)}else if(Ir<2048){if((Cr-=2)<0)break;Wr.push(Ir>>6|192,Ir&63|128)}else if(Ir<65536){if((Cr-=3)<0)break;Wr.push(Ir>>12|224,Ir>>6&63|128,Ir&63|128)}else if(Ir<1114112){if((Cr-=4)<0)break;Wr.push(Ir>>18|240,Ir>>12&63|128,Ir>>6&63|128,Ir&63|128)}else throw new Error("Invalid code point")}return Wr}function jr(br){for(var Cr=[],Ir=0;Ir>8,Kr=Ir%256,Wr.push(Kr),Wr.push(Dr);return Wr}function Ur(br){return t.toByteArray(mr(br))}function zr(br,Cr,Ir,Dr){for(var Kr=0;Kr=Cr.length||Kr>=br.length);++Kr)Cr[Kr+Ir]=br[Kr];return Kr}function Sr(br,Cr){return br instanceof Cr||br!=null&&br.constructor!=null&&br.constructor.name!=null&&br.constructor.name===Cr.name}function Tr(br){return br!==br}var Mr=function(){for(var br="0123456789abcdef",Cr=new Array(256),Ir=0;Ir<16;++Ir)for(var Dr=Ir*16,Kr=0;Kr<16;++Kr)Cr[Dr+Kr]=br[Ir]+br[Kr];return Cr}()})(buffer);var util$5={},types={},shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},y=Symbol("test"),n=Object(y);if(typeof y=="string"||Object.prototype.toString.call(y)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var k=42;t[y]=k;for(y in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var L=Object.getOwnPropertySymbols(t);if(L.length!==1||L[0]!==y||!Object.prototype.propertyIsEnumerable.call(t,y))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var $=Object.getOwnPropertyDescriptor(t,y);if($.value!==k||$.enumerable!==!0)return!1}return!0},hasSymbols$2=shams$1,shams=function(){return hasSymbols$2()&&!!Symbol.toStringTag},esErrors=Error,_eval=EvalError,range$1=RangeError,ref=ReferenceError,syntax=SyntaxError,type=TypeError,uri=URIError,origSymbol=typeof Symbol<"u"&&Symbol,hasSymbolSham=shams$1,hasSymbols$1=function(){return typeof origSymbol!="function"||typeof Symbol!="function"||typeof origSymbol("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:hasSymbolSham()},test$1={__proto__:null,foo:{}},$Object=Object,hasProto$1=function(){return{__proto__:test$1}.foo===test$1.foo&&!(test$1 instanceof $Object)},ERROR_MESSAGE="Function.prototype.bind called on incompatible ",toStr$3=Object.prototype.toString,max=Math.max,funcType="[object Function]",concatty=function(t,y){for(var n=[],k=0;k"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){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=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"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-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(Dr){return Dr.call.bind(Dr)}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(Dr,Kr){if(typeof Dr!="object")return!1;try{return Kr(Dr),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=y,e.isTypedArray=k;function pe(Dr){return typeof Promise<"u"&&Dr instanceof Promise||Dr!==null&&typeof Dr=="object"&&typeof Dr.then=="function"&&typeof Dr.catch=="function"}e.isPromise=pe;function Ie(Dr){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(Dr):k(Dr)||yr(Dr)}e.isArrayBufferView=Ie;function _e(Dr){return n(Dr)==="Uint8Array"}e.isUint8Array=_e;function Ce(Dr){return n(Dr)==="Uint8ClampedArray"}e.isUint8ClampedArray=Ce;function he(Dr){return n(Dr)==="Uint16Array"}e.isUint16Array=he;function Ne(Dr){return n(Dr)==="Uint32Array"}e.isUint32Array=Ne;function Fe(Dr){return n(Dr)==="Int8Array"}e.isInt8Array=Fe;function Ue(Dr){return n(Dr)==="Int16Array"}e.isInt16Array=Ue;function kt(Dr){return n(Dr)==="Int32Array"}e.isInt32Array=kt;function Et(Dr){return n(Dr)==="Float32Array"}e.isFloat32Array=Et;function Ve(Dr){return n(Dr)==="Float64Array"}e.isFloat64Array=Ve;function qe(Dr){return n(Dr)==="BigInt64Array"}e.isBigInt64Array=qe;function jt(Dr){return n(Dr)==="BigUint64Array"}e.isBigUint64Array=jt;function tr(Dr){return V(Dr)==="[object Map]"}tr.working=typeof Map<"u"&&tr(new Map);function rr(Dr){return typeof Map>"u"?!1:tr.working?tr(Dr):Dr instanceof Map}e.isMap=rr;function ar(Dr){return V(Dr)==="[object Set]"}ar.working=typeof Set<"u"&&ar(new Set);function nr(Dr){return typeof Set>"u"?!1:ar.working?ar(Dr):Dr instanceof Set}e.isSet=nr;function ur(Dr){return V(Dr)==="[object WeakMap]"}ur.working=typeof WeakMap<"u"&&ur(new WeakMap);function cr(Dr){return typeof WeakMap>"u"?!1:ur.working?ur(Dr):Dr instanceof WeakMap}e.isWeakMap=cr;function _r(Dr){return V(Dr)==="[object WeakSet]"}_r.working=typeof WeakSet<"u"&&_r(new WeakSet);function hr(Dr){return _r(Dr)}e.isWeakSet=hr;function Er(Dr){return V(Dr)==="[object ArrayBuffer]"}Er.working=typeof ArrayBuffer<"u"&&Er(new ArrayBuffer);function kr(Dr){return typeof ArrayBuffer>"u"?!1:Er.working?Er(Dr):Dr instanceof ArrayBuffer}e.isArrayBuffer=kr;function xr(Dr){return V(Dr)==="[object DataView]"}xr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&xr(new DataView(new ArrayBuffer(1),0,1));function yr(Dr){return typeof DataView>"u"?!1:xr.working?xr(Dr):Dr instanceof DataView}e.isDataView=yr;var vr=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Rr(Dr){return V(Dr)==="[object SharedArrayBuffer]"}function Br(Dr){return typeof vr>"u"?!1:(typeof Rr.working>"u"&&(Rr.working=Rr(new vr)),Rr.working?Rr(Dr):Dr instanceof vr)}e.isSharedArrayBuffer=Br;function mr(Dr){return V(Dr)==="[object AsyncFunction]"}e.isAsyncFunction=mr;function gr(Dr){return V(Dr)==="[object Map Iterator]"}e.isMapIterator=gr;function jr(Dr){return V(Dr)==="[object Set Iterator]"}e.isSetIterator=jr;function Hr(Dr){return V(Dr)==="[object Generator]"}e.isGeneratorObject=Hr;function Ur(Dr){return V(Dr)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=Ur;function zr(Dr){return de(Dr,z)}e.isNumberObject=zr;function Sr(Dr){return de(Dr,re)}e.isStringObject=Sr;function Tr(Dr){return de(Dr,ie)}e.isBooleanObject=Tr;function Mr(Dr){return $&&de(Dr,oe)}e.isBigIntObject=Mr;function br(Dr){return j&&de(Dr,ue)}e.isSymbolObject=br;function Cr(Dr){return zr(Dr)||Sr(Dr)||Tr(Dr)||Mr(Dr)||br(Dr)}e.isBoxedPrimitive=Cr;function Ir(Dr){return typeof Uint8Array<"u"&&(kr(Dr)||Br(Dr))}e.isAnyArrayBuffer=Ir,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(Dr){Object.defineProperty(e,Dr,{enumerable:!1,value:function(){throw new Error(Dr+" 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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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(Rr){for(var Br=Object.keys(Rr),mr={},gr=0;gr=gr)return Ur;switch(Ur){case"%s":return String(mr[Br++]);case"%d":return Number(mr[Br++]);case"%j":try{return JSON.stringify(mr[Br++])}catch{return"[Circular]"}default:return Ur}}),Hr=mr[Br];Br"u")return function(){return e.deprecate(vr,Rr).apply(this,arguments)};var Br=!1;function mr(){if(!Br){if(t.throwDeprecation)throw new Error(Rr);t.traceDeprecation?console.trace(Rr):console.error(Rr),Br=!0}return vr.apply(this,arguments)}return mr};var L={},$=/^$/;if(y.NODE_DEBUG){var j=y.NODE_DEBUG;j=j.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),$=new RegExp("^"+j+"$","i")}e.debuglog=function(vr){if(vr=vr.toUpperCase(),!L[vr])if($.test(vr)){var Rr=t.pid;L[vr]=function(){var Br=e.format.apply(e,arguments);console.error("%s %d: %s",vr,Rr,Br)}}else L[vr]=function(){};return L[vr]};function V(vr,Rr){var Br={seen:[],stylize:re};return arguments.length>=3&&(Br.depth=arguments[2]),arguments.length>=4&&(Br.colors=arguments[3]),he(Rr)?Br.showHidden=Rr:Rr&&e._extend(Br,Rr),Ve(Br.showHidden)&&(Br.showHidden=!1),Ve(Br.depth)&&(Br.depth=2),Ve(Br.colors)&&(Br.colors=!1),Ve(Br.customInspect)&&(Br.customInspect=!0),Br.colors&&(Br.stylize=z),oe(Br,vr,Br.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,Rr){var Br=V.styles[Rr];return Br?"\x1B["+V.colors[Br][0]+"m"+vr+"\x1B["+V.colors[Br][1]+"m":vr}function re(vr,Rr){return vr}function ie(vr){var Rr={};return vr.forEach(function(Br,mr){Rr[Br]=!0}),Rr}function oe(vr,Rr,Br){if(vr.customInspect&&Rr&&ar(Rr.inspect)&&Rr.inspect!==e.inspect&&!(Rr.constructor&&Rr.constructor.prototype===Rr)){var mr=Rr.inspect(Br,vr);return kt(mr)||(mr=oe(vr,mr,Br)),mr}var gr=ue(vr,Rr);if(gr)return gr;var jr=Object.keys(Rr),Hr=ie(jr);if(vr.showHidden&&(jr=Object.getOwnPropertyNames(Rr)),rr(Rr)&&(jr.indexOf("message")>=0||jr.indexOf("description")>=0))return de(Rr);if(jr.length===0){if(ar(Rr)){var Ur=Rr.name?": "+Rr.name:"";return vr.stylize("[Function"+Ur+"]","special")}if(qe(Rr))return vr.stylize(RegExp.prototype.toString.call(Rr),"regexp");if(tr(Rr))return vr.stylize(Date.prototype.toString.call(Rr),"date");if(rr(Rr))return de(Rr)}var zr="",Sr=!1,Tr=["{","}"];if(Ce(Rr)&&(Sr=!0,Tr=["[","]"]),ar(Rr)){var Mr=Rr.name?": "+Rr.name:"";zr=" [Function"+Mr+"]"}if(qe(Rr)&&(zr=" "+RegExp.prototype.toString.call(Rr)),tr(Rr)&&(zr=" "+Date.prototype.toUTCString.call(Rr)),rr(Rr)&&(zr=" "+de(Rr)),jr.length===0&&(!Sr||Rr.length==0))return Tr[0]+zr+Tr[1];if(Br<0)return qe(Rr)?vr.stylize(RegExp.prototype.toString.call(Rr),"regexp"):vr.stylize("[Object]","special");vr.seen.push(Rr);var br;return Sr?br=pe(vr,Rr,Br,Hr,jr):br=jr.map(function(Cr){return Ie(vr,Rr,Br,Hr,Cr,Sr)}),vr.seen.pop(),_e(br,zr,Tr)}function ue(vr,Rr){if(Ve(Rr))return vr.stylize("undefined","undefined");if(kt(Rr)){var Br="'"+JSON.stringify(Rr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return vr.stylize(Br,"string")}if(Ue(Rr))return vr.stylize(""+Rr,"number");if(he(Rr))return vr.stylize(""+Rr,"boolean");if(Ne(Rr))return vr.stylize("null","null")}function de(vr){return"["+Error.prototype.toString.call(vr)+"]"}function pe(vr,Rr,Br,mr,gr){for(var jr=[],Hr=0,Ur=Rr.length;Hr-1&&(jr?Ur=Ur.split(` +`).map(function(Sr){return" "+Sr}).join(` +`).slice(2):Ur=` +`+Ur.split(` +`).map(function(Sr){return" "+Sr}).join(` +`))):Ur=vr.stylize("[Circular]","special")),Ve(Hr)){if(jr&&gr.match(/^\d+$/))return Ur;Hr=JSON.stringify(""+gr),Hr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Hr=Hr.slice(1,-1),Hr=vr.stylize(Hr,"name")):(Hr=Hr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Hr=vr.stylize(Hr,"string"))}return Hr+": "+Ur}function _e(vr,Rr,Br){var mr=vr.reduce(function(gr,jr){return jr.indexOf(` +`)>=0,gr+jr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return mr>60?Br[0]+(Rr===""?"":Rr+` + `)+" "+vr.join(`, + `)+" "+Br[1]:Br[0]+Rr+" "+vr.join(", ")+" "+Br[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 Ue(vr){return typeof vr=="number"}e.isNumber=Ue;function kt(vr){return typeof vr=="string"}e.isString=kt;function Et(vr){return typeof vr=="symbol"}e.isSymbol=Et;function Ve(vr){return vr===void 0}e.isUndefined=Ve;function qe(vr){return jt(vr)&&ur(vr)==="[object RegExp]"}e.isRegExp=qe,e.types.isRegExp=qe;function jt(vr){return typeof vr=="object"&&vr!==null}e.isObject=jt;function tr(vr){return jt(vr)&&ur(vr)==="[object Date]"}e.isDate=tr,e.types.isDate=tr;function rr(vr){return jt(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 _r=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function hr(){var vr=new Date,Rr=[cr(vr.getHours()),cr(vr.getMinutes()),cr(vr.getSeconds())].join(":");return[vr.getDate(),_r[vr.getMonth()],Rr].join(" ")}e.log=function(){console.log("%s - %s",hr(),e.format.apply(e,arguments))},e.inherits=inherits_browserExports,e._extend=function(vr,Rr){if(!Rr||!jt(Rr))return vr;for(var Br=Object.keys(Rr),mr=Br.length;mr--;)vr[Br[mr]]=Rr[Br[mr]];return vr};function Er(vr,Rr){return Object.prototype.hasOwnProperty.call(vr,Rr)}var kr=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function(Rr){if(typeof Rr!="function")throw new TypeError('The "original" argument must be of type Function');if(kr&&Rr[kr]){var Br=Rr[kr];if(typeof Br!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Br,kr,{value:Br,enumerable:!1,writable:!1,configurable:!0}),Br}function Br(){for(var mr,gr,jr=new Promise(function(zr,Sr){mr=zr,gr=Sr}),Hr=[],Ur=0;Ur0?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 IeNe.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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};_stream_writable=Ve;function t(mr){var gr=this;this.next=null,this.entry=null,this.finish=function(){Br(gr,mr)}}var y;Ve.WritableState=kt;var n={deprecate:browser},k=streamBrowser,L=buffer.Buffer,$=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function j(mr){return L.from(mr)}function V(mr){return L.isBuffer(mr)||mr instanceof $}var z=destroy_1,re=state,ie=re.getHighWaterMark,oe=errorsBrowser.codes,ue=oe.ERR_INVALID_ARG_TYPE,de=oe.ERR_METHOD_NOT_IMPLEMENTED,pe=oe.ERR_MULTIPLE_CALLBACK,Ie=oe.ERR_STREAM_CANNOT_PIPE,_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(Ve,k);function Ue(){}function kt(mr,gr,jr){y=y||require_stream_duplex(),mr=mr||{},typeof jr!="boolean"&&(jr=gr instanceof y),this.objectMode=!!mr.objectMode,jr&&(this.objectMode=this.objectMode||!!mr.writableObjectMode),this.highWaterMark=ie(this,mr,"writableHighWaterMark",jr),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Hr=mr.decodeStrings===!1;this.decodeStrings=!Hr,this.defaultEncoding=mr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Ur){cr(gr,Ur)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=mr.emitClose!==!1,this.autoDestroy=!!mr.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new t(this)}kt.prototype.getBuffer=function(){for(var gr=this.bufferedRequest,jr=[];gr;)jr.push(gr),gr=gr.next;return jr},function(){try{Object.defineProperty(kt.prototype,"buffer",{get:n.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var Et;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Et=Function.prototype[Symbol.hasInstance],Object.defineProperty(Ve,Symbol.hasInstance,{value:function(gr){return Et.call(this,gr)?!0:this!==Ve?!1:gr&&gr._writableState instanceof kt}})):Et=function(gr){return gr instanceof this};function Ve(mr){y=y||require_stream_duplex();var gr=this instanceof y;if(!gr&&!Et.call(Ve,this))return new Ve(mr);this._writableState=new kt(mr,this,gr),this.writable=!0,mr&&(typeof mr.write=="function"&&(this._write=mr.write),typeof mr.writev=="function"&&(this._writev=mr.writev),typeof mr.destroy=="function"&&(this._destroy=mr.destroy),typeof mr.final=="function"&&(this._final=mr.final)),k.call(this)}Ve.prototype.pipe=function(){Fe(this,new Ie)};function qe(mr,gr){var jr=new he;Fe(mr,jr),e.nextTick(gr,jr)}function jt(mr,gr,jr,Hr){var Ur;return jr===null?Ur=new Ce:typeof jr!="string"&&!gr.objectMode&&(Ur=new ue("chunk",["string","Buffer"],jr)),Ur?(Fe(mr,Ur),e.nextTick(Hr,Ur),!1):!0}Ve.prototype.write=function(mr,gr,jr){var Hr=this._writableState,Ur=!1,zr=!Hr.objectMode&&V(mr);return zr&&!L.isBuffer(mr)&&(mr=j(mr)),typeof gr=="function"&&(jr=gr,gr=null),zr?gr="buffer":gr||(gr=Hr.defaultEncoding),typeof jr!="function"&&(jr=Ue),Hr.ending?qe(this,jr):(zr||jt(this,Hr,mr,jr))&&(Hr.pendingcb++,Ur=rr(this,Hr,zr,mr,gr,jr)),Ur},Ve.prototype.cork=function(){this._writableState.corked++},Ve.prototype.uncork=function(){var mr=this._writableState;mr.corked&&(mr.corked--,!mr.writing&&!mr.corked&&!mr.bufferProcessing&&mr.bufferedRequest&&Er(this,mr))},Ve.prototype.setDefaultEncoding=function(gr){if(typeof gr=="string"&&(gr=gr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((gr+"").toLowerCase())>-1))throw new Ne(gr);return this._writableState.defaultEncoding=gr,this},Object.defineProperty(Ve.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function tr(mr,gr,jr){return!mr.objectMode&&mr.decodeStrings!==!1&&typeof gr=="string"&&(gr=L.from(gr,jr)),gr}Object.defineProperty(Ve.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function rr(mr,gr,jr,Hr,Ur,zr){if(!jr){var Sr=tr(gr,Hr,Ur);Hr!==Sr&&(jr=!0,Ur="buffer",Hr=Sr)}var Tr=gr.objectMode?1:Hr.length;gr.length+=Tr;var Mr=gr.length */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=0?(Fe>0&&(_e.lastNeed=Fe-1),Fe):--Ne=0?(Fe>0&&(_e.lastNeed=Fe-2),Fe):--Ne=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,"�";if(_e.lastNeed>1&&Ce.length>1){if((Ce[1]&192)!==128)return _e.lastNeed=1,"�";if(_e.lastNeed>2&&Ce.length>2&&(Ce[2]&192)!==128)return _e.lastNeed=2,"�"}}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+"�":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;k0)if(typeof Sr!="string"&&!Cr.objectMode&&Object.getPrototypeOf(Sr)!==k.prototype&&(Sr=$(Sr)),Mr)Cr.endEmitted?Ue(zr,new Ce):tr(zr,Cr,Sr,!0);else if(Cr.ended)Ue(zr,new Ie);else{if(Cr.destroyed)return!1;Cr.reading=!1,Cr.decoder&&!Tr?(Sr=Cr.decoder.write(Sr),Cr.objectMode||Sr.length!==0?tr(zr,Cr,Sr,!1):Er(zr,Cr)):tr(zr,Cr,Sr,!1)}else Mr||(Cr.reading=!1,Er(zr,Cr))}return!Cr.ended&&(Cr.length=ar?zr=ar:(zr--,zr|=zr>>>1,zr|=zr>>>2,zr|=zr>>>4,zr|=zr>>>8,zr|=zr>>>16,zr++),zr}function ur(zr,Sr){return zr<=0||Sr.length===0&&Sr.ended?0:Sr.objectMode?1:zr!==zr?Sr.flowing&&Sr.length?Sr.buffer.head.data.length:Sr.length:(zr>Sr.highWaterMark&&(Sr.highWaterMark=nr(zr)),zr<=Sr.length?zr:Sr.ended?Sr.length:(Sr.needReadable=!0,0))}qe.prototype.read=function(zr){z("read",zr),zr=parseInt(zr,10);var Sr=this._readableState,Tr=zr;if(zr!==0&&(Sr.emittedReadable=!1),zr===0&&Sr.needReadable&&((Sr.highWaterMark!==0?Sr.length>=Sr.highWaterMark:Sr.length>0)||Sr.ended))return z("read: emitReadable",Sr.length,Sr.ended),Sr.length===0&&Sr.ended?jr(this):_r(this),null;if(zr=ur(zr,Sr),zr===0&&Sr.ended)return Sr.length===0&&jr(this),null;var Mr=Sr.needReadable;z("need readable",Mr),(Sr.length===0||Sr.length-zr0?br=gr(zr,Sr):br=null,br===null?(Sr.needReadable=Sr.length<=Sr.highWaterMark,zr=0):(Sr.length-=zr,Sr.awaitDrain=0),Sr.length===0&&(Sr.ended||(Sr.needReadable=!0),Tr!==zr&&Sr.ended&&jr(this)),br!==null&&this.emit("data",br),br};function cr(zr,Sr){if(z("onEofChunk"),!Sr.ended){if(Sr.decoder){var Tr=Sr.decoder.end();Tr&&Tr.length&&(Sr.buffer.push(Tr),Sr.length+=Sr.objectMode?1:Tr.length)}Sr.ended=!0,Sr.sync?_r(zr):(Sr.needReadable=!1,Sr.emittedReadable||(Sr.emittedReadable=!0,hr(zr)))}}function _r(zr){var Sr=zr._readableState;z("emitReadable",Sr.needReadable,Sr.emittedReadable),Sr.needReadable=!1,Sr.emittedReadable||(z("emitReadable",Sr.flowing),Sr.emittedReadable=!0,e.nextTick(hr,zr))}function hr(zr){var Sr=zr._readableState;z("emitReadable_",Sr.destroyed,Sr.length,Sr.ended),!Sr.destroyed&&(Sr.length||Sr.ended)&&(zr.emit("readable"),Sr.emittedReadable=!1),Sr.needReadable=!Sr.flowing&&!Sr.ended&&Sr.length<=Sr.highWaterMark,mr(zr)}function Er(zr,Sr){Sr.readingMore||(Sr.readingMore=!0,e.nextTick(kr,zr,Sr))}function kr(zr,Sr){for(;!Sr.reading&&!Sr.ended&&(Sr.length1&&Ur(Mr.pipes,zr)!==-1)&&!Wr&&(z("false write response, pause",Mr.awaitDrain),Mr.awaitDrain++),Tr.pause())}function Qr(Go){z("onerror",Go),Wa(),zr.removeListener("error",Qr),y(zr,"error")===0&&Ue(zr,Go)}Et(zr,"error",Qr);function ca(){zr.removeListener("finish",Po),Wa()}zr.once("close",ca);function Po(){z("onfinish"),zr.removeListener("close",ca),Wa()}zr.once("finish",Po);function Wa(){z("unpipe"),Tr.unpipe(zr)}return zr.emit("pipe",Tr),Mr.flowing||(z("pipe resume"),Tr.resume()),zr};function xr(zr){return function(){var Tr=zr._readableState;z("pipeOnDrain",Tr.awaitDrain),Tr.awaitDrain&&Tr.awaitDrain--,Tr.awaitDrain===0&&y(zr,"data")&&(Tr.flowing=!0,mr(zr))}}qe.prototype.unpipe=function(zr){var Sr=this._readableState,Tr={hasUnpiped:!1};if(Sr.pipesCount===0)return this;if(Sr.pipesCount===1)return zr&&zr!==Sr.pipes?this:(zr||(zr=Sr.pipes),Sr.pipes=null,Sr.pipesCount=0,Sr.flowing=!1,zr&&zr.emit("unpipe",this,Tr),this);if(!zr){var Mr=Sr.pipes,br=Sr.pipesCount;Sr.pipes=null,Sr.pipesCount=0,Sr.flowing=!1;for(var Cr=0;Cr0,Mr.flowing!==!1&&this.resume()):zr==="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?_r(this):Mr.reading||e.nextTick(vr,this)),Tr},qe.prototype.addListener=qe.prototype.on,qe.prototype.removeListener=function(zr,Sr){var Tr=n.prototype.removeListener.call(this,zr,Sr);return zr==="readable"&&e.nextTick(yr,this),Tr},qe.prototype.removeAllListeners=function(zr){var Sr=n.prototype.removeAllListeners.apply(this,arguments);return(zr==="readable"||zr===void 0)&&e.nextTick(yr,this),Sr};function yr(zr){var Sr=zr._readableState;Sr.readableListening=zr.listenerCount("readable")>0,Sr.resumeScheduled&&!Sr.paused?Sr.flowing=!0:zr.listenerCount("data")>0&&zr.resume()}function vr(zr){z("readable nexttick read 0"),zr.read(0)}qe.prototype.resume=function(){var zr=this._readableState;return zr.flowing||(z("resume"),zr.flowing=!zr.readableListening,Rr(this,zr)),zr.paused=!1,this};function Rr(zr,Sr){Sr.resumeScheduled||(Sr.resumeScheduled=!0,e.nextTick(Br,zr,Sr))}function Br(zr,Sr){z("resume",Sr.reading),Sr.reading||zr.read(0),Sr.resumeScheduled=!1,zr.emit("resume"),mr(zr),Sr.flowing&&!Sr.reading&&zr.read(0)}qe.prototype.pause=function(){return z("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(z("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function mr(zr){var Sr=zr._readableState;for(z("flow",Sr.flowing);Sr.flowing&&zr.read()!==null;);}qe.prototype.wrap=function(zr){var Sr=this,Tr=this._readableState,Mr=!1;zr.on("end",function(){if(z("wrapped end"),Tr.decoder&&!Tr.ended){var Ir=Tr.decoder.end();Ir&&Ir.length&&Sr.push(Ir)}Sr.push(null)}),zr.on("data",function(Ir){if(z("wrapped data"),Tr.decoder&&(Ir=Tr.decoder.write(Ir)),!(Tr.objectMode&&Ir==null)&&!(!Tr.objectMode&&(!Ir||!Ir.length))){var Dr=Sr.push(Ir);Dr||(Mr=!0,zr.pause())}});for(var br in zr)this[br]===void 0&&typeof zr[br]=="function"&&(this[br]=function(Dr){return function(){return zr[Dr].apply(zr,arguments)}}(br));for(var Cr=0;Cr=Sr.length?(Sr.decoder?Tr=Sr.buffer.join(""):Sr.buffer.length===1?Tr=Sr.buffer.first():Tr=Sr.buffer.concat(Sr.length),Sr.buffer.clear()):Tr=Sr.buffer.consume(zr,Sr.decoder),Tr}function jr(zr){var Sr=zr._readableState;z("endReadable",Sr.endEmitted),Sr.endEmitted||(Sr.ended=!0,e.nextTick(Hr,Sr,zr))}function Hr(zr,Sr){if(z("endReadableNT",zr.endEmitted,zr.length),!zr.endEmitted&&zr.length===0&&(zr.endEmitted=!0,Sr.readable=!1,Sr.emit("end"),zr.autoDestroy)){var Tr=Sr._writableState;(!Tr||Tr.autoDestroy&&Tr.finished)&&Sr.destroy()}}typeof Symbol=="function"&&(qe.from=function(zr,Sr){return Fe===void 0&&(Fe=requireFromBrowser()),Fe(qe,zr,Sr)});function Ur(zr,Sr){for(var Tr=0,Mr=zr.length;Tr0;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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};function apply(e,...t){return(...y)=>e(...t,...y)}function initialParams(e){return function(...t){var y=t.pop();return e.call(this,t,y)}}var hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,hasSetImmediate=typeof setImmediate=="function"&&setImmediate,hasNextTick=typeof define_process_default$6=="object"&&typeof define_process_default$6.nextTick=="function";function fallback(e){setTimeout(e,0)}function wrap(e){return(t,...y)=>e(()=>t(...y))}var _defer$1;hasQueueMicrotask?_defer$1=queueMicrotask:hasSetImmediate?_defer$1=setImmediate:hasNextTick?_defer$1=define_process_default$6.nextTick:_defer$1=fallback;var setImmediate$1$1=wrap(_defer$1);function asyncify(e){return isAsync(e)?function(...t){const y=t.pop(),n=e.apply(this,t);return handlePromise(n,y)}:initialParams(function(t,y){var n;try{n=e.apply(this,t)}catch(k){return y(k)}if(n&&typeof n.then=="function")return handlePromise(n,y);y(null,n)})}function handlePromise(e,t){return e.then(y=>{invokeCallback(t,null,y)},y=>{invokeCallback(t,y&&(y instanceof Error||y.message)?y:new Error(y))})}function invokeCallback(e,t,y){try{e(t,y)}catch(n){setImmediate$1$1(k=>{throw k},n)}}function isAsync(e){return e[Symbol.toStringTag]==="AsyncFunction"}function isAsyncGenerator(e){return e[Symbol.toStringTag]==="AsyncGenerator"}function isAsyncIterable(e){return typeof e[Symbol.asyncIterator]=="function"}function wrapAsync(e){if(typeof e!="function")throw new Error("expected a function");return isAsync(e)?asyncify(e):e}function awaitify(e,t){if(t||(t=e.length),!t)throw new Error("arity is undefined");function y(...n){return typeof n[t-1]=="function"?e.apply(this,n):new Promise((k,L)=>{n[t-1]=($,...j)=>{if($)return L($);k(j.length>1?j:j[0])},e.apply(this,n)})}return y}function applyEach$1(e){return function(y,...n){return awaitify(function(L){var $=this;return e(y,(j,V)=>{wrapAsync(j).apply($,n.concat(V))},L)})}}function _asyncMap(e,t,y,n){t=t||[];var k=[],L=0,$=wrapAsync(y);return e(t,(j,V,z)=>{var re=L++;$(j,(ie,oe)=>{k[re]=oe,z(ie)})},j=>{n(j,k)})}function isArrayLike(e){return e&&typeof e.length=="number"&&e.length>=0&&e.length%1===0}const breakLoop={};var breakLoop$1=breakLoop;function once(e){function t(...y){if(e!==null){var n=e;e=null,n.apply(this,y)}}return Object.assign(t,e),t}function getIterator(e){return e[Symbol.iterator]&&e[Symbol.iterator]()}function createArrayIterator(e){var t=-1,y=e.length;return function(){return++t=t||$||k||($=!0,e.next().then(({value:oe,done:ue})=>{if(!(L||k)){if($=!1,ue){k=!0,j<=0&&n(null);return}j++,y(oe,V,re),V++,z()}}).catch(ie))}function re(oe,ue){if(j-=1,!L){if(oe)return ie(oe);if(oe===!1){k=!0,L=!0;return}if(ue===breakLoop$1||k&&j<=0)return k=!0,n(null);z()}}function ie(oe){L||($=!1,k=!0,n(oe))}z()}var eachOfLimit$2=e=>(t,y,n)=>{if(n=once(n),e<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!t)return n(null);if(isAsyncGenerator(t))return asyncEachOfLimit(t,e,y,n);if(isAsyncIterable(t))return asyncEachOfLimit(t[Symbol.asyncIterator](),e,y,n);var k=createIterator(t),L=!1,$=!1,j=0,V=!1;function z(ie,oe){if(!$)if(j-=1,ie)L=!0,n(ie);else if(ie===!1)L=!0,$=!0;else{if(oe===breakLoop$1||L&&j<=0)return L=!0,n(null);V||re()}}function re(){for(V=!0;j1?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),Ue=Fe.length;if(Ue===0){oe(he,Ne),re.push(he);return}ie[he]=Ue,Fe.forEach(kt=>{if(!e[kt])throw new Error("async.auto task `"+he+"` has a non-existent dependency `"+kt+"` in "+Fe.join(", "));de(kt,()=>{Ue--,Ue===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&&LFe()),ue()}function Ie(he,Ne){if(!j){var Fe=onlyOnce((kt,...Et)=>{if(L--,kt===!1){$=!0;return}if(Et.length<2&&([Et]=Et),kt){var Ve={};if(Object.keys(k).forEach(qe=>{Ve[qe]=k[qe]}),Ve[he]=Et,j=!0,V=Object.create(null),$)return;y(kt,Ve)}else k[he]=Et,pe(he)});L++;var Ue=wrapAsync(Ne[Ne.length-1]);Ne.length>1?Ue(k,Fe):Ue(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 Ue=e[Fe];Array.isArray(Ue)&&Ue.indexOf(he)>=0&&Ne.push(Fe)}),Ne}return y[PROMISE_SYMBOL]}var FN_ARGS=/^(?:async\s+)?(?:function)?\s*\w*\s*\(\s*([^)]+)\s*\)(?:\s*{)/,ARROW_FN_ARGS=/^(?:async\s+)?\(?\s*([^)=]+)\s*\)?(?:\s*=>)/,FN_ARG_SPLIT=/,/,FN_ARG=/(=.+)?(\s*)$/;function stripComments(e){let t="",y=0,n=e.indexOf("*/");for(;y$.replace(FN_ARG,"").trim())}function autoInject(e,t){var y={};return Object.keys(e).forEach(n=>{var $=e[n],k,L=isAsync($),j=!L&&$.length===1||L&&$.length===0;if(Array.isArray($))k=[...$],$=k.pop(),y[n]=k.concat(k.length>0?V:$);else if(j)y[n]=$;else{if(k=parseParams($),$.length===0&&!L&&k.length===0)throw new Error("autoInject task functions require explicit parameters.");L||k.pop(),y[n]=k.concat(V)}function V(z,re){var oe=k.map(ue=>z[ue]);oe.push(re),wrapAsync($)(...oe)}}),auto(y,t)}class DLL{constructor(){this.head=this.tail=null,this.length=0}removeLink(t){return t.prev?t.prev.next=t.next:this.head=t.next,t.next?t.next.prev=t.prev:this.tail=t.prev,t.prev=t.next=null,this.length-=1,t}empty(){for(;this.head;)this.shift();return this}insertAfter(t,y){y.prev=t,y.next=t.next,t.next?t.next.prev=y:this.tail=y,t.next=y,this.length+=1}insertBefore(t,y){y.prev=t.prev,y.next=t,t.prev?t.prev.next=y:this.head=y,t.prev=y,this.length+=1}unshift(t){this.head?this.insertBefore(this.head,t):setInitial(this,t)}push(t){this.tail?this.insertAfter(this.tail,t):setInitial(this,t)}shift(){return this.head&&this.removeLink(this.head)}pop(){return this.tail&&this.removeLink(this.tail)}toArray(){return[...this]}*[Symbol.iterator](){for(var t=this.head;t;)yield t.data,t=t.next}remove(t){for(var y=this.head;y;){var{next:n}=y;t(y)&&this.removeLink(y),y=n}return this}}function setInitial(e,t){e.length=1,e.head=e.tail=t}function queue$1(e,t,y){if(t==null)t=1;else if(t===0)throw new RangeError("Concurrency must not be zero");var n=wrapAsync(e),$=0,k=[];const L={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function j(Ve,Fe){L[Ve].push(Fe)}function V(Ve,Fe){const qe=(...er)=>{z(Ve,qe),Fe(...er)};L[Ve].push(qe)}function z(Ve,Fe){if(!Ve)return Object.keys(L).forEach(qe=>L[qe]=[]);if(!Fe)return L[Ve]=[];L[Ve]=L[Ve].filter(qe=>qe!==Fe)}function re(Ve,...Fe){L[Ve].forEach(qe=>qe(...Fe))}var oe=!1;function ue(Ve,Fe,qe,er){if(er!=null&&typeof er!="function")throw new Error("task callback must be a function");$e.started=!0;var ir,dr;function cr(lr,...Et){if(lr)return qe?dr(lr):ir();if(Et.length<=1)return ir(Et[0]);ir(Et)}var nr=$e._createTaskItem(Ve,qe?cr:er||cr);if(Fe?$e._tasks.unshift(nr):$e._tasks.push(nr),oe||(oe=!0,setImmediate$1(()=>{oe=!1,$e.process()})),qe||!er)return new Promise((lr,Et)=>{ir=lr,dr=Et})}function de(Ve){return function(Fe,...qe){$-=1;for(var er=0,ir=Ve.length;er0&&k.splice(cr,1),dr.callback(Fe,...qe),Fe!=null&&re("error",Fe,dr.data)}$<=$e.concurrency-$e.buffer&&re("unsaturated"),$e.idle()&&re("drain"),$e.process()}}function _e(Ve){return Ve.length===0&&$e.idle()?(setImmediate$1(()=>re("drain")),!0):!1}const Ne=Ve=>Fe=>{if(!Fe)return new Promise((qe,er)=>{V(Ve,(ir,dr)=>{if(ir)return er(ir);qe(dr)})});z(Ve),j(Ve,Fe)};var Ue=!1,$e={_tasks:new DLL,_createTaskItem(Ve,Fe){return{data:Ve,callback:Fe}},*[Symbol.iterator](){yield*$e._tasks[Symbol.iterator]()},concurrency:t,payload:y,buffer:t/4,started:!1,paused:!1,push(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!1,!1,Fe)):ue(Ve,!1,!1,Fe)},pushAsync(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!1,!0,Fe)):ue(Ve,!1,!0,Fe)},kill(){z(),$e._tasks.empty()},unshift(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!0,!1,Fe)):ue(Ve,!0,!1,Fe)},unshiftAsync(Ve,Fe){return Array.isArray(Ve)?_e(Ve)?void 0:Ve.map(qe=>ue(qe,!0,!0,Fe)):ue(Ve,!0,!0,Fe)},remove(Ve){$e._tasks.remove(Ve)},process(){if(!Ue){for(Ue=!0;!$e.paused&&$<$e.concurrency&&$e._tasks.length;){var Ve=[],Fe=[],qe=$e._tasks.length;$e.payload&&(qe=Math.min(qe,$e.payload));for(var er=0;er{$(t,k,(V,z)=>{t=z,j(V)})},k=>n(k,t))}var reduce$1=awaitify(reduce,4);function seq(...e){var t=e.map(wrapAsync);return function(...y){var n=this,$=y[y.length-1];return typeof $=="function"?y.pop():$=promiseCallback(),reduce$1(t,y,(k,L,j)=>{L.apply(n,k.concat((V,...z)=>{j(V,z)}))},(k,L)=>$(k,...L)),$[PROMISE_SYMBOL]}}function compose(...e){return seq(...e.reverse())}function mapLimit(e,t,y,n){return _asyncMap(eachOfLimit$2(t),e,y,n)}var mapLimit$1=awaitify(mapLimit,4);function concatLimit(e,t,y,n){var $=wrapAsync(y);return mapLimit$1(e,t,(k,L)=>{$(k,(j,...V)=>j?L(j):L(j,V))},(k,L)=>{for(var j=[],V=0;V{var L=!1,j;const V=wrapAsync($);y(n,(z,re,oe)=>{V(z,(ue,de)=>{if(ue||ue===!1)return oe(ue);if(e(de)&&!j)return L=!0,j=t(!0,z),oe(null,breakLoop$1);oe()})},z=>{if(z)return k(z);k(null,L?j:t(!1))})}}function detect(e,t,y){return _createTester(n=>n,(n,$)=>$)(eachOf$1,e,t,y)}var detect$1=awaitify(detect,3);function detectLimit(e,t,y,n){return _createTester($=>$,($,k)=>k)(eachOfLimit$2(t),e,y,n)}var detectLimit$1=awaitify(detectLimit,4);function detectSeries(e,t,y){return _createTester(n=>n,(n,$)=>$)(eachOfLimit$2(1),e,t,y)}var detectSeries$1=awaitify(detectSeries,3);function consoleFunc(e){return(t,...y)=>wrapAsync(t)(...y,(n,...$)=>{typeof console=="object"&&(n?console.error&&console.error(n):console[e]&&$.forEach(k=>console[e](k)))})}var dir=consoleFunc("dir");function doWhilst(e,t,y){y=onlyOnce(y);var n=wrapAsync(e),$=wrapAsync(t),k;function L(V,...z){if(V)return y(V);V!==!1&&(k=z,$(...z,j))}function j(V,z){if(V)return y(V);if(V!==!1){if(!z)return y(null,...k);n(L)}}return j(null,!0)}var doWhilst$1=awaitify(doWhilst,3);function doUntil(e,t,y){const n=wrapAsync(t);return doWhilst$1(e,(...$)=>{const k=$.pop();n(...$,(L,j)=>k(L,!j))},y)}function _withoutIndex(e){return(t,y,n)=>e(t,n)}function eachLimit$2(e,t,y){return eachOf$1(e,_withoutIndex(wrapAsync(t)),y)}var each=awaitify(eachLimit$2,3);function eachLimit(e,t,y,n){return eachOfLimit$2(t)(e,_withoutIndex(wrapAsync(y)),n)}var eachLimit$1=awaitify(eachLimit,4);function eachSeries(e,t,y){return eachLimit$1(e,1,t,y)}var eachSeries$1=awaitify(eachSeries,3);function ensureAsync(e){return isAsync(e)?e:function(...t){var y=t.pop(),n=!0;t.push((...$)=>{n?setImmediate$1(()=>y(...$)):y(...$)}),e.apply(this,t),n=!1}}function every(e,t,y){return _createTester(n=>!n,n=>!n)(eachOf$1,e,t,y)}var every$1=awaitify(every,3);function everyLimit(e,t,y,n){return _createTester($=>!$,$=>!$)(eachOfLimit$2(t),e,y,n)}var everyLimit$1=awaitify(everyLimit,4);function everySeries(e,t,y){return _createTester(n=>!n,n=>!n)(eachOfSeries$1,e,t,y)}var everySeries$1=awaitify(everySeries,3);function filterArray(e,t,y,n){var $=new Array(t.length);e(t,(k,L,j)=>{y(k,(V,z)=>{$[L]=!!z,j(V)})},k=>{if(k)return n(k);for(var L=[],j=0;j{y(k,(V,z)=>{if(V)return j(V);z&&$.push({index:L,value:k}),j(V)})},k=>{if(k)return n(k);n(null,$.sort((L,j)=>L.index-j.index).map(L=>L.value))})}function _filter(e,t,y,n){var $=isArrayLike(t)?filterArray:filterGeneric;return $(e,t,wrapAsync(y),n)}function filter(e,t,y){return _filter(eachOf$1,e,t,y)}var filter$1=awaitify(filter,3);function filterLimit(e,t,y,n){return _filter(eachOfLimit$2(t),e,y,n)}var filterLimit$1=awaitify(filterLimit,4);function filterSeries(e,t,y){return _filter(eachOfSeries$1,e,t,y)}var filterSeries$1=awaitify(filterSeries,3);function forever(e,t){var y=onlyOnce(t),n=wrapAsync(ensureAsync(e));function $(k){if(k)return y(k);k!==!1&&n($)}return $()}var forever$1=awaitify(forever,2);function groupByLimit(e,t,y,n){var $=wrapAsync(y);return mapLimit$1(e,t,(k,L)=>{$(k,(j,V)=>j?L(j):L(j,{key:V,val:k}))},(k,L)=>{for(var j={},{hasOwnProperty:V}=Object.prototype,z=0;z{k(L,j,(z,re)=>{if(z)return V(z);$[j]=re,V(z)})},L=>n(L,$))}var mapValuesLimit$1=awaitify(mapValuesLimit,4);function mapValues(e,t,y){return mapValuesLimit$1(e,1/0,t,y)}function mapValuesSeries(e,t,y){return mapValuesLimit$1(e,1,t,y)}function memoize(e,t=y=>y){var y=Object.create(null),n=Object.create(null),$=wrapAsync(e),k=initialParams((L,j)=>{var V=t(...L);V in y?setImmediate$1(()=>j(null,...y[V])):V in n?n[V].push(j):(n[V]=[j],$(...L,(z,...re)=>{z||(y[V]=re);var oe=n[V];delete n[V];for(var ue=0,de=oe.length;ue{var n=isArrayLike(t)?[]:{};e(t,($,k,L)=>{wrapAsync($)((j,...V)=>{V.length<2&&([V]=V),n[k]=V,L(j)})},$=>y($,n))},3);function parallel(e,t){return _parallel(eachOf$1,e,t)}function parallelLimit(e,t,y){return _parallel(eachOfLimit$2(t),e,y)}function queue(e,t){var y=wrapAsync(e);return queue$1((n,$)=>{y(n[0],$)},t,1)}class Heap{constructor(){this.heap=[],this.pushCount=Number.MIN_SAFE_INTEGER}get length(){return this.heap.length}empty(){return this.heap=[],this}percUp(t){let y;for(;t>0&&smaller(this.heap[t],this.heap[y=parent(t)]);){let n=this.heap[t];this.heap[t]=this.heap[y],this.heap[y]=n,t=y}}percDown(t){let y;for(;(y=leftChi(t))=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({data:L,priority:j,callback:V});function k(L,j){return Array.isArray(L)?L.map(V=>({data:V,priority:j})):{data:L,priority:j}}return y.push=function(L,j=0,V){return n(k(L,j),V)},y.pushAsync=function(L,j=0,V){return $(k(L,j),V)},delete y.unshift,delete y.unshiftAsync,y}function race(e,t){if(t=once(t),!Array.isArray(e))return t(new TypeError("First argument to race must be an array of functions"));if(!e.length)return t();for(var y=0,n=e.length;y{let j={};if(k&&(j.error=k),L.length>0){var V=L;L.length<=1&&([V]=L),j.value=V}$(null,j)}),t.apply(this,n)})}function reflectAll(e){var t;return Array.isArray(e)?t=e.map(reflect):(t={},Object.keys(e).forEach(y=>{t[y]=reflect.call(this,e[y])})),t}function reject$2(e,t,y,n){const $=wrapAsync(y);return _filter(e,t,(k,L)=>{$(k,(j,V)=>{L(j,!V)})},n)}function reject(e,t,y){return reject$2(eachOf$1,e,t,y)}var reject$1=awaitify(reject,3);function rejectLimit(e,t,y,n){return reject$2(eachOfLimit$2(t),e,y,n)}var rejectLimit$1=awaitify(rejectLimit,4);function rejectSeries(e,t,y){return reject$2(eachOfSeries$1,e,t,y)}var rejectSeries$1=awaitify(rejectSeries,3);function constant(e){return function(){return e}}const DEFAULT_TIMES=5,DEFAULT_INTERVAL=0;function retry(e,t,y){var n={times:DEFAULT_TIMES,intervalFunc:constant(DEFAULT_INTERVAL)};if(arguments.length<3&&typeof e=="function"?(y=t||promiseCallback(),t=e):(parseTimes(n,e),y=y||promiseCallback()),typeof t!="function")throw new Error("Invalid arguments for async.retry");var $=wrapAsync(t),k=1;function L(){$((j,...V)=>{j!==!1&&(j&&k++{($.lengthn)(eachOf$1,e,t,y)}var some$1=awaitify(some,3);function someLimit(e,t,y,n){return _createTester(Boolean,$=>$)(eachOfLimit$2(t),e,y,n)}var someLimit$1=awaitify(someLimit,4);function someSeries(e,t,y){return _createTester(Boolean,n=>n)(eachOfSeries$1,e,t,y)}var someSeries$1=awaitify(someSeries,3);function sortBy(e,t,y){var n=wrapAsync(t);return map$1(e,(k,L)=>{n(k,(j,V)=>{if(j)return L(j);L(j,{value:k,criteria:V})})},(k,L)=>{if(k)return y(k);y(null,L.sort($).map(j=>j.value))});function $(k,L){var j=k.criteria,V=L.criteria;return jV?1:0}}var sortBy$1=awaitify(sortBy,3);function timeout(e,t,y){var n=wrapAsync(e);return initialParams(($,k)=>{var L=!1,j;function V(){var z=e.name||"anonymous",re=new Error('Callback function "'+z+'" timed out.');re.code="ETIMEDOUT",y&&(re.info=y),L=!0,k(re)}$.push((...z)=>{L||(k(...z),clearTimeout(j))}),j=setTimeout(V,t),n(...$)})}function range(e){for(var t=Array(e);e--;)t[e]=e;return t}function timesLimit(e,t,y,n){var $=wrapAsync(y);return mapLimit$1(range(e),t,$,n)}function times(e,t,y){return timesLimit(e,1/0,t,y)}function timesSeries(e,t,y){return timesLimit(e,1,t,y)}function transform(e,t,y,n){arguments.length<=3&&typeof t=="function"&&(n=y,y=t,t=Array.isArray(e)?[]:{}),n=once(n||promiseCallback());var $=wrapAsync(y);return eachOf$1(e,(k,L,j)=>{$(t,k,L,j)},k=>n(k,t)),n[PROMISE_SYMBOL]}function tryEach(e,t){var y=null,n;return eachSeries$1(e,($,k)=>{wrapAsync($)((L,...j)=>{if(L===!1)return k(L);j.length<2?[n]=j:n=j,y=L,k(L?null:{})})},()=>t(y,n))}var tryEach$1=awaitify(tryEach);function unmemoize(e){return(...t)=>(e.unmemoized||e)(...t)}function whilst(e,t,y){y=onlyOnce(y);var n=wrapAsync(t),$=wrapAsync(e),k=[];function L(V,...z){if(V)return y(V);k=z,V!==!1&&$(j)}function j(V,z){if(V)return y(V);if(V!==!1){if(!z)return y(null,...k);n(L)}}return $(j)}var whilst$1=awaitify(whilst,3);function until(e,t,y){const n=wrapAsync(e);return whilst$1($=>n((k,L)=>$(k,!L)),t,y)}function waterfall(e,t){if(t=once(t),!Array.isArray(e))return t(new Error("First argument to waterfall must be an array of functions"));if(!e.length)return t();var y=0;function n(k){var L=wrapAsync(e[y++]);L(...k,onlyOnce($))}function $(k,...L){if(k!==!1){if(k||y===e.length)return t(k,...L);n(L)}}n([])}var waterfall$1=awaitify(waterfall),index={apply,applyEach,applyEachSeries,asyncify,auto,autoInject,cargo:cargo$1,cargoQueue:cargo,compose,concat:concat$1,concatLimit:concatLimit$1,concatSeries:concatSeries$1,constant:constant$1,detect:detect$1,detectLimit:detectLimit$1,detectSeries:detectSeries$1,dir,doUntil,doWhilst:doWhilst$1,each,eachLimit:eachLimit$1,eachOf:eachOf$1,eachOfLimit:eachOfLimit$1,eachOfSeries:eachOfSeries$1,eachSeries:eachSeries$1,ensureAsync,every:every$1,everyLimit:everyLimit$1,everySeries:everySeries$1,filter:filter$1,filterLimit:filterLimit$1,filterSeries:filterSeries$1,forever:forever$1,groupBy,groupByLimit:groupByLimit$1,groupBySeries,log,map:map$1,mapLimit:mapLimit$1,mapSeries:mapSeries$1,mapValues,mapValuesLimit:mapValuesLimit$1,mapValuesSeries,memoize,nextTick:nextTick$2,parallel,parallelLimit,priorityQueue,queue,race:race$1,reduce:reduce$1,reduceRight,reflect,reflectAll,reject:reject$1,rejectLimit:rejectLimit$1,rejectSeries:rejectSeries$1,retry,retryable,seq,series,setImmediate:setImmediate$1,some:some$1,someLimit:someLimit$1,someSeries:someSeries$1,sortBy:sortBy$1,timeout,times,timesLimit,timesSeries,transform,tryEach:tryEach$1,unmemoize,until,waterfall:waterfall$1,whilst:whilst$1,all:every$1,allLimit:everyLimit$1,allSeries:everySeries$1,any:some$1,anyLimit:someLimit$1,anySeries:someSeries$1,find:detect$1,findLimit:detectLimit$1,findSeries:detectSeries$1,flatMap:concat$1,flatMapLimit:concatLimit$1,flatMapSeries:concatSeries$1,forEach:each,forEachSeries:eachSeries$1,forEachLimit:eachLimit$1,forEachOf:eachOf$1,forEachOfSeries:eachOfSeries$1,forEachOfLimit:eachOfLimit$1,inject:reduce$1,foldl:reduce$1,foldr:reduceRight,select:filter$1,selectLimit:filterLimit$1,selectSeries:filterSeries$1,wrapSync:asyncify,during:whilst$1,doDuring:doWhilst$1};const async$1=Object.freeze(Object.defineProperty({__proto__:null,all:every$1,allLimit:everyLimit$1,allSeries:everySeries$1,any:some$1,anyLimit:someLimit$1,anySeries:someSeries$1,apply,applyEach,applyEachSeries,asyncify,auto,autoInject,cargo:cargo$1,cargoQueue:cargo,compose,concat:concat$1,concatLimit:concatLimit$1,concatSeries:concatSeries$1,constant:constant$1,default:index,detect:detect$1,detectLimit:detectLimit$1,detectSeries:detectSeries$1,dir,doDuring:doWhilst$1,doUntil,doWhilst:doWhilst$1,during:whilst$1,each,eachLimit:eachLimit$1,eachOf:eachOf$1,eachOfLimit:eachOfLimit$1,eachOfSeries:eachOfSeries$1,eachSeries:eachSeries$1,ensureAsync,every:every$1,everyLimit:everyLimit$1,everySeries:everySeries$1,filter:filter$1,filterLimit:filterLimit$1,filterSeries:filterSeries$1,find:detect$1,findLimit:detectLimit$1,findSeries:detectSeries$1,flatMap:concat$1,flatMapLimit:concatLimit$1,flatMapSeries:concatSeries$1,foldl:reduce$1,foldr:reduceRight,forEach:each,forEachLimit:eachLimit$1,forEachOf:eachOf$1,forEachOfLimit:eachOfLimit$1,forEachOfSeries:eachOfSeries$1,forEachSeries:eachSeries$1,forever:forever$1,groupBy,groupByLimit:groupByLimit$1,groupBySeries,inject:reduce$1,log,map:map$1,mapLimit:mapLimit$1,mapSeries:mapSeries$1,mapValues,mapValuesLimit:mapValuesLimit$1,mapValuesSeries,memoize,nextTick:nextTick$2,parallel,parallelLimit,priorityQueue,queue,race:race$1,reduce:reduce$1,reduceRight,reflect,reflectAll,reject:reject$1,rejectLimit:rejectLimit$1,rejectSeries:rejectSeries$1,retry,retryable,select:filter$1,selectLimit:filterLimit$1,selectSeries:filterSeries$1,seq,series,setImmediate:setImmediate$1,some:some$1,someLimit:someLimit$1,someSeries:someSeries$1,sortBy:sortBy$1,timeout,times,timesLimit,timesSeries,transform,tryEach:tryEach$1,unmemoize,until,waterfall:waterfall$1,whilst:whilst$1,wrapSync:asyncify},Symbol.toStringTag,{value:"Module"})),require$$7=getAugmentedNamespace(async$1);var queryString={},strictUriEncode=e=>encodeURIComponent(e).replace(/[!'()*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`),token="%[a-f0-9]{2}",singleMatcher=new RegExp("("+token+")|([^%]+?)","gi"),multiMatcher=new RegExp("("+token+")+","gi");function decodeComponents(e,t){try{return[decodeURIComponent(e.join(""))]}catch{}if(e.length===1)return e;t=t||1;var y=e.slice(0,t),n=e.slice(t);return Array.prototype.concat.call([],decodeComponents(y),decodeComponents(n))}function decode(e){try{return decodeURIComponent(e)}catch{for(var t=e.match(singleMatcher)||[],y=1;y{if(!(typeof e=="string"&&typeof t=="string"))throw new TypeError("Expected the arguments to be of type `string`");if(t==="")return[e];const y=e.indexOf(t);return y===-1?[e]:[e.slice(0,y),e.slice(y+t.length)]},filterObj=function(e,t){for(var y={},n=Object.keys(e),$=Array.isArray(t),k=0;kVe==null,L=Symbol("encodeFragmentIdentifier");function j(Ve){switch(Ve.arrayFormat){case"index":return Fe=>(qe,er)=>{const ir=qe.length;return er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,[re(Fe,Ve),"[",ir,"]"].join("")]:[...qe,[re(Fe,Ve),"[",re(ir,Ve),"]=",re(er,Ve)].join("")]};case"bracket":return Fe=>(qe,er)=>er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,[re(Fe,Ve),"[]"].join("")]:[...qe,[re(Fe,Ve),"[]=",re(er,Ve)].join("")];case"colon-list-separator":return Fe=>(qe,er)=>er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,[re(Fe,Ve),":list="].join("")]:[...qe,[re(Fe,Ve),":list=",re(er,Ve)].join("")];case"comma":case"separator":case"bracket-separator":{const Fe=Ve.arrayFormat==="bracket-separator"?"[]=":"=";return qe=>(er,ir)=>ir===void 0||Ve.skipNull&&ir===null||Ve.skipEmptyString&&ir===""?er:(ir=ir===null?"":ir,er.length===0?[[re(qe,Ve),Fe,re(ir,Ve)].join("")]:[[er,re(ir,Ve)].join(Ve.arrayFormatSeparator)])}default:return Fe=>(qe,er)=>er===void 0||Ve.skipNull&&er===null||Ve.skipEmptyString&&er===""?qe:er===null?[...qe,re(Fe,Ve)]:[...qe,[re(Fe,Ve),"=",re(er,Ve)].join("")]}}function V(Ve){let Fe;switch(Ve.arrayFormat){case"index":return(qe,er,ir)=>{if(Fe=/\[(\d*)\]$/.exec(qe),qe=qe.replace(/\[\d*\]$/,""),!Fe){ir[qe]=er;return}ir[qe]===void 0&&(ir[qe]={}),ir[qe][Fe[1]]=er};case"bracket":return(qe,er,ir)=>{if(Fe=/(\[\])$/.exec(qe),qe=qe.replace(/\[\]$/,""),!Fe){ir[qe]=er;return}if(ir[qe]===void 0){ir[qe]=[er];return}ir[qe]=[].concat(ir[qe],er)};case"colon-list-separator":return(qe,er,ir)=>{if(Fe=/(:list)$/.exec(qe),qe=qe.replace(/:list$/,""),!Fe){ir[qe]=er;return}if(ir[qe]===void 0){ir[qe]=[er];return}ir[qe]=[].concat(ir[qe],er)};case"comma":case"separator":return(qe,er,ir)=>{const dr=typeof er=="string"&&er.includes(Ve.arrayFormatSeparator),cr=typeof er=="string"&&!dr&&oe(er,Ve).includes(Ve.arrayFormatSeparator);er=cr?oe(er,Ve):er;const nr=dr||cr?er.split(Ve.arrayFormatSeparator).map(lr=>oe(lr,Ve)):er===null?er:oe(er,Ve);ir[qe]=nr};case"bracket-separator":return(qe,er,ir)=>{const dr=/(\[\])$/.test(qe);if(qe=qe.replace(/\[\]$/,""),!dr){ir[qe]=er&&oe(er,Ve);return}const cr=er===null?[]:er.split(Ve.arrayFormatSeparator).map(nr=>oe(nr,Ve));if(ir[qe]===void 0){ir[qe]=cr;return}ir[qe]=[].concat(ir[qe],cr)};default:return(qe,er,ir)=>{if(ir[qe]===void 0){ir[qe]=er;return}ir[qe]=[].concat(ir[qe],er)}}}function z(Ve){if(typeof Ve!="string"||Ve.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function re(Ve,Fe){return Fe.encode?Fe.strict?t(Ve):encodeURIComponent(Ve):Ve}function oe(Ve,Fe){return Fe.decode?y(Ve):Ve}function ue(Ve){return Array.isArray(Ve)?Ve.sort():typeof Ve=="object"?ue(Object.keys(Ve)).sort((Fe,qe)=>Number(Fe)-Number(qe)).map(Fe=>Ve[Fe]):Ve}function de(Ve){const Fe=Ve.indexOf("#");return Fe!==-1&&(Ve=Ve.slice(0,Fe)),Ve}function _e(Ve){let Fe="";const qe=Ve.indexOf("#");return qe!==-1&&(Fe=Ve.slice(qe)),Fe}function Ne(Ve){Ve=de(Ve);const Fe=Ve.indexOf("?");return Fe===-1?"":Ve.slice(Fe+1)}function Ue(Ve,Fe){return Fe.parseNumbers&&!Number.isNaN(Number(Ve))&&typeof Ve=="string"&&Ve.trim()!==""?Ve=Number(Ve):Fe.parseBooleans&&Ve!==null&&(Ve.toLowerCase()==="true"||Ve.toLowerCase()==="false")&&(Ve=Ve.toLowerCase()==="true"),Ve}function $e(Ve,Fe){Fe=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},Fe),z(Fe.arrayFormatSeparator);const qe=V(Fe),er=Object.create(null);if(typeof Ve!="string"||(Ve=Ve.trim().replace(/^[?#&]/,""),!Ve))return er;for(const ir of Ve.split("&")){if(ir==="")continue;let[dr,cr]=n(Fe.decode?ir.replace(/\+/g," "):ir,"=");cr=cr===void 0?null:["comma","separator","bracket-separator"].includes(Fe.arrayFormat)?cr:oe(cr,Fe),qe(oe(dr,Fe),cr,er)}for(const ir of Object.keys(er)){const dr=er[ir];if(typeof dr=="object"&&dr!==null)for(const cr of Object.keys(dr))dr[cr]=Ue(dr[cr],Fe);else er[ir]=Ue(dr,Fe)}return Fe.sort===!1?er:(Fe.sort===!0?Object.keys(er).sort():Object.keys(er).sort(Fe.sort)).reduce((ir,dr)=>{const cr=er[dr];return cr&&typeof cr=="object"&&!Array.isArray(cr)?ir[dr]=ue(cr):ir[dr]=cr,ir},Object.create(null))}e.extract=Ne,e.parse=$e,e.stringify=(Ve,Fe)=>{if(!Ve)return"";Fe=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},Fe),z(Fe.arrayFormatSeparator);const qe=cr=>Fe.skipNull&&k(Ve[cr])||Fe.skipEmptyString&&Ve[cr]==="",er=j(Fe),ir={};for(const cr of Object.keys(Ve))qe(cr)||(ir[cr]=Ve[cr]);const dr=Object.keys(ir);return Fe.sort!==!1&&dr.sort(Fe.sort),dr.map(cr=>{const nr=Ve[cr];return nr===void 0?"":nr===null?re(cr,Fe):Array.isArray(nr)?nr.length===0&&Fe.arrayFormat==="bracket-separator"?re(cr,Fe)+"[]":nr.reduce(er(cr),[]).join("&"):re(cr,Fe)+"="+re(nr,Fe)}).filter(cr=>cr.length>0).join("&")},e.parseUrl=(Ve,Fe)=>{Fe=Object.assign({decode:!0},Fe);const[qe,er]=n(Ve,"#");return Object.assign({url:qe.split("?")[0]||"",query:$e(Ne(Ve),Fe)},Fe&&Fe.parseFragmentIdentifier&&er?{fragmentIdentifier:oe(er,Fe)}:{})},e.stringifyUrl=(Ve,Fe)=>{Fe=Object.assign({encode:!0,strict:!0,[L]:!0},Fe);const qe=de(Ve.url).split("?")[0]||"",er=e.extract(Ve.url),ir=e.parse(er,{sort:!1}),dr=Object.assign(ir,Ve.query);let cr=e.stringify(dr,Fe);cr&&(cr=`?${cr}`);let nr=_e(Ve.url);return Ve.fragmentIdentifier&&(nr=`#${Fe[L]?re(Ve.fragmentIdentifier,Fe):Ve.fragmentIdentifier}`),`${qe}${cr}${nr}`},e.pick=(Ve,Fe,qe)=>{qe=Object.assign({parseFragmentIdentifier:!0,[L]:!1},qe);const{url:er,query:ir,fragmentIdentifier:dr}=e.parseUrl(Ve,qe);return e.stringifyUrl({url:er,query:$(ir,Fe),fragmentIdentifier:dr},qe)},e.exclude=(Ve,Fe,qe)=>{const er=Array.isArray(Fe)?ir=>!Fe.includes(ir):(ir,dr)=>!Fe(ir,dr);return e.pick(Ve,er,qe)}})(queryString);var define_process_default$9={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};function assertPath(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function normalizeStringPosix(e,t){for(var y="",n=0,$=-1,k=0,L,j=0;j<=e.length;++j){if(j2){var V=y.lastIndexOf("/");if(V!==y.length-1){V===-1?(y="",n=0):(y=y.slice(0,V),n=y.length-1-y.lastIndexOf("/")),$=j,k=0;continue}}else if(y.length===2||y.length===1){y="",n=0,$=j,k=0;continue}}t&&(y.length>0?y+="/..":y="..",n=2)}else y.length>0?y+="/"+e.slice($+1,j):y=e.slice($+1,j),n=j-$-1;$=j,k=0}else L===46&&k!==-1?++k:k=-1}return y}function _format(e,t){var y=t.dir||t.root,n=t.base||(t.name||"")+(t.ext||"");return y?y===t.root?y+n:y+e+n:n}var posix={resolve:function(){for(var t="",y=!1,n,$=arguments.length-1;$>=-1&&!y;$--){var k;$>=0?k=arguments[$]:(n===void 0&&(n=define_process_default$9.cwd()),k=n),assertPath(k),k.length!==0&&(t=k+"/"+t,y=k.charCodeAt(0)===47)}return t=normalizeStringPosix(t,!y),y?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(t){if(assertPath(t),t.length===0)return".";var y=t.charCodeAt(0)===47,n=t.charCodeAt(t.length-1)===47;return t=normalizeStringPosix(t,!y),t.length===0&&!y&&(t="."),t.length>0&&n&&(t+="/"),y?"/"+t:t},isAbsolute:function(t){return assertPath(t),t.length>0&&t.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var t,y=0;y0&&(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;nz){if(y.charCodeAt(L+oe)===47)return y.slice(L+oe+1);if(oe===0)return y.slice(L+oe)}else k>z&&(t.charCodeAt(n+oe)===47?re=oe:oe===0&&(re=0));break}var ue=t.charCodeAt(n+oe),de=y.charCodeAt(L+oe);if(ue!==de)break;ue===47&&(re=oe)}var _e="";for(oe=n+re+1;oe<=$;++oe)(oe===$||t.charCodeAt(oe)===47)&&(_e.length===0?_e+="..":_e+="/..");return _e.length>0?_e+y.slice(L+re):(L+=re,y.charCodeAt(L)===47&&++L,y.slice(L))},_makeLong:function(t){return t},dirname:function(t){if(assertPath(t),t.length===0)return".";for(var y=t.charCodeAt(0),n=y===47,$=-1,k=!0,L=t.length-1;L>=1;--L)if(y=t.charCodeAt(L),y===47){if(!k){$=L;break}}else k=!1;return $===-1?n?"/":".":n&&$===1?"//":t.slice(0,$)},basename:function(t,y){if(y!==void 0&&typeof y!="string")throw new TypeError('"ext" argument must be a string');assertPath(t);var n=0,$=-1,k=!0,L;if(y!==void 0&&y.length>0&&y.length<=t.length){if(y.length===t.length&&y===t)return"";var j=y.length-1,V=-1;for(L=t.length-1;L>=0;--L){var z=t.charCodeAt(L);if(z===47){if(!k){n=L+1;break}}else V===-1&&(k=!1,V=L+1),j>=0&&(z===y.charCodeAt(j)?--j===-1&&($=L):(j=-1,$=V))}return n===$?$=V:$===-1&&($=t.length),t.slice(n,$)}else{for(L=t.length-1;L>=0;--L)if(t.charCodeAt(L)===47){if(!k){n=L+1;break}}else $===-1&&(k=!1,$=L+1);return $===-1?"":t.slice(n,$)}},extname:function(t){assertPath(t);for(var y=-1,n=0,$=-1,k=!0,L=0,j=t.length-1;j>=0;--j){var V=t.charCodeAt(j);if(V===47){if(!k){n=j+1;break}continue}$===-1&&(k=!1,$=j+1),V===46?y===-1?y=j:L!==1&&(L=1):y!==-1&&(L=-1)}return y===-1||$===-1||L===0||L===1&&y===$-1&&y===n+1?"":t.slice(y,$)},format:function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return _format("/",t)},parse:function(t){assertPath(t);var y={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return y;var n=t.charCodeAt(0),$=n===47,k;$?(y.root="/",k=1):k=0;for(var L=-1,j=0,V=-1,z=!0,re=t.length-1,oe=0;re>=k;--re){if(n=t.charCodeAt(re),n===47){if(!z){j=re+1;break}continue}V===-1&&(z=!1,V=re+1),n===46?L===-1?L=re:oe!==1&&(oe=1):L!==-1&&(oe=-1)}return L===-1||V===-1||oe===0||oe===1&&L===V-1&&L===j+1?V!==-1&&(j===0&&$?y.base=y.name=t.slice(1,V):y.base=y.name=t.slice(j,V)):(j===0&&$?(y.name=t.slice(1,L),y.base=t.slice(1,V)):(y.name=t.slice(j,L),y.base=t.slice(j,V)),y.ext=t.slice(L,V)),j>0?y.dir=t.slice(0,j-1):$&&(y.dir="/"),y},sep:"/",delimiter:":",win32:null,posix:null};posix.posix=posix;var pathBrowserify=posix,path$1=pathBrowserify,fs$1=require$$0$3,_0777=parseInt("0777",8),mkdirp=mkdirP.mkdirp=mkdirP.mkdirP=mkdirP;function mkdirP(e,t,y,n){typeof t=="function"?(y=t,t={}):(!t||typeof t!="object")&&(t={mode:t});var $=t.mode,k=t.fs||fs$1;$===void 0&&($=_0777),n||(n=null);var L=y||function(){};e=path$1.resolve(e),k.mkdir(e,$,function(j){if(!j)return n=n||e,L(null,n);switch(j.code){case"ENOENT":if(path$1.dirname(e)===e)return L(j);mkdirP(path$1.dirname(e),t,function(V,z){V?L(V,z):mkdirP(e,t,L,z)});break;default:k.stat(e,function(V,z){V||!z.isDirectory()?L(j,n):L(null,n)});break}})}mkdirP.sync=function e(t,y,n){(!y||typeof y!="object")&&(y={mode:y});var $=y.mode,k=y.fs||fs$1;$===void 0&&($=_0777),n||(n=null),t=path$1.resolve(t);try{k.mkdirSync(t,$),n=n||t}catch(j){switch(j.code){case"ENOENT":n=e(path$1.dirname(t),y,n),e(t,y,n);break;default:var L;try{L=k.statSync(t)}catch{throw j}if(!L.isDirectory())throw j;break}}return n};var lodash={exports:{}};/** +`+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 Ue,kt;function Et(qe,...jt){if(qe)return Ne?kt(qe):Ue();if(jt.length<=1)return Ue(jt[0]);Ue(jt)}var Ve=_e._createTaskItem(Ce,Ne?Et:Fe||Et);if(he?_e._tasks.unshift(Ve):_e._tasks.push(Ve),ie||(ie=!0,setImmediate$1$1(()=>{ie=!1,_e.process()})),Ne||!Fe)return new Promise((qe,jt)=>{Ue=qe,kt=jt})}function ue(Ce){return function(he,...Ne){k-=1;for(var Fe=0,Ue=Ce.length;Fe0&&L.splice(Et,1),kt.callback(he,...Ne),he!=null&&re("error",he,kt.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,(Ue,kt)=>{if(Ue)return Fe(Ue);Ne(kt)})});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{k(t,L,(V,z)=>{t=z,j(V)})},L=>n(L,t))}var reduce$1=awaitify(reduce,4);function seq(...e){var t=e.map(wrapAsync);return function(...y){var n=this,k=y[y.length-1];return typeof k=="function"?y.pop():k=promiseCallback(),reduce$1(t,y,(L,$,j)=>{$.apply(n,L.concat((V,...z)=>{j(V,z)}))},(L,$)=>k(L,...$)),k[PROMISE_SYMBOL]}}function compose(...e){return seq(...e.reverse())}function mapLimit(e,t,y,n){return _asyncMap(eachOfLimit$2(t),e,y,n)}var mapLimit$1=awaitify(mapLimit,4);function concatLimit(e,t,y,n){var k=wrapAsync(y);return mapLimit$1(e,t,(L,$)=>{k(L,(j,...V)=>j?$(j):$(j,V))},(L,$)=>{for(var j=[],V=0;V<$.length;V++)$[V]&&(j=j.concat(...$[V]));return n(L,j)})}var concatLimit$1=awaitify(concatLimit,4);function concat(e,t,y){return concatLimit$1(e,1/0,t,y)}var concat$1=awaitify(concat,3);function concatSeries(e,t,y){return concatLimit$1(e,1,t,y)}var concatSeries$1=awaitify(concatSeries,3);function constant$1(...e){return function(...t){var y=t.pop();return y(null,...e)}}function _createTester(e,t){return(y,n,k,L)=>{var $=!1,j;const V=wrapAsync(k);y(n,(z,re,ie)=>{V(z,(oe,ue)=>{if(oe||oe===!1)return ie(oe);if(e(ue)&&!j)return $=!0,j=t(!0,z),ie(null,breakLoop$1);ie()})},z=>{if(z)return L(z);L(null,$?j:t(!1))})}}function detect(e,t,y){return _createTester(n=>n,(n,k)=>k)(eachOf$1,e,t,y)}var detect$1=awaitify(detect,3);function detectLimit(e,t,y,n){return _createTester(k=>k,(k,L)=>L)(eachOfLimit$2(t),e,y,n)}var detectLimit$1=awaitify(detectLimit,4);function detectSeries(e,t,y){return _createTester(n=>n,(n,k)=>k)(eachOfLimit$2(1),e,t,y)}var detectSeries$1=awaitify(detectSeries,3);function consoleFunc(e){return(t,...y)=>wrapAsync(t)(...y,(n,...k)=>{typeof console=="object"&&(n?console.error&&console.error(n):console[e]&&k.forEach(L=>console[e](L)))})}var dir=consoleFunc("dir");function doWhilst(e,t,y){y=onlyOnce(y);var n=wrapAsync(e),k=wrapAsync(t),L;function $(V,...z){if(V)return y(V);V!==!1&&(L=z,k(...z,j))}function j(V,z){if(V)return y(V);if(V!==!1){if(!z)return y(null,...L);n($)}}return j(null,!0)}var doWhilst$1=awaitify(doWhilst,3);function doUntil(e,t,y){const n=wrapAsync(t);return doWhilst$1(e,(...k)=>{const L=k.pop();n(...k,($,j)=>L($,!j))},y)}function _withoutIndex(e){return(t,y,n)=>e(t,n)}function eachLimit$2(e,t,y){return eachOf$1(e,_withoutIndex(wrapAsync(t)),y)}var each=awaitify(eachLimit$2,3);function eachLimit(e,t,y,n){return eachOfLimit$2(t)(e,_withoutIndex(wrapAsync(y)),n)}var eachLimit$1=awaitify(eachLimit,4);function eachSeries(e,t,y){return eachLimit$1(e,1,t,y)}var eachSeries$1=awaitify(eachSeries,3);function ensureAsync(e){return isAsync(e)?e:function(...t){var y=t.pop(),n=!0;t.push((...k)=>{n?setImmediate$1$1(()=>y(...k)):y(...k)}),e.apply(this,t),n=!1}}function every(e,t,y){return _createTester(n=>!n,n=>!n)(eachOf$1,e,t,y)}var every$1=awaitify(every,3);function everyLimit(e,t,y,n){return _createTester(k=>!k,k=>!k)(eachOfLimit$2(t),e,y,n)}var everyLimit$1=awaitify(everyLimit,4);function everySeries(e,t,y){return _createTester(n=>!n,n=>!n)(eachOfSeries$1,e,t,y)}var everySeries$1=awaitify(everySeries,3);function filterArray(e,t,y,n){var k=new Array(t.length);e(t,(L,$,j)=>{y(L,(V,z)=>{k[$]=!!z,j(V)})},L=>{if(L)return n(L);for(var $=[],j=0;j{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{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))=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({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{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++{(k.lengthn)(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 jV?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 * Copyright OpenJS Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */lodash.exports;(function(e,t){(function(){var y,n="4.17.21",$=200,k="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",L="Expected a function",j="Invalid `variable` option passed into `_.template`",V="__lodash_hash_undefined__",z=500,re="__lodash_placeholder__",oe=1,ue=2,de=4,_e=1,Ne=2,Ue=1,$e=2,Ve=4,Fe=8,qe=16,er=32,ir=64,dr=128,cr=256,nr=512,lr=30,Et="...",ie=800,pe=16,Ce=1,Ie=2,jt=3,ar=1/0,ur=9007199254740991,kt=17976931348623157e292,he=NaN,tr=4294967295,gr=tr-1,_r=tr>>>1,yr=[["ary",dr],["bind",Ue],["bindKey",$e],["curry",Fe],["curryRight",qe],["flip",nr],["partial",er],["partialRight",ir],["rearg",cr]],xr="[object Arguments]",Nr="[object Array]",Tr="[object AsyncFunction]",Sr="[object Boolean]",Ar="[object Date]",Fr="[object DOMException]",Gr="[object Error]",Vr="[object Function]",Dr="[object GeneratorFunction]",Ir="[object Map]",Br="[object Number]",Rr="[object Null]",Lr="[object Object]",$r="[object Promise]",jr="[object Proxy]",vn="[object RegExp]",Kr="[object Set]",kr="[object String]",Qr="[object Symbol]",Zr="[object Undefined]",Vi="[object WeakMap]",To="[object WeakSet]",oa="[object ArrayBuffer]",Ba="[object DataView]",rs="[object Float32Array]",Mn="[object Float64Array]",Wr="[object Int8Array]",Ur="[object Int16Array]",Sn="[object Int32Array]",Nn="[object Uint8Array]",Sa="[object Uint8ClampedArray]",Li="[object Uint16Array]",ca="[object Uint32Array]",fo=/\b__p \+= '';/g,zn=/\b(__p \+=) '' \+/g,ki=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ra=/&(?:amp|lt|gt|quot|#39);/g,_o=/[&<>"']/g,eo=RegExp(Ra.source),tl=RegExp(_o.source),Es=/<%-([\s\S]+?)%>/g,Hs=/<%([\s\S]+?)%>/g,Ts=/<%=([\s\S]+?)%>/g,js=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Gs=/^\w*$/,uc=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,rl=/[\\^$.*+?()[\]{}|]/g,il=RegExp(rl.source),bl=/^\s+/,Wa=/\s/,Ao=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ks=/\{\n\/\* \[wrapped with (.+)\] \*/,Bo=/,? & /,Hr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ui=/[()=,{}\[\]\/\s]/,En=/\\(\\)?/g,An=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Gi=/\w*$/,Ki=/^[-+]0x[0-9a-f]+$/i,Ea=/^0b[01]+$/i,aa=/^\[object .+?Constructor\]$/,Qo=/^0o[0-7]+$/i,Eo=/^(?:0|[1-9]\d*)$/,Vo=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,vs=/($^)/,kn=/['\n\r\u2028\u2029\\]/g,qo="\\ud800-\\udfff",Zl="\\u0300-\\u036f",Mo="\\ufe20-\\ufe2f",_u="\\u20d0-\\u20ff",Bl=Zl+Mo+_u,Vu="\\u2700-\\u27bf",Iu="a-z\\xdf-\\xf6\\xf8-\\xff",Pu="\\xac\\xb1\\xd7\\xf7",Fn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",is="\\u2000-\\u206f",pu=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ku="A-Z\\xc0-\\xd6\\xd8-\\xde",Vl="\\ufe0e\\ufe0f",cc=Pu+Fn+is+pu,Lc="['’]",wd="["+qo+"]",Nd="["+cc+"]",Tf="["+Bl+"]",vf="\\d+",jc="["+Vu+"]",Jd="["+Iu+"]",Ed="[^"+qo+cc+vf+Vu+Iu+ku+"]",Bf="\\ud83c[\\udffb-\\udfff]",Rf="(?:"+Tf+"|"+Bf+")",Rp="[^"+qo+"]",Pp="(?:\\ud83c[\\udde6-\\uddff]){2}",_p="[\\ud800-\\udbff][\\udc00-\\udfff]",Pf="["+ku+"]",Ih="\\u200d",Lp="(?:"+Jd+"|"+Ed+")",Oc="(?:"+Pf+"|"+Ed+")",Ip="(?:"+Lc+"(?:d|ll|m|re|s|t|ve))?",Df="(?:"+Lc+"(?:D|LL|M|RE|S|T|VE))?",vp=Rf+"?",Yp="["+Vl+"]?",Op="(?:"+Ih+"(?:"+[Rp,Pp,_p].join("|")+")"+Yp+vp+")*",Xp="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Xf="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Oh=Yp+vp+Op,Wh="(?:"+[jc,Pp,_p].join("|")+")"+Oh,np="(?:"+[Rp+Tf+"?",Tf,Pp,_p,wd].join("|")+")",gh=RegExp(Lc,"g"),jp=RegExp(Tf,"g"),wm=RegExp(Bf+"(?="+Bf+")|"+np+Oh,"g"),Fp=RegExp([Pf+"?"+Jd+"+"+Ip+"(?="+[Nd,Pf,"$"].join("|")+")",Oc+"+"+Df+"(?="+[Nd,Pf+Lp,"$"].join("|")+")",Pf+"?"+Lp+"+"+Ip,Pf+"+"+Df,Xf,Xp,vf,Wh].join("|"),"g"),Um=RegExp("["+Ih+qo+Bl+Vl+"]"),kh=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Yh=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Xh=-1,Od={};Od[rs]=Od[Mn]=Od[Wr]=Od[Ur]=Od[Sn]=Od[Nn]=Od[Sa]=Od[Li]=Od[ca]=!0,Od[xr]=Od[Nr]=Od[oa]=Od[Sr]=Od[Ba]=Od[Ar]=Od[Gr]=Od[Vr]=Od[Ir]=Od[Br]=Od[Lr]=Od[vn]=Od[Kr]=Od[kr]=Od[Vi]=!1;var Id={};Id[xr]=Id[Nr]=Id[oa]=Id[Ba]=Id[Sr]=Id[Ar]=Id[rs]=Id[Mn]=Id[Wr]=Id[Ur]=Id[Sn]=Id[Ir]=Id[Br]=Id[Lr]=Id[vn]=Id[Kr]=Id[kr]=Id[Qr]=Id[Nn]=Id[Sa]=Id[Li]=Id[ca]=!0,Id[Gr]=Id[Vr]=Id[Vi]=!1;var Vf={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},bp={"&":"&","<":"<",">":">",'"':""","'":"'"},Zc={"&":"&","<":"<",">":">",""":'"',"'":"'"},bh={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},lm=parseFloat,yp=parseInt,Qh=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,Jh=typeof self=="object"&&self&&self.Object===Object&&self,qd=Qh||Jh||Function("return this")(),Bh=t&&!t.nodeType&&t,Up=Bh&&!0&&e&&!e.nodeType&&e,Hp=Up&&Up.exports===Bh,$h=Hp&&Qh.process,df=function(){try{var dl=Up&&Up.require&&Up.require("util").types;return dl||$h&&$h.binding&&$h.binding("util")}catch{}}(),Ph=df&&df.isArrayBuffer,qf=df&&df.isDate,Qp=df&&df.isMap,xn=df&&df.isRegExp,Mi=df&&df.isSet,Hi=df&&df.isTypedArray;function zu(dl,wu,vu){switch(vu.length){case 0:return dl.call(wu);case 1:return dl.call(wu,vu[0]);case 2:return dl.call(wu,vu[0],vu[1]);case 3:return dl.call(wu,vu[0],vu[1],vu[2])}return dl.apply(wu,vu)}function ed(dl,wu,vu,Mc){for(var kc=-1,kd=dl==null?0:dl.length;++kc-1}function um(dl,wu,vu){for(var Mc=-1,kc=dl==null?0:dl.length;++Mc-1;);return vu}function nh(dl,wu){for(var vu=dl.length;vu--&&hf(wu,dl[vu],0)>-1;);return vu}function Uh(dl,wu){for(var vu=dl.length,Mc=0;vu--;)dl[vu]===wu&&++Mc;return Mc}var qm=dm(Vf),kp=dm(bp);function wh(dl){return"\\"+bh[dl]}function tm(dl,wu){return dl==null?y:dl[wu]}function Tp(dl){return Um.test(dl)}function zm(dl){return kh.test(dl)}function Gm(dl){for(var wu,vu=[];!(wu=dl.next()).done;)vu.push(wu.value);return vu}function xm(dl){var wu=-1,vu=Array(dl.size);return dl.forEach(function(Mc,kc){vu[++wu]=[kc,Mc]}),vu}function Cm(dl,wu){return function(vu){return dl(wu(vu))}}function If(dl,wu){for(var vu=-1,Mc=dl.length,kc=0,kd=[];++vu-1}function nd(br,Mr){var hn=this.__data__,ea=Ah(hn,br);return ea<0?(++this.size,hn.push([br,Mr])):hn[ea][1]=Mr,this}Bc.prototype.clear=cf,Bc.prototype.delete=Gf,Bc.prototype.get=kf,Bc.prototype.has=gf,Bc.prototype.set=nd;function Td(br){var Mr=-1,hn=br==null?0:br.length;for(this.clear();++Mr=Mr?br:Mr)),br}function Wf(br,Mr,hn,ea,co,gs){var Ks,ul=Mr&oe,cu=Mr&ue,Qu=Mr&de;if(hn&&(Ks=co?hn(br,ea,co,gs):hn(br)),Ks!==y)return Ks;if(!rp(br))return br;var Ju=$d(br);if(Ju){if(Ks=Us(br),!ul)return qa(br,Ks)}else{var dc=bc(br),Pc=dc==Vr||dc==Dr;if(b0(br))return Un(br,ul);if(dc==Lr||dc==xr||Pc&&!co){if(Ks=cu||Pc?{}:$l(br),!ul)return cu?Qa(br,am(Ks,br)):Ta(br,Cf(Ks,br))}else{if(!Id[dc])return co?br:{};Ks=fc(br,dc,ul)}}gs||(gs=new Kd);var sd=gs.get(br);if(sd)return sd;gs.set(br,Ks),b1(br)?br.forEach(function(Dd){Ks.add(Wf(Dd,Mr,hn,Dd,br,gs))}):g1(br)&&br.forEach(function(Dd,tf){Ks.set(tf,Wf(Dd,Mr,hn,tf,br,gs))});var Ad=Qu?cu?Fs:Wu:cu?Em:mh,Vd=Ju?y:Ad(br);return Sd(Vd||br,function(Dd,tf){Vd&&(tf=Dd,Dd=br[tf]),uh(Ks,tf,Wf(Dd,Mr,hn,tf,br,gs))}),Ks}function Wn(br){var Mr=mh(br);return function(hn){return Ka(hn,br,Mr)}}function Ka(br,Mr,hn){var ea=hn.length;if(br==null)return!ea;for(br=Zd(br);ea--;){var co=hn[ea],gs=Mr[co],Ks=br[co];if(Ks===y&&!(co in br)||!gs(Ks))return!1}return!0}function La(br,Mr,hn){if(typeof br!="function")throw new xp(L);return Rc(function(){br.apply(y,hn)},Mr)}function Fa(br,Mr,hn,ea){var co=-1,gs=Zh,Ks=!0,ul=br.length,cu=[],Qu=Mr.length;if(!ul)return cu;hn&&(Mr=pf(Mr,mf(hn))),ea?(gs=um,Ks=!1):Mr.length>=$&&(gs=zf,Ks=!1,Mr=new bf(Mr));e:for(;++coco?0:co+hn),ea=ea===y||ea>co?co:Hd(ea),ea<0&&(ea+=co),ea=hn>ea?0:E1(ea);hn0&&hn(ul)?Mr>1?vi(ul,Mr-1,hn,ea,co):Jp(co,ul):ea||(co[co.length]=ul)}return co}var Ln=hs(),za=hs(!0);function Na(br,Mr){return br&&Ln(br,Mr,mh)}function Zo(br,Mr){return br&&za(br,Mr,mh)}function Fo(br,Mr){return Vp(Mr,function(hn){return p0(br[hn])})}function Ss(br,Mr){Mr=In(Mr,br);for(var hn=0,ea=Mr.length;br!=null&&hnMr}function nl(br,Mr){return br!=null&&Bd.call(br,Mr)}function yl(br,Mr){return br!=null&&Mr in Zd(br)}function Hu(br,Mr,hn){return br>=Vs(Mr,hn)&&br=120&&Ju.length>=120)?new bf(Ks&&Ju):y}Ju=br[0];var dc=-1,Pc=ul[0];e:for(;++dc-1;)ul!==br&&lh.call(ul,cu,1),lh.call(br,cu,1);return br}function sf(br,Mr){for(var hn=br?Mr.length:0,ea=hn-1;hn--;){var co=Mr[hn];if(hn==ea||co!==gs){var gs=co;vr(co)?lh.call(br,co,1):_0(br,co)}}return br}function $p(br,Mr){return br+Jo(Pl()*(Mr-br+1))}function fp(br,Mr,hn,ea){for(var co=-1,gs=ws($o((Mr-br)/(hn||1)),0),Ks=vu(gs);gs--;)Ks[ea?gs:++co]=br,br+=hn;return Ks}function Nf(br,Mr){var hn="";if(!br||Mr<1||Mr>ur)return hn;do Mr%2&&(hn+=br),Mr=Jo(Mr/2),Mr&&(br+=br);while(Mr);return hn}function ud(br,Mr){return lc(kl(br,Mr,Sm),br+"")}function Sf(br){return qh(x0(br))}function Mf(br,Mr){var hn=x0(br);return Xd(hn,Bp(Mr,0,hn.length))}function Af(br,Mr,hn,ea){if(!rp(br))return br;Mr=In(Mr,br);for(var co=-1,gs=Mr.length,Ks=gs-1,ul=br;ul!=null&&++coco?0:co+Mr),hn=hn>co?co:hn,hn<0&&(hn+=co),co=Mr>hn?0:hn-Mr>>>0,Mr>>>=0;for(var gs=vu(co);++ea>>1,Ks=br[gs];Ks!==null&&!Mm(Ks)&&(hn?Ks<=Mr:Ks=$){var Qu=Mr?null:cs(br);if(Qu)return Jf(Qu);Ks=!1,co=zf,cu=new bf}else cu=Mr?[]:ul;e:for(;++ea=ea?br:tp(br,Mr,hn)}var On=Yo||function(br){return qd.clearTimeout(br)};function Un(br,Mr){if(Mr)return br.slice();var hn=br.length,ea=Am?Am(hn):new br.constructor(hn);return br.copy(ea),ea}function Hn(br){var Mr=new br.constructor(br.byteLength);return new Nm(Mr).set(new Nm(br)),Mr}function ji(br,Mr){var hn=Mr?Hn(br.buffer):br.buffer;return new br.constructor(hn,br.byteOffset,br.byteLength)}function Wi(br){var Mr=new br.constructor(br.source,Gi.exec(br));return Mr.lastIndex=br.lastIndex,Mr}function da(br){return mc?Zd(mc.call(br)):{}}function sa(br,Mr){var hn=Mr?Hn(br.buffer):br.buffer;return new br.constructor(hn,br.byteOffset,br.length)}function fa(br,Mr){if(br!==Mr){var hn=br!==y,ea=br===null,co=br===br,gs=Mm(br),Ks=Mr!==y,ul=Mr===null,cu=Mr===Mr,Qu=Mm(Mr);if(!ul&&!Qu&&!gs&&br>Mr||gs&&Ks&&cu&&!ul&&!Qu||ea&&Ks&&cu||!hn&&cu||!co)return 1;if(!ea&&!gs&&!Qu&&br=ul)return cu;var Qu=hn[ea];return cu*(Qu=="desc"?-1:1)}}return br.index-Mr.index}function ta(br,Mr,hn,ea){for(var co=-1,gs=br.length,Ks=hn.length,ul=-1,cu=Mr.length,Qu=ws(gs-Ks,0),Ju=vu(cu+Qu),dc=!ea;++ul1?hn[co-1]:y,Ks=co>2?hn[2]:y;for(gs=br.length>3&&typeof gs=="function"?(co--,gs):y,Ks&&Er(hn[0],hn[1],Ks)&&(gs=co<3?y:gs,co=1),Mr=Zd(Mr);++ea-1?co[gs?Mr[Ks]:Ks]:y}}function pa(br){return Dl(function(Mr){var hn=Mr.length,ea=hn,co=ju.prototype.thru;for(br&&Mr.reverse();ea--;){var gs=Mr[ea];if(typeof gs!="function")throw new xp(L);if(co&&!Ks&&Js(gs)=="wrapper")var Ks=new ju([],!0)}for(ea=Ks?ea:hn;++ea1&&uf.reverse(),Ju&&cuul))return!1;var Qu=gs.get(br),Ju=gs.get(Mr);if(Qu&&Ju)return Qu==Mr&&Ju==br;var dc=-1,Pc=!0,sd=hn&Ne?new bf:y;for(gs.set(br,Mr),gs.set(Mr,br);++dc1?"& ":"")+Mr[ea],Mr=Mr.join(hn>2?", ":" "),br.replace(Ao,`{ -/* [wrapped with `+Mr+`] */ -`)}function fr(br){return $d(br)||S0(br)||!!(Lm&&br&&br[Lm])}function vr(br,Mr){var hn=typeof br;return Mr=Mr??ur,!!Mr&&(hn=="number"||hn!="symbol"&&Eo.test(br))&&br>-1&&br%1==0&&br0){if(++Mr>=ie)return arguments[0]}else Mr=0;return br.apply(y,arguments)}}function Xd(br,Mr){var hn=-1,ea=br.length,co=ea-1;for(Mr=Mr===y?ea:Mr;++hn1?br[Mr-1]:y;return hn=typeof hn=="function"?(br.pop(),hn):y,i1(br,hn)});function a1(br){var Mr=no(br);return Mr.__chain__=!0,Mr}function Cg(br,Mr){return Mr(br),br}function D0(br,Mr){return Mr(br)}var Ng=Dl(function(br){var Mr=br.length,hn=Mr?br[0]:0,ea=this.__wrapped__,co=function(gs){return Mh(gs,br)};return Mr>1||this.__actions__.length||!(ea instanceof bu)||!vr(hn)?this.thru(co):(ea=ea.slice(hn,+hn+(Mr?1:0)),ea.__actions__.push({func:D0,args:[co],thisArg:y}),new ju(ea,this.__chain__).thru(function(gs){return Mr&&!gs.length&&gs.push(y),gs}))});function Ag(){return a1(this)}function Dg(){return new ju(this.value(),this.__chain__)}function Mg(){this.__values__===y&&(this.__values__=y1(this.value()));var br=this.__index__>=this.__values__.length,Mr=br?y:this.__values__[this.__index__++];return{done:br,value:Mr}}function Rg(){return this}function Ig(br){for(var Mr,hn=this;hn instanceof Ic;){var ea=rd(hn);ea.__index__=0,ea.__values__=y,Mr?co.__wrapped__=ea:Mr=ea;var co=ea;hn=hn.__wrapped__}return co.__wrapped__=br,Mr}function Og(){var br=this.__wrapped__;if(br instanceof bu){var Mr=br;return this.__actions__.length&&(Mr=new bu(this)),Mr=Mr.reverse(),Mr.__actions__.push({func:D0,args:[L0],thisArg:y}),new ju(Mr,this.__chain__)}return this.thru(L0)}function kg(){return f0(this.__wrapped__,this.__actions__)}var Bg=Ia(function(br,Mr,hn){Bd.call(br,hn)?++br[hn]:Dh(br,hn,1)});function $g(br,Mr,hn){var ea=$d(br)?Ep:xo;return hn&&Er(br,Mr,hn)&&(Mr=y),ea(br,Zs(Mr,3))}function Pg(br,Mr){var hn=$d(br)?Vp:Ro;return hn(br,Zs(Mr,3))}var Lg=la(om),jg=la(Dm);function Fg(br,Mr){return vi(M0(br,Mr),1)}function Ug(br,Mr){return vi(M0(br,Mr),ar)}function Hg(br,Mr,hn){return hn=hn===y?1:Hd(hn),vi(M0(br,Mr),hn)}function o1(br,Mr){var hn=$d(br)?Sd:to;return hn(br,Zs(Mr,3))}function s1(br,Mr){var hn=$d(br)?nf:Io;return hn(br,Zs(Mr,3))}var Vg=Ia(function(br,Mr,hn){Bd.call(br,hn)?br[hn].push(Mr):Dh(br,hn,[Mr])});function qg(br,Mr,hn,ea){br=ym(br)?br:x0(br),hn=hn&&!ea?Hd(hn):0;var co=br.length;return hn<0&&(hn=ws(co+hn,0)),B0(br)?hn<=co&&br.indexOf(Mr,hn)>-1:!!co&&hf(br,Mr,hn)>-1}var zg=ud(function(br,Mr,hn){var ea=-1,co=typeof Mr=="function",gs=ym(br)?vu(br.length):[];return to(br,function(Ks){gs[++ea]=co?zu(Mr,Ks,hn):Vc(Ks,Mr,hn)}),gs}),Wg=Ia(function(br,Mr,hn){Dh(br,hn,Mr)});function M0(br,Mr){var hn=$d(br)?pf:Qc;return hn(br,Zs(Mr,3))}function Kg(br,Mr,hn,ea){return br==null?[]:($d(Mr)||(Mr=Mr==null?[]:[Mr]),hn=ea?y:hn,$d(hn)||(hn=hn==null?[]:[hn]),cl(br,Mr,hn))}var Yg=Ia(function(br,Mr,hn){br[hn?0:1].push(Mr)},function(){return[[],[]]});function Xg(br,Mr,hn){var ea=$d(br)?cm:Tm,co=arguments.length<3;return ea(br,Zs(Mr,4),hn,co,to)}function Qg(br,Mr,hn){var ea=$d(br)?km:Tm,co=arguments.length<3;return ea(br,Zs(Mr,4),hn,co,Io)}function Jg(br,Mr){var hn=$d(br)?Vp:Ro;return hn(br,O0(Zs(Mr,3)))}function Zg(br){var Mr=$d(br)?qh:Sf;return Mr(br)}function e_(br,Mr,hn){(hn?Er(br,Mr,hn):Mr===y)?Mr=1:Mr=Hd(Mr);var ea=$d(br)?zh:Mf;return ea(br,Mr)}function t_(br){var Mr=$d(br)?Ff:C0;return Mr(br)}function r_(br){if(br==null)return 0;if(ym(br))return B0(br)?hm(br):br.length;var Mr=bc(br);return Mr==Ir||Mr==Kr?br.size:yd(br).length}function n_(br,Mr,hn){var ea=$d(br)?em:c0;return hn&&Er(br,Mr,hn)&&(Mr=y),ea(br,Zs(Mr,3))}var i_=ud(function(br,Mr){if(br==null)return[];var hn=Mr.length;return hn>1&&Er(br,Mr[0],Mr[1])?Mr=[]:hn>2&&Er(Mr[0],Mr[1],Mr[2])&&(Mr=[Mr[0]]),cl(br,vi(Mr,1),[])}),R0=Go||function(){return qd.Date.now()};function a_(br,Mr){if(typeof Mr!="function")throw new xp(L);return br=Hd(br),function(){if(--br<1)return Mr.apply(this,arguments)}}function l1(br,Mr,hn){return Mr=hn?y:Mr,Mr=br&&Mr==null?br.length:Mr,Ms(br,dr,y,y,y,y,Mr)}function u1(br,Mr){var hn;if(typeof Mr!="function")throw new xp(L);return br=Hd(br),function(){return--br>0&&(hn=Mr.apply(this,arguments)),br<=1&&(Mr=y),hn}}var F0=ud(function(br,Mr,hn){var ea=Ue;if(hn.length){var co=If(hn,ol(F0));ea|=er}return Ms(br,ea,Mr,hn,co)}),c1=ud(function(br,Mr,hn){var ea=Ue|$e;if(hn.length){var co=If(hn,ol(c1));ea|=er}return Ms(Mr,ea,br,hn,co)});function d1(br,Mr,hn){Mr=hn?y:Mr;var ea=Ms(br,Fe,y,y,y,y,y,Mr);return ea.placeholder=d1.placeholder,ea}function f1(br,Mr,hn){Mr=hn?y:Mr;var ea=Ms(br,qe,y,y,y,y,y,Mr);return ea.placeholder=f1.placeholder,ea}function p1(br,Mr,hn){var ea,co,gs,Ks,ul,cu,Qu=0,Ju=!1,dc=!1,Pc=!0;if(typeof br!="function")throw new xp(L);Mr=Fm(Mr)||0,rp(hn)&&(Ju=!!hn.leading,dc="maxWait"in hn,gs=dc?ws(Fm(hn.maxWait)||0,Mr):gs,Pc="trailing"in hn?!!hn.trailing:Pc);function sd(Mp){var e0=ea,m0=co;return ea=co=y,Qu=Mp,Ks=br.apply(m0,e0),Ks}function Ad(Mp){return Qu=Mp,ul=Rc(tf,Mr),Ju?sd(Mp):Ks}function Vd(Mp){var e0=Mp-cu,m0=Mp-Qu,O1=Mr-e0;return dc?Vs(O1,gs-m0):O1}function Dd(Mp){var e0=Mp-cu,m0=Mp-Qu;return cu===y||e0>=Mr||e0<0||dc&&m0>=gs}function tf(){var Mp=R0();if(Dd(Mp))return uf(Mp);ul=Rc(tf,Vd(Mp))}function uf(Mp){return ul=y,Pc&&ea?sd(Mp):(ea=co=y,Ks)}function Rm(){ul!==y&&On(ul),Qu=0,ea=cu=co=ul=y}function sm(){return ul===y?Ks:uf(R0())}function Om(){var Mp=R0(),e0=Dd(Mp);if(ea=arguments,co=this,cu=Mp,e0){if(ul===y)return Ad(cu);if(dc)return On(ul),ul=Rc(tf,Mr),sd(cu)}return ul===y&&(ul=Rc(tf,Mr)),Ks}return Om.cancel=Rm,Om.flush=sm,Om}var o_=ud(function(br,Mr){return La(br,1,Mr)}),s_=ud(function(br,Mr,hn){return La(br,Fm(Mr)||0,hn)});function l_(br){return Ms(br,nr)}function I0(br,Mr){if(typeof br!="function"||Mr!=null&&typeof Mr!="function")throw new xp(L);var hn=function(){var ea=arguments,co=Mr?Mr.apply(this,ea):ea[0],gs=hn.cache;if(gs.has(co))return gs.get(co);var Ks=br.apply(this,ea);return hn.cache=gs.set(co,Ks)||gs,Ks};return hn.cache=new(I0.Cache||Td),hn}I0.Cache=Td;function O0(br){if(typeof br!="function")throw new xp(L);return function(){var Mr=arguments;switch(Mr.length){case 0:return!br.call(this);case 1:return!br.call(this,Mr[0]);case 2:return!br.call(this,Mr[0],Mr[1]);case 3:return!br.call(this,Mr[0],Mr[1],Mr[2])}return!br.apply(this,Mr)}}function u_(br){return u1(2,br)}var c_=di(function(br,Mr){Mr=Mr.length==1&&$d(Mr[0])?pf(Mr[0],mf(Zs())):pf(vi(Mr,1),mf(Zs()));var hn=Mr.length;return ud(function(ea){for(var co=-1,gs=Vs(ea.length,hn);++co=Mr}),S0=Hc(function(){return arguments}())?Hc:function(br){return gp(br)&&Bd.call(br,"callee")&&!Vh.call(br,"callee")},$d=vu.isArray,x_=Ph?mf(Ph):Kc;function ym(br){return br!=null&&k0(br.length)&&!p0(br)}function Dp(br){return gp(br)&&ym(br)}function C_(br){return br===!0||br===!1||gp(br)&&Uo(br)==Sr}var b0=us||J0,N_=qf?mf(qf):qc;function A_(br){return gp(br)&&br.nodeType===1&&!A0(br)}function D_(br){if(br==null)return!0;if(ym(br)&&($d(br)||typeof br=="string"||typeof br.splice=="function"||b0(br)||T0(br)||S0(br)))return!br.length;var Mr=bc(br);if(Mr==Ir||Mr==Kr)return!br.size;if(Aa(br))return!yd(br).length;for(var hn in br)if(Bd.call(br,hn))return!1;return!0}function M_(br,Mr){return Uc(br,Mr)}function R_(br,Mr,hn){hn=typeof hn=="function"?hn:y;var ea=hn?hn(br,Mr):y;return ea===y?Uc(br,Mr,y,hn):!!ea}function H0(br){if(!gp(br))return!1;var Mr=Uo(br);return Mr==Gr||Mr==Fr||typeof br.message=="string"&&typeof br.name=="string"&&!A0(br)}function I_(br){return typeof br=="number"&&vo(br)}function p0(br){if(!rp(br))return!1;var Mr=Uo(br);return Mr==Vr||Mr==Dr||Mr==Tr||Mr==jr}function m1(br){return typeof br=="number"&&br==Hd(br)}function k0(br){return typeof br=="number"&&br>-1&&br%1==0&&br<=ur}function rp(br){var Mr=typeof br;return br!=null&&(Mr=="object"||Mr=="function")}function gp(br){return br!=null&&typeof br=="object"}var g1=Qp?mf(Qp):Du;function O_(br,Mr){return br===Mr||rc(br,Mr,yu(Mr))}function k_(br,Mr,hn){return hn=typeof hn=="function"?hn:y,rc(br,Mr,yu(Mr),hn)}function B_(br){return v1(br)&&br!=+br}function $_(br){if(Ui(br))throw new kc(k);return Au(br)}function P_(br){return br===null}function L_(br){return br==null}function v1(br){return typeof br=="number"||gp(br)&&Uo(br)==Br}function A0(br){if(!gp(br)||Uo(br)!=Lr)return!1;var Mr=Np(br);if(Mr===null)return!0;var hn=Bd.call(Mr,"constructor")&&Mr.constructor;return typeof hn=="function"&&hn instanceof hn&&rm.call(hn)==nm}var V0=xn?mf(xn):Ef;function j_(br){return m1(br)&&br>=-ur&&br<=ur}var b1=Mi?mf(Mi):Fd;function B0(br){return typeof br=="string"||!$d(br)&&gp(br)&&Uo(br)==kr}function Mm(br){return typeof br=="symbol"||gp(br)&&Uo(br)==Qr}var T0=Hi?mf(Hi):ef;function F_(br){return br===y}function U_(br){return gp(br)&&bc(br)==Vi}function H_(br){return gp(br)&&Uo(br)==To}var V_=As(Xc),q_=As(function(br,Mr){return br<=Mr});function y1(br){if(!br)return[];if(ym(br))return B0(br)?qp(br):qa(br);if(Ls&&br[Ls])return Gm(br[Ls]());var Mr=bc(br),hn=Mr==Ir?xm:Mr==Kr?Jf:x0;return hn(br)}function h0(br){if(!br)return br===0?br:0;if(br=Fm(br),br===ar||br===-ar){var Mr=br<0?-1:1;return Mr*kt}return br===br?br:0}function Hd(br){var Mr=h0(br),hn=Mr%1;return Mr===Mr?hn?Mr-hn:Mr:0}function E1(br){return br?Bp(Hd(br),0,tr):0}function Fm(br){if(typeof br=="number")return br;if(Mm(br))return he;if(rp(br)){var Mr=typeof br.valueOf=="function"?br.valueOf():br;br=rp(Mr)?Mr+"":Mr}if(typeof br!="string")return br===0?br:+br;br=fm(br);var hn=Ea.test(br);return hn||Qo.test(br)?yp(br.slice(2),hn?2:8):Ki.test(br)?he:+br}function S1(br){return Xa(br,Em(br))}function z_(br){return br?Bp(Hd(br),-ur,ur):br===0?br:0}function wf(br){return br==null?"":Rh(br)}var G_=io(function(br,Mr){if(Aa(Mr)||ym(Mr)){Xa(Mr,mh(Mr),br);return}for(var hn in Mr)Bd.call(Mr,hn)&&uh(br,hn,Mr[hn])}),w1=io(function(br,Mr){Xa(Mr,Em(Mr),br)}),$0=io(function(br,Mr,hn,ea){Xa(Mr,Em(Mr),br,ea)}),W_=io(function(br,Mr,hn,ea){Xa(Mr,mh(Mr),br,ea)}),K_=Dl(Mh);function Y_(br,Mr){var hn=$u(br);return Mr==null?hn:Cf(hn,Mr)}var X_=ud(function(br,Mr){br=Zd(br);var hn=-1,ea=Mr.length,co=ea>2?Mr[2]:y;for(co&&Er(Mr[0],Mr[1],co)&&(ea=1);++hn1),gs}),Xa(br,Fs(br),hn),ea&&(hn=Wf(hn,oe|ue|de,Ul));for(var co=Mr.length;co--;)_0(hn,Mr[co]);return hn});function hv(br,Mr){return x1(br,O0(Zs(Mr)))}var mv=Dl(function(br,Mr){return br==null?{}:$c(br,Mr)});function x1(br,Mr){if(br==null)return{};var hn=pf(Fs(br),function(ea){return[ea]});return Mr=Zs(Mr),Nc(br,hn,function(ea,co){return Mr(ea,co[0])})}function gv(br,Mr,hn){Mr=In(Mr,br);var ea=-1,co=Mr.length;for(co||(co=1,br=y);++eaMr){var ea=br;br=Mr,Mr=ea}if(hn||br%1||Mr%1){var co=Pl();return Vs(br+co*(Mr-br+lm("1e-"+((co+"").length-1))),Mr)}return $p(br,Mr)}var Nv=ra(function(br,Mr,hn){return Mr=Mr.toLowerCase(),br+(hn?A1(Mr):Mr)});function A1(br){return G0(wf(br).toLowerCase())}function D1(br){return br=wf(br),br&&br.replace(Vo,qm).replace(jp,"")}function Av(br,Mr,hn){br=wf(br),Mr=Rh(Mr);var ea=br.length;hn=hn===y?ea:Bp(Hd(hn),0,ea);var co=hn;return hn-=Mr.length,hn>=0&&br.slice(hn,co)==Mr}function Dv(br){return br=wf(br),br&&tl.test(br)?br.replace(_o,kp):br}function Mv(br){return br=wf(br),br&&il.test(br)?br.replace(rl,"\\$&"):br}var Rv=ra(function(br,Mr,hn){return br+(hn?"-":"")+Mr.toLowerCase()}),Iv=ra(function(br,Mr,hn){return br+(hn?" ":"")+Mr.toLowerCase()}),Ov=ka("toLowerCase");function kv(br,Mr,hn){br=wf(br),Mr=Hd(Mr);var ea=Mr?hm(br):0;if(!Mr||ea>=Mr)return br;var co=(Mr-ea)/2;return as(Jo(co),hn)+br+as($o(co),hn)}function Bv(br,Mr,hn){br=wf(br),Mr=Hd(Mr);var ea=Mr?hm(br):0;return Mr&&ea>>0,hn?(br=wf(br),br&&(typeof Mr=="string"||Mr!=null&&!V0(Mr))&&(Mr=Rh(Mr),!Mr&&Tp(br))?Kn(qp(br),0,hn):br.split(Mr,hn)):[]}var Hv=ra(function(br,Mr,hn){return br+(hn?" ":"")+G0(Mr)});function Vv(br,Mr,hn){return br=wf(br),hn=hn==null?0:Bp(Hd(hn),0,br.length),Mr=Rh(Mr),br.slice(hn,hn+Mr.length)==Mr}function qv(br,Mr,hn){var ea=no.templateSettings;hn&&Er(br,Mr,hn)&&(Mr=y),br=wf(br),Mr=$0({},Mr,ea,_l);var co=$0({},Mr.imports,ea.imports,_l),gs=mh(co),Ks=Zp(co,gs),ul,cu,Qu=0,Ju=Mr.interpolate||vs,dc="__p += '",Pc=gm((Mr.escape||vs).source+"|"+Ju.source+"|"+(Ju===Ts?An:vs).source+"|"+(Mr.evaluate||vs).source+"|$","g"),sd="//# sourceURL="+(Bd.call(Mr,"sourceURL")?(Mr.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Xh+"]")+` -`;br.replace(Pc,function(Dd,tf,uf,Rm,sm,Om){return uf||(uf=Rm),dc+=br.slice(Qu,Om).replace(kn,wh),tf&&(ul=!0,dc+=`' + -__e(`+tf+`) + -'`),sm&&(cu=!0,dc+=`'; -`+sm+`; -__p += '`),uf&&(dc+=`' + -((__t = (`+uf+`)) == null ? '' : __t) + -'`),Qu=Om+Dd.length,Dd}),dc+=`'; -`;var Ad=Bd.call(Mr,"variable")&&Mr.variable;if(!Ad)dc=`with (obj) { -`+dc+` + */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,Ue=64,kt=128,Et=256,Ve=512,qe=30,jt="...",tr=800,rr=16,ar=1,nr=2,ur=3,cr=1/0,_r=9007199254740991,hr=17976931348623157e292,Er=NaN,kr=4294967295,xr=kr-1,yr=kr>>>1,vr=[["ary",kt],["bind",Ie],["bindKey",_e],["curry",he],["curryRight",Ne],["flip",Ve],["partial",Fe],["partialRight",Ue],["rearg",Et]],Rr="[object Arguments]",Br="[object Array]",mr="[object AsyncFunction]",gr="[object Boolean]",jr="[object Date]",Hr="[object DOMException]",Ur="[object Error]",zr="[object Function]",Sr="[object GeneratorFunction]",Tr="[object Map]",Mr="[object Number]",br="[object Null]",Cr="[object Object]",Ir="[object Promise]",Dr="[object Proxy]",Kr="[object RegExp]",Wr="[object Set]",Nr="[object String]",Fr="[object Symbol]",Qr="[object Undefined]",ca="[object WeakMap]",Po="[object WeakSet]",Wa="[object ArrayBuffer]",Go="[object DataView]",us="[object Float32Array]",Kn="[object Float64Array]",Gr="[object Int8Array]",Ar="[object Int16Array]",On="[object Int32Array]",kn="[object Uint8Array]",Sa="[object Uint8ClampedArray]",sa="[object Uint16Array]",qa="[object Uint32Array]",To=/\b__p \+= '';/g,Hi=/\b(__p \+=) '' \+/g,na=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ma=/&(?:amp|lt|gt|quot|#39);/g,Ns=/[&<>"']/g,cs=RegExp(Ma.source),vl=RegExp(Ns.source),Bl=/<%-([\s\S]+?)%>/g,Au=/<%([\s\S]+?)%>/g,xs=/<%=([\s\S]+?)%>/g,ju=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Lu=/^\w*$/,Pc=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nc=/[\\^$.*+?()[\]{}|]/g,gc=RegExp(Nc.source),Wl=/^\s+/,ps=/\s/,Ds=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Us=/\{\n\/\* \[wrapped with (.+)\] \*/,Vs=/,? & /,Lr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Zn=/[()=,{}\[\]\/\s]/,hn=/\\(\\)?/g,Ln=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Vi=/\w*$/,Wi=/^[-+]0x[0-9a-f]+$/i,pa=/^0b[01]+$/i,Ki=/^\[object .+?Constructor\]$/,Yo=/^0o[0-7]+$/i,Eo=/^(?:0|[1-9]\d*)$/,Fo=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,hs=/($^)/,An=/['\n\r\u2028\u2029\\]/g,Uo="\\ud800-\\udfff",cu="\\u0300-\\u036f",ko="\\ufe20-\\ufe2f",vu="\\u20d0-\\u20ff",Ul=cu+ko+vu,tc="\\u2700-\\u27bf",Fu="a-z\\xdf-\\xf6\\xf8-\\xff",Ku="\\xac\\xb1\\xd7\\xf7",In="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",rs="\\u2000-\\u206f",Vl=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Eu="A-Z\\xc0-\\xd6\\xd8-\\xde",ml="\\ufe0e\\ufe0f",Uu=Ku+In+rs+Vl,Ac="['’]",od="["+Uo+"]",ld="["+Uu+"]",gp="["+Ul+"]",lp="\\d+",Oc="["+tc+"]",Hd="["+Fu+"]",nd="[^"+Uo+Uu+lp+tc+Fu+Eu+"]",Ap="\\ud83c[\\udffb-\\udfff]",Tp="(?:"+gp+"|"+Ap+")",Sf="[^"+Uo+"]",Af="(?:\\ud83c[\\udde6-\\uddff]){2}",lf="[\\ud800-\\udbff][\\udc00-\\udfff]",Op="["+Eu+"]",sm="\\u200d",Df="(?:"+Hd+"|"+nd+")",yc="(?:"+Op+"|"+nd+")",Tf="(?:"+Ac+"(?:d|ll|m|re|s|t|ve))?",Ep="(?:"+Ac+"(?:D|LL|M|RE|S|T|VE))?",uf=Tp+"?",Ff="["+ml+"]?",Cf="(?:"+sm+"(?:"+[Sf,Af,lf].join("|")+")"+Ff+uf+")*",Uf="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Hp="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",lm=Ff+uf+Cf,Tm="(?:"+[Oc,Af,lf].join("|")+")"+lm,Xp="(?:"+[Sf+gp+"?",gp,Af,lf,od].join("|")+")",Qf=RegExp(Ac,"g"),Of=RegExp(gp,"g"),Zm=RegExp(Ap+"(?="+Ap+")|"+Xp+lm,"g"),Rf=RegExp([Op+"?"+Hd+"+"+Tf+"(?="+[ld,Op,"$"].join("|")+")",yc+"+"+Ep+"(?="+[ld,Op+Df,"$"].join("|")+")",Op+"?"+Df+"+"+Tf,Op+"+"+Ep,Hp,Uf,lp,Tm].join("|"),"g"),Dh=RegExp("["+sm+Uo+Ul+ml+"]"),um=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Cm=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],wm=-1,Td={};Td[us]=Td[Kn]=Td[Gr]=Td[Ar]=Td[On]=Td[kn]=Td[Sa]=Td[sa]=Td[qa]=!0,Td[Rr]=Td[Br]=Td[Wa]=Td[gr]=Td[Go]=Td[jr]=Td[Ur]=Td[zr]=Td[Tr]=Td[Mr]=Td[Cr]=Td[Kr]=Td[Wr]=Td[Nr]=Td[ca]=!1;var Sd={};Sd[Rr]=Sd[Br]=Sd[Wa]=Sd[Go]=Sd[gr]=Sd[jr]=Sd[us]=Sd[Kn]=Sd[Gr]=Sd[Ar]=Sd[On]=Sd[Tr]=Sd[Mr]=Sd[Cr]=Sd[Kr]=Sd[Wr]=Sd[Nr]=Sd[Fr]=Sd[kn]=Sd[Sa]=Sd[sa]=Sd[qa]=!0,Sd[Ur]=Sd[zr]=Sd[ca]=!1;var Pp={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},cf={"&":"&","<":"<",">":">",'"':""","'":"'"},Gc={"&":"&","<":"<",">":">",""":'"',"'":"'"},Jf={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},$m=parseFloat,df=parseInt,xm=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,Nm=typeof self=="object"&&self&&self.Object===Object&&self,Bd=xm||Nm||Function("return this")(),cm=t&&!t.nodeType&&t,If=cm&&!0&&e&&!e.nodeType&&e,kf=If&&If.exports===cm,dm=kf&&xm.process,ep=function(){try{var Xs=If&&If.require&&If.require("util").types;return Xs||dm&&dm.binding&&dm.binding("util")}catch{}}(),fm=ep&&ep.isArrayBuffer,Lp=ep&&ep.isDate,Vf=ep&&ep.isMap,Yr=ep&&ep.isRegExp,Wn=ep&&ep.isSet,vi=ep&&ep.isTypedArray;function Du(Xs,Yl,Pl){switch(Pl.length){case 0:return Xs.call(Yl);case 1:return Xs.call(Yl,Pl[0]);case 2:return Xs.call(Yl,Pl[0],Pl[1]);case 3:return Xs.call(Yl,Pl[0],Pl[1],Pl[2])}return Xs.apply(Yl,Pl)}function qc(Xs,Yl,Pl,_c){for(var Ec=-1,wd=Xs==null?0:Xs.length;++Ec-1}function jm(Xs,Yl,Pl){for(var _c=-1,Ec=Xs==null?0:Xs.length;++_c-1;);return Pl}function Gf(Xs,Yl){for(var Pl=Xs.length;Pl--&&rp(Yl,Xs[Pl],0)>-1;);return Pl}function _m(Xs,Yl){for(var Pl=Xs.length,_c=0;Pl--;)Xs[Pl]===Yl&&++_c;return _c}var Ih=Um(Pp),wf=Um(cf);function em(Xs){return"\\"+Jf[Xs]}function Om(Xs,Yl){return Xs==null?y:Xs[Yl]}function hf(Xs){return Dh.test(Xs)}function kh(Xs){return um.test(Xs)}function Mh(Xs){for(var Yl,Pl=[];!(Yl=Xs.next()).done;)Pl.push(Yl.value);return Pl}function nh(Xs){var Yl=-1,Pl=Array(Xs.size);return Xs.forEach(function(_c,Ec){Pl[++Yl]=[Ec,_c]}),Pl}function ih(Xs,Yl){return function(Pl){return Xs(Yl(Pl))}}function Cp(Xs,Yl){for(var Pl=-1,_c=Xs.length,Ec=0,wd=[];++Pl<_c;){var _p=Xs[Pl];(_p===Yl||_p===re)&&(Xs[Pl]=re,wd[Ec++]=Pl)}return wd}function Gp(Xs){var Yl=-1,Pl=Array(Xs.size);return Xs.forEach(function(_c){Pl[++Yl]=_c}),Pl}function Th(Xs){var Yl=-1,Pl=Array(Xs.size);return Xs.forEach(function(_c){Pl[++Yl]=[_c,_c]}),Pl}function Bh(Xs,Yl,Pl){for(var _c=Pl-1,Ec=Xs.length;++_c-1}function Kc(sr,fr){var Vr=this.__data__,Li=nm(Vr,sr);return Li<0?(++this.size,Vr.push([sr,fr])):Vr[Li][1]=fr,this}Cc.prototype.clear=Zd,Cc.prototype.delete=jp,Cc.prototype.get=Np,Cc.prototype.has=ip,Cc.prototype.set=Kc;function sd(sr){var fr=-1,Vr=sr==null?0:sr.length;for(this.clear();++fr=fr?sr:fr)),sr}function Fp(sr,fr,Vr,Li,Qa,is){var Ps,Ks=fr&ie,yl=fr&oe,Iu=fr&ue;if(Vr&&(Ps=Qa?Vr(sr,Li,Qa,is):Vr(sr)),Ps!==y)return Ps;if(!Yp(sr))return sr;var ku=Ad(sr);if(ku){if(Ps=Is(sr),!Ks)return Ra(sr,Ps)}else{var Vu=lc(sr),xc=Vu==zr||Vu==Sr;if(s0(sr))return xn(sr,Ks);if(Vu==Cr||Vu==Rr||xc&&!Qa){if(Ps=yl||xc?{}:ul(sr),!Ks)return yl?La(sr,Bm(Ps,sr)):la(sr,vp(Ps,sr))}else{if(!Sd[Vu])return Qa?sr:{};Ps=Hu(sr,Vu,Ks)}}is||(is=new Fd);var Qc=is.get(sr);if(Qc)return Qc;is.set(sr,Ps),o1(sr)?sr.forEach(function(hd){Ps.add(Fp(hd,fr,Vr,hd,sr,is))}):i1(sr)&&sr.forEach(function(hd,qd){Ps.set(qd,Fp(hd,fr,Vr,qd,sr,is))});var ud=Iu?yl?Rs:Ou:yl?Xm:Xf,Md=ku?y:ud(sr);return id(Md||sr,function(hd,qd){Md&&(qd=hd,hd=sr[qd]),Kf(Ps,qd,Fp(hd,fr,Vr,qd,sr,is))}),Ps}function Mn(sr){var fr=Xf(sr);return function(Vr){return ka(Vr,sr,fr)}}function ka(sr,fr,Vr){var Li=Vr.length;if(sr==null)return!Li;for(sr=zd(sr);Li--;){var Qa=Vr[Li],is=fr[Qa],Ps=sr[Qa];if(Ps===y&&!(Qa in sr)||!is(Ps))return!1}return!0}function xa(sr,fr,Vr){if(typeof sr!="function")throw new gf($);return vc(function(){sr.apply(y,Vr)},fr)}function Na(sr,fr,Vr,Li){var Qa=-1,is=Am,Ps=!0,Ks=sr.length,yl=[],Iu=fr.length;if(!Ks)return yl;Vr&&(fr=tp(fr,np(Vr))),Li?(is=jm,Ps=!1):fr.length>=k&&(is=$p,Ps=!1,fr=new cp(fr));e:for(;++QaQa?0:Qa+Vr),Li=Li===y||Li>Qa?Qa:kd(Li),Li<0&&(Li+=Qa),Li=Vr>Li?0:l1(Li);Vr0&&Vr(Ks)?fr>1?zn(Ks,fr-1,Vr,Li,Qa):Hf(Qa,Ks):Li||(Qa[Qa.length]=Ks)}return Qa}var Sn=Zo(),Ia=Zo(!0);function fa(sr,fr){return sr&&Sn(sr,fr,Xf)}function Io(sr,fr){return sr&&Ia(sr,fr,Xf)}function xo(sr,fr){return Mf(fr,function(Vr){return t0(sr[Vr])})}function ss(sr,fr){fr=vn(fr,sr);for(var Vr=0,Li=fr.length;sr!=null&&Vrfr}function zs(sr,fr){return sr!=null&&Nd.call(sr,fr)}function nl(sr,fr){return sr!=null&&fr in zd(sr)}function xu(sr,fr,Vr){return sr>=ks(fr,Vr)&&sr=120&&ku.length>=120)?new cp(Ps&&ku):y}ku=sr[0];var Vu=-1,xc=Ks[0];e:for(;++Vu-1;)Ks!==sr&&Wf.call(Ks,yl,1),Wf.call(sr,yl,1);return sr}function Yd(sr,fr){for(var Vr=sr?fr.length:0,Li=Vr-1;Vr--;){var Qa=fr[Vr];if(Vr==Li||Qa!==is){var is=Qa;ir(Qa)?Wf.call(sr,Qa,1):a0(sr,Qa)}}return sr}function Nf(sr,fr){return sr+Ro(cl()*(fr-sr+1))}function rf(sr,fr,Vr,Li){for(var Qa=-1,is=ds(So((fr-sr)/(Vr||1)),0),Ps=Pl(is);is--;)Ps[Li?is:++Qa]=sr,sr+=Vr;return Ps}function bp(sr,fr){var Vr="";if(!sr||fr<1||fr>_r)return Vr;do fr%2&&(Vr+=sr),fr=Ro(fr/2),fr&&(sr+=sr);while(fr);return Vr}function Zc(sr,fr){return $u(sl(sr,fr,Jm),sr+"")}function fp(sr){return ym(f0(sr))}function Sp(sr,fr){var Vr=f0(sr);return Vd(Vr,xf(fr,0,Vr.length))}function yp(sr,fr,Vr,Li){if(!Yp(sr))return sr;fr=vn(fr,sr);for(var Qa=-1,is=fr.length,Ps=is-1,Ks=sr;Ks!=null&&++QaQa?0:Qa+fr),Vr=Vr>Qa?Qa:Vr,Vr<0&&(Vr+=Qa),Qa=fr>Vr?0:Vr-fr>>>0,fr>>>=0;for(var is=Pl(Qa);++Li>>1,Ps=sr[is];Ps!==null&&!mh(Ps)&&(Vr?Ps<=fr:Ps=k){var Iu=fr?null:Xo(sr);if(Iu)return Gp(Iu);Ps=!1,Qa=$p,yl=new cp}else yl=fr?[]:Ks;e:for(;++Li=Li?sr:Kp(sr,fr,Vr)}var En=Do||function(sr){return Bd.clearTimeout(sr)};function xn(sr,fr){if(fr)return sr.slice();var Vr=sr.length,Li=uh?uh(Vr):new sr.constructor(Vr);return sr.copy(Li),Li}function Nn(sr){var fr=new sr.constructor(sr.byteLength);return new lh(fr).set(new lh(sr)),fr}function ui(sr,fr){var Vr=fr?Nn(sr.buffer):sr.buffer;return new sr.constructor(Vr,sr.byteOffset,sr.byteLength)}function Mi(sr){var fr=new sr.constructor(sr.source,Vi.exec(sr));return fr.lastIndex=sr.lastIndex,fr}function ea(sr){return Qu?zd(Qu.call(sr)):{}}function zi(sr,fr){var Vr=fr?Nn(sr.buffer):sr.buffer;return new sr.constructor(Vr,sr.byteOffset,sr.length)}function ta(sr,fr){if(sr!==fr){var Vr=sr!==y,Li=sr===null,Qa=sr===sr,is=mh(sr),Ps=fr!==y,Ks=fr===null,yl=fr===fr,Iu=mh(fr);if(!Ks&&!Iu&&!is&&sr>fr||is&&Ps&&yl&&!Ks&&!Iu||Li&&Ps&&yl||!Vr&&yl||!Qa)return 1;if(!Li&&!is&&!Iu&&sr=Ks)return yl;var Iu=Vr[Li];return yl*(Iu=="desc"?-1:1)}}return sr.index-fr.index}function ji(sr,fr,Vr,Li){for(var Qa=-1,is=sr.length,Ps=Vr.length,Ks=-1,yl=fr.length,Iu=ds(is-Ps,0),ku=Pl(yl+Iu),Vu=!Li;++Ks1?Vr[Qa-1]:y,Ps=Qa>2?Vr[2]:y;for(is=sr.length>3&&typeof is=="function"?(Qa--,is):y,Ps&&lr(Vr[0],Vr[1],Ps)&&(is=Qa<3?y:is,Qa=1),fr=zd(fr);++Li-1?Qa[is?fr[Ps]:Ps]:y}}function ra(sr){return al(function(fr){var Vr=fr.length,Li=Vr,Qa=Tu.prototype.thru;for(sr&&fr.reverse();Li--;){var is=fr[Li];if(typeof is!="function")throw new gf($);if(Qa&&!Ps&&Fs(is)=="wrapper")var Ps=new Tu([],!0)}for(Li=Ps?Li:Vr;++Li1&&Jd.reverse(),ku&&ylKs))return!1;var Iu=is.get(sr),ku=is.get(fr);if(Iu&&ku)return Iu==fr&&ku==sr;var Vu=-1,xc=!0,Qc=Vr&pe?new cp:y;for(is.set(sr,fr),is.set(fr,sr);++Vu1?"& ":"")+fr[Li],fr=fr.join(Vr>2?", ":" "),sr.replace(Ds,`{ +/* [wrapped with `+fr+`] */ +`)}function er(sr){return Ad(sr)||c0(sr)||!!(wh&&sr&&sr[wh])}function ir(sr,fr){var Vr=typeof sr;return fr=fr??_r,!!fr&&(Vr=="number"||Vr!="symbol"&&Eo.test(sr))&&sr>-1&&sr%1==0&&sr0){if(++fr>=tr)return arguments[0]}else fr=0;return sr.apply(y,arguments)}}function Vd(sr,fr){var Vr=-1,Li=sr.length,Qa=Li-1;for(fr=fr===y?Li:fr;++Vr1?sr[fr-1]:y;return Vr=typeof Vr=="function"?(sr.pop(),Vr):y,q0(sr,Vr)});function W0(sr){var fr=Ka(sr);return fr.__chain__=!0,fr}function dg(sr,fr){return fr(sr),sr}function _0(sr,fr){return fr(sr)}var pg=al(function(sr){var fr=sr.length,Vr=fr?sr[0]:0,Li=this.__wrapped__,Qa=function(is){return am(is,sr)};return fr>1||this.__actions__.length||!(Li instanceof $l)||!ir(Vr)?this.thru(Qa):(Li=Li.slice(Vr,+Vr+(fr?1:0)),Li.__actions__.push({func:_0,args:[Qa],thisArg:y}),new Tu(Li,this.__chain__).thru(function(is){return fr&&!is.length&&is.push(y),is}))});function fg(){return W0(this)}function mg(){return new Tu(this.value(),this.__chain__)}function hg(){this.__values__===y&&(this.__values__=s1(this.value()));var sr=this.__index__>=this.__values__.length,fr=sr?y:this.__values__[this.__index__++];return{done:sr,value:fr}}function _g(){return this}function vg(sr){for(var fr,Vr=this;Vr instanceof bc;){var Li=Wc(Vr);Li.__index__=0,Li.__values__=y,fr?Qa.__wrapped__=Li:fr=Li;var Qa=Li;Vr=Vr.__wrapped__}return Qa.__wrapped__=sr,fr}function bg(){var sr=this.__wrapped__;if(sr instanceof $l){var fr=sr;return this.__actions__.length&&(fr=new $l(this)),fr=fr.reverse(),fr.__actions__.push({func:_0,args:[x0],thisArg:y}),new Tu(fr,this.__chain__)}return this.thru(x0)}function yg(){return e0(this.__wrapped__,this.__actions__)}var Eg=Ea(function(sr,fr,Vr){Nd.call(sr,Vr)?++sr[Vr]:im(sr,Vr,1)});function Sg(sr,fr,Vr){var Li=Ad(sr)?pf:ro;return Vr&&lr(sr,fr,Vr)&&(fr=y),Li(sr,Hs(fr,3))}function Tg(sr,fr){var Vr=Ad(sr)?Mf:fo;return Vr(sr,Hs(fr,3))}var Cg=Gi(Pm),wg=Gi(dh);function xg(sr,fr){return zn(v0(sr,fr),1)}function Ng(sr,fr){return zn(v0(sr,fr),cr)}function Ag(sr,fr,Vr){return Vr=Vr===y?1:kd(Vr),zn(v0(sr,fr),Vr)}function K0(sr,fr){var Vr=Ad(sr)?id:Ha;return Vr(sr,Hs(fr,3))}function Y0(sr,fr){var Vr=Ad(sr)?Wd:_o;return Vr(sr,Hs(fr,3))}var Dg=Ea(function(sr,fr,Vr){Nd.call(sr,Vr)?sr[Vr].push(fr):im(sr,Vr,[fr])});function Og(sr,fr,Vr,Li){sr=Ym(sr)?sr:f0(sr),Vr=Vr&&!Li?kd(Vr):0;var Qa=sr.length;return Vr<0&&(Vr=ds(Qa+Vr,0)),T0(sr)?Vr<=Qa&&sr.indexOf(fr,Vr)>-1:!!Qa&&rp(sr,fr,Vr)>-1}var Rg=Zc(function(sr,fr,Vr){var Li=-1,Qa=typeof fr=="function",is=Ym(sr)?Pl(sr.length):[];return Ha(sr,function(Ps){is[++Li]=Qa?Du(fr,Ps,Vr):Mc(Ps,fr,Vr)}),is}),Ig=Ea(function(sr,fr,Vr){im(sr,Vr,fr)});function v0(sr,fr){var Vr=Ad(sr)?tp:Hc;return Vr(sr,Hs(fr,3))}function kg(sr,fr,Vr,Li){return sr==null?[]:(Ad(fr)||(fr=fr==null?[]:[fr]),Vr=Li?y:Vr,Ad(Vr)||(Vr=Vr==null?[]:[Vr]),Ys(sr,fr,Vr))}var Mg=Ea(function(sr,fr,Vr){sr[Vr?0:1].push(fr)},function(){return[[],[]]});function Bg(sr,fr,Vr){var Li=Ad(sr)?Fm:rh,Qa=arguments.length<3;return Li(sr,Hs(fr,4),Vr,Qa,Ha)}function Pg(sr,fr,Vr){var Li=Ad(sr)?bh:rh,Qa=arguments.length<3;return Li(sr,Hs(fr,4),Vr,Qa,_o)}function Lg(sr,fr){var Vr=Ad(sr)?Mf:fo;return Vr(sr,E0(Hs(fr,3)))}function $g(sr){var fr=Ad(sr)?ym:fp;return fr(sr)}function jg(sr,fr,Vr){(Vr?lr(sr,fr,Vr):fr===y)?fr=1:fr=kd(fr);var Li=Ad(sr)?Em:Sp;return Li(sr,fr)}function Fg(sr){var fr=Ad(sr)?kp:m0;return fr(sr)}function Ug(sr){if(sr==null)return 0;if(Ym(sr))return T0(sr)?Hm(sr):sr.length;var fr=lc(sr);return fr==Tr||fr==Wr?sr.size:rd(sr).length}function Vg(sr,fr,Vr){var Li=Ad(sr)?Dm:Jh;return Vr&&lr(sr,fr,Vr)&&(fr=y),Li(sr,Hs(fr,3))}var Hg=Zc(function(sr,fr){if(sr==null)return[];var Vr=fr.length;return Vr>1&&lr(sr,fr[0],fr[1])?fr=[]:Vr>2&&lr(fr[0],fr[1],fr[2])&&(fr=[fr[0]]),Ys(sr,zn(fr,1),[])}),b0=Ao||function(){return Bd.Date.now()};function zg(sr,fr){if(typeof fr!="function")throw new gf($);return sr=kd(sr),function(){if(--sr<1)return fr.apply(this,arguments)}}function X0(sr,fr,Vr){return fr=Vr?y:fr,fr=sr&&fr==null?sr.length:fr,ys(sr,kt,y,y,y,y,fr)}function Q0(sr,fr){var Vr;if(typeof fr!="function")throw new gf($);return sr=kd(sr),function(){return--sr>0&&(Vr=fr.apply(this,arguments)),sr<=1&&(fr=y),Vr}}var A0=Zc(function(sr,fr,Vr){var Li=Ie;if(Vr.length){var Qa=Cp(Vr,Ws(A0));Li|=Fe}return ys(sr,Li,fr,Vr,Qa)}),J0=Zc(function(sr,fr,Vr){var Li=Ie|_e;if(Vr.length){var Qa=Cp(Vr,Ws(J0));Li|=Fe}return ys(fr,Li,sr,Vr,Qa)});function Z0(sr,fr,Vr){fr=Vr?y:fr;var Li=ys(sr,he,y,y,y,y,y,fr);return Li.placeholder=Z0.placeholder,Li}function e1(sr,fr,Vr){fr=Vr?y:fr;var Li=ys(sr,Ne,y,y,y,y,y,fr);return Li.placeholder=e1.placeholder,Li}function t1(sr,fr,Vr){var Li,Qa,is,Ps,Ks,yl,Iu=0,ku=!1,Vu=!1,xc=!0;if(typeof sr!="function")throw new gf($);fr=Ah(fr)||0,Yp(Vr)&&(ku=!!Vr.leading,Vu="maxWait"in Vr,is=Vu?ds(Ah(Vr.maxWait)||0,fr):is,xc="trailing"in Vr?!!Vr.trailing:xc);function Qc(Ef){var Uh=Li,n0=Qa;return Li=Qa=y,Iu=Ef,Ps=sr.apply(n0,Uh),Ps}function ud(Ef){return Iu=Ef,Ks=vc(qd,fr),ku?Qc(Ef):Ps}function Md(Ef){var Uh=Ef-yl,n0=Ef-Iu,y1=fr-Uh;return Vu?ks(y1,is-n0):y1}function hd(Ef){var Uh=Ef-yl,n0=Ef-Iu;return yl===y||Uh>=fr||Uh<0||Vu&&n0>=is}function qd(){var Ef=b0();if(hd(Ef))return Jd(Ef);Ks=vc(qd,Md(Ef))}function Jd(Ef){return Ks=y,xc&&Li?Qc(Ef):(Li=Qa=y,Ps)}function hh(){Ks!==y&&En(Ks),Iu=0,Li=yl=Qa=Ks=y}function Lm(){return Ks===y?Ps:Jd(b0())}function gh(){var Ef=b0(),Uh=hd(Ef);if(Li=arguments,Qa=this,yl=Ef,Uh){if(Ks===y)return ud(yl);if(Vu)return En(Ks),Ks=vc(qd,fr),Qc(yl)}return Ks===y&&(Ks=vc(qd,fr)),Ps}return gh.cancel=hh,gh.flush=Lm,gh}var qg=Zc(function(sr,fr){return xa(sr,1,fr)}),Wg=Zc(function(sr,fr,Vr){return xa(sr,Ah(fr)||0,Vr)});function Kg(sr){return ys(sr,Ve)}function y0(sr,fr){if(typeof sr!="function"||fr!=null&&typeof fr!="function")throw new gf($);var Vr=function(){var Li=arguments,Qa=fr?fr.apply(this,Li):Li[0],is=Vr.cache;if(is.has(Qa))return is.get(Qa);var Ps=sr.apply(this,Li);return Vr.cache=is.set(Qa,Ps)||is,Ps};return Vr.cache=new(y0.Cache||sd),Vr}y0.Cache=sd;function E0(sr){if(typeof sr!="function")throw new gf($);return function(){var fr=arguments;switch(fr.length){case 0:return!sr.call(this);case 1:return!sr.call(this,fr[0]);case 2:return!sr.call(this,fr[0],fr[1]);case 3:return!sr.call(this,fr[0],fr[1],fr[2])}return!sr.apply(this,fr)}}function Yg(sr){return Q0(2,sr)}var Xg=Vn(function(sr,fr){fr=fr.length==1&&Ad(fr[0])?tp(fr[0],np(Hs())):tp(zn(fr,1),np(Hs()));var Vr=fr.length;return Zc(function(Li){for(var Qa=-1,is=ks(Li.length,Vr);++Qa=fr}),c0=kc(function(){return arguments}())?kc:function(sr){return sf(sr)&&Nd.call(sr,"callee")&&!bm.call(sr,"callee")},Ad=Pl.isArray,d_=fm?np(fm):Fc;function Ym(sr){return sr!=null&&S0(sr.length)&&!t0(sr)}function yf(sr){return sf(sr)&&Ym(sr)}function p_(sr){return sr===!0||sr===!1||sf(sr)&&No(sr)==gr}var s0=qo||F0,f_=Lp?np(Lp):Bc;function m_(sr){return sf(sr)&&sr.nodeType===1&&!g0(sr)}function h_(sr){if(sr==null)return!0;if(Ym(sr)&&(Ad(sr)||typeof sr=="string"||typeof sr.splice=="function"||s0(sr)||p0(sr)||c0(sr)))return!sr.length;var fr=lc(sr);if(fr==Tr||fr==Wr)return!sr.size;if(ma(sr))return!rd(sr).length;for(var Vr in sr)if(Nd.call(sr,Vr))return!1;return!0}function g_(sr,fr){return Ic(sr,fr)}function __(sr,fr,Vr){Vr=typeof Vr=="function"?Vr:y;var Li=Vr?Vr(sr,fr):y;return Li===y?Ic(sr,fr,y,Vr):!!Li}function O0(sr){if(!sf(sr))return!1;var fr=No(sr);return fr==Ur||fr==Hr||typeof sr.message=="string"&&typeof sr.name=="string"&&!g0(sr)}function v_(sr){return typeof sr=="number"&&Ja(sr)}function t0(sr){if(!Yp(sr))return!1;var fr=No(sr);return fr==zr||fr==Sr||fr==mr||fr==Dr}function n1(sr){return typeof sr=="number"&&sr==kd(sr)}function S0(sr){return typeof sr=="number"&&sr>-1&&sr%1==0&&sr<=_r}function Yp(sr){var fr=typeof sr;return sr!=null&&(fr=="object"||fr=="function")}function sf(sr){return sr!=null&&typeof sr=="object"}var i1=Vf?np(Vf):hu;function b_(sr,fr){return sr===fr||Pu(sr,fr,jl(fr))}function y_(sr,fr,Vr){return Vr=typeof Vr=="function"?Vr:y,Pu(sr,fr,jl(fr),Vr)}function E_(sr){return a1(sr)&&sr!=+sr}function S_(sr){if(mi(sr))throw new Ec(L);return fu(sr)}function T_(sr){return sr===null}function C_(sr){return sr==null}function a1(sr){return typeof sr=="number"||sf(sr)&&No(sr)==Mr}function g0(sr){if(!sf(sr)||No(sr)!=Cr)return!1;var fr=vf(sr);if(fr===null)return!0;var Vr=Nd.call(fr,"constructor")&&fr.constructor;return typeof Vr=="function"&&Vr instanceof Vr&&Rm.call(Vr)==km}var R0=Yr?np(Yr):pp;function w_(sr){return n1(sr)&&sr>=-_r&&sr<=_r}var o1=Wn?np(Wn):Rd;function T0(sr){return typeof sr=="string"||!Ad(sr)&&sf(sr)&&No(sr)==Nr}function mh(sr){return typeof sr=="symbol"||sf(sr)&&No(sr)==Fr}var p0=vi?np(vi):Gd;function x_(sr){return sr===y}function N_(sr){return sf(sr)&&lc(sr)==ca}function A_(sr){return sf(sr)&&No(sr)==Po}var D_=_s(Vc),O_=_s(function(sr,fr){return sr<=fr});function s1(sr){if(!sr)return[];if(Ym(sr))return T0(sr)?Bf(sr):Ra(sr);if(Os&&sr[Os])return Mh(sr[Os]());var fr=lc(sr),Vr=fr==Tr?nh:fr==Wr?Gp:f0;return Vr(sr)}function r0(sr){if(!sr)return sr===0?sr:0;if(sr=Ah(sr),sr===cr||sr===-cr){var fr=sr<0?-1:1;return fr*hr}return sr===sr?sr:0}function kd(sr){var fr=r0(sr),Vr=fr%1;return fr===fr?Vr?fr-Vr:fr:0}function l1(sr){return sr?xf(kd(sr),0,kr):0}function Ah(sr){if(typeof sr=="number")return sr;if(mh(sr))return Er;if(Yp(sr)){var fr=typeof sr.valueOf=="function"?sr.valueOf():sr;sr=Yp(fr)?fr+"":fr}if(typeof sr!="string")return sr===0?sr:+sr;sr=Vm(sr);var Vr=pa.test(sr);return Vr||Yo.test(sr)?df(sr.slice(2),Vr?2:8):Wi.test(sr)?Er:+sr}function u1(sr){return Ba(sr,Xm(sr))}function R_(sr){return sr?xf(kd(sr),-_r,_r):sr===0?sr:0}function hp(sr){return sr==null?"":om(sr)}var I_=Xa(function(sr,fr){if(ma(fr)||Ym(fr)){Ba(fr,Xf(fr),sr);return}for(var Vr in fr)Nd.call(fr,Vr)&&Kf(sr,Vr,fr[Vr])}),c1=Xa(function(sr,fr){Ba(fr,Xm(fr),sr)}),C0=Xa(function(sr,fr,Vr,Li){Ba(fr,Xm(fr),sr,Li)}),k_=Xa(function(sr,fr,Vr,Li){Ba(fr,Xf(fr),sr,Li)}),M_=al(am);function B_(sr,fr){var Vr=yu(sr);return fr==null?Vr:vp(Vr,fr)}var P_=Zc(function(sr,fr){sr=zd(sr);var Vr=-1,Li=fr.length,Qa=Li>2?fr[2]:y;for(Qa&&lr(fr[0],fr[1],Qa)&&(Li=1);++Vr1),is}),Ba(sr,Rs(sr),Vr),Li&&(Vr=Fp(Vr,ie|oe|ue,pl));for(var Qa=fr.length;Qa--;)a0(Vr,fr[Qa]);return Vr});function ev(sr,fr){return p1(sr,E0(Hs(fr)))}var tv=al(function(sr,fr){return sr==null?{}:wc(sr,fr)});function p1(sr,fr){if(sr==null)return{};var Vr=tp(Rs(sr),function(Li){return[Li]});return fr=Hs(fr),mc(sr,Vr,function(Li,Qa){return fr(Li,Qa[0])})}function rv(sr,fr,Vr){fr=vn(fr,sr);var Li=-1,Qa=fr.length;for(Qa||(Qa=1,sr=y);++Lifr){var Li=sr;sr=fr,fr=Li}if(Vr||sr%1||fr%1){var Qa=cl();return ks(sr+Qa*(fr-sr+$m("1e-"+((Qa+"").length-1))),fr)}return Nf(sr,fr)}var fv=Fi(function(sr,fr,Vr){return fr=fr.toLowerCase(),sr+(Vr?h1(fr):fr)});function h1(sr){return M0(hp(sr).toLowerCase())}function g1(sr){return sr=hp(sr),sr&&sr.replace(Fo,Ih).replace(Of,"")}function mv(sr,fr,Vr){sr=hp(sr),fr=om(fr);var Li=sr.length;Vr=Vr===y?Li:xf(kd(Vr),0,Li);var Qa=Vr;return Vr-=fr.length,Vr>=0&&sr.slice(Vr,Qa)==fr}function hv(sr){return sr=hp(sr),sr&&vl.test(sr)?sr.replace(Ns,wf):sr}function gv(sr){return sr=hp(sr),sr&&gc.test(sr)?sr.replace(Nc,"\\$&"):sr}var _v=Fi(function(sr,fr,Vr){return sr+(Vr?"-":"")+fr.toLowerCase()}),vv=Fi(function(sr,fr,Vr){return sr+(Vr?" ":"")+fr.toLowerCase()}),bv=Ta("toLowerCase");function yv(sr,fr,Vr){sr=hp(sr),fr=kd(fr);var Li=fr?Hm(sr):0;if(!fr||Li>=fr)return sr;var Qa=(fr-Li)/2;return Bo(Ro(Qa),Vr)+sr+Bo(So(Qa),Vr)}function Ev(sr,fr,Vr){sr=hp(sr),fr=kd(fr);var Li=fr?Hm(sr):0;return fr&&Li>>0,Vr?(sr=hp(sr),sr&&(typeof fr=="string"||fr!=null&&!R0(fr))&&(fr=om(fr),!fr&&hf(sr))?Fn(Bf(sr),0,Vr):sr.split(fr,Vr)):[]}var Av=Fi(function(sr,fr,Vr){return sr+(Vr?" ":"")+M0(fr)});function Dv(sr,fr,Vr){return sr=hp(sr),Vr=Vr==null?0:xf(kd(Vr),0,sr.length),fr=om(fr),sr.slice(Vr,Vr+fr.length)==fr}function Ov(sr,fr,Vr){var Li=Ka.templateSettings;Vr&&lr(sr,fr,Vr)&&(fr=y),sr=hp(sr),fr=C0({},fr,Li,tl);var Qa=C0({},fr.imports,Li.imports,tl),is=Xf(Qa),Ps=zf(Qa,is),Ks,yl,Iu=0,ku=fr.interpolate||hs,Vu="__p += '",xc=Gm((fr.escape||hs).source+"|"+ku.source+"|"+(ku===xs?Ln:hs).source+"|"+(fr.evaluate||hs).source+"|$","g"),Qc="//# sourceURL="+(Nd.call(fr,"sourceURL")?(fr.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++wm+"]")+` +`;sr.replace(xc,function(hd,qd,Jd,hh,Lm,gh){return Jd||(Jd=hh),Vu+=sr.slice(Iu,gh).replace(An,em),qd&&(Ks=!0,Vu+=`' + +__e(`+qd+`) + +'`),Lm&&(yl=!0,Vu+=`'; +`+Lm+`; +__p += '`),Jd&&(Vu+=`' + +((__t = (`+Jd+`)) == null ? '' : __t) + +'`),Iu=gh+hd.length,hd}),Vu+=`'; +`;var ud=Nd.call(fr,"variable")&&fr.variable;if(!ud)Vu=`with (obj) { +`+Vu+` } -`;else if(ui.test(Ad))throw new kc(j);dc=(cu?dc.replace(fo,""):dc).replace(zn,"$1").replace(ki,"$1;"),dc="function("+(Ad||"obj")+`) { -`+(Ad?"":`obj || (obj = {}); -`)+"var __t, __p = ''"+(ul?", __e = _.escape":"")+(cu?`, __j = Array.prototype.join; +`;else if(Zn.test(ud))throw new Ec(j);Vu=(yl?Vu.replace(To,""):Vu).replace(Hi,"$1").replace(na,"$1;"),Vu="function("+(ud||"obj")+`) { +`+(ud?"":`obj || (obj = {}); +`)+"var __t, __p = ''"+(Ks?", __e = _.escape":"")+(yl?`, __j = Array.prototype.join; function print() { __p += __j.call(arguments, '') } `:`; -`)+dc+`return __p -}`;var Vd=R1(function(){return kd(gs,sd+"return "+dc).apply(y,Ks)});if(Vd.source=dc,H0(Vd))throw Vd;return Vd}function zv(br){return wf(br).toLowerCase()}function Gv(br){return wf(br).toUpperCase()}function Wv(br,Mr,hn){if(br=wf(br),br&&(hn||Mr===y))return fm(br);if(!br||!(Mr=Rh(Mr)))return br;var ea=qp(br),co=qp(Mr),gs=ip(ea,co),Ks=nh(ea,co)+1;return Kn(ea,gs,Ks).join("")}function Kv(br,Mr,hn){if(br=wf(br),br&&(hn||Mr===y))return br.slice(0,Km(br)+1);if(!br||!(Mr=Rh(Mr)))return br;var ea=qp(br),co=nh(ea,qp(Mr))+1;return Kn(ea,0,co).join("")}function Yv(br,Mr,hn){if(br=wf(br),br&&(hn||Mr===y))return br.replace(bl,"");if(!br||!(Mr=Rh(Mr)))return br;var ea=qp(br),co=ip(ea,qp(Mr));return Kn(ea,co).join("")}function Xv(br,Mr){var hn=lr,ea=Et;if(rp(Mr)){var co="separator"in Mr?Mr.separator:co;hn="length"in Mr?Hd(Mr.length):hn,ea="omission"in Mr?Rh(Mr.omission):ea}br=wf(br);var gs=br.length;if(Tp(br)){var Ks=qp(br);gs=Ks.length}if(hn>=gs)return br;var ul=hn-hm(ea);if(ul<1)return ea;var cu=Ks?Kn(Ks,0,ul).join(""):br.slice(0,ul);if(co===y)return cu+ea;if(Ks&&(ul+=cu.length-ul),V0(co)){if(br.slice(ul).search(co)){var Qu,Ju=cu;for(co.global||(co=gm(co.source,wf(Gi.exec(co))+"g")),co.lastIndex=0;Qu=co.exec(Ju);)var dc=Qu.index;cu=cu.slice(0,dc===y?ul:dc)}}else if(br.indexOf(Rh(co),ul)!=ul){var Pc=cu.lastIndexOf(co);Pc>-1&&(cu=cu.slice(0,Pc))}return cu+ea}function Qv(br){return br=wf(br),br&&eo.test(br)?br.replace(Ra,Ym):br}var Jv=ra(function(br,Mr,hn){return br+(hn?" ":"")+Mr.toUpperCase()}),G0=ka("toUpperCase");function M1(br,Mr,hn){return br=wf(br),Mr=hn?y:Mr,Mr===y?zm(br)?n0(br):s0(br):br.match(Mr)||[]}var R1=ud(function(br,Mr){try{return zu(br,y,Mr)}catch(hn){return H0(hn)?hn:new kc(hn)}}),Zv=Dl(function(br,Mr){return Sd(Mr,function(hn){hn=vl(hn),Dh(br,hn,F0(br[hn],br))}),br});function eb(br){var Mr=br==null?0:br.length,hn=Zs();return br=Mr?pf(br,function(ea){if(typeof ea[1]!="function")throw new xp(L);return[hn(ea[0]),ea[1]]}):[],ud(function(ea){for(var co=-1;++cour)return[];var hn=tr,ea=Vs(br,tr);Mr=Zs(Mr),br-=tr;for(var co=yh(ea,Mr);++hn0||Mr<0)?new bu(hn):(br<0?hn=hn.takeRight(-br):br&&(hn=hn.drop(br)),Mr!==y&&(Mr=Hd(Mr),hn=Mr<0?hn.dropRight(-Mr):hn.take(Mr-br)),hn)},bu.prototype.takeRightWhile=function(br){return this.reverse().takeWhile(br).reverse()},bu.prototype.toArray=function(){return this.take(tr)},Na(bu.prototype,function(br,Mr){var hn=/^(?:filter|find|map|reject)|While$/.test(Mr),ea=/^(?:head|last)$/.test(Mr),co=no[ea?"take"+(Mr=="last"?"Right":""):Mr],gs=ea||/^find/.test(Mr);co&&(no.prototype[Mr]=function(){var Ks=this.__wrapped__,ul=ea?[1]:arguments,cu=Ks instanceof bu,Qu=ul[0],Ju=cu||$d(Ks),dc=function(tf){var uf=co.apply(no,Jp([tf],ul));return ea&&Pc?uf[0]:uf};Ju&&hn&&typeof Qu=="function"&&Qu.length!=1&&(cu=Ju=!1);var Pc=this.__chain__,sd=!!this.__actions__.length,Ad=gs&&!Pc,Vd=cu&&!sd;if(!gs&&Ju){Ks=Vd?Ks:new bu(this);var Dd=br.apply(Ks,ul);return Dd.__actions__.push({func:D0,args:[dc],thisArg:y}),new ju(Dd,Pc)}return Ad&&Vd?br.apply(this,ul):(Dd=this.thru(dc),Ad?ea?Dd.value()[0]:Dd.value():Dd)})}),Sd(["pop","push","shift","sort","splice","unshift"],function(br){var Mr=zp[br],hn=/^(?:push|sort|unshift)$/.test(br)?"tap":"thru",ea=/^(?:pop|shift)$/.test(br);no.prototype[br]=function(){var co=arguments;if(ea&&!this.__chain__){var gs=this.value();return Mr.apply($d(gs)?gs:[],co)}return this[hn](function(Ks){return Mr.apply($d(Ks)?Ks:[],co)})}}),Na(bu.prototype,function(br,Mr){var hn=no[Mr];if(hn){var ea=hn.name+"";Bd.call(Bu,ea)||(Bu[ea]=[]),Bu[ea].push({name:Mr,func:hn})}}),Bu[xa(y,$e).name]=[{name:"wrapper",func:y}],bu.prototype.clone=Ku,bu.prototype.reverse=du,bu.prototype.value=Kl,no.prototype.at=Ng,no.prototype.chain=Ag,no.prototype.commit=Dg,no.prototype.next=Mg,no.prototype.plant=Ig,no.prototype.reverse=Og,no.prototype.toJSON=no.prototype.valueOf=no.prototype.value=kg,no.prototype.first=no.prototype.head,Ls&&(no.prototype[Ls]=Rg),no},Th=Pm();Up?((Up.exports=Th)._=Th,Bh._=Th):qd._=Th}).call(commonjsGlobal)})(lodash,lodash.exports);var lodashExports=lodash.exports,lib$1={};lib$1.TextEncoder=typeof TextEncoder<"u"?TextEncoder:util$8.TextEncoder;lib$1.TextDecoder=typeof TextDecoder<"u"?TextDecoder:util$8.TextDecoder;var helpers={},mimeTypes$1={};const require$$0$2={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}};/*! +`)+Vu+`return __p +}`;var Md=v1(function(){return wd(is,Qc+"return "+Vu).apply(y,Ps)});if(Md.source=Vu,O0(Md))throw Md;return Md}function Rv(sr){return hp(sr).toLowerCase()}function Iv(sr){return hp(sr).toUpperCase()}function kv(sr,fr,Vr){if(sr=hp(sr),sr&&(Vr||fr===y))return Vm(sr);if(!sr||!(fr=om(fr)))return sr;var Li=Bf(sr),Qa=Bf(fr),is=Qp(Li,Qa),Ps=Gf(Li,Qa)+1;return Fn(Li,is,Ps).join("")}function Mv(sr,fr,Vr){if(sr=hp(sr),sr&&(Vr||fr===y))return sr.slice(0,Ph(sr)+1);if(!sr||!(fr=om(fr)))return sr;var Li=Bf(sr),Qa=Gf(Li,Bf(fr))+1;return Fn(Li,0,Qa).join("")}function Bv(sr,fr,Vr){if(sr=hp(sr),sr&&(Vr||fr===y))return sr.replace(Wl,"");if(!sr||!(fr=om(fr)))return sr;var Li=Bf(sr),Qa=Qp(Li,Bf(fr));return Fn(Li,Qa).join("")}function Pv(sr,fr){var Vr=qe,Li=jt;if(Yp(fr)){var Qa="separator"in fr?fr.separator:Qa;Vr="length"in fr?kd(fr.length):Vr,Li="omission"in fr?om(fr.omission):Li}sr=hp(sr);var is=sr.length;if(hf(sr)){var Ps=Bf(sr);is=Ps.length}if(Vr>=is)return sr;var Ks=Vr-Hm(Li);if(Ks<1)return Li;var yl=Ps?Fn(Ps,0,Ks).join(""):sr.slice(0,Ks);if(Qa===y)return yl+Li;if(Ps&&(Ks+=yl.length-Ks),R0(Qa)){if(sr.slice(Ks).search(Qa)){var Iu,ku=yl;for(Qa.global||(Qa=Gm(Qa.source,hp(Vi.exec(Qa))+"g")),Qa.lastIndex=0;Iu=Qa.exec(ku);)var Vu=Iu.index;yl=yl.slice(0,Vu===y?Ks:Vu)}}else if(sr.indexOf(om(Qa),Ks)!=Ks){var xc=yl.lastIndexOf(Qa);xc>-1&&(yl=yl.slice(0,xc))}return yl+Li}function Lv(sr){return sr=hp(sr),sr&&cs.test(sr)?sr.replace(Ma,Lh):sr}var $v=Fi(function(sr,fr,Vr){return sr+(Vr?" ":"")+fr.toUpperCase()}),M0=Ta("toUpperCase");function _1(sr,fr,Vr){return sr=hp(sr),fr=Vr?y:fr,fr===y?kh(sr)?Gh(sr):Yh(sr):sr.match(fr)||[]}var v1=Zc(function(sr,fr){try{return Du(sr,y,fr)}catch(Vr){return O0(Vr)?Vr:new Ec(Vr)}}),jv=al(function(sr,fr){return id(fr,function(Vr){Vr=rl(Vr),im(sr,Vr,A0(sr[Vr],sr))}),sr});function Fv(sr){var fr=sr==null?0:sr.length,Vr=Hs();return sr=fr?tp(sr,function(Li){if(typeof Li[1]!="function")throw new gf($);return[Vr(Li[0]),Li[1]]}):[],Zc(function(Li){for(var Qa=-1;++Qa_r)return[];var Vr=kr,Li=ks(sr,kr);fr=Hs(fr),sr-=kr;for(var Qa=Zf(Li,fr);++Vr0||fr<0)?new $l(Vr):(sr<0?Vr=Vr.takeRight(-sr):sr&&(Vr=Vr.drop(sr)),fr!==y&&(fr=kd(fr),Vr=fr<0?Vr.dropRight(-fr):Vr.take(fr-sr)),Vr)},$l.prototype.takeRightWhile=function(sr){return this.reverse().takeWhile(sr).reverse()},$l.prototype.toArray=function(){return this.take(kr)},fa($l.prototype,function(sr,fr){var Vr=/^(?:filter|find|map|reject)|While$/.test(fr),Li=/^(?:head|last)$/.test(fr),Qa=Ka[Li?"take"+(fr=="last"?"Right":""):fr],is=Li||/^find/.test(fr);Qa&&(Ka.prototype[fr]=function(){var Ps=this.__wrapped__,Ks=Li?[1]:arguments,yl=Ps instanceof $l,Iu=Ks[0],ku=yl||Ad(Ps),Vu=function(qd){var Jd=Qa.apply(Ka,Hf([qd],Ks));return Li&&xc?Jd[0]:Jd};ku&&Vr&&typeof Iu=="function"&&Iu.length!=1&&(yl=ku=!1);var xc=this.__chain__,Qc=!!this.__actions__.length,ud=is&&!xc,Md=yl&&!Qc;if(!is&&ku){Ps=Md?Ps:new $l(this);var hd=sr.apply(Ps,Ks);return hd.__actions__.push({func:_0,args:[Vu],thisArg:y}),new Tu(hd,xc)}return ud&&Md?sr.apply(this,Ks):(hd=this.thru(Vu),ud?Li?hd.value()[0]:hd.value():hd)})}),id(["pop","push","shift","sort","splice","unshift"],function(sr){var fr=Pf[sr],Vr=/^(?:push|sort|unshift)$/.test(sr)?"tap":"thru",Li=/^(?:pop|shift)$/.test(sr);Ka.prototype[sr]=function(){var Qa=arguments;if(Li&&!this.__chain__){var is=this.value();return fr.apply(Ad(is)?is:[],Qa)}return this[Vr](function(Ps){return fr.apply(Ad(Ps)?Ps:[],Qa)})}}),fa($l.prototype,function(sr,fr){var Vr=Ka[fr];if(Vr){var Li=Vr.name+"";Nd.call(bu,Li)||(bu[Li]=[]),bu[Li].push({name:fr,func:Vr})}}),bu[da(y,_e).name]=[{name:"wrapper",func:y}],$l.prototype.clone=Ru,$l.prototype.reverse=Cl,$l.prototype.value=_l,Ka.prototype.at=pg,Ka.prototype.chain=fg,Ka.prototype.commit=mg,Ka.prototype.next=hg,Ka.prototype.plant=vg,Ka.prototype.reverse=bg,Ka.prototype.toJSON=Ka.prototype.valueOf=Ka.prototype.value=yg,Ka.prototype.first=Ka.prototype.head,Os&&(Ka.prototype[Os]=_g),Ka},tm=Ch();If?((If.exports=tm)._=tm,cm._=tm):Bd._=tm}).call(commonjsGlobal)})(lodash,lodash.exports);var lodashExports=lodash.exports;const _=getDefaultExportFromCjs(lodashExports);var queryString={},strictUriEncode=e=>encodeURIComponent(e).replace(/[!'()*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`),token="%[a-f0-9]{2}",singleMatcher=new RegExp("("+token+")|([^%]+?)","gi"),multiMatcher=new RegExp("("+token+")+","gi");function decodeComponents(e,t){try{return[decodeURIComponent(e.join(""))]}catch{}if(e.length===1)return e;t=t||1;var y=e.slice(0,t),n=e.slice(t);return Array.prototype.concat.call([],decodeComponents(y),decodeComponents(n))}function decode(e){try{return decodeURIComponent(e)}catch{for(var t=e.match(singleMatcher)||[],y=1;y{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;LCe==null,$=Symbol("encodeFragmentIdentifier");function j(Ce){switch(Ce.arrayFormat){case"index":return he=>(Ne,Fe)=>{const Ue=Ne.length;return Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,[re(he,Ce),"[",Ue,"]"].join("")]:[...Ne,[re(he,Ce),"[",re(Ue,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,Ue)=>Ue===void 0||Ce.skipNull&&Ue===null||Ce.skipEmptyString&&Ue===""?Fe:(Ue=Ue===null?"":Ue,Fe.length===0?[[re(Ne,Ce),he,re(Ue,Ce)].join("")]:[[Fe,re(Ue,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,Ue)=>{if(he=/\[(\d*)\]$/.exec(Ne),Ne=Ne.replace(/\[\d*\]$/,""),!he){Ue[Ne]=Fe;return}Ue[Ne]===void 0&&(Ue[Ne]={}),Ue[Ne][he[1]]=Fe};case"bracket":return(Ne,Fe,Ue)=>{if(he=/(\[\])$/.exec(Ne),Ne=Ne.replace(/\[\]$/,""),!he){Ue[Ne]=Fe;return}if(Ue[Ne]===void 0){Ue[Ne]=[Fe];return}Ue[Ne]=[].concat(Ue[Ne],Fe)};case"colon-list-separator":return(Ne,Fe,Ue)=>{if(he=/(:list)$/.exec(Ne),Ne=Ne.replace(/:list$/,""),!he){Ue[Ne]=Fe;return}if(Ue[Ne]===void 0){Ue[Ne]=[Fe];return}Ue[Ne]=[].concat(Ue[Ne],Fe)};case"comma":case"separator":return(Ne,Fe,Ue)=>{const kt=typeof Fe=="string"&&Fe.includes(Ce.arrayFormatSeparator),Et=typeof Fe=="string"&&!kt&&ie(Fe,Ce).includes(Ce.arrayFormatSeparator);Fe=Et?ie(Fe,Ce):Fe;const Ve=kt||Et?Fe.split(Ce.arrayFormatSeparator).map(qe=>ie(qe,Ce)):Fe===null?Fe:ie(Fe,Ce);Ue[Ne]=Ve};case"bracket-separator":return(Ne,Fe,Ue)=>{const kt=/(\[\])$/.test(Ne);if(Ne=Ne.replace(/\[\]$/,""),!kt){Ue[Ne]=Fe&&ie(Fe,Ce);return}const Et=Fe===null?[]:Fe.split(Ce.arrayFormatSeparator).map(Ve=>ie(Ve,Ce));if(Ue[Ne]===void 0){Ue[Ne]=Et;return}Ue[Ne]=[].concat(Ue[Ne],Et)};default:return(Ne,Fe,Ue)=>{if(Ue[Ne]===void 0){Ue[Ne]=Fe;return}Ue[Ne]=[].concat(Ue[Ne],Fe)}}}function z(Ce){if(typeof Ce!="string"||Ce.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function re(Ce,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 Ue of Ce.split("&")){if(Ue==="")continue;let[kt,Et]=n(he.decode?Ue.replace(/\+/g," "):Ue,"=");Et=Et===void 0?null:["comma","separator","bracket-separator"].includes(he.arrayFormat)?Et:ie(Et,he),Ne(ie(kt,he),Et,Fe)}for(const Ue of Object.keys(Fe)){const kt=Fe[Ue];if(typeof kt=="object"&&kt!==null)for(const Et of Object.keys(kt))kt[Et]=Ie(kt[Et],he);else Fe[Ue]=Ie(kt,he)}return he.sort===!1?Fe:(he.sort===!0?Object.keys(Fe).sort():Object.keys(Fe).sort(he.sort)).reduce((Ue,kt)=>{const Et=Fe[kt];return Et&&typeof Et=="object"&&!Array.isArray(Et)?Ue[kt]=oe(Et):Ue[kt]=Et,Ue},Object.create(null))}e.extract=pe,e.parse=_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),Ue={};for(const Et of Object.keys(Ce))Ne(Et)||(Ue[Et]=Ce[Et]);const kt=Object.keys(Ue);return he.sort!==!1&&kt.sort(he.sort),kt.map(Et=>{const Ve=Ce[Et];return Ve===void 0?"":Ve===null?re(Et,he):Array.isArray(Ve)?Ve.length===0&&he.arrayFormat==="bracket-separator"?re(Et,he)+"[]":Ve.reduce(Fe(Et),[]).join("&"):re(Et,he)+"="+re(Ve,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),Ue=e.parse(Fe,{sort:!1}),kt=Object.assign(Ue,Ce.query);let Et=e.stringify(kt,he);Et&&(Et=`?${Et}`);let Ve=de(Ce.url);return Ce.fragmentIdentifier&&(Ve=`#${he[$]?re(Ce.fragmentIdentifier,he):Ce.fragmentIdentifier}`),`${Ne}${Et}${Ve}`},e.pick=(Ce,he,Ne)=>{Ne=Object.assign({parseFragmentIdentifier:!0,[$]:!1},Ne);const{url:Fe,query:Ue,fragmentIdentifier:kt}=e.parseUrl(Ce,Ne);return e.stringifyUrl({url:Fe,query:k(Ue,he),fragmentIdentifier:kt},Ne)},e.exclude=(Ce,he,Ne)=>{const Fe=Array.isArray(he)?Ue=>!he.includes(Ue):(Ue,kt)=>!he(Ue,kt);return e.pick(Ce,Fe,Ne)}})(queryString);const Encoder=TextEncoder;var xml$2={exports:{}},XML_CHARACTER_MAP={"&":"&",'"':""","'":"'","<":"<",">":">"};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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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(("/g,"]]]]>")+"]]>"),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.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":"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;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":(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,Ue;if(he.nodeType!==this.nodeType||he.children.length!==this.children.length)return!1;for(Ne=Fe=0,Ue=this.children.length-1;0<=Ue?Fe<=Ue:Fe>=Ue;Ne=0<=Ue?++Fe:--Fe)if(!this.children[Ne].isEqualNode(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,Ue,kt,Et;for(Et=this.children,Ue=0,kt=Et.length;UeFe},Ce.prototype.treePosition=function(he){var Ne,Fe;return Fe=0,Ne=!1,this.foreachTreeNode(this.document(),function(Ue){if(Fe++,!Ne&&Ue===he)return Ne=!0}),Ne?Fe:-1},Ce.prototype.foreachTreeNode=function(he,Ne){var Fe,Ue,kt,Et,Ve;for(he||(he=this.document()),Et=he.children,Ue=0,kt=Et.length;Ue","]]]]>"),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,"&").replace(//g,">").replace(/\r/g," "))},y.prototype.attEscape=function(n){var k;return this.options.noValidation?n:(k=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,n.replace(k,"&").replace(/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)+""+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)+""+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)+"",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+="0){for(ie+=" [",ie+=this.endline(L,$,j),$.state=t.InsideTag,oe=L.children,z=0,re=oe.length;z",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(Ue){return(Ue.type===e.Text||Ue.type===e.Raw)&&Ue.value===""}))$.allowEmpty?(Ce+=">",$.state=t.CloseTag,Ce+=""+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+=""+this.endline(L,$,j);else{if($.dontPrettyTextNodes){for(Ne=L.children,oe=0,de=Ne.length;oe"+this.endline(L,$,j),$.state=t.InsideTag,Fe=L.children,ue=0,pe=Fe.length;ue",_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)+"",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)+""+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)+""+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)+""+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)+""+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=0;)this.up();return this.onEnd()},Et.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},Et.prototype.openNode=function(Ve){var qe,jt,tr,rr;if(!Ve.isOpen){if(!this.root&&this.currentLevel===0&&Ve.type===e.Element&&(this.root=Ve),jt="",Ve.type===e.Element){this.writerOptions.state=t.OpenTag,jt=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+"<"+Ve.name,rr=Ve.attribs;for(tr in rr)kt.call(rr,tr)&&(qe=rr[tr],jt+=this.writer.attribute(qe,this.writerOptions,this.currentLevel));jt+=(Ve.children?">":"/>")+this.writer.endline(Ve,this.writerOptions,this.currentLevel),this.writerOptions.state=t.InsideTag}else this.writerOptions.state=t.OpenTag,jt=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+""),jt+=this.writer.endline(Ve,this.writerOptions,this.currentLevel);return this.onData(jt,this.currentLevel),Ve.isOpen=!0}},Et.prototype.closeNode=function(Ve){var qe;if(!Ve.isClosed)return qe="",this.writerOptions.state=t.CloseTag,Ve.type===e.Element?qe=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+""+this.writer.endline(Ve,this.writerOptions,this.currentLevel):qe=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(Ve,this.writerOptions,this.currentLevel),this.writerOptions.state=t.None,this.onData(qe,this.currentLevel),Ve.isClosed=!0},Et.prototype.onData=function(Ve,qe){return this.documentStarted=!0,this.onDataCallback(Ve,qe+1)},Et.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},Et.prototype.debugInfo=function(Ve){return Ve==null?"":"node: <"+Ve+">"},Et.prototype.ele=function(){return this.element.apply(this,arguments)},Et.prototype.nod=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.txt=function(Ve){return this.text(Ve)},Et.prototype.dat=function(Ve){return this.cdata(Ve)},Et.prototype.com=function(Ve){return this.comment(Ve)},Et.prototype.ins=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.dec=function(Ve,qe,jt){return this.declaration(Ve,qe,jt)},Et.prototype.dtd=function(Ve,qe,jt){return this.doctype(Ve,qe,jt)},Et.prototype.e=function(Ve,qe,jt){return this.element(Ve,qe,jt)},Et.prototype.n=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.t=function(Ve){return this.text(Ve)},Et.prototype.d=function(Ve){return this.cdata(Ve)},Et.prototype.c=function(Ve){return this.comment(Ve)},Et.prototype.r=function(Ve){return this.raw(Ve)},Et.prototype.i=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.att=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Et.prototype.a=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Et.prototype.ent=function(Ve,qe){return this.entity(Ve,qe)},Et.prototype.pent=function(Ve,qe){return this.pEntity(Ve,qe)},Et.prototype.not=function(Ve,qe){return this.notation(Ve,qe)},Et}()}).call(commonjsGlobal)),XMLDocumentCB.exports}var XMLStreamWriter={exports:{}},hasRequiredXMLStreamWriter;function requireXMLStreamWriter(){return hasRequiredXMLStreamWriter||(hasRequiredXMLStreamWriter=1,(function(){var e,t,y,n=function(L,$){for(var j in $)k.call($,j)&&(L[j]=$[j]);function V(){this.constructor=L}return V.prototype=$.prototype,L.prototype=new V,L.__super__=$.prototype,L},k={}.hasOwnProperty;e=requireNodeType(),y=requireXMLWriterBase(),t=requireWriterState(),XMLStreamWriter.exports=function(L){n($,L);function $(j,V){this.stream=j,$.__super__.constructor.call(this,V)}return $.prototype.endline=function(j,V,z){return j.isLastRootNode&&V.state===t.CloseTag?"":$.__super__.endline.call(this,j,V,z)},$.prototype.document=function(j,V){var z,re,ie,oe,ue,de,pe,Ie,_e;for(pe=j.children,re=ie=0,ue=pe.length;ie0){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"),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("")):(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("");else{for(this.stream.write(">"+this.endline(j,V,z)),V.state=t.InsideTag,Ce=j.children,de=0,pe=Ce.length;de")}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""},y=function($){return $.replace("]]>","]]]]>")},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(mr,gr){return new n(mr,gr)},t.SAXParser=n,t.SAXStream=re,t.createStream=z,t.MAX_BUFFER_LENGTH=64*1024;var y=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function n(mr,gr){if(!(this instanceof n))return new n(mr,gr);var jr=this;L(jr),jr.q=jr.c="",jr.bufferCheckPosition=t.MAX_BUFFER_LENGTH,jr.opt=gr||{},jr.opt.lowercase=jr.opt.lowercase||jr.opt.lowercasetags,jr.looseCase=jr.opt.lowercase?"toLowerCase":"toUpperCase",jr.tags=[],jr.closed=jr.closedRoot=jr.sawRoot=!1,jr.tag=jr.error=null,jr.strict=!!mr,jr.noscript=!!(mr||jr.opt.noscript),jr.state=Ve.BEGIN,jr.strictEntities=jr.opt.strictEntities,jr.ENTITIES=jr.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),jr.attribList=[],jr.opt.xmlns&&(jr.ns=Object.create(pe)),jr.opt.unquotedAttributeValues===void 0&&(jr.opt.unquotedAttributeValues=!mr),jr.trackPosition=jr.opt.position!==!1,jr.trackPosition&&(jr.position=jr.line=jr.column=0),jt(jr,"onready")}Object.create||(Object.create=function(mr){function gr(){}gr.prototype=mr;var jr=new gr;return jr}),Object.keys||(Object.keys=function(mr){var gr=[];for(var jr in mr)mr.hasOwnProperty(jr)&&gr.push(jr);return gr});function k(mr){for(var gr=Math.max(t.MAX_BUFFER_LENGTH,10),jr=0,Hr=0,Ur=y.length;Hrgr)switch(y[Hr]){case"textNode":rr(mr);break;case"cdata":tr(mr,"oncdata",mr.cdata),mr.cdata="";break;case"script":tr(mr,"onscript",mr.script),mr.script="";break;default:nr(mr,"Max buffer length exceeded: "+y[Hr])}jr=Math.max(jr,zr)}var Sr=t.MAX_BUFFER_LENGTH-jr;mr.bufferCheckPosition=Sr+mr.position}function L(mr){for(var gr=0,jr=y.length;gr"||Ne(mr)}function kt(mr,gr){return mr.test(gr)}function Et(mr,gr){return!kt(mr,gr)}var Ve=0;t.STATE={BEGIN:Ve++,BEGIN_WHITESPACE:Ve++,TEXT:Ve++,TEXT_ENTITY:Ve++,OPEN_WAKA:Ve++,SGML_DECL:Ve++,SGML_DECL_QUOTED:Ve++,DOCTYPE:Ve++,DOCTYPE_QUOTED:Ve++,DOCTYPE_DTD:Ve++,DOCTYPE_DTD_QUOTED:Ve++,COMMENT_STARTING:Ve++,COMMENT:Ve++,COMMENT_ENDING:Ve++,COMMENT_ENDED:Ve++,CDATA:Ve++,CDATA_ENDING:Ve++,CDATA_ENDING_2:Ve++,PROC_INST:Ve++,PROC_INST_BODY:Ve++,PROC_INST_ENDING:Ve++,OPEN_TAG:Ve++,OPEN_TAG_SLASH:Ve++,ATTRIB:Ve++,ATTRIB_NAME:Ve++,ATTRIB_NAME_SAW_WHITE:Ve++,ATTRIB_VALUE:Ve++,ATTRIB_VALUE_QUOTED:Ve++,ATTRIB_VALUE_CLOSED:Ve++,ATTRIB_VALUE_UNQUOTED:Ve++,ATTRIB_VALUE_ENTITY_Q:Ve++,ATTRIB_VALUE_ENTITY_U:Ve++,CLOSE_TAG:Ve++,CLOSE_TAG_SAW_WHITE:Ve++,SCRIPT:Ve++,SCRIPT_ENDING:Ve++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach(function(mr){var gr=t.ENTITIES[mr],jr=typeof gr=="number"?String.fromCharCode(gr):gr;t.ENTITIES[mr]=jr});for(var qe in t.STATE)t.STATE[t.STATE[qe]]=qe;Ve=t.STATE;function jt(mr,gr,jr){mr[gr]&&mr[gr](jr)}function tr(mr,gr,jr){mr.textNode&&rr(mr),jt(mr,gr,jr)}function rr(mr){mr.textNode=ar(mr.opt,mr.textNode),mr.textNode&&jt(mr,"ontext",mr.textNode),mr.textNode=""}function ar(mr,gr){return mr.trim&&(gr=gr.trim()),mr.normalize&&(gr=gr.replace(/\s+/g," ")),gr}function nr(mr,gr){return rr(mr),mr.trackPosition&&(gr+=` +Line: `+mr.line+` +Column: `+mr.column+` +Char: `+mr.c),gr=new Error(gr),mr.error=gr,jt(mr,"onerror",gr),mr}function ur(mr){return mr.sawRoot&&!mr.closedRoot&&cr(mr,"Unclosed root tag"),mr.state!==Ve.BEGIN&&mr.state!==Ve.BEGIN_WHITESPACE&&mr.state!==Ve.TEXT&&nr(mr,"Unexpected end"),rr(mr),mr.c="",mr.closed=!0,jt(mr,"onend"),n.call(mr,mr.strict,mr.opt),mr}function cr(mr,gr){if(typeof mr!="object"||!(mr instanceof n))throw new Error("bad call to strictFail");mr.strict&&nr(mr,gr)}function _r(mr){mr.strict||(mr.tagName=mr.tagName[mr.looseCase]());var gr=mr.tags[mr.tags.length-1]||mr,jr=mr.tag={name:mr.tagName,attributes:{}};mr.opt.xmlns&&(jr.ns=gr.ns),mr.attribList.length=0,tr(mr,"onopentagstart",jr)}function hr(mr,gr){var jr=mr.indexOf(":"),Hr=jr<0?["",mr]:mr.split(":"),Ur=Hr[0],zr=Hr[1];return gr&&mr==="xmlns"&&(Ur="xmlns",zr=""),{prefix:Ur,local:zr}}function Er(mr){if(mr.strict||(mr.attribName=mr.attribName[mr.looseCase]()),mr.attribList.indexOf(mr.attribName)!==-1||mr.tag.attributes.hasOwnProperty(mr.attribName)){mr.attribName=mr.attribValue="";return}if(mr.opt.xmlns){var gr=hr(mr.attribName,!0),jr=gr.prefix,Hr=gr.local;if(jr==="xmlns")if(Hr==="xml"&&mr.attribValue!==ue)cr(mr,"xml: prefix must be bound to "+ue+` +Actual: `+mr.attribValue);else if(Hr==="xmlns"&&mr.attribValue!==de)cr(mr,"xmlns: prefix must be bound to "+de+` +Actual: `+mr.attribValue);else{var Ur=mr.tag,zr=mr.tags[mr.tags.length-1]||mr;Ur.ns===zr.ns&&(Ur.ns=Object.create(zr.ns)),Ur.ns[Hr]=mr.attribValue}mr.attribList.push([mr.attribName,mr.attribValue])}else mr.tag.attributes[mr.attribName]=mr.attribValue,tr(mr,"onattribute",{name:mr.attribName,value:mr.attribValue});mr.attribName=mr.attribValue=""}function kr(mr,gr){if(mr.opt.xmlns){var jr=mr.tag,Hr=hr(mr.tagName);jr.prefix=Hr.prefix,jr.local=Hr.local,jr.uri=jr.ns[Hr.prefix]||"",jr.prefix&&!jr.uri&&(cr(mr,"Unbound namespace prefix: "+JSON.stringify(mr.tagName)),jr.uri=Hr.prefix);var Ur=mr.tags[mr.tags.length-1]||mr;jr.ns&&Ur.ns!==jr.ns&&Object.keys(jr.ns).forEach(function(Nr){tr(mr,"onopennamespace",{prefix:Nr,uri:jr.ns[Nr]})});for(var zr=0,Sr=mr.attribList.length;zr",mr.tagName="",mr.state=Ve.SCRIPT;return}tr(mr,"onscript",mr.script),mr.script=""}var gr=mr.tags.length,jr=mr.tagName;mr.strict||(jr=jr[mr.looseCase]());for(var Hr=jr;gr--;){var Ur=mr.tags[gr];if(Ur.name!==Hr)cr(mr,"Unexpected close tag");else break}if(gr<0){cr(mr,"Unmatched closing tag: "+mr.tagName),mr.textNode+="",mr.state=Ve.TEXT;return}mr.tagName=jr;for(var zr=mr.tags.length;zr-- >gr;){var Sr=mr.tag=mr.tags.pop();mr.tagName=mr.tag.name,tr(mr,"onclosetag",mr.tagName);var Tr={};for(var Mr in Sr.ns)Tr[Mr]=Sr.ns[Mr];var br=mr.tags[mr.tags.length-1]||mr;mr.opt.xmlns&&Sr.ns!==br.ns&&Object.keys(Sr.ns).forEach(function(Cr){var Ir=Sr.ns[Cr];tr(mr,"onclosenamespace",{prefix:Cr,uri:Ir})})}gr===0&&(mr.closedRoot=!0),mr.tagName=mr.attribValue=mr.attribName="",mr.attribList.length=0,mr.state=Ve.TEXT}function yr(mr){var gr=mr.entity,jr=gr.toLowerCase(),Hr,Ur="";return mr.ENTITIES[gr]?mr.ENTITIES[gr]:mr.ENTITIES[jr]?mr.ENTITIES[jr]:(gr=jr,gr.charAt(0)==="#"&&(gr.charAt(1)==="x"?(gr=gr.slice(2),Hr=parseInt(gr,16),Ur=Hr.toString(16)):(gr=gr.slice(1),Hr=parseInt(gr,10),Ur=Hr.toString(10))),gr=gr.replace(/^0+/,""),isNaN(Hr)||Ur.toLowerCase()!==gr?(cr(mr,"Invalid character entity"),"&"+mr.entity+";"):String.fromCodePoint(Hr))}function vr(mr,gr){gr==="<"?(mr.state=Ve.OPEN_WAKA,mr.startTagPosition=mr.position):Ne(gr)||(cr(mr,"Non-whitespace before first tag."),mr.textNode=gr,mr.state=Ve.TEXT)}function Rr(mr,gr){var jr="";return gr"?(tr(gr,"onsgmldeclaration",gr.sgmlDecl),gr.sgmlDecl="",gr.state=Ve.TEXT):(Fe(Hr)&&(gr.state=Ve.SGML_DECL_QUOTED),gr.sgmlDecl+=Hr);continue;case Ve.SGML_DECL_QUOTED:Hr===gr.q&&(gr.state=Ve.SGML_DECL,gr.q=""),gr.sgmlDecl+=Hr;continue;case Ve.DOCTYPE:Hr===">"?(gr.state=Ve.TEXT,tr(gr,"ondoctype",gr.doctype),gr.doctype=!0):(gr.doctype+=Hr,Hr==="["?gr.state=Ve.DOCTYPE_DTD:Fe(Hr)&&(gr.state=Ve.DOCTYPE_QUOTED,gr.q=Hr));continue;case Ve.DOCTYPE_QUOTED:gr.doctype+=Hr,Hr===gr.q&&(gr.q="",gr.state=Ve.DOCTYPE);continue;case Ve.DOCTYPE_DTD:Hr==="]"?(gr.doctype+=Hr,gr.state=Ve.DOCTYPE):Hr==="<"?(gr.state=Ve.OPEN_WAKA,gr.startTagPosition=gr.position):Fe(Hr)?(gr.doctype+=Hr,gr.state=Ve.DOCTYPE_DTD_QUOTED,gr.q=Hr):gr.doctype+=Hr;continue;case Ve.DOCTYPE_DTD_QUOTED:gr.doctype+=Hr,Hr===gr.q&&(gr.state=Ve.DOCTYPE_DTD,gr.q="");continue;case Ve.COMMENT:Hr==="-"?gr.state=Ve.COMMENT_ENDING:gr.comment+=Hr;continue;case Ve.COMMENT_ENDING:Hr==="-"?(gr.state=Ve.COMMENT_ENDED,gr.comment=ar(gr.opt,gr.comment),gr.comment&&tr(gr,"oncomment",gr.comment),gr.comment=""):(gr.comment+="-"+Hr,gr.state=Ve.COMMENT);continue;case Ve.COMMENT_ENDED:Hr!==">"?(cr(gr,"Malformed comment"),gr.comment+="--"+Hr,gr.state=Ve.COMMENT):gr.doctype&&gr.doctype!==!0?gr.state=Ve.DOCTYPE_DTD:gr.state=Ve.TEXT;continue;case Ve.CDATA:Hr==="]"?gr.state=Ve.CDATA_ENDING:gr.cdata+=Hr;continue;case Ve.CDATA_ENDING:Hr==="]"?gr.state=Ve.CDATA_ENDING_2:(gr.cdata+="]"+Hr,gr.state=Ve.CDATA);continue;case Ve.CDATA_ENDING_2:Hr===">"?(gr.cdata&&tr(gr,"oncdata",gr.cdata),tr(gr,"onclosecdata"),gr.cdata="",gr.state=Ve.TEXT):Hr==="]"?gr.cdata+="]":(gr.cdata+="]]"+Hr,gr.state=Ve.CDATA);continue;case Ve.PROC_INST:Hr==="?"?gr.state=Ve.PROC_INST_ENDING:Ne(Hr)?gr.state=Ve.PROC_INST_BODY:gr.procInstName+=Hr;continue;case Ve.PROC_INST_BODY:if(!gr.procInstBody&&Ne(Hr))continue;Hr==="?"?gr.state=Ve.PROC_INST_ENDING:gr.procInstBody+=Hr;continue;case Ve.PROC_INST_ENDING:Hr===">"?(tr(gr,"onprocessinginstruction",{name:gr.procInstName,body:gr.procInstBody}),gr.procInstName=gr.procInstBody="",gr.state=Ve.TEXT):(gr.procInstBody+="?"+Hr,gr.state=Ve.PROC_INST_BODY);continue;case Ve.OPEN_TAG:kt(_e,Hr)?gr.tagName+=Hr:(_r(gr),Hr===">"?kr(gr):Hr==="/"?gr.state=Ve.OPEN_TAG_SLASH:(Ne(Hr)||cr(gr,"Invalid character in tag name"),gr.state=Ve.ATTRIB));continue;case Ve.OPEN_TAG_SLASH:Hr===">"?(kr(gr,!0),xr(gr)):(cr(gr,"Forward-slash in opening tag not followed by >"),gr.state=Ve.ATTRIB);continue;case Ve.ATTRIB:if(Ne(Hr))continue;Hr===">"?kr(gr):Hr==="/"?gr.state=Ve.OPEN_TAG_SLASH:kt(Ie,Hr)?(gr.attribName=Hr,gr.attribValue="",gr.state=Ve.ATTRIB_NAME):cr(gr,"Invalid attribute name");continue;case Ve.ATTRIB_NAME:Hr==="="?gr.state=Ve.ATTRIB_VALUE:Hr===">"?(cr(gr,"Attribute without value"),gr.attribValue=gr.attribName,Er(gr),kr(gr)):Ne(Hr)?gr.state=Ve.ATTRIB_NAME_SAW_WHITE:kt(_e,Hr)?gr.attribName+=Hr:cr(gr,"Invalid attribute name");continue;case Ve.ATTRIB_NAME_SAW_WHITE:if(Hr==="=")gr.state=Ve.ATTRIB_VALUE;else{if(Ne(Hr))continue;cr(gr,"Attribute without value"),gr.tag.attributes[gr.attribName]="",gr.attribValue="",tr(gr,"onattribute",{name:gr.attribName,value:""}),gr.attribName="",Hr===">"?kr(gr):kt(Ie,Hr)?(gr.attribName=Hr,gr.state=Ve.ATTRIB_NAME):(cr(gr,"Invalid attribute name"),gr.state=Ve.ATTRIB)}continue;case Ve.ATTRIB_VALUE:if(Ne(Hr))continue;Fe(Hr)?(gr.q=Hr,gr.state=Ve.ATTRIB_VALUE_QUOTED):(gr.opt.unquotedAttributeValues||nr(gr,"Unquoted attribute value"),gr.state=Ve.ATTRIB_VALUE_UNQUOTED,gr.attribValue=Hr);continue;case Ve.ATTRIB_VALUE_QUOTED:if(Hr!==gr.q){Hr==="&"?gr.state=Ve.ATTRIB_VALUE_ENTITY_Q:gr.attribValue+=Hr;continue}Er(gr),gr.q="",gr.state=Ve.ATTRIB_VALUE_CLOSED;continue;case Ve.ATTRIB_VALUE_CLOSED:Ne(Hr)?gr.state=Ve.ATTRIB:Hr===">"?kr(gr):Hr==="/"?gr.state=Ve.OPEN_TAG_SLASH:kt(Ie,Hr)?(cr(gr,"No whitespace between attributes"),gr.attribName=Hr,gr.attribValue="",gr.state=Ve.ATTRIB_NAME):cr(gr,"Invalid attribute name");continue;case Ve.ATTRIB_VALUE_UNQUOTED:if(!Ue(Hr)){Hr==="&"?gr.state=Ve.ATTRIB_VALUE_ENTITY_U:gr.attribValue+=Hr;continue}Er(gr),Hr===">"?kr(gr):gr.state=Ve.ATTRIB;continue;case Ve.CLOSE_TAG:if(gr.tagName)Hr===">"?xr(gr):kt(_e,Hr)?gr.tagName+=Hr:gr.script?(gr.script+=""?xr(gr):cr(gr,"Invalid characters in closing tag");continue;case Ve.TEXT_ENTITY:case Ve.ATTRIB_VALUE_ENTITY_Q:case Ve.ATTRIB_VALUE_ENTITY_U:var Sr,Tr;switch(gr.state){case Ve.TEXT_ENTITY:Sr=Ve.TEXT,Tr="textNode";break;case Ve.ATTRIB_VALUE_ENTITY_Q:Sr=Ve.ATTRIB_VALUE_QUOTED,Tr="attribValue";break;case Ve.ATTRIB_VALUE_ENTITY_U:Sr=Ve.ATTRIB_VALUE_UNQUOTED,Tr="attribValue";break}if(Hr===";"){var Mr=yr(gr);gr.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(Mr)?(gr.entity="",gr.state=Sr,gr.write(Mr)):(gr[Tr]+=Mr,gr.entity="",gr.state=Sr)}else kt(gr.entity.length?he:Ce,Hr)?gr.entity+=Hr:(cr(gr,"Invalid character in entity name"),gr[Tr]+="&"+gr.entity+Hr,gr.entity="",gr.state=Sr);continue;default:throw new Error(gr,"Unknown state: "+gr.state)}return gr.position>=gr.bufferCheckPosition&&k(gr),gr}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var mr=String.fromCharCode,gr=Math.floor,jr=function(){var Hr=16384,Ur=[],zr,Sr,Tr=-1,Mr=arguments.length;if(!Mr)return"";for(var br="";++Tr1114111||gr(Cr)!==Cr)throw RangeError("Invalid code point: "+Cr);Cr<=65535?Ur.push(Cr):(Cr-=65536,zr=(Cr>>10)+55296,Sr=Cr%1024+56320,Ur.push(zr,Sr)),(Tr+1===Mr||Ur.length>Hr)&&(br+=mr.apply(null,Ur),Ur.length=0)}return br};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:jr,configurable:!0,writable:!0}):String.fromCodePoint=jr}()})(e)}(sax)),sax}var bom={},hasRequiredBom;function requireBom(){return hasRequiredBom||(hasRequiredBom=1,(function(){bom.stripBOM=function(e){return e[0]==="\uFEFF"?e.substring(1):e}}).call(commonjsGlobal)),bom}var processors={},hasRequiredProcessors;function requireProcessors(){return hasRequiredProcessors||(hasRequiredProcessors=1,(function(){var e;e=new RegExp(/(?!xmlns)^.*:/),processors.normalize=function(t){return t.toLowerCase()},processors.firstCharLowerCase=function(t){return t.charAt(0).toLowerCase()+t.slice(1)},processors.stripPrefix=function(t){return t.replace(e,"")},processors.parseNumbers=function(t){return isNaN(t)||(t=t%1===0?parseInt(t,10):parseFloat(t)),t},processors.parseBooleans=function(t){return/^(?:true|false)$/i.test(t)&&(t=t.toLowerCase()==="true"),t}}).call(commonjsGlobal)),processors}var main={},setImmediate$1={},hasRequiredSetImmediate;function requireSetImmediate(){if(hasRequiredSetImmediate)return setImmediate$1;hasRequiredSetImmediate=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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"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;pe0&&(Ue[Ce.options.childkey]=Et),Et=Ue;else if(jt){jt[Ce.options.childkey]=jt[Ce.options.childkey]||[],Ve=Object.create(null);for(Fe in Et)ie.call(Et,Fe)&&(Ve[Fe]=Et[Fe]);jt[Ce.options.childkey].push(Ve),delete Et["#name"],Object.keys(Et).length===1&&pe in Et&&!Ce.EXPLICIT_CHARKEY&&(Et=Et[pe])}}return _e.length>0?Ce.assignOrPush(jt,kt,Et):(Ce.options.explicitRoot&&(qe=Et,Et=Object.create(null),Et[kt]=qe),Ce.resultObject=Et,Ce.saxParser.ended=!0,Ce.emit("end",Ce.resultObject))}}(this),Ie=function(Ce){return function(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"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"&&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++;L0)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(;t5&&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"){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"&&(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"){t+=2;break}}return t}const doubleQuote='"',singleQuote="'";function readAttributeStr(e,t){let y="",n="",k=!1;for(;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!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"){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(;t0&&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;y0)){$||(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;$",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: `);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",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;L0&&(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;y0&&(y=EOL),arrToStr(e,t,"",y)}function arrToStr(e,t,y,n){let k="",L=!1;for(let $=0;$`,L=!1;continue}else if(V===t.commentPropName){k+=n+``,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}`:(k+=oe+">",ue&&n!==""&&(ue.includes("/>")||ue.includes("`),L=!0}return k}function propName(e){const t=Object.keys(e);for(let y=0;y0&&t.processEntities)for(let y=0;y","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],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"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=""+e+k:this.options.commentPropName!==!1&&t===this.options.commentPropName&&L.length===0?this.indentate(n)+``+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=`>`+this.newLine;if(this.options.commentPropName!==!1&&t===this.options.commentPropName)return this.indentate(n)+``+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+"0&&this.options.processEntities)for(let t=0;t=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(":"),Ue=[];for(let kt=0;kt0;){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=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;Ne4294967295||_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=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>8,Ie&255,_e>>8,_e&255])},de.prototype.toNormalizedString=function(){const pe=(function(){const _e=[];for(let Ce=0;CeCe&&(_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;Ie128)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;_eqe||Fe===qe&&oe[Ve].substr(0,12)==="application/"))continue}oe[Ve]=_e}}})}})(mimeTypes$1);var lib={},define_process_default$8={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};Object.defineProperty(lib,"__esModule",{value:!0});var _typeof=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},isBrowser=typeof window<"u"&&typeof window.document<"u",isWebWorker=(typeof self>"u"?"undefined":_typeof(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",isNode=typeof define_process_default$8<"u"&&define_process_default$8.versions!=null&&define_process_default$8.versions.node!=null,isJsDom=function(){return typeof window<"u"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};lib.isBrowser=isBrowser;lib.isWebWorker=isWebWorker;lib.isNode=isNode;lib.isJsDom=isJsDom;var errors$5={};function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _possibleConstructorReturn(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e}function _inherits(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function _extendableBuiltin(e){function t(){e.apply(this,arguments)}return t.prototype=Object.create(e.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e,t}var ExtendableError=function(e){_inherits(t,e);function t(){var y=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";_classCallCheck(this,t);var n=_possibleConstructorReturn(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,y));return Object.defineProperty(n,"message",{configurable:!0,enumerable:!1,value:y,writable:!0}),Object.defineProperty(n,"name",{configurable:!0,enumerable:!1,value:n.constructor.name,writable:!0}),Error.hasOwnProperty("captureStackTrace")?(Error.captureStackTrace(n,n.constructor),_possibleConstructorReturn(n)):(Object.defineProperty(n,"stack",{configurable:!0,enumerable:!1,value:new Error(y).stack,writable:!0}),n)}return t}(_extendableBuiltin(Error));const es6=Object.freeze(Object.defineProperty({__proto__:null,default:ExtendableError},Symbol.toStringTag,{value:"Module"})),require$$0$1=getAugmentedNamespace(es6);Object.defineProperty(errors$5,"__esModule",{value:!0});errors$5.SecretKeyRequiredError=errors$5.S3Error=errors$5.InvalidXMLError=errors$5.InvalidPrefixError=errors$5.InvalidPortError=errors$5.InvalidObjectNameError=errors$5.InvalidEndpointError=errors$5.InvalidDateError=errors$5.InvalidBucketPolicyError=errors$5.InvalidBucketNameError=errors$5.InvalidArgumentError=errors$5.IncorrectSizeError=errors$5.ExpiresParamError=errors$5.AnonymousRequestError=errors$5.AccessKeyRequiredError=void 0;var _es6Error=_interopRequireDefault$7(require$$0$1);function _interopRequireDefault$7(e){return e&&e.__esModule?e:{default:e}}class AnonymousRequestError extends _es6Error.default{constructor(t){super(t)}}errors$5.AnonymousRequestError=AnonymousRequestError;class InvalidArgumentError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidArgumentError=InvalidArgumentError;class InvalidPortError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidPortError=InvalidPortError;class InvalidEndpointError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidEndpointError=InvalidEndpointError;class InvalidBucketNameError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidBucketNameError=InvalidBucketNameError;class InvalidObjectNameError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidObjectNameError=InvalidObjectNameError;class AccessKeyRequiredError extends _es6Error.default{constructor(t){super(t)}}errors$5.AccessKeyRequiredError=AccessKeyRequiredError;class SecretKeyRequiredError extends _es6Error.default{constructor(t){super(t)}}errors$5.SecretKeyRequiredError=SecretKeyRequiredError;class ExpiresParamError extends _es6Error.default{constructor(t){super(t)}}errors$5.ExpiresParamError=ExpiresParamError;class InvalidDateError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidDateError=InvalidDateError;class InvalidPrefixError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidPrefixError=InvalidPrefixError;class InvalidBucketPolicyError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidBucketPolicyError=InvalidBucketPolicyError;class IncorrectSizeError extends _es6Error.default{constructor(t){super(t)}}errors$5.IncorrectSizeError=IncorrectSizeError;class InvalidXMLError extends _es6Error.default{constructor(t){super(t)}}errors$5.InvalidXMLError=InvalidXMLError;class S3Error extends _es6Error.default{constructor(t){super(t)}}errors$5.S3Error=S3Error;var cryptoBrowserify={},browser$a={exports:{}},define_process_default$7={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},MAX_BYTES=65536,MAX_UINT32=4294967295;function oldBrowser$1(){throw new Error(`Secure random number generation is not supported by this browser. -Use Chrome, Firefox or Internet Explorer 11`)}var Buffer$E=safeBufferExports$1.Buffer,crypto$3=commonjsGlobal.crypto||commonjsGlobal.msCrypto;crypto$3&&crypto$3.getRandomValues?browser$a.exports=randomBytes$4:browser$a.exports=oldBrowser$1;function randomBytes$4(e,t){if(e>MAX_UINT32)throw new RangeError("requested too many random bytes");var y=Buffer$E.allocUnsafe(e);if(e>0)if(e>MAX_BYTES)for(var n=0;n=this._blockSize;){for(var $=this._blockOffset;$0;++k)this._length[k]+=L,L=this._length[k]/4294967296|0,L>0&&(this._length[k]-=4294967296*L);return this};HashBase$2.prototype._update=function(){throw new Error("_update is not implemented")};HashBase$2.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();e!==void 0&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var y=0;y<4;++y)this._length[y]=0;return t};HashBase$2.prototype._digest=function(){throw new Error("_digest is not implemented")};var hashBase=HashBase$2,inherits$r=inherits_browserExports,HashBase$1=hashBase,Buffer$C=safeBufferExports$1.Buffer,ARRAY16$1=new Array(16);function MD5$3(){HashBase$1.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}inherits$r(MD5$3,HashBase$1);MD5$3.prototype._update=function(){for(var e=ARRAY16$1,t=0;t<16;++t)e[t]=this._block.readInt32LE(t*4);var y=this._a,n=this._b,$=this._c,k=this._d;y=fnF(y,n,$,k,e[0],3614090360,7),k=fnF(k,y,n,$,e[1],3905402710,12),$=fnF($,k,y,n,e[2],606105819,17),n=fnF(n,$,k,y,e[3],3250441966,22),y=fnF(y,n,$,k,e[4],4118548399,7),k=fnF(k,y,n,$,e[5],1200080426,12),$=fnF($,k,y,n,e[6],2821735955,17),n=fnF(n,$,k,y,e[7],4249261313,22),y=fnF(y,n,$,k,e[8],1770035416,7),k=fnF(k,y,n,$,e[9],2336552879,12),$=fnF($,k,y,n,e[10],4294925233,17),n=fnF(n,$,k,y,e[11],2304563134,22),y=fnF(y,n,$,k,e[12],1804603682,7),k=fnF(k,y,n,$,e[13],4254626195,12),$=fnF($,k,y,n,e[14],2792965006,17),n=fnF(n,$,k,y,e[15],1236535329,22),y=fnG(y,n,$,k,e[1],4129170786,5),k=fnG(k,y,n,$,e[6],3225465664,9),$=fnG($,k,y,n,e[11],643717713,14),n=fnG(n,$,k,y,e[0],3921069994,20),y=fnG(y,n,$,k,e[5],3593408605,5),k=fnG(k,y,n,$,e[10],38016083,9),$=fnG($,k,y,n,e[15],3634488961,14),n=fnG(n,$,k,y,e[4],3889429448,20),y=fnG(y,n,$,k,e[9],568446438,5),k=fnG(k,y,n,$,e[14],3275163606,9),$=fnG($,k,y,n,e[3],4107603335,14),n=fnG(n,$,k,y,e[8],1163531501,20),y=fnG(y,n,$,k,e[13],2850285829,5),k=fnG(k,y,n,$,e[2],4243563512,9),$=fnG($,k,y,n,e[7],1735328473,14),n=fnG(n,$,k,y,e[12],2368359562,20),y=fnH(y,n,$,k,e[5],4294588738,4),k=fnH(k,y,n,$,e[8],2272392833,11),$=fnH($,k,y,n,e[11],1839030562,16),n=fnH(n,$,k,y,e[14],4259657740,23),y=fnH(y,n,$,k,e[1],2763975236,4),k=fnH(k,y,n,$,e[4],1272893353,11),$=fnH($,k,y,n,e[7],4139469664,16),n=fnH(n,$,k,y,e[10],3200236656,23),y=fnH(y,n,$,k,e[13],681279174,4),k=fnH(k,y,n,$,e[0],3936430074,11),$=fnH($,k,y,n,e[3],3572445317,16),n=fnH(n,$,k,y,e[6],76029189,23),y=fnH(y,n,$,k,e[9],3654602809,4),k=fnH(k,y,n,$,e[12],3873151461,11),$=fnH($,k,y,n,e[15],530742520,16),n=fnH(n,$,k,y,e[2],3299628645,23),y=fnI(y,n,$,k,e[0],4096336452,6),k=fnI(k,y,n,$,e[7],1126891415,10),$=fnI($,k,y,n,e[14],2878612391,15),n=fnI(n,$,k,y,e[5],4237533241,21),y=fnI(y,n,$,k,e[12],1700485571,6),k=fnI(k,y,n,$,e[3],2399980690,10),$=fnI($,k,y,n,e[10],4293915773,15),n=fnI(n,$,k,y,e[1],2240044497,21),y=fnI(y,n,$,k,e[8],1873313359,6),k=fnI(k,y,n,$,e[15],4264355552,10),$=fnI($,k,y,n,e[6],2734768916,15),n=fnI(n,$,k,y,e[13],1309151649,21),y=fnI(y,n,$,k,e[4],4149444226,6),k=fnI(k,y,n,$,e[11],3174756917,10),$=fnI($,k,y,n,e[2],718787259,15),n=fnI(n,$,k,y,e[9],3951481745,21),this._a=this._a+y|0,this._b=this._b+n|0,this._c=this._c+$|0,this._d=this._d+k|0};MD5$3.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=Buffer$C.allocUnsafe(16);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e};function rotl$1(e,t){return e<>>32-t}function fnF(e,t,y,n,$,k,L){return rotl$1(e+(t&y|~t&n)+$+k|0,L)+t|0}function fnG(e,t,y,n,$,k,L){return rotl$1(e+(t&n|y&~n)+$+k|0,L)+t|0}function fnH(e,t,y,n,$,k,L){return rotl$1(e+(t^y^n)+$+k|0,L)+t|0}function fnI(e,t,y,n,$,k,L){return rotl$1(e+(y^(t|~n))+$+k|0,L)+t|0}var md5_js=MD5$3,Buffer$B=buffer$1.Buffer,inherits$q=inherits_browserExports,HashBase=hashBase,ARRAY16=new Array(16),zl$1=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],zr=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],sl=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],sr=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],hl=[0,1518500249,1859775393,2400959708,2840853838],hr=[1352829926,1548603684,1836072691,2053994217,0];function RIPEMD160$4(){HashBase.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}inherits$q(RIPEMD160$4,HashBase);RIPEMD160$4.prototype._update=function(){for(var e=ARRAY16,t=0;t<16;++t)e[t]=this._block.readInt32LE(t*4);for(var y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=this._a|0,V=this._b|0,z=this._c|0,re=this._d|0,oe=this._e|0,ue=0;ue<80;ue+=1){var de,_e;ue<16?(de=fn1(y,n,$,k,L,e[zl$1[ue]],hl[0],sl[ue]),_e=fn5(j,V,z,re,oe,e[zr[ue]],hr[0],sr[ue])):ue<32?(de=fn2(y,n,$,k,L,e[zl$1[ue]],hl[1],sl[ue]),_e=fn4(j,V,z,re,oe,e[zr[ue]],hr[1],sr[ue])):ue<48?(de=fn3(y,n,$,k,L,e[zl$1[ue]],hl[2],sl[ue]),_e=fn3(j,V,z,re,oe,e[zr[ue]],hr[2],sr[ue])):ue<64?(de=fn4(y,n,$,k,L,e[zl$1[ue]],hl[3],sl[ue]),_e=fn2(j,V,z,re,oe,e[zr[ue]],hr[3],sr[ue])):(de=fn5(y,n,$,k,L,e[zl$1[ue]],hl[4],sl[ue]),_e=fn1(j,V,z,re,oe,e[zr[ue]],hr[4],sr[ue])),y=L,L=k,k=rotl($,10),$=n,n=de,j=oe,oe=re,re=rotl(z,10),z=V,V=_e}var Ne=this._b+$+re|0;this._b=this._c+k+oe|0,this._c=this._d+L+j|0,this._d=this._e+y+V|0,this._e=this._a+n+z|0,this._a=Ne};RIPEMD160$4.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=Buffer$B.alloc?Buffer$B.alloc(20):new Buffer$B(20);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e.writeInt32LE(this._e,16),e};function rotl(e,t){return e<>>32-t}function fn1(e,t,y,n,$,k,L,j){return rotl(e+(t^y^n)+k+L|0,j)+$|0}function fn2(e,t,y,n,$,k,L,j){return rotl(e+(t&y|~t&n)+k+L|0,j)+$|0}function fn3(e,t,y,n,$,k,L,j){return rotl(e+((t|~y)^n)+k+L|0,j)+$|0}function fn4(e,t,y,n,$,k,L,j){return rotl(e+(t&n|y&~n)+k+L|0,j)+$|0}function fn5(e,t,y,n,$,k,L,j){return rotl(e+(t^(y|~n))+k+L|0,j)+$|0}var ripemd160=RIPEMD160$4,sha_js={exports:{}},Buffer$A=safeBufferExports$1.Buffer;function Hash$7(e,t){this._block=Buffer$A.alloc(e),this._finalSize=t,this._blockSize=e,this._len=0}Hash$7.prototype.update=function(e,t){typeof e=="string"&&(t=t||"utf8",e=Buffer$A.from(e,t));for(var y=this._block,n=this._blockSize,$=e.length,k=this._len,L=0;L<$;){for(var j=k%n,V=Math.min($-L,n-j),z=0;z=this._finalSize&&(this._update(this._block),this._block.fill(0));var y=this._len*8;if(y<=4294967295)this._block.writeUInt32BE(y,this._blockSize-4);else{var n=(y&4294967295)>>>0,$=(y-n)/4294967296;this._block.writeUInt32BE($,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var k=this._hash();return e?k.toString(e):k};Hash$7.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var hash$3=Hash$7,inherits$p=inherits_browserExports,Hash$6=hash$3,Buffer$z=safeBufferExports$1.Buffer,K$4=[1518500249,1859775393,-1894007588,-899497514],W$5=new Array(80);function Sha(){this.init(),this._w=W$5,Hash$6.call(this,64,56)}inherits$p(Sha,Hash$6);Sha.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function rotl5$1(e){return e<<5|e>>>27}function rotl30$1(e){return e<<30|e>>>2}function ft$1(e,t,y,n){return e===0?t&y|~t&n:e===2?t&y|t&n|y&n:t^y^n}Sha.prototype._update=function(e){for(var t=this._w,y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=0;j<16;++j)t[j]=e.readInt32BE(j*4);for(;j<80;++j)t[j]=t[j-3]^t[j-8]^t[j-14]^t[j-16];for(var V=0;V<80;++V){var z=~~(V/20),re=rotl5$1(y)+ft$1(z,n,$,k)+L+t[V]+K$4[z]|0;L=k,k=$,$=rotl30$1(n),n=y,y=re}this._a=y+this._a|0,this._b=n+this._b|0,this._c=$+this._c|0,this._d=k+this._d|0,this._e=L+this._e|0};Sha.prototype._hash=function(){var e=Buffer$z.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var sha$4=Sha,inherits$o=inherits_browserExports,Hash$5=hash$3,Buffer$y=safeBufferExports$1.Buffer,K$3=[1518500249,1859775393,-1894007588,-899497514],W$4=new Array(80);function Sha1(){this.init(),this._w=W$4,Hash$5.call(this,64,56)}inherits$o(Sha1,Hash$5);Sha1.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function rotl1(e){return e<<1|e>>>31}function rotl5(e){return e<<5|e>>>27}function rotl30(e){return e<<30|e>>>2}function ft(e,t,y,n){return e===0?t&y|~t&n:e===2?t&y|t&n|y&n:t^y^n}Sha1.prototype._update=function(e){for(var t=this._w,y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=0;j<16;++j)t[j]=e.readInt32BE(j*4);for(;j<80;++j)t[j]=rotl1(t[j-3]^t[j-8]^t[j-14]^t[j-16]);for(var V=0;V<80;++V){var z=~~(V/20),re=rotl5(y)+ft(z,n,$,k)+L+t[V]+K$3[z]|0;L=k,k=$,$=rotl30(n),n=y,y=re}this._a=y+this._a|0,this._b=n+this._b|0,this._c=$+this._c|0,this._d=k+this._d|0,this._e=L+this._e|0};Sha1.prototype._hash=function(){var e=Buffer$y.allocUnsafe(20);return e.writeInt32BE(this._a|0,0),e.writeInt32BE(this._b|0,4),e.writeInt32BE(this._c|0,8),e.writeInt32BE(this._d|0,12),e.writeInt32BE(this._e|0,16),e};var sha1=Sha1,inherits$n=inherits_browserExports,Hash$4=hash$3,Buffer$x=safeBufferExports$1.Buffer,K$2=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],W$3=new Array(64);function Sha256$1(){this.init(),this._w=W$3,Hash$4.call(this,64,56)}inherits$n(Sha256$1,Hash$4);Sha256$1.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this};function ch(e,t,y){return y^e&(t^y)}function maj$1(e,t,y){return e&t|y&(e|t)}function sigma0$1(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function sigma1$1(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function gamma0(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}function gamma1(e){return(e>>>17|e<<15)^(e>>>19|e<<13)^e>>>10}Sha256$1.prototype._update=function(e){for(var t=this._w,y=this._a|0,n=this._b|0,$=this._c|0,k=this._d|0,L=this._e|0,j=this._f|0,V=this._g|0,z=this._h|0,re=0;re<16;++re)t[re]=e.readInt32BE(re*4);for(;re<64;++re)t[re]=gamma1(t[re-2])+t[re-7]+gamma0(t[re-15])+t[re-16]|0;for(var oe=0;oe<64;++oe){var ue=z+sigma1$1(L)+ch(L,j,V)+K$2[oe]+t[oe]|0,de=sigma0$1(y)+maj$1(y,n,$)|0;z=V,V=j,j=L,L=k+ue|0,k=$,$=n,n=y,y=ue+de|0}this._a=y+this._a|0,this._b=n+this._b|0,this._c=$+this._c|0,this._d=k+this._d|0,this._e=L+this._e|0,this._f=j+this._f|0,this._g=V+this._g|0,this._h=z+this._h|0};Sha256$1.prototype._hash=function(){var e=Buffer$x.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e};var sha256$1=Sha256$1,inherits$m=inherits_browserExports,Sha256=sha256$1,Hash$3=hash$3,Buffer$w=safeBufferExports$1.Buffer,W$2=new Array(64);function Sha224(){this.init(),this._w=W$2,Hash$3.call(this,64,56)}inherits$m(Sha224,Sha256);Sha224.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this};Sha224.prototype._hash=function(){var e=Buffer$w.allocUnsafe(28);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e};var sha224$1=Sha224,inherits$l=inherits_browserExports,Hash$2=hash$3,Buffer$v=safeBufferExports$1.Buffer,K$1=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],W$1=new Array(160);function Sha512(){this.init(),this._w=W$1,Hash$2.call(this,128,112)}inherits$l(Sha512,Hash$2);Sha512.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this};function Ch(e,t,y){return y^e&(t^y)}function maj(e,t,y){return e&t|y&(e|t)}function sigma0(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function sigma1(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function Gamma0(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function Gamma0l(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function Gamma1(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function Gamma1l(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function getCarry(e,t){return e>>>0>>0?1:0}Sha512.prototype._update=function(e){for(var t=this._w,y=this._ah|0,n=this._bh|0,$=this._ch|0,k=this._dh|0,L=this._eh|0,j=this._fh|0,V=this._gh|0,z=this._hh|0,re=this._al|0,oe=this._bl|0,ue=this._cl|0,de=this._dl|0,_e=this._el|0,Ne=this._fl|0,Ue=this._gl|0,$e=this._hl|0,Ve=0;Ve<32;Ve+=2)t[Ve]=e.readInt32BE(Ve*4),t[Ve+1]=e.readInt32BE(Ve*4+4);for(;Ve<160;Ve+=2){var Fe=t[Ve-30],qe=t[Ve-15*2+1],er=Gamma0(Fe,qe),ir=Gamma0l(qe,Fe);Fe=t[Ve-2*2],qe=t[Ve-2*2+1];var dr=Gamma1(Fe,qe),cr=Gamma1l(qe,Fe),nr=t[Ve-7*2],lr=t[Ve-7*2+1],Et=t[Ve-16*2],ie=t[Ve-16*2+1],pe=ir+lr|0,Ce=er+nr+getCarry(pe,ir)|0;pe=pe+cr|0,Ce=Ce+dr+getCarry(pe,cr)|0,pe=pe+ie|0,Ce=Ce+Et+getCarry(pe,ie)|0,t[Ve]=Ce,t[Ve+1]=pe}for(var Ie=0;Ie<160;Ie+=2){Ce=t[Ie],pe=t[Ie+1];var jt=maj(y,n,$),ar=maj(re,oe,ue),ur=sigma0(y,re),kt=sigma0(re,y),he=sigma1(L,_e),tr=sigma1(_e,L),gr=K$1[Ie],_r=K$1[Ie+1],yr=Ch(L,j,V),xr=Ch(_e,Ne,Ue),Nr=$e+tr|0,Tr=z+he+getCarry(Nr,$e)|0;Nr=Nr+xr|0,Tr=Tr+yr+getCarry(Nr,xr)|0,Nr=Nr+_r|0,Tr=Tr+gr+getCarry(Nr,_r)|0,Nr=Nr+pe|0,Tr=Tr+Ce+getCarry(Nr,pe)|0;var Sr=kt+ar|0,Ar=ur+jt+getCarry(Sr,kt)|0;z=V,$e=Ue,V=j,Ue=Ne,j=L,Ne=_e,_e=de+Nr|0,L=k+Tr+getCarry(_e,de)|0,k=$,de=ue,$=n,ue=oe,n=y,oe=re,re=Nr+Sr|0,y=Tr+Ar+getCarry(re,Nr)|0}this._al=this._al+re|0,this._bl=this._bl+oe|0,this._cl=this._cl+ue|0,this._dl=this._dl+de|0,this._el=this._el+_e|0,this._fl=this._fl+Ne|0,this._gl=this._gl+Ue|0,this._hl=this._hl+$e|0,this._ah=this._ah+y+getCarry(this._al,re)|0,this._bh=this._bh+n+getCarry(this._bl,oe)|0,this._ch=this._ch+$+getCarry(this._cl,ue)|0,this._dh=this._dh+k+getCarry(this._dl,de)|0,this._eh=this._eh+L+getCarry(this._el,_e)|0,this._fh=this._fh+j+getCarry(this._fl,Ne)|0,this._gh=this._gh+V+getCarry(this._gl,Ue)|0,this._hh=this._hh+z+getCarry(this._hl,$e)|0};Sha512.prototype._hash=function(){var e=Buffer$v.allocUnsafe(64);function t(y,n,$){e.writeInt32BE(y,$),e.writeInt32BE(n,$+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e};var sha512$1=Sha512,inherits$k=inherits_browserExports,SHA512$2=sha512$1,Hash$1=hash$3,Buffer$u=safeBufferExports$1.Buffer,W=new Array(160);function Sha384(){this.init(),this._w=W,Hash$1.call(this,128,112)}inherits$k(Sha384,SHA512$2);Sha384.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this};Sha384.prototype._hash=function(){var e=Buffer$u.allocUnsafe(48);function t(y,n,$){e.writeInt32BE(y,$),e.writeInt32BE(n,$+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e};var sha384$1=Sha384,exports$1=sha_js.exports=function(t){t=t.toLowerCase();var y=exports$1[t];if(!y)throw new Error(t+" is not supported (we accept pull requests)");return new y};exports$1.sha=sha$4;exports$1.sha1=sha1;exports$1.sha224=sha224$1;exports$1.sha256=sha256$1;exports$1.sha384=sha384$1;exports$1.sha512=sha512$1;var sha_jsExports=sha_js.exports,Buffer$t=safeBufferExports$1.Buffer,Transform$7=streamBrowserify.Transform,StringDecoder=requireString_decoder$1().StringDecoder,inherits$j=inherits_browserExports;function CipherBase$1(e){Transform$7.call(this),this.hashMode=typeof e=="string",this.hashMode?this[e]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}inherits$j(CipherBase$1,Transform$7);CipherBase$1.prototype.update=function(e,t,y){typeof e=="string"&&(e=Buffer$t.from(e,t));var n=this._update(e);return this.hashMode?this:(y&&(n=this._toString(n,y)),n)};CipherBase$1.prototype.setAutoPadding=function(){};CipherBase$1.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")};CipherBase$1.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")};CipherBase$1.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")};CipherBase$1.prototype._transform=function(e,t,y){var n;try{this.hashMode?this._update(e):this.push(this._update(e))}catch($){n=$}finally{y(n)}};CipherBase$1.prototype._flush=function(e){var t;try{this.push(this.__final())}catch(y){t=y}e(t)};CipherBase$1.prototype._finalOrDigest=function(e){var t=this.__final()||Buffer$t.alloc(0);return e&&(t=this._toString(t,e,!0)),t};CipherBase$1.prototype._toString=function(e,t,y){if(this._decoder||(this._decoder=new StringDecoder(t),this._encoding=t),this._encoding!==t)throw new Error("can't switch encodings");var n=this._decoder.write(e);return y&&(n+=this._decoder.end()),n};var cipherBase=CipherBase$1,inherits$i=inherits_browserExports,MD5$2=md5_js,RIPEMD160$3=ripemd160,sha$3=sha_jsExports,Base$6=cipherBase;function Hash(e){Base$6.call(this,"digest"),this._hash=e}inherits$i(Hash,Base$6);Hash.prototype._update=function(e){this._hash.update(e)};Hash.prototype._final=function(){return this._hash.digest()};var browser$9=function(t){return t=t.toLowerCase(),t==="md5"?new MD5$2:t==="rmd160"||t==="ripemd160"?new RIPEMD160$3:new Hash(sha$3(t))},inherits$h=inherits_browserExports,Buffer$s=safeBufferExports$1.Buffer,Base$5=cipherBase,ZEROS$2=Buffer$s.alloc(128),blocksize=64;function Hmac$3(e,t){Base$5.call(this,"digest"),typeof t=="string"&&(t=Buffer$s.from(t)),this._alg=e,this._key=t,t.length>blocksize?t=e(t):t.lengthy){var n=e==="rmd160"?new RIPEMD160$2:sha$2(e);t=n.update(t).digest()}else t.lengthMAX_ALLOC||t!==t)throw new TypeError("Bad key length")},define_process_default$6={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},defaultEncoding$2;if(commonjsGlobal.process&&commonjsGlobal.process.browser)defaultEncoding$2="utf-8";else if(commonjsGlobal.process&&commonjsGlobal.process.version){var pVersionMajor=parseInt(define_process_default$6.version.split(".")[0].slice(1),10);defaultEncoding$2=pVersionMajor>=6?"utf-8":"binary"}else defaultEncoding$2="utf-8";var defaultEncoding_1=defaultEncoding$2,Buffer$q=safeBufferExports$1.Buffer,toBuffer$2=function(e,t,y){if(Buffer$q.isBuffer(e))return e;if(typeof e=="string")return Buffer$q.from(e,t);if(ArrayBuffer.isView(e))return Buffer$q.from(e.buffer);throw new TypeError(y+" must be a string, a Buffer, a typed array or a DataView")},md5=md5$2,RIPEMD160$1=ripemd160,sha$1=sha_jsExports,Buffer$p=safeBufferExports$1.Buffer,checkParameters$1=precondition,defaultEncoding$1=defaultEncoding_1,toBuffer$1=toBuffer$2,ZEROS=Buffer$p.alloc(128),sizes={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function Hmac$1(e,t,y){var n=getDigest(e),$=e==="sha512"||e==="sha384"?128:64;t.length>$?t=n(t):t.length<$&&(t=Buffer$p.concat([t,ZEROS],$));for(var k=Buffer$p.allocUnsafe($+sizes[e]),L=Buffer$p.allocUnsafe($+sizes[e]),j=0;j<$;j++)k[j]=t[j]^54,L[j]=t[j]^92;var V=Buffer$p.allocUnsafe($+y+4);k.copy(V,0,0,$),this.ipad1=V,this.ipad2=k,this.opad=L,this.alg=e,this.blocksize=$,this.hash=n,this.size=sizes[e]}Hmac$1.prototype.run=function(e,t){e.copy(t,this.blocksize);var y=this.hash(t);return y.copy(this.opad,this.blocksize),this.hash(this.opad)};function getDigest(e){function t(n){return sha$1(e).update(n).digest()}function y(n){return new RIPEMD160$1().update(n).digest()}return e==="rmd160"||e==="ripemd160"?y:e==="md5"?md5:t}function pbkdf2(e,t,y,n,$){checkParameters$1(y,n),e=toBuffer$1(e,defaultEncoding$1,"Password"),t=toBuffer$1(t,defaultEncoding$1,"Salt"),$=$||"sha1";var k=new Hmac$1($,e,t.length),L=Buffer$p.allocUnsafe(n),j=Buffer$p.allocUnsafe(t.length+4);t.copy(j,0,0,t.length);for(var V=0,z=sizes[$],re=Math.ceil(n/z),oe=1;oe<=re;oe++){j.writeUInt32BE(oe,t.length);for(var ue=k.run(j,k.ipad1),de=ue,_e=1;_e>>0};utils$q.writeUInt32BE=function(t,y,n){t[0+n]=y>>>24,t[1+n]=y>>>16&255,t[2+n]=y>>>8&255,t[3+n]=y&255};utils$q.ip=function(t,y,n,$){for(var k=0,L=0,j=6;j>=0;j-=2){for(var V=0;V<=24;V+=8)k<<=1,k|=y>>>V+j&1;for(var V=0;V<=24;V+=8)k<<=1,k|=t>>>V+j&1}for(var j=6;j>=0;j-=2){for(var V=1;V<=25;V+=8)L<<=1,L|=y>>>V+j&1;for(var V=1;V<=25;V+=8)L<<=1,L|=t>>>V+j&1}n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.rip=function(t,y,n,$){for(var k=0,L=0,j=0;j<4;j++)for(var V=24;V>=0;V-=8)k<<=1,k|=y>>>V+j&1,k<<=1,k|=t>>>V+j&1;for(var j=4;j<8;j++)for(var V=24;V>=0;V-=8)L<<=1,L|=y>>>V+j&1,L<<=1,L|=t>>>V+j&1;n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.pc1=function(t,y,n,$){for(var k=0,L=0,j=7;j>=5;j--){for(var V=0;V<=24;V+=8)k<<=1,k|=y>>V+j&1;for(var V=0;V<=24;V+=8)k<<=1,k|=t>>V+j&1}for(var V=0;V<=24;V+=8)k<<=1,k|=y>>V+j&1;for(var j=1;j<=3;j++){for(var V=0;V<=24;V+=8)L<<=1,L|=y>>V+j&1;for(var V=0;V<=24;V+=8)L<<=1,L|=t>>V+j&1}for(var V=0;V<=24;V+=8)L<<=1,L|=t>>V+j&1;n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.r28shl=function(t,y){return t<>>28-y};var pc2table=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];utils$q.pc2=function(t,y,n,$){for(var k=0,L=0,j=pc2table.length>>>1,V=0;V>>pc2table[V]&1;for(var V=j;V>>pc2table[V]&1;n[$+0]=k>>>0,n[$+1]=L>>>0};utils$q.expand=function(t,y,n){var $=0,k=0;$=(t&1)<<5|t>>>27;for(var L=23;L>=15;L-=4)$<<=6,$|=t>>>L&63;for(var L=11;L>=3;L-=4)k|=t>>>L&63,k<<=6;k|=(t&31)<<1|t>>>31,y[n+0]=$>>>0,y[n+1]=k>>>0};var sTable=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];utils$q.substitute=function(t,y){for(var n=0,$=0;$<4;$++){var k=t>>>18-$*6&63,L=sTable[$*64+k];n<<=4,n|=L}for(var $=0;$<4;$++){var k=y>>>18-$*6&63,L=sTable[4*64+$*64+k];n<<=4,n|=L}return n>>>0};var permuteTable=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];utils$q.permute=function(t){for(var y=0,n=0;n>>permuteTable[n]&1;return y>>>0};utils$q.padSplit=function(t,y,n){for(var $=t.toString(2);$.length0;$--)y+=this._buffer(t,y),n+=this._flushBuffer(k,n);return y+=this._buffer(t,y),k};Cipher$3.prototype.final=function(t){var y;t&&(y=this.update(t));var n;return this.type==="encrypt"?n=this._finalEncrypt():n=this._finalDecrypt(),y?y.concat(n):n};Cipher$3.prototype._pad=function(t,y){if(y===0)return!1;for(;y>>1];n=utils$p.r28shl(n,L),$=utils$p.r28shl($,L),utils$p.pc2(n,$,t.keys,k)}};DES$3.prototype._update=function(t,y,n,$){var k=this._desState,L=utils$p.readUInt32BE(t,y),j=utils$p.readUInt32BE(t,y+4);utils$p.ip(L,j,k.tmp,0),L=k.tmp[0],j=k.tmp[1],this.type==="encrypt"?this._encrypt(k,L,j,k.tmp,0):this._decrypt(k,L,j,k.tmp,0),L=k.tmp[0],j=k.tmp[1],utils$p.writeUInt32BE(n,L,$),utils$p.writeUInt32BE(n,j,$+4)};DES$3.prototype._pad=function(t,y){if(this.padding===!1)return!1;for(var n=t.length-y,$=y;$>>0,L=de}utils$p.rip(j,L,$,k)};DES$3.prototype._decrypt=function(t,y,n,$,k){for(var L=n,j=y,V=t.keys.length-2;V>=0;V-=2){var z=t.keys[V],re=t.keys[V+1];utils$p.expand(L,t.tmp,0),z^=t.tmp[0],re^=t.tmp[1];var oe=utils$p.substitute(z,re),ue=utils$p.permute(oe),de=L;L=(j^ue)>>>0,j=de}utils$p.rip(L,j,$,k)};var cbc$1={},assert$g=minimalisticAssert,inherits$e=inherits_browserExports,proto={};function CBCState(e){assert$g.equal(e.length,8,"Invalid IV length"),this.iv=new Array(8);for(var t=0;t>$%8,e._prev=shiftIn(e._prev,y?j:V);return L}function shiftIn(e,t){var y=e.length,n=-1,$=Buffer$k.allocUnsafe(e.length);for(e=Buffer$k.concat([e,Buffer$k.from([t])]);++n>7;return $}cfb1.encrypt=function(e,t,y){for(var n=t.length,$=Buffer$k.allocUnsafe(n),k=-1;++k>>24]^L[re>>>16&255]^j[oe>>>8&255]^V[ue&255]^t[$e++],_e=k[re>>>24]^L[oe>>>16&255]^j[ue>>>8&255]^V[z&255]^t[$e++],Ne=k[oe>>>24]^L[ue>>>16&255]^j[z>>>8&255]^V[re&255]^t[$e++],Ue=k[ue>>>24]^L[z>>>16&255]^j[re>>>8&255]^V[oe&255]^t[$e++],z=de,re=_e,oe=Ne,ue=Ue;return de=(n[z>>>24]<<24|n[re>>>16&255]<<16|n[oe>>>8&255]<<8|n[ue&255])^t[$e++],_e=(n[re>>>24]<<24|n[oe>>>16&255]<<16|n[ue>>>8&255]<<8|n[z&255])^t[$e++],Ne=(n[oe>>>24]<<24|n[ue>>>16&255]<<16|n[z>>>8&255]<<8|n[re&255])^t[$e++],Ue=(n[ue>>>24]<<24|n[z>>>16&255]<<16|n[re>>>8&255]<<8|n[oe&255])^t[$e++],de=de>>>0,_e=_e>>>0,Ne=Ne>>>0,Ue=Ue>>>0,[de,_e,Ne,Ue]}var RCON=[0,1,2,4,8,16,32,64,128,27,54],G=function(){for(var e=new Array(256),t=0;t<256;t++)t<128?e[t]=t<<1:e[t]=t<<1^283;for(var y=[],n=[],$=[[],[],[],[]],k=[[],[],[],[]],L=0,j=0,V=0;V<256;++V){var z=j^j<<1^j<<2^j<<3^j<<4;z=z>>>8^z&255^99,y[L]=z,n[z]=L;var re=e[L],oe=e[re],ue=e[oe],de=e[z]*257^z*16843008;$[0][L]=de<<24|de>>>8,$[1][L]=de<<16|de>>>16,$[2][L]=de<<8|de>>>24,$[3][L]=de,de=ue*16843009^oe*65537^re*257^L*16843008,k[0][z]=de<<24|de>>>8,k[1][z]=de<<16|de>>>16,k[2][z]=de<<8|de>>>24,k[3][z]=de,L===0?L=j=1:(L=re^e[e[e[ue^re]]],j^=e[e[j]])}return{SBOX:y,INV_SBOX:n,SUB_MIX:$,INV_SUB_MIX:k}}();function AES(e){this._key=asUInt32Array(e),this._reset()}AES.blockSize=4*4;AES.keySize=256/8;AES.prototype.blockSize=AES.blockSize;AES.prototype.keySize=AES.keySize;AES.prototype._reset=function(){for(var e=this._key,t=e.length,y=t+6,n=(y+1)*4,$=[],k=0;k>>24,L=G.SBOX[L>>>24]<<24|G.SBOX[L>>>16&255]<<16|G.SBOX[L>>>8&255]<<8|G.SBOX[L&255],L^=RCON[k/t|0]<<24):t>6&&k%t===4&&(L=G.SBOX[L>>>24]<<24|G.SBOX[L>>>16&255]<<16|G.SBOX[L>>>8&255]<<8|G.SBOX[L&255]),$[k]=$[k-t]^L}for(var j=[],V=0;V>>24]]^G.INV_SUB_MIX[1][G.SBOX[re>>>16&255]]^G.INV_SUB_MIX[2][G.SBOX[re>>>8&255]]^G.INV_SUB_MIX[3][G.SBOX[re&255]]}this._nRounds=y,this._keySchedule=$,this._invKeySchedule=j};AES.prototype.encryptBlockRaw=function(e){return e=asUInt32Array(e),cryptBlock(e,this._keySchedule,G.SUB_MIX,G.SBOX,this._nRounds)};AES.prototype.encryptBlock=function(e){var t=this.encryptBlockRaw(e),y=Buffer$i.allocUnsafe(16);return y.writeUInt32BE(t[0],0),y.writeUInt32BE(t[1],4),y.writeUInt32BE(t[2],8),y.writeUInt32BE(t[3],12),y};AES.prototype.decryptBlock=function(e){e=asUInt32Array(e);var t=e[1];e[1]=e[3],e[3]=t;var y=cryptBlock(e,this._invKeySchedule,G.INV_SUB_MIX,G.INV_SBOX,this._nRounds),n=Buffer$i.allocUnsafe(16);return n.writeUInt32BE(y[0],0),n.writeUInt32BE(y[3],4),n.writeUInt32BE(y[2],8),n.writeUInt32BE(y[1],12),n};AES.prototype.scrub=function(){scrubVec(this._keySchedule),scrubVec(this._invKeySchedule),scrubVec(this._key)};aes$6.AES=AES;var Buffer$h=safeBufferExports$1.Buffer,ZEROES=Buffer$h.alloc(16,0);function toArray$3(e){return[e.readUInt32BE(0),e.readUInt32BE(4),e.readUInt32BE(8),e.readUInt32BE(12)]}function fromArray(e){var t=Buffer$h.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0),t.writeUInt32BE(e[1]>>>0,4),t.writeUInt32BE(e[2]>>>0,8),t.writeUInt32BE(e[3]>>>0,12),t}function GHASH$1(e){this.h=e,this.state=Buffer$h.alloc(16,0),this.cache=Buffer$h.allocUnsafe(0)}GHASH$1.prototype.ghash=function(e){for(var t=-1;++t0;y--)e[y]=e[y]>>>1|(e[y-1]&1)<<31;e[0]=e[0]>>>1,$&&(e[0]=e[0]^225<<24)}this.state=fromArray(t)};GHASH$1.prototype.update=function(e){this.cache=Buffer$h.concat([this.cache,e]);for(var t;this.cache.length>=16;)t=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(t)};GHASH$1.prototype.final=function(e,t){return this.cache.length&&this.ghash(Buffer$h.concat([this.cache,ZEROES],16)),this.ghash(fromArray([0,e,0,t])),this.state};var ghash=GHASH$1,aes$5=aes$6,Buffer$g=safeBufferExports$1.Buffer,Transform$6=cipherBase,inherits$b=inherits_browserExports,GHASH=ghash,xor$3=bufferXor,incr32=incr32_1;function xorTest(e,t){var y=0;e.length!==t.length&&y++;for(var n=Math.min(e.length,t.length),$=0;$0||n>0;){var V=new MD5;V.update(j),V.update(e),t&&V.update(t),j=V.digest();var z=0;if($>0){var re=k.length-$;z=Math.min($,j.length),j.copy(k,re,0,z),$-=z}if(z0){var oe=L.length-n,ue=Math.min(n,j.length-z);j.copy(L,oe,z,z+ue),n-=ue}}return j.fill(0),{key:k,iv:L}}var evp_bytestokey=EVP_BytesToKey,MODES$1=modes_1,AuthCipher$1=authCipher,Buffer$d=safeBufferExports$1.Buffer,StreamCipher$1=streamCipher,Transform$4=cipherBase,aes$3=aes$6,ebtk$2=evp_bytestokey,inherits$9=inherits_browserExports;function Cipher(e,t,y){Transform$4.call(this),this._cache=new Splitter$1,this._cipher=new aes$3.AES(t),this._prev=Buffer$d.from(y),this._mode=e,this._autopadding=!0}inherits$9(Cipher,Transform$4);Cipher.prototype._update=function(e){this._cache.add(e);for(var t,y,n=[];t=this._cache.get();)y=this._mode.encrypt(this,t),n.push(y);return Buffer$d.concat(n)};var PADDING=Buffer$d.alloc(16,16);Cipher.prototype._final=function(){var e=this._cache.flush();if(this._autopadding)return e=this._mode.encrypt(this,e),this._cipher.scrub(),e;if(!e.equals(PADDING))throw this._cipher.scrub(),new Error("data not multiple of block length")};Cipher.prototype.setAutoPadding=function(e){return this._autopadding=!!e,this};function Splitter$1(){this.cache=Buffer$d.allocUnsafe(0)}Splitter$1.prototype.add=function(e){this.cache=Buffer$d.concat([this.cache,e])};Splitter$1.prototype.get=function(){if(this.cache.length>15){var e=this.cache.slice(0,16);return this.cache=this.cache.slice(16),e}return null};Splitter$1.prototype.flush=function(){for(var e=16-this.cache.length,t=Buffer$d.allocUnsafe(e),y=-1;++y16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t}else if(this.cache.length>=16)return t=this.cache.slice(0,16),this.cache=this.cache.slice(16),t;return null};Splitter.prototype.flush=function(){if(this.cache.length)return this.cache};function unpad(e){var t=e[15];if(t<1||t>16)throw new Error("unable to decrypt data");for(var y=-1;++y0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie=pe;Ie-=2)ur=V(ie,pe,Ie)<=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?""};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;peie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ceie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ieie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar>>26;for(;jt!==0&&ar>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;arie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur>26,this.words[ur]=pe&67108863;if(ar===0&&ur>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur>>1)jt++;return 1<>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<ar)for(this.length-=ar,he=0;he=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ieie.length)return 1;if(this.length=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Iejt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$8);var bnExports$6=bn$8.exports,bn$7={exports:{}};bn$7.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie=pe;Ie-=2)ur=V(ie,pe,Ie)<=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?""};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;peie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ceie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ieie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar>>26;for(;jt!==0&&ar>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;arie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur>26,this.words[ur]=pe&67108863;if(ar===0&&ur>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur>>1)jt++;return 1<>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<ar)for(this.length-=ar,he=0;he=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ieie.length)return 1;if(this.length=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Iejt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$7);var bnExports$5=bn$7.exports,brorand$1={exports:{}},r$2;brorand$1.exports=function(t){return r$2||(r$2=new Rand(null)),r$2.generate(t)};function Rand(e){this.rand=e}brorand$1.exports.Rand=Rand;Rand.prototype.generate=function(t){return this._rand(t)};Rand.prototype._rand=function(t){if(this.rand.getBytes)return this.rand.getBytes(t);for(var y=new Uint8Array(t),n=0;n=0);return $};MillerRabin$2.prototype._randrange=function(t,y){var n=y.sub(t);return t.add(this._randbelow(n))};MillerRabin$2.prototype.test=function(t,y,n){var $=t.bitLength(),k=bn$6.mont(t),L=new bn$6(1).toRed(k);y||(y=Math.max(1,$/48|0));for(var j=t.subn(1),V=0;!j.testn(V);V++);for(var z=t.shrn(V),re=j.toRed(k),oe=!0;y>0;y--){var ue=this._randrange(new bn$6(2),j);n&&n(ue);var de=ue.toRed(k).redPow(z);if(!(de.cmp(L)===0||de.cmp(re)===0)){for(var _e=1;_e0;y--){var re=this._randrange(new bn$6(2),L),oe=t.gcd(re);if(oe.cmpn(1)!==0)return oe;var ue=re.toRed($).redPow(V);if(!(ue.cmp(k)===0||ue.cmp(z)===0)){for(var de=1;dee;)y.ishrn(1);if(y.isEven()&&y.iadd(ONE),y.testn(1)||y.iadd(TWO),t.cmp(TWO)){if(!t.cmp(FIVE))for(;y.mod(TEN$1).cmp(THREE$1);)y.iadd(FOUR)}else for(;y.mod(TWENTYFOUR$1).cmp(ELEVEN$1);)y.iadd(FOUR);if(n=y.shrn(1),simpleSieve(n)&&simpleSieve(y)&&fermatTest(n)&&fermatTest(y)&&millerRabin$1.test(n)&&millerRabin$1.test(y))return y}}const modp1={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},modp2={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},modp5={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},modp14={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},modp15={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},modp16={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},modp17={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},modp18={gen:"02",prime:"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"},require$$1$1={modp1,modp2,modp5,modp14,modp15,modp16,modp17,modp18};var BN$f=bnExports$6,MillerRabin=mr,millerRabin=new MillerRabin,TWENTYFOUR=new BN$f(24),ELEVEN=new BN$f(11),TEN=new BN$f(10),THREE=new BN$f(3),SEVEN=new BN$f(7),primes$1=generatePrime$1,randomBytes$2=browserExports,dh$1=DH$1;function setPublicKey(e,t){return t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),this._pub=new BN$f(e),this}function setPrivateKey(e,t){return t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),this._priv=new BN$f(e),this}var primeCache={};function checkPrime(e,t){var y=t.toString("hex"),n=[y,e.toString(16)].join("_");if(n in primeCache)return primeCache[n];var $=0;if(e.isEven()||!primes$1.simpleSieve||!primes$1.fermatTest(e)||!millerRabin.test(e))return $+=1,y==="02"||y==="05"?$+=8:$+=4,primeCache[n]=$,$;millerRabin.test(e.shrn(1))||($+=2);var k;switch(y){case"02":e.mod(TWENTYFOUR).cmp(ELEVEN)&&($+=8);break;case"05":k=e.mod(TEN),k.cmp(THREE)&&k.cmp(SEVEN)&&($+=8);break;default:$+=4}return primeCache[n]=$,$}function DH$1(e,t,y){this.setGenerator(t),this.__prime=new BN$f(e),this._prime=BN$f.mont(this.__prime),this._primeLen=e.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,y?(this.setPublicKey=setPublicKey,this.setPrivateKey=setPrivateKey):this._primeCode=8}Object.defineProperty(DH$1.prototype,"verifyError",{enumerable:!0,get:function(){return typeof this._primeCode!="number"&&(this._primeCode=checkPrime(this.__prime,this.__gen)),this._primeCode}});DH$1.prototype.generateKeys=function(){return this._priv||(this._priv=new BN$f(randomBytes$2(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()};DH$1.prototype.computeSecret=function(e){e=new BN$f(e),e=e.toRed(this._prime);var t=e.redPow(this._priv).fromRed(),y=new Buffer$F(t.toArray()),n=this.getPrime();if(y.length"u"||!define_process_default$5.version||define_process_default$5.version.indexOf("v0.")===0||define_process_default$5.version.indexOf("v1.")===0&&define_process_default$5.version.indexOf("v1.8.")!==0?processNextickArgs.exports={nextTick}:processNextickArgs.exports=define_process_default$5;function nextTick(e,t,y,n){if(typeof e!="function")throw new TypeError('"callback" argument must be a function');var $=arguments.length,k,L;switch($){case 0:case 1:return define_process_default$5.nextTick(e);case 2:return define_process_default$5.nextTick(function(){e.call(null,t)});case 3:return define_process_default$5.nextTick(function(){e.call(null,t,y)});case 4:return define_process_default$5.nextTick(function(){e.call(null,t,y,n)});default:for(k=new Array($-1),L=0;L"u"}util$7.isPrimitive=isPrimitive;util$7.isBuffer=buffer$1.Buffer.isBuffer;function objectToString(e){return Object.prototype.toString.call(e)}var BufferList={exports:{}},hasRequiredBufferList;function requireBufferList(){return hasRequiredBufferList||(hasRequiredBufferList=1,function(e){function t(k,L){if(!(k instanceof L))throw new TypeError("Cannot call a class as a function")}var y=safeBufferExports.Buffer,n=util$8;function $(k,L,j){k.copy(L,j)}e.exports=function(){function k(){t(this,k),this.head=null,this.tail=null,this.length=0}return k.prototype.push=function(j){var V={data:j,next:null};this.length>0?this.tail.next=V:this.head=V,this.tail=V,++this.length},k.prototype.unshift=function(j){var V={data:j,next:this.head};this.length===0&&(this.tail=V),this.head=V,++this.length},k.prototype.shift=function(){if(this.length!==0){var j=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,j}},k.prototype.clear=function(){this.head=this.tail=null,this.length=0},k.prototype.join=function(j){if(this.length===0)return"";for(var V=this.head,z=""+V.data;V=V.next;)z+=j+V.data;return z},k.prototype.concat=function(j){if(this.length===0)return y.alloc(0);for(var V=y.allocUnsafe(j>>>0),z=this.head,re=0;z;)$(z.data,V,re),re+=z.data.length,z=z.next;return V},k}(),n&&n.inspect&&n.inspect.custom&&(e.exports.prototype[n.inspect.custom]=function(){var k=n.inspect({length:this.length});return this.constructor.name+" "+k})}(BufferList)),BufferList.exports}var pna=processNextickArgsExports;function destroy(e,t){var y=this,n=this._readableState&&this._readableState.destroyed,$=this._writableState&&this._writableState.destroyed;return n||$?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,pna.nextTick(emitErrorNT,this,e)):pna.nextTick(emitErrorNT,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(k){!t&&k?y._writableState?y._writableState.errorEmitted||(y._writableState.errorEmitted=!0,pna.nextTick(emitErrorNT,y,k)):pna.nextTick(emitErrorNT,y,k):t&&t(k)}),this)}function undestroy(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT(e,t){e.emit("error",t)}var destroy_1={destroy,undestroy},_stream_writable,hasRequired_stream_writable;function require_stream_writable(){if(hasRequired_stream_writable)return _stream_writable;hasRequired_stream_writable=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},t=processNextickArgsExports;_stream_writable=Ue;function y(ur){var kt=this;this.next=null,this.entry=null,this.finish=function(){ar(kt,ur)}}var n=!e.browser&&["v0.10","v0.9."].indexOf(e.version.slice(0,5))>-1?setImmediate:t.nextTick,$;Ue.WritableState=_e;var k=Object.create(util$7);k.inherits=inherits_browserExports;var L={deprecate:browser$b},j=streamBrowser,V=safeBufferExports.Buffer,z=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function re(ur){return V.from(ur)}function oe(ur){return V.isBuffer(ur)||ur instanceof z}var ue=destroy_1;k.inherits(Ue,j);function de(){}function _e(ur,kt){$=$||require_stream_duplex(),ur=ur||{};var he=kt instanceof $;this.objectMode=!!ur.objectMode,he&&(this.objectMode=this.objectMode||!!ur.writableObjectMode);var tr=ur.highWaterMark,gr=ur.writableHighWaterMark,_r=this.objectMode?16:16*1024;tr||tr===0?this.highWaterMark=tr:he&&(gr||gr===0)?this.highWaterMark=gr:this.highWaterMark=_r,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var yr=ur.decodeStrings===!1;this.decodeStrings=!yr,this.defaultEncoding=ur.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(xr){cr(kt,xr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new y(this)}_e.prototype.getBuffer=function(){for(var kt=this.bufferedRequest,he=[];kt;)he.push(kt),kt=kt.next;return he},function(){try{Object.defineProperty(_e.prototype,"buffer",{get:L.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var Ne;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Ne=Function.prototype[Symbol.hasInstance],Object.defineProperty(Ue,Symbol.hasInstance,{value:function(ur){return Ne.call(this,ur)?!0:this!==Ue?!1:ur&&ur._writableState instanceof _e}})):Ne=function(ur){return ur instanceof this};function Ue(ur){if($=$||require_stream_duplex(),!Ne.call(Ue,this)&&!(this instanceof $))return new Ue(ur);this._writableState=new _e(ur,this),this.writable=!0,ur&&(typeof ur.write=="function"&&(this._write=ur.write),typeof ur.writev=="function"&&(this._writev=ur.writev),typeof ur.destroy=="function"&&(this._destroy=ur.destroy),typeof ur.final=="function"&&(this._final=ur.final)),j.call(this)}Ue.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function $e(ur,kt){var he=new Error("write after end");ur.emit("error",he),t.nextTick(kt,he)}function Ve(ur,kt,he,tr){var gr=!0,_r=!1;return he===null?_r=new TypeError("May not write null values to stream"):typeof he!="string"&&he!==void 0&&!kt.objectMode&&(_r=new TypeError("Invalid non-string/buffer chunk")),_r&&(ur.emit("error",_r),t.nextTick(tr,_r),gr=!1),gr}Ue.prototype.write=function(ur,kt,he){var tr=this._writableState,gr=!1,_r=!tr.objectMode&&oe(ur);return _r&&!V.isBuffer(ur)&&(ur=re(ur)),typeof kt=="function"&&(he=kt,kt=null),_r?kt="buffer":kt||(kt=tr.defaultEncoding),typeof he!="function"&&(he=de),tr.ended?$e(this,he):(_r||Ve(this,tr,ur,he))&&(tr.pendingcb++,gr=qe(this,tr,_r,ur,kt,he)),gr},Ue.prototype.cork=function(){var ur=this._writableState;ur.corked++},Ue.prototype.uncork=function(){var ur=this._writableState;ur.corked&&(ur.corked--,!ur.writing&&!ur.corked&&!ur.bufferProcessing&&ur.bufferedRequest&&Et(this,ur))},Ue.prototype.setDefaultEncoding=function(kt){if(typeof kt=="string"&&(kt=kt.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((kt+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+kt);return this._writableState.defaultEncoding=kt,this};function Fe(ur,kt,he){return!ur.objectMode&&ur.decodeStrings!==!1&&typeof kt=="string"&&(kt=V.from(kt,he)),kt}Object.defineProperty(Ue.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function qe(ur,kt,he,tr,gr,_r){if(!he){var yr=Fe(kt,tr,gr);tr!==yr&&(he=!0,gr="buffer",tr=yr)}var xr=kt.objectMode?1:tr.length;kt.length+=xr;var Nr=kt.length>5===6?2:$e>>4===14?3:$e>>3===30?4:$e>>6===2?-1:-2}function L($e,Ve,Fe){var qe=Ve.length-1;if(qe=0?(er>0&&($e.lastNeed=er-1),er):--qe=0?(er>0&&($e.lastNeed=er-2),er):--qe=0?(er>0&&(er===2?er=0:$e.lastNeed=er-3),er):0))}function j($e,Ve,Fe){if((Ve[0]&192)!==128)return $e.lastNeed=0,"�";if($e.lastNeed>1&&Ve.length>1){if((Ve[1]&192)!==128)return $e.lastNeed=1,"�";if($e.lastNeed>2&&Ve.length>2&&(Ve[2]&192)!==128)return $e.lastNeed=2,"�"}}function V($e){var Ve=this.lastTotal-this.lastNeed,Fe=j(this,$e);if(Fe!==void 0)return Fe;if(this.lastNeed<=$e.length)return $e.copy(this.lastChar,Ve,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);$e.copy(this.lastChar,Ve,0,$e.length),this.lastNeed-=$e.length}function z($e,Ve){var Fe=L(this,$e,Ve);if(!this.lastNeed)return $e.toString("utf8",Ve);this.lastTotal=Fe;var qe=$e.length-(Fe-this.lastNeed);return $e.copy(this.lastChar,0,qe),$e.toString("utf8",Ve,qe)}function re($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+"�":Ve}function oe($e,Ve){if(($e.length-Ve)%2===0){var Fe=$e.toString("utf16le",Ve);if(Fe){var qe=Fe.charCodeAt(Fe.length-1);if(qe>=55296&&qe<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1],Fe.slice(0,-1)}return Fe}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=$e[$e.length-1],$e.toString("utf16le",Ve,$e.length-1)}function ue($e){var Ve=$e&&$e.length?this.write($e):"";if(this.lastNeed){var Fe=this.lastTotal-this.lastNeed;return Ve+this.lastChar.toString("utf16le",0,Fe)}return Ve}function de($e,Ve){var Fe=($e.length-Ve)%3;return Fe===0?$e.toString("base64",Ve):(this.lastNeed=3-Fe,this.lastTotal=3,Fe===1?this.lastChar[0]=$e[$e.length-1]:(this.lastChar[0]=$e[$e.length-2],this.lastChar[1]=$e[$e.length-1]),$e.toString("base64",Ve,$e.length-Fe))}function _e($e){var Ve=$e&&$e.length?this.write($e):"";return this.lastNeed?Ve+this.lastChar.toString("base64",0,3-this.lastNeed):Ve}function Ne($e){return $e.toString(this.encoding)}function Ue($e){return $e&&$e.length?this.write($e):""}return string_decoder}var _stream_readable,hasRequired_stream_readable;function require_stream_readable(){if(hasRequired_stream_readable)return _stream_readable;hasRequired_stream_readable=1;var e={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},t=processNextickArgsExports;_stream_readable=Fe;var y=isarray,n;Fe.ReadableState=Ve,eventsExports.EventEmitter;var $=function(Sr,Ar){return Sr.listeners(Ar).length},k=streamBrowser,L=safeBufferExports.Buffer,j=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function V(Sr){return L.from(Sr)}function z(Sr){return L.isBuffer(Sr)||Sr instanceof j}var re=Object.create(util$7);re.inherits=inherits_browserExports;var oe=util$8,ue=void 0;oe&&oe.debuglog?ue=oe.debuglog("stream"):ue=function(){};var de=requireBufferList(),_e=destroy_1,Ne;re.inherits(Fe,k);var Ue=["error","close","destroy","pause","resume"];function $e(Sr,Ar,Fr){if(typeof Sr.prependListener=="function")return Sr.prependListener(Ar,Fr);!Sr._events||!Sr._events[Ar]?Sr.on(Ar,Fr):y(Sr._events[Ar])?Sr._events[Ar].unshift(Fr):Sr._events[Ar]=[Fr,Sr._events[Ar]]}function Ve(Sr,Ar){n=n||require_stream_duplex(),Sr=Sr||{};var Fr=Ar instanceof n;this.objectMode=!!Sr.objectMode,Fr&&(this.objectMode=this.objectMode||!!Sr.readableObjectMode);var Gr=Sr.highWaterMark,Vr=Sr.readableHighWaterMark,Dr=this.objectMode?16:16*1024;Gr||Gr===0?this.highWaterMark=Gr:Fr&&(Vr||Vr===0)?this.highWaterMark=Vr:this.highWaterMark=Dr,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new de,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=Sr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Sr.encoding&&(Ne||(Ne=requireString_decoder().StringDecoder),this.decoder=new Ne(Sr.encoding),this.encoding=Sr.encoding)}function Fe(Sr){if(n=n||require_stream_duplex(),!(this instanceof Fe))return new Fe(Sr);this._readableState=new Ve(Sr,this),this.readable=!0,Sr&&(typeof Sr.read=="function"&&(this._read=Sr.read),typeof Sr.destroy=="function"&&(this._destroy=Sr.destroy)),k.call(this)}Object.defineProperty(Fe.prototype,"destroyed",{get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Sr){this._readableState&&(this._readableState.destroyed=Sr)}}),Fe.prototype.destroy=_e.destroy,Fe.prototype._undestroy=_e.undestroy,Fe.prototype._destroy=function(Sr,Ar){this.push(null),Ar(Sr)},Fe.prototype.push=function(Sr,Ar){var Fr=this._readableState,Gr;return Fr.objectMode?Gr=!0:typeof Sr=="string"&&(Ar=Ar||Fr.defaultEncoding,Ar!==Fr.encoding&&(Sr=L.from(Sr,Ar),Ar=""),Gr=!0),qe(this,Sr,Ar,!1,Gr)},Fe.prototype.unshift=function(Sr){return qe(this,Sr,null,!0,!1)};function qe(Sr,Ar,Fr,Gr,Vr){var Dr=Sr._readableState;if(Ar===null)Dr.reading=!1,Et(Sr,Dr);else{var Ir;Vr||(Ir=ir(Dr,Ar)),Ir?Sr.emit("error",Ir):Dr.objectMode||Ar&&Ar.length>0?(typeof Ar!="string"&&!Dr.objectMode&&Object.getPrototypeOf(Ar)!==L.prototype&&(Ar=V(Ar)),Gr?Dr.endEmitted?Sr.emit("error",new Error("stream.unshift() after end event")):er(Sr,Dr,Ar,!0):Dr.ended?Sr.emit("error",new Error("stream.push() after EOF")):(Dr.reading=!1,Dr.decoder&&!Fr?(Ar=Dr.decoder.write(Ar),Dr.objectMode||Ar.length!==0?er(Sr,Dr,Ar,!1):Ce(Sr,Dr)):er(Sr,Dr,Ar,!1))):Gr||(Dr.reading=!1)}return dr(Dr)}function er(Sr,Ar,Fr,Gr){Ar.flowing&&Ar.length===0&&!Ar.sync?(Sr.emit("data",Fr),Sr.read(0)):(Ar.length+=Ar.objectMode?1:Fr.length,Gr?Ar.buffer.unshift(Fr):Ar.buffer.push(Fr),Ar.needReadable&&ie(Sr)),Ce(Sr,Ar)}function ir(Sr,Ar){var Fr;return!z(Ar)&&typeof Ar!="string"&&Ar!==void 0&&!Sr.objectMode&&(Fr=new TypeError("Invalid non-string/buffer chunk")),Fr}function dr(Sr){return!Sr.ended&&(Sr.needReadable||Sr.length=cr?Sr=cr:(Sr--,Sr|=Sr>>>1,Sr|=Sr>>>2,Sr|=Sr>>>4,Sr|=Sr>>>8,Sr|=Sr>>>16,Sr++),Sr}function lr(Sr,Ar){return Sr<=0||Ar.length===0&&Ar.ended?0:Ar.objectMode?1:Sr!==Sr?Ar.flowing&&Ar.length?Ar.buffer.head.data.length:Ar.length:(Sr>Ar.highWaterMark&&(Ar.highWaterMark=nr(Sr)),Sr<=Ar.length?Sr:Ar.ended?Ar.length:(Ar.needReadable=!0,0))}Fe.prototype.read=function(Sr){ue("read",Sr),Sr=parseInt(Sr,10);var Ar=this._readableState,Fr=Sr;if(Sr!==0&&(Ar.emittedReadable=!1),Sr===0&&Ar.needReadable&&(Ar.length>=Ar.highWaterMark||Ar.ended))return ue("read: emitReadable",Ar.length,Ar.ended),Ar.length===0&&Ar.ended?xr(this):ie(this),null;if(Sr=lr(Sr,Ar),Sr===0&&Ar.ended)return Ar.length===0&&xr(this),null;var Gr=Ar.needReadable;ue("need readable",Gr),(Ar.length===0||Ar.length-Sr0?Vr=tr(Sr,Ar):Vr=null,Vr===null?(Ar.needReadable=!0,Sr=0):Ar.length-=Sr,Ar.length===0&&(Ar.ended||(Ar.needReadable=!0),Fr!==Sr&&Ar.ended&&xr(this)),Vr!==null&&this.emit("data",Vr),Vr};function Et(Sr,Ar){if(!Ar.ended){if(Ar.decoder){var Fr=Ar.decoder.end();Fr&&Fr.length&&(Ar.buffer.push(Fr),Ar.length+=Ar.objectMode?1:Fr.length)}Ar.ended=!0,ie(Sr)}}function ie(Sr){var Ar=Sr._readableState;Ar.needReadable=!1,Ar.emittedReadable||(ue("emitReadable",Ar.flowing),Ar.emittedReadable=!0,Ar.sync?t.nextTick(pe,Sr):pe(Sr))}function pe(Sr){ue("emit readable"),Sr.emit("readable"),he(Sr)}function Ce(Sr,Ar){Ar.readingMore||(Ar.readingMore=!0,t.nextTick(Ie,Sr,Ar))}function Ie(Sr,Ar){for(var Fr=Ar.length;!Ar.reading&&!Ar.flowing&&!Ar.ended&&Ar.length1&&Tr(Gr.pipes,Sr)!==-1)&&!Lr&&(ue("false write response, pause",Gr.awaitDrain),Gr.awaitDrain++,jr=!0),Fr.pause())}function Kr(Vi){ue("onerror",Vi),Zr(),Sr.removeListener("error",Kr),$(Sr,"error")===0&&Sr.emit("error",Vi)}$e(Sr,"error",Kr);function kr(){Sr.removeListener("finish",Qr),Zr()}Sr.once("close",kr);function Qr(){ue("onfinish"),Sr.removeListener("close",kr),Zr()}Sr.once("finish",Qr);function Zr(){ue("unpipe"),Fr.unpipe(Sr)}return Sr.emit("pipe",Fr),Gr.flowing||(ue("pipe resume"),Fr.resume()),Sr};function jt(Sr){return function(){var Ar=Sr._readableState;ue("pipeOnDrain",Ar.awaitDrain),Ar.awaitDrain&&Ar.awaitDrain--,Ar.awaitDrain===0&&$(Sr,"data")&&(Ar.flowing=!0,he(Sr))}}Fe.prototype.unpipe=function(Sr){var Ar=this._readableState,Fr={hasUnpiped:!1};if(Ar.pipesCount===0)return this;if(Ar.pipesCount===1)return Sr&&Sr!==Ar.pipes?this:(Sr||(Sr=Ar.pipes),Ar.pipes=null,Ar.pipesCount=0,Ar.flowing=!1,Sr&&Sr.emit("unpipe",this,Fr),this);if(!Sr){var Gr=Ar.pipes,Vr=Ar.pipesCount;Ar.pipes=null,Ar.pipesCount=0,Ar.flowing=!1;for(var Dr=0;Dr=Ar.length?(Ar.decoder?Fr=Ar.buffer.join(""):Ar.buffer.length===1?Fr=Ar.buffer.head.data:Fr=Ar.buffer.concat(Ar.length),Ar.buffer.clear()):Fr=gr(Sr,Ar.buffer,Ar.decoder),Fr}function gr(Sr,Ar,Fr){var Gr;return SrDr.length?Dr.length:Sr;if(Ir===Dr.length?Vr+=Dr:Vr+=Dr.slice(0,Sr),Sr-=Ir,Sr===0){Ir===Dr.length?(++Gr,Fr.next?Ar.head=Fr.next:Ar.head=Ar.tail=null):(Ar.head=Fr,Fr.data=Dr.slice(Ir));break}++Gr}return Ar.length-=Gr,Vr}function yr(Sr,Ar){var Fr=L.allocUnsafe(Sr),Gr=Ar.head,Vr=1;for(Gr.data.copy(Fr),Sr-=Gr.data.length;Gr=Gr.next;){var Dr=Gr.data,Ir=Sr>Dr.length?Dr.length:Sr;if(Dr.copy(Fr,Fr.length-Sr,0,Ir),Sr-=Ir,Sr===0){Ir===Dr.length?(++Vr,Gr.next?Ar.head=Gr.next:Ar.head=Ar.tail=null):(Ar.head=Gr,Gr.data=Dr.slice(Ir));break}++Vr}return Ar.length-=Vr,Fr}function xr(Sr){var Ar=Sr._readableState;if(Ar.length>0)throw new Error('"endReadable()" called on non-empty stream');Ar.endEmitted||(Ar.ended=!0,t.nextTick(Nr,Ar,Sr))}function Nr(Sr,Ar){!Sr.endEmitted&&Sr.length===0&&(Sr.endEmitted=!0,Ar.readable=!1,Ar.emit("end"))}function Tr(Sr,Ar){for(var Fr=0,Gr=Sr.length;Fr0?Ce:Ie},k.min=function(Ce,Ie){return Ce.cmp(Ie)<0?Ce:Ie},k.prototype._init=function(Ce,Ie,jt){if(typeof Ce=="number")return this._initNumber(Ce,Ie,jt);if(typeof Ce=="object")return this._initArray(Ce,Ie,jt);Ie==="hex"&&(Ie=16),n(Ie===(Ie|0)&&Ie>=2&&Ie<=36),Ce=Ce.toString().replace(/\s+/g,"");var ar=0;Ce[0]==="-"&&(ar++,this.negative=1),ar=0;ar-=3)kt=Ce[ar]|Ce[ar-1]<<8|Ce[ar-2]<<16,this.words[ur]|=kt<>>26-he&67108863,he+=24,he>=26&&(he-=26,ur++);else if(jt==="le")for(ar=0,ur=0;ar>>26-he&67108863,he+=24,he>=26&&(he-=26,ur++);return this._strip()};function j(pe,Ce){var Ie=pe.charCodeAt(Ce);if(Ie>=48&&Ie<=57)return Ie-48;if(Ie>=65&&Ie<=70)return Ie-55;if(Ie>=97&&Ie<=102)return Ie-87;n(!1,"Invalid character in "+pe)}function V(pe,Ce,Ie){var jt=j(pe,Ie);return Ie-1>=Ce&&(jt|=j(pe,Ie-1)<<4),jt}k.prototype._parseHex=function(Ce,Ie,jt){this.length=Math.ceil((Ce.length-Ie)/6),this.words=new Array(this.length);for(var ar=0;ar=Ie;ar-=2)he=V(Ce,Ie,ar)<=18?(ur-=18,kt+=1,this.words[kt]|=he>>>26):ur+=8;else{var tr=Ce.length-Ie;for(ar=tr%2===0?Ie+1:Ie;ar=18?(ur-=18,kt+=1,this.words[kt]|=he>>>26):ur+=8}this._strip()};function z(pe,Ce,Ie,jt){for(var ar=0,ur=0,kt=Math.min(pe.length,Ie),he=Ce;he=49?ur=tr-49+10:tr>=17?ur=tr-17+10:ur=tr,n(tr>=0&&ur1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{k.prototype[Symbol.for("nodejs.util.inspect.custom")]=oe}catch{k.prototype.inspect=oe}else k.prototype.inspect=oe;function oe(){return(this.red?""}var ue=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],de=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],_e=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(Ce,Ie){Ce=Ce||10,Ie=Ie|0||1;var jt;if(Ce===16||Ce==="hex"){jt="";for(var ar=0,ur=0,kt=0;kt>>24-ar&16777215,ar+=2,ar>=26&&(ar-=26,kt--),ur!==0||kt!==this.length-1?jt=ue[6-tr.length]+tr+jt:jt=tr+jt}for(ur!==0&&(jt=ur.toString(16)+jt);jt.length%Ie!==0;)jt="0"+jt;return this.negative!==0&&(jt="-"+jt),jt}if(Ce===(Ce|0)&&Ce>=2&&Ce<=36){var gr=de[Ce],_r=_e[Ce];jt="";var yr=this.clone();for(yr.negative=0;!yr.isZero();){var xr=yr.modrn(_r).toString(Ce);yr=yr.idivn(_r),yr.isZero()?jt=xr+jt:jt=ue[gr-xr.length]+xr+jt}for(this.isZero()&&(jt="0"+jt);jt.length%Ie!==0;)jt="0"+jt;return this.negative!==0&&(jt="-"+jt),jt}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var Ce=this.words[0];return this.length===2?Ce+=this.words[1]*67108864:this.length===3&&this.words[2]===1?Ce+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-Ce:Ce},k.prototype.toJSON=function(){return this.toString(16,2)},L&&(k.prototype.toBuffer=function(Ce,Ie){return this.toArrayLike(L,Ce,Ie)}),k.prototype.toArray=function(Ce,Ie){return this.toArrayLike(Array,Ce,Ie)};var Ne=function(Ce,Ie){return Ce.allocUnsafe?Ce.allocUnsafe(Ie):new Ce(Ie)};k.prototype.toArrayLike=function(Ce,Ie,jt){this._strip();var ar=this.byteLength(),ur=jt||Math.max(1,ar);n(ar<=ur,"byte array longer than desired length"),n(ur>0,"Requested array length <= 0");var kt=Ne(Ce,ur),he=Ie==="le"?"LE":"BE";return this["_toArrayLike"+he](kt,ar),kt},k.prototype._toArrayLikeLE=function(Ce,Ie){for(var jt=0,ar=0,ur=0,kt=0;ur>8&255),jt>16&255),kt===6?(jt>24&255),ar=0,kt=0):(ar=he>>>24,kt+=2)}if(jt=0&&(Ce[jt--]=he>>8&255),jt>=0&&(Ce[jt--]=he>>16&255),kt===6?(jt>=0&&(Ce[jt--]=he>>24&255),ar=0,kt=0):(ar=he>>>24,kt+=2)}if(jt>=0)for(Ce[jt--]=ar;jt>=0;)Ce[jt--]=0},Math.clz32?k.prototype._countBits=function(Ce){return 32-Math.clz32(Ce)}:k.prototype._countBits=function(Ce){var Ie=Ce,jt=0;return Ie>=4096&&(jt+=13,Ie>>>=13),Ie>=64&&(jt+=7,Ie>>>=7),Ie>=8&&(jt+=4,Ie>>>=4),Ie>=2&&(jt+=2,Ie>>>=2),jt+Ie},k.prototype._zeroBits=function(Ce){if(Ce===0)return 26;var Ie=Ce,jt=0;return Ie&8191||(jt+=13,Ie>>>=13),Ie&127||(jt+=7,Ie>>>=7),Ie&15||(jt+=4,Ie>>>=4),Ie&3||(jt+=2,Ie>>>=2),Ie&1||jt++,jt},k.prototype.bitLength=function(){var Ce=this.words[this.length-1],Ie=this._countBits(Ce);return(this.length-1)*26+Ie};function Ue(pe){for(var Ce=new Array(pe.bitLength()),Ie=0;Ie>>ar&1}return Ce}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var Ce=0,Ie=0;IeCe.length?this.clone().ior(Ce):Ce.clone().ior(this)},k.prototype.uor=function(Ce){return this.length>Ce.length?this.clone().iuor(Ce):Ce.clone().iuor(this)},k.prototype.iuand=function(Ce){var Ie;this.length>Ce.length?Ie=Ce:Ie=this;for(var jt=0;jtCe.length?this.clone().iand(Ce):Ce.clone().iand(this)},k.prototype.uand=function(Ce){return this.length>Ce.length?this.clone().iuand(Ce):Ce.clone().iuand(this)},k.prototype.iuxor=function(Ce){var Ie,jt;this.length>Ce.length?(Ie=this,jt=Ce):(Ie=Ce,jt=this);for(var ar=0;arCe.length?this.clone().ixor(Ce):Ce.clone().ixor(this)},k.prototype.uxor=function(Ce){return this.length>Ce.length?this.clone().iuxor(Ce):Ce.clone().iuxor(this)},k.prototype.inotn=function(Ce){n(typeof Ce=="number"&&Ce>=0);var Ie=Math.ceil(Ce/26)|0,jt=Ce%26;this._expand(Ie),jt>0&&Ie--;for(var ar=0;ar0&&(this.words[ar]=~this.words[ar]&67108863>>26-jt),this._strip()},k.prototype.notn=function(Ce){return this.clone().inotn(Ce)},k.prototype.setn=function(Ce,Ie){n(typeof Ce=="number"&&Ce>=0);var jt=Ce/26|0,ar=Ce%26;return this._expand(jt+1),Ie?this.words[jt]=this.words[jt]|1<Ce.length?(jt=this,ar=Ce):(jt=Ce,ar=this);for(var ur=0,kt=0;kt>>26;for(;ur!==0&&kt>>26;if(this.length=jt.length,ur!==0)this.words[this.length]=ur,this.length++;else if(jt!==this)for(;ktCe.length?this.clone().iadd(Ce):Ce.clone().iadd(this)},k.prototype.isub=function(Ce){if(Ce.negative!==0){Ce.negative=0;var Ie=this.iadd(Ce);return Ce.negative=1,Ie._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(Ce),this.negative=1,this._normSign();var jt=this.cmp(Ce);if(jt===0)return this.negative=0,this.length=1,this.words[0]=0,this;var ar,ur;jt>0?(ar=this,ur=Ce):(ar=Ce,ur=this);for(var kt=0,he=0;he>26,this.words[he]=Ie&67108863;for(;kt!==0&&he>26,this.words[he]=Ie&67108863;if(kt===0&&he>>26,yr=tr&67108863,xr=Math.min(gr,Ce.length-1),Nr=Math.max(0,gr-pe.length+1);Nr<=xr;Nr++){var Tr=gr-Nr|0;ar=pe.words[Tr]|0,ur=Ce.words[Nr]|0,kt=ar*ur+yr,_r+=kt/67108864|0,yr=kt&67108863}Ie.words[gr]=yr|0,tr=_r|0}return tr!==0?Ie.words[gr]=tr|0:Ie.length--,Ie._strip()}var Ve=function(Ce,Ie,jt){var ar=Ce.words,ur=Ie.words,kt=jt.words,he=0,tr,gr,_r,yr=ar[0]|0,xr=yr&8191,Nr=yr>>>13,Tr=ar[1]|0,Sr=Tr&8191,Ar=Tr>>>13,Fr=ar[2]|0,Gr=Fr&8191,Vr=Fr>>>13,Dr=ar[3]|0,Ir=Dr&8191,Br=Dr>>>13,Rr=ar[4]|0,Lr=Rr&8191,$r=Rr>>>13,jr=ar[5]|0,vn=jr&8191,Kr=jr>>>13,kr=ar[6]|0,Qr=kr&8191,Zr=kr>>>13,Vi=ar[7]|0,To=Vi&8191,oa=Vi>>>13,Ba=ar[8]|0,rs=Ba&8191,Mn=Ba>>>13,Wr=ar[9]|0,Ur=Wr&8191,Sn=Wr>>>13,Nn=ur[0]|0,Sa=Nn&8191,Li=Nn>>>13,ca=ur[1]|0,fo=ca&8191,zn=ca>>>13,ki=ur[2]|0,Ra=ki&8191,_o=ki>>>13,eo=ur[3]|0,tl=eo&8191,Es=eo>>>13,Hs=ur[4]|0,Ts=Hs&8191,js=Hs>>>13,Gs=ur[5]|0,uc=Gs&8191,rl=Gs>>>13,il=ur[6]|0,bl=il&8191,Wa=il>>>13,Ao=ur[7]|0,ks=Ao&8191,Bo=Ao>>>13,Hr=ur[8]|0,ui=Hr&8191,En=Hr>>>13,An=ur[9]|0,Gi=An&8191,Ki=An>>>13;jt.negative=Ce.negative^Ie.negative,jt.length=19,tr=Math.imul(xr,Sa),gr=Math.imul(xr,Li),gr=gr+Math.imul(Nr,Sa)|0,_r=Math.imul(Nr,Li);var Ea=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,tr=Math.imul(Sr,Sa),gr=Math.imul(Sr,Li),gr=gr+Math.imul(Ar,Sa)|0,_r=Math.imul(Ar,Li),tr=tr+Math.imul(xr,fo)|0,gr=gr+Math.imul(xr,zn)|0,gr=gr+Math.imul(Nr,fo)|0,_r=_r+Math.imul(Nr,zn)|0;var aa=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(aa>>>26)|0,aa&=67108863,tr=Math.imul(Gr,Sa),gr=Math.imul(Gr,Li),gr=gr+Math.imul(Vr,Sa)|0,_r=Math.imul(Vr,Li),tr=tr+Math.imul(Sr,fo)|0,gr=gr+Math.imul(Sr,zn)|0,gr=gr+Math.imul(Ar,fo)|0,_r=_r+Math.imul(Ar,zn)|0,tr=tr+Math.imul(xr,Ra)|0,gr=gr+Math.imul(xr,_o)|0,gr=gr+Math.imul(Nr,Ra)|0,_r=_r+Math.imul(Nr,_o)|0;var Qo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,tr=Math.imul(Ir,Sa),gr=Math.imul(Ir,Li),gr=gr+Math.imul(Br,Sa)|0,_r=Math.imul(Br,Li),tr=tr+Math.imul(Gr,fo)|0,gr=gr+Math.imul(Gr,zn)|0,gr=gr+Math.imul(Vr,fo)|0,_r=_r+Math.imul(Vr,zn)|0,tr=tr+Math.imul(Sr,Ra)|0,gr=gr+Math.imul(Sr,_o)|0,gr=gr+Math.imul(Ar,Ra)|0,_r=_r+Math.imul(Ar,_o)|0,tr=tr+Math.imul(xr,tl)|0,gr=gr+Math.imul(xr,Es)|0,gr=gr+Math.imul(Nr,tl)|0,_r=_r+Math.imul(Nr,Es)|0;var Eo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,tr=Math.imul(Lr,Sa),gr=Math.imul(Lr,Li),gr=gr+Math.imul($r,Sa)|0,_r=Math.imul($r,Li),tr=tr+Math.imul(Ir,fo)|0,gr=gr+Math.imul(Ir,zn)|0,gr=gr+Math.imul(Br,fo)|0,_r=_r+Math.imul(Br,zn)|0,tr=tr+Math.imul(Gr,Ra)|0,gr=gr+Math.imul(Gr,_o)|0,gr=gr+Math.imul(Vr,Ra)|0,_r=_r+Math.imul(Vr,_o)|0,tr=tr+Math.imul(Sr,tl)|0,gr=gr+Math.imul(Sr,Es)|0,gr=gr+Math.imul(Ar,tl)|0,_r=_r+Math.imul(Ar,Es)|0,tr=tr+Math.imul(xr,Ts)|0,gr=gr+Math.imul(xr,js)|0,gr=gr+Math.imul(Nr,Ts)|0,_r=_r+Math.imul(Nr,js)|0;var Vo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,tr=Math.imul(vn,Sa),gr=Math.imul(vn,Li),gr=gr+Math.imul(Kr,Sa)|0,_r=Math.imul(Kr,Li),tr=tr+Math.imul(Lr,fo)|0,gr=gr+Math.imul(Lr,zn)|0,gr=gr+Math.imul($r,fo)|0,_r=_r+Math.imul($r,zn)|0,tr=tr+Math.imul(Ir,Ra)|0,gr=gr+Math.imul(Ir,_o)|0,gr=gr+Math.imul(Br,Ra)|0,_r=_r+Math.imul(Br,_o)|0,tr=tr+Math.imul(Gr,tl)|0,gr=gr+Math.imul(Gr,Es)|0,gr=gr+Math.imul(Vr,tl)|0,_r=_r+Math.imul(Vr,Es)|0,tr=tr+Math.imul(Sr,Ts)|0,gr=gr+Math.imul(Sr,js)|0,gr=gr+Math.imul(Ar,Ts)|0,_r=_r+Math.imul(Ar,js)|0,tr=tr+Math.imul(xr,uc)|0,gr=gr+Math.imul(xr,rl)|0,gr=gr+Math.imul(Nr,uc)|0,_r=_r+Math.imul(Nr,rl)|0;var vs=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(vs>>>26)|0,vs&=67108863,tr=Math.imul(Qr,Sa),gr=Math.imul(Qr,Li),gr=gr+Math.imul(Zr,Sa)|0,_r=Math.imul(Zr,Li),tr=tr+Math.imul(vn,fo)|0,gr=gr+Math.imul(vn,zn)|0,gr=gr+Math.imul(Kr,fo)|0,_r=_r+Math.imul(Kr,zn)|0,tr=tr+Math.imul(Lr,Ra)|0,gr=gr+Math.imul(Lr,_o)|0,gr=gr+Math.imul($r,Ra)|0,_r=_r+Math.imul($r,_o)|0,tr=tr+Math.imul(Ir,tl)|0,gr=gr+Math.imul(Ir,Es)|0,gr=gr+Math.imul(Br,tl)|0,_r=_r+Math.imul(Br,Es)|0,tr=tr+Math.imul(Gr,Ts)|0,gr=gr+Math.imul(Gr,js)|0,gr=gr+Math.imul(Vr,Ts)|0,_r=_r+Math.imul(Vr,js)|0,tr=tr+Math.imul(Sr,uc)|0,gr=gr+Math.imul(Sr,rl)|0,gr=gr+Math.imul(Ar,uc)|0,_r=_r+Math.imul(Ar,rl)|0,tr=tr+Math.imul(xr,bl)|0,gr=gr+Math.imul(xr,Wa)|0,gr=gr+Math.imul(Nr,bl)|0,_r=_r+Math.imul(Nr,Wa)|0;var kn=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(kn>>>26)|0,kn&=67108863,tr=Math.imul(To,Sa),gr=Math.imul(To,Li),gr=gr+Math.imul(oa,Sa)|0,_r=Math.imul(oa,Li),tr=tr+Math.imul(Qr,fo)|0,gr=gr+Math.imul(Qr,zn)|0,gr=gr+Math.imul(Zr,fo)|0,_r=_r+Math.imul(Zr,zn)|0,tr=tr+Math.imul(vn,Ra)|0,gr=gr+Math.imul(vn,_o)|0,gr=gr+Math.imul(Kr,Ra)|0,_r=_r+Math.imul(Kr,_o)|0,tr=tr+Math.imul(Lr,tl)|0,gr=gr+Math.imul(Lr,Es)|0,gr=gr+Math.imul($r,tl)|0,_r=_r+Math.imul($r,Es)|0,tr=tr+Math.imul(Ir,Ts)|0,gr=gr+Math.imul(Ir,js)|0,gr=gr+Math.imul(Br,Ts)|0,_r=_r+Math.imul(Br,js)|0,tr=tr+Math.imul(Gr,uc)|0,gr=gr+Math.imul(Gr,rl)|0,gr=gr+Math.imul(Vr,uc)|0,_r=_r+Math.imul(Vr,rl)|0,tr=tr+Math.imul(Sr,bl)|0,gr=gr+Math.imul(Sr,Wa)|0,gr=gr+Math.imul(Ar,bl)|0,_r=_r+Math.imul(Ar,Wa)|0,tr=tr+Math.imul(xr,ks)|0,gr=gr+Math.imul(xr,Bo)|0,gr=gr+Math.imul(Nr,ks)|0,_r=_r+Math.imul(Nr,Bo)|0;var qo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(qo>>>26)|0,qo&=67108863,tr=Math.imul(rs,Sa),gr=Math.imul(rs,Li),gr=gr+Math.imul(Mn,Sa)|0,_r=Math.imul(Mn,Li),tr=tr+Math.imul(To,fo)|0,gr=gr+Math.imul(To,zn)|0,gr=gr+Math.imul(oa,fo)|0,_r=_r+Math.imul(oa,zn)|0,tr=tr+Math.imul(Qr,Ra)|0,gr=gr+Math.imul(Qr,_o)|0,gr=gr+Math.imul(Zr,Ra)|0,_r=_r+Math.imul(Zr,_o)|0,tr=tr+Math.imul(vn,tl)|0,gr=gr+Math.imul(vn,Es)|0,gr=gr+Math.imul(Kr,tl)|0,_r=_r+Math.imul(Kr,Es)|0,tr=tr+Math.imul(Lr,Ts)|0,gr=gr+Math.imul(Lr,js)|0,gr=gr+Math.imul($r,Ts)|0,_r=_r+Math.imul($r,js)|0,tr=tr+Math.imul(Ir,uc)|0,gr=gr+Math.imul(Ir,rl)|0,gr=gr+Math.imul(Br,uc)|0,_r=_r+Math.imul(Br,rl)|0,tr=tr+Math.imul(Gr,bl)|0,gr=gr+Math.imul(Gr,Wa)|0,gr=gr+Math.imul(Vr,bl)|0,_r=_r+Math.imul(Vr,Wa)|0,tr=tr+Math.imul(Sr,ks)|0,gr=gr+Math.imul(Sr,Bo)|0,gr=gr+Math.imul(Ar,ks)|0,_r=_r+Math.imul(Ar,Bo)|0,tr=tr+Math.imul(xr,ui)|0,gr=gr+Math.imul(xr,En)|0,gr=gr+Math.imul(Nr,ui)|0,_r=_r+Math.imul(Nr,En)|0;var Zl=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,tr=Math.imul(Ur,Sa),gr=Math.imul(Ur,Li),gr=gr+Math.imul(Sn,Sa)|0,_r=Math.imul(Sn,Li),tr=tr+Math.imul(rs,fo)|0,gr=gr+Math.imul(rs,zn)|0,gr=gr+Math.imul(Mn,fo)|0,_r=_r+Math.imul(Mn,zn)|0,tr=tr+Math.imul(To,Ra)|0,gr=gr+Math.imul(To,_o)|0,gr=gr+Math.imul(oa,Ra)|0,_r=_r+Math.imul(oa,_o)|0,tr=tr+Math.imul(Qr,tl)|0,gr=gr+Math.imul(Qr,Es)|0,gr=gr+Math.imul(Zr,tl)|0,_r=_r+Math.imul(Zr,Es)|0,tr=tr+Math.imul(vn,Ts)|0,gr=gr+Math.imul(vn,js)|0,gr=gr+Math.imul(Kr,Ts)|0,_r=_r+Math.imul(Kr,js)|0,tr=tr+Math.imul(Lr,uc)|0,gr=gr+Math.imul(Lr,rl)|0,gr=gr+Math.imul($r,uc)|0,_r=_r+Math.imul($r,rl)|0,tr=tr+Math.imul(Ir,bl)|0,gr=gr+Math.imul(Ir,Wa)|0,gr=gr+Math.imul(Br,bl)|0,_r=_r+Math.imul(Br,Wa)|0,tr=tr+Math.imul(Gr,ks)|0,gr=gr+Math.imul(Gr,Bo)|0,gr=gr+Math.imul(Vr,ks)|0,_r=_r+Math.imul(Vr,Bo)|0,tr=tr+Math.imul(Sr,ui)|0,gr=gr+Math.imul(Sr,En)|0,gr=gr+Math.imul(Ar,ui)|0,_r=_r+Math.imul(Ar,En)|0,tr=tr+Math.imul(xr,Gi)|0,gr=gr+Math.imul(xr,Ki)|0,gr=gr+Math.imul(Nr,Gi)|0,_r=_r+Math.imul(Nr,Ki)|0;var Mo=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,tr=Math.imul(Ur,fo),gr=Math.imul(Ur,zn),gr=gr+Math.imul(Sn,fo)|0,_r=Math.imul(Sn,zn),tr=tr+Math.imul(rs,Ra)|0,gr=gr+Math.imul(rs,_o)|0,gr=gr+Math.imul(Mn,Ra)|0,_r=_r+Math.imul(Mn,_o)|0,tr=tr+Math.imul(To,tl)|0,gr=gr+Math.imul(To,Es)|0,gr=gr+Math.imul(oa,tl)|0,_r=_r+Math.imul(oa,Es)|0,tr=tr+Math.imul(Qr,Ts)|0,gr=gr+Math.imul(Qr,js)|0,gr=gr+Math.imul(Zr,Ts)|0,_r=_r+Math.imul(Zr,js)|0,tr=tr+Math.imul(vn,uc)|0,gr=gr+Math.imul(vn,rl)|0,gr=gr+Math.imul(Kr,uc)|0,_r=_r+Math.imul(Kr,rl)|0,tr=tr+Math.imul(Lr,bl)|0,gr=gr+Math.imul(Lr,Wa)|0,gr=gr+Math.imul($r,bl)|0,_r=_r+Math.imul($r,Wa)|0,tr=tr+Math.imul(Ir,ks)|0,gr=gr+Math.imul(Ir,Bo)|0,gr=gr+Math.imul(Br,ks)|0,_r=_r+Math.imul(Br,Bo)|0,tr=tr+Math.imul(Gr,ui)|0,gr=gr+Math.imul(Gr,En)|0,gr=gr+Math.imul(Vr,ui)|0,_r=_r+Math.imul(Vr,En)|0,tr=tr+Math.imul(Sr,Gi)|0,gr=gr+Math.imul(Sr,Ki)|0,gr=gr+Math.imul(Ar,Gi)|0,_r=_r+Math.imul(Ar,Ki)|0;var _u=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(_u>>>26)|0,_u&=67108863,tr=Math.imul(Ur,Ra),gr=Math.imul(Ur,_o),gr=gr+Math.imul(Sn,Ra)|0,_r=Math.imul(Sn,_o),tr=tr+Math.imul(rs,tl)|0,gr=gr+Math.imul(rs,Es)|0,gr=gr+Math.imul(Mn,tl)|0,_r=_r+Math.imul(Mn,Es)|0,tr=tr+Math.imul(To,Ts)|0,gr=gr+Math.imul(To,js)|0,gr=gr+Math.imul(oa,Ts)|0,_r=_r+Math.imul(oa,js)|0,tr=tr+Math.imul(Qr,uc)|0,gr=gr+Math.imul(Qr,rl)|0,gr=gr+Math.imul(Zr,uc)|0,_r=_r+Math.imul(Zr,rl)|0,tr=tr+Math.imul(vn,bl)|0,gr=gr+Math.imul(vn,Wa)|0,gr=gr+Math.imul(Kr,bl)|0,_r=_r+Math.imul(Kr,Wa)|0,tr=tr+Math.imul(Lr,ks)|0,gr=gr+Math.imul(Lr,Bo)|0,gr=gr+Math.imul($r,ks)|0,_r=_r+Math.imul($r,Bo)|0,tr=tr+Math.imul(Ir,ui)|0,gr=gr+Math.imul(Ir,En)|0,gr=gr+Math.imul(Br,ui)|0,_r=_r+Math.imul(Br,En)|0,tr=tr+Math.imul(Gr,Gi)|0,gr=gr+Math.imul(Gr,Ki)|0,gr=gr+Math.imul(Vr,Gi)|0,_r=_r+Math.imul(Vr,Ki)|0;var Bl=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,tr=Math.imul(Ur,tl),gr=Math.imul(Ur,Es),gr=gr+Math.imul(Sn,tl)|0,_r=Math.imul(Sn,Es),tr=tr+Math.imul(rs,Ts)|0,gr=gr+Math.imul(rs,js)|0,gr=gr+Math.imul(Mn,Ts)|0,_r=_r+Math.imul(Mn,js)|0,tr=tr+Math.imul(To,uc)|0,gr=gr+Math.imul(To,rl)|0,gr=gr+Math.imul(oa,uc)|0,_r=_r+Math.imul(oa,rl)|0,tr=tr+Math.imul(Qr,bl)|0,gr=gr+Math.imul(Qr,Wa)|0,gr=gr+Math.imul(Zr,bl)|0,_r=_r+Math.imul(Zr,Wa)|0,tr=tr+Math.imul(vn,ks)|0,gr=gr+Math.imul(vn,Bo)|0,gr=gr+Math.imul(Kr,ks)|0,_r=_r+Math.imul(Kr,Bo)|0,tr=tr+Math.imul(Lr,ui)|0,gr=gr+Math.imul(Lr,En)|0,gr=gr+Math.imul($r,ui)|0,_r=_r+Math.imul($r,En)|0,tr=tr+Math.imul(Ir,Gi)|0,gr=gr+Math.imul(Ir,Ki)|0,gr=gr+Math.imul(Br,Gi)|0,_r=_r+Math.imul(Br,Ki)|0;var Vu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,tr=Math.imul(Ur,Ts),gr=Math.imul(Ur,js),gr=gr+Math.imul(Sn,Ts)|0,_r=Math.imul(Sn,js),tr=tr+Math.imul(rs,uc)|0,gr=gr+Math.imul(rs,rl)|0,gr=gr+Math.imul(Mn,uc)|0,_r=_r+Math.imul(Mn,rl)|0,tr=tr+Math.imul(To,bl)|0,gr=gr+Math.imul(To,Wa)|0,gr=gr+Math.imul(oa,bl)|0,_r=_r+Math.imul(oa,Wa)|0,tr=tr+Math.imul(Qr,ks)|0,gr=gr+Math.imul(Qr,Bo)|0,gr=gr+Math.imul(Zr,ks)|0,_r=_r+Math.imul(Zr,Bo)|0,tr=tr+Math.imul(vn,ui)|0,gr=gr+Math.imul(vn,En)|0,gr=gr+Math.imul(Kr,ui)|0,_r=_r+Math.imul(Kr,En)|0,tr=tr+Math.imul(Lr,Gi)|0,gr=gr+Math.imul(Lr,Ki)|0,gr=gr+Math.imul($r,Gi)|0,_r=_r+Math.imul($r,Ki)|0;var Iu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,tr=Math.imul(Ur,uc),gr=Math.imul(Ur,rl),gr=gr+Math.imul(Sn,uc)|0,_r=Math.imul(Sn,rl),tr=tr+Math.imul(rs,bl)|0,gr=gr+Math.imul(rs,Wa)|0,gr=gr+Math.imul(Mn,bl)|0,_r=_r+Math.imul(Mn,Wa)|0,tr=tr+Math.imul(To,ks)|0,gr=gr+Math.imul(To,Bo)|0,gr=gr+Math.imul(oa,ks)|0,_r=_r+Math.imul(oa,Bo)|0,tr=tr+Math.imul(Qr,ui)|0,gr=gr+Math.imul(Qr,En)|0,gr=gr+Math.imul(Zr,ui)|0,_r=_r+Math.imul(Zr,En)|0,tr=tr+Math.imul(vn,Gi)|0,gr=gr+Math.imul(vn,Ki)|0,gr=gr+Math.imul(Kr,Gi)|0,_r=_r+Math.imul(Kr,Ki)|0;var Pu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,tr=Math.imul(Ur,bl),gr=Math.imul(Ur,Wa),gr=gr+Math.imul(Sn,bl)|0,_r=Math.imul(Sn,Wa),tr=tr+Math.imul(rs,ks)|0,gr=gr+Math.imul(rs,Bo)|0,gr=gr+Math.imul(Mn,ks)|0,_r=_r+Math.imul(Mn,Bo)|0,tr=tr+Math.imul(To,ui)|0,gr=gr+Math.imul(To,En)|0,gr=gr+Math.imul(oa,ui)|0,_r=_r+Math.imul(oa,En)|0,tr=tr+Math.imul(Qr,Gi)|0,gr=gr+Math.imul(Qr,Ki)|0,gr=gr+Math.imul(Zr,Gi)|0,_r=_r+Math.imul(Zr,Ki)|0;var Fn=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,tr=Math.imul(Ur,ks),gr=Math.imul(Ur,Bo),gr=gr+Math.imul(Sn,ks)|0,_r=Math.imul(Sn,Bo),tr=tr+Math.imul(rs,ui)|0,gr=gr+Math.imul(rs,En)|0,gr=gr+Math.imul(Mn,ui)|0,_r=_r+Math.imul(Mn,En)|0,tr=tr+Math.imul(To,Gi)|0,gr=gr+Math.imul(To,Ki)|0,gr=gr+Math.imul(oa,Gi)|0,_r=_r+Math.imul(oa,Ki)|0;var is=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(is>>>26)|0,is&=67108863,tr=Math.imul(Ur,ui),gr=Math.imul(Ur,En),gr=gr+Math.imul(Sn,ui)|0,_r=Math.imul(Sn,En),tr=tr+Math.imul(rs,Gi)|0,gr=gr+Math.imul(rs,Ki)|0,gr=gr+Math.imul(Mn,Gi)|0,_r=_r+Math.imul(Mn,Ki)|0;var pu=(he+tr|0)+((gr&8191)<<13)|0;he=(_r+(gr>>>13)|0)+(pu>>>26)|0,pu&=67108863,tr=Math.imul(Ur,Gi),gr=Math.imul(Ur,Ki),gr=gr+Math.imul(Sn,Gi)|0,_r=Math.imul(Sn,Ki);var ku=(he+tr|0)+((gr&8191)<<13)|0;return he=(_r+(gr>>>13)|0)+(ku>>>26)|0,ku&=67108863,kt[0]=Ea,kt[1]=aa,kt[2]=Qo,kt[3]=Eo,kt[4]=Vo,kt[5]=vs,kt[6]=kn,kt[7]=qo,kt[8]=Zl,kt[9]=Mo,kt[10]=_u,kt[11]=Bl,kt[12]=Vu,kt[13]=Iu,kt[14]=Pu,kt[15]=Fn,kt[16]=is,kt[17]=pu,kt[18]=ku,he!==0&&(kt[19]=he,jt.length++),jt};Math.imul||(Ve=$e);function Fe(pe,Ce,Ie){Ie.negative=Ce.negative^pe.negative,Ie.length=pe.length+Ce.length;for(var jt=0,ar=0,ur=0;ur>>26)|0,ar+=kt>>>26,kt&=67108863}Ie.words[ur]=he,jt=kt,kt=ar}return jt!==0?Ie.words[ur]=jt:Ie.length--,Ie._strip()}function qe(pe,Ce,Ie){return Fe(pe,Ce,Ie)}k.prototype.mulTo=function(Ce,Ie){var jt,ar=this.length+Ce.length;return this.length===10&&Ce.length===10?jt=Ve(this,Ce,Ie):ar<63?jt=$e(this,Ce,Ie):ar<1024?jt=Fe(this,Ce,Ie):jt=qe(this,Ce,Ie),jt},k.prototype.mul=function(Ce){var Ie=new k(null);return Ie.words=new Array(this.length+Ce.length),this.mulTo(Ce,Ie)},k.prototype.mulf=function(Ce){var Ie=new k(null);return Ie.words=new Array(this.length+Ce.length),qe(this,Ce,Ie)},k.prototype.imul=function(Ce){return this.clone().mulTo(Ce,this)},k.prototype.imuln=function(Ce){var Ie=Ce<0;Ie&&(Ce=-Ce),n(typeof Ce=="number"),n(Ce<67108864);for(var jt=0,ar=0;ar>=26,jt+=ur/67108864|0,jt+=kt>>>26,this.words[ar]=kt&67108863}return jt!==0&&(this.words[ar]=jt,this.length++),Ie?this.ineg():this},k.prototype.muln=function(Ce){return this.clone().imuln(Ce)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(Ce){var Ie=Ue(Ce);if(Ie.length===0)return new k(1);for(var jt=this,ar=0;ar=0);var Ie=Ce%26,jt=(Ce-Ie)/26,ar=67108863>>>26-Ie<<26-Ie,ur;if(Ie!==0){var kt=0;for(ur=0;ur>>26-Ie}kt&&(this.words[ur]=kt,this.length++)}if(jt!==0){for(ur=this.length-1;ur>=0;ur--)this.words[ur+jt]=this.words[ur];for(ur=0;ur=0);var ar;Ie?ar=(Ie-Ie%26)/26:ar=0;var ur=Ce%26,kt=Math.min((Ce-ur)/26,this.length),he=67108863^67108863>>>ur<kt)for(this.length-=kt,gr=0;gr=0&&(_r!==0||gr>=ar);gr--){var yr=this.words[gr]|0;this.words[gr]=_r<<26-ur|yr>>>ur,_r=yr&he}return tr&&_r!==0&&(tr.words[tr.length++]=_r),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},k.prototype.ishrn=function(Ce,Ie,jt){return n(this.negative===0),this.iushrn(Ce,Ie,jt)},k.prototype.shln=function(Ce){return this.clone().ishln(Ce)},k.prototype.ushln=function(Ce){return this.clone().iushln(Ce)},k.prototype.shrn=function(Ce){return this.clone().ishrn(Ce)},k.prototype.ushrn=function(Ce){return this.clone().iushrn(Ce)},k.prototype.testn=function(Ce){n(typeof Ce=="number"&&Ce>=0);var Ie=Ce%26,jt=(Ce-Ie)/26,ar=1<=0);var Ie=Ce%26,jt=(Ce-Ie)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=jt)return this;if(Ie!==0&&jt++,this.length=Math.min(jt,this.length),Ie!==0){var ar=67108863^67108863>>>Ie<=67108864;Ie++)this.words[Ie]-=67108864,Ie===this.length-1?this.words[Ie+1]=1:this.words[Ie+1]++;return this.length=Math.max(this.length,Ie+1),this},k.prototype.isubn=function(Ce){if(n(typeof Ce=="number"),n(Ce<67108864),Ce<0)return this.iaddn(-Ce);if(this.negative!==0)return this.negative=0,this.iaddn(Ce),this.negative=1,this;if(this.words[0]-=Ce,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var Ie=0;Ie>26)-(tr/67108864|0),this.words[ur+jt]=kt&67108863}for(;ur>26,this.words[ur+jt]=kt&67108863;if(he===0)return this._strip();for(n(he===-1),he=0,ur=0;ur>26,this.words[ur]=kt&67108863;return this.negative=1,this._strip()},k.prototype._wordDiv=function(Ce,Ie){var jt=this.length-Ce.length,ar=this.clone(),ur=Ce,kt=ur.words[ur.length-1]|0,he=this._countBits(kt);jt=26-he,jt!==0&&(ur=ur.ushln(jt),ar.iushln(jt),kt=ur.words[ur.length-1]|0);var tr=ar.length-ur.length,gr;if(Ie!=="mod"){gr=new k(null),gr.length=tr+1,gr.words=new Array(gr.length);for(var _r=0;_r=0;xr--){var Nr=(ar.words[ur.length+xr]|0)*67108864+(ar.words[ur.length+xr-1]|0);for(Nr=Math.min(Nr/kt|0,67108863),ar._ishlnsubmul(ur,Nr,xr);ar.negative!==0;)Nr--,ar.negative=0,ar._ishlnsubmul(ur,1,xr),ar.isZero()||(ar.negative^=1);gr&&(gr.words[xr]=Nr)}return gr&&gr._strip(),ar._strip(),Ie!=="div"&&jt!==0&&ar.iushrn(jt),{div:gr||null,mod:ar}},k.prototype.divmod=function(Ce,Ie,jt){if(n(!Ce.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var ar,ur,kt;return this.negative!==0&&Ce.negative===0?(kt=this.neg().divmod(Ce,Ie),Ie!=="mod"&&(ar=kt.div.neg()),Ie!=="div"&&(ur=kt.mod.neg(),jt&&ur.negative!==0&&ur.iadd(Ce)),{div:ar,mod:ur}):this.negative===0&&Ce.negative!==0?(kt=this.divmod(Ce.neg(),Ie),Ie!=="mod"&&(ar=kt.div.neg()),{div:ar,mod:kt.mod}):this.negative&Ce.negative?(kt=this.neg().divmod(Ce.neg(),Ie),Ie!=="div"&&(ur=kt.mod.neg(),jt&&ur.negative!==0&&ur.isub(Ce)),{div:kt.div,mod:ur}):Ce.length>this.length||this.cmp(Ce)<0?{div:new k(0),mod:this}:Ce.length===1?Ie==="div"?{div:this.divn(Ce.words[0]),mod:null}:Ie==="mod"?{div:null,mod:new k(this.modrn(Ce.words[0]))}:{div:this.divn(Ce.words[0]),mod:new k(this.modrn(Ce.words[0]))}:this._wordDiv(Ce,Ie)},k.prototype.div=function(Ce){return this.divmod(Ce,"div",!1).div},k.prototype.mod=function(Ce){return this.divmod(Ce,"mod",!1).mod},k.prototype.umod=function(Ce){return this.divmod(Ce,"mod",!0).mod},k.prototype.divRound=function(Ce){var Ie=this.divmod(Ce);if(Ie.mod.isZero())return Ie.div;var jt=Ie.div.negative!==0?Ie.mod.isub(Ce):Ie.mod,ar=Ce.ushrn(1),ur=Ce.andln(1),kt=jt.cmp(ar);return kt<0||ur===1&&kt===0?Ie.div:Ie.div.negative!==0?Ie.div.isubn(1):Ie.div.iaddn(1)},k.prototype.modrn=function(Ce){var Ie=Ce<0;Ie&&(Ce=-Ce),n(Ce<=67108863);for(var jt=(1<<26)%Ce,ar=0,ur=this.length-1;ur>=0;ur--)ar=(jt*ar+(this.words[ur]|0))%Ce;return Ie?-ar:ar},k.prototype.modn=function(Ce){return this.modrn(Ce)},k.prototype.idivn=function(Ce){var Ie=Ce<0;Ie&&(Ce=-Ce),n(Ce<=67108863);for(var jt=0,ar=this.length-1;ar>=0;ar--){var ur=(this.words[ar]|0)+jt*67108864;this.words[ar]=ur/Ce|0,jt=ur%Ce}return this._strip(),Ie?this.ineg():this},k.prototype.divn=function(Ce){return this.clone().idivn(Ce)},k.prototype.egcd=function(Ce){n(Ce.negative===0),n(!Ce.isZero());var Ie=this,jt=Ce.clone();Ie.negative!==0?Ie=Ie.umod(Ce):Ie=Ie.clone();for(var ar=new k(1),ur=new k(0),kt=new k(0),he=new k(1),tr=0;Ie.isEven()&&jt.isEven();)Ie.iushrn(1),jt.iushrn(1),++tr;for(var gr=jt.clone(),_r=Ie.clone();!Ie.isZero();){for(var yr=0,xr=1;!(Ie.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ie.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(gr),ur.isub(_r)),ar.iushrn(1),ur.iushrn(1);for(var Nr=0,Tr=1;!(jt.words[0]&Tr)&&Nr<26;++Nr,Tr<<=1);if(Nr>0)for(jt.iushrn(Nr);Nr-- >0;)(kt.isOdd()||he.isOdd())&&(kt.iadd(gr),he.isub(_r)),kt.iushrn(1),he.iushrn(1);Ie.cmp(jt)>=0?(Ie.isub(jt),ar.isub(kt),ur.isub(he)):(jt.isub(Ie),kt.isub(ar),he.isub(ur))}return{a:kt,b:he,gcd:jt.iushln(tr)}},k.prototype._invmp=function(Ce){n(Ce.negative===0),n(!Ce.isZero());var Ie=this,jt=Ce.clone();Ie.negative!==0?Ie=Ie.umod(Ce):Ie=Ie.clone();for(var ar=new k(1),ur=new k(0),kt=jt.clone();Ie.cmpn(1)>0&&jt.cmpn(1)>0;){for(var he=0,tr=1;!(Ie.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ie.iushrn(he);he-- >0;)ar.isOdd()&&ar.iadd(kt),ar.iushrn(1);for(var gr=0,_r=1;!(jt.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(jt.iushrn(gr);gr-- >0;)ur.isOdd()&&ur.iadd(kt),ur.iushrn(1);Ie.cmp(jt)>=0?(Ie.isub(jt),ar.isub(ur)):(jt.isub(Ie),ur.isub(ar))}var yr;return Ie.cmpn(1)===0?yr=ar:yr=ur,yr.cmpn(0)<0&&yr.iadd(Ce),yr},k.prototype.gcd=function(Ce){if(this.isZero())return Ce.abs();if(Ce.isZero())return this.abs();var Ie=this.clone(),jt=Ce.clone();Ie.negative=0,jt.negative=0;for(var ar=0;Ie.isEven()&&jt.isEven();ar++)Ie.iushrn(1),jt.iushrn(1);do{for(;Ie.isEven();)Ie.iushrn(1);for(;jt.isEven();)jt.iushrn(1);var ur=Ie.cmp(jt);if(ur<0){var kt=Ie;Ie=jt,jt=kt}else if(ur===0||jt.cmpn(1)===0)break;Ie.isub(jt)}while(!0);return jt.iushln(ar)},k.prototype.invm=function(Ce){return this.egcd(Ce).a.umod(Ce)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(Ce){return this.words[0]&Ce},k.prototype.bincn=function(Ce){n(typeof Ce=="number");var Ie=Ce%26,jt=(Ce-Ie)/26,ar=1<>>26,he&=67108863,this.words[kt]=he}return ur!==0&&(this.words[kt]=ur,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(Ce){var Ie=Ce<0;if(this.negative!==0&&!Ie)return-1;if(this.negative===0&&Ie)return 1;this._strip();var jt;if(this.length>1)jt=1;else{Ie&&(Ce=-Ce),n(Ce<=67108863,"Number is too big");var ar=this.words[0]|0;jt=ar===Ce?0:arCe.length)return 1;if(this.length=0;jt--){var ar=this.words[jt]|0,ur=Ce.words[jt]|0;if(ar!==ur){arur&&(Ie=1);break}}return Ie},k.prototype.gtn=function(Ce){return this.cmpn(Ce)===1},k.prototype.gt=function(Ce){return this.cmp(Ce)===1},k.prototype.gten=function(Ce){return this.cmpn(Ce)>=0},k.prototype.gte=function(Ce){return this.cmp(Ce)>=0},k.prototype.ltn=function(Ce){return this.cmpn(Ce)===-1},k.prototype.lt=function(Ce){return this.cmp(Ce)===-1},k.prototype.lten=function(Ce){return this.cmpn(Ce)<=0},k.prototype.lte=function(Ce){return this.cmp(Ce)<=0},k.prototype.eqn=function(Ce){return this.cmpn(Ce)===0},k.prototype.eq=function(Ce){return this.cmp(Ce)===0},k.red=function(Ce){return new Et(Ce)},k.prototype.toRed=function(Ce){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),Ce.convertTo(this)._forceRed(Ce)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(Ce){return this.red=Ce,this},k.prototype.forceRed=function(Ce){return n(!this.red,"Already a number in reduction context"),this._forceRed(Ce)},k.prototype.redAdd=function(Ce){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,Ce)},k.prototype.redIAdd=function(Ce){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,Ce)},k.prototype.redSub=function(Ce){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,Ce)},k.prototype.redISub=function(Ce){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,Ce)},k.prototype.redShl=function(Ce){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,Ce)},k.prototype.redMul=function(Ce){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,Ce),this.red.mul(this,Ce)},k.prototype.redIMul=function(Ce){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,Ce),this.red.imul(this,Ce)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(Ce){return n(this.red&&!Ce.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,Ce)};var er={k256:null,p224:null,p192:null,p25519:null};function ir(pe,Ce){this.name=pe,this.p=new k(Ce,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}ir.prototype._tmp=function(){var Ce=new k(null);return Ce.words=new Array(Math.ceil(this.n/13)),Ce},ir.prototype.ireduce=function(Ce){var Ie=Ce,jt;do this.split(Ie,this.tmp),Ie=this.imulK(Ie),Ie=Ie.iadd(this.tmp),jt=Ie.bitLength();while(jt>this.n);var ar=jt0?Ie.isub(this.p):Ie.strip!==void 0?Ie.strip():Ie._strip(),Ie},ir.prototype.split=function(Ce,Ie){Ce.iushrn(this.n,0,Ie)},ir.prototype.imulK=function(Ce){return Ce.imul(this.k)};function dr(){ir.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(dr,ir),dr.prototype.split=function(Ce,Ie){for(var jt=4194303,ar=Math.min(Ce.length,9),ur=0;ur>>22,kt=he}kt>>>=22,Ce.words[ur-10]=kt,kt===0&&Ce.length>10?Ce.length-=10:Ce.length-=9},dr.prototype.imulK=function(Ce){Ce.words[Ce.length]=0,Ce.words[Ce.length+1]=0,Ce.length+=2;for(var Ie=0,jt=0;jt>>=26,Ce.words[jt]=ur,Ie=ar}return Ie!==0&&(Ce.words[Ce.length++]=Ie),Ce},k._prime=function(Ce){if(er[Ce])return er[Ce];var Ie;if(Ce==="k256")Ie=new dr;else if(Ce==="p224")Ie=new cr;else if(Ce==="p192")Ie=new nr;else if(Ce==="p25519")Ie=new lr;else throw new Error("Unknown prime "+Ce);return er[Ce]=Ie,Ie};function Et(pe){if(typeof pe=="string"){var Ce=k._prime(pe);this.m=Ce.p,this.prime=Ce}else n(pe.gtn(1),"modulus must be greater than 1"),this.m=pe,this.prime=null}Et.prototype._verify1=function(Ce){n(Ce.negative===0,"red works only with positives"),n(Ce.red,"red works only with red numbers")},Et.prototype._verify2=function(Ce,Ie){n((Ce.negative|Ie.negative)===0,"red works only with positives"),n(Ce.red&&Ce.red===Ie.red,"red works only with red numbers")},Et.prototype.imod=function(Ce){return this.prime?this.prime.ireduce(Ce)._forceRed(this):(re(Ce,Ce.umod(this.m)._forceRed(this)),Ce)},Et.prototype.neg=function(Ce){return Ce.isZero()?Ce.clone():this.m.sub(Ce)._forceRed(this)},Et.prototype.add=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.add(Ie);return jt.cmp(this.m)>=0&&jt.isub(this.m),jt._forceRed(this)},Et.prototype.iadd=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.iadd(Ie);return jt.cmp(this.m)>=0&&jt.isub(this.m),jt},Et.prototype.sub=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.sub(Ie);return jt.cmpn(0)<0&&jt.iadd(this.m),jt._forceRed(this)},Et.prototype.isub=function(Ce,Ie){this._verify2(Ce,Ie);var jt=Ce.isub(Ie);return jt.cmpn(0)<0&&jt.iadd(this.m),jt},Et.prototype.shl=function(Ce,Ie){return this._verify1(Ce),this.imod(Ce.ushln(Ie))},Et.prototype.imul=function(Ce,Ie){return this._verify2(Ce,Ie),this.imod(Ce.imul(Ie))},Et.prototype.mul=function(Ce,Ie){return this._verify2(Ce,Ie),this.imod(Ce.mul(Ie))},Et.prototype.isqr=function(Ce){return this.imul(Ce,Ce.clone())},Et.prototype.sqr=function(Ce){return this.mul(Ce,Ce)},Et.prototype.sqrt=function(Ce){if(Ce.isZero())return Ce.clone();var Ie=this.m.andln(3);if(n(Ie%2===1),Ie===3){var jt=this.m.add(new k(1)).iushrn(2);return this.pow(Ce,jt)}for(var ar=this.m.subn(1),ur=0;!ar.isZero()&&ar.andln(1)===0;)ur++,ar.iushrn(1);n(!ar.isZero());var kt=new k(1).toRed(this),he=kt.redNeg(),tr=this.m.subn(1).iushrn(1),gr=this.m.bitLength();for(gr=new k(2*gr*gr).toRed(this);this.pow(gr,tr).cmp(he)!==0;)gr.redIAdd(he);for(var _r=this.pow(gr,ar),yr=this.pow(Ce,ar.addn(1).iushrn(1)),xr=this.pow(Ce,ar),Nr=ur;xr.cmp(kt)!==0;){for(var Tr=xr,Sr=0;Tr.cmp(kt)!==0;Sr++)Tr=Tr.redSqr();n(Sr=0;ur--){for(var _r=Ie.words[ur],yr=gr-1;yr>=0;yr--){var xr=_r>>yr&1;if(kt!==ar[0]&&(kt=this.sqr(kt)),xr===0&&he===0){tr=0;continue}he<<=1,he|=xr,tr++,!(tr!==jt&&(ur!==0||yr!==0))&&(kt=this.mul(kt,ar[he]),tr=0,he=0)}gr=26}return kt},Et.prototype.convertTo=function(Ce){var Ie=Ce.umod(this.m);return Ie===Ce?Ie.clone():Ie},Et.prototype.convertFrom=function(Ce){var Ie=Ce.clone();return Ie.red=null,Ie},k.mont=function(Ce){return new ie(Ce)};function ie(pe){Et.call(this,pe),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(ie,Et),ie.prototype.convertTo=function(Ce){return this.imod(Ce.ushln(this.shift))},ie.prototype.convertFrom=function(Ce){var Ie=this.imod(Ce.mul(this.rinv));return Ie.red=null,Ie},ie.prototype.imul=function(Ce,Ie){if(Ce.isZero()||Ie.isZero())return Ce.words[0]=0,Ce.length=1,Ce;var jt=Ce.imul(Ie),ar=jt.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),ur=jt.isub(ar).iushrn(this.shift),kt=ur;return ur.cmp(this.m)>=0?kt=ur.isub(this.m):ur.cmpn(0)<0&&(kt=ur.iadd(this.m)),kt._forceRed(this)},ie.prototype.mul=function(Ce,Ie){if(Ce.isZero()||Ie.isZero())return new k(0)._forceRed(this);var jt=Ce.mul(Ie),ar=jt.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),ur=jt.isub(ar).iushrn(this.shift),kt=ur;return ur.cmp(this.m)>=0?kt=ur.isub(this.m):ur.cmpn(0)<0&&(kt=ur.iadd(this.m)),kt._forceRed(this)},ie.prototype.invm=function(Ce){var Ie=this.imod(Ce._invmp(this.m).mul(this.r2));return Ie._forceRed(this)}})(e,commonjsGlobal)})(bn$5);var bnExports$4=bn$5.exports,BN$e=bnExports$4,randomBytes$1=browserExports;function blind(e){var t=getr(e),y=t.toRed(BN$e.mont(e.modulus)).redPow(new BN$e(e.publicExponent)).fromRed();return{blinder:y,unblinder:t.invm(e.modulus)}}function getr(e){var t=e.modulus.byteLength(),y;do y=new BN$e(randomBytes$1(t));while(y.cmp(e.modulus)>=0||!y.umod(e.prime1)||!y.umod(e.prime2));return y}function crt$3(e,t){var y=blind(t),n=t.modulus.byteLength(),$=new BN$e(e).mul(y.blinder).umod(t.modulus),k=$.toRed(BN$e.mont(t.prime1)),L=$.toRed(BN$e.mont(t.prime2)),j=t.coefficient,V=t.prime1,z=t.prime2,re=k.redPow(t.exponent1).fromRed(),oe=L.redPow(t.exponent2).fromRed(),ue=re.isub(oe).imul(j).umod(V).imul(z);return oe.iadd(ue).imul(y.unblinder).umod(t.modulus).toArrayLike(Buffer$F,"be",n)}crt$3.getr=getr;var browserifyRsa=crt$3,elliptic$1={};const name$1="elliptic",version$1="6.5.7",description$1="EC cryptography",main$1="lib/elliptic.js",files=["lib"],scripts$1={lint:"eslint lib test","lint:fix":"npm run lint -- --fix",unit:"istanbul test _mocha --reporter=spec test/index.js",test:"npm run lint && npm run unit",version:"grunt dist && git add dist/"},repository$1={type:"git",url:"git@github.com:indutny/elliptic"},keywords$1=["EC","Elliptic","curve","Cryptography"],author$1="Fedor Indutny ",license$1="MIT",bugs$1={url:"https://github.com/indutny/elliptic/issues"},homepage$1="https://github.com/indutny/elliptic",devDependencies$1={brfs:"^2.0.2",coveralls:"^3.1.0",eslint:"^7.6.0",grunt:"^1.2.1","grunt-browserify":"^5.3.0","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^5.0.0","grunt-mocha-istanbul":"^5.0.2","grunt-saucelabs":"^9.0.1",istanbul:"^0.4.5",mocha:"^8.0.1"},dependencies$1={"bn.js":"^4.11.9",brorand:"^1.1.0","hash.js":"^1.0.0","hmac-drbg":"^1.0.1",inherits:"^2.0.4","minimalistic-assert":"^1.0.1","minimalistic-crypto-utils":"^1.0.1"},require$$0={name:name$1,version:version$1,description:description$1,main:main$1,files,scripts:scripts$1,repository:repository$1,keywords:keywords$1,author:author$1,license:license$1,bugs:bugs$1,homepage:homepage$1,devDependencies:devDependencies$1,dependencies:dependencies$1};var utils$o={},bn$4={exports:{}};bn$4.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie=pe;Ie-=2)ur=V(ie,pe,Ie)<=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?""};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;peie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ceie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ieie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar>>26;for(;jt!==0&&ar>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;arie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur>26,this.words[ur]=pe&67108863;if(ar===0&&ur>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur>>1)jt++;return 1<>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<ar)for(this.length-=ar,he=0;he=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ieie.length)return 1;if(this.length=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Iejt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$4);var bnExports$3=bn$4.exports,utils$n={};(function(e){var t=e;function y(k,L){if(Array.isArray(k))return k.slice();if(!k)return[];var j=[];if(typeof k!="string"){for(var V=0;V>8,oe=z&255;re?j.push(re,oe):j.push(oe)}return j}t.toArray=y;function n(k){return k.length===1?"0"+k:k}t.zero2=n;function $(k){for(var L="",j=0;j(Ne>>1)-1?$e=(Ne>>1)-Ve:$e=Ve,Ue.isubn($e)):$e=0,de[_e]=$e,Ue.iushrn(1)}return de}t.getNAF=k;function L(re,oe){var ue=[[],[]];re=re.clone(),oe=oe.clone();for(var de=0,_e=0,Ne;re.cmpn(-de)>0||oe.cmpn(-_e)>0;){var Ue=re.andln(3)+de&3,$e=oe.andln(3)+_e&3;Ue===3&&(Ue=-1),$e===3&&($e=-1);var Ve;Ue&1?(Ne=re.andln(7)+de&7,(Ne===3||Ne===5)&&$e===2?Ve=-Ue:Ve=Ue):Ve=0,ue[0].push(Ve);var Fe;$e&1?(Ne=oe.andln(7)+_e&7,(Ne===3||Ne===5)&&Ue===2?Fe=-$e:Fe=$e):Fe=0,ue[1].push(Fe),2*de===Ve+1&&(de=1-de),2*_e===Fe+1&&(_e=1-_e),re.iushrn(1),oe.iushrn(1)}return ue}t.getJSF=L;function j(re,oe,ue){var de="_"+oe;re.prototype[oe]=function(){return this[de]!==void 0?this[de]:this[de]=ue.call(this)}}t.cachedProperty=j;function V(re){return typeof re=="string"?t.toArray(re,"hex"):re}t.parseBytes=V;function z(re){return new y(re,"hex","le")}t.intFromLE=z})(utils$o);var curve={},BN$d=bnExports$3,utils$m=utils$o,getNAF=utils$m.getNAF,getJSF=utils$m.getJSF,assert$e=utils$m.assert;function BaseCurve(e,t){this.type=e,this.p=new BN$d(t.p,16),this.red=t.prime?BN$d.red(t.prime):BN$d.mont(this.p),this.zero=new BN$d(0).toRed(this.red),this.one=new BN$d(1).toRed(this.red),this.two=new BN$d(2).toRed(this.red),this.n=t.n&&new BN$d(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var y=this.n&&this.p.div(this.n);!y||y.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}var base$1=BaseCurve;BaseCurve.prototype.point=function(){throw new Error("Not implemented")};BaseCurve.prototype.validate=function(){throw new Error("Not implemented")};BaseCurve.prototype._fixedNafMul=function(t,y){assert$e(t.precomputed);var n=t._getDoubles(),$=getNAF(y,1,this._bitLength),k=(1<=j;z--)V=(V<<1)+$[z];L.push(V)}for(var re=this.jpoint(null,null,null),oe=this.jpoint(null,null,null),ue=k;ue>0;ue--){for(j=0;j=0;V--){for(var z=0;V>=0&&L[V]===0;V--)z++;if(V>=0&&z++,j=j.dblp(z),V<0)break;var re=L[V];assert$e(re!==0),t.type==="affine"?re>0?j=j.mixedAdd(k[re-1>>1]):j=j.mixedAdd(k[-re-1>>1].neg()):re>0?j=j.add(k[re-1>>1]):j=j.add(k[-re-1>>1].neg())}return t.type==="affine"?j.toP():j};BaseCurve.prototype._wnafMulAdd=function(t,y,n,$,k){var L=this._wnafT1,j=this._wnafT2,V=this._wnafT3,z=0,re,oe,ue;for(re=0;re<$;re++){ue=y[re];var de=ue._getNAFPoints(t);L[re]=de.wnd,j[re]=de.points}for(re=$-1;re>=1;re-=2){var _e=re-1,Ne=re;if(L[_e]!==1||L[Ne]!==1){V[_e]=getNAF(n[_e],L[_e],this._bitLength),V[Ne]=getNAF(n[Ne],L[Ne],this._bitLength),z=Math.max(V[_e].length,z),z=Math.max(V[Ne].length,z);continue}var Ue=[y[_e],null,null,y[Ne]];y[_e].y.cmp(y[Ne].y)===0?(Ue[1]=y[_e].add(y[Ne]),Ue[2]=y[_e].toJ().mixedAdd(y[Ne].neg())):y[_e].y.cmp(y[Ne].y.redNeg())===0?(Ue[1]=y[_e].toJ().mixedAdd(y[Ne]),Ue[2]=y[_e].add(y[Ne].neg())):(Ue[1]=y[_e].toJ().mixedAdd(y[Ne]),Ue[2]=y[_e].toJ().mixedAdd(y[Ne].neg()));var $e=[-3,-1,-5,-7,0,7,5,1,3],Ve=getJSF(n[_e],n[Ne]);for(z=Math.max(Ve[0].length,z),V[_e]=new Array(z),V[Ne]=new Array(z),oe=0;oe=0;re--){for(var dr=0;re>=0;){var cr=!0;for(oe=0;oe<$;oe++)ir[oe]=V[oe][re]|0,ir[oe]!==0&&(cr=!1);if(!cr)break;dr++,re--}if(re>=0&&dr++,er=er.dblp(dr),re<0)break;for(oe=0;oe<$;oe++){var nr=ir[oe];nr!==0&&(nr>0?ue=j[oe][nr-1>>1]:nr<0&&(ue=j[oe][-nr-1>>1].neg()),ue.type==="affine"?er=er.mixedAdd(ue):er=er.add(ue))}}for(re=0;re<$;re++)j[re]=null;return k?er:er.toP()};function BasePoint(e,t){this.curve=e,this.type=t,this.precomputed=null}BaseCurve.BasePoint=BasePoint;BasePoint.prototype.eq=function(){throw new Error("Not implemented")};BasePoint.prototype.validate=function(){return this.curve.validate(this)};BaseCurve.prototype.decodePoint=function(t,y){t=utils$m.toArray(t,y);var n=this.p.byteLength();if((t[0]===4||t[0]===6||t[0]===7)&&t.length-1===2*n){t[0]===6?assert$e(t[t.length-1]%2===0):t[0]===7&&assert$e(t[t.length-1]%2===1);var $=this.point(t.slice(1,1+n),t.slice(1+n,1+2*n));return $}else if((t[0]===2||t[0]===3)&&t.length-1===n)return this.pointFromX(t.slice(1,1+n),t[0]===3);throw new Error("Unknown point format")};BasePoint.prototype.encodeCompressed=function(t){return this.encode(t,!0)};BasePoint.prototype._encode=function(t){var y=this.curve.p.byteLength(),n=this.getX().toArray("be",y);return t?[this.getY().isEven()?2:3].concat(n):[4].concat(n,this.getY().toArray("be",y))};BasePoint.prototype.encode=function(t,y){return utils$m.encode(this._encode(y),t)};BasePoint.prototype.precompute=function(t){if(this.precomputed)return this;var y={doubles:null,naf:null,beta:null};return y.naf=this._getNAFPoints(8),y.doubles=this._getDoubles(4,t),y.beta=this._getBeta(),this.precomputed=y,this};BasePoint.prototype._hasDoubles=function(t){if(!this.precomputed)return!1;var y=this.precomputed.doubles;return y?y.points.length>=Math.ceil((t.bitLength()+1)/y.step):!1};BasePoint.prototype._getDoubles=function(t,y){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var n=[this],$=this,k=0;k=0&&(de=z,_e=re),oe.negative&&(oe=oe.neg(),ue=ue.neg()),de.negative&&(de=de.neg(),_e=_e.neg()),[{a:oe,b:ue},{a:de,b:_e}]};ShortCurve.prototype._endoSplit=function(t){var y=this.endo.basis,n=y[0],$=y[1],k=$.b.mul(t).divRound(this.n),L=n.b.neg().mul(t).divRound(this.n),j=k.mul(n.a),V=L.mul($.a),z=k.mul(n.b),re=L.mul($.b),oe=t.sub(j).sub(V),ue=z.add(re).neg();return{k1:oe,k2:ue}};ShortCurve.prototype.pointFromX=function(t,y){t=new BN$c(t,16),t.red||(t=t.toRed(this.red));var n=t.redSqr().redMul(t).redIAdd(t.redMul(this.a)).redIAdd(this.b),$=n.redSqrt();if($.redSqr().redSub(n).cmp(this.zero)!==0)throw new Error("invalid point");var k=$.fromRed().isOdd();return(y&&!k||!y&&k)&&($=$.redNeg()),this.point(t,$)};ShortCurve.prototype.validate=function(t){if(t.inf)return!0;var y=t.x,n=t.y,$=this.a.redMul(y),k=y.redSqr().redMul(y).redIAdd($).redIAdd(this.b);return n.redSqr().redISub(k).cmpn(0)===0};ShortCurve.prototype._endoWnafMulAdd=function(t,y,n){for(var $=this._endoWnafT1,k=this._endoWnafT2,L=0;L":""};Point$2.prototype.isInfinity=function(){return this.inf};Point$2.prototype.add=function(t){if(this.inf)return t;if(t.inf)return this;if(this.eq(t))return this.dbl();if(this.neg().eq(t))return this.curve.point(null,null);if(this.x.cmp(t.x)===0)return this.curve.point(null,null);var y=this.y.redSub(t.y);y.cmpn(0)!==0&&(y=y.redMul(this.x.redSub(t.x).redInvm()));var n=y.redSqr().redISub(this.x).redISub(t.x),$=y.redMul(this.x.redSub(n)).redISub(this.y);return this.curve.point(n,$)};Point$2.prototype.dbl=function(){if(this.inf)return this;var t=this.y.redAdd(this.y);if(t.cmpn(0)===0)return this.curve.point(null,null);var y=this.curve.a,n=this.x.redSqr(),$=t.redInvm(),k=n.redAdd(n).redIAdd(n).redIAdd(y).redMul($),L=k.redSqr().redISub(this.x.redAdd(this.x)),j=k.redMul(this.x.redSub(L)).redISub(this.y);return this.curve.point(L,j)};Point$2.prototype.getX=function(){return this.x.fromRed()};Point$2.prototype.getY=function(){return this.y.fromRed()};Point$2.prototype.mul=function(t){return t=new BN$c(t,16),this.isInfinity()?this:this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve.endo?this.curve._endoWnafMulAdd([this],[t]):this.curve._wnafMul(this,t)};Point$2.prototype.mulAdd=function(t,y,n){var $=[this,y],k=[t,n];return this.curve.endo?this.curve._endoWnafMulAdd($,k):this.curve._wnafMulAdd(1,$,k,2)};Point$2.prototype.jmulAdd=function(t,y,n){var $=[this,y],k=[t,n];return this.curve.endo?this.curve._endoWnafMulAdd($,k,!0):this.curve._wnafMulAdd(1,$,k,2,!0)};Point$2.prototype.eq=function(t){return this===t||this.inf===t.inf&&(this.inf||this.x.cmp(t.x)===0&&this.y.cmp(t.y)===0)};Point$2.prototype.neg=function(t){if(this.inf)return this;var y=this.curve.point(this.x,this.y.redNeg());if(t&&this.precomputed){var n=this.precomputed,$=function(k){return k.neg()};y.precomputed={naf:n.naf&&{wnd:n.naf.wnd,points:n.naf.points.map($)},doubles:n.doubles&&{step:n.doubles.step,points:n.doubles.points.map($)}}}return y};Point$2.prototype.toJ=function(){if(this.inf)return this.curve.jpoint(null,null,null);var t=this.curve.jpoint(this.x,this.y,this.curve.one);return t};function JPoint(e,t,y,n){Base$3.BasePoint.call(this,e,"jacobian"),t===null&&y===null&&n===null?(this.x=this.curve.one,this.y=this.curve.one,this.z=new BN$c(0)):(this.x=new BN$c(t,16),this.y=new BN$c(y,16),this.z=new BN$c(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}inherits$7(JPoint,Base$3.BasePoint);ShortCurve.prototype.jpoint=function(t,y,n){return new JPoint(this,t,y,n)};JPoint.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var t=this.z.redInvm(),y=t.redSqr(),n=this.x.redMul(y),$=this.y.redMul(y).redMul(t);return this.curve.point(n,$)};JPoint.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)};JPoint.prototype.add=function(t){if(this.isInfinity())return t;if(t.isInfinity())return this;var y=t.z.redSqr(),n=this.z.redSqr(),$=this.x.redMul(y),k=t.x.redMul(n),L=this.y.redMul(y.redMul(t.z)),j=t.y.redMul(n.redMul(this.z)),V=$.redSub(k),z=L.redSub(j);if(V.cmpn(0)===0)return z.cmpn(0)!==0?this.curve.jpoint(null,null,null):this.dbl();var re=V.redSqr(),oe=re.redMul(V),ue=$.redMul(re),de=z.redSqr().redIAdd(oe).redISub(ue).redISub(ue),_e=z.redMul(ue.redISub(de)).redISub(L.redMul(oe)),Ne=this.z.redMul(t.z).redMul(V);return this.curve.jpoint(de,_e,Ne)};JPoint.prototype.mixedAdd=function(t){if(this.isInfinity())return t.toJ();if(t.isInfinity())return this;var y=this.z.redSqr(),n=this.x,$=t.x.redMul(y),k=this.y,L=t.y.redMul(y).redMul(this.z),j=n.redSub($),V=k.redSub(L);if(j.cmpn(0)===0)return V.cmpn(0)!==0?this.curve.jpoint(null,null,null):this.dbl();var z=j.redSqr(),re=z.redMul(j),oe=n.redMul(z),ue=V.redSqr().redIAdd(re).redISub(oe).redISub(oe),de=V.redMul(oe.redISub(ue)).redISub(k.redMul(re)),_e=this.z.redMul(j);return this.curve.jpoint(ue,de,_e)};JPoint.prototype.dblp=function(t){if(t===0)return this;if(this.isInfinity())return this;if(!t)return this.dbl();var y;if(this.curve.zeroA||this.curve.threeA){var n=this;for(y=0;y=0)return!1;if(n.redIAdd(k),this.x.cmp(n)===0)return!0}};JPoint.prototype.inspect=function(){return this.isInfinity()?"":""};JPoint.prototype.isInfinity=function(){return this.z.cmpn(0)===0};var BN$b=bnExports$3,inherits$6=inherits_browserExports,Base$2=base$1,utils$k=utils$o;function MontCurve(e){Base$2.call(this,"mont",e),this.a=new BN$b(e.a,16).toRed(this.red),this.b=new BN$b(e.b,16).toRed(this.red),this.i4=new BN$b(4).toRed(this.red).redInvm(),this.two=new BN$b(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}inherits$6(MontCurve,Base$2);var mont=MontCurve;MontCurve.prototype.validate=function(t){var y=t.normalize().x,n=y.redSqr(),$=n.redMul(y).redAdd(n.redMul(this.a)).redAdd(y),k=$.redSqrt();return k.redSqr().cmp($)===0};function Point$1(e,t,y){Base$2.BasePoint.call(this,e,"projective"),t===null&&y===null?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new BN$b(t,16),this.z=new BN$b(y,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}inherits$6(Point$1,Base$2.BasePoint);MontCurve.prototype.decodePoint=function(t,y){return this.point(utils$k.toArray(t,y),1)};MontCurve.prototype.point=function(t,y){return new Point$1(this,t,y)};MontCurve.prototype.pointFromJSON=function(t){return Point$1.fromJSON(this,t)};Point$1.prototype.precompute=function(){};Point$1.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())};Point$1.fromJSON=function(t,y){return new Point$1(t,y[0],y[1]||t.one)};Point$1.prototype.inspect=function(){return this.isInfinity()?"":""};Point$1.prototype.isInfinity=function(){return this.z.cmpn(0)===0};Point$1.prototype.dbl=function(){var t=this.x.redAdd(this.z),y=t.redSqr(),n=this.x.redSub(this.z),$=n.redSqr(),k=y.redSub($),L=y.redMul($),j=k.redMul($.redAdd(this.curve.a24.redMul(k)));return this.curve.point(L,j)};Point$1.prototype.add=function(){throw new Error("Not supported on Montgomery curve")};Point$1.prototype.diffAdd=function(t,y){var n=this.x.redAdd(this.z),$=this.x.redSub(this.z),k=t.x.redAdd(t.z),L=t.x.redSub(t.z),j=L.redMul(n),V=k.redMul($),z=y.z.redMul(j.redAdd(V).redSqr()),re=y.x.redMul(j.redISub(V).redSqr());return this.curve.point(z,re)};Point$1.prototype.mul=function(t){for(var y=t.clone(),n=this,$=this.curve.point(null,null),k=this,L=[];y.cmpn(0)!==0;y.iushrn(1))L.push(y.andln(1));for(var j=L.length-1;j>=0;j--)L[j]===0?(n=n.diffAdd($,k),$=$.dbl()):($=n.diffAdd($,k),n=n.dbl());return $};Point$1.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")};Point$1.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")};Point$1.prototype.eq=function(t){return this.getX().cmp(t.getX())===0};Point$1.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this};Point$1.prototype.getX=function(){return this.normalize(),this.x.fromRed()};var utils$j=utils$o,BN$a=bnExports$3,inherits$5=inherits_browserExports,Base$1=base$1,assert$c=utils$j.assert;function EdwardsCurve(e){this.twisted=(e.a|0)!==1,this.mOneA=this.twisted&&(e.a|0)===-1,this.extended=this.mOneA,Base$1.call(this,"edwards",e),this.a=new BN$a(e.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new BN$a(e.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new BN$a(e.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),assert$c(!this.twisted||this.c.fromRed().cmpn(1)===0),this.oneC=(e.c|0)===1}inherits$5(EdwardsCurve,Base$1);var edwards=EdwardsCurve;EdwardsCurve.prototype._mulA=function(t){return this.mOneA?t.redNeg():this.a.redMul(t)};EdwardsCurve.prototype._mulC=function(t){return this.oneC?t:this.c.redMul(t)};EdwardsCurve.prototype.jpoint=function(t,y,n,$){return this.point(t,y,n,$)};EdwardsCurve.prototype.pointFromX=function(t,y){t=new BN$a(t,16),t.red||(t=t.toRed(this.red));var n=t.redSqr(),$=this.c2.redSub(this.a.redMul(n)),k=this.one.redSub(this.c2.redMul(this.d).redMul(n)),L=$.redMul(k.redInvm()),j=L.redSqrt();if(j.redSqr().redSub(L).cmp(this.zero)!==0)throw new Error("invalid point");var V=j.fromRed().isOdd();return(y&&!V||!y&&V)&&(j=j.redNeg()),this.point(t,j)};EdwardsCurve.prototype.pointFromY=function(t,y){t=new BN$a(t,16),t.red||(t=t.toRed(this.red));var n=t.redSqr(),$=n.redSub(this.c2),k=n.redMul(this.d).redMul(this.c2).redSub(this.a),L=$.redMul(k.redInvm());if(L.cmp(this.zero)===0){if(y)throw new Error("invalid point");return this.point(this.zero,t)}var j=L.redSqrt();if(j.redSqr().redSub(L).cmp(this.zero)!==0)throw new Error("invalid point");return j.fromRed().isOdd()!==y&&(j=j.redNeg()),this.point(j,t)};EdwardsCurve.prototype.validate=function(t){if(t.isInfinity())return!0;t.normalize();var y=t.x.redSqr(),n=t.y.redSqr(),$=y.redMul(this.a).redAdd(n),k=this.c2.redMul(this.one.redAdd(this.d.redMul(y).redMul(n)));return $.cmp(k)===0};function Point(e,t,y,n,$){Base$1.BasePoint.call(this,e,"projective"),t===null&&y===null&&n===null?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new BN$a(t,16),this.y=new BN$a(y,16),this.z=n?new BN$a(n,16):this.curve.one,this.t=$&&new BN$a($,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}inherits$5(Point,Base$1.BasePoint);EdwardsCurve.prototype.pointFromJSON=function(t){return Point.fromJSON(this,t)};EdwardsCurve.prototype.point=function(t,y,n,$){return new Point(this,t,y,n,$)};Point.fromJSON=function(t,y){return new Point(t,y[0],y[1],y[2])};Point.prototype.inspect=function(){return this.isInfinity()?"":""};Point.prototype.isInfinity=function(){return this.x.cmpn(0)===0&&(this.y.cmp(this.z)===0||this.zOne&&this.y.cmp(this.curve.c)===0)};Point.prototype._extDbl=function(){var t=this.x.redSqr(),y=this.y.redSqr(),n=this.z.redSqr();n=n.redIAdd(n);var $=this.curve._mulA(t),k=this.x.redAdd(this.y).redSqr().redISub(t).redISub(y),L=$.redAdd(y),j=L.redSub(n),V=$.redSub(y),z=k.redMul(j),re=L.redMul(V),oe=k.redMul(V),ue=j.redMul(L);return this.curve.point(z,re,ue,oe)};Point.prototype._projDbl=function(){var t=this.x.redAdd(this.y).redSqr(),y=this.x.redSqr(),n=this.y.redSqr(),$,k,L,j,V,z;if(this.curve.twisted){j=this.curve._mulA(y);var re=j.redAdd(n);this.zOne?($=t.redSub(y).redSub(n).redMul(re.redSub(this.curve.two)),k=re.redMul(j.redSub(n)),L=re.redSqr().redSub(re).redSub(re)):(V=this.z.redSqr(),z=re.redSub(V).redISub(V),$=t.redSub(y).redISub(n).redMul(z),k=re.redMul(j.redSub(n)),L=re.redMul(z))}else j=y.redAdd(n),V=this.curve._mulC(this.z).redSqr(),z=j.redSub(V).redSub(V),$=this.curve._mulC(t.redISub(j)).redMul(z),k=this.curve._mulC(j).redMul(y.redISub(n)),L=j.redMul(z);return this.curve.point($,k,L)};Point.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()};Point.prototype._extAdd=function(t){var y=this.y.redSub(this.x).redMul(t.y.redSub(t.x)),n=this.y.redAdd(this.x).redMul(t.y.redAdd(t.x)),$=this.t.redMul(this.curve.dd).redMul(t.t),k=this.z.redMul(t.z.redAdd(t.z)),L=n.redSub(y),j=k.redSub($),V=k.redAdd($),z=n.redAdd(y),re=L.redMul(j),oe=V.redMul(z),ue=L.redMul(z),de=j.redMul(V);return this.curve.point(re,oe,de,ue)};Point.prototype._projAdd=function(t){var y=this.z.redMul(t.z),n=y.redSqr(),$=this.x.redMul(t.x),k=this.y.redMul(t.y),L=this.curve.d.redMul($).redMul(k),j=n.redSub(L),V=n.redAdd(L),z=this.x.redAdd(this.y).redMul(t.x.redAdd(t.y)).redISub($).redISub(k),re=y.redMul(j).redMul(z),oe,ue;return this.curve.twisted?(oe=y.redMul(V).redMul(k.redSub(this.curve._mulA($))),ue=j.redMul(V)):(oe=y.redMul(V).redMul(k.redSub($)),ue=this.curve._mulC(j).redMul(V)),this.curve.point(re,oe,ue)};Point.prototype.add=function(t){return this.isInfinity()?t:t.isInfinity()?this:this.curve.extended?this._extAdd(t):this._projAdd(t)};Point.prototype.mul=function(t){return this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve._wnafMul(this,t)};Point.prototype.mulAdd=function(t,y,n){return this.curve._wnafMulAdd(1,[this,y],[t,n],2,!1)};Point.prototype.jmulAdd=function(t,y,n){return this.curve._wnafMulAdd(1,[this,y],[t,n],2,!0)};Point.prototype.normalize=function(){if(this.zOne)return this;var t=this.z.redInvm();return this.x=this.x.redMul(t),this.y=this.y.redMul(t),this.t&&(this.t=this.t.redMul(t)),this.z=this.curve.one,this.zOne=!0,this};Point.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())};Point.prototype.getX=function(){return this.normalize(),this.x.fromRed()};Point.prototype.getY=function(){return this.normalize(),this.y.fromRed()};Point.prototype.eq=function(t){return this===t||this.getX().cmp(t.getX())===0&&this.getY().cmp(t.getY())===0};Point.prototype.eqXToP=function(t){var y=t.toRed(this.curve.red).redMul(this.z);if(this.x.cmp(y)===0)return!0;for(var n=t.clone(),$=this.curve.redN.redMul(this.z);;){if(n.iadd(this.curve.n),n.cmp(this.curve.p)>=0)return!1;if(y.redIAdd($),this.x.cmp(y)===0)return!0}};Point.prototype.toP=Point.prototype.normalize;Point.prototype.mixedAdd=Point.prototype.add;(function(e){var t=e;t.base=base$1,t.short=short,t.mont=mont,t.edwards=edwards})(curve);var curves$4={},hash$2={},utils$i={},assert$b=minimalisticAssert,inherits$4=inherits_browserExports;utils$i.inherits=inherits$4;function isSurrogatePair(e,t){return(e.charCodeAt(t)&64512)!==55296||t<0||t+1>=e.length?!1:(e.charCodeAt(t+1)&64512)===56320}function toArray$2(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var y=[];if(typeof e=="string")if(t){if(t==="hex")for(e=e.replace(/[^a-z0-9]+/ig,""),e.length%2!==0&&(e="0"+e),$=0;$>6|192,y[n++]=k&63|128):isSurrogatePair(e,$)?(k=65536+((k&1023)<<10)+(e.charCodeAt(++$)&1023),y[n++]=k>>18|240,y[n++]=k>>12&63|128,y[n++]=k>>6&63|128,y[n++]=k&63|128):(y[n++]=k>>12|224,y[n++]=k>>6&63|128,y[n++]=k&63|128)}else for($=0;$>>24|e>>>8&65280|e<<8&16711680|(e&255)<<24;return t>>>0}utils$i.htonl=htonl;function toHex32(e,t){for(var y="",n=0;n>>0}return k}utils$i.join32=join32;function split32(e,t){for(var y=new Array(e.length*4),n=0,$=0;n>>24,y[$+1]=k>>>16&255,y[$+2]=k>>>8&255,y[$+3]=k&255):(y[$+3]=k>>>24,y[$+2]=k>>>16&255,y[$+1]=k>>>8&255,y[$]=k&255)}return y}utils$i.split32=split32;function rotr32$1(e,t){return e>>>t|e<<32-t}utils$i.rotr32=rotr32$1;function rotl32$2(e,t){return e<>>32-t}utils$i.rotl32=rotl32$2;function sum32$3(e,t){return e+t>>>0}utils$i.sum32=sum32$3;function sum32_3$1(e,t,y){return e+t+y>>>0}utils$i.sum32_3=sum32_3$1;function sum32_4$2(e,t,y,n){return e+t+y+n>>>0}utils$i.sum32_4=sum32_4$2;function sum32_5$2(e,t,y,n,$){return e+t+y+n+$>>>0}utils$i.sum32_5=sum32_5$2;function sum64$1(e,t,y,n){var $=e[t],k=e[t+1],L=n+k>>>0,j=(L>>0,e[t+1]=L}utils$i.sum64=sum64$1;function sum64_hi$1(e,t,y,n){var $=t+n>>>0,k=($>>0}utils$i.sum64_hi=sum64_hi$1;function sum64_lo$1(e,t,y,n){var $=t+n;return $>>>0}utils$i.sum64_lo=sum64_lo$1;function sum64_4_hi$1(e,t,y,n,$,k,L,j){var V=0,z=t;z=z+n>>>0,V+=z>>0,V+=z>>0,V+=z>>0}utils$i.sum64_4_hi=sum64_4_hi$1;function sum64_4_lo$1(e,t,y,n,$,k,L,j){var V=t+n+k+j;return V>>>0}utils$i.sum64_4_lo=sum64_4_lo$1;function sum64_5_hi$1(e,t,y,n,$,k,L,j,V,z){var re=0,oe=t;oe=oe+n>>>0,re+=oe>>0,re+=oe>>0,re+=oe>>0,re+=oe>>0}utils$i.sum64_5_hi=sum64_5_hi$1;function sum64_5_lo$1(e,t,y,n,$,k,L,j,V,z){var re=t+n+k+j+z;return re>>>0}utils$i.sum64_5_lo=sum64_5_lo$1;function rotr64_hi$1(e,t,y){var n=t<<32-y|e>>>y;return n>>>0}utils$i.rotr64_hi=rotr64_hi$1;function rotr64_lo$1(e,t,y){var n=e<<32-y|t>>>y;return n>>>0}utils$i.rotr64_lo=rotr64_lo$1;function shr64_hi$1(e,t,y){return e>>>y}utils$i.shr64_hi=shr64_hi$1;function shr64_lo$1(e,t,y){var n=e<<32-y|t>>>y;return n>>>0}utils$i.shr64_lo=shr64_lo$1;var common$5={},utils$h=utils$i,assert$a=minimalisticAssert;function BlockHash$4(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}common$5.BlockHash=BlockHash$4;BlockHash$4.prototype.update=function(t,y){if(t=utils$h.toArray(t,y),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){t=this.pending;var n=t.length%this._delta8;this.pending=t.slice(t.length-n,t.length),this.pending.length===0&&(this.pending=null),t=utils$h.join32(t,0,t.length-n,this.endian);for(var $=0;$>>24&255,$[k++]=t>>>16&255,$[k++]=t>>>8&255,$[k++]=t&255}else for($[k++]=t&255,$[k++]=t>>>8&255,$[k++]=t>>>16&255,$[k++]=t>>>24&255,$[k++]=0,$[k++]=0,$[k++]=0,$[k++]=0,L=8;L>>3}common$4.g0_256=g0_256$1;function g1_256$1(e){return rotr32(e,17)^rotr32(e,19)^e>>>10}common$4.g1_256=g1_256$1;var utils$f=utils$i,common$3=common$5,shaCommon$1=common$4,rotl32$1=utils$f.rotl32,sum32$2=utils$f.sum32,sum32_5$1=utils$f.sum32_5,ft_1=shaCommon$1.ft_1,BlockHash$3=common$3.BlockHash,sha1_K=[1518500249,1859775393,2400959708,3395469782];function SHA1(){if(!(this instanceof SHA1))return new SHA1;BlockHash$3.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}utils$f.inherits(SHA1,BlockHash$3);var _1=SHA1;SHA1.blockSize=512;SHA1.outSize=160;SHA1.hmacStrength=80;SHA1.padLength=64;SHA1.prototype._update=function(t,y){for(var n=this.W,$=0;$<16;$++)n[$]=t[y+$];for(;$this.blockSize&&(t=new this.Hash().update(t).digest()),assert$7(t.length<=this.blockSize);for(var y=t.length;y=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(t,y,n)}var hmacDrbg=HmacDRBG$1;HmacDRBG$1.prototype._init=function(t,y,n){var $=t.concat(y).concat(n);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var k=0;k=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(t.concat(n||[])),this._reseed=1};HmacDRBG$1.prototype.generate=function(t,y,n,$){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");typeof y!="string"&&($=n,n=y,y=null),n&&(n=utils$8.toArray(n,$||"hex"),this._update(n));for(var k=[];k.length"};var BN$8=bnExports$3,utils$6=utils$o,assert$4=utils$6.assert;function Signature$3(e,t){if(e instanceof Signature$3)return e;this._importDER(e,t)||(assert$4(e.r&&e.s,"Signature without r or s"),this.r=new BN$8(e.r,16),this.s=new BN$8(e.s,16),e.recoveryParam===void 0?this.recoveryParam=null:this.recoveryParam=e.recoveryParam)}var signature$1=Signature$3;function Position(){this.place=0}function getLength(e,t){var y=e[t.place++];if(!(y&128))return y;var n=y&15;if(n===0||n>4||e[t.place]===0)return!1;for(var $=0,k=0,L=t.place;k>>=0;return $<=127?!1:(t.place=L,$)}function rmPadding(e){for(var t=0,y=e.length-1;!e[t]&&!(e[t+1]&128)&&t>>3);for(e.push(y|128);--y;)e.push(t>>>(y<<3)&255);e.push(t)}Signature$3.prototype.toDER=function(t){var y=this.r.toArray(),n=this.s.toArray();for(y[0]&128&&(y=[0].concat(y)),n[0]&128&&(n=[0].concat(n)),y=rmPadding(y),n=rmPadding(n);!n[0]&&!(n[1]&128);)n=n.slice(1);var $=[2];constructLength($,y.length),$=$.concat(y),$.push(2),constructLength($,n.length);var k=$.concat(n),L=[48];return constructLength(L,k.length),L=L.concat(k),utils$6.encode(L,t)};var BN$7=bnExports$3,HmacDRBG=hmacDrbg,utils$5=utils$o,curves$3=curves$4,rand=brorandExports,assert$3=utils$5.assert,KeyPair$2=key$1,Signature$2=signature$1;function EC$2(e){if(!(this instanceof EC$2))return new EC$2(e);typeof e=="string"&&(assert$3(Object.prototype.hasOwnProperty.call(curves$3,e),"Unknown curve "+e),e=curves$3[e]),e instanceof curves$3.PresetCurve&&(e={curve:e}),this.curve=e.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=e.curve.g,this.g.precompute(e.curve.n.bitLength()+1),this.hash=e.hash||e.curve.hash}var ec=EC$2;EC$2.prototype.keyPair=function(t){return new KeyPair$2(this,t)};EC$2.prototype.keyFromPrivate=function(t,y){return KeyPair$2.fromPrivate(this,t,y)};EC$2.prototype.keyFromPublic=function(t,y){return KeyPair$2.fromPublic(this,t,y)};EC$2.prototype.genKeyPair=function(t){t||(t={});for(var y=new HmacDRBG({hash:this.hash,pers:t.pers,persEnc:t.persEnc||"utf8",entropy:t.entropy||rand(this.hash.hmacStrength),entropyEnc:t.entropy&&t.entropyEnc||"utf8",nonce:this.n.toArray()}),n=this.n.byteLength(),$=this.n.sub(new BN$7(2));;){var k=new BN$7(y.generate(n));if(!(k.cmp($)>0))return k.iaddn(1),this.keyFromPrivate(k)}};EC$2.prototype._truncateToN=function(t,y){var n=t.byteLength()*8-this.n.bitLength();return n>0&&(t=t.ushrn(n)),!y&&t.cmp(this.n)>=0?t.sub(this.n):t};EC$2.prototype.sign=function(t,y,n,$){typeof n=="object"&&($=n,n=null),$||($={}),y=this.keyFromPrivate(y,n),t=this._truncateToN(new BN$7(t,16));for(var k=this.n.byteLength(),L=y.getPrivate().toArray("be",k),j=t.toArray("be",k),V=new HmacDRBG({hash:this.hash,entropy:L,nonce:j,pers:$.pers,persEnc:$.persEnc||"utf8"}),z=this.n.sub(new BN$7(1)),re=0;;re++){var oe=$.k?$.k(re):new BN$7(V.generate(this.n.byteLength()));if(oe=this._truncateToN(oe,!0),!(oe.cmpn(1)<=0||oe.cmp(z)>=0)){var ue=this.g.mul(oe);if(!ue.isInfinity()){var de=ue.getX(),_e=de.umod(this.n);if(_e.cmpn(0)!==0){var Ne=oe.invm(this.n).mul(_e.mul(y.getPrivate()).iadd(t));if(Ne=Ne.umod(this.n),Ne.cmpn(0)!==0){var Ue=(ue.getY().isOdd()?1:0)|(de.cmp(_e)!==0?2:0);return $.canonical&&Ne.cmp(this.nh)>0&&(Ne=this.n.sub(Ne),Ue^=1),new Signature$2({r:_e,s:Ne,recoveryParam:Ue})}}}}}};EC$2.prototype.verify=function(t,y,n,$){t=this._truncateToN(new BN$7(t,16)),n=this.keyFromPublic(n,$),y=new Signature$2(y,"hex");var k=y.r,L=y.s;if(k.cmpn(1)<0||k.cmp(this.n)>=0||L.cmpn(1)<0||L.cmp(this.n)>=0)return!1;var j=L.invm(this.n),V=j.mul(t).umod(this.n),z=j.mul(k).umod(this.n),re;return this.curve._maxwellTrick?(re=this.g.jmulAdd(V,n.getPublic(),z),re.isInfinity()?!1:re.eqXToP(k)):(re=this.g.mulAdd(V,n.getPublic(),z),re.isInfinity()?!1:re.getX().umod(this.n).cmp(k)===0)};EC$2.prototype.recoverPubKey=function(e,t,y,n){assert$3((3&y)===y,"The recovery param is more than two bits"),t=new Signature$2(t,n);var $=this.n,k=new BN$7(e),L=t.r,j=t.s,V=y&1,z=y>>1;if(L.cmp(this.curve.p.umod(this.curve.n))>=0&&z)throw new Error("Unable to find sencond key candinate");z?L=this.curve.pointFromX(L.add(this.curve.n),V):L=this.curve.pointFromX(L,V);var re=t.r.invm($),oe=$.sub(k).mul(re).umod($),ue=j.mul(re).umod($);return this.g.mulAdd(oe,L,ue)};EC$2.prototype.getKeyRecoveryParam=function(e,t,y,n){if(t=new Signature$2(t,n),t.recoveryParam!==null)return t.recoveryParam;for(var $=0;$<4;$++){var k;try{k=this.recoverPubKey(e,t,$)}catch{continue}if(k.eq(y))return $}throw new Error("Unable to find valid recovery factor")};var utils$4=utils$o,assert$2=utils$4.assert,parseBytes$2=utils$4.parseBytes,cachedProperty$1=utils$4.cachedProperty;function KeyPair$1(e,t){this.eddsa=e,this._secret=parseBytes$2(t.secret),e.isPoint(t.pub)?this._pub=t.pub:this._pubBytes=parseBytes$2(t.pub)}KeyPair$1.fromPublic=function(t,y){return y instanceof KeyPair$1?y:new KeyPair$1(t,{pub:y})};KeyPair$1.fromSecret=function(t,y){return y instanceof KeyPair$1?y:new KeyPair$1(t,{secret:y})};KeyPair$1.prototype.secret=function(){return this._secret};cachedProperty$1(KeyPair$1,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())});cachedProperty$1(KeyPair$1,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())});cachedProperty$1(KeyPair$1,"privBytes",function(){var t=this.eddsa,y=this.hash(),n=t.encodingLength-1,$=y.slice(0,t.encodingLength);return $[0]&=248,$[n]&=127,$[n]|=64,$});cachedProperty$1(KeyPair$1,"priv",function(){return this.eddsa.decodeInt(this.privBytes())});cachedProperty$1(KeyPair$1,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()});cachedProperty$1(KeyPair$1,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)});KeyPair$1.prototype.sign=function(t){return assert$2(this._secret,"KeyPair can only verify"),this.eddsa.sign(t,this)};KeyPair$1.prototype.verify=function(t,y){return this.eddsa.verify(t,y,this)};KeyPair$1.prototype.getSecret=function(t){return assert$2(this._secret,"KeyPair is public only"),utils$4.encode(this.secret(),t)};KeyPair$1.prototype.getPublic=function(t){return utils$4.encode(this.pubBytes(),t)};var key=KeyPair$1,BN$6=bnExports$3,utils$3=utils$o,assert$1=utils$3.assert,cachedProperty=utils$3.cachedProperty,parseBytes$1=utils$3.parseBytes;function Signature$1(e,t){this.eddsa=e,typeof t!="object"&&(t=parseBytes$1(t)),Array.isArray(t)&&(assert$1(t.length===e.encodingLength*2,"Signature has invalid size"),t={R:t.slice(0,e.encodingLength),S:t.slice(e.encodingLength)}),assert$1(t.R&&t.S,"Signature without R or S"),e.isPoint(t.R)&&(this._R=t.R),t.S instanceof BN$6&&(this._S=t.S),this._Rencoded=Array.isArray(t.R)?t.R:t.Rencoded,this._Sencoded=Array.isArray(t.S)?t.S:t.Sencoded}cachedProperty(Signature$1,"S",function(){return this.eddsa.decodeInt(this.Sencoded())});cachedProperty(Signature$1,"R",function(){return this.eddsa.decodePoint(this.Rencoded())});cachedProperty(Signature$1,"Rencoded",function(){return this.eddsa.encodePoint(this.R())});cachedProperty(Signature$1,"Sencoded",function(){return this.eddsa.encodeInt(this.S())});Signature$1.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())};Signature$1.prototype.toHex=function(){return utils$3.encode(this.toBytes(),"hex").toUpperCase()};var signature=Signature$1,hash=hash$2,curves$2=curves$4,utils$2=utils$o,assert=utils$2.assert,parseBytes=utils$2.parseBytes,KeyPair=key,Signature=signature;function EDDSA(e){if(assert(e==="ed25519","only tested with ed25519 so far"),!(this instanceof EDDSA))return new EDDSA(e);e=curves$2[e].curve,this.curve=e,this.g=e.g,this.g.precompute(e.n.bitLength()+1),this.pointClass=e.point().constructor,this.encodingLength=Math.ceil(e.n.bitLength()/8),this.hash=hash.sha512}var eddsa=EDDSA;EDDSA.prototype.sign=function(t,y){t=parseBytes(t);var n=this.keyFromSecret(y),$=this.hashInt(n.messagePrefix(),t),k=this.g.mul($),L=this.encodePoint(k),j=this.hashInt(L,n.pubBytes(),t).mul(n.priv()),V=$.add(j).umod(this.curve.n);return this.makeSignature({R:k,S:V,Rencoded:L})};EDDSA.prototype.verify=function(t,y,n){if(t=parseBytes(t),y=this.makeSignature(y),y.S().gte(y.eddsa.curve.n)||y.S().isNeg())return!1;var $=this.keyFromPublic(n),k=this.hashInt(y.Rencoded(),$.pubBytes(),t),L=this.g.mul(y.S()),j=y.R().add($.pub().mul(k));return j.eq(L)};EDDSA.prototype.hashInt=function(){for(var t=this.hash(),y=0;y0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie=pe;Ie-=2)ur=V(ie,pe,Ie)<=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?""};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;peie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ceie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ieie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar>>26;for(;jt!==0&&ar>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;arie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur>26,this.words[ur]=pe&67108863;if(ar===0&&ur>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur>>1)jt++;return 1<>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<ar)for(this.length-=ar,he=0;he=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ieie.length)return 1;if(this.length=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Iejt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$3);var bnExports$2=bn$3.exports,api={},hasRequiredApi;function requireApi(){return hasRequiredApi||(hasRequiredApi=1,function(e){var t=requireAsn1(),y=inherits_browserExports,n=e;n.define=function(L,j){return new $(L,j)};function $(k,L){this.name=k,this.body=L,this.decoders={},this.encoders={}}$.prototype._createNamed=function(L){var j;try{j=require$$2$1.runInThisContext("(function "+this.name+`(entity) { - this._initNamed(entity); -})`)}catch{j=function(z){this._initNamed(z)}}return y(j,L),j.prototype._initNamed=function(z){L.call(this,z)},new j(this)},$.prototype._getDecoder=function(L){return L=L||"der",this.decoders.hasOwnProperty(L)||(this.decoders[L]=this._createNamed(t.decoders[L])),this.decoders[L]},$.prototype.decode=function(L,j,V){return this._getDecoder(j).decode(L,V)},$.prototype._getEncoder=function(L){return L=L||"der",this.encoders.hasOwnProperty(L)||(this.encoders[L]=this._createNamed(t.encoders[L])),this.encoders[L]},$.prototype.encode=function(L,j,V){return this._getEncoder(j).encode(L,V)}}(api)),api}var base={},reporter={},inherits$3=inherits_browserExports;function Reporter(e){this._reporterState={obj:null,path:[],options:e||{},errors:[]}}reporter.Reporter=Reporter;Reporter.prototype.isError=function(t){return t instanceof ReporterError};Reporter.prototype.save=function(){var t=this._reporterState;return{obj:t.obj,pathLen:t.path.length}};Reporter.prototype.restore=function(t){var y=this._reporterState;y.obj=t.obj,y.path=y.path.slice(0,t.pathLen)};Reporter.prototype.enterKey=function(t){return this._reporterState.path.push(t)};Reporter.prototype.exitKey=function(t){var y=this._reporterState;y.path=y.path.slice(0,t-1)};Reporter.prototype.leaveKey=function(t,y,n){var $=this._reporterState;this.exitKey(t),$.obj!==null&&($.obj[y]=n)};Reporter.prototype.path=function(){return this._reporterState.path.join("/")};Reporter.prototype.enterObject=function(){var t=this._reporterState,y=t.obj;return t.obj={},y};Reporter.prototype.leaveObject=function(t){var y=this._reporterState,n=y.obj;return y.obj=t,n};Reporter.prototype.error=function(t){var y,n=this._reporterState,$=t instanceof ReporterError;if($?y=t:y=new ReporterError(n.path.map(function(k){return"["+JSON.stringify(k)+"]"}).join(""),t.message||t,t.stack),!n.options.partial)throw y;return $||n.errors.push(y),y};Reporter.prototype.wrapResult=function(t){var y=this._reporterState;return y.options.partial?{result:this.isError(t)?null:t,errors:y.errors}:t};function ReporterError(e,t){this.path=e,this.rethrow(t)}inherits$3(ReporterError,Error);ReporterError.prototype.rethrow=function(t){if(this.message=t+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,ReporterError),!this.stack)try{throw new Error(this.message)}catch(y){this.stack=y.stack}return this};var buffer={},hasRequiredBuffer;function requireBuffer(){if(hasRequiredBuffer)return buffer;hasRequiredBuffer=1;var e=inherits_browserExports,t=requireBase().Reporter,y=buffer$1.Buffer;function n(k,L){if(t.call(this,L),!y.isBuffer(k)){this.error("Input not Buffer");return}this.base=k,this.offset=0,this.length=k.length}e(n,t),buffer.DecoderBuffer=n,n.prototype.save=function(){return{offset:this.offset,reporter:t.prototype.save.call(this)}},n.prototype.restore=function(L){var j=new n(this.base);return j.offset=L.offset,j.length=this.offset,this.offset=L.offset,t.prototype.restore.call(this,L.reporter),j},n.prototype.isEmpty=function(){return this.offset===this.length},n.prototype.readUInt8=function(L){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(L||"DecoderBuffer overrun")},n.prototype.skip=function(L,j){if(!(this.offset+L<=this.length))return this.error(j||"DecoderBuffer overrun");var V=new n(this.base);return V._reporterState=this._reporterState,V.offset=this.offset,V.length=this.offset+L,this.offset+=L,V},n.prototype.raw=function(L){return this.base.slice(L?L.offset:this.offset,this.length)};function $(k,L){if(Array.isArray(k))this.length=0,this.value=k.map(function(j){return j instanceof $||(j=new $(j,L)),this.length+=j.length,j},this);else if(typeof k=="number"){if(!(0<=k&&k<=255))return L.error("non-byte EncoderBuffer value");this.value=k,this.length=1}else if(typeof k=="string")this.value=k,this.length=y.byteLength(k);else if(y.isBuffer(k))this.value=k,this.length=k.length;else return L.error("Unsupported type: "+typeof k)}return buffer.EncoderBuffer=$,$.prototype.join=function(L,j){return L||(L=new y(this.length)),j||(j=0),this.length===0||(Array.isArray(this.value)?this.value.forEach(function(V){V.join(L,j),j+=V.length}):(typeof this.value=="number"?L[j]=this.value:typeof this.value=="string"?L.write(this.value,j):y.isBuffer(this.value)&&this.value.copy(L,j),j+=this.length)),L},buffer}var node,hasRequiredNode;function requireNode(){if(hasRequiredNode)return node;hasRequiredNode=1;var e=requireBase().Reporter,t=requireBase().EncoderBuffer,y=requireBase().DecoderBuffer,n=minimalisticAssert,$=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],k=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat($),L=["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"];function j(z,re){var oe={};this._baseState=oe,oe.enc=z,oe.parent=re||null,oe.children=null,oe.tag=null,oe.args=null,oe.reverseArgs=null,oe.choice=null,oe.optional=!1,oe.any=!1,oe.obj=!1,oe.use=null,oe.useDecoder=null,oe.key=null,oe.default=null,oe.explicit=null,oe.implicit=null,oe.contains=null,oe.parent||(oe.children=[],this._wrap())}node=j;var V=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];return j.prototype.clone=function(){var re=this._baseState,oe={};V.forEach(function(de){oe[de]=re[de]});var ue=new this.constructor(oe.parent);return ue._baseState=oe,ue},j.prototype._wrap=function(){var re=this._baseState;k.forEach(function(oe){this[oe]=function(){var de=new this.constructor(this);return re.children.push(de),de[oe].apply(de,arguments)}},this)},j.prototype._init=function(re){var oe=this._baseState;n(oe.parent===null),re.call(this),oe.children=oe.children.filter(function(ue){return ue._baseState.parent===this},this),n.equal(oe.children.length,1,"Root node can have only one child")},j.prototype._useArgs=function(re){var oe=this._baseState,ue=re.filter(function(de){return de instanceof this.constructor},this);re=re.filter(function(de){return!(de instanceof this.constructor)},this),ue.length!==0&&(n(oe.children===null),oe.children=ue,ue.forEach(function(de){de._baseState.parent=this},this)),re.length!==0&&(n(oe.args===null),oe.args=re,oe.reverseArgs=re.map(function(de){if(typeof de!="object"||de.constructor!==Object)return de;var _e={};return Object.keys(de).forEach(function(Ne){Ne==(Ne|0)&&(Ne|=0);var Ue=de[Ne];_e[Ue]=Ne}),_e}))},L.forEach(function(z){j.prototype[z]=function(){var oe=this._baseState;throw new Error(z+" not implemented for encoding: "+oe.enc)}}),$.forEach(function(z){j.prototype[z]=function(){var oe=this._baseState,ue=Array.prototype.slice.call(arguments);return n(oe.tag===null),oe.tag=z,this._useArgs(ue),this}}),j.prototype.use=function(re){n(re);var oe=this._baseState;return n(oe.use===null),oe.use=re,this},j.prototype.optional=function(){var re=this._baseState;return re.optional=!0,this},j.prototype.def=function(re){var oe=this._baseState;return n(oe.default===null),oe.default=re,oe.optional=!0,this},j.prototype.explicit=function(re){var oe=this._baseState;return n(oe.explicit===null&&oe.implicit===null),oe.explicit=re,this},j.prototype.implicit=function(re){var oe=this._baseState;return n(oe.explicit===null&&oe.implicit===null),oe.implicit=re,this},j.prototype.obj=function(){var re=this._baseState,oe=Array.prototype.slice.call(arguments);return re.obj=!0,oe.length!==0&&this._useArgs(oe),this},j.prototype.key=function(re){var oe=this._baseState;return n(oe.key===null),oe.key=re,this},j.prototype.any=function(){var re=this._baseState;return re.any=!0,this},j.prototype.choice=function(re){var oe=this._baseState;return n(oe.choice===null),oe.choice=re,this._useArgs(Object.keys(re).map(function(ue){return re[ue]})),this},j.prototype.contains=function(re){var oe=this._baseState;return n(oe.use===null),oe.contains=re,this},j.prototype._decode=function(re,oe){var ue=this._baseState;if(ue.parent===null)return re.wrapResult(ue.children[0]._decode(re,oe));var de=ue.default,_e=!0,Ne=null;if(ue.key!==null&&(Ne=re.enterKey(ue.key)),ue.optional){var Ue=null;if(ue.explicit!==null?Ue=ue.explicit:ue.implicit!==null?Ue=ue.implicit:ue.tag!==null&&(Ue=ue.tag),Ue===null&&!ue.any){var $e=re.save();try{ue.choice===null?this._decodeGeneric(ue.tag,re,oe):this._decodeChoice(re,oe),_e=!0}catch{_e=!1}re.restore($e)}else if(_e=this._peekTag(re,Ue,ue.any),re.isError(_e))return _e}var Ve;if(ue.obj&&_e&&(Ve=re.enterObject()),_e){if(ue.explicit!==null){var Fe=this._decodeTag(re,ue.explicit);if(re.isError(Fe))return Fe;re=Fe}var qe=re.offset;if(ue.use===null&&ue.choice===null){if(ue.any)var $e=re.save();var er=this._decodeTag(re,ue.implicit!==null?ue.implicit:ue.tag,ue.any);if(re.isError(er))return er;ue.any?de=re.raw($e):re=er}if(oe&&oe.track&&ue.tag!==null&&oe.track(re.path(),qe,re.length,"tagged"),oe&&oe.track&&ue.tag!==null&&oe.track(re.path(),re.offset,re.length,"content"),ue.any?de=de:ue.choice===null?de=this._decodeGeneric(ue.tag,re,oe):de=this._decodeChoice(re,oe),re.isError(de))return de;if(!ue.any&&ue.choice===null&&ue.children!==null&&ue.children.forEach(function(cr){cr._decode(re,oe)}),ue.contains&&(ue.tag==="octstr"||ue.tag==="bitstr")){var ir=new y(de);de=this._getUse(ue.contains,re._reporterState.obj)._decode(ir,oe)}}return ue.obj&&_e&&(de=re.leaveObject(Ve)),ue.key!==null&&(de!==null||_e===!0)?re.leaveKey(Ne,ue.key,de):Ne!==null&&re.exitKey(Ne),de},j.prototype._decodeGeneric=function(re,oe,ue){var de=this._baseState;return re==="seq"||re==="set"?null:re==="seqof"||re==="setof"?this._decodeList(oe,re,de.args[0],ue):/str$/.test(re)?this._decodeStr(oe,re,ue):re==="objid"&&de.args?this._decodeObjid(oe,de.args[0],de.args[1],ue):re==="objid"?this._decodeObjid(oe,null,null,ue):re==="gentime"||re==="utctime"?this._decodeTime(oe,re,ue):re==="null_"?this._decodeNull(oe,ue):re==="bool"?this._decodeBool(oe,ue):re==="objDesc"?this._decodeStr(oe,re,ue):re==="int"||re==="enum"?this._decodeInt(oe,de.args&&de.args[0],ue):de.use!==null?this._getUse(de.use,oe._reporterState.obj)._decode(oe,ue):oe.error("unknown tag: "+re)},j.prototype._getUse=function(re,oe){var ue=this._baseState;return ue.useDecoder=this._use(re,oe),n(ue.useDecoder._baseState.parent===null),ue.useDecoder=ue.useDecoder._baseState.children[0],ue.implicit!==ue.useDecoder._baseState.implicit&&(ue.useDecoder=ue.useDecoder.clone(),ue.useDecoder._baseState.implicit=ue.implicit),ue.useDecoder},j.prototype._decodeChoice=function(re,oe){var ue=this._baseState,de=null,_e=!1;return Object.keys(ue.choice).some(function(Ne){var Ue=re.save(),$e=ue.choice[Ne];try{var Ve=$e._decode(re,oe);if(re.isError(Ve))return!1;de={type:Ne,value:Ve},_e=!0}catch{return re.restore(Ue),!1}return!0},this),_e?de:re.error("Choice not matched")},j.prototype._createEncoderBuffer=function(re){return new t(re,this.reporter)},j.prototype._encode=function(re,oe,ue){var de=this._baseState;if(!(de.default!==null&&de.default===re)){var _e=this._encodeValue(re,oe,ue);if(_e!==void 0&&!this._skipDefault(_e,oe,ue))return _e}},j.prototype._encodeValue=function(re,oe,ue){var de=this._baseState;if(de.parent===null)return de.children[0]._encode(re,oe||new e);var $e=null;if(this.reporter=oe,de.optional&&re===void 0)if(de.default!==null)re=de.default;else return;var _e=null,Ne=!1;if(de.any)$e=this._createEncoderBuffer(re);else if(de.choice)$e=this._encodeChoice(re,oe);else if(de.contains)_e=this._getUse(de.contains,ue)._encode(re,oe),Ne=!0;else if(de.children)_e=de.children.map(function(qe){if(qe._baseState.tag==="null_")return qe._encode(null,oe,re);if(qe._baseState.key===null)return oe.error("Child should have a key");var er=oe.enterKey(qe._baseState.key);if(typeof re!="object")return oe.error("Child expected, but input is not object");var ir=qe._encode(re[qe._baseState.key],oe,re);return oe.leaveKey(er),ir},this).filter(function(qe){return qe}),_e=this._createEncoderBuffer(_e);else if(de.tag==="seqof"||de.tag==="setof"){if(!(de.args&&de.args.length===1))return oe.error("Too many args for : "+de.tag);if(!Array.isArray(re))return oe.error("seqof/setof, but data is not Array");var Ue=this.clone();Ue._baseState.implicit=null,_e=this._createEncoderBuffer(re.map(function(qe){var er=this._baseState;return this._getUse(er.args[0],re)._encode(qe,oe)},Ue))}else de.use!==null?$e=this._getUse(de.use,ue)._encode(re,oe):(_e=this._encodePrimitive(de.tag,re),Ne=!0);var $e;if(!de.any&&de.choice===null){var Ve=de.implicit!==null?de.implicit:de.tag,Fe=de.implicit===null?"universal":"context";Ve===null?de.use===null&&oe.error("Tag could be omitted only for .use()"):de.use===null&&($e=this._encodeComposite(Ve,Ne,Fe,_e))}return de.explicit!==null&&($e=this._encodeComposite(de.explicit,!1,"context",$e)),$e},j.prototype._encodeChoice=function(re,oe){var ue=this._baseState,de=ue.choice[re.type];return de||n(!1,re.type+" not found in "+JSON.stringify(Object.keys(ue.choice))),de._encode(re.value,oe)},j.prototype._encodePrimitive=function(re,oe){var ue=this._baseState;if(/str$/.test(re))return this._encodeStr(oe,re);if(re==="objid"&&ue.args)return this._encodeObjid(oe,ue.reverseArgs[0],ue.args[1]);if(re==="objid")return this._encodeObjid(oe,null,null);if(re==="gentime"||re==="utctime")return this._encodeTime(oe,re);if(re==="null_")return this._encodeNull();if(re==="int"||re==="enum")return this._encodeInt(oe,ue.args&&ue.reverseArgs[0]);if(re==="bool")return this._encodeBool(oe);if(re==="objDesc")return this._encodeStr(oe,re);throw new Error("Unsupported tag: "+re)},j.prototype._isNumstr=function(re){return/^[0-9 ]*$/.test(re)},j.prototype._isPrintstr=function(re){return/^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(re)},node}var hasRequiredBase;function requireBase(){return hasRequiredBase||(hasRequiredBase=1,function(e){var t=e;t.Reporter=reporter.Reporter,t.DecoderBuffer=requireBuffer().DecoderBuffer,t.EncoderBuffer=requireBuffer().EncoderBuffer,t.Node=requireNode()}(base)),base}var constants={},der={},hasRequiredDer$2;function requireDer$2(){return hasRequiredDer$2||(hasRequiredDer$2=1,function(e){var t=requireConstants();e.tagClass={0:"universal",1:"application",2:"context",3:"private"},e.tagClassByName=t._reverse(e.tagClass),e.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},e.tagByName=t._reverse(e.tag)}(der)),der}var hasRequiredConstants;function requireConstants(){return hasRequiredConstants||(hasRequiredConstants=1,function(e){var t=e;t._reverse=function(n){var $={};return Object.keys(n).forEach(function(k){(k|0)==k&&(k=k|0);var L=n[k];$[L]=k}),$},t.der=requireDer$2()}(constants)),constants}var decoders={},der_1$1,hasRequiredDer$1;function requireDer$1(){if(hasRequiredDer$1)return der_1$1;hasRequiredDer$1=1;var e=inherits_browserExports,t=requireAsn1(),y=t.base,n=t.bignum,$=t.constants.der;function k(z){this.enc="der",this.name=z.name,this.entity=z,this.tree=new L,this.tree._init(z.body)}der_1$1=k,k.prototype.decode=function(re,oe){return re instanceof y.DecoderBuffer||(re=new y.DecoderBuffer(re,oe)),this.tree._decode(re,oe)};function L(z){y.Node.call(this,"der",z)}e(L,y.Node),L.prototype._peekTag=function(re,oe,ue){if(re.isEmpty())return!1;var de=re.save(),_e=j(re,'Failed to peek tag: "'+oe+'"');return re.isError(_e)?_e:(re.restore(de),_e.tag===oe||_e.tagStr===oe||_e.tagStr+"of"===oe||ue)},L.prototype._decodeTag=function(re,oe,ue){var de=j(re,'Failed to decode tag of "'+oe+'"');if(re.isError(de))return de;var _e=V(re,de.primitive,'Failed to get length of "'+oe+'"');if(re.isError(_e))return _e;if(!ue&&de.tag!==oe&&de.tagStr!==oe&&de.tagStr+"of"!==oe)return re.error('Failed to match tag: "'+oe+'"');if(de.primitive||_e!==null)return re.skip(_e,'Failed to match body of: "'+oe+'"');var Ne=re.save(),Ue=this._skipUntilEnd(re,'Failed to skip indefinite length body: "'+this.tag+'"');return re.isError(Ue)?Ue:(_e=re.offset-Ne.offset,re.restore(Ne),re.skip(_e,'Failed to match body of: "'+oe+'"'))},L.prototype._skipUntilEnd=function(re,oe){for(;;){var ue=j(re,oe);if(re.isError(ue))return ue;var de=V(re,ue.primitive,oe);if(re.isError(de))return de;var _e;if(ue.primitive||de!==null?_e=re.skip(de):_e=this._skipUntilEnd(re,oe),re.isError(_e))return _e;if(ue.tagStr==="end")break}},L.prototype._decodeList=function(re,oe,ue,de){for(var _e=[];!re.isEmpty();){var Ne=this._peekTag(re,"end");if(re.isError(Ne))return Ne;var Ue=ue.decode(re,"der",de);if(re.isError(Ue)&&Ne)break;_e.push(Ue)}return _e},L.prototype._decodeStr=function(re,oe){if(oe==="bitstr"){var ue=re.readUInt8();return re.isError(ue)?ue:{unused:ue,data:re.raw()}}else if(oe==="bmpstr"){var de=re.raw();if(de.length%2===1)return re.error("Decoding of string type: bmpstr length mismatch");for(var _e="",Ne=0;Ne>6],de=(oe&32)===0;if((oe&31)===31){var _e=oe;for(oe=0;(_e&128)===128;){if(_e=z.readUInt8(re),z.isError(_e))return _e;oe<<=7,oe|=_e&127}}else oe&=31;var Ne=$.tag[oe];return{cls:ue,primitive:de,tag:oe,tagStr:Ne}}function V(z,re,oe){var ue=z.readUInt8(oe);if(z.isError(ue))return ue;if(!re&&ue===128)return null;if(!(ue&128))return ue;var de=ue&127;if(de>4)return z.error("length octect is too long");ue=0;for(var _e=0;_e=256;Ue>>=8)Ne++;var $e=new t(2+Ne);$e[0]=_e,$e[1]=128|Ne;for(var Ue=1+Ne,Ve=de.length;Ve>0;Ue--,Ve>>=8)$e[Ue]=Ve&255;return this._createEncoderBuffer([$e,de])},L.prototype._encodeStr=function(re,oe){if(oe==="bitstr")return this._createEncoderBuffer([re.unused|0,re.data]);if(oe==="bmpstr"){for(var ue=new t(re.length*2),de=0;de=40)return this.reporter.error("Second objid identifier OOB");re.splice(0,2,re[0]*40+re[1])}for(var _e=0,de=0;de=128;Ne>>=7)_e++}for(var Ue=new t(_e),$e=Ue.length-1,de=re.length-1;de>=0;de--){var Ne=re[de];for(Ue[$e--]=Ne&127;(Ne>>=7)>0;)Ue[$e--]=128|Ne&127}return this._createEncoderBuffer(Ue)};function j(z){return z<10?"0"+z:z}L.prototype._encodeTime=function(re,oe){var ue,de=new Date(re);return oe==="gentime"?ue=[j(de.getFullYear()),j(de.getUTCMonth()+1),j(de.getUTCDate()),j(de.getUTCHours()),j(de.getUTCMinutes()),j(de.getUTCSeconds()),"Z"].join(""):oe==="utctime"?ue=[j(de.getFullYear()%100),j(de.getUTCMonth()+1),j(de.getUTCDate()),j(de.getUTCHours()),j(de.getUTCMinutes()),j(de.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+oe+" time is not supported yet"),this._encodeStr(ue,"octstr")},L.prototype._encodeNull=function(){return this._createEncoderBuffer("")},L.prototype._encodeInt=function(re,oe){if(typeof re=="string"){if(!oe)return this.reporter.error("String int or enum given, but no values map");if(!oe.hasOwnProperty(re))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(re));re=oe[re]}if(typeof re!="number"&&!t.isBuffer(re)){var ue=re.toArray();!re.sign&&ue[0]&128&&ue.unshift(0),re=new t(ue)}if(t.isBuffer(re)){var de=re.length;re.length===0&&de++;var Ne=new t(de);return re.copy(Ne),re.length===0&&(Ne[0]=0),this._createEncoderBuffer(Ne)}if(re<128)return this._createEncoderBuffer(re);if(re<256)return this._createEncoderBuffer([0,re]);for(var de=1,_e=re;_e>=256;_e>>=8)de++;for(var Ne=new Array(de),_e=Ne.length-1;_e>=0;_e--)Ne[_e]=re&255,re>>=8;return Ne[0]&128&&Ne.unshift(0),this._createEncoderBuffer(new t(Ne))},L.prototype._encodeBool=function(re){return this._createEncoderBuffer(re?255:0)},L.prototype._use=function(re,oe){return typeof re=="function"&&(re=re(oe)),re._getEncoder("der").tree},L.prototype._skipDefault=function(re,oe,ue){var de=this._baseState,_e;if(de.default===null)return!1;var Ne=re.join();if(de.defaultBuffer===void 0&&(de.defaultBuffer=this._encodeValue(de.default,oe,ue).join()),Ne.length!==de.defaultBuffer.length)return!1;for(_e=0;_e=31?ue.error("Multi-octet tag encoding unsupported"):(re||(de|=32),de|=$.tagClassByName[oe||"universal"]<<6,de)}return der_1}var pem,hasRequiredPem;function requirePem(){if(hasRequiredPem)return pem;hasRequiredPem=1;var e=inherits_browserExports,t=requireDer();function y(n){t.call(this,n),this.enc="pem"}return e(y,t),pem=y,y.prototype.encode=function($,k){for(var L=t.prototype.encode.call(this,$),j=L.toString("base64"),V=["-----BEGIN "+k.label+"-----"],z=0;z0&&y.ishrn(n),y}function bits2octets(e,t){e=bits2int(e,t),e=e.mod(t);var y=Buffer$9.from(e.toArray());if(y.length=0)throw new Error("invalid sig")}var verify_1=verify$1,Buffer$7=safeBufferExports$1.Buffer,createHash$3=browser$9,stream=readableBrowserExports,inherits$2=inherits_browserExports,sign$1=signExports,verify=verify_1,algorithms=require$$6;Object.keys(algorithms).forEach(function(e){algorithms[e].id=Buffer$7.from(algorithms[e].id,"hex"),algorithms[e.toLowerCase()]=algorithms[e]});function Sign(e){stream.Writable.call(this);var t=algorithms[e];if(!t)throw new Error("Unknown message digest");this._hashType=t.hash,this._hash=createHash$3(t.hash),this._tag=t.id,this._signType=t.sign}inherits$2(Sign,stream.Writable);Sign.prototype._write=function(t,y,n){this._hash.update(t),n()};Sign.prototype.update=function(t,y){return this._hash.update(typeof t=="string"?Buffer$7.from(t,y):t),this};Sign.prototype.sign=function(t,y){this.end();var n=this._hash.digest(),$=sign$1(n,t,this._hashType,this._signType,this._tag);return y?$.toString(y):$};function Verify(e){stream.Writable.call(this);var t=algorithms[e];if(!t)throw new Error("Unknown message digest");this._hash=createHash$3(t.hash),this._tag=t.id,this._signType=t.sign}inherits$2(Verify,stream.Writable);Verify.prototype._write=function(t,y,n){this._hash.update(t),n()};Verify.prototype.update=function(t,y){return this._hash.update(typeof t=="string"?Buffer$7.from(t,y):t),this};Verify.prototype.verify=function(t,y,n){var $=typeof y=="string"?Buffer$7.from(y,n):y;this.end();var k=this._hash.digest();return verify($,k,t,this._signType,this._tag)};function createSign(e){return new Sign(e)}function createVerify(e){return new Verify(e)}var browser$3={Sign:createSign,Verify:createVerify,createSign,createVerify},bn$2={exports:{}};bn$2.exports;(function(e){(function(t,y){function n(Et,ie){if(!Et)throw new Error(ie||"Assertion failed")}function $(Et,ie){Et.super_=ie;var pe=function(){};pe.prototype=ie.prototype,Et.prototype=new pe,Et.prototype.constructor=Et}function k(Et,ie,pe){if(k.isBN(Et))return Et;this.negative=0,this.words=null,this.length=0,this.red=null,Et!==null&&((ie==="le"||ie==="be")&&(pe=ie,ie=10),this._init(Et||0,ie||10,pe||"be"))}typeof t=="object"?t.exports=k:y.BN=k,k.BN=k,k.wordSize=26;var L;try{typeof window<"u"&&typeof window.Buffer<"u"?L=window.Buffer:L=require$$2$1.Buffer}catch{}k.isBN=function(ie){return ie instanceof k?!0:ie!==null&&typeof ie=="object"&&ie.constructor.wordSize===k.wordSize&&Array.isArray(ie.words)},k.max=function(ie,pe){return ie.cmp(pe)>0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie=pe;Ie-=2)ur=V(ie,pe,Ie)<=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?""};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;peie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ceie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ieie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar>>26;for(;jt!==0&&ar>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;arie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur>26,this.words[ur]=pe&67108863;if(ar===0&&ur>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur>>1)jt++;return 1<>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<ar)for(this.length-=ar,he=0;he=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ieie.length)return 1;if(this.length=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Iejt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$2);var bnExports$1=bn$2.exports,elliptic=elliptic$1,BN$3=bnExports$1,browser$2=function(t){return new ECDH(t)},aliases={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};aliases.p224=aliases.secp224r1;aliases.p256=aliases.secp256r1=aliases.prime256v1;aliases.p192=aliases.secp192r1=aliases.prime192v1;aliases.p384=aliases.secp384r1;aliases.p521=aliases.secp521r1;function ECDH(e){this.curveType=aliases[e],this.curveType||(this.curveType={name:e}),this.curve=new elliptic.ec(this.curveType.name),this.keys=void 0}ECDH.prototype.generateKeys=function(e,t){return this.keys=this.curve.genKeyPair(),this.getPublicKey(e,t)};ECDH.prototype.computeSecret=function(e,t,y){t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t));var n=this.curve.keyFromPublic(e).getPublic(),$=n.mul(this.keys.getPrivate()).getX();return formatReturnValue($,y,this.curveType.byteLength)};ECDH.prototype.getPublicKey=function(e,t){var y=this.keys.getPublic(t==="compressed",!0);return t==="hybrid"&&(y[y.length-1]%2?y[0]=7:y[0]=6),formatReturnValue(y,e)};ECDH.prototype.getPrivateKey=function(e){return formatReturnValue(this.keys.getPrivate(),e)};ECDH.prototype.setPublicKey=function(e,t){return t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t)),this.keys._importPublic(e),this};ECDH.prototype.setPrivateKey=function(e,t){t=t||"utf8",Buffer$F.isBuffer(e)||(e=new Buffer$F(e,t));var y=new BN$3(e);return y=y.toString(16),this.keys=this.curve.genKeyPair(),this.keys._importPrivate(y),this};function formatReturnValue(e,t,y){Array.isArray(e)||(e=e.toArray());var n=new Buffer$F(e);if(y&&n.length0?ie:pe},k.min=function(ie,pe){return ie.cmp(pe)<0?ie:pe},k.prototype._init=function(ie,pe,Ce){if(typeof ie=="number")return this._initNumber(ie,pe,Ce);if(typeof ie=="object")return this._initArray(ie,pe,Ce);pe==="hex"&&(pe=16),n(pe===(pe|0)&&pe>=2&&pe<=36),ie=ie.toString().replace(/\s+/g,"");var Ie=0;ie[0]==="-"&&(Ie++,this.negative=1),Ie=0;Ie-=3)ar=ie[Ie]|ie[Ie-1]<<8|ie[Ie-2]<<16,this.words[jt]|=ar<>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);else if(Ce==="le")for(Ie=0,jt=0;Ie>>26-ur&67108863,ur+=24,ur>=26&&(ur-=26,jt++);return this.strip()};function j(Et,ie){var pe=Et.charCodeAt(ie);return pe>=65&&pe<=70?pe-55:pe>=97&&pe<=102?pe-87:pe-48&15}function V(Et,ie,pe){var Ce=j(Et,pe);return pe-1>=ie&&(Ce|=j(Et,pe-1)<<4),Ce}k.prototype._parseHex=function(ie,pe,Ce){this.length=Math.ceil((ie.length-pe)/6),this.words=new Array(this.length);for(var Ie=0;Ie=pe;Ie-=2)ur=V(ie,pe,Ie)<=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8;else{var kt=ie.length-pe;for(Ie=kt%2===0?pe+1:pe;Ie=18?(jt-=18,ar+=1,this.words[ar]|=ur>>>26):jt+=8}this.strip()};function z(Et,ie,pe,Ce){for(var Ie=0,jt=Math.min(Et.length,pe),ar=ie;ar=49?Ie+=ur-49+10:ur>=17?Ie+=ur-17+10:Ie+=ur}return Ie}k.prototype._parseBase=function(ie,pe,Ce){this.words=[0],this.length=1;for(var Ie=0,jt=1;jt<=67108863;jt*=pe)Ie++;Ie--,jt=jt/pe|0;for(var ar=ie.length-Ce,ur=ar%Ie,kt=Math.min(ar,ar-ur)+Ce,he=0,tr=Ce;tr1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},k.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},k.prototype.inspect=function(){return(this.red?""};var re=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],oe=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],ue=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];k.prototype.toString=function(ie,pe){ie=ie||10,pe=pe|0||1;var Ce;if(ie===16||ie==="hex"){Ce="";for(var Ie=0,jt=0,ar=0;ar>>24-Ie&16777215,jt!==0||ar!==this.length-1?Ce=re[6-kt.length]+kt+Ce:Ce=kt+Ce,Ie+=2,Ie>=26&&(Ie-=26,ar--)}for(jt!==0&&(Ce=jt.toString(16)+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}if(ie===(ie|0)&&ie>=2&&ie<=36){var he=oe[ie],tr=ue[ie];Ce="";var gr=this.clone();for(gr.negative=0;!gr.isZero();){var _r=gr.modn(tr).toString(ie);gr=gr.idivn(tr),gr.isZero()?Ce=_r+Ce:Ce=re[he-_r.length]+_r+Ce}for(this.isZero()&&(Ce="0"+Ce);Ce.length%pe!==0;)Ce="0"+Ce;return this.negative!==0&&(Ce="-"+Ce),Ce}n(!1,"Base should be between 2 and 36")},k.prototype.toNumber=function(){var ie=this.words[0];return this.length===2?ie+=this.words[1]*67108864:this.length===3&&this.words[2]===1?ie+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-ie:ie},k.prototype.toJSON=function(){return this.toString(16)},k.prototype.toBuffer=function(ie,pe){return n(typeof L<"u"),this.toArrayLike(L,ie,pe)},k.prototype.toArray=function(ie,pe){return this.toArrayLike(Array,ie,pe)},k.prototype.toArrayLike=function(ie,pe,Ce){var Ie=this.byteLength(),jt=Ce||Math.max(1,Ie);n(Ie<=jt,"byte array longer than desired length"),n(jt>0,"Requested array length <= 0"),this.strip();var ar=pe==="le",ur=new ie(jt),kt,he,tr=this.clone();if(ar){for(he=0;!tr.isZero();he++)kt=tr.andln(255),tr.iushrn(8),ur[he]=kt;for(;he=4096&&(Ce+=13,pe>>>=13),pe>=64&&(Ce+=7,pe>>>=7),pe>=8&&(Ce+=4,pe>>>=4),pe>=2&&(Ce+=2,pe>>>=2),Ce+pe},k.prototype._zeroBits=function(ie){if(ie===0)return 26;var pe=ie,Ce=0;return pe&8191||(Ce+=13,pe>>>=13),pe&127||(Ce+=7,pe>>>=7),pe&15||(Ce+=4,pe>>>=4),pe&3||(Ce+=2,pe>>>=2),pe&1||Ce++,Ce},k.prototype.bitLength=function(){var ie=this.words[this.length-1],pe=this._countBits(ie);return(this.length-1)*26+pe};function de(Et){for(var ie=new Array(Et.bitLength()),pe=0;pe>>Ie}return ie}k.prototype.zeroBits=function(){if(this.isZero())return 0;for(var ie=0,pe=0;peie.length?this.clone().ior(ie):ie.clone().ior(this)},k.prototype.uor=function(ie){return this.length>ie.length?this.clone().iuor(ie):ie.clone().iuor(this)},k.prototype.iuand=function(ie){var pe;this.length>ie.length?pe=ie:pe=this;for(var Ce=0;Ceie.length?this.clone().iand(ie):ie.clone().iand(this)},k.prototype.uand=function(ie){return this.length>ie.length?this.clone().iuand(ie):ie.clone().iuand(this)},k.prototype.iuxor=function(ie){var pe,Ce;this.length>ie.length?(pe=this,Ce=ie):(pe=ie,Ce=this);for(var Ie=0;Ieie.length?this.clone().ixor(ie):ie.clone().ixor(this)},k.prototype.uxor=function(ie){return this.length>ie.length?this.clone().iuxor(ie):ie.clone().iuxor(this)},k.prototype.inotn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=Math.ceil(ie/26)|0,Ce=ie%26;this._expand(pe),Ce>0&&pe--;for(var Ie=0;Ie0&&(this.words[Ie]=~this.words[Ie]&67108863>>26-Ce),this.strip()},k.prototype.notn=function(ie){return this.clone().inotn(ie)},k.prototype.setn=function(ie,pe){n(typeof ie=="number"&&ie>=0);var Ce=ie/26|0,Ie=ie%26;return this._expand(Ce+1),pe?this.words[Ce]=this.words[Ce]|1<ie.length?(Ce=this,Ie=ie):(Ce=ie,Ie=this);for(var jt=0,ar=0;ar>>26;for(;jt!==0&&ar>>26;if(this.length=Ce.length,jt!==0)this.words[this.length]=jt,this.length++;else if(Ce!==this)for(;arie.length?this.clone().iadd(ie):ie.clone().iadd(this)},k.prototype.isub=function(ie){if(ie.negative!==0){ie.negative=0;var pe=this.iadd(ie);return ie.negative=1,pe._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(ie),this.negative=1,this._normSign();var Ce=this.cmp(ie);if(Ce===0)return this.negative=0,this.length=1,this.words[0]=0,this;var Ie,jt;Ce>0?(Ie=this,jt=ie):(Ie=ie,jt=this);for(var ar=0,ur=0;ur>26,this.words[ur]=pe&67108863;for(;ar!==0&&ur>26,this.words[ur]=pe&67108863;if(ar===0&&ur>>26,gr=kt&67108863,_r=Math.min(he,ie.length-1),yr=Math.max(0,he-Et.length+1);yr<=_r;yr++){var xr=he-yr|0;Ie=Et.words[xr]|0,jt=ie.words[yr]|0,ar=Ie*jt+gr,tr+=ar/67108864|0,gr=ar&67108863}pe.words[he]=gr|0,kt=tr|0}return kt!==0?pe.words[he]=kt|0:pe.length--,pe.strip()}var Ne=function(ie,pe,Ce){var Ie=ie.words,jt=pe.words,ar=Ce.words,ur=0,kt,he,tr,gr=Ie[0]|0,_r=gr&8191,yr=gr>>>13,xr=Ie[1]|0,Nr=xr&8191,Tr=xr>>>13,Sr=Ie[2]|0,Ar=Sr&8191,Fr=Sr>>>13,Gr=Ie[3]|0,Vr=Gr&8191,Dr=Gr>>>13,Ir=Ie[4]|0,Br=Ir&8191,Rr=Ir>>>13,Lr=Ie[5]|0,$r=Lr&8191,jr=Lr>>>13,vn=Ie[6]|0,Kr=vn&8191,kr=vn>>>13,Qr=Ie[7]|0,Zr=Qr&8191,Vi=Qr>>>13,To=Ie[8]|0,oa=To&8191,Ba=To>>>13,rs=Ie[9]|0,Mn=rs&8191,Wr=rs>>>13,Ur=jt[0]|0,Sn=Ur&8191,Nn=Ur>>>13,Sa=jt[1]|0,Li=Sa&8191,ca=Sa>>>13,fo=jt[2]|0,zn=fo&8191,ki=fo>>>13,Ra=jt[3]|0,_o=Ra&8191,eo=Ra>>>13,tl=jt[4]|0,Es=tl&8191,Hs=tl>>>13,Ts=jt[5]|0,js=Ts&8191,Gs=Ts>>>13,uc=jt[6]|0,rl=uc&8191,il=uc>>>13,bl=jt[7]|0,Wa=bl&8191,Ao=bl>>>13,ks=jt[8]|0,Bo=ks&8191,Hr=ks>>>13,ui=jt[9]|0,En=ui&8191,An=ui>>>13;Ce.negative=ie.negative^pe.negative,Ce.length=19,kt=Math.imul(_r,Sn),he=Math.imul(_r,Nn),he=he+Math.imul(yr,Sn)|0,tr=Math.imul(yr,Nn);var Gi=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,kt=Math.imul(Nr,Sn),he=Math.imul(Nr,Nn),he=he+Math.imul(Tr,Sn)|0,tr=Math.imul(Tr,Nn),kt=kt+Math.imul(_r,Li)|0,he=he+Math.imul(_r,ca)|0,he=he+Math.imul(yr,Li)|0,tr=tr+Math.imul(yr,ca)|0;var Ki=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,kt=Math.imul(Ar,Sn),he=Math.imul(Ar,Nn),he=he+Math.imul(Fr,Sn)|0,tr=Math.imul(Fr,Nn),kt=kt+Math.imul(Nr,Li)|0,he=he+Math.imul(Nr,ca)|0,he=he+Math.imul(Tr,Li)|0,tr=tr+Math.imul(Tr,ca)|0,kt=kt+Math.imul(_r,zn)|0,he=he+Math.imul(_r,ki)|0,he=he+Math.imul(yr,zn)|0,tr=tr+Math.imul(yr,ki)|0;var Ea=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Ea>>>26)|0,Ea&=67108863,kt=Math.imul(Vr,Sn),he=Math.imul(Vr,Nn),he=he+Math.imul(Dr,Sn)|0,tr=Math.imul(Dr,Nn),kt=kt+Math.imul(Ar,Li)|0,he=he+Math.imul(Ar,ca)|0,he=he+Math.imul(Fr,Li)|0,tr=tr+Math.imul(Fr,ca)|0,kt=kt+Math.imul(Nr,zn)|0,he=he+Math.imul(Nr,ki)|0,he=he+Math.imul(Tr,zn)|0,tr=tr+Math.imul(Tr,ki)|0,kt=kt+Math.imul(_r,_o)|0,he=he+Math.imul(_r,eo)|0,he=he+Math.imul(yr,_o)|0,tr=tr+Math.imul(yr,eo)|0;var aa=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(aa>>>26)|0,aa&=67108863,kt=Math.imul(Br,Sn),he=Math.imul(Br,Nn),he=he+Math.imul(Rr,Sn)|0,tr=Math.imul(Rr,Nn),kt=kt+Math.imul(Vr,Li)|0,he=he+Math.imul(Vr,ca)|0,he=he+Math.imul(Dr,Li)|0,tr=tr+Math.imul(Dr,ca)|0,kt=kt+Math.imul(Ar,zn)|0,he=he+Math.imul(Ar,ki)|0,he=he+Math.imul(Fr,zn)|0,tr=tr+Math.imul(Fr,ki)|0,kt=kt+Math.imul(Nr,_o)|0,he=he+Math.imul(Nr,eo)|0,he=he+Math.imul(Tr,_o)|0,tr=tr+Math.imul(Tr,eo)|0,kt=kt+Math.imul(_r,Es)|0,he=he+Math.imul(_r,Hs)|0,he=he+Math.imul(yr,Es)|0,tr=tr+Math.imul(yr,Hs)|0;var Qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Qo>>>26)|0,Qo&=67108863,kt=Math.imul($r,Sn),he=Math.imul($r,Nn),he=he+Math.imul(jr,Sn)|0,tr=Math.imul(jr,Nn),kt=kt+Math.imul(Br,Li)|0,he=he+Math.imul(Br,ca)|0,he=he+Math.imul(Rr,Li)|0,tr=tr+Math.imul(Rr,ca)|0,kt=kt+Math.imul(Vr,zn)|0,he=he+Math.imul(Vr,ki)|0,he=he+Math.imul(Dr,zn)|0,tr=tr+Math.imul(Dr,ki)|0,kt=kt+Math.imul(Ar,_o)|0,he=he+Math.imul(Ar,eo)|0,he=he+Math.imul(Fr,_o)|0,tr=tr+Math.imul(Fr,eo)|0,kt=kt+Math.imul(Nr,Es)|0,he=he+Math.imul(Nr,Hs)|0,he=he+Math.imul(Tr,Es)|0,tr=tr+Math.imul(Tr,Hs)|0,kt=kt+Math.imul(_r,js)|0,he=he+Math.imul(_r,Gs)|0,he=he+Math.imul(yr,js)|0,tr=tr+Math.imul(yr,Gs)|0;var Eo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Eo>>>26)|0,Eo&=67108863,kt=Math.imul(Kr,Sn),he=Math.imul(Kr,Nn),he=he+Math.imul(kr,Sn)|0,tr=Math.imul(kr,Nn),kt=kt+Math.imul($r,Li)|0,he=he+Math.imul($r,ca)|0,he=he+Math.imul(jr,Li)|0,tr=tr+Math.imul(jr,ca)|0,kt=kt+Math.imul(Br,zn)|0,he=he+Math.imul(Br,ki)|0,he=he+Math.imul(Rr,zn)|0,tr=tr+Math.imul(Rr,ki)|0,kt=kt+Math.imul(Vr,_o)|0,he=he+Math.imul(Vr,eo)|0,he=he+Math.imul(Dr,_o)|0,tr=tr+Math.imul(Dr,eo)|0,kt=kt+Math.imul(Ar,Es)|0,he=he+Math.imul(Ar,Hs)|0,he=he+Math.imul(Fr,Es)|0,tr=tr+Math.imul(Fr,Hs)|0,kt=kt+Math.imul(Nr,js)|0,he=he+Math.imul(Nr,Gs)|0,he=he+Math.imul(Tr,js)|0,tr=tr+Math.imul(Tr,Gs)|0,kt=kt+Math.imul(_r,rl)|0,he=he+Math.imul(_r,il)|0,he=he+Math.imul(yr,rl)|0,tr=tr+Math.imul(yr,il)|0;var Vo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vo>>>26)|0,Vo&=67108863,kt=Math.imul(Zr,Sn),he=Math.imul(Zr,Nn),he=he+Math.imul(Vi,Sn)|0,tr=Math.imul(Vi,Nn),kt=kt+Math.imul(Kr,Li)|0,he=he+Math.imul(Kr,ca)|0,he=he+Math.imul(kr,Li)|0,tr=tr+Math.imul(kr,ca)|0,kt=kt+Math.imul($r,zn)|0,he=he+Math.imul($r,ki)|0,he=he+Math.imul(jr,zn)|0,tr=tr+Math.imul(jr,ki)|0,kt=kt+Math.imul(Br,_o)|0,he=he+Math.imul(Br,eo)|0,he=he+Math.imul(Rr,_o)|0,tr=tr+Math.imul(Rr,eo)|0,kt=kt+Math.imul(Vr,Es)|0,he=he+Math.imul(Vr,Hs)|0,he=he+Math.imul(Dr,Es)|0,tr=tr+Math.imul(Dr,Hs)|0,kt=kt+Math.imul(Ar,js)|0,he=he+Math.imul(Ar,Gs)|0,he=he+Math.imul(Fr,js)|0,tr=tr+Math.imul(Fr,Gs)|0,kt=kt+Math.imul(Nr,rl)|0,he=he+Math.imul(Nr,il)|0,he=he+Math.imul(Tr,rl)|0,tr=tr+Math.imul(Tr,il)|0,kt=kt+Math.imul(_r,Wa)|0,he=he+Math.imul(_r,Ao)|0,he=he+Math.imul(yr,Wa)|0,tr=tr+Math.imul(yr,Ao)|0;var vs=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(vs>>>26)|0,vs&=67108863,kt=Math.imul(oa,Sn),he=Math.imul(oa,Nn),he=he+Math.imul(Ba,Sn)|0,tr=Math.imul(Ba,Nn),kt=kt+Math.imul(Zr,Li)|0,he=he+Math.imul(Zr,ca)|0,he=he+Math.imul(Vi,Li)|0,tr=tr+Math.imul(Vi,ca)|0,kt=kt+Math.imul(Kr,zn)|0,he=he+Math.imul(Kr,ki)|0,he=he+Math.imul(kr,zn)|0,tr=tr+Math.imul(kr,ki)|0,kt=kt+Math.imul($r,_o)|0,he=he+Math.imul($r,eo)|0,he=he+Math.imul(jr,_o)|0,tr=tr+Math.imul(jr,eo)|0,kt=kt+Math.imul(Br,Es)|0,he=he+Math.imul(Br,Hs)|0,he=he+Math.imul(Rr,Es)|0,tr=tr+Math.imul(Rr,Hs)|0,kt=kt+Math.imul(Vr,js)|0,he=he+Math.imul(Vr,Gs)|0,he=he+Math.imul(Dr,js)|0,tr=tr+Math.imul(Dr,Gs)|0,kt=kt+Math.imul(Ar,rl)|0,he=he+Math.imul(Ar,il)|0,he=he+Math.imul(Fr,rl)|0,tr=tr+Math.imul(Fr,il)|0,kt=kt+Math.imul(Nr,Wa)|0,he=he+Math.imul(Nr,Ao)|0,he=he+Math.imul(Tr,Wa)|0,tr=tr+Math.imul(Tr,Ao)|0,kt=kt+Math.imul(_r,Bo)|0,he=he+Math.imul(_r,Hr)|0,he=he+Math.imul(yr,Bo)|0,tr=tr+Math.imul(yr,Hr)|0;var kn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(kn>>>26)|0,kn&=67108863,kt=Math.imul(Mn,Sn),he=Math.imul(Mn,Nn),he=he+Math.imul(Wr,Sn)|0,tr=Math.imul(Wr,Nn),kt=kt+Math.imul(oa,Li)|0,he=he+Math.imul(oa,ca)|0,he=he+Math.imul(Ba,Li)|0,tr=tr+Math.imul(Ba,ca)|0,kt=kt+Math.imul(Zr,zn)|0,he=he+Math.imul(Zr,ki)|0,he=he+Math.imul(Vi,zn)|0,tr=tr+Math.imul(Vi,ki)|0,kt=kt+Math.imul(Kr,_o)|0,he=he+Math.imul(Kr,eo)|0,he=he+Math.imul(kr,_o)|0,tr=tr+Math.imul(kr,eo)|0,kt=kt+Math.imul($r,Es)|0,he=he+Math.imul($r,Hs)|0,he=he+Math.imul(jr,Es)|0,tr=tr+Math.imul(jr,Hs)|0,kt=kt+Math.imul(Br,js)|0,he=he+Math.imul(Br,Gs)|0,he=he+Math.imul(Rr,js)|0,tr=tr+Math.imul(Rr,Gs)|0,kt=kt+Math.imul(Vr,rl)|0,he=he+Math.imul(Vr,il)|0,he=he+Math.imul(Dr,rl)|0,tr=tr+Math.imul(Dr,il)|0,kt=kt+Math.imul(Ar,Wa)|0,he=he+Math.imul(Ar,Ao)|0,he=he+Math.imul(Fr,Wa)|0,tr=tr+Math.imul(Fr,Ao)|0,kt=kt+Math.imul(Nr,Bo)|0,he=he+Math.imul(Nr,Hr)|0,he=he+Math.imul(Tr,Bo)|0,tr=tr+Math.imul(Tr,Hr)|0,kt=kt+Math.imul(_r,En)|0,he=he+Math.imul(_r,An)|0,he=he+Math.imul(yr,En)|0,tr=tr+Math.imul(yr,An)|0;var qo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(qo>>>26)|0,qo&=67108863,kt=Math.imul(Mn,Li),he=Math.imul(Mn,ca),he=he+Math.imul(Wr,Li)|0,tr=Math.imul(Wr,ca),kt=kt+Math.imul(oa,zn)|0,he=he+Math.imul(oa,ki)|0,he=he+Math.imul(Ba,zn)|0,tr=tr+Math.imul(Ba,ki)|0,kt=kt+Math.imul(Zr,_o)|0,he=he+Math.imul(Zr,eo)|0,he=he+Math.imul(Vi,_o)|0,tr=tr+Math.imul(Vi,eo)|0,kt=kt+Math.imul(Kr,Es)|0,he=he+Math.imul(Kr,Hs)|0,he=he+Math.imul(kr,Es)|0,tr=tr+Math.imul(kr,Hs)|0,kt=kt+Math.imul($r,js)|0,he=he+Math.imul($r,Gs)|0,he=he+Math.imul(jr,js)|0,tr=tr+Math.imul(jr,Gs)|0,kt=kt+Math.imul(Br,rl)|0,he=he+Math.imul(Br,il)|0,he=he+Math.imul(Rr,rl)|0,tr=tr+Math.imul(Rr,il)|0,kt=kt+Math.imul(Vr,Wa)|0,he=he+Math.imul(Vr,Ao)|0,he=he+Math.imul(Dr,Wa)|0,tr=tr+Math.imul(Dr,Ao)|0,kt=kt+Math.imul(Ar,Bo)|0,he=he+Math.imul(Ar,Hr)|0,he=he+Math.imul(Fr,Bo)|0,tr=tr+Math.imul(Fr,Hr)|0,kt=kt+Math.imul(Nr,En)|0,he=he+Math.imul(Nr,An)|0,he=he+Math.imul(Tr,En)|0,tr=tr+Math.imul(Tr,An)|0;var Zl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Zl>>>26)|0,Zl&=67108863,kt=Math.imul(Mn,zn),he=Math.imul(Mn,ki),he=he+Math.imul(Wr,zn)|0,tr=Math.imul(Wr,ki),kt=kt+Math.imul(oa,_o)|0,he=he+Math.imul(oa,eo)|0,he=he+Math.imul(Ba,_o)|0,tr=tr+Math.imul(Ba,eo)|0,kt=kt+Math.imul(Zr,Es)|0,he=he+Math.imul(Zr,Hs)|0,he=he+Math.imul(Vi,Es)|0,tr=tr+Math.imul(Vi,Hs)|0,kt=kt+Math.imul(Kr,js)|0,he=he+Math.imul(Kr,Gs)|0,he=he+Math.imul(kr,js)|0,tr=tr+Math.imul(kr,Gs)|0,kt=kt+Math.imul($r,rl)|0,he=he+Math.imul($r,il)|0,he=he+Math.imul(jr,rl)|0,tr=tr+Math.imul(jr,il)|0,kt=kt+Math.imul(Br,Wa)|0,he=he+Math.imul(Br,Ao)|0,he=he+Math.imul(Rr,Wa)|0,tr=tr+Math.imul(Rr,Ao)|0,kt=kt+Math.imul(Vr,Bo)|0,he=he+Math.imul(Vr,Hr)|0,he=he+Math.imul(Dr,Bo)|0,tr=tr+Math.imul(Dr,Hr)|0,kt=kt+Math.imul(Ar,En)|0,he=he+Math.imul(Ar,An)|0,he=he+Math.imul(Fr,En)|0,tr=tr+Math.imul(Fr,An)|0;var Mo=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Mo>>>26)|0,Mo&=67108863,kt=Math.imul(Mn,_o),he=Math.imul(Mn,eo),he=he+Math.imul(Wr,_o)|0,tr=Math.imul(Wr,eo),kt=kt+Math.imul(oa,Es)|0,he=he+Math.imul(oa,Hs)|0,he=he+Math.imul(Ba,Es)|0,tr=tr+Math.imul(Ba,Hs)|0,kt=kt+Math.imul(Zr,js)|0,he=he+Math.imul(Zr,Gs)|0,he=he+Math.imul(Vi,js)|0,tr=tr+Math.imul(Vi,Gs)|0,kt=kt+Math.imul(Kr,rl)|0,he=he+Math.imul(Kr,il)|0,he=he+Math.imul(kr,rl)|0,tr=tr+Math.imul(kr,il)|0,kt=kt+Math.imul($r,Wa)|0,he=he+Math.imul($r,Ao)|0,he=he+Math.imul(jr,Wa)|0,tr=tr+Math.imul(jr,Ao)|0,kt=kt+Math.imul(Br,Bo)|0,he=he+Math.imul(Br,Hr)|0,he=he+Math.imul(Rr,Bo)|0,tr=tr+Math.imul(Rr,Hr)|0,kt=kt+Math.imul(Vr,En)|0,he=he+Math.imul(Vr,An)|0,he=he+Math.imul(Dr,En)|0,tr=tr+Math.imul(Dr,An)|0;var _u=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(_u>>>26)|0,_u&=67108863,kt=Math.imul(Mn,Es),he=Math.imul(Mn,Hs),he=he+Math.imul(Wr,Es)|0,tr=Math.imul(Wr,Hs),kt=kt+Math.imul(oa,js)|0,he=he+Math.imul(oa,Gs)|0,he=he+Math.imul(Ba,js)|0,tr=tr+Math.imul(Ba,Gs)|0,kt=kt+Math.imul(Zr,rl)|0,he=he+Math.imul(Zr,il)|0,he=he+Math.imul(Vi,rl)|0,tr=tr+Math.imul(Vi,il)|0,kt=kt+Math.imul(Kr,Wa)|0,he=he+Math.imul(Kr,Ao)|0,he=he+Math.imul(kr,Wa)|0,tr=tr+Math.imul(kr,Ao)|0,kt=kt+Math.imul($r,Bo)|0,he=he+Math.imul($r,Hr)|0,he=he+Math.imul(jr,Bo)|0,tr=tr+Math.imul(jr,Hr)|0,kt=kt+Math.imul(Br,En)|0,he=he+Math.imul(Br,An)|0,he=he+Math.imul(Rr,En)|0,tr=tr+Math.imul(Rr,An)|0;var Bl=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Bl>>>26)|0,Bl&=67108863,kt=Math.imul(Mn,js),he=Math.imul(Mn,Gs),he=he+Math.imul(Wr,js)|0,tr=Math.imul(Wr,Gs),kt=kt+Math.imul(oa,rl)|0,he=he+Math.imul(oa,il)|0,he=he+Math.imul(Ba,rl)|0,tr=tr+Math.imul(Ba,il)|0,kt=kt+Math.imul(Zr,Wa)|0,he=he+Math.imul(Zr,Ao)|0,he=he+Math.imul(Vi,Wa)|0,tr=tr+Math.imul(Vi,Ao)|0,kt=kt+Math.imul(Kr,Bo)|0,he=he+Math.imul(Kr,Hr)|0,he=he+Math.imul(kr,Bo)|0,tr=tr+Math.imul(kr,Hr)|0,kt=kt+Math.imul($r,En)|0,he=he+Math.imul($r,An)|0,he=he+Math.imul(jr,En)|0,tr=tr+Math.imul(jr,An)|0;var Vu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Vu>>>26)|0,Vu&=67108863,kt=Math.imul(Mn,rl),he=Math.imul(Mn,il),he=he+Math.imul(Wr,rl)|0,tr=Math.imul(Wr,il),kt=kt+Math.imul(oa,Wa)|0,he=he+Math.imul(oa,Ao)|0,he=he+Math.imul(Ba,Wa)|0,tr=tr+Math.imul(Ba,Ao)|0,kt=kt+Math.imul(Zr,Bo)|0,he=he+Math.imul(Zr,Hr)|0,he=he+Math.imul(Vi,Bo)|0,tr=tr+Math.imul(Vi,Hr)|0,kt=kt+Math.imul(Kr,En)|0,he=he+Math.imul(Kr,An)|0,he=he+Math.imul(kr,En)|0,tr=tr+Math.imul(kr,An)|0;var Iu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Iu>>>26)|0,Iu&=67108863,kt=Math.imul(Mn,Wa),he=Math.imul(Mn,Ao),he=he+Math.imul(Wr,Wa)|0,tr=Math.imul(Wr,Ao),kt=kt+Math.imul(oa,Bo)|0,he=he+Math.imul(oa,Hr)|0,he=he+Math.imul(Ba,Bo)|0,tr=tr+Math.imul(Ba,Hr)|0,kt=kt+Math.imul(Zr,En)|0,he=he+Math.imul(Zr,An)|0,he=he+Math.imul(Vi,En)|0,tr=tr+Math.imul(Vi,An)|0;var Pu=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Pu>>>26)|0,Pu&=67108863,kt=Math.imul(Mn,Bo),he=Math.imul(Mn,Hr),he=he+Math.imul(Wr,Bo)|0,tr=Math.imul(Wr,Hr),kt=kt+Math.imul(oa,En)|0,he=he+Math.imul(oa,An)|0,he=he+Math.imul(Ba,En)|0,tr=tr+Math.imul(Ba,An)|0;var Fn=(ur+kt|0)+((he&8191)<<13)|0;ur=(tr+(he>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,kt=Math.imul(Mn,En),he=Math.imul(Mn,An),he=he+Math.imul(Wr,En)|0,tr=Math.imul(Wr,An);var is=(ur+kt|0)+((he&8191)<<13)|0;return ur=(tr+(he>>>13)|0)+(is>>>26)|0,is&=67108863,ar[0]=Gi,ar[1]=Ki,ar[2]=Ea,ar[3]=aa,ar[4]=Qo,ar[5]=Eo,ar[6]=Vo,ar[7]=vs,ar[8]=kn,ar[9]=qo,ar[10]=Zl,ar[11]=Mo,ar[12]=_u,ar[13]=Bl,ar[14]=Vu,ar[15]=Iu,ar[16]=Pu,ar[17]=Fn,ar[18]=is,ur!==0&&(ar[19]=ur,Ce.length++),Ce};Math.imul||(Ne=_e);function Ue(Et,ie,pe){pe.negative=ie.negative^Et.negative,pe.length=Et.length+ie.length;for(var Ce=0,Ie=0,jt=0;jt>>26)|0,Ie+=ar>>>26,ar&=67108863}pe.words[jt]=ur,Ce=ar,ar=Ie}return Ce!==0?pe.words[jt]=Ce:pe.length--,pe.strip()}function $e(Et,ie,pe){var Ce=new Ve;return Ce.mulp(Et,ie,pe)}k.prototype.mulTo=function(ie,pe){var Ce,Ie=this.length+ie.length;return this.length===10&&ie.length===10?Ce=Ne(this,ie,pe):Ie<63?Ce=_e(this,ie,pe):Ie<1024?Ce=Ue(this,ie,pe):Ce=$e(this,ie,pe),Ce};function Ve(Et,ie){this.x=Et,this.y=ie}Ve.prototype.makeRBT=function(ie){for(var pe=new Array(ie),Ce=k.prototype._countBits(ie)-1,Ie=0;Ie>=1;return Ie},Ve.prototype.permute=function(ie,pe,Ce,Ie,jt,ar){for(var ur=0;ur>>1)jt++;return 1<>>13,Ce[2*ar+1]=jt&8191,jt=jt>>>13;for(ar=2*pe;ar>=26,pe+=Ie/67108864|0,pe+=jt>>>26,this.words[Ce]=jt&67108863}return pe!==0&&(this.words[Ce]=pe,this.length++),this},k.prototype.muln=function(ie){return this.clone().imuln(ie)},k.prototype.sqr=function(){return this.mul(this)},k.prototype.isqr=function(){return this.imul(this.clone())},k.prototype.pow=function(ie){var pe=de(ie);if(pe.length===0)return new k(1);for(var Ce=this,Ie=0;Ie=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=67108863>>>26-pe<<26-pe,jt;if(pe!==0){var ar=0;for(jt=0;jt>>26-pe}ar&&(this.words[jt]=ar,this.length++)}if(Ce!==0){for(jt=this.length-1;jt>=0;jt--)this.words[jt+Ce]=this.words[jt];for(jt=0;jt=0);var Ie;pe?Ie=(pe-pe%26)/26:Ie=0;var jt=ie%26,ar=Math.min((ie-jt)/26,this.length),ur=67108863^67108863>>>jt<ar)for(this.length-=ar,he=0;he=0&&(tr!==0||he>=Ie);he--){var gr=this.words[he]|0;this.words[he]=tr<<26-jt|gr>>>jt,tr=gr&ur}return kt&&tr!==0&&(kt.words[kt.length++]=tr),this.length===0&&(this.words[0]=0,this.length=1),this.strip()},k.prototype.ishrn=function(ie,pe,Ce){return n(this.negative===0),this.iushrn(ie,pe,Ce)},k.prototype.shln=function(ie){return this.clone().ishln(ie)},k.prototype.ushln=function(ie){return this.clone().iushln(ie)},k.prototype.shrn=function(ie){return this.clone().ishrn(ie)},k.prototype.ushrn=function(ie){return this.clone().iushrn(ie)},k.prototype.testn=function(ie){n(typeof ie=="number"&&ie>=0);var pe=ie%26,Ce=(ie-pe)/26,Ie=1<=0);var pe=ie%26,Ce=(ie-pe)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=Ce)return this;if(pe!==0&&Ce++,this.length=Math.min(Ce,this.length),pe!==0){var Ie=67108863^67108863>>>pe<=67108864;pe++)this.words[pe]-=67108864,pe===this.length-1?this.words[pe+1]=1:this.words[pe+1]++;return this.length=Math.max(this.length,pe+1),this},k.prototype.isubn=function(ie){if(n(typeof ie=="number"),n(ie<67108864),ie<0)return this.iaddn(-ie);if(this.negative!==0)return this.negative=0,this.iaddn(ie),this.negative=1,this;if(this.words[0]-=ie,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var pe=0;pe>26)-(kt/67108864|0),this.words[jt+Ce]=ar&67108863}for(;jt>26,this.words[jt+Ce]=ar&67108863;if(ur===0)return this.strip();for(n(ur===-1),ur=0,jt=0;jt>26,this.words[jt]=ar&67108863;return this.negative=1,this.strip()},k.prototype._wordDiv=function(ie,pe){var Ce=this.length-ie.length,Ie=this.clone(),jt=ie,ar=jt.words[jt.length-1]|0,ur=this._countBits(ar);Ce=26-ur,Ce!==0&&(jt=jt.ushln(Ce),Ie.iushln(Ce),ar=jt.words[jt.length-1]|0);var kt=Ie.length-jt.length,he;if(pe!=="mod"){he=new k(null),he.length=kt+1,he.words=new Array(he.length);for(var tr=0;tr=0;_r--){var yr=(Ie.words[jt.length+_r]|0)*67108864+(Ie.words[jt.length+_r-1]|0);for(yr=Math.min(yr/ar|0,67108863),Ie._ishlnsubmul(jt,yr,_r);Ie.negative!==0;)yr--,Ie.negative=0,Ie._ishlnsubmul(jt,1,_r),Ie.isZero()||(Ie.negative^=1);he&&(he.words[_r]=yr)}return he&&he.strip(),Ie.strip(),pe!=="div"&&Ce!==0&&Ie.iushrn(Ce),{div:he||null,mod:Ie}},k.prototype.divmod=function(ie,pe,Ce){if(n(!ie.isZero()),this.isZero())return{div:new k(0),mod:new k(0)};var Ie,jt,ar;return this.negative!==0&&ie.negative===0?(ar=this.neg().divmod(ie,pe),pe!=="mod"&&(Ie=ar.div.neg()),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.iadd(ie)),{div:Ie,mod:jt}):this.negative===0&&ie.negative!==0?(ar=this.divmod(ie.neg(),pe),pe!=="mod"&&(Ie=ar.div.neg()),{div:Ie,mod:ar.mod}):this.negative&ie.negative?(ar=this.neg().divmod(ie.neg(),pe),pe!=="div"&&(jt=ar.mod.neg(),Ce&&jt.negative!==0&&jt.isub(ie)),{div:ar.div,mod:jt}):ie.length>this.length||this.cmp(ie)<0?{div:new k(0),mod:this}:ie.length===1?pe==="div"?{div:this.divn(ie.words[0]),mod:null}:pe==="mod"?{div:null,mod:new k(this.modn(ie.words[0]))}:{div:this.divn(ie.words[0]),mod:new k(this.modn(ie.words[0]))}:this._wordDiv(ie,pe)},k.prototype.div=function(ie){return this.divmod(ie,"div",!1).div},k.prototype.mod=function(ie){return this.divmod(ie,"mod",!1).mod},k.prototype.umod=function(ie){return this.divmod(ie,"mod",!0).mod},k.prototype.divRound=function(ie){var pe=this.divmod(ie);if(pe.mod.isZero())return pe.div;var Ce=pe.div.negative!==0?pe.mod.isub(ie):pe.mod,Ie=ie.ushrn(1),jt=ie.andln(1),ar=Ce.cmp(Ie);return ar<0||jt===1&&ar===0?pe.div:pe.div.negative!==0?pe.div.isubn(1):pe.div.iaddn(1)},k.prototype.modn=function(ie){n(ie<=67108863);for(var pe=(1<<26)%ie,Ce=0,Ie=this.length-1;Ie>=0;Ie--)Ce=(pe*Ce+(this.words[Ie]|0))%ie;return Ce},k.prototype.idivn=function(ie){n(ie<=67108863);for(var pe=0,Ce=this.length-1;Ce>=0;Ce--){var Ie=(this.words[Ce]|0)+pe*67108864;this.words[Ce]=Ie/ie|0,pe=Ie%ie}return this.strip()},k.prototype.divn=function(ie){return this.clone().idivn(ie)},k.prototype.egcd=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=new k(0),ur=new k(1),kt=0;pe.isEven()&&Ce.isEven();)pe.iushrn(1),Ce.iushrn(1),++kt;for(var he=Ce.clone(),tr=pe.clone();!pe.isZero();){for(var gr=0,_r=1;!(pe.words[0]&_r)&&gr<26;++gr,_r<<=1);if(gr>0)for(pe.iushrn(gr);gr-- >0;)(Ie.isOdd()||jt.isOdd())&&(Ie.iadd(he),jt.isub(tr)),Ie.iushrn(1),jt.iushrn(1);for(var yr=0,xr=1;!(Ce.words[0]&xr)&&yr<26;++yr,xr<<=1);if(yr>0)for(Ce.iushrn(yr);yr-- >0;)(ar.isOdd()||ur.isOdd())&&(ar.iadd(he),ur.isub(tr)),ar.iushrn(1),ur.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(ar),jt.isub(ur)):(Ce.isub(pe),ar.isub(Ie),ur.isub(jt))}return{a:ar,b:ur,gcd:Ce.iushln(kt)}},k.prototype._invmp=function(ie){n(ie.negative===0),n(!ie.isZero());var pe=this,Ce=ie.clone();pe.negative!==0?pe=pe.umod(ie):pe=pe.clone();for(var Ie=new k(1),jt=new k(0),ar=Ce.clone();pe.cmpn(1)>0&&Ce.cmpn(1)>0;){for(var ur=0,kt=1;!(pe.words[0]&kt)&&ur<26;++ur,kt<<=1);if(ur>0)for(pe.iushrn(ur);ur-- >0;)Ie.isOdd()&&Ie.iadd(ar),Ie.iushrn(1);for(var he=0,tr=1;!(Ce.words[0]&tr)&&he<26;++he,tr<<=1);if(he>0)for(Ce.iushrn(he);he-- >0;)jt.isOdd()&&jt.iadd(ar),jt.iushrn(1);pe.cmp(Ce)>=0?(pe.isub(Ce),Ie.isub(jt)):(Ce.isub(pe),jt.isub(Ie))}var gr;return pe.cmpn(1)===0?gr=Ie:gr=jt,gr.cmpn(0)<0&&gr.iadd(ie),gr},k.prototype.gcd=function(ie){if(this.isZero())return ie.abs();if(ie.isZero())return this.abs();var pe=this.clone(),Ce=ie.clone();pe.negative=0,Ce.negative=0;for(var Ie=0;pe.isEven()&&Ce.isEven();Ie++)pe.iushrn(1),Ce.iushrn(1);do{for(;pe.isEven();)pe.iushrn(1);for(;Ce.isEven();)Ce.iushrn(1);var jt=pe.cmp(Ce);if(jt<0){var ar=pe;pe=Ce,Ce=ar}else if(jt===0||Ce.cmpn(1)===0)break;pe.isub(Ce)}while(!0);return Ce.iushln(Ie)},k.prototype.invm=function(ie){return this.egcd(ie).a.umod(ie)},k.prototype.isEven=function(){return(this.words[0]&1)===0},k.prototype.isOdd=function(){return(this.words[0]&1)===1},k.prototype.andln=function(ie){return this.words[0]&ie},k.prototype.bincn=function(ie){n(typeof ie=="number");var pe=ie%26,Ce=(ie-pe)/26,Ie=1<>>26,ur&=67108863,this.words[ar]=ur}return jt!==0&&(this.words[ar]=jt,this.length++),this},k.prototype.isZero=function(){return this.length===1&&this.words[0]===0},k.prototype.cmpn=function(ie){var pe=ie<0;if(this.negative!==0&&!pe)return-1;if(this.negative===0&&pe)return 1;this.strip();var Ce;if(this.length>1)Ce=1;else{pe&&(ie=-ie),n(ie<=67108863,"Number is too big");var Ie=this.words[0]|0;Ce=Ie===ie?0:Ieie.length)return 1;if(this.length=0;Ce--){var Ie=this.words[Ce]|0,jt=ie.words[Ce]|0;if(Ie!==jt){Iejt&&(pe=1);break}}return pe},k.prototype.gtn=function(ie){return this.cmpn(ie)===1},k.prototype.gt=function(ie){return this.cmp(ie)===1},k.prototype.gten=function(ie){return this.cmpn(ie)>=0},k.prototype.gte=function(ie){return this.cmp(ie)>=0},k.prototype.ltn=function(ie){return this.cmpn(ie)===-1},k.prototype.lt=function(ie){return this.cmp(ie)===-1},k.prototype.lten=function(ie){return this.cmpn(ie)<=0},k.prototype.lte=function(ie){return this.cmp(ie)<=0},k.prototype.eqn=function(ie){return this.cmpn(ie)===0},k.prototype.eq=function(ie){return this.cmp(ie)===0},k.red=function(ie){return new nr(ie)},k.prototype.toRed=function(ie){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),ie.convertTo(this)._forceRed(ie)},k.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},k.prototype._forceRed=function(ie){return this.red=ie,this},k.prototype.forceRed=function(ie){return n(!this.red,"Already a number in reduction context"),this._forceRed(ie)},k.prototype.redAdd=function(ie){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,ie)},k.prototype.redIAdd=function(ie){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,ie)},k.prototype.redSub=function(ie){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,ie)},k.prototype.redISub=function(ie){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,ie)},k.prototype.redShl=function(ie){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,ie)},k.prototype.redMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.mul(this,ie)},k.prototype.redIMul=function(ie){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,ie),this.red.imul(this,ie)},k.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},k.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},k.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},k.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},k.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},k.prototype.redPow=function(ie){return n(this.red&&!ie.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,ie)};var Fe={k256:null,p224:null,p192:null,p25519:null};function qe(Et,ie){this.name=Et,this.p=new k(ie,16),this.n=this.p.bitLength(),this.k=new k(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}qe.prototype._tmp=function(){var ie=new k(null);return ie.words=new Array(Math.ceil(this.n/13)),ie},qe.prototype.ireduce=function(ie){var pe=ie,Ce;do this.split(pe,this.tmp),pe=this.imulK(pe),pe=pe.iadd(this.tmp),Ce=pe.bitLength();while(Ce>this.n);var Ie=Ce0?pe.isub(this.p):pe.strip!==void 0?pe.strip():pe._strip(),pe},qe.prototype.split=function(ie,pe){ie.iushrn(this.n,0,pe)},qe.prototype.imulK=function(ie){return ie.imul(this.k)};function er(){qe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}$(er,qe),er.prototype.split=function(ie,pe){for(var Ce=4194303,Ie=Math.min(ie.length,9),jt=0;jt>>22,ar=ur}ar>>>=22,ie.words[jt-10]=ar,ar===0&&ie.length>10?ie.length-=10:ie.length-=9},er.prototype.imulK=function(ie){ie.words[ie.length]=0,ie.words[ie.length+1]=0,ie.length+=2;for(var pe=0,Ce=0;Ce>>=26,ie.words[Ce]=jt,pe=Ie}return pe!==0&&(ie.words[ie.length++]=pe),ie},k._prime=function(ie){if(Fe[ie])return Fe[ie];var pe;if(ie==="k256")pe=new er;else if(ie==="p224")pe=new ir;else if(ie==="p192")pe=new dr;else if(ie==="p25519")pe=new cr;else throw new Error("Unknown prime "+ie);return Fe[ie]=pe,pe};function nr(Et){if(typeof Et=="string"){var ie=k._prime(Et);this.m=ie.p,this.prime=ie}else n(Et.gtn(1),"modulus must be greater than 1"),this.m=Et,this.prime=null}nr.prototype._verify1=function(ie){n(ie.negative===0,"red works only with positives"),n(ie.red,"red works only with red numbers")},nr.prototype._verify2=function(ie,pe){n((ie.negative|pe.negative)===0,"red works only with positives"),n(ie.red&&ie.red===pe.red,"red works only with red numbers")},nr.prototype.imod=function(ie){return this.prime?this.prime.ireduce(ie)._forceRed(this):ie.umod(this.m)._forceRed(this)},nr.prototype.neg=function(ie){return ie.isZero()?ie.clone():this.m.sub(ie)._forceRed(this)},nr.prototype.add=function(ie,pe){this._verify2(ie,pe);var Ce=ie.add(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce._forceRed(this)},nr.prototype.iadd=function(ie,pe){this._verify2(ie,pe);var Ce=ie.iadd(pe);return Ce.cmp(this.m)>=0&&Ce.isub(this.m),Ce},nr.prototype.sub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.sub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce._forceRed(this)},nr.prototype.isub=function(ie,pe){this._verify2(ie,pe);var Ce=ie.isub(pe);return Ce.cmpn(0)<0&&Ce.iadd(this.m),Ce},nr.prototype.shl=function(ie,pe){return this._verify1(ie),this.imod(ie.ushln(pe))},nr.prototype.imul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.imul(pe))},nr.prototype.mul=function(ie,pe){return this._verify2(ie,pe),this.imod(ie.mul(pe))},nr.prototype.isqr=function(ie){return this.imul(ie,ie.clone())},nr.prototype.sqr=function(ie){return this.mul(ie,ie)},nr.prototype.sqrt=function(ie){if(ie.isZero())return ie.clone();var pe=this.m.andln(3);if(n(pe%2===1),pe===3){var Ce=this.m.add(new k(1)).iushrn(2);return this.pow(ie,Ce)}for(var Ie=this.m.subn(1),jt=0;!Ie.isZero()&&Ie.andln(1)===0;)jt++,Ie.iushrn(1);n(!Ie.isZero());var ar=new k(1).toRed(this),ur=ar.redNeg(),kt=this.m.subn(1).iushrn(1),he=this.m.bitLength();for(he=new k(2*he*he).toRed(this);this.pow(he,kt).cmp(ur)!==0;)he.redIAdd(ur);for(var tr=this.pow(he,Ie),gr=this.pow(ie,Ie.addn(1).iushrn(1)),_r=this.pow(ie,Ie),yr=jt;_r.cmp(ar)!==0;){for(var xr=_r,Nr=0;xr.cmp(ar)!==0;Nr++)xr=xr.redSqr();n(Nr=0;jt--){for(var tr=pe.words[jt],gr=he-1;gr>=0;gr--){var _r=tr>>gr&1;if(ar!==Ie[0]&&(ar=this.sqr(ar)),_r===0&&ur===0){kt=0;continue}ur<<=1,ur|=_r,kt++,!(kt!==Ce&&(jt!==0||gr!==0))&&(ar=this.mul(ar,Ie[ur]),kt=0,ur=0)}he=26}return ar},nr.prototype.convertTo=function(ie){var pe=ie.umod(this.m);return pe===ie?pe.clone():pe},nr.prototype.convertFrom=function(ie){var pe=ie.clone();return pe.red=null,pe},k.mont=function(ie){return new lr(ie)};function lr(Et){nr.call(this,Et),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new k(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$(lr,nr),lr.prototype.convertTo=function(ie){return this.imod(ie.ushln(this.shift))},lr.prototype.convertFrom=function(ie){var pe=this.imod(ie.mul(this.rinv));return pe.red=null,pe},lr.prototype.imul=function(ie,pe){if(ie.isZero()||pe.isZero())return ie.words[0]=0,ie.length=1,ie;var Ce=ie.imul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.mul=function(ie,pe){if(ie.isZero()||pe.isZero())return new k(0)._forceRed(this);var Ce=ie.mul(pe),Ie=Ce.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),jt=Ce.isub(Ie).iushrn(this.shift),ar=jt;return jt.cmp(this.m)>=0?ar=jt.isub(this.m):jt.cmpn(0)<0&&(ar=jt.iadd(this.m)),ar._forceRed(this)},lr.prototype.invm=function(ie){var pe=this.imod(ie._invmp(this.m).mul(this.r2));return pe._forceRed(this)}})(e,commonjsGlobal)})(bn$1);var bnExports=bn$1.exports,BN$2=bnExports,Buffer$5=safeBufferExports$1.Buffer;function withPublic$2(e,t){return Buffer$5.from(e.toRed(BN$2.mont(t.modulus)).redPow(new BN$2(t.publicExponent)).fromRed().toArray())}var withPublic_1=withPublic$2,parseKeys$1=parseAsn1,randomBytes=browserExports,createHash$1=browser$9,mgf$1=mgf$2,xor$1=xor$2,BN$1=bnExports,withPublic$1=withPublic_1,crt$1=browserifyRsa,Buffer$4=safeBufferExports$1.Buffer,publicEncrypt$1=function(t,y,n){var $;t.padding?$=t.padding:n?$=1:$=4;var k=parseKeys$1(t),L;if($===4)L=oaep$1(k,y);else if($===1)L=pkcs1$1(k,y,n);else if($===3){if(L=new BN$1(y),L.cmp(k.modulus)>=0)throw new Error("data too long for modulus")}else throw new Error("unknown padding");return n?crt$1(L,k):withPublic$1(L,k)};function oaep$1(e,t){var y=e.modulus.byteLength(),n=t.length,$=createHash$1("sha1").update(Buffer$4.alloc(0)).digest(),k=$.length,L=2*k;if(n>y-L-2)throw new Error("message too long");var j=Buffer$4.alloc(y-n-L-2),V=y-k-1,z=randomBytes(k),re=xor$1(Buffer$4.concat([$,j,Buffer$4.alloc(1,1),t],V),mgf$1(z,V)),oe=xor$1(z,mgf$1(re,k));return new BN$1(Buffer$4.concat([Buffer$4.alloc(1),oe,re],y))}function pkcs1$1(e,t,y){var n=t.length,$=e.modulus.byteLength();if(n>$-11)throw new Error("message too long");var k;return y?k=Buffer$4.alloc($-n-3,255):k=nonZero($-n-3),new BN$1(Buffer$4.concat([Buffer$4.from([0,y?1:2]),k,Buffer$4.alloc(1),t],$))}function nonZero(e){for(var t=Buffer$4.allocUnsafe(e),y=0,n=randomBytes(e*2),$=0,k;yL||new BN(y).cmp(k.modulus)>=0)throw new Error("decryption error");var j;n?j=withPublic(new BN(y),k):j=crt(y,k);var V=Buffer$3.alloc(L-j.length);if(j=Buffer$3.concat([V,j],L),$===4)return oaep(k,j);if($===1)return pkcs1(k,j,n);if($===3)return j;throw new Error("unknown padding")};function oaep(e,t){var y=e.modulus.byteLength(),n=createHash("sha1").update(Buffer$3.alloc(0)).digest(),$=n.length;if(t[0]!==0)throw new Error("decryption error");var k=t.slice(1,$+1),L=t.slice($+1),j=xor(k,mgf(L,$)),V=xor(L,mgf(j,y-$-1));if(compare(n,V.slice(0,$)))throw new Error("decryption error");for(var z=$;V[z]===0;)z++;if(V[z++]!==1)throw new Error("decryption error");return V.slice(z)}function pkcs1(e,t,y){for(var n=t.slice(0,2),$=2,k=0;t[$++]!==0;)if($>=t.length){k++;break}var L=t.slice(2,$-1);if((n.toString("hex")!=="0002"&&!y||n.toString("hex")!=="0001"&&y)&&k++,L.length<8&&k++,k)throw new Error("decryption error");return t.slice($)}function compare(e,t){e=Buffer$3.from(e),t=Buffer$3.from(t);var y=0,n=e.length;e.length!==t.length&&(y++,n=Math.min(e.length,t.length));for(var $=-1;++$kMaxUint32||e<0)throw new TypeError("offset must be a uint32");if(e>kBufferMaxLength||e>t)throw new RangeError("offset out of range")}function assertSize(e,t,y){if(typeof e!="number"||e!==e)throw new TypeError("size must be a number");if(e>kMaxUint32||e<0)throw new TypeError("size must be a uint32");if(e+t>y||e>kBufferMaxLength)throw new RangeError("buffer too small")}crypto$1&&crypto$1.getRandomValues||!define_process_default$4.browser?(browser.randomFill=randomFill,browser.randomFillSync=randomFillSync):(browser.randomFill=oldBrowser,browser.randomFillSync=oldBrowser);function randomFill(e,t,y,n){if(!Buffer$2.isBuffer(e)&&!(e instanceof commonjsGlobal.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if(typeof t=="function")n=t,t=0,y=e.length;else if(typeof y=="function")n=y,y=e.length-t;else if(typeof n!="function")throw new TypeError('"cb" argument must be a function');return assertOffset(t,e.length),assertSize(y,t,e.length),actualFill(e,t,y,n)}function actualFill(e,t,y,n){if(define_process_default$4.browser){var $=e.buffer,k=new Uint8Array($,t,y);if(crypto$1.getRandomValues(k),n){define_process_default$4.nextTick(function(){n(null,e)});return}return e}if(n){randombytes(y,function(j,V){if(j)return n(j);V.copy(e,t),n(null,e)});return}var L=randombytes(y);return L.copy(e,t),e}function randomFillSync(e,t,y){if(typeof t>"u"&&(t=0),!Buffer$2.isBuffer(e)&&!(e instanceof commonjsGlobal.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return assertOffset(t,e.length),y===void 0&&(y=e.length-t),assertSize(y,t,e.length),actualFill(e,t,y)}cryptoBrowserify.randomBytes=cryptoBrowserify.rng=cryptoBrowserify.pseudoRandomBytes=cryptoBrowserify.prng=browserExports;cryptoBrowserify.createHash=cryptoBrowserify.Hash=browser$9;cryptoBrowserify.createHmac=cryptoBrowserify.Hmac=browser$8;var algos=algos$1,algoKeys=Object.keys(algos),hashes=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(algoKeys);cryptoBrowserify.getHashes=function(){return hashes};var p=browser$7;cryptoBrowserify.pbkdf2=p.pbkdf2;cryptoBrowserify.pbkdf2Sync=p.pbkdf2Sync;var aes=browser$6;cryptoBrowserify.Cipher=aes.Cipher;cryptoBrowserify.createCipher=aes.createCipher;cryptoBrowserify.Cipheriv=aes.Cipheriv;cryptoBrowserify.createCipheriv=aes.createCipheriv;cryptoBrowserify.Decipher=aes.Decipher;cryptoBrowserify.createDecipher=aes.createDecipher;cryptoBrowserify.Decipheriv=aes.Decipheriv;cryptoBrowserify.createDecipheriv=aes.createDecipheriv;cryptoBrowserify.getCiphers=aes.getCiphers;cryptoBrowserify.listCiphers=aes.listCiphers;var dh=browser$4;cryptoBrowserify.DiffieHellmanGroup=dh.DiffieHellmanGroup;cryptoBrowserify.createDiffieHellmanGroup=dh.createDiffieHellmanGroup;cryptoBrowserify.getDiffieHellman=dh.getDiffieHellman;cryptoBrowserify.createDiffieHellman=dh.createDiffieHellman;cryptoBrowserify.DiffieHellman=dh.DiffieHellman;var sign=browser$3;cryptoBrowserify.createSign=sign.createSign;cryptoBrowserify.Sign=sign.Sign;cryptoBrowserify.createVerify=sign.createVerify;cryptoBrowserify.Verify=sign.Verify;cryptoBrowserify.createECDH=browser$2;var publicEncrypt=browser$1;cryptoBrowserify.publicEncrypt=publicEncrypt.publicEncrypt;cryptoBrowserify.privateEncrypt=publicEncrypt.privateEncrypt;cryptoBrowserify.publicDecrypt=publicEncrypt.publicDecrypt;cryptoBrowserify.privateDecrypt=publicEncrypt.privateDecrypt;var rf=browser;cryptoBrowserify.randomFill=rf.randomFill;cryptoBrowserify.randomFillSync=rf.randomFillSync;cryptoBrowserify.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join(` -`))};cryptoBrowserify.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6};var validator$3={},util$4={};(function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",y=t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",n="["+t+"]["+y+"]*",$=new RegExp("^"+n+"$"),k=function(j,V){const z=[];let re=V.exec(j);for(;re;){const oe=[];oe.startIndex=V.lastIndex-re[0].length;const ue=re.length;for(let de=0;de"u")};e.isExist=function(j){return typeof j<"u"},e.isEmptyObject=function(j){return Object.keys(j).length===0},e.merge=function(j,V,z){if(V){const re=Object.keys(V),oe=re.length;for(let ue=0;ue"&&e[k]!==" "&&e[k]!==" "&&e[k]!==` -`&&e[k]!=="\r";k++)V+=e[k];if(V=V.trim(),V[V.length-1]==="/"&&(V=V.substring(0,V.length-1),k--),!validateTagName(V)){let oe;return V.trim().length===0?oe="Invalid space after '<'.":oe="Tag '"+V+"' is an invalid name.",getErrorObject("InvalidTag",oe,getLineNumberForPosition(e,k))}const z=readAttributeStr(e,k);if(z===!1)return getErrorObject("InvalidAttr","Attributes for '"+V+"' have open quote.",getLineNumberForPosition(e,k));let re=z.value;if(k=z.index,re[re.length-1]==="/"){const oe=k-re.length;re=re.substring(0,re.length-1);const ue=validateAttributeString(re,t);if(ue===!0)n=!0;else return getErrorObject(ue.err.code,ue.err.msg,getLineNumberForPosition(e,oe+ue.err.line))}else if(j)if(z.tagClosed){if(re.trim().length>0)return getErrorObject("InvalidTag","Closing tag '"+V+"' can't have attributes or invalid starting.",getLineNumberForPosition(e,L));if(y.length===0)return getErrorObject("InvalidTag","Closing tag '"+V+"' has not been opened.",getLineNumberForPosition(e,L));{const oe=y.pop();if(V!==oe.tagName){let ue=getLineNumberForPosition(e,oe.tagStartPos);return getErrorObject("InvalidTag","Expected closing tag '"+oe.tagName+"' (opened in line "+ue.line+", col "+ue.col+") instead of closing tag '"+V+"'.",getLineNumberForPosition(e,L))}y.length==0&&($=!0)}}else return getErrorObject("InvalidTag","Closing tag '"+V+"' doesn't have proper closing.",getLineNumberForPosition(e,k));else{const oe=validateAttributeString(re,t);if(oe!==!0)return getErrorObject(oe.err.code,oe.err.msg,getLineNumberForPosition(e,k-re.length+oe.err.line));if($===!0)return getErrorObject("InvalidXml","Multiple possible root nodes found.",getLineNumberForPosition(e,k));t.unpairedTags.indexOf(V)!==-1||y.push({tagName:V,tagStartPos:L}),n=!0}for(k++;k0)return getErrorObject("InvalidXml","Invalid '"+JSON.stringify(y.map(k=>k.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return getErrorObject("InvalidXml","Start tag expected.",1);return!0};function isWhiteSpace(e){return e===" "||e===" "||e===` -`||e==="\r"}function readPI(e,t){const y=t;for(;t5&&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"){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"&&(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"){t+=2;break}}return t}const doubleQuote='"',singleQuote="'";function readAttributeStr(e,t){let y="",n="",$=!1;for(;t"&&n===""){$=!0;break}y+=e[t]}return n!==""?!1:{value:y,index:t,tagClosed:$}}const validAttrStrRegxp=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function validateAttributeString(e,t){const y=util$3.getAllMatches(e,validAttrStrRegxp),n={};for(let $=0;$!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(e,t,y){return e}},buildOptions$1=function(e){return Object.assign({},defaultOptions$1,e)};OptionsBuilder.buildOptions=buildOptions$1;OptionsBuilder.defaultOptions=defaultOptions$1;class XmlNode{constructor(t){this.tagname=t,this.child=[],this[":@"]={}}add(t,y){t==="__proto__"&&(t="#__proto__"),this.child.push({[t]:y})}addChild(t){t.tagname==="__proto__"&&(t.tagname="#__proto__"),t[":@"]&&Object.keys(t[":@"]).length>0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}}var xmlNode$1=XmlNode;const util$2=util$4;function readDocType$1(e,t){const y={};if(e[t+3]==="O"&&e[t+4]==="C"&&e[t+5]==="T"&&e[t+6]==="Y"&&e[t+7]==="P"&&e[t+8]==="E"){t=t+9;let n=1,$=!1,k=!1,L="";for(;t"){if(k?e[t-1]==="-"&&e[t-2]==="-"&&(k=!1,n--):n--,n===0)break}else e[t]==="["?$=!0:L+=e[t];if(n!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:y,i:t}}function readEntityExp(e,t){let y="";for(;t0&&$&&y[2]!==".")return e;if(!t.leadingZeros&&k.length>0&&!$&&y[1]!==".")return e;{const V=Number(y),z=""+V;return z.search(/[eE]/)!==-1||j?t.eNotation?V:e:y.indexOf(".")!==-1?z==="0"&&L===""||z===L||$&&z==="-"+L?V:e:k?L===z||$+L===z?V:e:y===z||y===$+z?V:e}}else return e}}function trimZeros(e){return e&&e.indexOf(".")!==-1&&(e=e.replace(/0+$/,""),e==="."?e="0":e[0]==="."?e="0"+e:e[e.length-1]==="."&&(e=e.substr(0,e.length-1))),e}var strnum=toNumber$1;const util$1=util$4,xmlNode=xmlNode$1,readDocType=DocTypeReader,toNumber=strnum;let OrderedObjParser$1=class{constructor(t){this.options=t,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(y,n)=>String.fromCharCode(Number.parseInt(n,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(y,n)=>String.fromCharCode(Number.parseInt(n,16))}},this.addExternalEntities=addExternalEntities,this.parseXml=parseXml$1,this.parseTextData=parseTextData,this.resolveNameSpace=resolveNameSpace,this.buildAttributesMap=buildAttributesMap,this.isItStopNode=isItStopNode,this.replaceEntitiesValue=replaceEntitiesValue$1,this.readStopNodeData=readStopNodeData,this.saveTextToParentTag=saveTextToParentTag,this.addChild=addChild}};function addExternalEntities(e){const t=Object.keys(e);for(let y=0;y0)){L||(e=this.replaceEntitiesValue(e));const j=this.options.tagValueProcessor(t,e,y,$,k);return j==null?e:typeof j!=typeof e||j!==e?j:this.options.trimValues?parseValue(e,this.options.parseTagValue,this.options.numberParseOptions):e.trim()===e?parseValue(e,this.options.parseTagValue,this.options.numberParseOptions):e}}function resolveNameSpace(e){if(this.options.removeNSPrefix){const t=e.split(":"),y=e.charAt(0)==="/"?"/":"";if(t[0]==="xmlns")return"";t.length===2&&(e=y+t[1])}return e}const attrsRegx=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function buildAttributesMap(e,t,y){if(!this.options.ignoreAttributes&&typeof e=="string"){const n=util$1.getAllMatches(e,attrsRegx),$=n.length,k={};for(let L=0;L<$;L++){const j=this.resolveNameSpace(n[L][1]);let V=n[L][4],z=this.options.attributeNamePrefix+j;if(j.length)if(this.options.transformAttributeName&&(z=this.options.transformAttributeName(z)),z==="__proto__"&&(z="#__proto__"),V!==void 0){this.options.trimValues&&(V=V.trim()),V=this.replaceEntitiesValue(V);const re=this.options.attributeValueProcessor(j,V,t);re==null?k[z]=V:typeof re!=typeof V||re!==V?k[z]=re:k[z]=parseValue(V,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(k[z]=!0)}if(!Object.keys(k).length)return;if(this.options.attributesGroupName){const L={};return L[this.options.attributesGroupName]=k,L}return k}}const parseXml$1=function(e){e=e.replace(/\r\n?/g,` -`);const t=new xmlNode("!xml");let y=t,n="",$="";for(let k=0;k",k,"Closing Tag is not closed.");let V=e.substring(k+2,j).trim();if(this.options.removeNSPrefix){const oe=V.indexOf(":");oe!==-1&&(V=V.substr(oe+1))}this.options.transformTagName&&(V=this.options.transformTagName(V)),y&&(n=this.saveTextToParentTag(n,y,$));const z=$.substring($.lastIndexOf(".")+1);if(V&&this.options.unpairedTags.indexOf(V)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: `);let re=0;z&&this.options.unpairedTags.indexOf(z)!==-1?(re=$.lastIndexOf(".",$.lastIndexOf(".")-1),this.tagsNodeStack.pop()):re=$.lastIndexOf("."),$=$.substring(0,re),y=this.tagsNodeStack.pop(),n="",k=j}else if(e[k+1]==="?"){let j=readTagExp(e,k,!1,"?>");if(!j)throw new Error("Pi Tag is not closed.");if(n=this.saveTextToParentTag(n,y,$),!(this.options.ignoreDeclaration&&j.tagName==="?xml"||this.options.ignorePiTags)){const V=new xmlNode(j.tagName);V.add(this.options.textNodeName,""),j.tagName!==j.tagExp&&j.attrExpPresent&&(V[":@"]=this.buildAttributesMap(j.tagExp,$,j.tagName)),this.addChild(y,V,$)}k=j.closeIndex+1}else if(e.substr(k+1,3)==="!--"){const j=findClosingIndex(e,"-->",k+4,"Comment is not closed.");if(this.options.commentPropName){const V=e.substring(k+4,j-2);n=this.saveTextToParentTag(n,y,$),y.add(this.options.commentPropName,[{[this.options.textNodeName]:V}])}k=j}else if(e.substr(k+1,2)==="!D"){const j=readDocType(e,k);this.docTypeEntities=j.entities,k=j.i}else if(e.substr(k+1,2)==="!["){const j=findClosingIndex(e,"]]>",k,"CDATA is not closed.")-2,V=e.substring(k+9,j);n=this.saveTextToParentTag(n,y,$);let z=this.parseTextData(V,y.tagname,$,!0,!1,!0,!0);z==null&&(z=""),this.options.cdataPropName?y.add(this.options.cdataPropName,[{[this.options.textNodeName]:V}]):y.add(this.options.textNodeName,z),k=j+2}else{let j=readTagExp(e,k,this.options.removeNSPrefix),V=j.tagName;const z=j.rawTagName;let re=j.tagExp,oe=j.attrExpPresent,ue=j.closeIndex;this.options.transformTagName&&(V=this.options.transformTagName(V)),y&&n&&y.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,y,$,!1));const de=y;if(de&&this.options.unpairedTags.indexOf(de.tagname)!==-1&&(y=this.tagsNodeStack.pop(),$=$.substring(0,$.lastIndexOf("."))),V!==t.tagname&&($+=$?"."+V:V),this.isItStopNode(this.options.stopNodes,$,V)){let _e="";if(re.length>0&&re.lastIndexOf("/")===re.length-1)V[V.length-1]==="/"?(V=V.substr(0,V.length-1),$=$.substr(0,$.length-1),re=V):re=re.substr(0,re.length-1),k=j.closeIndex;else if(this.options.unpairedTags.indexOf(V)!==-1)k=j.closeIndex;else{const Ue=this.readStopNodeData(e,z,ue+1);if(!Ue)throw new Error(`Unexpected end of ${z}`);k=Ue.i,_e=Ue.tagContent}const Ne=new xmlNode(V);V!==re&&oe&&(Ne[":@"]=this.buildAttributesMap(re,$,V)),_e&&(_e=this.parseTextData(_e,V,$,!0,oe,!0,!0)),$=$.substr(0,$.lastIndexOf(".")),Ne.add(this.options.textNodeName,_e),this.addChild(y,Ne,$)}else{if(re.length>0&&re.lastIndexOf("/")===re.length-1){V[V.length-1]==="/"?(V=V.substr(0,V.length-1),$=$.substr(0,$.length-1),re=V):re=re.substr(0,re.length-1),this.options.transformTagName&&(V=this.options.transformTagName(V));const _e=new xmlNode(V);V!==re&&oe&&(_e[":@"]=this.buildAttributesMap(re,$,V)),this.addChild(y,_e,$),$=$.substr(0,$.lastIndexOf("."))}else{const _e=new xmlNode(V);this.tagsNodeStack.push(y),V!==re&&oe&&(_e[":@"]=this.buildAttributesMap(re,$,V)),this.addChild(y,_e,$),y=_e}n="",k=ue}}else n+=e[k];return t.child};function addChild(e,t,y){const n=this.options.updateTag(t.tagname,y,t[":@"]);n===!1||(typeof n=="string"&&(t.tagname=n),e.addChild(t))}const replaceEntitiesValue$1=function(e){if(this.options.processEntities){for(let t in this.docTypeEntities){const y=this.docTypeEntities[t];e=e.replace(y.regx,y.val)}for(let t in this.lastEntities){const y=this.lastEntities[t];e=e.replace(y.regex,y.val)}if(this.options.htmlEntities)for(let t in this.htmlEntities){const y=this.htmlEntities[t];e=e.replace(y.regex,y.val)}e=e.replace(this.ampEntity.regex,this.ampEntity.val)}return e};function saveTextToParentTag(e,t,y,n){return e&&(n===void 0&&(n=Object.keys(t.child).length===0),e=this.parseTextData(e,t.tagname,y,!1,t[":@"]?Object.keys(t[":@"]).length!==0:!1,n),e!==void 0&&e!==""&&t.add(this.options.textNodeName,e),e=""),e}function isItStopNode(e,t,y){const n="*."+y;for(const $ in e){const k=e[$];if(n===k||t===k)return!0}return!1}function tagExpWithClosingIndex(e,t,y=">"){let n,$="";for(let k=t;k",y,`${t} is not closed`);if(e.substring(y+2,k).trim()===t&&($--,$===0))return{tagContent:e.substring(n,y),i:k};y=k}else if(e[y+1]==="?")y=findClosingIndex(e,"?>",y+1,"StopNode is not closed.");else if(e.substr(y+1,3)==="!--")y=findClosingIndex(e,"-->",y+3,"StopNode is not closed.");else if(e.substr(y+1,2)==="![")y=findClosingIndex(e,"]]>",y,"StopNode is not closed.")-2;else{const k=readTagExp(e,y,">");k&&((k&&k.tagName)===t&&k.tagExp[k.tagExp.length-1]!=="/"&&$++,y=k.closeIndex)}}function parseValue(e,t,y){if(t&&typeof e=="string"){const n=e.trim();return n==="true"?!0:n==="false"?!1:toNumber(e,y)}else return util$1.isExist(e)?e:""}var OrderedObjParser_1=OrderedObjParser$1,node2json={};function prettify$1(e,t){return compress(e,t)}function compress(e,t,y){let n;const $={};for(let k=0;k0&&($[t.textNodeName]=n):n!==void 0&&($[t.textNodeName]=n),$}function propName$1(e){const t=Object.keys(e);for(let y=0;y0&&(y=EOL),arrToStr(e,t,"",y)}function arrToStr(e,t,y,n){let $="",k=!1;for(let L=0;L`,k=!1;continue}else if(V===t.commentPropName){$+=n+``,k=!0;continue}else if(V[0]==="?"){const _e=attr_to_str(j[":@"],t),Ne=V==="?xml"?"":n;let Ue=j[V][0][t.textNodeName];Ue=Ue.length!==0?" "+Ue:"",$+=Ne+`<${V}${Ue}${_e}?>`,k=!0;continue}let re=n;re!==""&&(re+=t.indentBy);const oe=attr_to_str(j[":@"],t),ue=n+`<${V}${oe}`,de=arrToStr(j[V],t,z,re);t.unpairedTags.indexOf(V)!==-1?t.suppressUnpairedNode?$+=ue+">":$+=ue+"/>":(!de||de.length===0)&&t.suppressEmptyNode?$+=ue+"/>":de&&de.endsWith(">")?$+=ue+`>${de}${n}`:($+=ue+">",de&&n!==""&&(de.includes("/>")||de.includes("`),k=!0}return $}function propName(e){const t=Object.keys(e);for(let y=0;y0&&t.processEntities)for(let y=0;y","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function Builder(e){this.options=Object.assign({},defaultOptions,e),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=isAttribute),this.processTextOrObjNode=processTextOrObjNode,this.options.format?(this.indentate=indentate,this.tagEndChar=`> -`,this.newLine=` -`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}Builder.prototype.build=function(e){return this.options.preserveOrder?buildFromOrderedJs(e,this.options):(Array.isArray(e)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(e={[this.options.arrayNodeName]:e}),this.j2x(e,0).val)};Builder.prototype.j2x=function(e,t){let y="",n="";for(let $ in e)if(Object.prototype.hasOwnProperty.call(e,$))if(typeof e[$]>"u")this.isAttribute($)&&(n+="");else if(e[$]===null)this.isAttribute($)?n+="":$[0]==="?"?n+=this.indentate(t)+"<"+$+"?"+this.tagEndChar:n+=this.indentate(t)+"<"+$+"/"+this.tagEndChar;else if(e[$]instanceof Date)n+=this.buildTextValNode(e[$],$,"",t);else if(typeof e[$]!="object"){const k=this.isAttribute($);if(k)y+=this.buildAttrPairStr(k,""+e[$]);else if($===this.options.textNodeName){let L=this.options.tagValueProcessor($,""+e[$]);n+=this.replaceEntitiesValue(L)}else n+=this.buildTextValNode(e[$],$,"",t)}else if(Array.isArray(e[$])){const k=e[$].length;let L="",j="";for(let V=0;V"u"))if(z===null)$[0]==="?"?n+=this.indentate(t)+"<"+$+"?"+this.tagEndChar:n+=this.indentate(t)+"<"+$+"/"+this.tagEndChar;else if(typeof z=="object")if(this.options.oneListGroup){const re=this.j2x(z,t+1);L+=re.val,this.options.attributesGroupName&&z.hasOwnProperty(this.options.attributesGroupName)&&(j+=re.attrStr)}else L+=this.processTextOrObjNode(z,$,t);else if(this.options.oneListGroup){let re=this.options.tagValueProcessor($,z);re=this.replaceEntitiesValue(re),L+=re}else L+=this.buildTextValNode(z,$,"",t)}this.options.oneListGroup&&(L=this.buildObjectNode(L,$,j,t)),n+=L}else if(this.options.attributesGroupName&&$===this.options.attributesGroupName){const k=Object.keys(e[$]),L=k.length;for(let j=0;j"+e+$:this.options.commentPropName!==!1&&t===this.options.commentPropName&&k.length===0?this.indentate(n)+``+this.newLine:this.indentate(n)+"<"+t+y+k+this.tagEndChar+e+this.indentate(n)+$}};Builder.prototype.closeTag=function(e){let t="";return this.options.unpairedTags.indexOf(e)!==-1?this.options.suppressUnpairedNode||(t="/"):this.options.suppressEmptyNode?t="/":t=`>`+this.newLine;if(this.options.commentPropName!==!1&&t===this.options.commentPropName)return this.indentate(n)+``+this.newLine;if(t[0]==="?")return this.indentate(n)+"<"+t+y+"?"+this.tagEndChar;{let $=this.options.tagValueProcessor(t,e);return $=this.replaceEntitiesValue($),$===""?this.indentate(n)+"<"+t+y+this.closeTag(t)+this.tagEndChar:this.indentate(n)+"<"+t+y+">"+$+"0&&this.options.processEntities)for(let t=0;t=0;)Ue++;if(_e.substr(0,2)==="::"&&Ue--,_e.substr(-2,2)==="::"&&Ue--,Ue>Ne)return null;for(qe=Ne-Ue,Fe=":";qe--;)Fe+="0:";return _e=_e.replace("::",Fe),_e[0]===":"&&(_e=_e.slice(1)),_e[_e.length-1]===":"&&(_e=_e.slice(0,-1)),Ne=function(){const er=_e.split(":"),ir=[];for(let dr=0;dr0;){if(Fe=Ue-$e,Fe<0&&(Fe=0),_e[Ve]>>Fe!==Ne[Ve]>>Fe)return!1;$e-=Ue,Ve+=1}return!0}function oe(_e){if(k.test(_e))return parseInt(_e,16);if(_e[0]==="0"&&!isNaN(parseInt(_e[1],10))){if($.test(_e))return parseInt(_e,8);throw new Error(`ipaddr: cannot parse ${_e} as octal`)}return parseInt(_e,10)}function ue(_e,Ne){for(;_e.length=0;Ve-=1)if(Fe=this.octets[Ve],Fe in $e){if(qe=$e[Fe],Ue&&qe!==0)return null;qe!==8&&(Ue=!0),Ne+=qe}else return null;return 32-Ne},_e.prototype.range=function(){return de.subnetMatch(this,this.SpecialRanges)},_e.prototype.toByteArray=function(){return this.octets.slice(0)},_e.prototype.toIPv4MappedAddress=function(){return de.IPv6.parse(`::ffff:${this.toString()}`)},_e.prototype.toNormalizedString=function(){return this.toString()},_e.prototype.toString=function(){return this.octets.join(".")},_e}(),de.IPv4.broadcastAddressFromCIDR=function(_e){try{const Ne=this.parseCIDR(_e),Ue=Ne[0].toByteArray(),$e=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[];let Fe=0;for(;Fe<4;)Ve.push(parseInt(Ue[Fe],10)|parseInt($e[Fe],10)^255),Fe++;return new this(Ve)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},de.IPv4.isIPv4=function(_e){return this.parser(_e)!==null},de.IPv4.isValid=function(_e){try{return new this(this.parser(_e)),!0}catch{return!1}},de.IPv4.isValidCIDR=function(_e){try{return this.parseCIDR(_e),!0}catch{return!1}},de.IPv4.isValidFourPartDecimal=function(_e){return!!(de.IPv4.isValid(_e)&&_e.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},de.IPv4.networkAddressFromCIDR=function(_e){let Ne,Ue,$e,Ve,Fe;try{for(Ne=this.parseCIDR(_e),$e=Ne[0].toByteArray(),Fe=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[],Ue=0;Ue<4;)Ve.push(parseInt($e[Ue],10)&parseInt(Fe[Ue],10)),Ue++;return new this(Ve)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},de.IPv4.parse=function(_e){const Ne=this.parser(_e);if(Ne===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(Ne)},de.IPv4.parseCIDR=function(_e){let Ne;if(Ne=_e.match(/^(.+)\/(\d+)$/)){const Ue=parseInt(Ne[2]);if(Ue>=0&&Ue<=32){const $e=[this.parse(Ne[1]),Ue];return Object.defineProperty($e,"toString",{value:function(){return this.join("/")}}),$e}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},de.IPv4.parser=function(_e){let Ne,Ue,$e;if(Ne=_e.match(n.fourOctet))return function(){const Ve=Ne.slice(1,6),Fe=[];for(let qe=0;qe4294967295||$e<0)throw new Error("ipaddr: address outside defined range");return function(){const Ve=[];let Fe;for(Fe=0;Fe<=24;Fe+=8)Ve.push($e>>Fe&255);return Ve}().reverse()}else return(Ne=_e.match(n.twoOctet))?function(){const Ve=Ne.slice(1,4),Fe=[];if($e=oe(Ve[1]),$e>16777215||$e<0)throw new Error("ipaddr: address outside defined range");return Fe.push(oe(Ve[0])),Fe.push($e>>16&255),Fe.push($e>>8&255),Fe.push($e&255),Fe}():(Ne=_e.match(n.threeOctet))?function(){const Ve=Ne.slice(1,5),Fe=[];if($e=oe(Ve[2]),$e>65535||$e<0)throw new Error("ipaddr: address outside defined range");return Fe.push(oe(Ve[0])),Fe.push(oe(Ve[1])),Fe.push($e>>8&255),Fe.push($e&255),Fe}():null},de.IPv4.subnetMaskFromPrefixLength=function(_e){if(_e=parseInt(_e),_e<0||_e>32)throw new Error("ipaddr: invalid IPv4 prefix length");const Ne=[0,0,0,0];let Ue=0;const $e=Math.floor(_e/8);for(;Ue<$e;)Ne[Ue]=255,Ue++;return $e<4&&(Ne[$e]=Math.pow(2,_e%8)-1<<8-_e%8),new this(Ne)},de.IPv6=function(){function _e(Ne,Ue){let $e,Ve;if(Ne.length===16)for(this.parts=[],$e=0;$e<=14;$e+=2)this.parts.push(Ne[$e]<<8|Ne[$e+1]);else if(Ne.length===8)this.parts=Ne;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for($e=0;$e=0;qe-=1)if(Ve=this.parts[qe],Ve in $e){if(Fe=$e[Ve],Ue&&Fe!==0)return null;Fe!==16&&(Ue=!0),Ne+=Fe}else return null;return 128-Ne},_e.prototype.range=function(){return de.subnetMatch(this,this.SpecialRanges)},_e.prototype.toByteArray=function(){let Ne;const Ue=[],$e=this.parts;for(let Ve=0;Ve<$e.length;Ve++)Ne=$e[Ve],Ue.push(Ne>>8),Ue.push(Ne&255);return Ue},_e.prototype.toFixedLengthString=function(){const Ne=(function(){const $e=[];for(let Ve=0;Ve>8,Ue&255,$e>>8,$e&255])},_e.prototype.toNormalizedString=function(){const Ne=(function(){const $e=[];for(let Ve=0;VeVe&&($e=Fe.index,Ve=Fe[0].length);return Ve<0?Ue:`${Ue.substring(0,$e)}::${Ue.substring($e+Ve)}`},_e.prototype.toString=function(){return this.toRFC5952String()},_e}(),de.IPv6.broadcastAddressFromCIDR=function(_e){try{const Ne=this.parseCIDR(_e),Ue=Ne[0].toByteArray(),$e=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[];let Fe=0;for(;Fe<16;)Ve.push(parseInt(Ue[Fe],10)|parseInt($e[Fe],10)^255),Fe++;return new this(Ve)}catch(Ne){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${Ne})`)}},de.IPv6.isIPv6=function(_e){return this.parser(_e)!==null},de.IPv6.isValid=function(_e){if(typeof _e=="string"&&_e.indexOf(":")===-1)return!1;try{const Ne=this.parser(_e);return new this(Ne.parts,Ne.zoneId),!0}catch{return!1}},de.IPv6.isValidCIDR=function(_e){if(typeof _e=="string"&&_e.indexOf(":")===-1)return!1;try{return this.parseCIDR(_e),!0}catch{return!1}},de.IPv6.networkAddressFromCIDR=function(_e){let Ne,Ue,$e,Ve,Fe;try{for(Ne=this.parseCIDR(_e),$e=Ne[0].toByteArray(),Fe=this.subnetMaskFromPrefixLength(Ne[1]).toByteArray(),Ve=[],Ue=0;Ue<16;)Ve.push(parseInt($e[Ue],10)&parseInt(Fe[Ue],10)),Ue++;return new this(Ve)}catch(qe){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${qe})`)}},de.IPv6.parse=function(_e){const Ne=this.parser(_e);if(Ne.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(Ne.parts,Ne.zoneId)},de.IPv6.parseCIDR=function(_e){let Ne,Ue,$e;if((Ue=_e.match(/^(.+)\/(\d+)$/))&&(Ne=parseInt(Ue[2]),Ne>=0&&Ne<=128))return $e=[this.parse(Ue[1]),Ne],Object.defineProperty($e,"toString",{value:function(){return this.join("/")}}),$e;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},de.IPv6.parser=function(_e){let Ne,Ue,$e,Ve,Fe,qe;if($e=_e.match(V.deprecatedTransitional))return this.parser(`::ffff:${$e[1]}`);if(V.native.test(_e))return z(_e,8);if(($e=_e.match(V.transitional))&&(qe=$e[6]||"",Ne=$e[1],$e[1].endsWith("::")||(Ne=Ne.slice(0,-1)),Ne=z(Ne+qe,6),Ne.parts)){for(Fe=[parseInt($e[2]),parseInt($e[3]),parseInt($e[4]),parseInt($e[5])],Ue=0;Ue128)throw new Error("ipaddr: invalid IPv6 prefix length");const Ne=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let Ue=0;const $e=Math.floor(_e/8);for(;Ue<$e;)Ne[Ue]=255,Ue++;return $e<16&&(Ne[$e]=Math.pow(2,_e%8)-1<<8-_e%8),new this(Ne)},de.fromByteArray=function(_e){const Ne=_e.length;if(Ne===4)return new de.IPv4(_e);if(Ne===16)return new de.IPv6(_e);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},de.isValid=function(_e){return de.IPv6.isValid(_e)||de.IPv4.isValid(_e)},de.isValidCIDR=function(_e){return de.IPv6.isValidCIDR(_e)||de.IPv4.isValidCIDR(_e)},de.parse=function(_e){if(de.IPv6.isValid(_e))return de.IPv6.parse(_e);if(de.IPv4.isValid(_e))return de.IPv4.parse(_e);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},de.parseCIDR=function(_e){try{return de.IPv6.parseCIDR(_e)}catch{try{return de.IPv4.parseCIDR(_e)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},de.process=function(_e){const Ne=this.parse(_e);return Ne.kind()==="ipv6"&&Ne.isIPv4MappedAddress()?Ne.toIPv4Address():Ne},de.subnetMatch=function(_e,Ne,Ue){let $e,Ve,Fe,qe;Ue==null&&(Ue="unicast");for(Ve in Ne)if(Object.prototype.hasOwnProperty.call(Ne,Ve)){for(Fe=Ne[Ve],Fe[0]&&!(Fe[0]instanceof Array)&&(Fe=[Fe]),$e=0;$e{y.push((k,L)=>{if(k)return $(k);n(L)}),e.apply(this,y)})}}function uriEscape(e){return e.split("").reduce((t,y)=>{let n=Buffer$F.from(y);if(n.length===1&&("A"<=y&&y<="Z"||"a"<=y&&y<="z"||"0"<=y&&y<="9"||y==="_"||y==="."||y==="~"||y==="-"))return t=t+y,t;for(var $=0;$-1?!1:isAmazonEndpoint(e)||!n}function isValidIP(e){return ipaddr.isValid(e)}function isValidEndpoint(e){return isValidDomain(e)||isValidIP(e)}function isValidDomain(e){if(!isString$1(e)||e.length===0||e.length>255||e[0]==="-"||e.slice(-1)==="-"||e[0]==="_"||e.slice(-1)==="_"||e[0]===".")return!1;var t="`~!@#$%^&*()+={}[]|\\\"';:>-1)return!1;return!0}function probeContentType(e){let t=_mimeTypes.default.lookup(e);return t||(t="application/octet-stream"),t}function isValidPort(e){if(!isNumber$2(e)||e<0)return!1;if(e===0)return!0;var t=1,y=65535;return e>=t&&e<=y}function isValidBucketName(e){return!isString$1(e)||e.length<3||e.length>63||e.indexOf("..")>-1||e.match(/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/)?!1:!!e.match(/^[a-z0-9][a-z0-9.-]+[a-z0-9]$/)}function isValidObjectName(e){return!(!isValidPrefix(e)||e.length===0)}function isValidPrefix(e){return!(!isString$1(e)||e.length>1024)}function isNumber$2(e){return typeof e=="number"}function isFunction$1(e){return typeof e=="function"}function isString$1(e){return typeof e=="string"}function isObject$1(e){return typeof e=="object"&&e!==null}function isReadableStream$1(e){return isObject$1(e)&&isFunction$1(e._read)}function isBoolean$1(e){return typeof e=="boolean"}function isArray$1(e){return Array.isArray(e)}function isValidDate(e){return e instanceof Date&&!isNaN(e)}function makeDateLong(e){return e=e||new Date,e=e.toISOString(),e.slice(0,4)+e.slice(5,7)+e.slice(8,13)+e.slice(14,16)+e.slice(17,19)+"Z"}function makeDateShort(e){return e=e||new Date,e=e.toISOString(),e.slice(0,4)+e.slice(5,7)+e.slice(8,10)}function pipesetup(...e){return e.reduce((t,y)=>(t.on("error",n=>y.emit("error",n)),t.pipe(y)))}function readableStream(e){var t=new _stream$2.default.Readable;return t._read=()=>{},t.push(e),t.push(null),t}function insertContentType(e,t){for(var y in e)if(y.toLowerCase()==="content-type")return e;var n=Object.assign({},e);return n["content-type"]=probeContentType(t),n}function prependXAMZMeta(e){var t=Object.assign({},e);for(var y in e)!isAmzHeader(y)&&!isSupportedHeader(y)&&!isStorageclassHeader(y)&&(t["X-Amz-Meta-"+y]=t[y],delete t[y]);return t}function isAmzHeader(e){var t=e.toLowerCase();return t.startsWith("x-amz-meta-")||t==="x-amz-acl"||t.startsWith("x-amz-server-side-encryption-")||t==="x-amz-server-side-encryption"}function isSupportedHeader(e){var t=["content-type","cache-control","content-encoding","content-disposition","content-language","x-amz-website-redirect-location"];return t.indexOf(e.toLowerCase())>-1}function isStorageclassHeader(e){return e.toLowerCase()==="x-amz-storage-class"}function extractMetadata(e){var t={};for(var y in e)(isSupportedHeader(y)||isStorageclassHeader(y)||isAmzHeader(y))&&(y.toLowerCase().startsWith("x-amz-meta-")?t[y.slice(11,y.length)]=e[y]:t[y]=e[y]);return t}function getVersionId(e={}){return e["x-amz-version-id"]||null}function getSourceVersionId(e={}){return e["x-amz-copy-source-version-id"]||null}function sanitizeETag(e=""){var t={'"':"",""":"",""":"",""":"",""":""};return e.replace(/^("|"|")|("|"|")$/g,y=>t[y])}const RETENTION_MODES={GOVERNANCE:"GOVERNANCE",COMPLIANCE:"COMPLIANCE"};helpers.RETENTION_MODES=RETENTION_MODES;const RETENTION_VALIDITY_UNITS={DAYS:"Days",YEARS:"Years"};helpers.RETENTION_VALIDITY_UNITS=RETENTION_VALIDITY_UNITS;const LEGAL_HOLD_STATUS={ENABLED:"ON",DISABLED:"OFF"};helpers.LEGAL_HOLD_STATUS=LEGAL_HOLD_STATUS;const objectToBuffer=e=>Buffer$F.from(Buffer$F.from(e)),toMd5=e=>{let t=objectToBuffer(e);return t=_browserOrNode.isBrowser?t.toString():t,Crypto.createHash("md5").update(t).digest().toString("base64")};helpers.toMd5=toMd5;const toSha256=e=>Crypto.createHash("sha256").update(e).digest("hex");helpers.toSha256=toSha256;const toArray$1=e=>Array.isArray(e)?e:[e];helpers.toArray=toArray$1;const sanitizeObjectKey=e=>{let t=(e?e.toString():"").replace(/\+/g," ");return decodeURIComponent(t)};helpers.sanitizeObjectKey=sanitizeObjectKey;const PART_CONSTRAINTS={ABS_MIN_PART_SIZE:1024*1024*5,MIN_PART_SIZE:1024*1024*16,MAX_PARTS_COUNT:1e4,MAX_PART_SIZE:1024*1024*1024*5,MAX_SINGLE_PUT_OBJECT_SIZE:1024*1024*1024*5,MAX_MULTIPART_PUT_OBJECT_SIZE:1024*1024*1024*1024*5};helpers.PART_CONSTRAINTS=PART_CONSTRAINTS;const ENCRYPTION_TYPES={SSEC:"SSE-C",KMS:"KMS"};helpers.ENCRYPTION_TYPES=ENCRYPTION_TYPES;const GENERIC_SSE_HEADER="X-Amz-Server-Side-Encryption",ENCRYPTION_HEADERS={sseGenericHeader:GENERIC_SSE_HEADER,sseKmsKeyID:GENERIC_SSE_HEADER+"-Aws-Kms-Key-Id"};function getEncryptionHeaders(e){const t=e.type,y={};if(!_lodash$2.default.isEmpty(t)){if(t===ENCRYPTION_TYPES.SSEC)return{[y[ENCRYPTION_HEADERS.sseGenericHeader]]:"AES256"};if(t===ENCRYPTION_TYPES.KMS)return{[ENCRYPTION_HEADERS.sseGenericHeader]:e.SSEAlgorithm,[ENCRYPTION_HEADERS.sseKmsKeyID]:e.KMSMasterKeyID}}return y}class CopySourceOptions{constructor({Bucket:t="",Object:y="",VersionID:n="",MatchETag:$="",NoMatchETag:k="",MatchModifiedSince:L=null,MatchUnmodifiedSince:j=null,MatchRange:V=!1,Start:z=0,End:re=0,Encryption:oe={}}={}){this.Bucket=t,this.Object=y,this.VersionID=n,this.MatchETag=$,this.NoMatchETag=k,this.MatchModifiedSince=L,this.MatchUnmodifiedSince=j,this.MatchRange=V,this.Start=z,this.End=re,this.Encryption=oe}validate(){if(!isValidBucketName(this.Bucket))throw new errors$4.InvalidBucketNameError("Invalid Source bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new errors$4.InvalidObjectNameError(`Invalid Source object name: ${this.Object}`);if(this.MatchRange&&this.Start!==-1&&this.End!==-1&&this.Start>this.End||this.Start<0)throw new errors$4.InvalidObjectNameError("Source start must be non-negative, and start must be at most end.");if(this.MatchRange&&!isNumber$2(this.Start)||!isNumber$2(this.End))throw new errors$4.InvalidObjectNameError("MatchRange is specified. But Invalid Start and End values are specified. ");return!0}getHeaders(){let t={};return t["x-amz-copy-source"]=encodeURI(this.Bucket+"/"+this.Object),_lodash$2.default.isEmpty(this.VersionID)||(t["x-amz-copy-source"]=encodeURI(this.Bucket+"/"+this.Object)+"?versionId="+this.VersionID),_lodash$2.default.isEmpty(this.MatchETag)||(t["x-amz-copy-source-if-match"]=this.MatchETag),_lodash$2.default.isEmpty(this.NoMatchETag)||(t["x-amz-copy-source-if-none-match"]=this.NoMatchETag),_lodash$2.default.isEmpty(this.MatchModifiedSince)||(t["x-amz-copy-source-if-modified-since"]=this.MatchModifiedSince),_lodash$2.default.isEmpty(this.MatchUnmodifiedSince)||(t["x-amz-copy-source-if-unmodified-since"]=this.MatchUnmodifiedSince),t}}helpers.CopySourceOptions=CopySourceOptions;class CopyDestinationOptions{constructor({Bucket:t="",Object:y="",Encryption:n=null,UserMetadata:$=null,UserTags:k=null,LegalHold:L=null,RetainUntilDate:j=null,Mode:V=null}){this.Bucket=t,this.Object=y,this.Encryption=n,this.UserMetadata=$,this.UserTags=k,this.LegalHold=L,this.Mode=V,this.RetainUntilDate=j}getHeaders(){const t="REPLACE",y={},n=this.UserTags;if(_lodash$2.default.isEmpty(n)||(y["X-Amz-Tagging-Directive"]=t,y["X-Amz-Tagging"]=isObject$1(n)?_queryString.default.stringify(n):isString$1(n)?n:""),_lodash$2.default.isEmpty(this.Mode)||(y["X-Amz-Object-Lock-Mode"]=this.Mode),_lodash$2.default.isEmpty(this.RetainUntilDate)||(y["X-Amz-Object-Lock-Retain-Until-Date"]=this.RetainUntilDate),_lodash$2.default.isEmpty(this.LegalHold)||(y["X-Amz-Object-Lock-Legal-Hold"]=this.LegalHold),_lodash$2.default.isEmpty(this.UserMetadata)||Object.keys(this.UserMetadata).forEach(k=>{y[`X-Amz-Meta-${k}`]=this.UserMetadata[k]}),!_lodash$2.default.isEmpty(this.Encryption)){const $=getEncryptionHeaders(this.Encryption);Object.keys($).forEach(k=>{y[k]=$[k]})}return y}validate(){if(!isValidBucketName(this.Bucket))throw new errors$4.InvalidBucketNameError("Invalid Destination bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new errors$4.InvalidObjectNameError(`Invalid Destination object name: ${this.Object}`);if(!_lodash$2.default.isEmpty(this.UserMetadata)&&!isObject$1(this.UserMetadata))throw new errors$4.InvalidObjectNameError("Destination UserMetadata should be an object with key value pairs");if(!_lodash$2.default.isEmpty(this.Mode)&&![RETENTION_MODES.GOVERNANCE,RETENTION_MODES.COMPLIANCE].includes(this.Mode))throw new errors$4.InvalidObjectNameError("Invalid Mode specified for destination object it should be one of [GOVERNANCE,COMPLIANCE]");if(!_lodash$2.default.isEmpty(this.Encryption)&&_lodash$2.default.isEmpty(this.Encryption))throw new errors$4.InvalidObjectNameError("Invalid Encryption configuration for destination object ");return!0}}helpers.CopyDestinationOptions=CopyDestinationOptions;const partsRequired=e=>{let t=PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE/(PART_CONSTRAINTS.MAX_PARTS_COUNT-1),y=e/t;return e%t>0&&y++,y=Math.trunc(y),y};helpers.partsRequired=partsRequired;let startIndexParts=[],endIndexParts=[];function calculateEvenSplits(e,t){if(e===0)return null;const y=partsRequired(e);startIndexParts=new Array(y),endIndexParts=new Array(y);let n=t.Start;(_lodash$2.default.isEmpty(t.Start)||n===-1)&&(n=0);const $=Math.trunc(e/y),k=e%y;let L=n;for(let j=0;j0)for(var n=0;n{let t=null;if(t=fxp$1.parse(e),t.Error)throw t.Error;return t};helpers.parseXml=parseXml;class SelectResults{constructor({records:t,response:y,stats:n,progress:$}){this.records=t,this.response=y,this.stats=n,this.progress=$}setStats(t){this.stats=t}getStats(){return this.stats}setProgress(t){this.progress=t}getProgress(){return this.progress}setResponse(t){this.response=t}getResponse(){return this.response}setRecords(t){this.records=t}getRecords(){return this.records}}helpers.SelectResults=SelectResults;const DEFAULT_REGION="us-east-1";helpers.DEFAULT_REGION=DEFAULT_REGION;var signing={};Object.defineProperty(signing,"__esModule",{value:!0});signing.postPresignSignatureV4=postPresignSignatureV4;signing.presignSignatureV4=presignSignatureV4;signing.signV4=signV4;signing.signV4ByServiceName=signV4ByServiceName;var _crypto$2=_interopRequireDefault$5(require$$2$1),_lodash$1=_interopRequireDefault$5(lodashExports),_helpers$6=helpers,errors$3=_interopRequireWildcard$5(errors$5);function _getRequireWildcardCache$5(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$5=function(n){return n?y:t})(e)}function _interopRequireWildcard$5(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$5(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$5(e){return e&&e.__esModule?e:{default:e}}const signV4Algorithm="AWS4-HMAC-SHA256";function getCanonicalRequest(e,t,y,n,$){if(!(0,_helpers$6.isString)(e))throw new TypeError('method should be of type "string"');if(!(0,_helpers$6.isString)(t))throw new TypeError('path should be of type "string"');if(!(0,_helpers$6.isObject)(y))throw new TypeError('headers should be of type "object"');if(!(0,_helpers$6.isArray)(n))throw new TypeError('signedHeaders should be of type "array"');if(!(0,_helpers$6.isString)($))throw new TypeError('hashedPayload should be of type "string"');const k=n.reduce((z,re)=>{const oe=`${y[re]}`.replace(/ +/g," ");return z.push(`${re.toLowerCase()}:${oe}`),z},[]),L=t.split("?")[0];let j=t.split("?")[1];j||(j=""),j&&(j=j.split("&").sort().map(z=>z.indexOf("=")===-1?z+"=":z).join("&"));const V=[];return V.push(e.toUpperCase()),V.push(L),V.push(j),V.push(k.join(` + */(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;_eNe||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="`~!@#$%^&*()+={}[]|\\\"';:>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={'"':"",""":"",""":"",""":"",""":""};return e.replace(/^("|"|")|("|"|")$/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;zthis.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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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(` `)+` -`),V.push(n.join(";").toLowerCase()),V.push($),V.join(` -`)}function getCredential(e,t,y,n="s3"){if(!(0,_helpers$6.isString)(e))throw new TypeError('accessKey should be of type "string"');if(!(0,_helpers$6.isString)(t))throw new TypeError('region should be of type "string"');if(!(0,_helpers$6.isObject)(y))throw new TypeError('requestDate should be of type "object"');return`${e}/${(0,_helpers$6.getScope)(t,y,n)}`}function getSignedHeaders(e){if(!(0,_helpers$6.isObject)(e))throw new TypeError('request should be of type "object"');const t=["authorization","content-length","content-type","user-agent"];return _lodash$1.default.map(e,(y,n)=>n).filter(y=>t.indexOf(y)===-1).sort()}function getSigningKey(e,t,y,n="s3"){if(!(0,_helpers$6.isObject)(e))throw new TypeError('date should be of type "object"');if(!(0,_helpers$6.isString)(t))throw new TypeError('region should be of type "string"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');const $=(0,_helpers$6.makeDateShort)(e);let k=_crypto$2.default.createHmac("sha256","AWS4"+y).update($).digest(),L=_crypto$2.default.createHmac("sha256",k).update(t).digest(),j=_crypto$2.default.createHmac("sha256",L).update(n).digest();return _crypto$2.default.createHmac("sha256",j).update("aws4_request").digest()}function getStringToSign(e,t,y,n="s3"){if(!(0,_helpers$6.isString)(e))throw new TypeError('canonicalRequest should be of type "string"');if(!(0,_helpers$6.isObject)(t))throw new TypeError('requestDate should be of type "object"');if(!(0,_helpers$6.isString)(y))throw new TypeError('region should be of type "string"');const $=_crypto$2.default.createHash("sha256").update(e).digest("hex"),k=(0,_helpers$6.getScope)(y,t,n),L=[];return L.push(signV4Algorithm),L.push((0,_helpers$6.makeDateLong)(t)),L.push(k),L.push($),L.join(` -`)}function postPresignSignatureV4(e,t,y,n){if(!(0,_helpers$6.isString)(e))throw new TypeError('region should be of type "string"');if(!(0,_helpers$6.isObject)(t))throw new TypeError('date should be of type "object"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');if(!(0,_helpers$6.isString)(n))throw new TypeError('policyBase64 should be of type "string"');const $=getSigningKey(t,e,y);return _crypto$2.default.createHmac("sha256",$).update(n).digest("hex").toLowerCase()}function signV4(e,t,y,n,$,k="s3"){if(!(0,_helpers$6.isObject)(e))throw new TypeError('request should be of type "object"');if(!(0,_helpers$6.isString)(t))throw new TypeError('accessKey should be of type "string"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');if(!(0,_helpers$6.isString)(n))throw new TypeError('region should be of type "string"');if(!t)throw new errors$3.AccessKeyRequiredError("accessKey is required for signing");if(!y)throw new errors$3.SecretKeyRequiredError("secretKey is required for signing");const L=e.headers["x-amz-content-sha256"],j=getSignedHeaders(e.headers),V=getCanonicalRequest(e.method,e.path,e.headers,j,L),z=k||"s3",re=getStringToSign(V,$,n,z),oe=getSigningKey($,n,y,z),ue=getCredential(t,n,$,z),de=_crypto$2.default.createHmac("sha256",oe).update(re).digest("hex").toLowerCase();return`${signV4Algorithm} Credential=${ue}, SignedHeaders=${j.join(";").toLowerCase()}, Signature=${de}`}function signV4ByServiceName(e,t,y,n,$,k="s3"){return signV4(e,t,y,n,$,k)}function presignSignatureV4(e,t,y,n,$,k,L){if(!(0,_helpers$6.isObject)(e))throw new TypeError('request should be of type "object"');if(!(0,_helpers$6.isString)(t))throw new TypeError('accessKey should be of type "string"');if(!(0,_helpers$6.isString)(y))throw new TypeError('secretKey should be of type "string"');if(!(0,_helpers$6.isString)($))throw new TypeError('region should be of type "string"');if(!t)throw new errors$3.AccessKeyRequiredError("accessKey is required for presigning");if(!y)throw new errors$3.SecretKeyRequiredError("secretKey is required for presigning");if(!(0,_helpers$6.isNumber)(L))throw new TypeError('expires should be of type "number"');if(L<1)throw new errors$3.ExpiresParamError("expires param cannot be less than 1 seconds");if(L>604800)throw new errors$3.ExpiresParamError("expires param cannot be greater than 7 days");const j=(0,_helpers$6.makeDateLong)(k),V=getSignedHeaders(e.headers),z=getCredential(t,$,k),re="UNSIGNED-PAYLOAD",oe=[];oe.push(`X-Amz-Algorithm=${signV4Algorithm}`),oe.push(`X-Amz-Credential=${(0,_helpers$6.uriEscape)(z)}`),oe.push(`X-Amz-Date=${j}`),oe.push(`X-Amz-Expires=${L}`),oe.push(`X-Amz-SignedHeaders=${(0,_helpers$6.uriEscape)(V.join(";").toLowerCase())}`),n&&oe.push(`X-Amz-Security-Token=${(0,_helpers$6.uriEscape)(n)}`);const ue=e.path.split("?")[0];let de=e.path.split("?")[1];de?de=de+"&"+oe.join("&"):de=oe.join("&");const _e=ue+"?"+de,Ne=getCanonicalRequest(e.method,_e,e.headers,V,re),Ue=getStringToSign(Ne,k,$),$e=getSigningKey(k,$,y),Ve=_crypto$2.default.createHmac("sha256",$e).update(Ue).digest("hex").toLowerCase();return e.protocol+"//"+e.headers.host+_e+`&X-Amz-Signature=${Ve}`}var objectUploader={},define_process_default$3={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};Object.defineProperty(objectUploader,"__esModule",{value:!0});objectUploader.default=void 0;var _stream$1=streamBrowserify,_crypto$1=_interopRequireDefault$4(require$$2$1),querystring$1=_interopRequireWildcard$4(queryString),_helpers$5=helpers;function _getRequireWildcardCache$4(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$4=function(n){return n?y:t})(e)}function _interopRequireWildcard$4(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$4(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$4(e){return e&&e.__esModule?e:{default:e}}class ObjectUploader extends _stream$1.Transform{constructor(t,y,n,$,k,L){super(),this.emptyStream=!0,this.client=t,this.bucketName=y,this.objectName=n,this.partSize=$,this.metaData=k,this.callback=L,this.partNumber=1,this.oldParts=null,this.etags=[],this.id=null,this.on("error",j=>{L(j)})}_transform(t,y,n){this.emptyStream=!1;let $="PUT",k={"Content-Length":t.length},L="";if(this.client.enableSHA256||(L=_crypto$1.default.createHash("md5").update(t).digest(),k["Content-MD5"]=L.toString("base64")),this.partNumber==1&&t.length{if(oe)return n(oe);let de={etag:(0,_helpers$5.sanitizeETag)(ue.headers.etag),versionId:(0,_helpers$5.getVersionId)(ue.headers)};ue.on("data",()=>{}),define_process_default$3.nextTick(()=>{this.callback(null,de)}),n()});return}if(this.id===null){this.once("ready",()=>{this._transform(t,y,n)}),this.client.findUploadId(this.bucketName,this.objectName,(re,oe)=>{if(re)return this.emit("error",re);if(!oe){this.client.initiateNewMultipartUpload(this.bucketName,this.objectName,this.metaData,(ue,de)=>{if(ue)return n(ue);this.id=de,this.emit("ready")});return}this.id=oe,this.client.listParts(this.bucketName,this.objectName,oe,(ue,de)=>{if(ue)return this.emit("error",ue);de||(de=[]),this.oldParts=de.reduce(function(_e,Ne){return _e[Ne.part]||(_e[Ne.part]=Ne),_e},{}),this.emit("ready")})});return}let j=this.partNumber++;if(this.oldParts){let re=this.oldParts[j];if(L||(L=_crypto$1.default.createHash("md5").update(t).digest()),re&&L.toString("hex")===re.etag){this.etags.push({part:j,etag:re.etag}),n();return}}let V=querystring$1.stringify({partNumber:j,uploadId:this.id}),z={method:$,query:V,headers:k,bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(z,t,[200],"",!0,(re,oe)=>{if(re)return n(re);let ue=oe.headers.etag;ue&&(ue=ue.replace(/^"/,"").replace(/"$/,"")),this.etags.push({part:j,etag:ue}),oe.on("data",()=>{}),n()})}_flush(t){if(this.emptyStream){let y="PUT",n=Object.assign({},this.metaData,{"Content-Length":0}),$={method:y,headers:n,query:"",bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest($,"",[200],"",!0,(k,L)=>{if(k)return t(k);let j={etag:(0,_helpers$5.sanitizeETag)(L.headers.etag),versionId:(0,_helpers$5.getVersionId)(L.headers)};L.on("data",()=>{}),define_process_default$3.nextTick(()=>{this.callback(null,j)}),t()});return}this.id!==null&&this.client.completeMultipartUpload(this.bucketName,this.objectName,this.id,this.etags,(y,n)=>{if(y)return t(y);define_process_default$3.nextTick(()=>{this.callback(null,n)}),t()})}}objectUploader.default=ObjectUploader;var transformers$2={},xmlParsers$1={},Buffer$1=buffer$1.Buffer,CRC_TABLE=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];typeof Int32Array<"u"&&(CRC_TABLE=new Int32Array(CRC_TABLE));function ensureBuffer(e){if(Buffer$1.isBuffer(e))return e;var t=typeof Buffer$1.alloc=="function"&&typeof Buffer$1.from=="function";if(typeof e=="number")return t?Buffer$1.alloc(e):new Buffer$1(e);if(typeof e=="string")return t?Buffer$1.from(e):new Buffer$1(e);throw new Error("input must be buffer, number, or string, received "+typeof e)}function bufferizeInt(e){var t=ensureBuffer(4);return t.writeInt32BE(e,0),t}function _crc32(e,t){e=ensureBuffer(e),Buffer$1.isBuffer(t)&&(t=t.readUInt32BE(0));for(var y=~~t^-1,n=0;n>>8;return y^-1}function crc32$1(){return bufferizeInt(_crc32.apply(null,arguments))}crc32$1.signed=function(){return _crc32.apply(null,arguments)};crc32$1.unsigned=function(){return _crc32.apply(null,arguments)>>>0};var bufferCrc32=crc32$1;Object.defineProperty(xmlParsers$1,"__esModule",{value:!0});xmlParsers$1.parseBucketEncryptionConfig=parseBucketEncryptionConfig;xmlParsers$1.parseBucketNotification=parseBucketNotification;xmlParsers$1.parseBucketRegion=parseBucketRegion;xmlParsers$1.parseBucketVersioningConfig=parseBucketVersioningConfig;xmlParsers$1.parseCompleteMultipart=parseCompleteMultipart;xmlParsers$1.parseCopyObject=parseCopyObject;xmlParsers$1.parseError=parseError;xmlParsers$1.parseInitiateMultipart=parseInitiateMultipart;xmlParsers$1.parseLifecycleConfig=parseLifecycleConfig;xmlParsers$1.parseListBucket=parseListBucket;xmlParsers$1.parseListMultipart=parseListMultipart;xmlParsers$1.parseListObjects=parseListObjects;xmlParsers$1.parseListObjectsV2=parseListObjectsV2;xmlParsers$1.parseListObjectsV2WithMetadata=parseListObjectsV2WithMetadata;xmlParsers$1.parseListParts=parseListParts;xmlParsers$1.parseObjectLegalHoldConfig=parseObjectLegalHoldConfig;xmlParsers$1.parseObjectLockConfig=parseObjectLockConfig;xmlParsers$1.parseObjectRetentionConfig=parseObjectRetentionConfig;xmlParsers$1.parseReplicationConfig=parseReplicationConfig;xmlParsers$1.parseSelectObjectContentResponse=parseSelectObjectContentResponse;xmlParsers$1.parseTagging=parseTagging;xmlParsers$1.removeObjectsParser=removeObjectsParser;xmlParsers$1.uploadPartParser=uploadPartParser;var _lodash=_interopRequireDefault$3(lodashExports),errors$2=_interopRequireWildcard$3(errors$5),_helpers$4=helpers;function _getRequireWildcardCache$3(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$3=function(n){return n?y:t})(e)}function _interopRequireWildcard$3(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$3(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$3(e){return e&&e.__esModule?e:{default:e}}const{XMLParser}=fxp$2,fxp=new XMLParser;var crc32=bufferCrc32;function parseError(e,t){var y={},n=fxp.parse(e);n.Error&&(y=n.Error);var $=new errors$2.S3Error;return _lodash.default.each(y,(k,L)=>{$[L.toLowerCase()]=k}),_lodash.default.each(t,(k,L)=>{$[L]=k}),$}function parseCopyObject(e){var t={etag:"",lastModified:""},y=(0,_helpers$4.parseXml)(e);if(!y.CopyObjectResult)throw new errors$2.InvalidXMLError('Missing tag: "CopyObjectResult"');return y=y.CopyObjectResult,y.ETag&&(t.etag=y.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/g,"")),y.LastModified&&(t.lastModified=new Date(y.LastModified)),t}function parseListMultipart(e){var t={uploads:[],prefixes:[],isTruncated:!1},y=(0,_helpers$4.parseXml)(e);if(!y.ListMultipartUploadsResult)throw new errors$2.InvalidXMLError('Missing tag: "ListMultipartUploadsResult"');return y=y.ListMultipartUploadsResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextKeyMarker&&(t.nextKeyMarker=y.NextKeyMarker),y.NextUploadIdMarker&&(t.nextUploadIdMarker=y.nextUploadIdMarker),y.CommonPrefixes&&(0,_helpers$4.toArray)(y.CommonPrefixes).forEach(n=>{t.prefixes.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Prefix)[0])})}),y.Upload&&(0,_helpers$4.toArray)(y.Upload).forEach(n=>{var $=n.Key,k=n.UploadId,L={id:n.Initiator.ID,displayName:n.Initiator.DisplayName},j={id:n.Owner.ID,displayName:n.Owner.DisplayName},V=n.StorageClass,z=new Date(n.Initiated);t.uploads.push({key:$,uploadId:k,initiator:L,owner:j,storageClass:V,initiated:z})}),t}function parseListBucket(e){var t=[],y=(0,_helpers$4.parseXml)(e);if(!y.ListAllMyBucketsResult)throw new errors$2.InvalidXMLError('Missing tag: "ListAllMyBucketsResult"');return y=y.ListAllMyBucketsResult,y.Buckets&&y.Buckets.Bucket&&(0,_helpers$4.toArray)(y.Buckets.Bucket).forEach(n=>{var $=n.Name,k=new Date(n.CreationDate);t.push({name:$,creationDate:k})}),t}function parseBucketNotification(e){var t={TopicConfiguration:[],QueueConfiguration:[],CloudFunctionConfiguration:[]},y=function(k){var L=[];return k&&(0,_helpers$4.toArray)(k).forEach(j=>{L.push(j)}),L},n=function(k){var L=[];return k&&(k=(0,_helpers$4.toArray)(k),k[0].S3Key&&(k[0].S3Key=(0,_helpers$4.toArray)(k[0].S3Key),k[0].S3Key[0].FilterRule&&(0,_helpers$4.toArray)(k[0].S3Key[0].FilterRule).forEach(j=>{var V=(0,_helpers$4.toArray)(j.Name)[0],z=(0,_helpers$4.toArray)(j.Value)[0];L.push({Name:V,Value:z})}))),L},$=(0,_helpers$4.parseXml)(e);return $=$.NotificationConfiguration,$.TopicConfiguration&&(0,_helpers$4.toArray)($.TopicConfiguration).forEach(k=>{var L=(0,_helpers$4.toArray)(k.Id)[0],j=(0,_helpers$4.toArray)(k.Topic)[0],V=y(k.Event),z=n(k.Filter);t.TopicConfiguration.push({Id:L,Topic:j,Event:V,Filter:z})}),$.QueueConfiguration&&(0,_helpers$4.toArray)($.QueueConfiguration).forEach(k=>{var L=(0,_helpers$4.toArray)(k.Id)[0],j=(0,_helpers$4.toArray)(k.Queue)[0],V=y(k.Event),z=n(k.Filter);t.QueueConfiguration.push({Id:L,Queue:j,Event:V,Filter:z})}),$.CloudFunctionConfiguration&&(0,_helpers$4.toArray)($.CloudFunctionConfiguration).forEach(k=>{var L=(0,_helpers$4.toArray)(k.Id)[0],j=(0,_helpers$4.toArray)(k.CloudFunction)[0],V=y(k.Event),z=n(k.Filter);t.CloudFunctionConfiguration.push({Id:L,CloudFunction:j,Event:V,Filter:z})}),t}function parseBucketRegion(e){return(0,_helpers$4.parseXml)(e).LocationConstraint}function parseListParts(e){var t=(0,_helpers$4.parseXml)(e),y={isTruncated:!1,parts:[],marker:void 0};if(!t.ListPartsResult)throw new errors$2.InvalidXMLError('Missing tag: "ListPartsResult"');return t=t.ListPartsResult,t.IsTruncated&&(y.isTruncated=t.IsTruncated),t.NextPartNumberMarker&&(y.marker=+(0,_helpers$4.toArray)(t.NextPartNumberMarker)[0]),t.Part&&(0,_helpers$4.toArray)(t.Part).forEach(n=>{var $=+(0,_helpers$4.toArray)(n.PartNumber)[0],k=new Date(n.LastModified),L=n.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/g,"");y.parts.push({part:$,lastModified:k,etag:L})}),y}function parseInitiateMultipart(e){var t=(0,_helpers$4.parseXml)(e);if(!t.InitiateMultipartUploadResult)throw new errors$2.InvalidXMLError('Missing tag: "InitiateMultipartUploadResult"');if(t=t.InitiateMultipartUploadResult,t.UploadId)return t.UploadId;throw new errors$2.InvalidXMLError('Missing tag: "UploadId"')}function parseCompleteMultipart(e){var t=(0,_helpers$4.parseXml)(e).CompleteMultipartUploadResult;if(t.Location){var y=(0,_helpers$4.toArray)(t.Location)[0],n=(0,_helpers$4.toArray)(t.Bucket)[0],$=t.Key,k=t.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/g,"");return{location:y,bucket:n,key:$,etag:k}}if(t.Code&&t.Message){var L=(0,_helpers$4.toArray)(t.Code)[0],j=(0,_helpers$4.toArray)(t.Message)[0];return{errCode:L,errMessage:j}}}const formatObjInfo=(e,t={})=>{let{Key:y,LastModified:n,ETag:$,Size:k,VersionId:L,IsLatest:j}=e;(0,_helpers$4.isObject)(t)||(t={});const V=(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(y)[0]),z=new Date((0,_helpers$4.toArray)(n)[0]),re=(0,_helpers$4.sanitizeETag)((0,_helpers$4.toArray)($)[0]);return{name:V,lastModified:z,etag:re,size:k,versionId:L,isLatest:j,isDeleteMarker:t.IsDeleteMarker?t.IsDeleteMarker:!1}};function parseListObjects(e){var t={objects:[],isTruncated:!1};let y=!1,n,$;const k=(0,_helpers$4.parseXml)(e),L=z=>{z&&(0,_helpers$4.toArray)(z).forEach(re=>{t.objects.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(re.Prefix)[0]),size:0})})},j=k.ListBucketResult,V=k.ListVersionsResult;return j&&(j.IsTruncated&&(y=j.IsTruncated),j.Contents&&(0,_helpers$4.toArray)(j.Contents).forEach(z=>{const re=(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(z.Key)[0]),oe=new Date((0,_helpers$4.toArray)(z.LastModified)[0]),ue=(0,_helpers$4.sanitizeETag)((0,_helpers$4.toArray)(z.ETag)[0]),de=z.Size;t.objects.push({name:re,lastModified:oe,etag:ue,size:de})}),j.NextMarker&&(n=j.NextMarker),L(j.CommonPrefixes)),V&&(V.IsTruncated&&(y=V.IsTruncated),V.Version&&(0,_helpers$4.toArray)(V.Version).forEach(z=>{t.objects.push(formatObjInfo(z))}),V.DeleteMarker&&(0,_helpers$4.toArray)(V.DeleteMarker).forEach(z=>{t.objects.push(formatObjInfo(z,{IsDeleteMarker:!0}))}),V.NextKeyMarker&&($=V.NextKeyMarker),V.NextVersionIdMarker&&(t.versionIdMarker=V.NextVersionIdMarker),L(V.CommonPrefixes)),t.isTruncated=y,y&&(t.nextMarker=$||n),t}function parseListObjectsV2(e){var t={objects:[],isTruncated:!1},y=(0,_helpers$4.parseXml)(e);if(!y.ListBucketResult)throw new errors$2.InvalidXMLError('Missing tag: "ListBucketResult"');return y=y.ListBucketResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextContinuationToken&&(t.nextContinuationToken=y.NextContinuationToken),y.Contents&&(0,_helpers$4.toArray)(y.Contents).forEach(n=>{var $=(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Key)[0]),k=new Date(n.LastModified),L=(0,_helpers$4.sanitizeETag)(n.ETag),j=n.Size;t.objects.push({name:$,lastModified:k,etag:L,size:j})}),y.CommonPrefixes&&(0,_helpers$4.toArray)(y.CommonPrefixes).forEach(n=>{t.objects.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Prefix)[0]),size:0})}),t}function parseListObjectsV2WithMetadata(e){var t={objects:[],isTruncated:!1},y=(0,_helpers$4.parseXml)(e);if(!y.ListBucketResult)throw new errors$2.InvalidXMLError('Missing tag: "ListBucketResult"');return y=y.ListBucketResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextContinuationToken&&(t.nextContinuationToken=y.NextContinuationToken),y.Contents&&(0,_helpers$4.toArray)(y.Contents).forEach(n=>{var $=(0,_helpers$4.sanitizeObjectKey)(n.Key),k=new Date(n.LastModified),L=(0,_helpers$4.sanitizeETag)(n.ETag),j=n.Size,V;n.UserMetadata!=null?V=(0,_helpers$4.toArray)(n.UserMetadata)[0]:V=null,t.objects.push({name:$,lastModified:k,etag:L,size:j,metadata:V})}),y.CommonPrefixes&&(0,_helpers$4.toArray)(y.CommonPrefixes).forEach(n=>{t.objects.push({prefix:(0,_helpers$4.sanitizeObjectKey)((0,_helpers$4.toArray)(n.Prefix)[0]),size:0})}),t}function parseBucketVersioningConfig(e){var t=(0,_helpers$4.parseXml)(e);return t.VersioningConfiguration}function parseTagging(e){const t=(0,_helpers$4.parseXml)(e);let y=[];if(t.Tagging&&t.Tagging.TagSet&&t.Tagging.TagSet.Tag){const n=t.Tagging.TagSet.Tag;(0,_helpers$4.isObject)(n)?y.push(n):y=n}return y}function parseLifecycleConfig(e){return(0,_helpers$4.parseXml)(e).LifecycleConfiguration}function parseObjectLockConfig(e){const t=(0,_helpers$4.parseXml)(e);let y={};if(t.ObjectLockConfiguration){y={objectLockEnabled:t.ObjectLockConfiguration.ObjectLockEnabled};let n;if(t.ObjectLockConfiguration&&t.ObjectLockConfiguration.Rule&&t.ObjectLockConfiguration.Rule.DefaultRetention&&(n=t.ObjectLockConfiguration.Rule.DefaultRetention||{},y.mode=n.Mode),n){const $=n.Years;$?(y.validity=$,y.unit=_helpers$4.RETENTION_VALIDITY_UNITS.YEARS):(y.validity=n.Days,y.unit=_helpers$4.RETENTION_VALIDITY_UNITS.DAYS)}return y}}function parseObjectRetentionConfig(e){const y=(0,_helpers$4.parseXml)(e).Retention;return{mode:y.Mode,retainUntilDate:y.RetainUntilDate}}function parseBucketEncryptionConfig(e){return(0,_helpers$4.parseXml)(e)}function parseReplicationConfig(e){const t=(0,_helpers$4.parseXml)(e);return{ReplicationConfiguration:{role:t.ReplicationConfiguration.Role,rules:(0,_helpers$4.toArray)(t.ReplicationConfiguration.Rule)}}}function parseObjectLegalHoldConfig(e){return(0,_helpers$4.parseXml)(e).LegalHold}function uploadPartParser(e){return(0,_helpers$4.parseXml)(e).CopyPartResult}function removeObjectsParser(e){const t=(0,_helpers$4.parseXml)(e);return t.DeleteResult&&t.DeleteResult.Error?(0,_helpers$4.toArray)(t.DeleteResult.Error):[]}function parseSelectObjectContentResponse(e){function t(k){const L=Buffer$F.from(k.read(1)).readUInt8(),V=(Buffer$F.from(k.read(L)).toString()||"").split(":");return V.length>=1?V[1]:""}function y(k){const L=Buffer$F.from(k.read(2)).readUInt16BE();return Buffer$F.from(k.read(L)).toString()}const n=new _helpers$4.SelectResults({}),$=(0,_helpers$4.readableStream)(e);for(;$._readableState.length;){let k;const L=Buffer$F.from($.read(4));k=crc32(L);const j=Buffer$F.from($.read(4));k=crc32(j,k);const V=k.readInt32BE(),z=Buffer$F.from($.read(4));k=crc32(z,k);const re=L.readInt32BE(),oe=j.readInt32BE(),ue=z.readInt32BE();if(ue!==V)throw new Error(`Header Checksum Mismatch, Prelude CRC of ${ue} does not equal expected CRC of ${V}`);const de={};if(oe>0){const $e=Buffer$F.from($.read(oe));k=crc32($e,k);const Ve=(0,_helpers$4.readableStream)($e);for(;Ve._readableState.length;){let Fe=t(Ve);Ve.read(1),de[Fe]=y(Ve)}}let _e;const Ne=re-oe-16;if(Ne>0){const $e=Buffer$F.from($.read(Ne));k=crc32($e,k);const Ve=Buffer$F.from($.read(4)).readInt32BE(),Fe=k.readInt32BE();if(Ve!==Fe)throw new Error(`Message Checksum Mismatch, Message CRC of ${Ve} does not equal expected CRC of ${Fe}`);_e=(0,_helpers$4.readableStream)($e)}const Ue=de["message-type"];switch(Ue){case"error":{const $e=de["error-code"]+':"'+de["error-message"]+'"';throw new Error($e)}case"event":{const $e=de["content-type"];switch(de["event-type"]){case"End":return n.setResponse(e),n;case"Records":{const Fe=_e.read(Ne);n.setRecords(Fe);break}case"Progress":switch($e){case"text/xml":{const Fe=_e.read(Ne);n.setProgress(Fe.toString());break}default:{const Fe=`Unexpected content-type ${$e} sent for event-type Progress`;throw new Error(Fe)}}break;case"Stats":switch($e){case"text/xml":{const Fe=_e.read(Ne);n.setStats(Fe.toString());break}default:{const Fe=`Unexpected content-type ${$e} sent for event-type Stats`;throw new Error(Fe)}}break;default:{const Fe=`Un implemented event detected ${Ue}.`;console.warn(Fe)}}}}}}var through2$1={exports:{}},define_process_default$2={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},Transform=readableBrowserExports$1.Transform,inherits$1=inherits_browserExports;function DestroyableTransform(e){Transform.call(this,e),this._destroyed=!1}inherits$1(DestroyableTransform,Transform);DestroyableTransform.prototype.destroy=function(e){if(!this._destroyed){this._destroyed=!0;var t=this;define_process_default$2.nextTick(function(){e&&t.emit("error",e),t.emit("close")})}};function noop$1(e,t,y){y(null,e)}function through2(e){return function(t,y,n){return typeof t=="function"&&(n=y,y=t,t={}),typeof y!="function"&&(y=noop$1),typeof n!="function"&&(n=null),e(t,y,n)}}through2$1.exports=through2(function(e,t,y){var n=new DestroyableTransform(e);return n._transform=t,y&&(n._flush=y),n});through2$1.exports.ctor=through2(function(e,t,y){function n($){if(!(this instanceof n))return new n($);this.options=Object.assign({},e,$),DestroyableTransform.call(this,this.options)}return inherits$1(n,DestroyableTransform),n.prototype._transform=t,y&&(n.prototype._flush=y),n});through2$1.exports.obj=through2(function(e,t,y){var n=new DestroyableTransform(Object.assign({objectMode:!0,highWaterMark:16},e));return n._transform=t,y&&(n._flush=y),n});var through2Exports=through2$1.exports,jsonStream={exports:{}},util=util$8,TransformStream=streamBrowserify.Transform;jsonStream.exports=function(e){return new JSONStream(e)};var JSONStream=jsonStream.exports.JSONStream=function(e){e=e||{},TransformStream.call(this,e),this._writableState.objectMode=!1,this._readableState.objectMode=!0,this._async=e.async||!1};util.inherits(JSONStream,TransformStream);JSONStream.prototype._transform=function(e,t,y){Buffer$F.isBuffer(e)||(e=new Buffer$F(e)),this._buffer&&(e=Buffer$F.concat([this._buffer,e]));for(var n=0,$=0;++n<=e.length;)if(e[n]===10||n===e.length){var k;try{k=JSON.parse(e.slice($,n))}catch{}k&&(this.push(k),k=null),e[n]===10&&($=++n)}return this._buffer=e.slice($),this._async?void setImmediate(y):void y()};var jsonStreamExports=jsonStream.exports;Object.defineProperty(transformers$2,"__esModule",{value:!0});transformers$2.bucketEncryptionTransformer=bucketEncryptionTransformer;transformers$2.bucketVersioningTransformer=bucketVersioningTransformer;transformers$2.getBucketNotificationTransformer=getBucketNotificationTransformer;transformers$2.getBucketRegionTransformer=getBucketRegionTransformer;transformers$2.getCompleteMultipartTransformer=getCompleteMultipartTransformer;transformers$2.getConcater=getConcater;transformers$2.getCopyObjectTransformer=getCopyObjectTransformer;transformers$2.getErrorTransformer=getErrorTransformer;transformers$2.getHashSummer=getHashSummer;transformers$2.getInitiateMultipartTransformer=getInitiateMultipartTransformer;transformers$2.getListBucketTransformer=getListBucketTransformer;transformers$2.getListMultipartTransformer=getListMultipartTransformer;transformers$2.getListObjectsTransformer=getListObjectsTransformer;transformers$2.getListObjectsV2Transformer=getListObjectsV2Transformer;transformers$2.getListObjectsV2WithMetadataTransformer=getListObjectsV2WithMetadataTransformer;transformers$2.getListPartsTransformer=getListPartsTransformer;transformers$2.getNotificationTransformer=getNotificationTransformer;transformers$2.getTagsTransformer=getTagsTransformer;transformers$2.lifecycleTransformer=lifecycleTransformer;transformers$2.objectLegalHoldTransformer=objectLegalHoldTransformer;transformers$2.objectLockTransformer=objectLockTransformer;transformers$2.objectRetentionTransformer=objectRetentionTransformer;transformers$2.removeObjectsTransformer=removeObjectsTransformer;transformers$2.replicationConfigTransformer=replicationConfigTransformer;transformers$2.selectObjectContentTransformer=selectObjectContentTransformer;transformers$2.uploadPartTransformer=uploadPartTransformer;var xmlParsers=_interopRequireWildcard$2(xmlParsers$1),_=_interopRequireWildcard$2(lodashExports),_through=_interopRequireDefault$2(through2Exports),_crypto=_interopRequireDefault$2(require$$2$1),_jsonStream=_interopRequireDefault$2(jsonStreamExports),_helpers$3=helpers,errors$1=_interopRequireWildcard$2(errors$5);function _interopRequireDefault$2(e){return e&&e.__esModule?e:{default:e}}function _getRequireWildcardCache$2(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$2=function(n){return n?y:t})(e)}function _interopRequireWildcard$2(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$2(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function getConcater(e,t){var y=!1,n=[];if(e&&!(0,_helpers$3.isFunction)(e))throw new TypeError('parser should be of type "function"');return e&&(y=!0),(0,_through.default)({objectMode:y},function($,k,L){n.push($),L()},function($){if(t){$(e(Buffer$F.concat(n).toString())),this.push(null);return}n.length&&(e?this.push(e(Buffer$F.concat(n).toString())):this.push(Buffer$F.concat(n))),$()})}function getErrorTransformer(e){var t=e.statusCode,y,n;t===301?(y="MovedPermanently",n="Moved Permanently"):t===307?(y="TemporaryRedirect",n="Are you using the correct endpoint URL?"):t===403?(y="AccessDenied",n="Valid and authorized credentials required"):t===404?(y="NotFound",n="Not Found"):t===405||t===501?(y="MethodNotAllowed",n="Method Not Allowed"):(y="UnknownError",n=`${t}`);var $={};return $.amzRequestid=e.headersSent?e.getHeader("x-amz-request-id"):null,$.amzId2=e.headersSent?e.getHeader("x-amz-id-2"):null,$.amzBucketRegion=e.headersSent?e.getHeader("x-amz-bucket-region"):null,getConcater(k=>{let L=()=>{var V=new errors$1.S3Error(n);return V.code=y,_.each($,(z,re)=>{V[re]=z}),V};if(!k)return L();let j;try{j=xmlParsers.parseError(k,$)}catch{return L()}return j},!0)}function getHashSummer(e){var t=_crypto.default.createHash("md5"),y=_crypto.default.createHash("sha256");return _through.default.obj(function(n,$,k){e?y.update(n):t.update(n),k()},function(n){var $="",k="";e?k=y.digest("hex"):$=t.digest("base64");var L={md5sum:$,sha256sum:k};this.push(L),this.push(null),n()})}function getCopyObjectTransformer(){return getConcater(xmlParsers.parseCopyObject)}function getListBucketTransformer(){return getConcater(xmlParsers.parseListBucket)}function getListMultipartTransformer(){return getConcater(xmlParsers.parseListMultipart)}function getListPartsTransformer(){return getConcater(xmlParsers.parseListParts)}function getInitiateMultipartTransformer(){return getConcater(xmlParsers.parseInitiateMultipart)}function getListObjectsTransformer(){return getConcater(xmlParsers.parseListObjects)}function getListObjectsV2Transformer(){return getConcater(xmlParsers.parseListObjectsV2)}function getListObjectsV2WithMetadataTransformer(){return getConcater(xmlParsers.parseListObjectsV2WithMetadata)}function getCompleteMultipartTransformer(){return getConcater(xmlParsers.parseCompleteMultipart)}function getBucketRegionTransformer(){return getConcater(xmlParsers.parseBucketRegion)}function getBucketNotificationTransformer(){return getConcater(xmlParsers.parseBucketNotification)}function getNotificationTransformer(){return new _jsonStream.default}function bucketVersioningTransformer(){return getConcater(xmlParsers.parseBucketVersioningConfig)}function getTagsTransformer(){return getConcater(xmlParsers.parseTagging)}function lifecycleTransformer(){return getConcater(xmlParsers.parseLifecycleConfig)}function objectLockTransformer(){return getConcater(xmlParsers.parseObjectLockConfig)}function objectRetentionTransformer(){return getConcater(xmlParsers.parseObjectRetentionConfig)}function bucketEncryptionTransformer(){return getConcater(xmlParsers.parseBucketEncryptionConfig)}function replicationConfigTransformer(){return getConcater(xmlParsers.parseReplicationConfig)}function objectLegalHoldTransformer(){return getConcater(xmlParsers.parseObjectLegalHoldConfig)}function uploadPartTransformer(){return getConcater(xmlParsers.uploadPartParser)}function selectObjectContentTransformer(){return getConcater()}function removeObjectsTransformer(){return getConcater(xmlParsers.removeObjectsParser)}var s3Endpoints={};Object.defineProperty(s3Endpoints,"__esModule",{value:!0});s3Endpoints.getS3Endpoint=getS3Endpoint;var _helpers$2=helpers;let awsS3Endpoint={"us-east-1":"s3.amazonaws.com","us-east-2":"s3-us-east-2.amazonaws.com","us-west-1":"s3-us-west-1.amazonaws.com","us-west-2":"s3-us-west-2.amazonaws.com","ca-central-1":"s3.ca-central-1.amazonaws.com","eu-west-1":"s3-eu-west-1.amazonaws.com","eu-west-2":"s3-eu-west-2.amazonaws.com","sa-east-1":"s3-sa-east-1.amazonaws.com","eu-central-1":"s3-eu-central-1.amazonaws.com","ap-south-1":"s3-ap-south-1.amazonaws.com","ap-southeast-1":"s3-ap-southeast-1.amazonaws.com","ap-southeast-2":"s3-ap-southeast-2.amazonaws.com","ap-northeast-1":"s3-ap-northeast-1.amazonaws.com","cn-north-1":"s3.cn-north-1.amazonaws.com.cn","ap-east-1":"s3.ap-east-1.amazonaws.com"};function getS3Endpoint(e){if(!(0,_helpers$2.isString)(e))throw new TypeError(`Invalid region: ${e}`);var t=awsS3Endpoint[e];return t||"s3.amazonaws.com"}var notification={},define_process_default$1={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};Object.defineProperty(notification,"__esModule",{value:!0});notification.buildARN=notification.TopicConfig=notification.QueueConfig=notification.ObjectRemovedDeleteMarkerCreated=notification.ObjectRemovedDelete=notification.ObjectRemovedAll=notification.ObjectReducedRedundancyLostObject=notification.ObjectCreatedPut=notification.ObjectCreatedPost=notification.ObjectCreatedCopy=notification.ObjectCreatedCompleteMultipartUpload=notification.ObjectCreatedAll=notification.NotificationPoller=notification.NotificationConfig=notification.CloudFunctionConfig=void 0;var _events=eventsExports,transformers$1=_interopRequireWildcard$1(transformers$2),_helpers$1=helpers;function _getRequireWildcardCache$1(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache$1=function(n){return n?y:t})(e)}function _interopRequireWildcard$1(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache$1(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}class NotificationConfig{add(t){let y="";t instanceof TopicConfig&&(y="TopicConfiguration"),t instanceof QueueConfig&&(y="QueueConfiguration"),t instanceof CloudFunctionConfig&&(y="CloudFunctionConfiguration"),this[y]||(this[y]=[]),this[y].push(t)}}notification.NotificationConfig=NotificationConfig;class TargetConfig{setId(t){this.Id=t}addEvent(t){this.Event||(this.Event=[]),this.Event.push(t)}addFilterSuffix(t){this.Filter||(this.Filter={S3Key:{FilterRule:[]}}),this.Filter.S3Key.FilterRule.push({Name:"suffix",Value:t})}addFilterPrefix(t){this.Filter||(this.Filter={S3Key:{FilterRule:[]}}),this.Filter.S3Key.FilterRule.push({Name:"prefix",Value:t})}}class TopicConfig extends TargetConfig{constructor(t){super(),this.Topic=t}}notification.TopicConfig=TopicConfig;class QueueConfig extends TargetConfig{constructor(t){super(),this.Queue=t}}notification.QueueConfig=QueueConfig;class CloudFunctionConfig extends TargetConfig{constructor(t){super(),this.CloudFunction=t}}notification.CloudFunctionConfig=CloudFunctionConfig;const buildARN=(e,t,y,n,$)=>"arn:"+e+":"+t+":"+y+":"+n+":"+$;notification.buildARN=buildARN;const ObjectCreatedAll="s3:ObjectCreated:*";notification.ObjectCreatedAll=ObjectCreatedAll;const ObjectCreatedPut="s3:ObjectCreated:Put";notification.ObjectCreatedPut=ObjectCreatedPut;const ObjectCreatedPost="s3:ObjectCreated:Post";notification.ObjectCreatedPost=ObjectCreatedPost;const ObjectCreatedCopy="s3:ObjectCreated:Copy";notification.ObjectCreatedCopy=ObjectCreatedCopy;const ObjectCreatedCompleteMultipartUpload="s3:ObjectCreated:CompleteMultipartUpload";notification.ObjectCreatedCompleteMultipartUpload=ObjectCreatedCompleteMultipartUpload;const ObjectRemovedAll="s3:ObjectRemoved:*";notification.ObjectRemovedAll=ObjectRemovedAll;const ObjectRemovedDelete="s3:ObjectRemoved:Delete";notification.ObjectRemovedDelete=ObjectRemovedDelete;const ObjectRemovedDeleteMarkerCreated="s3:ObjectRemoved:DeleteMarkerCreated";notification.ObjectRemovedDeleteMarkerCreated=ObjectRemovedDeleteMarkerCreated;const ObjectReducedRedundancyLostObject="s3:ReducedRedundancyLostObject";notification.ObjectReducedRedundancyLostObject=ObjectReducedRedundancyLostObject;class NotificationPoller extends _events.EventEmitter{constructor(t,y,n,$,k){super(),this.client=t,this.bucketName=y,this.prefix=n,this.suffix=$,this.events=k,this.ending=!1}start(){this.ending=!1,define_process_default$1.nextTick(()=>{this.checkForChanges()})}stop(){this.ending=!0}checkForChanges(){if(this.ending)return;let t="GET";var y=[];if(this.prefix){var n=(0,_helpers$1.uriEscape)(this.prefix);y.push(`prefix=${n}`)}if(this.suffix){var $=(0,_helpers$1.uriEscape)(this.suffix);y.push(`suffix=${$}`)}this.events&&this.events.forEach(j=>y.push("events="+(0,_helpers$1.uriEscape)(j))),y.sort();var k="";y.length>0&&(k=`${y.join("&")}`);const L=this.client.region||_helpers$1.DEFAULT_REGION;this.client.makeRequest({method:t,bucketName:this.bucketName,query:k},"",[200],L,!0,(j,V)=>{if(j)return this.emit("error",j);let z=transformers$1.getNotificationTransformer();(0,_helpers$1.pipesetup)(V,z).on("data",re=>{let oe=re.Records;oe||(oe=[]),oe.forEach(ue=>{this.emit("notification",ue)}),this.ending&&V.destroy()}).on("error",re=>this.emit("error",re)).on("end",()=>{define_process_default$1.nextTick(()=>{this.checkForChanges()})})})}}notification.NotificationPoller=NotificationPoller;var extensions$1={};Object.defineProperty(extensions$1,"__esModule",{value:!0});extensions$1.default=void 0;var _stream=_interopRequireDefault$1(streamBrowserify),transformers=_interopRequireWildcard(transformers$2),errors=_interopRequireWildcard(errors$5),_helpers=helpers;function _getRequireWildcardCache(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,y=new WeakMap;return(_getRequireWildcardCache=function(n){return n?y:t})(e)}function _interopRequireWildcard(e,t){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var y=_getRequireWildcardCache(t);if(y&&y.has(e))return y.get(e);var n={},$=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var k in e)if(k!=="default"&&Object.prototype.hasOwnProperty.call(e,k)){var L=$?Object.getOwnPropertyDescriptor(e,k):null;L&&(L.get||L.set)?Object.defineProperty(n,k,L):n[k]=e[k]}return n.default=e,y&&y.set(e,n),n}function _interopRequireDefault$1(e){return e&&e.__esModule?e:{default:e}}class extensions{constructor(t){this.client=t}listObjectsV2WithMetadata(t,y,n,$){if(y===void 0&&(y=""),n===void 0&&(n=!1),$===void 0&&($=""),!(0,_helpers.isValidBucketName)(t))throw new errors.InvalidBucketNameError("Invalid bucket name: "+t);if(!(0,_helpers.isValidPrefix)(y))throw new errors.InvalidPrefixError(`Invalid prefix : ${y}`);if(!(0,_helpers.isString)(y))throw new TypeError('prefix should be of type "string"');if(!(0,_helpers.isBoolean)(n))throw new TypeError('recursive should be of type "boolean"');if(!(0,_helpers.isString)($))throw new TypeError('startAfter should be of type "string"');var k=n?"":"/",L="",j=[],V=!1,z=_stream.default.Readable({objectMode:!0});return z._read=()=>{if(j.length){z.push(j.shift());return}if(V)return z.push(null);this.listObjectsV2WithMetadataQuery(t,y,L,k,1e3,$).on("error",re=>z.emit("error",re)).on("data",re=>{re.isTruncated?L=re.nextContinuationToken:V=!0,j=re.objects,z._read()})},z}listObjectsV2WithMetadataQuery(t,y,n,$,k,L){if(!(0,_helpers.isValidBucketName)(t))throw new errors.InvalidBucketNameError("Invalid bucket name: "+t);if(!(0,_helpers.isString)(y))throw new TypeError('prefix should be of type "string"');if(!(0,_helpers.isString)(n))throw new TypeError('continuationToken should be of type "string"');if(!(0,_helpers.isString)($))throw new TypeError('delimiter should be of type "string"');if(!(0,_helpers.isNumber)(k))throw new TypeError('maxKeys should be of type "number"');if(!(0,_helpers.isString)(L))throw new TypeError('startAfter should be of type "string"');var j=[];j.push("list-type=2"),j.push("encoding-type=url"),j.push(`prefix=${(0,_helpers.uriEscape)(y)}`),j.push(`delimiter=${(0,_helpers.uriEscape)($)}`),j.push("metadata=true"),n&&(n=(0,_helpers.uriEscape)(n),j.push(`continuation-token=${n}`)),L&&(L=(0,_helpers.uriEscape)(L),j.push(`start-after=${L}`)),k&&(k>=1e3&&(k=1e3),j.push(`max-keys=${k}`)),j.sort();var V="";j.length>0&&(V=`${j.join("&")}`);var z="GET",re=transformers.getListObjectsV2WithMetadataTransformer();return this.client.makeRequest({method:z,bucketName:t,query:V},"",[200],"",!0,(oe,ue)=>{if(oe)return re.emit("error",oe);(0,_helpers.pipesetup)(ue,re)}),re}}extensions$1.default=extensions;var CredentialProvider$1={},Credentials$1={};Object.defineProperty(Credentials$1,"__esModule",{value:!0});Credentials$1.default=void 0;class Credentials{constructor({accessKey:t,secretKey:y,sessionToken:n}){this.accessKey=t,this.secretKey=y,this.sessionToken=n}setAccessKey(t){this.accessKey=t}getAccessKey(){return this.accessKey}setSecretKey(t){this.secretKey=t}getSecretKey(){return this.secretKey}setSessionToken(t){this.sessionToken=t}getSessionToken(){return this.sessionToken}get(){return{accessKey:this.accessKey,secretKey:this.secretKey,sessionToken:this.sessionToken}}}var _default$1=Credentials;Credentials$1.default=_default$1;Object.defineProperty(CredentialProvider$1,"__esModule",{value:!0});CredentialProvider$1.default=void 0;var _Credentials=_interopRequireDefault(Credentials$1);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}class CredentialProvider{constructor({accessKey:t,secretKey:y,sessionToken:n}){this.credentials=new _Credentials.default({accessKey:t,secretKey:y,sessionToken:n})}getCredentials(){return this.credentials.get()}setCredentials(t){if(t instanceof _Credentials.default)this.credentials=t;else throw new Error("Unable to set Credentials . it should be an instance of Credentials class")}setAccessKey(t){this.credentials.setAccessKey(t)}getAccessKey(){return this.credentials.getAccessKey()}setSecretKey(t){this.credentials.setSecretKey(t)}getSecretKey(){return this.credentials.getSecretKey()}setSessionToken(t){this.credentials.setSessionToken(t)}getSessionToken(){return this.credentials.getSessionToken()}}var _default=CredentialProvider;CredentialProvider$1.default=_default;const name="minio",version="7.0.33",description="S3 Compatible Cloud Storage client",main="./dist/main/minio.js",scripts={compile:"gulp compile",test:"gulp test",lint:"gulp lint","lint-fix":"gulp lint --fix",prepublishOnly:"gulp test",functional:"gulp functionalTest",browserify:"gulp browserify",prepare:"npm run compile"},repository={type:"git",url:"git+https://github.com/minio/minio-js.git"},author={name:"MinIO, Inc.",email:"",url:"https://min.io"},engines={node:">8 <=19"},license="Apache-2.0",bugs={url:"https://github.com/minio/minio-js/issues",mail:""},homepage="https://github.com/minio/minio-js#readme",dependencies={async:"^3.1.0","block-stream2":"^2.0.0","browser-or-node":"^1.3.0","buffer-crc32":"^0.2.13","crypto-browserify":"^3.12.0","es6-error":"^4.1.1","fast-xml-parser":"^4.1.3","ipaddr.js":"^2.0.1","json-stream":"^1.0.0",lodash:"^4.17.21","mime-types":"^2.1.14",mkdirp:"^0.5.1","query-string":"^7.1.1",through2:"^3.0.1","web-encoding":"^1.1.5",xml:"^1.0.0",xml2js:"^0.4.15"},devDependencies={"@babel/core":"^7.12.10","@babel/preset-env":"^7.12.10",babelify:"^10.0.0",browserify:"^16.5.2",chai:"^4.2.0",eslint:"^8.9.0",gulp:"^4.0.2","gulp-babel":"^8.0.0","gulp-eslint":"^4.0.2","gulp-if":"^3.0.0","gulp-mocha":"^8.0.0","gulp-sourcemaps":"^2.6.5",mocha:"^9.2.0","mocha-steps":"^1.1.0",nock:"^13.2.2","source-map-support":"^0.5.13","split-file":"^2.2.2",superagent:"^5.1.0",uuid:"^3.3.2"},keywords=["api","amazon","minio","cloud","s3","storage"],require$$24={name,version,description,main,scripts,repository,author,engines,license,bugs,homepage,dependencies,devDependencies,keywords};(function(e){var t={version:"v20.16.0",versions:{node:"20.16.0",acorn:"8.11.3",ada:"2.8.0",ares:"1.31.0",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.2.8",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.16.0/node-v20.16.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.1 node/v20.16.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"584",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:16052",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10440347207",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.16.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_4e0de4ed-82cc-4c91-94ae-e7a19b579d68",INVOCATION_ID:"95ccc7bf703a4b4f84521a219f6b6252",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"372",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 14",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"fc8525348991066b1acccbf770a70001156b38e5",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.16.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_43bdb9c8-c014-4ec1-a68f-5746c0a677c2",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.16.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2016,ppid:2014,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};Object.defineProperty(e,"__esModule",{value:!0});var y={Client:!0,CopyConditions:!0,PostPolicy:!0};e.PostPolicy=e.CopyConditions=e.Client=void 0;var n=pe(require$$0$3),$=pe(require$$2$1),k=pe(require$$2$1),L=pe(streamBrowserify),j=pe(blockStream2),V=pe(xmlExports),z=pe(xml2js),re=pe(require$$7),oe=pe(queryString),ue=pe(mkdirp),de=pe(pathBrowserify),_e=pe(lodashExports),Ne=lib$1,Ue=helpers,$e=signing,Ve=pe(objectUploader),Fe=ie(transformers$2),qe=ie(errors$5),er=s3Endpoints,ir=notification;Object.keys(ir).forEach(function(ur){ur==="default"||ur==="__esModule"||Object.prototype.hasOwnProperty.call(y,ur)||ur in e&&e[ur]===ir[ur]||Object.defineProperty(e,ur,{enumerable:!0,get:function(){return ir[ur]}})});var dr=pe(extensions$1),cr=pe(CredentialProvider$1),nr=xmlParsers$1,lr=helpers;Object.keys(lr).forEach(function(ur){ur==="default"||ur==="__esModule"||Object.prototype.hasOwnProperty.call(y,ur)||ur in e&&e[ur]===lr[ur]||Object.defineProperty(e,ur,{enumerable:!0,get:function(){return lr[ur]}})});function Et(ur){if(typeof WeakMap!="function")return null;var kt=new WeakMap,he=new WeakMap;return(Et=function(tr){return tr?he:kt})(ur)}function ie(ur,kt){if(ur&&ur.__esModule)return ur;if(ur===null||typeof ur!="object"&&typeof ur!="function")return{default:ur};var he=Et(kt);if(he&&he.has(ur))return he.get(ur);var tr={},gr=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var _r in ur)if(_r!=="default"&&Object.prototype.hasOwnProperty.call(ur,_r)){var yr=gr?Object.getOwnPropertyDescriptor(ur,_r):null;yr&&(yr.get||yr.set)?Object.defineProperty(tr,_r,yr):tr[_r]=ur[_r]}return tr.default=ur,he&&he.set(ur,tr),tr}function pe(ur){return ur&&ur.__esModule?ur:{default:ur}}var Ce=require$$24;class Ie{constructor(kt){if(typeof kt.secure<"u")throw new Error('"secure" option deprecated, "useSSL" should be used instead');if(typeof kt.useSSL>"u"&&(kt.useSSL=!0),kt.port||(kt.port=0),!(0,Ue.isValidEndpoint)(kt.endPoint))throw new qe.InvalidEndpointError(`Invalid endPoint : ${kt.endPoint}`);if(!(0,Ue.isValidPort)(kt.port))throw new qe.InvalidArgumentError(`Invalid port : ${kt.port}`);if(!(0,Ue.isBoolean)(kt.useSSL))throw new qe.InvalidArgumentError(`Invalid useSSL flag type : ${kt.useSSL}, expected to be of type "boolean"`);if(kt.region&&!(0,Ue.isString)(kt.region))throw new qe.InvalidArgumentError(`Invalid region : ${kt.region}`);var he=kt.endPoint.toLowerCase(),tr=kt.port,gr="",_r;if(kt.useSSL===!1?(_r=$.default,gr="http:",tr===0&&(tr=80)):(_r=k.default,gr="https:",tr===0&&(tr=443)),kt.transport){if(!(0,Ue.isObject)(kt.transport))throw new qe.InvalidArgumentError('Invalid transport type : ${params.transport}, expected to be type "object"');_r=kt.transport}var yr=`(${t.platform}; ${t.arch})`,xr=`MinIO ${yr} minio-js/${Ce.version}`;if(this.transport=_r,this.host=he,this.port=tr,this.protocol=gr,this.accessKey=kt.accessKey,this.secretKey=kt.secretKey,this.sessionToken=kt.sessionToken,this.userAgent=`${xr}`,kt.pathStyle===void 0?this.pathStyle=!0:this.pathStyle=kt.pathStyle,this.accessKey||(this.accessKey=""),this.secretKey||(this.secretKey=""),this.anonymous=!this.accessKey||!this.secretKey,kt.credentialsProvider&&(this.credentialsProvider=kt.credentialsProvider,this.checkAndRefreshCreds()),this.regionMap={},kt.region&&(this.region=kt.region),this.partSize=64*1024*1024,kt.partSize&&(this.partSize=kt.partSize,this.overRidePartSize=!0),this.partSize<5*1024*1024)throw new qe.InvalidArgumentError("Part size should be greater than 5MB");if(this.partSize>5*1024*1024*1024)throw new qe.InvalidArgumentError("Part size should be less than 5GB");this.maximumPartSize=5*1024*1024*1024,this.maxObjectSize=5*1024*1024*1024*1024,this.enableSHA256=!this.anonymous&&!kt.useSSL,this.s3AccelerateEndpoint=kt.s3AccelerateEndpoint||null,this.reqOptions={}}getAccelerateEndPointIfSet(kt,he){if(!_e.default.isEmpty(this.s3AccelerateEndpoint)&&!_e.default.isEmpty(kt)&&!_e.default.isEmpty(he)){if(kt.indexOf(".")!==-1)throw new Error(`Transfer Acceleration is not supported for non compliant bucket:${kt}`);return this.s3AccelerateEndpoint}return!1}setS3TransferAccelerate(kt){this.s3AccelerateEndpoint=kt}setRequestOptions(kt){if(!(0,Ue.isObject)(kt))throw new TypeError('request options should be of type "object"');this.reqOptions=_e.default.pick(kt,["agent","ca","cert","ciphers","clientCertEngine","crl","dhparam","ecdhCurve","family","honorCipherOrder","key","passphrase","pfx","rejectUnauthorized","secureOptions","secureProtocol","servername","sessionIdContext"])}getRequestOptions(kt){var he=kt.method,tr=kt.region,gr=kt.bucketName,_r=kt.objectName,yr=kt.headers,xr=kt.query,Nr={method:he};Nr.headers={};var Tr;if(gr&&(Tr=(0,Ue.isVirtualHostStyle)(this.host,this.protocol,gr,this.pathStyle)),this.port&&(Nr.port=this.port),Nr.protocol=this.protocol,_r&&(_r=`${(0,Ue.uriResourceEscape)(_r)}`),Nr.path="/",Nr.host=this.host,(0,Ue.isAmazonEndpoint)(Nr.host)){const Sr=this.getAccelerateEndPointIfSet(gr,_r);Sr?Nr.host=`${Sr}`:Nr.host=(0,er.getS3Endpoint)(tr)}return Tr&&!kt.pathStyle?(gr&&(Nr.host=`${gr}.${Nr.host}`),_r&&(Nr.path=`/${_r}`)):(gr&&(Nr.path=`/${gr}`),_r&&(Nr.path=`/${gr}/${_r}`)),xr&&(Nr.path+=`?${xr}`),Nr.headers.host=Nr.host,(Nr.protocol==="http:"&&Nr.port!==80||Nr.protocol==="https:"&&Nr.port!==443)&&(Nr.headers.host=`${Nr.host}:${Nr.port}`),Nr.headers["user-agent"]=this.userAgent,yr&&_e.default.map(yr,(Sr,Ar)=>Nr.headers[Ar.toLowerCase()]=Sr),Nr=Object.assign({},this.reqOptions,Nr),Nr}setAppInfo(kt,he){if(!(0,Ue.isString)(kt))throw new TypeError(`Invalid appName: ${kt}`);if(kt.trim()==="")throw new qe.InvalidArgumentError("Input appName cannot be empty.");if(!(0,Ue.isString)(he))throw new TypeError(`Invalid appVersion: ${he}`);if(he.trim()==="")throw new qe.InvalidArgumentError("Input appVersion cannot be empty.");this.userAgent=`${this.userAgent} ${kt}/${he}`}calculatePartSize(kt){if(!(0,Ue.isNumber)(kt))throw new TypeError('size should be of type "number"');if(kt>this.maxObjectSize)throw new TypeError(`size should not be more than ${this.maxObjectSize}`);if(this.overRidePartSize)return this.partSize;for(var he=this.partSize;;){if(he*1e4>kt)return he;he+=16*1024*1024}}logHTTP(kt,he,tr){if(this.logStream){if(!(0,Ue.isObject)(kt))throw new TypeError('reqOptions should be of type "object"');if(he&&!(0,Ue.isReadableStream)(he))throw new TypeError('response should be of type "Stream"');if(tr&&!(tr instanceof Error))throw new TypeError('err should be of type "Error"');var gr=yr=>{_e.default.forEach(yr,(xr,Nr)=>{if(Nr=="authorization"){var Tr=new RegExp("Signature=([0-9a-f]+)");xr=xr.replace(Tr,"Signature=**REDACTED**")}this.logStream.write(`${Nr}: ${xr} -`)}),this.logStream.write(` -`)};if(this.logStream.write(`REQUEST: ${kt.method} ${kt.path} -`),gr(kt.headers),he&&(this.logStream.write(`RESPONSE: ${he.statusCode} -`),gr(he.headers)),tr){this.logStream.write(`ERROR BODY: -`);var _r=JSON.stringify(tr,null," ");this.logStream.write(`${_r} -`)}}}traceOn(kt){kt||(kt=t.stdout),this.logStream=kt}traceOff(){this.logStream=null}makeRequest(kt,he,tr,gr,_r,yr){if(!(0,Ue.isObject)(kt))throw new TypeError('options should be of type "object"');if(!(0,Ue.isString)(he)&&!(0,Ue.isObject)(he))throw new TypeError('payload should be of type "string" or "Buffer"');if(tr.forEach(Tr=>{if(!(0,Ue.isNumber)(Tr))throw new TypeError('statusCode should be of type "number"')}),!(0,Ue.isString)(gr))throw new TypeError('region should be of type "string"');if(!(0,Ue.isBoolean)(_r))throw new TypeError('returnResponse should be of type "boolean"');if(!(0,Ue.isFunction)(yr))throw new TypeError('callback should be of type "function"');kt.headers||(kt.headers={}),(kt.method==="POST"||kt.method==="PUT"||kt.method==="DELETE")&&(kt.headers["content-length"]=he.length);var xr="";this.enableSHA256&&(xr=(0,Ue.toSha256)(he));var Nr=(0,Ue.readableStream)(he);this.makeRequestStream(kt,Nr,xr,tr,gr,_r,yr)}makeRequestStream(kt,he,tr,gr,_r,yr,xr){if(!(0,Ue.isObject)(kt))throw new TypeError('options should be of type "object"');if(!(0,Ue.isReadableStream)(he))throw new qe.InvalidArgumentError("stream should be a readable Stream");if(!(0,Ue.isString)(tr))throw new TypeError('sha256sum should be of type "string"');if(gr.forEach(Tr=>{if(!(0,Ue.isNumber)(Tr))throw new TypeError('statusCode should be of type "number"')}),!(0,Ue.isString)(_r))throw new TypeError('region should be of type "string"');if(!(0,Ue.isBoolean)(yr))throw new TypeError('returnResponse should be of type "boolean"');if(!(0,Ue.isFunction)(xr))throw new TypeError('callback should be of type "function"');if(!this.enableSHA256&&tr.length!==0)throw new qe.InvalidArgumentError("sha256sum expected to be empty for anonymous or https requests");if(this.enableSHA256&&tr.length!==64)throw new qe.InvalidArgumentError(`Invalid sha256sum : ${tr}`);var Nr=(Tr,Sr)=>{if(Tr)return xr(Tr);kt.region=Sr;var Ar=this.getRequestOptions(kt);if(!this.anonymous){this.enableSHA256||(tr="UNSIGNED-PAYLOAD");let Dr=new Date;Ar.headers["x-amz-date"]=(0,Ue.makeDateLong)(Dr),Ar.headers["x-amz-content-sha256"]=tr,this.sessionToken&&(Ar.headers["x-amz-security-token"]=this.sessionToken),this.checkAndRefreshCreds();var Fr=(0,$e.signV4)(Ar,this.accessKey,this.secretKey,Sr,Dr);Ar.headers.authorization=Fr}var Gr=this.transport.request(Ar,Dr=>{if(!gr.includes(Dr.statusCode)){delete this.regionMap[kt.bucketName];var Ir=Fe.getErrorTransformer(Dr);(0,Ue.pipesetup)(Dr,Ir).on("error",Br=>{this.logHTTP(Ar,Dr,Br),xr(Br)});return}if(this.logHTTP(Ar,Dr),yr)return xr(null,Dr);Dr.on("data",()=>{}),xr(null)});(0,Ue.pipesetup)(he,Gr).on("error",Dr=>{this.logHTTP(Ar,null,Dr),xr(Dr)})};if(_r)return Nr(null,_r);this.getBucketRegion(kt.bucketName,Nr)}getBucketRegion(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name : ${kt}`);if(!(0,Ue.isFunction)(he))throw new TypeError('cb should be of type "function"');if(this.region)return he(null,this.region);if(this.regionMap[kt])return he(null,this.regionMap[kt]);var tr=xr=>{var Nr=Fe.getBucketRegionTransformer(),Tr=Ue.DEFAULT_REGION;(0,Ue.pipesetup)(xr,Nr).on("error",he).on("data",Sr=>{Sr&&(Tr=Sr)}).on("end",()=>{this.regionMap[kt]=Tr,he(null,Tr)})},gr="GET",_r="location",yr=this.pathStyle&&typeof window>"u";this.makeRequest({method:gr,bucketName:kt,query:_r,pathStyle:yr},"",[200],Ue.DEFAULT_REGION,!0,(xr,Nr)=>{if(xr){if(xr.name==="AuthorizationHeaderMalformed"){var Tr=xr.Region;if(!Tr)return he(xr);this.makeRequest({method:gr,bucketName:kt,query:_r},"",[200],Tr,!0,(Sr,Ar)=>{if(Sr)return he(Sr);tr(Ar)});return}return he(xr)}tr(Nr)})}makeBucket(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if((0,Ue.isObject)(he)&&(gr=tr,tr=he,he=""),(0,Ue.isFunction)(he)&&(gr=he,he="",tr={}),(0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isString)(he))throw new TypeError('region should be of type "string"');if(!(0,Ue.isObject)(tr))throw new TypeError('makeOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');var _r="";if(he&&this.region&&he!==this.region)throw new qe.InvalidArgumentError(`Configured region ${this.region}, requested ${he}`);if(he&&he!==Ue.DEFAULT_REGION){var yr=[];yr.push({_attr:{xmlns:"http://s3.amazonaws.com/doc/2006-03-01/"}}),yr.push({LocationConstraint:he});var xr={CreateBucketConfiguration:yr};_r=(0,V.default)(xr)}var Nr="PUT",Tr={};tr.ObjectLocking&&(Tr["x-amz-bucket-object-lock-enabled"]=!0),he||(he=Ue.DEFAULT_REGION);const Sr=Ar=>{if(Ar&&(he===""||he===Ue.DEFAULT_REGION))if(Ar.code==="AuthorizationHeaderMalformed"&&Ar.region!=="")this.makeRequest({method:Nr,bucketName:kt,headers:Tr},_r,[200],Ar.region,!1,gr);else return gr&&gr(Ar);return gr&&gr(Ar)};this.makeRequest({method:Nr,bucketName:kt,headers:Tr},_r,[200],he,!1,Sr)}listBuckets(kt){if(!(0,Ue.isFunction)(kt))throw new TypeError('callback should be of type "function"');var he="GET";this.makeRequest({method:he},"",[200],Ue.DEFAULT_REGION,!0,(tr,gr)=>{if(tr)return kt(tr);var _r=Fe.getListBucketTransformer(),yr;(0,Ue.pipesetup)(gr,_r).on("data",xr=>yr=xr).on("error",xr=>kt(xr)).on("end",()=>kt(null,yr))})}listIncompleteUploads(kt,he,tr){if(he===void 0&&(he=""),tr===void 0&&(tr=!1),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidPrefix)(he))throw new qe.InvalidPrefixError(`Invalid prefix : ${he}`);if(!(0,Ue.isBoolean)(tr))throw new TypeError('recursive should be of type "boolean"');var gr=tr?"":"/",_r="",yr="",xr=[],Nr=!1,Tr=L.default.Readable({objectMode:!0});return Tr._read=()=>{if(xr.length)return Tr.push(xr.shift());if(Nr)return Tr.push(null);this.listIncompleteUploadsQuery(kt,he,_r,yr,gr).on("error",Sr=>Tr.emit("error",Sr)).on("data",Sr=>{Sr.prefixes.forEach(Ar=>xr.push(Ar)),re.default.eachSeries(Sr.uploads,(Ar,Fr)=>{this.listParts(kt,Ar.key,Ar.uploadId,(Gr,Vr)=>{if(Gr)return Fr(Gr);Ar.size=Vr.reduce((Dr,Ir)=>Dr+Ir.size,0),xr.push(Ar),Fr()})},Ar=>{if(Ar){Tr.emit("error",Ar);return}Sr.isTruncated?(_r=Sr.nextKeyMarker,yr=Sr.nextUploadIdMarker):Nr=!0,Tr._read()})})},Tr}bucketExists(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');var tr="HEAD";this.makeRequest({method:tr,bucketName:kt},"",[200],"",!1,gr=>{if(gr)return gr.code=="NoSuchBucket"||gr.code=="NotFound"?he(null,!1):he(gr);he(null,!0)})}removeBucket(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');var tr="DELETE";this.makeRequest({method:tr,bucketName:kt},"",[204],"",!1,gr=>{gr||delete this.regionMap[kt],he(gr)})}removeIncompleteUpload(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.isValidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');var gr;re.default.during(_r=>{this.findUploadId(kt,he,(yr,xr)=>{if(yr)return _r(yr);gr=xr,_r(null,xr)})},_r=>{var yr="DELETE",xr=`uploadId=${gr}`;this.makeRequest({method:yr,bucketName:kt,objectName:he,query:xr},"",[204],"",!1,Nr=>_r(Nr))},tr)}fGetObject(kt,he,tr,gr={},_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('filePath should be of type "string"');if((0,Ue.isFunction)(gr)&&(_r=gr,gr={}),!(0,Ue.isFunction)(_r))throw new TypeError('callback should be of type "function"');var yr,xr,Nr,Tr=Sr=>{if(Sr)return _r(Sr);n.default.rename(yr,tr,_r)};re.default.waterfall([Sr=>this.statObject(kt,he,gr,Sr),(Sr,Ar)=>{Nr=Sr,(0,ue.default)(de.default.dirname(tr),Ar)},(Sr,Ar)=>{yr=`${tr}.${Nr.etag}.part.minio`,n.default.stat(yr,(Fr,Gr)=>{var Vr=0;if(Fr)xr=n.default.createWriteStream(yr,{flags:"w"});else{if(Nr.size===Gr.size)return Tr();Vr=Gr.size,xr=n.default.createWriteStream(yr,{flags:"a"})}this.getPartialObject(kt,he,Vr,0,gr,Ar)})},(Sr,Ar)=>{(0,Ue.pipesetup)(Sr,xr).on("error",Fr=>Ar(Fr)).on("finish",Ar)},Sr=>n.default.stat(yr,Sr),(Sr,Ar)=>{if(Sr.size===Nr.size)return Ar();Ar(new Error("Size mismatch between downloaded file and the object"))}],Tr)}getObject(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');this.getPartialObject(kt,he,0,0,tr,gr)}getPartialObject(kt,he,tr,gr,_r={},yr){if((0,Ue.isFunction)(gr)&&(yr=gr,gr=0),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isNumber)(tr))throw new TypeError('offset should be of type "number"');if(!(0,Ue.isNumber)(gr))throw new TypeError('length should be of type "number"');if((0,Ue.isFunction)(_r)&&(yr=_r,_r={}),!(0,Ue.isFunction)(yr))throw new TypeError('callback should be of type "function"');var xr="";(tr||gr)&&(tr?xr=`bytes=${+tr}-`:(xr="bytes=0-",tr=0),gr&&(xr+=`${+gr+tr-1}`));var Nr={};xr!==""&&(Nr.range=xr);var Tr=[200];xr&&Tr.push(206);var Sr="GET",Ar=oe.default.stringify(_r);this.makeRequest({method:Sr,bucketName:kt,objectName:he,headers:Nr,query:Ar},"",Tr,"",!0,yr)}fPutObject(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('filePath should be of type "string"');if((0,Ue.isFunction)(gr)&&(_r=gr,gr={}),!(0,Ue.isObject)(gr))throw new TypeError('metaData should be of type "object"');gr=(0,Ue.insertContentType)(gr,tr),gr=(0,Ue.prependXAMZMeta)(gr);var yr,xr;re.default.waterfall([Nr=>n.default.stat(tr,Nr),(Nr,Tr)=>{yr=Nr.size;var Sr=!1,Ar=Tr;if(Tr=function(){if(!Sr)return Sr=!0,Ar.apply(this,arguments)},yr>this.maxObjectSize)return Tr(new Error(`${tr} size : ${Nr.size}, max allowed size : 5TB`));if(yr<=this.partSize){var Fr=!1,Gr=this.getUploader(kt,he,gr,Fr),Vr=Fe.getHashSummer(this.enableSHA256),Dr=0,Ir=yr-1,Br=!0;yr===0&&(Ir=0);var Rr={start:Dr,end:Ir,autoClose:Br};(0,Ue.pipesetup)(n.default.createReadStream(tr,Rr),Vr).on("data",Lr=>{var $r=Lr.md5sum,jr=Lr.sha256sum,vn=n.default.createReadStream(tr,Rr);Gr(vn,yr,jr,$r,(Kr,kr)=>{_r(Kr,kr),Tr(!0)})}).on("error",Lr=>Tr(Lr));return}this.findUploadId(kt,he,Tr)},(Nr,Tr)=>{if(Nr)return this.listParts(kt,he,Nr,(Sr,Ar)=>Tr(Sr,Nr,Ar));this.initiateNewMultipartUpload(kt,he,gr,(Sr,Ar)=>Tr(Sr,Ar,[]))},(Nr,Tr,Sr)=>{xr=this.calculatePartSize(yr);var Ar=!0,Fr=this.getUploader(kt,he,gr,Ar),Gr=Tr.reduce(function(Br,Rr){return Br[Rr.part]||(Br[Rr.part]=Rr),Br},{}),Vr=[],Dr=1,Ir=0;re.default.whilst(Br=>{Br(null,Ir{var Rr=!1,Lr=Br;Br=function(){if(!Rr)return Rr=!0,Lr.apply(this,arguments)};var $r=Gr[Dr],jr=Fe.getHashSummer(this.enableSHA256),vn=xr;vn>yr-Ir&&(vn=yr-Ir);var Kr=Ir,kr=Ir+vn-1,Qr=!0,Zr={autoClose:Qr,start:Kr,end:kr};(0,Ue.pipesetup)(n.default.createReadStream(tr,Zr),jr).on("data",Vi=>{var To=Buffer$F.from(Vi.md5sum,"base64").toString("hex");if($r&&To===$r.etag)return Vr.push({part:Dr,etag:$r.etag}),Dr++,Ir+=vn,Br();var oa=n.default.createReadStream(tr,Zr);Fr(Nr,Dr,oa,vn,Vi.sha256sum,Vi.md5sum,(Ba,rs)=>Ba?Br(Ba):(Vr.push({part:Dr,etag:rs.etag}),Dr++,Ir+=vn,Br()))}).on("error",Vi=>Br(Vi))},Br=>{if(Br)return Sr(Br);Sr(null,Vr,Nr)})},(Nr,Tr,Sr)=>this.completeMultipartUpload(kt,he,Tr,Nr,Sr)],(Nr,...Tr)=>{Nr!==!0&&_r(Nr,...Tr)})}putObject(kt,he,tr,gr,_r,yr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(gr)?(yr=gr,_r={}):(0,Ue.isFunction)(_r)&&(yr=_r,_r={}),(0,Ue.isObject)(gr)&&(_r=gr),_r=(0,Ue.prependXAMZMeta)(_r),typeof tr=="string"||tr instanceof Buffer$F)gr=tr.length,tr=(0,Ue.readableStream)(tr);else if(!(0,Ue.isReadableStream)(tr))throw new TypeError('third argument should be of type "stream.Readable" or "Buffer" or "string"');if(!(0,Ue.isFunction)(yr))throw new TypeError('callback should be of type "function"');if((0,Ue.isNumber)(gr)&&gr<0)throw new qe.InvalidArgumentError(`size cannot be negative, given size: ${gr}`);(0,Ue.isNumber)(gr)||(gr=this.maxObjectSize),gr=this.calculatePartSize(gr);let xr=new j.default({size:gr,zeroPadding:!1}),Nr=new Ve.default(this,kt,he,gr,_r,yr);tr.pipe(xr).pipe(Nr)}copyObjectV1(kt,he,tr,gr,_r){var yr=kt,xr=he,Nr=tr,Tr,Sr;if(typeof gr=="function"&&_r===void 0?(Tr=null,Sr=gr):(Tr=gr,Sr=_r),!(0,Ue.isValidBucketName)(yr))throw new qe.InvalidBucketNameError("Invalid bucket name: "+yr);if(!(0,Ue.isValidObjectName)(xr))throw new qe.InvalidObjectNameError(`Invalid object name: ${xr}`);if(!(0,Ue.isString)(Nr))throw new TypeError('srcObject should be of type "string"');if(Nr==="")throw new qe.InvalidPrefixError("Empty source prefix");if(Tr!==null&&!(Tr instanceof jt))throw new TypeError('conditions should be of type "CopyConditions"');var Ar={};Ar["x-amz-copy-source"]=(0,Ue.uriResourceEscape)(Nr),Tr!==null&&(Tr.modified!==""&&(Ar["x-amz-copy-source-if-modified-since"]=Tr.modified),Tr.unmodified!==""&&(Ar["x-amz-copy-source-if-unmodified-since"]=Tr.unmodified),Tr.matchETag!==""&&(Ar["x-amz-copy-source-if-match"]=Tr.matchETag),Tr.matchEtagExcept!==""&&(Ar["x-amz-copy-source-if-none-match"]=Tr.matchETagExcept));var Fr="PUT";this.makeRequest({method:Fr,bucketName:yr,objectName:xr,headers:Ar},"",[200],"",!0,(Gr,Vr)=>{if(Gr)return Sr(Gr);var Dr=Fe.getCopyObjectTransformer();(0,Ue.pipesetup)(Vr,Dr).on("error",Ir=>Sr(Ir)).on("data",Ir=>Sr(null,Ir))})}copyObjectV2(kt,he,tr){if(!(kt instanceof Ue.CopySourceOptions))throw new qe.InvalidArgumentError("sourceConfig should of type CopySourceOptions ");if(!(he instanceof Ue.CopyDestinationOptions))throw new qe.InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(!he.validate()||!he.validate())return!1;if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');const gr=Object.assign({},kt.getHeaders(),he.getHeaders()),_r=he.Bucket,yr=he.Object;this.makeRequest({method:"PUT",bucketName:_r,objectName:yr,headers:gr},"",[200],"",!0,(Nr,Tr)=>{if(Nr)return tr(Nr);const Sr=Fe.getCopyObjectTransformer();(0,Ue.pipesetup)(Tr,Sr).on("error",Ar=>tr(Ar)).on("data",Ar=>{const Fr=Tr.headers,Gr={Bucket:he.Bucket,Key:he.Object,LastModified:Ar.LastModified,MetaData:(0,Ue.extractMetadata)(Fr),VersionId:(0,Ue.getVersionId)(Fr),SourceVersionId:(0,Ue.getSourceVersionId)(Fr),Etag:(0,Ue.sanitizeETag)(Fr.etag),Size:+Fr["content-length"]};return tr(null,Gr)})})}copyObject(...kt){return kt[0]instanceof Ue.CopySourceOptions&&kt[1]instanceof Ue.CopyDestinationOptions?this.copyObjectV2(...arguments):this.copyObjectV1(...arguments)}listObjectsQuery(kt,he,tr,gr={}){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isString)(tr))throw new TypeError('marker should be of type "string"');let{Delimiter:_r,MaxKeys:yr,IncludeVersion:xr}=gr;if(!(0,Ue.isObject)(gr))throw new TypeError('listQueryOpts should be of type "object"');if(!(0,Ue.isString)(_r))throw new TypeError('Delimiter should be of type "string"');if(!(0,Ue.isNumber)(yr))throw new TypeError('MaxKeys should be of type "number"');const Nr=[];Nr.push(`prefix=${(0,Ue.uriEscape)(he)}`),Nr.push(`delimiter=${(0,Ue.uriEscape)(_r)}`),Nr.push("encoding-type=url"),xr&&Nr.push("versions"),tr&&(tr=(0,Ue.uriEscape)(tr),xr?Nr.push(`key-marker=${tr}`):Nr.push(`marker=${tr}`)),yr&&(yr>=1e3&&(yr=1e3),Nr.push(`max-keys=${yr}`)),Nr.sort();var Tr="";Nr.length>0&&(Tr=`${Nr.join("&")}`);var Sr="GET",Ar=Fe.getListObjectsTransformer();return this.makeRequest({method:Sr,bucketName:kt,query:Tr},"",[200],"",!0,(Fr,Gr)=>{if(Fr)return Ar.emit("error",Fr);(0,Ue.pipesetup)(Gr,Ar)}),Ar}listObjects(kt,he,tr,gr={}){if(he===void 0&&(he=""),tr===void 0&&(tr=!1),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidPrefix)(he))throw new qe.InvalidPrefixError(`Invalid prefix : ${he}`);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isBoolean)(tr))throw new TypeError('recursive should be of type "boolean"');if(!(0,Ue.isObject)(gr))throw new TypeError('listOpts should be of type "object"');var _r="";const yr={Delimiter:tr?"":"/",MaxKeys:1e3,IncludeVersion:gr.IncludeVersion};var xr=[],Nr=!1,Tr=L.default.Readable({objectMode:!0});return Tr._read=()=>{if(xr.length){Tr.push(xr.shift());return}if(Nr)return Tr.push(null);this.listObjectsQuery(kt,he,_r,yr).on("error",Sr=>Tr.emit("error",Sr)).on("data",Sr=>{Sr.isTruncated?_r=Sr.nextMarker||Sr.versionIdMarker:Nr=!0,xr=Sr.objects,Tr._read()})},Tr}listObjectsV2Query(kt,he,tr,gr,_r,yr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isString)(tr))throw new TypeError('continuationToken should be of type "string"');if(!(0,Ue.isString)(gr))throw new TypeError('delimiter should be of type "string"');if(!(0,Ue.isNumber)(_r))throw new TypeError('maxKeys should be of type "number"');if(!(0,Ue.isString)(yr))throw new TypeError('startAfter should be of type "string"');var xr=[];xr.push("list-type=2"),xr.push("encoding-type=url"),xr.push(`prefix=${(0,Ue.uriEscape)(he)}`),xr.push(`delimiter=${(0,Ue.uriEscape)(gr)}`),tr&&(tr=(0,Ue.uriEscape)(tr),xr.push(`continuation-token=${tr}`)),yr&&(yr=(0,Ue.uriEscape)(yr),xr.push(`start-after=${yr}`)),_r&&(_r>=1e3&&(_r=1e3),xr.push(`max-keys=${_r}`)),xr.sort();var Nr="";xr.length>0&&(Nr=`${xr.join("&")}`);var Tr="GET",Sr=Fe.getListObjectsV2Transformer();return this.makeRequest({method:Tr,bucketName:kt,query:Nr},"",[200],"",!0,(Ar,Fr)=>{if(Ar)return Sr.emit("error",Ar);(0,Ue.pipesetup)(Fr,Sr)}),Sr}listObjectsV2(kt,he,tr,gr){if(he===void 0&&(he=""),tr===void 0&&(tr=!1),gr===void 0&&(gr=""),!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidPrefix)(he))throw new qe.InvalidPrefixError(`Invalid prefix : ${he}`);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isBoolean)(tr))throw new TypeError('recursive should be of type "boolean"');if(!(0,Ue.isString)(gr))throw new TypeError('startAfter should be of type "string"');var _r=tr?"":"/",yr="",xr=[],Nr=!1,Tr=L.default.Readable({objectMode:!0});return Tr._read=()=>{if(xr.length){Tr.push(xr.shift());return}if(Nr)return Tr.push(null);this.listObjectsV2Query(kt,he,yr,_r,1e3,gr).on("error",Sr=>Tr.emit("error",Sr)).on("data",Sr=>{Sr.isTruncated?yr=Sr.nextContinuationToken:Nr=!0,xr=Sr.objects,Tr._read()})},Tr}statObject(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('statOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');var _r=oe.default.stringify(tr),yr="HEAD";this.makeRequest({method:yr,bucketName:kt,objectName:he,query:_r},"",[200],"",!0,(xr,Nr)=>{if(xr)return gr(xr);Nr.on("data",()=>{});const Tr={size:+Nr.headers["content-length"],metaData:(0,Ue.extractMetadata)(Nr.headers),lastModified:new Date(Nr.headers["last-modified"]),versionId:(0,Ue.getVersionId)(Nr.headers),etag:(0,Ue.sanitizeETag)(Nr.headers.etag)};gr(null,Tr)})}removeObject(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('removeOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');const _r="DELETE",yr={};tr.versionId&&(yr.versionId=`${tr.versionId}`);const xr={};tr.governanceBypass&&(xr["X-Amz-Bypass-Governance-Retention"]=!0),tr.forceDelete&&(xr["x-minio-force-delete"]=!0);const Nr=oe.default.stringify(yr);let Tr={method:_r,bucketName:kt,objectName:he,headers:xr};Nr&&(Tr.query=Nr),this.makeRequest(Tr,"",[200,204],"",!1,gr)}removeObjects(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isArray)(he))throw new qe.InvalidArgumentError("objectsList should be a list");if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');const gr=1e3,_r="delete",yr="POST";let xr=he.reduce((Tr,Sr)=>(Tr.list.push(Sr),Tr.list.length===gr&&(Tr.listOfList.push(Tr.list),Tr.list=[]),Tr),{listOfList:[],list:[]});xr.list.length>0&&xr.listOfList.push(xr.list);const Nr=new Ne.TextEncoder;re.default.eachSeries(xr.listOfList,Tr=>{var Sr=[];Tr.forEach(function(Dr){(0,Ue.isObject)(Dr)?Sr.push({Key:Dr.name,VersionId:Dr.versionId}):Sr.push({Key:Dr})});let Ar={Delete:{Quiet:!0,Object:Sr}},Gr=new z.default.Builder({headless:!0}).buildObject(Ar);Gr=Nr.encode(Gr);const Vr={};Vr["Content-MD5"]=(0,Ue.toMd5)(Gr),this.makeRequest({method:yr,bucketName:kt,query:_r,headers:Vr},Gr,[200],"",!0,(Dr,Ir)=>{if(Dr)return tr(Dr);let Br;(0,Ue.pipesetup)(Ir,Fe.removeObjectsTransformer()).on("data",Rr=>{Br=Rr}).on("error",tr).on("end",()=>{tr(null,Br)})})},tr)}getBucketPolicy(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"policy"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.getConcater()).on("data",Nr=>xr=Nr).on("error",he).on("end",()=>{he(null,xr.toString())})})}setBucketPolicy(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isString)(he))throw new qe.InvalidBucketPolicyError(`Invalid bucket policy: ${he} - must be "string"`);if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');let gr="DELETE",_r="policy";he&&(gr="PUT"),this.makeRequest({method:gr,bucketName:kt,query:_r},he,[204],"",!1,tr)}presignedUrl(kt,he,tr,gr,_r,yr,xr){if(this.anonymous)throw new qe.AnonymousRequestError("Presigned "+kt+" url cannot be generated for anonymous requests");if((0,Ue.isFunction)(yr)&&(xr=yr,yr=new Date),(0,Ue.isFunction)(_r)&&(xr=_r,_r={},yr=new Date),(0,Ue.isFunction)(gr)&&(xr=gr,_r={},gr=24*60*60*7,yr=new Date),!(0,Ue.isNumber)(gr))throw new TypeError('expires should be of type "number"');if(!(0,Ue.isObject)(_r))throw new TypeError('reqParams should be of type "object"');if(!(0,Ue.isValidDate)(yr))throw new TypeError('requestDate should be of type "Date" and valid');if(!(0,Ue.isFunction)(xr))throw new TypeError('callback should be of type "function"');var Nr=oe.default.stringify(_r);this.getBucketRegion(he,(Tr,Sr)=>{if(Tr)return xr(Tr);var Ar,Fr=this.getRequestOptions({method:kt,region:Sr,bucketName:he,objectName:tr,query:Nr});this.checkAndRefreshCreds();try{Ar=(0,$e.presignSignatureV4)(Fr,this.accessKey,this.secretKey,this.sessionToken,Sr,yr,gr)}catch(Gr){return xr(Gr)}xr(null,Ar)})}presignedGetObject(kt,he,tr,gr,_r,yr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);(0,Ue.isFunction)(gr)&&(yr=gr,gr={},_r=new Date);var xr=["response-content-type","response-content-language","response-expires","response-cache-control","response-content-disposition","response-content-encoding"];return xr.forEach(Nr=>{if(gr!==void 0&&gr[Nr]!==void 0&&!(0,Ue.isString)(gr[Nr]))throw new TypeError(`response header ${Nr} should be of type "string"`)}),this.presignedUrl("GET",kt,he,tr,gr,_r,yr)}presignedPutObject(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: ${bucketName}");if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError("Invalid object name: ${objectName}");return this.presignedUrl("PUT",kt,he,tr,gr)}newPostPolicy(){return new ar}presignedPostPolicy(kt,he){if(this.anonymous)throw new qe.AnonymousRequestError("Presigned POST policy cannot be generated for anonymous requests");if(!(0,Ue.isObject)(kt))throw new TypeError('postPolicy should be of type "object"');if(!(0,Ue.isFunction)(he))throw new TypeError('cb should be of type "function"');this.getBucketRegion(kt.formData.bucket,(tr,gr)=>{if(tr)return he(tr);var _r=new Date,yr=(0,Ue.makeDateLong)(_r);if(this.checkAndRefreshCreds(),!kt.policy.expiration){var xr=new Date;xr.setSeconds(24*60*60*7),kt.setExpires(xr)}kt.policy.conditions.push(["eq","$x-amz-date",yr]),kt.formData["x-amz-date"]=yr,kt.policy.conditions.push(["eq","$x-amz-algorithm","AWS4-HMAC-SHA256"]),kt.formData["x-amz-algorithm"]="AWS4-HMAC-SHA256",kt.policy.conditions.push(["eq","$x-amz-credential",this.accessKey+"/"+(0,Ue.getScope)(gr,_r)]),kt.formData["x-amz-credential"]=this.accessKey+"/"+(0,Ue.getScope)(gr,_r),this.sessionToken&&(kt.policy.conditions.push(["eq","$x-amz-security-token",this.sessionToken]),kt.formData["x-amz-security-token"]=this.sessionToken);var Nr=Buffer$F.from(JSON.stringify(kt.policy)).toString("base64");kt.formData.policy=Nr;var Tr=(0,$e.postPresignSignatureV4)(gr,_r,this.secretKey,Nr);kt.formData["x-amz-signature"]=Tr;var Sr={};Sr.region=gr,Sr.bucketName=kt.formData.bucket;var Ar=this.getRequestOptions(Sr),Fr=this.port==80||this.port===443?"":`:${this.port.toString()}`,Gr=`${Ar.protocol}//${Ar.host}${Fr}${Ar.path}`;he(null,{postURL:Gr,formData:kt.formData})})}initiateNewMultipartUpload(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isObject)(tr))throw new qe.InvalidObjectNameError('contentType should be of type "object"');var _r="POST";let yr=Object.assign({},tr);var xr="uploads";this.makeRequest({method:_r,bucketName:kt,objectName:he,query:xr,headers:yr},"",[200],"",!0,(Nr,Tr)=>{if(Nr)return gr(Nr);var Sr=Fe.getInitiateMultipartTransformer();(0,Ue.pipesetup)(Tr,Sr).on("error",Ar=>gr(Ar)).on("data",Ar=>gr(null,Ar))})}completeMultipartUpload(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('uploadId should be of type "string"');if(!(0,Ue.isObject)(gr))throw new TypeError('etags should be of type "Array"');if(!(0,Ue.isFunction)(_r))throw new TypeError('cb should be of type "function"');if(!tr)throw new qe.InvalidArgumentError("uploadId cannot be empty");var yr="POST",xr=`uploadId=${(0,Ue.uriEscape)(tr)}`,Nr=[];gr.forEach(Ar=>{Nr.push({Part:[{PartNumber:Ar.part},{ETag:Ar.etag}]})});var Tr={CompleteMultipartUpload:Nr},Sr=(0,V.default)(Tr);this.makeRequest({method:yr,bucketName:kt,objectName:he,query:xr},Sr,[200],"",!0,(Ar,Fr)=>{if(Ar)return _r(Ar);var Gr=Fe.getCompleteMultipartTransformer();(0,Ue.pipesetup)(Fr,Gr).on("error",Vr=>_r(Vr)).on("data",Vr=>{if(Vr.errCode)_r(new qe.S3Error(Vr.errMessage));else{const Dr={etag:Vr.etag,versionId:(0,Ue.getVersionId)(Fr.headers)};_r(null,Dr)}})})}listParts(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('uploadId should be of type "string"');if(!tr)throw new qe.InvalidArgumentError("uploadId cannot be empty");var _r=[],yr=xr=>{this.listPartsQuery(kt,he,tr,xr,(Nr,Tr)=>{if(Nr){gr(Nr);return}if(_r=_r.concat(Tr.parts),Tr.isTruncated){yr(Tr.marker);return}gr(null,_r)})};yr(0)}listPartsQuery(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isString)(tr))throw new TypeError('uploadId should be of type "string"');if(!(0,Ue.isNumber)(gr))throw new TypeError('marker should be of type "number"');if(!(0,Ue.isFunction)(_r))throw new TypeError('callback should be of type "function"');if(!tr)throw new qe.InvalidArgumentError("uploadId cannot be empty");var yr="";gr&&gr!==0&&(yr+=`part-number-marker=${gr}&`),yr+=`uploadId=${(0,Ue.uriEscape)(tr)}`;var xr="GET";this.makeRequest({method:xr,bucketName:kt,objectName:he,query:yr},"",[200],"",!0,(Nr,Tr)=>{if(Nr)return _r(Nr);var Sr=Fe.getListPartsTransformer();(0,Ue.pipesetup)(Tr,Sr).on("error",Ar=>_r(Ar)).on("data",Ar=>_r(null,Ar))})}listIncompleteUploadsQuery(kt,he,tr,gr,_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isString)(he))throw new TypeError('prefix should be of type "string"');if(!(0,Ue.isString)(tr))throw new TypeError('keyMarker should be of type "string"');if(!(0,Ue.isString)(gr))throw new TypeError('uploadIdMarker should be of type "string"');if(!(0,Ue.isString)(_r))throw new TypeError('delimiter should be of type "string"');var yr=[];yr.push(`prefix=${(0,Ue.uriEscape)(he)}`),yr.push(`delimiter=${(0,Ue.uriEscape)(_r)}`),tr&&(tr=(0,Ue.uriEscape)(tr),yr.push(`key-marker=${tr}`)),gr&&yr.push(`upload-id-marker=${gr}`);var xr=1e3;yr.push(`max-uploads=${xr}`),yr.sort(),yr.unshift("uploads");var Nr="";yr.length>0&&(Nr=`${yr.join("&")}`);var Tr="GET",Sr=Fe.getListMultipartTransformer();return this.makeRequest({method:Tr,bucketName:kt,query:Nr},"",[200],"",!0,(Ar,Fr)=>{if(Ar)return Sr.emit("error",Ar);(0,Ue.pipesetup)(Fr,Sr)}),Sr}findUploadId(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isFunction)(tr))throw new TypeError('cb should be of type "function"');var gr,_r=(yr,xr)=>{this.listIncompleteUploadsQuery(kt,he,yr,xr,"").on("error",Nr=>tr(Nr)).on("data",Nr=>{if(Nr.uploads.forEach(Tr=>{if(Tr.key===he&&(!gr||Tr.initiated.getTime()>gr.initiated.getTime())){gr=Tr;return}}),Nr.isTruncated){_r(Nr.nextKeyMarker,Nr.nextUploadIdMarker);return}if(gr)return tr(null,gr.uploadId);tr(null,void 0)})};_r("","")}getUploader(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(!(0,Ue.isBoolean)(gr))throw new TypeError('multipart should be of type "boolean"');if(!(0,Ue.isObject)(tr))throw new TypeError('metadata should be of type "object"');var _r=(Tr,Sr,Ar,Fr,Gr)=>{if(!(0,Ue.isReadableStream)(Tr))throw new TypeError('stream should be of type "Stream"');if(!(0,Ue.isNumber)(Sr))throw new TypeError('length should be of type "number"');if(!(0,Ue.isString)(Ar))throw new TypeError('sha256sum should be of type "string"');if(!(0,Ue.isString)(Fr))throw new TypeError('md5sum should be of type "string"');if(!(0,Ue.isFunction)(Gr))throw new TypeError('callback should be of type "function"')},yr=(...Tr)=>{_r(...Tr);var Sr="";Nr(Sr,...Tr)},xr=(Tr,Sr,...Ar)=>{if(!(0,Ue.isString)(Tr))throw new TypeError('uploadId should be of type "string"');if(!(0,Ue.isNumber)(Sr))throw new TypeError('partNumber should be of type "number"');if(!Tr)throw new qe.InvalidArgumentError("Empty uploadId");if(!Sr)throw new qe.InvalidArgumentError("partNumber cannot be 0");_r(...Ar);var Fr=`partNumber=${Sr}&uploadId=${(0,Ue.uriEscape)(Tr)}`;Nr(Fr,...Ar)},Nr=(Tr,Sr,Ar,Fr,Gr,Vr)=>{var Dr="PUT";let Ir={"Content-Length":Ar};gr||(Ir=Object.assign({},tr,Ir)),this.enableSHA256||(Ir["Content-MD5"]=Gr),this.makeRequestStream({method:Dr,bucketName:kt,objectName:he,query:Tr,headers:Ir},Sr,Fr,[200],"",!0,(Br,Rr)=>{if(Br)return Vr(Br);const Lr={etag:(0,Ue.sanitizeETag)(Rr.headers.etag),versionId:(0,Ue.getVersionId)(Rr.headers)};Rr.on("data",()=>{}),Vr(null,Lr)})};return gr?xr:yr}setBucketNotification(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isObject)(he))throw new TypeError('notification config should be of type "Object"');if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');var gr="PUT",_r="notification",yr=new z.default.Builder({rootName:"NotificationConfiguration",renderOpts:{pretty:!1},headless:!0}),xr=yr.buildObject(he);this.makeRequest({method:gr,bucketName:kt,query:_r},xr,[200],"",!1,tr)}removeAllBucketNotification(kt,he){this.setBucketNotification(kt,new ir.NotificationConfig,he)}getBucketNotification(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');var tr="GET",gr="notification";this.makeRequest({method:tr,bucketName:kt,query:gr},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);var xr=Fe.getBucketNotificationTransformer(),Nr;(0,Ue.pipesetup)(yr,xr).on("data",Tr=>Nr=Tr).on("error",Tr=>he(Tr)).on("end",()=>he(null,Nr))})}listenBucketNotification(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isString)(he))throw new TypeError("prefix must be of type string");if(!(0,Ue.isString)(tr))throw new TypeError("suffix must be of type string");if(!(0,Ue.isArray)(gr))throw new TypeError("events must be of type Array");let _r=new ir.NotificationPoller(this,kt,he,tr,gr);return _r.start(),_r}getBucketVersioning(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');var tr="GET",gr="versioning";this.makeRequest({method:tr,bucketName:kt,query:gr},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.bucketVersioningTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}setBucketVersioning(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!Object.keys(he).length)throw new qe.InvalidArgumentError('versionConfig should be of type "object"');if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');var gr="PUT",_r="versioning",yr=new z.default.Builder({rootName:"VersioningConfiguration",renderOpts:{pretty:!1},headless:!0}),xr=yr.buildObject(he);this.makeRequest({method:gr,bucketName:kt,query:_r},xr,[200],"",!1,tr)}setTagging(kt){const{bucketName:he,objectName:tr,tags:gr,putOpts:_r={},cb:yr}=kt,xr="PUT";let Nr="tagging";_r&&_r.versionId&&(Nr=`${Nr}&versionId=${_r.versionId}`);const Tr=[];for(const[Ir,Br]of Object.entries(gr))Tr.push({Key:Ir,Value:Br});const Sr={Tagging:{TagSet:{Tag:Tr}}},Ar=new Ne.TextEncoder,Fr={};let Vr=new z.default.Builder({headless:!0,renderOpts:{pretty:!1}}).buildObject(Sr);Vr=Ar.encode(Vr),Fr["Content-MD5"]=(0,Ue.toMd5)(Vr);const Dr={method:xr,bucketName:he,query:Nr,headers:Fr};tr&&(Dr.objectName=tr),Fr["Content-MD5"]=(0,Ue.toMd5)(Vr),this.makeRequest(Dr,Vr,[200],"",!1,yr)}setBucketTagging(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isObject)(he))throw new qe.InvalidArgumentError('tags should be of type "object"');if(Object.keys(he).length>10)throw new qe.InvalidArgumentError('maximum tags allowed is 10"');if(!(0,Ue.isFunction)(tr))throw new qe.InvalidArgumentError('callback should be of type "function"');return this.setTagging({bucketName:kt,tags:he,cb:tr})}setObjectTagging(kt,he,tr,gr={},_r){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidBucketNameError("Invalid object name: "+he);if((0,Ue.isFunction)(gr)&&(_r=gr,gr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('tags should be of type "object"');if(Object.keys(tr).length>10)throw new qe.InvalidArgumentError('Maximum tags allowed is 10"');if(!(0,Ue.isFunction)(_r))throw new TypeError('callback should be of type "function"');return this.setTagging({bucketName:kt,objectName:he,tags:tr,putOpts:gr,cb:_r})}removeTagging({bucketName:kt,objectName:he,removeOpts:tr,cb:gr}){const _r="DELETE";let yr="tagging";tr&&Object.keys(tr).length&&tr.versionId&&(yr=`${yr}&versionId=${tr.versionId}`);const xr={method:_r,bucketName:kt,objectName:he,query:yr};he&&(xr.objectName=he),this.makeRequest(xr,"",[200,204],"",!0,gr)}removeBucketTagging(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:kt,cb:he})}removeObjectTagging(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidBucketNameError("Invalid object name: "+he);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),tr&&Object.keys(tr).length&&!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('removeOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:kt,objectName:he,removeOpts:tr,cb:gr})}getBucketTagging(kt,he){const _r={method:"GET",bucketName:kt,query:"tagging"};this.makeRequest(_r,"",[200],"",!0,(yr,xr)=>{var Nr=Fe.getTagsTransformer();if(yr)return he(yr);let Tr;(0,Ue.pipesetup)(xr,Nr).on("data",Sr=>Tr=Sr).on("error",Sr=>he(Sr)).on("end",()=>he(null,Tr))})}getObjectTagging(kt,he,tr={},gr=()=>!1){const _r="GET";let yr="tagging";if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidBucketNameError("Invalid object name: "+he);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),!(0,Ue.isObject)(tr))throw new qe.InvalidArgumentError('getOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');tr&&tr.versionId&&(yr=`${yr}&versionId=${tr.versionId}`);const xr={method:_r,bucketName:kt,query:yr};he&&(xr.objectName=he),this.makeRequest(xr,"",[200],"",!0,(Nr,Tr)=>{const Sr=Fe.getTagsTransformer();if(Nr)return gr(Nr);let Ar;(0,Ue.pipesetup)(Tr,Sr).on("data",Fr=>Ar=Fr).on("error",Fr=>gr(Fr)).on("end",()=>gr(null,Ar))})}applyBucketLifecycle(kt,he,tr){const gr="PUT",_r="lifecycle",yr=new Ne.TextEncoder,xr={};let Tr=new z.default.Builder({rootName:"LifecycleConfiguration",headless:!0,renderOpts:{pretty:!1}}).buildObject(he);Tr=yr.encode(Tr);const Sr={method:gr,bucketName:kt,query:_r,headers:xr};xr["Content-MD5"]=(0,Ue.toMd5)(Tr),this.makeRequest(Sr,Tr,[200],"",!1,tr)}removeBucketLifecycle(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);this.makeRequest({method:"DELETE",bucketName:kt,query:"lifecycle"},"",[204],"",!1,he)}setBucketLifecycle(kt,he=null,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);_e.default.isEmpty(he)?this.removeBucketLifecycle(kt,tr):this.applyBucketLifecycle(kt,he,tr)}getBucketLifecycle(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);const _r={method:"GET",bucketName:kt,query:"lifecycle"};this.makeRequest(_r,"",[200],"",!0,(yr,xr)=>{const Nr=Fe.lifecycleTransformer();if(yr)return he(yr);let Tr;(0,Ue.pipesetup)(xr,Nr).on("data",Sr=>Tr=Sr).on("error",Sr=>he(Sr)).on("end",()=>he(null,Tr))})}setObjectLockConfig(kt,he={},tr){const gr=[Ue.RETENTION_MODES.COMPLIANCE,Ue.RETENTION_MODES.GOVERNANCE],_r=[Ue.RETENTION_VALIDITY_UNITS.DAYS,Ue.RETENTION_VALIDITY_UNITS.YEARS];if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(he.mode&&!gr.includes(he.mode))throw new TypeError(`lockConfigOpts.mode should be one of ${gr}`);if(he.unit&&!_r.includes(he.unit))throw new TypeError(`lockConfigOpts.unit should be one of ${_r}`);if(he.validity&&!(0,Ue.isNumber)(he.validity))throw new TypeError("lockConfigOpts.validity should be a number");const yr="PUT",xr="object-lock";let Nr={ObjectLockEnabled:"Enabled"};const Tr=Object.keys(he);if(Tr.length>0){if(_e.default.difference(Tr,["unit","mode","validity"]).length!==0)throw new TypeError("lockConfigOpts.mode,lockConfigOpts.unit,lockConfigOpts.validity all the properties should be specified.");Nr.Rule={DefaultRetention:{}},he.mode&&(Nr.Rule.DefaultRetention.Mode=he.mode),he.unit===Ue.RETENTION_VALIDITY_UNITS.DAYS?Nr.Rule.DefaultRetention.Days=he.validity:he.unit===Ue.RETENTION_VALIDITY_UNITS.YEARS&&(Nr.Rule.DefaultRetention.Years=he.validity)}const Ar=new z.default.Builder({rootName:"ObjectLockConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(Nr),Fr={};Fr["Content-MD5"]=(0,Ue.toMd5)(Ar),this.makeRequest({method:yr,bucketName:kt,query:xr,headers:Fr},Ar,[200],"",!1,tr)}getObjectLockConfig(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"object-lock"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.objectLockTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}putObjectRetention(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isObject)(tr)){if(tr.governanceBypass&&!(0,Ue.isBoolean)(tr.governanceBypass))throw new qe.InvalidArgumentError("Invalid value for governanceBypass",tr.governanceBypass);if(tr.mode&&![Ue.RETENTION_MODES.COMPLIANCE,Ue.RETENTION_MODES.GOVERNANCE].includes(tr.mode))throw new qe.InvalidArgumentError("Invalid object retention mode ",tr.mode);if(tr.retainUntilDate&&!(0,Ue.isString)(tr.retainUntilDate))throw new qe.InvalidArgumentError("Invalid value for retainUntilDate",tr.retainUntilDate);if(tr.versionId&&!(0,Ue.isString)(tr.versionId))throw new qe.InvalidArgumentError("Invalid value for versionId",tr.versionId)}else throw new qe.InvalidArgumentError('retentionOpts should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');const _r="PUT";let yr="retention";const xr={};tr.governanceBypass&&(xr["X-Amz-Bypass-Governance-Retention"]=!0);const Nr=new z.default.Builder({rootName:"Retention",renderOpts:{pretty:!1},headless:!0}),Tr={};tr.mode&&(Tr.Mode=tr.mode),tr.retainUntilDate&&(Tr.RetainUntilDate=tr.retainUntilDate),tr.versionId&&(yr+=`&versionId=${tr.versionId}`);let Sr=Nr.buildObject(Tr);xr["Content-MD5"]=(0,Ue.toMd5)(Sr),this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr,headers:xr},Sr,[200,204],"",!1,gr)}getObjectRetention(kt,he,tr,gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isObject)(tr)){if(tr.versionId&&!(0,Ue.isString)(tr.versionId))throw new qe.InvalidArgumentError('VersionID should be of type "string"')}else throw new qe.InvalidArgumentError('callback should be of type "object"');if(gr&&!(0,Ue.isFunction)(gr))throw new qe.InvalidArgumentError('callback should be of type "function"');const _r="GET";let yr="retention";tr.versionId&&(yr+=`&versionId=${tr.versionId}`),this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr},"",[200],"",!0,(xr,Nr)=>{if(xr)return gr(xr);let Tr=Buffer$F.from("");(0,Ue.pipesetup)(Nr,Fe.objectRetentionTransformer()).on("data",Sr=>{Tr=Sr}).on("error",gr).on("end",()=>{gr(null,Tr)})})}setBucketEncryption(kt,he,tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if((0,Ue.isFunction)(he)&&(tr=he,he=null),!_e.default.isEmpty(he)&&he.Rule.length>1)throw new qe.InvalidArgumentError("Invalid Rule length. Only one rule is allowed.: "+he.Rule);if(tr&&!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');let gr=he;_e.default.isEmpty(he)&&(gr={Rule:[{ApplyServerSideEncryptionByDefault:{SSEAlgorithm:"AES256"}}]});let _r="PUT",yr="encryption",Nr=new z.default.Builder({rootName:"ServerSideEncryptionConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(gr);const Tr={};Tr["Content-MD5"]=(0,Ue.toMd5)(Nr),this.makeRequest({method:_r,bucketName:kt,query:yr,headers:Tr},Nr,[200],"",!1,tr)}getBucketEncryption(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"encryption"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.bucketEncryptionTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}removeBucketEncryption(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"DELETE",bucketName:kt,query:"encryption"},"",[204],"",!1,he)}setBucketReplication(kt,he={},tr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if((0,Ue.isObject)(he)){if(_e.default.isEmpty(he.role))throw new qe.InvalidArgumentError("Role cannot be empty");if(he.role&&!(0,Ue.isString)(he.role))throw new qe.InvalidArgumentError("Invalid value for role",he.role);if(_e.default.isEmpty(he.rules))throw new qe.InvalidArgumentError("Minimum one replication rule must be specified")}else throw new qe.InvalidArgumentError('replicationConfig should be of type "object"');if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');const gr="PUT";let _r="replication";const yr={},xr={ReplicationConfiguration:{Role:he.role,Rule:he.rules}};let Tr=new z.default.Builder({renderOpts:{pretty:!1},headless:!0}).buildObject(xr);yr["Content-MD5"]=(0,Ue.toMd5)(Tr),this.makeRequest({method:gr,bucketName:kt,query:_r,headers:yr},Tr,[200],"",!1,tr)}getBucketReplication(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isFunction)(he))throw new qe.InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:kt,query:"replication"},"",[200],"",!0,(_r,yr)=>{if(_r)return he(_r);let xr=Buffer$F.from("");(0,Ue.pipesetup)(yr,Fe.replicationConfigTransformer()).on("data",Nr=>{xr=Nr}).on("error",he).on("end",()=>{he(null,xr)})})}removeBucketReplication(kt,he){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);this.makeRequest({method:"DELETE",bucketName:kt,query:"replication"},"",[200,204],"",!1,he)}getObjectLegalHold(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if((0,Ue.isFunction)(tr)&&(gr=tr,tr={}),(0,Ue.isObject)(tr)){if(Object.keys(tr).length>0&&tr.versionId&&!(0,Ue.isString)(tr.versionId))throw new TypeError("versionId should be of type string.:",tr.versionId)}else throw new TypeError('getOpts should be of type "Object"');if(!(0,Ue.isFunction)(gr))throw new qe.InvalidArgumentError('callback should be of type "function"');const _r="GET";let yr="legal-hold";tr.versionId&&(yr+=`&versionId=${tr.versionId}`),this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr},"",[200],"",!0,(xr,Nr)=>{if(xr)return gr(xr);let Tr=Buffer$F.from("");(0,Ue.pipesetup)(Nr,Fe.objectLegalHoldTransformer()).on("data",Sr=>{Tr=Sr}).on("error",gr).on("end",()=>{gr(null,Tr)})})}setObjectLegalHold(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError("Invalid bucket name: "+kt);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);const _r={status:Ue.LEGAL_HOLD_STATUS.ENABLED};if((0,Ue.isFunction)(tr)&&(gr=tr,tr=_r),(0,Ue.isObject)(tr)){if(![Ue.LEGAL_HOLD_STATUS.ENABLED,Ue.LEGAL_HOLD_STATUS.DISABLED].includes(tr.status))throw new TypeError("Invalid status: "+tr.status);if(tr.versionId&&!tr.versionId.length)throw new TypeError("versionId should be of type string.:"+tr.versionId)}else throw new TypeError('setOpts should be of type "Object"');if(!(0,Ue.isFunction)(gr))throw new qe.InvalidArgumentError('callback should be of type "function"');_e.default.isEmpty(tr)&&(tr={defaultOpts:_r});const yr="PUT";let xr="legal-hold";tr.versionId&&(xr+=`&versionId=${tr.versionId}`);let Nr={Status:tr.status};const Sr=new z.default.Builder({rootName:"LegalHold",renderOpts:{pretty:!1},headless:!0}).buildObject(Nr),Ar={};Ar["Content-MD5"]=(0,Ue.toMd5)(Sr),this.makeRequest({method:yr,bucketName:kt,objectName:he,query:xr,headers:Ar},Sr,[200],"",!1,gr)}async setCredentialsProvider(kt){if(!(kt instanceof cr.default))throw new Error("Unable to get credentials. Expected instance of CredentialProvider");this.credentialsProvider=kt,await this.checkAndRefreshCreds()}async checkAndRefreshCreds(){if(this.credentialsProvider)return await this.fetchCredentials()}async fetchCredentials(){if(this.credentialsProvider){const kt=await this.credentialsProvider.getCredentials();if(kt)this.accessKey=kt.getAccessKey(),this.secretKey=kt.getSecretKey(),this.sessionToken=kt.getSessionToken();else throw new Error("Unable to get credentials. Expected instance of BaseCredentialsProvider")}else throw new Error("Unable to get credentials. Expected instance of BaseCredentialsProvider")}abortMultipartUpload(kt,he,tr,gr){const _r="DELETE";let yr=`uploadId=${tr}`;const xr={method:_r,bucketName:kt,objectName:he,query:yr};this.makeRequest(xr,"",[204],"",!1,gr)}uploadPartCopy(kt,he){const{bucketName:tr,objectName:gr,uploadID:_r,partNumber:yr,headers:xr}=kt,Nr="PUT";let Tr=`uploadId=${_r}&partNumber=${yr}`;const Sr={method:Nr,bucketName:tr,objectName:gr,query:Tr,headers:xr};return this.makeRequest(Sr,"",[200],"",!0,(Ar,Fr)=>{let Gr=Buffer$F.from("");if(Ar)return he(Ar);(0,Ue.pipesetup)(Fr,Fe.uploadPartTransformer()).on("data",Vr=>{Gr=Vr}).on("error",he).on("end",()=>{let Vr={etag:(0,Ue.sanitizeETag)(Gr.ETag),key:gr,part:yr};he(null,Vr)})})}composeObject(kt={},he=[],tr){const gr=this,_r=he.length;if(!(0,Ue.isArray)(he))throw new qe.InvalidArgumentError("sourceConfig should an array of CopySourceOptions ");if(!(kt instanceof Ue.CopyDestinationOptions))throw new qe.InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(_r<1||_r>Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new qe.InvalidArgumentError(`"There must be as least one and up to ${Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT} source objects.`);if(!(0,Ue.isFunction)(tr))throw new TypeError('callback should be of type "function"');for(let Ar=0;Ar<_r;Ar++)if(!he[Ar].validate())return!1;if(!kt.validate())return!1;const yr=Ar=>{let Fr={};return _e.default.isEmpty(Ar.VersionID)||(Fr={versionId:Ar.VersionID}),Fr},xr=[];let Nr=0,Tr=0;const Sr=he.map(Ar=>gr.statObject(Ar.Bucket,Ar.Object,yr(Ar)));return Promise.all(Sr).then(Ar=>{const Fr=Ar.map((Br,Rr)=>{const Lr=he[Rr];let $r=Br.size;if(Lr.MatchRange){const jr=Lr.Start,vn=Lr.End;if(vn>=$r||jr<0)throw new qe.InvalidArgumentError(`CopySrcOptions ${Rr} has invalid segment-to-copy [${jr}, ${vn}] (size is ${$r})`);$r=vn-jr+1}if($rUe.PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE)throw new qe.InvalidArgumentError(`Cannot compose an object of size ${Nr} (> 5TiB)`);if(xr[Rr]=$r,Tr+=(0,Ue.partsRequired)($r),Tr>Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new qe.InvalidArgumentError(`Your proposed compose object requires more than ${Ue.PART_CONSTRAINTS.MAX_PARTS_COUNT} parts`);return Br});if(Tr===1&&Nr<=Ue.PART_CONSTRAINTS.MAX_PART_SIZE||Nr===0)return this.copyObject(he[0],kt,tr);for(let Br=0;Br<_r;Br++)he[Br].MatchETag=Fr[Br].etag;const Gr=Fr.map((Br,Rr)=>(0,Ue.calculateEvenSplits)(xr[Rr],he[Rr]));function Vr(Br){const Rr=[];return Gr.forEach((Lr,$r)=>{const{startIndex:jr,endIndex:vn,objInfo:Kr}=Lr;let kr=$r+1;const Qr=Array.from(jr),Zr=he[$r].getHeaders();Qr.forEach((Vi,To)=>{let oa=vn[To];const Ba=`${Kr.Bucket}/${Kr.Object}`;Zr["x-amz-copy-source"]=`${Ba}`,Zr["x-amz-copy-source-range"]=`bytes=${Vi}-${oa}`;const rs={bucketName:kt.Bucket,objectName:kt.Object,uploadID:Br,partNumber:kr,headers:Zr,sourceObj:Ba};Rr.push(rs)})}),Rr}const Dr=Br=>{const Rr=Vr(Br);re.default.map(Rr,gr.uploadPartCopy.bind(gr),(Lr,$r)=>{if(Lr)return this.abortMultipartUpload(kt.Bucket,kt.Object,Br,tr);const jr=$r.map(vn=>({etag:vn.etag,part:vn.part}));return gr.completeMultipartUpload(kt.Bucket,kt.Object,Br,jr,tr)})},Ir=kt.getHeaders();gr.initiateNewMultipartUpload(kt.Bucket,kt.Object,Ir,(Br,Rr)=>{if(Br)return tr(Br,null);Dr(Rr)})}).catch(Ar=>{tr(Ar,null)})}selectObjectContent(kt,he,tr={},gr){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name: ${kt}`);if(!(0,Ue.isValidObjectName)(he))throw new qe.InvalidObjectNameError(`Invalid object name: ${he}`);if(_e.default.isEmpty(tr))throw new TypeError("valid select configuration is required");if(!(0,Ue.isString)(tr.expression))throw new TypeError('sqlExpression should be of type "string"');if(_e.default.isEmpty(tr.inputSerialization))throw new TypeError("inputSerialization is required");if(!(0,Ue.isObject)(tr.inputSerialization))throw new TypeError('inputSerialization should be of type "object"');if(_e.default.isEmpty(tr.outputSerialization))throw new TypeError("outputSerialization is required");if(!(0,Ue.isObject)(tr.outputSerialization))throw new TypeError('outputSerialization should be of type "object"');if(!(0,Ue.isFunction)(gr))throw new TypeError('callback should be of type "function"');const _r="POST";let yr="select";yr+="&select-type=2";const xr=[{Expression:tr.expression},{ExpressionType:tr.expressionType||"SQL"},{InputSerialization:[tr.inputSerialization]},{OutputSerialization:[tr.outputSerialization]}];tr.requestProgress&&xr.push({RequestProgress:tr.requestProgress}),tr.scanRange&&xr.push({ScanRange:tr.scanRange});const Tr=new z.default.Builder({rootName:"SelectObjectContentRequest",renderOpts:{pretty:!1},headless:!0}).buildObject(xr);this.makeRequest({method:_r,bucketName:kt,objectName:he,query:yr},Tr,[200],"",!0,(Sr,Ar)=>{if(Sr)return gr(Sr);let Fr;(0,Ue.pipesetup)(Ar,Fe.selectObjectContentTransformer()).on("data",Gr=>{Fr=(0,nr.parseSelectObjectContentResponse)(Gr)}).on("error",gr).on("end",()=>{gr(null,Fr)})})}get extensions(){return this.clientExtensions||(this.clientExtensions=new dr.default(this)),this.clientExtensions}}e.Client=Ie,Ie.prototype.makeBucket=(0,Ue.promisify)(Ie.prototype.makeBucket),Ie.prototype.listBuckets=(0,Ue.promisify)(Ie.prototype.listBuckets),Ie.prototype.bucketExists=(0,Ue.promisify)(Ie.prototype.bucketExists),Ie.prototype.removeBucket=(0,Ue.promisify)(Ie.prototype.removeBucket),Ie.prototype.getObject=(0,Ue.promisify)(Ie.prototype.getObject),Ie.prototype.getPartialObject=(0,Ue.promisify)(Ie.prototype.getPartialObject),Ie.prototype.fGetObject=(0,Ue.promisify)(Ie.prototype.fGetObject),Ie.prototype.putObject=(0,Ue.promisify)(Ie.prototype.putObject),Ie.prototype.fPutObject=(0,Ue.promisify)(Ie.prototype.fPutObject),Ie.prototype.copyObject=(0,Ue.promisify)(Ie.prototype.copyObject),Ie.prototype.statObject=(0,Ue.promisify)(Ie.prototype.statObject),Ie.prototype.removeObject=(0,Ue.promisify)(Ie.prototype.removeObject),Ie.prototype.removeObjects=(0,Ue.promisify)(Ie.prototype.removeObjects),Ie.prototype.presignedUrl=(0,Ue.promisify)(Ie.prototype.presignedUrl),Ie.prototype.presignedGetObject=(0,Ue.promisify)(Ie.prototype.presignedGetObject),Ie.prototype.presignedPutObject=(0,Ue.promisify)(Ie.prototype.presignedPutObject),Ie.prototype.presignedPostPolicy=(0,Ue.promisify)(Ie.prototype.presignedPostPolicy),Ie.prototype.getBucketNotification=(0,Ue.promisify)(Ie.prototype.getBucketNotification),Ie.prototype.setBucketNotification=(0,Ue.promisify)(Ie.prototype.setBucketNotification),Ie.prototype.removeAllBucketNotification=(0,Ue.promisify)(Ie.prototype.removeAllBucketNotification),Ie.prototype.getBucketPolicy=(0,Ue.promisify)(Ie.prototype.getBucketPolicy),Ie.prototype.setBucketPolicy=(0,Ue.promisify)(Ie.prototype.setBucketPolicy),Ie.prototype.removeIncompleteUpload=(0,Ue.promisify)(Ie.prototype.removeIncompleteUpload),Ie.prototype.getBucketVersioning=(0,Ue.promisify)(Ie.prototype.getBucketVersioning),Ie.prototype.setBucketVersioning=(0,Ue.promisify)(Ie.prototype.setBucketVersioning),Ie.prototype.setBucketTagging=(0,Ue.promisify)(Ie.prototype.setBucketTagging),Ie.prototype.removeBucketTagging=(0,Ue.promisify)(Ie.prototype.removeBucketTagging),Ie.prototype.getBucketTagging=(0,Ue.promisify)(Ie.prototype.getBucketTagging),Ie.prototype.setObjectTagging=(0,Ue.promisify)(Ie.prototype.setObjectTagging),Ie.prototype.removeObjectTagging=(0,Ue.promisify)(Ie.prototype.removeObjectTagging),Ie.prototype.getObjectTagging=(0,Ue.promisify)(Ie.prototype.getObjectTagging),Ie.prototype.setBucketLifecycle=(0,Ue.promisify)(Ie.prototype.setBucketLifecycle),Ie.prototype.getBucketLifecycle=(0,Ue.promisify)(Ie.prototype.getBucketLifecycle),Ie.prototype.removeBucketLifecycle=(0,Ue.promisify)(Ie.prototype.removeBucketLifecycle),Ie.prototype.setObjectLockConfig=(0,Ue.promisify)(Ie.prototype.setObjectLockConfig),Ie.prototype.getObjectLockConfig=(0,Ue.promisify)(Ie.prototype.getObjectLockConfig),Ie.prototype.putObjectRetention=(0,Ue.promisify)(Ie.prototype.putObjectRetention),Ie.prototype.getObjectRetention=(0,Ue.promisify)(Ie.prototype.getObjectRetention),Ie.prototype.setBucketEncryption=(0,Ue.promisify)(Ie.prototype.setBucketEncryption),Ie.prototype.getBucketEncryption=(0,Ue.promisify)(Ie.prototype.getBucketEncryption),Ie.prototype.removeBucketEncryption=(0,Ue.promisify)(Ie.prototype.removeBucketEncryption),Ie.prototype.setBucketReplication=(0,Ue.promisify)(Ie.prototype.setBucketReplication),Ie.prototype.getBucketReplication=(0,Ue.promisify)(Ie.prototype.getBucketReplication),Ie.prototype.removeBucketReplication=(0,Ue.promisify)(Ie.prototype.removeBucketReplication),Ie.prototype.setObjectLegalHold=(0,Ue.promisify)(Ie.prototype.setObjectLegalHold),Ie.prototype.getObjectLegalHold=(0,Ue.promisify)(Ie.prototype.getObjectLegalHold),Ie.prototype.composeObject=(0,Ue.promisify)(Ie.prototype.composeObject),Ie.prototype.selectObjectContent=(0,Ue.promisify)(Ie.prototype.selectObjectContent);class jt{constructor(){this.modified="",this.unmodified="",this.matchETag="",this.matchETagExcept=""}setModified(kt){if(!(kt instanceof Date))throw new TypeError("date must be of type Date");this.modified=kt.toUTCString()}setUnmodified(kt){if(!(kt instanceof Date))throw new TypeError("date must be of type Date");this.unmodified=kt.toUTCString()}setMatchETag(kt){this.matchETag=kt}setMatchETagExcept(kt){this.matchETagExcept=kt}}e.CopyConditions=jt;class ar{constructor(){this.policy={conditions:[]},this.formData={}}setExpires(kt){if(!kt)throw new qe.InvalidDateError("Invalid date : cannot be null");this.policy.expiration=kt.toISOString()}setKey(kt){if(!(0,Ue.isValidObjectName)(kt))throw new qe.InvalidObjectNameError(`Invalid object name : ${kt}`);this.policy.conditions.push(["eq","$key",kt]),this.formData.key=kt}setKeyStartsWith(kt){if(!(0,Ue.isValidPrefix)(kt))throw new qe.InvalidPrefixError(`Invalid prefix : ${kt}`);this.policy.conditions.push(["starts-with","$key",kt]),this.formData.key=kt}setBucket(kt){if(!(0,Ue.isValidBucketName)(kt))throw new qe.InvalidBucketNameError(`Invalid bucket name : ${kt}`);this.policy.conditions.push(["eq","$bucket",kt]),this.formData.bucket=kt}setContentType(kt){if(!kt)throw new Error("content-type cannot be null");this.policy.conditions.push(["eq","$Content-Type",kt]),this.formData["Content-Type"]=kt}setContentTypeStartsWith(kt){if(!kt)throw new Error("content-type cannot be null");this.policy.conditions.push(["starts-with","$Content-Type",kt]),this.formData["Content-Type"]=kt}setContentDisposition(kt){if(!kt)throw new Error("content-disposition cannot be null");this.policy.conditions.push(["eq","$Content-Disposition",kt]),this.formData["Content-Disposition"]=kt}setContentLengthRange(kt,he){if(kt>he)throw new Error("min cannot be more than max");if(kt<0)throw new Error("min should be > 0");if(he<0)throw new Error("max should be > 0");this.policy.conditions.push(["content-length-range",kt,he])}setUserMetaData(kt){if(!(0,Ue.isObject)(kt))throw new TypeError('metadata should be of type "object"');Object.entries(kt).forEach(([he,tr])=>{const gr=`x-amz-meta-${he}`;this.policy.conditions.push(["eq",`$${gr}`,tr]),this.formData[gr]=tr})}}e.PostPolicy=ar})(minio);var cosJsSdkV5={exports:{}};(function(e,t){(function(n,$){e.exports=$()})(commonjsGlobal,function(){return function(y){var n={};function $(k){if(n[k])return n[k].exports;var L=n[k]={i:k,l:!1,exports:{}};return y[k].call(L.exports,L,L.exports,$),L.l=!0,L.exports}return $.m=y,$.c=n,$.d=function(k,L,j){$.o(k,L)||Object.defineProperty(k,L,{enumerable:!0,get:j})},$.r=function(k){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(k,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(k,"__esModule",{value:!0})},$.t=function(k,L){if(L&1&&(k=$(k)),L&8||L&4&&typeof k=="object"&&k&&k.__esModule)return k;var j=Object.create(null);if($.r(j),Object.defineProperty(j,"default",{enumerable:!0,value:k}),L&2&&typeof k!="string")for(var V in k)$.d(j,V,(function(z){return k[z]}).bind(null,V));return j},$.n=function(k){var L=k&&k.__esModule?function(){return k.default}:function(){return k};return $.d(L,"a",L),L},$.o=function(k,L){return Object.prototype.hasOwnProperty.call(k,L)},$.p="/dist/",$($.s="./index.js")}({"./index.js":function(y,n,$){var k=$("./src/cos.js");y.exports=k},"./lib/base64.js":function(y,n){var $=function(k){k=k||{};var L=k.Base64,j="2.1.9",V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",z=function(ie){for(var pe={},Ce=0,Ie=ie.length;Ce>>6)+re(128|Ce&63):re(224|Ce>>>12&15)+re(128|Ce>>>6&63)+re(128|Ce&63)}else{var Ce=65536+(pe.charCodeAt(0)-55296)*1024+(pe.charCodeAt(1)-56320);return re(240|Ce>>>18&7)+re(128|Ce>>>12&63)+re(128|Ce>>>6&63)+re(128|Ce&63)}},ue=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,de=function(pe){return pe.replace(ue,oe)},_e=function(pe){var Ce=[0,2,1][pe.length%3],Ie=pe.charCodeAt(0)<<16|(pe.length>1?pe.charCodeAt(1):0)<<8|(pe.length>2?pe.charCodeAt(2):0),jt=[V.charAt(Ie>>>18),V.charAt(Ie>>>12&63),Ce>=2?"=":V.charAt(Ie>>>6&63),Ce>=1?"=":V.charAt(Ie&63)];return jt.join("")},Ne=k.btoa?function(ie){return k.btoa(ie)}:function(ie){return ie.replace(/[\s\S]{1,3}/g,_e)},Ue=function(ie){return Ne(de(ie))},$e=function(pe,Ce){return Ce?Ue(String(pe)).replace(/[+\/]/g,function(Ie){return Ie=="+"?"-":"_"}).replace(/=/g,""):Ue(String(pe))},Ve=function(pe){return $e(pe,!0)},Fe=new RegExp(["[À-ß][€-¿]","[à-ï][€-¿]{2}","[ð-÷][€-¿]{3}"].join("|"),"g"),qe=function(pe){switch(pe.length){case 4:var Ce=(7&pe.charCodeAt(0))<<18|(63&pe.charCodeAt(1))<<12|(63&pe.charCodeAt(2))<<6|63&pe.charCodeAt(3),Ie=Ce-65536;return re((Ie>>>10)+55296)+re((Ie&1023)+56320);case 3:return re((15&pe.charCodeAt(0))<<12|(63&pe.charCodeAt(1))<<6|63&pe.charCodeAt(2));default:return re((31&pe.charCodeAt(0))<<6|63&pe.charCodeAt(1))}},er=function(pe){return pe.replace(Fe,qe)},ir=function(pe){var Ce=pe.length,Ie=Ce%4,jt=(Ce>0?z[pe.charAt(0)]<<18:0)|(Ce>1?z[pe.charAt(1)]<<12:0)|(Ce>2?z[pe.charAt(2)]<<6:0)|(Ce>3?z[pe.charAt(3)]:0),ar=[re(jt>>>16),re(jt>>>8&255),re(jt&255)];return ar.length-=[0,0,2,1][Ie],ar.join("")},dr=k.atob?function(ie){return k.atob(ie)}:function(ie){return ie.replace(/[\s\S]{1,4}/g,ir)},cr=function(ie){return er(dr(ie))},nr=function(pe){return cr(String(pe).replace(/[-_]/g,function(Ce){return Ce=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,""))},lr=function(){var pe=k.Base64;return k.Base64=L,pe},Et={VERSION:j,atob:dr,btoa:Ne,fromBase64:nr,toBase64:$e,utob:de,encode:$e,encodeURI:Ve,btou:er,decode:nr,noConflict:lr};return Et}();y.exports=$},"./lib/crypto.js":function(y,n,$){(function(k){var L=$("./node_modules/@babel/runtime/helpers/typeof.js"),j=j||function(V,z){var re={},oe=re.lib={},ue=function(){},de=oe.Base={extend:function(ir){ue.prototype=this;var dr=new ue;return ir&&dr.mixIn(ir),dr.hasOwnProperty("init")||(dr.init=function(){dr.$super.init.apply(this,arguments)}),dr.init.prototype=dr,dr.$super=this,dr},create:function(){var ir=this.extend();return ir.init.apply(ir,arguments),ir},init:function(){},mixIn:function(ir){for(var dr in ir)ir.hasOwnProperty(dr)&&(this[dr]=ir[dr]);ir.hasOwnProperty("toString")&&(this.toString=ir.toString)},clone:function(){return this.init.prototype.extend(this)}},_e=oe.WordArray=de.extend({init:function(ir,dr){ir=this.words=ir||[],this.sigBytes=dr!=z?dr:4*ir.length},toString:function(ir){return(ir||Ue).stringify(this)},concat:function(ir){var dr=this.words,cr=ir.words,nr=this.sigBytes;if(ir=ir.sigBytes,this.clamp(),nr%4)for(var lr=0;lr>>2]|=(cr[lr>>>2]>>>24-8*(lr%4)&255)<<24-8*((nr+lr)%4);else if(65535>>2]=cr[lr>>>2];else dr.push.apply(dr,cr);return this.sigBytes+=ir,this},clamp:function(){var ir=this.words,dr=this.sigBytes;ir[dr>>>2]&=4294967295<<32-8*(dr%4),ir.length=V.ceil(dr/4)},clone:function(){var ir=de.clone.call(this);return ir.words=this.words.slice(0),ir},random:function(ir){for(var dr=[],cr=0;cr>>2]>>>24-8*(nr%4)&255;cr.push((lr>>>4).toString(16)),cr.push((lr&15).toString(16))}return cr.join("")},parse:function(ir){for(var dr=ir.length,cr=[],nr=0;nr>>3]|=parseInt(ir.substr(nr,2),16)<<24-4*(nr%8);return new _e.init(cr,dr/2)}},$e=Ne.Latin1={stringify:function(ir){var dr=ir.words;ir=ir.sigBytes;for(var cr=[],nr=0;nr>>2]>>>24-8*(nr%4)&255));return cr.join("")},parse:function(ir){for(var dr=ir.length,cr=[],nr=0;nr>>2]|=(ir.charCodeAt(nr)&255)<<24-8*(nr%4);return new _e.init(cr,dr)}},Ve=Ne.Utf8={stringify:function(ir){try{return decodeURIComponent(escape($e.stringify(ir)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(ir){return $e.parse(unescape(encodeURIComponent(ir)))}},Fe=oe.BufferedBlockAlgorithm=de.extend({reset:function(){this._data=new _e.init,this._nDataBytes=0},_append:function(ir){typeof ir=="string"&&(ir=Ve.parse(ir)),this._data.concat(ir),this._nDataBytes+=ir.sigBytes},_process:function(ir){var dr=this._data,cr=dr.words,nr=dr.sigBytes,lr=this.blockSize,Et=nr/(4*lr),Et=ir?V.ceil(Et):V.max((Et|0)-this._minBufferSize,0);if(ir=Et*lr,nr=V.min(4*ir,nr),ir){for(var ie=0;ieir;ir++){if(16>ir)oe[ir]=_e[Ne+ir]|0;else{var dr=oe[ir-3]^oe[ir-8]^oe[ir-14]^oe[ir-16];oe[ir]=dr<<1|dr>>>31}dr=($e<<5|$e>>>27)+er+oe[ir],dr=20>ir?dr+((Ve&Fe|~Ve&qe)+1518500249):40>ir?dr+((Ve^Fe^qe)+1859775393):60>ir?dr+((Ve&Fe|Ve&qe|Fe&qe)-1894007588):dr+((Ve^Fe^qe)-899497514),er=qe,qe=Fe,Fe=Ve<<30|Ve>>>2,Ve=$e,$e=dr}Ue[0]=Ue[0]+$e|0,Ue[1]=Ue[1]+Ve|0,Ue[2]=Ue[2]+Fe|0,Ue[3]=Ue[3]+qe|0,Ue[4]=Ue[4]+er|0},_doFinalize:function(){var _e=this._data,Ne=_e.words,Ue=8*this._nDataBytes,$e=8*_e.sigBytes;return Ne[$e>>>5]|=128<<24-$e%32,Ne[($e+64>>>9<<4)+14]=Math.floor(Ue/4294967296),Ne[($e+64>>>9<<4)+15]=Ue,_e.sigBytes=4*Ne.length,this._process(),this._hash},clone:function(){var _e=re.clone.call(this);return _e._hash=this._hash.clone(),_e}});V.SHA1=re._createHelper(ue),V.HmacSHA1=re._createHmacHelper(ue)})(),function(){var V=j,z=V.enc.Utf8;V.algo.HMAC=V.lib.Base.extend({init:function(oe,ue){oe=this._hasher=new oe.init,typeof ue=="string"&&(ue=z.parse(ue));var de=oe.blockSize,_e=4*de;ue.sigBytes>_e&&(ue=oe.finalize(ue)),ue.clamp();for(var Ne=this._oKey=ue.clone(),Ue=this._iKey=ue.clone(),$e=Ne.words,Ve=Ue.words,Fe=0;Fe>>2]>>>24-Ve%4*8&255,qe=_e[Ve+1>>>2]>>>24-(Ve+1)%4*8&255,er=_e[Ve+2>>>2]>>>24-(Ve+2)%4*8&255,ir=Fe<<16|qe<<8|er,dr=0;dr<4&&Ve+dr*.75>>6*(3-dr)&63));var cr=Ue.charAt(64);if(cr)for(;$e.length%4;)$e.push(cr);return $e.join("")},parse:function(de){var _e=de.length,Ne=this._map,Ue=Ne.charAt(64);if(Ue){var $e=de.indexOf(Ue);$e!=-1&&(_e=$e)}for(var Ve=[],Fe=0,qe=0;qe<_e;qe++)if(qe%4){var er=Ne.indexOf(de.charAt(qe-1))<>>6-qe%4*2;Ve[Fe>>>2]|=(er|ir)<<24-Fe%4*8,Fe++}return re.create(Ve,Fe)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),L(k)==="object"?k.exports=j:window.CryptoJS=j}).call(this,$("./node_modules/webpack/buildin/module.js")(y))},"./lib/md5.js":function(y,n,$){(function(k){var L,j=$("./node_modules/@babel/runtime/helpers/typeof.js");(function(){var V=(typeof window>"u"?"undefined":j(window))==="object",z=V?window:{};z.JS_MD5_NO_WINDOW&&(V=!1);var re=!V&&(typeof self>"u"?"undefined":j(self))==="object";re&&(z=self);var oe=!z.JS_MD5_NO_COMMON_JS&&j(k)==="object"&&k.exports,ue=$("./node_modules/webpack/buildin/amd-options.js"),de=!z.JS_MD5_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",_e="0123456789abcdef".split(""),Ne=[128,32768,8388608,-2147483648],Ue=[0,8,16,24],$e=["hex","array","digest","buffer","arrayBuffer","base64"],Ve="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),Fe=[],qe;if(de){var er=new ArrayBuffer(68);qe=new Uint8Array(er),Fe=new Uint32Array(er)}(z.JS_MD5_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(lr){return Object.prototype.toString.call(lr)==="[object Array]"}),de&&(z.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(lr){return j(lr)==="object"&&lr.buffer&&lr.buffer.constructor===ArrayBuffer});var ir=function(Et){return function(ie,pe){return new cr(!0).update(ie,pe)[Et]()}},dr=function(){var Et=ir("hex");Et.getCtx=Et.create=function(){return new cr},Et.update=function(Ce){return Et.create().update(Ce)};for(var ie=0;ie<$e.length;++ie){var pe=$e[ie];Et[pe]=ir(pe)}return Et};function cr(lr){if(lr)Fe[0]=Fe[16]=Fe[1]=Fe[2]=Fe[3]=Fe[4]=Fe[5]=Fe[6]=Fe[7]=Fe[8]=Fe[9]=Fe[10]=Fe[11]=Fe[12]=Fe[13]=Fe[14]=Fe[15]=0,this.blocks=Fe,this.buffer8=qe;else if(de){var Et=new ArrayBuffer(68);this.buffer8=new Uint8Array(Et),this.blocks=new Uint32Array(Et)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}cr.prototype.update=function(lr,Et){if(!this.finalized){for(var ie,pe=0,Ce,Ie=lr.length,jt=this.blocks,ar=this.buffer8;pe>6,ar[Ce++]=128|ie&63):ie<55296||ie>=57344?(ar[Ce++]=224|ie>>12,ar[Ce++]=128|ie>>6&63,ar[Ce++]=128|ie&63):(ie=65536+((ie&1023)<<10|lr.charCodeAt(++pe)&1023),ar[Ce++]=240|ie>>18,ar[Ce++]=128|ie>>12&63,ar[Ce++]=128|ie>>6&63,ar[Ce++]=128|ie&63);else for(Ce=this.start;pe>2]|=ie<>2]|=(192|ie>>6)<>2]|=(128|ie&63)<=57344?(jt[Ce>>2]|=(224|ie>>12)<>2]|=(128|ie>>6&63)<>2]|=(128|ie&63)<>2]|=(240|ie>>18)<>2]|=(128|ie>>12&63)<>2]|=(128|ie>>6&63)<>2]|=(128|ie&63)<=64?(this.start=Ce-64,this.hash(),this.hashed=!0):this.start=Ce}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},cr.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var lr=this.blocks,Et=this.lastByteIndex;lr[Et>>2]|=Ne[Et&3],Et>=56&&(this.hashed||this.hash(),lr[0]=lr[16],lr[16]=lr[1]=lr[2]=lr[3]=lr[4]=lr[5]=lr[6]=lr[7]=lr[8]=lr[9]=lr[10]=lr[11]=lr[12]=lr[13]=lr[14]=lr[15]=0),lr[14]=this.bytes<<3,lr[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},cr.prototype.hash=function(){var lr,Et,ie,pe,Ce,Ie,jt=this.blocks;this.first?(lr=jt[0]-680876937,lr=(lr<<7|lr>>>25)-271733879<<0,pe=(-1732584194^lr&2004318071)+jt[1]-117830708,pe=(pe<<12|pe>>>20)+lr<<0,ie=(-271733879^pe&(lr^-271733879))+jt[2]-1126478375,ie=(ie<<17|ie>>>15)+pe<<0,Et=(lr^ie&(pe^lr))+jt[3]-1316259209,Et=(Et<<22|Et>>>10)+ie<<0):(lr=this.h0,Et=this.h1,ie=this.h2,pe=this.h3,lr+=(pe^Et&(ie^pe))+jt[0]-680876936,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[1]-389564586,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[2]+606105819,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[3]-1044525330,Et=(Et<<22|Et>>>10)+ie<<0),lr+=(pe^Et&(ie^pe))+jt[4]-176418897,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[5]+1200080426,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[6]-1473231341,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[7]-45705983,Et=(Et<<22|Et>>>10)+ie<<0,lr+=(pe^Et&(ie^pe))+jt[8]+1770035416,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[9]-1958414417,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[10]-42063,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[11]-1990404162,Et=(Et<<22|Et>>>10)+ie<<0,lr+=(pe^Et&(ie^pe))+jt[12]+1804603682,lr=(lr<<7|lr>>>25)+Et<<0,pe+=(ie^lr&(Et^ie))+jt[13]-40341101,pe=(pe<<12|pe>>>20)+lr<<0,ie+=(Et^pe&(lr^Et))+jt[14]-1502002290,ie=(ie<<17|ie>>>15)+pe<<0,Et+=(lr^ie&(pe^lr))+jt[15]+1236535329,Et=(Et<<22|Et>>>10)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[1]-165796510,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[6]-1069501632,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[11]+643717713,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[0]-373897302,Et=(Et<<20|Et>>>12)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[5]-701558691,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[10]+38016083,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[15]-660478335,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[4]-405537848,Et=(Et<<20|Et>>>12)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[9]+568446438,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[14]-1019803690,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[3]-187363961,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[8]+1163531501,Et=(Et<<20|Et>>>12)+ie<<0,lr+=(ie^pe&(Et^ie))+jt[13]-1444681467,lr=(lr<<5|lr>>>27)+Et<<0,pe+=(Et^ie&(lr^Et))+jt[2]-51403784,pe=(pe<<9|pe>>>23)+lr<<0,ie+=(lr^Et&(pe^lr))+jt[7]+1735328473,ie=(ie<<14|ie>>>18)+pe<<0,Et+=(pe^lr&(ie^pe))+jt[12]-1926607734,Et=(Et<<20|Et>>>12)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[5]-378558,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[8]-2022574463,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[11]+1839030562,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[14]-35309556,Et=(Et<<23|Et>>>9)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[1]-1530992060,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[4]+1272893353,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[7]-155497632,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[10]-1094730640,Et=(Et<<23|Et>>>9)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[13]+681279174,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[0]-358537222,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[3]-722521979,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[6]+76029189,Et=(Et<<23|Et>>>9)+ie<<0,Ce=Et^ie,lr+=(Ce^pe)+jt[9]-640364487,lr=(lr<<4|lr>>>28)+Et<<0,pe+=(Ce^lr)+jt[12]-421815835,pe=(pe<<11|pe>>>21)+lr<<0,Ie=pe^lr,ie+=(Ie^Et)+jt[15]+530742520,ie=(ie<<16|ie>>>16)+pe<<0,Et+=(Ie^ie)+jt[2]-995338651,Et=(Et<<23|Et>>>9)+ie<<0,lr+=(ie^(Et|~pe))+jt[0]-198630844,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[7]+1126891415,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[14]-1416354905,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[5]-57434055,Et=(Et<<21|Et>>>11)+ie<<0,lr+=(ie^(Et|~pe))+jt[12]+1700485571,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[3]-1894986606,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[10]-1051523,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[1]-2054922799,Et=(Et<<21|Et>>>11)+ie<<0,lr+=(ie^(Et|~pe))+jt[8]+1873313359,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[15]-30611744,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[6]-1560198380,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[13]+1309151649,Et=(Et<<21|Et>>>11)+ie<<0,lr+=(ie^(Et|~pe))+jt[4]-145523070,lr=(lr<<6|lr>>>26)+Et<<0,pe+=(Et^(lr|~ie))+jt[11]-1120210379,pe=(pe<<10|pe>>>22)+lr<<0,ie+=(lr^(pe|~Et))+jt[2]+718787259,ie=(ie<<15|ie>>>17)+pe<<0,Et+=(pe^(ie|~lr))+jt[9]-343485551,Et=(Et<<21|Et>>>11)+ie<<0,this.first?(this.h0=lr+1732584193<<0,this.h1=Et-271733879<<0,this.h2=ie-1732584194<<0,this.h3=pe+271733878<<0,this.first=!1):(this.h0=this.h0+lr<<0,this.h1=this.h1+Et<<0,this.h2=this.h2+ie<<0,this.h3=this.h3+pe<<0)},cr.prototype.hex=function(){this.finalize();var lr=this.h0,Et=this.h1,ie=this.h2,pe=this.h3;return _e[lr>>4&15]+_e[lr&15]+_e[lr>>12&15]+_e[lr>>8&15]+_e[lr>>20&15]+_e[lr>>16&15]+_e[lr>>28&15]+_e[lr>>24&15]+_e[Et>>4&15]+_e[Et&15]+_e[Et>>12&15]+_e[Et>>8&15]+_e[Et>>20&15]+_e[Et>>16&15]+_e[Et>>28&15]+_e[Et>>24&15]+_e[ie>>4&15]+_e[ie&15]+_e[ie>>12&15]+_e[ie>>8&15]+_e[ie>>20&15]+_e[ie>>16&15]+_e[ie>>28&15]+_e[ie>>24&15]+_e[pe>>4&15]+_e[pe&15]+_e[pe>>12&15]+_e[pe>>8&15]+_e[pe>>20&15]+_e[pe>>16&15]+_e[pe>>28&15]+_e[pe>>24&15]},cr.prototype.toString=cr.prototype.hex,cr.prototype.digest=function(lr){if(lr==="hex")return this.hex();this.finalize();var Et=this.h0,ie=this.h1,pe=this.h2,Ce=this.h3,Ie=[Et&255,Et>>8&255,Et>>16&255,Et>>24&255,ie&255,ie>>8&255,ie>>16&255,ie>>24&255,pe&255,pe>>8&255,pe>>16&255,pe>>24&255,Ce&255,Ce>>8&255,Ce>>16&255,Ce>>24&255];return Ie},cr.prototype.array=cr.prototype.digest,cr.prototype.arrayBuffer=function(){this.finalize();var lr=new ArrayBuffer(16),Et=new Uint32Array(lr);return Et[0]=this.h0,Et[1]=this.h1,Et[2]=this.h2,Et[3]=this.h3,lr},cr.prototype.buffer=cr.prototype.arrayBuffer,cr.prototype.base64=function(){for(var lr,Et,ie,pe="",Ce=this.array(),Ie=0;Ie<15;)lr=Ce[Ie++],Et=Ce[Ie++],ie=Ce[Ie++],pe+=Ve[lr>>>2]+Ve[(lr<<4|Et>>>4)&63]+Ve[(Et<<2|ie>>>6)&63]+Ve[ie&63];return lr=Ce[Ie],pe+=Ve[lr>>>2]+Ve[lr<<4&63]+"==",pe};var nr=dr();oe?k.exports=nr:(z.md5=nr,ue&&(L=(function(){return nr}).call(nr,$,nr,k),L!==void 0&&(k.exports=L)))})()}).call(this,$("./node_modules/webpack/buildin/module.js")(y))},"./lib/request.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/typeof.js"),L=function(ue){switch(k(ue)){case"string":return ue;case"boolean":return ue?"true":"false";case"number":return isFinite(ue)?ue:"";default:return""}},j=function(ue,de,_e,Ne){return de=de||"&",_e=_e||"=",ue===null&&(ue=void 0),k(ue)==="object"?Object.keys(ue).map(function(Ue){var $e=encodeURIComponent(L(Ue))+_e;return Array.isArray(ue[Ue])?ue[Ue].map(function(Ve){return $e+encodeURIComponent(L(Ve))}).join(de):$e+encodeURIComponent(L(ue[Ue]))}).filter(Boolean).join(de):""},V=function(ue,de,_e){var Ne={},Ue=de.getAllResponseHeaders();return Ue&&Ue.length>0&&Ue.trim().split(` -`).forEach(function($e){if($e){var Ve=$e.indexOf(":"),Fe=$e.substr(0,Ve).trim().toLowerCase(),qe=$e.substr(Ve+1).trim();Ne[Fe]=qe}}),{error:ue,statusCode:de.status,statusMessage:de.statusText,headers:Ne,body:_e}},z=function(ue,de){return!de&&de==="text"?ue.responseText:ue.response},re=function(ue,de){var _e=(ue.method||"GET").toUpperCase(),Ne=ue.url;if(ue.qs){var Ue=j(ue.qs);Ue&&(Ne+=(Ne.indexOf("?")===-1?"?":"&")+Ue)}var $e=new XMLHttpRequest;if($e.open(_e,Ne,!0),$e.responseType=ue.dataType||"text",ue.xhrFields)for(var Ve in ue.xhrFields)$e[Ve]=ue.xhrFields[Ve];var Fe=ue.headers;if(Fe)for(var qe in Fe)Fe.hasOwnProperty(qe)&&qe.toLowerCase()!=="content-length"&&qe.toLowerCase()!=="user-agent"&&qe.toLowerCase()!=="origin"&&qe.toLowerCase()!=="host"&&$e.setRequestHeader(qe,Fe[qe]);return ue.onProgress&&$e.upload&&($e.upload.onprogress=ue.onProgress),ue.onDownloadProgress&&($e.onprogress=ue.onDownloadProgress),ue.timeout&&($e.timeout=ue.timeout),$e.ontimeout=function(er){var ir=new Error("timeout");de(V(ir,$e))},$e.onload=function(){de(V(null,$e,z($e,ue.dataType)))},$e.onerror=function(er){var ir=z($e,ue.dataType);if(ir)de(V(null,$e,ir));else{var dr=$e.statusText;!dr&&$e.status===0&&(dr=new Error("CORS blocked or network error")),de(V(dr,$e,ir))}},$e.send(ue.body||""),$e};y.exports=re},"./node_modules/@babel/runtime/helpers/classCallCheck.js":function(y,n){function $(k,L){if(!(k instanceof L))throw new TypeError("Cannot call a class as a function")}y.exports=$,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/@babel/runtime/helpers/createClass.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/toPropertyKey.js");function L(V,z){for(var re=0;re"u")};n.isExist=function(oe){return typeof oe<"u"},n.isEmptyObject=function(oe){return Object.keys(oe).length===0},n.merge=function(oe,ue,de){if(ue){const _e=Object.keys(ue),Ne=_e.length;for(let Ue=0;Ue"&&ir[Et]!==" "&&ir[Et]!==" "&&ir[Et]!==` -`&&ir[Et]!=="\r";Et++)Ce+=ir[Et];if(Ce=Ce.trim(),Ce[Ce.length-1]==="/"&&(Ce=Ce.substring(0,Ce.length-1),Et--),!Fe(Ce)){let ar;return Ce.trim().length===0?ar="Invalid space after '<'.":ar="Tag '"+Ce+"' is an invalid name.",$e("InvalidTag",ar,qe(ir,Et))}const Ie=ue(ir,Et);if(Ie===!1)return $e("InvalidAttr","Attributes for '"+Ce+"' have open quote.",qe(ir,Et));let jt=Ie.value;if(Et=Ie.index,jt[jt.length-1]==="/"){const ar=Et-jt.length;jt=jt.substring(0,jt.length-1);const ur=_e(jt,dr);if(ur===!0)nr=!0;else return $e(ur.err.code,ur.err.msg,qe(ir,ar+ur.err.line))}else if(pe)if(Ie.tagClosed){if(jt.trim().length>0)return $e("InvalidTag","Closing tag '"+Ce+"' can't have attributes or invalid starting.",qe(ir,ie));if(cr.length===0)return $e("InvalidTag","Closing tag '"+Ce+"' has not been opened.",qe(ir,ie));{const ar=cr.pop();if(Ce!==ar.tagName){let ur=qe(ir,ar.tagStartPos);return $e("InvalidTag","Expected closing tag '"+ar.tagName+"' (opened in line "+ur.line+", col "+ur.col+") instead of closing tag '"+Ce+"'.",qe(ir,ie))}cr.length==0&&(lr=!0)}}else return $e("InvalidTag","Closing tag '"+Ce+"' doesn't have proper closing.",qe(ir,Et));else{const ar=_e(jt,dr);if(ar!==!0)return $e(ar.err.code,ar.err.msg,qe(ir,Et-jt.length+ar.err.line));if(lr===!0)return $e("InvalidXml","Multiple possible root nodes found.",qe(ir,Et));dr.unpairedTags.indexOf(Ce)!==-1||cr.push({tagName:Ce,tagStartPos:ie}),nr=!0}for(Et++;Et0)return $e("InvalidXml","Invalid '"+JSON.stringify(cr.map(Et=>Et.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return $e("InvalidXml","Start tag expected.",1);return!0};function j(ir){return ir===" "||ir===" "||ir===` -`||ir==="\r"}function V(ir,dr){const cr=dr;for(;dr5&&nr==="xml")return $e("InvalidXml","XML declaration allowed only at the start of the document.",qe(ir,dr));if(ir[dr]=="?"&&ir[dr+1]==">"){dr++;break}else continue}return dr}function z(ir,dr){if(ir.length>dr+5&&ir[dr+1]==="-"&&ir[dr+2]==="-"){for(dr+=3;dr"){dr+=2;break}}else if(ir.length>dr+8&&ir[dr+1]==="D"&&ir[dr+2]==="O"&&ir[dr+3]==="C"&&ir[dr+4]==="T"&&ir[dr+5]==="Y"&&ir[dr+6]==="P"&&ir[dr+7]==="E"){let cr=1;for(dr+=8;dr"&&(cr--,cr===0))break}else if(ir.length>dr+9&&ir[dr+1]==="["&&ir[dr+2]==="C"&&ir[dr+3]==="D"&&ir[dr+4]==="A"&&ir[dr+5]==="T"&&ir[dr+6]==="A"&&ir[dr+7]==="["){for(dr+=8;dr"){dr+=2;break}}return dr}const re='"',oe="'";function ue(ir,dr){let cr="",nr="",lr=!1;for(;dr"&&nr===""){lr=!0;break}cr+=ir[dr]}return nr!==""?!1:{value:cr,index:dr,tagClosed:lr}}const de=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function _e(ir,dr){const cr=k.getAllMatches(ir,de),nr={};for(let lr=0;lr","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function j(oe){this.options=Object.assign({},L,oe),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=re),this.processTextOrObjNode=V,this.options.format?(this.indentate=z,this.tagEndChar=`> +`,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(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,execPath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};const Package={version:"7.1.3"},requestOptionProperties=["agent","ca","cert","ciphers","clientCertEngine","crl","dhparam","ecdhCurve","family","honorCipherOrder","key","passphrase","pfx","rejectUnauthorized","secureOptions","secureProtocol","servername","sessionIdContext"];class TypedClient{constructor(t){Vh(this,"partSize",64*1024*1024);Vh(this,"maximumPartSize",5*1024*1024*1024);Vh(this,"maxObjectSize",5*1024*1024*1024*1024);if(t.secure!==void 0)throw new Error('"secure" option deprecated, "useSSL" should be used instead');if(t.useSSL===void 0&&(t.useSSL=!0),t.port||(t.port=0),!isValidEndpoint(t.endPoint))throw new InvalidEndpointError(`Invalid endPoint : ${t.endPoint}`);if(!isValidPort(t.port))throw new InvalidArgumentError(`Invalid port : ${t.port}`);if(!isBoolean$1(t.useSSL))throw new InvalidArgumentError(`Invalid useSSL flag type : ${t.useSSL}, expected to be of type "boolean"`);if(t.region&&!isString$1(t.region))throw new InvalidArgumentError(`Invalid region : ${t.region}`);const y=t.endPoint.toLowerCase();let n=t.port,k,L,$;if(t.useSSL?(L=http,k="https:",n=n||443,$=void 0):(L=http,k="http:",n=n||80,$=void 0),t.transport){if(!isObject$1(t.transport))throw new InvalidArgumentError(`Invalid transport type : ${t.transport}, expected to be type "object"`);L=t.transport}if(t.transportAgent){if(!isObject$1(t.transportAgent))throw new InvalidArgumentError(`Invalid transportAgent type: ${t.transportAgent}, expected to be type "object"`);$=t.transportAgent}const V=`MinIO ${`(${define_process_default$3.platform}; ${define_process_default$3.arch})`} minio-js/${Package.version}`;if(this.transport=L,this.transportAgent=$,this.host=y,this.port=n,this.protocol=k,this.userAgent=`${V}`,t.pathStyle===void 0?this.pathStyle=!0:this.pathStyle=t.pathStyle,this.accessKey=t.accessKey??"",this.secretKey=t.secretKey??"",this.sessionToken=t.sessionToken,this.anonymous=!this.accessKey||!this.secretKey,t.credentialsProvider&&(this.credentialsProvider=t.credentialsProvider),this.regionMap={},t.region&&(this.region=t.region),t.partSize&&(this.partSize=t.partSize,this.overRidePartSize=!0),this.partSize<5*1024*1024)throw new InvalidArgumentError("Part size should be greater than 5MB");if(this.partSize>5*1024*1024*1024)throw new InvalidArgumentError("Part size should be less than 5GB");this.enableSHA256=!this.anonymous&&!t.useSSL,this.s3AccelerateEndpoint=t.s3AccelerateEndpoint||void 0,this.reqOptions={},this.clientExtensions=new Extensions(this)}get extensions(){return this.clientExtensions}setS3TransferAccelerate(t){this.s3AccelerateEndpoint=t}setRequestOptions(t){if(!isObject$1(t))throw new TypeError('request options should be of type "object"');this.reqOptions=_.pick(t,requestOptionProperties)}getAccelerateEndPointIfSet(t,y){if(!isEmpty(this.s3AccelerateEndpoint)&&!isEmpty(t)&&!isEmpty(y)){if(t.includes("."))throw new Error(`Transfer Acceleration is not supported for non compliant bucket:${t}`);return this.s3AccelerateEndpoint}return!1}getRequestOptions(t){const y=t.method,n=t.region,k=t.bucketName;let L=t.objectName;const $=t.headers,j=t.query;let V={method:y,headers:{},protocol:this.protocol,agent:this.transportAgent},z;k&&(z=isVirtualHostStyle(this.host,this.protocol,k,this.pathStyle));let re="/",ie=this.host,oe;if(this.port&&(oe=this.port),L&&(L=uriResourceEscape(L)),isAmazonEndpoint(ie)){const ue=this.getAccelerateEndPointIfSet(k,L);ue?ie=`${ue}`:ie=getS3Endpoint(n)}if(z&&!t.pathStyle?(k&&(ie=`${k}.${ie}`),L&&(re=`/${L}`)):(k&&(re=`/${k}`),L&&(re=`/${k}/${L}`)),j&&(re+=`?${j}`),V.headers.host=ie,(V.protocol==="http:"&&oe!==80||V.protocol==="https:"&&oe!==443)&&(V.headers.host=`${ie}:${oe}`),V.headers["user-agent"]=this.userAgent,$)for(const[ue,de]of Object.entries($))V.headers[ue.toLowerCase()]=de;return V=Object.assign({},this.reqOptions,V),{...V,headers:_.mapValues(_.pickBy(V.headers,isDefined),ue=>ue.toString()),host:ie,port:oe,path:re}}async setCredentialsProvider(t){if(!(t instanceof CredentialProvider))throw new Error("Unable to get credentials. Expected instance of CredentialProvider");this.credentialsProvider=t,await this.checkAndRefreshCreds()}async checkAndRefreshCreds(){if(this.credentialsProvider)try{const t=await this.credentialsProvider.getCredentials();this.accessKey=t.getAccessKey(),this.secretKey=t.getSecretKey(),this.sessionToken=t.getSessionToken()}catch(t){throw new Error(`Unable to get credentials: ${t}`,{cause:t})}}logHTTP(t,y,n){if(!this.logStream)return;if(!isObject$1(t))throw new TypeError('reqOptions should be of type "object"');if(y&&!isReadableStream$1(y))throw new TypeError('response should be of type "Stream"');if(n&&!(n instanceof Error))throw new TypeError('err should be of type "Error"');const k=this.logStream,L=$=>{Object.entries($).forEach(([j,V])=>{if(j=="authorization"&&isString$1(V)){const z=new RegExp("Signature=([0-9a-f]+)");V=V.replace(z,"Signature=**REDACTED**")}k.write(`${j}: ${V} +`)}),k.write(` +`)};if(k.write(`REQUEST: ${t.method} ${t.path} +`),L(t.headers),y&&(this.logStream.write(`RESPONSE: ${y.statusCode} +`),L(y.headers)),n){k.write(`ERROR BODY: +`);const $=JSON.stringify(n,null," ");k.write(`${$} +`)}}traceOn(t){t||(t=define_process_default$3.stdout),this.logStream=t}traceOff(){this.logStream=void 0}async makeRequestAsync(t,y="",n=[200],k=""){if(!isObject$1(t))throw new TypeError('options should be of type "object"');if(!isString$1(y)&&!isObject$1(y))throw new TypeError('payload should be of type "string" or "Buffer"');if(n.forEach($=>{if(!isNumber$2($))throw new TypeError('statusCode should be of type "number"')}),!isString$1(k))throw new TypeError('region should be of type "string"');t.headers||(t.headers={}),(t.method==="POST"||t.method==="PUT"||t.method==="DELETE")&&(t.headers["content-length"]=y.length.toString());const L=this.enableSHA256?toSha256(y):"";return this.makeRequestStreamAsync(t,y,L,n,k)}async makeRequestAsyncOmit(t,y="",n=[200],k=""){const L=await this.makeRequestAsync(t,y,n,k);return await drainResponse(L),L}async makeRequestStreamAsync(t,y,n,k,L){if(!isObject$1(t))throw new TypeError('options should be of type "object"');if(!(Buffer$2.isBuffer(y)||typeof y=="string"||isReadableStream$1(y)))throw new InvalidArgumentError(`stream should be a Buffer, string or readable Stream, got ${typeof y} instead`);if(!isString$1(n))throw new TypeError('sha256sum should be of type "string"');if(k.forEach(V=>{if(!isNumber$2(V))throw new TypeError('statusCode should be of type "number"')}),!isString$1(L))throw new TypeError('region should be of type "string"');if(!this.enableSHA256&&n.length!==0)throw new InvalidArgumentError("sha256sum expected to be empty for anonymous or https requests");if(this.enableSHA256&&n.length!==64)throw new InvalidArgumentError(`Invalid sha256sum : ${n}`);await this.checkAndRefreshCreds(),L=L||await this.getBucketRegionAsync(t.bucketName);const $=this.getRequestOptions({...t,region:L});if(!this.anonymous){this.enableSHA256||(n="UNSIGNED-PAYLOAD");const V=new Date;$.headers["x-amz-date"]=makeDateLong(V),$.headers["x-amz-content-sha256"]=n,this.sessionToken&&($.headers["x-amz-security-token"]=this.sessionToken),$.headers.authorization=signV4($,this.accessKey,this.secretKey,L,V,n)}const j=await request$1(this.transport,$,y);if(!j.statusCode)throw new Error("BUG: response doesn't have a statusCode");if(!k.includes(j.statusCode)){delete this.regionMap[t.bucketName];const V=await parseResponseError(j);throw this.logHTTP($,j,V),V}return this.logHTTP($,j),j}async getBucketRegionAsync(t){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name : ${t}`);if(this.region)return this.region;const y=this.regionMap[t];if(y)return y;const n=async z=>{const re=await readAsString(z),ie=parseBucketRegion(re)||DEFAULT_REGION;return this.regionMap[t]=ie,ie},k="GET",L="location",$=this.pathStyle&&!isBrowser_1;let j;try{const z=await this.makeRequestAsync({method:k,bucketName:t,query:L,pathStyle:$},"",[200],DEFAULT_REGION);return n(z)}catch(z){if(z.name!=="AuthorizationHeaderMalformed"||(j=z.Region,!j))throw z}const V=await this.makeRequestAsync({method:k,bucketName:t,query:L,pathStyle:$},"",[200],j);return await n(V)}makeRequest(t,y="",n=[200],k="",L,$){let j;L?j=this.makeRequestAsync(t,y,n,k):j=this.makeRequestAsyncOmit(t,y,n,k),j.then(V=>$(null,V),V=>{$(V)})}makeRequestStream(t,y,n,k,L,$,j){(async()=>{const z=await this.makeRequestStreamAsync(t,y,n,k,L);return $||await drainResponse(z),z})().then(z=>j(null,z),z=>j(z))}getBucketRegion(t,y){return this.getBucketRegionAsync(t).then(n=>y(null,n),n=>y(n))}async removeBucket(t){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);await this.makeRequestAsyncOmit({method:"DELETE",bucketName:t},"",[204]),delete this.regionMap[t]}async statObject(t,y,n={}){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isObject$1(n))throw new InvalidArgumentError('statOpts should be of type "object"');const k=queryString.stringify(n),$=await this.makeRequestAsyncOmit({method:"HEAD",bucketName:t,objectName:y,query:k});return{size:parseInt($.headers["content-length"]),metaData:extractMetadata($.headers),lastModified:new Date($.headers["last-modified"]),versionId:getVersionId($.headers),etag:sanitizeETag($.headers.etag)}}async removeObject(t,y,n={}){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isObject$1(n))throw new InvalidArgumentError('removeOpts should be of type "object"');const k="DELETE",L={};n.governanceBypass&&(L["X-Amz-Bypass-Governance-Retention"]=!0),n.forceDelete&&(L["x-minio-force-delete"]=!0);const $={};n.versionId&&($.versionId=`${n.versionId}`);const j=queryString.stringify($);await this.makeRequestAsyncOmit({method:k,bucketName:t,objectName:y,headers:L,query:j},"",[200,204])}async initiateNewMultipartUpload(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isObject$1(n))throw new InvalidObjectNameError('contentType should be of type "object"');const $=await this.makeRequestAsync({method:"POST",bucketName:t,objectName:y,query:"uploads",headers:n}),j=await readAsBuffer($);return parseInitiateMultipart(j.toString())}async abortMultipartUpload(t,y,n){const k="DELETE",L=`uploadId=${n}`,$={method:k,bucketName:t,objectName:y,query:L};await this.makeRequestAsyncOmit($,"",[204])}async listParts(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isString$1(n))throw new TypeError('uploadId should be of type "string"');if(!n)throw new InvalidArgumentError("uploadId cannot be empty");const k=[];let L=0,$;do $=await this.listPartsQuery(t,y,n,L),L=$.marker,k.push(...$.parts);while($.isTruncated);return k}async listPartsQuery(t,y,n,k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isString$1(n))throw new TypeError('uploadId should be of type "string"');if(!isNumber$2(k))throw new TypeError('marker should be of type "number"');if(!n)throw new InvalidArgumentError("uploadId cannot be empty");let L=`uploadId=${uriEscape(n)}`;k&&(L+=`&part-number-marker=${k}`);const j=await this.makeRequestAsync({method:"GET",bucketName:t,objectName:y,query:L});return parseListParts(await readAsString(j))}async listBuckets(){const y=await this.makeRequestAsync({method:"GET"},"",[200],DEFAULT_REGION),n=await readAsString(y);return parseListBucket(n)}async removeBucketReplication(t){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);await this.makeRequestAsyncOmit({method:"DELETE",bucketName:t,query:"replication"},"",[200,204],"")}async setBucketReplication(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(isObject$1(y)){if(_.isEmpty(y.role))throw new InvalidArgumentError("Role cannot be empty");if(y.role&&!isString$1(y.role))throw new InvalidArgumentError("Invalid value for role",y.role);if(_.isEmpty(y.rules))throw new InvalidArgumentError("Minimum one replication rule must be specified")}else throw new InvalidArgumentError('replicationConfig should be of type "object"');const n="PUT",k="replication",L={},$={ReplicationConfiguration:{Role:y.role,Rule:y.rules}},V=new xml2js.Builder({renderOpts:{pretty:!1},headless:!0}).buildObject($);L["Content-MD5"]=toMd5(V),await this.makeRequestAsyncOmit({method:n,bucketName:t,query:k,headers:L},V)}async getBucketReplication(t){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);const k=await this.makeRequestAsync({method:"GET",bucketName:t,query:"replication"},"",[200,204]),L=await readAsString(k);return parseReplicationConfig(L)}}class CopyConditions{constructor(){Vh(this,"modified","");Vh(this,"unmodified","");Vh(this,"matchETag","");Vh(this,"matchETagExcept","")}setModified(t){if(!(t instanceof Date))throw new TypeError("date must be of type Date");this.modified=t.toUTCString()}setUnmodified(t){if(!(t instanceof Date))throw new TypeError("date must be of type Date");this.unmodified=t.toUTCString()}setMatchETag(t){this.matchETag=t}setMatchETagExcept(t){this.matchETagExcept=t}}class PostPolicy{constructor(){Vh(this,"policy",{conditions:[]});Vh(this,"formData",{})}setExpires(t){if(!t)throw new InvalidDateError("Invalid date: cannot be null");this.policy.expiration=t.toISOString()}setKey(t){if(!isValidObjectName(t))throw new InvalidObjectNameError(`Invalid object name : ${t}`);this.policy.conditions.push(["eq","$key",t]),this.formData.key=t}setKeyStartsWith(t){if(!isValidPrefix(t))throw new InvalidPrefixError(`Invalid prefix : ${t}`);this.policy.conditions.push(["starts-with","$key",t]),this.formData.key=t}setBucket(t){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name : ${t}`);this.policy.conditions.push(["eq","$bucket",t]),this.formData.bucket=t}setContentType(t){if(!t)throw new Error("content-type cannot be null");this.policy.conditions.push(["eq","$Content-Type",t]),this.formData["Content-Type"]=t}setContentTypeStartsWith(t){if(!t)throw new Error("content-type cannot be null");this.policy.conditions.push(["starts-with","$Content-Type",t]),this.formData["Content-Type"]=t}setContentDisposition(t){if(!t)throw new Error("content-disposition cannot be null");this.policy.conditions.push(["eq","$Content-Disposition",t]),this.formData["Content-Disposition"]=t}setContentLengthRange(t,y){if(t>y)throw new Error("min cannot be more than max");if(t<0)throw new Error("min should be > 0");if(y<0)throw new Error("max should be > 0");this.policy.conditions.push(["content-length-range",t,y])}setUserMetaData(t){if(!isObject$1(t))throw new TypeError('metadata should be of type "object"');Object.entries(t).forEach(([y,n])=>{const k=`x-amz-meta-${y}`;this.policy.conditions.push(["eq",`$${k}`,n]),this.formData[k]=n.toString()})}}var jsonStream={exports:{}},util=util$5,TransformStream=streamBrowserify.Transform;jsonStream.exports=function(e){return new JSONStream(e)};var JSONStream=jsonStream.exports.JSONStream=function(e){e=e||{},TransformStream.call(this,e),this._writableState.objectMode=!1,this._readableState.objectMode=!0,this._async=e.async||!1};util.inherits(JSONStream,TransformStream);JSONStream.prototype._transform=function(e,t,y){Buffer$2.isBuffer(e)||(e=new Buffer$2(e)),this._buffer&&(e=Buffer$2.concat([this._buffer,e]));for(var n=0,k=0;++n<=e.length;)if(e[n]===10||n===e.length){var L;try{L=JSON.parse(e.slice(k,n))}catch{}L&&(this.push(L),L=null),e[n]===10&&(k=++n)}return this._buffer=e.slice(k),this._async?void setImmediate(y):void y()};var jsonStreamExports=jsonStream.exports;const JSONParser=getDefaultExportFromCjs(jsonStreamExports);var through2$1={exports:{}};const{Transform}=readableBrowserExports;function inherits$1(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function through2(e){return(t,y,n)=>(typeof t=="function"&&(n=y,y=t,t={}),typeof y!="function"&&(y=(k,L,$)=>$(null,k)),typeof n!="function"&&(n=null),e(t,y,n))}const make=through2((e,t,y)=>{const n=new Transform(e);return n._transform=t,y&&(n._flush=y),n}),ctor=through2((e,t,y)=>{function n(k){if(!(this instanceof n))return new n(k);this.options=Object.assign({},e,k),Transform.call(this,this.options),this._transform=t,y&&(this._flush=y)}return inherits$1(n,Transform),n}),obj=through2(function(e,t,y){const n=new Transform(Object.assign({objectMode:!0,highWaterMark:16},e));return n._transform=t,y&&(n._flush=y),n});through2$1.exports=make;through2$1.exports.ctor=ctor;through2$1.exports.obj=obj;var through2Exports=through2$1.exports;const Through2=getDefaultExportFromCjs(through2Exports);var Buffer$1=buffer.Buffer,CRC_TABLE=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];typeof Int32Array<"u"&&(CRC_TABLE=new Int32Array(CRC_TABLE));function ensureBuffer(e){if(Buffer$1.isBuffer(e))return e;var t=typeof Buffer$1.alloc=="function"&&typeof Buffer$1.from=="function";if(typeof e=="number")return t?Buffer$1.alloc(e):new Buffer$1(e);if(typeof e=="string")return t?Buffer$1.from(e):new Buffer$1(e);throw new Error("input must be buffer, number, or string, received "+typeof e)}function bufferizeInt(e){var t=ensureBuffer(4);return t.writeInt32BE(e,0),t}function _crc32(e,t){e=ensureBuffer(e),Buffer$1.isBuffer(t)&&(t=t.readUInt32BE(0));for(var y=~~t^-1,n=0;n>>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(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/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(/^"/g,"").replace(/"$/g,"").replace(/^"/g,"").replace(/"$/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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.9",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"589",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240811.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:17157",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.16.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.16.0/x64",npm_config_npm_version:"10.8.1",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"true",GITHUB_RUN_ID:"10445445289",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_471ee00c-69dc-44f7-b69a-8ea945073989",INVOCATION_ID:"3e32c0e98d55442e96cef0a1003ad80f",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:"373",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 9",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"true",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"6b49a13148947b4b5c80cd556f2365f9696544a6",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.16.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_b001fa9c-23ec-45cd-8564-91f7ad754c78",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_b001fa9c-23ec-45cd-8564-91f7ad754c78",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:2008,ppid:2007,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{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{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,Ue=he.End;if(Ue>=Ne||Fe<0)throw new InvalidArgumentError(`CopySrcOptions ${Ce} has invalid segment-to-copy [${Fe}, ${Ue}] (size is ${Ne})`);Ne=Ue-Fe+1}if(NePART_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;_ecalculateEvenSplits(j[Ce],y[Ce]));function de(_e){const Ce=[];return ue.forEach((he,Ne)=>{const{startIndex:Fe,endIndex:Ue,objInfo:kt}=he;let Et=Ne+1;const Ve=Array.from(Fe),qe=y[Ne].getHeaders();Ve.forEach((jt,tr)=>{let rr=Ue[tr];const ar=`${kt.Bucket}/${kt.Object}`;qe["x-amz-copy-source"]=`${ar}`,qe["x-amz-copy-source-range"]=`bytes=${jt}-${rr}`;const nr={bucketName:t.Bucket,objectName:t.Object,uploadID:_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(),Ue=>n(Ue));return}const Fe=Ne.map(Ue=>({etag:Ue.etag,part:Ue.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>>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)},Ue=function(rr){var ar=rr.length,nr=ar%4,ur=(ar>0?z[rr.charAt(0)]<<18:0)|(ar>1?z[rr.charAt(1)]<<12:0)|(ar>2?z[rr.charAt(2)]<<6:0)|(ar>3?z[rr.charAt(3)]:0),cr=[re(ur>>>16),re(ur>>>8&255),re(ur&255)];return cr.length-=[0,0,2,1][nr],cr.join("")},kt=L.atob?function(tr){return L.atob(tr)}:function(tr){return tr.replace(/[\s\S]{1,4}/g,Ue)},Et=function(tr){return Fe(kt(tr))},Ve=function(rr){return Et(String(rr).replace(/[-_]/g,function(ar){return ar=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,""))},qe=function(){var rr=L.Base64;return L.Base64=$,rr},jt={VERSION:j,atob:kt,btoa:pe,fromBase64:Ve,toBase64:_e,utob:ue,encode:_e,encodeURI:Ce,btou:Fe,decode:Ve,noConflict:qe};return jt}();y.exports=k},"./lib/crypto.js":function(y,n,k){(function(L){var $=k("./node_modules/@babel/runtime/helpers/typeof.js"),j=j||function(V,z){var re={},ie=re.lib={},oe=function(){},ue=ie.Base={extend:function(Ue){oe.prototype=this;var kt=new oe;return Ue&&kt.mixIn(Ue),kt.hasOwnProperty("init")||(kt.init=function(){kt.$super.init.apply(this,arguments)}),kt.init.prototype=kt,kt.$super=this,kt},create:function(){var Ue=this.extend();return Ue.init.apply(Ue,arguments),Ue},init:function(){},mixIn:function(Ue){for(var kt in Ue)Ue.hasOwnProperty(kt)&&(this[kt]=Ue[kt]);Ue.hasOwnProperty("toString")&&(this.toString=Ue.toString)},clone:function(){return this.init.prototype.extend(this)}},de=ie.WordArray=ue.extend({init:function(Ue,kt){Ue=this.words=Ue||[],this.sigBytes=kt!=z?kt:4*Ue.length},toString:function(Ue){return(Ue||Ie).stringify(this)},concat:function(Ue){var kt=this.words,Et=Ue.words,Ve=this.sigBytes;if(Ue=Ue.sigBytes,this.clamp(),Ve%4)for(var qe=0;qe>>2]|=(Et[qe>>>2]>>>24-8*(qe%4)&255)<<24-8*((Ve+qe)%4);else if(65535>>2]=Et[qe>>>2];else kt.push.apply(kt,Et);return this.sigBytes+=Ue,this},clamp:function(){var Ue=this.words,kt=this.sigBytes;Ue[kt>>>2]&=4294967295<<32-8*(kt%4),Ue.length=V.ceil(kt/4)},clone:function(){var Ue=ue.clone.call(this);return Ue.words=this.words.slice(0),Ue},random:function(Ue){for(var kt=[],Et=0;Et>>2]>>>24-8*(Ve%4)&255;Et.push((qe>>>4).toString(16)),Et.push((qe&15).toString(16))}return Et.join("")},parse:function(Ue){for(var kt=Ue.length,Et=[],Ve=0;Ve>>3]|=parseInt(Ue.substr(Ve,2),16)<<24-4*(Ve%8);return new de.init(Et,kt/2)}},_e=pe.Latin1={stringify:function(Ue){var kt=Ue.words;Ue=Ue.sigBytes;for(var Et=[],Ve=0;Ve>>2]>>>24-8*(Ve%4)&255));return Et.join("")},parse:function(Ue){for(var kt=Ue.length,Et=[],Ve=0;Ve>>2]|=(Ue.charCodeAt(Ve)&255)<<24-8*(Ve%4);return new de.init(Et,kt)}},Ce=pe.Utf8={stringify:function(Ue){try{return decodeURIComponent(escape(_e.stringify(Ue)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(Ue){return _e.parse(unescape(encodeURIComponent(Ue)))}},he=ie.BufferedBlockAlgorithm=ue.extend({reset:function(){this._data=new de.init,this._nDataBytes=0},_append:function(Ue){typeof Ue=="string"&&(Ue=Ce.parse(Ue)),this._data.concat(Ue),this._nDataBytes+=Ue.sigBytes},_process:function(Ue){var kt=this._data,Et=kt.words,Ve=kt.sigBytes,qe=this.blockSize,jt=Ve/(4*qe),jt=Ue?V.ceil(jt):V.max((jt|0)-this._minBufferSize,0);if(Ue=jt*qe,Ve=V.min(4*Ue,Ve),Ue){for(var tr=0;trUe;Ue++){if(16>Ue)ie[Ue]=de[pe+Ue]|0;else{var kt=ie[Ue-3]^ie[Ue-8]^ie[Ue-14]^ie[Ue-16];ie[Ue]=kt<<1|kt>>>31}kt=(_e<<5|_e>>>27)+Fe+ie[Ue],kt=20>Ue?kt+((Ce&he|~Ce&Ne)+1518500249):40>Ue?kt+((Ce^he^Ne)+1859775393):60>Ue?kt+((Ce&he|Ce&Ne|he&Ne)-1894007588):kt+((Ce^he^Ne)-899497514),Fe=Ne,Ne=he,he=Ce<<30|Ce>>>2,Ce=_e,_e=kt}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>>2]>>>24-Ce%4*8&255,Ne=de[Ce+1>>>2]>>>24-(Ce+1)%4*8&255,Fe=de[Ce+2>>>2]>>>24-(Ce+2)%4*8&255,Ue=he<<16|Ne<<8|Fe,kt=0;kt<4&&Ce+kt*.75>>6*(3-kt)&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>>6-Ne%4*2;Ce[he>>>2]|=(Fe|Ue)<<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 Ue=function(jt){return function(tr,rr){return new Et(!0).update(tr,rr)[jt]()}},kt=function(){var jt=Ue("hex");jt.getCtx=jt.create=function(){return new Et},jt.update=function(ar){return jt.create().update(ar)};for(var tr=0;tr<_e.length;++tr){var rr=_e[tr];jt[rr]=Ue(rr)}return jt};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 jt=new ArrayBuffer(68);this.buffer8=new Uint8Array(jt),this.blocks=new Uint32Array(jt)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}Et.prototype.update=function(qe,jt){if(!this.finalized){for(var tr,rr=0,ar,nr=qe.length,ur=this.blocks,cr=this.buffer8;rr>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>2]|=tr<>2]|=(192|tr>>6)<>2]|=(128|tr&63)<=57344?(ur[ar>>2]|=(224|tr>>12)<>2]|=(128|tr>>6&63)<>2]|=(128|tr&63)<>2]|=(240|tr>>18)<>2]|=(128|tr>>12&63)<>2]|=(128|tr>>6&63)<>2]|=(128|tr&63)<=64?(this.start=ar-64,this.hash(),this.hashed=!0):this.start=ar}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Et.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var qe=this.blocks,jt=this.lastByteIndex;qe[jt>>2]|=pe[jt&3],jt>=56&&(this.hashed||this.hash(),qe[0]=qe[16],qe[16]=qe[1]=qe[2]=qe[3]=qe[4]=qe[5]=qe[6]=qe[7]=qe[8]=qe[9]=qe[10]=qe[11]=qe[12]=qe[13]=qe[14]=qe[15]=0),qe[14]=this.bytes<<3,qe[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Et.prototype.hash=function(){var qe,jt,tr,rr,ar,nr,ur=this.blocks;this.first?(qe=ur[0]-680876937,qe=(qe<<7|qe>>>25)-271733879<<0,rr=(-1732584194^qe&2004318071)+ur[1]-117830708,rr=(rr<<12|rr>>>20)+qe<<0,tr=(-271733879^rr&(qe^-271733879))+ur[2]-1126478375,tr=(tr<<17|tr>>>15)+rr<<0,jt=(qe^tr&(rr^qe))+ur[3]-1316259209,jt=(jt<<22|jt>>>10)+tr<<0):(qe=this.h0,jt=this.h1,tr=this.h2,rr=this.h3,qe+=(rr^jt&(tr^rr))+ur[0]-680876936,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[1]-389564586,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[2]+606105819,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[3]-1044525330,jt=(jt<<22|jt>>>10)+tr<<0),qe+=(rr^jt&(tr^rr))+ur[4]-176418897,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[5]+1200080426,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[6]-1473231341,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[7]-45705983,jt=(jt<<22|jt>>>10)+tr<<0,qe+=(rr^jt&(tr^rr))+ur[8]+1770035416,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[9]-1958414417,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[10]-42063,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[11]-1990404162,jt=(jt<<22|jt>>>10)+tr<<0,qe+=(rr^jt&(tr^rr))+ur[12]+1804603682,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[13]-40341101,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[14]-1502002290,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[15]+1236535329,jt=(jt<<22|jt>>>10)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[1]-165796510,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[6]-1069501632,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[11]+643717713,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[0]-373897302,jt=(jt<<20|jt>>>12)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[5]-701558691,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[10]+38016083,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[15]-660478335,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[4]-405537848,jt=(jt<<20|jt>>>12)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[9]+568446438,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[14]-1019803690,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[3]-187363961,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[8]+1163531501,jt=(jt<<20|jt>>>12)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[13]-1444681467,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[2]-51403784,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[7]+1735328473,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[12]-1926607734,jt=(jt<<20|jt>>>12)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[5]-378558,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[8]-2022574463,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[11]+1839030562,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[14]-35309556,jt=(jt<<23|jt>>>9)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[1]-1530992060,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[4]+1272893353,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[7]-155497632,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[10]-1094730640,jt=(jt<<23|jt>>>9)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[13]+681279174,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[0]-358537222,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[3]-722521979,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[6]+76029189,jt=(jt<<23|jt>>>9)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[9]-640364487,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[12]-421815835,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[15]+530742520,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[2]-995338651,jt=(jt<<23|jt>>>9)+tr<<0,qe+=(tr^(jt|~rr))+ur[0]-198630844,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[7]+1126891415,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[14]-1416354905,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[5]-57434055,jt=(jt<<21|jt>>>11)+tr<<0,qe+=(tr^(jt|~rr))+ur[12]+1700485571,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[3]-1894986606,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[10]-1051523,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[1]-2054922799,jt=(jt<<21|jt>>>11)+tr<<0,qe+=(tr^(jt|~rr))+ur[8]+1873313359,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[15]-30611744,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[6]-1560198380,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[13]+1309151649,jt=(jt<<21|jt>>>11)+tr<<0,qe+=(tr^(jt|~rr))+ur[4]-145523070,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[11]-1120210379,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[2]+718787259,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[9]-343485551,jt=(jt<<21|jt>>>11)+tr<<0,this.first?(this.h0=qe+1732584193<<0,this.h1=jt-271733879<<0,this.h2=tr-1732584194<<0,this.h3=rr+271733878<<0,this.first=!1):(this.h0=this.h0+qe<<0,this.h1=this.h1+jt<<0,this.h2=this.h2+tr<<0,this.h3=this.h3+rr<<0)},Et.prototype.hex=function(){this.finalize();var qe=this.h0,jt=this.h1,tr=this.h2,rr=this.h3;return de[qe>>4&15]+de[qe&15]+de[qe>>12&15]+de[qe>>8&15]+de[qe>>20&15]+de[qe>>16&15]+de[qe>>28&15]+de[qe>>24&15]+de[jt>>4&15]+de[jt&15]+de[jt>>12&15]+de[jt>>8&15]+de[jt>>20&15]+de[jt>>16&15]+de[jt>>28&15]+de[jt>>24&15]+de[tr>>4&15]+de[tr&15]+de[tr>>12&15]+de[tr>>8&15]+de[tr>>20&15]+de[tr>>16&15]+de[tr>>28&15]+de[tr>>24&15]+de[rr>>4&15]+de[rr&15]+de[rr>>12&15]+de[rr>>8&15]+de[rr>>20&15]+de[rr>>16&15]+de[rr>>28&15]+de[rr>>24&15]},Et.prototype.toString=Et.prototype.hex,Et.prototype.digest=function(qe){if(qe==="hex")return this.hex();this.finalize();var jt=this.h0,tr=this.h1,rr=this.h2,ar=this.h3,nr=[jt&255,jt>>8&255,jt>>16&255,jt>>24&255,tr&255,tr>>8&255,tr>>16&255,tr>>24&255,rr&255,rr>>8&255,rr>>16&255,rr>>24&255,ar&255,ar>>8&255,ar>>16&255,ar>>24&255];return nr},Et.prototype.array=Et.prototype.digest,Et.prototype.arrayBuffer=function(){this.finalize();var qe=new ArrayBuffer(16),jt=new Uint32Array(qe);return jt[0]=this.h0,jt[1]=this.h1,jt[2]=this.h2,jt[3]=this.h3,qe},Et.prototype.buffer=Et.prototype.arrayBuffer,Et.prototype.base64=function(){for(var qe,jt,tr,rr="",ar=this.array(),nr=0;nr<15;)qe=ar[nr++],jt=ar[nr++],tr=ar[nr++],rr+=Ce[qe>>>2]+Ce[(qe<<4|jt>>>4)&63]+Ce[(jt<<2|tr>>>6)&63]+Ce[tr&63];return qe=ar[nr],rr+=Ce[qe>>>2]+Ce[qe<<4&63]+"==",rr};var Ve=kt();ie?L.exports=Ve:(z.md5=Ve,oe&&($=(function(){return Ve}).call(Ve,k,Ve,L),$!==void 0&&(L.exports=$)))})()}).call(this,k("./node_modules/webpack/buildin/module.js")(y))},"./lib/request.js":function(y,n,k){var L=k("./node_modules/@babel/runtime/helpers/typeof.js"),$=function(oe){switch(L(oe)){case"string":return oe;case"boolean":return oe?"true":"false";case"number":return isFinite(oe)?oe:"";default:return""}},j=function(oe,ue,de,pe){return ue=ue||"&",de=de||"=",oe===null&&(oe=void 0),L(oe)==="object"?Object.keys(oe).map(function(Ie){var _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 Ue=new Error("timeout");ue(V(Ue,_e))},_e.onload=function(){ue(V(null,_e,z(_e,oe.dataType)))},_e.onerror=function(Fe){var Ue=z(_e,oe.dataType);if(Ue)ue(V(null,_e,Ue));else{var kt=_e.statusText;!kt&&_e.status===0&&(kt=new Error("CORS blocked or network error")),ue(V(kt,_e,Ue))}},_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"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"&&Ue[jt]!==" "&&Ue[jt]!==" "&&Ue[jt]!==` +`&&Ue[jt]!=="\r";jt++)ar+=Ue[jt];if(ar=ar.trim(),ar[ar.length-1]==="/"&&(ar=ar.substring(0,ar.length-1),jt--),!he(ar)){let cr;return ar.trim().length===0?cr="Invalid space after '<'.":cr="Tag '"+ar+"' is an invalid name.",_e("InvalidTag",cr,Ne(Ue,jt))}const nr=oe(Ue,jt);if(nr===!1)return _e("InvalidAttr","Attributes for '"+ar+"' have open quote.",Ne(Ue,jt));let ur=nr.value;if(jt=nr.index,ur[ur.length-1]==="/"){const cr=jt-ur.length;ur=ur.substring(0,ur.length-1);const _r=de(ur,kt);if(_r===!0)Ve=!0;else return _e(_r.err.code,_r.err.msg,Ne(Ue,cr+_r.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(Ue,tr));if(Et.length===0)return _e("InvalidTag","Closing tag '"+ar+"' has not been opened.",Ne(Ue,tr));{const cr=Et.pop();if(ar!==cr.tagName){let _r=Ne(Ue,cr.tagStartPos);return _e("InvalidTag","Expected closing tag '"+cr.tagName+"' (opened in line "+_r.line+", col "+_r.col+") instead of closing tag '"+ar+"'.",Ne(Ue,tr))}Et.length==0&&(qe=!0)}}else return _e("InvalidTag","Closing tag '"+ar+"' doesn't have proper closing.",Ne(Ue,jt));else{const cr=de(ur,kt);if(cr!==!0)return _e(cr.err.code,cr.err.msg,Ne(Ue,jt-ur.length+cr.err.line));if(qe===!0)return _e("InvalidXml","Multiple possible root nodes found.",Ne(Ue,jt));kt.unpairedTags.indexOf(ar)!==-1||Et.push({tagName:ar,tagStartPos:tr}),Ve=!0}for(jt++;jt0)return _e("InvalidXml","Invalid '"+JSON.stringify(Et.map(jt=>jt.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return _e("InvalidXml","Start tag expected.",1);return!0};function j(Ue){return Ue===" "||Ue===" "||Ue===` +`||Ue==="\r"}function V(Ue,kt){const Et=kt;for(;kt5&&Ve==="xml")return _e("InvalidXml","XML declaration allowed only at the start of the document.",Ne(Ue,kt));if(Ue[kt]=="?"&&Ue[kt+1]==">"){kt++;break}else continue}return kt}function z(Ue,kt){if(Ue.length>kt+5&&Ue[kt+1]==="-"&&Ue[kt+2]==="-"){for(kt+=3;kt"){kt+=2;break}}else if(Ue.length>kt+8&&Ue[kt+1]==="D"&&Ue[kt+2]==="O"&&Ue[kt+3]==="C"&&Ue[kt+4]==="T"&&Ue[kt+5]==="Y"&&Ue[kt+6]==="P"&&Ue[kt+7]==="E"){let Et=1;for(kt+=8;kt"&&(Et--,Et===0))break}else if(Ue.length>kt+9&&Ue[kt+1]==="["&&Ue[kt+2]==="C"&&Ue[kt+3]==="D"&&Ue[kt+4]==="A"&&Ue[kt+5]==="T"&&Ue[kt+6]==="A"&&Ue[kt+7]==="["){for(kt+=8;kt"){kt+=2;break}}return kt}const re='"',ie="'";function oe(Ue,kt){let Et="",Ve="",qe=!1;for(;kt"&&Ve===""){qe=!0;break}Et+=Ue[kt]}return Ve!==""?!1:{value:Et,index:kt,tagClosed:qe}}const ue=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function de(Ue,kt){const Et=L.getAllMatches(Ue,ue),Ve={};for(let qe=0;qe","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],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(oe){return this.options.preserveOrder?k(oe,this.options):(Array.isArray(oe)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(oe={[this.options.arrayNodeName]:oe}),this.j2x(oe,0).val)},j.prototype.j2x=function(oe,ue){let de="",_e="";for(let Ne in oe)if(Object.prototype.hasOwnProperty.call(oe,Ne))if(typeof oe[Ne]>"u")this.isAttribute(Ne)&&(_e+="");else if(oe[Ne]===null)this.isAttribute(Ne)?_e+="":Ne[0]==="?"?_e+=this.indentate(ue)+"<"+Ne+"?"+this.tagEndChar:_e+=this.indentate(ue)+"<"+Ne+"/"+this.tagEndChar;else if(oe[Ne]instanceof Date)_e+=this.buildTextValNode(oe[Ne],Ne,"",ue);else if(typeof oe[Ne]!="object"){const Ue=this.isAttribute(Ne);if(Ue)de+=this.buildAttrPairStr(Ue,""+oe[Ne]);else if(Ne===this.options.textNodeName){let $e=this.options.tagValueProcessor(Ne,""+oe[Ne]);_e+=this.replaceEntitiesValue($e)}else _e+=this.buildTextValNode(oe[Ne],Ne,"",ue)}else if(Array.isArray(oe[Ne])){const Ue=oe[Ne].length;let $e="";for(let Ve=0;Ve"u"||(Fe===null?Ne[0]==="?"?_e+=this.indentate(ue)+"<"+Ne+"?"+this.tagEndChar:_e+=this.indentate(ue)+"<"+Ne+"/"+this.tagEndChar:typeof Fe=="object"?this.options.oneListGroup?$e+=this.j2x(Fe,ue+1).val:$e+=this.processTextOrObjNode(Fe,Ne,ue):$e+=this.buildTextValNode(Fe,Ne,"",ue))}this.options.oneListGroup&&($e=this.buildObjectNode($e,Ne,"",ue)),_e+=$e}else if(this.options.attributesGroupName&&Ne===this.options.attributesGroupName){const Ue=Object.keys(oe[Ne]),$e=Ue.length;for(let Ve=0;Ve<$e;Ve++)de+=this.buildAttrPairStr(Ue[Ve],""+oe[Ne][Ue[Ve]])}else _e+=this.processTextOrObjNode(oe[Ne],Ne,ue);return{attrStr:de,val:_e}},j.prototype.buildAttrPairStr=function(oe,ue){return ue=this.options.attributeValueProcessor(oe,""+ue),ue=this.replaceEntitiesValue(ue),this.options.suppressBooleanAttributes&&ue==="true"?" "+oe:" "+oe+'="'+ue+'"'};function V(oe,ue,de){const _e=this.j2x(oe,de+1);return oe[this.options.textNodeName]!==void 0&&Object.keys(oe).length===1?this.buildTextValNode(oe[this.options.textNodeName],ue,_e.attrStr,de):this.buildObjectNode(_e.val,ue,_e.attrStr,de)}j.prototype.buildObjectNode=function(oe,ue,de,_e){if(oe==="")return ue[0]==="?"?this.indentate(_e)+"<"+ue+de+"?"+this.tagEndChar:this.indentate(_e)+"<"+ue+de+this.closeTag(ue)+this.tagEndChar;{let Ne=""+oe+Ne:this.options.commentPropName!==!1&&ue===this.options.commentPropName&&Ue.length===0?this.indentate(_e)+``+this.newLine:this.indentate(_e)+"<"+ue+de+Ue+this.tagEndChar+oe+this.indentate(_e)+Ne}},j.prototype.closeTag=function(oe){let ue="";return this.options.unpairedTags.indexOf(oe)!==-1?this.options.suppressUnpairedNode||(ue="/"):this.options.suppressEmptyNode?ue="/":ue=`>`+this.newLine;if(this.options.commentPropName!==!1&&ue===this.options.commentPropName)return this.indentate(_e)+``+this.newLine;if(ue[0]==="?")return this.indentate(_e)+"<"+ue+de+"?"+this.tagEndChar;{let Ne=this.options.tagValueProcessor(ue,oe);return Ne=this.replaceEntitiesValue(Ne),Ne===""?this.indentate(_e)+"<"+ue+de+this.closeTag(ue)+this.tagEndChar:this.indentate(_e)+"<"+ue+de+">"+Ne+"0&&this.options.processEntities)for(let ue=0;ue0&&(de=$),L(oe,ue,"",de)}function L(oe,ue,de,_e){let Ne="",Ue=!1;for(let $e=0;$e`,Ue=!1;continue}else if(Fe===ue.commentPropName){Ne+=_e+``,Ue=!0;continue}else if(Fe[0]==="?"){const nr=V(Ve[":@"],ue),lr=Fe==="?xml"?"":_e;let Et=Ve[Fe][0][ue.textNodeName];Et=Et.length!==0?" "+Et:"",Ne+=lr+`<${Fe}${Et}${nr}?>`,Ue=!0;continue}let er=_e;er!==""&&(er+=ue.indentBy);const ir=V(Ve[":@"],ue),dr=_e+`<${Fe}${ir}`,cr=L(Ve[Fe],ue,qe,er);ue.unpairedTags.indexOf(Fe)!==-1?ue.suppressUnpairedNode?Ne+=dr+">":Ne+=dr+"/>":(!cr||cr.length===0)&&ue.suppressEmptyNode?Ne+=dr+"/>":cr&&cr.endsWith(">")?Ne+=dr+`>${cr}${_e}`:(Ne+=dr+">",cr&&_e!==""&&(cr.includes("/>")||cr.includes("`),Ue=!0}return Ne}function j(oe){const ue=Object.keys(oe);for(let de=0;de0&&ue.processEntities)for(let de=0;de"){if(Fe?_e[Ne-1]==="-"&&_e[Ne-2]==="-"&&(Fe=!1,$e--):$e--,$e===0)break}else _e[Ne]==="["?Ve=!0:qe+=_e[Ne];if($e!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:Ue,i:Ne}}function j(_e,Ne){let Ue="";for(;Ne<_e.length&&_e[Ne]!=="'"&&_e[Ne]!=='"';Ne++)Ue+=_e[Ne];if(Ue=Ue.trim(),Ue.indexOf(" ")!==-1)throw new Error("External entites are not supported");const $e=_e[Ne++];let Ve="";for(;Ne<_e.length&&_e[Ne]!==$e;Ne++)Ve+=_e[Ne];return[Ue,Ve,Ne]}function V(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="-"&&_e[Ne+3]==="-"}function z(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="E"&&_e[Ne+3]==="N"&&_e[Ne+4]==="T"&&_e[Ne+5]==="I"&&_e[Ne+6]==="T"&&_e[Ne+7]==="Y"}function re(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="E"&&_e[Ne+3]==="L"&&_e[Ne+4]==="E"&&_e[Ne+5]==="M"&&_e[Ne+6]==="E"&&_e[Ne+7]==="N"&&_e[Ne+8]==="T"}function oe(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="A"&&_e[Ne+3]==="T"&&_e[Ne+4]==="T"&&_e[Ne+5]==="L"&&_e[Ne+6]==="I"&&_e[Ne+7]==="S"&&_e[Ne+8]==="T"}function ue(_e,Ne){return _e[Ne+1]==="!"&&_e[Ne+2]==="N"&&_e[Ne+3]==="O"&&_e[Ne+4]==="T"&&_e[Ne+5]==="A"&&_e[Ne+6]==="T"&&_e[Ne+7]==="I"&&_e[Ne+8]==="O"&&_e[Ne+9]==="N"}function de(_e){if(k.isName(_e))return _e;throw new Error(`Invalid entity name ${_e}`)}y.exports=L},"./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js":function(y,n){const $={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(L,j){return j},attributeValueProcessor:function(L,j){return j},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(L,j,V){return L}},k=function(L){return Object.assign({},$,L)};n.buildOptions=k,n.defaultOptions=$},"./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js":function(y,n,$){const k=$("./node_modules/fast-xml-parser/src/util.js"),L=$("./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js"),j=$("./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js"),V=$("./node_modules/strnum/strnum.js");class z{constructor(lr){this.options=lr,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(Et,ie)=>String.fromCharCode(Number.parseInt(ie,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(Et,ie)=>String.fromCharCode(Number.parseInt(ie,16))}},this.addExternalEntities=re,this.parseXml=Ne,this.parseTextData=oe,this.resolveNameSpace=ue,this.buildAttributesMap=_e,this.isItStopNode=Fe,this.replaceEntitiesValue=$e,this.readStopNodeData=dr,this.saveTextToParentTag=Ve,this.addChild=Ue}}function re(nr){const lr=Object.keys(nr);for(let Et=0;Et0)){Ie||(nr=this.replaceEntitiesValue(nr));const jt=this.options.tagValueProcessor(lr,nr,Et,pe,Ce);return jt==null?nr:typeof jt!=typeof nr||jt!==nr?jt:this.options.trimValues?cr(nr,this.options.parseTagValue,this.options.numberParseOptions):nr.trim()===nr?cr(nr,this.options.parseTagValue,this.options.numberParseOptions):nr}}function ue(nr){if(this.options.removeNSPrefix){const lr=nr.split(":"),Et=nr.charAt(0)==="/"?"/":"";if(lr[0]==="xmlns")return"";lr.length===2&&(nr=Et+lr[1])}return nr}const de=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function _e(nr,lr,Et){if(!this.options.ignoreAttributes&&typeof nr=="string"){const ie=k.getAllMatches(nr,de),pe=ie.length,Ce={};for(let Ie=0;Ie",Ce,"Closing Tag is not closed.");let ar=nr.substring(Ce+2,jt).trim();if(this.options.removeNSPrefix){const he=ar.indexOf(":");he!==-1&&(ar=ar.substr(he+1))}this.options.transformTagName&&(ar=this.options.transformTagName(ar)),Et&&(ie=this.saveTextToParentTag(ie,Et,pe));const ur=pe.substring(pe.lastIndexOf(".")+1);if(ar&&this.options.unpairedTags.indexOf(ar)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: `);let kt=0;ur&&this.options.unpairedTags.indexOf(ur)!==-1?(kt=pe.lastIndexOf(".",pe.lastIndexOf(".")-1),this.tagsNodeStack.pop()):kt=pe.lastIndexOf("."),pe=pe.substring(0,kt),Et=this.tagsNodeStack.pop(),ie="",Ce=jt}else if(nr[Ce+1]==="?"){let jt=ir(nr,Ce,!1,"?>");if(!jt)throw new Error("Pi Tag is not closed.");if(ie=this.saveTextToParentTag(ie,Et,pe),!(this.options.ignoreDeclaration&&jt.tagName==="?xml"||this.options.ignorePiTags)){const ar=new L(jt.tagName);ar.add(this.options.textNodeName,""),jt.tagName!==jt.tagExp&&jt.attrExpPresent&&(ar[":@"]=this.buildAttributesMap(jt.tagExp,pe,jt.tagName)),this.addChild(Et,ar,pe)}Ce=jt.closeIndex+1}else if(nr.substr(Ce+1,3)==="!--"){const jt=er(nr,"-->",Ce+4,"Comment is not closed.");if(this.options.commentPropName){const ar=nr.substring(Ce+4,jt-2);ie=this.saveTextToParentTag(ie,Et,pe),Et.add(this.options.commentPropName,[{[this.options.textNodeName]:ar}])}Ce=jt}else if(nr.substr(Ce+1,2)==="!D"){const jt=j(nr,Ce);this.docTypeEntities=jt.entities,Ce=jt.i}else if(nr.substr(Ce+1,2)==="!["){const jt=er(nr,"]]>",Ce,"CDATA is not closed.")-2,ar=nr.substring(Ce+9,jt);ie=this.saveTextToParentTag(ie,Et,pe);let ur=this.parseTextData(ar,Et.tagname,pe,!0,!1,!0,!0);ur==null&&(ur=""),this.options.cdataPropName?Et.add(this.options.cdataPropName,[{[this.options.textNodeName]:ar}]):Et.add(this.options.textNodeName,ur),Ce=jt+2}else{let jt=ir(nr,Ce,this.options.removeNSPrefix),ar=jt.tagName;const ur=jt.rawTagName;let kt=jt.tagExp,he=jt.attrExpPresent,tr=jt.closeIndex;this.options.transformTagName&&(ar=this.options.transformTagName(ar)),Et&&ie&&Et.tagname!=="!xml"&&(ie=this.saveTextToParentTag(ie,Et,pe,!1));const gr=Et;if(gr&&this.options.unpairedTags.indexOf(gr.tagname)!==-1&&(Et=this.tagsNodeStack.pop(),pe=pe.substring(0,pe.lastIndexOf("."))),ar!==lr.tagname&&(pe+=pe?"."+ar:ar),this.isItStopNode(this.options.stopNodes,pe,ar)){let _r="";if(kt.length>0&&kt.lastIndexOf("/")===kt.length-1)ar[ar.length-1]==="/"?(ar=ar.substr(0,ar.length-1),pe=pe.substr(0,pe.length-1),kt=ar):kt=kt.substr(0,kt.length-1),Ce=jt.closeIndex;else if(this.options.unpairedTags.indexOf(ar)!==-1)Ce=jt.closeIndex;else{const xr=this.readStopNodeData(nr,ur,tr+1);if(!xr)throw new Error(`Unexpected end of ${ur}`);Ce=xr.i,_r=xr.tagContent}const yr=new L(ar);ar!==kt&&he&&(yr[":@"]=this.buildAttributesMap(kt,pe,ar)),_r&&(_r=this.parseTextData(_r,ar,pe,!0,he,!0,!0)),pe=pe.substr(0,pe.lastIndexOf(".")),yr.add(this.options.textNodeName,_r),this.addChild(Et,yr,pe)}else{if(kt.length>0&&kt.lastIndexOf("/")===kt.length-1){ar[ar.length-1]==="/"?(ar=ar.substr(0,ar.length-1),pe=pe.substr(0,pe.length-1),kt=ar):kt=kt.substr(0,kt.length-1),this.options.transformTagName&&(ar=this.options.transformTagName(ar));const _r=new L(ar);ar!==kt&&he&&(_r[":@"]=this.buildAttributesMap(kt,pe,ar)),this.addChild(Et,_r,pe),pe=pe.substr(0,pe.lastIndexOf("."))}else{const _r=new L(ar);this.tagsNodeStack.push(Et),ar!==kt&&he&&(_r[":@"]=this.buildAttributesMap(kt,pe,ar)),this.addChild(Et,_r,pe),Et=_r}ie="",Ce=tr}}else ie+=nr[Ce];return lr.child};function Ue(nr,lr,Et){const ie=this.options.updateTag(lr.tagname,Et,lr[":@"]);ie===!1||(typeof ie=="string"&&(lr.tagname=ie),nr.addChild(lr))}const $e=function(nr){if(this.options.processEntities){for(let lr in this.docTypeEntities){const Et=this.docTypeEntities[lr];nr=nr.replace(Et.regx,Et.val)}for(let lr in this.lastEntities){const Et=this.lastEntities[lr];nr=nr.replace(Et.regex,Et.val)}if(this.options.htmlEntities)for(let lr in this.htmlEntities){const Et=this.htmlEntities[lr];nr=nr.replace(Et.regex,Et.val)}nr=nr.replace(this.ampEntity.regex,this.ampEntity.val)}return nr};function Ve(nr,lr,Et,ie){return nr&&(ie===void 0&&(ie=Object.keys(lr.child).length===0),nr=this.parseTextData(nr,lr.tagname,Et,!1,lr[":@"]?Object.keys(lr[":@"]).length!==0:!1,ie),nr!==void 0&&nr!==""&&lr.add(this.options.textNodeName,nr),nr=""),nr}function Fe(nr,lr,Et){const ie="*."+Et;for(const pe in nr){const Ce=nr[pe];if(ie===Ce||lr===Ce)return!0}return!1}function qe(nr,lr,Et=">"){let ie,pe="";for(let Ce=lr;Ce",Et,`${lr} is not closed`);if(nr.substring(Et+2,Ce).trim()===lr&&(pe--,pe===0))return{tagContent:nr.substring(ie,Et),i:Ce};Et=Ce}else if(nr[Et+1]==="?")Et=er(nr,"?>",Et+1,"StopNode is not closed.");else if(nr.substr(Et+1,3)==="!--")Et=er(nr,"-->",Et+3,"StopNode is not closed.");else if(nr.substr(Et+1,2)==="![")Et=er(nr,"]]>",Et,"StopNode is not closed.")-2;else{const Ce=ir(nr,Et,">");Ce&&((Ce&&Ce.tagName)===lr&&Ce.tagExp[Ce.tagExp.length-1]!=="/"&&pe++,Et=Ce.closeIndex)}}function cr(nr,lr,Et){if(lr&&typeof nr=="string"){const ie=nr.trim();return ie==="true"?!0:ie==="false"?!1:V(nr,Et)}else return k.isExist(nr)?nr:""}y.exports=z},"./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js":function(y,n,$){const{buildOptions:k}=$("./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js"),L=$("./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js"),{prettify:j}=$("./node_modules/fast-xml-parser/src/xmlparser/node2json.js"),V=$("./node_modules/fast-xml-parser/src/validator.js");class z{constructor(oe){this.externalEntities={},this.options=k(oe)}parse(oe,ue){if(typeof oe!="string")if(oe.toString)oe=oe.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(ue){ue===!0&&(ue={});const Ne=V.validate(oe,ue);if(Ne!==!0)throw Error(`${Ne.err.msg}:${Ne.err.line}:${Ne.err.col}`)}const de=new L(this.options);de.addExternalEntities(this.externalEntities);const _e=de.parseXml(oe);return this.options.preserveOrder||_e===void 0?_e:j(_e,this.options)}addEntity(oe,ue){if(ue.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(oe.indexOf("&")!==-1||oe.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for ' '");if(ue==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[oe]=ue}}y.exports=z},"./node_modules/fast-xml-parser/src/xmlparser/node2json.js":function(y,n,$){function k(re,oe){return L(re,oe)}function L(re,oe,ue){let de;const _e={};for(let Ne=0;Ne0&&(_e[oe.textNodeName]=de):de!==void 0&&(_e[oe.textNodeName]=de),_e}function j(re){const oe=Object.keys(re);for(let ue=0;ue0?this.child.push({[j.tagname]:j.child,":@":j[":@"]}):this.child.push({[j.tagname]:j.child})}}y.exports=k},"./node_modules/process/browser.js":function(y,n){var $=y.exports={},k,L;function j(){throw new Error("setTimeout has not been defined")}function V(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?k=setTimeout:k=j}catch{k=j}try{typeof clearTimeout=="function"?L=clearTimeout:L=V}catch{L=V}})();function z(Fe){if(k===setTimeout)return setTimeout(Fe,0);if((k===j||!k)&&setTimeout)return k=setTimeout,setTimeout(Fe,0);try{return k(Fe,0)}catch{try{return k.call(null,Fe,0)}catch{return k.call(this,Fe,0)}}}function re(Fe){if(L===clearTimeout)return clearTimeout(Fe);if((L===V||!L)&&clearTimeout)return L=clearTimeout,clearTimeout(Fe);try{return L(Fe)}catch{try{return L.call(null,Fe)}catch{return L.call(this,Fe)}}}var oe=[],ue=!1,de,_e=-1;function Ne(){!ue||!de||(ue=!1,de.length?oe=de.concat(oe):_e=-1,oe.length&&Ue())}function Ue(){if(!ue){var Fe=z(Ne);ue=!0;for(var qe=oe.length;qe;){for(de=oe,oe=[];++_e1)for(var er=1;er0&&de&&oe[2]!==".")return z;if(!re.leadingZeros&&_e.length>0&&!de&&oe[1]!==".")return z;{const $e=Number(oe),Ve=""+$e;return Ve.search(/[eE]/)!==-1||Ue?re.eNotation?$e:z:oe.indexOf(".")!==-1?Ve==="0"&&Ne===""||Ve===Ne||de&&Ve==="-"+Ne?$e:z:_e?Ne===Ve||de+Ne===Ve?$e:z:oe===Ve||oe===de+Ve?$e:z}}else return z}}function V(z){return z&&z.indexOf(".")!==-1&&(z=z.replace(/0+$/,""),z==="."?z="0":z[0]==="."?z="0"+z:z[z.length-1]==="."&&(z=z.substr(0,z.length-1))),z}y.exports=j},"./node_modules/webpack/buildin/amd-options.js":function(y,n){(function($){y.exports=$}).call(this,{})},"./node_modules/webpack/buildin/module.js":function(y,n){y.exports=function($){return $.webpackPolyfill||($.deprecate=function(){},$.paths=[],$.children||($.children=[]),Object.defineProperty($,"loaded",{enumerable:!0,get:function(){return $.l}}),Object.defineProperty($,"id",{enumerable:!0,get:function(){return $.i}}),$.webpackPolyfill=1),$}},"./package.json":function(y){y.exports=JSON.parse('{"name":"cos-js-sdk-v5","version":"1.8.4","description":"JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)","main":"dist/cos-js-sdk-v5.js","types":"index.d.ts","scripts":{"prettier":"prettier --write src demo/demo.js demo/CIDemos/*.js test/test.js server/sts.js lib/request.js index.d.ts","server":"node server/sts.js","dev":"cross-env NODE_ENV=development webpack -w --mode=development","build":"cross-env NODE_ENV=production webpack --mode=production","cos-auth.min.js":"uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m","test":"jest --runInBand --coverage"},"repository":{"type":"git","url":"git+https://github.com/tencentyun/cos-js-sdk-v5.git"},"keywords":[],"author":"carsonxu","license":"ISC","bugs":{"url":"https://github.com/tencentyun/cos-js-sdk-v5/issues"},"homepage":"https://github.com/tencentyun/cos-js-sdk-v5#readme","dependencies":{"fast-xml-parser":"^4.4.0"},"devDependencies":{"@babel/core":"7.17.9","@babel/plugin-transform-runtime":"7.18.10","@babel/preset-env":"7.16.11","babel-loader":"8.2.5","body-parser":"^1.18.3","cross-env":"^5.2.0","express":"^4.16.4","jest":"^29.3.1","jest-environment-jsdom":"^29.3.1","prettier":"^3.0.1","qcloud-cos-sts":"^3.0.2","request":"^2.87.0","terser-webpack-plugin":"4.2.3","uglifyjs":"^2.4.11","webpack":"4.46.0","webpack-cli":"4.10.0"}}')},"./src/advance.js":function(y,n,$){var k=$("./node_modules/@babel/runtime/helpers/typeof.js"),L=$("./src/session.js"),j=$("./src/async.js"),V=$("./src/event.js").EventProxy,z=$("./src/util.js"),re=$("./src/tracker.js");function oe(nr,lr){var Et=this,ie=new V,pe=nr.TaskId,Ce=nr.Bucket,Ie=nr.Region,jt=nr.Key,ar=nr.Body,ur=nr.ChunkSize||nr.SliceSize||Et.options.ChunkSize,kt=nr.AsyncLimit,he=nr.StorageClass,tr=nr.ServerSideEncryption,gr,_r,yr=nr.onHashProgress,xr=nr.tracker;xr&&xr.setParams({chunkSize:ur}),ie.on("error",function(Nr){if(Et._isRunningTask(pe))return Nr.UploadId=nr.UploadData.UploadId||"",lr(Nr)}),ie.on("upload_complete",function(Nr){var Tr=z.extend({UploadId:nr.UploadData.UploadId||""},Nr);lr(null,Tr)}),ie.on("upload_slice_complete",function(Nr){var Tr={};z.each(nr.Headers,function(Sr,Ar){var Fr=Ar.toLowerCase();(Fr.indexOf("x-cos-meta-")===0||["pic-operations","x-cos-callback","x-cos-callback-var","x-cos-return-body"].includes(Fr))&&(Tr[Ar]=Sr)}),$e.call(Et,{Bucket:Ce,Region:Ie,Key:jt,UploadId:Nr.UploadId,SliceList:Nr.SliceList,Headers:Tr,tracker:xr},function(Sr,Ar){if(Et._isRunningTask(pe)){if(L.removeUsing(Nr.UploadId),Sr)return _r(null,!0),ie.emit("error",Sr);L.removeUploadId.call(Et,Nr.UploadId),_r({loaded:gr,total:gr},!0),ie.emit("upload_complete",Ar)}})}),ie.on("get_upload_data_finish",function(Nr){var Tr=L.getFileId(ar,nr.ChunkSize,Ce,jt);Tr&&L.saveUploadId.call(Et,Tr,Nr.UploadId,Et.options.UploadIdCacheLimit),L.setUsing(Nr.UploadId),_r(null,!0),Ne.call(Et,{TaskId:pe,Bucket:Ce,Region:Ie,Key:jt,Body:ar,FileSize:gr,SliceSize:ur,AsyncLimit:kt,ServerSideEncryption:tr,UploadData:Nr,Headers:nr.Headers,onProgress:_r,tracker:xr},function(Sr,Ar){if(Et._isRunningTask(pe)){if(Sr)return _r(null,!0),ie.emit("error",Sr);ie.emit("upload_slice_complete",Ar)}})}),ie.on("get_file_size_finish",function(){if(_r=z.throttleOnProgress.call(Et,gr,nr.onProgress),nr.UploadData.UploadId)ie.emit("get_upload_data_finish",nr.UploadData);else{var Nr=z.extend({TaskId:pe,Bucket:Ce,Region:Ie,Key:jt,Headers:nr.Headers,StorageClass:he,Body:ar,FileSize:gr,SliceSize:ur,onHashProgress:yr,tracker:xr},nr);ue.call(Et,Nr,function(Tr,Sr){if(Et._isRunningTask(pe)){if(Tr)return ie.emit("error",Tr);nr.UploadData.UploadId=Sr.UploadId,nr.UploadData.PartList=Sr.PartList,ie.emit("get_upload_data_finish",nr.UploadData)}})}}),gr=nr.ContentLength,delete nr.ContentLength,!nr.Headers&&(nr.Headers={}),z.each(nr.Headers,function(Nr,Tr){Tr.toLowerCase()==="content-length"&&delete nr.Headers[Tr]}),function(){for(var Nr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Tr=1024*1024,Sr=0;Srhe)return Sr(null,!1);if(Ar>1){var Fr=Math.max(Tr[0].Size,Tr[1].Size);if(Fr!==kt)return Sr(null,!1)}var Gr=function Vr(Dr){if(Dr=Sr.length){xr.emit("has_and_check_upload_id",Nr);return}var Vr=Sr[Gr];if(!z.isInArray(Nr,Vr)){L.removeUploadId.call(jt,Vr),Fr(Gr+1);return}if(L.using[Vr]){Fr(Gr+1);return}_e.call(jt,{Bucket:ie,Region:pe,Key:Ce,UploadId:Vr,tracker:nr.tracker},function(Dr,Ir){jt._isRunningTask(Et)&&(Dr?(L.removeUploadId.call(jt,Vr),Fr(Gr+1)):xr.emit("upload_id_available",{UploadId:Vr,PartList:Ir.PartList}))})};Ar(0)}),xr.on("get_remote_upload_id_list",function(){de.call(jt,{Bucket:ie,Region:pe,Key:Ce,tracker:nr.tracker},function(Nr,Tr){if(jt._isRunningTask(Et)){if(Nr)return xr.emit("error",Nr);var Sr=z.filter(Tr.UploadList,function(Gr){return Gr.Key===Ce&&(!Ie||Gr.StorageClass.toUpperCase()===Ie.toUpperCase())}).reverse().map(function(Gr){return Gr.UploadId||Gr.UploadID});if(Sr.length)xr.emit("seek_local_avail_upload_id",Sr);else{var Ar=L.getFileId(nr.Body,nr.ChunkSize,ie,Ce),Fr;Ar&&(Fr=L.getUploadIdList.call(jt,Ar))&&z.each(Fr,function(Gr){L.removeUploadId.call(jt,Gr)}),xr.emit("no_available_upload_id")}}})}),xr.emit("get_remote_upload_id_list")}function de(nr,lr){var Et=this,ie=[],pe={Bucket:nr.Bucket,Region:nr.Region,Prefix:nr.Key,calledBySdk:nr.calledBySdk||"sliceUploadFile",tracker:nr.tracker},Ce=function Ie(){Et.multipartList(pe,function(jt,ar){if(jt)return lr(jt);ie.push.apply(ie,ar.Upload||[]),ar.IsTruncated==="true"?(pe.KeyMarker=ar.NextKeyMarker,pe.UploadIdMarker=ar.NextUploadIdMarker,Ie()):lr(null,{UploadList:ie})})};Ce()}function _e(nr,lr){var Et=this,ie=[],pe={Bucket:nr.Bucket,Region:nr.Region,Key:nr.Key,UploadId:nr.UploadId,calledBySdk:"sliceUploadFile",tracker:nr.tracker},Ce=function Ie(){Et.multipartListPart(pe,function(jt,ar){if(jt)return lr(jt);ie.push.apply(ie,ar.Part||[]),ar.IsTruncated==="true"?(pe.PartNumberMarker=ar.NextPartNumberMarker,Ie()):lr(null,{PartList:ie})})};Ce()}function Ne(nr,lr){var Et=this,ie=nr.TaskId,pe=nr.Bucket,Ce=nr.Region,Ie=nr.Key,jt=nr.UploadData,ar=nr.FileSize,ur=nr.SliceSize,kt=Math.min(nr.AsyncLimit||Et.options.ChunkParallelLimit||1,256),he=nr.Body,tr=Math.ceil(ar/ur),gr=0,_r=nr.ServerSideEncryption,yr=nr.Headers,xr=z.filter(jt.PartList,function(Tr){return Tr.Uploaded&&(gr+=Tr.PartNumber>=tr&&ar%ur||ur),!Tr.Uploaded}),Nr=nr.onProgress;j.eachLimit(xr,kt,function(Tr,Sr){if(Et._isRunningTask(ie)){var Ar=Tr.PartNumber,Fr=Math.min(ar,Tr.PartNumber*ur)-(Tr.PartNumber-1)*ur,Gr=0;Ue.call(Et,{TaskId:ie,Bucket:pe,Region:Ce,Key:Ie,SliceSize:ur,FileSize:ar,PartNumber:Ar,ServerSideEncryption:_r,Body:he,UploadData:jt,Headers:yr,onProgress:function(Dr){gr+=Dr.loaded-Gr,Gr=Dr.loaded,Nr({loaded:gr,total:ar})},tracker:nr.tracker},function(Vr,Dr){Et._isRunningTask(ie)&&(!Vr&&!Dr.ETag&&(Vr='get ETag error, please add "ETag" to CORS ExposeHeader setting.( 获取ETag失败,请在CORS ExposeHeader设置中添加ETag,请参考文档:https://cloud.tencent.com/document/product/436/13318 )'),Vr?gr-=Gr:(gr+=Fr-Gr,Tr.ETag=Dr.ETag),Nr({loaded:gr,total:ar}),Sr(Vr||null,Dr))})}},function(Tr){if(Et._isRunningTask(ie)){if(Tr)return lr(Tr);lr(null,{UploadId:jt.UploadId,SliceList:jt.PartList})}})}function Ue(nr,lr){var Et=this,ie=nr.TaskId,pe=nr.Bucket,Ce=nr.Region,Ie=nr.Key,jt=nr.FileSize,ar=nr.Body,ur=nr.PartNumber*1,kt=nr.SliceSize,he=nr.ServerSideEncryption,tr=nr.UploadData,gr=nr.Headers||{},_r=Et.options.ChunkRetryTimes+1,yr=kt*(ur-1),xr=kt,Nr=yr+kt;Nr>jt&&(Nr=jt,xr=Nr-yr);var Tr=["x-cos-traffic-limit","x-cos-mime-limit"],Sr={};z.each(gr,function(Fr,Gr){Tr.indexOf(Gr)>-1&&(Sr[Gr]=Fr)});var Ar=tr.PartList[ur-1];j.retry(_r,function(Fr){Et._isRunningTask(ie)&&z.fileSlice(ar,yr,Nr,!0,function(Gr){Et.multipartUpload({TaskId:ie,Bucket:pe,Region:Ce,Key:Ie,ContentLength:xr,PartNumber:ur,UploadId:tr.UploadId,ServerSideEncryption:he,Body:Gr,Headers:Sr,onProgress:nr.onProgress,calledBySdk:"sliceUploadFile",tracker:nr.tracker},function(Vr,Dr){if(Et._isRunningTask(ie))return Vr?Fr(Vr):(Ar.Uploaded=!0,Fr(null,Dr))})})},function(Fr,Gr){if(Et._isRunningTask(ie))return lr(Fr,Gr)})}function $e(nr,lr){var Et=nr.Bucket,ie=nr.Region,pe=nr.Key,Ce=nr.UploadId,Ie=nr.SliceList,jt=this,ar=this.options.ChunkRetryTimes+1,ur=nr.Headers,kt=Ie.map(function(he){return{PartNumber:he.PartNumber,ETag:he.ETag}});j.retry(ar,function(he){jt.multipartComplete({Bucket:Et,Region:ie,Key:pe,UploadId:Ce,Parts:kt,Headers:ur,calledBySdk:"sliceUploadFile",tracker:nr.tracker},he)},function(he,tr){lr(he,tr)})}function Ve(nr,lr){var Et=nr.Bucket,ie=nr.Region,pe=nr.Key,Ce=nr.UploadId,Ie=nr.Level||"task",jt=nr.AsyncLimit,ar=this,ur=new V;if(ur.on("error",function(kt){return lr(kt)}),ur.on("get_abort_array",function(kt){Fe.call(ar,{Bucket:Et,Region:ie,Key:pe,Headers:nr.Headers,AsyncLimit:jt,AbortArray:kt},lr)}),Ie==="bucket")de.call(ar,{Bucket:Et,Region:ie,calledBySdk:"abortUploadTask"},function(kt,he){if(kt)return lr(kt);ur.emit("get_abort_array",he.UploadList||[])});else if(Ie==="file"){if(!pe)return lr(z.error(new Error("abort_upload_task_no_key")));de.call(ar,{Bucket:Et,Region:ie,Key:pe,calledBySdk:"abortUploadTask"},function(kt,he){if(kt)return lr(kt);ur.emit("get_abort_array",he.UploadList||[])})}else if(Ie==="task"){if(!Ce)return lr(z.error(new Error("abort_upload_task_no_id")));if(!pe)return lr(z.error(new Error("abort_upload_task_no_key")));ur.emit("get_abort_array",[{Key:pe,UploadId:Ce}])}else return lr(z.error(new Error("abort_unknown_level")))}function Fe(nr,lr){var Et=nr.Bucket,ie=nr.Region,pe=nr.Key,Ce=nr.AbortArray,Ie=nr.AsyncLimit||1,jt=this,ar=0,ur=new Array(Ce.length);j.eachLimit(Ce,Ie,function(kt,he){var tr=ar;if(pe&&pe!==kt.Key){ur[tr]={error:{KeyNotMatch:!0}},he(null);return}var gr=kt.UploadId||kt.UploadID;jt.multipartAbort({Bucket:Et,Region:ie,Key:kt.Key,Headers:nr.Headers,UploadId:gr},function(_r){var yr={Bucket:Et,Region:ie,Key:kt.Key,UploadId:gr};ur[tr]={error:_r,task:yr},he(null)}),ar++},function(kt){if(kt)return lr(kt);for(var he=[],tr=[],gr=0,_r=ur.length;gr<_r;gr++){var yr=ur[gr];yr.task&&(yr.error?tr.push(yr.task):he.push(yr.task))}return lr(null,{successList:he,errorList:tr})})}function qe(nr,lr){var Et=this,ie=nr.SliceSize===void 0?Et.options.SliceSize:nr.SliceSize,pe=[],Ce=nr.Body,Ie=Ce.size||Ce.length||0,jt={TaskId:""};if(Et.options.EnableReporter){var ar=Et.options.UseAccelerate||typeof Et.options.Domain=="string"&&Et.options.Domain.includes("accelerate."),ur=Ie>ie?"sliceUploadFile":"putObject";nr.tracker=new re({Beacon:Et.options.BeaconReporter,clsReporter:Et.options.ClsReporter,bucket:nr.Bucket,region:nr.Region,apiName:"uploadFile",realApi:ur,fileKey:nr.Key,fileSize:Ie,accelerate:ar,deepTracker:Et.options.DeepTracker,customId:Et.options.CustomId,delay:Et.options.TrackerDelay})}z.each(nr,function(yr,xr){k(yr)!=="object"&&typeof yr!="function"&&(jt[xr]=yr)});var kt=nr.onTaskReady,he=function(xr){jt.TaskId=xr,kt&&kt(xr)};nr.onTaskReady=he;var tr=Ie>ie?"sliceUploadFile":"putObject",gr=nr.onFileFinish,_r=function(xr,Nr){nr.tracker&&nr.tracker.report(xr,Nr),gr&&gr(xr,Nr,jt),lr&&lr(xr,Nr)};pe.push({api:tr,params:nr,callback:_r}),Et._addTasks(pe)}function er(nr,lr){var Et=this,ie=nr.SliceSize===void 0?Et.options.SliceSize:nr.SliceSize,pe=0,Ce=0,Ie=z.throttleOnProgress.call(Et,Ce,nr.onProgress),jt=nr.files.length,ar=nr.onFileFinish,ur=Array(jt),kt=function(gr,_r,yr){Ie(null,!0),ar&&ar(gr,_r,yr),ur[yr.Index]={options:yr,error:gr,data:_r},--jt<=0&&lr&&lr(null,{files:ur})},he=[];z.each(nr.files,function(tr,gr){(function(){var _r=tr.Body,yr=_r.size||_r.length||0,xr={Index:gr,TaskId:""};if(!Et.options.UseRawKey&&tr.Key&&tr.Key.substr(0,1)==="/"&&(tr.Key=tr.Key.substr(1)),pe+=yr,Et.options.EnableReporter){var Nr=Et.options.UseAccelerate||typeof Et.options.Domain=="string"&&Et.options.Domain.includes("accelerate."),Tr=yr>ie?"sliceUploadFile":"putObject";tr.tracker=new re({Beacon:Et.options.BeaconReporter,clsReporter:Et.options.ClsReporter,bucket:tr.Bucket,region:tr.Region,apiName:"uploadFiles",realApi:Tr,fileKey:tr.Key,fileSize:yr,accelerate:Nr,deepTracker:Et.options.DeepTracker,customId:Et.options.CustomId,delay:Et.options.TrackerDelay})}z.each(tr,function(Rr,Lr){k(Rr)!=="object"&&typeof Rr!="function"&&(xr[Lr]=Rr)});var Sr=tr.onTaskReady,Ar=function(Lr){xr.TaskId=Lr,Sr&&Sr(Lr)};tr.onTaskReady=Ar;var Fr=0,Gr=tr.onProgress,Vr=function(Lr){Ce=Ce-Fr+Lr.loaded,Fr=Lr.loaded,Gr&&Gr(Lr),Ie({loaded:Ce,total:pe})};tr.onProgress=Vr;var Dr=yr>ie?"sliceUploadFile":"putObject",Ir=tr.onFileFinish,Br=function(Lr,$r){tr.tracker&&tr.tracker.report(Lr,$r),Ir&&Ir(Lr,$r),kt&&kt(Lr,$r,xr)};he.push({api:Dr,params:tr,callback:Br})})()}),Et._addTasks(he)}function ir(nr,lr){var Et=new V,ie=this,pe=nr.Bucket,Ce=nr.Region,Ie=nr.Key,jt=nr.CopySource,ar=z.getSourceParams.call(this,jt);if(!ar){lr(z.error(new Error("CopySource format error")));return}var ur=ar.Bucket,kt=ar.Region,he=decodeURIComponent(ar.Key),tr=nr.CopySliceSize===void 0?ie.options.CopySliceSize:nr.CopySliceSize;tr=Math.max(0,tr);var gr=nr.CopyChunkSize||this.options.CopyChunkSize,_r=this.options.CopyChunkParallelLimit,yr=this.options.ChunkRetryTimes+1,xr=0,Nr=0,Tr,Sr,Ar={},Fr={},Gr={};Et.on("copy_slice_complete",function(Vr){z.each(nr.Headers,function(Ir,Br){Br.toLowerCase().indexOf("x-cos-meta-")});var Dr=z.map(Vr.PartList,function(Ir){return{PartNumber:Ir.PartNumber,ETag:Ir.ETag}});j.retry(yr,function(Ir){ie.multipartComplete({Bucket:pe,Region:Ce,Key:Ie,UploadId:Vr.UploadId,Parts:Dr,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},Ir)},function(Ir,Br){if(L.removeUsing(Vr.UploadId),Ir)return Sr(null,!0),lr(Ir);L.removeUploadId(Vr.UploadId),Sr({loaded:Tr,total:Tr},!0),lr(null,Br)})}),Et.on("get_copy_data_finish",function(Vr){var Dr=L.getCopyFileId(jt,Ar,gr,pe,Ie);Dr&&L.saveUploadId(Dr,Vr.UploadId,ie.options.UploadIdCacheLimit),L.setUsing(Vr.UploadId);var Ir=z.filter(Vr.PartList,function(Br){return Br.Uploaded&&(Nr+=Br.PartNumber>=xr&&Tr%gr||gr),!Br.Uploaded});j.eachLimit(Ir,_r,function(Br,Rr){var Lr=Br.PartNumber,$r=Br.CopySourceRange,jr=Br.end-Br.start;j.retry(yr,function(vn){dr.call(ie,{Bucket:pe,Region:Ce,Key:Ie,CopySource:jt,UploadId:Vr.UploadId,PartNumber:Lr,CopySourceRange:$r,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},vn)},function(vn,Kr){if(vn)return Rr(vn);Nr+=jr,Sr({loaded:Nr,total:Tr}),Br.ETag=Kr.ETag,Rr(vn||null,Kr)})},function(Br){if(Br)return L.removeUsing(Vr.UploadId),Sr(null,!0),lr(Br);Et.emit("copy_slice_complete",Vr)})}),Et.on("get_chunk_size_finish",function(){var Vr=function(){ie.multipartInit({Bucket:pe,Region:Ce,Key:Ie,Headers:Gr,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},function(Lr,$r){if(Lr)return lr(Lr);nr.UploadId=$r.UploadId,Et.emit("get_copy_data_finish",{UploadId:nr.UploadId,PartList:nr.PartList})})},Dr=L.getCopyFileId(jt,Ar,gr,pe,Ie),Ir=L.getUploadIdList(Dr);if(!Dr||!Ir)return Vr();var Br=function Rr(Lr){if(Lr>=Ir.length)return Vr();var $r=Ir[Lr];if(L.using[$r])return Rr(Lr+1);_e.call(ie,{Bucket:pe,Region:Ce,Key:Ie,UploadId:$r,tracker:nr.tracker,calledBySdk:"sliceCopyFile"},function(jr,vn){if(jr)L.removeUploadId($r),Rr(Lr+1);else{if(L.using[$r])return Rr(Lr+1);var Kr={},kr=0;z.each(vn.PartList,function(Qr){var Zr=parseInt(Qr.Size),Vi=kr+Zr-1;Kr[Qr.PartNumber+"|"+kr+"|"+Vi]=Qr.ETag,kr+=Zr}),z.each(nr.PartList,function(Qr){var Zr=Kr[Qr.PartNumber+"|"+Qr.start+"|"+Qr.end];Zr&&(Qr.ETag=Zr,Qr.Uploaded=!0)}),Et.emit("get_copy_data_finish",{UploadId:$r,PartList:nr.PartList})}})};Br(0)}),Et.on("get_file_size_finish",function(){if(function(){for(var Dr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Ir=1024*1024,Br=0;BrLr.length&&(Fr[Rr]=Br)}),Et.emit("get_file_size_finish")}})}function dr(nr,lr){var Et=nr.TaskId,ie=nr.Bucket,pe=nr.Region,Ce=nr.Key,Ie=nr.CopySource,jt=nr.UploadId,ar=nr.PartNumber*1,ur=nr.CopySourceRange,kt=this.options.ChunkRetryTimes+1,he=this;j.retry(kt,function(tr){he.uploadPartCopy({TaskId:Et,Bucket:ie,Region:pe,Key:Ce,CopySource:Ie,UploadId:jt,PartNumber:ar,CopySourceRange:ur,tracker:nr.tracker,calledBySdk:nr.calledBySdk},function(gr,_r){tr(gr||null,_r)})},function(tr,gr){return lr(tr,gr)})}var cr={sliceUploadFile:oe,abortUploadTask:Ve,uploadFile:qe,uploadFiles:er,sliceCopyFile:ir};y.exports.init=function(nr,lr){lr.transferToTaskMethod(cr,"sliceUploadFile"),z.each(cr,function(Et,ie){nr.prototype[ie]=z.apiWrapper(ie,Et)})}},"./src/async.js":function(y,n){var $=function(V,z,re,oe){if(oe=oe||function(){},!V.length||z<=0)return oe();var ue=0,de=0,_e=0;(function Ne(){if(ue>=V.length)return oe();for(;_e=V.length?oe():Ne())})})()},k=function(V,z,re){var oe=function ue(de){z(function(_e,Ne){_e&&de"u"?"undefined":k(location))==="object"&&location.protocol==="http:"?"http:":"https:"),An=this.options.ServiceDomain,Gi=Hr.AppId||this.options.appId,Ki=Hr.Region;An?(An=An.replace(/\{\{AppId\}\}/gi,Gi||"").replace(/\{\{Region\}\}/gi,Ki||"").replace(/\{\{.*?\}\}/gi,""),/^[a-zA-Z]+:\/\//.test(An)||(An=En+"//"+An),An.slice(-1)==="/"&&(An=An.slice(0,-1))):Ki?An=En+"//cos."+Ki+".myqcloud.com":An=En+"//service.cos.myqcloud.com";var Ea="",aa=Ki?"cos."+Ki+".myqcloud.com":"service.cos.myqcloud.com",Qo=An.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");aa===Qo&&(Ea=aa),Wa.call(this,{Action:"name/cos:GetService",url:An,method:"GET",headers:Hr.Headers,SignHost:Ea,tracker:Hr.tracker},function(Eo,Vo){if(Eo)return ui(Eo);var vs=Vo&&Vo.ListAllMyBucketsResult&&Vo.ListAllMyBucketsResult.Buckets&&Vo.ListAllMyBucketsResult.Buckets.Bucket||[];vs=j.isArray(vs)?vs:[vs];var kn=Vo&&Vo.ListAllMyBucketsResult&&Vo.ListAllMyBucketsResult.Owner||{};ui(null,{Buckets:vs,Owner:kn,statusCode:Vo.statusCode,headers:Vo.headers})})}function z(Hr,ui){var En=this,An="";if(Hr.BucketAZConfig){var Gi={BucketAZConfig:Hr.BucketAZConfig};An=j.json2xml({CreateBucketConfiguration:Gi})}Wa.call(this,{Action:"name/cos:PutBucket",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,body:An,tracker:Hr.tracker},function(Ki,Ea){if(Ki)return ui(Ki);var aa=Gs({protocol:En.options.Protocol,domain:En.options.Domain,bucket:Hr.Bucket,region:Hr.Region,isLocation:!0});ui(null,{Location:aa,statusCode:Ea.statusCode,headers:Ea.headers})})}function re(Hr,ui){Wa.call(this,{Action:"name/cos:HeadBucket",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,method:"HEAD",tracker:Hr.tracker},ui)}function oe(Hr,ui){var En={};En.prefix=Hr.Prefix||"",En.delimiter=Hr.Delimiter,En.marker=Hr.Marker,En["max-keys"]=Hr.MaxKeys,En["encoding-type"]=Hr.EncodingType,Wa.call(this,{Action:"name/cos:GetBucket",ResourceKey:En.prefix,method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,qs:En,tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);var Ki=Gi.ListBucketResult||{},Ea=Ki.Contents||[],aa=Ki.CommonPrefixes||[];Ea=j.isArray(Ea)?Ea:[Ea],aa=j.isArray(aa)?aa:[aa];var Qo=j.clone(Ki);j.extend(Qo,{Contents:Ea,CommonPrefixes:aa,statusCode:Gi.statusCode,headers:Gi.headers}),ui(null,Qo)})}function ue(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucket",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,method:"DELETE",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function de(Hr,ui){var En=Hr.Headers,An="";if(Hr.AccessControlPolicy){var Gi=j.clone(Hr.AccessControlPolicy||{}),Ki=Gi.Grants||Gi.Grant;Ki=j.isArray(Ki)?Ki:[Ki],delete Gi.Grant,delete Gi.Grants,Gi.AccessControlList={Grant:Ki},An=j.json2xml({AccessControlPolicy:Gi}),En["Content-Type"]="application/xml",En["Content-MD5"]=j.b64(j.md5(An))}j.each(En,function(Ea,aa){aa.indexOf("x-cos-grant-")===0&&(En[aa]=js(En[aa]))}),Wa.call(this,{Action:"name/cos:PutBucketACL",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,headers:En,action:"acl",body:An,tracker:Hr.tracker},function(Ea,aa){if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function _e(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketACL",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"acl",tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=An.AccessControlPolicy||{},Ki=Gi.Owner||{},Ea=Gi.AccessControlList.Grant||[];Ea=j.isArray(Ea)?Ea:[Ea];var aa=Ts(Gi);An.headers&&An.headers["x-cos-acl"]&&(aa.ACL=An.headers["x-cos-acl"]),aa=j.extend(aa,{Owner:Ki,Grants:Ea,statusCode:An.statusCode,headers:An.headers}),ui(null,aa)})}function Ne(Hr,ui){var En=Hr.CORSConfiguration||{},An=En.CORSRules||Hr.CORSRules||[];An=j.clone(j.isArray(An)?An:[An]),j.each(An,function(aa){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Qo){var Eo=Qo+"s",Vo=aa[Eo]||aa[Qo]||[];delete aa[Eo],aa[Qo]=j.isArray(Vo)?Vo:[Vo]})});var Gi={CORSRule:An};Hr.ResponseVary&&(Gi.ResponseVary=Hr.ResponseVary);var Ki=j.json2xml({CORSConfiguration:Gi}),Ea=Hr.Headers;Ea["Content-Type"]="application/xml",Ea["Content-MD5"]=j.b64(j.md5(Ki)),Wa.call(this,{Action:"name/cos:PutBucketCORS",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Ki,action:"cors",headers:Ea,tracker:Hr.tracker},function(aa,Qo){if(aa)return ui(aa);ui(null,{statusCode:Qo.statusCode,headers:Qo.headers})})}function Ue(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketCORS",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"cors",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&En.error.Code==="NoSuchCORSConfiguration"){var Gi={CORSRules:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=An.CORSConfiguration||{},Ea=Ki.CORSRules||Ki.CORSRule||[];Ea=j.clone(j.isArray(Ea)?Ea:[Ea]);var aa=Ki.ResponseVary;j.each(Ea,function(Qo){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Eo){var Vo=Eo+"s",vs=Qo[Vo]||Qo[Eo]||[];delete Qo[Eo],Qo[Vo]=j.isArray(vs)?vs:[vs]})}),ui(null,{CORSRules:Ea,ResponseVary:aa,statusCode:An.statusCode,headers:An.headers})})}function $e(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketCORS",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"cors",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode||En.statusCode,headers:An.headers})})}function Ve(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketLocation",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"location",tracker:Hr.tracker},ui)}function Fe(Hr,ui){var En=Hr.Policy;try{typeof En=="string"&&(En=JSON.parse(En))}catch{}if(!En||typeof En=="string")return ui(j.error(new Error("Policy format error")));var An=JSON.stringify(En);En.version||(En.version="2.0");var Gi=Hr.Headers;Gi["Content-Type"]="application/json",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketPolicy",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,action:"policy",body:An,headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki&&Ki.statusCode===204)return ui(null,{statusCode:Ki.statusCode});if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function qe(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketPolicy",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"policy",rawBody:!0,tracker:Hr.tracker},function(En,An){if(En)return En.statusCode&&En.statusCode===403?ui(j.error(En,{ErrorStatus:"Access Denied"})):En.statusCode&&En.statusCode===405?ui(j.error(En,{ErrorStatus:"Method Not Allowed"})):En.statusCode&&En.statusCode===404?ui(j.error(En,{ErrorStatus:"Policy Not Found"})):ui(En);var Gi={};try{Gi=JSON.parse(An.body)}catch{}ui(null,{Policy:Gi,statusCode:An.statusCode,headers:An.headers})})}function er(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketPolicy",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"policy",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode||En.statusCode,headers:An.headers})})}function ir(Hr,ui){var En=Hr.Tagging||{},An=En.TagSet||En.Tags||Hr.Tags||[];An=j.clone(j.isArray(An)?An:[An]);var Gi=j.json2xml({Tagging:{TagSet:{Tag:An}}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketTagging",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"tagging",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function dr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketTagging",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"tagging",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&(En.error==="Not Found"||En.error.Code==="NoSuchTagSet")){var Gi={Tags:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=[];try{Ki=An.Tagging.TagSet.Tag||[]}catch{}Ki=j.clone(j.isArray(Ki)?Ki:[Ki]),ui(null,{Tags:Ki,statusCode:An.statusCode,headers:An.headers})})}function cr(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketTagging",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"tagging",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function nr(Hr,ui){var En=Hr.LifecycleConfiguration||{},An=En.Rules||Hr.Rules||[];An=j.clone(An);var Gi=j.json2xml({LifecycleConfiguration:{Rule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketLifecycle",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"lifecycle",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function lr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketLifecycle",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"lifecycle",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&En.error.Code==="NoSuchLifecycleConfiguration"){var Gi={Rules:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=[];try{Ki=An.LifecycleConfiguration.Rule||[]}catch{}Ki=j.clone(j.isArray(Ki)?Ki:[Ki]),ui(null,{Rules:Ki,statusCode:An.statusCode,headers:An.headers})})}function Et(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketLifecycle",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"lifecycle",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function ie(Hr,ui){if(!Hr.VersioningConfiguration){ui(j.error(new Error("missing param VersioningConfiguration")));return}var En=Hr.VersioningConfiguration||{},An=j.json2xml({VersioningConfiguration:En}),Gi=Hr.Headers;Gi["Content-Type"]="application/xml",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketVersioning",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:An,action:"versioning",headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki&&Ki.statusCode===204)return ui(null,{statusCode:Ki.statusCode});if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function pe(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketVersioning",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"versioning",tracker:Hr.tracker},function(En,An){En||!An.VersioningConfiguration&&(An.VersioningConfiguration={}),ui(En,An)})}function Ce(Hr,ui){var En=j.clone(Hr.ReplicationConfiguration),An=j.json2xml({ReplicationConfiguration:En});An=An.replace(/<(\/?)Rules>/gi,"<$1Rule>"),An=An.replace(/<(\/?)Tags>/gi,"<$1Tag>");var Gi=Hr.Headers;Gi["Content-Type"]="application/xml",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketReplication",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:An,action:"replication",headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki&&Ki.statusCode===204)return ui(null,{statusCode:Ki.statusCode});if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function Ie(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketReplication",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"replication",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&(En.error==="Not Found"||En.error.Code==="ReplicationConfigurationnotFoundError")){var Gi={ReplicationConfiguration:{Rules:[]},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}!An.ReplicationConfiguration&&(An.ReplicationConfiguration={}),An.ReplicationConfiguration.Rule&&(An.ReplicationConfiguration.Rules=j.makeArray(An.ReplicationConfiguration.Rule),delete An.ReplicationConfiguration.Rule),ui(En,An)})}function jt(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"replication",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function ar(Hr,ui){if(!Hr.WebsiteConfiguration){ui(j.error(new Error("missing param WebsiteConfiguration")));return}var En=j.clone(Hr.WebsiteConfiguration||{}),An=En.RoutingRules||En.RoutingRule||[];An=j.isArray(An)?An:[An],delete En.RoutingRule,delete En.RoutingRules,An.length&&(En.RoutingRules={RoutingRule:An});var Gi=j.json2xml({WebsiteConfiguration:En}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketWebsite",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"website",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function ur(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketWebsite",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"website",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error.Code==="NoSuchWebsiteConfiguration"){var Gi={WebsiteConfiguration:{},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=An.WebsiteConfiguration||{};if(Ki.RoutingRules){var Ea=j.clone(Ki.RoutingRules.RoutingRule||[]);Ea=j.makeArray(Ea),Ki.RoutingRules=Ea}ui(null,{WebsiteConfiguration:Ki,statusCode:An.statusCode,headers:An.headers})})}function kt(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketWebsite",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"website",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function he(Hr,ui){if(!Hr.RefererConfiguration){ui(j.error(new Error("missing param RefererConfiguration")));return}var En=j.clone(Hr.RefererConfiguration||{}),An=En.DomainList||{},Gi=An.Domains||An.Domain||[];Gi=j.isArray(Gi)?Gi:[Gi],Gi.length&&(En.DomainList={Domain:Gi});var Ki=j.json2xml({RefererConfiguration:En}),Ea=Hr.Headers;Ea["Content-Type"]="application/xml",Ea["Content-MD5"]=j.b64(j.md5(Ki)),Wa.call(this,{Action:"name/cos:PutBucketReferer",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Ki,action:"referer",headers:Ea,tracker:Hr.tracker},function(aa,Qo){if(aa&&aa.statusCode===204)return ui(null,{statusCode:aa.statusCode});if(aa)return ui(aa);ui(null,{statusCode:Qo.statusCode,headers:Qo.headers})})}function tr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketReferer",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"referer",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error.Code==="NoSuchRefererConfiguration"){var Gi={WebsiteConfiguration:{},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=An.RefererConfiguration||{};if(Ki.DomainList){var Ea=j.makeArray(Ki.DomainList.Domain||[]);Ki.DomainList={Domains:Ea}}ui(null,{RefererConfiguration:Ki,statusCode:An.statusCode,headers:An.headers})})}function gr(Hr,ui){var En=Hr.DomainConfiguration||{},An=En.DomainRule||Hr.DomainRule||[];An=j.clone(An);var Gi=j.json2xml({DomainConfiguration:{DomainRule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketDomain",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"domain",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function _r(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketDomain",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"domain",tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=[];try{Gi=An.DomainConfiguration.DomainRule||[]}catch{}Gi=j.clone(j.isArray(Gi)?Gi:[Gi]),ui(null,{DomainRule:Gi,statusCode:An.statusCode,headers:An.headers})})}function yr(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketDomain",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"domain",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function xr(Hr,ui){var En=Hr.OriginConfiguration||{},An=En.OriginRule||Hr.OriginRule||[];An=j.clone(An);var Gi=j.json2xml({OriginConfiguration:{OriginRule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketOrigin",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"origin",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function Nr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketOrigin",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"origin",tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=[];try{Gi=An.OriginConfiguration.OriginRule||[]}catch{}Gi=j.clone(j.isArray(Gi)?Gi:[Gi]),ui(null,{OriginRule:Gi,statusCode:An.statusCode,headers:An.headers})})}function Tr(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketOrigin",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"origin",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Sr(Hr,ui){var En=j.json2xml({BucketLoggingStatus:Hr.BucketLoggingStatus||""}),An=Hr.Headers;An["Content-Type"]="application/xml",An["Content-MD5"]=j.b64(j.md5(En)),Wa.call(this,{Action:"name/cos:PutBucketLogging",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:En,action:"logging",headers:An,tracker:Hr.tracker},function(Gi,Ki){if(Gi&&Gi.statusCode===204)return ui(null,{statusCode:Gi.statusCode});if(Gi)return ui(Gi);ui(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Ar(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketLogging",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"logging",tracker:Hr.tracker},function(En,An){if(En)return ui(En);ui(null,{BucketLoggingStatus:An.BucketLoggingStatus,statusCode:An.statusCode,headers:An.headers})})}function Fr(Hr,ui,En){var An=j.clone(ui.InventoryConfiguration);if(An.OptionalFields){var Gi=An.OptionalFields||[];An.OptionalFields={Field:Gi}}if(An.Destination&&An.Destination.COSBucketDestination&&An.Destination.COSBucketDestination.Encryption){var Ki=An.Destination.COSBucketDestination.Encryption;Object.keys(Ki).indexOf("SSECOS")>-1&&(Ki["SSE-COS"]=Ki.SSECOS,delete Ki.SSECOS)}var Ea=j.json2xml({InventoryConfiguration:An}),aa=ui.Headers;aa["Content-Type"]="application/xml",aa["Content-MD5"]=j.b64(j.md5(Ea));var Qo=Hr==="PUT"?"name/cos:PutBucketInventory":"name/cos:PostBucketInventory";Wa.call(this,{Action:Qo,method:Hr,Bucket:ui.Bucket,Region:ui.Region,body:Ea,action:"inventory",qs:{id:ui.Id},headers:aa,tracker:ui.tracker},function(Eo,Vo){if(Eo&&Eo.statusCode===204)return En(null,{statusCode:Eo.statusCode});if(Eo)return En(Eo);En(null,{statusCode:Vo.statusCode,headers:Vo.headers})})}function Gr(Hr,ui){return Fr.call(this,"PUT",Hr,ui)}function Vr(Hr,ui){return Fr.call(this,"POST",Hr,ui)}function Dr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketInventory",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"inventory",qs:{id:Hr.Id},tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=An.InventoryConfiguration;if(Gi&&Gi.OptionalFields&&Gi.OptionalFields.Field){var Ki=Gi.OptionalFields.Field;j.isArray(Ki)||(Ki=[Ki]),Gi.OptionalFields=Ki}if(Gi.Destination&&Gi.Destination.COSBucketDestination&&Gi.Destination.COSBucketDestination.Encryption){var Ea=Gi.Destination.COSBucketDestination.Encryption;Object.keys(Ea).indexOf("SSE-COS")>-1&&(Ea.SSECOS=Ea["SSE-COS"],delete Ea["SSE-COS"])}ui(null,{InventoryConfiguration:Gi,statusCode:An.statusCode,headers:An.headers})})}function Ir(Hr,ui){Wa.call(this,{Action:"name/cos:ListBucketInventory",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"inventory",qs:{"continuation-token":Hr.ContinuationToken},tracker:Hr.tracker},function(En,An){if(En)return ui(En);var Gi=An.ListInventoryConfigurationResult,Ki=Gi.InventoryConfiguration||[];Ki=j.isArray(Ki)?Ki:[Ki],delete Gi.InventoryConfiguration,j.each(Ki,function(Ea){if(Ea&&Ea.OptionalFields&&Ea.OptionalFields.Field){var aa=Ea.OptionalFields.Field;j.isArray(aa)||(aa=[aa]),Ea.OptionalFields=aa}if(Ea.Destination&&Ea.Destination.COSBucketDestination&&Ea.Destination.COSBucketDestination.Encryption){var Qo=Ea.Destination.COSBucketDestination.Encryption;Object.keys(Qo).indexOf("SSE-COS")>-1&&(Qo.SSECOS=Qo["SSE-COS"],delete Qo["SSE-COS"])}}),Gi.InventoryConfigurations=Ki,j.extend(Gi,{statusCode:An.statusCode,headers:An.headers}),ui(null,Gi)})}function Br(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketInventory",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"inventory",qs:{id:Hr.Id},tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Rr(Hr,ui){if(!Hr.AccelerateConfiguration){ui(j.error(new Error("missing param AccelerateConfiguration")));return}var En={AccelerateConfiguration:Hr.AccelerateConfiguration||{}},An=j.json2xml(En),Gi={};Gi["Content-Type"]="application/xml",Gi["Content-MD5"]=j.b64(j.md5(An)),Wa.call(this,{Action:"name/cos:PutBucketAccelerate",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:An,action:"accelerate",headers:Gi,tracker:Hr.tracker},function(Ki,Ea){if(Ki)return ui(Ki);ui(null,{statusCode:Ea.statusCode,headers:Ea.headers})})}function Lr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketAccelerate",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,action:"accelerate",tracker:Hr.tracker},function(En,An){En||!An.AccelerateConfiguration&&(An.AccelerateConfiguration={}),ui(En,An)})}function $r(Hr,ui){var En=Hr.ServerSideEncryptionConfiguration||{},An=En.Rule||En.Rules||[],Gi=j.json2xml({ServerSideEncryptionConfiguration:{Rule:An}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutBucketEncryption",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"encryption",headers:Ki,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function jr(Hr,ui){Wa.call(this,{Action:"name/cos:GetBucketEncryption",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"encryption",tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.code==="NoSuchEncryptionConfiguration"){var Gi={EncryptionConfiguration:{Rules:[]},statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=j.makeArray(An.EncryptionConfiguration&&An.EncryptionConfiguration.Rule||[]);An.EncryptionConfiguration={Rules:Ki},ui(En,An)})}function vn(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"encryption",tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Kr(Hr,ui){Wa.call(this,{Action:"name/cos:HeadObject",method:"HEAD",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,headers:Hr.Headers,tracker:Hr.tracker},function(En,An){if(En){var Gi=En.statusCode;return Hr.Headers["If-Modified-Since"]&&Gi&&Gi===304?ui(null,{NotModified:!0,statusCode:Gi}):ui(En)}An.ETag=j.attr(An.headers,"etag",""),ui(null,An)})}function kr(Hr,ui){var En={};En.prefix=Hr.Prefix||"",En.delimiter=Hr.Delimiter,En["key-marker"]=Hr.KeyMarker,En["version-id-marker"]=Hr.VersionIdMarker,En["max-keys"]=Hr.MaxKeys,En["encoding-type"]=Hr.EncodingType,Wa.call(this,{Action:"name/cos:GetBucketObjectVersions",ResourceKey:En.prefix,method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,qs:En,action:"versions",tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);var Ki=Gi.ListVersionsResult||{},Ea=Ki.DeleteMarker||[];Ea=j.isArray(Ea)?Ea:[Ea];var aa=Ki.Version||[];aa=j.isArray(aa)?aa:[aa];var Qo=j.clone(Ki);delete Qo.DeleteMarker,delete Qo.Version,j.extend(Qo,{DeleteMarkers:Ea,Versions:aa,statusCode:Gi.statusCode,headers:Gi.headers}),ui(null,Qo)})}function Qr(Hr,ui){if(this.options.ObjectKeySimplifyCheck){var En=j.simplifyPath(Hr.Key);if(En==="/"){ui(j.error(new Error("The Getobject Key is illegal")));return}}var An=Hr.Query||{},Gi=Hr.QueryString||"",Ki=j.throttleOnProgress.call(this,0,Hr.onProgress),Ea=Hr.tracker;Ea&&Ea.setParams({signStartTime:new Date().getTime()}),An["response-content-type"]=Hr.ResponseContentType,An["response-content-language"]=Hr.ResponseContentLanguage,An["response-expires"]=Hr.ResponseExpires,An["response-cache-control"]=Hr.ResponseCacheControl,An["response-content-disposition"]=Hr.ResponseContentDisposition,An["response-content-encoding"]=Hr.ResponseContentEncoding,Wa.call(this,{Action:"name/cos:GetObject",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,DataType:Hr.DataType,headers:Hr.Headers,qs:An,qsStr:Gi,rawBody:!0,onDownloadProgress:Ki,tracker:Ea},function(aa,Qo){if(Ki(null,!0),aa){var Eo=aa.statusCode;return Hr.Headers["If-Modified-Since"]&&Eo&&Eo===304?ui(null,{NotModified:!0}):ui(aa)}ui(null,{Body:Qo.body,ETag:j.attr(Qo.headers,"etag",""),statusCode:Qo.statusCode,headers:Qo.headers})})}function Zr(Hr,ui){var En=this,An=Hr.ContentLength,Gi=j.throttleOnProgress.call(En,An,Hr.onProgress),Ki=Hr.Headers;!Ki["Cache-Control"]&&!Ki["cache-control"]&&(Ki["Cache-Control"]=""),!Ki["Content-Type"]&&!Ki["content-type"]&&(Ki["Content-Type"]=Hr.Body&&Hr.Body.type||"");var Ea=Hr.UploadAddMetaMd5||En.options.UploadAddMetaMd5||En.options.UploadCheckContentMd5,aa=Hr.tracker;Ea&&aa&&aa.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Ea,Hr.Body,function(Qo){Qo&&(aa&&aa.setParams({md5EndTime:new Date().getTime()}),En.options.UploadCheckContentMd5&&(Ki["Content-MD5"]=j.b64(Qo)),(Hr.UploadAddMetaMd5||En.options.UploadAddMetaMd5)&&(Ki["x-cos-meta-md5"]=Qo)),Hr.ContentLength!==void 0&&(Ki["Content-Length"]=Hr.ContentLength),Gi(null,!0),Wa.call(En,{Action:"name/cos:PutObject",TaskId:Hr.TaskId,method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,qs:Hr.Query,body:Hr.Body,onProgress:Gi,tracker:aa},function(Eo,Vo){if(Eo)return Gi(null,!0),ui(Eo);Gi({loaded:An,total:An},!0);var vs=Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:En.options.Protocol,domain:En.options.Domain,bucket:Hr.Bucket,region:En.options.UseAccelerate?"accelerate":Hr.Region,object:Hr.Key});vs=vs.substr(vs.indexOf("://")+3),Vo.Location=vs,Vo.ETag=j.attr(Vo.headers,"etag",""),ui(null,Vo)})},Hr.onHashProgress)}function Vi(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteObject",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,VersionId:Hr.VersionId,action:Hr.Recursive?"recursive":"",tracker:Hr.tracker},function(En,An){if(En){var Gi=En.statusCode;return Gi&&Gi===404?ui(null,{BucketNotFound:!0,statusCode:Gi}):ui(En)}ui(null,{statusCode:An.statusCode,headers:An.headers})})}function To(Hr,ui){var En={};Hr.VersionId&&(En.versionId=Hr.VersionId),Wa.call(this,{Action:"name/cos:GetObjectACL",method:"GET",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,qs:En,action:"acl",tracker:Hr.tracker},function(An,Gi){if(An)return ui(An);var Ki=Gi.AccessControlPolicy||{},Ea=Ki.Owner||{},aa=Ki.AccessControlList&&Ki.AccessControlList.Grant||[];aa=j.isArray(aa)?aa:[aa];var Qo=Ts(Ki);delete Qo.GrantWrite,Gi.headers&&Gi.headers["x-cos-acl"]&&(Qo.ACL=Gi.headers["x-cos-acl"]),Qo=j.extend(Qo,{Owner:Ea,Grants:aa,statusCode:Gi.statusCode,headers:Gi.headers}),ui(null,Qo)})}function oa(Hr,ui){var En=Hr.Headers,An="";if(Hr.AccessControlPolicy){var Gi=j.clone(Hr.AccessControlPolicy||{}),Ki=Gi.Grants||Gi.Grant;Ki=j.isArray(Ki)?Ki:[Ki],delete Gi.Grant,delete Gi.Grants,Gi.AccessControlList={Grant:Ki},An=j.json2xml({AccessControlPolicy:Gi}),En["Content-Type"]="application/xml",En["Content-MD5"]=j.b64(j.md5(An))}j.each(En,function(Ea,aa){aa.indexOf("x-cos-grant-")===0&&(En[aa]=js(En[aa]))}),Wa.call(this,{Action:"name/cos:PutObjectACL",method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,action:"acl",headers:En,body:An,tracker:Hr.tracker},function(Ea,aa){if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function Ba(Hr,ui){var En=Hr.Headers;En.Origin=Hr.Origin,En["Access-Control-Request-Method"]=Hr.AccessControlRequestMethod,En["Access-Control-Request-Headers"]=Hr.AccessControlRequestHeaders,Wa.call(this,{Action:"name/cos:OptionsObject",method:"OPTIONS",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:En,tracker:Hr.tracker},function(An,Gi){if(An)return An.statusCode&&An.statusCode===403?ui(null,{OptionsForbidden:!0,statusCode:An.statusCode}):ui(An);var Ki=Gi.headers||{};ui(null,{AccessControlAllowOrigin:Ki["access-control-allow-origin"],AccessControlAllowMethods:Ki["access-control-allow-methods"],AccessControlAllowHeaders:Ki["access-control-allow-headers"],AccessControlExposeHeaders:Ki["access-control-expose-headers"],AccessControlMaxAge:Ki["access-control-max-age"],statusCode:Gi.statusCode,headers:Gi.headers})})}function rs(Hr,ui){var En=this,An=Hr.Headers;!An["Cache-Control"]&&!An["cache-control"]&&(An["Cache-Control"]="");var Gi=Hr.CopySource||"",Ki=j.getSourceParams.call(this,Gi);if(!Ki){ui(j.error(new Error("CopySource format error")));return}var Ea=Ki.Bucket,aa=Ki.Region,Qo=decodeURIComponent(Ki.Key);Wa.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Ea,region:aa,prefix:Qo},{action:"name/cos:PutObject",bucket:Hr.Bucket,region:Hr.Region,prefix:Hr.Key}],method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,headers:Hr.Headers,tracker:Hr.tracker},function(Eo,Vo){if(Eo)return ui(Eo);var vs=j.clone(Vo.CopyObjectResult||{}),kn=Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:En.options.Protocol,domain:En.options.Domain,bucket:Hr.Bucket,region:Hr.Region,object:Hr.Key,isLocation:!0});j.extend(vs,{Location:kn,statusCode:Vo.statusCode,headers:Vo.headers}),ui(null,vs)})}function Mn(Hr,ui){var En=Hr.CopySource||"",An=j.getSourceParams.call(this,En);if(!An){ui(j.error(new Error("CopySource format error")));return}var Gi=An.Bucket,Ki=An.Region,Ea=decodeURIComponent(An.Key);Wa.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Gi,region:Ki,prefix:Ea},{action:"name/cos:PutObject",bucket:Hr.Bucket,region:Hr.Region,prefix:Hr.Key}],method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,qs:{partNumber:Hr.PartNumber,uploadId:Hr.UploadId},headers:Hr.Headers,tracker:Hr.tracker},function(aa,Qo){if(aa)return ui(aa);var Eo=j.clone(Qo.CopyPartResult||{});j.extend(Eo,{statusCode:Qo.statusCode,headers:Qo.headers}),ui(null,Eo)})}function Wr(Hr,ui){var En=Hr.Objects||[],An=Hr.Quiet;En=j.isArray(En)?En:[En];var Gi=j.json2xml({Delete:{Object:En,Quiet:An||!1}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi));var Ea=j.map(En,function(aa){return{action:"name/cos:DeleteObject",bucket:Hr.Bucket,region:Hr.Region,prefix:aa.Key}});Wa.call(this,{Scope:Ea,method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,body:Gi,action:"delete",headers:Ki,tracker:Hr.tracker},function(aa,Qo){if(aa)return ui(aa);var Eo=Qo.DeleteResult||{},Vo=Eo.Deleted||[],vs=Eo.Error||[];Vo=j.isArray(Vo)?Vo:[Vo],vs=j.isArray(vs)?vs:[vs];var kn=j.clone(Eo);j.extend(kn,{Error:vs,Deleted:Vo,statusCode:Qo.statusCode,headers:Qo.headers}),ui(null,kn)})}function Ur(Hr,ui){var En=Hr.Headers;if(!Hr.RestoreRequest){ui(j.error(new Error("missing param RestoreRequest")));return}var An=Hr.RestoreRequest||{},Gi=j.json2xml({RestoreRequest:An});En["Content-Type"]="application/xml",En["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:RestoreObject",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,VersionId:Hr.VersionId,body:Gi,action:"restore",headers:En,tracker:Hr.tracker},ui)}function Sn(Hr,ui){var En=Hr.Tagging||{},An=En.TagSet||En.Tags||Hr.Tags||[];An=j.clone(j.isArray(An)?An:[An]);var Gi=j.json2xml({Tagging:{TagSet:{Tag:An}}}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:PutObjectTagging",method:"PUT",Bucket:Hr.Bucket,Key:Hr.Key,Region:Hr.Region,body:Gi,action:"tagging",headers:Ki,VersionId:Hr.VersionId,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);ui(null,{statusCode:aa.statusCode,headers:aa.headers})})}function Nn(Hr,ui){Wa.call(this,{Action:"name/cos:GetObjectTagging",method:"GET",Key:Hr.Key,Bucket:Hr.Bucket,Region:Hr.Region,headers:Hr.Headers,action:"tagging",VersionId:Hr.VersionId,tracker:Hr.tracker},function(En,An){if(En){if(En.statusCode===404&&En.error&&(En.error==="Not Found"||En.error.Code==="NoSuchTagSet")){var Gi={Tags:[],statusCode:En.statusCode};En.headers&&(Gi.headers=En.headers),ui(null,Gi)}else ui(En);return}var Ki=[];try{Ki=An.Tagging.TagSet.Tag||[]}catch{}Ki=j.clone(j.isArray(Ki)?Ki:[Ki]),ui(null,{Tags:Ki,statusCode:An.statusCode,headers:An.headers})})}function Sa(Hr,ui){Wa.call(this,{Action:"name/cos:DeleteObjectTagging",method:"DELETE",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"tagging",VersionId:Hr.VersionId,tracker:Hr.tracker},function(En,An){if(En&&En.statusCode===204)return ui(null,{statusCode:En.statusCode});if(En)return ui(En);ui(null,{statusCode:An.statusCode,headers:An.headers})})}function Li(Hr,ui){var En=Hr.SelectType;if(!En)return ui(j.error(new Error("missing param SelectType")));var An=Hr.SelectRequest||{},Gi=j.json2xml({SelectRequest:An}),Ki=Hr.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(Gi)),Wa.call(this,{Action:"name/cos:GetObject",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,headers:Hr.Headers,action:"select",qs:{"select-type":Hr.SelectType},VersionId:Hr.VersionId,body:Gi,DataType:"arraybuffer",rawBody:!0,tracker:Hr.tracker},function(Ea,aa){if(Ea&&Ea.statusCode===204)return ui(null,{statusCode:Ea.statusCode});if(Ea)return ui(Ea);var Qo=j.parseSelectPayload(aa.body);ui(null,{statusCode:aa.statusCode,headers:aa.headers,Body:Qo.body,Payload:Qo.payload})})}function ca(Hr,ui){var En=this,An=Hr.Headers,Gi=Hr.tracker;!An["Cache-Control"]&&!An["cache-control"]&&(An["Cache-Control"]=""),!An["Content-Type"]&&!An["content-type"]&&(An["Content-Type"]=Hr.Body&&Hr.Body.type||"");var Ki=Hr.Body&&(Hr.UploadAddMetaMd5||En.options.UploadAddMetaMd5);Ki&&Gi&&Gi.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Ki,Hr.Body,function(Ea){Ea&&(Hr.Headers["x-cos-meta-md5"]=Ea),Ki&&Gi&&Gi.setParams({md5EndTime:new Date().getTime()}),Wa.call(En,{Action:"name/cos:InitiateMultipartUpload",method:"POST",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,action:"uploads",headers:Hr.Headers,qs:Hr.Query,tracker:Gi},function(aa,Qo){if(aa)return Gi&&Gi.parent&&Gi.parent.setParams({errorNode:"multipartInit"}),ui(aa);if(Qo=j.clone(Qo||{}),Qo&&Qo.InitiateMultipartUploadResult)return ui(null,j.extend(Qo.InitiateMultipartUploadResult,{statusCode:Qo.statusCode,headers:Qo.headers}));ui(null,Qo)})},Hr.onHashProgress)}function fo(Hr,ui){var En=this;j.getFileSize("multipartUpload",Hr,function(){var An=Hr.tracker,Gi=En.options.UploadCheckContentMd5;Gi&&An&&An.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Gi,Hr.Body,function(Ki){Ki&&(Hr.Headers["Content-MD5"]=j.b64(Ki)),Gi&&An&&An.setParams({md5EndTime:new Date().getTime()}),An&&An.setParams({partNumber:Hr.PartNumber}),Wa.call(En,{Action:"name/cos:UploadPart",TaskId:Hr.TaskId,method:"PUT",Bucket:Hr.Bucket,Region:Hr.Region,Key:Hr.Key,qs:{partNumber:Hr.PartNumber,uploadId:Hr.UploadId},headers:Hr.Headers,onProgress:Hr.onProgress,body:Hr.Body||null,tracker:An},function(Ea,aa){if(Ea)return An&&An.parent&&An.parent.setParams({errorNode:"multipartUpload"}),ui(Ea);ui(null,{ETag:j.attr(aa.headers,"etag",""),statusCode:aa.statusCode,headers:aa.headers})})})})}function zn(Hr,ui){for(var En=this,An=Hr.UploadId,Gi=Hr.Parts,Ki=Hr.tracker,Ea=0,aa=Gi.length;Ea-1?vs(Vo.Authorization):"sign="+encodeURIComponent(Vo.Authorization)),Vo.SecurityToken&&(kn+="&x-cos-security-token="+Vo.SecurityToken),Vo.ClientIP&&(kn+="&clientIP="+Vo.ClientIP),Vo.ClientUA&&(kn+="&clientUA="+Vo.ClientUA),Vo.Token&&(kn+="&token="+Vo.Token),Ki&&(kn+="&"+Ki),setTimeout(function(){ui(null,{Url:kn})})}});return Qo?(Ea+="?"+Qo.Authorization+(Qo.SecurityToken?"&x-cos-security-token="+Qo.SecurityToken:""),Ki&&(Ea+="&"+Ki)):Ki&&(Ea+="?"+Ki),Ea}function Ts(Hr){var ui={GrantFullControl:[],GrantWrite:[],GrantRead:[],GrantReadAcp:[],GrantWriteAcp:[],ACL:""},En={FULL_CONTROL:"GrantFullControl",WRITE:"GrantWrite",READ:"GrantRead",READ_ACP:"GrantReadAcp",WRITE_ACP:"GrantWriteAcp"},An=Hr&&Hr.AccessControlList||{},Gi=An.Grant;Gi&&(Gi=j.isArray(Gi)?Gi:[Gi]);var Ki={READ:0,WRITE:0,FULL_CONTROL:0};return Gi&&Gi.length&&j.each(Gi,function(Ea){Ea.Grantee.ID==="qcs::cam::anyone:anyone"||Ea.Grantee.URI==="http://cam.qcloud.com/groups/global/AllUsers"?Ki[Ea.Permission]=1:Ea.Grantee.ID!==Hr.Owner.ID&&ui[En[Ea.Permission]].push('id="'+Ea.Grantee.ID+'"')}),Ki.FULL_CONTROL||Ki.WRITE&&Ki.READ?ui.ACL="public-read-write":Ki.READ?ui.ACL="public-read":ui.ACL="private",j.each(En,function(Ea){ui[Ea]=js(ui[Ea].join(","))}),ui}function js(Hr){var ui=Hr.split(","),En={},An,Gi;for(An=0;An"u"?"undefined":k(location))==="object"&&location.protocol==="http:"?"http:":"https:");Ki||(["cn-south","cn-south-2","cn-north","cn-east","cn-southwest","sg"].indexOf(ui)>-1?Ki="{Region}.myqcloud.com":Ki="cos.{Region}.myqcloud.com",Hr.ForcePathStyle||(Ki="{Bucket}."+Ki)),Ki=Ki.replace(/\{\{AppId\}\}/gi,Gi).replace(/\{\{Bucket\}\}/gi,An).replace(/\{\{Region\}\}/gi,ui).replace(/\{\{.*?\}\}/gi,""),Ki=Ki.replace(/\{AppId\}/gi,Gi).replace(/\{BucketName\}/gi,An).replace(/\{Bucket\}/gi,En).replace(/\{Region\}/gi,ui).replace(/\{.*?\}/gi,""),/^[a-zA-Z]+:\/\//.test(Ki)||(Ki=aa+"//"+Ki),Ki.slice(-1)==="/"&&(Ki=Ki.slice(0,-1));var Qo=Ki;return Hr.ForcePathStyle&&(Qo+="/"+En),Qo+="/",Ea&&(Qo+=j.camSafeUrlEncode(Ea).replace(/%2F/g,"/")),Hr.isLocation&&(Qo=Qo.replace(/^https?:\/\//,"")),Qo}var uc=function(ui){if(!ui.Bucket||!ui.Region)return"";var En=ui.UseAccelerate===void 0?this.options.UseAccelerate:ui.UseAccelerate,An=ui.Url||Gs({ForcePathStyle:this.options.ForcePathStyle,protocol:this.options.Protocol,domain:this.options.Domain,bucket:ui.Bucket,region:En?"accelerate":ui.Region}),Gi=An.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");return Gi};function rl(Hr,ui){var En=j.clone(Hr.Headers),An="";j.each(En,function(Iu,Pu){(Iu===""||["content-type","cache-control","expires"].indexOf(Pu.toLowerCase())>-1)&&delete En[Pu],Pu.toLowerCase()==="host"&&(An=Iu)});var Gi=Hr.ForceSignHost!==!1;!An&&Hr.SignHost&&Gi&&(En.Host=Hr.SignHost);var Ki=!1,Ea=function(Pu,Fn){Ki||(Ki=!0,Fn&&Fn.XCosSecurityToken&&!Fn.SecurityToken&&(Fn=j.clone(Fn),Fn.SecurityToken=Fn.XCosSecurityToken,delete Fn.XCosSecurityToken),ui&&ui(Pu,Fn))},aa=this,Qo=Hr.Bucket||"",Eo=Hr.Region||"",Vo=Hr.Key||"";aa.options.ForcePathStyle&&Qo&&(Vo=Qo+"/"+Vo);var vs="/"+Vo,kn={},qo=Hr.Scope;if(!qo){var Zl=Hr.Action||"",Mo=Hr.ResourceKey||Hr.Key||"";qo=Hr.Scope||[{action:Zl,bucket:Qo,region:Eo,prefix:Mo}]}var _u=j.md5(JSON.stringify(qo));aa._StsCache=aa._StsCache||[],function(){var Iu,Pu;for(Iu=aa._StsCache.length-1;Iu>=0;Iu--){Pu=aa._StsCache[Iu];var Fn=Math.round(j.getSkewTime(aa.options.SystemClockOffset)/1e3)+30;if(Pu.StartTime&&Fn=Pu.ExpiredTime){aa._StsCache.splice(Iu,1);continue}if(!Pu.ScopeLimit||Pu.ScopeLimit&&Pu.ScopeKey===_u){kn=Pu;break}}}();var Bl=function(){var Pu="";kn.StartTime&&Hr.Expires?Pu=kn.StartTime+";"+(kn.StartTime+Hr.Expires*1):kn.StartTime&&kn.ExpiredTime&&(Pu=kn.StartTime+";"+kn.ExpiredTime);var Fn=j.getAuth({SecretId:kn.TmpSecretId,SecretKey:kn.TmpSecretKey,Method:Hr.Method,Pathname:vs,Query:Hr.Query,Headers:En,Expires:Hr.Expires,UseRawKey:aa.options.UseRawKey,SystemClockOffset:aa.options.SystemClockOffset,KeyTime:Pu,ForceSignHost:Gi}),is={Authorization:Fn,SecurityToken:kn.SecurityToken||kn.XCosSecurityToken||"",Token:kn.Token||"",ClientIP:kn.ClientIP||"",ClientUA:kn.ClientUA||"",SignFrom:"client"};Ea(null,is)},Vu=function(Pu){if(Pu.Authorization){var Fn=!1,is=Pu.Authorization;if(is)if(is.indexOf(" ")>-1)Fn=!1;else if(is.indexOf("q-sign-algorithm=")>-1&&is.indexOf("q-ak=")>-1&&is.indexOf("q-sign-time=")>-1&&is.indexOf("q-key-time=")>-1&&is.indexOf("q-url-param-list=")>-1)Fn=!0;else try{is=atob(is),is.indexOf("a=")>-1&&is.indexOf("k=")>-1&&is.indexOf("t=")>-1&&is.indexOf("r=")>-1&&is.indexOf("b=")>-1&&(Fn=!0)}catch{}if(!Fn)return j.error(new Error("getAuthorization callback params format error"))}else{if(!Pu.TmpSecretId)return j.error(new Error('getAuthorization callback params missing "TmpSecretId"'));if(!Pu.TmpSecretKey)return j.error(new Error('getAuthorization callback params missing "TmpSecretKey"'));if(!Pu.SecurityToken&&!Pu.XCosSecurityToken)return j.error(new Error('getAuthorization callback params missing "SecurityToken"'));if(!Pu.ExpiredTime)return j.error(new Error('getAuthorization callback params missing "ExpiredTime"'));if(Pu.ExpiredTime&&Pu.ExpiredTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "ExpiredTime" should be 10 digits'));if(Pu.StartTime&&Pu.StartTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "StartTime" should be 10 StartTime'))}return!1};if(kn.ExpiredTime&&kn.ExpiredTime-j.getSkewTime(aa.options.SystemClockOffset)/1e3>60)Bl();else if(aa.options.getAuthorization)aa.options.getAuthorization.call(aa,{Bucket:Qo,Region:Eo,Method:Hr.Method,Key:Vo,Pathname:vs,Query:Hr.Query,Headers:En,Scope:qo,SystemClockOffset:aa.options.SystemClockOffset,ForceSignHost:Gi},function(Iu){typeof Iu=="string"&&(Iu={Authorization:Iu});var Pu=Vu(Iu);if(Pu)return Ea(Pu);Iu.Authorization?Ea(null,Iu):(kn=Iu||{},kn.Scope=qo,kn.ScopeKey=_u,aa._StsCache.push(kn),Bl())});else if(aa.options.getSTS)aa.options.getSTS.call(aa,{Bucket:Qo,Region:Eo},function(Iu){kn=Iu||{},kn.Scope=qo,kn.ScopeKey=_u,kn.TmpSecretId||(kn.TmpSecretId=kn.SecretId),kn.TmpSecretKey||(kn.TmpSecretKey=kn.SecretKey);var Pu=Vu(kn);if(Pu)return Ea(Pu);aa._StsCache.push(kn),Bl()});else return function(){var Iu="";if(aa.options.StartTime&&Hr.Expires){if(aa.options.StartTime.toString().length!==10)return Ea(j.error(new Error('params "StartTime" should be 10 digits')));Iu=aa.options.StartTime+";"+(aa.options.StartTime+Hr.Expires*1)}else if(aa.options.StartTime&&aa.options.ExpiredTime){if(aa.options.StartTime.toString().length!==10)return Ea(j.error(new Error('params "StartTime" should be 10 digits')));if(aa.options.ExpiredTime.toString().length!==10)return Ea(j.error(new Error('params "ExpiredTime" should be 10 digits')));Iu=aa.options.StartTime+";"+aa.options.ExpiredTime*1}var Pu=j.getAuth({SecretId:Hr.SecretId||aa.options.SecretId,SecretKey:Hr.SecretKey||aa.options.SecretKey,Method:Hr.Method,Pathname:vs,Query:Hr.Query,Headers:En,Expires:Hr.Expires,KeyTime:Iu,UseRawKey:aa.options.UseRawKey,SystemClockOffset:aa.options.SystemClockOffset,ForceSignHost:Gi}),Fn={Authorization:Pu,SecurityToken:aa.options.SecurityToken||aa.options.XCosSecurityToken,SignFrom:"client"};return Ea(null,Fn),Fn}();return""}function il(Hr){var ui=this,En=!1,An=!1,Gi=!1,Ki=Hr.headers&&(Hr.headers.date||Hr.headers.Date)||Hr.error&&Hr.error.ServerTime;try{var Ea=Hr.error.Code,aa=Hr.error.Message;(Ea==="RequestTimeTooSkewed"||Ea==="AccessDenied"&&aa==="Request has expired")&&(An=!0)}catch{}if(Hr)if(An&&Ki){var Qo=Date.parse(Ki);this.options.CorrectClockSkew&&Math.abs(j.getSkewTime(this.options.SystemClockOffset)-Qo)>=3e4&&(console.error("error: Local time is too skewed."),this.options.SystemClockOffset=Qo-Date.now(),En=!0)}else Math.floor(Hr.statusCode/100)===5?En=!0:Hr.message==="CORS blocked or network error"&&(Gi=!0,En=ui.options.AutoSwitchHost);return{canRetry:En,networkError:Gi}}function bl(Hr){var ui=Hr.requestUrl,En=Hr.clientCalcSign,An=Hr.networkError;if(!this.options.AutoSwitchHost||!ui||!En||!An)return!1;var Gi=/^https?:\/\/[^\/]*\.cos\.[^\/]*\.myqcloud\.com(\/.*)?$/,Ki=/^https?:\/\/[^\/]*\.cos\.accelerate\.myqcloud\.com(\/.*)?$/,Ea=Gi.test(ui)&&!Ki.test(ui);return Ea}function Wa(Hr,ui){var En=this;!Hr.headers&&(Hr.headers={}),!Hr.qs&&(Hr.qs={}),Hr.VersionId&&(Hr.qs.versionId=Hr.VersionId),Hr.qs=j.clearKey(Hr.qs),Hr.headers&&(Hr.headers=j.clearKey(Hr.headers)),Hr.qs&&(Hr.qs=j.clearKey(Hr.qs));var An=j.clone(Hr.qs);Hr.action&&(An[Hr.action]="");var Gi=Hr.url||Hr.Url,Ki=Hr.SignHost||uc.call(this,{Bucket:Hr.Bucket,Region:Hr.Region,Url:Gi}),Ea=Hr.tracker,aa=function Qo(Eo){var Vo=En.options.SystemClockOffset;Ea&&Ea.setParams({signStartTime:new Date().getTime(),httpRetryTimes:Eo-1}),Hr.SwitchHost&&(Ki=Ki.replace(/myqcloud.com/,"tencentcos.cn")),rl.call(En,{Bucket:Hr.Bucket||"",Region:Hr.Region||"",Method:Hr.method,Key:Hr.Key,Query:An,Headers:Hr.headers,SignHost:Ki,Action:Hr.Action,ResourceKey:Hr.ResourceKey,Scope:Hr.Scope,ForceSignHost:En.options.ForceSignHost,SwitchHost:Hr.SwitchHost},function(vs,kn){if(vs){ui(vs);return}Ea&&Ea.setParams({signEndTime:new Date().getTime(),httpStartTime:new Date().getTime()}),Hr.AuthData=kn,Ao.call(En,Hr,function(qo,Zl){Ea&&Ea.setParams({httpEndTime:new Date().getTime()});var Mo=!1,_u=!1;if(qo){var Bl=il.call(En,qo);Mo=Bl.canRetry||Vo!==En.options.SystemClockOffset,_u=Bl.networkError}if(qo&&Eo<2&&Mo){Hr.headers&&(delete Hr.headers.Authorization,delete Hr.headers.token,delete Hr.headers.clientIP,delete Hr.headers.clientUA,Hr.headers["x-cos-security-token"]&&delete Hr.headers["x-cos-security-token"],Hr.headers["x-ci-security-token"]&&delete Hr.headers["x-ci-security-token"]);var Vu=bl.call(En,{requestUrl:(qo==null?void 0:qo.url)||"",clientCalcSign:kn.SignFrom==="client",networkError:_u});Hr.SwitchHost=Vu,Hr.retry=!0,Qo(Eo+1)}else ui(qo,Zl)})})};aa(1)}function Ao(Hr,ui){var En=this,An=Hr.TaskId;if(!(An&&!En._isRunningTask(An))){var Gi=Hr.Bucket,Ki=Hr.Region,Ea=Hr.Key,aa=Hr.method||"GET",Qo=Hr.Url||Hr.url,Eo=Hr.body,Vo=Hr.rawBody;En.options.UseAccelerate&&(Ki="accelerate"),Qo=Qo||Gs({ForcePathStyle:En.options.ForcePathStyle,protocol:En.options.Protocol,domain:En.options.Domain,bucket:Gi,region:Ki,object:Ea}),Hr.SwitchHost&&(Qo=Qo.replace(/myqcloud.com/,"tencentcos.cn"));var vs=Ea?Qo:"";Hr.action&&(Qo=Qo+"?"+(j.isIOS_QQ?"".concat(Hr.action,"="):Hr.action)),Hr.qsStr&&(Qo.indexOf("?")>-1?Qo=Qo+"&"+Hr.qsStr:Qo=Qo+"?"+Hr.qsStr);var kn={method:aa,url:Qo,headers:Hr.headers,qs:Hr.qs,body:Eo},qo="x-cos-security-token";if(j.isCIHost(Qo)&&(qo="x-ci-security-token"),kn.headers.Authorization=Hr.AuthData.Authorization,Hr.AuthData.Token&&(kn.headers.token=Hr.AuthData.Token),Hr.AuthData.ClientIP&&(kn.headers.clientIP=Hr.AuthData.ClientIP),Hr.AuthData.ClientUA&&(kn.headers.clientUA=Hr.AuthData.ClientUA),Hr.AuthData.SecurityToken&&(kn.headers[qo]=Hr.AuthData.SecurityToken),kn.headers&&(kn.headers=j.clearKey(kn.headers)),Hr.retry&&(kn.headers["x-cos-sdk-retry"]=!0),kn=j.clearKey(kn),Hr.onProgress&&typeof Hr.onProgress=="function"){var Zl=Eo&&(Eo.size||Eo.length)||0;kn.onProgress=function(Fn){if(!(An&&!En._isRunningTask(An))){var is=Fn?Fn.loaded:0;Hr.onProgress({loaded:is,total:Zl})}}}Hr.onDownloadProgress&&(kn.onDownloadProgress=Hr.onDownloadProgress),Hr.DataType&&(kn.dataType=Hr.DataType),this.options.Timeout&&(kn.timeout=this.options.Timeout),En.options.ForcePathStyle&&(kn.pathStyle=En.options.ForcePathStyle),En.emit("before-send",kn);var Mo=kn.url.includes("accelerate."),_u=kn.qs?Object.keys(kn.qs).map(function(Fn){return"".concat(Fn,"=").concat(kn.qs[Fn])}).join("&"):"",Bl=_u?kn.url+"?"+_u:kn.url;if(Hr.tracker){var Vu;Hr.tracker.setParams({url:Bl,httpMethod:kn.method,accelerate:Mo,httpSize:((Vu=kn.body)===null||Vu===void 0?void 0:Vu.size)||0}),Hr.tracker.parent&&!Hr.tracker.parent.params.url&&Hr.tracker.parent.setParams({url:vs,accelerate:Mo})}var Iu=(En.options.Request||L)(kn,function(Fn){if(!(Fn&&Fn.error==="abort")){var is={options:kn,error:Fn&&Fn.error,statusCode:Fn&&Fn.statusCode||0,statusMessage:Fn&&Fn.statusMessage||"",headers:Fn&&Fn.headers||{},body:Fn&&Fn.body};En.emit("after-receive",is);var pu=is.error,ku=is.body,Vl={statusCode:is.statusCode,statusMessage:is.statusMessage,headers:is.headers},cc,Lc=function(Jd,Ed){if(An&&En.off("inner-kill-task",Pu),!cc){cc=!0;var Bf={};if(Vl&&Vl.statusCode&&(Bf.statusCode=Vl.statusCode),Vl&&Vl.headers&&(Bf.headers=Vl.headers),Jd)kn.url&&(Bf.url=kn.url),kn.method&&(Bf.method=kn.method),Jd=j.extend(Jd||{},Bf),ui(Jd,null);else{if(Hr.Action==="name/cos:PutObject"){var Rf={};for(var Rp in Hr.headers){var Pp=Rp.toLowerCase();Rf[Pp]=Hr.headers[Rp]}Rf["x-cos-callback"]?Ed.Error?(Ed.CallbackError=j.clone(Ed.Error),delete Ed.Error):Ed.CallbackBody=j.clone(Ed):Rf["x-cos-return-body"]&&(Ed.Error?(Ed.ReturnError=j.clone(Ed.Error),delete Ed.Error):Ed.ReturnBody=j.clone(Ed))}Ed=j.extend(Ed||{},Bf),ui(null,Ed)}Iu=null}};if(pu)return Lc(j.error(pu));var wd=Vl.statusCode,Nd=Math.floor(wd/100)===2;if(Vo){if(Nd)return Lc(null,{body:ku});if(ku instanceof Blob){j.readAsBinaryString(ku,function(jc){var Jd=j.parseResBody(jc),Ed=Jd.Error||Jd;return Lc(j.error(new Error(Ed.Message||"response body error"),{code:Ed.Code,error:Ed}))});return}}var Tf=j.parseResBody(ku),vf=Tf.Error||Tf;Nd?Lc(null,Tf):vf?Lc(j.error(new Error(vf.Message),{code:vf.Code,error:vf})):wd?Lc(j.error(new Error(Vl.statusMessage),{code:""+wd})):wd&&Lc(j.error(new Error("statusCode error")))}}),Pu=function Fn(is){is.TaskId===An&&(Iu&&Iu.abort&&Iu.abort(),En.off("inner-kill-task",Fn))};An&&En.on("inner-kill-task",Pu)}}var ks={getService:V,putBucket:z,headBucket:re,getBucket:oe,deleteBucket:ue,putBucketAcl:de,getBucketAcl:_e,putBucketCors:Ne,getBucketCors:Ue,deleteBucketCors:$e,getBucketLocation:Ve,getBucketPolicy:qe,putBucketPolicy:Fe,deleteBucketPolicy:er,putBucketTagging:ir,getBucketTagging:dr,deleteBucketTagging:cr,putBucketLifecycle:nr,getBucketLifecycle:lr,deleteBucketLifecycle:Et,putBucketVersioning:ie,getBucketVersioning:pe,putBucketReplication:Ce,getBucketReplication:Ie,deleteBucketReplication:jt,putBucketWebsite:ar,getBucketWebsite:ur,deleteBucketWebsite:kt,putBucketReferer:he,getBucketReferer:tr,putBucketDomain:gr,getBucketDomain:_r,deleteBucketDomain:yr,putBucketOrigin:xr,getBucketOrigin:Nr,deleteBucketOrigin:Tr,putBucketLogging:Sr,getBucketLogging:Ar,putBucketInventory:Gr,postBucketInventory:Vr,getBucketInventory:Dr,listBucketInventory:Ir,deleteBucketInventory:Br,putBucketAccelerate:Rr,getBucketAccelerate:Lr,putBucketEncryption:$r,getBucketEncryption:jr,deleteBucketEncryption:vn,getObject:Qr,headObject:Kr,listObjectVersions:kr,putObject:Zr,deleteObject:Vi,getObjectAcl:To,putObjectAcl:oa,optionsObject:Ba,putObjectCopy:rs,deleteMultipleObject:Wr,restoreObject:Ur,putObjectTagging:Sn,getObjectTagging:Nn,deleteObjectTagging:Sa,selectObjectContent:Li,appendObject:tl,uploadPartCopy:Mn,multipartInit:ca,multipartUpload:fo,multipartComplete:zn,multipartList:ki,multipartListPart:Ra,multipartAbort:_o,request:eo,getObjectUrl:Hs,getAuth:Es};function Bo(Hr,ui,En){j.each(["Cors","Acl"],function(An){if(Hr.slice(-An.length)===An){var Gi=Hr.slice(0,-An.length)+An.toUpperCase(),Ki=j.apiWrapper(Hr,ui),Ea=!1;En[Gi]=function(){!Ea&&console.warn("warning: cos."+Gi+" has been deprecated. Please Use cos."+Hr+" instead."),Ea=!0,Ki.apply(this,arguments)}}})}y.exports.init=function(Hr,ui){ui.transferToTaskMethod(ks,"putObject"),j.each(ks,function(En,An){Hr.prototype[An]=j.apiWrapper(An,En),Bo(An,En,Hr.prototype)})}},"./src/cos.js":function(y,n,$){var k=$("./src/util.js"),L=$("./src/event.js"),j=$("./src/task.js"),V=$("./src/base.js"),z=$("./src/advance.js"),re=$("./package.json"),oe={AppId:"",SecretId:"",SecretKey:"",SecurityToken:"",StartTime:0,ExpiredTime:0,ChunkRetryTimes:2,FileParallelLimit:3,ChunkParallelLimit:3,ChunkSize:1024*1024,SliceSize:1024*1024,CopyChunkParallelLimit:20,CopyChunkSize:1024*1024*10,CopySliceSize:1024*1024*10,MaxPartNumber:1e4,ProgressInterval:1e3,Domain:"",ServiceDomain:"",Protocol:"",CompatibilityMode:!1,ForcePathStyle:!1,UseRawKey:!1,Timeout:0,CorrectClockSkew:!0,SystemClockOffset:0,UploadCheckContentMd5:!1,UploadQueueSize:1e4,UploadAddMetaMd5:!1,UploadIdCacheLimit:50,UseAccelerate:!1,ForceSignHost:!0,AutoSwitchHost:!0,CopySourceParser:null,ObjectKeySimplifyCheck:!0,DeepTracker:!1,TrackerDelay:5e3,CustomId:"",BeaconReporter:null,ClsReporter:null},ue=function(_e){if(this.options=k.extend(k.clone(oe),_e||{}),this.options.FileParallelLimit=Math.max(1,this.options.FileParallelLimit),this.options.ChunkParallelLimit=Math.max(1,this.options.ChunkParallelLimit),this.options.ChunkRetryTimes=Math.max(0,this.options.ChunkRetryTimes),this.options.ChunkSize=Math.max(1024*1024,this.options.ChunkSize),this.options.CopyChunkParallelLimit=Math.max(1,this.options.CopyChunkParallelLimit),this.options.CopyChunkSize=Math.max(1024*1024,this.options.CopyChunkSize),this.options.CopySliceSize=Math.max(0,this.options.CopySliceSize),this.options.MaxPartNumber=Math.max(1024,Math.min(1e4,this.options.MaxPartNumber)),this.options.Timeout=Math.max(0,this.options.Timeout),this.options.EnableReporter=this.options.BeaconReporter||this.options.ClsReporter,this.options.AppId&&console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g: "test-1250000000").'),this.options.SecretId&&this.options.SecretId.indexOf(" ")>-1&&(console.error("error: SecretId格式错误,请检查"),console.error("error: SecretId format is incorrect. Please check")),this.options.SecretKey&&this.options.SecretKey.indexOf(" ")>-1&&(console.error("error: SecretKey格式错误,请检查"),console.error("error: SecretKey format is incorrect. Please check")),k.isNode()&&(console.log("Tip: Next.js、Nuxt.js 等服务端渲染技术可正常使用JavaScript SDK,请忽略下方 nodejs 环境警告"),console.warn("warning: cos-js-sdk-v5 不支持 nodejs 环境使用,请改用 cos-nodejs-sdk-v5,参考文档: https://cloud.tencent.com/document/product/436/8629"),console.warn("warning: cos-js-sdk-v5 does not support nodejs environment. Please use cos-nodejs-sdk-v5 instead. See: https://cloud.tencent.com/document/product/436/8629")),this.options.ForcePathStyle)throw console.warn("cos-js-sdk-v5不再支持使用path-style,仅支持使用virtual-hosted-style,参考文档:https://cloud.tencent.com/document/product/436/96243"),new Error("ForcePathStyle is not supported");L.init(this),j.init(this)};V.init(ue,j),z.init(ue,j),ue.util={md5:k.md5,xml2json:k.xml2json,json2xml:k.json2xml,encodeBase64:k.encodeBase64},ue.getAuthorization=k.getAuth,ue.version=re.version,y.exports=ue},"./src/event.js":function(y,n){var $=function(j){var V={},z=function(oe){return!V[oe]&&(V[oe]=[]),V[oe]};j.on=function(re,oe){re==="task-list-update"&&console.warn('warning: Event "'+re+'" has been deprecated. Please use "list-update" instead.'),z(re).push(oe)},j.off=function(re,oe){for(var ue=z(re),de=ue.length-1;de>=0;de--)oe===ue[de]&&ue.splice(de,1)},j.emit=function(re,oe){for(var ue=z(re).map(function(_e){return _e}),de=0;de=0;Ve--){var Fe=V[Ve][2];(!Fe||Fe+j<$e)&&(V.splice(Ve,1),Ue=!0)}Ue&&oe()}},de=function(){z||(z=setTimeout(function(){oe(),z=null},400))},_e={using:{},setUsing:function(Ue){_e.using[Ue]=!0},removeUsing:function(Ue){delete _e.using[Ue]},getFileId:function(Ue,$e,Ve,Fe){return Ue.name&&Ue.size&&Ue.lastModifiedDate&&$e?k.md5([Ue.name,Ue.size,Ue.lastModifiedDate,$e,Ve,Fe].join("::")):null},getCopyFileId:function(Ue,$e,Ve,Fe,qe){var er=$e["content-length"],ir=$e.etag||"",dr=$e["last-modified"];return Ue&&Ve?k.md5([Ue,er,ir,dr,Ve,Fe,qe].join("::")):null},getUploadIdList:function(Ue){if(!Ue)return null;ue.call(this);for(var $e=[],Ve=0;Ve=0;Fe--){var qe=V[Fe];qe[0]===Ue&&qe[1]===$e&&V.splice(Fe,1)}V.unshift([Ue,$e,Math.round(Date.now()/1e3)]),V.length>Ve&&V.splice(Ve),de()}},removeUploadId:function(Ue){ue.call(this),delete _e.using[Ue];for(var $e=V.length-1;$e>=0;$e--)V[$e][1]===Ue&&V.splice($e,1);de()}};y.exports=_e},"./src/task.js":function(y,n,$){var k=$("./src/session.js"),L=$("./src/util.js"),j={},V=function(oe,ue){j[ue]=oe[ue],oe[ue]=function(de,_e){de.SkipTask?j[ue].call(this,de,_e):this._addTask(ue,de,_e)}},z=function(oe){var ue=[],de={},_e=0,Ne=0,Ue=function(dr){var cr={id:dr.id,Bucket:dr.Bucket,Region:dr.Region,Key:dr.Key,FilePath:dr.FilePath,state:dr.state,loaded:dr.loaded,size:dr.size,speed:dr.speed,percent:dr.percent,hashPercent:dr.hashPercent,error:dr.error};return dr.FilePath&&(cr.FilePath=dr.FilePath),dr._custom&&(cr._custom=dr._custom),cr},$e=function(){var ir,dr=function(){ir=0,oe.emit("task-list-update",{list:L.map(ue,Ue)}),oe.emit("list-update",{list:L.map(ue,Ue)})};return function(){ir||(ir=setTimeout(dr))}}(),Ve=function(){if(!(ue.length<=oe.options.UploadQueueSize)){for(var dr=0;droe.options.UploadQueueSize;){var cr=ue[dr].state==="waiting"||ue[dr].state==="checking"||ue[dr].state==="uploading";!ue[dr]||!cr?(de[ue[dr].id]&&delete de[ue[dr].id],ue.splice(dr,1),Ne--):dr++}$e()}},Fe=function ir(){if(!(_e>=oe.options.FileParallelLimit)){for(;ue[Ne]&&ue[Ne].state!=="waiting";)Ne++;if(!(Ne>=ue.length)){var dr=ue[Ne];Ne++,_e++,dr.state="checking",dr.params.onTaskStart&&dr.params.onTaskStart(Ue(dr)),!dr.params.UploadData&&(dr.params.UploadData={});var cr=L.formatParams(dr.api,dr.params);j[dr.api].call(oe,cr,function(nr,lr){oe._isRunningTask(dr.id)&&((dr.state==="checking"||dr.state==="uploading")&&(dr.state=nr?"error":"success",nr&&(dr.error=nr),_e--,$e(),ir(),dr.callback&&dr.callback(nr,lr),dr.state==="success"&&(dr.params&&(delete dr.params.UploadData,delete dr.params.Body,delete dr.params),delete dr.callback)),Ve())}),$e(),setTimeout(ir)}}},qe=function(dr,cr){var nr=de[dr];if(nr){var lr=nr&&nr.state==="waiting",Et=nr&&(nr.state==="checking"||nr.state==="uploading");if(cr==="canceled"&&nr.state!=="canceled"||cr==="paused"&&lr||cr==="paused"&&Et){nr.state=cr,oe.emit("inner-kill-task",{TaskId:dr,toState:cr});try{var ie=nr&&nr.params&&nr.params.UploadData.UploadId}catch{}cr==="canceled"&&ie&&k.removeUsing(ie),$e(),Et&&(_e--,Fe()),cr==="canceled"&&(nr.params&&(delete nr.params.UploadData,delete nr.params.Body,delete nr.params),delete nr.callback)}Ve()}};oe._addTasks=function(ir){L.each(ir,function(dr){oe._addTask(dr.api,dr.params,dr.callback,!0)}),$e()};var er=!0;oe._addTask=function(ir,dr,cr,nr){dr=L.formatParams(ir,dr);var lr=L.uuid();dr.TaskId=lr,dr.onTaskReady&&dr.onTaskReady(lr),dr.TaskReady&&(dr.TaskReady(lr),er&&console.warn('warning: Param "TaskReady" has been deprecated. Please use "onTaskReady" instead.'),er=!1);var Et={params:dr,callback:cr,api:ir,index:ue.length,id:lr,Bucket:dr.Bucket,Region:dr.Region,Key:dr.Key,FilePath:dr.FilePath||"",state:"waiting",loaded:0,size:0,speed:0,percent:0,hashPercent:0,error:null,_custom:dr._custom},ie=dr.onHashProgress;dr.onHashProgress=function(Ce){oe._isRunningTask(Et.id)&&(Et.hashPercent=Ce.percent,ie&&ie(Ce),$e())};var pe=dr.onProgress;return dr.onProgress=function(Ce){oe._isRunningTask(Et.id)&&(Et.state==="checking"&&(Et.state="uploading"),Et.loaded=Ce.loaded,Et.speed=Ce.speed,Et.percent=Ce.percent,pe&&pe(Ce),$e())},L.getFileSize(ir,dr,function(Ce,Ie){if(Ce)return cr(L.error(Ce));de[lr]=Et,ue.push(Et),Et.size=Ie,!nr&&$e(),Fe(),Ve()}),lr},oe._isRunningTask=function(ir){var dr=de[ir];return!!(dr&&(dr.state==="checking"||dr.state==="uploading"))},oe.getTaskList=function(){return L.map(ue,Ue)},oe.cancelTask=function(ir){qe(ir,"canceled")},oe.pauseTask=function(ir){qe(ir,"paused")},oe.restartTask=function(ir){var dr=de[ir];dr&&(dr.state==="paused"||dr.state==="error")&&(dr.state="waiting",$e(),Ne=Math.min(Ne,dr.index),Fe())},oe.isUploadRunning=function(){return _e||Ne"u"?"undefined":j(navigator))==="object"){var cr=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return(cr==null?void 0:cr.type)||(cr==null?void 0:cr.effectiveType)||"unknown"}return"unknown"},getProtocol:function(){return(typeof location>"u"?"undefined":j(location))==="object"?location.protocol.replace(/:/,""):"unknown protocol"},getOsType:function(){if((typeof navigator>"u"?"undefined":j(navigator))!=="object")return"unknown os";var cr=navigator.userAgent.toLowerCase(),nr=/macintosh|mac os x/i.test(navigator.userAgent);return cr.indexOf("win32")>=0||cr.indexOf("wow32")>=0?"win32":cr.indexOf("win64")>=0||cr.indexOf("wow64")>=0?"win64":nr?"mac":"unknown os"},isMobile:function(){var cr=/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(cr))},isAndroid:function(){var cr=/(Android|Adr|Linux)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(cr))},isIOS:function(){var cr=/(iPhone|iPod|iPad|iOS)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(cr))},isOtherMobile:function(){return de&&!isAndroid&&!isIOS},getUA:function(){if((typeof navigator>"u"?"undefined":j(navigator))!=="object")return"unknown device";var cr=navigator.userAgent;return cr}},de=ue.isMobile(),_e=ue.isAndroid()?"android":ue.isIOS?"ios":"other_mobile",Ne=ue.getOsType(),Ue=de?_e:Ne,$e=ue.getUA(),Ve=ue.getProtocol(),Fe=function(cr){return["putObject","sliceUploadFile","uploadFile","uploadFiles"].includes(cr)?"UploadTask":cr==="getObject"?"DownloadTask":["putObjectCopy","sliceCopyFile"].includes(cr)?"CopyTask":cr};function qe(dr){return dr.replace(/([A-Z])/g,"_$1").toLowerCase()}function er(dr){var cr={},nr=["sdkVersionName","sdkVersionCode","osName","networkType","requestName","requestResult","bucket","region","appid","accelerate","url","host","requestPath","userAgent","networkProtocol","httpMethod","httpSize","httpSpeed","httpTookTime","httpMd5","httpSign","httpFullTime","httpDomain","partNumber","httpRetryTimes","customId","traceId","realApi"],lr=[].concat(nr,["errorNode","errorCode","errorName","errorMessage","errorRequestId","errorHttpCode","errorServiceName","errorType","fullError"]),Et=dr.requestResult==="Success"?nr:lr;for(var ie in dr)if(Et.includes(ie)){var pe=qe(ie);cr[pe]=dr[ie]}return cr.request_name=dr.realApi?Fe(dr.realApi):dr.requestName,cr}var ir=function(){function dr(cr){k(this,dr);var nr=cr.parent,lr=cr.traceId,Et=cr.bucket,ie=cr.region,pe=cr.apiName,Ce=cr.realApi,Ie=cr.httpMethod,jt=cr.fileKey,ar=cr.fileSize,ur=cr.accelerate,kt=cr.customId,he=cr.delay,tr=cr.deepTracker,gr=cr.Beacon,_r=cr.clsReporter,yr=Et&&Et.substr(Et.lastIndexOf("-")+1)||"";this.parent=nr,this.deepTracker=tr,this.delay=he,_r&&!this.clsReporter&&(this.clsReporter=_r),this.params={sdkVersionName:"cos-js-sdk-v5",sdkVersionCode:V.version,osName:Ue,networkType:"",requestName:pe||"",requestResult:"",realApi:Ce,bucket:Et,region:ie,accelerate:ur,httpMethod:Ie,url:"",host:"",httpDomain:"",requestPath:jt||"",userAgent:$e,networkProtocol:Ve,errorType:"",errorCode:"",errorName:"",errorMessage:"",errorRequestId:"",errorHttpCode:0,errorServiceName:"",errorNode:"",httpTookTime:0,httpSize:ar||0,httpMd5:0,httpSign:0,httpFullTime:0,httpSpeed:0,md5StartTime:0,md5EndTime:0,signStartTime:0,signEndTime:0,httpStartTime:0,httpEndTime:0,startTime:new Date().getTime(),endTime:0,traceId:lr||ue.getUid(),appid:yr,partNumber:0,httpRetryTimes:0,customId:kt||"",partTime:0},gr&&(this.beacon=re(gr,he))}return L(dr,[{key:"formatResult",value:function(nr,lr){var Et,ie,pe,Ce,Ie,jt,ar=new Date().getTime(),ur=ue.getNetType(),kt=nr?(nr==null?void 0:nr.code)||(nr==null||(Et=nr.error)===null||Et===void 0?void 0:Et.code)||(nr==null||(ie=nr.error)===null||ie===void 0?void 0:ie.Code):"",he=nr?(nr==null?void 0:nr.message)||(nr==null||(pe=nr.error)===null||pe===void 0?void 0:pe.message)||(nr==null||(Ce=nr.error)===null||Ce===void 0?void 0:Ce.Message):"",tr=he,gr=nr?(nr==null?void 0:nr.resource)||(nr==null||(Ie=nr.error)===null||Ie===void 0?void 0:Ie.resource)||(nr==null||(jt=nr.error)===null||jt===void 0?void 0:jt.Resource):"",_r=nr?nr==null?void 0:nr.statusCode:lr.statusCode,yr=nr?(nr==null?void 0:nr.headers)&&(nr==null?void 0:nr.headers["x-cos-request-id"]):(lr==null?void 0:lr.headers)&&(lr==null?void 0:lr.headers["x-cos-request-id"]),xr=nr?yr?"Server":"Client":"";this.params.requestName==="getObject"&&(this.params.httpSize=lr?lr.headers&&lr.headers["content-length"]:0);var Nr=this.params.realApi==="sliceUploadFile",Tr=this.params.realApi==="sliceCopyFile";if(Nr||Tr){var Sr=this.params.httpSize/1024/this.params.partTime;Object.assign(this.params,{httpSpeed:Sr<0?0:Sr.toFixed(3)})}else{var Ar=ar-this.params.startTime,Fr=this.params.httpEndTime-this.params.httpStartTime,Gr=this.params.httpSize/1024/(Fr/1e3),Vr=this.params.md5EndTime-this.params.md5StartTime,Dr=this.params.signEndTime-this.params.signStartTime;this.parent&&(this.parent.addParamValue("httpTookTime",oe(Fr)),this.parent.addParamValue("httpFullTime",oe(Ar)),this.parent.addParamValue("httpMd5",oe(Vr)),this.parent.addParamValue("httpSign",oe(Dr)),["multipartUpload","uploadPartCopy","putObjectCopy"].includes(this.params.requestName)&&this.parent.addParamValue("partTime",oe(Fr))),Object.assign(this.params,{httpFullTime:oe(Ar),httpMd5:oe(Vr),httpSign:oe(Dr),httpTookTime:oe(Fr),httpSpeed:Gr<0?0:Gr.toFixed(3)})}if(Object.assign(this.params,{networkType:ur,requestResult:nr?"Failure":"Success",errorType:xr,errorCode:kt,errorHttpCode:_r,errorName:tr,errorMessage:he,errorServiceName:gr,errorRequestId:yr}),nr&&(!kt||!he)&&(this.params.fullError=nr?JSON.stringify(nr):""),this.params.url){try{var Ir=/^http(s)?:\/\/(.*?)\//.exec(this.params.url);this.params.host=Ir[2]}catch{this.params.host=this.params.url}this.params.httpDomain=this.params.host}}},{key:"report",value:function(nr,lr){if(!(!this.beacon&&!this.clsReporter)){this.formatResult(nr,lr);var Et=er(this.params);this.beacon&&this.sendEventsToBeacon(Et),this.clsReporter&&this.sendEventsToCLS(Et)}}},{key:"setParams",value:function(nr){Object.assign(this.params,nr)}},{key:"addParamValue",value:function(nr,lr){this.params[nr]=(+this.params[nr]+ +lr).toFixed(3)}},{key:"sendEventsToBeacon",value:function(nr){var lr=this.params.requestName==="sliceUploadFile"||this.params.realApi==="sliceUploadFile";if(!(lr&&!this.deepTracker)){var Et="qcloud_track_cos_sdk";this.delay===0?this.beacon&&this.beacon.onDirectUserAction(Et,nr):this.beacon&&this.beacon.onUserAction(Et,nr)}}},{key:"sendEventsToCLS",value:function(nr){var lr=this.delay===0;this.clsReporter.log(nr,lr)}},{key:"generateSubTracker",value:function(nr){return Object.assign(nr,{parent:this,deepTracker:this.deepTracker,traceId:this.params.traceId,bucket:this.params.bucket,region:this.params.region,accelerate:this.params.accelerate,fileKey:this.params.requestPath,customId:this.params.customId,delay:this.delay,clsReporter:this.clsReporter}),new dr(nr)}}]),dr}();y.exports=ir},"./src/util.js":function(y,n,$){(function(k){var L=$("./node_modules/@babel/runtime/helpers/typeof.js");function j(Wr,Ur){var Sn=typeof Symbol<"u"&&Wr[Symbol.iterator]||Wr["@@iterator"];if(!Sn){if(Array.isArray(Wr)||(Sn=V(Wr))||Ur){Sn&&(Wr=Sn);var Nn=0,Sa=function(){};return{s:Sa,n:function(){return Nn>=Wr.length?{done:!0}:{done:!1,value:Wr[Nn++]}},e:function(ki){throw ki},f:Sa}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Li=!0,ca=!1,fo;return{s:function(){Sn=Sn.call(Wr)},n:function(){var ki=Sn.next();return Li=ki.done,ki},e:function(ki){ca=!0,fo=ki},f:function(){try{!Li&&Sn.return!=null&&Sn.return()}finally{if(ca)throw fo}}}}function V(Wr,Ur){if(Wr){if(typeof Wr=="string")return z(Wr,Ur);var Sn=Object.prototype.toString.call(Wr).slice(8,-1);if(Sn==="Object"&&Wr.constructor&&(Sn=Wr.constructor.name),Sn==="Map"||Sn==="Set")return Array.from(Wr);if(Sn==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Sn))return z(Wr,Ur)}}function z(Wr,Ur){(Ur==null||Ur>Wr.length)&&(Ur=Wr.length);for(var Sn=0,Nn=new Array(Ur);SnLi?1:-1})}var dr=function(Ur,Sn){var Nn,Sa,Li,ca=[],fo=ir(Ur);for(Nn=0;Nn-1||cr.indexOf(Sa)>-1)&&(Sn[Nn]=Ur[Nn])}return Sn},lr=function(Ur){Ur=Ur||{};var Sn=Ur.SecretId,Nn=Ur.SecretKey,Sa=Ur.KeyTime,Li=(Ur.method||Ur.Method||"get").toLowerCase(),ca=_r(Ur.Query||Ur.params||{}),fo=nr(_r(Ur.Headers||Ur.headers||{})),zn=Ur.Key||"",ki;Ur.UseRawKey?ki=Ur.Pathname||Ur.pathname||"/"+zn:(ki=Ur.Pathname||Ur.pathname||zn,ki.indexOf("/")!==0&&(ki="/"+ki));var Ra=Ur.ForceSignHost!==!1;if(!fo.Host&&!fo.host&&Ur.Bucket&&Ur.Region&&Ra&&(fo.Host=Ur.Bucket+".cos."+Ur.Region+".myqcloud.com"),!Sn)throw new Error("missing param SecretId");if(!Nn)throw new Error("missing param SecretKey");var _o=Math.round(jr(Ur.SystemClockOffset)/1e3)-1,eo=_o,tl=Ur.Expires||Ur.expires;tl===void 0?eo+=900:eo+=tl*1||0;var Es="sha1",Hs=Sn,Ts=Sa||_o+";"+eo,js=Sa||_o+";"+eo,Gs=ir(fo,!0).join(";").toLowerCase(),uc=ir(ca,!0).join(";").toLowerCase(),rl=oe.HmacSHA1(js,Nn).toString(),il=[Li,ki,Mn.obj2str(ca,!0),Mn.obj2str(fo,!0),""].join(` -`),bl=["sha1",Ts,oe.SHA1(il).toString(),""].join(` -`),Wa=oe.HmacSHA1(bl,rl).toString(),Ao=["q-sign-algorithm="+Es,"q-ak="+Hs,"q-sign-time="+Ts,"q-key-time="+js,"q-header-list="+Gs,"q-url-param-list="+uc,"q-signature="+Wa].join("&");return Ao},Et=function(Ur,Sn,Nn){var Sa=Sn/8,Li=Ur.slice(Nn,Nn+Sa);return new Uint8Array(Li).reverse(),new{8:Uint8Array,16:Uint16Array,32:Uint32Array}[Sn](Li)[0]},ie=function(Ur,Sn,Nn,Sa){var Li=Ur.slice(Sn,Nn),ca="";return new Uint8Array(Li).forEach(function(fo){ca+=String.fromCharCode(fo)}),Sa&&(ca=decodeURIComponent(escape(ca))),ca},pe=function(Ur){for(var Sn={},Nn=ie(Ur),Sa={records:[]};Ur.byteLength;){var Li=Et(Ur,32,0),ca=Et(Ur,32,4),fo=Li-ca-16,zn=0,ki;for(Ur=Ur.slice(12);znparseInt(Sa[Li])?1:-1;return 0},Ur=function(Nn){if(!Nn)return!1;var Sa=(Nn.match(/Chrome\/([.\d]+)/)||[])[1],Li=(Nn.match(/QBCore\/([.\d]+)/)||[])[1],ca=(Nn.match(/QQBrowser\/([.\d]+)/)||[])[1],fo=Sa&&Wr(Sa,"53.0.2785.116")<0&&Li&&Wr(Li,"3.53.991.400")<0&&ca&&Wr(ca,"9.0.2524.400")<=0||!1;return fo};return Ur(typeof navigator<"u"&&navigator.userAgent)}(),kt=function(Ur,Sn,Nn,Sa,Li){var ca;if(Ur.slice?ca=Ur.slice(Sn,Nn):Ur.mozSlice?ca=Ur.mozSlice(Sn,Nn):Ur.webkitSlice&&(ca=Ur.webkitSlice(Sn,Nn)),Sa&&ur){var fo=new FileReader;fo.onload=function(zn){ca=null,Li(new Blob([fo.result]))},fo.readAsArrayBuffer(ca)}else Li(ca)},he=function(Ur,Sn,Nn,Sa){Nn=Nn||Ie,Ur?typeof Sn=="string"?Nn(Mn.md5(Sn,!0)):Blob&&Sn instanceof Blob?Mn.getFileMd5(Sn,function(Li,ca){Nn(ca)},Sa):Nn():Nn()},tr=1024*1024,gr=function(Ur,Sn,Nn){var Sa=Ur.size,Li=0,ca=re.getCtx(),fo=function zn(ki){if(ki>=Sa){var Ra=ca.digest("hex");Sn(null,Ra);return}var _o=Math.min(Sa,ki+tr);Mn.fileSlice(Ur,ki,_o,!1,function(eo){ar(eo,function(tl){eo=null,ca=ca.update(tl,!0),Li+=tl.length,tl=null,Nn&&Nn({loaded:Li,total:Sa,percent:Math.round(Li/Sa*1e4)/1e4}),zn(ki+tr)})})};fo(0)};function _r(Wr){return Fr(Wr,function(Ur){return L(Ur)==="object"&&Ur!==null?_r(Ur):Ur})}function yr(Wr,Ur,Sn){return Wr&&Ur in Wr?Wr[Ur]:Sn}function xr(Wr,Ur){return Ar(Ur,function(Sn,Nn){Wr[Nn]=Ur[Nn]}),Wr}function Nr(Wr){return Wr instanceof Array}function Tr(Wr,Ur){for(var Sn=!1,Nn=0;Nn-1,zn=!ca||typeof ca=="string"&&ca.indexOf("{Region}")>-1;if(Ur.indexOf("Bucket")>-1||Ur==="deleteMultipleObject"||Ur==="multipartList"||Ur==="listObjectVersions"){if(fo&&!Nn)return"Bucket";if(zn&&!Sa)return"Region"}else if(Ur.indexOf("Object")>-1||Ur.indexOf("multipart")>-1||Ur==="sliceUploadFile"||Ur==="abortUploadTask"||Ur==="uploadFile"){if(fo&&!Nn)return"Bucket";if(zn&&!Sa)return"Region";if(!Li)return"Key"}return!1},Br=function(Ur,Sn){if(Sn=xr({},Sn),Ur!=="getAuth"&&Ur!=="getV4Auth"&&Ur!=="getObjectUrl"){var Nn=Sn.Headers||{};if(Sn&&L(Sn)==="object"){(function(){for(var Li in Sn)Sn.hasOwnProperty(Li)&&Li.indexOf("x-cos-")>-1&&(Nn[Li]=Sn[Li])})();var Sa={"x-cos-mfa":"MFA","Content-MD5":"ContentMD5","Content-Length":"ContentLength","Content-Type":"ContentType",Expect:"Expect",Expires:"Expires","Cache-Control":"CacheControl","Content-Disposition":"ContentDisposition","Content-Encoding":"ContentEncoding",Range:"Range","If-Modified-Since":"IfModifiedSince","If-Unmodified-Since":"IfUnmodifiedSince","If-Match":"IfMatch","If-None-Match":"IfNoneMatch","x-cos-copy-source":"CopySource","x-cos-copy-source-Range":"CopySourceRange","x-cos-metadata-directive":"MetadataDirective","x-cos-copy-source-If-Modified-Since":"CopySourceIfModifiedSince","x-cos-copy-source-If-Unmodified-Since":"CopySourceIfUnmodifiedSince","x-cos-copy-source-If-Match":"CopySourceIfMatch","x-cos-copy-source-If-None-Match":"CopySourceIfNoneMatch","x-cos-acl":"ACL","x-cos-grant-read":"GrantRead","x-cos-grant-write":"GrantWrite","x-cos-grant-full-control":"GrantFullControl","x-cos-grant-read-acp":"GrantReadAcp","x-cos-grant-write-acp":"GrantWriteAcp","x-cos-storage-class":"StorageClass","x-cos-traffic-limit":"TrafficLimit","x-cos-mime-limit":"MimeLimit","x-cos-server-side-encryption-customer-algorithm":"SSECustomerAlgorithm","x-cos-server-side-encryption-customer-key":"SSECustomerKey","x-cos-server-side-encryption-customer-key-MD5":"SSECustomerKeyMD5","x-cos-server-side-encryption":"ServerSideEncryption","x-cos-server-side-encryption-cos-kms-key-id":"SSEKMSKeyId","x-cos-server-side-encryption-context":"SSEContext","Pic-Operations":"PicOperations","x-cos-callback":"Callback","x-cos-callback-var":"CallbackVar","x-cos-return-body":"ReturnBody"};Mn.each(Sa,function(Li,ca){Sn[Li]!==void 0&&(Nn[ca]=Sn[Li])}),Sn.Headers=jt(Nn)}}return Sn},Rr=function(Ur,Sn){return function(Nn,Sa){var Li=this;typeof Nn=="function"&&(Sa=Nn,Nn={}),Nn=Br(Ur,Nn);var ca;if(Li.options.EnableReporter)if(Nn.calledBySdk==="sliceUploadFile"||Nn.calledBySdk==="sliceCopyFile")ca=Nn.tracker&&Nn.tracker.generateSubTracker({apiName:Ur});else if(["uploadFile","uploadFiles"].includes(Ur))ca=null;else{var fo=0;Nn.Body&&(fo=typeof Nn.Body=="string"?Nn.Body.length:Nn.Body.size||Nn.Body.byteLength||0);var zn=Li.options.UseAccelerate||typeof Li.options.Domain=="string"&&Li.options.Domain.includes("accelerate.");ca=new Ve({Beacon:Li.options.BeaconReporter,clsReporter:Li.options.ClsReporter,bucket:Nn.Bucket,region:Nn.Region,apiName:Ur,realApi:Ur,accelerate:zn,fileKey:Nn.Key,fileSize:fo,deepTracker:Li.options.DeepTracker,customId:Li.options.CustomId,delay:Li.options.TrackerDelay})}Nn.tracker=ca;var ki=function(Ts){return Ts&&Ts.headers&&(Ts.headers["x-cos-request-id"]&&(Ts.RequestId=Ts.headers["x-cos-request-id"]),Ts.headers["x-ci-request-id"]&&(Ts.RequestId=Ts.headers["x-ci-request-id"]),Ts.headers["x-cos-version-id"]&&(Ts.VersionId=Ts.headers["x-cos-version-id"]),Ts.headers["x-cos-delete-marker"]&&(Ts.DeleteMarker=Ts.headers["x-cos-delete-marker"])),Ts},Ra=function(Ts,js){ca&&ca.report(Ts,js),Sa&&Sa(ki(Ts),ki(js))},_o=function(){if(Ur!=="getService"&&Ur!=="abortUploadTask"){var Ts=Ir.call(Li,Ur,Nn);if(Ts)return"missing param "+Ts;if(Nn.Region){if(Li.options.CompatibilityMode){if(!/^([a-z\d-.]+)$/.test(Nn.Region))return"Region format error."}else{if(Nn.Region.indexOf("cos.")>-1)return'param Region should not be start with "cos."';if(!/^([a-z\d-]+)$/.test(Nn.Region))return"Region format error."}!Li.options.CompatibilityMode&&Nn.Region.indexOf("-")===-1&&Nn.Region!=="yfb"&&Nn.Region!=="default"&&Nn.Region!=="accelerate"&&console.warn("warning: param Region format error, find help here: https://cloud.tencent.com/document/product/436/6224")}if(Nn.Bucket){if(!/^([a-z\d-]+)-(\d+)$/.test(Nn.Bucket))if(Nn.AppId)Nn.Bucket=Nn.Bucket+"-"+Nn.AppId;else if(Li.options.AppId)Nn.Bucket=Nn.Bucket+"-"+Li.options.AppId;else return'Bucket should format as "test-1250000000".';Nn.AppId&&(console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g Bucket:"test-1250000000" ).'),delete Nn.AppId)}!Li.options.UseRawKey&&Nn.Key&&Nn.Key.substr(0,1)==="/"&&(Nn.Key=Nn.Key.substr(1))}},eo=_o(),tl=["getAuth","getObjectUrl"].includes(Ur);if(typeof Promise=="function"&&!tl&&!Sa)return new Promise(function(Hs,Ts){if(Sa=function(Gs,uc){Gs?Ts(Gs):Hs(uc)},eo)return Ra(Mn.error(new Error(eo)));Sn.call(Li,Nn,Ra)});if(eo)return Ra(Mn.error(new Error(eo)));var Es=Sn.call(Li,Nn,Ra);if(tl)return Es}},Lr=function(Ur,Sn){var Nn=this,Sa=0,Li=0,ca=Date.now(),fo,zn;function ki(){if(zn=0,Sn&&typeof Sn=="function"){fo=Date.now();var Ra=Math.max(0,Math.round((Li-Sa)/((fo-ca)/1e3)*100)/100)||0,_o;Li===0&&Ur===0?_o=1:_o=Math.floor(Li/Ur*100)/100||0,ca=fo,Sa=Li;try{Sn({loaded:Li,total:Ur,speed:Ra,percent:_o})}catch{}}}return function(Ra,_o){if(Ra&&(Li=Ra.loaded,Ur=Ra.total),_o)clearTimeout(zn),ki();else{if(zn)return;zn=setTimeout(ki,Nn.options.ProgressInterval)}}},$r=function(Ur,Sn,Nn){var Sa;if(typeof Sn.Body=="string"?Sn.Body=new Blob([Sn.Body],{type:"text/plain"}):Sn.Body instanceof ArrayBuffer&&(Sn.Body=new Blob([Sn.Body])),Sn.Body&&(Sn.Body instanceof Blob||Sn.Body.toString()==="[object File]"||Sn.Body.toString()==="[object Blob]"))Sa=Sn.Body.size;else{Nn(Mn.error(new Error("params body format error, Only allow File|Blob|String.")));return}Sn.ContentLength=Sa,Nn(null,Sa)},jr=function(Ur){return Date.now()+(Ur||0)},vn=function(Ur,Sn){var Nn=Ur;return Ur.message=Ur.message||null,typeof Sn=="string"?(Ur.error=Sn,Ur.message=Sn):L(Sn)==="object"&&Sn!==null&&(xr(Ur,Sn),(Sn.code||Sn.name)&&(Ur.code=Sn.code||Sn.name),Sn.message&&(Ur.message=Sn.message),Sn.stack&&(Ur.stack=Sn.stack)),typeof Object.defineProperty=="function"&&(Object.defineProperty(Ur,"name",{writable:!0,enumerable:!1}),Object.defineProperty(Ur,"message",{enumerable:!0})),Ur.name=Sn&&Sn.name||Ur.name||Ur.code||"Error",Ur.code||(Ur.code=Ur.name),Ur.error||(Ur.error=_r(Nn)),Ur},Kr=function(){return(typeof globalThis>"u"?"undefined":L(globalThis))==="object"&&(globalThis.constructor.name==="DedicatedWorkerGlobalScope"||globalThis.FileReaderSync)},kr=function(){return(typeof window>"u"?"undefined":L(window))!=="object"&&(typeof k>"u"?"undefined":L(k))==="object"&&!0&&!Kr()},Qr=function(Ur){return/^https?:\/\/([^/]+\.)?ci\.[^/]+/.test(Ur)},Zr=function(){if((typeof navigator>"u"?"undefined":L(navigator))!=="object")return!1;var Wr=navigator.userAgent,Ur=!!Wr.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);return Ur}(),Vi=function(){return(typeof navigator>"u"?"undefined":L(navigator))!=="object"?!1:/\sQQ/i.test(navigator.userAgent)}(),To=function(Ur,Sn){var Nn=$e.encode(Ur);return Sn&&(Nn=Nn.replaceAll("+","-").replaceAll("/","_").replaceAll("=","")),Nn},oa=function(Ur){return Ur?$e.decode(Ur):""},Ba=function(Ur){var Sn=Ur.split("/"),Nn=[],Sa=j(Sn),Li;try{for(Sa.s();!(Li=Sa.n()).done;){var ca=Li.value;ca===".."?Nn.length&&Nn.pop():ca.length&&ca!=="."&&Nn.push(ca)}}catch(fo){Sa.e(fo)}finally{Sa.f()}return"/"+Nn.join("/")},rs=function(Ur){var Sn;if(Ur&&typeof Ur=="string"){var Nn=Ur.trim(),Sa=Nn.indexOf("<")===0,Li=Nn.indexOf("{")===0;if(Sa)Sn=Mn.xml2json(Ur)||{};else if(Li)try{var ca=Ur.replace(/\n/g," "),fo=JSON.parse(ca);Object.prototype.toString.call(fo)==="[object Object]"?Sn=fo:Sn=Ur}catch{Sn=Ur}else Sn=Ur}else Sn=Ur||{};return Sn},Mn={noop:Ie,formatParams:Br,apiWrapper:Rr,xml2json:Fe,json2xml:qe,md5:re,clearKey:jt,fileSlice:kt,getBodyMd5:he,getFileMd5:gr,b64:Vr,extend:xr,isArray:Nr,isInArray:Tr,makeArray:Sr,each:Ar,map:Fr,filter:Gr,clone:_r,attr:yr,uuid:Dr,camSafeUrlEncode:er,throttleOnProgress:Lr,getFileSize:$r,getSkewTime:jr,error:vn,obj2str:dr,getAuth:lr,parseSelectPayload:pe,getSourceParams:Ce,isBrowser:!0,isNode:kr,isCIHost:Qr,isIOS_QQ:Zr&&Vi,encodeBase64:To,decodeBase64:oa,simplifyPath:Ba,readAsBinaryString:ar,parseResBody:rs};y.exports=Mn}).call(this,$("./node_modules/process/browser.js"))}})})})(cosJsSdkV5);var cosJsSdkV5Exports=cosJsSdkV5.exports;const COS=getDefaultExportFromCjs(cosJsSdkV5Exports);var toString$1=Object.prototype.toString,isModern=typeof Buffer$F<"u"&&typeof Buffer$F.alloc=="function"&&typeof Buffer$F.allocUnsafe=="function"&&typeof Buffer$F.from=="function";function isArrayBuffer$1(e){return toString$1.call(e).slice(8,-1)==="ArrayBuffer"}function fromArrayBuffer(e,t,y){t>>>=0;var n=e.byteLength-t;if(n<0)throw new RangeError("'offset' is out of bounds");if(y===void 0)y=n;else if(y>>>=0,y>n)throw new RangeError("'length' is out of bounds");return isModern?Buffer$F.from(e.slice(t,t+y)):new Buffer$F(new Uint8Array(e.slice(t,t+y)))}function fromString(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!Buffer$F.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');return isModern?Buffer$F.from(e,t):new Buffer$F(e,t)}function bufferFrom(e,t,y){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return isArrayBuffer$1(e)?fromArrayBuffer(e,t,y):typeof e=="string"?fromString(e,t):isModern?Buffer$F.from(e):new Buffer$F(e)}var bufferFrom_1=bufferFrom;const Buffer=getDefaultExportFromCjs(bufferFrom_1);var getRandomValues,rnds8=new Uint8Array(16);function rng(){if(!getRandomValues&&(getRandomValues=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),!getRandomValues))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return getRandomValues(rnds8)}const REGEX=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function validate(e){return typeof e=="string"&®EX.test(e)}var byteToHex=[];for(var i=0;i<256;++i)byteToHex.push((i+256).toString(16).substr(1));function stringify$1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,y=(byteToHex[e[t+0]]+byteToHex[e[t+1]]+byteToHex[e[t+2]]+byteToHex[e[t+3]]+"-"+byteToHex[e[t+4]]+byteToHex[e[t+5]]+"-"+byteToHex[e[t+6]]+byteToHex[e[t+7]]+"-"+byteToHex[e[t+8]]+byteToHex[e[t+9]]+"-"+byteToHex[e[t+10]]+byteToHex[e[t+11]]+byteToHex[e[t+12]]+byteToHex[e[t+13]]+byteToHex[e[t+14]]+byteToHex[e[t+15]]).toLowerCase();if(!validate(y))throw TypeError("Stringified UUID is invalid");return y}function v4(e,t,y){e=e||{};var n=e.random||(e.rng||rng)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){y=y||0;for(var $=0;$<16;++$)t[y+$]=n[$];return t}return stringify$1(n)}var __extends$3=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,$){n.__proto__=$}||function(n,$){for(var k in $)$.hasOwnProperty(k)&&(n[k]=$[k])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),QiniuErrorName;(function(e){e.InvalidFile="InvalidFile",e.InvalidToken="InvalidToken",e.InvalidMetadata="InvalidMetadata",e.InvalidChunkSize="InvalidChunkSize",e.InvalidCustomVars="InvalidCustomVars",e.NotAvailableUploadHost="NotAvailableUploadHost",e.ReadCacheFailed="ReadCacheFailed",e.InvalidCacheData="InvalidCacheData",e.WriteCacheFailed="WriteCacheFailed",e.RemoveCacheFailed="RemoveCacheFailed",e.GetCanvasContextFailed="GetCanvasContextFailed",e.UnsupportedFileType="UnsupportedFileType",e.FileReaderReadFailed="FileReaderReadFailed",e.NotAvailableXMLHttpRequest="NotAvailableXMLHttpRequest",e.InvalidProgressEventTarget="InvalidProgressEventTarget",e.RequestError="RequestError"})(QiniuErrorName||(QiniuErrorName={}));var QiniuError=function(){function e(t,y){this.name=t,this.message=y,this.stack=new Error().stack}return e}(),QiniuRequestError=function(e){__extends$3(t,e);function t(y,n,$,k){var L=e.call(this,QiniuErrorName.RequestError,$)||this;return L.code=y,L.reqId=n,L.isRequestError=!0,L.data=k,L}return t}(QiniuError),QiniuNetworkError=function(e){__extends$3(t,e);function t(y,n){return n===void 0&&(n=""),e.call(this,0,n,y)||this}return t}(QiniuRequestError),Pool=function(){function e(t,y){this.runTask=t,this.limit=y,this.aborted=!1,this.queue=[],this.processing=[]}return e.prototype.enqueue=function(t){var y=this;return new Promise(function(n,$){y.queue.push({task:t,resolve:n,reject:$}),y.check()})},e.prototype.run=function(t){var y=this;this.queue=this.queue.filter(function(n){return n!==t}),this.processing.push(t),this.runTask(t.task).then(function(){y.processing=y.processing.filter(function(n){return n!==t}),t.resolve(),y.check()},function(n){return t.reject(n)})},e.prototype.check=function(){var t=this;if(!this.aborted){var y=this.processing.length,n=this.limit-y;this.queue.slice(0,n).forEach(function($){t.run($)})}},e.prototype.abort=function(){this.queue=[],this.aborted=!0},e}(),__extends$2=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,$){n.__proto__=$}||function(n,$){for(var k in $)$.hasOwnProperty(k)&&(n[k]=$[k])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),__assign$6=function(){return __assign$6=Object.assign||function(e){for(var t,y=1,n=arguments.length;y"u")return"";var t=e+"",y="",n,$,k=0;n=$=0,k=t.length;for(var L=0;L127&&j<2048)V=String.fromCharCode(j>>6|192,j&63|128);else if((j&63488^55296)>0)V=String.fromCharCode(j>>12|224,j>>6&63|128,j&63|128);else{if((j&64512^55296)>0)throw new RangeError("Unmatched trail surrogate at "+L);var z=t.charCodeAt(++L);if((z&64512^56320)>0)throw new RangeError("Unmatched lead surrogate at "+(L-1));j=((j&1023)<<10)+(z&1023)+65536,V=String.fromCharCode(j>>18|240,j>>12&63|128,j>>6&63|128,j&63|128)}V!==null&&($>n&&(y+=t.slice(n,$)),y+=V,n=$=L+1)}return $>n&&(y+=t.slice(n,k)),y}function utf8Decode(e){var t=[],y=0,n=0,$=0;for(e+="";y>10&1023)),t.push(String.fromCharCode(56320|n&1023))):t.push(String.fromCharCode(n)),y+=$}return t.join("")}function base64Encode(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",y,n,$,k,L,j,V,z,re=0,oe=0,ue="",de=[];if(!e)return e;e=utf8Encode(e+"");do y=e.charCodeAt(re++),n=e.charCodeAt(re++),$=e.charCodeAt(re++),z=y<<16|n<<8|$,k=z>>18&63,L=z>>12&63,j=z>>6&63,V=z&63,de[oe++]=t.charAt(k)+t.charAt(L)+t.charAt(j)+t.charAt(V);while(re>16&255,n=z>>8&255,$=z&255,j===64?de[oe++]=String.fromCharCode(y):V===64?de[oe++]=String.fromCharCode(y,n):de[oe++]=String.fromCharCode(y,n,$);while(re>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[1]-389564586|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[2]+606105819|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[3]-1044525330|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&er|~qe&ir)+Ve[4]-176418897|0,Fe=(Fe<<7|Fe>>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[5]+1200080426|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[6]-1473231341|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[7]-45705983|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&er|~qe&ir)+Ve[8]+1770035416|0,Fe=(Fe<<7|Fe>>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[9]-1958414417|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[10]-42063|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[11]-1990404162|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&er|~qe&ir)+Ve[12]+1804603682|0,Fe=(Fe<<7|Fe>>>25)+qe|0,ir+=(Fe&qe|~Fe&er)+Ve[13]-40341101|0,ir=(ir<<12|ir>>>20)+Fe|0,er+=(ir&Fe|~ir&qe)+Ve[14]-1502002290|0,er=(er<<17|er>>>15)+ir|0,qe+=(er&ir|~er&Fe)+Ve[15]+1236535329|0,qe=(qe<<22|qe>>>10)+er|0,Fe+=(qe&ir|er&~ir)+Ve[1]-165796510|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[6]-1069501632|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[11]+643717713|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[0]-373897302|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe&ir|er&~ir)+Ve[5]-701558691|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[10]+38016083|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[15]-660478335|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[4]-405537848|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe&ir|er&~ir)+Ve[9]+568446438|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[14]-1019803690|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[3]-187363961|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[8]+1163531501|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe&ir|er&~ir)+Ve[13]-1444681467|0,Fe=(Fe<<5|Fe>>>27)+qe|0,ir+=(Fe&er|qe&~er)+Ve[2]-51403784|0,ir=(ir<<9|ir>>>23)+Fe|0,er+=(ir&qe|Fe&~qe)+Ve[7]+1735328473|0,er=(er<<14|er>>>18)+ir|0,qe+=(er&Fe|ir&~Fe)+Ve[12]-1926607734|0,qe=(qe<<20|qe>>>12)+er|0,Fe+=(qe^er^ir)+Ve[5]-378558|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[8]-2022574463|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[11]+1839030562|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[14]-35309556|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(qe^er^ir)+Ve[1]-1530992060|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[4]+1272893353|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[7]-155497632|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[10]-1094730640|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(qe^er^ir)+Ve[13]+681279174|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[0]-358537222|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[3]-722521979|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[6]+76029189|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(qe^er^ir)+Ve[9]-640364487|0,Fe=(Fe<<4|Fe>>>28)+qe|0,ir+=(Fe^qe^er)+Ve[12]-421815835|0,ir=(ir<<11|ir>>>21)+Fe|0,er+=(ir^Fe^qe)+Ve[15]+530742520|0,er=(er<<16|er>>>16)+ir|0,qe+=(er^ir^Fe)+Ve[2]-995338651|0,qe=(qe<<23|qe>>>9)+er|0,Fe+=(er^(qe|~ir))+Ve[0]-198630844|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[7]+1126891415|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[14]-1416354905|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[5]-57434055|0,qe=(qe<<21|qe>>>11)+er|0,Fe+=(er^(qe|~ir))+Ve[12]+1700485571|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[3]-1894986606|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[10]-1051523|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[1]-2054922799|0,qe=(qe<<21|qe>>>11)+er|0,Fe+=(er^(qe|~ir))+Ve[8]+1873313359|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[15]-30611744|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[6]-1560198380|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[13]+1309151649|0,qe=(qe<<21|qe>>>11)+er|0,Fe+=(er^(qe|~ir))+Ve[4]-145523070|0,Fe=(Fe<<6|Fe>>>26)+qe|0,ir+=(qe^(Fe|~er))+Ve[11]-1120210379|0,ir=(ir<<10|ir>>>22)+Fe|0,er+=(Fe^(ir|~qe))+Ve[2]+718787259|0,er=(er<<15|er>>>17)+ir|0,qe+=(ir^(er|~Fe))+Ve[9]-343485551|0,qe=(qe<<21|qe>>>11)+er|0,$e[0]=Fe+$e[0]|0,$e[1]=qe+$e[1]|0,$e[2]=er+$e[2]|0,$e[3]=ir+$e[3]|0}function k($e){var Ve=[],Fe;for(Fe=0;Fe<64;Fe+=4)Ve[Fe>>2]=$e.charCodeAt(Fe)+($e.charCodeAt(Fe+1)<<8)+($e.charCodeAt(Fe+2)<<16)+($e.charCodeAt(Fe+3)<<24);return Ve}function L($e){var Ve=[],Fe;for(Fe=0;Fe<64;Fe+=4)Ve[Fe>>2]=$e[Fe]+($e[Fe+1]<<8)+($e[Fe+2]<<16)+($e[Fe+3]<<24);return Ve}function j($e){var Ve=$e.length,Fe=[1732584193,-271733879,-1732584194,271733878],qe,er,ir,dr,cr,nr;for(qe=64;qe<=Ve;qe+=64)$(Fe,k($e.substring(qe-64,qe)));for($e=$e.substring(qe-64),er=$e.length,ir=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],qe=0;qe>2]|=$e.charCodeAt(qe)<<(qe%4<<3);if(ir[qe>>2]|=128<<(qe%4<<3),qe>55)for($(Fe,ir),qe=0;qe<16;qe+=1)ir[qe]=0;return dr=Ve*8,dr=dr.toString(16).match(/(.*?)(.{0,8})$/),cr=parseInt(dr[2],16),nr=parseInt(dr[1],16)||0,ir[14]=cr,ir[15]=nr,$(Fe,ir),Fe}function V($e){var Ve=$e.length,Fe=[1732584193,-271733879,-1732584194,271733878],qe,er,ir,dr,cr,nr;for(qe=64;qe<=Ve;qe+=64)$(Fe,L($e.subarray(qe-64,qe)));for($e=qe-64>2]|=$e[qe]<<(qe%4<<3);if(ir[qe>>2]|=128<<(qe%4<<3),qe>55)for($(Fe,ir),qe=0;qe<16;qe+=1)ir[qe]=0;return dr=Ve*8,dr=dr.toString(16).match(/(.*?)(.{0,8})$/),cr=parseInt(dr[2],16),nr=parseInt(dr[1],16)||0,ir[14]=cr,ir[15]=nr,$(Fe,ir),Fe}function z($e){var Ve="",Fe;for(Fe=0;Fe<4;Fe+=1)Ve+=n[$e>>Fe*8+4&15]+n[$e>>Fe*8&15];return Ve}function re($e){var Ve;for(Ve=0;Ve<$e.length;Ve+=1)$e[Ve]=z($e[Ve]);return $e.join("")}re(j("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function $e(Ve,Fe){return Ve=Ve|0||0,Ve<0?Math.max(Ve+Fe,0):Math.min(Ve,Fe)}ArrayBuffer.prototype.slice=function(Ve,Fe){var qe=this.byteLength,er=$e(Ve,qe),ir=qe,dr,cr,nr,lr;return Fe!==y&&(ir=$e(Fe,qe)),er>ir?new ArrayBuffer(0):(dr=ir-er,cr=new ArrayBuffer(dr),nr=new Uint8Array(cr),lr=new Uint8Array(this,er,dr),nr.set(lr),cr)}}();function oe($e){return/[\u0080-\uFFFF]/.test($e)&&($e=unescape(encodeURIComponent($e))),$e}function ue($e,Ve){var Fe=$e.length,qe=new ArrayBuffer(Fe),er=new Uint8Array(qe),ir;for(ir=0;ir>2]|=Ve.charCodeAt(qe)<<(qe%4<<3);return this._finish(er,Fe),ir=re(this._hash),$e&&(ir=Ne(ir)),this.reset(),ir},Ue.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ue.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},Ue.prototype.setState=function($e){return this._buff=$e.buff,this._length=$e.length,this._hash=$e.hash,this},Ue.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},Ue.prototype._finish=function($e,Ve){var Fe=Ve,qe,er,ir;if($e[Fe>>2]|=128<<(Fe%4<<3),Fe>55)for($(this._hash,$e),Fe=0;Fe<16;Fe+=1)$e[Fe]=0;qe=this._length*8,qe=qe.toString(16).match(/(.*?)(.{0,8})$/),er=parseInt(qe[2],16),ir=parseInt(qe[1],16)||0,$e[14]=er,$e[15]=ir,$(this._hash,$e)},Ue.hash=function($e,Ve){return Ue.hashBinary(oe($e),Ve)},Ue.hashBinary=function($e,Ve){var Fe=j($e),qe=re(Fe);return Ve?Ne(qe):qe},Ue.ArrayBuffer=function(){this.reset()},Ue.ArrayBuffer.prototype.append=function($e){var Ve=_e(this._buff.buffer,$e),Fe=Ve.length,qe;for(this._length+=$e.byteLength,qe=64;qe<=Fe;qe+=64)$(this._hash,L(Ve.subarray(qe-64,qe)));return this._buff=qe-64>2]|=Ve[er]<<(er%4<<3);return this._finish(qe,Fe),ir=re(this._hash),$e&&(ir=Ne(ir)),this.reset(),ir},Ue.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ue.ArrayBuffer.prototype.getState=function(){var $e=Ue.prototype.getState.call(this);return $e.buff=de($e.buff),$e},Ue.ArrayBuffer.prototype.setState=function($e){return $e.buff=ue($e.buff,!0),Ue.prototype.setState.call(this,$e)},Ue.ArrayBuffer.prototype.destroy=Ue.prototype.destroy,Ue.ArrayBuffer.prototype._finish=Ue.prototype._finish,Ue.ArrayBuffer.hash=function($e,Ve){var Fe=V(new Uint8Array($e)),qe=re(Fe);return Ve?Ne(qe):qe},Ue})})(sparkMd5);var sparkMd5Exports=sparkMd5.exports;const SparkMD5=getDefaultExportFromCjs(sparkMd5Exports);var __assign$5=function(){return __assign$5=Object.assign||function(e){for(var t,y=1,n=arguments.length;y0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]e.size)y=e.size;else for(;e.size>y*1e4;)y*=2;for(var n=[],$=Math.ceil(e.size/y),k=0;k<$;k++){var L=e.slice(y*k,k===$-1?e.size:y*(k+1));n.push(L)}return n}function isMetaDataValid(e){return Object.keys(e).every(function(t){return t.indexOf("x-qn-meta-")===0})}function isCustomVarsValid(e){return Object.keys(e).every(function(t){return t.indexOf("x:")===0})}function sum(e){return e.reduce(function(t,y){return t+y},0)}function setLocalFileInfo(e,t,y){try{localStorage.setItem(e,JSON.stringify(t))}catch{y.warn(new QiniuError(QiniuErrorName.WriteCacheFailed,"setLocalFileInfo failed: "+e))}}function createLocalKey(e,t,y){var n=t==null?"_":"_key_"+t+"_";return"qiniu_js_sdk_upload_file_name_"+e+n+"size_"+y}function removeLocalFileInfo(e,t){try{localStorage.removeItem(e)}catch{t.warn(new QiniuError(QiniuErrorName.RemoveCacheFailed,"removeLocalFileInfo failed. key: "+e))}}function getLocalFileInfo(e,t){var y=null;try{y=localStorage.getItem(e)}catch{t.warn(new QiniuError(QiniuErrorName.ReadCacheFailed,"getLocalFileInfo failed. key: "+e))}if(y==null)return null;var n=null;try{n=JSON.parse(y)}catch{removeLocalFileInfo(e,t),t.warn(new QiniuError(QiniuErrorName.InvalidCacheData,"getLocalFileInfo failed to parse. key: "+e))}return n}function getAuthHeaders(e){var t="UpToken "+e;return{Authorization:t}}function getHeadersForChunkUpload(e){var t=getAuthHeaders(e);return __assign$5({"content-type":"application/octet-stream"},t)}function getHeadersForMkFile(e){var t=getAuthHeaders(e);return __assign$5({"content-type":"application/json"},t)}function createXHR(){if(window.XMLHttpRequest)return new XMLHttpRequest;if(window.ActiveXObject)return new window.ActiveXObject("Microsoft.XMLHTTP");throw new QiniuError(QiniuErrorName.NotAvailableXMLHttpRequest,"the current environment does not support.")}function computeMd5(e){return __awaiter$7(this,void 0,void 0,function(){var t,y;return __generator$7(this,function(n){switch(n.label){case 0:return[4,readAsArrayBuffer(e)];case 1:return t=n.sent(),y=new SparkMD5.ArrayBuffer,y.append(t),[2,y.end()]}})})}function readAsArrayBuffer(e){return new Promise(function(t,y){var n=new FileReader;n.onload=function($){if($.target){var k=$.target.result;t(k)}else y(new QiniuError(QiniuErrorName.InvalidProgressEventTarget,"progress event target is undefined"))},n.onerror=function(){y(new QiniuError(QiniuErrorName.FileReaderReadFailed,"fileReader read failed"))},n.readAsArrayBuffer(e)})}function request(e,t){return new Promise(function(y,n){var $=createXHR();if($.open(t.method,e),t.onCreate&&t.onCreate($),t.headers){var k=t.headers;Object.keys(k).forEach(function(L){$.setRequestHeader(L,k[L])})}$.upload.addEventListener("progress",function(L){L.lengthComputable&&t.onProgress&&t.onProgress({loaded:L.loaded,total:L.total})}),$.onreadystatechange=function(){var L=$.responseText;if($.readyState===4){var j=$.getResponseHeader("x-reqId")||"";if($.status===0){n(new QiniuNetworkError("network error.",j));return}if($.status!==200){var V="xhr request failed, code: "+$.status;L&&(V+=" response: "+L);var z=void 0;try{z=JSON.parse(L)}catch{}n(new QiniuRequestError($.status,j,V,z));return}try{y({data:JSON.parse(L),reqId:j})}catch(re){n(re)}}},$.send(t.body)})}function getPortFromUrl(e){if(e&&e.match){var t=e.match(/(^https?)/);if(!t)return"";var y=t[1];return t=e.match(/^https?:\/\/([^:^/]*):(\d*)/),t?t[2]:y==="http"?"80":"443"}return""}function getDomainFromUrl(e){if(e&&e.match){var t=e.match(/^https?:\/\/([^:^/]*)/);return t?t[1]:""}return""}function getPutPolicy(e){if(!e)throw new QiniuError(QiniuErrorName.InvalidToken,"invalid token.");var t=e.split(":");if(t.length===1)throw new QiniuError(QiniuErrorName.InvalidToken,"invalid token segments.");var y=t.length>3?t[1]:t[0];if(!y)throw new QiniuError(QiniuErrorName.InvalidToken,"missing assess key field.");var n=null;try{n=JSON.parse(urlSafeBase64Decode(t[t.length-1]))}catch{throw new QiniuError(QiniuErrorName.InvalidToken,"token parse failed.")}if(n==null)throw new QiniuError(QiniuErrorName.InvalidToken,"putPolicy is null.");if(n.scope==null)throw new QiniuError(QiniuErrorName.InvalidToken,"scope field is null.");var $=n.scope.split(":")[0];if(!$)throw new QiniuError(QiniuErrorName.InvalidToken,"resolve bucketName failed.");return{assessKey:y,bucketName:$,scope:n.scope}}function createObjectURL(e){var t=window.URL||window.webkitURL||window.mozURL;return t.createObjectURL(e)}var _a$1,region={z0:"z0",z1:"z1",z2:"z2",na0:"na0",as0:"as0",cnEast2:"cn-east-2"},regionUphostMap=(_a$1={},_a$1[region.z0]={srcUphost:["up.qiniup.com"],cdnUphost:["upload.qiniup.com"]},_a$1[region.z1]={srcUphost:["up-z1.qiniup.com"],cdnUphost:["upload-z1.qiniup.com"]},_a$1[region.z2]={srcUphost:["up-z2.qiniup.com"],cdnUphost:["upload-z2.qiniup.com"]},_a$1[region.na0]={srcUphost:["up-na0.qiniup.com"],cdnUphost:["upload-na0.qiniup.com"]},_a$1[region.as0]={srcUphost:["up-as0.qiniup.com"],cdnUphost:["upload-as0.qiniup.com"]},_a$1[region.cnEast2]={srcUphost:["up-cn-east-2.qiniup.com"],cdnUphost:["upload-cn-east-2.qiniup.com"]},_a$1),stringifyPrimitive=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}},encode$2=function(e,t,y,n){return t=t||"&",y=y||"=",e===null&&(e=void 0),typeof e=="object"?Object.keys(e).map(function($){var k=encodeURIComponent(stringifyPrimitive($))+y;return Array.isArray(e[$])?e[$].map(function(L){return k+encodeURIComponent(stringifyPrimitive(L))}).join(t):k+encodeURIComponent(stringifyPrimitive(e[$]))}).filter(Boolean).join(t):n?encodeURIComponent(stringifyPrimitive(n))+y+encodeURIComponent(stringifyPrimitive(e)):""},stringify;stringify=encode$2;var __assign$4=function(){return __assign$4=Object.assign||function(e){for(var t,y=1,n=arguments.length;y0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]0?[2,n+"://"+y.uphost[0]]:($=getPutPolicy(t),[4,getUpHosts($.assessKey,$.bucketName,n)]);case 1:return k=j.sent(),L=k.data.up.acc.main,[2,n+"://"+L[0]]}})})}var __assign$3=function(){return __assign$3=Object.assign||function(e){for(var t,y=1,n=arguments.length;y0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread$3=function(){for(var e=[],t=0;t1e4*GB)return this.handleError(new QiniuError(QiniuErrorName.InvalidFile,"file size exceed maximum value 10000G")),[2];if(this.putExtra.customVars&&!isCustomVarsValid(this.putExtra.customVars))return this.handleError(new QiniuError(QiniuErrorName.InvalidCustomVars,"customVars key should start width x:")),[2];if(this.putExtra.metadata&&!isMetaDataValid(this.putExtra.metadata))return this.handleError(new QiniuError(QiniuErrorName.InvalidMetadata,"metadata key should start with x-qn-meta-")),[2];k.label=1;case 1:return k.trys.push([1,4,,5]),this.uploadAt=new Date().getTime(),[4,this.checkAndUpdateUploadHost()];case 2:return k.sent(),[4,this.run()];case 3:return t=k.sent(),this.onComplete(t.data),this.checkAndUnfreezeHost(),this.sendLog(t.reqId,200),[2];case 4:return y=k.sent(),this.aborted?(this.logger.warn("upload is aborted."),this.sendLog("",-2),[2]):(this.clear(),this.logger.error(y),y instanceof QiniuRequestError&&(this.sendLog(y.reqId,y.code),this.checkAndFreezeHost(y),n=++this.retryCount<=this.config.retryCount,$=RETRY_CODE_LIST.includes(y.code),$&&n)?(this.logger.warn("error auto retry: "+this.retryCount+"/"+this.config.retryCount+"."),this.putFile(),[2]):(this.onError(y),[3,5]));case 5:return[2]}})})},e.prototype.clear=function(){this.xhrList.forEach(function(t){t.onreadystatechange=null,t.abort()}),this.xhrList=[],this.logger.info("cleanup uploading xhr.")},e.prototype.stop=function(){this.logger.info("aborted."),this.clear(),this.aborted=!0},e.prototype.addXhr=function(t){this.xhrList.push(t)},e.prototype.sendLog=function(t,y){var n,$;this.logger.report({code:y,reqId:t,remoteIp:"",upType:"jssdk-h5",size:this.file.size,time:Math.floor(this.uploadAt/1e3),port:getPortFromUrl((n=this.uploadHost)===null||n===void 0?void 0:n.getUrl()),host:getDomainFromUrl(($=this.uploadHost)===null||$===void 0?void 0:$.getUrl()),bytesSent:this.progress?this.progress.total.loaded:0,duration:Math.floor((new Date().getTime()-this.uploadAt)/1e3)})},e.prototype.getProgressInfoItem=function(t,y,n){return __assign$3({size:y,loaded:t,percent:t/y*100},n==null?{}:{fromCache:n})},e}(),__extends$1=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,$){n.__proto__=$}||function(n,$){for(var k in $)$.hasOwnProperty(k)&&(n[k]=$[k])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),__assign$2=function(){return __assign$2=Object.assign||function(e){for(var t,y=1,n=arguments.length;y0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]1024)throw new QiniuError(QiniuErrorName.InvalidChunkSize,"chunkSize maximum value is 1024");return[4,this.initBeforeUploadChunks()];case 1:V.sent(),y=new Pool(function(z){return __awaiter$4(j,void 0,void 0,function(){return __generator$4(this,function(re){switch(re.label){case 0:if(this.aborted)throw y.abort(),new Error("pool is aborted");return[4,this.uploadChunk(z)];case 1:return re.sent(),[2]}})})},this.config.concurrentRequestLimit),n=null,$=this.getLocalKey(),k=this.chunks.map(function(z,re){return y.enqueue({chunk:z,index:re})}),V.label=2;case 2:return V.trys.push([2,5,,6]),[4,Promise.all(k)];case 3:return V.sent(),[4,this.mkFileReq()];case 4:return n=V.sent(),[3,6];case 5:throw L=V.sent(),L instanceof QiniuRequestError&&(L.code===612||L.code===400)&&removeLocalFileInfo($,this.logger),L;case 6:return removeLocalFileInfo($,this.logger),[2,n]}})})},t.prototype.uploadChunk=function(y){return __awaiter$4(this,void 0,void 0,function(){var n,$,k,L,j,V,z,re,oe,ue=this;return __generator$4(this,function(de){switch(de.label){case 0:return n=y.index,$=y.chunk,k=this.cachedUploadedList[n],this.logger.info("upload part "+n+", cache:",k),L=this.config.checkByMD5,j=function(){ue.usedCacheList[n]=!0,ue.updateChunkProgress($.size,n),ue.uploadedList[n]=k,ue.updateLocalCache()},k&&!L?(j(),[2]):[4,computeMd5($)];case 1:return V=de.sent(),this.logger.info("computed part md5.",V),k&&V===k.md5?(j(),[2]):(this.usedCacheList[n]=!1,z=function(_e){ue.updateChunkProgress(_e.loaded,n)},re={body:$,md5:this.config.checkByServer?V:void 0,onProgress:z,onCreate:function(_e){return ue.addXhr(_e)}},this.logger.info("part "+n+" start uploading."),[4,uploadChunk(this.token,this.key,y.index+1,this.getUploadInfo(),re)]);case 2:return oe=de.sent(),this.logger.info("part "+n+" upload completed."),z({loaded:$.size,total:$.size}),this.uploadedList[n]={etag:oe.data.etag,md5:oe.data.md5,size:$.size},this.updateLocalCache(),[2]}})})},t.prototype.mkFileReq=function(){return __awaiter$4(this,void 0,void 0,function(){var y,n,$=this;return __generator$4(this,function(k){switch(k.label){case 0:return y=__assign$2(__assign$2(__assign$2({parts:this.uploadedList.map(function(L,j){return{etag:L.etag,partNumber:j+1}}),fname:this.putExtra.fname},this.putExtra.mimeType&&{mimeType:this.putExtra.mimeType}),this.putExtra.customVars&&{customVars:this.putExtra.customVars}),this.putExtra.metadata&&{metadata:this.putExtra.metadata}),this.logger.info("parts upload completed, make file.",y),[4,uploadComplete(this.token,this.key,this.getUploadInfo(),{onCreate:function(L){return $.addXhr(L)},body:JSON.stringify(y)})];case 1:return n=k.sent(),this.logger.info("finish Resume Progress."),this.updateMkFileProgress(1),[2,n]}})})},t.prototype.initBeforeUploadChunks=function(){return __awaiter$4(this,void 0,void 0,function(){var y,n,$;return __generator$4(this,function(k){switch(k.label){case 0:return this.uploadedList=[],this.usedCacheList=[],y=getLocalFileInfo(this.getLocalKey(),this.logger),y?[3,2]:(this.logger.info("init upload parts from api."),[4,initUploadParts(this.token,this.bucketName,this.key,this.uploadHost.getUrl())]);case 1:return n=k.sent(),this.logger.info("initd upload parts of id: "+n.data.uploadId+"."),this.uploadId=n.data.uploadId,this.cachedUploadedList=[],[3,3];case 2:$=["resume upload parts from local cache,","total "+y.data.length+" part,","id is "+y.id+"."],this.logger.info($.join(" ")),this.cachedUploadedList=y.data,this.uploadId=y.id,k.label=3;case 3:return this.chunks=getChunks(this.file,this.config.chunkSize),this.loaded={mkFileProgress:0,chunks:this.chunks.map(function(L){return 0})},this.notifyResumeProgress(),[2]}})})},t.prototype.getUploadInfo=function(){return{id:this.uploadId,url:this.uploadHost.getUrl()}},t.prototype.getLocalKey=function(){return createLocalKey(this.file.name,this.key,this.file.size)},t.prototype.updateLocalCache=function(){setLocalFileInfo(this.getLocalKey(),{id:this.uploadId,data:this.uploadedList},this.logger)},t.prototype.updateChunkProgress=function(y,n){this.loaded.chunks[n]=y,this.notifyResumeProgress()},t.prototype.updateMkFileProgress=function(y){this.loaded.mkFileProgress=y,this.notifyResumeProgress()},t.prototype.notifyResumeProgress=function(){var y=this;this.progress={total:this.getProgressInfoItem(sum(this.loaded.chunks)+this.loaded.mkFileProgress,this.file.size+1),chunks:this.chunks.map(function(n,$){var k=y.usedCacheList[$];return y.getProgressInfoItem(y.loaded.chunks[$],n.size,k)}),uploadInfo:{id:this.uploadId,url:this.uploadHost.getUrl()}},this.onData(this.progress)},t}(Base),__awaiter$3=function(e,t,y,n){function $(k){return k instanceof y?k:new y(function(L){L(k)})}return new(y||(y=Promise))(function(k,L){function j(re){try{z(n.next(re))}catch(oe){L(oe)}}function V(re){try{z(n.throw(re))}catch(oe){L(oe)}}function z(re){re.done?k(re.value):$(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$3=function(e,t){var y={label:0,sent:function(){if(k[0]&1)throw k[1];return k[1]},trys:[],ops:[]},n,$,k,L;return L={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(L[Symbol.iterator]=function(){return this}),L;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;y;)try{if(n=1,$&&(k=z[0]&2?$.return:z[0]?$.throw||((k=$.return)&&k.call($),0):$.next)&&!(k=k.call($,z[1])).done)return k;switch($=0,k&&(z=[z[0]&2,k.value]),z[0]){case 0:case 1:k=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,$=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(k=y.trys,!(k=k.length>0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]>>1^3988292384:n>>>=1;t[y]=n}return t},e.prototype.append=function(t){for(var y=this.crc,n=0;n>>8^this.table[(y^t[n])&255];this.crc=y},e.prototype.compute=function(){return(this.crc^-1)>>>0},e.prototype.readAsUint8Array=function(t){return __awaiter$3(this,void 0,void 0,function(){var y;return __generator$3(this,function(n){switch(n.label){case 0:return typeof t.arrayBuffer!="function"?[3,2]:(y=Uint8Array.bind,[4,t.arrayBuffer()]);case 1:return[2,new(y.apply(Uint8Array,[void 0,n.sent()]))];case 2:return[2,new Promise(function($,k){var L=new FileReader;L.onload=function(){if(L.result==null){k();return}if(typeof L.result=="string"){k();return}$(new Uint8Array(L.result))},L.readAsArrayBuffer(t)})]}})})},e.prototype.file=function(t){return __awaiter$3(this,void 0,void 0,function(){var y,n,$,k,L,j;return __generator$3(this,function(V){switch(V.label){case 0:return t.size<=MB?(y=this.append,[4,this.readAsUint8Array(t)]):[3,2];case 1:return y.apply(this,[V.sent()]),[2,this.compute()];case 2:n=Math.ceil(t.size/MB),$=0,V.label=3;case 3:return $0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]0&&reportV3(e,t,y-1)};var $=[t.code||"",t.reqId||"",t.host||"",t.remoteIp||"",t.port||"",t.duration||"",t.time||"",t.bytesSent||"",t.upType||"",t.size||""].join(",");n.send($)}var __read$2=function(e,t){var y=typeof Symbol=="function"&&e[Symbol.iterator];if(!y)return e;var n=y.call(e),$,k=[],L;try{for(;(t===void 0||t-- >0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread$2=function(){for(var e=[],t=0;t0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread$1=function(){for(var e=[],t=0;t=t},e.prototype.freeze=function(t){t===void 0&&(t=20);var y=new Date().getTime()+t*1e3;unfreezeTimeMap.set(this.host,y)},e.prototype.unfreeze=function(){unfreezeTimeMap.delete(this.host)},e.prototype.getUrl=function(){return this.protocol+"://"+this.host},e.prototype.getUnfreezeTime=function(){return unfreezeTimeMap.get(this.host)},e}(),HostPool=function(){function e(t){t===void 0&&(t=[]),this.initHosts=t,this.cachedHostsMap=new Map}return e.prototype.register=function(t,y,n,$){this.cachedHostsMap.set(t+"@"+y,n.map(function(k){return new Host(k,$)}))},e.prototype.refresh=function(t,y,n){var $,k,L,j;return __awaiter$1(this,void 0,void 0,function(){var V,z,re;return __generator$1(this,function(oe){switch(oe.label){case 0:return V=this.cachedHostsMap.get(t+"@"+y)||[],V.length>0?[2]:this.initHosts.length>0?(this.register(t,y,this.initHosts,n),[2]):[4,getUpHosts(t,y,n)];case 1:return z=oe.sent(),(z==null?void 0:z.data)!=null&&(re=__spread$1(((k=($=z.data.up)===null||$===void 0?void 0:$.acc)===null||k===void 0?void 0:k.main)||[],((j=(L=z.data.up)===null||L===void 0?void 0:L.acc)===null||j===void 0?void 0:j.backup)||[]),this.register(t,y,re,n)),[2]}})})},e.prototype.getUp=function(t,y,n){return __awaiter$1(this,void 0,void 0,function(){var $,k,L;return __generator$1(this,function(j){switch(j.label){case 0:return[4,this.refresh(t,y,n)];case 1:return j.sent(),$=this.cachedHostsMap.get(t+"@"+y)||[],$.length===0?[2,null]:(k=$.filter(function(V){return!V.isFrozen()}),k.length>0?[2,k[0]]:(L=$.slice().sort(function(V,z){return(V.getUnfreezeTime()||0)-(z.getUnfreezeTime()||0)}),[2,L[0]]))}})})},e}();function createUploadManager(e,t,y,n){return e.config&&e.config.forceDirect?(n.info("ues forceDirect mode."),new Direct(e,t,y,n)):e.file.size>4*MB?(n.info("file size over 4M, use Resume."),new Resume(e,t,y,n)):(n.info("file size less or equal than 4M, use Direct."),new Direct(e,t,y,n))}function upload(e,t,y,n,$){var k=new Logger(y,$==null?void 0:$.disableStatisticsReport,$==null?void 0:$.debugLogLevel,e.name),L={file:e,key:t,token:y,putExtra:n,config:normalizeUploadConfig($,k)},j=new HostPool(L.config.uphost);return new Observable(function(V){var z=createUploadManager(L,{onData:function(re){return V.next(re)},onError:function(re){return V.error(re)},onComplete:function(re){return V.complete(re)}},j,k);return z.putFile(),z.stop.bind(z)})}var __assign$1=function(){return __assign$1=Object.assign||function(e){for(var t,y=1,n=arguments.length;y0)&&!($=n.next()).done;)k.push($.value)}catch(j){L={error:j}}finally{try{$&&!$.done&&(y=n.return)&&y.call(n)}finally{if(L)throw L.error}}return k},__spread=function(){for(var e=[],t=0;t0&&k[k.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!k||z[1]>k[0]&&z[1]this.file.size&&this.config.noCompressIfLarger?[2,{dist:this.file,width:t.width,height:t.height}]:[2,{dist:L,width:k.width,height:k.height}]}})})},e.prototype.clear=function(t,y,n){this.outputType===defaultType?(t.fillStyle="#fff",t.fillRect(0,0,y,n)):t.clearRect(0,0,y,n)},e.prototype.getOriginImage=function(){var t=this;return new Promise(function(y,n){var $=createObjectURL(t.file),k=new Image;k.onload=function(){y(k)},k.onerror=function(){n("image load error")},k.src=$})},e.prototype.getCanvas=function(t){var y=this;return new Promise(function(n,$){var k=document.createElement("canvas"),L=k.getContext("2d");if(!L){$(new QiniuError(QiniuErrorName.GetCanvasContextFailed,"context is null"));return}var j=t.width,V=t.height;k.height=V,k.width=j,y.clear(L,j,V),L.drawImage(t,0,0),n(k)})},e.prototype.doScale=function(t,y){return __awaiter(this,void 0,void 0,function(){var n,$,k,L,j,V,z,re,oe,ue,de,_e,Ne,Ue,$e,Ve;return __generator(this,function(Fe){if(y===1)return[2,t];if(n=t.getContext("2d"),$=Math.min(maxSteps,Math.ceil(1/y/scaleFactor)),k=Math.pow(y,1/$),L=document.createElement("canvas"),j=L.getContext("2d"),V=t.width,z=t.height,re=V,oe=z,L.width=V,L.height=z,!j||!n)throw new QiniuError(QiniuErrorName.GetCanvasContextFailed,"mctx or sctx can't be null");for(_e=0;_e<$;_e++)Ne=V*k|0,Ue=z*k|0,_e===$-1&&(Ne=re*y,Ue=oe*y),_e%2===0?(ue=t,de=j):(ue=L,de=n),this.clear(de,V,z),de.drawImage(ue,0,0,V,z,0,0,Ne,Ue),V=Ne,z=Ue;return $e=ue===t?L:t,Ve=de.getImageData(0,0,V,z),$e.width=V,$e.height=z,de.putImageData(Ve,0,0),[2,$e]})})},e.prototype.toBlob=function(t){var y=t.toDataURL(this.outputType,this.config.quality),n=atob(y.split(",")[1]).split("").map(function(k){return k.charCodeAt(0)}),$=new Blob([new Uint8Array(n)],{type:this.outputType});return $},e}(),compressImage=function(e,t){return new Compress(e,t).process()};function getImageUrl(e,t){return e=encodeURIComponent(e),t.slice(t.length-1)!=="/"&&(t+="/"),t+e}function imageView2(e,t,y){if(!/^\d$/.test(String(e.mode)))throw"mode should be number in imageView2";var n=e.mode,$=e.w,k=e.h,L=e.q,j=e.format;if(!$&&!k)throw"param w and h is empty in imageView2";var V="imageView2/"+encodeURIComponent(n);return V+=$?"/w/"+encodeURIComponent($):"",V+=k?"/h/"+encodeURIComponent(k):"",V+=L?"/q/"+encodeURIComponent(L):"",V+=j?"/format/"+encodeURIComponent(j):"",V}function imageMogr2(e,t,y){var n=e["auto-orient"],$=e.thumbnail,k=e.strip,L=e.gravity,j=e.crop,V=e.quality,z=e.rotate,re=e.format,oe=e.blur,ue="imageMogr2";return ue+=n?"/auto-orient":"",ue+=$?"/thumbnail/"+encodeURIComponent($):"",ue+=k?"/strip":"",ue+=L?"/gravity/"+encodeURIComponent(L):"",ue+=V?"/quality/"+encodeURIComponent(V):"",ue+=j?"/crop/"+encodeURIComponent(j):"",ue+=z?"/rotate/"+encodeURIComponent(z):"",ue+=re?"/format/"+encodeURIComponent(re):"",ue+=oe?"/blur/"+encodeURIComponent(oe):"",t&&y&&(ue=getImageUrl(t,y)+"?"+ue),ue}function watermark(e,t,y){var n=e.mode;if(!n)throw"mode can't be empty in watermark";var $="watermark/"+n;if(n!==1&&n!==2)throw"mode is wrong";if(n===1){var k=e.image;if(!k)throw"image can't be empty in watermark";$+=k?"/image/"+urlSafeBase64Encode(k):""}if(n===2){var L=e.text,j=e.font,V=e.fontsize,z=e.fill;if(!L)throw"text can't be empty in watermark";$+=L?"/text/"+urlSafeBase64Encode(L):"",$+=j?"/font/"+urlSafeBase64Encode(j):"",$+=V?"/fontsize/"+V:"",$+=z?"/fill/"+urlSafeBase64Encode(z):""}var re=e.dissolve,oe=e.gravity,ue=e.dx,de=e.dy;return $+=re?"/dissolve/"+encodeURIComponent(re):"",$+=oe?"/gravity/"+encodeURIComponent(oe):"",$+=ue?"/dx/"+encodeURIComponent(ue):"",$+=de?"/dy/"+encodeURIComponent(de):"",t&&y&&($=getImageUrl(t,y)+"?"+$),$}function imageInfo(e,t){var y=getImageUrl(e,t)+"?imageInfo";return request(y,{method:"GET"})}function exif(e,t){var y=getImageUrl(e,t)+"?exif";return request(y,{method:"GET"})}function pipeline(e,t,y){var n=Object.prototype.toString.call(e)==="[object Array]",$,k=!1,L="";if(n){for(var j=0,V=e.length;jt=>{const y=toString.call(t);return e[y]||(e[y]=y.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=e=>(e=e.toLowerCase(),t=>kindOf(t)===e),typeOfTest=e=>t=>typeof t===e,{isArray}=Array,isUndefined=typeOfTest("undefined");function isBuffer(e){return e!==null&&!isUndefined(e)&&e.constructor!==null&&!isUndefined(e.constructor)&&isFunction(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&isArrayBuffer(e.buffer),t}const isString=typeOfTest("string"),isFunction=typeOfTest("function"),isNumber$1=typeOfTest("number"),isObject=e=>e!==null&&typeof e=="object",isBoolean=e=>e===!0||e===!1,isPlainObject=e=>{if(kindOf(e)!=="object")return!1;const t=getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},isDate=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=e=>isObject(e)&&isFunction(e.pipe),isFormData=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||isFunction(e.append)&&((t=kindOf(e))==="formdata"||t==="object"&&isFunction(e.toString)&&e.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,t,{allOwnKeys:y=!1}={}){if(e===null||typeof e>"u")return;let n,$;if(typeof e!="object"&&(e=[e]),isArray(e))for(n=0,$=e.length;n<$;n++)t.call(null,e[n],n,e);else{const k=y?Object.getOwnPropertyNames(e):Object.keys(e),L=k.length;let j;for(n=0;n0;)if($=y[n],t===$.toLowerCase())return $;return null}const _global=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global$1,isContextDefined=e=>!isUndefined(e)&&e!==_global;function merge(){const{caseless:e}=isContextDefined(this)&&this||{},t={},y=(n,$)=>{const k=e&&findKey(t,$)||$;isPlainObject(t[k])&&isPlainObject(n)?t[k]=merge(t[k],n):isPlainObject(n)?t[k]=merge({},n):isArray(n)?t[k]=n.slice():t[k]=n};for(let n=0,$=arguments.length;n<$;n++)arguments[n]&&forEach(arguments[n],y);return t}const extend=(e,t,y,{allOwnKeys:n}={})=>(forEach(t,($,k)=>{y&&isFunction($)?e[k]=bind($,y):e[k]=$},{allOwnKeys:n}),e),stripBOM=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),inherits=(e,t,y,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),y&&Object.assign(e.prototype,y)},toFlatObject=(e,t,y,n)=>{let $,k,L;const j={};if(t=t||{},e==null)return t;do{for($=Object.getOwnPropertyNames(e),k=$.length;k-- >0;)L=$[k],(!n||n(L,e,t))&&!j[L]&&(t[L]=e[L],j[L]=!0);e=y!==!1&&getPrototypeOf(e)}while(e&&(!y||y(e,t))&&e!==Object.prototype);return t},endsWith=(e,t,y)=>{e=String(e),(y===void 0||y>e.length)&&(y=e.length),y-=t.length;const n=e.indexOf(t,y);return n!==-1&&n===y},toArray=e=>{if(!e)return null;if(isArray(e))return e;let t=e.length;if(!isNumber$1(t))return null;const y=new Array(t);for(;t-- >0;)y[t]=e[t];return y},isTypedArray=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let $;for(;($=n.next())&&!$.done;){const k=$.value;t.call(e,k[0],k[1])}},matchAll=(e,t)=>{let y;const n=[];for(;(y=e.exec(t))!==null;)n.push(y);return n},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(y,n,$){return n.toUpperCase()+$}),hasOwnProperty=(({hasOwnProperty:e})=>(t,y)=>e.call(t,y))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(e,t)=>{const y=Object.getOwnPropertyDescriptors(e),n={};forEach(y,($,k)=>{let L;(L=t($,k,e))!==!1&&(n[k]=L||$)}),Object.defineProperties(e,n)},freezeMethods=e=>{reduceDescriptors(e,(t,y)=>{if(isFunction(e)&&["arguments","caller","callee"].indexOf(y)!==-1)return!1;const n=e[y];if(isFunction(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+y+"'")})}})},toObjectSet=(e,t)=>{const y={},n=$=>{$.forEach(k=>{y[k]=!0})};return isArray(e)?n(e):n(String(e).split(t)),y},noop=()=>{},toFiniteNumber=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,ALPHA="abcdefghijklmnopqrstuvwxyz",DIGIT="0123456789",ALPHABET={DIGIT,ALPHA,ALPHA_DIGIT:ALPHA+ALPHA.toUpperCase()+DIGIT},generateString=(e=16,t=ALPHABET.ALPHA_DIGIT)=>{let y="";const{length:n}=t;for(;e--;)y+=t[Math.random()*n|0];return y};function isSpecCompliantForm(e){return!!(e&&isFunction(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const t=new Array(10),y=(n,$)=>{if(isObject(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[$]=n;const k=isArray(n)?[]:{};return forEach(n,(L,j)=>{const V=y(L,$+1);!isUndefined(V)&&(k[j]=V)}),t[$]=void 0,k}}return n};return y(e,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=e=>e&&(isObject(e)||isFunction(e))&&isFunction(e.then)&&isFunction(e.catch),_setImmediate=((e,t)=>e?setImmediate:t?((y,n)=>(_global.addEventListener("message",({source:$,data:k})=>{$===_global&&k===y&&n.length&&n.shift()()},!1),$=>{n.push($),_global.postMessage(y,"*")}))(`axios@${Math.random()}`,[]):y=>setTimeout(y))(typeof setImmediate=="function",isFunction(_global.postMessage)),asap=typeof queueMicrotask<"u"?queueMicrotask.bind(_global):typeof define_process_default<"u"&&define_process_default.nextTick||_setImmediate,utils$1={isArray,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString,isNumber:isNumber$1,isBoolean,isObject,isPlainObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined,isDate,isFile,isBlob,isRegExp,isFunction,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty,hasOwnProp:hasOwnProperty,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop,toFiniteNumber,findKey,global:_global,isContextDefined,ALPHABET,generateString,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable,setImmediate:_setImmediate,asap};function AxiosError(e,t,y,n,$){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),y&&(this.config=y),n&&(this.request=n),$&&(this.response=$)}utils$1.inherits(AxiosError,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:utils$1.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const prototype$1=AxiosError.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{descriptors[e]={value:e}});Object.defineProperties(AxiosError,descriptors);Object.defineProperty(prototype$1,"isAxiosError",{value:!0});AxiosError.from=(e,t,y,n,$,k)=>{const L=Object.create(prototype$1);return utils$1.toFlatObject(e,L,function(V){return V!==Error.prototype},j=>j!=="isAxiosError"),AxiosError.call(L,e.message,t,y,n,$),L.cause=e,L.name=e.name,k&&Object.assign(L,k),L};const httpAdapter=null;function isVisitable(e){return utils$1.isPlainObject(e)||utils$1.isArray(e)}function removeBrackets(e){return utils$1.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,t,y){return e?e.concat(t).map(function($,k){return $=removeBrackets($),!y&&k?"["+$+"]":$}).join(y?".":""):t}function isFlatArray(e){return utils$1.isArray(e)&&!e.some(isVisitable)}const predicates=utils$1.toFlatObject(utils$1,{},null,function(t){return/^is[A-Z]/.test(t)});function toFormData(e,t,y){if(!utils$1.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,y=utils$1.toFlatObject(y,{metaTokens:!0,dots:!1,indexes:!1},!1,function(Ne,Ue){return!utils$1.isUndefined(Ue[Ne])});const n=y.metaTokens,$=y.visitor||re,k=y.dots,L=y.indexes,V=(y.Blob||typeof Blob<"u"&&Blob)&&utils$1.isSpecCompliantForm(t);if(!utils$1.isFunction($))throw new TypeError("visitor must be a function");function z(_e){if(_e===null)return"";if(utils$1.isDate(_e))return _e.toISOString();if(!V&&utils$1.isBlob(_e))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(_e)||utils$1.isTypedArray(_e)?V&&typeof Blob=="function"?new Blob([_e]):Buffer$F.from(_e):_e}function re(_e,Ne,Ue){let $e=_e;if(_e&&!Ue&&typeof _e=="object"){if(utils$1.endsWith(Ne,"{}"))Ne=n?Ne:Ne.slice(0,-2),_e=JSON.stringify(_e);else if(utils$1.isArray(_e)&&isFlatArray(_e)||(utils$1.isFileList(_e)||utils$1.endsWith(Ne,"[]"))&&($e=utils$1.toArray(_e)))return Ne=removeBrackets(Ne),$e.forEach(function(Fe,qe){!(utils$1.isUndefined(Fe)||Fe===null)&&t.append(L===!0?renderKey([Ne],qe,k):L===null?Ne:Ne+"[]",z(Fe))}),!1}return isVisitable(_e)?!0:(t.append(renderKey(Ue,Ne,k),z(_e)),!1)}const oe=[],ue=Object.assign(predicates,{defaultVisitor:re,convertValue:z,isVisitable});function de(_e,Ne){if(!utils$1.isUndefined(_e)){if(oe.indexOf(_e)!==-1)throw Error("Circular reference detected in "+Ne.join("."));oe.push(_e),utils$1.forEach(_e,function($e,Ve){(!(utils$1.isUndefined($e)||$e===null)&&$.call(t,$e,utils$1.isString(Ve)?Ve.trim():Ve,Ne,ue))===!0&&de($e,Ne?Ne.concat(Ve):[Ve])}),oe.pop()}}if(!utils$1.isObject(e))throw new TypeError("data must be an object");return de(e),t}function encode$1(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function AxiosURLSearchParams(e,t){this._pairs=[],e&&toFormData(e,this,t)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(t,y){this._pairs.push([t,y])};prototype.toString=function(t){const y=t?function(n){return t.call(this,n,encode$1)}:encode$1;return this._pairs.map(function($){return y($[0])+"="+y($[1])},"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,t,y){if(!t)return e;const n=y&&y.encode||encode,$=y&&y.serialize;let k;if($?k=$(t,y):k=utils$1.isURLSearchParams(t)?t.toString():new AxiosURLSearchParams(t,y).toString(n),k){const L=e.indexOf("#");L!==-1&&(e=e.slice(0,L)),e+=(e.indexOf("?")===-1?"?":"&")+k}return e}class InterceptorManager{constructor(){this.handlers=[]}use(t,y,n){return this.handlers.push({fulfilled:t,rejected:y,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){utils$1.forEach(this.handlers,function(n){n!==null&&t(n)})}}const transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",hasStandardBrowserEnv=(e=>hasBrowserEnv&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),hasStandardBrowserWebWorkerEnv=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",origin=hasBrowserEnv&&window.location.href||"http://localhost",utils=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv,origin},Symbol.toStringTag,{value:"Module"})),platform={...utils,...platform$1};function toURLEncodedForm(e,t){return toFormData(e,new platform.classes.URLSearchParams,Object.assign({visitor:function(y,n,$,k){return platform.isNode&&utils$1.isBuffer(y)?(this.append(n,y.toString("base64")),!1):k.defaultVisitor.apply(this,arguments)}},t))}function parsePropPath(e){return utils$1.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function arrayToObject(e){const t={},y=Object.keys(e);let n;const $=y.length;let k;for(n=0;n<$;n++)k=y[n],t[k]=e[k];return t}function formDataToJSON(e){function t(y,n,$,k){let L=y[k++];if(L==="__proto__")return!0;const j=Number.isFinite(+L),V=k>=y.length;return L=!L&&utils$1.isArray($)?$.length:L,V?(utils$1.hasOwnProp($,L)?$[L]=[$[L],n]:$[L]=n,!j):((!$[L]||!utils$1.isObject($[L]))&&($[L]=[]),t(y,n,$[L],k)&&utils$1.isArray($[L])&&($[L]=arrayToObject($[L])),!j)}if(utils$1.isFormData(e)&&utils$1.isFunction(e.entries)){const y={};return utils$1.forEachEntry(e,(n,$)=>{t(parsePropPath(n),$,y,0)}),y}return null}function stringifySafely(e,t,y){if(utils$1.isString(e))try{return(t||JSON.parse)(e),utils$1.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(y||JSON.stringify)(e)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function(t,y){const n=y.getContentType()||"",$=n.indexOf("application/json")>-1,k=utils$1.isObject(t);if(k&&utils$1.isHTMLForm(t)&&(t=new FormData(t)),utils$1.isFormData(t))return $?JSON.stringify(formDataToJSON(t)):t;if(utils$1.isArrayBuffer(t)||utils$1.isBuffer(t)||utils$1.isStream(t)||utils$1.isFile(t)||utils$1.isBlob(t)||utils$1.isReadableStream(t))return t;if(utils$1.isArrayBufferView(t))return t.buffer;if(utils$1.isURLSearchParams(t))return y.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let j;if(k){if(n.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(t,this.formSerializer).toString();if((j=utils$1.isFileList(t))||n.indexOf("multipart/form-data")>-1){const V=this.env&&this.env.FormData;return toFormData(j?{"files[]":t}:t,V&&new V,this.formSerializer)}}return k||$?(y.setContentType("application/json",!1),stringifySafely(t)):t}],transformResponse:[function(t){const y=this.transitional||defaults.transitional,n=y&&y.forcedJSONParsing,$=this.responseType==="json";if(utils$1.isResponse(t)||utils$1.isReadableStream(t))return t;if(t&&utils$1.isString(t)&&(n&&!this.responseType||$)){const L=!(y&&y.silentJSONParsing)&&$;try{return JSON.parse(t)}catch(j){if(L)throw j.name==="SyntaxError"?AxiosError.from(j,AxiosError.ERR_BAD_RESPONSE,this,null,this.response):j}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$1.forEach(["delete","get","head","post","put","patch"],e=>{defaults.headers[e]={}});const ignoreDuplicateOf=utils$1.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),parseHeaders=e=>{const t={};let y,n,$;return e&&e.split(` -`).forEach(function(L){$=L.indexOf(":"),y=L.substring(0,$).trim().toLowerCase(),n=L.substring($+1).trim(),!(!y||t[y]&&ignoreDuplicateOf[y])&&(y==="set-cookie"?t[y]?t[y].push(n):t[y]=[n]:t[y]=t[y]?t[y]+", "+n:n)}),t},$internals=Symbol("internals");function normalizeHeader(e){return e&&String(e).trim().toLowerCase()}function normalizeValue(e){return e===!1||e==null?e:utils$1.isArray(e)?e.map(normalizeValue):String(e)}function parseTokens(e){const t=Object.create(null),y=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=y.exec(e);)t[n[1]]=n[2];return t}const isValidHeaderName=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function matchHeaderValue(e,t,y,n,$){if(utils$1.isFunction(n))return n.call(this,t,y);if($&&(t=y),!!utils$1.isString(t)){if(utils$1.isString(n))return t.indexOf(n)!==-1;if(utils$1.isRegExp(n))return n.test(t)}}function formatHeader(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,y,n)=>y.toUpperCase()+n)}function buildAccessors(e,t){const y=utils$1.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+y,{value:function($,k,L){return this[n].call(this,t,$,k,L)},configurable:!0})})}class AxiosHeaders{constructor(t){t&&this.set(t)}set(t,y,n){const $=this;function k(j,V,z){const re=normalizeHeader(V);if(!re)throw new Error("header name must be a non-empty string");const oe=utils$1.findKey($,re);(!oe||$[oe]===void 0||z===!0||z===void 0&&$[oe]!==!1)&&($[oe||V]=normalizeValue(j))}const L=(j,V)=>utils$1.forEach(j,(z,re)=>k(z,re,V));if(utils$1.isPlainObject(t)||t instanceof this.constructor)L(t,y);else if(utils$1.isString(t)&&(t=t.trim())&&!isValidHeaderName(t))L(parseHeaders(t),y);else if(utils$1.isHeaders(t))for(const[j,V]of t.entries())k(V,j,n);else t!=null&&k(y,t,n);return this}get(t,y){if(t=normalizeHeader(t),t){const n=utils$1.findKey(this,t);if(n){const $=this[n];if(!y)return $;if(y===!0)return parseTokens($);if(utils$1.isFunction(y))return y.call(this,$,n);if(utils$1.isRegExp(y))return y.exec($);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,y){if(t=normalizeHeader(t),t){const n=utils$1.findKey(this,t);return!!(n&&this[n]!==void 0&&(!y||matchHeaderValue(this,this[n],n,y)))}return!1}delete(t,y){const n=this;let $=!1;function k(L){if(L=normalizeHeader(L),L){const j=utils$1.findKey(n,L);j&&(!y||matchHeaderValue(n,n[j],j,y))&&(delete n[j],$=!0)}}return utils$1.isArray(t)?t.forEach(k):k(t),$}clear(t){const y=Object.keys(this);let n=y.length,$=!1;for(;n--;){const k=y[n];(!t||matchHeaderValue(this,this[k],k,t,!0))&&(delete this[k],$=!0)}return $}normalize(t){const y=this,n={};return utils$1.forEach(this,($,k)=>{const L=utils$1.findKey(n,k);if(L){y[L]=normalizeValue($),delete y[k];return}const j=t?formatHeader(k):String(k).trim();j!==k&&delete y[k],y[j]=normalizeValue($),n[j]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const y=Object.create(null);return utils$1.forEach(this,(n,$)=>{n!=null&&n!==!1&&(y[$]=t&&utils$1.isArray(n)?n.join(", "):n)}),y}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,y])=>t+": "+y).join(` -`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...y){const n=new this(t);return y.forEach($=>n.set($)),n}static accessor(t){const n=(this[$internals]=this[$internals]={accessors:{}}).accessors,$=this.prototype;function k(L){const j=normalizeHeader(L);n[j]||(buildAccessors($,L),n[j]=!0)}return utils$1.isArray(t)?t.forEach(k):k(t),this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);utils$1.reduceDescriptors(AxiosHeaders.prototype,({value:e},t)=>{let y=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[y]=n}}});utils$1.freezeMethods(AxiosHeaders);function transformData(e,t){const y=this||defaults,n=t||y,$=AxiosHeaders.from(n.headers);let k=n.data;return utils$1.forEach(e,function(j){k=j.call(y,k,$.normalize(),t?t.status:void 0)}),$.normalize(),k}function isCancel(e){return!!(e&&e.__CANCEL__)}function CanceledError(e,t,y){AxiosError.call(this,e??"canceled",AxiosError.ERR_CANCELED,t,y),this.name="CanceledError"}utils$1.inherits(CanceledError,AxiosError,{__CANCEL__:!0});function settle(e,t,y){const n=y.config.validateStatus;!y.status||!n||n(y.status)?e(y):t(new AxiosError("Request failed with status code "+y.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(y.status/100)-4],y.config,y.request,y))}function parseProtocol(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function speedometer(e,t){e=e||10;const y=new Array(e),n=new Array(e);let $=0,k=0,L;return t=t!==void 0?t:1e3,function(V){const z=Date.now(),re=n[k];L||(L=z),y[$]=V,n[$]=z;let oe=k,ue=0;for(;oe!==$;)ue+=y[oe++],oe=oe%e;if($=($+1)%e,$===k&&(k=(k+1)%e),z-L{y=re,$=null,k&&(clearTimeout(k),k=null),e.apply(null,z)};return[(...z)=>{const re=Date.now(),oe=re-y;oe>=n?L(z,re):($=z,k||(k=setTimeout(()=>{k=null,L($)},n-oe)))},()=>$&&L($)]}const progressEventReducer=(e,t,y=3)=>{let n=0;const $=speedometer(50,250);return throttle(k=>{const L=k.loaded,j=k.lengthComputable?k.total:void 0,V=L-n,z=$(V),re=L<=j;n=L;const oe={loaded:L,total:j,progress:j?L/j:void 0,bytes:V,rate:z||void 0,estimated:z&&j&&re?(j-L)/z:void 0,event:k,lengthComputable:j!=null,[t?"download":"upload"]:!0};e(oe)},y)},progressEventDecorator=(e,t)=>{const y=e!=null;return[n=>t[0]({lengthComputable:y,total:e,loaded:n}),t[1]]},asyncDecorator=e=>(...t)=>utils$1.asap(()=>e(...t)),isURLSameOrigin=platform.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),y=document.createElement("a");let n;function $(k){let L=k;return t&&(y.setAttribute("href",L),L=y.href),y.setAttribute("href",L),{href:y.href,protocol:y.protocol?y.protocol.replace(/:$/,""):"",host:y.host,search:y.search?y.search.replace(/^\?/,""):"",hash:y.hash?y.hash.replace(/^#/,""):"",hostname:y.hostname,port:y.port,pathname:y.pathname.charAt(0)==="/"?y.pathname:"/"+y.pathname}}return n=$(window.location.href),function(L){const j=utils$1.isString(L)?$(L):L;return j.protocol===n.protocol&&j.host===n.host}}():function(){return function(){return!0}}(),cookies=platform.hasStandardBrowserEnv?{write(e,t,y,n,$,k){const L=[e+"="+encodeURIComponent(t)];utils$1.isNumber(y)&&L.push("expires="+new Date(y).toGMTString()),utils$1.isString(n)&&L.push("path="+n),utils$1.isString($)&&L.push("domain="+$),k===!0&&L.push("secure"),document.cookie=L.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function isAbsoluteURL(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function combineURLs(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function buildFullPath(e,t){return e&&!isAbsoluteURL(t)?combineURLs(e,t):t}const headersToObject=e=>e instanceof AxiosHeaders?{...e}:e;function mergeConfig(e,t){t=t||{};const y={};function n(z,re,oe){return utils$1.isPlainObject(z)&&utils$1.isPlainObject(re)?utils$1.merge.call({caseless:oe},z,re):utils$1.isPlainObject(re)?utils$1.merge({},re):utils$1.isArray(re)?re.slice():re}function $(z,re,oe){if(utils$1.isUndefined(re)){if(!utils$1.isUndefined(z))return n(void 0,z,oe)}else return n(z,re,oe)}function k(z,re){if(!utils$1.isUndefined(re))return n(void 0,re)}function L(z,re){if(utils$1.isUndefined(re)){if(!utils$1.isUndefined(z))return n(void 0,z)}else return n(void 0,re)}function j(z,re,oe){if(oe in t)return n(z,re);if(oe in e)return n(void 0,z)}const V={url:k,method:k,data:k,baseURL:L,transformRequest:L,transformResponse:L,paramsSerializer:L,timeout:L,timeoutMessage:L,withCredentials:L,withXSRFToken:L,adapter:L,responseType:L,xsrfCookieName:L,xsrfHeaderName:L,onUploadProgress:L,onDownloadProgress:L,decompress:L,maxContentLength:L,maxBodyLength:L,beforeRedirect:L,transport:L,httpAgent:L,httpsAgent:L,cancelToken:L,socketPath:L,responseEncoding:L,validateStatus:j,headers:(z,re)=>$(headersToObject(z),headersToObject(re),!0)};return utils$1.forEach(Object.keys(Object.assign({},e,t)),function(re){const oe=V[re]||$,ue=oe(e[re],t[re],re);utils$1.isUndefined(ue)&&oe!==j||(y[re]=ue)}),y}const resolveConfig=e=>{const t=mergeConfig({},e);let{data:y,withXSRFToken:n,xsrfHeaderName:$,xsrfCookieName:k,headers:L,auth:j}=t;t.headers=L=AxiosHeaders.from(L),t.url=buildURL(buildFullPath(t.baseURL,t.url),e.params,e.paramsSerializer),j&&L.set("Authorization","Basic "+btoa((j.username||"")+":"+(j.password?unescape(encodeURIComponent(j.password)):"")));let V;if(utils$1.isFormData(y)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)L.setContentType(void 0);else if((V=L.getContentType())!==!1){const[z,...re]=V?V.split(";").map(oe=>oe.trim()).filter(Boolean):[];L.setContentType([z||"multipart/form-data",...re].join("; "))}}if(platform.hasStandardBrowserEnv&&(n&&utils$1.isFunction(n)&&(n=n(t)),n||n!==!1&&isURLSameOrigin(t.url))){const z=$&&k&&cookies.read(k);z&&L.set($,z)}return t},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(e){return new Promise(function(y,n){const $=resolveConfig(e);let k=$.data;const L=AxiosHeaders.from($.headers).normalize();let{responseType:j,onUploadProgress:V,onDownloadProgress:z}=$,re,oe,ue,de,_e;function Ne(){de&&de(),_e&&_e(),$.cancelToken&&$.cancelToken.unsubscribe(re),$.signal&&$.signal.removeEventListener("abort",re)}let Ue=new XMLHttpRequest;Ue.open($.method.toUpperCase(),$.url,!0),Ue.timeout=$.timeout;function $e(){if(!Ue)return;const Fe=AxiosHeaders.from("getAllResponseHeaders"in Ue&&Ue.getAllResponseHeaders()),er={data:!j||j==="text"||j==="json"?Ue.responseText:Ue.response,status:Ue.status,statusText:Ue.statusText,headers:Fe,config:e,request:Ue};settle(function(dr){y(dr),Ne()},function(dr){n(dr),Ne()},er),Ue=null}"onloadend"in Ue?Ue.onloadend=$e:Ue.onreadystatechange=function(){!Ue||Ue.readyState!==4||Ue.status===0&&!(Ue.responseURL&&Ue.responseURL.indexOf("file:")===0)||setTimeout($e)},Ue.onabort=function(){Ue&&(n(new AxiosError("Request aborted",AxiosError.ECONNABORTED,e,Ue)),Ue=null)},Ue.onerror=function(){n(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,Ue)),Ue=null},Ue.ontimeout=function(){let qe=$.timeout?"timeout of "+$.timeout+"ms exceeded":"timeout exceeded";const er=$.transitional||transitionalDefaults;$.timeoutErrorMessage&&(qe=$.timeoutErrorMessage),n(new AxiosError(qe,er.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,e,Ue)),Ue=null},k===void 0&&L.setContentType(null),"setRequestHeader"in Ue&&utils$1.forEach(L.toJSON(),function(qe,er){Ue.setRequestHeader(er,qe)}),utils$1.isUndefined($.withCredentials)||(Ue.withCredentials=!!$.withCredentials),j&&j!=="json"&&(Ue.responseType=$.responseType),z&&([ue,_e]=progressEventReducer(z,!0),Ue.addEventListener("progress",ue)),V&&Ue.upload&&([oe,de]=progressEventReducer(V),Ue.upload.addEventListener("progress",oe),Ue.upload.addEventListener("loadend",de)),($.cancelToken||$.signal)&&(re=Fe=>{Ue&&(n(!Fe||Fe.type?new CanceledError(null,e,Ue):Fe),Ue.abort(),Ue=null)},$.cancelToken&&$.cancelToken.subscribe(re),$.signal&&($.signal.aborted?re():$.signal.addEventListener("abort",re)));const Ve=parseProtocol($.url);if(Ve&&platform.protocols.indexOf(Ve)===-1){n(new AxiosError("Unsupported protocol "+Ve+":",AxiosError.ERR_BAD_REQUEST,e));return}Ue.send(k||null)})},composeSignals=(e,t)=>{let y=new AbortController,n;const $=function(V){if(!n){n=!0,L();const z=V instanceof Error?V:this.reason;y.abort(z instanceof AxiosError?z:new CanceledError(z instanceof Error?z.message:z))}};let k=t&&setTimeout(()=>{$(new AxiosError(`timeout ${t} of ms exceeded`,AxiosError.ETIMEDOUT))},t);const L=()=>{e&&(k&&clearTimeout(k),k=null,e.forEach(V=>{V&&(V.removeEventListener?V.removeEventListener("abort",$):V.unsubscribe($))}),e=null)};e.forEach(V=>V&&V.addEventListener&&V.addEventListener("abort",$));const{signal:j}=y;return j.unsubscribe=L,[j,()=>{k&&clearTimeout(k),k=null}]},streamChunk=function*(e,t){let y=e.byteLength;if(!t||y{const k=readBytes(e,t,$);let L=0,j,V=z=>{j||(j=!0,n&&n(z))};return new ReadableStream({async pull(z){try{const{done:re,value:oe}=await k.next();if(re){V(),z.close();return}let ue=oe.byteLength;if(y){let de=L+=ue;y(de)}z.enqueue(new Uint8Array(oe))}catch(re){throw V(re),re}},cancel(z){return V(z),k.return()}},{highWaterMark:2})},isFetchSupported=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",isReadableStreamSupported=isFetchSupported&&typeof ReadableStream=="function",encodeText=isFetchSupported&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),test=(e,...t)=>{try{return!!e(...t)}catch{return!1}},supportsRequestStream=isReadableStreamSupported&&test(()=>{let e=!1;const t=new Request(platform.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),DEFAULT_CHUNK_SIZE=64*1024,supportsResponseStream=isReadableStreamSupported&&test(()=>utils$1.isReadableStream(new Response("").body)),resolvers={stream:supportsResponseStream&&(e=>e.body)};isFetchSupported&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!resolvers[t]&&(resolvers[t]=utils$1.isFunction(e[t])?y=>y[t]():(y,n)=>{throw new AxiosError(`Response type '${t}' is not supported`,AxiosError.ERR_NOT_SUPPORT,n)})})})(new Response);const getBodyLength=async e=>{if(e==null)return 0;if(utils$1.isBlob(e))return e.size;if(utils$1.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(utils$1.isArrayBufferView(e)||utils$1.isArrayBuffer(e))return e.byteLength;if(utils$1.isURLSearchParams(e)&&(e=e+""),utils$1.isString(e))return(await encodeText(e)).byteLength},resolveBodyLength=async(e,t)=>{const y=utils$1.toFiniteNumber(e.getContentLength());return y??getBodyLength(t)},fetchAdapter=isFetchSupported&&(async e=>{let{url:t,method:y,data:n,signal:$,cancelToken:k,timeout:L,onDownloadProgress:j,onUploadProgress:V,responseType:z,headers:re,withCredentials:oe="same-origin",fetchOptions:ue}=resolveConfig(e);z=z?(z+"").toLowerCase():"text";let[de,_e]=$||k||L?composeSignals([$,k],L):[],Ne,Ue;const $e=()=>{!Ne&&setTimeout(()=>{de&&de.unsubscribe()}),Ne=!0};let Ve;try{if(V&&supportsRequestStream&&y!=="get"&&y!=="head"&&(Ve=await resolveBodyLength(re,n))!==0){let ir=new Request(t,{method:"POST",body:n,duplex:"half"}),dr;if(utils$1.isFormData(n)&&(dr=ir.headers.get("content-type"))&&re.setContentType(dr),ir.body){const[cr,nr]=progressEventDecorator(Ve,progressEventReducer(asyncDecorator(V)));n=trackStream(ir.body,DEFAULT_CHUNK_SIZE,cr,nr,encodeText)}}utils$1.isString(oe)||(oe=oe?"include":"omit"),Ue=new Request(t,{...ue,signal:de,method:y.toUpperCase(),headers:re.normalize().toJSON(),body:n,duplex:"half",credentials:oe});let Fe=await fetch(Ue);const qe=supportsResponseStream&&(z==="stream"||z==="response");if(supportsResponseStream&&(j||qe)){const ir={};["status","statusText","headers"].forEach(lr=>{ir[lr]=Fe[lr]});const dr=utils$1.toFiniteNumber(Fe.headers.get("content-length")),[cr,nr]=j&&progressEventDecorator(dr,progressEventReducer(asyncDecorator(j),!0))||[];Fe=new Response(trackStream(Fe.body,DEFAULT_CHUNK_SIZE,cr,()=>{nr&&nr(),qe&&$e()},encodeText),ir)}z=z||"text";let er=await resolvers[utils$1.findKey(resolvers,z)||"text"](Fe,e);return!qe&&$e(),_e&&_e(),await new Promise((ir,dr)=>{settle(ir,dr,{data:er,headers:AxiosHeaders.from(Fe.headers),status:Fe.status,statusText:Fe.statusText,config:e,request:Ue})})}catch(Fe){throw $e(),Fe&&Fe.name==="TypeError"&&/fetch/i.test(Fe.message)?Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,Ue),{cause:Fe.cause||Fe}):AxiosError.from(Fe,Fe&&Fe.code,e,Ue)}}),knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:fetchAdapter};utils$1.forEach(knownAdapters,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const renderReason=e=>`- ${e}`,isResolvedHandle=e=>utils$1.isFunction(e)||e===null||e===!1,adapters={getAdapter:e=>{e=utils$1.isArray(e)?e:[e];const{length:t}=e;let y,n;const $={};for(let k=0;k`adapter ${j} `+(V===!1?"is not supported by the environment":"is not available in the build"));let L=t?k.length>1?`since : -`+k.map(renderReason).join(` -`):" "+renderReason(k[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+L,"ERR_NOT_SUPPORT")}return n},adapters:knownAdapters};function throwIfCancellationRequested(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new CanceledError(null,e)}function dispatchRequest(e){return throwIfCancellationRequested(e),e.headers=AxiosHeaders.from(e.headers),e.data=transformData.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),adapters.getAdapter(e.adapter||defaults.adapter)(e).then(function(n){return throwIfCancellationRequested(e),n.data=transformData.call(e,e.transformResponse,n),n.headers=AxiosHeaders.from(n.headers),n},function(n){return isCancel(n)||(throwIfCancellationRequested(e),n&&n.response&&(n.response.data=transformData.call(e,e.transformResponse,n.response),n.response.headers=AxiosHeaders.from(n.response.headers))),Promise.reject(n)})}const VERSION="1.7.4",validators$1={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{validators$1[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const deprecatedWarnings={};validators$1.transitional=function(t,y,n){function $(k,L){return"[Axios v"+VERSION+"] Transitional option '"+k+"'"+L+(n?". "+n:"")}return(k,L,j)=>{if(t===!1)throw new AxiosError($(L," has been removed"+(y?" in "+y:"")),AxiosError.ERR_DEPRECATED);return y&&!deprecatedWarnings[L]&&(deprecatedWarnings[L]=!0,console.warn($(L," has been deprecated since v"+y+" and will be removed in the near future"))),t?t(k,L,j):!0}};function assertOptions(e,t,y){if(typeof e!="object")throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let $=n.length;for(;$-- >0;){const k=n[$],L=t[k];if(L){const j=e[k],V=j===void 0||L(j,k,e);if(V!==!0)throw new AxiosError("option "+k+" must be "+V,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(y!==!0)throw new AxiosError("Unknown option "+k,AxiosError.ERR_BAD_OPTION)}}const validator={assertOptions,validators:validators$1},validators=validator.validators;class Axios{constructor(t){this.defaults=t,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(t,y){try{return await this._request(t,y)}catch(n){if(n instanceof Error){let $;Error.captureStackTrace?Error.captureStackTrace($={}):$=new Error;const k=$.stack?$.stack.replace(/^.+\n/,""):"";try{n.stack?k&&!String(n.stack).endsWith(k.replace(/^.+\n.+\n/,""))&&(n.stack+=` -`+k):n.stack=k}catch{}}throw n}}_request(t,y){typeof t=="string"?(y=y||{},y.url=t):y=t||{},y=mergeConfig(this.defaults,y);const{transitional:n,paramsSerializer:$,headers:k}=y;n!==void 0&&validator.assertOptions(n,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1),$!=null&&(utils$1.isFunction($)?y.paramsSerializer={serialize:$}:validator.assertOptions($,{encode:validators.function,serialize:validators.function},!0)),y.method=(y.method||this.defaults.method||"get").toLowerCase();let L=k&&utils$1.merge(k.common,k[y.method]);k&&utils$1.forEach(["delete","get","head","post","put","patch","common"],_e=>{delete k[_e]}),y.headers=AxiosHeaders.concat(L,k);const j=[];let V=!0;this.interceptors.request.forEach(function(Ne){typeof Ne.runWhen=="function"&&Ne.runWhen(y)===!1||(V=V&&Ne.synchronous,j.unshift(Ne.fulfilled,Ne.rejected))});const z=[];this.interceptors.response.forEach(function(Ne){z.push(Ne.fulfilled,Ne.rejected)});let re,oe=0,ue;if(!V){const _e=[dispatchRequest.bind(this),void 0];for(_e.unshift.apply(_e,j),_e.push.apply(_e,z),ue=_e.length,re=Promise.resolve(y);oe{if(!n._listeners)return;let k=n._listeners.length;for(;k-- >0;)n._listeners[k]($);n._listeners=null}),this.promise.then=$=>{let k;const L=new Promise(j=>{n.subscribe(j),k=j}).then($);return L.cancel=function(){n.unsubscribe(k)},L},t(function(k,L,j){n.reason||(n.reason=new CanceledError(k,L,j),y(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const y=this._listeners.indexOf(t);y!==-1&&this._listeners.splice(y,1)}static source(){let t;return{token:new CancelToken(function($){t=$}),cancel:t}}}function spread(e){return function(y){return e.apply(null,y)}}function isAxiosError(e){return utils$1.isObject(e)&&e.isAxiosError===!0}const HttpStatusCode={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(HttpStatusCode).forEach(([e,t])=>{HttpStatusCode[t]=e});function createInstance(e){const t=new Axios(e),y=bind(Axios.prototype.request,t);return utils$1.extend(y,Axios.prototype,t,{allOwnKeys:!0}),utils$1.extend(y,t,null,{allOwnKeys:!0}),y.create=function($){return createInstance(mergeConfig(e,$))},y}const axios=createInstance(defaults);axios.Axios=Axios;axios.CanceledError=CanceledError;axios.CancelToken=CancelToken;axios.isCancel=isCancel;axios.VERSION=VERSION;axios.toFormData=toFormData;axios.AxiosError=AxiosError;axios.Cancel=axios.CanceledError;axios.all=function(t){return Promise.all(t)};axios.spread=spread;axios.isAxiosError=isAxiosError;axios.mergeConfig=mergeConfig;axios.AxiosHeaders=AxiosHeaders;axios.formToJSON=e=>formDataToJSON(utils$1.isHTMLForm(e)?new FormData(e):e);axios.getAdapter=adapters.getAdapter;axios.HttpStatusCode=HttpStatusCode;axios.default=axios;const service=axios.create({baseURL:"",timeout:30*1e3});service.interceptors.request.use(e=>(/^(?:post|put|delete)$/i.test(e.method)&&e.data&&e.data.upload&&(e.headers["Content-Type"]="multipart/form-data"),e),e=>{Promise.reject(e)});service.interceptors.response.use(e=>e.data?e.data:Promise.reject(e),e=>Promise.reject(e));function utf16to8(e){let t,y,n,$;for(t="",n=e.length,y=0;y=1&&$<=127?t+=e.charAt(y):$>2047?(t+=String.fromCharCode(224|$>>12&15),t+=String.fromCharCode(128|$>>6&63),t+=String.fromCharCode(128|$>>0&63)):(t+=String.fromCharCode(192|$>>6&31),t+=String.fromCharCode(128|$>>0&63));return t}function utf8to16(e){let t,y,n,$,k,L;for(t="",n=e.length,y=0;y>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:t+=e.charAt(y-1);break;case 12:case 13:k=e.charCodeAt(y++),t+=String.fromCharCode(($&31)<<6|k&63);break;case 14:k=e.charCodeAt(y++),L=e.charCodeAt(y++),t+=String.fromCharCode(($&15)<<12|(k&63)<<6|(L&63)<<0);break}return t}const base64EncodeChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",base64DecodeChars=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-1,-1,-1,-1,-1];function base64encode(e){let t,y,n,$,k,L;for(n=e.length,y=0,t="";y>2),t+=base64EncodeChars.charAt(($&3)<<4),t+="==";break}if(k=e.charCodeAt(y++),y==n){t+=base64EncodeChars.charAt($>>2),t+=base64EncodeChars.charAt(($&3)<<4|(k&240)>>4),t+=base64EncodeChars.charAt((k&15)<<2),t+="=";break}L=e.charCodeAt(y++),t+=base64EncodeChars.charAt($>>2),t+=base64EncodeChars.charAt(($&3)<<4|(k&240)>>4),t+=base64EncodeChars.charAt((k&15)<<2|(L&192)>>6),t+=base64EncodeChars.charAt(L&63)}return t}function base64decode(e){let t,y,n,$,k,L,j;for(L=e.length,k=0,j="";k>4);do{if(n=e.charCodeAt(k++)&255,n==61)return j;n=base64DecodeChars[n]}while(k>2);do{if($=e.charCodeAt(k++)&255,$==61)return j;$=base64DecodeChars[$]}while(k{re.subscribe({next:de=>{console.log(de)},error:de=>{ue(de.message)},complete:de=>{oe(`${L}/${de.key}`)}})})}async function aliOSSFileUpload(e,t){const y=getDateFilename(t),{region:n,bucket:$,accessKeyId:k,accessKeySecret:L,cdnHost:j,path:V}=JSON.parse(localStorage.getItem("aliOSSConfig")),z=Buffer(e,"base64"),re=`${V}/${y}`,oe=new OSS({region:n,bucket:$,accessKeyId:k,accessKeySecret:L});try{const ue=await oe.put(re,z);return j===""?ue.url:`${j}/${V===""?y:re}`}catch(ue){return Promise.reject(ue)}}async function txCOSFileUpload(e){const t=getDateFilename(e.name),{secretId:y,secretKey:n,bucket:$,region:k,path:L,cdnHost:j}=JSON.parse(localStorage.getItem("txCOSConfig")),V=new COS({SecretId:y,SecretKey:n});return new Promise((z,re)=>{V.putObject({Bucket:$,Region:k,Key:`${L}/${t}`,Body:e},(oe,ue)=>{oe?re(oe):z(j?L===""?`${j}/${t}`:`${j}/${L}/${t}`:`https://${ue.Location}`)})})}async function minioFileUpload(e,t){const y=getDateFilename(t),{endpoint:n,port:$,useSSL:k,bucket:L,accessKey:j,secretKey:V}=JSON.parse(localStorage.getItem("minioConfig")),z=Buffer(e,"base64"),re={endPoint:n,useSSL:k,accessKey:j,secretKey:V},oe=Number($||0),ue=oe>0&&oe!==80&&oe!==443;return ue&&(re.port=oe),new Promise((de,_e)=>{const Ne=new minio.Client(re);try{Ne.putObject(L,y,z,Ue=>{Ue&&_e(Ue);const Ve=`${`${k?"https://":"http://"}${n}${ue?`:${$}`:""}`}/${L}/${y}`;de(Ve)})}catch(Ue){_e(Ue)}})}async function formCustomUpload(content,file){const str=` +`):(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"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=""+ie+pe:this.options.commentPropName!==!1&&oe===this.options.commentPropName&&Ie.length===0?this.indentate(de)+``+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=`>`+this.newLine;if(this.options.commentPropName!==!1&&oe===this.options.commentPropName)return this.indentate(de)+``+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+"0&&this.options.processEntities)for(let oe=0;oe0&&(ue=k),$(ie,oe,"",ue)}function $(ie,oe,ue,de){let pe="",Ie=!1;for(let _e=0;_e`,Ie=!1;continue}else if(he===oe.commentPropName){pe+=de+``,Ie=!0;continue}else if(he[0]==="?"){const Ve=V(Ce[":@"],oe),qe=he==="?xml"?"":de;let jt=Ce[he][0][oe.textNodeName];jt=jt.length!==0?" "+jt:"",pe+=qe+`<${he}${jt}${Ve}?>`,Ie=!0;continue}let Fe=de;Fe!==""&&(Fe+=oe.indentBy);const Ue=V(Ce[":@"],oe),kt=de+`<${he}${Ue}`,Et=$(Ce[he],oe,Ne,Fe);oe.unpairedTags.indexOf(he)!==-1?oe.suppressUnpairedNode?pe+=kt+">":pe+=kt+"/>":(!Et||Et.length===0)&&oe.suppressEmptyNode?pe+=kt+"/>":Et&&Et.endsWith(">")?pe+=kt+`>${Et}${de}`:(pe+=kt+">",Et&&de!==""&&(Et.includes("/>")||Et.includes("`),Ie=!0}return pe}function j(ie){const oe=Object.keys(ie);for(let ue=0;ue0&&oe.processEntities)for(let ue=0;ue"){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!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function($,j,V){return $}},L=function($){return Object.assign({},k,$)};n.buildOptions=L,n.defaultOptions=k},"./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js":function(y,n,k){const L=k("./node_modules/fast-xml-parser/src/util.js"),$=k("./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js"),j=k("./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js"),V=k("./node_modules/strnum/strnum.js");class z{constructor(qe){this.options=qe,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(jt,tr)=>String.fromCharCode(Number.parseInt(tr,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(jt,tr)=>String.fromCharCode(Number.parseInt(tr,16))}},this.addExternalEntities=re,this.parseXml=pe,this.parseTextData=ie,this.resolveNameSpace=oe,this.buildAttributesMap=de,this.isItStopNode=he,this.replaceEntitiesValue=_e,this.readStopNodeData=kt,this.saveTextToParentTag=Ce,this.addChild=Ie}}function re(Ve){const qe=Object.keys(Ve);for(let jt=0;jt0)){nr||(Ve=this.replaceEntitiesValue(Ve));const ur=this.options.tagValueProcessor(qe,Ve,jt,rr,ar);return ur==null?Ve:typeof ur!=typeof Ve||ur!==Ve?ur:this.options.trimValues?Et(Ve,this.options.parseTagValue,this.options.numberParseOptions):Ve.trim()===Ve?Et(Ve,this.options.parseTagValue,this.options.numberParseOptions):Ve}}function oe(Ve){if(this.options.removeNSPrefix){const qe=Ve.split(":"),jt=Ve.charAt(0)==="/"?"/":"";if(qe[0]==="xmlns")return"";qe.length===2&&(Ve=jt+qe[1])}return Ve}const ue=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function de(Ve,qe,jt){if(!this.options.ignoreAttributes&&typeof Ve=="string"){const tr=L.getAllMatches(Ve,ue),rr=tr.length,ar={};for(let nr=0;nr",ar,"Closing Tag is not closed.");let cr=Ve.substring(ar+2,ur).trim();if(this.options.removeNSPrefix){const Er=cr.indexOf(":");Er!==-1&&(cr=cr.substr(Er+1))}this.options.transformTagName&&(cr=this.options.transformTagName(cr)),jt&&(tr=this.saveTextToParentTag(tr,jt,rr));const _r=rr.substring(rr.lastIndexOf(".")+1);if(cr&&this.options.unpairedTags.indexOf(cr)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: `);let hr=0;_r&&this.options.unpairedTags.indexOf(_r)!==-1?(hr=rr.lastIndexOf(".",rr.lastIndexOf(".")-1),this.tagsNodeStack.pop()):hr=rr.lastIndexOf("."),rr=rr.substring(0,hr),jt=this.tagsNodeStack.pop(),tr="",ar=ur}else if(Ve[ar+1]==="?"){let ur=Ue(Ve,ar,!1,"?>");if(!ur)throw new Error("Pi Tag is not closed.");if(tr=this.saveTextToParentTag(tr,jt,rr),!(this.options.ignoreDeclaration&&ur.tagName==="?xml"||this.options.ignorePiTags)){const cr=new $(ur.tagName);cr.add(this.options.textNodeName,""),ur.tagName!==ur.tagExp&&ur.attrExpPresent&&(cr[":@"]=this.buildAttributesMap(ur.tagExp,rr,ur.tagName)),this.addChild(jt,cr,rr)}ar=ur.closeIndex+1}else if(Ve.substr(ar+1,3)==="!--"){const ur=Fe(Ve,"-->",ar+4,"Comment is not closed.");if(this.options.commentPropName){const cr=Ve.substring(ar+4,ur-2);tr=this.saveTextToParentTag(tr,jt,rr),jt.add(this.options.commentPropName,[{[this.options.textNodeName]:cr}])}ar=ur}else if(Ve.substr(ar+1,2)==="!D"){const ur=j(Ve,ar);this.docTypeEntities=ur.entities,ar=ur.i}else if(Ve.substr(ar+1,2)==="!["){const ur=Fe(Ve,"]]>",ar,"CDATA is not closed.")-2,cr=Ve.substring(ar+9,ur);tr=this.saveTextToParentTag(tr,jt,rr);let _r=this.parseTextData(cr,jt.tagname,rr,!0,!1,!0,!0);_r==null&&(_r=""),this.options.cdataPropName?jt.add(this.options.cdataPropName,[{[this.options.textNodeName]:cr}]):jt.add(this.options.textNodeName,_r),ar=ur+2}else{let ur=Ue(Ve,ar,this.options.removeNSPrefix),cr=ur.tagName;const _r=ur.rawTagName;let hr=ur.tagExp,Er=ur.attrExpPresent,kr=ur.closeIndex;this.options.transformTagName&&(cr=this.options.transformTagName(cr)),jt&&tr&&jt.tagname!=="!xml"&&(tr=this.saveTextToParentTag(tr,jt,rr,!1));const xr=jt;if(xr&&this.options.unpairedTags.indexOf(xr.tagname)!==-1&&(jt=this.tagsNodeStack.pop(),rr=rr.substring(0,rr.lastIndexOf("."))),cr!==qe.tagname&&(rr+=rr?"."+cr:cr),this.isItStopNode(this.options.stopNodes,rr,cr)){let yr="";if(hr.length>0&&hr.lastIndexOf("/")===hr.length-1)cr[cr.length-1]==="/"?(cr=cr.substr(0,cr.length-1),rr=rr.substr(0,rr.length-1),hr=cr):hr=hr.substr(0,hr.length-1),ar=ur.closeIndex;else if(this.options.unpairedTags.indexOf(cr)!==-1)ar=ur.closeIndex;else{const Rr=this.readStopNodeData(Ve,_r,kr+1);if(!Rr)throw new Error(`Unexpected end of ${_r}`);ar=Rr.i,yr=Rr.tagContent}const vr=new $(cr);cr!==hr&&Er&&(vr[":@"]=this.buildAttributesMap(hr,rr,cr)),yr&&(yr=this.parseTextData(yr,cr,rr,!0,Er,!0,!0)),rr=rr.substr(0,rr.lastIndexOf(".")),vr.add(this.options.textNodeName,yr),this.addChild(jt,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 yr=new $(cr);cr!==hr&&Er&&(yr[":@"]=this.buildAttributesMap(hr,rr,cr)),this.addChild(jt,yr,rr),rr=rr.substr(0,rr.lastIndexOf("."))}else{const yr=new $(cr);this.tagsNodeStack.push(jt),cr!==hr&&Er&&(yr[":@"]=this.buildAttributesMap(hr,rr,cr)),this.addChild(jt,yr,rr),jt=yr}tr="",ar=kr}}else tr+=Ve[ar];return qe.child};function Ie(Ve,qe,jt){const tr=this.options.updateTag(qe.tagname,jt,qe[":@"]);tr===!1||(typeof tr=="string"&&(qe.tagname=tr),Ve.addChild(qe))}const _e=function(Ve){if(this.options.processEntities){for(let qe in this.docTypeEntities){const jt=this.docTypeEntities[qe];Ve=Ve.replace(jt.regx,jt.val)}for(let qe in this.lastEntities){const jt=this.lastEntities[qe];Ve=Ve.replace(jt.regex,jt.val)}if(this.options.htmlEntities)for(let qe in this.htmlEntities){const jt=this.htmlEntities[qe];Ve=Ve.replace(jt.regex,jt.val)}Ve=Ve.replace(this.ampEntity.regex,this.ampEntity.val)}return Ve};function Ce(Ve,qe,jt,tr){return Ve&&(tr===void 0&&(tr=Object.keys(qe.child).length===0),Ve=this.parseTextData(Ve,qe.tagname,jt,!1,qe[":@"]?Object.keys(qe[":@"]).length!==0:!1,tr),Ve!==void 0&&Ve!==""&&qe.add(this.options.textNodeName,Ve),Ve=""),Ve}function he(Ve,qe,jt){const tr="*."+jt;for(const rr in Ve){const ar=Ve[rr];if(tr===ar||qe===ar)return!0}return!1}function Ne(Ve,qe,jt=">"){let tr,rr="";for(let ar=qe;ar",jt,`${qe} is not closed`);if(Ve.substring(jt+2,ar).trim()===qe&&(rr--,rr===0))return{tagContent:Ve.substring(tr,jt),i:ar};jt=ar}else if(Ve[jt+1]==="?")jt=Fe(Ve,"?>",jt+1,"StopNode is not closed.");else if(Ve.substr(jt+1,3)==="!--")jt=Fe(Ve,"-->",jt+3,"StopNode is not closed.");else if(Ve.substr(jt+1,2)==="![")jt=Fe(Ve,"]]>",jt,"StopNode is not closed.")-2;else{const ar=Ue(Ve,jt,">");ar&&((ar&&ar.tagName)===qe&&ar.tagExp[ar.tagExp.length-1]!=="/"&&rr++,jt=ar.closeIndex)}}function Et(Ve,qe,jt){if(qe&&typeof Ve=="string"){const tr=Ve.trim();return tr==="true"?!0:tr==="false"?!1:V(Ve,jt)}else return L.isExist(Ve)?Ve:""}y.exports=z},"./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js":function(y,n,k){const{buildOptions:L}=k("./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js"),$=k("./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js"),{prettify:j}=k("./node_modules/fast-xml-parser/src/xmlparser/node2json.js"),V=k("./node_modules/fast-xml-parser/src/validator.js");class z{constructor(ie){this.externalEntities={},this.options=L(ie)}parse(ie,oe){if(typeof ie!="string")if(ie.toString)ie=ie.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(oe){oe===!0&&(oe={});const pe=V.validate(ie,oe);if(pe!==!0)throw Error(`${pe.err.msg}:${pe.err.line}:${pe.err.col}`)}const ue=new $(this.options);ue.addExternalEntities(this.externalEntities);const de=ue.parseXml(ie);return this.options.preserveOrder||de===void 0?de:j(de,this.options)}addEntity(ie,oe){if(oe.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(ie.indexOf("&")!==-1||ie.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for ' '");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;pe0&&(de[ie.textNodeName]=ue):ue!==void 0&&(de[ie.textNodeName]=ue),de}function j(re){const ie=Object.keys(re);for(let oe=0;oe0?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=[];++de1)for(var Fe=1;Fe0&&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(Ve,qe){var jt=this,tr=new V,rr=Ve.TaskId,ar=Ve.Bucket,nr=Ve.Region,ur=Ve.Key,cr=Ve.Body,_r=Ve.ChunkSize||Ve.SliceSize||jt.options.ChunkSize,hr=Ve.AsyncLimit,Er=Ve.StorageClass,kr=Ve.ServerSideEncryption,xr,yr,vr=Ve.onHashProgress,Rr=Ve.tracker;Rr&&Rr.setParams({chunkSize:_r}),tr.on("error",function(Br){if(jt._isRunningTask(rr))return Br.UploadId=Ve.UploadData.UploadId||"",qe(Br)}),tr.on("upload_complete",function(Br){var mr=z.extend({UploadId:Ve.UploadData.UploadId||""},Br);qe(null,mr)}),tr.on("upload_slice_complete",function(Br){var mr={};z.each(Ve.Headers,function(gr,jr){var Hr=jr.toLowerCase();(Hr.indexOf("x-cos-meta-")===0||["pic-operations","x-cos-callback","x-cos-callback-var","x-cos-return-body"].includes(Hr))&&(mr[jr]=gr)}),_e.call(jt,{Bucket:ar,Region:nr,Key:ur,UploadId:Br.UploadId,SliceList:Br.SliceList,Headers:mr,tracker:Rr},function(gr,jr){if(jt._isRunningTask(rr)){if($.removeUsing(Br.UploadId),gr)return yr(null,!0),tr.emit("error",gr);$.removeUploadId.call(jt,Br.UploadId),yr({loaded:xr,total:xr},!0),tr.emit("upload_complete",jr)}})}),tr.on("get_upload_data_finish",function(Br){var mr=$.getFileId(cr,Ve.ChunkSize,ar,ur);mr&&$.saveUploadId.call(jt,mr,Br.UploadId,jt.options.UploadIdCacheLimit),$.setUsing(Br.UploadId),yr(null,!0),pe.call(jt,{TaskId:rr,Bucket:ar,Region:nr,Key:ur,Body:cr,FileSize:xr,SliceSize:_r,AsyncLimit:hr,ServerSideEncryption:kr,UploadData:Br,Headers:Ve.Headers,onProgress:yr,tracker:Rr},function(gr,jr){if(jt._isRunningTask(rr)){if(gr)return yr(null,!0),tr.emit("error",gr);tr.emit("upload_slice_complete",jr)}})}),tr.on("get_file_size_finish",function(){if(yr=z.throttleOnProgress.call(jt,xr,Ve.onProgress),Ve.UploadData.UploadId)tr.emit("get_upload_data_finish",Ve.UploadData);else{var Br=z.extend({TaskId:rr,Bucket:ar,Region:nr,Key:ur,Headers:Ve.Headers,StorageClass:Er,Body:cr,FileSize:xr,SliceSize:_r,onHashProgress:vr,tracker:Rr},Ve);oe.call(jt,Br,function(mr,gr){if(jt._isRunningTask(rr)){if(mr)return tr.emit("error",mr);Ve.UploadData.UploadId=gr.UploadId,Ve.UploadData.PartList=gr.PartList,tr.emit("get_upload_data_finish",Ve.UploadData)}})}}),xr=Ve.ContentLength,delete Ve.ContentLength,!Ve.Headers&&(Ve.Headers={}),z.each(Ve.Headers,function(Br,mr){mr.toLowerCase()==="content-length"&&delete Ve.Headers[mr]}),function(){for(var Br=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],mr=1024*1024,gr=0;grEr)return gr(null,!1);if(jr>1){var Hr=Math.max(mr[0].Size,mr[1].Size);if(Hr!==hr)return gr(null,!1)}var Ur=function zr(Sr){if(Sr=gr.length){Rr.emit("has_and_check_upload_id",Br);return}var zr=gr[Ur];if(!z.isInArray(Br,zr)){$.removeUploadId.call(ur,zr),Hr(Ur+1);return}if($.using[zr]){Hr(Ur+1);return}de.call(ur,{Bucket:tr,Region:rr,Key:ar,UploadId:zr,tracker:Ve.tracker},function(Sr,Tr){ur._isRunningTask(jt)&&(Sr?($.removeUploadId.call(ur,zr),Hr(Ur+1)):Rr.emit("upload_id_available",{UploadId:zr,PartList:Tr.PartList}))})};jr(0)}),Rr.on("get_remote_upload_id_list",function(){ue.call(ur,{Bucket:tr,Region:rr,Key:ar,tracker:Ve.tracker},function(Br,mr){if(ur._isRunningTask(jt)){if(Br)return Rr.emit("error",Br);var gr=z.filter(mr.UploadList,function(Ur){return Ur.Key===ar&&(!nr||Ur.StorageClass.toUpperCase()===nr.toUpperCase())}).reverse().map(function(Ur){return Ur.UploadId||Ur.UploadID});if(gr.length)Rr.emit("seek_local_avail_upload_id",gr);else{var jr=$.getFileId(Ve.Body,Ve.ChunkSize,tr,ar),Hr;jr&&(Hr=$.getUploadIdList.call(ur,jr))&&z.each(Hr,function(Ur){$.removeUploadId.call(ur,Ur)}),Rr.emit("no_available_upload_id")}}})}),Rr.emit("get_remote_upload_id_list")}function ue(Ve,qe){var jt=this,tr=[],rr={Bucket:Ve.Bucket,Region:Ve.Region,Prefix:Ve.Key,calledBySdk:Ve.calledBySdk||"sliceUploadFile",tracker:Ve.tracker},ar=function nr(){jt.multipartList(rr,function(ur,cr){if(ur)return qe(ur);tr.push.apply(tr,cr.Upload||[]),cr.IsTruncated==="true"?(rr.KeyMarker=cr.NextKeyMarker,rr.UploadIdMarker=cr.NextUploadIdMarker,nr()):qe(null,{UploadList:tr})})};ar()}function de(Ve,qe){var jt=this,tr=[],rr={Bucket:Ve.Bucket,Region:Ve.Region,Key:Ve.Key,UploadId:Ve.UploadId,calledBySdk:"sliceUploadFile",tracker:Ve.tracker},ar=function nr(){jt.multipartListPart(rr,function(ur,cr){if(ur)return qe(ur);tr.push.apply(tr,cr.Part||[]),cr.IsTruncated==="true"?(rr.PartNumberMarker=cr.NextPartNumberMarker,nr()):qe(null,{PartList:tr})})};ar()}function pe(Ve,qe){var jt=this,tr=Ve.TaskId,rr=Ve.Bucket,ar=Ve.Region,nr=Ve.Key,ur=Ve.UploadData,cr=Ve.FileSize,_r=Ve.SliceSize,hr=Math.min(Ve.AsyncLimit||jt.options.ChunkParallelLimit||1,256),Er=Ve.Body,kr=Math.ceil(cr/_r),xr=0,yr=Ve.ServerSideEncryption,vr=Ve.Headers,Rr=z.filter(ur.PartList,function(mr){return mr.Uploaded&&(xr+=mr.PartNumber>=kr&&cr%_r||_r),!mr.Uploaded}),Br=Ve.onProgress;j.eachLimit(Rr,hr,function(mr,gr){if(jt._isRunningTask(tr)){var jr=mr.PartNumber,Hr=Math.min(cr,mr.PartNumber*_r)-(mr.PartNumber-1)*_r,Ur=0;Ie.call(jt,{TaskId:tr,Bucket:rr,Region:ar,Key:nr,SliceSize:_r,FileSize:cr,PartNumber:jr,ServerSideEncryption:yr,Body:Er,UploadData:ur,Headers:vr,onProgress:function(Sr){xr+=Sr.loaded-Ur,Ur=Sr.loaded,Br({loaded:xr,total:cr})},tracker:Ve.tracker},function(zr,Sr){jt._isRunningTask(tr)&&(!zr&&!Sr.ETag&&(zr='get ETag error, please add "ETag" to CORS ExposeHeader setting.( 获取ETag失败,请在CORS ExposeHeader设置中添加ETag,请参考文档:https://cloud.tencent.com/document/product/436/13318 )'),zr?xr-=Ur:(xr+=Hr-Ur,mr.ETag=Sr.ETag),Br({loaded:xr,total:cr}),gr(zr||null,Sr))})}},function(mr){if(jt._isRunningTask(tr)){if(mr)return qe(mr);qe(null,{UploadId:ur.UploadId,SliceList:ur.PartList})}})}function Ie(Ve,qe){var jt=this,tr=Ve.TaskId,rr=Ve.Bucket,ar=Ve.Region,nr=Ve.Key,ur=Ve.FileSize,cr=Ve.Body,_r=Ve.PartNumber*1,hr=Ve.SliceSize,Er=Ve.ServerSideEncryption,kr=Ve.UploadData,xr=Ve.Headers||{},yr=jt.options.ChunkRetryTimes+1,vr=hr*(_r-1),Rr=hr,Br=vr+hr;Br>ur&&(Br=ur,Rr=Br-vr);var mr=["x-cos-traffic-limit","x-cos-mime-limit"],gr={};z.each(xr,function(Hr,Ur){mr.indexOf(Ur)>-1&&(gr[Ur]=Hr)});var jr=kr.PartList[_r-1];j.retry(yr,function(Hr){jt._isRunningTask(tr)&&z.fileSlice(cr,vr,Br,!0,function(Ur){jt.multipartUpload({TaskId:tr,Bucket:rr,Region:ar,Key:nr,ContentLength:Rr,PartNumber:_r,UploadId:kr.UploadId,ServerSideEncryption:Er,Body:Ur,Headers:gr,onProgress:Ve.onProgress,calledBySdk:"sliceUploadFile",tracker:Ve.tracker},function(zr,Sr){if(jt._isRunningTask(tr))return zr?Hr(zr):(jr.Uploaded=!0,Hr(null,Sr))})})},function(Hr,Ur){if(jt._isRunningTask(tr))return qe(Hr,Ur)})}function _e(Ve,qe){var jt=Ve.Bucket,tr=Ve.Region,rr=Ve.Key,ar=Ve.UploadId,nr=Ve.SliceList,ur=this,cr=this.options.ChunkRetryTimes+1,_r=Ve.Headers,hr=nr.map(function(Er){return{PartNumber:Er.PartNumber,ETag:Er.ETag}});j.retry(cr,function(Er){ur.multipartComplete({Bucket:jt,Region:tr,Key:rr,UploadId:ar,Parts:hr,Headers:_r,calledBySdk:"sliceUploadFile",tracker:Ve.tracker},Er)},function(Er,kr){qe(Er,kr)})}function Ce(Ve,qe){var jt=Ve.Bucket,tr=Ve.Region,rr=Ve.Key,ar=Ve.UploadId,nr=Ve.Level||"task",ur=Ve.AsyncLimit,cr=this,_r=new V;if(_r.on("error",function(hr){return qe(hr)}),_r.on("get_abort_array",function(hr){he.call(cr,{Bucket:jt,Region:tr,Key:rr,Headers:Ve.Headers,AsyncLimit:ur,AbortArray:hr},qe)}),nr==="bucket")ue.call(cr,{Bucket:jt,Region:tr,calledBySdk:"abortUploadTask"},function(hr,Er){if(hr)return qe(hr);_r.emit("get_abort_array",Er.UploadList||[])});else if(nr==="file"){if(!rr)return qe(z.error(new Error("abort_upload_task_no_key")));ue.call(cr,{Bucket:jt,Region:tr,Key:rr,calledBySdk:"abortUploadTask"},function(hr,Er){if(hr)return qe(hr);_r.emit("get_abort_array",Er.UploadList||[])})}else if(nr==="task"){if(!ar)return qe(z.error(new Error("abort_upload_task_no_id")));if(!rr)return qe(z.error(new Error("abort_upload_task_no_key")));_r.emit("get_abort_array",[{Key:rr,UploadId:ar}])}else return qe(z.error(new Error("abort_unknown_level")))}function he(Ve,qe){var jt=Ve.Bucket,tr=Ve.Region,rr=Ve.Key,ar=Ve.AbortArray,nr=Ve.AsyncLimit||1,ur=this,cr=0,_r=new Array(ar.length);j.eachLimit(ar,nr,function(hr,Er){var kr=cr;if(rr&&rr!==hr.Key){_r[kr]={error:{KeyNotMatch:!0}},Er(null);return}var xr=hr.UploadId||hr.UploadID;ur.multipartAbort({Bucket:jt,Region:tr,Key:hr.Key,Headers:Ve.Headers,UploadId:xr},function(yr){var vr={Bucket:jt,Region:tr,Key:hr.Key,UploadId:xr};_r[kr]={error:yr,task:vr},Er(null)}),cr++},function(hr){if(hr)return qe(hr);for(var Er=[],kr=[],xr=0,yr=_r.length;xrtr?"sliceUploadFile":"putObject";Ve.tracker=new re({Beacon:jt.options.BeaconReporter,clsReporter:jt.options.ClsReporter,bucket:Ve.Bucket,region:Ve.Region,apiName:"uploadFile",realApi:_r,fileKey:Ve.Key,fileSize:nr,accelerate:cr,deepTracker:jt.options.DeepTracker,customId:jt.options.CustomId,delay:jt.options.TrackerDelay})}z.each(Ve,function(vr,Rr){L(vr)!=="object"&&typeof vr!="function"&&(ur[Rr]=vr)});var hr=Ve.onTaskReady,Er=function(Rr){ur.TaskId=Rr,hr&&hr(Rr)};Ve.onTaskReady=Er;var kr=nr>tr?"sliceUploadFile":"putObject",xr=Ve.onFileFinish,yr=function(Rr,Br){Ve.tracker&&Ve.tracker.report(Rr,Br),xr&&xr(Rr,Br,ur),qe&&qe(Rr,Br)};rr.push({api:kr,params:Ve,callback:yr}),jt._addTasks(rr)}function Fe(Ve,qe){var jt=this,tr=Ve.SliceSize===void 0?jt.options.SliceSize:Ve.SliceSize,rr=0,ar=0,nr=z.throttleOnProgress.call(jt,ar,Ve.onProgress),ur=Ve.files.length,cr=Ve.onFileFinish,_r=Array(ur),hr=function(xr,yr,vr){nr(null,!0),cr&&cr(xr,yr,vr),_r[vr.Index]={options:vr,error:xr,data:yr},--ur<=0&&qe&&qe(null,{files:_r})},Er=[];z.each(Ve.files,function(kr,xr){(function(){var yr=kr.Body,vr=yr.size||yr.length||0,Rr={Index:xr,TaskId:""};if(!jt.options.UseRawKey&&kr.Key&&kr.Key.substr(0,1)==="/"&&(kr.Key=kr.Key.substr(1)),rr+=vr,jt.options.EnableReporter){var Br=jt.options.UseAccelerate||typeof jt.options.Domain=="string"&&jt.options.Domain.includes("accelerate."),mr=vr>tr?"sliceUploadFile":"putObject";kr.tracker=new re({Beacon:jt.options.BeaconReporter,clsReporter:jt.options.ClsReporter,bucket:kr.Bucket,region:kr.Region,apiName:"uploadFiles",realApi:mr,fileKey:kr.Key,fileSize:vr,accelerate:Br,deepTracker:jt.options.DeepTracker,customId:jt.options.CustomId,delay:jt.options.TrackerDelay})}z.each(kr,function(br,Cr){L(br)!=="object"&&typeof br!="function"&&(Rr[Cr]=br)});var gr=kr.onTaskReady,jr=function(Cr){Rr.TaskId=Cr,gr&&gr(Cr)};kr.onTaskReady=jr;var Hr=0,Ur=kr.onProgress,zr=function(Cr){ar=ar-Hr+Cr.loaded,Hr=Cr.loaded,Ur&&Ur(Cr),nr({loaded:ar,total:rr})};kr.onProgress=zr;var Sr=vr>tr?"sliceUploadFile":"putObject",Tr=kr.onFileFinish,Mr=function(Cr,Ir){kr.tracker&&kr.tracker.report(Cr,Ir),Tr&&Tr(Cr,Ir),hr&&hr(Cr,Ir,Rr)};Er.push({api:Sr,params:kr,callback:Mr})})()}),jt._addTasks(Er)}function Ue(Ve,qe){var jt=new V,tr=this,rr=Ve.Bucket,ar=Ve.Region,nr=Ve.Key,ur=Ve.CopySource,cr=z.getSourceParams.call(this,ur);if(!cr){qe(z.error(new Error("CopySource format error")));return}var _r=cr.Bucket,hr=cr.Region,Er=decodeURIComponent(cr.Key),kr=Ve.CopySliceSize===void 0?tr.options.CopySliceSize:Ve.CopySliceSize;kr=Math.max(0,kr);var xr=Ve.CopyChunkSize||this.options.CopyChunkSize,yr=this.options.CopyChunkParallelLimit,vr=this.options.ChunkRetryTimes+1,Rr=0,Br=0,mr,gr,jr={},Hr={},Ur={};jt.on("copy_slice_complete",function(zr){z.each(Ve.Headers,function(Tr,Mr){Mr.toLowerCase().indexOf("x-cos-meta-")});var Sr=z.map(zr.PartList,function(Tr){return{PartNumber:Tr.PartNumber,ETag:Tr.ETag}});j.retry(vr,function(Tr){tr.multipartComplete({Bucket:rr,Region:ar,Key:nr,UploadId:zr.UploadId,Parts:Sr,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},Tr)},function(Tr,Mr){if($.removeUsing(zr.UploadId),Tr)return gr(null,!0),qe(Tr);$.removeUploadId(zr.UploadId),gr({loaded:mr,total:mr},!0),qe(null,Mr)})}),jt.on("get_copy_data_finish",function(zr){var Sr=$.getCopyFileId(ur,jr,xr,rr,nr);Sr&&$.saveUploadId(Sr,zr.UploadId,tr.options.UploadIdCacheLimit),$.setUsing(zr.UploadId);var Tr=z.filter(zr.PartList,function(Mr){return Mr.Uploaded&&(Br+=Mr.PartNumber>=Rr&&mr%xr||xr),!Mr.Uploaded});j.eachLimit(Tr,yr,function(Mr,br){var Cr=Mr.PartNumber,Ir=Mr.CopySourceRange,Dr=Mr.end-Mr.start;j.retry(vr,function(Kr){kt.call(tr,{Bucket:rr,Region:ar,Key:nr,CopySource:ur,UploadId:zr.UploadId,PartNumber:Cr,CopySourceRange:Ir,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},Kr)},function(Kr,Wr){if(Kr)return br(Kr);Br+=Dr,gr({loaded:Br,total:mr}),Mr.ETag=Wr.ETag,br(Kr||null,Wr)})},function(Mr){if(Mr)return $.removeUsing(zr.UploadId),gr(null,!0),qe(Mr);jt.emit("copy_slice_complete",zr)})}),jt.on("get_chunk_size_finish",function(){var zr=function(){tr.multipartInit({Bucket:rr,Region:ar,Key:nr,Headers:Ur,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},function(Cr,Ir){if(Cr)return qe(Cr);Ve.UploadId=Ir.UploadId,jt.emit("get_copy_data_finish",{UploadId:Ve.UploadId,PartList:Ve.PartList})})},Sr=$.getCopyFileId(ur,jr,xr,rr,nr),Tr=$.getUploadIdList(Sr);if(!Sr||!Tr)return zr();var Mr=function br(Cr){if(Cr>=Tr.length)return zr();var Ir=Tr[Cr];if($.using[Ir])return br(Cr+1);de.call(tr,{Bucket:rr,Region:ar,Key:nr,UploadId:Ir,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},function(Dr,Kr){if(Dr)$.removeUploadId(Ir),br(Cr+1);else{if($.using[Ir])return br(Cr+1);var Wr={},Nr=0;z.each(Kr.PartList,function(Fr){var Qr=parseInt(Fr.Size),ca=Nr+Qr-1;Wr[Fr.PartNumber+"|"+Nr+"|"+ca]=Fr.ETag,Nr+=Qr}),z.each(Ve.PartList,function(Fr){var Qr=Wr[Fr.PartNumber+"|"+Fr.start+"|"+Fr.end];Qr&&(Fr.ETag=Qr,Fr.Uploaded=!0)}),jt.emit("get_copy_data_finish",{UploadId:Ir,PartList:Ve.PartList})}})};Mr(0)}),jt.on("get_file_size_finish",function(){if(function(){for(var Sr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Tr=1024*1024,Mr=0;MrCr.length&&(Hr[br]=Mr)}),jt.emit("get_file_size_finish")}})}function kt(Ve,qe){var jt=Ve.TaskId,tr=Ve.Bucket,rr=Ve.Region,ar=Ve.Key,nr=Ve.CopySource,ur=Ve.UploadId,cr=Ve.PartNumber*1,_r=Ve.CopySourceRange,hr=this.options.ChunkRetryTimes+1,Er=this;j.retry(hr,function(kr){Er.uploadPartCopy({TaskId:jt,Bucket:tr,Region:rr,Key:ar,CopySource:nr,UploadId:ur,PartNumber:cr,CopySourceRange:_r,tracker:Ve.tracker,calledBySdk:Ve.calledBySdk},function(xr,yr){kr(xr||null,yr)})},function(kr,xr){return qe(kr,xr)})}var Et={sliceUploadFile:ie,abortUploadTask:Ce,uploadFile:Ne,uploadFiles:Fe,sliceCopyFile:Ue};y.exports.init=function(Ve,qe){qe.transferToTaskMethod(Et,"sliceUploadFile"),z.each(Et,function(jt,tr){Ve.prototype[tr]=z.apiWrapper(tr,jt)})}},"./src/async.js":function(y,n){var k=function(V,z,re,ie){if(ie=ie||function(){},!V.length||z<=0)return ie();var oe=0,ue=0,de=0;(function pe(){if(oe>=V.length)return ie();for(;de=V.length?ie():pe())})})()},L=function(V,z,re){var ie=function oe(ue){z(function(de,pe){de&&ue"u"?"undefined":L(location))==="object"&&location.protocol==="http:"?"http:":"https:"),Ln=this.options.ServiceDomain,Vi=Lr.AppId||this.options.appId,Wi=Lr.Region;Ln?(Ln=Ln.replace(/\{\{AppId\}\}/gi,Vi||"").replace(/\{\{Region\}\}/gi,Wi||"").replace(/\{\{.*?\}\}/gi,""),/^[a-zA-Z]+:\/\//.test(Ln)||(Ln=hn+"//"+Ln),Ln.slice(-1)==="/"&&(Ln=Ln.slice(0,-1))):Wi?Ln=hn+"//cos."+Wi+".myqcloud.com":Ln=hn+"//service.cos.myqcloud.com";var pa="",Ki=Wi?"cos."+Wi+".myqcloud.com":"service.cos.myqcloud.com",Yo=Ln.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");Ki===Yo&&(pa=Ki),ps.call(this,{Action:"name/cos:GetService",url:Ln,method:"GET",headers:Lr.Headers,SignHost:pa,tracker:Lr.tracker},function(Eo,Fo){if(Eo)return Zn(Eo);var hs=Fo&&Fo.ListAllMyBucketsResult&&Fo.ListAllMyBucketsResult.Buckets&&Fo.ListAllMyBucketsResult.Buckets.Bucket||[];hs=j.isArray(hs)?hs:[hs];var An=Fo&&Fo.ListAllMyBucketsResult&&Fo.ListAllMyBucketsResult.Owner||{};Zn(null,{Buckets:hs,Owner:An,statusCode:Fo.statusCode,headers:Fo.headers})})}function z(Lr,Zn){var hn=this,Ln="";if(Lr.BucketAZConfig){var Vi={BucketAZConfig:Lr.BucketAZConfig};Ln=j.json2xml({CreateBucketConfiguration:Vi})}ps.call(this,{Action:"name/cos:PutBucket",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,body:Ln,tracker:Lr.tracker},function(Wi,pa){if(Wi)return Zn(Wi);var Ki=Lu({protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Lr.Bucket,region:Lr.Region,isLocation:!0});Zn(null,{Location:Ki,statusCode:pa.statusCode,headers:pa.headers})})}function re(Lr,Zn){ps.call(this,{Action:"name/cos:HeadBucket",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,method:"HEAD",tracker:Lr.tracker},Zn)}function ie(Lr,Zn){var hn={};hn.prefix=Lr.Prefix||"",hn.delimiter=Lr.Delimiter,hn.marker=Lr.Marker,hn["max-keys"]=Lr.MaxKeys,hn["encoding-type"]=Lr.EncodingType,ps.call(this,{Action:"name/cos:GetBucket",ResourceKey:hn.prefix,method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,qs:hn,tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);var Wi=Vi.ListBucketResult||{},pa=Wi.Contents||[],Ki=Wi.CommonPrefixes||[];pa=j.isArray(pa)?pa:[pa],Ki=j.isArray(Ki)?Ki:[Ki];var Yo=j.clone(Wi);j.extend(Yo,{Contents:pa,CommonPrefixes:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Yo)})}function oe(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucket",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,method:"DELETE",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function ue(Lr,Zn){var hn=Lr.Headers,Ln="";if(Lr.AccessControlPolicy){var Vi=j.clone(Lr.AccessControlPolicy||{}),Wi=Vi.Grants||Vi.Grant;Wi=j.isArray(Wi)?Wi:[Wi],delete Vi.Grant,delete Vi.Grants,Vi.AccessControlList={Grant:Wi},Ln=j.json2xml({AccessControlPolicy:Vi}),hn["Content-Type"]="application/xml",hn["Content-MD5"]=j.b64(j.md5(Ln))}j.each(hn,function(pa,Ki){Ki.indexOf("x-cos-grant-")===0&&(hn[Ki]=ju(hn[Ki]))}),ps.call(this,{Action:"name/cos:PutBucketACL",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,headers:hn,action:"acl",body:Ln,tracker:Lr.tracker},function(pa,Ki){if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function de(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketACL",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"acl",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=Ln.AccessControlPolicy||{},Wi=Vi.Owner||{},pa=Vi.AccessControlList.Grant||[];pa=j.isArray(pa)?pa:[pa];var Ki=xs(Vi);Ln.headers&&Ln.headers["x-cos-acl"]&&(Ki.ACL=Ln.headers["x-cos-acl"]),Ki=j.extend(Ki,{Owner:Wi,Grants:pa,statusCode:Ln.statusCode,headers:Ln.headers}),Zn(null,Ki)})}function pe(Lr,Zn){var hn=Lr.CORSConfiguration||{},Ln=hn.CORSRules||Lr.CORSRules||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]),j.each(Ln,function(Ki){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Yo){var Eo=Yo+"s",Fo=Ki[Eo]||Ki[Yo]||[];delete Ki[Eo],Ki[Yo]=j.isArray(Fo)?Fo:[Fo]})});var Vi={CORSRule:Ln};Lr.ResponseVary&&(Vi.ResponseVary=Lr.ResponseVary);var Wi=j.json2xml({CORSConfiguration:Vi}),pa=Lr.Headers;pa["Content-Type"]="application/xml",pa["Content-MD5"]=j.b64(j.md5(Wi)),ps.call(this,{Action:"name/cos:PutBucketCORS",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Wi,action:"cors",headers:pa,tracker:Lr.tracker},function(Ki,Yo){if(Ki)return Zn(Ki);Zn(null,{statusCode:Yo.statusCode,headers:Yo.headers})})}function Ie(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketCORS",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"cors",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&hn.error.Code==="NoSuchCORSConfiguration"){var Vi={CORSRules:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=Ln.CORSConfiguration||{},pa=Wi.CORSRules||Wi.CORSRule||[];pa=j.clone(j.isArray(pa)?pa:[pa]);var Ki=Wi.ResponseVary;j.each(pa,function(Yo){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Eo){var Fo=Eo+"s",hs=Yo[Fo]||Yo[Eo]||[];delete Yo[Eo],Yo[Fo]=j.isArray(hs)?hs:[hs]})}),Zn(null,{CORSRules:pa,ResponseVary:Ki,statusCode:Ln.statusCode,headers:Ln.headers})})}function _e(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketCORS",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"cors",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode||hn.statusCode,headers:Ln.headers})})}function Ce(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketLocation",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"location",tracker:Lr.tracker},Zn)}function he(Lr,Zn){var hn=Lr.Policy;try{typeof hn=="string"&&(hn=JSON.parse(hn))}catch{}if(!hn||typeof hn=="string")return Zn(j.error(new Error("Policy format error")));var Ln=JSON.stringify(hn);hn.version||(hn.version="2.0");var Vi=Lr.Headers;Vi["Content-Type"]="application/json",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketPolicy",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,action:"policy",body:Ln,headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi&&Wi.statusCode===204)return Zn(null,{statusCode:Wi.statusCode});if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function Ne(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketPolicy",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"policy",rawBody:!0,tracker:Lr.tracker},function(hn,Ln){if(hn)return hn.statusCode&&hn.statusCode===403?Zn(j.error(hn,{ErrorStatus:"Access Denied"})):hn.statusCode&&hn.statusCode===405?Zn(j.error(hn,{ErrorStatus:"Method Not Allowed"})):hn.statusCode&&hn.statusCode===404?Zn(j.error(hn,{ErrorStatus:"Policy Not Found"})):Zn(hn);var Vi={};try{Vi=JSON.parse(Ln.body)}catch{}Zn(null,{Policy:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Fe(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketPolicy",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"policy",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode||hn.statusCode,headers:Ln.headers})})}function Ue(Lr,Zn){var hn=Lr.Tagging||{},Ln=hn.TagSet||hn.Tags||Lr.Tags||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]);var Vi=j.json2xml({Tagging:{TagSet:{Tag:Ln}}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketTagging",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"tagging",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function kt(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketTagging",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"tagging",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&(hn.error==="Not Found"||hn.error.Code==="NoSuchTagSet")){var Vi={Tags:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=[];try{Wi=Ln.Tagging.TagSet.Tag||[]}catch{}Wi=j.clone(j.isArray(Wi)?Wi:[Wi]),Zn(null,{Tags:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Et(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketTagging",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"tagging",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Ve(Lr,Zn){var hn=Lr.LifecycleConfiguration||{},Ln=hn.Rules||Lr.Rules||[];Ln=j.clone(Ln);var Vi=j.json2xml({LifecycleConfiguration:{Rule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketLifecycle",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"lifecycle",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function qe(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketLifecycle",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"lifecycle",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&hn.error.Code==="NoSuchLifecycleConfiguration"){var Vi={Rules:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=[];try{Wi=Ln.LifecycleConfiguration.Rule||[]}catch{}Wi=j.clone(j.isArray(Wi)?Wi:[Wi]),Zn(null,{Rules:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function jt(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketLifecycle",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"lifecycle",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function tr(Lr,Zn){if(!Lr.VersioningConfiguration){Zn(j.error(new Error("missing param VersioningConfiguration")));return}var hn=Lr.VersioningConfiguration||{},Ln=j.json2xml({VersioningConfiguration:hn}),Vi=Lr.Headers;Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketVersioning",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Ln,action:"versioning",headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi&&Wi.statusCode===204)return Zn(null,{statusCode:Wi.statusCode});if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function rr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketVersioning",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"versioning",tracker:Lr.tracker},function(hn,Ln){hn||!Ln.VersioningConfiguration&&(Ln.VersioningConfiguration={}),Zn(hn,Ln)})}function ar(Lr,Zn){var hn=j.clone(Lr.ReplicationConfiguration),Ln=j.json2xml({ReplicationConfiguration:hn});Ln=Ln.replace(/<(\/?)Rules>/gi,"<$1Rule>"),Ln=Ln.replace(/<(\/?)Tags>/gi,"<$1Tag>");var Vi=Lr.Headers;Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketReplication",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Ln,action:"replication",headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi&&Wi.statusCode===204)return Zn(null,{statusCode:Wi.statusCode});if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function nr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketReplication",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"replication",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&(hn.error==="Not Found"||hn.error.Code==="ReplicationConfigurationnotFoundError")){var Vi={ReplicationConfiguration:{Rules:[]},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}!Ln.ReplicationConfiguration&&(Ln.ReplicationConfiguration={}),Ln.ReplicationConfiguration.Rule&&(Ln.ReplicationConfiguration.Rules=j.makeArray(Ln.ReplicationConfiguration.Rule),delete Ln.ReplicationConfiguration.Rule),Zn(hn,Ln)})}function ur(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"replication",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function cr(Lr,Zn){if(!Lr.WebsiteConfiguration){Zn(j.error(new Error("missing param WebsiteConfiguration")));return}var hn=j.clone(Lr.WebsiteConfiguration||{}),Ln=hn.RoutingRules||hn.RoutingRule||[];Ln=j.isArray(Ln)?Ln:[Ln],delete hn.RoutingRule,delete hn.RoutingRules,Ln.length&&(hn.RoutingRules={RoutingRule:Ln});var Vi=j.json2xml({WebsiteConfiguration:hn}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketWebsite",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"website",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function _r(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketWebsite",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"website",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error.Code==="NoSuchWebsiteConfiguration"){var Vi={WebsiteConfiguration:{},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=Ln.WebsiteConfiguration||{};if(Wi.RoutingRules){var pa=j.clone(Wi.RoutingRules.RoutingRule||[]);pa=j.makeArray(pa),Wi.RoutingRules=pa}Zn(null,{WebsiteConfiguration:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function hr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketWebsite",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"website",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Er(Lr,Zn){if(!Lr.RefererConfiguration){Zn(j.error(new Error("missing param RefererConfiguration")));return}var hn=j.clone(Lr.RefererConfiguration||{}),Ln=hn.DomainList||{},Vi=Ln.Domains||Ln.Domain||[];Vi=j.isArray(Vi)?Vi:[Vi],Vi.length&&(hn.DomainList={Domain:Vi});var Wi=j.json2xml({RefererConfiguration:hn}),pa=Lr.Headers;pa["Content-Type"]="application/xml",pa["Content-MD5"]=j.b64(j.md5(Wi)),ps.call(this,{Action:"name/cos:PutBucketReferer",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Wi,action:"referer",headers:pa,tracker:Lr.tracker},function(Ki,Yo){if(Ki&&Ki.statusCode===204)return Zn(null,{statusCode:Ki.statusCode});if(Ki)return Zn(Ki);Zn(null,{statusCode:Yo.statusCode,headers:Yo.headers})})}function kr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketReferer",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"referer",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error.Code==="NoSuchRefererConfiguration"){var Vi={WebsiteConfiguration:{},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=Ln.RefererConfiguration||{};if(Wi.DomainList){var pa=j.makeArray(Wi.DomainList.Domain||[]);Wi.DomainList={Domains:pa}}Zn(null,{RefererConfiguration:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function xr(Lr,Zn){var hn=Lr.DomainConfiguration||{},Ln=hn.DomainRule||Lr.DomainRule||[];Ln=j.clone(Ln);var Vi=j.json2xml({DomainConfiguration:{DomainRule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketDomain",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"domain",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function yr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketDomain",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"domain",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=[];try{Vi=Ln.DomainConfiguration.DomainRule||[]}catch{}Vi=j.clone(j.isArray(Vi)?Vi:[Vi]),Zn(null,{DomainRule:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function vr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketDomain",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"domain",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Rr(Lr,Zn){var hn=Lr.OriginConfiguration||{},Ln=hn.OriginRule||Lr.OriginRule||[];Ln=j.clone(Ln);var Vi=j.json2xml({OriginConfiguration:{OriginRule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketOrigin",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"origin",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Br(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketOrigin",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"origin",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=[];try{Vi=Ln.OriginConfiguration.OriginRule||[]}catch{}Vi=j.clone(j.isArray(Vi)?Vi:[Vi]),Zn(null,{OriginRule:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function mr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketOrigin",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"origin",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function gr(Lr,Zn){var hn=j.json2xml({BucketLoggingStatus:Lr.BucketLoggingStatus||""}),Ln=Lr.Headers;Ln["Content-Type"]="application/xml",Ln["Content-MD5"]=j.b64(j.md5(hn)),ps.call(this,{Action:"name/cos:PutBucketLogging",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:hn,action:"logging",headers:Ln,tracker:Lr.tracker},function(Vi,Wi){if(Vi&&Vi.statusCode===204)return Zn(null,{statusCode:Vi.statusCode});if(Vi)return Zn(Vi);Zn(null,{statusCode:Wi.statusCode,headers:Wi.headers})})}function jr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketLogging",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"logging",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);Zn(null,{BucketLoggingStatus:Ln.BucketLoggingStatus,statusCode:Ln.statusCode,headers:Ln.headers})})}function Hr(Lr,Zn,hn){var Ln=j.clone(Zn.InventoryConfiguration);if(Ln.OptionalFields){var Vi=Ln.OptionalFields||[];Ln.OptionalFields={Field:Vi}}if(Ln.Destination&&Ln.Destination.COSBucketDestination&&Ln.Destination.COSBucketDestination.Encryption){var Wi=Ln.Destination.COSBucketDestination.Encryption;Object.keys(Wi).indexOf("SSECOS")>-1&&(Wi["SSE-COS"]=Wi.SSECOS,delete Wi.SSECOS)}var pa=j.json2xml({InventoryConfiguration:Ln}),Ki=Zn.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(pa));var Yo=Lr==="PUT"?"name/cos:PutBucketInventory":"name/cos:PostBucketInventory";ps.call(this,{Action:Yo,method:Lr,Bucket:Zn.Bucket,Region:Zn.Region,body:pa,action:"inventory",qs:{id:Zn.Id},headers:Ki,tracker:Zn.tracker},function(Eo,Fo){if(Eo&&Eo.statusCode===204)return hn(null,{statusCode:Eo.statusCode});if(Eo)return hn(Eo);hn(null,{statusCode:Fo.statusCode,headers:Fo.headers})})}function Ur(Lr,Zn){return Hr.call(this,"PUT",Lr,Zn)}function zr(Lr,Zn){return Hr.call(this,"POST",Lr,Zn)}function Sr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketInventory",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"inventory",qs:{id:Lr.Id},tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=Ln.InventoryConfiguration;if(Vi&&Vi.OptionalFields&&Vi.OptionalFields.Field){var Wi=Vi.OptionalFields.Field;j.isArray(Wi)||(Wi=[Wi]),Vi.OptionalFields=Wi}if(Vi.Destination&&Vi.Destination.COSBucketDestination&&Vi.Destination.COSBucketDestination.Encryption){var pa=Vi.Destination.COSBucketDestination.Encryption;Object.keys(pa).indexOf("SSE-COS")>-1&&(pa.SSECOS=pa["SSE-COS"],delete pa["SSE-COS"])}Zn(null,{InventoryConfiguration:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Tr(Lr,Zn){ps.call(this,{Action:"name/cos:ListBucketInventory",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"inventory",qs:{"continuation-token":Lr.ContinuationToken},tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=Ln.ListInventoryConfigurationResult,Wi=Vi.InventoryConfiguration||[];Wi=j.isArray(Wi)?Wi:[Wi],delete Vi.InventoryConfiguration,j.each(Wi,function(pa){if(pa&&pa.OptionalFields&&pa.OptionalFields.Field){var Ki=pa.OptionalFields.Field;j.isArray(Ki)||(Ki=[Ki]),pa.OptionalFields=Ki}if(pa.Destination&&pa.Destination.COSBucketDestination&&pa.Destination.COSBucketDestination.Encryption){var Yo=pa.Destination.COSBucketDestination.Encryption;Object.keys(Yo).indexOf("SSE-COS")>-1&&(Yo.SSECOS=Yo["SSE-COS"],delete Yo["SSE-COS"])}}),Vi.InventoryConfigurations=Wi,j.extend(Vi,{statusCode:Ln.statusCode,headers:Ln.headers}),Zn(null,Vi)})}function Mr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketInventory",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"inventory",qs:{id:Lr.Id},tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function br(Lr,Zn){if(!Lr.AccelerateConfiguration){Zn(j.error(new Error("missing param AccelerateConfiguration")));return}var hn={AccelerateConfiguration:Lr.AccelerateConfiguration||{}},Ln=j.json2xml(hn),Vi={};Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketAccelerate",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Ln,action:"accelerate",headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function Cr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketAccelerate",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,action:"accelerate",tracker:Lr.tracker},function(hn,Ln){hn||!Ln.AccelerateConfiguration&&(Ln.AccelerateConfiguration={}),Zn(hn,Ln)})}function Ir(Lr,Zn){var hn=Lr.ServerSideEncryptionConfiguration||{},Ln=hn.Rule||hn.Rules||[],Vi=j.json2xml({ServerSideEncryptionConfiguration:{Rule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketEncryption",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"encryption",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Dr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketEncryption",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"encryption",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.code==="NoSuchEncryptionConfiguration"){var Vi={EncryptionConfiguration:{Rules:[]},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=j.makeArray(Ln.EncryptionConfiguration&&Ln.EncryptionConfiguration.Rule||[]);Ln.EncryptionConfiguration={Rules:Wi},Zn(hn,Ln)})}function Kr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"encryption",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Wr(Lr,Zn){ps.call(this,{Action:"name/cos:HeadObject",method:"HEAD",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,headers:Lr.Headers,tracker:Lr.tracker},function(hn,Ln){if(hn){var Vi=hn.statusCode;return Lr.Headers["If-Modified-Since"]&&Vi&&Vi===304?Zn(null,{NotModified:!0,statusCode:Vi}):Zn(hn)}Ln.ETag=j.attr(Ln.headers,"etag",""),Zn(null,Ln)})}function Nr(Lr,Zn){var hn={};hn.prefix=Lr.Prefix||"",hn.delimiter=Lr.Delimiter,hn["key-marker"]=Lr.KeyMarker,hn["version-id-marker"]=Lr.VersionIdMarker,hn["max-keys"]=Lr.MaxKeys,hn["encoding-type"]=Lr.EncodingType,ps.call(this,{Action:"name/cos:GetBucketObjectVersions",ResourceKey:hn.prefix,method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,qs:hn,action:"versions",tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);var Wi=Vi.ListVersionsResult||{},pa=Wi.DeleteMarker||[];pa=j.isArray(pa)?pa:[pa];var Ki=Wi.Version||[];Ki=j.isArray(Ki)?Ki:[Ki];var Yo=j.clone(Wi);delete Yo.DeleteMarker,delete Yo.Version,j.extend(Yo,{DeleteMarkers:pa,Versions:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Yo)})}function Fr(Lr,Zn){if(this.options.ObjectKeySimplifyCheck){var hn=j.simplifyPath(Lr.Key);if(hn==="/"){Zn(j.error(new Error("The Getobject Key is illegal")));return}}var Ln=Lr.Query||{},Vi=Lr.QueryString||"",Wi=j.throttleOnProgress.call(this,0,Lr.onProgress),pa=Lr.tracker;pa&&pa.setParams({signStartTime:new Date().getTime()}),Ln["response-content-type"]=Lr.ResponseContentType,Ln["response-content-language"]=Lr.ResponseContentLanguage,Ln["response-expires"]=Lr.ResponseExpires,Ln["response-cache-control"]=Lr.ResponseCacheControl,Ln["response-content-disposition"]=Lr.ResponseContentDisposition,Ln["response-content-encoding"]=Lr.ResponseContentEncoding,ps.call(this,{Action:"name/cos:GetObject",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,DataType:Lr.DataType,headers:Lr.Headers,qs:Ln,qsStr:Vi,rawBody:!0,onDownloadProgress:Wi,tracker:pa},function(Ki,Yo){if(Wi(null,!0),Ki){var Eo=Ki.statusCode;return Lr.Headers["If-Modified-Since"]&&Eo&&Eo===304?Zn(null,{NotModified:!0}):Zn(Ki)}Zn(null,{Body:Yo.body,ETag:j.attr(Yo.headers,"etag",""),statusCode:Yo.statusCode,headers:Yo.headers})})}function Qr(Lr,Zn){var hn=this,Ln=Lr.ContentLength,Vi=j.throttleOnProgress.call(hn,Ln,Lr.onProgress),Wi=Lr.Headers;!Wi["Cache-Control"]&&!Wi["cache-control"]&&(Wi["Cache-Control"]=""),!Wi["Content-Type"]&&!Wi["content-type"]&&(Wi["Content-Type"]=Lr.Body&&Lr.Body.type||"");var pa=Lr.UploadAddMetaMd5||hn.options.UploadAddMetaMd5||hn.options.UploadCheckContentMd5,Ki=Lr.tracker;pa&&Ki&&Ki.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(pa,Lr.Body,function(Yo){Yo&&(Ki&&Ki.setParams({md5EndTime:new Date().getTime()}),hn.options.UploadCheckContentMd5&&(Wi["Content-MD5"]=j.b64(Yo)),(Lr.UploadAddMetaMd5||hn.options.UploadAddMetaMd5)&&(Wi["x-cos-meta-md5"]=Yo)),Lr.ContentLength!==void 0&&(Wi["Content-Length"]=Lr.ContentLength),Vi(null,!0),ps.call(hn,{Action:"name/cos:PutObject",TaskId:Lr.TaskId,method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,qs:Lr.Query,body:Lr.Body,onProgress:Vi,tracker:Ki},function(Eo,Fo){if(Eo)return Vi(null,!0),Zn(Eo);Vi({loaded:Ln,total:Ln},!0);var hs=Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Lr.Bucket,region:hn.options.UseAccelerate?"accelerate":Lr.Region,object:Lr.Key});hs=hs.substr(hs.indexOf("://")+3),Fo.Location=hs,Fo.ETag=j.attr(Fo.headers,"etag",""),Zn(null,Fo)})},Lr.onHashProgress)}function ca(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteObject",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,VersionId:Lr.VersionId,action:Lr.Recursive?"recursive":"",tracker:Lr.tracker},function(hn,Ln){if(hn){var Vi=hn.statusCode;return Vi&&Vi===404?Zn(null,{BucketNotFound:!0,statusCode:Vi}):Zn(hn)}Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Po(Lr,Zn){var hn={};Lr.VersionId&&(hn.versionId=Lr.VersionId),ps.call(this,{Action:"name/cos:GetObjectACL",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,qs:hn,action:"acl",tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);var Wi=Vi.AccessControlPolicy||{},pa=Wi.Owner||{},Ki=Wi.AccessControlList&&Wi.AccessControlList.Grant||[];Ki=j.isArray(Ki)?Ki:[Ki];var Yo=xs(Wi);delete Yo.GrantWrite,Vi.headers&&Vi.headers["x-cos-acl"]&&(Yo.ACL=Vi.headers["x-cos-acl"]),Yo=j.extend(Yo,{Owner:pa,Grants:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Yo)})}function Wa(Lr,Zn){var hn=Lr.Headers,Ln="";if(Lr.AccessControlPolicy){var Vi=j.clone(Lr.AccessControlPolicy||{}),Wi=Vi.Grants||Vi.Grant;Wi=j.isArray(Wi)?Wi:[Wi],delete Vi.Grant,delete Vi.Grants,Vi.AccessControlList={Grant:Wi},Ln=j.json2xml({AccessControlPolicy:Vi}),hn["Content-Type"]="application/xml",hn["Content-MD5"]=j.b64(j.md5(Ln))}j.each(hn,function(pa,Ki){Ki.indexOf("x-cos-grant-")===0&&(hn[Ki]=ju(hn[Ki]))}),ps.call(this,{Action:"name/cos:PutObjectACL",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,action:"acl",headers:hn,body:Ln,tracker:Lr.tracker},function(pa,Ki){if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Go(Lr,Zn){var hn=Lr.Headers;hn.Origin=Lr.Origin,hn["Access-Control-Request-Method"]=Lr.AccessControlRequestMethod,hn["Access-Control-Request-Headers"]=Lr.AccessControlRequestHeaders,ps.call(this,{Action:"name/cos:OptionsObject",method:"OPTIONS",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:hn,tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Ln.statusCode&&Ln.statusCode===403?Zn(null,{OptionsForbidden:!0,statusCode:Ln.statusCode}):Zn(Ln);var Wi=Vi.headers||{};Zn(null,{AccessControlAllowOrigin:Wi["access-control-allow-origin"],AccessControlAllowMethods:Wi["access-control-allow-methods"],AccessControlAllowHeaders:Wi["access-control-allow-headers"],AccessControlExposeHeaders:Wi["access-control-expose-headers"],AccessControlMaxAge:Wi["access-control-max-age"],statusCode:Vi.statusCode,headers:Vi.headers})})}function us(Lr,Zn){var hn=this,Ln=Lr.Headers;!Ln["Cache-Control"]&&!Ln["cache-control"]&&(Ln["Cache-Control"]="");var Vi=Lr.CopySource||"",Wi=j.getSourceParams.call(this,Vi);if(!Wi){Zn(j.error(new Error("CopySource format error")));return}var pa=Wi.Bucket,Ki=Wi.Region,Yo=decodeURIComponent(Wi.Key);ps.call(this,{Scope:[{action:"name/cos:GetObject",bucket:pa,region:Ki,prefix:Yo},{action:"name/cos:PutObject",bucket:Lr.Bucket,region:Lr.Region,prefix:Lr.Key}],method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,headers:Lr.Headers,tracker:Lr.tracker},function(Eo,Fo){if(Eo)return Zn(Eo);var hs=j.clone(Fo.CopyObjectResult||{}),An=Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Lr.Bucket,region:Lr.Region,object:Lr.Key,isLocation:!0});j.extend(hs,{Location:An,statusCode:Fo.statusCode,headers:Fo.headers}),Zn(null,hs)})}function Kn(Lr,Zn){var hn=Lr.CopySource||"",Ln=j.getSourceParams.call(this,hn);if(!Ln){Zn(j.error(new Error("CopySource format error")));return}var Vi=Ln.Bucket,Wi=Ln.Region,pa=decodeURIComponent(Ln.Key);ps.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Vi,region:Wi,prefix:pa},{action:"name/cos:PutObject",bucket:Lr.Bucket,region:Lr.Region,prefix:Lr.Key}],method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,qs:{partNumber:Lr.PartNumber,uploadId:Lr.UploadId},headers:Lr.Headers,tracker:Lr.tracker},function(Ki,Yo){if(Ki)return Zn(Ki);var Eo=j.clone(Yo.CopyPartResult||{});j.extend(Eo,{statusCode:Yo.statusCode,headers:Yo.headers}),Zn(null,Eo)})}function Gr(Lr,Zn){var hn=Lr.Objects||[],Ln=Lr.Quiet;hn=j.isArray(hn)?hn:[hn];var Vi=j.json2xml({Delete:{Object:hn,Quiet:Ln||!1}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi));var pa=j.map(hn,function(Ki){return{action:"name/cos:DeleteObject",bucket:Lr.Bucket,region:Lr.Region,prefix:Ki.Key}});ps.call(this,{Scope:pa,method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"delete",headers:Wi,tracker:Lr.tracker},function(Ki,Yo){if(Ki)return Zn(Ki);var Eo=Yo.DeleteResult||{},Fo=Eo.Deleted||[],hs=Eo.Error||[];Fo=j.isArray(Fo)?Fo:[Fo],hs=j.isArray(hs)?hs:[hs];var An=j.clone(Eo);j.extend(An,{Error:hs,Deleted:Fo,statusCode:Yo.statusCode,headers:Yo.headers}),Zn(null,An)})}function Ar(Lr,Zn){var hn=Lr.Headers;if(!Lr.RestoreRequest){Zn(j.error(new Error("missing param RestoreRequest")));return}var Ln=Lr.RestoreRequest||{},Vi=j.json2xml({RestoreRequest:Ln});hn["Content-Type"]="application/xml",hn["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:RestoreObject",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,body:Vi,action:"restore",headers:hn,tracker:Lr.tracker},Zn)}function On(Lr,Zn){var hn=Lr.Tagging||{},Ln=hn.TagSet||hn.Tags||Lr.Tags||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]);var Vi=j.json2xml({Tagging:{TagSet:{Tag:Ln}}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutObjectTagging",method:"PUT",Bucket:Lr.Bucket,Key:Lr.Key,Region:Lr.Region,body:Vi,action:"tagging",headers:Wi,VersionId:Lr.VersionId,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function kn(Lr,Zn){ps.call(this,{Action:"name/cos:GetObjectTagging",method:"GET",Key:Lr.Key,Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"tagging",VersionId:Lr.VersionId,tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&(hn.error==="Not Found"||hn.error.Code==="NoSuchTagSet")){var Vi={Tags:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=[];try{Wi=Ln.Tagging.TagSet.Tag||[]}catch{}Wi=j.clone(j.isArray(Wi)?Wi:[Wi]),Zn(null,{Tags:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Sa(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteObjectTagging",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"tagging",VersionId:Lr.VersionId,tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function sa(Lr,Zn){var hn=Lr.SelectType;if(!hn)return Zn(j.error(new Error("missing param SelectType")));var Ln=Lr.SelectRequest||{},Vi=j.json2xml({SelectRequest:Ln}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:GetObject",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"select",qs:{"select-type":Lr.SelectType},VersionId:Lr.VersionId,body:Vi,DataType:"arraybuffer",rawBody:!0,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);var Yo=j.parseSelectPayload(Ki.body);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers,Body:Yo.body,Payload:Yo.payload})})}function qa(Lr,Zn){var hn=this,Ln=Lr.Headers,Vi=Lr.tracker;!Ln["Cache-Control"]&&!Ln["cache-control"]&&(Ln["Cache-Control"]=""),!Ln["Content-Type"]&&!Ln["content-type"]&&(Ln["Content-Type"]=Lr.Body&&Lr.Body.type||"");var Wi=Lr.Body&&(Lr.UploadAddMetaMd5||hn.options.UploadAddMetaMd5);Wi&&Vi&&Vi.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Wi,Lr.Body,function(pa){pa&&(Lr.Headers["x-cos-meta-md5"]=pa),Wi&&Vi&&Vi.setParams({md5EndTime:new Date().getTime()}),ps.call(hn,{Action:"name/cos:InitiateMultipartUpload",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,action:"uploads",headers:Lr.Headers,qs:Lr.Query,tracker:Vi},function(Ki,Yo){if(Ki)return Vi&&Vi.parent&&Vi.parent.setParams({errorNode:"multipartInit"}),Zn(Ki);if(Yo=j.clone(Yo||{}),Yo&&Yo.InitiateMultipartUploadResult)return Zn(null,j.extend(Yo.InitiateMultipartUploadResult,{statusCode:Yo.statusCode,headers:Yo.headers}));Zn(null,Yo)})},Lr.onHashProgress)}function To(Lr,Zn){var hn=this;j.getFileSize("multipartUpload",Lr,function(){var Ln=Lr.tracker,Vi=hn.options.UploadCheckContentMd5;Vi&&Ln&&Ln.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Vi,Lr.Body,function(Wi){Wi&&(Lr.Headers["Content-MD5"]=j.b64(Wi)),Vi&&Ln&&Ln.setParams({md5EndTime:new Date().getTime()}),Ln&&Ln.setParams({partNumber:Lr.PartNumber}),ps.call(hn,{Action:"name/cos:UploadPart",TaskId:Lr.TaskId,method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,qs:{partNumber:Lr.PartNumber,uploadId:Lr.UploadId},headers:Lr.Headers,onProgress:Lr.onProgress,body:Lr.Body||null,tracker:Ln},function(pa,Ki){if(pa)return Ln&&Ln.parent&&Ln.parent.setParams({errorNode:"multipartUpload"}),Zn(pa);Zn(null,{ETag:j.attr(Ki.headers,"etag",""),statusCode:Ki.statusCode,headers:Ki.headers})})})})}function Hi(Lr,Zn){for(var hn=this,Ln=Lr.UploadId,Vi=Lr.Parts,Wi=Lr.tracker,pa=0,Ki=Vi.length;pa-1?hs(Fo.Authorization):"sign="+encodeURIComponent(Fo.Authorization)),Fo.SecurityToken&&(An+="&x-cos-security-token="+Fo.SecurityToken),Fo.ClientIP&&(An+="&clientIP="+Fo.ClientIP),Fo.ClientUA&&(An+="&clientUA="+Fo.ClientUA),Fo.Token&&(An+="&token="+Fo.Token),Wi&&(An+="&"+Wi),setTimeout(function(){Zn(null,{Url:An})})}});return Yo?(pa+="?"+Yo.Authorization+(Yo.SecurityToken?"&x-cos-security-token="+Yo.SecurityToken:""),Wi&&(pa+="&"+Wi)):Wi&&(pa+="?"+Wi),pa}function xs(Lr){var Zn={GrantFullControl:[],GrantWrite:[],GrantRead:[],GrantReadAcp:[],GrantWriteAcp:[],ACL:""},hn={FULL_CONTROL:"GrantFullControl",WRITE:"GrantWrite",READ:"GrantRead",READ_ACP:"GrantReadAcp",WRITE_ACP:"GrantWriteAcp"},Ln=Lr&&Lr.AccessControlList||{},Vi=Ln.Grant;Vi&&(Vi=j.isArray(Vi)?Vi:[Vi]);var Wi={READ:0,WRITE:0,FULL_CONTROL:0};return Vi&&Vi.length&&j.each(Vi,function(pa){pa.Grantee.ID==="qcs::cam::anyone:anyone"||pa.Grantee.URI==="http://cam.qcloud.com/groups/global/AllUsers"?Wi[pa.Permission]=1:pa.Grantee.ID!==Lr.Owner.ID&&Zn[hn[pa.Permission]].push('id="'+pa.Grantee.ID+'"')}),Wi.FULL_CONTROL||Wi.WRITE&&Wi.READ?Zn.ACL="public-read-write":Wi.READ?Zn.ACL="public-read":Zn.ACL="private",j.each(hn,function(pa){Zn[pa]=ju(Zn[pa].join(","))}),Zn}function ju(Lr){var Zn=Lr.split(","),hn={},Ln,Vi;for(Ln=0;Ln"u"?"undefined":L(location))==="object"&&location.protocol==="http:"?"http:":"https:");Wi||(["cn-south","cn-south-2","cn-north","cn-east","cn-southwest","sg"].indexOf(Zn)>-1?Wi="{Region}.myqcloud.com":Wi="cos.{Region}.myqcloud.com",Lr.ForcePathStyle||(Wi="{Bucket}."+Wi)),Wi=Wi.replace(/\{\{AppId\}\}/gi,Vi).replace(/\{\{Bucket\}\}/gi,Ln).replace(/\{\{Region\}\}/gi,Zn).replace(/\{\{.*?\}\}/gi,""),Wi=Wi.replace(/\{AppId\}/gi,Vi).replace(/\{BucketName\}/gi,Ln).replace(/\{Bucket\}/gi,hn).replace(/\{Region\}/gi,Zn).replace(/\{.*?\}/gi,""),/^[a-zA-Z]+:\/\//.test(Wi)||(Wi=Ki+"//"+Wi),Wi.slice(-1)==="/"&&(Wi=Wi.slice(0,-1));var Yo=Wi;return Lr.ForcePathStyle&&(Yo+="/"+hn),Yo+="/",pa&&(Yo+=j.camSafeUrlEncode(pa).replace(/%2F/g,"/")),Lr.isLocation&&(Yo=Yo.replace(/^https?:\/\//,"")),Yo}var Pc=function(Zn){if(!Zn.Bucket||!Zn.Region)return"";var hn=Zn.UseAccelerate===void 0?this.options.UseAccelerate:Zn.UseAccelerate,Ln=Zn.Url||Lu({ForcePathStyle:this.options.ForcePathStyle,protocol:this.options.Protocol,domain:this.options.Domain,bucket:Zn.Bucket,region:hn?"accelerate":Zn.Region}),Vi=Ln.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");return Vi};function Nc(Lr,Zn){var hn=j.clone(Lr.Headers),Ln="";j.each(hn,function(Fu,Ku){(Fu===""||["content-type","cache-control","expires"].indexOf(Ku.toLowerCase())>-1)&&delete hn[Ku],Ku.toLowerCase()==="host"&&(Ln=Fu)});var Vi=Lr.ForceSignHost!==!1;!Ln&&Lr.SignHost&&Vi&&(hn.Host=Lr.SignHost);var Wi=!1,pa=function(Ku,In){Wi||(Wi=!0,In&&In.XCosSecurityToken&&!In.SecurityToken&&(In=j.clone(In),In.SecurityToken=In.XCosSecurityToken,delete In.XCosSecurityToken),Zn&&Zn(Ku,In))},Ki=this,Yo=Lr.Bucket||"",Eo=Lr.Region||"",Fo=Lr.Key||"";Ki.options.ForcePathStyle&&Yo&&(Fo=Yo+"/"+Fo);var hs="/"+Fo,An={},Uo=Lr.Scope;if(!Uo){var cu=Lr.Action||"",ko=Lr.ResourceKey||Lr.Key||"";Uo=Lr.Scope||[{action:cu,bucket:Yo,region:Eo,prefix:ko}]}var vu=j.md5(JSON.stringify(Uo));Ki._StsCache=Ki._StsCache||[],function(){var Fu,Ku;for(Fu=Ki._StsCache.length-1;Fu>=0;Fu--){Ku=Ki._StsCache[Fu];var In=Math.round(j.getSkewTime(Ki.options.SystemClockOffset)/1e3)+30;if(Ku.StartTime&&In=Ku.ExpiredTime){Ki._StsCache.splice(Fu,1);continue}if(!Ku.ScopeLimit||Ku.ScopeLimit&&Ku.ScopeKey===vu){An=Ku;break}}}();var Ul=function(){var Ku="";An.StartTime&&Lr.Expires?Ku=An.StartTime+";"+(An.StartTime+Lr.Expires*1):An.StartTime&&An.ExpiredTime&&(Ku=An.StartTime+";"+An.ExpiredTime);var In=j.getAuth({SecretId:An.TmpSecretId,SecretKey:An.TmpSecretKey,Method:Lr.Method,Pathname:hs,Query:Lr.Query,Headers:hn,Expires:Lr.Expires,UseRawKey:Ki.options.UseRawKey,SystemClockOffset:Ki.options.SystemClockOffset,KeyTime:Ku,ForceSignHost:Vi}),rs={Authorization:In,SecurityToken:An.SecurityToken||An.XCosSecurityToken||"",Token:An.Token||"",ClientIP:An.ClientIP||"",ClientUA:An.ClientUA||"",SignFrom:"client"};pa(null,rs)},tc=function(Ku){if(Ku.Authorization){var In=!1,rs=Ku.Authorization;if(rs)if(rs.indexOf(" ")>-1)In=!1;else if(rs.indexOf("q-sign-algorithm=")>-1&&rs.indexOf("q-ak=")>-1&&rs.indexOf("q-sign-time=")>-1&&rs.indexOf("q-key-time=")>-1&&rs.indexOf("q-url-param-list=")>-1)In=!0;else try{rs=atob(rs),rs.indexOf("a=")>-1&&rs.indexOf("k=")>-1&&rs.indexOf("t=")>-1&&rs.indexOf("r=")>-1&&rs.indexOf("b=")>-1&&(In=!0)}catch{}if(!In)return j.error(new Error("getAuthorization callback params format error"))}else{if(!Ku.TmpSecretId)return j.error(new Error('getAuthorization callback params missing "TmpSecretId"'));if(!Ku.TmpSecretKey)return j.error(new Error('getAuthorization callback params missing "TmpSecretKey"'));if(!Ku.SecurityToken&&!Ku.XCosSecurityToken)return j.error(new Error('getAuthorization callback params missing "SecurityToken"'));if(!Ku.ExpiredTime)return j.error(new Error('getAuthorization callback params missing "ExpiredTime"'));if(Ku.ExpiredTime&&Ku.ExpiredTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "ExpiredTime" should be 10 digits'));if(Ku.StartTime&&Ku.StartTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "StartTime" should be 10 StartTime'))}return!1};if(An.ExpiredTime&&An.ExpiredTime-j.getSkewTime(Ki.options.SystemClockOffset)/1e3>60)Ul();else if(Ki.options.getAuthorization)Ki.options.getAuthorization.call(Ki,{Bucket:Yo,Region:Eo,Method:Lr.Method,Key:Fo,Pathname:hs,Query:Lr.Query,Headers:hn,Scope:Uo,SystemClockOffset:Ki.options.SystemClockOffset,ForceSignHost:Vi},function(Fu){typeof Fu=="string"&&(Fu={Authorization:Fu});var Ku=tc(Fu);if(Ku)return pa(Ku);Fu.Authorization?pa(null,Fu):(An=Fu||{},An.Scope=Uo,An.ScopeKey=vu,Ki._StsCache.push(An),Ul())});else if(Ki.options.getSTS)Ki.options.getSTS.call(Ki,{Bucket:Yo,Region:Eo},function(Fu){An=Fu||{},An.Scope=Uo,An.ScopeKey=vu,An.TmpSecretId||(An.TmpSecretId=An.SecretId),An.TmpSecretKey||(An.TmpSecretKey=An.SecretKey);var Ku=tc(An);if(Ku)return pa(Ku);Ki._StsCache.push(An),Ul()});else return function(){var Fu="";if(Ki.options.StartTime&&Lr.Expires){if(Ki.options.StartTime.toString().length!==10)return pa(j.error(new Error('params "StartTime" should be 10 digits')));Fu=Ki.options.StartTime+";"+(Ki.options.StartTime+Lr.Expires*1)}else if(Ki.options.StartTime&&Ki.options.ExpiredTime){if(Ki.options.StartTime.toString().length!==10)return pa(j.error(new Error('params "StartTime" should be 10 digits')));if(Ki.options.ExpiredTime.toString().length!==10)return pa(j.error(new Error('params "ExpiredTime" should be 10 digits')));Fu=Ki.options.StartTime+";"+Ki.options.ExpiredTime*1}var Ku=j.getAuth({SecretId:Lr.SecretId||Ki.options.SecretId,SecretKey:Lr.SecretKey||Ki.options.SecretKey,Method:Lr.Method,Pathname:hs,Query:Lr.Query,Headers:hn,Expires:Lr.Expires,KeyTime:Fu,UseRawKey:Ki.options.UseRawKey,SystemClockOffset:Ki.options.SystemClockOffset,ForceSignHost:Vi}),In={Authorization:Ku,SecurityToken:Ki.options.SecurityToken||Ki.options.XCosSecurityToken,SignFrom:"client"};return pa(null,In),In}();return""}function gc(Lr){var Zn=this,hn=!1,Ln=!1,Vi=!1,Wi=Lr.headers&&(Lr.headers.date||Lr.headers.Date)||Lr.error&&Lr.error.ServerTime;try{var pa=Lr.error.Code,Ki=Lr.error.Message;(pa==="RequestTimeTooSkewed"||pa==="AccessDenied"&&Ki==="Request has expired")&&(Ln=!0)}catch{}if(Lr)if(Ln&&Wi){var Yo=Date.parse(Wi);this.options.CorrectClockSkew&&Math.abs(j.getSkewTime(this.options.SystemClockOffset)-Yo)>=3e4&&(console.error("error: Local time is too skewed."),this.options.SystemClockOffset=Yo-Date.now(),hn=!0)}else Math.floor(Lr.statusCode/100)===5?hn=!0:Lr.message==="CORS blocked or network error"&&(Vi=!0,hn=Zn.options.AutoSwitchHost);return{canRetry:hn,networkError:Vi}}function Wl(Lr){var Zn=Lr.requestUrl,hn=Lr.clientCalcSign,Ln=Lr.networkError;if(!this.options.AutoSwitchHost||!Zn||!hn||!Ln)return!1;var Vi=/^https?:\/\/[^\/]*\.cos\.[^\/]*\.myqcloud\.com(\/.*)?$/,Wi=/^https?:\/\/[^\/]*\.cos\.accelerate\.myqcloud\.com(\/.*)?$/,pa=Vi.test(Zn)&&!Wi.test(Zn);return pa}function ps(Lr,Zn){var hn=this;!Lr.headers&&(Lr.headers={}),!Lr.qs&&(Lr.qs={}),Lr.VersionId&&(Lr.qs.versionId=Lr.VersionId),Lr.qs=j.clearKey(Lr.qs),Lr.headers&&(Lr.headers=j.clearKey(Lr.headers)),Lr.qs&&(Lr.qs=j.clearKey(Lr.qs));var Ln=j.clone(Lr.qs);Lr.action&&(Ln[Lr.action]="");var Vi=Lr.url||Lr.Url,Wi=Lr.SignHost||Pc.call(this,{Bucket:Lr.Bucket,Region:Lr.Region,Url:Vi}),pa=Lr.tracker,Ki=function Yo(Eo){var Fo=hn.options.SystemClockOffset;pa&&pa.setParams({signStartTime:new Date().getTime(),httpRetryTimes:Eo-1}),Lr.SwitchHost&&(Wi=Wi.replace(/myqcloud.com/,"tencentcos.cn")),Nc.call(hn,{Bucket:Lr.Bucket||"",Region:Lr.Region||"",Method:Lr.method,Key:Lr.Key,Query:Ln,Headers:Lr.headers,SignHost:Wi,Action:Lr.Action,ResourceKey:Lr.ResourceKey,Scope:Lr.Scope,ForceSignHost:hn.options.ForceSignHost,SwitchHost:Lr.SwitchHost},function(hs,An){if(hs){Zn(hs);return}pa&&pa.setParams({signEndTime:new Date().getTime(),httpStartTime:new Date().getTime()}),Lr.AuthData=An,Ds.call(hn,Lr,function(Uo,cu){pa&&pa.setParams({httpEndTime:new Date().getTime()});var ko=!1,vu=!1;if(Uo){var Ul=gc.call(hn,Uo);ko=Ul.canRetry||Fo!==hn.options.SystemClockOffset,vu=Ul.networkError}if(Uo&&Eo<2&&ko){Lr.headers&&(delete Lr.headers.Authorization,delete Lr.headers.token,delete Lr.headers.clientIP,delete Lr.headers.clientUA,Lr.headers["x-cos-security-token"]&&delete Lr.headers["x-cos-security-token"],Lr.headers["x-ci-security-token"]&&delete Lr.headers["x-ci-security-token"]);var tc=Wl.call(hn,{requestUrl:(Uo==null?void 0:Uo.url)||"",clientCalcSign:An.SignFrom==="client",networkError:vu});Lr.SwitchHost=tc,Lr.retry=!0,Yo(Eo+1)}else Zn(Uo,cu)})})};Ki(1)}function Ds(Lr,Zn){var hn=this,Ln=Lr.TaskId;if(!(Ln&&!hn._isRunningTask(Ln))){var Vi=Lr.Bucket,Wi=Lr.Region,pa=Lr.Key,Ki=Lr.method||"GET",Yo=Lr.Url||Lr.url,Eo=Lr.body,Fo=Lr.rawBody;hn.options.UseAccelerate&&(Wi="accelerate"),Yo=Yo||Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Vi,region:Wi,object:pa}),Lr.SwitchHost&&(Yo=Yo.replace(/myqcloud.com/,"tencentcos.cn"));var hs=pa?Yo:"";Lr.action&&(Yo=Yo+"?"+(j.isIOS_QQ?"".concat(Lr.action,"="):Lr.action)),Lr.qsStr&&(Yo.indexOf("?")>-1?Yo=Yo+"&"+Lr.qsStr:Yo=Yo+"?"+Lr.qsStr);var An={method:Ki,url:Yo,headers:Lr.headers,qs:Lr.qs,body:Eo},Uo="x-cos-security-token";if(j.isCIHost(Yo)&&(Uo="x-ci-security-token"),An.headers.Authorization=Lr.AuthData.Authorization,Lr.AuthData.Token&&(An.headers.token=Lr.AuthData.Token),Lr.AuthData.ClientIP&&(An.headers.clientIP=Lr.AuthData.ClientIP),Lr.AuthData.ClientUA&&(An.headers.clientUA=Lr.AuthData.ClientUA),Lr.AuthData.SecurityToken&&(An.headers[Uo]=Lr.AuthData.SecurityToken),An.headers&&(An.headers=j.clearKey(An.headers)),Lr.retry&&(An.headers["x-cos-sdk-retry"]=!0),An=j.clearKey(An),Lr.onProgress&&typeof Lr.onProgress=="function"){var cu=Eo&&(Eo.size||Eo.length)||0;An.onProgress=function(In){if(!(Ln&&!hn._isRunningTask(Ln))){var rs=In?In.loaded:0;Lr.onProgress({loaded:rs,total:cu})}}}Lr.onDownloadProgress&&(An.onDownloadProgress=Lr.onDownloadProgress),Lr.DataType&&(An.dataType=Lr.DataType),this.options.Timeout&&(An.timeout=this.options.Timeout),hn.options.ForcePathStyle&&(An.pathStyle=hn.options.ForcePathStyle),hn.emit("before-send",An);var ko=An.url.includes("accelerate."),vu=An.qs?Object.keys(An.qs).map(function(In){return"".concat(In,"=").concat(An.qs[In])}).join("&"):"",Ul=vu?An.url+"?"+vu:An.url;if(Lr.tracker){var tc;Lr.tracker.setParams({url:Ul,httpMethod:An.method,accelerate:ko,httpSize:((tc=An.body)===null||tc===void 0?void 0:tc.size)||0}),Lr.tracker.parent&&!Lr.tracker.parent.params.url&&Lr.tracker.parent.setParams({url:hs,accelerate:ko})}var Fu=(hn.options.Request||$)(An,function(In){if(!(In&&In.error==="abort")){var rs={options:An,error:In&&In.error,statusCode:In&&In.statusCode||0,statusMessage:In&&In.statusMessage||"",headers:In&&In.headers||{},body:In&&In.body};hn.emit("after-receive",rs);var Vl=rs.error,Eu=rs.body,ml={statusCode:rs.statusCode,statusMessage:rs.statusMessage,headers:rs.headers},Uu,Ac=function(Hd,nd){if(Ln&&hn.off("inner-kill-task",Ku),!Uu){Uu=!0;var Ap={};if(ml&&ml.statusCode&&(Ap.statusCode=ml.statusCode),ml&&ml.headers&&(Ap.headers=ml.headers),Hd)An.url&&(Ap.url=An.url),An.method&&(Ap.method=An.method),Hd=j.extend(Hd||{},Ap),Zn(Hd,null);else{if(Lr.Action==="name/cos:PutObject"){var Tp={};for(var Sf in Lr.headers){var Af=Sf.toLowerCase();Tp[Af]=Lr.headers[Sf]}Tp["x-cos-callback"]?nd.Error?(nd.CallbackError=j.clone(nd.Error),delete nd.Error):nd.CallbackBody=j.clone(nd):Tp["x-cos-return-body"]&&(nd.Error?(nd.ReturnError=j.clone(nd.Error),delete nd.Error):nd.ReturnBody=j.clone(nd))}nd=j.extend(nd||{},Ap),Zn(null,nd)}Fu=null}};if(Vl)return Ac(j.error(Vl));var od=ml.statusCode,ld=Math.floor(od/100)===2;if(Fo){if(ld)return Ac(null,{body:Eu});if(Eu instanceof Blob){j.readAsBinaryString(Eu,function(Oc){var Hd=j.parseResBody(Oc),nd=Hd.Error||Hd;return Ac(j.error(new Error(nd.Message||"response body error"),{code:nd.Code,error:nd}))});return}}var gp=j.parseResBody(Eu),lp=gp.Error||gp;ld?Ac(null,gp):lp?Ac(j.error(new Error(lp.Message),{code:lp.Code,error:lp})):od?Ac(j.error(new Error(ml.statusMessage),{code:""+od})):od&&Ac(j.error(new Error("statusCode error")))}}),Ku=function In(rs){rs.TaskId===Ln&&(Fu&&Fu.abort&&Fu.abort(),hn.off("inner-kill-task",In))};Ln&&hn.on("inner-kill-task",Ku)}}var Us={getService:V,putBucket:z,headBucket:re,getBucket:ie,deleteBucket:oe,putBucketAcl:ue,getBucketAcl:de,putBucketCors:pe,getBucketCors:Ie,deleteBucketCors:_e,getBucketLocation:Ce,getBucketPolicy:Ne,putBucketPolicy:he,deleteBucketPolicy:Fe,putBucketTagging:Ue,getBucketTagging:kt,deleteBucketTagging:Et,putBucketLifecycle:Ve,getBucketLifecycle:qe,deleteBucketLifecycle:jt,putBucketVersioning:tr,getBucketVersioning:rr,putBucketReplication:ar,getBucketReplication:nr,deleteBucketReplication:ur,putBucketWebsite:cr,getBucketWebsite:_r,deleteBucketWebsite:hr,putBucketReferer:Er,getBucketReferer:kr,putBucketDomain:xr,getBucketDomain:yr,deleteBucketDomain:vr,putBucketOrigin:Rr,getBucketOrigin:Br,deleteBucketOrigin:mr,putBucketLogging:gr,getBucketLogging:jr,putBucketInventory:Ur,postBucketInventory:zr,getBucketInventory:Sr,listBucketInventory:Tr,deleteBucketInventory:Mr,putBucketAccelerate:br,getBucketAccelerate:Cr,putBucketEncryption:Ir,getBucketEncryption:Dr,deleteBucketEncryption:Kr,getObject:Fr,headObject:Wr,listObjectVersions:Nr,putObject:Qr,deleteObject:ca,getObjectAcl:Po,putObjectAcl:Wa,optionsObject:Go,putObjectCopy:us,deleteMultipleObject:Gr,restoreObject:Ar,putObjectTagging:On,getObjectTagging:kn,deleteObjectTagging:Sa,selectObjectContent:sa,appendObject:vl,uploadPartCopy:Kn,multipartInit:qa,multipartUpload:To,multipartComplete:Hi,multipartList:na,multipartListPart:Ma,multipartAbort:Ns,request:cs,getObjectUrl:Au,getAuth:Bl};function Vs(Lr,Zn,hn){j.each(["Cors","Acl"],function(Ln){if(Lr.slice(-Ln.length)===Ln){var Vi=Lr.slice(0,-Ln.length)+Ln.toUpperCase(),Wi=j.apiWrapper(Lr,Zn),pa=!1;hn[Vi]=function(){!pa&&console.warn("warning: cos."+Vi+" has been deprecated. Please Use cos."+Lr+" instead."),pa=!0,Wi.apply(this,arguments)}}})}y.exports.init=function(Lr,Zn){Zn.transferToTaskMethod(Us,"putObject"),j.each(Us,function(hn,Ln){Lr.prototype[Ln]=j.apiWrapper(Ln,hn),Vs(Ln,hn,Lr.prototype)})}},"./src/cos.js":function(y,n,k){var L=k("./src/util.js"),$=k("./src/event.js"),j=k("./src/task.js"),V=k("./src/base.js"),z=k("./src/advance.js"),re=k("./package.json"),ie={AppId:"",SecretId:"",SecretKey:"",SecurityToken:"",StartTime:0,ExpiredTime:0,ChunkRetryTimes:2,FileParallelLimit:3,ChunkParallelLimit:3,ChunkSize:1024*1024,SliceSize:1024*1024,CopyChunkParallelLimit:20,CopyChunkSize:1024*1024*10,CopySliceSize:1024*1024*10,MaxPartNumber:1e4,ProgressInterval:1e3,Domain:"",ServiceDomain:"",Protocol:"",CompatibilityMode:!1,ForcePathStyle:!1,UseRawKey:!1,Timeout:0,CorrectClockSkew:!0,SystemClockOffset:0,UploadCheckContentMd5:!1,UploadQueueSize:1e4,UploadAddMetaMd5:!1,UploadIdCacheLimit:50,UseAccelerate:!1,ForceSignHost:!0,AutoSwitchHost:!0,CopySourceParser:null,ObjectKeySimplifyCheck:!0,DeepTracker:!1,TrackerDelay:5e3,CustomId:"",BeaconReporter:null,ClsReporter:null},oe=function(de){if(this.options=L.extend(L.clone(ie),de||{}),this.options.FileParallelLimit=Math.max(1,this.options.FileParallelLimit),this.options.ChunkParallelLimit=Math.max(1,this.options.ChunkParallelLimit),this.options.ChunkRetryTimes=Math.max(0,this.options.ChunkRetryTimes),this.options.ChunkSize=Math.max(1024*1024,this.options.ChunkSize),this.options.CopyChunkParallelLimit=Math.max(1,this.options.CopyChunkParallelLimit),this.options.CopyChunkSize=Math.max(1024*1024,this.options.CopyChunkSize),this.options.CopySliceSize=Math.max(0,this.options.CopySliceSize),this.options.MaxPartNumber=Math.max(1024,Math.min(1e4,this.options.MaxPartNumber)),this.options.Timeout=Math.max(0,this.options.Timeout),this.options.EnableReporter=this.options.BeaconReporter||this.options.ClsReporter,this.options.AppId&&console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g: "test-1250000000").'),this.options.SecretId&&this.options.SecretId.indexOf(" ")>-1&&(console.error("error: SecretId格式错误,请检查"),console.error("error: SecretId format is incorrect. Please check")),this.options.SecretKey&&this.options.SecretKey.indexOf(" ")>-1&&(console.error("error: SecretKey格式错误,请检查"),console.error("error: SecretKey format is incorrect. Please check")),L.isNode()&&(console.log("Tip: Next.js、Nuxt.js 等服务端渲染技术可正常使用JavaScript SDK,请忽略下方 nodejs 环境警告"),console.warn("warning: cos-js-sdk-v5 不支持 nodejs 环境使用,请改用 cos-nodejs-sdk-v5,参考文档: https://cloud.tencent.com/document/product/436/8629"),console.warn("warning: cos-js-sdk-v5 does not support nodejs environment. Please use cos-nodejs-sdk-v5 instead. See: https://cloud.tencent.com/document/product/436/8629")),this.options.ForcePathStyle)throw console.warn("cos-js-sdk-v5不再支持使用path-style,仅支持使用virtual-hosted-style,参考文档:https://cloud.tencent.com/document/product/436/96243"),new Error("ForcePathStyle is not supported");$.init(this),j.init(this)};V.init(oe,j),z.init(oe,j),oe.util={md5:L.md5,xml2json:L.xml2json,json2xml:L.json2xml,encodeBase64:L.encodeBase64},oe.getAuthorization=L.getAuth,oe.version=re.version,y.exports=oe},"./src/event.js":function(y,n){var k=function(j){var V={},z=function(ie){return!V[ie]&&(V[ie]=[]),V[ie]};j.on=function(re,ie){re==="task-list-update"&&console.warn('warning: Event "'+re+'" has been deprecated. Please use "list-update" instead.'),z(re).push(ie)},j.off=function(re,ie){for(var oe=z(re),ue=oe.length-1;ue>=0;ue--)ie===oe[ue]&&oe.splice(ue,1)},j.emit=function(re,ie){for(var oe=z(re).map(function(de){return de}),ue=0;ue=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"],Ue=_e.etag||"",kt=_e["last-modified"];return Ie&&Ce?L.md5([Ie,Fe,Ue,kt,Ce,he,Ne].join("::")):null},getUploadIdList:function(Ie){if(!Ie)return null;oe.call(this);for(var _e=[],Ce=0;Ce=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(kt){var Et={id:kt.id,Bucket:kt.Bucket,Region:kt.Region,Key:kt.Key,FilePath:kt.FilePath,state:kt.state,loaded:kt.loaded,size:kt.size,speed:kt.speed,percent:kt.percent,hashPercent:kt.hashPercent,error:kt.error};return kt.FilePath&&(Et.FilePath=kt.FilePath),kt._custom&&(Et._custom=kt._custom),Et},_e=function(){var Ue,kt=function(){Ue=0,ie.emit("task-list-update",{list:$.map(oe,Ie)}),ie.emit("list-update",{list:$.map(oe,Ie)})};return function(){Ue||(Ue=setTimeout(kt))}}(),Ce=function(){if(!(oe.length<=ie.options.UploadQueueSize)){for(var kt=0;ktie.options.UploadQueueSize;){var Et=oe[kt].state==="waiting"||oe[kt].state==="checking"||oe[kt].state==="uploading";!oe[kt]||!Et?(ue[oe[kt].id]&&delete ue[oe[kt].id],oe.splice(kt,1),pe--):kt++}_e()}},he=function Ue(){if(!(de>=ie.options.FileParallelLimit)){for(;oe[pe]&&oe[pe].state!=="waiting";)pe++;if(!(pe>=oe.length)){var kt=oe[pe];pe++,de++,kt.state="checking",kt.params.onTaskStart&&kt.params.onTaskStart(Ie(kt)),!kt.params.UploadData&&(kt.params.UploadData={});var Et=$.formatParams(kt.api,kt.params);j[kt.api].call(ie,Et,function(Ve,qe){ie._isRunningTask(kt.id)&&((kt.state==="checking"||kt.state==="uploading")&&(kt.state=Ve?"error":"success",Ve&&(kt.error=Ve),de--,_e(),Ue(),kt.callback&&kt.callback(Ve,qe),kt.state==="success"&&(kt.params&&(delete kt.params.UploadData,delete kt.params.Body,delete kt.params),delete kt.callback)),Ce())}),_e(),setTimeout(Ue)}}},Ne=function(kt,Et){var Ve=ue[kt];if(Ve){var qe=Ve&&Ve.state==="waiting",jt=Ve&&(Ve.state==="checking"||Ve.state==="uploading");if(Et==="canceled"&&Ve.state!=="canceled"||Et==="paused"&&qe||Et==="paused"&&jt){Ve.state=Et,ie.emit("inner-kill-task",{TaskId:kt,toState:Et});try{var tr=Ve&&Ve.params&&Ve.params.UploadData.UploadId}catch{}Et==="canceled"&&tr&&L.removeUsing(tr),_e(),jt&&(de--,he()),Et==="canceled"&&(Ve.params&&(delete Ve.params.UploadData,delete Ve.params.Body,delete Ve.params),delete Ve.callback)}Ce()}};ie._addTasks=function(Ue){$.each(Ue,function(kt){ie._addTask(kt.api,kt.params,kt.callback,!0)}),_e()};var Fe=!0;ie._addTask=function(Ue,kt,Et,Ve){kt=$.formatParams(Ue,kt);var qe=$.uuid();kt.TaskId=qe,kt.onTaskReady&&kt.onTaskReady(qe),kt.TaskReady&&(kt.TaskReady(qe),Fe&&console.warn('warning: Param "TaskReady" has been deprecated. Please use "onTaskReady" instead.'),Fe=!1);var jt={params:kt,callback:Et,api:Ue,index:oe.length,id:qe,Bucket:kt.Bucket,Region:kt.Region,Key:kt.Key,FilePath:kt.FilePath||"",state:"waiting",loaded:0,size:0,speed:0,percent:0,hashPercent:0,error:null,_custom:kt._custom},tr=kt.onHashProgress;kt.onHashProgress=function(ar){ie._isRunningTask(jt.id)&&(jt.hashPercent=ar.percent,tr&&tr(ar),_e())};var rr=kt.onProgress;return kt.onProgress=function(ar){ie._isRunningTask(jt.id)&&(jt.state==="checking"&&(jt.state="uploading"),jt.loaded=ar.loaded,jt.speed=ar.speed,jt.percent=ar.percent,rr&&rr(ar),_e())},$.getFileSize(Ue,kt,function(ar,nr){if(ar)return Et($.error(ar));ue[qe]=jt,oe.push(jt),jt.size=nr,!Ve&&_e(),he(),Ce()}),qe},ie._isRunningTask=function(Ue){var kt=ue[Ue];return!!(kt&&(kt.state==="checking"||kt.state==="uploading"))},ie.getTaskList=function(){return $.map(oe,Ie)},ie.cancelTask=function(Ue){Ne(Ue,"canceled")},ie.pauseTask=function(Ue){Ne(Ue,"paused")},ie.restartTask=function(Ue){var kt=ue[Ue];kt&&(kt.state==="paused"||kt.state==="error")&&(kt.state="waiting",_e(),pe=Math.min(pe,kt.index),he())},ie.isUploadRunning=function(){return de||pe"u"?"undefined":j(navigator))==="object"){var Et=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return(Et==null?void 0:Et.type)||(Et==null?void 0:Et.effectiveType)||"unknown"}return"unknown"},getProtocol:function(){return(typeof location>"u"?"undefined":j(location))==="object"?location.protocol.replace(/:/,""):"unknown protocol"},getOsType:function(){if((typeof navigator>"u"?"undefined":j(navigator))!=="object")return"unknown os";var Et=navigator.userAgent.toLowerCase(),Ve=/macintosh|mac os x/i.test(navigator.userAgent);return Et.indexOf("win32")>=0||Et.indexOf("wow32")>=0?"win32":Et.indexOf("win64")>=0||Et.indexOf("wow64")>=0?"win64":Ve?"mac":"unknown os"},isMobile:function(){var Et=/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(Et))},isAndroid:function(){var Et=/(Android|Adr|Linux)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(Et))},isIOS:function(){var Et=/(iPhone|iPod|iPad|iOS)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(Et))},isOtherMobile:function(){return ue&&!isAndroid&&!isIOS},getUA:function(){if((typeof navigator>"u"?"undefined":j(navigator))!=="object")return"unknown device";var Et=navigator.userAgent;return Et}},ue=oe.isMobile(),de=oe.isAndroid()?"android":oe.isIOS?"ios":"other_mobile",pe=oe.getOsType(),Ie=ue?de:pe,_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(kt){return kt.replace(/([A-Z])/g,"_$1").toLowerCase()}function Fe(kt){var Et={},Ve=["sdkVersionName","sdkVersionCode","osName","networkType","requestName","requestResult","bucket","region","appid","accelerate","url","host","requestPath","userAgent","networkProtocol","httpMethod","httpSize","httpSpeed","httpTookTime","httpMd5","httpSign","httpFullTime","httpDomain","partNumber","httpRetryTimes","customId","traceId","realApi"],qe=[].concat(Ve,["errorNode","errorCode","errorName","errorMessage","errorRequestId","errorHttpCode","errorServiceName","errorType","fullError"]),jt=kt.requestResult==="Success"?Ve:qe;for(var tr in kt)if(jt.includes(tr)){var rr=Ne(tr);Et[rr]=kt[tr]}return Et.request_name=kt.realApi?he(kt.realApi):kt.requestName,Et}var Ue=function(){function kt(Et){L(this,kt);var Ve=Et.parent,qe=Et.traceId,jt=Et.bucket,tr=Et.region,rr=Et.apiName,ar=Et.realApi,nr=Et.httpMethod,ur=Et.fileKey,cr=Et.fileSize,_r=Et.accelerate,hr=Et.customId,Er=Et.delay,kr=Et.deepTracker,xr=Et.Beacon,yr=Et.clsReporter,vr=jt&&jt.substr(jt.lastIndexOf("-")+1)||"";this.parent=Ve,this.deepTracker=kr,this.delay=Er,yr&&!this.clsReporter&&(this.clsReporter=yr),this.params={sdkVersionName:"cos-js-sdk-v5",sdkVersionCode:V.version,osName:Ie,networkType:"",requestName:rr||"",requestResult:"",realApi:ar,bucket:jt,region:tr,accelerate:_r,httpMethod:nr,url:"",host:"",httpDomain:"",requestPath:ur||"",userAgent:_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,Er))}return $(kt,[{key:"formatResult",value:function(Ve,qe){var jt,tr,rr,ar,nr,ur,cr=new Date().getTime(),_r=oe.getNetType(),hr=Ve?(Ve==null?void 0:Ve.code)||(Ve==null||(jt=Ve.error)===null||jt===void 0?void 0:jt.code)||(Ve==null||(tr=Ve.error)===null||tr===void 0?void 0:tr.Code):"",Er=Ve?(Ve==null?void 0:Ve.message)||(Ve==null||(rr=Ve.error)===null||rr===void 0?void 0:rr.message)||(Ve==null||(ar=Ve.error)===null||ar===void 0?void 0:ar.Message):"",kr=Er,xr=Ve?(Ve==null?void 0:Ve.resource)||(Ve==null||(nr=Ve.error)===null||nr===void 0?void 0:nr.resource)||(Ve==null||(ur=Ve.error)===null||ur===void 0?void 0:ur.Resource):"",yr=Ve?Ve==null?void 0:Ve.statusCode:qe.statusCode,vr=Ve?(Ve==null?void 0:Ve.headers)&&(Ve==null?void 0:Ve.headers["x-cos-request-id"]):(qe==null?void 0:qe.headers)&&(qe==null?void 0:qe.headers["x-cos-request-id"]),Rr=Ve?vr?"Server":"Client":"";this.params.requestName==="getObject"&&(this.params.httpSize=qe?qe.headers&&qe.headers["content-length"]:0);var Br=this.params.realApi==="sliceUploadFile",mr=this.params.realApi==="sliceCopyFile";if(Br||mr){var gr=this.params.httpSize/1024/this.params.partTime;Object.assign(this.params,{httpSpeed:gr<0?0:gr.toFixed(3)})}else{var jr=cr-this.params.startTime,Hr=this.params.httpEndTime-this.params.httpStartTime,Ur=this.params.httpSize/1024/(Hr/1e3),zr=this.params.md5EndTime-this.params.md5StartTime,Sr=this.params.signEndTime-this.params.signStartTime;this.parent&&(this.parent.addParamValue("httpTookTime",ie(Hr)),this.parent.addParamValue("httpFullTime",ie(jr)),this.parent.addParamValue("httpMd5",ie(zr)),this.parent.addParamValue("httpSign",ie(Sr)),["multipartUpload","uploadPartCopy","putObjectCopy"].includes(this.params.requestName)&&this.parent.addParamValue("partTime",ie(Hr))),Object.assign(this.params,{httpFullTime:ie(jr),httpMd5:ie(zr),httpSign:ie(Sr),httpTookTime:ie(Hr),httpSpeed:Ur<0?0:Ur.toFixed(3)})}if(Object.assign(this.params,{networkType:_r,requestResult:Ve?"Failure":"Success",errorType:Rr,errorCode:hr,errorHttpCode:yr,errorName:kr,errorMessage:Er,errorServiceName:xr,errorRequestId:vr}),Ve&&(!hr||!Er)&&(this.params.fullError=Ve?JSON.stringify(Ve):""),this.params.url){try{var Tr=/^http(s)?:\/\/(.*?)\//.exec(this.params.url);this.params.host=Tr[2]}catch{this.params.host=this.params.url}this.params.httpDomain=this.params.host}}},{key:"report",value:function(Ve,qe){if(!(!this.beacon&&!this.clsReporter)){this.formatResult(Ve,qe);var jt=Fe(this.params);this.beacon&&this.sendEventsToBeacon(jt),this.clsReporter&&this.sendEventsToCLS(jt)}}},{key:"setParams",value:function(Ve){Object.assign(this.params,Ve)}},{key:"addParamValue",value:function(Ve,qe){this.params[Ve]=(+this.params[Ve]+ +qe).toFixed(3)}},{key:"sendEventsToBeacon",value:function(Ve){var qe=this.params.requestName==="sliceUploadFile"||this.params.realApi==="sliceUploadFile";if(!(qe&&!this.deepTracker)){var jt="qcloud_track_cos_sdk";this.delay===0?this.beacon&&this.beacon.onDirectUserAction(jt,Ve):this.beacon&&this.beacon.onUserAction(jt,Ve)}}},{key:"sendEventsToCLS",value:function(Ve){var qe=this.delay===0;this.clsReporter.log(Ve,qe)}},{key:"generateSubTracker",value:function(Ve){return Object.assign(Ve,{parent:this,deepTracker:this.deepTracker,traceId:this.params.traceId,bucket:this.params.bucket,region:this.params.region,accelerate:this.params.accelerate,fileKey:this.params.requestPath,customId:this.params.customId,delay:this.delay,clsReporter:this.clsReporter}),new kt(Ve)}}]),kt}();y.exports=Ue},"./src/util.js":function(y,n,k){(function(L){var $=k("./node_modules/@babel/runtime/helpers/typeof.js");function j(Gr,Ar){var On=typeof Symbol<"u"&&Gr[Symbol.iterator]||Gr["@@iterator"];if(!On){if(Array.isArray(Gr)||(On=V(Gr))||Ar){On&&(Gr=On);var kn=0,Sa=function(){};return{s:Sa,n:function(){return kn>=Gr.length?{done:!0}:{done:!1,value:Gr[kn++]}},e:function(na){throw na},f:Sa}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var sa=!0,qa=!1,To;return{s:function(){On=On.call(Gr)},n:function(){var na=On.next();return sa=na.done,na},e:function(na){qa=!0,To=na},f:function(){try{!sa&&On.return!=null&&On.return()}finally{if(qa)throw To}}}}function V(Gr,Ar){if(Gr){if(typeof Gr=="string")return z(Gr,Ar);var On=Object.prototype.toString.call(Gr).slice(8,-1);if(On==="Object"&&Gr.constructor&&(On=Gr.constructor.name),On==="Map"||On==="Set")return Array.from(Gr);if(On==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(On))return z(Gr,Ar)}}function z(Gr,Ar){(Ar==null||Ar>Gr.length)&&(Ar=Gr.length);for(var On=0,kn=new Array(Ar);Onsa?1:-1})}var kt=function(Ar,On){var kn,Sa,sa,qa=[],To=Ue(Ar);for(kn=0;kn-1||Et.indexOf(Sa)>-1)&&(On[kn]=Ar[kn])}return On},qe=function(Ar){Ar=Ar||{};var On=Ar.SecretId,kn=Ar.SecretKey,Sa=Ar.KeyTime,sa=(Ar.method||Ar.Method||"get").toLowerCase(),qa=yr(Ar.Query||Ar.params||{}),To=Ve(yr(Ar.Headers||Ar.headers||{})),Hi=Ar.Key||"",na;Ar.UseRawKey?na=Ar.Pathname||Ar.pathname||"/"+Hi:(na=Ar.Pathname||Ar.pathname||Hi,na.indexOf("/")!==0&&(na="/"+na));var Ma=Ar.ForceSignHost!==!1;if(!To.Host&&!To.host&&Ar.Bucket&&Ar.Region&&Ma&&(To.Host=Ar.Bucket+".cos."+Ar.Region+".myqcloud.com"),!On)throw new Error("missing param SecretId");if(!kn)throw new Error("missing param SecretKey");var Ns=Math.round(Dr(Ar.SystemClockOffset)/1e3)-1,cs=Ns,vl=Ar.Expires||Ar.expires;vl===void 0?cs+=900:cs+=vl*1||0;var Bl="sha1",Au=On,xs=Sa||Ns+";"+cs,ju=Sa||Ns+";"+cs,Lu=Ue(To,!0).join(";").toLowerCase(),Pc=Ue(qa,!0).join(";").toLowerCase(),Nc=ie.HmacSHA1(ju,kn).toString(),gc=[sa,na,Kn.obj2str(qa,!0),Kn.obj2str(To,!0),""].join(` +`),Wl=["sha1",xs,ie.SHA1(gc).toString(),""].join(` +`),ps=ie.HmacSHA1(Wl,Nc).toString(),Ds=["q-sign-algorithm="+Bl,"q-ak="+Au,"q-sign-time="+xs,"q-key-time="+ju,"q-header-list="+Lu,"q-url-param-list="+Pc,"q-signature="+ps].join("&");return Ds},jt=function(Ar,On,kn){var Sa=On/8,sa=Ar.slice(kn,kn+Sa);return new Uint8Array(sa).reverse(),new{8:Uint8Array,16:Uint16Array,32:Uint32Array}[On](sa)[0]},tr=function(Ar,On,kn,Sa){var sa=Ar.slice(On,kn),qa="";return new Uint8Array(sa).forEach(function(To){qa+=String.fromCharCode(To)}),Sa&&(qa=decodeURIComponent(escape(qa))),qa},rr=function(Ar){for(var On={},kn=tr(Ar),Sa={records:[]};Ar.byteLength;){var sa=jt(Ar,32,0),qa=jt(Ar,32,4),To=sa-qa-16,Hi=0,na;for(Ar=Ar.slice(12);HiparseInt(Sa[sa])?1:-1;return 0},Ar=function(kn){if(!kn)return!1;var Sa=(kn.match(/Chrome\/([.\d]+)/)||[])[1],sa=(kn.match(/QBCore\/([.\d]+)/)||[])[1],qa=(kn.match(/QQBrowser\/([.\d]+)/)||[])[1],To=Sa&&Gr(Sa,"53.0.2785.116")<0&&sa&&Gr(sa,"3.53.991.400")<0&&qa&&Gr(qa,"9.0.2524.400")<=0||!1;return To};return Ar(typeof navigator<"u"&&navigator.userAgent)}(),hr=function(Ar,On,kn,Sa,sa){var qa;if(Ar.slice?qa=Ar.slice(On,kn):Ar.mozSlice?qa=Ar.mozSlice(On,kn):Ar.webkitSlice&&(qa=Ar.webkitSlice(On,kn)),Sa&&_r){var To=new FileReader;To.onload=function(Hi){qa=null,sa(new Blob([To.result]))},To.readAsArrayBuffer(qa)}else sa(qa)},Er=function(Ar,On,kn,Sa){kn=kn||nr,Ar?typeof On=="string"?kn(Kn.md5(On,!0)):Blob&&On instanceof Blob?Kn.getFileMd5(On,function(sa,qa){kn(qa)},Sa):kn():kn()},kr=1024*1024,xr=function(Ar,On,kn){var Sa=Ar.size,sa=0,qa=re.getCtx(),To=function Hi(na){if(na>=Sa){var Ma=qa.digest("hex");On(null,Ma);return}var Ns=Math.min(Sa,na+kr);Kn.fileSlice(Ar,na,Ns,!1,function(cs){cr(cs,function(vl){cs=null,qa=qa.update(vl,!0),sa+=vl.length,vl=null,kn&&kn({loaded:sa,total:Sa,percent:Math.round(sa/Sa*1e4)/1e4}),Hi(na+kr)})})};To(0)};function yr(Gr){return Hr(Gr,function(Ar){return $(Ar)==="object"&&Ar!==null?yr(Ar):Ar})}function vr(Gr,Ar,On){return Gr&&Ar in Gr?Gr[Ar]:On}function Rr(Gr,Ar){return jr(Ar,function(On,kn){Gr[kn]=Ar[kn]}),Gr}function Br(Gr){return Gr instanceof Array}function mr(Gr,Ar){for(var On=!1,kn=0;kn-1,Hi=!qa||typeof qa=="string"&&qa.indexOf("{Region}")>-1;if(Ar.indexOf("Bucket")>-1||Ar==="deleteMultipleObject"||Ar==="multipartList"||Ar==="listObjectVersions"){if(To&&!kn)return"Bucket";if(Hi&&!Sa)return"Region"}else if(Ar.indexOf("Object")>-1||Ar.indexOf("multipart")>-1||Ar==="sliceUploadFile"||Ar==="abortUploadTask"||Ar==="uploadFile"){if(To&&!kn)return"Bucket";if(Hi&&!Sa)return"Region";if(!sa)return"Key"}return!1},Mr=function(Ar,On){if(On=Rr({},On),Ar!=="getAuth"&&Ar!=="getV4Auth"&&Ar!=="getObjectUrl"){var kn=On.Headers||{};if(On&&$(On)==="object"){(function(){for(var sa in On)On.hasOwnProperty(sa)&&sa.indexOf("x-cos-")>-1&&(kn[sa]=On[sa])})();var Sa={"x-cos-mfa":"MFA","Content-MD5":"ContentMD5","Content-Length":"ContentLength","Content-Type":"ContentType",Expect:"Expect",Expires:"Expires","Cache-Control":"CacheControl","Content-Disposition":"ContentDisposition","Content-Encoding":"ContentEncoding",Range:"Range","If-Modified-Since":"IfModifiedSince","If-Unmodified-Since":"IfUnmodifiedSince","If-Match":"IfMatch","If-None-Match":"IfNoneMatch","x-cos-copy-source":"CopySource","x-cos-copy-source-Range":"CopySourceRange","x-cos-metadata-directive":"MetadataDirective","x-cos-copy-source-If-Modified-Since":"CopySourceIfModifiedSince","x-cos-copy-source-If-Unmodified-Since":"CopySourceIfUnmodifiedSince","x-cos-copy-source-If-Match":"CopySourceIfMatch","x-cos-copy-source-If-None-Match":"CopySourceIfNoneMatch","x-cos-acl":"ACL","x-cos-grant-read":"GrantRead","x-cos-grant-write":"GrantWrite","x-cos-grant-full-control":"GrantFullControl","x-cos-grant-read-acp":"GrantReadAcp","x-cos-grant-write-acp":"GrantWriteAcp","x-cos-storage-class":"StorageClass","x-cos-traffic-limit":"TrafficLimit","x-cos-mime-limit":"MimeLimit","x-cos-server-side-encryption-customer-algorithm":"SSECustomerAlgorithm","x-cos-server-side-encryption-customer-key":"SSECustomerKey","x-cos-server-side-encryption-customer-key-MD5":"SSECustomerKeyMD5","x-cos-server-side-encryption":"ServerSideEncryption","x-cos-server-side-encryption-cos-kms-key-id":"SSEKMSKeyId","x-cos-server-side-encryption-context":"SSEContext","Pic-Operations":"PicOperations","x-cos-callback":"Callback","x-cos-callback-var":"CallbackVar","x-cos-return-body":"ReturnBody"};Kn.each(Sa,function(sa,qa){On[sa]!==void 0&&(kn[qa]=On[sa])}),On.Headers=ur(kn)}}return On},br=function(Ar,On){return function(kn,Sa){var sa=this;typeof kn=="function"&&(Sa=kn,kn={}),kn=Mr(Ar,kn);var qa;if(sa.options.EnableReporter)if(kn.calledBySdk==="sliceUploadFile"||kn.calledBySdk==="sliceCopyFile")qa=kn.tracker&&kn.tracker.generateSubTracker({apiName:Ar});else if(["uploadFile","uploadFiles"].includes(Ar))qa=null;else{var To=0;kn.Body&&(To=typeof kn.Body=="string"?kn.Body.length:kn.Body.size||kn.Body.byteLength||0);var Hi=sa.options.UseAccelerate||typeof sa.options.Domain=="string"&&sa.options.Domain.includes("accelerate.");qa=new Ce({Beacon:sa.options.BeaconReporter,clsReporter:sa.options.ClsReporter,bucket:kn.Bucket,region:kn.Region,apiName:Ar,realApi:Ar,accelerate:Hi,fileKey:kn.Key,fileSize:To,deepTracker:sa.options.DeepTracker,customId:sa.options.CustomId,delay:sa.options.TrackerDelay})}kn.tracker=qa;var na=function(xs){return xs&&xs.headers&&(xs.headers["x-cos-request-id"]&&(xs.RequestId=xs.headers["x-cos-request-id"]),xs.headers["x-ci-request-id"]&&(xs.RequestId=xs.headers["x-ci-request-id"]),xs.headers["x-cos-version-id"]&&(xs.VersionId=xs.headers["x-cos-version-id"]),xs.headers["x-cos-delete-marker"]&&(xs.DeleteMarker=xs.headers["x-cos-delete-marker"])),xs},Ma=function(xs,ju){qa&&qa.report(xs,ju),Sa&&Sa(na(xs),na(ju))},Ns=function(){if(Ar!=="getService"&&Ar!=="abortUploadTask"){var xs=Tr.call(sa,Ar,kn);if(xs)return"missing param "+xs;if(kn.Region){if(sa.options.CompatibilityMode){if(!/^([a-z\d-.]+)$/.test(kn.Region))return"Region format error."}else{if(kn.Region.indexOf("cos.")>-1)return'param Region should not be start with "cos."';if(!/^([a-z\d-]+)$/.test(kn.Region))return"Region format error."}!sa.options.CompatibilityMode&&kn.Region.indexOf("-")===-1&&kn.Region!=="yfb"&&kn.Region!=="default"&&kn.Region!=="accelerate"&&console.warn("warning: param Region format error, find help here: https://cloud.tencent.com/document/product/436/6224")}if(kn.Bucket){if(!/^([a-z\d-]+)-(\d+)$/.test(kn.Bucket))if(kn.AppId)kn.Bucket=kn.Bucket+"-"+kn.AppId;else if(sa.options.AppId)kn.Bucket=kn.Bucket+"-"+sa.options.AppId;else return'Bucket should format as "test-1250000000".';kn.AppId&&(console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g Bucket:"test-1250000000" ).'),delete kn.AppId)}!sa.options.UseRawKey&&kn.Key&&kn.Key.substr(0,1)==="/"&&(kn.Key=kn.Key.substr(1))}},cs=Ns(),vl=["getAuth","getObjectUrl"].includes(Ar);if(typeof Promise=="function"&&!vl&&!Sa)return new Promise(function(Au,xs){if(Sa=function(Lu,Pc){Lu?xs(Lu):Au(Pc)},cs)return Ma(Kn.error(new Error(cs)));On.call(sa,kn,Ma)});if(cs)return Ma(Kn.error(new Error(cs)));var Bl=On.call(sa,kn,Ma);if(vl)return Bl}},Cr=function(Ar,On){var kn=this,Sa=0,sa=0,qa=Date.now(),To,Hi;function na(){if(Hi=0,On&&typeof On=="function"){To=Date.now();var Ma=Math.max(0,Math.round((sa-Sa)/((To-qa)/1e3)*100)/100)||0,Ns;sa===0&&Ar===0?Ns=1:Ns=Math.floor(sa/Ar*100)/100||0,qa=To,Sa=sa;try{On({loaded:sa,total:Ar,speed:Ma,percent:Ns})}catch{}}}return function(Ma,Ns){if(Ma&&(sa=Ma.loaded,Ar=Ma.total),Ns)clearTimeout(Hi),na();else{if(Hi)return;Hi=setTimeout(na,kn.options.ProgressInterval)}}},Ir=function(Ar,On,kn){var Sa;if(typeof On.Body=="string"?On.Body=new Blob([On.Body],{type:"text/plain"}):On.Body instanceof ArrayBuffer&&(On.Body=new Blob([On.Body])),On.Body&&(On.Body instanceof Blob||On.Body.toString()==="[object File]"||On.Body.toString()==="[object Blob]"))Sa=On.Body.size;else{kn(Kn.error(new Error("params body format error, Only allow File|Blob|String.")));return}On.ContentLength=Sa,kn(null,Sa)},Dr=function(Ar){return Date.now()+(Ar||0)},Kr=function(Ar,On){var kn=Ar;return Ar.message=Ar.message||null,typeof On=="string"?(Ar.error=On,Ar.message=On):$(On)==="object"&&On!==null&&(Rr(Ar,On),(On.code||On.name)&&(Ar.code=On.code||On.name),On.message&&(Ar.message=On.message),On.stack&&(Ar.stack=On.stack)),typeof Object.defineProperty=="function"&&(Object.defineProperty(Ar,"name",{writable:!0,enumerable:!1}),Object.defineProperty(Ar,"message",{enumerable:!0})),Ar.name=On&&On.name||Ar.name||Ar.code||"Error",Ar.code||(Ar.code=Ar.name),Ar.error||(Ar.error=yr(kn)),Ar},Wr=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&&!Wr()},Fr=function(Ar){return/^https?:\/\/([^/]+\.)?ci\.[^/]+/.test(Ar)},Qr=function(){if((typeof navigator>"u"?"undefined":$(navigator))!=="object")return!1;var Gr=navigator.userAgent,Ar=!!Gr.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);return Ar}(),ca=function(){return(typeof navigator>"u"?"undefined":$(navigator))!=="object"?!1:/\sQQ/i.test(navigator.userAgent)}(),Po=function(Ar,On){var kn=_e.encode(Ar);return On&&(kn=kn.replaceAll("+","-").replaceAll("/","_").replaceAll("=","")),kn},Wa=function(Ar){return Ar?_e.decode(Ar):""},Go=function(Ar){var On=Ar.split("/"),kn=[],Sa=j(On),sa;try{for(Sa.s();!(sa=Sa.n()).done;){var qa=sa.value;qa===".."?kn.length&&kn.pop():qa.length&&qa!=="."&&kn.push(qa)}}catch(To){Sa.e(To)}finally{Sa.f()}return"/"+kn.join("/")},us=function(Ar){var On;if(Ar&&typeof Ar=="string"){var kn=Ar.trim(),Sa=kn.indexOf("<")===0,sa=kn.indexOf("{")===0;if(Sa)On=Kn.xml2json(Ar)||{};else if(sa)try{var qa=Ar.replace(/\n/g," "),To=JSON.parse(qa);Object.prototype.toString.call(To)==="[object Object]"?On=To:On=Ar}catch{On=Ar}else On=Ar}else On=Ar||{};return On},Kn={noop:nr,formatParams:Mr,apiWrapper:br,xml2json:he,json2xml:Ne,md5:re,clearKey:ur,fileSlice:hr,getBodyMd5:Er,getFileMd5:xr,b64:zr,extend:Rr,isArray:Br,isInArray:mr,makeArray:gr,each:jr,map:Hr,filter:Ur,clone:yr,attr:vr,uuid:Sr,camSafeUrlEncode:Fe,throttleOnProgress:Cr,getFileSize:Ir,getSkewTime:Dr,error:Kr,obj2str:kt,getAuth:qe,parseSelectPayload:rr,getSourceParams:ar,isBrowser:!0,isNode:Nr,isCIHost:Fr,isIOS_QQ:Qr&&ca,encodeBase64:Po,decodeBase64:Wa,simplifyPath:Go,readAsBinaryString:cr,parseResBody:us};y.exports=Kn}).call(this,k("./node_modules/process/browser.js"))}})})})(cosJsSdkV5);var cosJsSdkV5Exports=cosJsSdkV5.exports;const COS=getDefaultExportFromCjs(cosJsSdkV5Exports);var toString$1=Object.prototype.toString,isModern=typeof Buffer$2<"u"&&typeof Buffer$2.alloc=="function"&&typeof Buffer$2.allocUnsafe=="function"&&typeof Buffer$2.from=="function";function isArrayBuffer$1(e){return toString$1.call(e).slice(8,-1)==="ArrayBuffer"}function fromArrayBuffer(e,t,y){t>>>=0;var n=e.byteLength-t;if(n<0)throw new RangeError("'offset' is out of bounds");if(y===void 0)y=n;else if(y>>>=0,y>n)throw new RangeError("'length' is out of bounds");return isModern?Buffer$2.from(e.slice(t,t+y)):new Buffer$2(new Uint8Array(e.slice(t,t+y)))}function fromString(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!Buffer$2.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');return isModern?Buffer$2.from(e,t):new Buffer$2(e,t)}function bufferFrom(e,t,y){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return isArrayBuffer$1(e)?fromArrayBuffer(e,t,y):typeof e=="string"?fromString(e,t):isModern?Buffer$2.from(e):new Buffer$2(e)}var bufferFrom_1=bufferFrom;const Buffer=getDefaultExportFromCjs(bufferFrom_1);var byteToHex=[];for(var i=0;i<256;++i)byteToHex.push((i+256).toString(16).slice(1));function unsafeStringify(e,t=0){return(byteToHex[e[t+0]]+byteToHex[e[t+1]]+byteToHex[e[t+2]]+byteToHex[e[t+3]]+"-"+byteToHex[e[t+4]]+byteToHex[e[t+5]]+"-"+byteToHex[e[t+6]]+byteToHex[e[t+7]]+"-"+byteToHex[e[t+8]]+byteToHex[e[t+9]]+"-"+byteToHex[e[t+10]]+byteToHex[e[t+11]]+byteToHex[e[t+12]]+byteToHex[e[t+13]]+byteToHex[e[t+14]]+byteToHex[e[t+15]]).toLowerCase()}var getRandomValues,rnds8=new Uint8Array(16);function rng(){if(!getRandomValues&&(getRandomValues=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!getRandomValues))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return getRandomValues(rnds8)}var randomUUID=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const native={randomUUID};function v4(e,t,y){if(native.randomUUID&&!t&&!e)return native.randomUUID();e=e||{};var n=e.random||(e.rng||rng)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){y=y||0;for(var k=0;k<16;++k)t[y+k]=n[k];return t}return unsafeStringify(n)}var __extends$3=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,k){n.__proto__=k}||function(n,k){for(var L in k)k.hasOwnProperty(L)&&(n[L]=k[L])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),QiniuErrorName;(function(e){e.InvalidFile="InvalidFile",e.InvalidToken="InvalidToken",e.InvalidMetadata="InvalidMetadata",e.InvalidChunkSize="InvalidChunkSize",e.InvalidCustomVars="InvalidCustomVars",e.NotAvailableUploadHost="NotAvailableUploadHost",e.ReadCacheFailed="ReadCacheFailed",e.InvalidCacheData="InvalidCacheData",e.WriteCacheFailed="WriteCacheFailed",e.RemoveCacheFailed="RemoveCacheFailed",e.GetCanvasContextFailed="GetCanvasContextFailed",e.UnsupportedFileType="UnsupportedFileType",e.FileReaderReadFailed="FileReaderReadFailed",e.NotAvailableXMLHttpRequest="NotAvailableXMLHttpRequest",e.InvalidProgressEventTarget="InvalidProgressEventTarget",e.RequestError="RequestError"})(QiniuErrorName||(QiniuErrorName={}));var QiniuError=function(){function e(t,y){this.name=t,this.message=y,this.stack=new Error().stack}return e}(),QiniuRequestError=function(e){__extends$3(t,e);function t(y,n,k,L){var $=e.call(this,QiniuErrorName.RequestError,k)||this;return $.code=y,$.reqId=n,$.isRequestError=!0,$.data=L,$}return t}(QiniuError),QiniuNetworkError=function(e){__extends$3(t,e);function t(y,n){return n===void 0&&(n=""),e.call(this,0,n,y)||this}return t}(QiniuRequestError),Pool=function(){function e(t,y){this.runTask=t,this.limit=y,this.aborted=!1,this.queue=[],this.processing=[]}return e.prototype.enqueue=function(t){var y=this;return new Promise(function(n,k){y.queue.push({task:t,resolve:n,reject:k}),y.check()})},e.prototype.run=function(t){var y=this;this.queue=this.queue.filter(function(n){return n!==t}),this.processing.push(t),this.runTask(t.task).then(function(){y.processing=y.processing.filter(function(n){return n!==t}),t.resolve(),y.check()},function(n){return t.reject(n)})},e.prototype.check=function(){var t=this;if(!this.aborted){var y=this.processing.length,n=this.limit-y;this.queue.slice(0,n).forEach(function(k){t.run(k)})}},e.prototype.abort=function(){this.queue=[],this.aborted=!0},e}(),__extends$2=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,k){n.__proto__=k}||function(n,k){for(var L in k)k.hasOwnProperty(L)&&(n[L]=k[L])},e(t,y)};return function(t,y){e(t,y);function n(){this.constructor=t}t.prototype=y===null?Object.create(y):(n.prototype=y.prototype,new n)}}(),__assign$6=function(){return __assign$6=Object.assign||function(e){for(var t,y=1,n=arguments.length;y"u")return"";var t=e+"",y="",n,k,L=0;n=k=0,L=t.length;for(var $=0;$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>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>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>>25)+Ne|0,Ue+=(he&Ne|~he&Fe)+Ce[1]-389564586|0,Ue=(Ue<<12|Ue>>>20)+he|0,Fe+=(Ue&he|~Ue&Ne)+Ce[2]+606105819|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&he)+Ce[3]-1044525330|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Fe|~Ne&Ue)+Ce[4]-176418897|0,he=(he<<7|he>>>25)+Ne|0,Ue+=(he&Ne|~he&Fe)+Ce[5]+1200080426|0,Ue=(Ue<<12|Ue>>>20)+he|0,Fe+=(Ue&he|~Ue&Ne)+Ce[6]-1473231341|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&he)+Ce[7]-45705983|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Fe|~Ne&Ue)+Ce[8]+1770035416|0,he=(he<<7|he>>>25)+Ne|0,Ue+=(he&Ne|~he&Fe)+Ce[9]-1958414417|0,Ue=(Ue<<12|Ue>>>20)+he|0,Fe+=(Ue&he|~Ue&Ne)+Ce[10]-42063|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&he)+Ce[11]-1990404162|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Fe|~Ne&Ue)+Ce[12]+1804603682|0,he=(he<<7|he>>>25)+Ne|0,Ue+=(he&Ne|~he&Fe)+Ce[13]-40341101|0,Ue=(Ue<<12|Ue>>>20)+he|0,Fe+=(Ue&he|~Ue&Ne)+Ce[14]-1502002290|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&he)+Ce[15]+1236535329|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Ue|Fe&~Ue)+Ce[1]-165796510|0,he=(he<<5|he>>>27)+Ne|0,Ue+=(he&Fe|Ne&~Fe)+Ce[6]-1069501632|0,Ue=(Ue<<9|Ue>>>23)+he|0,Fe+=(Ue&Ne|he&~Ne)+Ce[11]+643717713|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&he|Ue&~he)+Ce[0]-373897302|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne&Ue|Fe&~Ue)+Ce[5]-701558691|0,he=(he<<5|he>>>27)+Ne|0,Ue+=(he&Fe|Ne&~Fe)+Ce[10]+38016083|0,Ue=(Ue<<9|Ue>>>23)+he|0,Fe+=(Ue&Ne|he&~Ne)+Ce[15]-660478335|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&he|Ue&~he)+Ce[4]-405537848|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne&Ue|Fe&~Ue)+Ce[9]+568446438|0,he=(he<<5|he>>>27)+Ne|0,Ue+=(he&Fe|Ne&~Fe)+Ce[14]-1019803690|0,Ue=(Ue<<9|Ue>>>23)+he|0,Fe+=(Ue&Ne|he&~Ne)+Ce[3]-187363961|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&he|Ue&~he)+Ce[8]+1163531501|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne&Ue|Fe&~Ue)+Ce[13]-1444681467|0,he=(he<<5|he>>>27)+Ne|0,Ue+=(he&Fe|Ne&~Fe)+Ce[2]-51403784|0,Ue=(Ue<<9|Ue>>>23)+he|0,Fe+=(Ue&Ne|he&~Ne)+Ce[7]+1735328473|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&he|Ue&~he)+Ce[12]-1926607734|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne^Fe^Ue)+Ce[5]-378558|0,he=(he<<4|he>>>28)+Ne|0,Ue+=(he^Ne^Fe)+Ce[8]-2022574463|0,Ue=(Ue<<11|Ue>>>21)+he|0,Fe+=(Ue^he^Ne)+Ce[11]+1839030562|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^he)+Ce[14]-35309556|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Ne^Fe^Ue)+Ce[1]-1530992060|0,he=(he<<4|he>>>28)+Ne|0,Ue+=(he^Ne^Fe)+Ce[4]+1272893353|0,Ue=(Ue<<11|Ue>>>21)+he|0,Fe+=(Ue^he^Ne)+Ce[7]-155497632|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^he)+Ce[10]-1094730640|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Ne^Fe^Ue)+Ce[13]+681279174|0,he=(he<<4|he>>>28)+Ne|0,Ue+=(he^Ne^Fe)+Ce[0]-358537222|0,Ue=(Ue<<11|Ue>>>21)+he|0,Fe+=(Ue^he^Ne)+Ce[3]-722521979|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^he)+Ce[6]+76029189|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Ne^Fe^Ue)+Ce[9]-640364487|0,he=(he<<4|he>>>28)+Ne|0,Ue+=(he^Ne^Fe)+Ce[12]-421815835|0,Ue=(Ue<<11|Ue>>>21)+he|0,Fe+=(Ue^he^Ne)+Ce[15]+530742520|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^he)+Ce[2]-995338651|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Fe^(Ne|~Ue))+Ce[0]-198630844|0,he=(he<<6|he>>>26)+Ne|0,Ue+=(Ne^(he|~Fe))+Ce[7]+1126891415|0,Ue=(Ue<<10|Ue>>>22)+he|0,Fe+=(he^(Ue|~Ne))+Ce[14]-1416354905|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(Fe|~he))+Ce[5]-57434055|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,he+=(Fe^(Ne|~Ue))+Ce[12]+1700485571|0,he=(he<<6|he>>>26)+Ne|0,Ue+=(Ne^(he|~Fe))+Ce[3]-1894986606|0,Ue=(Ue<<10|Ue>>>22)+he|0,Fe+=(he^(Ue|~Ne))+Ce[10]-1051523|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(Fe|~he))+Ce[1]-2054922799|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,he+=(Fe^(Ne|~Ue))+Ce[8]+1873313359|0,he=(he<<6|he>>>26)+Ne|0,Ue+=(Ne^(he|~Fe))+Ce[15]-30611744|0,Ue=(Ue<<10|Ue>>>22)+he|0,Fe+=(he^(Ue|~Ne))+Ce[6]-1560198380|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(Fe|~he))+Ce[13]+1309151649|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,he+=(Fe^(Ne|~Ue))+Ce[4]-145523070|0,he=(he<<6|he>>>26)+Ne|0,Ue+=(Ne^(he|~Fe))+Ce[11]-1120210379|0,Ue=(Ue<<10|Ue>>>22)+he|0,Fe+=(he^(Ue|~Ne))+Ce[2]+718787259|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(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]=Ue+_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,Ue,kt,Et,Ve;for(Ne=64;Ne<=Ce;Ne+=64)k(he,L(_e.substring(Ne-64,Ne)));for(_e=_e.substring(Ne-64),Fe=_e.length,Ue=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Ne=0;Ne>2]|=_e.charCodeAt(Ne)<<(Ne%4<<3);if(Ue[Ne>>2]|=128<<(Ne%4<<3),Ne>55)for(k(he,Ue),Ne=0;Ne<16;Ne+=1)Ue[Ne]=0;return kt=Ce*8,kt=kt.toString(16).match(/(.*?)(.{0,8})$/),Et=parseInt(kt[2],16),Ve=parseInt(kt[1],16)||0,Ue[14]=Et,Ue[15]=Ve,k(he,Ue),he}function V(_e){var Ce=_e.length,he=[1732584193,-271733879,-1732584194,271733878],Ne,Fe,Ue,kt,Et,Ve;for(Ne=64;Ne<=Ce;Ne+=64)k(he,$(_e.subarray(Ne-64,Ne)));for(_e=Ne-64>2]|=_e[Ne]<<(Ne%4<<3);if(Ue[Ne>>2]|=128<<(Ne%4<<3),Ne>55)for(k(he,Ue),Ne=0;Ne<16;Ne+=1)Ue[Ne]=0;return kt=Ce*8,kt=kt.toString(16).match(/(.*?)(.{0,8})$/),Et=parseInt(kt[2],16),Ve=parseInt(kt[1],16)||0,Ue[14]=Et,Ue[15]=Ve,k(he,Ue),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),Ue=Ne,kt,Et,Ve,qe;return he!==y&&(Ue=_e(he,Ne)),Fe>Ue?new ArrayBuffer(0):(kt=Ue-Fe,Et=new ArrayBuffer(kt),Ve=new Uint8Array(Et),qe=new Uint8Array(this,Fe,kt),Ve.set(qe),Et)}}();function ie(_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),Ue;for(Ue=0;Ue>2]|=Ce.charCodeAt(Ne)<<(Ne%4<<3);return this._finish(Fe,he),Ue=re(this._hash),_e&&(Ue=pe(Ue)),this.reset(),Ue},Ie.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ie.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},Ie.prototype.setState=function(_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,Ue;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),Ue=parseInt(Ne[1],16)||0,_e[14]=Fe,_e[15]=Ue,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>2]|=Ce[Fe]<<(Fe%4<<3);return this._finish(Ne,he),Ue=re(this._hash),_e&&(Ue=pe(Ue)),this.reset(),Ue},Ie.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ie.ArrayBuffer.prototype.getState=function(){var _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;y0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]e.size)y=e.size;else for(;e.size>y*1e4;)y*=2;for(var n=[],k=Math.ceil(e.size/y),L=0;L3?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;y0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]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;y0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]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;t1e4*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;y0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]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]>>1^3988292384:n>>>=1;t[y]=n}return t},e.prototype.append=function(t){for(var y=this.crc,n=0;n>>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 k0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]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;t0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]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=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;y0)&&!(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;t0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]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;det=>{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;n0;)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(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=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-${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(kt){y(kt),pe()},function(kt){n(kt),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{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 Ue=new Request(t,{method:"POST",body:n,duplex:"half"}),kt;if(utils$1.isFormData(n)&&(kt=Ue.headers.get("content-type"))&&re.setContentType(kt),Ue.body){const[Et,Ve]=progressEventDecorator(Ce,progressEventReducer(asyncDecorator(V)));n=trackStream(Ue.body,DEFAULT_CHUNK_SIZE,Et,Ve,encodeText)}}utils$1.isString(ie)||(ie=ie?"include":"omit"),Ie=new Request(t,{...oe,signal:ue,method:y.toUpperCase(),headers:re.normalize().toJSON(),body:n,duplex:"half",credentials:ie});let he=await fetch(Ie);const Ne=supportsResponseStream&&(z==="stream"||z==="response");if(supportsResponseStream&&(j||Ne)){const Ue={};["status","statusText","headers"].forEach(qe=>{Ue[qe]=he[qe]});const kt=utils$1.toFiniteNumber(he.headers.get("content-length")),[Et,Ve]=j&&progressEventDecorator(kt,progressEventReducer(asyncDecorator(j),!0))||[];he=new Response(trackStream(he.body,DEFAULT_CHUNK_SIZE,Et,()=>{Ve&&Ve(),Ne&&_e()},encodeText),Ue)}z=z||"text";let Fe=await resolvers[utils$1.findKey(resolvers,z)||"text"](he,e);return!Ne&&_e(),de&&de(),await new Promise((Ue,kt)=>{settle(Ue,kt,{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`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{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,y,n,k;for(t="",n=e.length,y=0;y=1&&k<=127?t+=e.charAt(y):k>2047?(t+=String.fromCharCode(224|k>>12&15),t+=String.fromCharCode(128|k>>6&63),t+=String.fromCharCode(128|k>>0&63)):(t+=String.fromCharCode(192|k>>6&31),t+=String.fromCharCode(128|k>>0&63));return t}function utf8to16(e){let t,y,n,k,L,$;for(t="",n=e.length,y=0;y>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:t+=e.charAt(y-1);break;case 12:case 13: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)<<0);break}return t}const base64EncodeChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",base64DecodeChars=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-1,-1,-1,-1,-1];function base64encode(e){let t,y,n,k,L,$;for(n=e.length,y=0,t="";y>2),t+=base64EncodeChars.charAt((k&3)<<4),t+="==";break}if(L=e.charCodeAt(y++),y==n){t+=base64EncodeChars.charAt(k>>2),t+=base64EncodeChars.charAt((k&3)<<4|(L&240)>>4),t+=base64EncodeChars.charAt((L&15)<<2),t+="=";break}$=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,$,j;for($=e.length,L=0,j="";L<$;){do t=base64DecodeChars[e.charCodeAt(L++)&255];while(L<$&&t==-1);if(t==-1)break;do y=base64DecodeChars[e.charCodeAt(L++)&255];while(L<$&&y==-1);if(y==-1)break;j+=String.fromCharCode(t<<2|(y&48)>>4);do{if(n=e.charCodeAt(L++)&255,n==61)return j;n=base64DecodeChars[n]}while(L<$&&n==-1);if(n==-1)break;j+=String.fromCharCode((y&15)<<4|(n&60)>>2);do{if(k=e.charCodeAt(L++)&255,k==61)return j;k=base64DecodeChars[k]}while(L<$&&k==-1);if(k==-1)break;j+=String.fromCharCode((n&3)<<6|k)}return j}function safe64(e){return e=e.replace(/\+/g,"-"),e=e.replace(/\//g,"_"),e}const tokenTools=Object.freeze(Object.defineProperty({__proto__:null,base64decode,base64encode,safe64,utf16to8,utf8to16},Symbol.toStringTag,{value:"Module"}));function getConfig(e,t){if(e){const k=t==="github"?githubConfig:giteeConfig,{username:L,repoList:$,branch:j,accessTokenList:V}=k,z=Math.floor(Math.random()*V.length),re=V[z].replace("doocsmd",""),ie=Math.floor(Math.random()*$.length),oe=$[ie];return{username:L,repo:oe,branch:j,accessToken:re}}const y=JSON.parse(localStorage.getItem(`${t}Config`)),n=y.repo.replace(`https://${t}.com/`,"").replace(`http://${t}.com/`,"").replace(`${t}.com/`,"").split("/");return{username:n[0],repo:n[1],branch:y.branch||"master",accessToken:y.accessToken}}function getDir(){const e=new Date,t=e.getFullYear(),y=(e.getMonth()+1).toString().padStart(2,"0"),n=e.getDate().toString().padStart(2,"0");return`${t}/${y}/${n}`}function getDateFilename(e){const t=new Date().getTime(),y=e.split(".")[1];return`${t}-${v4()}.${y}`}async function ghFileUpload(e,t){var ue;const y=localStorage.getItem("imgHost")==="default",{username:n,repo:k,branch:L,accessToken:$}=getConfig(y,"github"),j=getDir(),V=`https://api.github.com/repos/${n}/${k}/contents/${j}/`,z=getDateFilename(t),re=await service({url:V+z,method:"put",headers:{Authorization:`token ${$}`},data:{content:e,branch:L,message:`Upload by ${window.location.href}`}}),ie=`raw.githubusercontent.com/${n}/${k}/${L}/`,oe=`fastly.jsdelivr.net/gh/${n}/${k}@${L}/`;return re.content=((ue=re.data)==null?void 0:ue.content)||re.content,y?re.content.download_url.replace(ie,oe):re.content.download_url}async function giteeUpload(e,t){var ie;const y=localStorage.getItem("imgHost")==="default",{username:n,repo:k,branch:L,accessToken:$}=getConfig(y,"gitee"),j=getDir(),V=getDateFilename(t),z=`https://gitee.com/api/v5/repos/${n}/${k}/contents/${j}/${V}`,re=await service({url:z,method:"POST",data:{content:e,branch:L,access_token:$,message:`Upload by ${window.location.href}`}});return re.content=((ie=re.data)==null?void 0:ie.content)||re.content,encodeURI(re.content.download_url)}function getQiniuToken(e,t,y){const n=JSON.stringify(y),k=base64encode(utf16to8(n)),$=CryptoJS.HmacSHA1(k,t).toString(CryptoJS.enc.Base64);return`${e}:${safe64($)}:${k}`}async function qiniuUpload(e){const{accessKey:t,secretKey:y,bucket:n,region:k,path:L,domain:$}=JSON.parse(localStorage.getItem("qiniuConfig")),j=getQiniuToken(t,y,{scope:n,deadline:Math.trunc(new Date().getTime()/1e3)+3600}),z=(L?`${L}/`:"")+getDateFilename(e.name),re=upload(e,z,j,{},{region:k});return new Promise((ie,oe)=>{re.subscribe({next:ue=>{console.log(ue)},error:ue=>{oe(ue.message)},complete:ue=>{ie(`${$}/${ue.key}`)}})})}async function aliOSSFileUpload(e,t){const y=getDateFilename(t),{region:n,bucket:k,accessKeyId:L,accessKeySecret:$,cdnHost:j,path:V}=JSON.parse(localStorage.getItem("aliOSSConfig")),z=Buffer(e,"base64"),re=`${V}/${y}`,ie=new OSS({region:n,bucket:k,accessKeyId:L,accessKeySecret:$});try{const oe=await ie.put(re,z);return j===""?oe.url:`${j}/${V===""?y:re}`}catch(oe){return Promise.reject(oe)}}async function txCOSFileUpload(e){const t=getDateFilename(e.name),{secretId:y,secretKey:n,bucket:k,region:L,path:$,cdnHost:j}=JSON.parse(localStorage.getItem("txCOSConfig")),V=new COS({SecretId:y,SecretKey:n});return new Promise((z,re)=>{V.putObject({Bucket:k,Region:L,Key:`${$}/${t}`,Body:e},(ie,oe)=>{ie?re(ie):z(j?$===""?`${j}/${t}`:`${j}/${$}/${t}`:`https://${oe.Location}`)})})}async function minioFileUpload(e,t){const y=getDateFilename(t),{endpoint:n,port:k,useSSL:L,bucket:$,accessKey:j,secretKey:V}=JSON.parse(localStorage.getItem("minioConfig")),z=Buffer(e,"base64"),re={endPoint:n,useSSL:L,accessKey:j,secretKey:V},ie=Number(k||0),oe=ie>0&&ie!==80&&ie!==443;return oe&&(re.port=ie),new Promise((ue,de)=>{const pe=new Client(re);try{pe.putObject($,y,z,Ie=>{Ie&&de(Ie);const Ce=`${`${L?"https://":"http://"}${n}${oe?`:${k}`:""}`}/${$}/${y}`;ue(Ce)})}catch(Ie){de(Ie)}})}async function formCustomUpload(content,file){const str=` async (CUSTOM_ARG) => { ${localStorage.getItem("formCustomConfig")} } - `;return new Promise((resolve,reject)=>{const exportObj={content,file,util:{axios:service,CryptoJS,OSS,COS,Buffer,uuidv4:v4,qiniu,tokenTools,getDir,getDateFilename},okCb:resolve,errCb:reject};eval(str)(exportObj).catch(e=>{console.error(e),reject(e)})})}function fileUpload(e,t){const y=localStorage.getItem("imgHost");switch(!y&&localStorage.setItem("imgHost","default"),y){case"aliOSS":return aliOSSFileUpload(e,t.name);case"minio":return minioFileUpload(e,t.name);case"txCOS":return txCOSFileUpload(t);case"qiniu":return qiniuUpload(t);case"gitee":return giteeUpload(e,t.name);case"github":return ghFileUpload(e,t.name);case"formCustom":return formCustomUpload(e,t);default:return ghFileUpload(e,t.name)}}const fileApi={fileUpload},_sfc_main$q={__name:"PostInfo",setup(e){const t=useStore(),{output:y}=storeToRefs(t),n=ref$1(!1),$=ref$1({title:"",desc:"",thumb:"",content:""});function k(){var V;let j={};try{j={thumb:(V=document.querySelector("#output img"))==null?void 0:V.src,title:[1,2,3,4,5,6].map(z=>document.querySelector(`#output h${z}`)).filter(z=>z)[0].textContent,desc:document.querySelector("#output p").textContent,content:y.value}}catch(z){console.log("error",z)}$.value={...j,auto:j},n.value=!0}function L(){n.value=!1,window.syncPost({thumb:$.value.thumb||$.value.auto.thumb,title:$.value.title||$.value.auto.title,desc:$.value.desc||$.value.auto.desc,content:$.value.content||$.value.auto.content})}return(j,V)=>{const z=resolveComponent("el-button"),re=resolveComponent("el-alert"),oe=resolveComponent("el-input"),ue=resolveComponent("el-form-item"),de=resolveComponent("el-form"),_e=resolveComponent("el-dialog");return openBlock(),createElementBlock(Fragment,null,[createVNode(z,{plain:"",type:"primary",onClick:k},{default:withCtx(()=>[createTextVNode(" 发布 ")]),_:1}),createVNode(_e,{title:"发布","model-value":n.value,onClose:V[4]||(V[4]=Ne=>n.value=!1)},{footer:withCtx(()=>[createVNode(z,{onClick:V[3]||(V[3]=Ne=>n.value=!1)},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(z,{type:"primary",onClick:L},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})]),default:withCtx(()=>[createVNode(re,{class:"mb-4",title:"注:此功能由第三方浏览器插件支持,本平台不保证安全性。",type:"info","show-icon":""}),createVNode(de,{class:"postInfo","label-width":"50",model:$.value},{default:withCtx(()=>[createVNode(ue,{label:"封面"},{default:withCtx(()=>[createVNode(oe,{modelValue:$.value.thumb,"onUpdate:modelValue":V[0]||(V[0]=Ne=>$.value.thumb=Ne),placeholder:"自动提取第一张图"},null,8,["modelValue"])]),_:1}),createVNode(ue,{label:"标题"},{default:withCtx(()=>[createVNode(oe,{modelValue:$.value.title,"onUpdate:modelValue":V[1]||(V[1]=Ne=>$.value.title=Ne),placeholder:"自动提取第一个标题"},null,8,["modelValue"])]),_:1}),createVNode(ue,{label:"描述"},{default:withCtx(()=>[createVNode(oe,{modelValue:$.value.desc,"onUpdate:modelValue":V[2]||(V[2]=Ne=>$.value.desc=Ne),type:"textarea",rows:4,placeholder:"自动提取第一个段落"},null,8,["modelValue"])]),_:1})]),_:1},8,["model"])]),_:1},8,["model-value"])],64)}}};function isComponentPublicInstance(e){return e!=null&&typeof e=="object"&&"$el"in e}function unwrapElement(e){if(isComponentPublicInstance(e)){const t=e.$el;return isNode$1(t)&&getNodeName(t)==="#comment"?null:t}return e}function toValue$1(e){return typeof e=="function"?e():unref(e)}function arrow(e){return{name:"arrow",options:e,fn(t){const y=unwrapElement(toValue$1(e.element));return y==null?{}:arrow$1({element:y,padding:e.padding}).fn(t)}}}function getDPR(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function roundByDPR(e,t){const y=getDPR(e);return Math.round(t*y)/y}function useFloating(e,t,y){y===void 0&&(y={});const n=y.whileElementsMounted,$=computed(()=>{var dr;return(dr=toValue$1(y.open))!=null?dr:!0}),k=computed(()=>toValue$1(y.middleware)),L=computed(()=>{var dr;return(dr=toValue$1(y.placement))!=null?dr:"bottom"}),j=computed(()=>{var dr;return(dr=toValue$1(y.strategy))!=null?dr:"absolute"}),V=computed(()=>{var dr;return(dr=toValue$1(y.transform))!=null?dr:!0}),z=computed(()=>unwrapElement(e.value)),re=computed(()=>unwrapElement(t.value)),oe=ref$1(0),ue=ref$1(0),de=ref$1(j.value),_e=ref$1(L.value),Ne=shallowRef({}),Ue=ref$1(!1),$e=computed(()=>{const dr={position:de.value,left:"0",top:"0"};if(!re.value)return dr;const cr=roundByDPR(re.value,oe.value),nr=roundByDPR(re.value,ue.value);return V.value?{...dr,transform:"translate("+cr+"px, "+nr+"px)",...getDPR(re.value)>=1.5&&{willChange:"transform"}}:{position:de.value,left:cr+"px",top:nr+"px"}});let Ve;function Fe(){z.value==null||re.value==null||computePosition(z.value,re.value,{middleware:k.value,placement:L.value,strategy:j.value}).then(dr=>{oe.value=dr.x,ue.value=dr.y,de.value=dr.strategy,_e.value=dr.placement,Ne.value=dr.middlewareData,Ue.value=!0})}function qe(){typeof Ve=="function"&&(Ve(),Ve=void 0)}function er(){if(qe(),n===void 0){Fe();return}if(z.value!=null&&re.value!=null){Ve=n(z.value,re.value,Fe);return}}function ir(){$.value||(Ue.value=!1)}return watch([k,L,j],Fe,{flush:"sync"}),watch([z,re],er,{flush:"sync"}),watch($,ir,{flush:"sync"}),getCurrentScope()&&onScopeDispose(qe),{x:shallowReadonly(oe),y:shallowReadonly(ue),strategy:shallowReadonly(de),placement:shallowReadonly(_e),middlewareData:shallowReadonly(Ne),isPositioned:shallowReadonly(Ue),floatingStyles:$e,update:Fe}}function Q(e,t){const y=typeof e=="string"&&!t?`${e}Context`:t,n=Symbol(y);return[$=>{const k=inject(n,$);if(k||k===null)return k;throw new Error(`Injection \`${n.toString()}\` not found. Component must be used within ${Array.isArray(e)?`one of the following components: ${e.join(", ")}`:`\`${e}\``}`)},$=>(provide(n,$),$)]}function zt(e,t,y){const n=y.originalEvent.target,$=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:y});t&&n.addEventListener(e,t,{once:!0}),n.dispatchEvent($)}function qr(e,t){var y;const n=shallowRef();return watchEffect(()=>{n.value=e()},{...t,flush:(y=void 0)!=null?y:"sync"}),readonly(n)}function mt(e){return getCurrentScope()?(onScopeDispose(e),!0):!1}function ia(){const e=new Set,t=y=>{e.delete(y)};return{on:y=>{e.add(y);const n=()=>t(y);return mt(n),{off:n}},off:t,trigger:(...y)=>Promise.all(Array.from(e).map(n=>n(...y)))}}function Xr(e){let t=!1,y;const n=effectScope(!0);return(...$)=>(t||(y=n.run(()=>e(...$)),t=!0),y)}function wl(e){let t=0,y,n;const $=()=>{t-=1,n&&t<=0&&(n.stop(),y=void 0,n=void 0)};return(...k)=>(t+=1,y||(n=effectScope(!0),y=n.run(()=>e(...k))),mt($),y)}function ze(e){return typeof e=="function"?e():unref(e)}const Ze=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Jr=e=>typeof e<"u",ei=Object.prototype.toString,ti=e=>ei.call(e)==="[object Object]",Va=()=>{},Lo=ai();function ai(){var e,t;return Ze&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function xl(e,t){function y(...n){return new Promise(($,k)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then($).catch(k)})}return y}const Sl=e=>e();function oi(e=Sl){const t=ref$1(!0);function y(){t.value=!1}function n(){t.value=!0}const $=(...k)=>{t.value&&e(...k)};return{isActive:readonly(t),pause:y,resume:n,eventFilter:$}}function El(e){return getCurrentInstance()}function Dt(e,t=1e4){return customRef((y,n)=>{let $=ze(e),k;const L=()=>setTimeout(()=>{$=ze(e),n()},ze(t));return mt(()=>{clearTimeout(k)}),{get(){return y(),$},set(j){$=j,n(),clearTimeout(k),k=L()}}})}function li(e,t,y={}){const{eventFilter:n=Sl,...$}=y;return watch(e,xl(n,t),$)}function zo(e,t,y={}){const{eventFilter:n,...$}=y,{eventFilter:k,pause:L,resume:j,isActive:V}=oi(n);return{stop:li(e,t,{...$,eventFilter:k}),pause:L,resume:j,isActive:V}}function si(e,t,...[y]){const{flush:n="sync",deep:$=!1,immediate:k=!0,direction:L="both",transform:j={}}=y||{},V=[],z="ltr"in j&&j.ltr||(oe=>oe),re="rtl"in j&&j.rtl||(oe=>oe);return(L==="both"||L==="ltr")&&V.push(zo(e,oe=>{V.forEach(ue=>ue.pause()),t.value=z(oe),V.forEach(ue=>ue.resume())},{flush:n,deep:$,immediate:k})),(L==="both"||L==="rtl")&&V.push(zo(t,oe=>{V.forEach(ue=>ue.pause()),e.value=re(oe),V.forEach(ue=>ue.resume())},{flush:n,deep:$,immediate:k})),()=>{V.forEach(oe=>oe.stop())}}function ri(e,t){El()&&onBeforeUnmount(e,t)}function Be(e){var t;const y=ze(e);return(t=y==null?void 0:y.$el)!=null?t:y}const Ut=Ze?window:void 0;function Le(...e){let t,y,n,$;if(typeof e[0]=="string"||Array.isArray(e[0])?([y,n,$]=e,t=Ut):[t,y,n,$]=e,!t)return Va;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const k=[],L=()=>{k.forEach(re=>re()),k.length=0},j=(re,oe,ue,de)=>(re.addEventListener(oe,ue,de),()=>re.removeEventListener(oe,ue,de)),V=watch(()=>[Be(t),ze($)],([re,oe])=>{if(L(),!re)return;const ue=ti(oe)?{...oe}:oe;k.push(...y.flatMap(de=>n.map(_e=>j(re,de,_e,ue))))},{immediate:!0,flush:"post"}),z=()=>{V(),L()};return mt(z),z}function ci(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function jn(...e){let t,y,n={};e.length===3?(t=e[0],y=e[1],n=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,y=e[0],n=e[1]):(t=e[0],y=e[1]):(t=!0,y=e[0]);const{target:$=Ut,eventName:k="keydown",passive:L=!1,dedupe:j=!1}=n,V=ci(t);return Le($,k,z=>{z.repeat&&ze(j)||V(z)&&y(z)},L)}function ja(){const e=ref$1(!1),t=getCurrentInstance();return t&&onMounted(()=>{e.value=!0},t),e}function fi(e){return JSON.parse(JSON.stringify(e))}function ae(e,t,y,n={}){var $,k,L;const{clone:j=!1,passive:V=!1,eventName:z,deep:re=!1,defaultValue:oe,shouldEmit:ue}=n,de=getCurrentInstance(),_e=y||(de==null?void 0:de.emit)||(($=de==null?void 0:de.$emit)==null?void 0:$.bind(de))||((L=(k=de==null?void 0:de.proxy)==null?void 0:k.$emit)==null?void 0:L.bind(de==null?void 0:de.proxy));let Ne=z;t||(t="modelValue"),Ne=Ne||`update:${t.toString()}`;const Ue=Fe=>j?typeof j=="function"?j(Fe):fi(Fe):Fe,$e=()=>Jr(e[t])?Ue(e[t]):oe,Ve=Fe=>{ue?ue(Fe)&&_e(Ne,Fe):_e(Ne,Fe)};if(V){const Fe=$e(),qe=ref$1(Fe);let er=!1;return watch(()=>e[t],ir=>{er||(er=!0,qe.value=Ue(ir),nextTick$3(()=>er=!1))}),watch(qe,ir=>{!er&&(ir!==e[t]||re)&&Ve(ir)},{deep:re}),qe}else return computed({get(){return $e()},set(Fe){Ve(Fe)}})}function Ua(e){return e?e.flatMap(t=>t.type===Fragment?Ua(t.children):[t]):[]}const hi=["INPUT","TEXTAREA"];function $t(e,t,y,n={}){if(!t||n.enableIgnoredElement&&hi.includes(t.nodeName))return null;const{arrowKeyOptions:$="both",attributeName:k="[data-radix-vue-collection-item]",itemsArray:L=[],loop:j=!0,dir:V="ltr",preventScroll:z=!0,focus:re=!1}=n,[oe,ue,de,_e,Ne,Ue]=[e.key==="ArrowRight",e.key==="ArrowLeft",e.key==="ArrowUp",e.key==="ArrowDown",e.key==="Home",e.key==="End"],$e=de||_e,Ve=oe||ue;if(!Ne&&!Ue&&(!$e&&!Ve||$==="vertical"&&Ve||$==="horizontal"&&$e))return null;const Fe=y?Array.from(y.querySelectorAll(k)):L;if(!Fe.length)return null;z&&e.preventDefault();let qe=null;return Ve||$e?qe=Il(Fe,t,{goForward:$e?_e:V==="ltr"?oe:ue,loop:j}):Ne?qe=Fe.at(0)||null:Ue&&(qe=Fe.at(-1)||null),re&&(qe==null||qe.focus()),qe}function Il(e,t,y,n=e.length){if(--n===0)return null;const $=e.indexOf(t),k=y.goForward?$+1:$-1;if(!y.loop&&(k<0||k>=e.length))return null;const L=(k+e.length)%e.length,j=e[L];return j?j.hasAttribute("disabled")&&j.getAttribute("disabled")!=="false"?Il(e,j,y,n):j:null}function gn(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)==="[object Module]":!0}function Pn(e,t,y=".",n){if(!gn(t))return Pn(e,{},y);const $=Object.assign({},t);for(const k in e){if(k==="__proto__"||k==="constructor")continue;const L=e[k];L!=null&&(Array.isArray(L)&&Array.isArray($[k])?$[k]=[...L,...$[k]]:gn(L)&&gn($[k])?$[k]=Pn(L,$[k],(y?`${y}.`:"")+k.toString()):$[k]=L)}return $}function yi(e){return(...t)=>t.reduce((y,n)=>Pn(y,n,""),{})}const gi=yi(),[Ga,bi]=Q("ConfigProvider");let Ci="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",wi=(e=21)=>{let t="",y=e;for(;y--;)t+=Ci[Math.random()*64|0];return t};const _i=wl(()=>{const e=ref$1(new Map),t=ref$1(),y=computed(()=>{for(const L of e.value.values())if(L)return!0;return!1}),n=Ga({scrollBody:ref$1(!0)});let $=null;const k=()=>{document.body.style.paddingRight="",document.body.style.marginRight="",document.body.style.pointerEvents="",document.body.style.removeProperty("--scrollbar-width"),document.body.style.overflow=t.value??"",Lo&&($==null||$()),t.value=void 0};return watch(y,(L,j)=>{var V;if(!Ze)return;if(!L){j&&k();return}t.value===void 0&&(t.value=document.body.style.overflow);const z=window.innerWidth-document.documentElement.clientWidth,re={padding:z,margin:0},oe=(V=n.scrollBody)!=null&&V.value?typeof n.scrollBody.value=="object"?gi({padding:n.scrollBody.value.padding===!0?z:n.scrollBody.value.padding,margin:n.scrollBody.value.margin===!0?z:n.scrollBody.value.margin},re):re:{padding:0,margin:0};z>0&&(document.body.style.paddingRight=`${oe.padding}px`,document.body.style.marginRight=`${oe.margin}px`,document.body.style.setProperty("--scrollbar-width",`${z}px`),document.body.style.overflow="hidden"),Lo&&($=Le(document,"touchmove",ue=>{var de;ue.target===document.documentElement&&(ue.touches.length>1||(de=ue.preventDefault)==null||de.call(ue))},{passive:!1})),nextTick$3(()=>{document.body.style.pointerEvents="none",document.body.style.overflow="hidden"})},{immediate:!0,flush:"sync"}),e});function ha(e){const t=wi(6),y=_i();y.value.set(t,e??!1);const n=computed({get:()=>y.value.get(t)??!1,set:$=>y.value.set(t,$)});return ri(()=>{y.value.delete(t)}),n}const xi="data-radix-vue-collection-item";function Me(e,t=xi){const y=Symbol();return{createCollection:n=>{const $=ref$1([]);function k(){const L=Be(n);return L?$.value=Array.from(L.querySelectorAll(`[${t}]:not([data-disabled])`)):$.value=[]}return onBeforeUpdate(()=>{$.value=[]}),onMounted(k),onUpdated(k),watch(()=>n==null?void 0:n.value,k,{immediate:!0}),provide(y,$),$},injectCollection:()=>inject(y,ref$1([]))}}function ye(e){const t=Ga({dir:ref$1("ltr")});return computed(()=>{var y;return(e==null?void 0:e.value)||((y=t.dir)==null?void 0:y.value)||"ltr"})}function Re(e){const t=getCurrentInstance(),y=t==null?void 0:t.type.emits,n={};return y!=null&&y.length||console.warn(`No emitted event found. Please check component: ${t==null?void 0:t.type.__name}`),y==null||y.forEach($=>{n[toHandlerKey(camelize($))]=(...k)=>e($,...k)}),n}let bn=0;function Gn(){watchEffect(e=>{if(!Ze)return;const t=document.querySelectorAll("[data-radix-focus-guard]");document.body.insertAdjacentElement("afterbegin",t[0]??Ko()),document.body.insertAdjacentElement("beforeend",t[1]??Ko()),bn++,e(()=>{bn===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(y=>y.remove()),bn--})})}function Ko(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}function Bt(e){const t=getCurrentInstance(),y=Object.keys((t==null?void 0:t.type.props)??{}).reduce(($,k)=>{const L=(t==null?void 0:t.type.props[k]).default;return L!==void 0&&($[k]=L),$},{}),n=toRef$1(e);return computed(()=>{const $={},k=(t==null?void 0:t.vnode.props)??{};return Object.keys(k).forEach(L=>{$[camelize(L)]=k[L]}),Object.keys({...y,...$}).reduce((L,j)=>(n.value[j]!==void 0&&(L[j]=n.value[j]),L),{})})}function xe(e,t){const y=Bt(e),n=t?Re(t):{};return computed(()=>({...y.value,...n}))}function T(){const e=getCurrentInstance(),t=ref$1(),y=computed(()=>{var L,j;return["#text","#comment"].includes((L=t.value)==null?void 0:L.$el.nodeName)?(j=t.value)==null?void 0:j.$el.nextElementSibling:Be(t)}),n=Object.assign({},e.exposed),$={};for(const L in e.props)Object.defineProperty($,L,{enumerable:!0,configurable:!0,get:()=>e.props[L]});if(Object.keys(n).length>0)for(const L in n)Object.defineProperty($,L,{enumerable:!0,configurable:!0,get:()=>n[L]});Object.defineProperty($,"$el",{enumerable:!0,configurable:!0,get:()=>e.vnode.el}),e.exposed=$;function k(L){t.value=L,!(L instanceof Element||!L)&&(Object.defineProperty($,"$el",{enumerable:!0,configurable:!0,get:()=>L.$el}),e.exposed=$)}return{forwardRef:k,currentRef:t,currentElement:y}}function Tl(e,t){const y=Dt(!1,300),n=ref$1(null),$=ia();function k(){n.value=null,y.value=!1}function L(j,V){const z=j.currentTarget,re={x:j.clientX,y:j.clientY},oe=Si(re,z.getBoundingClientRect()),ue=Ei(re,oe),de=Pi(V.getBoundingClientRect()),_e=$i([...ue,...de]);n.value=_e,y.value=!0}return watchEffect(j=>{if(e.value&&t.value){const V=re=>L(re,t.value),z=re=>L(re,e.value);e.value.addEventListener("pointerleave",V),t.value.addEventListener("pointerleave",z),j(()=>{var re,oe;(re=e.value)==null||re.removeEventListener("pointerleave",V),(oe=t.value)==null||oe.removeEventListener("pointerleave",z)})}}),watchEffect(j=>{if(n.value){const V=z=>{var re,oe;if(!n.value)return;const ue=z.target,de={x:z.clientX,y:z.clientY},_e=((re=e.value)==null?void 0:re.contains(ue))||((oe=t.value)==null?void 0:oe.contains(ue)),Ne=!Di(de,n.value),Ue=ue.hasAttribute("data-grace-area-trigger");_e?k():(Ne||Ue)&&(k(),$.trigger())};document.addEventListener("pointermove",V),j(()=>document.removeEventListener("pointermove",V))}}),{isPointerInTransit:y,onPointerExit:$.on}}function Si(e,t){const y=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),$=Math.abs(t.right-e.x),k=Math.abs(t.left-e.x);switch(Math.min(y,n,$,k)){case k:return"left";case $:return"right";case y:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function Ei(e,t,y=5){const n=[];switch(t){case"top":n.push({x:e.x-y,y:e.y+y},{x:e.x+y,y:e.y+y});break;case"bottom":n.push({x:e.x-y,y:e.y-y},{x:e.x+y,y:e.y-y});break;case"left":n.push({x:e.x+y,y:e.y-y},{x:e.x+y,y:e.y+y});break;case"right":n.push({x:e.x-y,y:e.y-y},{x:e.x-y,y:e.y+y});break}return n}function Pi(e){const{top:t,right:y,bottom:n,left:$}=e;return[{x:$,y:t},{x:y,y:t},{x:y,y:n},{x:$,y:n}]}function Di(e,t){const{x:y,y:n}=e;let $=!1;for(let k=0,L=t.length-1;kn!=re>n&&y<(z-j)*(n-V)/(re-V)+j&&($=!$)}return $}function $i(e){const t=e.slice();return t.sort((y,n)=>y.xn.x?1:y.yn.y?1:0),Bi(t)}function Bi(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n=2;){const k=t[t.length-1],L=t[t.length-2];if((k.x-L.x)*($.y-L.y)>=(k.y-L.y)*($.x-L.x))t.pop();else break}t.push($)}t.pop();const y=[];for(let n=e.length-1;n>=0;n--){const $=e[n];for(;y.length>=2;){const k=y[y.length-1],L=y[y.length-2];if((k.x-L.x)*($.y-L.y)>=(k.y-L.y)*($.x-L.x))y.pop();else break}y.push($)}return y.pop(),t.length===1&&y.length===1&&t[0].x===y[0].x&&t[0].y===y[0].y?t:t.concat(y)}var Ii=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Vt=new WeakMap,Pa=new WeakMap,Da={},Cn=0,Rl=function(e){return e&&(e.host||Rl(e.parentNode))},Ti=function(e,t){return t.map(function(y){if(e.contains(y))return y;var n=Rl(y);return n&&e.contains(n)?n:(console.error("aria-hidden",y,"in not contained inside",e,". Doing nothing"),null)}).filter(function(y){return!!y})},Ri=function(e,t,y,n){var $=Ti(t,Array.isArray(e)?e:[e]);Da[y]||(Da[y]=new WeakMap);var k=Da[y],L=[],j=new Set,V=new Set($),z=function(oe){!oe||j.has(oe)||(j.add(oe),z(oe.parentNode))};$.forEach(z);var re=function(oe){!oe||V.has(oe)||Array.prototype.forEach.call(oe.children,function(ue){if(j.has(ue))re(ue);else try{var de=ue.getAttribute(n),_e=de!==null&&de!=="false",Ne=(Vt.get(ue)||0)+1,Ue=(k.get(ue)||0)+1;Vt.set(ue,Ne),k.set(ue,Ue),L.push(ue),Ne===1&&_e&&Pa.set(ue,!0),Ue===1&&ue.setAttribute(y,"true"),_e||ue.setAttribute(n,"true")}catch($e){console.error("aria-hidden: cannot operate on ",ue,$e)}})};return re(t),j.clear(),Cn++,function(){L.forEach(function(oe){var ue=Vt.get(oe)-1,de=k.get(oe)-1;Vt.set(oe,ue),k.set(oe,de),ue||(Pa.has(oe)||oe.removeAttribute(n),Pa.delete(oe)),de||oe.removeAttribute(y)}),Cn--,Cn||(Vt=new WeakMap,Vt=new WeakMap,Pa=new WeakMap,Da={})}},Ai=function(e,t,y){y===void 0&&(y="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),$=Ii(e);return $?(n.push.apply(n,Array.from($.querySelectorAll("[aria-live]"))),Ri(n,$,y,"aria-hidden")):function(){return null}};function ya(e){let t;watch(()=>Be(e),y=>{y?t=Ai(y):t&&t()}),onUnmounted(()=>{t&&t()})}let Oi=0;function me(e,t="radix"){const{useId:y}=Ga({useId:void 0});return y&&typeof y=="function"?`${t}-${y()}`:`${t}-${++Oi}`}function Al(e){const t=ref$1(),y=computed(()=>{var $;return(($=t.value)==null?void 0:$.width)??0}),n=computed(()=>{var $;return(($=t.value)==null?void 0:$.height)??0});return onMounted(()=>{const $=Be(e);if($){t.value={width:$.offsetWidth,height:$.offsetHeight};const k=new ResizeObserver(L=>{if(!Array.isArray(L)||!L.length)return;const j=L[0];let V,z;if("borderBoxSize"in j){const re=j.borderBoxSize,oe=Array.isArray(re)?re[0]:re;V=oe.inlineSize,z=oe.blockSize}else V=$.offsetWidth,z=$.offsetHeight;t.value={width:V,height:z}});return k.observe($,{box:"border-box"}),()=>k.unobserve($)}else t.value=void 0}),{width:y,height:n}}function Ol(e,t){const y=ref$1(e);function n($){return t[y.value][$]??y.value}return{state:y,dispatch:$=>{y.value=n($)}}}function ga(e){const t=Dt("",1e3);return{search:t,handleTypeaheadSearch:(y,n)=>{var $,k;if(!(e!=null&&e.value)&&!n)return;t.value=t.value+y;const L=(e==null?void 0:e.value)??n,j=document.activeElement,V=((k=($=L.find(ue=>ue===j))==null?void 0:$.textContent)==null?void 0:k.trim())??"",z=L.map(ue=>{var de;return((de=ue.textContent)==null?void 0:de.trim())??""}),re=Yn(z,t.value,V),oe=L.find(ue=>{var de;return((de=ue.textContent)==null?void 0:de.trim())===re});return oe&&oe.focus(),oe},resetTypeahead:()=>{t.value=""}}}function qn(e,t){return e.map((y,n)=>e[(t+n)%e.length])}function Yn(e,t,y){const n=t.length>1&&Array.from(t).every(j=>j===t[0])?t[0]:t,$=y?e.indexOf(y):-1;let k=qn(e,Math.max($,0));n.length===1&&(k=k.filter(j=>j!==y));const L=k.find(j=>j.toLowerCase().startsWith(n.toLowerCase()));return L!==y?L:void 0}const Xn=defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(e,{attrs:t,slots:y}){return()=>{var n,$;if(!y.default)return null;const k=Ua(y.default()),L=k.findIndex(re=>re.type!==Comment);if(L===-1)return k;const j=k[L];(n=j.props)==null||delete n.ref;const V=j.props?mergeProps(t,j.props):t;t.class&&($=j.props)!=null&&$.class&&delete j.props.class;const z=cloneVNode(j,V);for(const re in V)re.startsWith("on")&&(z.props||(z.props={}),z.props[re]=V[re]);return k.length===1?z:(k[L]=z,k)}}}),O=defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"}},setup(e,{attrs:t,slots:y}){const n=e.asChild?"template":e.as;return typeof n=="string"&&["area","img","input"].includes(n)?()=>h$1(n,t):n!=="template"?()=>h$1(e.as,t,{default:y.default}):()=>h$1(Xn,t,{default:y.default})}});function Oe(){const e=ref$1(),t=computed(()=>{var y,n;return["#text","#comment"].includes((y=e.value)==null?void 0:y.$el.nodeName)?(n=e.value)==null?void 0:n.$el.nextElementSibling:Be(e)});return{primitiveElement:e,currentElement:t}}function Ni(e,t){const y=ref$1({}),n=ref$1("none"),$=e.value?"mounted":"unmounted",{state:k,dispatch:L}=Ol($,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}}),j=ue=>{var de;if(Ze){const _e=new CustomEvent(ue,{bubbles:!1,cancelable:!1});(de=t.value)==null||de.dispatchEvent(_e)}};watch(e,async(ue,de)=>{var _e;const Ne=de!==ue;if(await nextTick$3(),Ne){const Ue=n.value,$e=$a(t.value);ue?(L("MOUNT"),j("enter"),$e==="none"&&j("after-enter")):$e==="none"||((_e=y.value)==null?void 0:_e.display)==="none"?(L("UNMOUNT"),j("leave"),j("after-leave")):de&&Ue!==$e?(L("ANIMATION_OUT"),j("leave")):(L("UNMOUNT"),j("after-leave"))}},{immediate:!0});const V=ue=>{const de=$a(t.value),_e=de.includes(ue.animationName),Ne=k.value==="mounted"?"enter":"leave";ue.target===t.value&&_e&&(j(`after-${Ne}`),L("ANIMATION_END")),ue.target===t.value&&de==="none"&&L("ANIMATION_END")},z=ue=>{ue.target===t.value&&(n.value=$a(t.value))},re=watch(t,(ue,de)=>{ue?(y.value=getComputedStyle(ue),ue.addEventListener("animationstart",z),ue.addEventListener("animationcancel",V),ue.addEventListener("animationend",V)):(L("ANIMATION_END"),de==null||de.removeEventListener("animationstart",z),de==null||de.removeEventListener("animationcancel",V),de==null||de.removeEventListener("animationend",V))},{immediate:!0}),oe=watch(k,()=>{const ue=$a(t.value);n.value=k.value==="mounted"?ue:"none"});return onUnmounted(()=>{re(),oe()}),{isPresent:computed(()=>["mounted","unmountSuspended"].includes(k.value))}}function $a(e){return e&&getComputedStyle(e).animationName||"none"}const Pe=defineComponent({name:"Presence",props:{present:{type:Boolean,required:!0},forceMount:{type:Boolean}},slots:{},setup(e,{slots:t,expose:y}){var n;const{present:$,forceMount:k}=toRefs(e),L=ref$1(),{isPresent:j}=Ni($,L);y({present:j});let V=t.default({present:j});V=Ua(V||[]);const z=getCurrentInstance();if(V&&(V==null?void 0:V.length)>1){const re=(n=z==null?void 0:z.parent)!=null&&n.type.name?`<${z.parent.type.name} />`:"component";throw new Error([`Detected an invalid children for \`${re}\` for \`Presence\` component.`,"","Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.","You can apply a few solutions:",["Provide a single child element so that `presence` directive attach correctly.","Ensure the first child is an actual element instead of a raw text node or comment node."].map(oe=>` - ${oe}`).join(` + `;return new Promise((resolve,reject)=>{const exportObj={content,file,util:{axios:service,CryptoJS,OSS,COS,Buffer,uuidv4:v4,qiniu,tokenTools,getDir,getDateFilename},okCb:resolve,errCb:reject};eval(str)(exportObj).catch(e=>{console.error(e),reject(e)})})}function fileUpload(e,t){const y=localStorage.getItem("imgHost");switch(!y&&localStorage.setItem("imgHost","default"),y){case"aliOSS":return aliOSSFileUpload(e,t.name);case"minio":return minioFileUpload(e,t.name);case"txCOS":return txCOSFileUpload(t);case"qiniu":return qiniuUpload(t);case"gitee":return giteeUpload(e,t.name);case"github":return ghFileUpload(e,t.name);case"formCustom":return formCustomUpload(e,t);default:return ghFileUpload(e,t.name)}}const fileApi={fileUpload},_sfc_main$q={__name:"PostInfo",setup(e){const t=useStore(),{output:y}=storeToRefs(t),n=ref$1(!1),k=ref$1({title:"",desc:"",thumb:"",content:""});function L(){var V;let j={};try{j={thumb:(V=document.querySelector("#output img"))==null?void 0:V.src,title:[1,2,3,4,5,6].map(z=>document.querySelector(`#output h${z}`)).filter(z=>z)[0].textContent,desc:document.querySelector("#output p").textContent,content:y.value}}catch(z){console.log("error",z)}k.value={...j,auto:j},n.value=!0}function $(){n.value=!1,window.syncPost({thumb:k.value.thumb||k.value.auto.thumb,title:k.value.title||k.value.auto.title,desc:k.value.desc||k.value.auto.desc,content:k.value.content||k.value.auto.content})}return(j,V)=>{const z=resolveComponent("el-button"),re=resolveComponent("el-alert"),ie=resolveComponent("el-input"),oe=resolveComponent("el-form-item"),ue=resolveComponent("el-form"),de=resolveComponent("el-dialog");return openBlock(),createElementBlock(Fragment,null,[createVNode(z,{plain:"",type:"primary",onClick:L},{default:withCtx(()=>[createTextVNode(" 发布 ")]),_:1}),createVNode(de,{title:"发布","model-value":n.value,onClose:V[4]||(V[4]=pe=>n.value=!1)},{footer:withCtx(()=>[createVNode(z,{onClick:V[3]||(V[3]=pe=>n.value=!1)},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(z,{type:"primary",onClick:$},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})]),default:withCtx(()=>[createVNode(re,{class:"mb-4",title:"注:此功能由第三方浏览器插件支持,本平台不保证安全性。",type:"info","show-icon":""}),createVNode(ue,{class:"postInfo","label-width":"50",model:k.value},{default:withCtx(()=>[createVNode(oe,{label:"封面"},{default:withCtx(()=>[createVNode(ie,{modelValue:k.value.thumb,"onUpdate:modelValue":V[0]||(V[0]=pe=>k.value.thumb=pe),placeholder:"自动提取第一张图"},null,8,["modelValue"])]),_:1}),createVNode(oe,{label:"标题"},{default:withCtx(()=>[createVNode(ie,{modelValue:k.value.title,"onUpdate:modelValue":V[1]||(V[1]=pe=>k.value.title=pe),placeholder:"自动提取第一个标题"},null,8,["modelValue"])]),_:1}),createVNode(oe,{label:"描述"},{default:withCtx(()=>[createVNode(ie,{modelValue:k.value.desc,"onUpdate:modelValue":V[2]||(V[2]=pe=>k.value.desc=pe),type:"textarea",rows:4,placeholder:"自动提取第一个段落"},null,8,["modelValue"])]),_:1})]),_:1},8,["model"])]),_:1},8,["model-value"])],64)}}};function isComponentPublicInstance(e){return e!=null&&typeof e=="object"&&"$el"in e}function unwrapElement(e){if(isComponentPublicInstance(e)){const t=e.$el;return isNode$1(t)&&getNodeName(t)==="#comment"?null:t}return e}function toValue$1(e){return typeof e=="function"?e():unref(e)}function arrow(e){return{name:"arrow",options:e,fn(t){const y=unwrapElement(toValue$1(e.element));return y==null?{}:arrow$1({element:y,padding:e.padding}).fn(t)}}}function getDPR(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function roundByDPR(e,t){const y=getDPR(e);return Math.round(t*y)/y}function useFloating(e,t,y){y===void 0&&(y={});const n=y.whileElementsMounted,k=computed(()=>{var kt;return(kt=toValue$1(y.open))!=null?kt:!0}),L=computed(()=>toValue$1(y.middleware)),$=computed(()=>{var kt;return(kt=toValue$1(y.placement))!=null?kt:"bottom"}),j=computed(()=>{var kt;return(kt=toValue$1(y.strategy))!=null?kt:"absolute"}),V=computed(()=>{var kt;return(kt=toValue$1(y.transform))!=null?kt:!0}),z=computed(()=>unwrapElement(e.value)),re=computed(()=>unwrapElement(t.value)),ie=ref$1(0),oe=ref$1(0),ue=ref$1(j.value),de=ref$1($.value),pe=shallowRef({}),Ie=ref$1(!1),_e=computed(()=>{const kt={position:ue.value,left:"0",top:"0"};if(!re.value)return kt;const Et=roundByDPR(re.value,ie.value),Ve=roundByDPR(re.value,oe.value);return V.value?{...kt,transform:"translate("+Et+"px, "+Ve+"px)",...getDPR(re.value)>=1.5&&{willChange:"transform"}}:{position:ue.value,left:Et+"px",top:Ve+"px"}});let Ce;function he(){z.value==null||re.value==null||computePosition(z.value,re.value,{middleware:L.value,placement:$.value,strategy:j.value}).then(kt=>{ie.value=kt.x,oe.value=kt.y,ue.value=kt.strategy,de.value=kt.placement,pe.value=kt.middlewareData,Ie.value=!0})}function Ne(){typeof Ce=="function"&&(Ce(),Ce=void 0)}function Fe(){if(Ne(),n===void 0){he();return}if(z.value!=null&&re.value!=null){Ce=n(z.value,re.value,he);return}}function Ue(){k.value||(Ie.value=!1)}return watch([L,$,j],he,{flush:"sync"}),watch([z,re],Fe,{flush:"sync"}),watch(k,Ue,{flush:"sync"}),getCurrentScope()&&onScopeDispose(Ne),{x:shallowReadonly(ie),y:shallowReadonly(oe),strategy:shallowReadonly(ue),placement:shallowReadonly(de),middlewareData:shallowReadonly(pe),isPositioned:shallowReadonly(Ie),floatingStyles:_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],Ue=>{Fe||(Fe=!0,Ne.value=Ie(Ue),nextTick$1(()=>Fe=!1))}),watch(Ne,Ue=>{!Fe&&(Ue!==e[t]||re)&&Ce(Ue)},{deep:re}),Ne}else return computed({get(){return _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;Ln!=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.xn.x?1:y.yn.y?1:0),Bi(t)}function Bi(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n=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()=>k.value||$.value||j.value?h$1(t.default({present:j})[0],{ref:re=>{const oe=Be(re);return typeof(oe==null?void 0:oe.hasAttribute)>"u"||(oe!=null&&oe.hasAttribute("data-radix-popper-content-wrapper")?L.value=oe.firstElementChild:L.value=oe),oe}}):null}}),ht=defineComponent({__name:"Teleport",props:{to:{default:"body"},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=ja();return(y,n)=>unref(t)||y.forceMount?(openBlock(),createBlock(Teleport$1,{key:0,to:y.to,disabled:y.disabled},[renderSlot(y.$slots,"default")],8,["to","disabled"])):createCommentVNode("",!0)}}),qi="dismissableLayer.pointerDownOutside",Yi="dismissableLayer.focusOutside";function Fl(e,t){const y=t.closest("[data-dismissable-layer]"),n=e.dataset.dismissableLayer===""?e:e.querySelector("[data-dismissable-layer]"),$=Array.from(e.ownerDocument.querySelectorAll("[data-dismissable-layer]"));return!!(y&&n===y||$.indexOf(n)<$.indexOf(y))}function Nl(e,t){var y;const n=((y=t==null?void 0:t.value)==null?void 0:y.ownerDocument)??(globalThis==null?void 0:globalThis.document),$=ref$1(!1),k=ref$1(()=>{});return watchEffect(L=>{if(!Ze)return;const j=async z=>{const re=z.target;if(t!=null&&t.value){if(Fl(t.value,re)){$.value=!1;return}if(z.target&&!$.value){let oe=function(){zt(qi,e,ue)};const ue={originalEvent:z};z.pointerType==="touch"?(n.removeEventListener("click",k.value),k.value=oe,n.addEventListener("click",k.value,{once:!0})):oe()}else n.removeEventListener("click",k.value);$.value=!1}},V=window.setTimeout(()=>{n.addEventListener("pointerdown",j)},0);L(()=>{window.clearTimeout(V),n.removeEventListener("pointerdown",j),n.removeEventListener("click",k.value)})}),{onPointerDownCapture:()=>$.value=!0}}function Ll(e,t){var y;const n=((y=t==null?void 0:t.value)==null?void 0:y.ownerDocument)??(globalThis==null?void 0:globalThis.document),$=ref$1(!1);return watchEffect(k=>{if(!Ze)return;const L=async j=>{t!=null&&t.value&&(await nextTick$3(),!(!t.value||Fl(t.value,j.target))&&j.target&&!$.value&&zt(Yi,e,{originalEvent:j}))};n.addEventListener("focusin",L),k(()=>n.removeEventListener("focusin",L))}),{onFocusCapture:()=>$.value=!0,onBlurCapture:()=>$.value=!1}}const je=reactive({layersRoot:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),yt=defineComponent({__name:"DismissableLayer",props:{disableOutsidePointerEvents:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","dismiss"],setup(e,{emit:t}){const y=e,n=t,{forwardRef:$,currentElement:k}=T(),L=computed(()=>{var _e;return((_e=k.value)==null?void 0:_e.ownerDocument)??globalThis.document}),j=computed(()=>je.layersRoot),V=computed(()=>k.value?Array.from(j.value).indexOf(k.value):-1),z=computed(()=>je.layersWithOutsidePointerEventsDisabled.size>0),re=computed(()=>{const _e=Array.from(j.value),[Ne]=[...je.layersWithOutsidePointerEventsDisabled].slice(-1),Ue=_e.indexOf(Ne);return V.value>=Ue}),oe=Nl(async _e=>{const Ne=[...je.branches].some(Ue=>Ue.contains(_e.target));!re.value||Ne||(n("pointerDownOutside",_e),n("interactOutside",_e),await nextTick$3(),_e.defaultPrevented||n("dismiss"))},k),ue=Ll(_e=>{[...je.branches].some(Ne=>Ne.contains(_e.target))||(n("focusOutside",_e),n("interactOutside",_e),_e.defaultPrevented||n("dismiss"))},k);jn("Escape",_e=>{V.value===j.value.size-1&&(n("escapeKeyDown",_e),_e.defaultPrevented||n("dismiss"))});let de;return watchEffect(_e=>{k.value&&(y.disableOutsidePointerEvents&&(je.layersWithOutsidePointerEventsDisabled.size===0&&(de=L.value.body.style.pointerEvents,L.value.body.style.pointerEvents="none"),je.layersWithOutsidePointerEventsDisabled.add(k.value)),j.value.add(k.value),_e(()=>{y.disableOutsidePointerEvents&&je.layersWithOutsidePointerEventsDisabled.size===1&&(L.value.body.style.pointerEvents=de)}))}),watchEffect(_e=>{_e(()=>{k.value&&(j.value.delete(k.value),je.layersWithOutsidePointerEventsDisabled.delete(k.value))})}),(_e,Ne)=>(openBlock(),createBlock(unref(O),{ref:unref($),"as-child":_e.asChild,as:_e.as,"data-dismissable-layer":"",style:normalizeStyle({pointerEvents:z.value?re.value?"auto":"none":void 0}),onFocusCapture:unref(ue).onFocusCapture,onBlurCapture:unref(ue).onBlurCapture,onPointerdownCapture:unref(oe).onPointerDownCapture},{default:withCtx(()=>[renderSlot(_e.$slots,"default")]),_:3},8,["as-child","as","style","onFocusCapture","onBlurCapture","onPointerdownCapture"]))}}),wn="focusScope.autoFocusOnMount",_n="focusScope.autoFocusOnUnmount",Ho={bubbles:!1,cancelable:!0};function Oa(e,{select:t=!1}={}){const y=document.activeElement;for(const n of e)if(dt(n,{select:t}),document.activeElement!==y)return!0}function Zi(e){const t=Jn(e),y=Wo(t,e),n=Wo(t.reverse(),e);return[y,n]}function Jn(e){const t=[],y=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const $=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||$?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;y.nextNode();)t.push(y.currentNode);return t}function Wo(e,t){for(const y of e)if(!Ji(y,{upTo:t}))return y}function Ji(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Qi(e){return e instanceof HTMLInputElement&&"select"in e}function dt(e,{select:t=!1}={}){if(e&&e.focus){const y=document.activeElement;e.focus({preventScroll:!0}),e!==y&&Qi(e)&&t&&e.select()}}const eu=Xr(()=>ref$1([]));function tu(){const e=eu();return{add(t){const y=e.value[0];t!==y&&(y==null||y.pause()),e.value=jo(e.value,t),e.value.unshift(t)},remove(t){var y;e.value=jo(e.value,t),(y=e.value[0])==null||y.resume()}}}function jo(e,t){const y=[...e],n=y.indexOf(t);return n!==-1&&y.splice(n,1),y}function au(e){return e.filter(t=>t.tagName!=="A")}const Ya=defineComponent({__name:"FocusScope",props:{loop:{type:Boolean,default:!1},trapped:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["mountAutoFocus","unmountAutoFocus"],setup(e,{emit:t}){const y=e,n=t,{currentRef:$,currentElement:k}=T(),L=ref$1(null),j=tu(),V=reactive({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}});watchEffect(re=>{if(!Ze)return;const oe=k.value;if(!y.trapped)return;function ue(Ue){if(V.paused||!oe)return;const $e=Ue.target;oe.contains($e)?L.value=$e:dt(L.value,{select:!0})}function de(Ue){if(V.paused||!oe)return;const $e=Ue.relatedTarget;$e!==null&&(oe.contains($e)||dt(L.value,{select:!0}))}function _e(Ue){oe.contains(L.value)||dt(oe)}document.addEventListener("focusin",ue),document.addEventListener("focusout",de);const Ne=new MutationObserver(_e);oe&&Ne.observe(oe,{childList:!0,subtree:!0}),re(()=>{document.removeEventListener("focusin",ue),document.removeEventListener("focusout",de),Ne.disconnect()})}),watchEffect(async re=>{const oe=k.value;if(await nextTick$3(),!oe)return;j.add(V);const ue=document.activeElement;if(!oe.contains(ue)){const de=new CustomEvent(wn,Ho);oe.addEventListener(wn,_e=>n("mountAutoFocus",_e)),oe.dispatchEvent(de),de.defaultPrevented||(Oa(au(Jn(oe)),{select:!0}),document.activeElement===ue&&dt(oe))}re(()=>{oe.removeEventListener(wn,Ne=>n("mountAutoFocus",Ne));const de=new CustomEvent(_n,Ho),_e=Ne=>{n("unmountAutoFocus",Ne)};oe.addEventListener(_n,_e),oe.dispatchEvent(de),setTimeout(()=>{de.defaultPrevented||dt(ue??document.body,{select:!0}),oe.removeEventListener(_n,_e),j.remove(V)},0)})});function z(re){if(!y.loop&&!y.trapped||V.paused)return;const oe=re.key==="Tab"&&!re.altKey&&!re.ctrlKey&&!re.metaKey,ue=document.activeElement;if(oe&&ue){const de=re.currentTarget,[_e,Ne]=Zi(de);_e&&Ne?!re.shiftKey&&ue===Ne?(re.preventDefault(),y.loop&&dt(_e,{select:!0})):re.shiftKey&&ue===_e&&(re.preventDefault(),y.loop&&dt(Ne,{select:!0})):ue===de&&re.preventDefault()}}return(re,oe)=>(openBlock(),createBlock(unref(O),{ref_key:"currentRef",ref:$,tabindex:"-1","as-child":re.asChild,as:re.as,onKeydown:z},{default:withCtx(()=>[renderSlot(re.$slots,"default")]),_:3},8,["as-child","as"]))}}),nu="menu.itemSelect",Dn=["Enter"," "],ou=["ArrowDown","PageUp","Home"],zl=["ArrowUp","PageDown","End"],lu=[...ou,...zl],su={ltr:[...Dn,"ArrowRight"],rtl:[...Dn,"ArrowLeft"]},ru={ltr:["ArrowLeft"],rtl:["ArrowRight"]};function Qn(e){return e?"open":"closed"}function $n(e){const t=document.activeElement;for(const y of e)if(y===t||(y.focus(),document.activeElement!==t))return}function iu(e,t){const{x:y,y:n}=e;let $=!1;for(let k=0,L=t.length-1;kn!=re>n&&y<(z-j)*(n-V)/(re-V)+j&&($=!$)}return $}function uu(e,t){if(!t)return!1;const y={x:e.clientX,y:e.clientY};return iu(y,t)}function ua(e){return e.pointerType==="mouse"}const[Gl,Gu]=Q("PopperRoot"),It=defineComponent({__name:"PopperRoot",setup(e){const t=ref$1();return Gu({anchor:t,onAnchorChange:y=>t.value=y}),(y,n)=>renderSlot(y.$slots,"default")}}),Tt=defineComponent({__name:"PopperAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(e){const t=e,{forwardRef:y,currentElement:n}=T(),$=Gl();return watchEffect(()=>{$.onAnchorChange(t.element??n.value)}),(k,L)=>(openBlock(),createBlock(unref(O),{ref:unref(y),as:k.as,"as-child":k.asChild},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["as","as-child"]))}});function qu(e){return e!==null}function Yu(e){return{name:"transformOrigin",options:e,fn(t){var y,n,$;const{placement:k,rects:L,middlewareData:j}=t,V=((y=j.arrow)==null?void 0:y.centerOffset)!==0,z=V?0:e.arrowWidth,re=V?0:e.arrowHeight,[oe,ue]=Bn(k),de={start:"0%",center:"50%",end:"100%"}[ue],_e=(((n=j.arrow)==null?void 0:n.x)??0)+z/2,Ne=((($=j.arrow)==null?void 0:$.y)??0)+re/2;let Ue="",$e="";return oe==="bottom"?(Ue=V?de:`${_e}px`,$e=`${-re}px`):oe==="top"?(Ue=V?de:`${_e}px`,$e=`${L.floating.height+re}px`):oe==="right"?(Ue=`${-re}px`,$e=V?de:`${Ne}px`):oe==="left"&&(Ue=`${L.floating.width+re}px`,$e=V?de:`${Ne}px`),{data:{x:Ue,y:$e}}}}}function Bn(e){const[t,y="center"]=e.split("-");return[t,y]}const ql={side:"bottom",sideOffset:0,align:"center",alignOffset:0,arrowPadding:0,avoidCollisions:!0,collisionBoundary:()=>[],collisionPadding:0,sticky:"partial",hideWhenDetached:!1,updatePositionStrategy:"optimized",prioritizePosition:!1},[Xu,Zu]=Q("PopperContent"),Pt=defineComponent({inheritAttrs:!1,__name:"PopperContent",props:mergeDefaults({side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...ql}),emits:["placed"],setup(e,{emit:t}){const y=e,n=t,$=Gl(),{forwardRef:k,currentElement:L}=T(),j=ref$1(),V=ref$1(),{width:z,height:re}=Al(V),oe=computed(()=>y.side+(y.align!=="center"?`-${y.align}`:"")),ue=computed(()=>typeof y.collisionPadding=="number"?y.collisionPadding:{top:0,right:0,bottom:0,left:0,...y.collisionPadding}),de=computed(()=>Array.isArray(y.collisionBoundary)?y.collisionBoundary:[y.collisionBoundary]),_e=computed(()=>({padding:ue.value,boundary:de.value.filter(qu),altBoundary:de.value.length>0})),Ne=qr(()=>[offset({mainAxis:y.sideOffset+re.value,alignmentAxis:y.alignOffset}),y.prioritizePosition&&y.avoidCollisions&&flip({..._e.value}),y.avoidCollisions&&shift({mainAxis:!0,crossAxis:!!y.prioritizePosition,limiter:y.sticky==="partial"?limitShift():void 0,..._e.value}),!y.prioritizePosition&&y.avoidCollisions&&flip({..._e.value}),size({..._e.value,apply:({elements:lr,rects:Et,availableWidth:ie,availableHeight:pe})=>{const{width:Ce,height:Ie}=Et.reference,jt=lr.floating.style;jt.setProperty("--radix-popper-available-width",`${ie}px`),jt.setProperty("--radix-popper-available-height",`${pe}px`),jt.setProperty("--radix-popper-anchor-width",`${Ce}px`),jt.setProperty("--radix-popper-anchor-height",`${Ie}px`)}}),V.value&&arrow({element:V.value,padding:y.arrowPadding}),Yu({arrowWidth:z.value,arrowHeight:re.value}),y.hideWhenDetached&&hide({strategy:"referenceHidden",..._e.value})]),{floatingStyles:Ue,placement:$e,isPositioned:Ve,middlewareData:Fe}=useFloating($.anchor,j,{strategy:"fixed",placement:oe,whileElementsMounted:(...lr)=>autoUpdate(...lr,{animationFrame:y.updatePositionStrategy==="always"}),middleware:Ne}),qe=computed(()=>Bn($e.value)[0]),er=computed(()=>Bn($e.value)[1]);watchPostEffect(()=>{Ve.value&&n("placed")});const ir=computed(()=>{var lr;return((lr=Fe.value.arrow)==null?void 0:lr.centerOffset)!==0}),dr=ref$1("");watchEffect(()=>{L.value&&(dr.value=window.getComputedStyle(L.value).zIndex)});const cr=computed(()=>{var lr;return((lr=Fe.value.arrow)==null?void 0:lr.x)??0}),nr=computed(()=>{var lr;return((lr=Fe.value.arrow)==null?void 0:lr.y)??0});return Zu({placedSide:qe,onArrowChange:lr=>V.value=lr,arrowX:cr,arrowY:nr,shouldHideArrow:ir}),(lr,Et)=>{var ie,pe,Ce;return openBlock(),createElementBlock("div",{ref_key:"floatingRef",ref:j,"data-radix-popper-content-wrapper":"",style:normalizeStyle({...unref(Ue),transform:unref(Ve)?unref(Ue).transform:"translate(0, -200%)",minWidth:"max-content",zIndex:dr.value,"--radix-popper-transform-origin":[(ie=unref(Fe).transformOrigin)==null?void 0:ie.x,(pe=unref(Fe).transformOrigin)==null?void 0:pe.y].join(" "),...((Ce=unref(Fe).hide)==null?void 0:Ce.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}})},[createVNode(unref(O),mergeProps({ref:unref(k)},lr.$attrs,{"as-child":y.asChild,as:lr.as,"data-side":qe.value,"data-align":er.value,style:{animation:unref(Ve)?void 0:"none"}}),{default:withCtx(()=>[renderSlot(lr.$slots,"default")]),_:3},16,["as-child","as","data-side","data-align","style"])],4)}}}),td="data-radix-vue-collection-item",[ao,ad]=Q("CollectionProvider");function ba(e=td){const t=ref$1(new Map),y=ref$1(),n=ad({collectionRef:y,itemMap:t,attrName:e}),{getItems:$}=Zt(n),k=computed(()=>Array.from(n.itemMap.value.values())),L=computed(()=>n.itemMap.value.size);return{getItems:$,reactiveItems:k,itemMapSize:L}}const Ca=defineComponent({name:"CollectionSlot",setup(e,{slots:t}){const y=ao(),{primitiveElement:n,currentElement:$}=Oe();return watch($,()=>{y.collectionRef.value=$.value}),()=>h$1(Xn,{ref:n},t)}}),Xt=defineComponent({name:"CollectionItem",inheritAttrs:!1,props:{value:{validator:()=>!0}},setup(e,{slots:t,attrs:y}){const n=ao(),{primitiveElement:$,currentElement:k}=Oe();return watchEffect(L=>{if(k.value){const j=markRaw(k.value);n.itemMap.value.set(j,{ref:k.value,value:e.value}),L(()=>n.itemMap.value.delete(j))}}),()=>h$1(Xn,{...y,[n.attrName]:"",ref:$},t)}});function Zt(e){const t=e??ao();return{getItems:()=>{const y=t.collectionRef.value;if(!y)return[];const n=Array.from(y.querySelectorAll(`[${t.attrName}]`));return Array.from(t.itemMap.value.values()).sort(($,k)=>n.indexOf($.ref)-n.indexOf(k.ref))}}}const Za=defineComponent({__name:"MenuAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(Tt),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}});function cd(){const e=ref$1(!1);return onMounted(()=>{Le("keydown",()=>{e.value=!0},{capture:!0,passive:!0}),Le(["pointerdown","pointermove"],()=>{e.value=!1},{capture:!0,passive:!0})}),e}const pd=wl(cd),[Rt,Xl]=Q(["MenuRoot","MenuSub"],"MenuContext"),[wa,fd]=Q("MenuRoot"),oo=defineComponent({__name:"MenuRoot",props:{open:{type:Boolean,default:!1},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=t,{modal:$,dir:k}=toRefs(y),L=ye(k),j=ae(y,"open",n),V=ref$1(),z=pd();return Xl({open:j,onOpenChange:re=>{j.value=re},content:V,onContentChange:re=>{V.value=re}}),fd({onClose:()=>{j.value=!1},isUsingKeyboardRef:z,dir:L,modal:$}),(re,oe)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(re.$slots,"default")]),_:3}))}}),vd="rovingFocusGroup.onEntryFocus",md={bubbles:!1,cancelable:!0};function Jl(e,t=!1){const y=document.activeElement;for(const n of e)if(n===y||(n.focus({preventScroll:t}),document.activeElement!==y))return}const[gd,bd]=Q("RovingFocusGroup"),At=defineComponent({__name:"RovingFocusGroup",props:{orientation:{default:void 0},dir:{},loop:{type:Boolean,default:!1},currentTabStopId:{},defaultCurrentTabStopId:{},preventScrollOnEntryFocus:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["entryFocus","update:currentTabStopId"],setup(e,{expose:t,emit:y}){const n=e,$=y,{loop:k,orientation:L,dir:j}=toRefs(n),V=ye(j),z=ae(n,"currentTabStopId",$,{defaultValue:n.defaultCurrentTabStopId,passive:n.currentTabStopId===void 0}),re=ref$1(!1),oe=ref$1(!1),ue=ref$1(0),{getItems:de}=ba();function _e(Ne){const Ue=!oe.value;if(Ne.currentTarget&&Ne.target===Ne.currentTarget&&Ue&&!re.value){const $e=new CustomEvent(vd,md);if(Ne.currentTarget.dispatchEvent($e),$("entryFocus",$e),!$e.defaultPrevented){const Ve=de().map(ir=>ir.ref).filter(ir=>ir.dataset.disabled!==""),Fe=Ve.find(ir=>ir.getAttribute("data-active")==="true"),qe=Ve.find(ir=>ir.id===z.value),er=[Fe,qe,...Ve].filter(Boolean);Jl(er,n.preventScrollOnEntryFocus)}}oe.value=!1}return t({getItems:de}),bd({loop:k,dir:V,orientation:L,currentTabStopId:z,onItemFocus:Ne=>{z.value=Ne},onItemShiftTab:()=>{re.value=!0},onFocusableItemAdd:()=>{ue.value++},onFocusableItemRemove:()=>{ue.value--}}),(Ne,Ue)=>(openBlock(),createBlock(unref(Ca),null,{default:withCtx(()=>[createVNode(unref(O),{tabindex:re.value||ue.value===0?-1:0,"data-orientation":unref(L),as:Ne.as,"as-child":Ne.asChild,dir:unref(V),style:{outline:"none"},onMousedown:Ue[0]||(Ue[0]=$e=>oe.value=!0),onFocus:_e,onBlur:Ue[1]||(Ue[1]=$e=>re.value=!1)},{default:withCtx(()=>[renderSlot(Ne.$slots,"default")]),_:3},8,["tabindex","data-orientation","as","as-child","dir"])]),_:3}))}}),[lo,Cd]=Q("MenuContent"),so=defineComponent({__name:"MenuContentImpl",props:mergeDefaults({loop:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},disableOutsideScroll:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...ql}),emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus","dismiss"],setup(e,{emit:t}){const y=e,n=t,$=Rt(),k=wa(),{trapFocus:L,disableOutsidePointerEvents:j,loop:V}=toRefs(y);Gn(),ha(j.value);const z=ref$1(""),re=ref$1(0),oe=ref$1(0),ue=ref$1(null),de=ref$1("right"),_e=ref$1(0),Ne=ref$1(null),{createCollection:Ue}=Me(),{forwardRef:$e,currentElement:Ve}=T(),Fe=Ue(Ve);watch(Ve,lr=>{$.onContentChange(lr)});const{handleTypeaheadSearch:qe}=ga(Fe);onUnmounted(()=>{window.clearTimeout(re.value)});function er(lr){var Et,ie;return de.value===((Et=ue.value)==null?void 0:Et.side)&&uu(lr,(ie=ue.value)==null?void 0:ie.area)}async function ir(lr){var Et;n("openAutoFocus",lr),!lr.defaultPrevented&&(lr.preventDefault(),(Et=Ve.value)==null||Et.focus({preventScroll:!0}))}function dr(lr){if(lr.defaultPrevented)return;const Et=lr.target.closest("[data-radix-menu-content]")===lr.currentTarget,ie=lr.ctrlKey||lr.altKey||lr.metaKey,pe=lr.key.length===1,Ce=$t(lr,document.activeElement,Ve.value,{loop:V.value,arrowKeyOptions:"vertical",dir:k==null?void 0:k.dir.value,focus:!0,attributeName:"[data-radix-vue-collection-item]:not([data-disabled])"});if(Ce)return Ce==null?void 0:Ce.focus();if(lr.code==="Space"||(Et&&(lr.key==="Tab"&&lr.preventDefault(),!ie&&pe&&qe(lr.key)),lr.target!==Ve.value)||!lu.includes(lr.key))return;lr.preventDefault();const Ie=Fe.value;zl.includes(lr.key)&&Ie.reverse(),$n(Ie)}function cr(lr){var Et,ie;(ie=(Et=lr==null?void 0:lr.currentTarget)==null?void 0:Et.contains)!=null&&ie.call(Et,lr.target)||(window.clearTimeout(re.value),z.value="")}function nr(lr){var Et;if(!ua(lr))return;const ie=lr.target,pe=_e.value!==lr.clientX;if((Et=lr==null?void 0:lr.currentTarget)!=null&&Et.contains(ie)&&pe){const Ce=lr.clientX>_e.value?"right":"left";de.value=Ce,_e.value=lr.clientX}}return Cd({onItemEnter:lr=>!!er(lr),onItemLeave:lr=>{var Et;er(lr)||((Et=Ve.value)==null||Et.focus(),Ne.value=null)},onTriggerLeave:lr=>!!er(lr),searchRef:z,pointerGraceTimerRef:oe,onPointerGraceIntentChange:lr=>{ue.value=lr}}),(lr,Et)=>(openBlock(),createBlock(unref(Ya),{"as-child":"",trapped:unref(L),onMountAutoFocus:ir,onUnmountAutoFocus:Et[7]||(Et[7]=ie=>n("closeAutoFocus",ie))},{default:withCtx(()=>[createVNode(unref(yt),{"as-child":"","disable-outside-pointer-events":unref(j),onEscapeKeyDown:Et[2]||(Et[2]=ie=>n("escapeKeyDown",ie)),onPointerDownOutside:Et[3]||(Et[3]=ie=>n("pointerDownOutside",ie)),onFocusOutside:Et[4]||(Et[4]=ie=>n("focusOutside",ie)),onInteractOutside:Et[5]||(Et[5]=ie=>n("interactOutside",ie)),onDismiss:Et[6]||(Et[6]=ie=>n("dismiss"))},{default:withCtx(()=>[createVNode(unref(At),{"current-tab-stop-id":Ne.value,"onUpdate:currentTabStopId":Et[0]||(Et[0]=ie=>Ne.value=ie),"as-child":"",orientation:"vertical",dir:unref(k).dir.value,loop:unref(V),onEntryFocus:Et[1]||(Et[1]=ie=>{n("entryFocus",ie),unref(k).isUsingKeyboardRef.value||ie.preventDefault()})},{default:withCtx(()=>[createVNode(unref(Pt),{ref:unref($e),role:"menu",as:lr.as,"as-child":lr.asChild,"aria-orientation":"vertical","data-radix-menu-content":"","data-state":unref(Qn)(unref($).open.value),dir:unref(k).dir.value,side:lr.side,"side-offset":lr.sideOffset,align:lr.align,"align-offset":lr.alignOffset,"avoid-collisions":lr.avoidCollisions,"collision-boundary":lr.collisionBoundary,"collision-padding":lr.collisionPadding,"arrow-padding":lr.arrowPadding,"prioritize-position":lr.prioritizePosition,sticky:lr.sticky,"hide-when-detached":lr.hideWhenDetached,onKeydown:dr,onBlur:cr,onPointermove:nr},{default:withCtx(()=>[renderSlot(lr.$slots,"default")]),_:3},8,["as","as-child","data-state","dir","side","side-offset","align","align-offset","avoid-collisions","collision-boundary","collision-padding","arrow-padding","prioritize-position","sticky","hide-when-detached"])]),_:3},8,["current-tab-stop-id","dir","loop"])]),_:3},8,["disable-outside-pointer-events"])]),_:3},8,["trapped"]))}}),Ql=defineComponent({inheritAttrs:!1,__name:"MenuItemImpl",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(e){const t=e,y=lo(),{forwardRef:n}=T(),$=ref$1(!1);async function k(j){if(!j.defaultPrevented&&ua(j)){if(t.disabled)y.onItemLeave(j);else if(!y.onItemEnter(j)){const V=j.currentTarget;V==null||V.focus({preventScroll:!0})}}}async function L(j){await nextTick$3(),!j.defaultPrevented&&ua(j)&&y.onItemLeave(j)}return(j,V)=>(openBlock(),createBlock(unref(Xt),null,{default:withCtx(()=>[createVNode(unref(O),mergeProps({ref:unref(n),role:"menuitem",tabindex:"-1"},j.$attrs,{as:j.as,"as-child":j.asChild,"data-radix-vue-collection-item":"","aria-disabled":j.disabled||void 0,"data-disabled":j.disabled?"":void 0,"data-highlighted":$.value?"":void 0,onPointermove:k,onPointerleave:L,onFocus:V[0]||(V[0]=async z=>{await nextTick$3(),!(z.defaultPrevented||j.disabled)&&($.value=!0)}),onBlur:V[1]||(V[1]=async z=>{await nextTick$3(),!z.defaultPrevented&&($.value=!1)})}),{default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16,["as","as-child","aria-disabled","data-disabled","data-highlighted"])]),_:3}))}}),_a=defineComponent({__name:"MenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(e,{emit:t}){const y=e,n=t,{forwardRef:$,currentElement:k}=T(),L=wa(),j=lo(),V=ref$1(!1);async function z(){const re=k.value;if(!y.disabled&&re){const oe=new CustomEvent(nu,{bubbles:!0,cancelable:!0});n("select",oe),await nextTick$3(),oe.defaultPrevented?V.value=!1:L.onClose()}}return(re,oe)=>(openBlock(),createBlock(Ql,mergeProps(y,{ref:unref($),onClick:z,onPointerdown:oe[0]||(oe[0]=()=>{V.value=!0}),onPointerup:oe[1]||(oe[1]=async ue=>{var de;await nextTick$3(),!ue.defaultPrevented&&(V.value||(de=ue.currentTarget)==null||de.click())}),onKeydown:oe[2]||(oe[2]=async ue=>{const de=unref(j).searchRef.value!=="";re.disabled||de&&ue.key===" "||unref(Dn).includes(ue.key)&&(ue.currentTarget.click(),ue.preventDefault())})}),{default:withCtx(()=>[renderSlot(re.$slots,"default")]),_:3},16))}}),_d=defineComponent({__name:"MenuRootContentModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=e,n=t,$=xe(y,n),k=Rt(),{forwardRef:L,currentElement:j}=T();return ya(j),(V,z)=>(openBlock(),createBlock(so,mergeProps(unref($),{ref:unref(L),"trap-focus":unref(k).open.value,"disable-outside-pointer-events":unref(k).open.value,"disable-outside-scroll":!0,onDismiss:z[0]||(z[0]=re=>unref(k).onOpenChange(!1)),onFocusOutside:z[1]||(z[1]=withModifiers(re=>n("focusOutside",re),["prevent"]))}),{default:withCtx(()=>[renderSlot(V.$slots,"default")]),_:3},16,["trap-focus","disable-outside-pointer-events"]))}}),xd=defineComponent({__name:"MenuRootContentNonModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t),n=Rt();return($,k)=>(openBlock(),createBlock(so,mergeProps(unref(y),{"trap-focus":!1,"disable-outside-pointer-events":!1,"disable-outside-scroll":!1,onDismiss:k[0]||(k[0]=L=>unref(n).onOpenChange(!1))}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16))}}),uo=defineComponent({__name:"MenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t),n=Rt(),$=wa();return(k,L)=>(openBlock(),createBlock(unref(Pe),{present:k.forceMount||unref(n).open.value},{default:withCtx(()=>[unref($).modal.value?(openBlock(),createBlock(_d,normalizeProps(mergeProps({key:0},{...k.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16)):(openBlock(),createBlock(xd,normalizeProps(mergeProps({key:1},{...k.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),po=defineComponent({__name:"MenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(ht),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),mo=defineComponent({__name:"MenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(O),mergeProps(t,{role:"separator","aria-orientation":"horizontal"}),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),[ts,Pd]=Q("MenuSub"),ho=defineComponent({__name:"MenuSub",props:{open:{type:Boolean,default:void 0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=ae(y,"open",t,{defaultValue:!1,passive:y.open===void 0}),$=Rt(),k=ref$1(),L=ref$1();return watchEffect(j=>{($==null?void 0:$.open.value)===!1&&(n.value=!1),j(()=>n.value=!1)}),Xl({open:n,onOpenChange:j=>{n.value=j},content:L,onContentChange:j=>{L.value=j}}),Pd({triggerId:"",contentId:"",trigger:k,onTriggerChange:j=>{k.value=j}}),(j,V)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3}))}}),yo=defineComponent({__name:"MenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean,default:!0},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t),n=Rt(),$=wa(),k=ts(),{forwardRef:L,currentElement:j}=T();return k.contentId||(k.contentId=me(void 0,"radix-vue-menu-sub-content")),(V,z)=>(openBlock(),createBlock(unref(Pe),{present:V.forceMount||unref(n).open.value},{default:withCtx(()=>[createVNode(so,mergeProps(unref(y),{id:unref(k).contentId,ref:unref(L),"aria-labelledby":unref(k).triggerId,align:"start",side:unref($).dir.value==="rtl"?"left":"right","disable-outside-pointer-events":!1,"disable-outside-scroll":!1,"trap-focus":!1,onOpenAutoFocus:z[0]||(z[0]=withModifiers(re=>{var oe;unref($).isUsingKeyboardRef.value&&((oe=unref(j))==null||oe.focus())},["prevent"])),onCloseAutoFocus:z[1]||(z[1]=withModifiers(()=>{},["prevent"])),onFocusOutside:z[2]||(z[2]=re=>{re.defaultPrevented||re.target!==unref(k).trigger.value&&unref(n).onOpenChange(!1)}),onEscapeKeyDown:z[3]||(z[3]=re=>{unref($).onClose(),re.preventDefault()}),onKeydown:z[4]||(z[4]=re=>{var oe,ue;const de=(oe=re.currentTarget)==null?void 0:oe.contains(re.target),_e=unref(ru)[unref($).dir.value].includes(re.key);de&&_e&&(unref(n).onOpenChange(!1),(ue=unref(k).trigger.value)==null||ue.focus(),re.preventDefault())})}),{default:withCtx(()=>[renderSlot(V.$slots,"default")]),_:3},16,["id","aria-labelledby","side"])]),_:3},8,["present"]))}}),go=defineComponent({__name:"MenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(e){const t=e,y=Rt(),n=wa(),$=ts(),k=lo(),L=ref$1(null);$.triggerId||($.triggerId=me(void 0,"radix-vue-menu-sub-trigger"));function j(){L.value&&window.clearTimeout(L.value),L.value=null}onUnmounted(()=>{j()});function V(oe){!ua(oe)||k.onItemEnter(oe)||!t.disabled&&!y.open.value&&!L.value&&(k.onPointerGraceIntentChange(null),L.value=window.setTimeout(()=>{y.onOpenChange(!0),j()},100))}async function z(oe){var ue,de;if(!ua(oe))return;j();const _e=(ue=y.content.value)==null?void 0:ue.getBoundingClientRect();if(_e!=null&&_e.width){const Ne=(de=y.content.value)==null?void 0:de.dataset.side,Ue=Ne==="right",$e=Ue?-5:5,Ve=_e[Ue?"left":"right"],Fe=_e[Ue?"right":"left"];k.onPointerGraceIntentChange({area:[{x:oe.clientX+$e,y:oe.clientY},{x:Ve,y:_e.top},{x:Fe,y:_e.top},{x:Fe,y:_e.bottom},{x:Ve,y:_e.bottom}],side:Ne}),window.clearTimeout(k.pointerGraceTimerRef.value),k.pointerGraceTimerRef.value=window.setTimeout(()=>k.onPointerGraceIntentChange(null),300)}else{if(k.onTriggerLeave(oe))return;k.onPointerGraceIntentChange(null)}}async function re(oe){var ue;const de=k.searchRef.value!=="";t.disabled||de&&oe.key===" "||su[n.dir.value].includes(oe.key)&&(y.onOpenChange(!0),await nextTick$3(),(ue=y.content.value)==null||ue.focus(),oe.preventDefault())}return(oe,ue)=>(openBlock(),createBlock(Za,{"as-child":""},{default:withCtx(()=>[createVNode(Ql,mergeProps(t,{id:unref($).triggerId,ref:de=>{var _e;(_e=unref($))==null||_e.onTriggerChange(de==null?void 0:de.$el)},"aria-haspopup":"menu","aria-expanded":unref(y).open.value,"aria-controls":unref($).contentId,"data-state":unref(Qn)(unref(y).open.value),onClick:ue[0]||(ue[0]=async de=>{t.disabled||de.defaultPrevented||(de.currentTarget.focus(),unref(y).open.value||unref(y).onOpenChange(!0))}),onPointermove:V,onPointerleave:z,onKeydown:re}),{default:withCtx(()=>[renderSlot(oe.$slots,"default")]),_:3},16,["id","aria-expanded","aria-controls","data-state"])]),_:3}))}}),[ls,Qd]=Q("DropdownMenuRoot"),Qm=defineComponent({__name:"DropdownMenuRoot",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=t;T();const $=ae(y,"open",n,{defaultValue:y.defaultOpen,passive:y.open===void 0}),k=ref$1(),{modal:L,dir:j}=toRefs(y),V=ye(j);return Qd({open:$,onOpenChange:z=>{$.value=z},onOpenToggle:()=>{$.value=!$.value},triggerId:"",triggerElement:k,contentId:"",modal:L,dir:V}),(z,re)=>(openBlock(),createBlock(unref(oo),{open:unref($),"onUpdate:open":re[0]||(re[0]=oe=>isRef($)?$.value=oe:null),dir:unref(V),modal:unref(L)},{default:withCtx(()=>[renderSlot(z.$slots,"default",{open:unref($)})]),_:3},8,["open","dir","modal"]))}}),eh=defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{default:"button"}},setup(e){const t=e,y=ls(),{forwardRef:n,currentElement:$}=T();return onMounted(()=>{y.triggerElement=$}),y.triggerId||(y.triggerId=me(void 0,"radix-vue-dropdown-menu-trigger")),(k,L)=>(openBlock(),createBlock(unref(Za),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{id:unref(y).triggerId,ref:unref(n),type:k.as==="button"?"button":void 0,"as-child":t.asChild,as:k.as,"aria-haspopup":"menu","aria-expanded":unref(y).open.value,"aria-controls":unref(y).open.value?unref(y).contentId:void 0,"data-disabled":k.disabled?"":void 0,disabled:k.disabled,"data-state":unref(y).open.value?"open":"closed",onClick:L[0]||(L[0]=async j=>{var V;!k.disabled&&j.button===0&&j.ctrlKey===!1&&((V=unref(y))==null||V.onOpenToggle(),await nextTick$3(),unref(y).open.value&&j.preventDefault())}),onKeydown:L[1]||(L[1]=withKeys(j=>{k.disabled||(["Enter"," "].includes(j.key)&&unref(y).onOpenToggle(),j.key==="ArrowDown"&&unref(y).onOpenChange(!0),["Enter"," ","ArrowDown"].includes(j.key)&&j.preventDefault())},["enter","space","arrow-down"]))},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["id","type","as-child","as","aria-expanded","aria-controls","data-disabled","disabled","data-state"])]),_:3}))}}),th=defineComponent({__name:"DropdownMenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(po),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),ah=defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t);T();const n=ls(),$=ref$1(!1);function k(L){L.defaultPrevented||($.value||setTimeout(()=>{var j;(j=n.triggerElement.value)==null||j.focus()},0),$.value=!1,L.preventDefault())}return n.contentId||(n.contentId=me(void 0,"radix-vue-dropdown-menu-content")),(L,j)=>{var V;return openBlock(),createBlock(unref(uo),mergeProps(unref(y),{id:unref(n).contentId,"aria-labelledby":(V=unref(n))==null?void 0:V.triggerId,style:{"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"},onCloseAutoFocus:k,onInteractOutside:j[0]||(j[0]=z=>{var re;if(z.defaultPrevented)return;const oe=z.detail.originalEvent,ue=oe.button===0&&oe.ctrlKey===!0,de=oe.button===2||ue;(!unref(n).modal.value||de)&&($.value=!0),(re=unref(n).triggerElement.value)!=null&&re.contains(z.target)&&z.preventDefault()})}),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16,["id","aria-labelledby"])}}}),oh=defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(e,{emit:t}){const y=e,n=Re(t);return T(),($,k)=>(openBlock(),createBlock(unref(_a),normalizeProps(guardReactiveProps({...y,...unref(n)})),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16))}}),sh=defineComponent({__name:"DropdownMenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return T(),(y,n)=>(openBlock(),createBlock(unref(mo),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),ph=defineComponent({__name:"DropdownMenuSub",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=ae(y,"open",t,{passive:y.open===void 0,defaultValue:y.defaultOpen??!1});return T(),($,k)=>(openBlock(),createBlock(unref(ho),{open:unref(n),"onUpdate:open":k[0]||(k[0]=L=>isRef(n)?n.value=L:null)},{default:withCtx(()=>[renderSlot($.$slots,"default",{open:unref(n)})]),_:3},8,["open"]))}}),fh=defineComponent({__name:"DropdownMenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t);return T(),(n,$)=>(openBlock(),createBlock(unref(yo),mergeProps(unref(y),{style:{"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}),{default:withCtx(()=>[renderSlot(n.$slots,"default")]),_:3},16))}}),vh=defineComponent({__name:"DropdownMenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(e){const t=e;return T(),(y,n)=>(openBlock(),createBlock(unref(go),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),[wo,ac]=Q("HoverCardRoot"),_h=defineComponent({__name:"HoverCardRoot",props:{defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},openDelay:{default:700},closeDelay:{default:300}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=t,{openDelay:$,closeDelay:k}=toRefs(y);T();const L=ae(y,"open",n,{defaultValue:y.defaultOpen,passive:y.open===void 0}),j=ref$1(0),V=ref$1(0),z=ref$1(!1),re=ref$1(!1),oe=ref$1(!1),ue=ref$1();function de(){clearTimeout(V.value),j.value=window.setTimeout(()=>L.value=!0,$.value)}function _e(){clearTimeout(j.value),!z.value&&!re.value&&(V.value=window.setTimeout(()=>L.value=!1,k.value))}function Ne(){L.value=!1}return ac({open:L,onOpenChange(Ue){L.value=Ue},onOpen:de,onClose:_e,onDismiss:Ne,hasSelectionRef:z,isPointerDownOnContentRef:re,isPointerInTransitRef:oe,triggerElement:ue}),(Ue,$e)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(Ue.$slots,"default",{open:unref(L)})]),_:3}))}});function Tn(e){return t=>t.pointerType==="touch"?void 0:e()}function nc(e){const t=[],y=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;y.nextNode();)t.push(y.currentNode);return t}const xh=defineComponent({__name:"HoverCardTrigger",props:{asChild:{type:Boolean},as:{default:"a"}},setup(e){const{forwardRef:t,currentElement:y}=T(),n=wo();n.triggerElement=y;function $(){setTimeout(()=>{!n.isPointerInTransitRef.value&&!n.open.value&&n.onClose()},0)}return(k,L)=>(openBlock(),createBlock(unref(Tt),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{ref:unref(t),"as-child":k.asChild,as:k.as,"data-state":unref(n).open.value?"open":"closed","data-grace-area-trigger":"",onPointerenter:L[0]||(L[0]=j=>unref(Tn)(unref(n).onOpen)(j)),onPointerleave:L[1]||(L[1]=j=>unref(Tn)($)(j)),onFocus:L[2]||(L[2]=j=>unref(n).onOpen()),onBlur:L[3]||(L[3]=j=>unref(n).onClose())},{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},8,["as-child","as","data-state"])]),_:3}))}}),Sh=defineComponent({__name:"HoverCardPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(ht),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),oc=defineComponent({__name:"HoverCardContentImpl",props:{side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside"],setup(e,{emit:t}){const y=e,n=t,$=Bt(y),{forwardRef:k,currentElement:L}=T(),j=wo(),{isPointerInTransit:V,onPointerExit:z}=Tl(j.triggerElement,L);si(j.isPointerInTransitRef,V,{direction:"rtl"}),z(()=>{j.onClose()});const re=ref$1(!1);let oe;watchEffect(de=>{if(re.value){const _e=document.body;oe=_e.style.userSelect||_e.style.webkitUserSelect,_e.style.userSelect="none",_e.style.webkitUserSelect="none",de(()=>{_e.style.userSelect=oe,_e.style.webkitUserSelect=oe})}});function ue(){re.value=!1,j.isPointerDownOnContentRef.value=!1,nextTick$3(()=>{var de;((de=document.getSelection())==null?void 0:de.toString())!==""&&(j.hasSelectionRef.value=!0)})}return onMounted(()=>{L.value&&(document.addEventListener("pointerup",ue),nc(L.value).forEach(de=>de.setAttribute("tabindex","-1")))}),onUnmounted(()=>{document.removeEventListener("pointerup",ue),j.hasSelectionRef.value=!1,j.isPointerDownOnContentRef.value=!1}),(de,_e)=>(openBlock(),createBlock(unref(yt),{"as-child":"","disable-outside-pointer-events":!1,onEscapeKeyDown:_e[1]||(_e[1]=Ne=>n("escapeKeyDown",Ne)),onPointerDownOutside:_e[2]||(_e[2]=Ne=>n("pointerDownOutside",Ne)),onFocusOutside:_e[3]||(_e[3]=withModifiers(Ne=>n("focusOutside",Ne),["prevent"])),onDismiss:unref(j).onDismiss},{default:withCtx(()=>[createVNode(unref(Pt),mergeProps({...unref($),...de.$attrs},{ref:unref(k),"data-state":unref(j).open.value?"open":"closed",style:{userSelect:re.value?"text":void 0,WebkitUserSelect:re.value?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"},onPointerdown:_e[0]||(_e[0]=Ne=>{Ne.currentTarget.contains(Ne.target)&&(re.value=!0),unref(j).hasSelectionRef.value=!1,unref(j).isPointerDownOnContentRef.value=!0})}),{default:withCtx(()=>[renderSlot(de.$slots,"default")]),_:3},16,["data-state","style"])]),_:3},8,["onDismiss"]))}}),Eh=defineComponent({__name:"HoverCardContent",props:{forceMount:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside"],setup(e,{emit:t}){const y=xe(e,t),{forwardRef:n}=T(),$=wo();return(k,L)=>(openBlock(),createBlock(unref(Pe),{present:k.forceMount||unref($).open.value},{default:withCtx(()=>[createVNode(oc,mergeProps(unref(y),{ref:unref(n),onPointerenter:L[0]||(L[0]=j=>unref(Tn)(unref($).onOpen)(j))}),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16)]),_:3},8,["present"]))}});function ff(){if(typeof matchMedia=="function")return matchMedia("(pointer:coarse)").matches?"coarse":"fine"}ff();const _sfc_main$p=defineComponent({__name:"DropdownMenu",props:{defaultOpen:{type:Boolean},open:{type:Boolean},dir:{},modal:{type:Boolean}},emits:["update:open"],setup(e,{emit:t}){const $=xe(e,t);return(k,L)=>(openBlock(),createBlock(unref(Qm),normalizeProps(guardReactiveProps(unref($))),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))}}),_sfc_main$o=defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(e){const y=Bt(e);return(n,$)=>(openBlock(),createBlock(unref(eh),mergeProps({class:"outline-none"},unref(y)),{default:withCtx(()=>[renderSlot(n.$slots,"default")]),_:3},16))}});function r(e){var t,y,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var $=e.length;for(t=0;t<$;t++)e[t]&&(y=r(e[t]))&&(n&&(n+=" "),n+=y)}else for(y in e)e[y]&&(n&&(n+=" "),n+=y);return n}function clsx(){for(var e,t,y=0,n="",$=arguments.length;y<$;y++)(e=arguments[y])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}const CLASS_PART_SEPARATOR="-",createClassGroupUtils=e=>{const t=createClassMap(e),{conflictingClassGroups:y,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:L=>{const j=L.split(CLASS_PART_SEPARATOR);return j[0]===""&&j.length!==1&&j.shift(),getGroupRecursive(j,t)||getGroupIdForArbitraryProperty(L)},getConflictingClassGroupIds:(L,j)=>{const V=y[L]||[];return j&&n[L]?[...V,...n[L]]:V}}},getGroupRecursive=(e,t)=>{var L;if(e.length===0)return t.classGroupId;const y=e[0],n=t.nextPart.get(y),$=n?getGroupRecursive(e.slice(1),n):void 0;if($)return $;if(t.validators.length===0)return;const k=e.join(CLASS_PART_SEPARATOR);return(L=t.validators.find(({validator:j})=>j(k)))==null?void 0:L.classGroupId},arbitraryPropertyRegex=/^\[(.+)\]$/,getGroupIdForArbitraryProperty=e=>{if(arbitraryPropertyRegex.test(e)){const t=arbitraryPropertyRegex.exec(e)[1],y=t==null?void 0:t.substring(0,t.indexOf(":"));if(y)return"arbitrary.."+y}},createClassMap=e=>{const{theme:t,prefix:y}=e,n={nextPart:new Map,validators:[]};return getPrefixedClassGroupEntries(Object.entries(e.classGroups),y).forEach(([k,L])=>{processClassesRecursively(L,n,k,t)}),n},processClassesRecursively=(e,t,y,n)=>{e.forEach($=>{if(typeof $=="string"){const k=$===""?t:getPart(t,$);k.classGroupId=y;return}if(typeof $=="function"){if(isThemeGetter($)){processClassesRecursively($(n),t,y,n);return}t.validators.push({validator:$,classGroupId:y});return}Object.entries($).forEach(([k,L])=>{processClassesRecursively(L,getPart(t,k),y,n)})})},getPart=(e,t)=>{let y=e;return t.split(CLASS_PART_SEPARATOR).forEach(n=>{y.nextPart.has(n)||y.nextPart.set(n,{nextPart:new Map,validators:[]}),y=y.nextPart.get(n)}),y},isThemeGetter=e=>e.isThemeGetter,getPrefixedClassGroupEntries=(e,t)=>t?e.map(([y,n])=>{const $=n.map(k=>typeof k=="string"?t+k:typeof k=="object"?Object.fromEntries(Object.entries(k).map(([L,j])=>[t+L,j])):k);return[y,$]}):e,createLruCache=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,y=new Map,n=new Map;const $=(k,L)=>{y.set(k,L),t++,t>e&&(t=0,n=y,y=new Map)};return{get(k){let L=y.get(k);if(L!==void 0)return L;if((L=n.get(k))!==void 0)return $(k,L),L},set(k,L){y.has(k)?y.set(k,L):$(k,L)}}},IMPORTANT_MODIFIER="!",createParseClassName=e=>{const{separator:t,experimentalParseClassName:y}=e,n=t.length===1,$=t[0],k=t.length,L=j=>{const V=[];let z=0,re=0,oe;for(let Ue=0;Uere?oe-re:void 0;return{modifiers:V,hasImportantModifier:de,baseClassName:_e,maybePostfixModifierPosition:Ne}};return y?j=>y({className:j,parseClassName:L}):L},sortModifiers=e=>{if(e.length<=1)return e;const t=[];let y=[];return e.forEach(n=>{n[0]==="["?(t.push(...y.sort(),n),y=[]):y.push(n)}),t.push(...y.sort()),t},createConfigUtils=e=>({cache:createLruCache(e.cacheSize),parseClassName:createParseClassName(e),...createClassGroupUtils(e)}),SPLIT_CLASSES_REGEX=/\s+/,mergeClassList=(e,t)=>{const{parseClassName:y,getClassGroupId:n,getConflictingClassGroupIds:$}=t,k=[],L=e.trim().split(SPLIT_CLASSES_REGEX);let j="";for(let V=L.length-1;V>=0;V-=1){const z=L[V],{modifiers:re,hasImportantModifier:oe,baseClassName:ue,maybePostfixModifierPosition:de}=y(z);let _e=!!de,Ne=n(_e?ue.substring(0,de):ue);if(!Ne){if(!_e){j=z+(j.length>0?" "+j:j);continue}if(Ne=n(ue),!Ne){j=z+(j.length>0?" "+j:j);continue}_e=!1}const Ue=sortModifiers(re).join(":"),$e=oe?Ue+IMPORTANT_MODIFIER:Ue,Ve=$e+Ne;if(k.includes(Ve))continue;k.push(Ve);const Fe=$(Ne,_e);for(let qe=0;qe0?" "+j:j)}return j};function twJoin(){let e=0,t,y,n="";for(;e{if(typeof e=="string")return e;let t,y="";for(let n=0;noe(re),e());return y=createConfigUtils(z),n=y.cache.get,$=y.cache.set,k=j,j(V)}function j(V){const z=n(V);if(z)return z;const re=mergeClassList(V,y);return $(V,re),re}return function(){return k(twJoin.apply(null,arguments))}}const fromTheme=e=>{const t=y=>y[e]||[];return t.isThemeGetter=!0,t},arbitraryValueRegex=/^\[(?:([a-z-]+):)?(.+)\]$/i,fractionRegex=/^\d+\/\d+$/,stringLengths=new Set(["px","full","screen"]),tshirtUnitRegex=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,lengthUnitRegex=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,colorFunctionRegex=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,shadowRegex=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,imageRegex=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,isLength=e=>isNumber(e)||stringLengths.has(e)||fractionRegex.test(e),isArbitraryLength=e=>getIsArbitraryValue(e,"length",isLengthOnly),isNumber=e=>!!e&&!Number.isNaN(Number(e)),isArbitraryNumber=e=>getIsArbitraryValue(e,"number",isNumber),isInteger=e=>!!e&&Number.isInteger(Number(e)),isPercent=e=>e.endsWith("%")&&isNumber(e.slice(0,-1)),isArbitraryValue=e=>arbitraryValueRegex.test(e),isTshirtSize=e=>tshirtUnitRegex.test(e),sizeLabels=new Set(["length","size","percentage"]),isArbitrarySize=e=>getIsArbitraryValue(e,sizeLabels,isNever),isArbitraryPosition=e=>getIsArbitraryValue(e,"position",isNever),imageLabels=new Set(["image","url"]),isArbitraryImage=e=>getIsArbitraryValue(e,imageLabels,isImage),isArbitraryShadow=e=>getIsArbitraryValue(e,"",isShadow),isAny=()=>!0,getIsArbitraryValue=(e,t,y)=>{const n=arbitraryValueRegex.exec(e);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):y(n[2]):!1},isLengthOnly=e=>lengthUnitRegex.test(e)&&!colorFunctionRegex.test(e),isNever=()=>!1,isShadow=e=>shadowRegex.test(e),isImage=e=>imageRegex.test(e),getDefaultConfig=()=>{const e=fromTheme("colors"),t=fromTheme("spacing"),y=fromTheme("blur"),n=fromTheme("brightness"),$=fromTheme("borderColor"),k=fromTheme("borderRadius"),L=fromTheme("borderSpacing"),j=fromTheme("borderWidth"),V=fromTheme("contrast"),z=fromTheme("grayscale"),re=fromTheme("hueRotate"),oe=fromTheme("invert"),ue=fromTheme("gap"),de=fromTheme("gradientColorStops"),_e=fromTheme("gradientColorStopPositions"),Ne=fromTheme("inset"),Ue=fromTheme("margin"),$e=fromTheme("opacity"),Ve=fromTheme("padding"),Fe=fromTheme("saturate"),qe=fromTheme("scale"),er=fromTheme("sepia"),ir=fromTheme("skew"),dr=fromTheme("space"),cr=fromTheme("translate"),nr=()=>["auto","contain","none"],lr=()=>["auto","hidden","clip","visible","scroll"],Et=()=>["auto",isArbitraryValue,t],ie=()=>[isArbitraryValue,t],pe=()=>["",isLength,isArbitraryLength],Ce=()=>["auto",isNumber,isArbitraryValue],Ie=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],jt=()=>["solid","dashed","dotted","double","none"],ar=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ur=()=>["start","end","center","between","around","evenly","stretch"],kt=()=>["","0",isArbitraryValue],he=()=>["auto","avoid","all","avoid-page","page","left","right","column"],tr=()=>[isNumber,isArbitraryValue];return{cacheSize:500,separator:":",theme:{colors:[isAny],spacing:[isLength,isArbitraryLength],blur:["none","",isTshirtSize,isArbitraryValue],brightness:tr(),borderColor:[e],borderRadius:["none","","full",isTshirtSize,isArbitraryValue],borderSpacing:ie(),borderWidth:pe(),contrast:tr(),grayscale:kt(),hueRotate:tr(),invert:kt(),gap:ie(),gradientColorStops:[e],gradientColorStopPositions:[isPercent,isArbitraryLength],inset:Et(),margin:Et(),opacity:tr(),padding:ie(),saturate:tr(),scale:tr(),sepia:kt(),skew:tr(),space:ie(),translate:ie()},classGroups:{aspect:[{aspect:["auto","square","video",isArbitraryValue]}],container:["container"],columns:[{columns:[isTshirtSize]}],"break-after":[{"break-after":he()}],"break-before":[{"break-before":he()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...Ie(),isArbitraryValue]}],overflow:[{overflow:lr()}],"overflow-x":[{"overflow-x":lr()}],"overflow-y":[{"overflow-y":lr()}],overscroll:[{overscroll:nr()}],"overscroll-x":[{"overscroll-x":nr()}],"overscroll-y":[{"overscroll-y":nr()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[Ne]}],"inset-x":[{"inset-x":[Ne]}],"inset-y":[{"inset-y":[Ne]}],start:[{start:[Ne]}],end:[{end:[Ne]}],top:[{top:[Ne]}],right:[{right:[Ne]}],bottom:[{bottom:[Ne]}],left:[{left:[Ne]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",isInteger,isArbitraryValue]}],basis:[{basis:Et()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",isArbitraryValue]}],grow:[{grow:kt()}],shrink:[{shrink:kt()}],order:[{order:["first","last","none",isInteger,isArbitraryValue]}],"grid-cols":[{"grid-cols":[isAny]}],"col-start-end":[{col:["auto",{span:["full",isInteger,isArbitraryValue]},isArbitraryValue]}],"col-start":[{"col-start":Ce()}],"col-end":[{"col-end":Ce()}],"grid-rows":[{"grid-rows":[isAny]}],"row-start-end":[{row:["auto",{span:[isInteger,isArbitraryValue]},isArbitraryValue]}],"row-start":[{"row-start":Ce()}],"row-end":[{"row-end":Ce()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",isArbitraryValue]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",isArbitraryValue]}],gap:[{gap:[ue]}],"gap-x":[{"gap-x":[ue]}],"gap-y":[{"gap-y":[ue]}],"justify-content":[{justify:["normal",...ur()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...ur(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...ur(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[Ve]}],px:[{px:[Ve]}],py:[{py:[Ve]}],ps:[{ps:[Ve]}],pe:[{pe:[Ve]}],pt:[{pt:[Ve]}],pr:[{pr:[Ve]}],pb:[{pb:[Ve]}],pl:[{pl:[Ve]}],m:[{m:[Ue]}],mx:[{mx:[Ue]}],my:[{my:[Ue]}],ms:[{ms:[Ue]}],me:[{me:[Ue]}],mt:[{mt:[Ue]}],mr:[{mr:[Ue]}],mb:[{mb:[Ue]}],ml:[{ml:[Ue]}],"space-x":[{"space-x":[dr]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[dr]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",isArbitraryValue,t]}],"min-w":[{"min-w":[isArbitraryValue,t,"min","max","fit"]}],"max-w":[{"max-w":[isArbitraryValue,t,"none","full","min","max","fit","prose",{screen:[isTshirtSize]},isTshirtSize]}],h:[{h:[isArbitraryValue,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[isArbitraryValue,t,"auto","min","max","fit"]}],"font-size":[{text:["base",isTshirtSize,isArbitraryLength]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",isArbitraryNumber]}],"font-family":[{font:[isAny]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",isArbitraryValue]}],"line-clamp":[{"line-clamp":["none",isNumber,isArbitraryNumber]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",isLength,isArbitraryValue]}],"list-image":[{"list-image":["none",isArbitraryValue]}],"list-style-type":[{list:["none","disc","decimal",isArbitraryValue]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[$e]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[$e]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...jt(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",isLength,isArbitraryLength]}],"underline-offset":[{"underline-offset":["auto",isLength,isArbitraryValue]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:ie()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",isArbitraryValue]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",isArbitraryValue]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[$e]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...Ie(),isArbitraryPosition]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",isArbitrarySize]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},isArbitraryImage]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[_e]}],"gradient-via-pos":[{via:[_e]}],"gradient-to-pos":[{to:[_e]}],"gradient-from":[{from:[de]}],"gradient-via":[{via:[de]}],"gradient-to":[{to:[de]}],rounded:[{rounded:[k]}],"rounded-s":[{"rounded-s":[k]}],"rounded-e":[{"rounded-e":[k]}],"rounded-t":[{"rounded-t":[k]}],"rounded-r":[{"rounded-r":[k]}],"rounded-b":[{"rounded-b":[k]}],"rounded-l":[{"rounded-l":[k]}],"rounded-ss":[{"rounded-ss":[k]}],"rounded-se":[{"rounded-se":[k]}],"rounded-ee":[{"rounded-ee":[k]}],"rounded-es":[{"rounded-es":[k]}],"rounded-tl":[{"rounded-tl":[k]}],"rounded-tr":[{"rounded-tr":[k]}],"rounded-br":[{"rounded-br":[k]}],"rounded-bl":[{"rounded-bl":[k]}],"border-w":[{border:[j]}],"border-w-x":[{"border-x":[j]}],"border-w-y":[{"border-y":[j]}],"border-w-s":[{"border-s":[j]}],"border-w-e":[{"border-e":[j]}],"border-w-t":[{"border-t":[j]}],"border-w-r":[{"border-r":[j]}],"border-w-b":[{"border-b":[j]}],"border-w-l":[{"border-l":[j]}],"border-opacity":[{"border-opacity":[$e]}],"border-style":[{border:[...jt(),"hidden"]}],"divide-x":[{"divide-x":[j]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[j]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[$e]}],"divide-style":[{divide:jt()}],"border-color":[{border:[$]}],"border-color-x":[{"border-x":[$]}],"border-color-y":[{"border-y":[$]}],"border-color-t":[{"border-t":[$]}],"border-color-r":[{"border-r":[$]}],"border-color-b":[{"border-b":[$]}],"border-color-l":[{"border-l":[$]}],"divide-color":[{divide:[$]}],"outline-style":[{outline:["",...jt()]}],"outline-offset":[{"outline-offset":[isLength,isArbitraryValue]}],"outline-w":[{outline:[isLength,isArbitraryLength]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:pe()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[$e]}],"ring-offset-w":[{"ring-offset":[isLength,isArbitraryLength]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",isTshirtSize,isArbitraryShadow]}],"shadow-color":[{shadow:[isAny]}],opacity:[{opacity:[$e]}],"mix-blend":[{"mix-blend":[...ar(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":ar()}],filter:[{filter:["","none"]}],blur:[{blur:[y]}],brightness:[{brightness:[n]}],contrast:[{contrast:[V]}],"drop-shadow":[{"drop-shadow":["","none",isTshirtSize,isArbitraryValue]}],grayscale:[{grayscale:[z]}],"hue-rotate":[{"hue-rotate":[re]}],invert:[{invert:[oe]}],saturate:[{saturate:[Fe]}],sepia:[{sepia:[er]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[y]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[V]}],"backdrop-grayscale":[{"backdrop-grayscale":[z]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[re]}],"backdrop-invert":[{"backdrop-invert":[oe]}],"backdrop-opacity":[{"backdrop-opacity":[$e]}],"backdrop-saturate":[{"backdrop-saturate":[Fe]}],"backdrop-sepia":[{"backdrop-sepia":[er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[L]}],"border-spacing-x":[{"border-spacing-x":[L]}],"border-spacing-y":[{"border-spacing-y":[L]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",isArbitraryValue]}],duration:[{duration:tr()}],ease:[{ease:["linear","in","out","in-out",isArbitraryValue]}],delay:[{delay:tr()}],animate:[{animate:["none","spin","ping","pulse","bounce",isArbitraryValue]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[qe]}],"scale-x":[{"scale-x":[qe]}],"scale-y":[{"scale-y":[qe]}],rotate:[{rotate:[isInteger,isArbitraryValue]}],"translate-x":[{"translate-x":[cr]}],"translate-y":[{"translate-y":[cr]}],"skew-x":[{"skew-x":[ir]}],"skew-y":[{"skew-y":[ir]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",isArbitraryValue]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",isArbitraryValue]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":ie()}],"scroll-mx":[{"scroll-mx":ie()}],"scroll-my":[{"scroll-my":ie()}],"scroll-ms":[{"scroll-ms":ie()}],"scroll-me":[{"scroll-me":ie()}],"scroll-mt":[{"scroll-mt":ie()}],"scroll-mr":[{"scroll-mr":ie()}],"scroll-mb":[{"scroll-mb":ie()}],"scroll-ml":[{"scroll-ml":ie()}],"scroll-p":[{"scroll-p":ie()}],"scroll-px":[{"scroll-px":ie()}],"scroll-py":[{"scroll-py":ie()}],"scroll-ps":[{"scroll-ps":ie()}],"scroll-pe":[{"scroll-pe":ie()}],"scroll-pt":[{"scroll-pt":ie()}],"scroll-pr":[{"scroll-pr":ie()}],"scroll-pb":[{"scroll-pb":ie()}],"scroll-pl":[{"scroll-pl":ie()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",isArbitraryValue]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[isLength,isArbitraryLength,isArbitraryNumber]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},twMerge=createTailwindMerge(getDefaultConfig);function cn(...e){return twMerge(clsx(e))}const _sfc_main$n=defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(e,{emit:t}){const y=e,n=t,$=computed(()=>{const{class:L,...j}=y;return j}),k=xe($,n);return(L,j)=>(openBlock(),createBlock(unref(th),null,{default:withCtx(()=>[createVNode(unref(ah),mergeProps(unref(k),{class:unref(cn)("z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",y.class)}),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$m=defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{},inset:{type:Boolean}},setup(e){const t=e,y=computed(()=>{const{class:$,...k}=t;return k}),n=Bt(y);return($,k)=>(openBlock(),createBlock(unref(oh),mergeProps(unref(n),{class:unref(cn)("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",$.inset&&"pl-8",t.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"]))}});/** +`))}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){});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;Ln!=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:jt,availableWidth:tr,availableHeight:rr})=>{const{width:ar,height:nr}=jt.reference,ur=qe.floating.style;ur.setProperty("--radix-popper-available-width",`${tr}px`),ur.setProperty("--radix-popper-available-height",`${rr}px`),ur.setProperty("--radix-popper-anchor-width",`${ar}px`),ur.setProperty("--radix-popper-anchor-height",`${nr}px`)}}),V.value&&arrow({element:V.value,padding:y.arrowPadding}),Yu({arrowWidth:z.value,arrowHeight:re.value}),y.hideWhenDetached&&hide({strategy:"referenceHidden",...de.value})]),{floatingStyles:Ie,placement:_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 Ue=computed(()=>{var qe;return((qe=he.value.arrow)==null?void 0:qe.centerOffset)!==0}),kt=ref$1("");watchEffect(()=>{$.value&&(kt.value=window.getComputedStyle($.value).zIndex)});const Et=computed(()=>{var qe;return((qe=he.value.arrow)==null?void 0:qe.x)??0}),Ve=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:Ve,shouldHideArrow:Ue}),(qe,jt)=>{var tr,rr,ar;return openBlock(),createElementBlock("div",{ref_key:"floatingRef",ref:j,"data-radix-popper-content-wrapper":"",style:normalizeStyle({...unref(Ie),transform:unref(Ce)?unref(Ie).transform:"translate(0, -200%)",minWidth:"max-content",zIndex:kt.value,"--radix-popper-transform-origin":[(tr=unref(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(Ue=>Ue.ref).filter(Ue=>Ue.dataset.disabled!==""),he=Ce.find(Ue=>Ue.getAttribute("data-active")==="true"),Ne=Ce.find(Ue=>Ue.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 jt,tr;return ue.value===((jt=oe.value)==null?void 0:jt.side)&&uu(qe,(tr=oe.value)==null?void 0:tr.area)}async function Ue(qe){var jt;n("openAutoFocus",qe),!qe.defaultPrevented&&(qe.preventDefault(),(jt=Ce.value)==null||jt.focus({preventScroll:!0}))}function kt(qe){if(qe.defaultPrevented)return;const jt=qe.target.closest("[data-radix-menu-content]")===qe.currentTarget,tr=qe.ctrlKey||qe.altKey||qe.metaKey,rr=qe.key.length===1,ar=$t(qe,document.activeElement,Ce.value,{loop:V.value,arrowKeyOptions:"vertical",dir:L==null?void 0:L.dir.value,focus:!0,attributeName:"[data-radix-vue-collection-item]:not([data-disabled])"});if(ar)return ar==null?void 0:ar.focus();if(qe.code==="Space"||(jt&&(qe.key==="Tab"&&qe.preventDefault(),!tr&&rr&&Ne(qe.key)),qe.target!==Ce.value)||!lu.includes(qe.key))return;qe.preventDefault();const nr=he.value;zl.includes(qe.key)&&nr.reverse(),$n(nr)}function Et(qe){var jt,tr;(tr=(jt=qe==null?void 0:qe.currentTarget)==null?void 0:jt.contains)!=null&&tr.call(jt,qe.target)||(window.clearTimeout(re.value),z.value="")}function Ve(qe){var jt;if(!ua(qe))return;const tr=qe.target,rr=de.value!==qe.clientX;if((jt=qe==null?void 0:qe.currentTarget)!=null&&jt.contains(tr)&&rr){const ar=qe.clientX>de.value?"right":"left";ue.value=ar,de.value=qe.clientX}}return Cd({onItemEnter:qe=>!!Fe(qe),onItemLeave:qe=>{var jt;Fe(qe)||((jt=Ce.value)==null||jt.focus(),pe.value=null)},onTriggerLeave:qe=>!!Fe(qe),searchRef:z,pointerGraceTimerRef:ie,onPointerGraceIntentChange:qe=>{oe.value=qe}}),(qe,jt)=>(openBlock(),createBlock(unref(Ya),{"as-child":"",trapped:unref($),onMountAutoFocus:Ue,onUnmountAutoFocus:jt[7]||(jt[7]=tr=>n("closeAutoFocus",tr))},{default:withCtx(()=>[createVNode(unref(yt),{"as-child":"","disable-outside-pointer-events":unref(j),onEscapeKeyDown:jt[2]||(jt[2]=tr=>n("escapeKeyDown",tr)),onPointerDownOutside:jt[3]||(jt[3]=tr=>n("pointerDownOutside",tr)),onFocusOutside:jt[4]||(jt[4]=tr=>n("focusOutside",tr)),onInteractOutside:jt[5]||(jt[5]=tr=>n("interactOutside",tr)),onDismiss:jt[6]||(jt[6]=tr=>n("dismiss"))},{default:withCtx(()=>[createVNode(unref(At),{"current-tab-stop-id":pe.value,"onUpdate:currentTabStopId":jt[0]||(jt[0]=tr=>pe.value=tr),"as-child":"",orientation:"vertical",dir:unref(L).dir.value,loop:unref(V),onEntryFocus:jt[1]||(jt[1]=tr=>{n("entryFocus",tr),unref(L).isUsingKeyboardRef.value||tr.preventDefault()})},{default:withCtx(()=>[createVNode(unref(Pt),{ref:unref(_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:kt,onBlur:Et,onPointermove:Ve},{default:withCtx(()=>[renderSlot(qe.$slots,"default")]),_:3},8,["as","as-child","data-state","dir","side","side-offset","align","align-offset","avoid-collisions","collision-boundary","collision-padding","arrow-padding","prioritize-position","sticky","hide-when-detached"])]),_:3},8,["current-tab-stop-id","dir","loop"])]),_:3},8,["disable-outside-pointer-events"])]),_:3},8,["trapped"]))}}),Ql=defineComponent({inheritAttrs:!1,__name:"MenuItemImpl",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(e){const t=e,y=lo(),{forwardRef:n}=T(),k=ref$1(!1);async function L(j){if(!j.defaultPrevented&&ua(j)){if(t.disabled)y.onItemLeave(j);else if(!y.onItemEnter(j)){const V=j.currentTarget;V==null||V.focus({preventScroll:!0})}}}async function $(j){await nextTick$1(),!j.defaultPrevented&&ua(j)&&y.onItemLeave(j)}return(j,V)=>(openBlock(),createBlock(unref(Xt),null,{default:withCtx(()=>[createVNode(unref(O),mergeProps({ref:unref(n),role:"menuitem",tabindex:"-1"},j.$attrs,{as:j.as,"as-child":j.asChild,"data-radix-vue-collection-item":"","aria-disabled":j.disabled||void 0,"data-disabled":j.disabled?"":void 0,"data-highlighted":k.value?"":void 0,onPointermove:L,onPointerleave:$,onFocus:V[0]||(V[0]=async z=>{await nextTick$1(),!(z.defaultPrevented||j.disabled)&&(k.value=!0)}),onBlur:V[1]||(V[1]=async z=>{await nextTick$1(),!z.defaultPrevented&&(k.value=!1)})}),{default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3},16,["as","as-child","aria-disabled","data-disabled","data-highlighted"])]),_:3}))}}),_a=defineComponent({__name:"MenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(e,{emit:t}){const y=e,n=t,{forwardRef:k,currentElement:L}=T(),$=wa(),j=lo(),V=ref$1(!1);async function z(){const re=L.value;if(!y.disabled&&re){const ie=new CustomEvent(nu,{bubbles:!0,cancelable:!0});n("select",ie),await nextTick$1(),ie.defaultPrevented?V.value=!1:$.onClose()}}return(re,ie)=>(openBlock(),createBlock(Ql,mergeProps(y,{ref:unref(k),onClick:z,onPointerdown:ie[0]||(ie[0]=()=>{V.value=!0}),onPointerup:ie[1]||(ie[1]=async oe=>{var ue;await nextTick$1(),!oe.defaultPrevented&&(V.value||(ue=oe.currentTarget)==null||ue.click())}),onKeydown:ie[2]||(ie[2]=async oe=>{const ue=unref(j).searchRef.value!=="";re.disabled||ue&&oe.key===" "||unref(Dn).includes(oe.key)&&(oe.currentTarget.click(),oe.preventDefault())})}),{default:withCtx(()=>[renderSlot(re.$slots,"default")]),_:3},16))}}),_d=defineComponent({__name:"MenuRootContentModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=e,n=t,k=xe(y,n),L=Rt(),{forwardRef:$,currentElement:j}=T();return ya(j),(V,z)=>(openBlock(),createBlock(so,mergeProps(unref(k),{ref:unref($),"trap-focus":unref(L).open.value,"disable-outside-pointer-events":unref(L).open.value,"disable-outside-scroll":!0,onDismiss:z[0]||(z[0]=re=>unref(L).onOpenChange(!1)),onFocusOutside:z[1]||(z[1]=withModifiers(re=>n("focusOutside",re),["prevent"]))}),{default:withCtx(()=>[renderSlot(V.$slots,"default")]),_:3},16,["trap-focus","disable-outside-pointer-events"]))}}),xd=defineComponent({__name:"MenuRootContentNonModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t),n=Rt();return(k,L)=>(openBlock(),createBlock(so,mergeProps(unref(y),{"trap-focus":!1,"disable-outside-pointer-events":!1,"disable-outside-scroll":!1,onDismiss:L[0]||(L[0]=$=>unref(n).onOpenChange(!1))}),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))}}),uo=defineComponent({__name:"MenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t),n=Rt(),k=wa();return(L,$)=>(openBlock(),createBlock(unref(Pe),{present:L.forceMount||unref(n).open.value},{default:withCtx(()=>[unref(k).modal.value?(openBlock(),createBlock(_d,normalizeProps(mergeProps({key:0},{...L.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16)):(openBlock(),createBlock(xd,normalizeProps(mergeProps({key:1},{...L.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),po=defineComponent({__name:"MenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(ht),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),mo=defineComponent({__name:"MenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(O),mergeProps(t,{role:"separator","aria-orientation":"horizontal"}),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),[ts,Pd]=Q("MenuSub"),ho=defineComponent({__name:"MenuSub",props:{open:{type:Boolean,default:void 0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=ae(y,"open",t,{defaultValue:!1,passive:y.open===void 0}),k=Rt(),L=ref$1(),$=ref$1();return watchEffect(j=>{(k==null?void 0:k.open.value)===!1&&(n.value=!1),j(()=>n.value=!1)}),Xl({open:n,onOpenChange:j=>{n.value=j},content:$,onContentChange:j=>{$.value=j}}),Pd({triggerId:"",contentId:"",trigger:L,onTriggerChange:j=>{L.value=j}}),(j,V)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(j.$slots,"default")]),_:3}))}}),yo=defineComponent({__name:"MenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean,default:!0},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t),n=Rt(),k=wa(),L=ts(),{forwardRef:$,currentElement:j}=T();return L.contentId||(L.contentId=me(void 0,"radix-vue-menu-sub-content")),(V,z)=>(openBlock(),createBlock(unref(Pe),{present:V.forceMount||unref(n).open.value},{default:withCtx(()=>[createVNode(so,mergeProps(unref(y),{id:unref(L).contentId,ref:unref($),"aria-labelledby":unref(L).triggerId,align:"start",side:unref(k).dir.value==="rtl"?"left":"right","disable-outside-pointer-events":!1,"disable-outside-scroll":!1,"trap-focus":!1,onOpenAutoFocus:z[0]||(z[0]=withModifiers(re=>{var ie;unref(k).isUsingKeyboardRef.value&&((ie=unref(j))==null||ie.focus())},["prevent"])),onCloseAutoFocus:z[1]||(z[1]=withModifiers(()=>{},["prevent"])),onFocusOutside:z[2]||(z[2]=re=>{re.defaultPrevented||re.target!==unref(L).trigger.value&&unref(n).onOpenChange(!1)}),onEscapeKeyDown:z[3]||(z[3]=re=>{unref(k).onClose(),re.preventDefault()}),onKeydown:z[4]||(z[4]=re=>{var ie,oe;const ue=(ie=re.currentTarget)==null?void 0:ie.contains(re.target),de=unref(ru)[unref(k).dir.value].includes(re.key);ue&&de&&(unref(n).onOpenChange(!1),(oe=unref(L).trigger.value)==null||oe.focus(),re.preventDefault())})}),{default:withCtx(()=>[renderSlot(V.$slots,"default")]),_:3},16,["id","aria-labelledby","side"])]),_:3},8,["present"]))}}),go=defineComponent({__name:"MenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(e){const t=e,y=Rt(),n=wa(),k=ts(),L=lo(),$=ref$1(null);k.triggerId||(k.triggerId=me(void 0,"radix-vue-menu-sub-trigger"));function j(){$.value&&window.clearTimeout($.value),$.value=null}onUnmounted(()=>{j()});function V(ie){!ua(ie)||L.onItemEnter(ie)||!t.disabled&&!y.open.value&&!$.value&&(L.onPointerGraceIntentChange(null),$.value=window.setTimeout(()=>{y.onOpenChange(!0),j()},100))}async function z(ie){var oe,ue;if(!ua(ie))return;j();const de=(oe=y.content.value)==null?void 0:oe.getBoundingClientRect();if(de!=null&&de.width){const pe=(ue=y.content.value)==null?void 0:ue.dataset.side,Ie=pe==="right",_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}))}}),[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$p=defineComponent({__name:"DropdownMenu",props:{defaultOpen:{type:Boolean},open:{type:Boolean},dir:{},modal:{type:Boolean}},emits:["update:open"],setup(e,{emit:t}){const k=xe(e,t);return(L,$)=>(openBlock(),createBlock(unref(Qm),normalizeProps(guardReactiveProps(unref(k))),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16))}}),_sfc_main$o=defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(e){const y=Bt(e);return(n,k)=>(openBlock(),createBlock(unref(eh),mergeProps({class:"outline-none"},unref(y)),{default:withCtx(()=>[renderSlot(n.$slots,"default")]),_:3},16))}});function r(e){var t,y,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var k=e.length;for(t=0;t{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;Iere?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;Ne0?" "+j:j)}return j};function twJoin(){let e=0,t,y,n="";for(;e{if(typeof e=="string")return e;let t,y="";for(let n=0;nie(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"),Ue=fromTheme("skew"),kt=fromTheme("space"),Et=fromTheme("translate"),Ve=()=>["auto","contain","none"],qe=()=>["auto","hidden","clip","visible","scroll"],jt=()=>["auto",isArbitraryValue,t],tr=()=>[isArbitraryValue,t],rr=()=>["",isLength,isArbitraryLength],ar=()=>["auto",isNumber,isArbitraryValue],nr=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],ur=()=>["solid","dashed","dotted","double","none"],cr=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],_r=()=>["start","end","center","between","around","evenly","stretch"],hr=()=>["","0",isArbitraryValue],Er=()=>["auto","avoid","all","avoid-page","page","left","right","column"],kr=()=>[isNumber,isArbitraryValue];return{cacheSize:500,separator:":",theme:{colors:[isAny],spacing:[isLength,isArbitraryLength],blur:["none","",isTshirtSize,isArbitraryValue],brightness:kr(),borderColor:[e],borderRadius:["none","","full",isTshirtSize,isArbitraryValue],borderSpacing:tr(),borderWidth:rr(),contrast:kr(),grayscale:hr(),hueRotate:kr(),invert:hr(),gap:tr(),gradientColorStops:[e],gradientColorStopPositions:[isPercent,isArbitraryLength],inset:jt(),margin:jt(),opacity:kr(),padding:tr(),saturate:kr(),scale:kr(),sepia:hr(),skew:kr(),space:tr(),translate:tr()},classGroups:{aspect:[{aspect:["auto","square","video",isArbitraryValue]}],container:["container"],columns:[{columns:[isTshirtSize]}],"break-after":[{"break-after":Er()}],"break-before":[{"break-before":Er()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...nr(),isArbitraryValue]}],overflow:[{overflow:qe()}],"overflow-x":[{"overflow-x":qe()}],"overflow-y":[{"overflow-y":qe()}],overscroll:[{overscroll:Ve()}],"overscroll-x":[{"overscroll-x":Ve()}],"overscroll-y":[{"overscroll-y":Ve()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[pe]}],"inset-x":[{"inset-x":[pe]}],"inset-y":[{"inset-y":[pe]}],start:[{start:[pe]}],end:[{end:[pe]}],top:[{top:[pe]}],right:[{right:[pe]}],bottom:[{bottom:[pe]}],left:[{left:[pe]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",isInteger,isArbitraryValue]}],basis:[{basis:jt()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",isArbitraryValue]}],grow:[{grow:hr()}],shrink:[{shrink:hr()}],order:[{order:["first","last","none",isInteger,isArbitraryValue]}],"grid-cols":[{"grid-cols":[isAny]}],"col-start-end":[{col:["auto",{span:["full",isInteger,isArbitraryValue]},isArbitraryValue]}],"col-start":[{"col-start":ar()}],"col-end":[{"col-end":ar()}],"grid-rows":[{"grid-rows":[isAny]}],"row-start-end":[{row:["auto",{span:[isInteger,isArbitraryValue]},isArbitraryValue]}],"row-start":[{"row-start":ar()}],"row-end":[{"row-end":ar()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",isArbitraryValue]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",isArbitraryValue]}],gap:[{gap:[oe]}],"gap-x":[{"gap-x":[oe]}],"gap-y":[{"gap-y":[oe]}],"justify-content":[{justify:["normal",..._r()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",..._r(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[..._r(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[Ce]}],px:[{px:[Ce]}],py:[{py:[Ce]}],ps:[{ps:[Ce]}],pe:[{pe:[Ce]}],pt:[{pt:[Ce]}],pr:[{pr:[Ce]}],pb:[{pb:[Ce]}],pl:[{pl:[Ce]}],m:[{m:[Ie]}],mx:[{mx:[Ie]}],my:[{my:[Ie]}],ms:[{ms:[Ie]}],me:[{me:[Ie]}],mt:[{mt:[Ie]}],mr:[{mr:[Ie]}],mb:[{mb:[Ie]}],ml:[{ml:[Ie]}],"space-x":[{"space-x":[kt]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[kt]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",isArbitraryValue,t]}],"min-w":[{"min-w":[isArbitraryValue,t,"min","max","fit"]}],"max-w":[{"max-w":[isArbitraryValue,t,"none","full","min","max","fit","prose",{screen:[isTshirtSize]},isTshirtSize]}],h:[{h:[isArbitraryValue,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[isArbitraryValue,t,"auto","min","max","fit"]}],"font-size":[{text:["base",isTshirtSize,isArbitraryLength]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",isArbitraryNumber]}],"font-family":[{font:[isAny]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",isArbitraryValue]}],"line-clamp":[{"line-clamp":["none",isNumber,isArbitraryNumber]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",isLength,isArbitraryValue]}],"list-image":[{"list-image":["none",isArbitraryValue]}],"list-style-type":[{list:["none","disc","decimal",isArbitraryValue]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[_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:kr()}],ease:[{ease:["linear","in","out","in-out",isArbitraryValue]}],delay:[{delay:kr()}],animate:[{animate:["none","spin","ping","pulse","bounce",isArbitraryValue]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[Ne]}],"scale-x":[{"scale-x":[Ne]}],"scale-y":[{"scale-y":[Ne]}],rotate:[{rotate:[isInteger,isArbitraryValue]}],"translate-x":[{"translate-x":[Et]}],"translate-y":[{"translate-y":[Et]}],"skew-x":[{"skew-x":[Ue]}],"skew-y":[{"skew-y":[Ue]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",isArbitraryValue]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",isArbitraryValue]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":tr()}],"scroll-mx":[{"scroll-mx":tr()}],"scroll-my":[{"scroll-my":tr()}],"scroll-ms":[{"scroll-ms":tr()}],"scroll-me":[{"scroll-me":tr()}],"scroll-mt":[{"scroll-mt":tr()}],"scroll-mr":[{"scroll-mr":tr()}],"scroll-mb":[{"scroll-mb":tr()}],"scroll-ml":[{"scroll-ml":tr()}],"scroll-p":[{"scroll-p":tr()}],"scroll-px":[{"scroll-px":tr()}],"scroll-py":[{"scroll-py":tr()}],"scroll-ps":[{"scroll-ps":tr()}],"scroll-pe":[{"scroll-pe":tr()}],"scroll-pt":[{"scroll-pt":tr()}],"scroll-pr":[{"scroll-pr":tr()}],"scroll-pb":[{"scroll-pb":tr()}],"scroll-pl":[{"scroll-pl":tr()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",isArbitraryValue]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[isLength,isArbitraryLength,isArbitraryNumber]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},twMerge=createTailwindMerge(getDefaultConfig);function cn(...e){return twMerge(clsx(e))}const _sfc_main$n=defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(e,{emit:t}){const y=e,n=t,k=computed(()=>{const{class:$,...j}=y;return j}),L=xe(k,n);return($,j)=>(openBlock(),createBlock(unref(th),null,{default:withCtx(()=>[createVNode(unref(ah),mergeProps(unref(L),{class:unref(cn)("z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",y.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$m=defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{},inset:{type:Boolean}},setup(e){const t=e,y=computed(()=>{const{class:k,...L}=t;return L}),n=Bt(y);return(k,L)=>(openBlock(),createBlock(unref(oh),mergeProps(unref(n),{class:unref(cn)("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",k.inset&&"pl-8",t.class)}),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16,["class"]))}});/** * @license lucide-vue-next v0.427.0 - ISC * * This source code is licensed under the ISC license. @@ -1125,7 +1119,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const Icon=({size:e,strokeWidth:t=2,absoluteStrokeWidth:y,color:n,iconNode:$,name:k,class:L,...j},{slots:V})=>h$1("svg",{...defaultAttributes,width:e||defaultAttributes.width,height:e||defaultAttributes.height,stroke:n||defaultAttributes.stroke,"stroke-width":y?Number(t)*24/Number(e):t,class:["lucide",`lucide-${toKebabCase(k??"icon")}`],...j},[...$.map(z=>h$1(...z)),...V.default?[V.default()]:[]]);/** + */const Icon=({size:e,strokeWidth:t=2,absoluteStrokeWidth:y,color:n,iconNode:k,name:L,class:$,...j},{slots:V})=>h$1("svg",{...defaultAttributes,width:e||defaultAttributes.width,height:e||defaultAttributes.height,stroke:n||defaultAttributes.stroke,"stroke-width":y?Number(t)*24/Number(e):t,class:["lucide",`lucide-${toKebabCase(L??"icon")}`],...j},[...k.map(z=>h$1(...z)),...V.default?[V.default()]:[]]);/** * @license lucide-vue-next v0.427.0 - ISC * * This source code is licensed under the ISC license. @@ -1135,9 +1129,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const ChevronRight=createLucideIcon("ChevronRightIcon",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]),_sfc_main$l=defineComponent({__name:"DropdownMenuShortcut",props:{class:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(cn)("ml-auto text-xs tracking-widest opacity-60",t.class))},[renderSlot(y.$slots,"default")],2))}}),_sfc_main$k=defineComponent({__name:"DropdownMenuSeparator",props:{asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:n,...$}=t;return $});return(n,$)=>(openBlock(),createBlock(unref(sh),mergeProps(y.value,{class:unref(cn)("-mx-1 my-1 h-px bg-muted",t.class)}),null,16,["class"]))}}),_sfc_main$j=defineComponent({__name:"DropdownMenuSub",props:{defaultOpen:{type:Boolean},open:{type:Boolean}},emits:["update:open"],setup(e,{emit:t}){const $=xe(e,t);return(k,L)=>(openBlock(),createBlock(unref(ph),normalizeProps(guardReactiveProps(unref($))),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))}}),_sfc_main$i=defineComponent({__name:"DropdownMenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:$,...k}=t;return k}),n=Bt(y);return($,k)=>(openBlock(),createBlock(unref(vh),mergeProps(unref(n),{class:unref(cn)("flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent",t.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default"),createVNode(unref(ChevronRight),{class:"ml-auto h-4 w-4"})]),_:3},16,["class"]))}}),_sfc_main$h=defineComponent({__name:"DropdownMenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=e,n=t,$=computed(()=>{const{class:L,...j}=y;return j}),k=xe($,n);return(L,j)=>(openBlock(),createBlock(unref(fh),mergeProps(unref(k),{class:unref(cn)("z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",y.class)}),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16,["class"]))}}),_sfc_main$g={__name:"FileDropdown",setup(e){const t=useStore(),{isDark:y,isEditOnLeft:n}=storeToRefs(t),{toggleDark:$,toggleEditOnLeft:k,exportEditorContent2HTML:L,exportEditorContent2MD:j,importMarkdownContent:V}=t;return(z,re)=>{const oe=resolveComponent("ElIconArrowDown"),ue=resolveComponent("el-icon"),de=resolveComponent("ElIconUpload"),_e=resolveComponent("ElIconDownload"),Ne=resolveComponent("ElIconDocument"),Ue=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 文件 "),createVNode(ue,{class:"ml-2"},{default:withCtx(()=>[createVNode(oe)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:re[0]||(re[0]=$e=>unref(V)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(de)]),_:1}),createTextVNode(" 导入 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[1]||(re[1]=$e=>unref(j)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(_e)]),_:1}),createTextVNode(" 导出 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[2]||(re[2]=$e=>unref(L)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(Ne)]),_:1}),createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[3]||(re[3]=$e=>unref($)())},{default:withCtx(()=>[createVNode(ue,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(y)}])},{default:withCtx(()=>[createVNode(Ue)]),_:1},8,["class"]),createTextVNode(" 深色模式 ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[4]||(re[4]=$e=>unref(k)())},{default:withCtx(()=>[createVNode(ue,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(n)}])},{default:withCtx(()=>[createVNode(Ue)]),_:1},8,["class"]),createTextVNode(" 左侧编辑 ")]),_:1})]),_:1})]),_:1})}}},_hoisted_1$8=createBaseVNode("div",{class:"text-center"},[createBaseVNode("h3",null,"一款高度简洁的微信 Markdown 编辑器"),createBaseVNode("p",null,"扫码关注公众号 Doocs,原创技术文章第一时间推送!"),createBaseVNode("img",{class:"mx-auto my-5",src:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303220922-7e14aefa-816e-44c1-8604-ade709ca1c69.png",style:{width:"40%"}})],-1),_sfc_main$f={__name:"AboutDialog",props:{visible:{type:Boolean,default:!1}},emits:["close"],setup(e){const t=e;function y(n){window.open(n)}return(n,$)=>{const k=resolveComponent("el-button"),L=resolveComponent("el-dialog");return openBlock(),createBlock(L,{title:"关于",class:"about__dialog","model-value":t.visible,width:"380",center:"",onClose:$[2]||($[2]=j=>n.$emit("close"))},{footer:withCtx(()=>[createVNode(k,{type:"primary",plain:"",onClick:$[0]||($[0]=j=>y("https://github.com/doocs/md"))},{default:withCtx(()=>[createTextVNode(" GitHub 仓库 ")]),_:1}),createVNode(k,{type:"primary",plain:"",onClick:$[1]||($[1]=j=>y("https://gitee.com/doocs/md"))},{default:withCtx(()=>[createTextVNode(" Gitee 仓库 ")]),_:1})]),default:withCtx(()=>[_hoisted_1$8]),_:1},8,["model-value"])}}},_hoisted_1$7=createBaseVNode("span",null,"关于",-1),_sfc_main$e={__name:"HelpDropdown",setup(e){const t=ref$1(!1);return(y,n)=>{const $=resolveComponent("ElIconArrowDown"),k=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[createVNode(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),{class:"flex items-center"},{default:withCtx(()=>[createTextVNode(" 帮助 "),createVNode(k,{class:"ml-2"},{default:withCtx(()=>[createVNode($)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:n[0]||(n[0]=L=>t.value=!0)},{default:withCtx(()=>[createVNode(k,{class:"mr-2 h-4 w-4"}),_hoisted_1$7]),_:1})]),_:1})]),_:1}),createVNode(_sfc_main$f,{visible:t.value,onClose:n[1]||(n[1]=L=>t.value=!1)},null,8,["visible"])],64)}}},_sfc_main$d={__name:"StyleOptionMenu",props:{title:{type:String,required:!0},options:{type:Array,required:!0},current:{type:String,required:!0},change:{type:Function,required:!0}},setup(e){const t=e;function y(n,$){switch(n){case"字体":return{fontFamily:$};case"字号":return{fontSize:$};case"主题色":return{color:$};default:return{}}}return(n,$)=>{const k=resolveComponent("el-icon"),L=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$j),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$i),null,{default:withCtx(()=>[createVNode(k,{class:"mr-2 h-4 w-4"}),createBaseVNode("span",null,toDisplayString(t.title),1)]),_:1}),createVNode(unref(th),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$h),null,{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.options,({label:j,value:V,desc:z})=>(openBlock(),createBlock(unref(_sfc_main$m),{key:V,label:j,"model-value":V,class:"w-50",onClick:re=>e.change(V)},{default:withCtx(()=>[createVNode(k,{class:"mr-2 h-4 w-4",style:normalizeStyle({opacity:+(e.current===V)})},{default:withCtx(()=>[createVNode(L)]),_:2},1032,["style"]),createTextVNode(" "+toDisplayString(j)+" ",1),createVNode(unref(_sfc_main$l),{style:normalizeStyle(y(e.title,V))},{default:withCtx(()=>[createTextVNode(toDisplayString(z),1)]),_:2},1032,["style"])]),_:2},1032,["label","model-value","onClick"]))),128))]),_:1})]),_:1})]),_:1})}}},_sfc_main$c=defineComponent({__name:"HoverCard",props:{defaultOpen:{type:Boolean},open:{type:Boolean},openDelay:{},closeDelay:{}},emits:["update:open"],setup(e,{emit:t}){const $=xe(e,t);return(k,L)=>(openBlock(),createBlock(unref(_h),normalizeProps(guardReactiveProps(unref($))),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16))}}),_sfc_main$b=defineComponent({__name:"HoverCardTrigger",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(xh),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),_sfc_main$a=defineComponent({__name:"HoverCardContent",props:{forceMount:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:$,...k}=t;return k}),n=Bt(y);return($,k)=>(openBlock(),createBlock(unref(Sh),null,{default:withCtx(()=>[createVNode(unref(Eh),mergeProps(unref(n),{class:unref(cn)("z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",t.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$9={__name:"StyleDropdown",setup(e){const t=useStore(),{fontFamily:y,fontSize:n,fontColor:$,codeBlockTheme:k,legend:L,isMacCodeBlock:j,cssEditor:V}=storeToRefs(t),{resetStyleConfirm:z,fontChanged:re,sizeChanged:oe,colorChanged:ue,codeBlockThemeChanged:de,legendChanged:_e,macCodeBlockChanged:Ne,toggleShowCssEditor:Ue}=t,$e=ref$1(null);function Ve(){$e.value.show()}function Fe(){Ue(),nextTick$3(()=>{V.value||V.value.refresh()}),setTimeout(()=>{V.value.refresh()},50)}return(qe,er)=>{const ir=resolveComponent("ElIconArrowDown"),dr=resolveComponent("el-icon"),cr=resolveComponent("el-color-picker"),nr=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 样式 "),createVNode(dr,{class:"ml-2"},{default:withCtx(()=>[createVNode(ir)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-56"},{default:withCtx(()=>[createVNode(_sfc_main$d,{title:"字体",options:unref(fontFamilyOptions),current:unref(y),change:unref(re)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"字号",options:unref(fontSizeOptions),current:unref(n),change:unref(oe)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"主题色",options:unref(colorOptions),current:unref($),change:unref(ue)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"代码块主题",options:unref(codeBlockThemeOptions),current:unref(k),change:unref(de)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"图注格式",options:unref(legendOptions),current:unref(L),change:unref(_e)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:withModifiers(Ve,["self","prevent"])},{default:withCtx(()=>[createVNode(unref(_sfc_main$c),{"open-delay":100},{default:withCtx(()=>[createVNode(unref(_sfc_main$b),{class:"w-full flex"},{default:withCtx(()=>[createVNode(dr,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义主题色 ")]),_:1}),createVNode(unref(_sfc_main$a),{side:"right",class:"w-min"},{default:withCtx(()=>[createVNode(cr,{ref_key:"colorPicker",ref:$e,modelValue:unref($),"onUpdate:modelValue":er[0]||(er[0]=lr=>isRef($)?$.value=lr:null),teleported:!1,"show-alpha":"",class:"ml-auto",style:{height:"2em"},onChange:unref(ue),onClick:Ve},null,8,["modelValue","onChange"])]),_:1})]),_:1})]),_:1}),createVNode(unref(_sfc_main$m),{onClick:Fe},{default:withCtx(()=>[createVNode(dr,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义 CSS ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(Ne)},{default:withCtx(()=>[createVNode(dr,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(j)}])},{default:withCtx(()=>[createVNode(nr)]),_:1},8,["class"]),createTextVNode(" Mac 代码块 ")]),_:1},8,["onClick"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{divided:"",class:"leading-8",onClick:unref(z)},{default:withCtx(()=>[createVNode(dr,{class:"mr-2 h-4 w-4"}),createTextVNode(" 重置 ")]),_:1},8,["onClick"])]),_:1})]),_:1})}}},_sfc_main$8={__name:"EditDropdown",setup(e){const t=useStore(),{toggleShowInsertFormDialog:y,toggleShowUploadImgDialog:n}=t;return($,k)=>{const L=resolveComponent("ElIconArrowDown"),j=resolveComponent("el-icon"),V=resolveComponent("ElIconUpload"),z=resolveComponent("ElIconGrid");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 编辑 "),createVNode(j,{class:"ml-2"},{default:withCtx(()=>[createVNode(L)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:k[0]||(k[0]=re=>unref(n)())},{default:withCtx(()=>[createVNode(j,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(V)]),_:1}),createTextVNode(" 上传图片 ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:k[1]||(k[1]=re=>unref(y)())},{default:withCtx(()=>[createVNode(j,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(z)]),_:1}),createTextVNode(" 插入表格 ")]),_:1})]),_:1})]),_:1})}}},_export_sfc=(e,t)=>{const y=e.__vccOpts||e;for(const[n,$]of t)y[n]=$;return y},_hoisted_1$6={class:"header-container"},_sfc_main$7={__name:"index",emits:["addFormat","formatContent","startCopy","endCopy"],setup(e,{emit:t}){const y=t,$=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",k=[{label:"加粗",kbd:`${$} + B`,emitArgs:["addFormat",`${$}-B`]},{label:"斜体",kbd:`${$} + I`,emitArgs:["addFormat",`${$}-I`]},{label:"删除线",kbd:`${$} + D`,emitArgs:["addFormat",`${$}-D`]},{label:"超链接",kbd:`${$} + K`,emitArgs:["addFormat",`${$}-K`]},{label:"行内代码",kbd:`${$} + E`,emitArgs:["addFormat",`${$}-E`]},{label:"格式化",kbd:`${$} + F`,emitArgs:["formatContent"]}],L=useStore(),{isDark:j,isCiteStatus:V,output:z}=storeToRefs(L),{toggleDark:re,editorRefresh:oe,citeStatusChanged:ue}=L;function de(){y("startCopy"),setTimeout(()=>{function _e(Ve){const Fe=document.createElement("div");return Fe.innerHTML=Ve,Fe.querySelectorAll("li > ul, li > ol").forEach(er=>{er.parentElement.insertAdjacentElement("afterend",er)}),Fe.innerHTML}const Ne=j.value;Ne&&re(),solveWeChatImage();const Ue=document.getElementById("output");Ue.innerHTML=mergeCss(Ue.innerHTML),Ue.innerHTML=_e(Ue.innerHTML),Ue.innerHTML=Ue.innerHTML.replace(/class="base"( style="display: inline")*/g,'class="base" style="display: inline"').replace(/top:(.*?)em/g,"transform: translateY($1em)").replaceAll("var(--el-text-color-regular)","#3f3f3f"),Ue.focus(),window.getSelection().removeAllRanges();const $e=document.createRange();$e.setStartBefore(Ue.firstChild),$e.setEndAfter(Ue.lastChild),window.getSelection().addRange($e),document.execCommand("copy"),window.getSelection().removeAllRanges(),Ue.innerHTML=z.value,Ne&&re(),ElNotification({showClose:!0,message:"已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴",offset:80,duration:1600,type:"success"}),oe(),y("endCopy")},350)}return(_e,Ne)=>{const Ue=resolveComponent("ElIconArrowDown"),$e=resolveComponent("el-icon"),Ve=resolveComponent("ElIconCheck"),Fe=resolveComponent("el-space"),qe=resolveComponent("el-button");return openBlock(),createElementBlock("div",_hoisted_1$6,[createVNode(Fe,{class:"dropdowns flex-auto",size:"large"},{default:withCtx(()=>[createVNode(_sfc_main$g),createVNode(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 格式 "),createVNode($e,{class:"ml-2"},{default:withCtx(()=>[createVNode(Ue)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-60"},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(k,({label:er,kbd:ir,emitArgs:dr})=>createVNode(unref(_sfc_main$m),{key:ir,onClick:cr=>_e.$emit(...dr)},{default:withCtx(()=>[createVNode($e,{class:"mr-2 h-4 w-4"}),createTextVNode(" "+toDisplayString(er)+" ",1),createVNode(unref(_sfc_main$l),null,{default:withCtx(()=>[createTextVNode(toDisplayString(ir),1)]),_:2},1024)]),_:2},1032,["onClick"])),64)),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(ue)},{default:withCtx(()=>[createVNode($e,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(V)}])},{default:withCtx(()=>[createVNode(Ve)]),_:1},8,["class"]),createTextVNode(" 微信外链转底部引用 ")]),_:1},8,["onClick"])]),_:1})]),_:1}),createVNode(_sfc_main$8),createVNode(_sfc_main$9),createVNode(_sfc_main$e)]),_:1}),createVNode(qe,{plain:"",type:"primary",onClick:de},{default:withCtx(()=>[createTextVNode(" 复制 ")]),_:1}),createVNode(_sfc_main$q)])}}},EditorHeader=_export_sfc(_sfc_main$7,[["__scopeId","data-v-4723457b"]]),_hoisted_1$5={style:{"border-collapse":"collapse"},class:"input-table"},_hoisted_2$1={class:"dialog-footer"},_sfc_main$6={__name:"InsertFormDialog",setup(e){const t=useStore(),{formatContent:y,toggleShowInsertFormDialog:n}=t,$=ref$1(3),k=ref$1(3),L=ref$1({});function j(){$.value=3,k.value=3,L.value={}}function V(){const z=createTable({rows:$.value,cols:k.value,data:L.value});t.editor.operation(()=>{t.editor.replaceSelection(` + */const ChevronRight=createLucideIcon("ChevronRightIcon",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]),_sfc_main$l=defineComponent({__name:"DropdownMenuShortcut",props:{class:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(cn)("ml-auto text-xs tracking-widest opacity-60",t.class))},[renderSlot(y.$slots,"default")],2))}}),_sfc_main$k=defineComponent({__name:"DropdownMenuSeparator",props:{asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:n,...k}=t;return k});return(n,k)=>(openBlock(),createBlock(unref(sh),mergeProps(y.value,{class:unref(cn)("-mx-1 my-1 h-px bg-muted",t.class)}),null,16,["class"]))}}),_sfc_main$j=defineComponent({__name:"DropdownMenuSub",props:{defaultOpen:{type:Boolean},open:{type:Boolean}},emits:["update:open"],setup(e,{emit:t}){const k=xe(e,t);return(L,$)=>(openBlock(),createBlock(unref(ph),normalizeProps(guardReactiveProps(unref(k))),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16))}}),_sfc_main$i=defineComponent({__name:"DropdownMenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:k,...L}=t;return L}),n=Bt(y);return(k,L)=>(openBlock(),createBlock(unref(vh),mergeProps(unref(n),{class:unref(cn)("flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent",t.class)}),{default:withCtx(()=>[renderSlot(k.$slots,"default"),createVNode(unref(ChevronRight),{class:"ml-auto h-4 w-4"})]),_:3},16,["class"]))}}),_sfc_main$h=defineComponent({__name:"DropdownMenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(e,{emit:t}){const y=e,n=t,k=computed(()=>{const{class:$,...j}=y;return j}),L=xe(k,n);return($,j)=>(openBlock(),createBlock(unref(fh),mergeProps(unref(L),{class:unref(cn)("z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",y.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"]))}}),_sfc_main$g={__name:"FileDropdown",setup(e){const t=useStore(),{isDark:y,isEditOnLeft:n}=storeToRefs(t),{toggleDark:k,toggleEditOnLeft:L,exportEditorContent2HTML:$,exportEditorContent2MD:j,importMarkdownContent:V}=t;return(z,re)=>{const ie=resolveComponent("ElIconArrowDown"),oe=resolveComponent("el-icon"),ue=resolveComponent("ElIconUpload"),de=resolveComponent("ElIconDownload"),pe=resolveComponent("ElIconDocument"),Ie=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 文件 "),createVNode(oe,{class:"ml-2"},{default:withCtx(()=>[createVNode(ie)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:re[0]||(re[0]=_e=>unref(V)())},{default:withCtx(()=>[createVNode(oe,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(ue)]),_:1}),createTextVNode(" 导入 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[1]||(re[1]=_e=>unref(j)())},{default:withCtx(()=>[createVNode(oe,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(de)]),_:1}),createTextVNode(" 导出 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[2]||(re[2]=_e=>unref($)())},{default:withCtx(()=>[createVNode(oe,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(pe)]),_:1}),createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[3]||(re[3]=_e=>unref(k)())},{default:withCtx(()=>[createVNode(oe,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(y)}])},{default:withCtx(()=>[createVNode(Ie)]),_:1},8,["class"]),createTextVNode(" 深色模式 ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[4]||(re[4]=_e=>unref(L)())},{default:withCtx(()=>[createVNode(oe,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(n)}])},{default:withCtx(()=>[createVNode(Ie)]),_:1},8,["class"]),createTextVNode(" 左侧编辑 ")]),_:1})]),_:1})]),_:1})}}},_hoisted_1$8=createBaseVNode("div",{class:"text-center"},[createBaseVNode("h3",null,"一款高度简洁的微信 Markdown 编辑器"),createBaseVNode("p",null,"扫码关注公众号 Doocs,原创技术文章第一时间推送!"),createBaseVNode("img",{class:"mx-auto my-5",src:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303220922-7e14aefa-816e-44c1-8604-ade709ca1c69.png",style:{width:"40%"}})],-1),_sfc_main$f={__name:"AboutDialog",props:{visible:{type:Boolean,default:!1}},emits:["close"],setup(e){const t=e;function y(n){window.open(n)}return(n,k)=>{const L=resolveComponent("el-button"),$=resolveComponent("el-dialog");return openBlock(),createBlock($,{title:"关于",class:"about__dialog","model-value":t.visible,width:"380",center:"",onClose:k[2]||(k[2]=j=>n.$emit("close"))},{footer:withCtx(()=>[createVNode(L,{type:"primary",plain:"",onClick:k[0]||(k[0]=j=>y("https://github.com/doocs/md"))},{default:withCtx(()=>[createTextVNode(" GitHub 仓库 ")]),_:1}),createVNode(L,{type:"primary",plain:"",onClick:k[1]||(k[1]=j=>y("https://gitee.com/doocs/md"))},{default:withCtx(()=>[createTextVNode(" Gitee 仓库 ")]),_:1})]),default:withCtx(()=>[_hoisted_1$8]),_:1},8,["model-value"])}}},_hoisted_1$7=createBaseVNode("span",null,"关于",-1),_sfc_main$e={__name:"HelpDropdown",setup(e){const t=ref$1(!1);return(y,n)=>{const k=resolveComponent("ElIconArrowDown"),L=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[createVNode(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),{class:"flex items-center"},{default:withCtx(()=>[createTextVNode(" 帮助 "),createVNode(L,{class:"ml-2"},{default:withCtx(()=>[createVNode(k)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:n[0]||(n[0]=$=>t.value=!0)},{default:withCtx(()=>[createVNode(L,{class:"mr-2 h-4 w-4"}),_hoisted_1$7]),_:1})]),_:1})]),_:1}),createVNode(_sfc_main$f,{visible:t.value,onClose:n[1]||(n[1]=$=>t.value=!1)},null,8,["visible"])],64)}}},_sfc_main$d={__name:"StyleOptionMenu",props:{title:{type:String,required:!0},options:{type:Array,required:!0},current:{type:String,required:!0},change:{type:Function,required:!0}},setup(e){const t=e;function y(n,k){switch(n){case"字体":return{fontFamily:k};case"字号":return{fontSize:k};case"主题色":return{color:k};default:return{}}}return(n,k)=>{const L=resolveComponent("el-icon"),$=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$j),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$i),null,{default:withCtx(()=>[createVNode(L,{class:"mr-2 h-4 w-4"}),createBaseVNode("span",null,toDisplayString(t.title),1)]),_:1}),createVNode(unref(th),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$h),null,{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.options,({label:j,value:V,desc:z})=>(openBlock(),createBlock(unref(_sfc_main$m),{key:V,label:j,"model-value":V,class:"w-50",onClick:re=>e.change(V)},{default:withCtx(()=>[createVNode(L,{class:"mr-2 h-4 w-4",style:normalizeStyle({opacity:+(e.current===V)})},{default:withCtx(()=>[createVNode($)]),_:2},1032,["style"]),createTextVNode(" "+toDisplayString(j)+" ",1),createVNode(unref(_sfc_main$l),{style:normalizeStyle(y(e.title,V))},{default:withCtx(()=>[createTextVNode(toDisplayString(z),1)]),_:2},1032,["style"])]),_:2},1032,["label","model-value","onClick"]))),128))]),_:1})]),_:1})]),_:1})}}},_sfc_main$c=defineComponent({__name:"HoverCard",props:{defaultOpen:{type:Boolean},open:{type:Boolean},openDelay:{},closeDelay:{}},emits:["update:open"],setup(e,{emit:t}){const k=xe(e,t);return(L,$)=>(openBlock(),createBlock(unref(_h),normalizeProps(guardReactiveProps(unref(k))),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16))}}),_sfc_main$b=defineComponent({__name:"HoverCardTrigger",props:{asChild:{type:Boolean},as:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createBlock(unref(xh),normalizeProps(guardReactiveProps(t)),{default:withCtx(()=>[renderSlot(y.$slots,"default")]),_:3},16))}}),_sfc_main$a=defineComponent({__name:"HoverCardContent",props:{forceMount:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},setup(e){const t=e,y=computed(()=>{const{class:k,...L}=t;return L}),n=Bt(y);return(k,L)=>(openBlock(),createBlock(unref(Sh),null,{default:withCtx(()=>[createVNode(unref(Eh),mergeProps(unref(n),{class:unref(cn)("z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",t.class)}),{default:withCtx(()=>[renderSlot(k.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$9={__name:"StyleDropdown",setup(e){const t=useStore(),{fontFamily:y,fontSize:n,fontColor:k,codeBlockTheme:L,legend:$,isMacCodeBlock:j,cssEditor:V}=storeToRefs(t),{resetStyleConfirm:z,fontChanged:re,sizeChanged:ie,colorChanged:oe,codeBlockThemeChanged:ue,legendChanged:de,macCodeBlockChanged:pe,toggleShowCssEditor:Ie}=t,_e=ref$1(null);function Ce(){_e.value.show()}function he(){Ie(),nextTick$1(()=>{V.value||V.value.refresh()}),setTimeout(()=>{V.value.refresh()},50)}return(Ne,Fe)=>{const Ue=resolveComponent("ElIconArrowDown"),kt=resolveComponent("el-icon"),Et=resolveComponent("el-color-picker"),Ve=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 样式 "),createVNode(kt,{class:"ml-2"},{default:withCtx(()=>[createVNode(Ue)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-56"},{default:withCtx(()=>[createVNode(_sfc_main$d,{title:"字体",options:unref(fontFamilyOptions),current:unref(y),change:unref(re)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"字号",options:unref(fontSizeOptions),current:unref(n),change:unref(ie)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"主题色",options:unref(colorOptions),current:unref(k),change:unref(oe)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"代码块主题",options:unref(codeBlockThemeOptions),current:unref(L),change:unref(ue)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"图注格式",options:unref(legendOptions),current:unref($),change:unref(de)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:withModifiers(Ce,["self","prevent"])},{default:withCtx(()=>[createVNode(unref(_sfc_main$c),{"open-delay":100},{default:withCtx(()=>[createVNode(unref(_sfc_main$b),{class:"w-full flex"},{default:withCtx(()=>[createVNode(kt,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义主题色 ")]),_:1}),createVNode(unref(_sfc_main$a),{side:"right",class:"w-min"},{default:withCtx(()=>[createVNode(Et,{ref_key:"colorPicker",ref:_e,modelValue:unref(k),"onUpdate:modelValue":Fe[0]||(Fe[0]=qe=>isRef(k)?k.value=qe:null),teleported:!1,"show-alpha":"",class:"ml-auto",style:{height:"2em"},onChange:unref(oe),onClick:Ce},null,8,["modelValue","onChange"])]),_:1})]),_:1})]),_:1}),createVNode(unref(_sfc_main$m),{onClick:he},{default:withCtx(()=>[createVNode(kt,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义 CSS ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(pe)},{default:withCtx(()=>[createVNode(kt,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(j)}])},{default:withCtx(()=>[createVNode(Ve)]),_:1},8,["class"]),createTextVNode(" Mac 代码块 ")]),_:1},8,["onClick"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{divided:"",class:"leading-8",onClick:unref(z)},{default:withCtx(()=>[createVNode(kt,{class:"mr-2 h-4 w-4"}),createTextVNode(" 重置 ")]),_:1},8,["onClick"])]),_:1})]),_:1})}}},_sfc_main$8={__name:"EditDropdown",setup(e){const t=useStore(),{toggleShowInsertFormDialog:y,toggleShowUploadImgDialog:n}=t;return(k,L)=>{const $=resolveComponent("ElIconArrowDown"),j=resolveComponent("el-icon"),V=resolveComponent("ElIconUpload"),z=resolveComponent("ElIconGrid");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 编辑 "),createVNode(j,{class:"ml-2"},{default:withCtx(()=>[createVNode($)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:L[0]||(L[0]=re=>unref(n)())},{default:withCtx(()=>[createVNode(j,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(V)]),_:1}),createTextVNode(" 上传图片 ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:L[1]||(L[1]=re=>unref(y)())},{default:withCtx(()=>[createVNode(j,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(z)]),_:1}),createTextVNode(" 插入表格 ")]),_:1})]),_:1})]),_:1})}}},_export_sfc=(e,t)=>{const y=e.__vccOpts||e;for(const[n,k]of t)y[n]=k;return y},_hoisted_1$6={class:"header-container"},_sfc_main$7={__name:"index",emits:["addFormat","formatContent","startCopy","endCopy"],setup(e,{emit:t}){const y=t,k=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",L=[{label:"加粗",kbd:`${k} + B`,emitArgs:["addFormat",`${k}-B`]},{label:"斜体",kbd:`${k} + I`,emitArgs:["addFormat",`${k}-I`]},{label:"删除线",kbd:`${k} + D`,emitArgs:["addFormat",`${k}-D`]},{label:"超链接",kbd:`${k} + K`,emitArgs:["addFormat",`${k}-K`]},{label:"行内代码",kbd:`${k} + E`,emitArgs:["addFormat",`${k}-E`]},{label:"格式化",kbd:`${k} + F`,emitArgs:["formatContent"]}],$=useStore(),{isDark:j,isCiteStatus:V,output:z}=storeToRefs($),{toggleDark:re,editorRefresh:ie,citeStatusChanged:oe}=$;function ue(){y("startCopy"),setTimeout(()=>{function de(Ce){const he=document.createElement("div");return he.innerHTML=Ce,he.querySelectorAll("li > ul, li > ol").forEach(Fe=>{Fe.parentElement.insertAdjacentElement("afterend",Fe)}),he.innerHTML}const pe=j.value;pe&&re(),solveWeChatImage();const Ie=document.getElementById("output");Ie.innerHTML=mergeCss(Ie.innerHTML),Ie.innerHTML=de(Ie.innerHTML),Ie.innerHTML=Ie.innerHTML.replace(/class="base"( style="display: inline")*/g,'class="base" style="display: inline"').replace(/top:(.*?)em/g,"transform: translateY($1em)").replaceAll("var(--el-text-color-regular)","#3f3f3f"),Ie.focus(),window.getSelection().removeAllRanges();const _e=document.createRange();_e.setStartBefore(Ie.firstChild),_e.setEndAfter(Ie.lastChild),window.getSelection().addRange(_e),document.execCommand("copy"),window.getSelection().removeAllRanges(),Ie.innerHTML=z.value,pe&&re(),ElNotification({showClose:!0,message:"已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴",offset:80,duration:1600,type:"success"}),ie(),y("endCopy")},350)}return(de,pe)=>{const Ie=resolveComponent("ElIconArrowDown"),_e=resolveComponent("el-icon"),Ce=resolveComponent("ElIconCheck"),he=resolveComponent("el-space"),Ne=resolveComponent("el-button");return openBlock(),createElementBlock("div",_hoisted_1$6,[createVNode(he,{class:"dropdowns flex-auto",size:"large"},{default:withCtx(()=>[createVNode(_sfc_main$g),createVNode(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 格式 "),createVNode(_e,{class:"ml-2"},{default:withCtx(()=>[createVNode(Ie)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-60"},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(L,({label:Fe,kbd:Ue,emitArgs:kt})=>createVNode(unref(_sfc_main$m),{key:Ue,onClick:Et=>de.$emit(...kt)},{default:withCtx(()=>[createVNode(_e,{class:"mr-2 h-4 w-4"}),createTextVNode(" "+toDisplayString(Fe)+" ",1),createVNode(unref(_sfc_main$l),null,{default:withCtx(()=>[createTextVNode(toDisplayString(Ue),1)]),_:2},1024)]),_:2},1032,["onClick"])),64)),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(oe)},{default:withCtx(()=>[createVNode(_e,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(V)}])},{default:withCtx(()=>[createVNode(Ce)]),_:1},8,["class"]),createTextVNode(" 微信外链转底部引用 ")]),_:1},8,["onClick"])]),_:1})]),_:1}),createVNode(_sfc_main$8),createVNode(_sfc_main$9),createVNode(_sfc_main$e)]),_:1}),createVNode(Ne,{plain:"",type:"primary",onClick:ue},{default:withCtx(()=>[createTextVNode(" 复制 ")]),_:1}),createVNode(_sfc_main$q)])}}},EditorHeader=_export_sfc(_sfc_main$7,[["__scopeId","data-v-4723457b"]]),_hoisted_1$5={style:{"border-collapse":"collapse"},class:"input-table"},_hoisted_2$1={class:"dialog-footer"},_sfc_main$6={__name:"InsertFormDialog",setup(e){const t=useStore(),{formatContent:y,toggleShowInsertFormDialog:n}=t,k=ref$1(3),L=ref$1(3),$=ref$1({});function j(){k.value=3,L.value=3,$.value={}}function V(){const z=createTable({rows:k.value,cols:L.value,data:$.value});t.editor.operation(()=>{t.editor.replaceSelection(` ${z} -`,"end")}),j(),n()}return(z,re)=>{const oe=resolveComponent("el-input-number"),ue=resolveComponent("el-col"),de=resolveComponent("el-row"),_e=resolveComponent("el-input"),Ne=resolveComponent("el-button"),Ue=resolveComponent("el-dialog");return openBlock(),createBlock(Ue,{title:"插入表格",class:"insert__dialog","model-value":unref(t).isShowInsertFormDialog,onClose:re[3]||(re[3]=$e=>unref(n)(!1))},{footer:withCtx(()=>[createBaseVNode("div",_hoisted_2$1,[createVNode(Ne,{plain:"",onClick:re[2]||(re[2]=$e=>unref(n)(!1))},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(Ne,{type:"primary",plain:"",onClick:V},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})])]),default:withCtx(()=>[createVNode(de,{class:"tb-options",type:"flex",align:"middle",gutter:10},{default:withCtx(()=>[createVNode(ue,{span:12},{default:withCtx(()=>[createTextVNode(" 行数: "),createVNode(oe,{modelValue:$.value,"onUpdate:modelValue":re[0]||(re[0]=$e=>$.value=$e),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1}),createVNode(ue,{span:12},{default:withCtx(()=>[createTextVNode(" 列数: "),createVNode(oe,{modelValue:k.value,"onUpdate:modelValue":re[1]||(re[1]=$e=>k.value=$e),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1})]),_:1}),createBaseVNode("table",_hoisted_1$5,[(openBlock(!0),createElementBlock(Fragment,null,renderList($.value+1,$e=>(openBlock(),createElementBlock("tr",{key:$e,class:normalizeClass({"head-style":$e===1})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(k.value,Ve=>(openBlock(),createElementBlock("td",{key:Ve},[createVNode(_e,{modelValue:L.value[`k_${$e-1}_${Ve-1}`],"onUpdate:modelValue":Fe=>L.value[`k_${$e-1}_${Ve-1}`]=Fe,align:"center",placeholder:$e===1?"表头":""},null,8,["modelValue","onUpdate:modelValue","placeholder"])]))),128))],2))),128))])]),_:1},8,["model-value"])}}},InsertFormDialog=_export_sfc(_sfc_main$6,[["__scopeId","data-v-ca1e68bd"]]),_hoisted_1$4=["onMousedown"],_sfc_main$5={__name:"RightClickMenu",props:{visible:{type:Boolean,default:!1},top:{type:Number,default:0},left:{type:Number,default:0}},emits:["menuTick","closeMenu"],setup(e,{emit:t}){const y=e,n=t,$=[[{text:"上传图片",key:"insertPic"},{text:"插入表格",key:"insertTable"},{text:"恢复默认样式",key:"resetStyle"}],[{text:"导入 .md 文档",key:"importMarkdown"},{text:"导出 .md 文档",key:"exportMarkdown"},{text:"导出 .html",key:"exportHtml"},{text:"格式化",key:"formatMarkdown"}]];function k(L){n("menuTick",L),n("closeMenu")}return(L,j)=>withDirectives((openBlock(),createElementBlock("div",{id:"menu",class:"menu",style:normalizeStyle({left:`${y.left}px`,top:`${y.top}px`})},[(openBlock(),createElementBlock(Fragment,null,renderList($,(V,z)=>createBaseVNode("ul",{key:z,class:"menu__group"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(V,({key:re,text:oe})=>(openBlock(),createElementBlock("li",{key:re,class:"menu_item",onMousedown:ue=>k(re)},toDisplayString(oe),41,_hoisted_1$4))),128))])),64))],4)),[[vShow,y.visible]])}},RightClickMenu=_export_sfc(_sfc_main$5,[["__scopeId","data-v-d69dec3e"]]),_withScopeId$2=e=>(pushScopeId("data-v-7a636709"),e=e(),popScopeId(),e),_hoisted_1$3=_withScopeId$2(()=>createBaseVNode("div",{class:"el-upload__text"},[createTextVNode(" 将图片拖到此处,或 "),createBaseVNode("em",null,"点击上传")],-1)),_sfc_main$4={__name:"UploadImgDialog",emits:["uploadImage"],setup(e,{emit:t}){const y=t,n=useStore(),$=ref$1({repo:"",branch:"",accessToken:""}),k=ref$1({accessKeyId:"",accessKeySecret:"",bucket:"",region:"",path:"",cdnHost:""}),L=ref$1({secretId:"",secretKey:"",bucket:"",region:"",path:"",cdnHost:""}),j=ref$1({accessKey:"",secretKey:"",bucket:"",domain:"",region:""}),V=ref$1({endpoint:"",port:"",useSSL:!0,bucket:"",accessKey:"",secretKey:""}),z=ref$1({code:localStorage.getItem("formCustomConfig")||removeLeft(` +`,"end")}),j(),n()}return(z,re)=>{const ie=resolveComponent("el-input-number"),oe=resolveComponent("el-col"),ue=resolveComponent("el-row"),de=resolveComponent("el-input"),pe=resolveComponent("el-button"),Ie=resolveComponent("el-dialog");return openBlock(),createBlock(Ie,{title:"插入表格",class:"insert__dialog","model-value":unref(t).isShowInsertFormDialog,onClose:re[3]||(re[3]=_e=>unref(n)(!1))},{footer:withCtx(()=>[createBaseVNode("div",_hoisted_2$1,[createVNode(pe,{plain:"",onClick:re[2]||(re[2]=_e=>unref(n)(!1))},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(pe,{type:"primary",plain:"",onClick:V},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})])]),default:withCtx(()=>[createVNode(ue,{class:"tb-options",type:"flex",align:"middle",gutter:10},{default:withCtx(()=>[createVNode(oe,{span:12},{default:withCtx(()=>[createTextVNode(" 行数: "),createVNode(ie,{modelValue:k.value,"onUpdate:modelValue":re[0]||(re[0]=_e=>k.value=_e),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1}),createVNode(oe,{span:12},{default:withCtx(()=>[createTextVNode(" 列数: "),createVNode(ie,{modelValue:L.value,"onUpdate:modelValue":re[1]||(re[1]=_e=>L.value=_e),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1})]),_:1}),createBaseVNode("table",_hoisted_1$5,[(openBlock(!0),createElementBlock(Fragment,null,renderList(k.value+1,_e=>(openBlock(),createElementBlock("tr",{key:_e,class:normalizeClass({"head-style":_e===1})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(L.value,Ce=>(openBlock(),createElementBlock("td",{key:Ce},[createVNode(de,{modelValue:$.value[`k_${_e-1}_${Ce-1}`],"onUpdate:modelValue":he=>$.value[`k_${_e-1}_${Ce-1}`]=he,align:"center",placeholder:_e===1?"表头":""},null,8,["modelValue","onUpdate:modelValue","placeholder"])]))),128))],2))),128))])]),_:1},8,["model-value"])}}},InsertFormDialog=_export_sfc(_sfc_main$6,[["__scopeId","data-v-ca1e68bd"]]),_hoisted_1$4=["onMousedown"],_sfc_main$5={__name:"RightClickMenu",props:{visible:{type:Boolean,default:!1},top:{type:Number,default:0},left:{type:Number,default:0}},emits:["menuTick","closeMenu"],setup(e,{emit:t}){const y=e,n=t,k=[[{text:"上传图片",key:"insertPic"},{text:"插入表格",key:"insertTable"},{text:"恢复默认样式",key:"resetStyle"}],[{text:"导入 .md 文档",key:"importMarkdown"},{text:"导出 .md 文档",key:"exportMarkdown"},{text:"导出 .html",key:"exportHtml"},{text:"格式化",key:"formatMarkdown"}]];function L($){n("menuTick",$),n("closeMenu")}return($,j)=>withDirectives((openBlock(),createElementBlock("div",{id:"menu",class:"menu",style:normalizeStyle({left:`${y.left}px`,top:`${y.top}px`})},[(openBlock(),createElementBlock(Fragment,null,renderList(k,(V,z)=>createBaseVNode("ul",{key:z,class:"menu__group"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(V,({key:re,text:ie})=>(openBlock(),createElementBlock("li",{key:re,class:"menu_item",onMousedown:oe=>L(re)},toDisplayString(ie),41,_hoisted_1$4))),128))])),64))],4)),[[vShow,y.visible]])}},RightClickMenu=_export_sfc(_sfc_main$5,[["__scopeId","data-v-d69dec3e"]]),_withScopeId$2=e=>(pushScopeId("data-v-7a636709"),e=e(),popScopeId(),e),_hoisted_1$3=_withScopeId$2(()=>createBaseVNode("div",{class:"el-upload__text"},[createTextVNode(" 将图片拖到此处,或 "),createBaseVNode("em",null,"点击上传")],-1)),_sfc_main$4={__name:"UploadImgDialog",emits:["uploadImage"],setup(e,{emit:t}){const y=t,n=useStore(),k=ref$1({repo:"",branch:"",accessToken:""}),L=ref$1({accessKeyId:"",accessKeySecret:"",bucket:"",region:"",path:"",cdnHost:""}),$=ref$1({secretId:"",secretKey:"",bucket:"",region:"",path:"",cdnHost:""}),j=ref$1({accessKey:"",secretKey:"",bucket:"",domain:"",region:""}),V=ref$1({endpoint:"",port:"",useSSL:!0,bucket:"",accessKey:"",secretKey:""}),z=ref$1({code:localStorage.getItem("formCustomConfig")||removeLeft(` const {file, util, okCb, errCb} = CUSTOM_ARG const param = new FormData() param.append('file', file) @@ -1148,7 +1142,7 @@ ${z} }).catch(err => { errCb(err) }) -`).trim(),editor:void 0}),re=[{value:"default",label:"默认"},{value:"github",label:"GitHub"},{value:"aliOSS",label:"阿里云"},{value:"txCOS",label:"腾讯云"},{value:"qiniu",label:"七牛云"},{value:"minio",label:"MinIO"},{value:"formCustom",label:"自定义代码"}],oe=ref$1("default"),ue=ref$1(null),de=ref$1("upload");watch(de,async dr=>{dr==="formCustom"&&nextTick$3(()=>{const cr=ue.value.$el.querySelector("textarea");z.value.editor=z.value.editor||CodeMirror.fromTextArea(cr,{mode:"javascript"})})},{immediate:!0}),onBeforeMount(()=>{localStorage.getItem("githubConfig")&&($.value=JSON.parse(localStorage.getItem("githubConfig"))),localStorage.getItem("aliOSSConfig")&&(k.value=JSON.parse(localStorage.getItem("aliOSSConfig"))),localStorage.getItem("txCOSConfig")&&(L.value=JSON.parse(localStorage.getItem("txCOSConfig"))),localStorage.getItem("qiniuConfig")&&(j.value=JSON.parse(localStorage.getItem("qiniuConfig"))),localStorage.getItem("minioConfig")&&(V.value=JSON.parse(localStorage.getItem("minioConfig"))),localStorage.getItem("imgHost")&&(oe.value=localStorage.getItem("imgHost"))});function _e(){localStorage.setItem("imgHost",oe.value),ElMessage.success("已成功切换图床")}function Ne(){if(!($.value.repo&&$.value.accessToken)){const dr=$.value.repo?"token":"GitHub 仓库";ElMessage.error(`参数「${dr}」不能为空`);return}localStorage.setItem("githubConfig",JSON.stringify($.value)),ElMessage.success("保存成功")}function Ue(){if(!(k.value.accessKeyId&&k.value.accessKeySecret&&k.value.bucket&&k.value.region)){ElMessage.error("阿里云 OSS 参数配置不全");return}localStorage.setItem("aliOSSConfig",JSON.stringify(k.value)),ElMessage.success("保存成功")}function $e(){if(!(V.value.endpoint&&V.value.bucket&&V.value.accessKey&&V.value.secretKey)){ElMessage.error("MinIO 参数配置不全");return}localStorage.setItem("minioConfig",JSON.stringify(V.value)),ElMessage.success("保存成功")}function Ve(){if(!(L.value.secretId&&L.value.secretKey&&L.value.bucket&&L.value.region)){ElMessage.error("腾讯云 COS 参数配置不全");return}localStorage.setItem("txCOSConfig",JSON.stringify(L.value)),ElMessage.success("保存成功")}function Fe(){if(!(j.value.accessKey&&j.value.secretKey&&j.value.bucket&&j.value.domain&&j.value.region)){ElMessage.error("七牛云 Kodo 参数配置不全");return}localStorage.setItem("qiniuConfig",JSON.stringify(j.value)),ElMessage.success("保存成功")}function qe(){const dr=z.value.editor.getValue();localStorage.setItem("formCustomConfig",dr),ElMessage.success("保存成功")}function er(dr){const cr=checkImage(dr);if(!cr.ok)return ElMessage.error(cr.msg),!1;let nr=localStorage.getItem("imgHost");nr=nr||"default",localStorage.setItem("imgHost",nr);const lr=localStorage.getItem(`${nr}Config`);return nr==="default"||lr?!0:(ElMessage.error(`请先配置 ${nr} 图床参数`),!1)}function ir(dr){y("uploadImage",dr.file)}return(dr,cr)=>{const nr=resolveComponent("el-option"),lr=resolveComponent("el-select"),Et=resolveComponent("el-icon"),ie=resolveComponent("el-upload"),pe=resolveComponent("el-tab-pane"),Ce=resolveComponent("el-input"),Ie=resolveComponent("el-form-item"),jt=resolveComponent("el-link"),ar=resolveComponent("el-button"),ur=resolveComponent("el-form"),kt=resolveComponent("el-switch"),he=resolveComponent("el-tabs"),tr=resolveComponent("el-dialog");return openBlock(),createBlock(tr,{title:"本地上传",class:"upload__dialog","model-value":unref(n).isShowUploadImgDialog,onClose:cr[30]||(cr[30]=gr=>unref(n).toggleShowUploadImgDialog(!1))},{default:withCtx(()=>[createVNode(he,{modelValue:de.value,"onUpdate:modelValue":cr[29]||(cr[29]=gr=>de.value=gr)},{default:withCtx(()=>[createVNode(pe,{class:"upload-panel",label:"选择上传",name:"upload"},{default:withCtx(()=>[createVNode(lr,{modelValue:oe.value,"onUpdate:modelValue":cr[0]||(cr[0]=gr=>oe.value=gr),placeholder:"请选择",size:"small",onChange:_e},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(re,gr=>createVNode(nr,{key:gr.value,label:gr.label,value:gr.value},null,8,["label","value"])),64))]),_:1},8,["modelValue"]),createVNode(ie,{drag:"",multiple:"",action:"",headers:{"Content-Type":"multipart/form-data"},"show-file-list":!1,accept:".jpg, .jpeg, .png, .gif",name:"file","before-upload":er,"http-request":ir},{default:withCtx(()=>[createVNode(Et,{class:"el-icon--upload"},{default:withCtx(()=>[createVNode(unref(upload_filled_default))]),_:1}),_hoisted_1$3]),_:1})]),_:1}),createVNode(pe,{class:"github-panel",label:"GitHub 图床",name:"github"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:$.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"GitHub 仓库",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:$.value.repo,"onUpdate:modelValue":cr[1]||(cr[1]=gr=>$.value.repo=gr),modelModifiers:{trim:!0},placeholder:"如:github.com/yanglbme/resource"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"分支"},{default:withCtx(()=>[createVNode(Ce,{modelValue:$.value.branch,"onUpdate:modelValue":cr[2]||(cr[2]=gr=>$.value.branch=gr),modelModifiers:{trim:!0},placeholder:"如:release,可不填,默认 master"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Token",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:$.value.accessToken,"onUpdate:modelValue":cr[3]||(cr[3]=gr=>$.value.accessToken=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:cc1d0c1426d0fd0902bd2d7184b14da61b8abc46"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何获取 GitHub Token? ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Ne},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"阿里云 OSS",name:"aliOSS"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:k.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"AccessKey ID",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.accessKeyId,"onUpdate:modelValue":cr[4]||(cr[4]=gr=>k.value.accessKeyId=gr),modelModifiers:{trim:!0},placeholder:"如:LTAI4GdoocsmdoxUf13ylbaNHk"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"AccessKey Secret",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.accessKeySecret,"onUpdate:modelValue":cr[5]||(cr[5]=gr=>k.value.accessKeySecret=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:cc1d0c142doocs0902bd2d7md4b14da6ylbabc46"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.bucket,"onUpdate:modelValue":cr[6]||(cr[6]=gr=>k.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如:doocs"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.region,"onUpdate:modelValue":cr[7]||(cr[7]=gr=>k.value.region=gr),modelModifiers:{trim:!0},placeholder:"如:oss-cn-shenzhen"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.cdnHost,"onUpdate:modelValue":cr[8]||(cr[8]=gr=>k.value.cdnHost=gr),modelModifiers:{trim:!0},placeholder:"如:https://imagecdn.alidaodao.com,可不填"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储路径"},{default:withCtx(()=>[createVNode(Ce,{modelValue:k.value.path,"onUpdate:modelValue":cr[9]||(cr[9]=gr=>k.value.path=gr),modelModifiers:{trim:!0},placeholder:"如:img,可不填,默认为根目录"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://help.aliyun.com/document_detail/31883.html",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用阿里云 OSS? ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Ue},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"腾讯云 COS",name:"txCOS"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:L.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"SecretId",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.secretId,"onUpdate:modelValue":cr[10]||(cr[10]=gr=>L.value.secretId=gr),modelModifiers:{trim:!0},placeholder:"如:AKIDnQp1w3DOOCSs8F5MDp9tdoocsmdUPonW3"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.secretKey,"onUpdate:modelValue":cr[11]||(cr[11]=gr=>L.value.secretKey=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:ukLmdtEJ9271f3DOocsMDsCXdS3YlbW0"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.bucket,"onUpdate:modelValue":cr[12]||(cr[12]=gr=>L.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如:doocs-3212520134"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.region,"onUpdate:modelValue":cr[13]||(cr[13]=gr=>L.value.region=gr),modelModifiers:{trim:!0},placeholder:"如:ap-guangzhou"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.cdnHost,"onUpdate:modelValue":cr[14]||(cr[14]=gr=>L.value.cdnHost=gr),modelModifiers:{trim:!0},placeholder:"如:https://imagecdn.alidaodao.com,可不填"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储路径"},{default:withCtx(()=>[createVNode(Ce,{modelValue:L.value.path,"onUpdate:modelValue":cr[15]||(cr[15]=gr=>L.value.path=gr),modelModifiers:{trim:!0},placeholder:"如:img,可不填,默认根目录"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://cloud.tencent.com/document/product/436/38484",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用腾讯云 COS? ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Ve},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"七牛云 Kodo",name:"qiniu"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:j.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.accessKey,"onUpdate:modelValue":cr[16]||(cr[16]=gr=>j.value.accessKey=gr),modelModifiers:{trim:!0},placeholder:"如:6DD3VaLJ_SQgOdoocsyTV_YWaDmdnL2n8EGx7kG"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.secretKey,"onUpdate:modelValue":cr[17]||(cr[17]=gr=>j.value.secretKey=gr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:qgZa5qrvDOOcsmdKStD1oCjZ9nB7MDvJUs_34SIm"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.bucket,"onUpdate:modelValue":cr[18]||(cr[18]=gr=>j.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如:md"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket 对应域名",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.domain,"onUpdate:modelValue":cr[19]||(cr[19]=gr=>j.value.domain=gr),modelModifiers:{trim:!0},placeholder:"如:https://images.123ylb.cn"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储区域",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.region,"onUpdate:modelValue":cr[20]||(cr[20]=gr=>j.value.region=gr),modelModifiers:{trim:!0},placeholder:"如:z2"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"存储路径",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:j.value.path,"onUpdate:modelValue":cr[21]||(cr[21]=gr=>j.value.path=gr),modelModifiers:{trim:!0},placeholder:"如:img,可不填,默认为根目录"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://developer.qiniu.com/kodo",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用七牛云 Kodo? ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:Fe},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel",label:"MinIO",name:"minio"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:V.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(Ie,{label:"Endpoint",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.endpoint,"onUpdate:modelValue":cr[22]||(cr[22]=gr=>V.value.endpoint=gr),modelModifiers:{trim:!0},placeholder:"如:play.min.io"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Port",required:!1},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.port,"onUpdate:modelValue":cr[23]||(cr[23]=gr=>V.value.port=gr),modelModifiers:{trim:!0},type:"number",placeholder:"如:9000,可不填,http 默认为 80,https 默认为 443"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"UseSSL",required:!0},{default:withCtx(()=>[createVNode(kt,{modelValue:V.value.useSSL,"onUpdate:modelValue":cr[24]||(cr[24]=gr=>V.value.useSSL=gr),"active-text":"是","inactive-text":"否"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.bucket,"onUpdate:modelValue":cr[25]||(cr[25]=gr=>V.value.bucket=gr),modelModifiers:{trim:!0},placeholder:"如:doocs"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.accessKey,"onUpdate:modelValue":cr[26]||(cr[26]=gr=>V.value.accessKey=gr),modelModifiers:{trim:!0},placeholder:"如:zhangsan"},null,8,["modelValue"])]),_:1}),createVNode(Ie,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Ce,{modelValue:V.value.secretKey,"onUpdate:modelValue":cr[27]||(cr[27]=gr=>V.value.secretKey=gr),modelModifiers:{trim:!0},placeholder:"如:asdasdasd"},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"http://docs.minio.org.cn/docs/master/minio-client-complete-guide",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用 MinIO? ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:$e},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(pe,{class:"github-panel formCustom",label:"自定义代码",name:"formCustom"},{default:withCtx(()=>[createVNode(ur,{class:"setting-form",model:z.value,"label-position":"right"},{default:withCtx(()=>[createVNode(Ie,{label:"",required:!0},{default:withCtx(()=>[createVNode(Ce,{ref_key:"formCustomElInput",ref:ue,modelValue:z.value.code,"onUpdate:modelValue":cr[28]||(cr[28]=gr=>z.value.code=gr),class:"formCustomElInput",type:"textarea",resize:"none",placeholder:"Your custom code here."},null,8,["modelValue"]),createVNode(jt,{type:"primary",href:"https://github.com/doocs/md#自定义上传逻辑",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 参数详情? ")]),_:1})]),_:1}),createVNode(Ie,null,{default:withCtx(()=>[createVNode(ar,{type:"primary",onClick:qe},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["model-value"])}}},UploadImgDialog=_export_sfc(_sfc_main$4,[["__scopeId","data-v-7a636709"]]),_withScopeId$1=e=>(pushScopeId("data-v-ea123234"),e=e(),popScopeId(),e),_hoisted_1$2=_withScopeId$1(()=>createBaseVNode("textarea",{id:"cssEditor",type:"textarea",placeholder:"Your custom css here."},null,-1)),_sfc_main$3={__name:"CssEditor",setup(e){const t=useStore();function y(n,$){if($==="add")ElMessageBox.prompt("请输入方案名称","新建自定义 CSS",{confirmButtonText:"确认",cancelButtonText:"取消",inputErrorMessage:"不能与现有方案重名",inputValidator:t.validatorTabName}).then(({value:k})=>{t.addCssContentTab(k),ElMessage.success("新建成功~")});else if($==="remove"){const k=t.cssContentConfig.tabs;let L=t.cssContentConfig.active;L===n&&k.forEach((j,V)=>{if(j.name===n){const z=k[V+1]||k[V-1];z&&(L=z.name)}}),t.cssContentConfig.active=L,t.cssContentConfig.tabs=k.filter(j=>j.name!==n)}}return(n,$)=>{const k=resolveComponent("el-tab-pane"),L=resolveComponent("el-tabs"),j=resolveComponent("el-col");return openBlock(),createBlock(Transition,{"enter-active-class":"bounceInRight"},{default:withCtx(()=>[withDirectives(createVNode(j,{span:8,class:"cssEditor-wrapper order-1 h-full flex flex-col"},{default:withCtx(()=>[createVNode(L,{modelValue:unref(t).cssContentConfig.active,"onUpdate:modelValue":$[0]||($[0]=V=>unref(t).cssContentConfig.active=V),type:"card",editable:"",onEdit:y,onTabChange:unref(t).tabChanged},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(t).cssContentConfig.tabs,V=>(openBlock(),createBlock(k,{key:V.name,label:V.title,name:V.name},null,8,["label","name"]))),128))]),_:1},8,["modelValue","onTabChange"]),_hoisted_1$2]),_:1},512),[[vShow,unref(t).isShowCssEditor]])]),_:1})}}},CssEditor=_export_sfc(_sfc_main$3,[["__scopeId","data-v-ea123234"]]),_hoisted_1$1={key:0,class:"loading"},_sfc_main$2={__name:"RunLoading",setup(e){const t=ref$1(!0);return onMounted(()=>{setTimeout(()=>{t.value=!1},100)}),(y,n)=>{const $=resolveComponent("el-text");return openBlock(),createBlock(Transition,{name:"fade"},{default:withCtx(()=>[t.value?(openBlock(),createElementBlock("div",_hoisted_1$1,[createVNode($,{size:"large",tag:"strong"},{default:withCtx(()=>[createTextVNode(" 致力于让 Markdown 编辑更简单 ")]),_:1})])):createCommentVNode("",!0)]),_:1})}}},RunLoading=_export_sfc(_sfc_main$2,[["__scopeId","data-v-a2ee95f5"]]);(function(e,t){(function(y){y(requireCodemirror())})(function(y){y.defineMode("javascript",function(n,$){var k=n.indentUnit,L=$.statementIndent,j=$.jsonld,V=$.json||j,z=$.trackScope!==!1,re=$.typescript,oe=$.wordCharacters||/[\w$\xa1-\uffff]/,ue=function(){function Fn(wd){return{type:wd,style:"keyword"}}var is=Fn("keyword a"),pu=Fn("keyword b"),ku=Fn("keyword c"),Vl=Fn("keyword d"),cc=Fn("operator"),Lc={type:"atom",style:"atom"};return{if:Fn("if"),while:is,with:is,else:pu,do:pu,try:pu,finally:pu,return:Vl,break:Vl,continue:Vl,new:Fn("new"),delete:ku,void:ku,throw:ku,debugger:Fn("debugger"),var:Fn("var"),const:Fn("var"),let:Fn("var"),function:Fn("function"),catch:Fn("catch"),for:Fn("for"),switch:Fn("switch"),case:Fn("case"),default:Fn("default"),in:cc,typeof:cc,instanceof:cc,true:Lc,false:Lc,null:Lc,undefined:Lc,NaN:Lc,Infinity:Lc,this:Fn("this"),class:Fn("class"),super:Fn("atom"),yield:ku,export:Fn("export"),import:Fn("import"),extends:ku,await:ku}}(),de=/[+\-*&%=<>!?|~^@]/,_e=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function Ne(Fn){for(var is=!1,pu,ku=!1;(pu=Fn.next())!=null;){if(!is){if(pu=="/"&&!ku)return;pu=="["?ku=!0:ku&&pu=="]"&&(ku=!1)}is=!is&&pu=="\\"}}var Ue,$e;function Ve(Fn,is,pu){return Ue=Fn,$e=pu,is}function Fe(Fn,is){var pu=Fn.next();if(pu=='"'||pu=="'")return is.tokenize=qe(pu),is.tokenize(Fn,is);if(pu=="."&&Fn.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return Ve("number","number");if(pu=="."&&Fn.match(".."))return Ve("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(pu))return Ve(pu);if(pu=="="&&Fn.eat(">"))return Ve("=>","operator");if(pu=="0"&&Fn.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return Ve("number","number");if(/\d/.test(pu))return Fn.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),Ve("number","number");if(pu=="/")return Fn.eat("*")?(is.tokenize=er,er(Fn,is)):Fn.eat("/")?(Fn.skipToEnd(),Ve("comment","comment")):Pu(Fn,is,1)?(Ne(Fn),Fn.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),Ve("regexp","string-2")):(Fn.eat("="),Ve("operator","operator",Fn.current()));if(pu=="`")return is.tokenize=ir,ir(Fn,is);if(pu=="#"&&Fn.peek()=="!")return Fn.skipToEnd(),Ve("meta","meta");if(pu=="#"&&Fn.eatWhile(oe))return Ve("variable","property");if(pu=="<"&&Fn.match("!--")||pu=="-"&&Fn.match("->")&&!/\S/.test(Fn.string.slice(0,Fn.start)))return Fn.skipToEnd(),Ve("comment","comment");if(de.test(pu))return(pu!=">"||!is.lexical||is.lexical.type!=">")&&(Fn.eat("=")?(pu=="!"||pu=="=")&&Fn.eat("="):/[<>*+\-|&?]/.test(pu)&&(Fn.eat(pu),pu==">"&&Fn.eat(pu))),pu=="?"&&Fn.eat(".")?Ve("."):Ve("operator","operator",Fn.current());if(oe.test(pu)){Fn.eatWhile(oe);var ku=Fn.current();if(is.lastType!="."){if(ue.propertyIsEnumerable(ku)){var Vl=ue[ku];return Ve(Vl.type,Vl.style,ku)}if(ku=="async"&&Fn.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return Ve("async","keyword",ku)}return Ve("variable","variable",ku)}}function qe(Fn){return function(is,pu){var ku=!1,Vl;if(j&&is.peek()=="@"&&is.match(_e))return pu.tokenize=Fe,Ve("jsonld-keyword","meta");for(;(Vl=is.next())!=null&&!(Vl==Fn&&!ku);)ku=!ku&&Vl=="\\";return ku||(pu.tokenize=Fe),Ve("string","string")}}function er(Fn,is){for(var pu=!1,ku;ku=Fn.next();){if(ku=="/"&&pu){is.tokenize=Fe;break}pu=ku=="*"}return Ve("comment","comment")}function ir(Fn,is){for(var pu=!1,ku;(ku=Fn.next())!=null;){if(!pu&&(ku=="`"||ku=="$"&&Fn.eat("{"))){is.tokenize=Fe;break}pu=!pu&&ku=="\\"}return Ve("quasi","string-2",Fn.current())}var dr="([{}])";function cr(Fn,is){is.fatArrowAt&&(is.fatArrowAt=null);var pu=Fn.string.indexOf("=>",Fn.start);if(!(pu<0)){if(re){var ku=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(Fn.string.slice(Fn.start,pu));ku&&(pu=ku.index)}for(var Vl=0,cc=!1,Lc=pu-1;Lc>=0;--Lc){var wd=Fn.string.charAt(Lc),Nd=dr.indexOf(wd);if(Nd>=0&&Nd<3){if(!Vl){++Lc;break}if(--Vl==0){wd=="("&&(cc=!0);break}}else if(Nd>=3&&Nd<6)++Vl;else if(oe.test(wd))cc=!0;else if(/["'\/`]/.test(wd))for(;;--Lc){if(Lc==0)return;var Tf=Fn.string.charAt(Lc-1);if(Tf==wd&&Fn.string.charAt(Lc-2)!="\\"){Lc--;break}}else if(cc&&!Vl){++Lc;break}}cc&&!Vl&&(is.fatArrowAt=Lc)}}var nr={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function lr(Fn,is,pu,ku,Vl,cc){this.indented=Fn,this.column=is,this.type=pu,this.prev=Vl,this.info=cc,ku!=null&&(this.align=ku)}function Et(Fn,is){if(!z)return!1;for(var pu=Fn.localVars;pu;pu=pu.next)if(pu.name==is)return!0;for(var ku=Fn.context;ku;ku=ku.prev)for(var pu=ku.vars;pu;pu=pu.next)if(pu.name==is)return!0}function ie(Fn,is,pu,ku,Vl){var cc=Fn.cc;for(pe.state=Fn,pe.stream=Vl,pe.marked=null,pe.cc=cc,pe.style=is,Fn.lexical.hasOwnProperty("align")||(Fn.lexical.align=!0);;){var Lc=cc.length?cc.pop():V?Gr:Ar;if(Lc(pu,ku)){for(;cc.length&&cc[cc.length-1].lex;)cc.pop()();return pe.marked?pe.marked:pu=="variable"&&Et(Fn,ku)?"variable-2":is}}}var pe={state:null,column:null,marked:null,cc:null};function Ce(){for(var Fn=arguments.length-1;Fn>=0;Fn--)pe.cc.push(arguments[Fn])}function Ie(){return Ce.apply(null,arguments),!0}function jt(Fn,is){for(var pu=is;pu;pu=pu.next)if(pu.name==Fn)return!0;return!1}function ar(Fn){var is=pe.state;if(pe.marked="def",!!z){if(is.context){if(is.lexical.info=="var"&&is.context&&is.context.block){var pu=ur(Fn,is.context);if(pu!=null){is.context=pu;return}}else if(!jt(Fn,is.localVars)){is.localVars=new tr(Fn,is.localVars);return}}$.globalVars&&!jt(Fn,is.globalVars)&&(is.globalVars=new tr(Fn,is.globalVars))}}function ur(Fn,is){if(is)if(is.block){var pu=ur(Fn,is.prev);return pu?pu==is.prev?is:new he(pu,is.vars,!0):null}else return jt(Fn,is.vars)?is:new he(is.prev,new tr(Fn,is.vars),!1);else return null}function kt(Fn){return Fn=="public"||Fn=="private"||Fn=="protected"||Fn=="abstract"||Fn=="readonly"}function he(Fn,is,pu){this.prev=Fn,this.vars=is,this.block=pu}function tr(Fn,is){this.name=Fn,this.next=is}var gr=new tr("this",new tr("arguments",null));function _r(){pe.state.context=new he(pe.state.context,pe.state.localVars,!1),pe.state.localVars=gr}function yr(){pe.state.context=new he(pe.state.context,pe.state.localVars,!0),pe.state.localVars=null}_r.lex=yr.lex=!0;function xr(){pe.state.localVars=pe.state.context.vars,pe.state.context=pe.state.context.prev}xr.lex=!0;function Nr(Fn,is){var pu=function(){var ku=pe.state,Vl=ku.indented;if(ku.lexical.type=="stat")Vl=ku.lexical.indented;else for(var cc=ku.lexical;cc&&cc.type==")"&&cc.align;cc=cc.prev)Vl=cc.indented;ku.lexical=new lr(Vl,pe.stream.column(),Fn,null,ku.lexical,is)};return pu.lex=!0,pu}function Tr(){var Fn=pe.state;Fn.lexical.prev&&(Fn.lexical.type==")"&&(Fn.indented=Fn.lexical.indented),Fn.lexical=Fn.lexical.prev)}Tr.lex=!0;function Sr(Fn){function is(pu){return pu==Fn?Ie():Fn==";"||pu=="}"||pu==")"||pu=="]"?Ce():Ie(is)}return is}function Ar(Fn,is){return Fn=="var"?Ie(Nr("vardef",is),js,Sr(";"),Tr):Fn=="keyword a"?Ie(Nr("form"),Dr,Ar,Tr):Fn=="keyword b"?Ie(Nr("form"),Ar,Tr):Fn=="keyword d"?pe.stream.match(/^\s*$/,!1)?Ie():Ie(Nr("stat"),Br,Sr(";"),Tr):Fn=="debugger"?Ie(Sr(";")):Fn=="{"?Ie(Nr("}"),yr,Ur,Tr,xr):Fn==";"?Ie():Fn=="if"?(pe.state.lexical.info=="else"&&pe.state.cc[pe.state.cc.length-1]==Tr&&pe.state.cc.pop()(),Ie(Nr("form"),Dr,Ar,Tr,Wa)):Fn=="function"?Ie(Hr):Fn=="for"?Ie(Nr("form"),yr,Ao,Ar,xr,Tr):Fn=="class"||re&&is=="interface"?(pe.marked="keyword",Ie(Nr("form",Fn=="class"?Fn:is),Ki,Tr)):Fn=="variable"?re&&is=="declare"?(pe.marked="keyword",Ie(Ar)):re&&(is=="module"||is=="enum"||is=="type")&&pe.stream.match(/^\s*\w/,!1)?(pe.marked="keyword",is=="enum"?Ie(Bl):is=="type"?Ie(En,Sr("operator"),ca,Sr(";")):Ie(Nr("form"),Gs,Sr("{"),Nr("}"),Ur,Tr,Tr)):re&&is=="namespace"?(pe.marked="keyword",Ie(Nr("form"),Gr,Ar,Tr)):re&&is=="abstract"?(pe.marked="keyword",Ie(Ar)):Ie(Nr("stat"),Vi):Fn=="switch"?Ie(Nr("form"),Dr,Sr("{"),Nr("}","switch"),yr,Ur,Tr,Tr,xr):Fn=="case"?Ie(Gr,Sr(":")):Fn=="default"?Ie(Sr(":")):Fn=="catch"?Ie(Nr("form"),_r,Fr,Ar,Tr,xr):Fn=="export"?Ie(Nr("stat"),Eo,Tr):Fn=="import"?Ie(Nr("stat"),vs,Tr):Fn=="async"?Ie(Ar):is=="@"?Ie(Gr,Ar):Ce(Nr("stat"),Gr,Sr(";"),Tr)}function Fr(Fn){if(Fn=="(")return Ie(An,Sr(")"))}function Gr(Fn,is){return Ir(Fn,is,!1)}function Vr(Fn,is){return Ir(Fn,is,!0)}function Dr(Fn){return Fn!="("?Ce():Ie(Nr(")"),Br,Sr(")"),Tr)}function Ir(Fn,is,pu){if(pe.state.fatArrowAt==pe.stream.start){var ku=pu?Kr:vn;if(Fn=="(")return Ie(_r,Nr(")"),Mn(An,")"),Tr,Sr("=>"),ku,xr);if(Fn=="variable")return Ce(_r,Gs,Sr("=>"),ku,xr)}var Vl=pu?Lr:Rr;return nr.hasOwnProperty(Fn)?Ie(Vl):Fn=="function"?Ie(Hr,Vl):Fn=="class"||re&&is=="interface"?(pe.marked="keyword",Ie(Nr("form"),Gi,Tr)):Fn=="keyword c"||Fn=="async"?Ie(pu?Vr:Gr):Fn=="("?Ie(Nr(")"),Br,Sr(")"),Tr,Vl):Fn=="operator"||Fn=="spread"?Ie(pu?Vr:Gr):Fn=="["?Ie(Nr("]"),_u,Tr,Vl):Fn=="{"?Wr(oa,"}",null,Vl):Fn=="quasi"?Ce($r,Vl):Fn=="new"?Ie(kr(pu)):Ie()}function Br(Fn){return Fn.match(/[;\}\)\],]/)?Ce():Ce(Gr)}function Rr(Fn,is){return Fn==","?Ie(Br):Lr(Fn,is,!1)}function Lr(Fn,is,pu){var ku=pu==!1?Rr:Lr,Vl=pu==!1?Gr:Vr;if(Fn=="=>")return Ie(_r,pu?Kr:vn,xr);if(Fn=="operator")return/\+\+|--/.test(is)||re&&is=="!"?Ie(ku):re&&is=="<"&&pe.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?Ie(Nr(">"),Mn(ca,">"),Tr,ku):is=="?"?Ie(Gr,Sr(":"),Vl):Ie(Vl);if(Fn=="quasi")return Ce($r,ku);if(Fn!=";"){if(Fn=="(")return Wr(Vr,")","call",ku);if(Fn==".")return Ie(To,ku);if(Fn=="[")return Ie(Nr("]"),Br,Sr("]"),Tr,ku);if(re&&is=="as")return pe.marked="keyword",Ie(ca,ku);if(Fn=="regexp")return pe.state.lastType=pe.marked="operator",pe.stream.backUp(pe.stream.pos-pe.stream.start-1),Ie(Vl)}}function $r(Fn,is){return Fn!="quasi"?Ce():is.slice(is.length-2)!="${"?Ie($r):Ie(Br,jr)}function jr(Fn){if(Fn=="}")return pe.marked="string-2",pe.state.tokenize=ir,Ie($r)}function vn(Fn){return cr(pe.stream,pe.state),Ce(Fn=="{"?Ar:Gr)}function Kr(Fn){return cr(pe.stream,pe.state),Ce(Fn=="{"?Ar:Vr)}function kr(Fn){return function(is){return is=="."?Ie(Fn?Zr:Qr):is=="variable"&&re?Ie(Es,Fn?Lr:Rr):Ce(Fn?Vr:Gr)}}function Qr(Fn,is){if(is=="target")return pe.marked="keyword",Ie(Rr)}function Zr(Fn,is){if(is=="target")return pe.marked="keyword",Ie(Lr)}function Vi(Fn){return Fn==":"?Ie(Tr,Ar):Ce(Rr,Sr(";"),Tr)}function To(Fn){if(Fn=="variable")return pe.marked="property",Ie()}function oa(Fn,is){if(Fn=="async")return pe.marked="property",Ie(oa);if(Fn=="variable"||pe.style=="keyword"){if(pe.marked="property",is=="get"||is=="set")return Ie(Ba);var pu;return re&&pe.state.fatArrowAt==pe.stream.start&&(pu=pe.stream.match(/^\s*:\s*/,!1))&&(pe.state.fatArrowAt=pe.stream.pos+pu[0].length),Ie(rs)}else{if(Fn=="number"||Fn=="string")return pe.marked=j?"property":pe.style+" property",Ie(rs);if(Fn=="jsonld-keyword")return Ie(rs);if(re&&kt(is))return pe.marked="keyword",Ie(oa);if(Fn=="[")return Ie(Gr,Sn,Sr("]"),rs);if(Fn=="spread")return Ie(Vr,rs);if(is=="*")return pe.marked="keyword",Ie(oa);if(Fn==":")return Ce(rs)}}function Ba(Fn){return Fn!="variable"?Ce(rs):(pe.marked="property",Ie(Hr))}function rs(Fn){if(Fn==":")return Ie(Vr);if(Fn=="(")return Ce(Hr)}function Mn(Fn,is,pu){function ku(Vl,cc){if(pu?pu.indexOf(Vl)>-1:Vl==","){var Lc=pe.state.lexical;return Lc.info=="call"&&(Lc.pos=(Lc.pos||0)+1),Ie(function(wd,Nd){return wd==is||Nd==is?Ce():Ce(Fn)},ku)}return Vl==is||cc==is?Ie():pu&&pu.indexOf(";")>-1?Ce(Fn):Ie(Sr(is))}return function(Vl,cc){return Vl==is||cc==is?Ie():Ce(Fn,ku)}}function Wr(Fn,is,pu){for(var ku=3;ku"),ca);if(Fn=="quasi")return Ce(Ra,tl)}function fo(Fn){if(Fn=="=>")return Ie(ca)}function zn(Fn){return Fn.match(/[\}\)\]]/)?Ie():Fn==","||Fn==";"?Ie(zn):Ce(ki,zn)}function ki(Fn,is){if(Fn=="variable"||pe.style=="keyword")return pe.marked="property",Ie(ki);if(is=="?"||Fn=="number"||Fn=="string")return Ie(ki);if(Fn==":")return Ie(ca);if(Fn=="[")return Ie(Sr("variable"),Nn,Sr("]"),ki);if(Fn=="(")return Ce(ui,ki);if(!Fn.match(/[;\}\)\],]/))return Ie()}function Ra(Fn,is){return Fn!="quasi"?Ce():is.slice(is.length-2)!="${"?Ie(Ra):Ie(ca,_o)}function _o(Fn){if(Fn=="}")return pe.marked="string-2",pe.state.tokenize=ir,Ie(Ra)}function eo(Fn,is){return Fn=="variable"&&pe.stream.match(/^\s*[?:]/,!1)||is=="?"?Ie(eo):Fn==":"?Ie(ca):Fn=="spread"?Ie(eo):Ce(ca)}function tl(Fn,is){if(is=="<")return Ie(Nr(">"),Mn(ca,">"),Tr,tl);if(is=="|"||Fn=="."||is=="&")return Ie(ca);if(Fn=="[")return Ie(ca,Sr("]"),tl);if(is=="extends"||is=="implements")return pe.marked="keyword",Ie(ca);if(is=="?")return Ie(ca,Sr(":"),ca)}function Es(Fn,is){if(is=="<")return Ie(Nr(">"),Mn(ca,">"),Tr,tl)}function Hs(){return Ce(ca,Ts)}function Ts(Fn,is){if(is=="=")return Ie(ca)}function js(Fn,is){return is=="enum"?(pe.marked="keyword",Ie(Bl)):Ce(Gs,Sn,il,bl)}function Gs(Fn,is){if(re&&kt(is))return pe.marked="keyword",Ie(Gs);if(Fn=="variable")return ar(is),Ie();if(Fn=="spread")return Ie(Gs);if(Fn=="[")return Wr(rl,"]");if(Fn=="{")return Wr(uc,"}")}function uc(Fn,is){return Fn=="variable"&&!pe.stream.match(/^\s*:/,!1)?(ar(is),Ie(il)):(Fn=="variable"&&(pe.marked="property"),Fn=="spread"?Ie(Gs):Fn=="}"?Ce():Fn=="["?Ie(Gr,Sr("]"),Sr(":"),uc):Ie(Sr(":"),Gs,il))}function rl(){return Ce(Gs,il)}function il(Fn,is){if(is=="=")return Ie(Vr)}function bl(Fn){if(Fn==",")return Ie(js)}function Wa(Fn,is){if(Fn=="keyword b"&&is=="else")return Ie(Nr("form","else"),Ar,Tr)}function Ao(Fn,is){if(is=="await")return Ie(Ao);if(Fn=="(")return Ie(Nr(")"),ks,Tr)}function ks(Fn){return Fn=="var"?Ie(js,Bo):Fn=="variable"?Ie(Bo):Ce(Bo)}function Bo(Fn,is){return Fn==")"?Ie():Fn==";"?Ie(Bo):is=="in"||is=="of"?(pe.marked="keyword",Ie(Gr,Bo)):Ce(Gr,Bo)}function Hr(Fn,is){if(is=="*")return pe.marked="keyword",Ie(Hr);if(Fn=="variable")return ar(is),Ie(Hr);if(Fn=="(")return Ie(_r,Nr(")"),Mn(An,")"),Tr,Sa,Ar,xr);if(re&&is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr,Hr)}function ui(Fn,is){if(is=="*")return pe.marked="keyword",Ie(ui);if(Fn=="variable")return ar(is),Ie(ui);if(Fn=="(")return Ie(_r,Nr(")"),Mn(An,")"),Tr,Sa,xr);if(re&&is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr,ui)}function En(Fn,is){if(Fn=="keyword"||Fn=="variable")return pe.marked="type",Ie(En);if(is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr)}function An(Fn,is){return is=="@"&&Ie(Gr,An),Fn=="spread"?Ie(An):re&&kt(is)?(pe.marked="keyword",Ie(An)):re&&Fn=="this"?Ie(Sn,il):Ce(Gs,Sn,il)}function Gi(Fn,is){return Fn=="variable"?Ki(Fn,is):Ea(Fn,is)}function Ki(Fn,is){if(Fn=="variable")return ar(is),Ie(Ea)}function Ea(Fn,is){if(is=="<")return Ie(Nr(">"),Mn(Hs,">"),Tr,Ea);if(is=="extends"||is=="implements"||re&&Fn==",")return is=="implements"&&(pe.marked="keyword"),Ie(re?ca:Gr,Ea);if(Fn=="{")return Ie(Nr("}"),aa,Tr)}function aa(Fn,is){if(Fn=="async"||Fn=="variable"&&(is=="static"||is=="get"||is=="set"||re&&kt(is))&&pe.stream.match(/^\s+#?[\w$\xa1-\uffff]/,!1))return pe.marked="keyword",Ie(aa);if(Fn=="variable"||pe.style=="keyword")return pe.marked="property",Ie(Qo,aa);if(Fn=="number"||Fn=="string")return Ie(Qo,aa);if(Fn=="[")return Ie(Gr,Sn,Sr("]"),Qo,aa);if(is=="*")return pe.marked="keyword",Ie(aa);if(re&&Fn=="(")return Ce(ui,aa);if(Fn==";"||Fn==",")return Ie(aa);if(Fn=="}")return Ie();if(is=="@")return Ie(Gr,aa)}function Qo(Fn,is){if(is=="!"||is=="?")return Ie(Qo);if(Fn==":")return Ie(ca,il);if(is=="=")return Ie(Vr);var pu=pe.state.lexical.prev,ku=pu&&pu.info=="interface";return Ce(ku?ui:Hr)}function Eo(Fn,is){return is=="*"?(pe.marked="keyword",Ie(Mo,Sr(";"))):is=="default"?(pe.marked="keyword",Ie(Gr,Sr(";"))):Fn=="{"?Ie(Mn(Vo,"}"),Mo,Sr(";")):Ce(Ar)}function Vo(Fn,is){if(is=="as")return pe.marked="keyword",Ie(Sr("variable"));if(Fn=="variable")return Ce(Vr,Vo)}function vs(Fn){return Fn=="string"?Ie():Fn=="("?Ce(Gr):Fn=="."?Ce(Rr):Ce(kn,qo,Mo)}function kn(Fn,is){return Fn=="{"?Wr(kn,"}"):(Fn=="variable"&&ar(is),is=="*"&&(pe.marked="keyword"),Ie(Zl))}function qo(Fn){if(Fn==",")return Ie(kn,qo)}function Zl(Fn,is){if(is=="as")return pe.marked="keyword",Ie(kn)}function Mo(Fn,is){if(is=="from")return pe.marked="keyword",Ie(Gr)}function _u(Fn){return Fn=="]"?Ie():Ce(Mn(Vr,"]"))}function Bl(){return Ce(Nr("form"),Gs,Sr("{"),Nr("}"),Mn(Vu,"}"),Tr,Tr)}function Vu(){return Ce(Gs,il)}function Iu(Fn,is){return Fn.lastType=="operator"||Fn.lastType==","||de.test(is.charAt(0))||/[,.]/.test(is.charAt(0))}function Pu(Fn,is,pu){return is.tokenize==Fe&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(is.lastType)||is.lastType=="quasi"&&/\{\s*$/.test(Fn.string.slice(0,Fn.pos-(pu||0)))}return{startState:function(Fn){var is={tokenize:Fe,lastType:"sof",cc:[],lexical:new lr((Fn||0)-k,0,"block",!1),localVars:$.localVars,context:$.localVars&&new he(null,null,!1),indented:Fn||0};return $.globalVars&&typeof $.globalVars=="object"&&(is.globalVars=$.globalVars),is},token:function(Fn,is){if(Fn.sol()&&(is.lexical.hasOwnProperty("align")||(is.lexical.align=!1),is.indented=Fn.indentation(),cr(Fn,is)),is.tokenize!=er&&Fn.eatSpace())return null;var pu=is.tokenize(Fn,is);return Ue=="comment"?pu:(is.lastType=Ue=="operator"&&($e=="++"||$e=="--")?"incdec":Ue,ie(is,pu,Ue,$e,Fn))},indent:function(Fn,is){if(Fn.tokenize==er||Fn.tokenize==ir)return y.Pass;if(Fn.tokenize!=Fe)return 0;var pu=is&&is.charAt(0),ku=Fn.lexical,Vl;if(!/^\s*else\b/.test(is))for(var cc=Fn.cc.length-1;cc>=0;--cc){var Lc=Fn.cc[cc];if(Lc==Tr)ku=ku.prev;else if(Lc!=Wa&&Lc!=xr)break}for(;(ku.type=="stat"||ku.type=="form")&&(pu=="}"||(Vl=Fn.cc[Fn.cc.length-1])&&(Vl==Rr||Vl==Lr)&&!/^[,\.=+\-*:?[\(]/.test(is));)ku=ku.prev;L&&ku.type==")"&&ku.prev.type=="stat"&&(ku=ku.prev);var wd=ku.type,Nd=pu==wd;return wd=="vardef"?ku.indented+(Fn.lastType=="operator"||Fn.lastType==","?ku.info.length+1:0):wd=="form"&&pu=="{"?ku.indented:wd=="form"?ku.indented+k:wd=="stat"?ku.indented+(Iu(Fn,is)?L||k:0):ku.info=="switch"&&!Nd&&$.doubleIndentSwitch!=!1?ku.indented+(/^(?:case|default)\b/.test(is)?k:2*k):ku.align?ku.column+(Nd?0:1):ku.indented+(Nd?0:k)},electricInput:/^\s*(?:case .*?:|default:|\{|\})$/,blockCommentStart:V?null:"/*",blockCommentEnd:V?null:"*/",blockCommentContinue:V?null:" * ",lineComment:V?null:"//",fold:"brace",closeBrackets:"()[]{}''\"\"``",helperType:V?"json":"javascript",jsonldMode:j,jsonMode:V,expressionAllowed:Pu,skipExpression:function(Fn){ie(Fn,"atom","atom","true",new y.StringStream("",2,null))}}}),y.registerHelper("wordChars","javascript",/[\w$]/),y.defineMIME("text/javascript","javascript"),y.defineMIME("text/ecmascript","javascript"),y.defineMIME("application/javascript","javascript"),y.defineMIME("application/x-javascript","javascript"),y.defineMIME("application/ecmascript","javascript"),y.defineMIME("application/json",{name:"javascript",json:!0}),y.defineMIME("application/x-json",{name:"javascript",json:!0}),y.defineMIME("application/manifest+json",{name:"javascript",json:!0}),y.defineMIME("application/ld+json",{name:"javascript",jsonld:!0}),y.defineMIME("text/typescript",{name:"javascript",typescript:!0}),y.defineMIME("application/typescript",{name:"javascript",typescript:!0})})})();const _withScopeId=e=>(pushScopeId("data-v-459879b3"),e=e(),popScopeId(),e),_hoisted_1=_withScopeId(()=>createBaseVNode("textarea",{id:"editor",type:"textarea",placeholder:"Your markdown text here."},null,-1)),_hoisted_2={class:"preview"},_hoisted_3=["innerHTML"],_hoisted_4={key:0,class:"loading-mask"},_hoisted_5=_withScopeId(()=>createBaseVNode("div",{class:"loading-mask-box"},[createBaseVNode("div",{class:"loading__img"}),createBaseVNode("span",null,"正在生成")],-1)),_hoisted_6=[_hoisted_5],_sfc_main$1={__name:"CodemirrorEditor",setup(e){const y=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",n=useStore(),{output:$,editor:k,editorContent:L,isShowCssEditor:j}=storeToRefs(n),{editorRefresh:V,exportEditorContent2HTML:z,exportEditorContent2MD:re,formatContent:oe,importMarkdownContent:ue,resetStyleConfirm:de,toggleShowInsertFormDialog:_e,toggleShowUploadImgDialog:Ne}=n,Ue=ref$1(!1),$e=ref$1(0),Ve=ref$1(0),Fe=ref$1(0),qe=ref$1(!1),er=ref$1(null);function ir(){const _r=Nr=>{let Tr,Sr;clearTimeout($e.value),Nr==="preview"?(Tr=er.value.$el,Sr=document.querySelector(".CodeMirror-scroll"),k.value.off("scroll",yr),$e.value=setTimeout(()=>{k.value.on("scroll",yr)},300)):Nr==="editor"&&(Tr=document.querySelector(".CodeMirror-scroll"),Sr=er.value.$el,Sr.removeEventListener("scroll",xr,!1),$e.value=setTimeout(()=>{Sr.addEventListener("scroll",xr,!1)},300));const Fr=Tr.scrollTop/(Tr.scrollHeight-Tr.offsetHeight)*(Sr.scrollHeight-Sr.offsetHeight);Sr.scrollTo(0,Fr)};function yr(){_r("editor")}function xr(){_r("preview")}er.value.$el.addEventListener("scroll",xr,!1),k.value.on("scroll",yr)}onMounted(()=>{setTimeout(()=>{ir()},300)});function dr(){V()}const cr=ref$1(!1),nr=ref$1(!1);function lr(){nr.value=!0,cr.value=!0}function Et(){cr.value=!1,setTimeout(()=>{nr.value=!1},800)}function ie(_r){switch(_r){case"insertPic":Ne();break;case"insertTable":_e();break;case"resetStyle":de();break;case"importMarkdown":ue();break;case"exportMarkdown":re();break;case"exportHtml":z();break;case"formatMarkdown":oe();break}}function pe(_r){const yr=checkImage(_r);if(!yr.ok)return ElMessage.error(yr.msg),!1;const xr=localStorage.getItem("imgHost")||"default";localStorage.setItem("imgHost",xr);const Nr=localStorage.getItem(`${xr}Config`);return xr==="default"||Nr?!0:(ElMessage.error(`请先配置 ${xr} 图床参数`),!1)}function Ce(_r){if(console.log("图片上传之后: ",_r),!_r){ElMessage.error("上传图片未知异常");return}Ne(!1);const yr=k.value.getCursor(),xr=`![](${_r})`;k.value.replaceSelection(` -${xr} -`,yr),ElMessage.success("图片上传成功"),dr()}function Ie(_r,yr){Ue.value=!0,toBase64(_r).then(xr=>{fileApi.fileUpload(xr,_r).then(Nr=>{console.log(Nr),yr?yr(Nr):Ce(Nr)}).catch(Nr=>{ElMessage.error(Nr.message)})}).catch(xr=>{ElMessage.error(xr.message)}),Ue.value=!1}const jt=ref$1(0);function ar(){const _r=document.querySelector("#editor");_r.value||(_r.value=L.value),k.value=CodeMirror.fromTextArea(_r,{mode:"text/x-markdown",theme:"xq-light",lineNumbers:!1,lineWrapping:!0,styleActiveLine:!0,autoCloseBrackets:!0,extraKeys:{[`${y}-F`]:function(xr){const Nr=formatDoc(xr.getValue(0));xr.setValue(Nr)},[`${y}-B`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`**${Nr}**`)},[`${y}-I`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`*${Nr}*`)},[`${y}-D`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`~~${Nr}~~`)},[`${y}-K`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`[${Nr}]()`)},[`${y}-E`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`\`${Nr}\``)},[`${y}-L`]:function(xr){const Nr=xr.getSelection();xr.replaceSelection(`\`${Nr}\``)}}}),k.value.on("change",yr=>{clearTimeout(jt.value),jt.value=setTimeout(()=>{dr(),L.value=yr.getValue()},300)}),k.value.on("paste",(yr,xr)=>{if(!(!(xr.clipboardData&&xr.clipboardData.items)||Ue.value))for(let Nr=0,Tr=xr.clipboardData.items.length;Nr{qe.value=!1}),k.value.on("blur",()=>{qe.value=!1}),k.value.on("scroll",()=>{qe.value=!1})}const ur=ref$1(null);function kt(_r){const xr=ur.value.getBoundingClientRect().left,Tr=ur.value.offsetWidth-105,Sr=_r.clientX-xr;Ve.value=Math.min(Tr,Sr),Fe.value=_r.clientY+10,qe.value=!0}function he(_r){k.value.options.extraKeys[_r](k.value)}const tr=ref$1(null);function gr(){const _r=tr.value.$el,yr=async({md:Tr,list:Sr})=>{const Ar=[...Tr.str.matchAll(/!\[(.*?)\]\((.*?)\)/g)||[]].filter(Vr=>Vr),Fr=Tr.path.match(/.+?\//)[0],Gr=await Promise.all(Ar.map(Vr=>new Promise(Dr=>{let[,,Ir]=Vr;Ir=Ir.replace(/^.\//,"");const{file:Br}=Sr.find(Rr=>Rr.path===`${Fr}${Ir}`)||{};Ie(Br,Rr=>{Dr({matchStr:Ir,url:Rr})})})));Gr.forEach(Vr=>{Tr.str=Tr.str.replace(`](./${Vr.matchStr})`,`](${Vr.url})`).replace(`](${Vr.matchStr})`,`](${Vr.url})`)}),k.value.setValue(Tr.str),console.log("resList",Gr,Tr.str)};_r.ondragover=Tr=>Tr.preventDefault(),_r.ondrop=async Tr=>{Tr.preventDefault();for(const Sr of Tr.dataTransfer.items)Sr.getAsFileSystemHandle().then(async Ar=>{if(Ar.kind==="directory"){const Fr=await Nr(Ar),Gr=await xr({list:Fr});yr({md:Gr,list:Fr})}else{const Fr=await Ar.getFile();console.log("file",Fr)}})};async function xr({list:Tr}){return new Promise(Sr=>{const{path:Ar,file:Fr}=Tr.find(Vr=>Vr.path.match(/\.md$/)),Gr=new FileReader;Gr.readAsText(Fr,"UTF-8"),Gr.onload=Vr=>{Sr({str:Vr.target.result,file:Fr,path:Ar})}})}async function Nr(Tr){const Sr=[];let Ar="";try{const Fr=[Tr];for(const Gr of Fr){Ar+=`${Gr.name}/`;for await(const[,Vr]of Gr)Vr.kind==="file"?Sr.push({path:Ar+Vr.name,file:await Vr.getFile()}):(Sr.push({path:`${Ar+Vr.name}/`}),Fr.push(Vr))}}catch(Fr){console.error(Fr)}return Sr}}return onMounted(()=>{ar(),dr(),gr()}),(_r,yr)=>{const xr=resolveComponent("el-header"),Nr=resolveComponent("el-col"),Tr=resolveComponent("el-row"),Sr=resolveComponent("el-main"),Ar=resolveComponent("el-container");return openBlock(),createElementBlock("div",{ref_key:"container",ref:ur,class:"container"},[createVNode(Ar,null,{default:withCtx(()=>[createVNode(xr,{class:"editor__header"},{default:withCtx(()=>[createVNode(EditorHeader,{onAddFormat:he,onFormatContent:unref(oe),onStartCopy:lr,onEndCopy:Et},null,8,["onFormatContent"])]),_:1}),createVNode(Sr,{class:"container-main"},{default:withCtx(()=>[createVNode(Tr,{class:"container-main-section"},{default:withCtx(()=>[createVNode(Nr,{ref_key:"codeMirrorWrapper",ref:tr,span:unref(j)?8:12,class:normalizeClass(["codeMirror-wrapper",{"order-1":!unref(n).isEditOnLeft}]),onContextmenu:withModifiers(kt,["prevent"])},{default:withCtx(()=>[_hoisted_1]),_:1},8,["span","class"]),createVNode(Nr,{id:"preview",ref_key:"preview",ref:er,span:unref(j)?8:12,class:"preview-wrapper"},{default:withCtx(()=>[createBaseVNode("div",{id:"output-wrapper",class:normalizeClass({output_night:!cr.value})},[createBaseVNode("div",_hoisted_2,[createBaseVNode("section",{id:"output",innerHTML:unref($)},null,8,_hoisted_3),nr.value?(openBlock(),createElementBlock("div",_hoisted_4,_hoisted_6)):createCommentVNode("",!0)])],2)]),_:1},8,["span"]),createVNode(CssEditor)]),_:1})]),_:1})]),_:1}),createVNode(UploadImgDialog,{onBeforeUpload:pe,onUploadImage:Ie,onUploaded:Ce}),createVNode(InsertFormDialog),createVNode(RightClickMenu,{visible:qe.value,left:Ve.value,top:Fe.value,onMenuTick:ie,onCloseMenu:yr[0]||(yr[0]=Fr=>qe.value=!1)},null,8,["visible","left","top"]),createVNode(RunLoading)],512)}}},CodemirrorEditor=_export_sfc(_sfc_main$1,[["__scopeId","data-v-459879b3"]]),_sfc_main={__name:"App",setup(e){return(t,y)=>(openBlock(),createBlock(CodemirrorEditor))}};var css={exports:{}};(function(e,t){(function(y){y(requireCodemirror())})(function(y){y.defineMode("css",function(lr,Et){var ie=Et.inline;Et.propertyKeywords||(Et=y.resolveMode("text/css"));var pe=lr.indentUnit,Ce=Et.tokenHooks,Ie=Et.documentTypes||{},jt=Et.mediaTypes||{},ar=Et.mediaFeatures||{},ur=Et.mediaValueKeywords||{},kt=Et.propertyKeywords||{},he=Et.nonStandardPropertyKeywords||{},tr=Et.fontProperties||{},gr=Et.counterDescriptors||{},_r=Et.colorKeywords||{},yr=Et.valueKeywords||{},xr=Et.allowNested,Nr=Et.lineComment,Tr=Et.supportsAtComponent===!0,Sr=lr.highlightNonStandardPropertyKeywords!==!1,Ar,Fr;function Gr(kr,Qr){return Ar=Qr,kr}function Vr(kr,Qr){var Zr=kr.next();if(Ce[Zr]){var Vi=Ce[Zr](kr,Qr);if(Vi!==!1)return Vi}if(Zr=="@")return kr.eatWhile(/[\w\\\-]/),Gr("def",kr.current());if(Zr=="="||(Zr=="~"||Zr=="|")&&kr.eat("="))return Gr(null,"compare");if(Zr=='"'||Zr=="'")return Qr.tokenize=Dr(Zr),Qr.tokenize(kr,Qr);if(Zr=="#")return kr.eatWhile(/[\w\\\-]/),Gr("atom","hash");if(Zr=="!")return kr.match(/^\s*\w*/),Gr("keyword","important");if(/\d/.test(Zr)||Zr=="."&&kr.eat(/\d/))return kr.eatWhile(/[\w.%]/),Gr("number","unit");if(Zr==="-"){if(/[\d.]/.test(kr.peek()))return kr.eatWhile(/[\w.%]/),Gr("number","unit");if(kr.match(/^-[\w\\\-]*/))return kr.eatWhile(/[\w\\\-]/),kr.match(/^\s*:/,!1)?Gr("variable-2","variable-definition"):Gr("variable-2","variable");if(kr.match(/^\w+-/))return Gr("meta","meta")}else return/[,+>*\/]/.test(Zr)?Gr(null,"select-op"):Zr=="."&&kr.match(/^-?[_a-z][_a-z0-9-]*/i)?Gr("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(Zr)?Gr(null,Zr):kr.match(/^[\w-.]+(?=\()/)?(/^(url(-prefix)?|domain|regexp)$/i.test(kr.current())&&(Qr.tokenize=Ir),Gr("variable callee","variable")):/[\w\\\-]/.test(Zr)?(kr.eatWhile(/[\w\\\-]/),Gr("property","word")):Gr(null,null)}function Dr(kr){return function(Qr,Zr){for(var Vi=!1,To;(To=Qr.next())!=null;){if(To==kr&&!Vi){kr==")"&&Qr.backUp(1);break}Vi=!Vi&&To=="\\"}return(To==kr||!Vi&&kr!=")")&&(Zr.tokenize=null),Gr("string","string")}}function Ir(kr,Qr){return kr.next(),kr.match(/^\s*[\"\')]/,!1)?Qr.tokenize=null:Qr.tokenize=Dr(")"),Gr(null,"(")}function Br(kr,Qr,Zr){this.type=kr,this.indent=Qr,this.prev=Zr}function Rr(kr,Qr,Zr,Vi){return kr.context=new Br(Zr,Qr.indentation()+(Vi===!1?0:pe),kr.context),Zr}function Lr(kr){return kr.context.prev&&(kr.context=kr.context.prev),kr.context.type}function $r(kr,Qr,Zr){return Kr[Zr.context.type](kr,Qr,Zr)}function jr(kr,Qr,Zr,Vi){for(var To=Vi||1;To>0;To--)Zr.context=Zr.context.prev;return $r(kr,Qr,Zr)}function vn(kr){var Qr=kr.current().toLowerCase();yr.hasOwnProperty(Qr)?Fr="atom":_r.hasOwnProperty(Qr)?Fr="keyword":Fr="variable"}var Kr={};return Kr.top=function(kr,Qr,Zr){if(kr=="{")return Rr(Zr,Qr,"block");if(kr=="}"&&Zr.context.prev)return Lr(Zr);if(Tr&&/@component/i.test(kr))return Rr(Zr,Qr,"atComponentBlock");if(/^@(-moz-)?document$/i.test(kr))return Rr(Zr,Qr,"documentTypes");if(/^@(media|supports|(-moz-)?document|import)$/i.test(kr))return Rr(Zr,Qr,"atBlock");if(/^@(font-face|counter-style)/i.test(kr))return Zr.stateArg=kr,"restricted_atBlock_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(kr))return"keyframes";if(kr&&kr.charAt(0)=="@")return Rr(Zr,Qr,"at");if(kr=="hash")Fr="builtin";else if(kr=="word")Fr="tag";else{if(kr=="variable-definition")return"maybeprop";if(kr=="interpolation")return Rr(Zr,Qr,"interpolation");if(kr==":")return"pseudo";if(xr&&kr=="(")return Rr(Zr,Qr,"parens")}return Zr.context.type},Kr.block=function(kr,Qr,Zr){if(kr=="word"){var Vi=Qr.current().toLowerCase();return kt.hasOwnProperty(Vi)?(Fr="property","maybeprop"):he.hasOwnProperty(Vi)?(Fr=Sr?"string-2":"property","maybeprop"):xr?(Fr=Qr.match(/^\s*:(?:\s|$)/,!1)?"property":"tag","block"):(Fr+=" error","maybeprop")}else return kr=="meta"?"block":!xr&&(kr=="hash"||kr=="qualifier")?(Fr="error","block"):Kr.top(kr,Qr,Zr)},Kr.maybeprop=function(kr,Qr,Zr){return kr==":"?Rr(Zr,Qr,"prop"):$r(kr,Qr,Zr)},Kr.prop=function(kr,Qr,Zr){if(kr==";")return Lr(Zr);if(kr=="{"&&xr)return Rr(Zr,Qr,"propBlock");if(kr=="}"||kr=="{")return jr(kr,Qr,Zr);if(kr=="(")return Rr(Zr,Qr,"parens");if(kr=="hash"&&!/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(Qr.current()))Fr+=" error";else if(kr=="word")vn(Qr);else if(kr=="interpolation")return Rr(Zr,Qr,"interpolation");return"prop"},Kr.propBlock=function(kr,Qr,Zr){return kr=="}"?Lr(Zr):kr=="word"?(Fr="property","maybeprop"):Zr.context.type},Kr.parens=function(kr,Qr,Zr){return kr=="{"||kr=="}"?jr(kr,Qr,Zr):kr==")"?Lr(Zr):kr=="("?Rr(Zr,Qr,"parens"):kr=="interpolation"?Rr(Zr,Qr,"interpolation"):(kr=="word"&&vn(Qr),"parens")},Kr.pseudo=function(kr,Qr,Zr){return kr=="meta"?"pseudo":kr=="word"?(Fr="variable-3",Zr.context.type):$r(kr,Qr,Zr)},Kr.documentTypes=function(kr,Qr,Zr){return kr=="word"&&Ie.hasOwnProperty(Qr.current())?(Fr="tag",Zr.context.type):Kr.atBlock(kr,Qr,Zr)},Kr.atBlock=function(kr,Qr,Zr){if(kr=="(")return Rr(Zr,Qr,"atBlock_parens");if(kr=="}"||kr==";")return jr(kr,Qr,Zr);if(kr=="{")return Lr(Zr)&&Rr(Zr,Qr,xr?"block":"top");if(kr=="interpolation")return Rr(Zr,Qr,"interpolation");if(kr=="word"){var Vi=Qr.current().toLowerCase();Vi=="only"||Vi=="not"||Vi=="and"||Vi=="or"?Fr="keyword":jt.hasOwnProperty(Vi)?Fr="attribute":ar.hasOwnProperty(Vi)?Fr="property":ur.hasOwnProperty(Vi)?Fr="keyword":kt.hasOwnProperty(Vi)?Fr="property":he.hasOwnProperty(Vi)?Fr=Sr?"string-2":"property":yr.hasOwnProperty(Vi)?Fr="atom":_r.hasOwnProperty(Vi)?Fr="keyword":Fr="error"}return Zr.context.type},Kr.atComponentBlock=function(kr,Qr,Zr){return kr=="}"?jr(kr,Qr,Zr):kr=="{"?Lr(Zr)&&Rr(Zr,Qr,xr?"block":"top",!1):(kr=="word"&&(Fr="error"),Zr.context.type)},Kr.atBlock_parens=function(kr,Qr,Zr){return kr==")"?Lr(Zr):kr=="{"||kr=="}"?jr(kr,Qr,Zr,2):Kr.atBlock(kr,Qr,Zr)},Kr.restricted_atBlock_before=function(kr,Qr,Zr){return kr=="{"?Rr(Zr,Qr,"restricted_atBlock"):kr=="word"&&Zr.stateArg=="@counter-style"?(Fr="variable","restricted_atBlock_before"):$r(kr,Qr,Zr)},Kr.restricted_atBlock=function(kr,Qr,Zr){return kr=="}"?(Zr.stateArg=null,Lr(Zr)):kr=="word"?(Zr.stateArg=="@font-face"&&!tr.hasOwnProperty(Qr.current().toLowerCase())||Zr.stateArg=="@counter-style"&&!gr.hasOwnProperty(Qr.current().toLowerCase())?Fr="error":Fr="property","maybeprop"):"restricted_atBlock"},Kr.keyframes=function(kr,Qr,Zr){return kr=="word"?(Fr="variable","keyframes"):kr=="{"?Rr(Zr,Qr,"top"):$r(kr,Qr,Zr)},Kr.at=function(kr,Qr,Zr){return kr==";"?Lr(Zr):kr=="{"||kr=="}"?jr(kr,Qr,Zr):(kr=="word"?Fr="tag":kr=="hash"&&(Fr="builtin"),"at")},Kr.interpolation=function(kr,Qr,Zr){return kr=="}"?Lr(Zr):kr=="{"||kr==";"?jr(kr,Qr,Zr):(kr=="word"?Fr="variable":kr!="variable"&&kr!="("&&kr!=")"&&(Fr="error"),"interpolation")},{startState:function(kr){return{tokenize:null,state:ie?"block":"top",stateArg:null,context:new Br(ie?"block":"top",kr||0,null)}},token:function(kr,Qr){if(!Qr.tokenize&&kr.eatSpace())return null;var Zr=(Qr.tokenize||Vr)(kr,Qr);return Zr&&typeof Zr=="object"&&(Ar=Zr[1],Zr=Zr[0]),Fr=Zr,Ar!="comment"&&(Qr.state=Kr[Qr.state](Ar,kr,Qr)),Fr},indent:function(kr,Qr){var Zr=kr.context,Vi=Qr&&Qr.charAt(0),To=Zr.indent;return Zr.type=="prop"&&(Vi=="}"||Vi==")")&&(Zr=Zr.prev),Zr.prev&&(Vi=="}"&&(Zr.type=="block"||Zr.type=="top"||Zr.type=="interpolation"||Zr.type=="restricted_atBlock")?(Zr=Zr.prev,To=Zr.indent):(Vi==")"&&(Zr.type=="parens"||Zr.type=="atBlock_parens")||Vi=="{"&&(Zr.type=="at"||Zr.type=="atBlock"))&&(To=Math.max(0,Zr.indent-pe))),To},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",blockCommentContinue:" * ",lineComment:Nr,fold:"brace"}});function n(lr){for(var Et={},ie=0;ie")):null:Ie.match("--")?ar(Ue("comment","-->")):Ie.match("DOCTYPE",!0,!0)?(Ie.eatWhile(/[\w\._\-]/),ar($e(1))):null:Ie.eat("?")?(Ie.eatWhile(/[\w\._\-]/),jt.tokenize=Ue("meta","?>"),"meta"):(oe=Ie.eat("/")?"closeTag":"openTag",jt.tokenize=_e,"tag bracket");if(ur=="&"){var kt;return Ie.eat("#")?Ie.eat("x")?kt=Ie.eatWhile(/[a-fA-F\d]/)&&Ie.eat(";"):kt=Ie.eatWhile(/[\d]/)&&Ie.eat(";"):kt=Ie.eatWhile(/[\w\.\-:]/)&&Ie.eat(";"),kt?"atom":"error"}else return Ie.eatWhile(/[^&<]/),null}de.isInText=!0;function _e(Ie,jt){var ar=Ie.next();if(ar==">"||ar=="/"&&Ie.eat(">"))return jt.tokenize=de,oe=ar==">"?"endTag":"selfcloseTag","tag bracket";if(ar=="=")return oe="equals",null;if(ar=="<"){jt.tokenize=de,jt.state=ir,jt.tagName=jt.tagStart=null;var ur=jt.tokenize(Ie,jt);return ur?ur+" tag error":"tag error"}else return/[\'\"]/.test(ar)?(jt.tokenize=Ne(ar),jt.stringStartCol=Ie.column(),jt.tokenize(Ie,jt)):(Ie.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Ne(Ie){var jt=function(ar,ur){for(;!ar.eol();)if(ar.next()==Ie){ur.tokenize=_e;break}return"string"};return jt.isInAttribute=!0,jt}function Ue(Ie,jt){return function(ar,ur){for(;!ar.eol();){if(ar.match(jt)){ur.tokenize=de;break}ar.next()}return Ie}}function $e(Ie){return function(jt,ar){for(var ur;(ur=jt.next())!=null;){if(ur=="<")return ar.tokenize=$e(Ie+1),ar.tokenize(jt,ar);if(ur==">")if(Ie==1){ar.tokenize=de;break}else return ar.tokenize=$e(Ie-1),ar.tokenize(jt,ar)}return"meta"}}function Ve(Ie){return Ie&&Ie.toLowerCase()}function Fe(Ie,jt,ar){this.prev=Ie.context,this.tagName=jt||"",this.indent=Ie.indented,this.startOfLine=ar,(V.doNotIndent.hasOwnProperty(jt)||Ie.context&&Ie.context.noIndent)&&(this.noIndent=!0)}function qe(Ie){Ie.context&&(Ie.context=Ie.context.prev)}function er(Ie,jt){for(var ar;;){if(!Ie.context||(ar=Ie.context.tagName,!V.contextGrabbers.hasOwnProperty(Ve(ar))||!V.contextGrabbers[Ve(ar)].hasOwnProperty(Ve(jt))))return;qe(Ie)}}function ir(Ie,jt,ar){return Ie=="openTag"?(ar.tagStart=jt.column(),dr):Ie=="closeTag"?cr:ir}function dr(Ie,jt,ar){return Ie=="word"?(ar.tagName=jt.current(),ue="tag",Et):V.allowMissingTagName&&Ie=="endTag"?(ue="tag bracket",Et(Ie,jt,ar)):(ue="error",dr)}function cr(Ie,jt,ar){if(Ie=="word"){var ur=jt.current();return ar.context&&ar.context.tagName!=ur&&V.implicitlyClosed.hasOwnProperty(Ve(ar.context.tagName))&&qe(ar),ar.context&&ar.context.tagName==ur||V.matchClosing===!1?(ue="tag",nr):(ue="tag error",lr)}else return V.allowMissingTagName&&Ie=="endTag"?(ue="tag bracket",nr(Ie,jt,ar)):(ue="error",lr)}function nr(Ie,jt,ar){return Ie!="endTag"?(ue="error",nr):(qe(ar),ir)}function lr(Ie,jt,ar){return ue="error",nr(Ie,jt,ar)}function Et(Ie,jt,ar){if(Ie=="word")return ue="attribute",ie;if(Ie=="endTag"||Ie=="selfcloseTag"){var ur=ar.tagName,kt=ar.tagStart;return ar.tagName=ar.tagStart=null,Ie=="selfcloseTag"||V.autoSelfClosers.hasOwnProperty(Ve(ur))?er(ar,ur):(er(ar,ur),ar.context=new Fe(ar,ur,kt==ar.indented)),ir}return ue="error",Et}function ie(Ie,jt,ar){return Ie=="equals"?pe:(V.allowMissing||(ue="error"),Et(Ie,jt,ar))}function pe(Ie,jt,ar){return Ie=="string"?Ce:Ie=="word"&&V.allowUnquoted?(ue="string",Et):(ue="error",Et(Ie,jt,ar))}function Ce(Ie,jt,ar){return Ie=="string"?Ce:Et(Ie,jt,ar)}return{startState:function(Ie){var jt={tokenize:de,state:ir,indented:Ie||0,tagName:null,tagStart:null,context:null};return Ie!=null&&(jt.baseIndent=Ie),jt},token:function(Ie,jt){if(!jt.tagName&&Ie.sol()&&(jt.indented=Ie.indentation()),Ie.eatSpace())return null;oe=null;var ar=jt.tokenize(Ie,jt);return(ar||oe)&&ar!="comment"&&(ue=null,jt.state=jt.state(oe||ar,Ie,jt),ue&&(ar=ue=="error"?ar+" error":ue)),ar},indent:function(Ie,jt,ar){var ur=Ie.context;if(Ie.tokenize.isInAttribute)return Ie.tagStart==Ie.indented?Ie.stringStartCol+1:Ie.indented+j;if(ur&&ur.noIndent)return y.Pass;if(Ie.tokenize!=_e&&Ie.tokenize!=de)return ar?ar.match(/^(\s*)/)[0].length:0;if(Ie.tagName)return V.multilineTagIndentPastTag!==!1?Ie.tagStart+Ie.tagName.length+2:Ie.tagStart+j*(V.multilineTagIndentFactor||1);if(V.alignCDATA&&/$/,blockCommentStart:"",configuration:V.htmlMode?"html":"xml",helperType:V.htmlMode?"html":"xml",skipAttribute:function(Ie){Ie.state==pe&&(Ie.state=Et)},xmlCurrentTag:function(Ie){return Ie.tagName?{name:Ie.tagName,close:Ie.type=="closeTag"}:null},xmlCurrentContext:function(Ie){for(var jt=[],ar=Ie.context;ar;ar=ar.prev)jt.push(ar.tagName);return jt.reverse()}}}),y.defineMIME("text/xml","xml"),y.defineMIME("application/xml","xml"),y.mimeModes.hasOwnProperty("text/html")||y.defineMIME("text/html",{name:"xml",htmlMode:!0})})}()),xml.exports}var meta={exports:{}},hasRequiredMeta;function requireMeta(){return hasRequiredMeta||(hasRequiredMeta=1,function(e,t){(function(y){y(requireCodemirror())})(function(y){y.modeInfo=[{name:"APL",mime:"text/apl",mode:"apl",ext:["dyalog","apl"]},{name:"PGP",mimes:["application/pgp","application/pgp-encrypted","application/pgp-keys","application/pgp-signature"],mode:"asciiarmor",ext:["asc","pgp","sig"]},{name:"ASN.1",mime:"text/x-ttcn-asn",mode:"asn.1",ext:["asn","asn1"]},{name:"Asterisk",mime:"text/x-asterisk",mode:"asterisk",file:/^extensions\.conf$/i},{name:"Brainfuck",mime:"text/x-brainfuck",mode:"brainfuck",ext:["b","bf"]},{name:"C",mime:"text/x-csrc",mode:"clike",ext:["c","h","ino"]},{name:"C++",mime:"text/x-c++src",mode:"clike",ext:["cpp","c++","cc","cxx","hpp","h++","hh","hxx"],alias:["cpp"]},{name:"Cobol",mime:"text/x-cobol",mode:"cobol",ext:["cob","cpy","cbl"]},{name:"C#",mime:"text/x-csharp",mode:"clike",ext:["cs"],alias:["csharp","cs"]},{name:"Clojure",mime:"text/x-clojure",mode:"clojure",ext:["clj","cljc","cljx"]},{name:"ClojureScript",mime:"text/x-clojurescript",mode:"clojure",ext:["cljs"]},{name:"Closure Stylesheets (GSS)",mime:"text/x-gss",mode:"css",ext:["gss"]},{name:"CMake",mime:"text/x-cmake",mode:"cmake",ext:["cmake","cmake.in"],file:/^CMakeLists\.txt$/},{name:"CoffeeScript",mimes:["application/vnd.coffeescript","text/coffeescript","text/x-coffeescript"],mode:"coffeescript",ext:["coffee"],alias:["coffee","coffee-script"]},{name:"Common Lisp",mime:"text/x-common-lisp",mode:"commonlisp",ext:["cl","lisp","el"],alias:["lisp"]},{name:"Cypher",mime:"application/x-cypher-query",mode:"cypher",ext:["cyp","cypher"]},{name:"Cython",mime:"text/x-cython",mode:"python",ext:["pyx","pxd","pxi"]},{name:"Crystal",mime:"text/x-crystal",mode:"crystal",ext:["cr"]},{name:"CSS",mime:"text/css",mode:"css",ext:["css"]},{name:"CQL",mime:"text/x-cassandra",mode:"sql",ext:["cql"]},{name:"D",mime:"text/x-d",mode:"d",ext:["d"]},{name:"Dart",mimes:["application/dart","text/x-dart"],mode:"dart",ext:["dart"]},{name:"diff",mime:"text/x-diff",mode:"diff",ext:["diff","patch"]},{name:"Django",mime:"text/x-django",mode:"django"},{name:"Dockerfile",mime:"text/x-dockerfile",mode:"dockerfile",file:/^Dockerfile$/},{name:"DTD",mime:"application/xml-dtd",mode:"dtd",ext:["dtd"]},{name:"Dylan",mime:"text/x-dylan",mode:"dylan",ext:["dylan","dyl","intr"]},{name:"EBNF",mime:"text/x-ebnf",mode:"ebnf"},{name:"ECL",mime:"text/x-ecl",mode:"ecl",ext:["ecl"]},{name:"edn",mime:"application/edn",mode:"clojure",ext:["edn"]},{name:"Eiffel",mime:"text/x-eiffel",mode:"eiffel",ext:["e"]},{name:"Elm",mime:"text/x-elm",mode:"elm",ext:["elm"]},{name:"Embedded JavaScript",mime:"application/x-ejs",mode:"htmlembedded",ext:["ejs"]},{name:"Embedded Ruby",mime:"application/x-erb",mode:"htmlembedded",ext:["erb"]},{name:"Erlang",mime:"text/x-erlang",mode:"erlang",ext:["erl"]},{name:"Esper",mime:"text/x-esper",mode:"sql"},{name:"Factor",mime:"text/x-factor",mode:"factor",ext:["factor"]},{name:"FCL",mime:"text/x-fcl",mode:"fcl"},{name:"Forth",mime:"text/x-forth",mode:"forth",ext:["forth","fth","4th"]},{name:"Fortran",mime:"text/x-fortran",mode:"fortran",ext:["f","for","f77","f90","f95"]},{name:"F#",mime:"text/x-fsharp",mode:"mllike",ext:["fs"],alias:["fsharp"]},{name:"Gas",mime:"text/x-gas",mode:"gas",ext:["s"]},{name:"Gherkin",mime:"text/x-feature",mode:"gherkin",ext:["feature"]},{name:"GitHub Flavored Markdown",mime:"text/x-gfm",mode:"gfm",file:/^(readme|contributing|history)\.md$/i},{name:"Go",mime:"text/x-go",mode:"go",ext:["go"]},{name:"Groovy",mime:"text/x-groovy",mode:"groovy",ext:["groovy","gradle"],file:/^Jenkinsfile$/},{name:"HAML",mime:"text/x-haml",mode:"haml",ext:["haml"]},{name:"Haskell",mime:"text/x-haskell",mode:"haskell",ext:["hs"]},{name:"Haskell (Literate)",mime:"text/x-literate-haskell",mode:"haskell-literate",ext:["lhs"]},{name:"Haxe",mime:"text/x-haxe",mode:"haxe",ext:["hx"]},{name:"HXML",mime:"text/x-hxml",mode:"haxe",ext:["hxml"]},{name:"ASP.NET",mime:"application/x-aspx",mode:"htmlembedded",ext:["aspx"],alias:["asp","aspx"]},{name:"HTML",mime:"text/html",mode:"htmlmixed",ext:["html","htm","handlebars","hbs"],alias:["xhtml"]},{name:"HTTP",mime:"message/http",mode:"http"},{name:"IDL",mime:"text/x-idl",mode:"idl",ext:["pro"]},{name:"Pug",mime:"text/x-pug",mode:"pug",ext:["jade","pug"],alias:["jade"]},{name:"Java",mime:"text/x-java",mode:"clike",ext:["java"]},{name:"Java Server Pages",mime:"application/x-jsp",mode:"htmlembedded",ext:["jsp"],alias:["jsp"]},{name:"JavaScript",mimes:["text/javascript","text/ecmascript","application/javascript","application/x-javascript","application/ecmascript"],mode:"javascript",ext:["js"],alias:["ecmascript","js","node"]},{name:"JSON",mimes:["application/json","application/x-json"],mode:"javascript",ext:["json","map"],alias:["json5"]},{name:"JSON-LD",mime:"application/ld+json",mode:"javascript",ext:["jsonld"],alias:["jsonld"]},{name:"JSX",mime:"text/jsx",mode:"jsx",ext:["jsx"]},{name:"Jinja2",mime:"text/jinja2",mode:"jinja2",ext:["j2","jinja","jinja2"]},{name:"Julia",mime:"text/x-julia",mode:"julia",ext:["jl"],alias:["jl"]},{name:"Kotlin",mime:"text/x-kotlin",mode:"clike",ext:["kt"]},{name:"LESS",mime:"text/x-less",mode:"css",ext:["less"]},{name:"LiveScript",mime:"text/x-livescript",mode:"livescript",ext:["ls"],alias:["ls"]},{name:"Lua",mime:"text/x-lua",mode:"lua",ext:["lua"]},{name:"Markdown",mime:"text/x-markdown",mode:"markdown",ext:["markdown","md","mkd"]},{name:"mIRC",mime:"text/mirc",mode:"mirc"},{name:"MariaDB SQL",mime:"text/x-mariadb",mode:"sql"},{name:"Mathematica",mime:"text/x-mathematica",mode:"mathematica",ext:["m","nb","wl","wls"]},{name:"Modelica",mime:"text/x-modelica",mode:"modelica",ext:["mo"]},{name:"MUMPS",mime:"text/x-mumps",mode:"mumps",ext:["mps"]},{name:"MS SQL",mime:"text/x-mssql",mode:"sql"},{name:"mbox",mime:"application/mbox",mode:"mbox",ext:["mbox"]},{name:"MySQL",mime:"text/x-mysql",mode:"sql"},{name:"Nginx",mime:"text/x-nginx-conf",mode:"nginx",file:/nginx.*\.conf$/i},{name:"NSIS",mime:"text/x-nsis",mode:"nsis",ext:["nsh","nsi"]},{name:"NTriples",mimes:["application/n-triples","application/n-quads","text/n-triples"],mode:"ntriples",ext:["nt","nq"]},{name:"Objective-C",mime:"text/x-objectivec",mode:"clike",ext:["m"],alias:["objective-c","objc"]},{name:"Objective-C++",mime:"text/x-objectivec++",mode:"clike",ext:["mm"],alias:["objective-c++","objc++"]},{name:"OCaml",mime:"text/x-ocaml",mode:"mllike",ext:["ml","mli","mll","mly"]},{name:"Octave",mime:"text/x-octave",mode:"octave",ext:["m"]},{name:"Oz",mime:"text/x-oz",mode:"oz",ext:["oz"]},{name:"Pascal",mime:"text/x-pascal",mode:"pascal",ext:["p","pas"]},{name:"PEG.js",mime:"null",mode:"pegjs",ext:["jsonld"]},{name:"Perl",mime:"text/x-perl",mode:"perl",ext:["pl","pm"]},{name:"PHP",mimes:["text/x-php","application/x-httpd-php","application/x-httpd-php-open"],mode:"php",ext:["php","php3","php4","php5","php7","phtml"]},{name:"Pig",mime:"text/x-pig",mode:"pig",ext:["pig"]},{name:"Plain Text",mime:"text/plain",mode:"null",ext:["txt","text","conf","def","list","log"]},{name:"PLSQL",mime:"text/x-plsql",mode:"sql",ext:["pls"]},{name:"PostgreSQL",mime:"text/x-pgsql",mode:"sql"},{name:"PowerShell",mime:"application/x-powershell",mode:"powershell",ext:["ps1","psd1","psm1"]},{name:"Properties files",mime:"text/x-properties",mode:"properties",ext:["properties","ini","in"],alias:["ini","properties"]},{name:"ProtoBuf",mime:"text/x-protobuf",mode:"protobuf",ext:["proto"]},{name:"Python",mime:"text/x-python",mode:"python",ext:["BUILD","bzl","py","pyw"],file:/^(BUCK|BUILD)$/},{name:"Puppet",mime:"text/x-puppet",mode:"puppet",ext:["pp"]},{name:"Q",mime:"text/x-q",mode:"q",ext:["q"]},{name:"R",mime:"text/x-rsrc",mode:"r",ext:["r","R"],alias:["rscript"]},{name:"reStructuredText",mime:"text/x-rst",mode:"rst",ext:["rst"],alias:["rst"]},{name:"RPM Changes",mime:"text/x-rpm-changes",mode:"rpm"},{name:"RPM Spec",mime:"text/x-rpm-spec",mode:"rpm",ext:["spec"]},{name:"Ruby",mime:"text/x-ruby",mode:"ruby",ext:["rb"],alias:["jruby","macruby","rake","rb","rbx"]},{name:"Rust",mime:"text/x-rustsrc",mode:"rust",ext:["rs"]},{name:"SAS",mime:"text/x-sas",mode:"sas",ext:["sas"]},{name:"Sass",mime:"text/x-sass",mode:"sass",ext:["sass"]},{name:"Scala",mime:"text/x-scala",mode:"clike",ext:["scala"]},{name:"Scheme",mime:"text/x-scheme",mode:"scheme",ext:["scm","ss"]},{name:"SCSS",mime:"text/x-scss",mode:"css",ext:["scss"]},{name:"Shell",mimes:["text/x-sh","application/x-sh"],mode:"shell",ext:["sh","ksh","bash"],alias:["bash","sh","zsh"],file:/^PKGBUILD$/},{name:"Sieve",mime:"application/sieve",mode:"sieve",ext:["siv","sieve"]},{name:"Slim",mimes:["text/x-slim","application/x-slim"],mode:"slim",ext:["slim"]},{name:"Smalltalk",mime:"text/x-stsrc",mode:"smalltalk",ext:["st"]},{name:"Smarty",mime:"text/x-smarty",mode:"smarty",ext:["tpl"]},{name:"Solr",mime:"text/x-solr",mode:"solr"},{name:"SML",mime:"text/x-sml",mode:"mllike",ext:["sml","sig","fun","smackspec"]},{name:"Soy",mime:"text/x-soy",mode:"soy",ext:["soy"],alias:["closure template"]},{name:"SPARQL",mime:"application/sparql-query",mode:"sparql",ext:["rq","sparql"],alias:["sparul"]},{name:"Spreadsheet",mime:"text/x-spreadsheet",mode:"spreadsheet",alias:["excel","formula"]},{name:"SQL",mime:"text/x-sql",mode:"sql",ext:["sql"]},{name:"SQLite",mime:"text/x-sqlite",mode:"sql"},{name:"Squirrel",mime:"text/x-squirrel",mode:"clike",ext:["nut"]},{name:"Stylus",mime:"text/x-styl",mode:"stylus",ext:["styl"]},{name:"Swift",mime:"text/x-swift",mode:"swift",ext:["swift"]},{name:"sTeX",mime:"text/x-stex",mode:"stex"},{name:"LaTeX",mime:"text/x-latex",mode:"stex",ext:["text","ltx","tex"],alias:["tex"]},{name:"SystemVerilog",mime:"text/x-systemverilog",mode:"verilog",ext:["v","sv","svh"]},{name:"Tcl",mime:"text/x-tcl",mode:"tcl",ext:["tcl"]},{name:"Textile",mime:"text/x-textile",mode:"textile",ext:["textile"]},{name:"TiddlyWiki",mime:"text/x-tiddlywiki",mode:"tiddlywiki"},{name:"Tiki wiki",mime:"text/tiki",mode:"tiki"},{name:"TOML",mime:"text/x-toml",mode:"toml",ext:["toml"]},{name:"Tornado",mime:"text/x-tornado",mode:"tornado"},{name:"troff",mime:"text/troff",mode:"troff",ext:["1","2","3","4","5","6","7","8","9"]},{name:"TTCN",mime:"text/x-ttcn",mode:"ttcn",ext:["ttcn","ttcn3","ttcnpp"]},{name:"TTCN_CFG",mime:"text/x-ttcn-cfg",mode:"ttcn-cfg",ext:["cfg"]},{name:"Turtle",mime:"text/turtle",mode:"turtle",ext:["ttl"]},{name:"TypeScript",mime:"application/typescript",mode:"javascript",ext:["ts"],alias:["ts"]},{name:"TypeScript-JSX",mime:"text/typescript-jsx",mode:"jsx",ext:["tsx"],alias:["tsx"]},{name:"Twig",mime:"text/x-twig",mode:"twig"},{name:"Web IDL",mime:"text/x-webidl",mode:"webidl",ext:["webidl"]},{name:"VB.NET",mime:"text/x-vb",mode:"vb",ext:["vb"]},{name:"VBScript",mime:"text/vbscript",mode:"vbscript",ext:["vbs"]},{name:"Velocity",mime:"text/velocity",mode:"velocity",ext:["vtl"]},{name:"Verilog",mime:"text/x-verilog",mode:"verilog",ext:["v"]},{name:"VHDL",mime:"text/x-vhdl",mode:"vhdl",ext:["vhd","vhdl"]},{name:"Vue.js Component",mimes:["script/x-vue","text/x-vue"],mode:"vue",ext:["vue"]},{name:"XML",mimes:["application/xml","text/xml"],mode:"xml",ext:["xml","xsl","xsd","svg"],alias:["rss","wsdl","xsd"]},{name:"XQuery",mime:"application/xquery",mode:"xquery",ext:["xy","xquery"]},{name:"Yacas",mime:"text/x-yacas",mode:"yacas",ext:["ys"]},{name:"YAML",mimes:["text/x-yaml","text/yaml"],mode:"yaml",ext:["yaml","yml"],alias:["yml"]},{name:"Z80",mime:"text/x-z80",mode:"z80",ext:["z80"]},{name:"mscgen",mime:"text/x-mscgen",mode:"mscgen",ext:["mscgen","mscin","msc"]},{name:"xu",mime:"text/x-xu",mode:"mscgen",ext:["xu"]},{name:"msgenny",mime:"text/x-msgenny",mode:"mscgen",ext:["msgenny"]},{name:"WebAssembly",mime:"text/webassembly",mode:"wast",ext:["wat","wast"]}];for(var n=0;n-1&&k.substring(V+1,k.length);if(z)return y.findModeByExtension(z)},y.findModeByName=function(k){k=k.toLowerCase();for(var L=0;L` "'(~:]+/,Ue=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,$e=/^\s*\[[^\]]+?\]:.*$/,Ve=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E42\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDF3C-\uDF3E]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]/,Fe=" ";function qe(gr,_r,yr){return _r.f=_r.inline=yr,yr(gr,_r)}function er(gr,_r,yr){return _r.f=_r.block=yr,yr(gr,_r)}function ir(gr){return!gr||!/\S/.test(gr.string)}function dr(gr){if(gr.linkTitle=!1,gr.linkHref=!1,gr.linkText=!1,gr.em=!1,gr.strong=!1,gr.strikethrough=!1,gr.quote=0,gr.indentedCode=!1,gr.f==nr){var _r=L;if(!_r){var yr=y.innerMode(k,gr.htmlState);_r=yr.mode.name=="xml"&&yr.state.tagStart===null&&!yr.state.context&&yr.state.tokenize.isInText}_r&&(gr.f=pe,gr.block=cr,gr.htmlState=null)}return gr.trailingSpace=0,gr.trailingSpaceNewLine=!1,gr.prevLine=gr.thisLine,gr.thisLine={stream:null},null}function cr(gr,_r){var yr=gr.column()===_r.indentation,xr=ir(_r.prevLine.stream),Nr=_r.indentedCode,Tr=_r.prevLine.hr,Sr=_r.list!==!1,Ar=(_r.listStack[_r.listStack.length-1]||0)+3;_r.indentedCode=!1;var Fr=_r.indentation;if(_r.indentationDiff===null&&(_r.indentationDiff=_r.indentation,Sr)){for(_r.list=null;Fr<_r.listStack[_r.listStack.length-1];)_r.listStack.pop(),_r.listStack.length?_r.indentation=_r.listStack[_r.listStack.length-1]:_r.list=!1;_r.list!==!1&&(_r.indentationDiff=Fr-_r.listStack[_r.listStack.length-1])}var Gr=!xr&&!Tr&&!_r.prevLine.header&&(!Sr||!Nr)&&!_r.prevLine.fencedCodeEnd,Vr=(_r.list===!1||Tr||xr)&&_r.indentation<=Ar&&gr.match(re),Dr=null;if(_r.indentationDiff>=4&&(Nr||_r.prevLine.fencedCodeEnd||_r.prevLine.header||xr))return gr.skipToEnd(),_r.indentedCode=!0,V.code;if(gr.eatSpace())return null;if(yr&&_r.indentation<=Ar&&(Dr=gr.match(de))&&Dr[1].length<=6)return _r.quote=0,_r.header=Dr[1].length,_r.thisLine.header=!0,$.highlightFormatting&&(_r.formatting="header"),_r.f=_r.inline,Et(_r);if(_r.indentation<=Ar&&gr.eat(">"))return _r.quote=yr?1:_r.quote+1,$.highlightFormatting&&(_r.formatting="quote"),gr.eatSpace(),Et(_r);if(!Vr&&!_r.setext&&yr&&_r.indentation<=Ar&&(Dr=gr.match(oe))){var Ir=Dr[1]?"ol":"ul";return _r.indentation=Fr+gr.current().length,_r.list=!0,_r.quote=0,_r.listStack.push(_r.indentation),_r.em=!1,_r.strong=!1,_r.code=!1,_r.strikethrough=!1,$.taskLists&&gr.match(ue,!1)&&(_r.taskList=!0),_r.f=_r.inline,$.highlightFormatting&&(_r.formatting=["list","list-"+Ir]),Et(_r)}else{if(yr&&_r.indentation<=Ar&&(Dr=gr.match(Ue,!0)))return _r.quote=0,_r.fencedEndRE=new RegExp(Dr[1]+"+ *$"),_r.localMode=$.fencedCodeBlockHighlighting&&j(Dr[2]||$.fencedCodeBlockDefaultMode),_r.localMode&&(_r.localState=y.startState(_r.localMode)),_r.f=_r.block=lr,$.highlightFormatting&&(_r.formatting="code-block"),_r.code=-1,Et(_r);if(_r.setext||(!Gr||!Sr)&&!_r.quote&&_r.list===!1&&!_r.code&&!Vr&&!$e.test(gr.string)&&(Dr=gr.lookAhead(1))&&(Dr=Dr.match(_e)))return _r.setext?(_r.header=_r.setext,_r.setext=0,gr.skipToEnd(),$.highlightFormatting&&(_r.formatting="header")):(_r.header=Dr[0].charAt(0)=="="?1:2,_r.setext=_r.header),_r.thisLine.header=!0,_r.f=_r.inline,Et(_r);if(Vr)return gr.skipToEnd(),_r.hr=!0,_r.thisLine.hr=!0,V.hr;if(gr.peek()==="[")return qe(gr,_r,ur)}return qe(gr,_r,_r.inline)}function nr(gr,_r){var yr=k.token(gr,_r.htmlState);if(!L){var xr=y.innerMode(k,_r.htmlState);(xr.mode.name=="xml"&&xr.state.tagStart===null&&!xr.state.context&&xr.state.tokenize.isInText||_r.md_inside&&gr.current().indexOf(">")>-1)&&(_r.f=pe,_r.block=cr,_r.htmlState=null)}return yr}function lr(gr,_r){var yr=_r.listStack[_r.listStack.length-1]||0,xr=_r.indentation=gr.quote?_r.push(V.formatting+"-"+gr.formatting[yr]+"-"+gr.quote):_r.push("error"))}if(gr.taskOpen)return _r.push("meta"),_r.length?_r.join(" "):null;if(gr.taskClosed)return _r.push("property"),_r.length?_r.join(" "):null;if(gr.linkHref?_r.push(V.linkHref,"url"):(gr.strong&&_r.push(V.strong),gr.em&&_r.push(V.em),gr.strikethrough&&_r.push(V.strikethrough),gr.emoji&&_r.push(V.emoji),gr.linkText&&_r.push(V.linkText),gr.code&&_r.push(V.code),gr.image&&_r.push(V.image),gr.imageAltText&&_r.push(V.imageAltText,"link"),gr.imageMarker&&_r.push(V.imageMarker)),gr.header&&_r.push(V.header,V.header+"-"+gr.header),gr.quote&&(_r.push(V.quote),!$.maxBlockquoteDepth||$.maxBlockquoteDepth>=gr.quote?_r.push(V.quote+"-"+gr.quote):_r.push(V.quote+"-"+$.maxBlockquoteDepth)),gr.list!==!1){var xr=(gr.listStack.length-1)%3;xr?xr===1?_r.push(V.list2):_r.push(V.list3):_r.push(V.list1)}return gr.trailingSpaceNewLine?_r.push("trailing-space-new-line"):gr.trailingSpace&&_r.push("trailing-space-"+(gr.trailingSpace%2?"a":"b")),_r.length?_r.join(" "):null}function ie(gr,_r){if(gr.match(Ne,!0))return Et(_r)}function pe(gr,_r){var yr=_r.text(gr,_r);if(typeof yr<"u")return yr;if(_r.list)return _r.list=null,Et(_r);if(_r.taskList){var xr=gr.match(ue,!0)[1]===" ";return xr?_r.taskOpen=!0:_r.taskClosed=!0,$.highlightFormatting&&(_r.formatting="task"),_r.taskList=!1,Et(_r)}if(_r.taskOpen=!1,_r.taskClosed=!1,_r.header&&gr.match(/^#+$/,!0))return $.highlightFormatting&&(_r.formatting="header"),Et(_r);var Nr=gr.next();if(_r.linkTitle){_r.linkTitle=!1;var Tr=Nr;Nr==="("&&(Tr=")"),Tr=(Tr+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var Sr="^\\s*(?:[^"+Tr+"\\\\]+|\\\\\\\\|\\\\.)"+Tr;if(gr.match(new RegExp(Sr),!0))return V.linkHref}if(Nr==="`"){var Ar=_r.formatting;$.highlightFormatting&&(_r.formatting="code"),gr.eatWhile("`");var Fr=gr.current().length;if(_r.code==0&&(!_r.quote||Fr==1))return _r.code=Fr,Et(_r);if(Fr==_r.code){var Gr=Et(_r);return _r.code=0,Gr}else return _r.formatting=Ar,Et(_r)}else if(_r.code)return Et(_r);if(Nr==="\\"&&(gr.next(),$.highlightFormatting)){var Vr=Et(_r),Dr=V.formatting+"-escape";return Vr?Vr+" "+Dr:Dr}if(Nr==="!"&&gr.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return _r.imageMarker=!0,_r.image=!0,$.highlightFormatting&&(_r.formatting="image"),Et(_r);if(Nr==="["&&_r.imageMarker&&gr.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return _r.imageMarker=!1,_r.imageAltText=!0,$.highlightFormatting&&(_r.formatting="image"),Et(_r);if(Nr==="]"&&_r.imageAltText){$.highlightFormatting&&(_r.formatting="image");var Vr=Et(_r);return _r.imageAltText=!1,_r.image=!1,_r.inline=_r.f=Ie,Vr}if(Nr==="["&&!_r.image)return _r.linkText&&gr.match(/^.*?\]/)||(_r.linkText=!0,$.highlightFormatting&&(_r.formatting="link")),Et(_r);if(Nr==="]"&&_r.linkText){$.highlightFormatting&&(_r.formatting="link");var Vr=Et(_r);return _r.linkText=!1,_r.inline=_r.f=gr.match(/\(.*?\)| ?\[.*?\]/,!1)?Ie:pe,Vr}if(Nr==="<"&&gr.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){_r.f=_r.inline=Ce,$.highlightFormatting&&(_r.formatting="link");var Vr=Et(_r);return Vr?Vr+=" ":Vr="",Vr+V.linkInline}if(Nr==="<"&&gr.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){_r.f=_r.inline=Ce,$.highlightFormatting&&(_r.formatting="link");var Vr=Et(_r);return Vr?Vr+=" ":Vr="",Vr+V.linkEmail}if($.xml&&Nr==="<"&&gr.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Ir=gr.string.indexOf(">",gr.pos);if(Ir!=-1){var Br=gr.string.substring(gr.start,Ir);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Br)&&(_r.md_inside=!0)}return gr.backUp(1),_r.htmlState=y.startState(k),er(gr,_r,nr)}if($.xml&&Nr==="<"&&gr.match(/^\/\w*?>/))return _r.md_inside=!1,"tag";if(Nr==="*"||Nr==="_"){for(var Rr=1,Lr=gr.pos==1?" ":gr.string.charAt(gr.pos-2);Rr<3&&gr.eat(Nr);)Rr++;var $r=gr.peek()||" ",jr=!/\s/.test($r)&&(!Ve.test($r)||/\s/.test(Lr)||Ve.test(Lr)),vn=!/\s/.test(Lr)&&(!Ve.test(Lr)||/\s/.test($r)||Ve.test($r)),Kr=null,kr=null;if(Rr%2&&(!_r.em&&jr&&(Nr==="*"||!vn||Ve.test(Lr))?Kr=!0:_r.em==Nr&&vn&&(Nr==="*"||!jr||Ve.test($r))&&(Kr=!1)),Rr>1&&(!_r.strong&&jr&&(Nr==="*"||!vn||Ve.test(Lr))?kr=!0:_r.strong==Nr&&vn&&(Nr==="*"||!jr||Ve.test($r))&&(kr=!1)),kr!=null||Kr!=null){$.highlightFormatting&&(_r.formatting=Kr==null?"strong":kr==null?"em":"strong em"),Kr===!0&&(_r.em=Nr),kr===!0&&(_r.strong=Nr);var Gr=Et(_r);return Kr===!1&&(_r.em=!1),kr===!1&&(_r.strong=!1),Gr}}else if(Nr===" "&&(gr.eat("*")||gr.eat("_"))){if(gr.peek()===" ")return Et(_r);gr.backUp(1)}if($.strikethrough){if(Nr==="~"&&gr.eatWhile(Nr)){if(_r.strikethrough){$.highlightFormatting&&(_r.formatting="strikethrough");var Gr=Et(_r);return _r.strikethrough=!1,Gr}else if(gr.match(/^[^\s]/,!1))return _r.strikethrough=!0,$.highlightFormatting&&(_r.formatting="strikethrough"),Et(_r)}else if(Nr===" "&&gr.match("~~",!0)){if(gr.peek()===" ")return Et(_r);gr.backUp(2)}}if($.emoji&&Nr===":"&&gr.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){_r.emoji=!0,$.highlightFormatting&&(_r.formatting="emoji");var Qr=Et(_r);return _r.emoji=!1,Qr}return Nr===" "&&(gr.match(/^ +$/,!1)?_r.trailingSpace++:_r.trailingSpace&&(_r.trailingSpaceNewLine=!0)),Et(_r)}function Ce(gr,_r){var yr=gr.next();if(yr===">"){_r.f=_r.inline=pe,$.highlightFormatting&&(_r.formatting="link");var xr=Et(_r);return xr?xr+=" ":xr="",xr+V.linkInline}return gr.match(/^[^>]+/,!0),V.linkInline}function Ie(gr,_r){if(gr.eatSpace())return null;var yr=gr.next();return yr==="("||yr==="["?(_r.f=_r.inline=ar(yr==="("?")":"]"),$.highlightFormatting&&(_r.formatting="link-string"),_r.linkHref=!0,Et(_r)):"error"}var jt={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function ar(gr){return function(_r,yr){var xr=_r.next();if(xr===gr){yr.f=yr.inline=pe,$.highlightFormatting&&(yr.formatting="link-string");var Nr=Et(yr);return yr.linkHref=!1,Nr}return _r.match(jt[gr]),yr.linkHref=!0,Et(yr)}}function ur(gr,_r){return gr.match(/^([^\]\\]|\\.)*\]:/,!1)?(_r.f=kt,gr.next(),$.highlightFormatting&&(_r.formatting="link"),_r.linkText=!0,Et(_r)):qe(gr,_r,pe)}function kt(gr,_r){if(gr.match("]:",!0)){_r.f=_r.inline=he,$.highlightFormatting&&(_r.formatting="link");var yr=Et(_r);return _r.linkText=!1,yr}return gr.match(/^([^\]\\]|\\.)+/,!0),V.linkText}function he(gr,_r){return gr.eatSpace()?null:(gr.match(/^[^\s]+/,!0),gr.peek()===void 0?_r.linkTitle=!0:gr.match(/^(?:\s+(?:"(?:[^"\\]|\\.)+"|'(?:[^'\\]|\\.)+'|\((?:[^)\\]|\\.)+\)))?/,!0),_r.f=_r.inline=pe,V.linkHref+" url")}var tr={startState:function(){return{f:cr,prevLine:{stream:null},thisLine:{stream:null},block:cr,htmlState:null,indentation:0,inline:pe,text:ie,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(gr){return{f:gr.f,prevLine:gr.prevLine,thisLine:gr.thisLine,block:gr.block,htmlState:gr.htmlState&&y.copyState(k,gr.htmlState),indentation:gr.indentation,localMode:gr.localMode,localState:gr.localMode?y.copyState(gr.localMode,gr.localState):null,inline:gr.inline,text:gr.text,formatting:!1,linkText:gr.linkText,linkTitle:gr.linkTitle,linkHref:gr.linkHref,code:gr.code,em:gr.em,strong:gr.strong,strikethrough:gr.strikethrough,emoji:gr.emoji,header:gr.header,setext:gr.setext,hr:gr.hr,taskList:gr.taskList,list:gr.list,listStack:gr.listStack.slice(0),quote:gr.quote,indentedCode:gr.indentedCode,trailingSpace:gr.trailingSpace,trailingSpaceNewLine:gr.trailingSpaceNewLine,md_inside:gr.md_inside,fencedEndRE:gr.fencedEndRE}},token:function(gr,_r){if(_r.formatting=!1,gr!=_r.thisLine.stream){if(_r.header=0,_r.hr=!1,gr.match(/^\s*$/,!0))return dr(_r),null;if(_r.prevLine=_r.thisLine,_r.thisLine={stream:gr},_r.taskList=!1,_r.trailingSpace=0,_r.trailingSpaceNewLine=!1,!_r.localState&&(_r.f=_r.block,_r.f!=nr)){var yr=gr.match(/^\s*/,!0)[0].replace(/\t/g,Fe).length;if(_r.indentation=yr,_r.indentationDiff=null,yr>0)return null}}return _r.f(gr,_r)},innerMode:function(gr){return gr.block==nr?{state:gr.htmlState,mode:k}:gr.localState?{state:gr.localState,mode:gr.localMode}:{state:gr,mode:tr}},indent:function(gr,_r,yr){return gr.block==nr&&k.indent?k.indent(gr.htmlState,_r,yr):gr.localState&&gr.localMode.indent?gr.localMode.indent(gr.localState,_r,yr):y.Pass},blankLine:dr,getType:Et,blockCommentStart:"",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return tr},"xml"),y.defineMIME("text/markdown","markdown"),y.defineMIME("text/x-markdown","markdown")})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},$=y.Pos;y.defineOption("autoCloseBrackets",!1,function($e,Ve,Fe){Fe&&Fe!=y.Init&&($e.removeKeyMap(L),$e.state.closeBrackets=null),Ve&&(j(k(Ve,"pairs")),$e.state.closeBrackets=Ve,$e.addKeyMap(L))});function k($e,Ve){return Ve=="pairs"&&typeof $e=="string"?$e:typeof $e=="object"&&$e[Ve]!=null?$e[Ve]:n[Ve]}var L={Backspace:re,Enter:oe};function j($e){for(var Ve=0;Ve<$e.length;Ve++){var Fe=$e.charAt(Ve),qe="'"+Fe+"'";L[qe]||(L[qe]=V(Fe))}}j(n.pairs+"`");function V($e){return function(Ve){return _e(Ve,$e)}}function z($e){var Ve=$e.state.closeBrackets;if(!Ve||Ve.override)return Ve;var Fe=$e.getModeAt($e.getCursor());return Fe.closeBrackets||Ve}function re($e){var Ve=z($e);if(!Ve||$e.getOption("disableInput"))return y.Pass;for(var Fe=k(Ve,"pairs"),qe=$e.listSelections(),er=0;er=0;er--){var dr=qe[er].head;$e.replaceRange("",$(dr.line,dr.ch-1),$(dr.line,dr.ch+1),"+delete")}}function oe($e){var Ve=z($e),Fe=Ve&&k(Ve,"explode");if(!Fe||$e.getOption("disableInput"))return y.Pass;for(var qe=$e.listSelections(),er=0;er0?{line:dr.head.line,ch:dr.head.ch+Ve}:{line:dr.head.line-1};Fe.push({anchor:cr,head:cr})}$e.setSelections(Fe,er)}function de($e){var Ve=y.cmpPos($e.anchor,$e.head)>0;return{anchor:new $($e.anchor.line,$e.anchor.ch+(Ve?-1:1)),head:new $($e.head.line,$e.head.ch+(Ve?1:-1))}}function _e($e,Ve){var Fe=z($e);if(!Fe||$e.getOption("disableInput"))return y.Pass;var qe=k(Fe,"pairs"),er=qe.indexOf(Ve);if(er==-1)return y.Pass;for(var ir=k(Fe,"closeBefore"),dr=k(Fe,"triples"),cr=qe.charAt(er+1)==Ve,nr=$e.listSelections(),lr=er%2==0,Et,ie=0;ie=0&&$e.getRange(Ce,$(Ce.line,Ce.ch+3))==Ve+Ve+Ve?Ie="skipThree":Ie="skip";else if(cr&&Ce.ch>1&&dr.indexOf(Ve)>=0&&$e.getRange($(Ce.line,Ce.ch-2),Ce)==Ve+Ve){if(Ce.ch>2&&/\bstring/.test($e.getTokenTypeAt($(Ce.line,Ce.ch-2))))return y.Pass;Ie="addFour"}else if(cr){var ar=Ce.ch==0?" ":$e.getRange($(Ce.line,Ce.ch-1),Ce);if(!y.isWordChar(jt)&&ar!=Ve&&!y.isWordChar(ar))Ie="both";else return y.Pass}else if(lr&&(jt.length===0||/\s/.test(jt)||ir.indexOf(jt)>-1))Ie="both";else return y.Pass;if(!Et)Et=Ie;else if(Et!=Ie)return y.Pass}var ur=er%2?qe.charAt(er-1):Ve,kt=er%2?Ve:qe.charAt(er+1);$e.operation(function(){if(Et=="skip")ue($e,1);else if(Et=="skipThree")ue($e,3);else if(Et=="surround"){for(var he=$e.getSelections(),tr=0;tr",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<","<":">>",">":"<<"};function L(ue){return ue&&ue.bracketRegex||/[(){}[\]]/}function j(ue,de,_e){var Ne=ue.getLineHandle(de.line),Ue=de.ch-1,$e=_e&&_e.afterCursor;$e==null&&($e=/(^| )cm-fat-cursor($| )/.test(ue.getWrapperElement().className));var Ve=L(_e),Fe=!$e&&Ue>=0&&Ve.test(Ne.text.charAt(Ue))&&k[Ne.text.charAt(Ue)]||Ve.test(Ne.text.charAt(Ue+1))&&k[Ne.text.charAt(++Ue)];if(!Fe)return null;var qe=Fe.charAt(1)==">"?1:-1;if(_e&&_e.strict&&qe>0!=(Ue==de.ch))return null;var er=ue.getTokenTypeAt($(de.line,Ue+1)),ir=V(ue,$(de.line,Ue+(qe>0?1:0)),qe,er,_e);return ir==null?null:{from:$(de.line,Ue),to:ir&&ir.pos,match:ir&&ir.ch==Fe.charAt(0),forward:qe>0}}function V(ue,de,_e,Ne,Ue){for(var $e=Ue&&Ue.maxScanLineLength||1e4,Ve=Ue&&Ue.maxScanLines||1e3,Fe=[],qe=L(Ue),er=_e>0?Math.min(de.line+Ve,ue.lastLine()+1):Math.max(ue.firstLine()-1,de.line-Ve),ir=de.line;ir!=er;ir+=_e){var dr=ue.getLine(ir);if(dr){var cr=_e>0?0:dr.length-1,nr=_e>0?dr.length:-1;if(!(dr.length>$e))for(ir==de.line&&(cr=de.ch-(_e<0?1:0));cr!=nr;cr+=_e){var lr=dr.charAt(cr);if(qe.test(lr)&&(Ne===void 0||(ue.getTokenTypeAt($(ir,cr+1))||"")==(Ne||""))){var Et=k[lr];if(Et&&Et.charAt(1)==">"==_e>0)Fe.push(lr);else if(Fe.length)Fe.pop();else return{pos:$(ir,cr),ch:lr}}}}}return ir-_e==(_e>0?ue.lastLine():ue.firstLine())?!1:null}function z(ue,de,_e){for(var Ne=ue.state.matchBrackets.maxHighlightLineLength||1e3,Ue=_e&&_e.highlightNonMatching,$e=[],Ve=ue.listSelections(),Fe=0;Fe1)){if(this.somethingSelected()){if(!$e.hint.supportsSelection)return;for(var Fe=0;Fedr.clientHeight+1:!1,Ar;setTimeout(function(){Ar=qe.getScrollInfo()});var Fr=Tr.bottom-Nr;if(Fr>0){var Gr=Tr.bottom-Tr.top,Vr=Tr.top-(Ie.bottom-Ie.top)-2;Nr-Tr.topVr&&(dr.style.height=(Gr=Vr)+"px"),dr.style.top=(ar=Ie.top-Gr)+he+"px",ur=!1):dr.style.height=Nr-Tr.top-2+"px"}var Dr=Tr.right-xr;if(Sr&&(Dr+=qe.display.nativeBarWidth),Dr>0&&(Tr.right-Tr.left>xr&&(dr.style.width=xr-5+"px",Dr-=Tr.right-Tr.left-xr),dr.style.left=(jt=Math.max(Ie.left-Dr-kt,0))+"px"),Sr)for(var Ir=dr.firstChild;Ir;Ir=Ir.nextSibling)Ir.style.paddingRight=qe.display.nativeBarWidth+"px";if(qe.addKeyMap(this.keyMap=re($e,{moveFocus:function(Lr,$r){Fe.changeActive(Fe.selectedHint+Lr,$r)},setFocus:function(Lr){Fe.changeActive(Lr)},menuSize:function(){return Fe.screenAmount()},length:nr.length,close:function(){$e.close()},pick:function(){Fe.pick()},data:Ve})),$e.options.closeOnUnfocus){var Br;qe.on("blur",this.onBlur=function(){Br=setTimeout(function(){$e.close()},100)}),qe.on("focus",this.onFocus=function(){clearTimeout(Br)})}qe.on("scroll",this.onScroll=function(){var Lr=qe.getScrollInfo(),$r=qe.getWrapperElement().getBoundingClientRect();Ar||(Ar=qe.getScrollInfo());var jr=ar+Ar.top-Lr.top,vn=jr-(ir.pageYOffset||(er.documentElement||er.body).scrollTop);if(ur||(vn+=dr.offsetHeight),vn<=$r.top||vn>=$r.bottom)return $e.close();dr.style.top=jr+"px",dr.style.left=jt+Ar.left-Lr.left+"px"}),y.on(dr,"dblclick",function(Lr){var $r=oe(dr,Lr.target||Lr.srcElement);$r&&$r.hintId!=null&&(Fe.changeActive($r.hintId),Fe.pick())}),y.on(dr,"click",function(Lr){var $r=oe(dr,Lr.target||Lr.srcElement);$r&&$r.hintId!=null&&(Fe.changeActive($r.hintId),$e.options.completeOnSingleClick&&Fe.pick())}),y.on(dr,"mousedown",function(){setTimeout(function(){qe.focus()},20)});var Rr=this.getSelectedHintRange();return(Rr.from!==0||Rr.to!==0)&&this.scrollToActive(),y.signal(Ve,"select",nr[this.selectedHint],dr.childNodes[this.selectedHint]),!0}ue.prototype={close:function(){if(this.completion.widget==this){this.completion.widget=null,this.hints.parentNode&&this.hints.parentNode.removeChild(this.hints),this.completion.cm.removeKeyMap(this.keyMap);var $e=this.completion.cm.getInputField();$e.removeAttribute("aria-activedescendant"),$e.removeAttribute("aria-owns");var Ve=this.completion.cm;this.completion.options.closeOnUnfocus&&(Ve.off("blur",this.onBlur),Ve.off("focus",this.onFocus)),Ve.off("scroll",this.onScroll)}},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var $e=this;this.keyMap={Enter:function(){$e.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function($e,Ve){if($e>=this.data.list.length?$e=Ve?this.data.list.length-1:0:$e<0&&($e=Ve?0:this.data.list.length-1),this.selectedHint!=$e){var Fe=this.hints.childNodes[this.selectedHint];Fe&&(Fe.className=Fe.className.replace(" "+$,""),Fe.removeAttribute("aria-selected")),Fe=this.hints.childNodes[this.selectedHint=$e],Fe.className+=" "+$,Fe.setAttribute("aria-selected","true"),this.completion.cm.getInputField().setAttribute("aria-activedescendant",Fe.id),this.scrollToActive(),y.signal(this.data,"select",this.data.list[this.selectedHint],Fe)}},scrollToActive:function(){var $e=this.getSelectedHintRange(),Ve=this.hints.childNodes[$e.from],Fe=this.hints.childNodes[$e.to],qe=this.hints.firstChild;Ve.offsetTopthis.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=Fe.offsetTop+Fe.offsetHeight-this.hints.clientHeight+qe.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1},getSelectedHintRange:function(){var $e=this.completion.options.scrollMargin||0;return{from:Math.max(0,this.selectedHint-$e),to:Math.min(this.data.list.length-1,this.selectedHint+$e)}}};function de($e,Ve){if(!$e.somethingSelected())return Ve;for(var Fe=[],qe=0;qe0?dr(ie):lr(Et+1)})}lr(0)};return er.async=!0,er.supportsSelection=!0,er}else return(qe=$e.getHelper($e.getCursor(),"hintWords"))?function(ir){return y.hint.fromList(ir,{words:qe})}:y.hint.anyword?function(ir,dr){return y.hint.anyword(ir,dr)}:function(){}}y.registerHelper("hint","auto",{resolve:Ne}),y.registerHelper("hint","fromList",function($e,Ve){var Fe=$e.getCursor(),qe=$e.getTokenAt(Fe),er,ir=y.Pos(Fe.line,qe.start),dr=Fe;qe.start,]/,closeOnPick:!0,closeOnUnfocus:!0,updateOnCursorActivity:!0,completeOnSingleClick:!0,container:null,customKeys:null,extraKeys:null,paddingForScrollbar:!0,moveOnOverlap:!0};y.defineOption("hintOptions",null)})})();(function(e,t){(function(y){y(requireCodemirror(),cssExports)})(function(y){var n={active:1,after:1,before:1,checked:1,default:1,disabled:1,empty:1,enabled:1,"first-child":1,"first-letter":1,"first-line":1,"first-of-type":1,focus:1,hover:1,"in-range":1,indeterminate:1,invalid:1,lang:1,"last-child":1,"last-of-type":1,link:1,not:1,"nth-child":1,"nth-last-child":1,"nth-last-of-type":1,"nth-of-type":1,"only-of-type":1,"only-child":1,optional:1,"out-of-range":1,placeholder:1,"read-only":1,"read-write":1,required:1,root:1,selection:1,target:1,valid:1,visited:1};y.registerHelper("hint","css",function($){var k=$.getCursor(),L=$.getTokenAt(k),j=y.innerMode($.getMode(),L.state);if(j.mode.name!="css")return;if(L.type=="keyword"&&"!important".indexOf(L.string)==0)return{list:["!important"],from:y.Pos(k.line,L.start),to:y.Pos(k.line,L.end)};var V=L.start,z=k.ch,re=L.string.slice(0,z-V);/[^\w$_-]/.test(re)&&(re="",V=z=k.ch);var oe=y.resolveMode("text/css"),ue=[];function de(Ne){for(var Ue in Ne)(!re||Ue.lastIndexOf(re,0)==0)&&ue.push(Ue)}var _e=j.state.state;if(_e=="pseudo"||L.type=="variable-3"?de(n):_e=="block"||_e=="maybeprop"?de(oe.propertyKeywords):_e=="prop"||_e=="parens"||_e=="at"||_e=="params"?(de(oe.valueKeywords),de(oe.colorKeywords)):(_e=="media"||_e=="media_parens")&&(de(oe.mediaTypes),de(oe.mediaFeatures)),ue.length)return{list:ue,from:y.Pos(k.line,V),to:y.Pos(k.line,z)}})})})();const app=createApp(_sfc_main);app.use(Store);app.use(ElementPlus);app.mount("#app");mermaid.initialize({startOnLoad:!0});window.mermaid=mermaid});export default Ub(); +`).trim(),editor:void 0}),re=[{value:"default",label:"默认"},{value:"github",label:"GitHub"},{value:"aliOSS",label:"阿里云"},{value:"txCOS",label:"腾讯云"},{value:"qiniu",label:"七牛云"},{value:"minio",label:"MinIO"},{value:"formCustom",label:"自定义代码"}],ie=ref$1("default"),oe=ref$1(null),ue=ref$1("upload");watch(ue,async kt=>{kt==="formCustom"&&nextTick$1(()=>{const Et=oe.value.$el.querySelector("textarea");z.value.editor=z.value.editor||CodeMirror.fromTextArea(Et,{mode:"javascript"})})},{immediate:!0}),onBeforeMount(()=>{localStorage.getItem("githubConfig")&&(k.value=JSON.parse(localStorage.getItem("githubConfig"))),localStorage.getItem("aliOSSConfig")&&(L.value=JSON.parse(localStorage.getItem("aliOSSConfig"))),localStorage.getItem("txCOSConfig")&&($.value=JSON.parse(localStorage.getItem("txCOSConfig"))),localStorage.getItem("qiniuConfig")&&(j.value=JSON.parse(localStorage.getItem("qiniuConfig"))),localStorage.getItem("minioConfig")&&(V.value=JSON.parse(localStorage.getItem("minioConfig"))),localStorage.getItem("imgHost")&&(ie.value=localStorage.getItem("imgHost"))});function de(){localStorage.setItem("imgHost",ie.value),ElMessage.success("已成功切换图床")}function pe(){if(!(k.value.repo&&k.value.accessToken)){const kt=k.value.repo?"token":"GitHub 仓库";ElMessage.error(`参数「${kt}」不能为空`);return}localStorage.setItem("githubConfig",JSON.stringify(k.value)),ElMessage.success("保存成功")}function Ie(){if(!(L.value.accessKeyId&&L.value.accessKeySecret&&L.value.bucket&&L.value.region)){ElMessage.error("阿里云 OSS 参数配置不全");return}localStorage.setItem("aliOSSConfig",JSON.stringify(L.value)),ElMessage.success("保存成功")}function _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 kt=z.value.editor.getValue();localStorage.setItem("formCustomConfig",kt),ElMessage.success("保存成功")}function Fe(kt){const Et=checkImage(kt);if(!Et.ok)return ElMessage.error(Et.msg),!1;let Ve=localStorage.getItem("imgHost");Ve=Ve||"default",localStorage.setItem("imgHost",Ve);const qe=localStorage.getItem(`${Ve}Config`);return Ve==="default"||qe?!0:(ElMessage.error(`请先配置 ${Ve} 图床参数`),!1)}function Ue(kt){y("uploadImage",kt.file)}return(kt,Et)=>{const Ve=resolveComponent("el-option"),qe=resolveComponent("el-select"),jt=resolveComponent("el-icon"),tr=resolveComponent("el-upload"),rr=resolveComponent("el-tab-pane"),ar=resolveComponent("el-input"),nr=resolveComponent("el-form-item"),ur=resolveComponent("el-link"),cr=resolveComponent("el-button"),_r=resolveComponent("el-form"),hr=resolveComponent("el-switch"),Er=resolveComponent("el-tabs"),kr=resolveComponent("el-dialog");return openBlock(),createBlock(kr,{title:"本地上传",class:"upload__dialog","model-value":unref(n).isShowUploadImgDialog,onClose:Et[30]||(Et[30]=xr=>unref(n).toggleShowUploadImgDialog(!1))},{default:withCtx(()=>[createVNode(Er,{modelValue:ue.value,"onUpdate:modelValue":Et[29]||(Et[29]=xr=>ue.value=xr)},{default:withCtx(()=>[createVNode(rr,{class:"upload-panel",label:"选择上传",name:"upload"},{default:withCtx(()=>[createVNode(qe,{modelValue:ie.value,"onUpdate:modelValue":Et[0]||(Et[0]=xr=>ie.value=xr),placeholder:"请选择",size:"small",onChange:de},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(re,xr=>createVNode(Ve,{key:xr.value,label:xr.label,value:xr.value},null,8,["label","value"])),64))]),_:1},8,["modelValue"]),createVNode(tr,{drag:"",multiple:"",action:"",headers:{"Content-Type":"multipart/form-data"},"show-file-list":!1,accept:".jpg, .jpeg, .png, .gif",name:"file","before-upload":Fe,"http-request":Ue},{default:withCtx(()=>[createVNode(jt,{class:"el-icon--upload"},{default:withCtx(()=>[createVNode(unref(upload_filled_default))]),_:1}),_hoisted_1$3]),_:1})]),_:1}),createVNode(rr,{class:"github-panel",label:"GitHub 图床",name:"github"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:k.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"GitHub 仓库",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:k.value.repo,"onUpdate:modelValue":Et[1]||(Et[1]=xr=>k.value.repo=xr),modelModifiers:{trim:!0},placeholder:"如:github.com/yanglbme/resource"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"分支"},{default:withCtx(()=>[createVNode(ar,{modelValue:k.value.branch,"onUpdate:modelValue":Et[2]||(Et[2]=xr=>k.value.branch=xr),modelModifiers:{trim:!0},placeholder:"如:release,可不填,默认 master"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Token",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:k.value.accessToken,"onUpdate:modelValue":Et[3]||(Et[3]=xr=>k.value.accessToken=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:cc1d0c1426d0fd0902bd2d7184b14da61b8abc46"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何获取 GitHub Token? ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:pe},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"阿里云 OSS",name:"aliOSS"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:L.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"AccessKey ID",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.accessKeyId,"onUpdate:modelValue":Et[4]||(Et[4]=xr=>L.value.accessKeyId=xr),modelModifiers:{trim:!0},placeholder:"如:LTAI4GdoocsmdoxUf13ylbaNHk"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"AccessKey Secret",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.accessKeySecret,"onUpdate:modelValue":Et[5]||(Et[5]=xr=>L.value.accessKeySecret=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:cc1d0c142doocs0902bd2d7md4b14da6ylbabc46"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.bucket,"onUpdate:modelValue":Et[6]||(Et[6]=xr=>L.value.bucket=xr),modelModifiers:{trim:!0},placeholder:"如:doocs"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.region,"onUpdate:modelValue":Et[7]||(Et[7]=xr=>L.value.region=xr),modelModifiers:{trim:!0},placeholder:"如:oss-cn-shenzhen"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.cdnHost,"onUpdate:modelValue":Et[8]||(Et[8]=xr=>L.value.cdnHost=xr),modelModifiers:{trim:!0},placeholder:"如:https://imagecdn.alidaodao.com,可不填"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储路径"},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.path,"onUpdate:modelValue":Et[9]||(Et[9]=xr=>L.value.path=xr),modelModifiers:{trim:!0},placeholder:"如:img,可不填,默认为根目录"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://help.aliyun.com/document_detail/31883.html",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用阿里云 OSS? ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:Ie},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"腾讯云 COS",name:"txCOS"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:$.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"SecretId",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.secretId,"onUpdate:modelValue":Et[10]||(Et[10]=xr=>$.value.secretId=xr),modelModifiers:{trim:!0},placeholder:"如:AKIDnQp1w3DOOCSs8F5MDp9tdoocsmdUPonW3"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.secretKey,"onUpdate:modelValue":Et[11]||(Et[11]=xr=>$.value.secretKey=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:ukLmdtEJ9271f3DOocsMDsCXdS3YlbW0"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.bucket,"onUpdate:modelValue":Et[12]||(Et[12]=xr=>$.value.bucket=xr),modelModifiers:{trim:!0},placeholder:"如:doocs-3212520134"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.region,"onUpdate:modelValue":Et[13]||(Et[13]=xr=>$.value.region=xr),modelModifiers:{trim:!0},placeholder:"如:ap-guangzhou"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.cdnHost,"onUpdate:modelValue":Et[14]||(Et[14]=xr=>$.value.cdnHost=xr),modelModifiers:{trim:!0},placeholder:"如:https://imagecdn.alidaodao.com,可不填"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储路径"},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.path,"onUpdate:modelValue":Et[15]||(Et[15]=xr=>$.value.path=xr),modelModifiers:{trim:!0},placeholder:"如:img,可不填,默认根目录"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://cloud.tencent.com/document/product/436/38484",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用腾讯云 COS? ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:Ce},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"七牛云 Kodo",name:"qiniu"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:j.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.accessKey,"onUpdate:modelValue":Et[16]||(Et[16]=xr=>j.value.accessKey=xr),modelModifiers:{trim:!0},placeholder:"如:6DD3VaLJ_SQgOdoocsyTV_YWaDmdnL2n8EGx7kG"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.secretKey,"onUpdate:modelValue":Et[17]||(Et[17]=xr=>j.value.secretKey=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如:qgZa5qrvDOOcsmdKStD1oCjZ9nB7MDvJUs_34SIm"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.bucket,"onUpdate:modelValue":Et[18]||(Et[18]=xr=>j.value.bucket=xr),modelModifiers:{trim:!0},placeholder:"如:md"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket 对应域名",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.domain,"onUpdate:modelValue":Et[19]||(Et[19]=xr=>j.value.domain=xr),modelModifiers:{trim:!0},placeholder:"如:https://images.123ylb.cn"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储区域",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.region,"onUpdate:modelValue":Et[20]||(Et[20]=xr=>j.value.region=xr),modelModifiers:{trim:!0},placeholder:"如:z2"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储路径",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.path,"onUpdate:modelValue":Et[21]||(Et[21]=xr=>j.value.path=xr),modelModifiers:{trim:!0},placeholder:"如:img,可不填,默认为根目录"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://developer.qiniu.com/kodo",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用七牛云 Kodo? ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:he},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"MinIO",name:"minio"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:V.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"Endpoint",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:V.value.endpoint,"onUpdate:modelValue":Et[22]||(Et[22]=xr=>V.value.endpoint=xr),modelModifiers:{trim:!0},placeholder:"如:play.min.io"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Port",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:V.value.port,"onUpdate:modelValue":Et[23]||(Et[23]=xr=>V.value.port=xr),modelModifiers:{trim:!0},type:"number",placeholder:"如:9000,可不填,http 默认为 80,https 默认为 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(_r,{class:"setting-form",model:z.value,"label-position":"right"},{default:withCtx(()=>[createVNode(nr,{label:"",required:!0},{default:withCtx(()=>[createVNode(ar,{ref_key:"formCustomElInput",ref:oe,modelValue:z.value.code,"onUpdate:modelValue":Et[28]||(Et[28]=xr=>z.value.code=xr),class:"formCustomElInput",type:"textarea",resize:"none",placeholder:"Your custom code here."},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://github.com/doocs/md#自定义上传逻辑",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 参数详情? ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:Ne},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["model-value"])}}},UploadImgDialog=_export_sfc(_sfc_main$4,[["__scopeId","data-v-7a636709"]]),_withScopeId$1=e=>(pushScopeId("data-v-ea123234"),e=e(),popScopeId(),e),_hoisted_1$2=_withScopeId$1(()=>createBaseVNode("textarea",{id:"cssEditor",type:"textarea",placeholder:"Your custom css here."},null,-1)),_sfc_main$3={__name:"CssEditor",setup(e){const t=useStore();function y(n,k){if(k==="add")ElMessageBox.prompt("请输入方案名称","新建自定义 CSS",{confirmButtonText:"确认",cancelButtonText:"取消",inputErrorMessage:"不能与现有方案重名",inputValidator:t.validatorTabName}).then(({value:L})=>{t.addCssContentTab(L),ElMessage.success("新建成功~")});else if(k==="remove"){const L=t.cssContentConfig.tabs;let $=t.cssContentConfig.active;$===n&&L.forEach((j,V)=>{if(j.name===n){const z=L[V+1]||L[V-1];z&&($=z.name)}}),t.cssContentConfig.active=$,t.cssContentConfig.tabs=L.filter(j=>j.name!==n)}}return(n,k)=>{const L=resolveComponent("el-tab-pane"),$=resolveComponent("el-tabs"),j=resolveComponent("el-col");return openBlock(),createBlock(Transition,{"enter-active-class":"bounceInRight"},{default:withCtx(()=>[withDirectives(createVNode(j,{span:8,class:"cssEditor-wrapper order-1 h-full flex flex-col"},{default:withCtx(()=>[createVNode($,{modelValue:unref(t).cssContentConfig.active,"onUpdate:modelValue":k[0]||(k[0]=V=>unref(t).cssContentConfig.active=V),type:"card",editable:"",onEdit:y,onTabChange:unref(t).tabChanged},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(t).cssContentConfig.tabs,V=>(openBlock(),createBlock(L,{key:V.name,label:V.title,name:V.name},null,8,["label","name"]))),128))]),_:1},8,["modelValue","onTabChange"]),_hoisted_1$2]),_:1},512),[[vShow,unref(t).isShowCssEditor]])]),_:1})}}},CssEditor=_export_sfc(_sfc_main$3,[["__scopeId","data-v-ea123234"]]),_hoisted_1$1={key:0,class:"loading"},_sfc_main$2={__name:"RunLoading",setup(e){const t=ref$1(!0);return onMounted(()=>{setTimeout(()=>{t.value=!1},100)}),(y,n)=>{const k=resolveComponent("el-text");return openBlock(),createBlock(Transition,{name:"fade"},{default:withCtx(()=>[t.value?(openBlock(),createElementBlock("div",_hoisted_1$1,[createVNode(k,{size:"large",tag:"strong"},{default:withCtx(()=>[createTextVNode(" 致力于让 Markdown 编辑更简单 ")]),_:1})])):createCommentVNode("",!0)]),_:1})}}},RunLoading=_export_sfc(_sfc_main$2,[["__scopeId","data-v-a2ee95f5"]]);(function(e,t){(function(y){y(requireCodemirror())})(function(y){y.defineMode("javascript",function(n,k){var L=n.indentUnit,$=k.statementIndent,j=k.jsonld,V=k.json||j,z=k.trackScope!==!1,re=k.typescript,ie=k.wordCharacters||/[\w$\xa1-\uffff]/,oe=function(){function In(od){return{type:od,style:"keyword"}}var rs=In("keyword a"),Vl=In("keyword b"),Eu=In("keyword c"),ml=In("keyword d"),Uu=In("operator"),Ac={type:"atom",style:"atom"};return{if:In("if"),while:rs,with:rs,else:Vl,do:Vl,try:Vl,finally:Vl,return:ml,break:ml,continue:ml,new:In("new"),delete:Eu,void:Eu,throw:Eu,debugger:In("debugger"),var:In("var"),const:In("var"),let:In("var"),function:In("function"),catch:In("catch"),for:In("for"),switch:In("switch"),case:In("case"),default:In("default"),in:Uu,typeof:Uu,instanceof:Uu,true:Ac,false:Ac,null:Ac,undefined:Ac,NaN:Ac,Infinity:Ac,this:In("this"),class:In("class"),super:In("atom"),yield:Eu,export:In("export"),import:In("import"),extends:Eu,await:Eu}}(),ue=/[+\-*&%=<>!?|~^@]/,de=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function pe(In){for(var rs=!1,Vl,Eu=!1;(Vl=In.next())!=null;){if(!rs){if(Vl=="/"&&!Eu)return;Vl=="["?Eu=!0:Eu&&Vl=="]"&&(Eu=!1)}rs=!rs&&Vl=="\\"}}var Ie,_e;function Ce(In,rs,Vl){return Ie=In,_e=Vl,rs}function he(In,rs){var Vl=In.next();if(Vl=='"'||Vl=="'")return rs.tokenize=Ne(Vl),rs.tokenize(In,rs);if(Vl=="."&&In.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return Ce("number","number");if(Vl=="."&&In.match(".."))return Ce("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(Vl))return Ce(Vl);if(Vl=="="&&In.eat(">"))return Ce("=>","operator");if(Vl=="0"&&In.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return Ce("number","number");if(/\d/.test(Vl))return In.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),Ce("number","number");if(Vl=="/")return In.eat("*")?(rs.tokenize=Fe,Fe(In,rs)):In.eat("/")?(In.skipToEnd(),Ce("comment","comment")):Ku(In,rs,1)?(pe(In),In.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),Ce("regexp","string-2")):(In.eat("="),Ce("operator","operator",In.current()));if(Vl=="`")return rs.tokenize=Ue,Ue(In,rs);if(Vl=="#"&&In.peek()=="!")return In.skipToEnd(),Ce("meta","meta");if(Vl=="#"&&In.eatWhile(ie))return Ce("variable","property");if(Vl=="<"&&In.match("!--")||Vl=="-"&&In.match("->")&&!/\S/.test(In.string.slice(0,In.start)))return In.skipToEnd(),Ce("comment","comment");if(ue.test(Vl))return(Vl!=">"||!rs.lexical||rs.lexical.type!=">")&&(In.eat("=")?(Vl=="!"||Vl=="=")&&In.eat("="):/[<>*+\-|&?]/.test(Vl)&&(In.eat(Vl),Vl==">"&&In.eat(Vl))),Vl=="?"&&In.eat(".")?Ce("."):Ce("operator","operator",In.current());if(ie.test(Vl)){In.eatWhile(ie);var Eu=In.current();if(rs.lastType!="."){if(oe.propertyIsEnumerable(Eu)){var ml=oe[Eu];return Ce(ml.type,ml.style,Eu)}if(Eu=="async"&&In.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return Ce("async","keyword",Eu)}return Ce("variable","variable",Eu)}}function Ne(In){return function(rs,Vl){var Eu=!1,ml;if(j&&rs.peek()=="@"&&rs.match(de))return Vl.tokenize=he,Ce("jsonld-keyword","meta");for(;(ml=rs.next())!=null&&!(ml==In&&!Eu);)Eu=!Eu&&ml=="\\";return Eu||(Vl.tokenize=he),Ce("string","string")}}function Fe(In,rs){for(var Vl=!1,Eu;Eu=In.next();){if(Eu=="/"&&Vl){rs.tokenize=he;break}Vl=Eu=="*"}return Ce("comment","comment")}function Ue(In,rs){for(var Vl=!1,Eu;(Eu=In.next())!=null;){if(!Vl&&(Eu=="`"||Eu=="$"&&In.eat("{"))){rs.tokenize=he;break}Vl=!Vl&&Eu=="\\"}return Ce("quasi","string-2",In.current())}var kt="([{}])";function Et(In,rs){rs.fatArrowAt&&(rs.fatArrowAt=null);var Vl=In.string.indexOf("=>",In.start);if(!(Vl<0)){if(re){var Eu=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(In.string.slice(In.start,Vl));Eu&&(Vl=Eu.index)}for(var ml=0,Uu=!1,Ac=Vl-1;Ac>=0;--Ac){var od=In.string.charAt(Ac),ld=kt.indexOf(od);if(ld>=0&&ld<3){if(!ml){++Ac;break}if(--ml==0){od=="("&&(Uu=!0);break}}else if(ld>=3&&ld<6)++ml;else if(ie.test(od))Uu=!0;else if(/["'\/`]/.test(od))for(;;--Ac){if(Ac==0)return;var gp=In.string.charAt(Ac-1);if(gp==od&&In.string.charAt(Ac-2)!="\\"){Ac--;break}}else if(Uu&&!ml){++Ac;break}}Uu&&!ml&&(rs.fatArrowAt=Ac)}}var Ve={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function qe(In,rs,Vl,Eu,ml,Uu){this.indented=In,this.column=rs,this.type=Vl,this.prev=ml,this.info=Uu,Eu!=null&&(this.align=Eu)}function jt(In,rs){if(!z)return!1;for(var Vl=In.localVars;Vl;Vl=Vl.next)if(Vl.name==rs)return!0;for(var Eu=In.context;Eu;Eu=Eu.prev)for(var Vl=Eu.vars;Vl;Vl=Vl.next)if(Vl.name==rs)return!0}function tr(In,rs,Vl,Eu,ml){var Uu=In.cc;for(rr.state=In,rr.stream=ml,rr.marked=null,rr.cc=Uu,rr.style=rs,In.lexical.hasOwnProperty("align")||(In.lexical.align=!0);;){var Ac=Uu.length?Uu.pop():V?Ur:jr;if(Ac(Vl,Eu)){for(;Uu.length&&Uu[Uu.length-1].lex;)Uu.pop()();return rr.marked?rr.marked:Vl=="variable"&&jt(In,Eu)?"variable-2":rs}}}var rr={state:null,column:null,marked:null,cc:null};function ar(){for(var In=arguments.length-1;In>=0;In--)rr.cc.push(arguments[In])}function nr(){return ar.apply(null,arguments),!0}function ur(In,rs){for(var Vl=rs;Vl;Vl=Vl.next)if(Vl.name==In)return!0;return!1}function cr(In){var rs=rr.state;if(rr.marked="def",!!z){if(rs.context){if(rs.lexical.info=="var"&&rs.context&&rs.context.block){var Vl=_r(In,rs.context);if(Vl!=null){rs.context=Vl;return}}else if(!ur(In,rs.localVars)){rs.localVars=new kr(In,rs.localVars);return}}k.globalVars&&!ur(In,rs.globalVars)&&(rs.globalVars=new kr(In,rs.globalVars))}}function _r(In,rs){if(rs)if(rs.block){var Vl=_r(In,rs.prev);return Vl?Vl==rs.prev?rs:new Er(Vl,rs.vars,!0):null}else return ur(In,rs.vars)?rs:new Er(rs.prev,new kr(In,rs.vars),!1);else return null}function hr(In){return In=="public"||In=="private"||In=="protected"||In=="abstract"||In=="readonly"}function Er(In,rs,Vl){this.prev=In,this.vars=rs,this.block=Vl}function kr(In,rs){this.name=In,this.next=rs}var xr=new kr("this",new kr("arguments",null));function yr(){rr.state.context=new Er(rr.state.context,rr.state.localVars,!1),rr.state.localVars=xr}function vr(){rr.state.context=new Er(rr.state.context,rr.state.localVars,!0),rr.state.localVars=null}yr.lex=vr.lex=!0;function Rr(){rr.state.localVars=rr.state.context.vars,rr.state.context=rr.state.context.prev}Rr.lex=!0;function Br(In,rs){var Vl=function(){var Eu=rr.state,ml=Eu.indented;if(Eu.lexical.type=="stat")ml=Eu.lexical.indented;else for(var Uu=Eu.lexical;Uu&&Uu.type==")"&&Uu.align;Uu=Uu.prev)ml=Uu.indented;Eu.lexical=new qe(ml,rr.stream.column(),In,null,Eu.lexical,rs)};return Vl.lex=!0,Vl}function mr(){var In=rr.state;In.lexical.prev&&(In.lexical.type==")"&&(In.indented=In.lexical.indented),In.lexical=In.lexical.prev)}mr.lex=!0;function gr(In){function rs(Vl){return Vl==In?nr():In==";"||Vl=="}"||Vl==")"||Vl=="]"?ar():nr(rs)}return rs}function jr(In,rs){return In=="var"?nr(Br("vardef",rs),ju,gr(";"),mr):In=="keyword a"?nr(Br("form"),Sr,jr,mr):In=="keyword b"?nr(Br("form"),jr,mr):In=="keyword d"?rr.stream.match(/^\s*$/,!1)?nr():nr(Br("stat"),Mr,gr(";"),mr):In=="debugger"?nr(gr(";")):In=="{"?nr(Br("}"),vr,Ar,mr,Rr):In==";"?nr():In=="if"?(rr.state.lexical.info=="else"&&rr.state.cc[rr.state.cc.length-1]==mr&&rr.state.cc.pop()(),nr(Br("form"),Sr,jr,mr,ps)):In=="function"?nr(Lr):In=="for"?nr(Br("form"),vr,Ds,jr,Rr,mr):In=="class"||re&&rs=="interface"?(rr.marked="keyword",nr(Br("form",In=="class"?In:rs),Wi,mr)):In=="variable"?re&&rs=="declare"?(rr.marked="keyword",nr(jr)):re&&(rs=="module"||rs=="enum"||rs=="type")&&rr.stream.match(/^\s*\w/,!1)?(rr.marked="keyword",rs=="enum"?nr(Ul):rs=="type"?nr(hn,gr("operator"),qa,gr(";")):nr(Br("form"),Lu,gr("{"),Br("}"),Ar,mr,mr)):re&&rs=="namespace"?(rr.marked="keyword",nr(Br("form"),Ur,jr,mr)):re&&rs=="abstract"?(rr.marked="keyword",nr(jr)):nr(Br("stat"),ca):In=="switch"?nr(Br("form"),Sr,gr("{"),Br("}","switch"),vr,Ar,mr,mr,Rr):In=="case"?nr(Ur,gr(":")):In=="default"?nr(gr(":")):In=="catch"?nr(Br("form"),yr,Hr,jr,mr,Rr):In=="export"?nr(Br("stat"),Eo,mr):In=="import"?nr(Br("stat"),hs,mr):In=="async"?nr(jr):rs=="@"?nr(Ur,jr):ar(Br("stat"),Ur,gr(";"),mr)}function Hr(In){if(In=="(")return nr(Ln,gr(")"))}function Ur(In,rs){return Tr(In,rs,!1)}function zr(In,rs){return Tr(In,rs,!0)}function Sr(In){return In!="("?ar():nr(Br(")"),Mr,gr(")"),mr)}function Tr(In,rs,Vl){if(rr.state.fatArrowAt==rr.stream.start){var Eu=Vl?Wr:Kr;if(In=="(")return nr(yr,Br(")"),Kn(Ln,")"),mr,gr("=>"),Eu,Rr);if(In=="variable")return ar(yr,Lu,gr("=>"),Eu,Rr)}var ml=Vl?Cr:br;return Ve.hasOwnProperty(In)?nr(ml):In=="function"?nr(Lr,ml):In=="class"||re&&rs=="interface"?(rr.marked="keyword",nr(Br("form"),Vi,mr)):In=="keyword c"||In=="async"?nr(Vl?zr:Ur):In=="("?nr(Br(")"),Mr,gr(")"),mr,ml):In=="operator"||In=="spread"?nr(Vl?zr:Ur):In=="["?nr(Br("]"),vu,mr,ml):In=="{"?Gr(Wa,"}",null,ml):In=="quasi"?ar(Ir,ml):In=="new"?nr(Nr(Vl)):nr()}function Mr(In){return In.match(/[;\}\)\],]/)?ar():ar(Ur)}function br(In,rs){return In==","?nr(Mr):Cr(In,rs,!1)}function Cr(In,rs,Vl){var Eu=Vl==!1?br:Cr,ml=Vl==!1?Ur:zr;if(In=="=>")return nr(yr,Vl?Wr:Kr,Rr);if(In=="operator")return/\+\+|--/.test(rs)||re&&rs=="!"?nr(Eu):re&&rs=="<"&&rr.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?nr(Br(">"),Kn(qa,">"),mr,Eu):rs=="?"?nr(Ur,gr(":"),ml):nr(ml);if(In=="quasi")return ar(Ir,Eu);if(In!=";"){if(In=="(")return Gr(zr,")","call",Eu);if(In==".")return nr(Po,Eu);if(In=="[")return nr(Br("]"),Mr,gr("]"),mr,Eu);if(re&&rs=="as")return rr.marked="keyword",nr(qa,Eu);if(In=="regexp")return rr.state.lastType=rr.marked="operator",rr.stream.backUp(rr.stream.pos-rr.stream.start-1),nr(ml)}}function Ir(In,rs){return In!="quasi"?ar():rs.slice(rs.length-2)!="${"?nr(Ir):nr(Mr,Dr)}function Dr(In){if(In=="}")return rr.marked="string-2",rr.state.tokenize=Ue,nr(Ir)}function Kr(In){return Et(rr.stream,rr.state),ar(In=="{"?jr:Ur)}function Wr(In){return Et(rr.stream,rr.state),ar(In=="{"?jr:zr)}function Nr(In){return function(rs){return rs=="."?nr(In?Qr:Fr):rs=="variable"&&re?nr(Bl,In?Cr:br):ar(In?zr:Ur)}}function Fr(In,rs){if(rs=="target")return rr.marked="keyword",nr(br)}function Qr(In,rs){if(rs=="target")return rr.marked="keyword",nr(Cr)}function ca(In){return In==":"?nr(mr,jr):ar(br,gr(";"),mr)}function Po(In){if(In=="variable")return rr.marked="property",nr()}function Wa(In,rs){if(In=="async")return rr.marked="property",nr(Wa);if(In=="variable"||rr.style=="keyword"){if(rr.marked="property",rs=="get"||rs=="set")return nr(Go);var Vl;return re&&rr.state.fatArrowAt==rr.stream.start&&(Vl=rr.stream.match(/^\s*:\s*/,!1))&&(rr.state.fatArrowAt=rr.stream.pos+Vl[0].length),nr(us)}else{if(In=="number"||In=="string")return rr.marked=j?"property":rr.style+" property",nr(us);if(In=="jsonld-keyword")return nr(us);if(re&&hr(rs))return rr.marked="keyword",nr(Wa);if(In=="[")return nr(Ur,On,gr("]"),us);if(In=="spread")return nr(zr,us);if(rs=="*")return rr.marked="keyword",nr(Wa);if(In==":")return ar(us)}}function Go(In){return In!="variable"?ar(us):(rr.marked="property",nr(Lr))}function us(In){if(In==":")return nr(zr);if(In=="(")return ar(Lr)}function Kn(In,rs,Vl){function Eu(ml,Uu){if(Vl?Vl.indexOf(ml)>-1:ml==","){var Ac=rr.state.lexical;return Ac.info=="call"&&(Ac.pos=(Ac.pos||0)+1),nr(function(od,ld){return od==rs||ld==rs?ar():ar(In)},Eu)}return ml==rs||Uu==rs?nr():Vl&&Vl.indexOf(";")>-1?ar(In):nr(gr(rs))}return function(ml,Uu){return ml==rs||Uu==rs?nr():ar(In,Eu)}}function Gr(In,rs,Vl){for(var Eu=3;Eu"),qa);if(In=="quasi")return ar(Ma,vl)}function To(In){if(In=="=>")return nr(qa)}function Hi(In){return In.match(/[\}\)\]]/)?nr():In==","||In==";"?nr(Hi):ar(na,Hi)}function na(In,rs){if(In=="variable"||rr.style=="keyword")return rr.marked="property",nr(na);if(rs=="?"||In=="number"||In=="string")return nr(na);if(In==":")return nr(qa);if(In=="[")return nr(gr("variable"),kn,gr("]"),na);if(In=="(")return ar(Zn,na);if(!In.match(/[;\}\)\],]/))return nr()}function Ma(In,rs){return In!="quasi"?ar():rs.slice(rs.length-2)!="${"?nr(Ma):nr(qa,Ns)}function Ns(In){if(In=="}")return rr.marked="string-2",rr.state.tokenize=Ue,nr(Ma)}function cs(In,rs){return In=="variable"&&rr.stream.match(/^\s*[?:]/,!1)||rs=="?"?nr(cs):In==":"?nr(qa):In=="spread"?nr(cs):ar(qa)}function vl(In,rs){if(rs=="<")return nr(Br(">"),Kn(qa,">"),mr,vl);if(rs=="|"||In=="."||rs=="&")return nr(qa);if(In=="[")return nr(qa,gr("]"),vl);if(rs=="extends"||rs=="implements")return rr.marked="keyword",nr(qa);if(rs=="?")return nr(qa,gr(":"),qa)}function Bl(In,rs){if(rs=="<")return nr(Br(">"),Kn(qa,">"),mr,vl)}function Au(){return ar(qa,xs)}function xs(In,rs){if(rs=="=")return nr(qa)}function ju(In,rs){return rs=="enum"?(rr.marked="keyword",nr(Ul)):ar(Lu,On,gc,Wl)}function Lu(In,rs){if(re&&hr(rs))return rr.marked="keyword",nr(Lu);if(In=="variable")return cr(rs),nr();if(In=="spread")return nr(Lu);if(In=="[")return Gr(Nc,"]");if(In=="{")return Gr(Pc,"}")}function Pc(In,rs){return In=="variable"&&!rr.stream.match(/^\s*:/,!1)?(cr(rs),nr(gc)):(In=="variable"&&(rr.marked="property"),In=="spread"?nr(Lu):In=="}"?ar():In=="["?nr(Ur,gr("]"),gr(":"),Pc):nr(gr(":"),Lu,gc))}function Nc(){return ar(Lu,gc)}function gc(In,rs){if(rs=="=")return nr(zr)}function Wl(In){if(In==",")return nr(ju)}function ps(In,rs){if(In=="keyword b"&&rs=="else")return nr(Br("form","else"),jr,mr)}function Ds(In,rs){if(rs=="await")return nr(Ds);if(In=="(")return nr(Br(")"),Us,mr)}function Us(In){return In=="var"?nr(ju,Vs):In=="variable"?nr(Vs):ar(Vs)}function Vs(In,rs){return In==")"?nr():In==";"?nr(Vs):rs=="in"||rs=="of"?(rr.marked="keyword",nr(Ur,Vs)):ar(Ur,Vs)}function Lr(In,rs){if(rs=="*")return rr.marked="keyword",nr(Lr);if(In=="variable")return cr(rs),nr(Lr);if(In=="(")return nr(yr,Br(")"),Kn(Ln,")"),mr,Sa,jr,Rr);if(re&&rs=="<")return nr(Br(">"),Kn(Au,">"),mr,Lr)}function Zn(In,rs){if(rs=="*")return rr.marked="keyword",nr(Zn);if(In=="variable")return cr(rs),nr(Zn);if(In=="(")return nr(yr,Br(")"),Kn(Ln,")"),mr,Sa,Rr);if(re&&rs=="<")return nr(Br(">"),Kn(Au,">"),mr,Zn)}function hn(In,rs){if(In=="keyword"||In=="variable")return rr.marked="type",nr(hn);if(rs=="<")return nr(Br(">"),Kn(Au,">"),mr)}function Ln(In,rs){return rs=="@"&&nr(Ur,Ln),In=="spread"?nr(Ln):re&&hr(rs)?(rr.marked="keyword",nr(Ln)):re&&In=="this"?nr(On,gc):ar(Lu,On,gc)}function Vi(In,rs){return In=="variable"?Wi(In,rs):pa(In,rs)}function Wi(In,rs){if(In=="variable")return cr(rs),nr(pa)}function pa(In,rs){if(rs=="<")return nr(Br(">"),Kn(Au,">"),mr,pa);if(rs=="extends"||rs=="implements"||re&&In==",")return rs=="implements"&&(rr.marked="keyword"),nr(re?qa:Ur,pa);if(In=="{")return nr(Br("}"),Ki,mr)}function Ki(In,rs){if(In=="async"||In=="variable"&&(rs=="static"||rs=="get"||rs=="set"||re&&hr(rs))&&rr.stream.match(/^\s+#?[\w$\xa1-\uffff]/,!1))return rr.marked="keyword",nr(Ki);if(In=="variable"||rr.style=="keyword")return rr.marked="property",nr(Yo,Ki);if(In=="number"||In=="string")return nr(Yo,Ki);if(In=="[")return nr(Ur,On,gr("]"),Yo,Ki);if(rs=="*")return rr.marked="keyword",nr(Ki);if(re&&In=="(")return ar(Zn,Ki);if(In==";"||In==",")return nr(Ki);if(In=="}")return nr();if(rs=="@")return nr(Ur,Ki)}function Yo(In,rs){if(rs=="!"||rs=="?")return nr(Yo);if(In==":")return nr(qa,gc);if(rs=="=")return nr(zr);var Vl=rr.state.lexical.prev,Eu=Vl&&Vl.info=="interface";return ar(Eu?Zn:Lr)}function Eo(In,rs){return rs=="*"?(rr.marked="keyword",nr(ko,gr(";"))):rs=="default"?(rr.marked="keyword",nr(Ur,gr(";"))):In=="{"?nr(Kn(Fo,"}"),ko,gr(";")):ar(jr)}function Fo(In,rs){if(rs=="as")return rr.marked="keyword",nr(gr("variable"));if(In=="variable")return ar(zr,Fo)}function hs(In){return In=="string"?nr():In=="("?ar(Ur):In=="."?ar(br):ar(An,Uo,ko)}function An(In,rs){return In=="{"?Gr(An,"}"):(In=="variable"&&cr(rs),rs=="*"&&(rr.marked="keyword"),nr(cu))}function Uo(In){if(In==",")return nr(An,Uo)}function cu(In,rs){if(rs=="as")return rr.marked="keyword",nr(An)}function ko(In,rs){if(rs=="from")return rr.marked="keyword",nr(Ur)}function vu(In){return In=="]"?nr():ar(Kn(zr,"]"))}function Ul(){return ar(Br("form"),Lu,gr("{"),Br("}"),Kn(tc,"}"),mr,mr)}function tc(){return ar(Lu,gc)}function Fu(In,rs){return In.lastType=="operator"||In.lastType==","||ue.test(rs.charAt(0))||/[,.]/.test(rs.charAt(0))}function Ku(In,rs,Vl){return rs.tokenize==he&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(rs.lastType)||rs.lastType=="quasi"&&/\{\s*$/.test(In.string.slice(0,In.pos-(Vl||0)))}return{startState:function(In){var rs={tokenize:he,lastType:"sof",cc:[],lexical:new qe((In||0)-L,0,"block",!1),localVars:k.localVars,context:k.localVars&&new Er(null,null,!1),indented:In||0};return k.globalVars&&typeof k.globalVars=="object"&&(rs.globalVars=k.globalVars),rs},token:function(In,rs){if(In.sol()&&(rs.lexical.hasOwnProperty("align")||(rs.lexical.align=!1),rs.indented=In.indentation(),Et(In,rs)),rs.tokenize!=Fe&&In.eatSpace())return null;var Vl=rs.tokenize(In,rs);return Ie=="comment"?Vl:(rs.lastType=Ie=="operator"&&(_e=="++"||_e=="--")?"incdec":Ie,tr(rs,Vl,Ie,_e,In))},indent:function(In,rs){if(In.tokenize==Fe||In.tokenize==Ue)return y.Pass;if(In.tokenize!=he)return 0;var Vl=rs&&rs.charAt(0),Eu=In.lexical,ml;if(!/^\s*else\b/.test(rs))for(var Uu=In.cc.length-1;Uu>=0;--Uu){var Ac=In.cc[Uu];if(Ac==mr)Eu=Eu.prev;else if(Ac!=ps&&Ac!=Rr)break}for(;(Eu.type=="stat"||Eu.type=="form")&&(Vl=="}"||(ml=In.cc[In.cc.length-1])&&(ml==br||ml==Cr)&&!/^[,\.=+\-*:?[\(]/.test(rs));)Eu=Eu.prev;$&&Eu.type==")"&&Eu.prev.type=="stat"&&(Eu=Eu.prev);var od=Eu.type,ld=Vl==od;return od=="vardef"?Eu.indented+(In.lastType=="operator"||In.lastType==","?Eu.info.length+1:0):od=="form"&&Vl=="{"?Eu.indented:od=="form"?Eu.indented+L:od=="stat"?Eu.indented+(Fu(In,rs)?$||L:0):Eu.info=="switch"&&!ld&&k.doubleIndentSwitch!=!1?Eu.indented+(/^(?:case|default)\b/.test(rs)?L:2*L):Eu.align?Eu.column+(ld?0:1):Eu.indented+(ld?0:L)},electricInput:/^\s*(?:case .*?:|default:|\{|\})$/,blockCommentStart:V?null:"/*",blockCommentEnd:V?null:"*/",blockCommentContinue:V?null:" * ",lineComment:V?null:"//",fold:"brace",closeBrackets:"()[]{}''\"\"``",helperType:V?"json":"javascript",jsonldMode:j,jsonMode:V,expressionAllowed:Ku,skipExpression:function(In){tr(In,"atom","atom","true",new y.StringStream("",2,null))}}}),y.registerHelper("wordChars","javascript",/[\w$]/),y.defineMIME("text/javascript","javascript"),y.defineMIME("text/ecmascript","javascript"),y.defineMIME("application/javascript","javascript"),y.defineMIME("application/x-javascript","javascript"),y.defineMIME("application/ecmascript","javascript"),y.defineMIME("application/json",{name:"javascript",json:!0}),y.defineMIME("application/x-json",{name:"javascript",json:!0}),y.defineMIME("application/manifest+json",{name:"javascript",json:!0}),y.defineMIME("application/ld+json",{name:"javascript",jsonld:!0}),y.defineMIME("text/typescript",{name:"javascript",typescript:!0}),y.defineMIME("application/typescript",{name:"javascript",typescript:!0})})})();const _withScopeId=e=>(pushScopeId("data-v-459879b3"),e=e(),popScopeId(),e),_hoisted_1=_withScopeId(()=>createBaseVNode("textarea",{id:"editor",type:"textarea",placeholder:"Your markdown text here."},null,-1)),_hoisted_2={class:"preview"},_hoisted_3=["innerHTML"],_hoisted_4={key:0,class:"loading-mask"},_hoisted_5=_withScopeId(()=>createBaseVNode("div",{class:"loading-mask-box"},[createBaseVNode("div",{class:"loading__img"}),createBaseVNode("span",null,"正在生成")],-1)),_hoisted_6=[_hoisted_5],_sfc_main$1={__name:"CodemirrorEditor",setup(e){const y=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",n=useStore(),{output:k,editor:L,editorContent:$,isShowCssEditor:j}=storeToRefs(n),{editorRefresh:V,exportEditorContent2HTML:z,exportEditorContent2MD:re,formatContent:ie,importMarkdownContent:oe,resetStyleConfirm:ue,toggleShowInsertFormDialog:de,toggleShowUploadImgDialog:pe}=n,Ie=ref$1(!1),_e=ref$1(0),Ce=ref$1(0),he=ref$1(0),Ne=ref$1(!1),Fe=ref$1(null);function Ue(){const yr=Br=>{let mr,gr;clearTimeout(_e.value),Br==="preview"?(mr=Fe.value.$el,gr=document.querySelector(".CodeMirror-scroll"),L.value.off("scroll",vr),_e.value=setTimeout(()=>{L.value.on("scroll",vr)},300)):Br==="editor"&&(mr=document.querySelector(".CodeMirror-scroll"),gr=Fe.value.$el,gr.removeEventListener("scroll",Rr,!1),_e.value=setTimeout(()=>{gr.addEventListener("scroll",Rr,!1)},300));const Hr=mr.scrollTop/(mr.scrollHeight-mr.offsetHeight)*(gr.scrollHeight-gr.offsetHeight);gr.scrollTo(0,Hr)};function vr(){yr("editor")}function Rr(){yr("preview")}Fe.value.$el.addEventListener("scroll",Rr,!1),L.value.on("scroll",vr)}onMounted(()=>{setTimeout(()=>{Ue()},300)});function kt(){V()}const Et=ref$1(!1),Ve=ref$1(!1);function qe(){Ve.value=!0,Et.value=!0}function jt(){Et.value=!1,setTimeout(()=>{Ve.value=!1},800)}function tr(yr){switch(yr){case"insertPic":pe();break;case"insertTable":de();break;case"resetStyle":ue();break;case"importMarkdown":oe();break;case"exportMarkdown":re();break;case"exportHtml":z();break;case"formatMarkdown":ie();break}}function rr(yr){const vr=checkImage(yr);if(!vr.ok)return ElMessage.error(vr.msg),!1;const Rr=localStorage.getItem("imgHost")||"default";localStorage.setItem("imgHost",Rr);const Br=localStorage.getItem(`${Rr}Config`);return Rr==="default"||Br?!0:(ElMessage.error(`请先配置 ${Rr} 图床参数`),!1)}function ar(yr){if(console.log("图片上传之后: ",yr),!yr){ElMessage.error("上传图片未知异常");return}pe(!1);const vr=L.value.getCursor(),Rr=`![](${yr})`;L.value.replaceSelection(` +${Rr} +`,vr),ElMessage.success("图片上传成功"),kt()}function nr(yr,vr){Ie.value=!0,toBase64(yr).then(Rr=>{fileApi.fileUpload(Rr,yr).then(Br=>{console.log(Br),vr?vr(Br):ar(Br)}).catch(Br=>{ElMessage.error(Br.message)})}).catch(Rr=>{ElMessage.error(Rr.message)}),Ie.value=!1}const ur=ref$1(0);function cr(){const yr=document.querySelector("#editor");yr.value||(yr.value=$.value),L.value=CodeMirror.fromTextArea(yr,{mode:"text/x-markdown",theme:"xq-light",lineNumbers:!1,lineWrapping:!0,styleActiveLine:!0,autoCloseBrackets:!0,extraKeys:{[`${y}-F`]:function(Rr){const Br=formatDoc(Rr.getValue(0));Rr.setValue(Br)},[`${y}-B`]:function(Rr){const Br=Rr.getSelection();Rr.replaceSelection(`**${Br}**`)},[`${y}-I`]:function(Rr){const Br=Rr.getSelection();Rr.replaceSelection(`*${Br}*`)},[`${y}-D`]:function(Rr){const Br=Rr.getSelection();Rr.replaceSelection(`~~${Br}~~`)},[`${y}-K`]:function(Rr){const Br=Rr.getSelection();Rr.replaceSelection(`[${Br}]()`)},[`${y}-E`]:function(Rr){const Br=Rr.getSelection();Rr.replaceSelection(`\`${Br}\``)},[`${y}-L`]:function(Rr){const Br=Rr.getSelection();Rr.replaceSelection(`\`${Br}\``)}}}),L.value.on("change",vr=>{clearTimeout(ur.value),ur.value=setTimeout(()=>{kt(),$.value=vr.getValue()},300)}),L.value.on("paste",(vr,Rr)=>{if(!(!(Rr.clipboardData&&Rr.clipboardData.items)||Ie.value))for(let Br=0,mr=Rr.clipboardData.items.length;Br{Ne.value=!1}),L.value.on("blur",()=>{Ne.value=!1}),L.value.on("scroll",()=>{Ne.value=!1})}const _r=ref$1(null);function hr(yr){const Rr=_r.value.getBoundingClientRect().left,mr=_r.value.offsetWidth-105,gr=yr.clientX-Rr;Ce.value=Math.min(mr,gr),he.value=yr.clientY+10,Ne.value=!0}function Er(yr){L.value.options.extraKeys[yr](L.value)}const kr=ref$1(null);function xr(){const yr=kr.value.$el,vr=async({md:mr,list:gr})=>{const jr=[...mr.str.matchAll(/!\[(.*?)\]\((.*?)\)/g)||[]].filter(zr=>zr),Hr=mr.path.match(/.+?\//)[0],Ur=await Promise.all(jr.map(zr=>new Promise(Sr=>{let[,,Tr]=zr;Tr=Tr.replace(/^.\//,"");const{file:Mr}=gr.find(br=>br.path===`${Hr}${Tr}`)||{};nr(Mr,br=>{Sr({matchStr:Tr,url:br})})})));Ur.forEach(zr=>{mr.str=mr.str.replace(`](./${zr.matchStr})`,`](${zr.url})`).replace(`](${zr.matchStr})`,`](${zr.url})`)}),L.value.setValue(mr.str),console.log("resList",Ur,mr.str)};yr.ondragover=mr=>mr.preventDefault(),yr.ondrop=async mr=>{mr.preventDefault();for(const gr of mr.dataTransfer.items)gr.getAsFileSystemHandle().then(async jr=>{if(jr.kind==="directory"){const Hr=await Br(jr),Ur=await Rr({list:Hr});vr({md:Ur,list:Hr})}else{const Hr=await jr.getFile();console.log("file",Hr)}})};async function Rr({list:mr}){return new Promise(gr=>{const{path:jr,file:Hr}=mr.find(zr=>zr.path.match(/\.md$/)),Ur=new FileReader;Ur.readAsText(Hr,"UTF-8"),Ur.onload=zr=>{gr({str:zr.target.result,file:Hr,path:jr})}})}async function Br(mr){const gr=[];let jr="";try{const Hr=[mr];for(const Ur of Hr){jr+=`${Ur.name}/`;for await(const[,zr]of Ur)zr.kind==="file"?gr.push({path:jr+zr.name,file:await zr.getFile()}):(gr.push({path:`${jr+zr.name}/`}),Hr.push(zr))}}catch(Hr){console.error(Hr)}return gr}}return onMounted(()=>{cr(),kt(),xr()}),(yr,vr)=>{const Rr=resolveComponent("el-header"),Br=resolveComponent("el-col"),mr=resolveComponent("el-row"),gr=resolveComponent("el-main"),jr=resolveComponent("el-container");return openBlock(),createElementBlock("div",{ref_key:"container",ref:_r,class:"container"},[createVNode(jr,null,{default:withCtx(()=>[createVNode(Rr,{class:"editor__header"},{default:withCtx(()=>[createVNode(EditorHeader,{onAddFormat:Er,onFormatContent:unref(ie),onStartCopy:qe,onEndCopy:jt},null,8,["onFormatContent"])]),_:1}),createVNode(gr,{class:"container-main"},{default:withCtx(()=>[createVNode(mr,{class:"container-main-section"},{default:withCtx(()=>[createVNode(Br,{ref_key:"codeMirrorWrapper",ref:kr,span:unref(j)?8:12,class:normalizeClass(["codeMirror-wrapper",{"order-1":!unref(n).isEditOnLeft}]),onContextmenu:withModifiers(hr,["prevent"])},{default:withCtx(()=>[_hoisted_1]),_:1},8,["span","class"]),createVNode(Br,{id:"preview",ref_key:"preview",ref:Fe,span:unref(j)?8:12,class:"preview-wrapper"},{default:withCtx(()=>[createBaseVNode("div",{id:"output-wrapper",class:normalizeClass({output_night:!Et.value})},[createBaseVNode("div",_hoisted_2,[createBaseVNode("section",{id:"output",innerHTML:unref(k)},null,8,_hoisted_3),Ve.value?(openBlock(),createElementBlock("div",_hoisted_4,_hoisted_6)):createCommentVNode("",!0)])],2)]),_:1},8,["span"]),createVNode(CssEditor)]),_:1})]),_:1})]),_:1}),createVNode(UploadImgDialog,{onBeforeUpload:rr,onUploadImage:nr,onUploaded:ar}),createVNode(InsertFormDialog),createVNode(RightClickMenu,{visible:Ne.value,left:Ce.value,top:he.value,onMenuTick:tr,onCloseMenu:vr[0]||(vr[0]=Hr=>Ne.value=!1)},null,8,["visible","left","top"]),createVNode(RunLoading)],512)}}},CodemirrorEditor=_export_sfc(_sfc_main$1,[["__scopeId","data-v-459879b3"]]),_sfc_main={__name:"App",setup(e){return(t,y)=>(openBlock(),createBlock(CodemirrorEditor))}};var css={exports:{}};(function(e,t){(function(y){y(requireCodemirror())})(function(y){y.defineMode("css",function(qe,jt){var tr=jt.inline;jt.propertyKeywords||(jt=y.resolveMode("text/css"));var rr=qe.indentUnit,ar=jt.tokenHooks,nr=jt.documentTypes||{},ur=jt.mediaTypes||{},cr=jt.mediaFeatures||{},_r=jt.mediaValueKeywords||{},hr=jt.propertyKeywords||{},Er=jt.nonStandardPropertyKeywords||{},kr=jt.fontProperties||{},xr=jt.counterDescriptors||{},yr=jt.colorKeywords||{},vr=jt.valueKeywords||{},Rr=jt.allowNested,Br=jt.lineComment,mr=jt.supportsAtComponent===!0,gr=qe.highlightNonStandardPropertyKeywords!==!1,jr,Hr;function Ur(Nr,Fr){return jr=Fr,Nr}function zr(Nr,Fr){var Qr=Nr.next();if(ar[Qr]){var ca=ar[Qr](Nr,Fr);if(ca!==!1)return ca}if(Qr=="@")return Nr.eatWhile(/[\w\\\-]/),Ur("def",Nr.current());if(Qr=="="||(Qr=="~"||Qr=="|")&&Nr.eat("="))return Ur(null,"compare");if(Qr=='"'||Qr=="'")return Fr.tokenize=Sr(Qr),Fr.tokenize(Nr,Fr);if(Qr=="#")return Nr.eatWhile(/[\w\\\-]/),Ur("atom","hash");if(Qr=="!")return Nr.match(/^\s*\w*/),Ur("keyword","important");if(/\d/.test(Qr)||Qr=="."&&Nr.eat(/\d/))return Nr.eatWhile(/[\w.%]/),Ur("number","unit");if(Qr==="-"){if(/[\d.]/.test(Nr.peek()))return Nr.eatWhile(/[\w.%]/),Ur("number","unit");if(Nr.match(/^-[\w\\\-]*/))return Nr.eatWhile(/[\w\\\-]/),Nr.match(/^\s*:/,!1)?Ur("variable-2","variable-definition"):Ur("variable-2","variable");if(Nr.match(/^\w+-/))return Ur("meta","meta")}else return/[,+>*\/]/.test(Qr)?Ur(null,"select-op"):Qr=="."&&Nr.match(/^-?[_a-z][_a-z0-9-]*/i)?Ur("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(Qr)?Ur(null,Qr):Nr.match(/^[\w-.]+(?=\()/)?(/^(url(-prefix)?|domain|regexp)$/i.test(Nr.current())&&(Fr.tokenize=Tr),Ur("variable callee","variable")):/[\w\\\-]/.test(Qr)?(Nr.eatWhile(/[\w\\\-]/),Ur("property","word")):Ur(null,null)}function Sr(Nr){return function(Fr,Qr){for(var ca=!1,Po;(Po=Fr.next())!=null;){if(Po==Nr&&!ca){Nr==")"&&Fr.backUp(1);break}ca=!ca&&Po=="\\"}return(Po==Nr||!ca&&Nr!=")")&&(Qr.tokenize=null),Ur("string","string")}}function Tr(Nr,Fr){return Nr.next(),Nr.match(/^\s*[\"\')]/,!1)?Fr.tokenize=null:Fr.tokenize=Sr(")"),Ur(null,"(")}function Mr(Nr,Fr,Qr){this.type=Nr,this.indent=Fr,this.prev=Qr}function br(Nr,Fr,Qr,ca){return Nr.context=new Mr(Qr,Fr.indentation()+(ca===!1?0:rr),Nr.context),Qr}function Cr(Nr){return Nr.context.prev&&(Nr.context=Nr.context.prev),Nr.context.type}function Ir(Nr,Fr,Qr){return Wr[Qr.context.type](Nr,Fr,Qr)}function Dr(Nr,Fr,Qr,ca){for(var Po=ca||1;Po>0;Po--)Qr.context=Qr.context.prev;return Ir(Nr,Fr,Qr)}function Kr(Nr){var Fr=Nr.current().toLowerCase();vr.hasOwnProperty(Fr)?Hr="atom":yr.hasOwnProperty(Fr)?Hr="keyword":Hr="variable"}var Wr={};return Wr.top=function(Nr,Fr,Qr){if(Nr=="{")return br(Qr,Fr,"block");if(Nr=="}"&&Qr.context.prev)return Cr(Qr);if(mr&&/@component/i.test(Nr))return br(Qr,Fr,"atComponentBlock");if(/^@(-moz-)?document$/i.test(Nr))return br(Qr,Fr,"documentTypes");if(/^@(media|supports|(-moz-)?document|import)$/i.test(Nr))return br(Qr,Fr,"atBlock");if(/^@(font-face|counter-style)/i.test(Nr))return Qr.stateArg=Nr,"restricted_atBlock_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(Nr))return"keyframes";if(Nr&&Nr.charAt(0)=="@")return br(Qr,Fr,"at");if(Nr=="hash")Hr="builtin";else if(Nr=="word")Hr="tag";else{if(Nr=="variable-definition")return"maybeprop";if(Nr=="interpolation")return br(Qr,Fr,"interpolation");if(Nr==":")return"pseudo";if(Rr&&Nr=="(")return br(Qr,Fr,"parens")}return Qr.context.type},Wr.block=function(Nr,Fr,Qr){if(Nr=="word"){var ca=Fr.current().toLowerCase();return hr.hasOwnProperty(ca)?(Hr="property","maybeprop"):Er.hasOwnProperty(ca)?(Hr=gr?"string-2":"property","maybeprop"):Rr?(Hr=Fr.match(/^\s*:(?:\s|$)/,!1)?"property":"tag","block"):(Hr+=" error","maybeprop")}else return Nr=="meta"?"block":!Rr&&(Nr=="hash"||Nr=="qualifier")?(Hr="error","block"):Wr.top(Nr,Fr,Qr)},Wr.maybeprop=function(Nr,Fr,Qr){return Nr==":"?br(Qr,Fr,"prop"):Ir(Nr,Fr,Qr)},Wr.prop=function(Nr,Fr,Qr){if(Nr==";")return Cr(Qr);if(Nr=="{"&&Rr)return br(Qr,Fr,"propBlock");if(Nr=="}"||Nr=="{")return Dr(Nr,Fr,Qr);if(Nr=="(")return br(Qr,Fr,"parens");if(Nr=="hash"&&!/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(Fr.current()))Hr+=" error";else if(Nr=="word")Kr(Fr);else if(Nr=="interpolation")return br(Qr,Fr,"interpolation");return"prop"},Wr.propBlock=function(Nr,Fr,Qr){return Nr=="}"?Cr(Qr):Nr=="word"?(Hr="property","maybeprop"):Qr.context.type},Wr.parens=function(Nr,Fr,Qr){return Nr=="{"||Nr=="}"?Dr(Nr,Fr,Qr):Nr==")"?Cr(Qr):Nr=="("?br(Qr,Fr,"parens"):Nr=="interpolation"?br(Qr,Fr,"interpolation"):(Nr=="word"&&Kr(Fr),"parens")},Wr.pseudo=function(Nr,Fr,Qr){return Nr=="meta"?"pseudo":Nr=="word"?(Hr="variable-3",Qr.context.type):Ir(Nr,Fr,Qr)},Wr.documentTypes=function(Nr,Fr,Qr){return Nr=="word"&&nr.hasOwnProperty(Fr.current())?(Hr="tag",Qr.context.type):Wr.atBlock(Nr,Fr,Qr)},Wr.atBlock=function(Nr,Fr,Qr){if(Nr=="(")return br(Qr,Fr,"atBlock_parens");if(Nr=="}"||Nr==";")return Dr(Nr,Fr,Qr);if(Nr=="{")return Cr(Qr)&&br(Qr,Fr,Rr?"block":"top");if(Nr=="interpolation")return br(Qr,Fr,"interpolation");if(Nr=="word"){var ca=Fr.current().toLowerCase();ca=="only"||ca=="not"||ca=="and"||ca=="or"?Hr="keyword":ur.hasOwnProperty(ca)?Hr="attribute":cr.hasOwnProperty(ca)?Hr="property":_r.hasOwnProperty(ca)?Hr="keyword":hr.hasOwnProperty(ca)?Hr="property":Er.hasOwnProperty(ca)?Hr=gr?"string-2":"property":vr.hasOwnProperty(ca)?Hr="atom":yr.hasOwnProperty(ca)?Hr="keyword":Hr="error"}return Qr.context.type},Wr.atComponentBlock=function(Nr,Fr,Qr){return Nr=="}"?Dr(Nr,Fr,Qr):Nr=="{"?Cr(Qr)&&br(Qr,Fr,Rr?"block":"top",!1):(Nr=="word"&&(Hr="error"),Qr.context.type)},Wr.atBlock_parens=function(Nr,Fr,Qr){return Nr==")"?Cr(Qr):Nr=="{"||Nr=="}"?Dr(Nr,Fr,Qr,2):Wr.atBlock(Nr,Fr,Qr)},Wr.restricted_atBlock_before=function(Nr,Fr,Qr){return Nr=="{"?br(Qr,Fr,"restricted_atBlock"):Nr=="word"&&Qr.stateArg=="@counter-style"?(Hr="variable","restricted_atBlock_before"):Ir(Nr,Fr,Qr)},Wr.restricted_atBlock=function(Nr,Fr,Qr){return Nr=="}"?(Qr.stateArg=null,Cr(Qr)):Nr=="word"?(Qr.stateArg=="@font-face"&&!kr.hasOwnProperty(Fr.current().toLowerCase())||Qr.stateArg=="@counter-style"&&!xr.hasOwnProperty(Fr.current().toLowerCase())?Hr="error":Hr="property","maybeprop"):"restricted_atBlock"},Wr.keyframes=function(Nr,Fr,Qr){return Nr=="word"?(Hr="variable","keyframes"):Nr=="{"?br(Qr,Fr,"top"):Ir(Nr,Fr,Qr)},Wr.at=function(Nr,Fr,Qr){return Nr==";"?Cr(Qr):Nr=="{"||Nr=="}"?Dr(Nr,Fr,Qr):(Nr=="word"?Hr="tag":Nr=="hash"&&(Hr="builtin"),"at")},Wr.interpolation=function(Nr,Fr,Qr){return Nr=="}"?Cr(Qr):Nr=="{"||Nr==";"?Dr(Nr,Fr,Qr):(Nr=="word"?Hr="variable":Nr!="variable"&&Nr!="("&&Nr!=")"&&(Hr="error"),"interpolation")},{startState:function(Nr){return{tokenize:null,state:tr?"block":"top",stateArg:null,context:new Mr(tr?"block":"top",Nr||0,null)}},token:function(Nr,Fr){if(!Fr.tokenize&&Nr.eatSpace())return null;var Qr=(Fr.tokenize||zr)(Nr,Fr);return Qr&&typeof Qr=="object"&&(jr=Qr[1],Qr=Qr[0]),Hr=Qr,jr!="comment"&&(Fr.state=Wr[Fr.state](jr,Nr,Fr)),Hr},indent:function(Nr,Fr){var Qr=Nr.context,ca=Fr&&Fr.charAt(0),Po=Qr.indent;return Qr.type=="prop"&&(ca=="}"||ca==")")&&(Qr=Qr.prev),Qr.prev&&(ca=="}"&&(Qr.type=="block"||Qr.type=="top"||Qr.type=="interpolation"||Qr.type=="restricted_atBlock")?(Qr=Qr.prev,Po=Qr.indent):(ca==")"&&(Qr.type=="parens"||Qr.type=="atBlock_parens")||ca=="{"&&(Qr.type=="at"||Qr.type=="atBlock"))&&(Po=Math.max(0,Qr.indent-rr))),Po},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",blockCommentContinue:" * ",lineComment:Br,fold:"brace"}});function n(qe){for(var jt={},tr=0;tr")):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(_r=="&"){var hr;return nr.eat("#")?nr.eat("x")?hr=nr.eatWhile(/[a-fA-F\d]/)&&nr.eat(";"):hr=nr.eatWhile(/[\d]/)&&nr.eat(";"):hr=nr.eatWhile(/[\w\.\-:]/)&&nr.eat(";"),hr?"atom":"error"}else return nr.eatWhile(/[^&<]/),null}ue.isInText=!0;function de(nr,ur){var cr=nr.next();if(cr==">"||cr=="/"&&nr.eat(">"))return ur.tokenize=ue,ie=cr==">"?"endTag":"selfcloseTag","tag bracket";if(cr=="=")return ie="equals",null;if(cr=="<"){ur.tokenize=ue,ur.state=Ue,ur.tagName=ur.tagStart=null;var _r=ur.tokenize(nr,ur);return _r?_r+" tag error":"tag error"}else return/[\'\"]/.test(cr)?(ur.tokenize=pe(cr),ur.stringStartCol=nr.column(),ur.tokenize(nr,ur)):(nr.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function pe(nr){var ur=function(cr,_r){for(;!cr.eol();)if(cr.next()==nr){_r.tokenize=de;break}return"string"};return ur.isInAttribute=!0,ur}function Ie(nr,ur){return function(cr,_r){for(;!cr.eol();){if(cr.match(ur)){_r.tokenize=ue;break}cr.next()}return nr}}function _e(nr){return function(ur,cr){for(var _r;(_r=ur.next())!=null;){if(_r=="<")return cr.tokenize=_e(nr+1),cr.tokenize(ur,cr);if(_r==">")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 Ue(nr,ur,cr){return nr=="openTag"?(cr.tagStart=ur.column(),kt):nr=="closeTag"?Et:Ue}function kt(nr,ur,cr){return nr=="word"?(cr.tagName=ur.current(),oe="tag",jt):V.allowMissingTagName&&nr=="endTag"?(oe="tag bracket",jt(nr,ur,cr)):(oe="error",kt)}function Et(nr,ur,cr){if(nr=="word"){var _r=ur.current();return cr.context&&cr.context.tagName!=_r&&V.implicitlyClosed.hasOwnProperty(Ce(cr.context.tagName))&&Ne(cr),cr.context&&cr.context.tagName==_r||V.matchClosing===!1?(oe="tag",Ve):(oe="tag error",qe)}else return V.allowMissingTagName&&nr=="endTag"?(oe="tag bracket",Ve(nr,ur,cr)):(oe="error",qe)}function Ve(nr,ur,cr){return nr!="endTag"?(oe="error",Ve):(Ne(cr),Ue)}function qe(nr,ur,cr){return oe="error",Ve(nr,ur,cr)}function jt(nr,ur,cr){if(nr=="word")return oe="attribute",tr;if(nr=="endTag"||nr=="selfcloseTag"){var _r=cr.tagName,hr=cr.tagStart;return cr.tagName=cr.tagStart=null,nr=="selfcloseTag"||V.autoSelfClosers.hasOwnProperty(Ce(_r))?Fe(cr,_r):(Fe(cr,_r),cr.context=new he(cr,_r,hr==cr.indented)),Ue}return oe="error",jt}function tr(nr,ur,cr){return nr=="equals"?rr:(V.allowMissing||(oe="error"),jt(nr,ur,cr))}function rr(nr,ur,cr){return nr=="string"?ar:nr=="word"&&V.allowUnquoted?(oe="string",jt):(oe="error",jt(nr,ur,cr))}function ar(nr,ur,cr){return nr=="string"?ar:jt(nr,ur,cr)}return{startState:function(nr){var ur={tokenize:ue,state:Ue,indented:nr||0,tagName:null,tagStart:null,context:null};return nr!=null&&(ur.baseIndent=nr),ur},token:function(nr,ur){if(!ur.tagName&&nr.sol()&&(ur.indented=nr.indentation()),nr.eatSpace())return null;ie=null;var cr=ur.tokenize(nr,ur);return(cr||ie)&&cr!="comment"&&(oe=null,ur.state=ur.state(ie||cr,nr,ur),oe&&(cr=oe=="error"?cr+" error":oe)),cr},indent:function(nr,ur,cr){var _r=nr.context;if(nr.tokenize.isInAttribute)return nr.tagStart==nr.indented?nr.stringStartCol+1:nr.indented+j;if(_r&&_r.noIndent)return y.Pass;if(nr.tokenize!=de&&nr.tokenize!=ue)return cr?cr.match(/^(\s*)/)[0].length:0;if(nr.tagName)return V.multilineTagIndentPastTag!==!1?nr.tagStart+nr.tagName.length+2:nr.tagStart+j*(V.multilineTagIndentFactor||1);if(V.alignCDATA&&/$/,blockCommentStart:"",configuration:V.htmlMode?"html":"xml",helperType:V.htmlMode?"html":"xml",skipAttribute:function(nr){nr.state==rr&&(nr.state=jt)},xmlCurrentTag:function(nr){return nr.tagName?{name:nr.tagName,close:nr.type=="closeTag"}:null},xmlCurrentContext:function(nr){for(var ur=[],cr=nr.context;cr;cr=cr.prev)ur.push(cr.tagName);return ur.reverse()}}}),y.defineMIME("text/xml","xml"),y.defineMIME("application/xml","xml"),y.mimeModes.hasOwnProperty("text/html")||y.defineMIME("text/html",{name:"xml",htmlMode:!0})})}()),xml.exports}var meta={exports:{}},hasRequiredMeta;function requireMeta(){return hasRequiredMeta||(hasRequiredMeta=1,function(e,t){(function(y){y(requireCodemirror())})(function(y){y.modeInfo=[{name:"APL",mime:"text/apl",mode:"apl",ext:["dyalog","apl"]},{name:"PGP",mimes:["application/pgp","application/pgp-encrypted","application/pgp-keys","application/pgp-signature"],mode:"asciiarmor",ext:["asc","pgp","sig"]},{name:"ASN.1",mime:"text/x-ttcn-asn",mode:"asn.1",ext:["asn","asn1"]},{name:"Asterisk",mime:"text/x-asterisk",mode:"asterisk",file:/^extensions\.conf$/i},{name:"Brainfuck",mime:"text/x-brainfuck",mode:"brainfuck",ext:["b","bf"]},{name:"C",mime:"text/x-csrc",mode:"clike",ext:["c","h","ino"]},{name:"C++",mime:"text/x-c++src",mode:"clike",ext:["cpp","c++","cc","cxx","hpp","h++","hh","hxx"],alias:["cpp"]},{name:"Cobol",mime:"text/x-cobol",mode:"cobol",ext:["cob","cpy","cbl"]},{name:"C#",mime:"text/x-csharp",mode:"clike",ext:["cs"],alias:["csharp","cs"]},{name:"Clojure",mime:"text/x-clojure",mode:"clojure",ext:["clj","cljc","cljx"]},{name:"ClojureScript",mime:"text/x-clojurescript",mode:"clojure",ext:["cljs"]},{name:"Closure Stylesheets (GSS)",mime:"text/x-gss",mode:"css",ext:["gss"]},{name:"CMake",mime:"text/x-cmake",mode:"cmake",ext:["cmake","cmake.in"],file:/^CMakeLists\.txt$/},{name:"CoffeeScript",mimes:["application/vnd.coffeescript","text/coffeescript","text/x-coffeescript"],mode:"coffeescript",ext:["coffee"],alias:["coffee","coffee-script"]},{name:"Common Lisp",mime:"text/x-common-lisp",mode:"commonlisp",ext:["cl","lisp","el"],alias:["lisp"]},{name:"Cypher",mime:"application/x-cypher-query",mode:"cypher",ext:["cyp","cypher"]},{name:"Cython",mime:"text/x-cython",mode:"python",ext:["pyx","pxd","pxi"]},{name:"Crystal",mime:"text/x-crystal",mode:"crystal",ext:["cr"]},{name:"CSS",mime:"text/css",mode:"css",ext:["css"]},{name:"CQL",mime:"text/x-cassandra",mode:"sql",ext:["cql"]},{name:"D",mime:"text/x-d",mode:"d",ext:["d"]},{name:"Dart",mimes:["application/dart","text/x-dart"],mode:"dart",ext:["dart"]},{name:"diff",mime:"text/x-diff",mode:"diff",ext:["diff","patch"]},{name:"Django",mime:"text/x-django",mode:"django"},{name:"Dockerfile",mime:"text/x-dockerfile",mode:"dockerfile",file:/^Dockerfile$/},{name:"DTD",mime:"application/xml-dtd",mode:"dtd",ext:["dtd"]},{name:"Dylan",mime:"text/x-dylan",mode:"dylan",ext:["dylan","dyl","intr"]},{name:"EBNF",mime:"text/x-ebnf",mode:"ebnf"},{name:"ECL",mime:"text/x-ecl",mode:"ecl",ext:["ecl"]},{name:"edn",mime:"application/edn",mode:"clojure",ext:["edn"]},{name:"Eiffel",mime:"text/x-eiffel",mode:"eiffel",ext:["e"]},{name:"Elm",mime:"text/x-elm",mode:"elm",ext:["elm"]},{name:"Embedded JavaScript",mime:"application/x-ejs",mode:"htmlembedded",ext:["ejs"]},{name:"Embedded Ruby",mime:"application/x-erb",mode:"htmlembedded",ext:["erb"]},{name:"Erlang",mime:"text/x-erlang",mode:"erlang",ext:["erl"]},{name:"Esper",mime:"text/x-esper",mode:"sql"},{name:"Factor",mime:"text/x-factor",mode:"factor",ext:["factor"]},{name:"FCL",mime:"text/x-fcl",mode:"fcl"},{name:"Forth",mime:"text/x-forth",mode:"forth",ext:["forth","fth","4th"]},{name:"Fortran",mime:"text/x-fortran",mode:"fortran",ext:["f","for","f77","f90","f95"]},{name:"F#",mime:"text/x-fsharp",mode:"mllike",ext:["fs"],alias:["fsharp"]},{name:"Gas",mime:"text/x-gas",mode:"gas",ext:["s"]},{name:"Gherkin",mime:"text/x-feature",mode:"gherkin",ext:["feature"]},{name:"GitHub Flavored Markdown",mime:"text/x-gfm",mode:"gfm",file:/^(readme|contributing|history)\.md$/i},{name:"Go",mime:"text/x-go",mode:"go",ext:["go"]},{name:"Groovy",mime:"text/x-groovy",mode:"groovy",ext:["groovy","gradle"],file:/^Jenkinsfile$/},{name:"HAML",mime:"text/x-haml",mode:"haml",ext:["haml"]},{name:"Haskell",mime:"text/x-haskell",mode:"haskell",ext:["hs"]},{name:"Haskell (Literate)",mime:"text/x-literate-haskell",mode:"haskell-literate",ext:["lhs"]},{name:"Haxe",mime:"text/x-haxe",mode:"haxe",ext:["hx"]},{name:"HXML",mime:"text/x-hxml",mode:"haxe",ext:["hxml"]},{name:"ASP.NET",mime:"application/x-aspx",mode:"htmlembedded",ext:["aspx"],alias:["asp","aspx"]},{name:"HTML",mime:"text/html",mode:"htmlmixed",ext:["html","htm","handlebars","hbs"],alias:["xhtml"]},{name:"HTTP",mime:"message/http",mode:"http"},{name:"IDL",mime:"text/x-idl",mode:"idl",ext:["pro"]},{name:"Pug",mime:"text/x-pug",mode:"pug",ext:["jade","pug"],alias:["jade"]},{name:"Java",mime:"text/x-java",mode:"clike",ext:["java"]},{name:"Java Server Pages",mime:"application/x-jsp",mode:"htmlembedded",ext:["jsp"],alias:["jsp"]},{name:"JavaScript",mimes:["text/javascript","text/ecmascript","application/javascript","application/x-javascript","application/ecmascript"],mode:"javascript",ext:["js"],alias:["ecmascript","js","node"]},{name:"JSON",mimes:["application/json","application/x-json"],mode:"javascript",ext:["json","map"],alias:["json5"]},{name:"JSON-LD",mime:"application/ld+json",mode:"javascript",ext:["jsonld"],alias:["jsonld"]},{name:"JSX",mime:"text/jsx",mode:"jsx",ext:["jsx"]},{name:"Jinja2",mime:"text/jinja2",mode:"jinja2",ext:["j2","jinja","jinja2"]},{name:"Julia",mime:"text/x-julia",mode:"julia",ext:["jl"],alias:["jl"]},{name:"Kotlin",mime:"text/x-kotlin",mode:"clike",ext:["kt"]},{name:"LESS",mime:"text/x-less",mode:"css",ext:["less"]},{name:"LiveScript",mime:"text/x-livescript",mode:"livescript",ext:["ls"],alias:["ls"]},{name:"Lua",mime:"text/x-lua",mode:"lua",ext:["lua"]},{name:"Markdown",mime:"text/x-markdown",mode:"markdown",ext:["markdown","md","mkd"]},{name:"mIRC",mime:"text/mirc",mode:"mirc"},{name:"MariaDB SQL",mime:"text/x-mariadb",mode:"sql"},{name:"Mathematica",mime:"text/x-mathematica",mode:"mathematica",ext:["m","nb","wl","wls"]},{name:"Modelica",mime:"text/x-modelica",mode:"modelica",ext:["mo"]},{name:"MUMPS",mime:"text/x-mumps",mode:"mumps",ext:["mps"]},{name:"MS SQL",mime:"text/x-mssql",mode:"sql"},{name:"mbox",mime:"application/mbox",mode:"mbox",ext:["mbox"]},{name:"MySQL",mime:"text/x-mysql",mode:"sql"},{name:"Nginx",mime:"text/x-nginx-conf",mode:"nginx",file:/nginx.*\.conf$/i},{name:"NSIS",mime:"text/x-nsis",mode:"nsis",ext:["nsh","nsi"]},{name:"NTriples",mimes:["application/n-triples","application/n-quads","text/n-triples"],mode:"ntriples",ext:["nt","nq"]},{name:"Objective-C",mime:"text/x-objectivec",mode:"clike",ext:["m"],alias:["objective-c","objc"]},{name:"Objective-C++",mime:"text/x-objectivec++",mode:"clike",ext:["mm"],alias:["objective-c++","objc++"]},{name:"OCaml",mime:"text/x-ocaml",mode:"mllike",ext:["ml","mli","mll","mly"]},{name:"Octave",mime:"text/x-octave",mode:"octave",ext:["m"]},{name:"Oz",mime:"text/x-oz",mode:"oz",ext:["oz"]},{name:"Pascal",mime:"text/x-pascal",mode:"pascal",ext:["p","pas"]},{name:"PEG.js",mime:"null",mode:"pegjs",ext:["jsonld"]},{name:"Perl",mime:"text/x-perl",mode:"perl",ext:["pl","pm"]},{name:"PHP",mimes:["text/x-php","application/x-httpd-php","application/x-httpd-php-open"],mode:"php",ext:["php","php3","php4","php5","php7","phtml"]},{name:"Pig",mime:"text/x-pig",mode:"pig",ext:["pig"]},{name:"Plain Text",mime:"text/plain",mode:"null",ext:["txt","text","conf","def","list","log"]},{name:"PLSQL",mime:"text/x-plsql",mode:"sql",ext:["pls"]},{name:"PostgreSQL",mime:"text/x-pgsql",mode:"sql"},{name:"PowerShell",mime:"application/x-powershell",mode:"powershell",ext:["ps1","psd1","psm1"]},{name:"Properties files",mime:"text/x-properties",mode:"properties",ext:["properties","ini","in"],alias:["ini","properties"]},{name:"ProtoBuf",mime:"text/x-protobuf",mode:"protobuf",ext:["proto"]},{name:"Python",mime:"text/x-python",mode:"python",ext:["BUILD","bzl","py","pyw"],file:/^(BUCK|BUILD)$/},{name:"Puppet",mime:"text/x-puppet",mode:"puppet",ext:["pp"]},{name:"Q",mime:"text/x-q",mode:"q",ext:["q"]},{name:"R",mime:"text/x-rsrc",mode:"r",ext:["r","R"],alias:["rscript"]},{name:"reStructuredText",mime:"text/x-rst",mode:"rst",ext:["rst"],alias:["rst"]},{name:"RPM Changes",mime:"text/x-rpm-changes",mode:"rpm"},{name:"RPM Spec",mime:"text/x-rpm-spec",mode:"rpm",ext:["spec"]},{name:"Ruby",mime:"text/x-ruby",mode:"ruby",ext:["rb"],alias:["jruby","macruby","rake","rb","rbx"]},{name:"Rust",mime:"text/x-rustsrc",mode:"rust",ext:["rs"]},{name:"SAS",mime:"text/x-sas",mode:"sas",ext:["sas"]},{name:"Sass",mime:"text/x-sass",mode:"sass",ext:["sass"]},{name:"Scala",mime:"text/x-scala",mode:"clike",ext:["scala"]},{name:"Scheme",mime:"text/x-scheme",mode:"scheme",ext:["scm","ss"]},{name:"SCSS",mime:"text/x-scss",mode:"css",ext:["scss"]},{name:"Shell",mimes:["text/x-sh","application/x-sh"],mode:"shell",ext:["sh","ksh","bash"],alias:["bash","sh","zsh"],file:/^PKGBUILD$/},{name:"Sieve",mime:"application/sieve",mode:"sieve",ext:["siv","sieve"]},{name:"Slim",mimes:["text/x-slim","application/x-slim"],mode:"slim",ext:["slim"]},{name:"Smalltalk",mime:"text/x-stsrc",mode:"smalltalk",ext:["st"]},{name:"Smarty",mime:"text/x-smarty",mode:"smarty",ext:["tpl"]},{name:"Solr",mime:"text/x-solr",mode:"solr"},{name:"SML",mime:"text/x-sml",mode:"mllike",ext:["sml","sig","fun","smackspec"]},{name:"Soy",mime:"text/x-soy",mode:"soy",ext:["soy"],alias:["closure template"]},{name:"SPARQL",mime:"application/sparql-query",mode:"sparql",ext:["rq","sparql"],alias:["sparul"]},{name:"Spreadsheet",mime:"text/x-spreadsheet",mode:"spreadsheet",alias:["excel","formula"]},{name:"SQL",mime:"text/x-sql",mode:"sql",ext:["sql"]},{name:"SQLite",mime:"text/x-sqlite",mode:"sql"},{name:"Squirrel",mime:"text/x-squirrel",mode:"clike",ext:["nut"]},{name:"Stylus",mime:"text/x-styl",mode:"stylus",ext:["styl"]},{name:"Swift",mime:"text/x-swift",mode:"swift",ext:["swift"]},{name:"sTeX",mime:"text/x-stex",mode:"stex"},{name:"LaTeX",mime:"text/x-latex",mode:"stex",ext:["text","ltx","tex"],alias:["tex"]},{name:"SystemVerilog",mime:"text/x-systemverilog",mode:"verilog",ext:["v","sv","svh"]},{name:"Tcl",mime:"text/x-tcl",mode:"tcl",ext:["tcl"]},{name:"Textile",mime:"text/x-textile",mode:"textile",ext:["textile"]},{name:"TiddlyWiki",mime:"text/x-tiddlywiki",mode:"tiddlywiki"},{name:"Tiki wiki",mime:"text/tiki",mode:"tiki"},{name:"TOML",mime:"text/x-toml",mode:"toml",ext:["toml"]},{name:"Tornado",mime:"text/x-tornado",mode:"tornado"},{name:"troff",mime:"text/troff",mode:"troff",ext:["1","2","3","4","5","6","7","8","9"]},{name:"TTCN",mime:"text/x-ttcn",mode:"ttcn",ext:["ttcn","ttcn3","ttcnpp"]},{name:"TTCN_CFG",mime:"text/x-ttcn-cfg",mode:"ttcn-cfg",ext:["cfg"]},{name:"Turtle",mime:"text/turtle",mode:"turtle",ext:["ttl"]},{name:"TypeScript",mime:"application/typescript",mode:"javascript",ext:["ts"],alias:["ts"]},{name:"TypeScript-JSX",mime:"text/typescript-jsx",mode:"jsx",ext:["tsx"],alias:["tsx"]},{name:"Twig",mime:"text/x-twig",mode:"twig"},{name:"Web IDL",mime:"text/x-webidl",mode:"webidl",ext:["webidl"]},{name:"VB.NET",mime:"text/x-vb",mode:"vb",ext:["vb"]},{name:"VBScript",mime:"text/vbscript",mode:"vbscript",ext:["vbs"]},{name:"Velocity",mime:"text/velocity",mode:"velocity",ext:["vtl"]},{name:"Verilog",mime:"text/x-verilog",mode:"verilog",ext:["v"]},{name:"VHDL",mime:"text/x-vhdl",mode:"vhdl",ext:["vhd","vhdl"]},{name:"Vue.js Component",mimes:["script/x-vue","text/x-vue"],mode:"vue",ext:["vue"]},{name:"XML",mimes:["application/xml","text/xml"],mode:"xml",ext:["xml","xsl","xsd","svg"],alias:["rss","wsdl","xsd"]},{name:"XQuery",mime:"application/xquery",mode:"xquery",ext:["xy","xquery"]},{name:"Yacas",mime:"text/x-yacas",mode:"yacas",ext:["ys"]},{name:"YAML",mimes:["text/x-yaml","text/yaml"],mode:"yaml",ext:["yaml","yml"],alias:["yml"]},{name:"Z80",mime:"text/x-z80",mode:"z80",ext:["z80"]},{name:"mscgen",mime:"text/x-mscgen",mode:"mscgen",ext:["mscgen","mscin","msc"]},{name:"xu",mime:"text/x-xu",mode:"mscgen",ext:["xu"]},{name:"msgenny",mime:"text/x-msgenny",mode:"mscgen",ext:["msgenny"]},{name:"WebAssembly",mime:"text/webassembly",mode:"wast",ext:["wat","wast"]}];for(var n=0;n-1&&L.substring(V+1,L.length);if(z)return y.findModeByExtension(z)},y.findModeByName=function(L){L=L.toLowerCase();for(var $=0;$` "'(~:]+/,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,yr,vr){return yr.f=yr.inline=vr,vr(xr,yr)}function Fe(xr,yr,vr){return yr.f=yr.block=vr,vr(xr,yr)}function Ue(xr){return!xr||!/\S/.test(xr.string)}function kt(xr){if(xr.linkTitle=!1,xr.linkHref=!1,xr.linkText=!1,xr.em=!1,xr.strong=!1,xr.strikethrough=!1,xr.quote=0,xr.indentedCode=!1,xr.f==Ve){var yr=$;if(!yr){var vr=y.innerMode(L,xr.htmlState);yr=vr.mode.name=="xml"&&vr.state.tagStart===null&&!vr.state.context&&vr.state.tokenize.isInText}yr&&(xr.f=rr,xr.block=Et,xr.htmlState=null)}return xr.trailingSpace=0,xr.trailingSpaceNewLine=!1,xr.prevLine=xr.thisLine,xr.thisLine={stream:null},null}function Et(xr,yr){var vr=xr.column()===yr.indentation,Rr=Ue(yr.prevLine.stream),Br=yr.indentedCode,mr=yr.prevLine.hr,gr=yr.list!==!1,jr=(yr.listStack[yr.listStack.length-1]||0)+3;yr.indentedCode=!1;var Hr=yr.indentation;if(yr.indentationDiff===null&&(yr.indentationDiff=yr.indentation,gr)){for(yr.list=null;Hr=4&&(Br||yr.prevLine.fencedCodeEnd||yr.prevLine.header||Rr))return xr.skipToEnd(),yr.indentedCode=!0,V.code;if(xr.eatSpace())return null;if(vr&&yr.indentation<=jr&&(Sr=xr.match(ue))&&Sr[1].length<=6)return yr.quote=0,yr.header=Sr[1].length,yr.thisLine.header=!0,k.highlightFormatting&&(yr.formatting="header"),yr.f=yr.inline,jt(yr);if(yr.indentation<=jr&&xr.eat(">"))return yr.quote=vr?1:yr.quote+1,k.highlightFormatting&&(yr.formatting="quote"),xr.eatSpace(),jt(yr);if(!zr&&!yr.setext&&vr&&yr.indentation<=jr&&(Sr=xr.match(ie))){var Tr=Sr[1]?"ol":"ul";return yr.indentation=Hr+xr.current().length,yr.list=!0,yr.quote=0,yr.listStack.push(yr.indentation),yr.em=!1,yr.strong=!1,yr.code=!1,yr.strikethrough=!1,k.taskLists&&xr.match(oe,!1)&&(yr.taskList=!0),yr.f=yr.inline,k.highlightFormatting&&(yr.formatting=["list","list-"+Tr]),jt(yr)}else{if(vr&&yr.indentation<=jr&&(Sr=xr.match(Ie,!0)))return yr.quote=0,yr.fencedEndRE=new RegExp(Sr[1]+"+ *$"),yr.localMode=k.fencedCodeBlockHighlighting&&j(Sr[2]||k.fencedCodeBlockDefaultMode),yr.localMode&&(yr.localState=y.startState(yr.localMode)),yr.f=yr.block=qe,k.highlightFormatting&&(yr.formatting="code-block"),yr.code=-1,jt(yr);if(yr.setext||(!Ur||!gr)&&!yr.quote&&yr.list===!1&&!yr.code&&!zr&&!_e.test(xr.string)&&(Sr=xr.lookAhead(1))&&(Sr=Sr.match(de)))return yr.setext?(yr.header=yr.setext,yr.setext=0,xr.skipToEnd(),k.highlightFormatting&&(yr.formatting="header")):(yr.header=Sr[0].charAt(0)=="="?1:2,yr.setext=yr.header),yr.thisLine.header=!0,yr.f=yr.inline,jt(yr);if(zr)return xr.skipToEnd(),yr.hr=!0,yr.thisLine.hr=!0,V.hr;if(xr.peek()==="[")return Ne(xr,yr,_r)}return Ne(xr,yr,yr.inline)}function Ve(xr,yr){var vr=L.token(xr,yr.htmlState);if(!$){var Rr=y.innerMode(L,yr.htmlState);(Rr.mode.name=="xml"&&Rr.state.tagStart===null&&!Rr.state.context&&Rr.state.tokenize.isInText||yr.md_inside&&xr.current().indexOf(">")>-1)&&(yr.f=rr,yr.block=Et,yr.htmlState=null)}return vr}function qe(xr,yr){var vr=yr.listStack[yr.listStack.length-1]||0,Rr=yr.indentation=xr.quote?yr.push(V.formatting+"-"+xr.formatting[vr]+"-"+xr.quote):yr.push("error"))}if(xr.taskOpen)return yr.push("meta"),yr.length?yr.join(" "):null;if(xr.taskClosed)return yr.push("property"),yr.length?yr.join(" "):null;if(xr.linkHref?yr.push(V.linkHref,"url"):(xr.strong&&yr.push(V.strong),xr.em&&yr.push(V.em),xr.strikethrough&&yr.push(V.strikethrough),xr.emoji&&yr.push(V.emoji),xr.linkText&&yr.push(V.linkText),xr.code&&yr.push(V.code),xr.image&&yr.push(V.image),xr.imageAltText&&yr.push(V.imageAltText,"link"),xr.imageMarker&&yr.push(V.imageMarker)),xr.header&&yr.push(V.header,V.header+"-"+xr.header),xr.quote&&(yr.push(V.quote),!k.maxBlockquoteDepth||k.maxBlockquoteDepth>=xr.quote?yr.push(V.quote+"-"+xr.quote):yr.push(V.quote+"-"+k.maxBlockquoteDepth)),xr.list!==!1){var Rr=(xr.listStack.length-1)%3;Rr?Rr===1?yr.push(V.list2):yr.push(V.list3):yr.push(V.list1)}return xr.trailingSpaceNewLine?yr.push("trailing-space-new-line"):xr.trailingSpace&&yr.push("trailing-space-"+(xr.trailingSpace%2?"a":"b")),yr.length?yr.join(" "):null}function tr(xr,yr){if(xr.match(pe,!0))return jt(yr)}function rr(xr,yr){var vr=yr.text(xr,yr);if(typeof vr<"u")return vr;if(yr.list)return yr.list=null,jt(yr);if(yr.taskList){var Rr=xr.match(oe,!0)[1]===" ";return Rr?yr.taskOpen=!0:yr.taskClosed=!0,k.highlightFormatting&&(yr.formatting="task"),yr.taskList=!1,jt(yr)}if(yr.taskOpen=!1,yr.taskClosed=!1,yr.header&&xr.match(/^#+$/,!0))return k.highlightFormatting&&(yr.formatting="header"),jt(yr);var Br=xr.next();if(yr.linkTitle){yr.linkTitle=!1;var mr=Br;Br==="("&&(mr=")"),mr=(mr+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var gr="^\\s*(?:[^"+mr+"\\\\]+|\\\\\\\\|\\\\.)"+mr;if(xr.match(new RegExp(gr),!0))return V.linkHref}if(Br==="`"){var jr=yr.formatting;k.highlightFormatting&&(yr.formatting="code"),xr.eatWhile("`");var Hr=xr.current().length;if(yr.code==0&&(!yr.quote||Hr==1))return yr.code=Hr,jt(yr);if(Hr==yr.code){var Ur=jt(yr);return yr.code=0,Ur}else return yr.formatting=jr,jt(yr)}else if(yr.code)return jt(yr);if(Br==="\\"&&(xr.next(),k.highlightFormatting)){var zr=jt(yr),Sr=V.formatting+"-escape";return zr?zr+" "+Sr:Sr}if(Br==="!"&&xr.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return yr.imageMarker=!0,yr.image=!0,k.highlightFormatting&&(yr.formatting="image"),jt(yr);if(Br==="["&&yr.imageMarker&&xr.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return yr.imageMarker=!1,yr.imageAltText=!0,k.highlightFormatting&&(yr.formatting="image"),jt(yr);if(Br==="]"&&yr.imageAltText){k.highlightFormatting&&(yr.formatting="image");var zr=jt(yr);return yr.imageAltText=!1,yr.image=!1,yr.inline=yr.f=nr,zr}if(Br==="["&&!yr.image)return yr.linkText&&xr.match(/^.*?\]/)||(yr.linkText=!0,k.highlightFormatting&&(yr.formatting="link")),jt(yr);if(Br==="]"&&yr.linkText){k.highlightFormatting&&(yr.formatting="link");var zr=jt(yr);return yr.linkText=!1,yr.inline=yr.f=xr.match(/\(.*?\)| ?\[.*?\]/,!1)?nr:rr,zr}if(Br==="<"&&xr.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){yr.f=yr.inline=ar,k.highlightFormatting&&(yr.formatting="link");var zr=jt(yr);return zr?zr+=" ":zr="",zr+V.linkInline}if(Br==="<"&&xr.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){yr.f=yr.inline=ar,k.highlightFormatting&&(yr.formatting="link");var zr=jt(yr);return zr?zr+=" ":zr="",zr+V.linkEmail}if(k.xml&&Br==="<"&&xr.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Tr=xr.string.indexOf(">",xr.pos);if(Tr!=-1){var Mr=xr.string.substring(xr.start,Tr);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Mr)&&(yr.md_inside=!0)}return xr.backUp(1),yr.htmlState=y.startState(L),Fe(xr,yr,Ve)}if(k.xml&&Br==="<"&&xr.match(/^\/\w*?>/))return yr.md_inside=!1,"tag";if(Br==="*"||Br==="_"){for(var br=1,Cr=xr.pos==1?" ":xr.string.charAt(xr.pos-2);br<3&&xr.eat(Br);)br++;var Ir=xr.peek()||" ",Dr=!/\s/.test(Ir)&&(!Ce.test(Ir)||/\s/.test(Cr)||Ce.test(Cr)),Kr=!/\s/.test(Cr)&&(!Ce.test(Cr)||/\s/.test(Ir)||Ce.test(Ir)),Wr=null,Nr=null;if(br%2&&(!yr.em&&Dr&&(Br==="*"||!Kr||Ce.test(Cr))?Wr=!0:yr.em==Br&&Kr&&(Br==="*"||!Dr||Ce.test(Ir))&&(Wr=!1)),br>1&&(!yr.strong&&Dr&&(Br==="*"||!Kr||Ce.test(Cr))?Nr=!0:yr.strong==Br&&Kr&&(Br==="*"||!Dr||Ce.test(Ir))&&(Nr=!1)),Nr!=null||Wr!=null){k.highlightFormatting&&(yr.formatting=Wr==null?"strong":Nr==null?"em":"strong em"),Wr===!0&&(yr.em=Br),Nr===!0&&(yr.strong=Br);var Ur=jt(yr);return Wr===!1&&(yr.em=!1),Nr===!1&&(yr.strong=!1),Ur}}else if(Br===" "&&(xr.eat("*")||xr.eat("_"))){if(xr.peek()===" ")return jt(yr);xr.backUp(1)}if(k.strikethrough){if(Br==="~"&&xr.eatWhile(Br)){if(yr.strikethrough){k.highlightFormatting&&(yr.formatting="strikethrough");var Ur=jt(yr);return yr.strikethrough=!1,Ur}else if(xr.match(/^[^\s]/,!1))return yr.strikethrough=!0,k.highlightFormatting&&(yr.formatting="strikethrough"),jt(yr)}else if(Br===" "&&xr.match("~~",!0)){if(xr.peek()===" ")return jt(yr);xr.backUp(2)}}if(k.emoji&&Br===":"&&xr.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){yr.emoji=!0,k.highlightFormatting&&(yr.formatting="emoji");var Fr=jt(yr);return yr.emoji=!1,Fr}return Br===" "&&(xr.match(/^ +$/,!1)?yr.trailingSpace++:yr.trailingSpace&&(yr.trailingSpaceNewLine=!0)),jt(yr)}function ar(xr,yr){var vr=xr.next();if(vr===">"){yr.f=yr.inline=rr,k.highlightFormatting&&(yr.formatting="link");var Rr=jt(yr);return Rr?Rr+=" ":Rr="",Rr+V.linkInline}return xr.match(/^[^>]+/,!0),V.linkInline}function nr(xr,yr){if(xr.eatSpace())return null;var vr=xr.next();return vr==="("||vr==="["?(yr.f=yr.inline=cr(vr==="("?")":"]"),k.highlightFormatting&&(yr.formatting="link-string"),yr.linkHref=!0,jt(yr)):"error"}var ur={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function cr(xr){return function(yr,vr){var Rr=yr.next();if(Rr===xr){vr.f=vr.inline=rr,k.highlightFormatting&&(vr.formatting="link-string");var Br=jt(vr);return vr.linkHref=!1,Br}return yr.match(ur[xr]),vr.linkHref=!0,jt(vr)}}function _r(xr,yr){return xr.match(/^([^\]\\]|\\.)*\]:/,!1)?(yr.f=hr,xr.next(),k.highlightFormatting&&(yr.formatting="link"),yr.linkText=!0,jt(yr)):Ne(xr,yr,rr)}function hr(xr,yr){if(xr.match("]:",!0)){yr.f=yr.inline=Er,k.highlightFormatting&&(yr.formatting="link");var vr=jt(yr);return yr.linkText=!1,vr}return xr.match(/^([^\]\\]|\\.)+/,!0),V.linkText}function Er(xr,yr){return xr.eatSpace()?null:(xr.match(/^[^\s]+/,!0),xr.peek()===void 0?yr.linkTitle=!0:xr.match(/^(?:\s+(?:"(?:[^"\\]|\\.)+"|'(?:[^'\\]|\\.)+'|\((?:[^)\\]|\\.)+\)))?/,!0),yr.f=yr.inline=rr,V.linkHref+" url")}var kr={startState:function(){return{f:Et,prevLine:{stream:null},thisLine:{stream:null},block:Et,htmlState:null,indentation:0,inline:rr,text:tr,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(xr){return{f:xr.f,prevLine:xr.prevLine,thisLine:xr.thisLine,block:xr.block,htmlState:xr.htmlState&&y.copyState(L,xr.htmlState),indentation:xr.indentation,localMode:xr.localMode,localState:xr.localMode?y.copyState(xr.localMode,xr.localState):null,inline:xr.inline,text:xr.text,formatting:!1,linkText:xr.linkText,linkTitle:xr.linkTitle,linkHref:xr.linkHref,code:xr.code,em:xr.em,strong:xr.strong,strikethrough:xr.strikethrough,emoji:xr.emoji,header:xr.header,setext:xr.setext,hr:xr.hr,taskList:xr.taskList,list:xr.list,listStack:xr.listStack.slice(0),quote:xr.quote,indentedCode:xr.indentedCode,trailingSpace:xr.trailingSpace,trailingSpaceNewLine:xr.trailingSpaceNewLine,md_inside:xr.md_inside,fencedEndRE:xr.fencedEndRE}},token:function(xr,yr){if(yr.formatting=!1,xr!=yr.thisLine.stream){if(yr.header=0,yr.hr=!1,xr.match(/^\s*$/,!0))return kt(yr),null;if(yr.prevLine=yr.thisLine,yr.thisLine={stream:xr},yr.taskList=!1,yr.trailingSpace=0,yr.trailingSpaceNewLine=!1,!yr.localState&&(yr.f=yr.block,yr.f!=Ve)){var vr=xr.match(/^\s*/,!0)[0].replace(/\t/g,he).length;if(yr.indentation=vr,yr.indentationDiff=null,vr>0)return null}}return yr.f(xr,yr)},innerMode:function(xr){return xr.block==Ve?{state:xr.htmlState,mode:L}:xr.localState?{state:xr.localState,mode:xr.localMode}:{state:xr,mode:kr}},indent:function(xr,yr,vr){return xr.block==Ve&&L.indent?L.indent(xr.htmlState,yr,vr):xr.localState&&xr.localMode.indent?xr.localMode.indent(xr.localState,yr,vr):y.Pass},blankLine:kt,getType:jt,blockCommentStart:"",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return kr},"xml"),y.defineMIME("text/markdown","markdown"),y.defineMIME("text/x-markdown","markdown")})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},k=y.Pos;y.defineOption("autoCloseBrackets",!1,function(_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=0;Fe--){var kt=Ne[Fe].head;_e.replaceRange("",k(kt.line,kt.ch-1),k(kt.line,kt.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;Fe0?{line:kt.head.line,ch:kt.head.ch+Ce}:{line:kt.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 Ue=L(he,"closeBefore"),kt=L(he,"triples"),Et=Ne.charAt(Fe+1)==Ce,Ve=_e.listSelections(),qe=Fe%2==0,jt,tr=0;tr=0&&_e.getRange(ar,k(ar.line,ar.ch+3))==Ce+Ce+Ce?nr="skipThree":nr="skip";else if(Et&&ar.ch>1&&kt.indexOf(Ce)>=0&&_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)||Ue.indexOf(ur)>-1))nr="both";else return y.Pass;if(!jt)jt=nr;else if(jt!=nr)return y.Pass}var _r=Fe%2?Ne.charAt(Fe-1):Ce,hr=Fe%2?Ce:Ne.charAt(Fe+1);_e.operation(function(){if(jt=="skip")oe(_e,1);else if(jt=="skipThree")oe(_e,3);else if(jt=="surround"){for(var Er=_e.getSelections(),kr=0;kr",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<","<":">>",">":"<<"};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)),Ue=V(oe,k(ue.line,Ie+(Ne>0?1:0)),Ne,Fe,de);return Ue==null?null:{from:k(ue.line,Ie),to:Ue&&Ue.pos,match:Ue&&Ue.ch==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),Ue=ue.line;Ue!=Fe;Ue+=de){var kt=oe.getLine(Ue);if(kt){var Et=de>0?0:kt.length-1,Ve=de>0?kt.length:-1;if(!(kt.length>_e))for(Ue==ue.line&&(Et=ue.ch-(de<0?1:0));Et!=Ve;Et+=de){var qe=kt.charAt(Et);if(Ne.test(qe)&&(pe===void 0||(oe.getTokenTypeAt(k(Ue,Et+1))||"")==(pe||""))){var jt=L[qe];if(jt&&jt.charAt(1)==">"==de>0)he.push(qe);else if(he.length)he.pop();else return{pos:k(Ue,Et),ch:qe}}}}}return Ue-de==(de>0?oe.lastLine():oe.firstLine())?!1:null}function z(oe,ue,de){for(var pe=oe.state.matchBrackets.maxHighlightLineLength||1e3,Ie=de&&de.highlightNonMatching,_e=[],Ce=oe.listSelections(),he=0;he1)){if(this.somethingSelected()){if(!_e.hint.supportsSelection)return;for(var he=0;hekt.clientHeight+1:!1,jr;setTimeout(function(){jr=Ne.getScrollInfo()});var Hr=mr.bottom-Br;if(Hr>0){var Ur=mr.bottom-mr.top,zr=mr.top-(nr.bottom-nr.top)-2;Br-mr.topzr&&(kt.style.height=(Ur=zr)+"px"),kt.style.top=(cr=nr.top-Ur)+Er+"px",_r=!1):kt.style.height=Br-mr.top-2+"px"}var Sr=mr.right-Rr;if(gr&&(Sr+=Ne.display.nativeBarWidth),Sr>0&&(mr.right-mr.left>Rr&&(kt.style.width=Rr-5+"px",Sr-=mr.right-mr.left-Rr),kt.style.left=(ur=Math.max(nr.left-Sr-hr,0))+"px"),gr)for(var Tr=kt.firstChild;Tr;Tr=Tr.nextSibling)Tr.style.paddingRight=Ne.display.nativeBarWidth+"px";if(Ne.addKeyMap(this.keyMap=re(_e,{moveFocus:function(Cr,Ir){he.changeActive(he.selectedHint+Cr,Ir)},setFocus:function(Cr){he.changeActive(Cr)},menuSize:function(){return he.screenAmount()},length:Ve.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 Cr=Ne.getScrollInfo(),Ir=Ne.getWrapperElement().getBoundingClientRect();jr||(jr=Ne.getScrollInfo());var Dr=cr+jr.top-Cr.top,Kr=Dr-(Ue.pageYOffset||(Fe.documentElement||Fe.body).scrollTop);if(_r||(Kr+=kt.offsetHeight),Kr<=Ir.top||Kr>=Ir.bottom)return _e.close();kt.style.top=Dr+"px",kt.style.left=ur+jr.left-Cr.left+"px"}),y.on(kt,"dblclick",function(Cr){var Ir=ie(kt,Cr.target||Cr.srcElement);Ir&&Ir.hintId!=null&&(he.changeActive(Ir.hintId),he.pick())}),y.on(kt,"click",function(Cr){var Ir=ie(kt,Cr.target||Cr.srcElement);Ir&&Ir.hintId!=null&&(he.changeActive(Ir.hintId),_e.options.completeOnSingleClick&&he.pick())}),y.on(kt,"mousedown",function(){setTimeout(function(){Ne.focus()},20)});var br=this.getSelectedHintRange();return(br.from!==0||br.to!==0)&&this.scrollToActive(),y.signal(Ce,"select",Ve[this.selectedHint],kt.childNodes[this.selectedHint]),!0}oe.prototype={close:function(){if(this.completion.widget==this){this.completion.widget=null,this.hints.parentNode&&this.hints.parentNode.removeChild(this.hints),this.completion.cm.removeKeyMap(this.keyMap);var _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.offsetTopthis.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;Ne0?kt(tr):qe(jt+1)})}qe(0)};return Fe.async=!0,Fe.supportsSelection=!0,Fe}else return(Ne=_e.getHelper(_e.getCursor(),"hintWords"))?function(Ue){return y.hint.fromList(Ue,{words:Ne})}:y.hint.anyword?function(Ue,kt){return y.hint.anyword(Ue,kt)}:function(){}}y.registerHelper("hint","auto",{resolve:pe}),y.registerHelper("hint","fromList",function(_e,Ce){var he=_e.getCursor(),Ne=_e.getTokenAt(he),Fe,Ue=y.Pos(he.line,Ne.start),kt=he;Ne.start,]/,closeOnPick:!0,closeOnUnfocus:!0,updateOnCursorActivity:!0,completeOnSingleClick:!0,container:null,customKeys:null,extraKeys:null,paddingForScrollbar:!0,moveOnOverlap:!0};y.defineOption("hintOptions",null)})})();(function(e,t){(function(y){y(requireCodemirror(),cssExports)})(function(y){var n={active:1,after:1,before:1,checked:1,default:1,disabled:1,empty:1,enabled:1,"first-child":1,"first-letter":1,"first-line":1,"first-of-type":1,focus:1,hover:1,"in-range":1,indeterminate:1,invalid:1,lang:1,"last-child":1,"last-of-type":1,link:1,not:1,"nth-child":1,"nth-last-child":1,"nth-last-of-type":1,"nth-of-type":1,"only-of-type":1,"only-child":1,optional:1,"out-of-range":1,placeholder:1,"read-only":1,"read-write":1,required:1,root:1,selection:1,target:1,valid:1,visited:1};y.registerHelper("hint","css",function(k){var L=k.getCursor(),$=k.getTokenAt(L),j=y.innerMode(k.getMode(),$.state);if(j.mode.name!="css")return;if($.type=="keyword"&&"!important".indexOf($.string)==0)return{list:["!important"],from:y.Pos(L.line,$.start),to:y.Pos(L.line,$.end)};var V=$.start,z=L.ch,re=$.string.slice(0,z-V);/[^\w$_-]/.test(re)&&(re="",V=z=L.ch);var ie=y.resolveMode("text/css"),oe=[];function ue(pe){for(var Ie in pe)(!re||Ie.lastIndexOf(re,0)==0)&&oe.push(Ie)}var de=j.state.state;if(de=="pseudo"||$.type=="variable-3"?ue(n):de=="block"||de=="maybeprop"?ue(ie.propertyKeywords):de=="prop"||de=="parens"||de=="at"||de=="params"?(ue(ie.valueKeywords),ue(ie.colorKeywords)):(de=="media"||de=="media_parens")&&(ue(ie.mediaTypes),ue(ie.mediaFeatures)),oe.length)return{list:oe,from:y.Pos(L.line,V),to:y.Pos(L.line,z)}})})})();const app=createApp(_sfc_main);app.use(Store);app.use(ElementPlus);app.mount("#app");mermaid.initialize({startOnLoad:!0});window.mermaid=mermaid});export default Nb(); diff --git a/index.html b/index.html index 26eae38..e3cc291 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ font-family: 'Times New Roman' !important; } - +